@charset "utf-8";
/*幻灯片CSS*/
#banner {
  	width: 100%;
  	position: relative;
}
#banner .hd {
  	position: absolute;
  	bottom: 20px;
  	left: 50%;
  	z-index: 100;
  	font-size: 0;
  	transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);
}
#banner .hd li {
  	width: 40px;
  	height: 5px;
  	background-color: #B7B4B0;
  	display: inline-block;
  	margin: 0 5px;
  	cursor: pointer;
}
#banner .hd .on {
  	background-color: #9B322E;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	height: 440px;
  	background-repeat: no-repeat;
  	background-position: center;
}
#banner .btn {
  	width: 47px;
 	height: 120px;
  	position: absolute;
  	opacity: .5;
  	filter:Alpha(opacity=50)
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
#banner .btn:hover{
	opacity: 1;
	filter:Alpha(opacity=100)
}
#banner .prev {
	top: 50%;
  	background: url("../images/prev.png") no-repeat center;
  	left: 3%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
#banner .next {
  	background: url("../images/next.png") no-repeat center;
  	right: 3%;
  	top: 50%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
/*幻灯片CSS*/

/*代理品牌*/
.dl{
	padding: 35px 0 40px 0;
	background: #f0f0f0;
}
.dl h2{
	text-align: center;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 30px;
	background: url(../images/dl.png) no-repeat center bottom;
	margin-bottom: 40px;
}
.picScroll-left{
	overflow:hidden; 
	position:relative;
}
.picScroll-left .hd{ 
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.picScroll-left .hd .prev,
.picScroll-left .hd .next{ 
	display:block;  
	width:35px; 
	height:75px; 
	overflow:hidden;
	cursor:pointer; 
}
.picScroll-left .hd .prev{
	float: left;
	background: url(../images/left.png) no-repeat left top;
}
.picScroll-left .hd .next{ 
	float: right;
	background: url(../images/right.png) no-repeat left top;
}
.picScroll-left .bd{	
	padding: 0 50px;
	margin: 0 auto;
}
.picScroll-left .bd ul{ 
	overflow:hidden; 
	zoom:1; 
}
.picScroll-left .bd ul li{ 
	margin:0 15px; 
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center;  
}
.picScroll-left .bd ul li .pic{ 
	text-align:center; 
}
.picScroll-left .bd ul li .pic img{ 
	width:195px; 
	height:90px; 
	display:block;
	border:1px solid #ccc; 
}
.picScroll-left .bd ul li .pic a:hover img{ 
	border-color:#999; 
}
/*代理品牌*/
/*产品*/
.product{
	padding: 40px 0 60px 0;
}
.aside{
	width: 240px;
}
.aside aside{
	border-radius: 10px;
	margin-bottom: 20px;
}
.aside aside:last-child{
	margin-bottom: 0;
}
.aside aside h3.title{
	padding-left:20px;
	height: 50px;
	line-height: 50px;
	background: #c7c7c7;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	font-size: 0;
}
.aside aside h3.title span{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	display: inline-block;
	vertical-align: bottom;
}
.aside aside h3.title b{
	font-size: 12px;
	color: #000000;
	display: inline-block;
	vertical-align: bottom;
	padding: 0 3px;
}
.aside aside h3.title a{
	font-size: 12px;
	color: #000000;
	display: inline-block;
	vertical-align: bottom;
	text-transform: capitalize;
}
.product-list{
	padding: 20px;
	border: 1px solid #c7c7c7;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.product-list>li{
	margin-bottom: 20px;
}
.product-list>li:last-child{
	margin-bottom: 0;
}
.product-list>li:last-child ul{
	padding-bottom: 0;
}
.product-list>li>a{
	display: block;
	border: 1px solid #dddddd;
	border-radius: 5px;
	height: 35px;
	line-height: 35px;
	padding-left: 35px;
	font-size: 14px;
	color: #000000;
	background: url(../images/a.png) no-repeat left 15px center;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.product-list>li>a:hover,
.product-list>li:first-child>a{
	background: #e73d00 url(../images/b.png) no-repeat right 10px center;
	color: #fff;
	padding-left: 20px;
	border: 1px solid #e73d00;
}
.product-list>li>ul{
padding:0;
}
.product-list>li>ul>li{
	
}
.product-list>li>ul>li>a{
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	padding-left: 20px;
	border-bottom: 1px solid #e5e5e5;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.product-list>li>ul>li>a:hover{
	background: #f5f5f5;
}

.picScroll-top{ 
	margin:0 auto;
	overflow:hidden; 
	position:relative;  
	border:1px solid #c7c7c7;   
}
.picScroll-top .bd{ 
	padding:20px 20px 0 20px;   
}
.picScroll-top .bd ul{ 
	overflow:hidden; 
	zoom:1; 
}
.picScroll-top .bd ul li{ 
	zoom:1; 
}
.picScroll-top .bd ul li .pic{ 

}
.picScroll-top .bd ul li .pic a{ 
	display: block;
}
.picScroll-top .bd ul li .pic img{ 
	display:block;  
	padding:2px; 
	border:1px solid #ccc; 
}
.picScroll-top .bd ul li .pic a:hover img{ 
	border-color:#999;  
}
.picScroll-top .bd ul li .pic span{ 
	display: block;
	padding: 10px 0 30px 0;
	font-size: 14px;
	color: #333333;
}

.chanpin{
	width: 740px;
}
.cp{
	margin-bottom: 20px;
}
.cp:last-child{
	margin-bottom: 0;
}
.cp .title{
	height: 50px;
	background: url(../images/c.png) no-repeat left bottom;
	padding-top: 5px;
	margin-bottom: 20px;
}
.cp .title span{
	display: inline-block;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.cp .title a{
	width: 90px;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	display: inline-block;
	background: #e73d00 url(../images/b.png) no-repeat right 10px center;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 5px;
}
.cp ul{
	font-size: 0;
}
.cp ul li{
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	width: 170px;
}
.cp ul li:last-child{
	margin-right: 0;
}
.cp ul li a{
	display: block;
}
.cp ul li a img{
	border: 1px solid #dddddd;
	width: 170px;
	height: 170px;
	transition: all ease-in .3s;
	-ms-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}
.cp ul li a p{
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 40px;
	line-height: 40px;
}
.cp ul li a:hover img{
	transform: scale(1.1);
}
/*产品*/

/*关于我们*/
.about{
	padding: 60px 0;
	background: #e7e7e7;
}
.about .fl{
	width: 600px;
	font-size: 0;
}
.about .fl img{
	width: 100%;
	height: 340px;
}
.about .fr{
	width: 360px;
	padding: 30px 0;
	height: 340px;
	overflow: hidden;
	position: relative;
}
.about .fr h3{
	height: 75px;
	line-height: 75px;
	position: relative;
}
.about .fr h3:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 100px;
	height: 5px;
	background: #e73d00;
	left: 0;
	top: 0;
}
.about .fr h3 b{
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}
.about .fr h3 span{
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
}
.about .fr p{
	font-size: 14px;
	color: #000000;
	line-height: 2;
	height: 140px;
    overflow: hidden;
}
.about .fr a{
	display: inline-block;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #e73d00;
	font-size: 14px;
	color: #ffffff;
	border-radius: 5px;
	position: absolute;
	left: 0;
	bottom: 30px;
}
/*关于我们*/

/*新闻资讯*/
.news{
	padding: 60px 0;
}
.news .title{
	text-align: center;
	margin-bottom: 40px;
}
.news .title span{
	font-size: 14px;
	color: #515151;
	text-transform: uppercase;
}
.news .title h3{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	padding: 5px 0 25px;
	background: url(../images/news.png) no-repeat center bottom;
}
.news .gongyong{
	padding: 30px 40px;
	background: #e7e7e7;
}
.news .gongyong h3{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 13px;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 30px;
}
.gsnews{
	width: 660px;
}
.gsnews-tu{
	margin-bottom: 13px;
}
.gsnews-tu div.fl{
	font-size: 0;
}
.gsnews-tu div.fl img{
	width: 180px;
	height: 120px;
}
.gsnews-tu div.fr{
	width: 380px;
	height: 120px;
	position: relative;
}
.gsnews-tu div.fr h4{
	margin-bottom: 15px;
}
.gsnews-tu div.fr h4 a{
	font-size: 16px;
	color: #e73d00;
	font-weight: bold;
}
.gsnews-tu div.fr p{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
}
.gsnews-tu div.fr p a{
	font-size: 14px;
	color: #e73d00;
}
.gsnews-tu div.fr time{
	font-size: 12px;
	color: #999999;
	position: absolute;
	left: 0;
	bottom: 0;
}
.gsnews-list{
	
}
.gsnews-list li{
	
}
.gsnews-list a{
	display: block;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #999999;
}
.gsnews-list a span{
	font-size: 14px;
	color: #333333;
	max-width: 550px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gsnews-list a time{
	font-size: 12px;
	color: #999999;
}
.gsnews-list a:hover span{
	color: #e73d00;
}
.cjwt{
	width: 320px;
}
.cjwt-list{
	
}
.cjwt-list li{
	margin-bottom: 18.5px;
}
.cjwt-list li:last-child{
	margin-bottom: 0;
}
.cjwt-list h4{
	margin-bottom: 16px;
}
.cjwt-list h4 a{
	font-size: 16px;
	color: #e73d00;
	font-weight: bold;
}
.cjwt-list p{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	height: 80px;
	overflow: hidden;
}
.cjwt-list p a{
	font-size: 12px;
	color: #e73d00;
}
/*新闻资讯*/