﻿@charset "UTF-8";
/*------------// Overall //------------------*/
.banner p img{
    width:100%;
}
.sort_name{
    width:62.5%;
    min-width: 1050px;
    max-width: 1200px;
    height:60px;
    line-height: 60px;
    margin: 0 auto;
}
.sort_name h1{
    font-size: 24px;
    text-align: left;
}
.sort_name_min{
    width:62.5%;
    min-width: 1050px;
    max-width: 1200px;
    height:30px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    margin:0 auto;
    color:#ccc;
}


/*关于我们*/
.about-1{
    width:100%;
    height:350px;
}
.about-1 .about-1-left{
    width:50%;
    height:auto;
    margin-top: 30px;
}
.about-1 .about-1-left p{
    line-height: 25px;
}
.about-1 .about-1-right{
    width:50%;
    height:auto;
}
.about-1 .about-1-right img{
    width:100%;
    height:100%;
}

.about{
	width:100%;
	text-align:center;
}
.rongyu{
	width:90%;
	margin:20px auto;
}
.rongyu p{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    background: #dcdcdc;
    color: #fff;	
}
.rongyu li{
	line-height: 30px;
    font-size: 14px;
    color: #817b86;
}

/*Stock*/
.newslist-stock{
    width: 28%;
    float: left;
    margin-bottom: 25px;
    height: 340px;
    margin-right: 4.5%;
    border: 1px #ddd solid;
}
.newslist-stock .news_con{
    width:100%;
    height:110px;
    float:left;
    overflow:hidden;
    padding-top: 10px;
}
.newslist-stock .news_con p{
	height: 30px;
    font-size: 16px;
    border-left: 2px solid red;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 10px;
    margin-left: 10px;
}
.newslist-stock .news_con dl dt{
    font-size: 16px;
    padding:0px 12px;
    margin-bottom: 10px; 
}
.newslist-stock .news_con dl dd{
    line-height: 23px;
    padding-left: 12px;
    word-wrap :break-word;
}
       
.newslist-stock .news_img{
    width:100%;
    height:220px;
    float:right;
}
.newslist-stock .news_img img{
    width:100%;
    height:100%;
}
/*新闻*/
.sort_name_min1{
    width:100%;
    min-width: 1050px;
    max-width: 1200px;
    height:30px;
    line-height: 30px;
    border-bottom: 2px solid #000;
    margin:0 auto;
    color:#ccc;
}
.sort_name_min1 li{
	float: left;
    padding: 0px 20px;
}
.sort_name_min1 li a{
	font-size:14px;
}
.newslist1{
	width: 100%;
    margin-bottom: 25px;
    height: 240px;
    border-bottom: 2px dashed #747474;
}
.newslist1 .news_con{
    width:60%;
    height:200px;
    float:left;
    overflow:hidden;
    padding-top: 20px;
}
.newslist1 .news_con p{
    height: 30px;
    font-size: 16px;
    border-left: 2px solid red;
    line-height: 30px;
    margin-bottom: 30px;
    padding-left: 10px;
}
.newslist1 .news_con dl dt{
    font-size: 16px;
    padding-left: 12px;
    margin-bottom: 30px; 
}
.newslist1 .news_con dl dd{
    line-height: 23px;
    padding-left: 12px;
    word-wrap :break-word;
}
       
.newslist1 .news_img{
    width:33%;
    height:220px;
    float:right;
}
.newslist1 .news_img img{
    width:100%;
    height:100%;
}

/*新闻详细*/
.news_content{
    width:100%;
}
.news_content h1{
    height:auto;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
}
.news_content .news_time{
    width:100%;
    height:30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}
.news_content p{
    line-height: 25px;
    text-indent: 25px;
}

/*产品列表*/
.product-nav{
	width:20%;
	float:left;
}
.sort_name1 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
}
.sort_name_min{
    width:62.5%;
    min-width: 100%;
    max-width: 100%;
    height:35px;
    border-bottom: none;
}
.sort_name_min li{
    float: left;
    margin: 0px 0px 0px 0px;
    position: relative;
    top: 3px;
    left: 0px;
    padding: 0 0px;
    width: 100%;
}
.sort_name_min .curbor{
	border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}
.sort_name_min li a{
    font-size: 14px;
}
.productlist{
    width:80%;
    height:auto;
    margin-top: 20px;
	float:left;
}
.productlist li{
    width:30%;
    margin-right: 3%;
    float:left;
    margin-bottom: 50px;
	border:#ddd 1px solid;
}
.productlist li img{
    width:100%;
	height:307px;
    margin-bottom: 20px;
}
.productlist li .producttitle{
    border-bottom: none;
    height:50px;
    width:100%;
    font-size: 16px;
    line-height: 50px;
    overflow:hidden;
	text-align: center;
	font-weight:bold;
}
.productlist li .productdesc{
	width: 25%;
    height: 30px;
    overflow: hidden;
    /* padding: 10px 0px; */
    display: block;
    border: 1px #ddd solid;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin: 0 auto 15px;
}

