
/*头部一*/
.header-a{
	font-size: 0;
	padding: 35px 0;
	border-top: 3px solid #7f3729;
}
.header-a .logo{
	
}
.header-a .logo a{
	display: inline-block;
}
.header-a .logo img{
	
}
.header-a .fwrx{
	margin: 3px 0;
}
.header-a .fwrx span{
	font-size: 18px;
	color: #666666;
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
}
.header-a .fwrx strong{
	font-size: 18px;
	color: #de3a36;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
}
/*头部二*/
.header-b{
	background: #7f3729;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.header-b .yiji{
	
}
.header-b .yiji>li{
	margin-left: 80px;
}
.header-b .yiji>li>a{
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	line-height: 40px;
}


.section{
	padding: 20px 0 30px;
}
/*幻灯片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: 15px;
  	height: 15px;
  	background-color: transparent;
  	border: 2px solid #dddddd;
  	border-radius: 100%;
  	display: inline-block;
  	margin: 0 6px;
  	cursor: pointer;
}
#banner .hd .on {
  	border: 2px solid #feffff;
  	background-color: #feffff;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	height: 310px;
  	position: relative;
}
#banner .bd a img{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
/*中间大块*/
.section-main{
	margin: 30px 0 0 0;
	overflow: hidden;
}
/*左侧*/
.section-main .left{
	width: 240px;
	font-size: 0;
	height: 868px;
}
.section-main .left .title{
	background: #a85068;
	padding: 15px 20px;
}
.section-main .left .title h2{
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	line-height: 30px;
	padding-left: 40px;
	background: url(../image/biao.png) no-repeat left center;
}
.section-main .left .catelist{
	border-left: 1px solid #dddddd;	
	border-bottom: 1px solid #dddddd;	
	height: 808px;
}
.section-main .left .catelist li{
	padding: 0 20px;
	border-bottom: 1px solid #dddddd;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.section-main .left .catelist li:hover{
	background: #DDDDDD;
}
.section-main .left .catelist a{
	font-size: 13px;
	color: #333333;
	display: block;
	line-height: 20px;
	padding: 10px 0;
	background: url(../image/jiantou.png) no-repeat right center;
}
/*中间*/
.section-main .middle{
	width: 630px;
	border: 1px solid #dddddd;
	padding: 0 20px 18px 20px;
	min-height: 868px;
}
.section-main .middle .product{
	
}
.section-main .middle .product .gongyong{
	padding: 28px 0 14px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
	position: relative;
}
.section-main .middle .product .gongyong:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 85px;
	height: 1px;
	background: #a85068;
	left: 0;
	bottom: -1px;
	z-index: 9;
}
.section-main .middle .product .gongyong h2{
	font-size: 0;
}
.section-main .middle .product .gongyong h2 a{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	color: #a85068;
	line-height: 20px;
}
.section-main .middle .product .gongyong h2 span{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 20px;
	margin: 0 6px 0 2px;
}
.section-main .middle .product .gongyong h2 small{
	display: inline-block;
	vertical-align: bottom;
	font-size: 8px;
	color: #999999;
	line-height: 10px;
	text-transform: uppercase;
	-webkit-transform:scale(0.65);
	-webkit-transform-origin-x: 0;
}
.section-main .middle .product .gongyong>a{
	font-size: 12px;
	color: #ffffff;
	width: 60px;
	height: 20px;
	background: #a85068;
	text-align: center;
	line-height: 17.5px;
	border-radius: 5px;
}
.section-main .middle .product .productlist{
	
}
.section-main .middle .product .productlist li{
	margin-right: 10px;
	width: 189px;
	margin-top: 10px;
}
.section-main .middle .product .productlist li:nth-child(1),
.section-main .middle .product .productlist li:nth-child(2),
.section-main .middle .product .productlist li:nth-child(3){
	margin-top: 0;
}

.section-main .middle .product .productlist li .pic{
	display: block;
	height: 189px;
	border: 1px solid #eeeeee;
	position: relative;
	overflow: hidden;
}
.section-main .middle .product .productlist li .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section-main .middle .product .productlist li .title{
	display: block;
	font-size: 14px;
	color: #666666;
	text-align: center;
	padding: 8px 0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;
}

.friendlink{
	font-size: 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 9px 0;
}
.friendlink span{
	font-size: 12px;
	color: #333333;
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
}
.friendlink a{
	font-size: 12px;
	color: #333333;
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	margin-right: 8px;
}

.footer{
	font-size: 0;
	padding: 12.5px 0;
	overflow: hidden;
}
.footer .left{
	font-size: 12px;
	color: #333333;
	line-height: 30px;
}
.footer .left p{
	font-size: 12px;
	color: #333333;
}
.footer .right{
	margin-top: 5px;
}
.footer .right span{
	display: inline-block;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	margin-top: 30px;
	margin-right: 15px;
}
.footer .right .ewm{
	font-size: 0;
}
.footer .right .ewm a{
	display: inline-block;
}
.footer .right .ewm img{
	width: 80px;
	height: 80px;
}