/* 海报 */
.banner {z-index:1; position:relative;}
.flexslider {position:relative;overflow:hidden;}
.slides {position:relative;}
.flex-control-nav {position:absolute;bottom:55px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li {display:inline-block;width:25px;height:5px;margin:0 5px;display:inline;zoom:1;}
.flex-control-nav a {opacity: 0.5; display:inline-block;width:25px;height: 2px;overflow:hidden;background-color: #fff;cursor:pointer; text-indent: -99em;}
.flex-control-nav .flex-active {background-color: #d7a365;opacity: 1;}
.flex-direction-nav {position:absolute;z-index:3;width:100%;bottom:53%;}
.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:5%; background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next {right:5%; background:url(../images/next.png)center center no-repeat;}
.product{
	background: url(../images/bj_product.png) no-repeat center top;
	height: 980px;
	padding-top: 96px;
	position: relative;
}
.swiper_product{
	max-width: 1500px;
	margin: 0 auto;
	width: 90%;
	overflow: hidden;
}
.product_img{
	width: 64.35%;
}
.product_font{
	width: 30%;
}
.product_font h6{
	color: #333333;
	font-size: 40px;
	font-weight: 100;
	padding-top: 27px;
	padding-bottom: 50px;
}
.product_font p{
	color: #666666;
	font-size: 15px;
	line-height: 2.5;
}
.product_font a{
	width: 100px;
	height: 100px;
	display: inline-block;
	border: 2px solid #666666;
	text-align: center;
	padding-top: 25px;
	font-size: 14px;
	margin-top: 45px;
	font-weight: 100;
	margin-bottom: 20px;
}
.product_font a img{
	display: block;
	margin: 0 auto;
	padding-top: 10px;
}
.font_img{
	display: block;
	max-width: 480px;
	width: 100%;
}
.swiper_next,.swiper_prev{
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 90px;
	background: url(../images/ico06.png) no-repeat center;
	z-index: 100;
	cursor: pointer;
}
.swiper_next{
	transform:rotate(180deg);
	left: 51%;
}
.swiper_prev{
	
	right: 51%;
}
@media screen and (max-width: 1710px){
	.product_img{
		width: 60%;
	}
	.product_font{
		width: 35%;
	}
	.product_font h6{
		padding-bottom: 6px;
		padding-top: 0;
	}
	.product{
		height: 800px;
	}
	.swiper_next,.swiper_prev{
		bottom: 40px;
	}
	.product_img img{
		max-width: 900px;
	}
	.product_font a{
		margin-top: 10px;
		width: 80px;
		height: 80px;
		padding-top: 20px;
		margin-bottom:10px;
	}
}
@media screen and (max-width: 1490px){
	.product_img img{
		max-width: 800px;
	}
	.product_font p{
		line-height: 1.5;
	}
	.product_font a {
    margin-top: 15px;
    width: 50px;
    height: 50px;
    padding-top: 7px;
    margin-bottom: 15px;
	}
	.product{
		height: 700px;
	}
	.swiper_next,.swiper_prev{
		bottom: 10px;
	}
}
@media screen and (max-width: 1230px){
	.swiper_next,.swiper_prev{
		bottom: 30px;
	}
}
#store{
	position: relative;
}
.strory_font{
    position: absolute;
    top: 110px;
    left: 56vw;
}
.strory_font p{
	color: #f7f7f7;
	font-size: 14px;line-height: 3.5;
}
.strory_font img{
	padding-bottom: 65px;
}
.strory_font a{
	width: 100px;
	height: 100px;
	border: 2px solid #FFF;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	display: block;
	padding-top: 30px;
	margin-top: 100px;
}
.strory_font a img{
	display: block;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 0;
}
@media screen and (max-width: 1550px){
	.strory_font a{
	
		margin-top: 20px;
	}
}
@media screen and (max-width: 1350px){
	.strory_font img {
    	padding-bottom: 25px;
	}	
	.strory_font p{
		line-height: 2.5;
	}
}
.xinpin_font h6{
	color: #002654;
	font-size: 30px;
	padding-top: 0px;
	
}
.xinpin_font h6 i{
	color: #cd1125;
}
.xinpin_font p{
	color: #999999;
	font-size: 16px;
}
.xinpin_left{
	width: 20%;
}
.xinpin_right{
	width: 78%;
	overflow: hidden;
}
.swiper_btn{
	width: 10px;
	height: 100%;
	margin-top: 126px;
	border-left: 2px solid #002654;
}
.swiper-pagination-bullet{
	border-radius: inherit;
	width: auto;
	height: auto;
	background-color: transparent;
	opacity: 1;
	
}
.swiper-pagination-bullet font{
	width: 137px;
	height: 55px;
	display: inline-block;
	text-align: center;
	line-height: 55px;
	margin-top: 35px;
	color: #333333;
	margin-left: 75px;
	position: relative;
}
.swiper-pagination-bullet-active font{
	background-color: #425573;
	color: #FFF;
}

.swiper-pagination-bullet font:before{
	width: 11px;
	height: 11px;
	background-color: #FFF;
	border-radius: 50%;
	content: "";
	border: 1px solid #425573;
	position: absolute;
	left: -82px;
    top: 20px;
}
.swiper-pagination-bullet-active font:before{
    width: 22px;
    height: 22px;
    left: -87px;
    top: 18px;
	
}
.swiper-pagination-bullet-active font:after{
    width: 10px;
    height: 10px;
    background-color: #cd1125;
    border-radius: 50%;
    position: absolute;
    left: -81px;
    bottom: 21px;
    content: "";
}
@media screen and (max-width: 1665px){
	.swiper_btn {
	    margin-top: 36px;
	}
}
@media screen and (max-width: 1435px){
	.swiper-pagination-bullet font {
    	margin-top: 25px;
	}
}
#news{
	background: url(../images/bj_news.png) no-repeat center;
	height: 900px;
	margin-top: 96px;
}
#xinpin{
	padding-top: 110px;
}
.news_tit{
	padding-top: 95px;
	padding-bottom: 91px;
}
.news_tit h6{
	color: #ffffff;
	font-size: 36px;
	font-weight: 100;
}
.news_tit p{
	color: #999999;
	font-size: 16px;
	font-weight: 100;
}
.news_left{
	width: 45%;
	max-width: 730px;
}
.news_right{
	max-width: 600px;
	padding-top: 167px;
	width: 45%;
}
.news_box{
	
}
.news_box h6{
	color: #999999;
	font-size: 16px;
	padding-bottom: 40px;
	font-weight: bold;
}
.news_box p{
	font-size: 16px;
	padding-bottom: 30px;
	font-weight: 100;
	color: #999999;
	line-height: 2;
}
.news_box font{
	    width: 100px;
    height: 100px;
    border: 2px solid #FFF;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    display: block;
    padding-top: 30px;
}
.news_box font img{
	display: block;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 0;
}
#news .nes_bor{
	padding-bottom: 60px;
	border-bottom: 1px solid #999;
}
.news_list_bx{
	padding-top: 79px;
}
.news_list_bx li{
	color: #999999;
	padding-bottom: 44px;
	width: 45%;
}
.news_list_bx li font{
	float: right;
}
.message{
	background: url(../images/bj_messge.jpg) no-repeat right center;
	height: 550px;
	margin-top: 86px;
	margin-bottom: 91px;
	padding-left: 44vw;
	padding-top: 75px;
}
.message form{
	padding-top: 25px;
}
.message form label{
	border: 1px solid #666666;
	width: 48%;
	display: inline-block;
	margin-bottom: 18px;
}
.message form label input{
	border: none;
	background: transparent;
	line-height: 52px;
	color: #666666;
	font-size: 12px;
	padding-left: 15px;
}
.btns button{
	background-color: #002654;
	width: 96%;
	line-height: 52px;
	border: none;
	color: #FFF;
}
.message h3{
	color: #666666;
	padding-top: 40px;
}

.ind_newstt{ font-size:14px; margin-top:70px; margin-bottom:40px;color:#999999}
.ind_newstt span{ font-size:30px; display:inherit; color:#002654}
.ind_newstt span i{color:#cd1125}
.ind_news{

	padding-top: 0px;

	padding-bottom: 50px;

}
.ind_news_lfet{
width: 55%; float:left
}
.ind_news_lfet .le{width:20%; float:left;color:#7c7c7e; font-size:40px; margin-top:50px; font-weight:bold}
.ind_news_lfet .re{width:80%; float:left}
.ind_news_lfet .re li {width:100%;height:40px;line-height:40px;}
.ind_news_lfet .re li a{ font-size:16px;}
.ind_news_lfet .re li i{ margin-right:30px; color:#7c7c7e; font-weight:bold;}

.ind_news_right{

	width: 45%; float:right

}