/*产品详细*/
.product-info{
	width:100%;
	height:auto;
	margin:0 auto;
	min-height:500px;
}
.product_name{
    width:250px;
    height:auto;
	float:left;
}
.product_name .nameli-1{
    width: 90%;
    text-align: left;
    float: left;
    height: 50px;
    line-height: 50px;
    padding-left: 0%;
    font-size: 20px;
}
.product_name .nameli-2{
    width:100%;
    float:left;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}
.product_name .nameli-2 span{
    padding: 0px 0%;
    padding-right: 34px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    cursor: pointer;
    width: 80%;
}
.product_name .nameli-2 .cur{
    font-weight: bold;
    color:#f4a003;
    font-size: 16px;
}
.product_name .nameli-3{
    width:20%;
    text-align: left;
    float:right;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}
.product_content{
    width: 780px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
.product_content h2{
	padding-left: 150px;
    color: #f29a03;
    font-size: 20px;
	margin: 0px 0px 20px;
}
.product_content .product-1{
    width:100%;
    height:auto;
}
.product_content .product-1 .maximg-dl{
    width: 560px;
    height: 577px;
    float: left;
}
.product_content .product-1 .minimg-dl{
	width:160px;
	float:right;
}
.product_content .product-1 .minimg-dl dd{
	margin:0 0 40px 0;
    border: 1px solid #ddd;
	padding:4px;
}
.product_content .product-1 .minimg-dl .border{
	border: 1px solid #f29901;
}
.product_content .product-3{
    width:100%;
    height:auto;
}
.product_content .product-2{
    width:100%;
    height:auto;
}
.product_content  img{
    width:100%;
}
.about-product-list{
	width:1200px;
	margin:50px auto;
	height:300px;
	border-top: 2px dashed #000;
}
.about-product-list li{
	float:left;
	width:250px;
    margin-right: 11px;
}
.about-product-list li p{
	text-align:center;
}
.about-product-list li img{
	width:100%;
	height:258px;
}

/*联系我们*/
.contact_name{
    width:62.5%;
    min-width: 1050px;
    max-width: 1200px;
    margin: 50px auto 30px;
    height:50px;
    border-bottom: none;
}
.contact_left{
    width: 18%;
    height: 50px;
    text-align: center;
    margin-left: 4%;
    float: left;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    color: #000;
    border-radius: 10px;
}
.contact_right{
    width:30%;
    height:50px;
    text-align: left;
    padding-left: 10%;
    float:right;
    line-height: 50px;
    font-size: 24px;
    cursor:pointer;
}
.liuyanbj{
	background:#ff5800;
	color:#fff;
}
.contact{
    width:80%;
    height:auto;
    margin:0 auto;
}
.contact .contact-address{
    margin:0px 0px 35px;
	width:45%;
	float:left;
}
.contact .contact-address p{
    line-height: 25px;
}
.contact .contact-map{
    width:100%;
    height:670px;
    min-height: 400px;
}

.gbook{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	margin:0 auto;
	background:#000;
	filter:Alpha(opacity=80);
	background:rgba(0, 0, 0, 0.52);
	display:none;
}
.gbook .gbookbox{
    width: 900px;
    position: relative;
    top: 50%;
    left: 50%;
    margin: -233px 0 0 -450px;
    background: #fff;
    padding: 20px;
}
.gbook .gbookbox p{
	height:50px;
	width:100%;
	margin: 15px 0px;
}
.gbook .gbookbox p input{
	border:none;
	height: 48px;
    line-height: 48px;
    width: 99%;
	margin-top:1px;
	border-radius: 10px;
    padding-left: 10px;
    box-shadow: 0px 3px 10px #b1b1b1 inset;
}
.gbook .gbookbox p textarea{
	border:none;
	height: 130px;
    line-height: 48px;
    width: 99%;
	margin-top:1px;
	border-radius: 10px;
    padding-left: 10px;
	box-shadow: 0px 3px 10px #b1b1b1 inset;
}
.gbook .gbookbox .name{
	background-size:contain;
}
.gbook .gbookbox .phone{
	background-size:contain;
}
.gbook .gbookbox .content{
	background-size:100%;
}
.gbook .gbookbox .email{
	background-size:contain;
}
.gbook .gbookbox .gbook-btn{
    float: right;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    background: #2a5ef7;
    border-radius: 25px;
    box-shadow: none;
}
.gbook .gbookbox .close{
	position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    /* background: #f00; */
    color: #ffa700;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid #ffa700;
}
.gbook .gbookbox h2{
	color: #000;
    font-weight: 100;
    font-size: 22px;
    text-align: left;
}	



.send{
    width:80%;
    height:auto;
}
.send .send-desc{
    border: 1px solid #ddd;
    height:100px;
    width:95%;
    padding:20px;
    font-size: 14px;
    line-height: 25px;
    margin: 50px 0px;
}
#button{
    padding:5px;
}
