﻿.mainT{
	margin-top: 16px;
}
.part1{
	width: 862px;
	height: 416px;
	border: 1px solid #e3e3e3;
}

.part1 .tit1{
	background: #f6f8f9;
	padding: 3px 0;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
	height: 62px;
}
.part1 .tit1 span{
	display: inline-block;
	color: #fff;
	font-size: 22px;
	width: 120px;
	line-height: 58px;
	text-align: center;
	font-family: "微软雅黑";
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	position: absolute;
	box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.2);	
	transition: 0.3s all;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;	
}
.part1 .tit1 span.active{
     width: 150px;
}
.part1 .tit1 span:hover{
	width: 150px;
}
.part1 .t0{
	background: #966748;
	text-align: center;
	margin-left:12px;
	line-height: 58px;
	height: 58px;
	display: inline-block;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
	border-radius: 0 !important;
}
.part1 .t1{
	background:#da6767 url(../img/sp1.png) no-repeat center;
	z-index: 6;
	height:58px;	
	left: 160px;
}
.part1 .t2{
	background: #e2a752 url(../img/sp2.png) no-repeat center;
	height:58px;
	z-index: 5;
	left: 260px;
}
.part1 .t3{
	background: #80cd92 url(../img/sp3.png) no-repeat center;
	z-index: 4;	
	height:58px;	
	left: 360px;
}
.part1 .t4{
	background: #7eb8d3 url(../img/sp4.png) no-repeat center;
	z-index: 3;	
	height:58px;	
	left:460px;
}
.part1 .t5{
	background: #c7a0c2 url(../img/sp5-1.png) no-repeat center;
	z-index: 2;	
	height:58px;	
	left:560px;
}

.body1{
	display: none;
	width: 862px;
	height: 360px;
}

.newsList{
	width: 826px;
	height: 116px;
	margin-left: 16px;
	cursor: pointer;
	position: relative;
}
.newsList li:hover .newImg img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.newsList a.more{
    position: absolute;
    top: -45px;
    right: 10px;
    font-size: 16px;
    color: #b37b56;
}
.newsList li:hover{
	background: #F2FBFF;
}
.newsList li{
	overflow: hidden;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #e3e3e3;
	color: #646464;
}
.newsList li .newImg{
	width: 122px;
	height: 90px;
	overflow: hidden;	
margin-left:16px;
}
.newsList li .newImg img{
	width: 122px;
	height: 90px;
	transition: 1s all;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;	
}
.newsList li .newText{
	width: 588px;
	margin: 0 10px;
}
.newsList li .newText h6{
	width: 100%;
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
	color: #cc3a0f;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 24px;
}
.newsList li .newText p{
	line-height:24px;
}
.newsList .time{
	width: 70px;
	height: 52px;
	background: #ffbd30;
	text-align: center;
	font-family: "微软雅黑";
	margin-top: 16px;
}
.newsList .time p{
	color: #fff;
	line-height: 30px;
	font-size: 22px;
	font-weight: 600;
}
.newsList .time span{
	color: #ffbd30;
	font-size: 12px;
	display: inline-block;
	background: #fff;
	padding: 0 4px;
}

.part2 .intro{
	border: 1px solid #e3e3e3;
	width: 300px;
}

.part2 .intro h2{
	color: #fff;
	font-family: "微软雅黑";
	font-size: 22px;
	line-height: 42px;
	width: 280px;
	padding-left: 20px;
	background: url(../img/introTitB.jpg) repeat-x;
	position: relative;
}

.part2 .intro h2:after{
	content: '';
	display: block;
	position: absolute;
	bottom: -7px;
	  height: 0px;
  width: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 7px solid #7b5b45;
}
.part2 .introImg{
	width: 144px;
	height: 144px;
	border-radius: 72px;
	margin-top:16px;
	margin-left: 6px;
	overflow: hidden;
	cursor: pointer;
}

.part2 .introImg img{
	transition: 1s all;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
}
.part2 .introImg:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.part2 .introTxt{
	width: 136px;
	height: 230px;
	color: #646464;
	font-size: 14px;
	overflow: hidden;
	margin-top:8px;
}
.part2 .email{
	margin-top: 20px;
}

