
/*幻灯片CSS*/
#banner {
  	width: 100%;
  	position: relative;
}
#banner .hd {
  	position: absolute;
  	bottom: 20px;
  	left: 50%;
  	z-index: 10;
  	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: 800px;
  	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("../image/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("../image/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*/

.gongyong{
	text-align: center;
}
.gongyong h2{
	font-size: 30px;
	color: #333333;
	margin-bottom: 8px;
}
.gongyong span{
	font-size: 14px;
	color: #848484;
	padding: 0 5px;
	display: inline-block;
	position: relative;
}
.gongyong span:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 1px;
	background: #848484;
	top: 50%;
	left: -30px;
}
.gongyong span:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 1px;
	background: #848484;
	top: 50%;
	right: -30px;
}

/* 旗下品牌 */
.pinpai{
	padding-top: 60px;
	padding-bottom: 60px;
}
.picScroll-left{
	width:1000px;
	margin: 60px auto 0;
	position:relative;
}
.picScroll-left .hd{
	width: 275px;
	overflow: hidden;
	margin: 50px auto 0;
	text-align: center;
	font-size: 0;
}
.picScroll-left .hd .prev,
.picScroll-left .hd .next{
	width:48px;
	height:35px;
	float:left;
	overflow:hidden;
	cursor:pointer;
	background:url(../image/pinpai_arrow.png) no-repeat;
}
.picScroll-left .hd .next{
	float: right;
	background-position:-48px 0;
}
.picScroll-left .hd .more{
	display: inline-block;
	width: 141px;
	height: 36px;;
	background:url(../image/pinpai_arrow.png) no-repeat;
	background-position: -96px 0;
}
.picScroll-left .bd{
	overflow: hidden;
}
.picScroll-left .bd ul{
	overflow:hidden; 
	zoom:1; 
}
.picScroll-left .bd ul li{
	margin-right: 185px;
	float:left;
	_display:inline;
	overflow:hidden; 
	text-align:center;  
}
.picScroll-left .bd ul li .pic{ 
	width: 210px;
	height: 210px;
	overflow: hidden;
}
.picScroll-left .bd ul li .pic a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.picScroll-left .bd ul 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%);
}
.picScroll-left .bd ul li .title{ 
	width: 210px;
	background: #333333;
}
.picScroll-left .bd ul li .title a{ 
	display: block;
	font-size: 18px;
	color: #ffffff;
	padding: 13.5px 0;
}
/* 旗下品牌 */

/* 关于我们 */
.about{
	background: url(../image/about_bg.jpg) no-repeat top center;
	height: 478px;
	padding-top: 55px;
}
.about .gongyong h2{
	color: #ffffff;
}
.about .gongyong span{
	color: #ffffff;
}
.about .gongyong span:before{
	background: #ffffff;
}
.about .gongyong span:after{
	background: #ffffff;
}
.about .bottom{
	
}
.about .bottom .pic{
	width: 428px;
	height: 287px;
	overflow: hidden;
	border: 13px solid #ffffff;
}
.about .bottom .pic a{
	display: block;
	width: 100%;
	height: 100%;
}
.about .bottom .pic img{
	width: 100%;
	height: 100%;
}
.about .bottom .content{
	width: 700px;
	padding-top: 20px;
}
.about .bottom .content .desc{
	font-size: 14px;
	color: #ffffff;
	height: 180px;
	overflow: hidden;
}
.about .bottom .content .desc *{
	line-height: 30px;
	font-family: "microsoft yahei";
}
.about .bottom .content .more{
	font-size: 0;
	text-align: right;
	margin-top: 56px;
}
.about .bottom .content .more a{
	display: inline-block;
	width: 111px;
	height: 31px;
	background: url(../image/more.png) no-repeat center;
}
/* 关于我们 */

/* 新闻资讯 */
.news{
	padding: 60px 0 30px;
}
.news .list{	
	margin-top: 35px;
}
.news .list li{
	width: 585px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.news .list li:nth-child(2n){
	margin-right: 0;
}
.news .list li .pic{
	width: 160px;
	height: 100px;
	margin-right: 20px;
}
.news .list li .pic a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.news .list 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%);
}
.news .list li .content{
	width: 405px;
}
.news .list li .content .time{
	display: block;
	font-size: 12px;
	color: #878484;
	height: 30px;
	line-height: 30px;
	font-family: "microsoft yahei";
}
.news .list li .content .title{
	padding-bottom: 16px;
	margin-bottom: 14px;
	background: url(../image/xian.jpg) no-repeat left bottom;
}
.news .list li .content .title a{
	font-size: 16px;
	color: #444444;
	font-family: "microsoft yahei";
}
.news .list li .content .desc{
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #848484;
	height: 40px;
	overflow: hidden;
}
.news .list li .content .desc *{
	line-height: 20px;
}
/* 新闻资讯 */