/* 海报 */
.banner {z-index:1; position:relative;}
.flexslider {position:relative;height:760px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides {position:relative;}
.slides li {height:760px;}
.slides li div {height:760px;}
.flex-control-nav {position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li {display:inline-block;width:80px;height:2px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a {opacity: 0.4; display:inline-block;width:80px;height: 2px;overflow:hidden;background-color: #fff;cursor:pointer; text-indent: -99em;}
.flex-control-nav .flex-active {background-color: #005ba8;opacity: 1;}
.flex-direction-nav {position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a {display:block;width:58px;height:77px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev {left:50%;margin-left:-600px; background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next {right:50%;margin-right:-600px; background:url(../images/next.png)center center no-repeat;}
.product{
	padding-top: 70px;
	color: #333333;
	font-size: 32px;
	text-align: center;
	padding-bottom: 28px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 60px;
}
.product h6{
	position: relative;
}
.product h6:after{
	background-color: #999999;
	width: 29px;
	height: 3px;
	margin: 0 auto;
	content: "";
	display: block;
	position: absolute;
	left: 0 ;
	right: 0;
	bottom: -30px;
}
.pro-nav{
	width: 980px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-bottom: 50px;
}
.pro-nav li{
	width: 205px;
	height: 77px;
	line-height: 77px;
	color: #666666;
	font-size: 16px;
	background-position: 30px center;
	background-repeat: no-repeat;
	border: 1px solid #c7c7c7;
	padding-left: 80px;
}
.pro-nav li:nth-of-type(1){
	background-image: url(../images/ico02.png);
}
.pro-nav li:nth-of-type(2){
	background-image: url(../images/ico03.png);
}
.pro-nav li:nth-of-type(3){
	background-image: url(../images/ico04.png);
}
.pro-nav li:nth-of-type(4){
	background-image: url(../images/ico05.png);
}
.pro-nav li.cur{
	background-color: #005ba8;
	border: 1px solid #005ba8;
	color: #FFF;
}
.productList{
	width: 1200px;
	margin: 0 auto;
	display: none;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.productList.cur{
	display: flex;
}
.productList .proImg{
	width: 376px;
	overflow: hidden;
	margin-bottom: 70px;
}
.productList .proImg .imgLink{
	display: block;
	position: relative;
	overflow: hidden;
}
.proMo{
	width: 100%;
	height: 100%;
	position: absolute;
	left: -376px;
	transition: 1s all;
	top: 0;
	background-color: rgba(0,0,0,0.6);
	display: flex;
	justify-content: center;
	align-items: center;
}
.proMo h6{
	color: #ffffff;
	font-size: 14px;
	padding: 16px 25px;
	border: 1px solid #FFF;
	display: inline-block;
}
.productList .proImg:hover .proMo{
	left: 0;
}
.fontLink{
	padding: 0 15px;
	display: block;
}
.fontLink p{
	color: #333333;
	font-size: 16px;
	padding-top: 22px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}
.fontLink em{
	background: url(../images/ico06.png) no-repeat center right;
	display: block;
	margin-top: 10px;
	color: #999999;
	font-size: 14px;
}
.product-tuijian{
	background-color: #f8f8f8;
	padding-bottom: 90px;
}
.sw-pr-tuij{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tuijian-swiper{
	width: 490px;
	padding-bottom: 25px;
    position: relative;
}
.tit-product{
	padding-top: 80px;
	font-size: 32px;
	text-align: center;
	padding-bottom: 100px;
}
.prod-tuijan-font{
	width: 620px;
}
.prod-tuijan-font h6{
	font-weight: 100;
	font-size: 40px;
	color: #333333;
	padding-bottom: 38px;
}
.prod-tuijan-font h6:after{
	width: 73px;
	display: block;
	height: 1px;
	background-color: #005ba8;
	content: "";
	margin-top: 38px;
}
.prod-tuijan-font p{
	padding-bottom: 41px;
	color: #333333;
	font-size: 18px;
}
.icoProBox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.icoProBox li{
	flex: 1;
	cursor: pointer;
}
.swiper-pagination{
	width: 100%;
	
}
.swiper-pagination-bullet{
	margin-left: 10px;
}
.emBox{
	margin-top: 60px;
	display: block;
}
.aboutJudong{
	color: #666666;
	text-align: center;
}
.aboutJudong p{
	padding-bottom: 20px;
}
.aboutBox{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 75px;
}
.aboutBox img{
	margin-bottom: 25px;
}
.aboutBox p{
	color: #666666;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
	padding-bottom: 0;
}
.aboutBox li:nth-of-type(4) img{
	margin-bottom: 45px;
}
.moreAbout{
	background: url(../images/bj-more.png) center center fixed no-repeat;
	height: 449px;
	margin-top: 90px;
}
.moreAbout a{
	width: 100%;
	height: 100%;
}
.tit-news{
	padding-top: 90px;
	font-size: 32px;
	text-align: center;
	padding-bottom: 66px;
}
.newsList{
	flex-wrap: wrap;
	justify-content: space-between;
	display: flex;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.newsList li{
	width: 376px;
}
.newsList li .time{
	color: #332c2b;
	width: 104px;
	height: 102px;
	border: 1px solid #332c2b;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 28px;
}
.newsList li .time h6{
	font-size: 30px;
	padding-top: 20px;
	padding-bottom: 5px;
}
.newsList li .time p{
	
}
.newsFont{
	padding-bottom: 30px;
	background: url(../images/ico06.png) no-repeat left bottom;
}
.newsFont h6{
	color: #333;
	padding: 26px 0;
}
.newsFont p{
	color: #999999;
	font-size: 12px;
	line-height: 24px;
}
.newsList li:hover .time{
	background-color: #005ba8;
	color: #FFF;
	border: 1px solid #005ba8;
}