.banner2{
	margin:26px auto 16px !important;}



.mainM{

}
.part3{
	width: 870px;
	height: 598px;
	background: #f5f5f5;
}
.part3 .body2{
	display: none;
}
.sideNav{
	width: 126px;
	background: #775844;
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.sideNav a{color: #fff;}
.sideNav ol .active{
	background:#ffbd30 ;
}

.sideNav li{
	line-height: 66px;
	background: url(../img/tabnavb.png) no-repeat center bottom;
	padding-top: 4px !important;
    padding-bottom: 2px !important;
    cursor: pointer;
}

.body2 .newsList{
	width: 720px !important;
	
}
.body2 .newsList .newText{
	width: 440px !important;
	height: 96px !important;
	overflow: hidden;
}
.body2 .newsList li{
	border-bottom: none !important;

}

.part4 li{
	width: 302px;
	height: 62px;
	border-radius: 20px 18px;
	margin-bottom: 12px;

}

.part4 li span{
	width: 220px;
	margin-left:60px;
	padding-left: 70;
	display: inline-block;
	color: #fff;
	line-height: 62px;
	font-size: 20px;
	text-align: left;
	cursor: pointer;

}
.part4 li span font{
	margin-left:66px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;	
	display: inline-block;
}
.link1{background: #a68976;}
.link1 span{background: url(../img/icon1.png) no-repeat 0 center;}
.link2{background: #edb277;}
.link2 span{background: url(../img/icon3.png) no-repeat 0 center;}
.link3{background: #f57d58;}
.link3 span{background: url(../img/icon4.png) no-repeat 0 center;}
.link4{background: #ecbd58;}
.link4 span{background: url(../img/icon5.png) no-repeat 0 center;}
.link5{background: #88bf8c;}
.link5 span{background: url(../img/icon6.png) no-repeat 0 center;}
.link6{background: #7fa1b7;}
.link6 span{background: url(../img/icon7.png) no-repeat 0 center;}
.link7{background: #cd9c7d;}
.link7 span{background: url(../img/icon8.png) no-repeat 0 center;}
.link8{background: #84a8d3;}
.link8 span{background: url(../img/icon9.png) no-repeat 0 center;}

.part4 li span:hover font{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.alunbo1{
    width: 1178px;
    height: 150px;
    margin: 20px auto 20px;
    overflow: hidden;
    position: relative;
    display: none;

}
.alunbo1 li{
	float: left;
	margin-right:12px;
	width: 208px;
	height: 140px;
	border: 1px solid #c5c5c5;
}
.alunbo1 a{
	width: 208px;
	height: 140px;
	display: block;
}
.alunbo1 li img{
	width: 208px;
	height: 140px;
	
}
#product_scroll1{
	margin-left: 52px;
}
#product_scroll2{
	margin-left: 52px;
}
#product_scroll3{
	margin-left: 52px;
}
.con_left{background: url(../img/arrow.png) no-repeat 0 bottom;width: 28px; height: 48px; cursor: pointer;position: absolute; left: 12px; top:47px ;}
.con_right{background: url(../img/arrow.png) no-repeat 0 top;width: 28px; height: 48px;  cursor: pointer;position: absolute; right: 12px; top:47px ;}

.tabPic{
	background:#f5f5f5 ;
	margin-top: 22px;
	border:1px solid #e1e1e1;
}
.tabTit{
	width:1176px;
	margin: 0 auto;
	color: #5d5d5d;
	font-size: 20px;
	font-family: "微软雅黑";
	border-bottom:1px solid #cdcdcd;
	overflow: hidden;
}
.tabTit h5{
   float: left;
	vertical-align: middle;
	line-height: 40px;
	margin: 0 12px;
	padding: 0 4px;
	font-family: "微软雅黑";
	cursor: pointer;
}
.tabTit h5.active{
	border-bottom: 3px solid #775844;
	color: #775844 !important;
}
