@charset "utf-8";

/* 页面-公共样式集 */
@font-face {
	font-family:'constan';
	src: url('../fonts/constan.ttf');
}


.icon_banner{
	font-size: 0;
}
.icon_banner img{
	width: 100%;
	height: 100%;
}


.pub_tit{
	text-align: center;
}
.pub_tit  i{
	color: #000;
	font-size: 36px;
	display: block;
	margin-bottom: 5px;
	font-family:'constan';
	text-transform: uppercase;
	
}
.pub_tit  h2{
	color: #000;
	font-size: 30px;
	font-family:'constan';
}


.ipub_tit .tit{
	float: left;
}
.ipub_tit  .tit i{
	color: #000;
	font-size: 36px;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-family:'constan';
}
.ipub_tit  .tit h2{
	color: #000;
	font-size: 30px;
	font-family:'constan';
}
.ipub_tit  a{
	color: #000;
	font-size: 16px;
	text-align: center;
	width: 195px;
	height: 50px;
	border-radius: 50px;
	line-height: 50px;
	display: block;
	float: right;
	border: 1px solid #000;
	transition: all ease-in-out .5s;
}
.ipub_tit  a:hover{
	color: #fff;
	background-color: #000;
}



.breadcrumb {
	height: 95px;
	/* margin-bottom: 20px; */
	border-bottom: 1px solid #dfdfdf;
}
.breadcrumb .agrop{
	float: left;
}
.breadcrumb .agrop a{
	color: #666;
	font-size: 16px;
	height: 95px;
	line-height: 95px;
	margin-right: 95px;
	display: inline-block;
	position: relative;
}
.breadcrumb .agrop a.on,
.breadcrumb .agrop a:hover{
	color: #000;
}
.breadcrumb .agrop a.on::after,
.breadcrumb .agrop a:hover::after
{
	content: '';
	position: absolute;
	bottom: -2.5px;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #000;
}
.breadcrumb ul {
	float: right;
}
.breadcrumb ul li{
	color: #999;
	font-size: 16px;
	height: 95px;
	line-height: 95px;
	padding-right: 25px;
/* 	margin-top: 25px; */
	margin-right: 10px;
	display: inline-block;
	position: relative;
}
.breadcrumb ul li::after{
	content: '>';
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
	font-size: 16px;
}
.breadcrumb ul li:last-child::after{
	display: none;
}
.breadcrumb ul li:hover{
	color: #000;
}
.breadcrumb ul li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}


.pub_btn{
	color: #333;
	font-size: 14px;
	width: 160px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}
.pub_btn i{
	position: absolute;
	width: 15px;
	height: 10px;
	display: block;
}
.pub_btn .more_line1{
	top: 0;
	left: 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
.pub_btn .more_line2{
	top: 0;
	right: 0;
	display: block;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}
.pub_btn .more_line3{
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
.pub_btn .more_line4{
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}


.pub_btn .more_line1 {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.pub_btn:hover .more_line1 {
	width: 100%;
}

.pub_btn .more_line2 {
	-webkit-transition: all 0.3s ease-in-out 0.6s;
	-moz-transition: all 0.3s ease-in-out 0.6s;
	-ms-transition: all 0.3s ease-in-out 0.6s;
	-o-transition: all 0.3s ease-in-out 0.6s;
	transition: all 0.3s ease-in-out 0.6s;
}
.pub_btn:hover .more_line2 {
	height: 100%;
}
.pub_btn .more_line3 {
	-webkit-transition: all 0.3s ease-in-out 1.5s;
	-moz-transition: all 0.3s ease-in-out 1.5s;
	-ms-transition: all 0.3s ease-in-out 1.5s;
	-o-transition: all 0.3s ease-in-out 1.5s;
	transition: all 0.3s ease-in-out 1.5s;
}
.pub_btn:hover .more_line3 {
	height: 100%;
}
.pub_btn .more_line4 {
	-webkit-transition: all 0.6s ease-in-out 0.9s;
	-moz-transition: all 0.6s ease-in-out 0.9s;
	-ms-transition: all 0.6s ease-in-out 0.9s;
	-o-transition: all 0.6s ease-in-out 0.9s;
	transition: all 0.6s ease-in-out 0.9s;
}
.pub_btn:hover .more_line4 {
	width: 100%;
}



.page{
	text-align: center;
	padding:40px 0;
}
.page .pagination{
	display: inline-block;
}
.page .pagination li{
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	margin:0 5px;
	background-color: #fff;
	border: 1px solid #eee;
}
.page .pagination li span,
.page .pagination li a{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding:0 3px;
}
.page .pagination li.prev,
.page .pagination li.next {
	color: #6f6f6f;
	font-size: 16px;
}
.page .pagination li.active,
.page .pagination li:hover {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
}
.page .pagination li.disabled,
.page .pagination li.disabled:hover{
/* 	color:#c3c3c3; */
}






.header{
	width: 100%;
	height: 120px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #fff;
}
/* .header .main{
	border: 1px solid red;
} */
.header .nav {
	margin-top: 30px;
	display: inline-block;
}
.header .left_nav{
	float: left;
}
.header .right_nav{
	margin-right: 25px;
	float: right;
}
.header .nav li{
	color: #333;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	margin-right: 60px;
	display: inline-block;
}
.header .right_nav li:last-child{
	margin-right: 0;
}
.header .nav li:hover,
.header .nav li.on{
	color: #999;
}
.header .nav li a{
	width: 100%;
	height: 100%;
	display: inline-block; 
}
.header  h1{
	width: 240px;
	height: 100px;
	margin: 0 47px;
	margin-top: 5px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%; 
	background-image: url(../images/logo.png);
}
.header  h1 a{
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	display: inline-block;
}
.header .agrop{
	float: right;
	margin-top: 50px;
	display: inline-block;
}
.header .agrop a{
	color: #333;
	font-size: 16px;
	float: left;
	height: 20px;
}
.header .agrop .search{
	width: 20px;
	height: 20px;
	padding-right: 10px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto 100%; 
	background-image: url(../images/search.png);
	position: relative;
}

.header .agrop .load{
	padding-left: 30px;
	position: relative;
}
.header .agrop .load::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto 100%; 
	background-image: url(../images/load.png);
}
.header .form_box{
	width:100%;
	position: absolute;
	left:0;
	/* top:90px; */
	bottom: -105px;
	text-align: center;
	background:rgba(0,0,0,.3);
	display:none;
	z-index: 122;
}
.header .form_box form{
	display:inline-block;
	position: relative;
	margin:25px 0;
	border-radius: 4px;
	overflow: hidden;
	box-sizing: border-box;
	width:90%;
	max-width:650px;
}
.header .form_box form input.text{
	width:650px;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #ccc;
	background:none;
	font-size:15px;
	color:#666;
	background:#fff;
	padding-left:15px;
	box-sizing: border-box;
}
.header .form_box form input.submit{
	width:50px;
	height:50px;
	background: none;
	display:inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/search.png);
	position: absolute;
	right:15px;
	top:0;
}




.support{
	height: 120px;
}
.ibanner {
	font-size: 0;
}
.ibanner img{
	width: 100%;
	height: 100%;
}
.ibanner .swiper-pagination{
	margin-bottom: 15px;
}
.ibanner .swiper-pagination-bullet{
	opacity: 1;
	width: 50px;
	height: 3px;
	outline: none;
	border-radius: 0;
	margin: 0 8px!important;
	background-color: #7e7e80;
	transition: all ease-in-out .5s;
}
.ibanner .swiper-pagination-bullet-active{
	background-color: #fff;
}



.footer{
	padding: 60px 0;
	background-color: #1e1e1e;
}
/* .footer .main{
	border: 1px solid  #fff;
} */
.footer .footer_nav{
	display: flex;
	justify-content:center;
	padding-bottom: 40px;
	margin-bottom: 30px;
	position: relative;
}
.footer .footer_nav::after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 0;
	width: 50px;
	height: 1px;
	background-color: #fff;
}
.footer .footer_nav li{
	color: #fff;
	font-size: 16px;
	height: 30px;
	margin-right: 80px;
	display: inline-block;
}
.footer .footer_nav li:last-child{
	margin-right: 0;
}
.footer .footer_nav li:hover,
.footer .footer_nav li.on
{
	color: #999;
}
.footer .footer_nav li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.footer .copy{
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-bottom: 15px;
}
.footer .text{
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-bottom: 65px;
}
.footer .text p{
	padding-left: 25px;
	margin-right: 20px;
	position: relative;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto 100%; 
}
.footer .text p::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto 100%; 
}
.footer .text p:nth-child(1)::after{
	background-image: url(../images/footer_icon1.png);
}
.footer .text p:nth-child(2)::after{
	background-image: url(../images/footer_icon2.png);
}
.footer .text p:nth-child(3)::after{
	background-image: url(../images/footer_icon3.png);
}
.footer .listbox{
	width: 390px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	
}
.footer .listbox .list .img{
	width: 110px;
	height: 110px;
	margin-bottom: 10px;
}
.footer .listbox .list p{
	color: #bcbcbc;
	font-size: 14px;
	text-align: center;
}



.ipro{
	padding: 65px 0;
}
.ipro .ipub_tit{
	margin-bottom: 50px;
}
.ipro_box{
	margin-bottom: 95px;
}
.ipro_box .kt{
	width: 550px;
	height: 665px;
	float: left;
	position: relative;
	overflow: hidden;
}
.ipro_box .kt .img{
	width: 100%;
	height: 100%;
}
.ipro_box .kt:hover .tit{
	display: none;
}
.ipro_box .kt .tit h4{
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 20px;
	bottom: 15px;
}
.ipro_box .kt .mask{
	color: #fff;
	text-align: center;
	width: 100%;
	height: 100%;
	padding-top: 255px;
	box-sizing: border-box;
	position: absolute;
	top: 665px;
	left: 0;
	transition: all .5s;
	background-color: rgba(0,0,0,0.5);
}
.ipro_box .kt:hover .mask{
	top: 0;
}
.ipro_box .kt .mask h4{
	font-size: 16px;
	margin-bottom: 15px;
}
.ipro_box .kt .mask i{
	font-size: 16px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.ipro_box .kt .mask span{
	color: #fff;
	font-size: 14px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	border: 1px solid #fff;
	margin: 0 auto;
	transition: all .5s;
}
.ipro_box .kt .mask span:hover{
	color: #000;
	background-color: #fff;
}

.ipro_box .item_box{
	width: 735px;
	float: right;
}
.ipro_box .item_box .item{
	float: left;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
.ipro_box .item_box .item:nth-child(1){
	width: 100%;
	height: 325px;
} 
.ipro_box .item_box .item .img{
	width: 100%;
	height: 100%;
}
.ipro_box .item_box .item .tit h4{
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 20px;
	bottom: 15px;
}
.ipro_box .item_box .item:hover .tit{
	display: none;
}
.ipro_box .item_box .item .mask{
	color: #fff;
	text-align: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	transition: all .5s;
	background-color: rgba(0,0,0,0.5);
}
.ipro_box .item_box .item:nth-child(1) .mask{
	padding-top: 100px;
	top: 325px;
}
.ipro_box .item_box .item:hover .mask{
	top: 0;
}
.ipro_box .item_box .item .mask h4{
	font-size: 16px;
	margin-bottom: 15px;
}
.ipro_box .item_box .item .mask i{
	font-size: 16px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.ipro_box .item_box .item .mask span{
	color: #fff;
	font-size: 14px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	border: 1px solid #fff;
	margin: 0 auto;
	transition: all .5s;
}
.ipro_box .item_box .item .mask span:hover{
	color: #000;
	background-color: #fff;
}
.ipro_box .item_box .item:nth-child(2){
	margin-right: 15px;
}
.ipro_box .item_box .item:nth-child(2),
.ipro_box .item_box .item:nth-child(3){
	width: 360px;
	height: 325px;
}
.ipro_box .item_box .item:nth-child(2) .img,
.ipro_box .item_box .item:nth-child(3) .img{
	width: 100%;
	height: 100%;
}
.ipro_box .item_box .item:nth-child(2) .mask,
.ipro_box .item_box .item:nth-child(3) .mask
{
	padding-top: 100px;
	top: 325px;
}
.ipro_box .item_box .item:hover .mask{
	top: 0;
}
.ipro .text{
	text-align: center;
}
.ipro .text i{
	color: #000;
	font-size: 30px;
	/* line-height: ; */
	text-align: center;
	display: block;
	margin-bottom: 20px;
}
.ipro .text  span{
	width: 1px;
	height: 50px;
	margin: 0 auto;
	display: inline-block;
	background-color: #000;
}








.iab{
	height: 765px;
	background-color: #303030;
}
.iab .pic_box{
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
}
.iab .pic_box .img{
	width: 960px;
	position: absolute;
	top: 0;
	left: -310px;
}
.iab .text_box{
	color: #fff;
	width: 50%;
	float: right;
	padding-top: 145px;
	padding-left: 110px;
	box-sizing: border-box;
	/* border: 1px solid red; */
}
.iab .text_box .tit {
	margin-bottom: 35px;
}
.iab .text_box .tit i{
	font-size: 36px;
	display: block;
}
.iab .text_box .tit h1{
	font-size: 30px;
}
.iab .text_box .text{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 90px;
}
.iab .text_box .text p{
	margin-bottom: 25px;
}
.iab .text_box .text p:last-child{
	margin-bottom: 0;
}
.iab  .text_box .pub_btn{
	color: #fff;
}
.iab  .text_box .pub_btn .more_line1{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.iab  .text_box .pub_btn .more_line2{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.iab  .text_box .pub_btn .more_line3{
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
.iab  .text_box .pub_btn .more_line4{
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}





.ijoin {
	padding-top: 120px;
	padding-bottom: 95px;
}
/* .ijoin .main{
	border: 1px solid red;
} */
.ijoin .pub_tit{
	position: relative;
	margin-bottom: 30px;
}
.ijoin .pub_tit::after{
	content: '';
	position: absolute;
	top: -80px;
	left: 50%;
	margin-left: -315px;
	width: 630px;
	height: 590px;
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto 100%; 
	background-image: url(../images/ijoinbg.png);
}
.ijoin .pub_tit .tit{
	float: none;
	text-align: center;
}
.ijoin  .text_box{
	color: #333;
	font-size: 16px;
	line-height: 36px;
	padding-left: 120px;
	padding-right: 175px;
	margin-bottom: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.ijoin .listbox .list{
	width: 410px;
	height: 550px;
	float: left;
	margin-right: 35px;
	position: relative;
}
.ijoin .listbox .list:last-child{
	margin-right: 0;
}
.ijoin .listbox .list .text{
	width: 100%;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 190px;
}
.ijoin .listbox .list .text i{
	font-size: 38px;
	display: block;
	margin-bottom: 15px;
	font-family: 'constan';
}
.ijoin .listbox .list .text h4{
	font-size: 16px;
	margin-bottom: 200px;
}
.ijoin .listbox .list .text span{
	width: 35px;
	height: 35px;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	display: block;
	margin: 0 auto;
	border: 1px solid #fff;
	transition: all .5s;
}
.ijoin .listbox .list .text span:hover{
	color: #000;
	background-color: #fff;
}



.ivideo{
	padding: 65px 0;
	background-color: #f5f5f5;
}
.ivideo .pub_tit{
	margin-bottom: 40px;
	position: relative;
}
.ivideo .pub_tit  span{
	width: 1px;
	height: 50px;
	background-color: #000;
	margin: 0 auto;
	margin-bottom: 20px;
	display: block;
}
.ivideo .pub_tit .tit{
	float: none;
	text-align: center;
}
.ivideo .img{
	margin-bottom: 50px;
}
.ivideo .img a{
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
}
.ivideo .img a::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -45px;
	left: 50%;
	margin-left: -45px;
	width: 90px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto 100%; 
	background-image: url(../images/play.png);
}
.ivideo .pub_btn{
	margin: 0 auto;
}


.inews {
	padding-top: 80px;
	padding-bottom: 50px;
}
/* .inews .main{
	border: 1px solid red;
} */
.inews .ipub_tit{
	margin-bottom: 60px;
}
.inews .list_box{
	display: flex;
	align-items: center;	
	flex-wrap: wrap;
	justify-content: space-between;
}
.inews .list_box .list{
	width: 625px;
	margin-bottom: 35px;
	border: 1px solid #e5e5e5;
}
.inews .list_box .list a{
	width: 100%;
	height: 100%;
	padding: 35px 25px 25px 25px;
	box-sizing: border-box;
	display: inline-block;
}
.inews .list_box .list .text{
	width: 260px;
	float: left;
	padding: 15px 0;
	box-sizing: border-box;
	margin-right: 15px;
}
.inews .list_box .list .num{
	margin-bottom: 30px;
}
.inews .list_box .list .num i{
	color: #666;
	font-size: 36px;
	display: block;
}
.inews .list_box .list .num em{
	color: #666;
	line-height: 12px;
	display: block;
}
.inews .list_box .list  h4{
	color: #333;
	font-size: 16px;
	margin-bottom: 25px;
}
.inews .list_box .list p{
	color: #666;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}
.inews .list_box .list .img{
	width: 290px;
	height: 220px;
	float: right;
}





.news{
	padding-top: 85px;
	padding-bottom: 20px;
	background-color: #f8f8f8;
}
.news .pub_tit{
	margin-bottom: 45px;
}
/* .news .pub_tit .tit{
	float: none;
	text-align: center;
} */
.news .listbox .list{
	background-color: #fff;
	margin-bottom: 45px;
}
.news .listbox .list:last-child{
	margin-bottom: 0;
}
.news .listbox .list a{
	width: 100%;
	height: 100%;
	padding:  40px 30px;
	box-sizing: border-box;
	display: inline-block;
}
.news .listbox .list .img{
	width: 390px;
	height: 215px;
	float: left;
	margin-right: 45px;
}
.news .listbox .list  .text {
	width: 610px;
	padding: 45px 0;
	padding-right: 75px;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
}
.news .listbox .list  .text::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -75px;
	right: 0;
	width:	1px;
	height: 150px;
	background-color: #cbcbcb;
}
.news .listbox .list  .text h4{
	color: #333;
	font-size: 24px;
	margin-bottom: 20px;
}
.news .listbox .list:hover .text h4{
	font-weight: bold;
}
.news .listbox .list  .text  p{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news .listbox .list .time{
	float: right;
	margin-right: 45px;
}
.news .listbox .list .time em{
	color: #333;
	font-size: 80px;
	display: block;
	padding-top: 45px;
}
.news .listbox .list .time span{
	color: #333;
	font-size: 20px;
	display: block;
}
.news .page{
	padding: 65px 0;
}



.newsv{
	padding: 120px 0;
}
.newsv .tit{
	margin-bottom: 80px;
	text-align: center;
}
.newsv .tit h2{
	color: #444;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 20px;
}
.newsv .tit em{
	color: #999;
	font-size: 18px;
	display: block;
}
.newsv .text_box {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 30px;
	margin-bottom: 45px;
	border-bottom: 1px solid #d2d2d2;
}
.newsv .text_box>p{
	margin-bottom: 25px;
}
/* .newsv .text_box img{
	margin: 0 auto;
	margin-top: 85px;
	display: block;
} */
.newsv  .agrop{
	text-align: center;
}
.newsv  .agrop a{
	color: #666;
	font-size: 18px;
	padding-right: 50px;
	display: inline-block;
	position: relative;
	margin-right: 50px;
}
.newsv .agrop a:last-child{
	margin-right: 0;
}
.newsv  .agrop a::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 0;
	width: 1px;
	height: 20px;
	background-color: #bfbfbf;
}
.newsv .agrop a:last-child::after{
	display: none;
}
.newsv  .agrop a:hover{
	color: #000;
	text-decoration: underline;
}




.case {
	/* padding: 85px 0; */
	padding-top: 85px;
	padding-bottom: 60px;
}
/* .case .main{
	border: 1px solid red;
} */
.case .list{
	width: 410px;
	float: left;
	margin-right: 35px;
	margin-bottom: 65px;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
}
.case .list:nth-child(3n){
	margin-right: 0;
}
.case .list::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 11%;
	height: 1px;
	background-color: #333;
	transition: all .5s; 
}
.case .list:hover::after{
	width: 100%;
}
.case .list .img{
	width: 100%;
	height: 275px;
}
.case .list h4{
	color: #333;
	font-size: 16px;
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.case .page{
	padding: 20px 0;
}





/* join-page */
.advantage{
	padding-top: 75px;
	padding-bottom: 50px;
	background-color: #f8f8f8;
}
/* .advantage .main{
	border: 1px solid red;
} */
.advantage .pub_tit{
	margin-bottom: 55px;
}
.advantage .listbox{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.advantage .listbox .list{
	width: 100%;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.advantage .list .text_box{
	width: 630px;
	height: 245px;
	/* display: flex;
	align-items: center;
	justify-content: space-between; */
	background-color: #fff;
}
.advantage .list .img{
	width: 275px;
	height: 245px;
}
.advantage .list:nth-child(2n-1) .img{
	float: left;
}
.advantage .list:nth-child(2n) .img{
	float: right;
}
.advantage .list .text {
	width: 355px;
	padding: 0 35px;
	padding-top: 55px;
	box-sizing: border-box;
}
.advantage .list:nth-child(2n-1) .text{
	float: right;
}
.advantage .list:nth-child(2n) .text{
	float: left;
}
.advantage .list .text h4{
	color: #333;
	font-size: 18px;
	margin-bottom: 20px;
}
.advantage .list .text p{
	color: #666;
	font-size: 14px;
	line-height: 24px;
}



/* .policy{
	background-position: left;
	background-repeat: no-repeat;
	background-size: auto 100%; 
	background-image: url(../images/policybg.jpg);
} */
.policy {
	padding: 75px 0;
}
.policy .pub_tit{
	margin-bottom: 55px;
}
/* .policy .pub_tit .tit{
	float: none;
	text-align: center;
} */
.policy .policy_box{
	padding-top: 205px;
	padding-bottom: 85px;
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover; 
	background-image: url(../images/policybg.jpg);
}
/* .policy .policy_box .main{
	border: 1px solid #fff;
} */
.policy .list{
	color: #fff;
	line-height: 30px;
	text-align: center;
	width: 430px;
	height: 280px;
	float: left;
	padding-top: 85px;
	padding-left: 70px;
	padding-right: 70px;
	box-sizing: border-box;
	margin-right: 5px;
	margin-bottom: 30px;
	box-sizing: border-box;
	transition: all ease-in-out .5s;
	/* background-color: red; */
}
.policy .list:hover{
	background-color: #c3c3c2;
}
.policy .list:nth-child(3n){
	margin-right: 0;
}
.policy .list .picbox{
	margin-bottom: 35px;
}
.policy .list .picbox .img{
	width: 65px;
	height: 65px;
	margin: 0 auto;
}
.policy .list .picbox .img img{
	width: 100%;
	height: 100%;
}
.policy .list .picbox .img2{
	display: none;
} 
.policy .list:hover .picbox .img1{
	display: none;
}
.policy .list:hover .picbox .img2{
	display: block;
}
.policy .list h4{
	font-size: 24px;
	margin-bottom: 40px;
}
.policy .list p{
	color: #fff;
	font-size: 16px;
}
.policy .list:hover p{
	color: #333;
}





.monopoly{
	padding-top: 50px;
	padding-bottom: 60px;
}
/* .monopoly .main{
	border: 1px solid red;
} */
.monopoly .pub_tit{
	margin-bottom: 30px;
}
.monopoly .text{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	width: 870px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 70px;
}
.monopoly_slide .img{
	height: 460px;
}
.monopoly_slide .img img{
	width: 100%;
	height: 100%;
} 
.monopoly_slide .swiper-wrapper{
	margin-bottom: 75px;
}
.monopoly_slide .swiper-button-prev{
	left: 60px;
}
.monopoly_slide .swiper-button-next{
	right: 60px;
}
.monopoly_slide .swiper-button-prev,
.monopoly_slide .swiper-button-next{
	top: 40%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	/* opacity: 1; */
	outline: none;
}
.monopoly_slide .swiper-button-prev:hover,
.monopoly_slide .swiper-button-next:hover{
	background-color: #000;
}
.monopoly_slide .swiper-button-prev::after,
.monopoly_slide .swiper-button-next::after{
	color: #000;
	font-size: 30px;
}
.monopoly_slide .swiper-button-prev:hover::after,
.monopoly_slide .swiper-button-next:hover::after{
	color: #fff;
}
.monopoly_slide .swiper-pagination-bullet{
	opacity: 1;
	margin: 0 8px!important;
	background-color: #333;
	outline: none;
}
.monopoly_slide .swiper-pagination-bullet-active{
	background-color: #d1d1d1;
}




.apply{
	padding: 70px 0;
	background-color: #f8f8f8;
}
/* .apply .main{
	border: 1px solid blue;
} */
.apply .pub_tit{
	margin-bottom: 55px;
}
/* .apply .pub_tit .tit{
	float: none;
	text-align: center;
} */
.apply .ligrop{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.apply .intext{
	margin-bottom: 30px;
}
.apply .ligrop .li{
	width: 645px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.apply .ligrop .li input{
	color: #333;
	font-size: 16px;
	width: 315px;
	display: block;
	padding: 20px 30px;
	box-sizing: border-box;
	background-color: #fff;
}
.apply .ligrop .li input::input-placeholder{
	color: #333;
}
.apply .ligrop .li select{
	color: #333;
	font-size: 16px;
	width: 315px;
	display: block;
	padding: 20px 30px;
	outline: none;
	border: none;
	box-sizing: border-box;
	background-color: #fff;
}
.apply .msg{
	width: 100%;
	margin-bottom: 65px;
}
.apply .msg textarea{
	color: #333;
	font-size: 16px;
	padding: 45px 30px;
	box-sizing: border-box;
	width: 100%;
	height: 330px;
	display: inline-block;
	background-color: #fff;
}
.apply .ligrop.code{
	width: 890px;
	margin: 0 auto;
	/* border: 1px solid red; */
}
.apply .code .li .img{
	width: 160px;
	height: 60px;
	margin-right: 30px;
}
.apply .code .li .img img{
	width: 100%;
	height: 100%;
}
.apply .code .li .img:hover{
	cursor: pointer;
}
.apply .code .yz{
	width: 530px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: 30px;
}
.apply .code .yz input{ 
	width: 360px;
	text-align: center;
}
.apply .code button{
	color: #fff;
	font-size: 16px;
	width: 310px;
	height: 60px;
	border: none;
	outline: none;
	background-color: #000;
}
.apply .code button:hover{
	cursor: pointer;
}




/* sign-page */
.sign{
	padding-top: 100px;
	padding-bottom: 120px;
	background-color: #f5f5f5;
}
.sign .pub_tit{
	padding-bottom: 40px;
	margin-bottom: 110px;
	position: relative;
}
.sign .pub_tit::after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -650px;
	bottom: 0;
	width: 1300px;
	height: 1px;
	background-color: #dedede;
}
.sign .pub_tit .tit{
	float: none;
	text-align: center;
}
.sign .formbox{
	width: 685px;
	margin: 0 auto;
	/* border: 1px solid red; */
}
.sign .formbox .user{
	width: 100%;
}
.sign .formbox .in{
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
}
.sign .formbox .in i{
	display: inline-block;
	margin-left: 35px;
	margin-right: 40px;
	width: 25px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% auto; 
}
.sign .formbox .in.user i{
	background-image: url(../images/user_icon.png);
}
.sign .formbox .in.pwd i{
	background-image: url(../images/pwd_icon.png);
}
.sign .formbox  .in input{
	color: #666;
	font-size: 16px;
	width: 685px;
	height: 100%;
	display: block;
}
.sign .formbox  button{
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 16px;
	background-color: #000;
	outline: none;
	border: none;
}
.sign .formbox  button:hover{
	cursor: pointer;
}




.down{
	padding-top: 50px;
}
.down .pub_tit{
	margin-bottom: 40px;
}
.down .down_box{
	padding-top: 85px;
	padding-bottom: 65px;
	background-color: #f8f8f8;
}
.down .down_box .list{
	color: #333;
	font-size: 16px;
	width: 100%;
	padding: 20px 0;
	padding-left: 35px;
	/* padding-right: 75px; */
	margin-bottom: 40px;
	background-color: #fff;
}
.down .down_box .list:last-child{
	margin-bottom: 0;
}
.down .down_box .list div{
	float: left;
	height: 40px;
	line-height: 40px;
}
.down .down_box .list div:nth-child(1){
	width: 300px;
	margin-right: 100px;
}
.down .down_box .list div:nth-child(2){
	width: 220px;
	margin-right: 100px;
}
.down .down_box .list div:nth-child(3){
	width: 200px;
	margin-right: 200px;
}
.down .down_box .list i{
	float: left;
	width: 40px;
	height: 40px;
	display: block;
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto 100%; 
	background-image: url(../images/load_icon1.png);
}
.down .down_box i:hover {
	cursor: pointer;
	background-image: url(../images/load_icon11.png);
}
.down .down_box .page{
	padding-top: 55px;
	padding-bottom: 0;
}






.contact_box{
	padding: 90px 0;
	background-color: #f8f8f8;
}
/* .contact_box .main{
	border: 1px solid red;
} */
.contact{
	padding-bottom: 60px;
}
.contact .pub_tit{
	margin-bottom: 50px;
}
.contact .listbox .list{
	width: 400px;
	height: 195px;
	float: left;
	padding:  45px 30px;
	box-sizing: border-box;
	margin-right: 50px;
	background-color: #fff;
}
.contact .listbox .list:last-child{
	margin-right: 0;
}
.contact .listbox .list i{
	width: 40px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 20px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%; 
	transition: all ease-in-out .5s; 
}
.contact .listbox .list:nth-child(1) i{
	background-image: url(../images/contact_icon1.png);
}
.contact .listbox .list:nth-child(2) i{
	background-image: url(../images/contact_icon2.png);
}
.contact .listbox .list:nth-child(3) i{
	background-image: url(../images/contact_icon3.png);
}
.contact .listbox .list:hover i{
	transform: translateY(-15px);
}
.contact .listbox .list p{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}



.message{
	padding-top: 80px;
	padding-bottom: 35px;
	padding-left: 75px;
	padding-right: 45px;
	box-sizing: border-box;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
}
.message .text_box{
	padding-top: 30px;
	width: 395px;
}
.message .text_box .pub_tit{
	margin-bottom: 45px;
	text-align: left;
}
.message .text_box .pub_tit h2{
	width: 160px;
	font-size: 24px;
	position: relative;
	display: inline-block;
}
.message .text_box .pub_tit h2::after{
	content: '';
	position: absolute;
	/* top: 50%;
	margin-top: -1px; */
	top: 18px;
	right: 0;
	width: 40px;
	height: 2px;
	background-color: #d6d6d6;
}
.message .text_box .text p{
	color: #999;
	font-size: 16px;
	margin-bottom: 20px;
}
.message .text_box .text p:last-child{
	margin-bottom: 0;
}
.message .formbox{
	width: 565px;
}
.message .formbox input{
	color: #999;
	font-size: 14px;
	width: 100%;
	padding:  10px 25px;
	box-sizing: border-box;
	display: block;
	margin-bottom: 15px;
	border-radius: 5px;
	background-color: #f4f6f8;
}
.message .formbox textarea{
	color: #999;
	font-size: 14px;
	width: 100%;
	height: 150px;
	padding: 10px 25px;
	box-sizing: border-box;
	display: block;
	margin-bottom: 15px;
	background-color: #f4f6f8;
}
.message .formbox .ligrop{
	width: 415px;
	float: right;
	display: flex;
	justify-content: space-between;
	/* border: 1px solid red; */
}
.message .formbox .ligrop .img{
	width: 135px;
	height: 40px;
}
.message .formbox .ligrop .img:hover{
	cursor: pointer;
}
.message .formbox .ligrop .img img{
	width: 100%;
	height: 100%;
}
.message .formbox .ligrop input{
	width: 135px;
	margin-bottom: 0;
}
.message .formbox .ligrop button{
	color: #fff;
	font-size: 14px;
	width: 135px;
	background-color: #000;
	outline: none;
	border: none;
	height: 40px;
}
.message .formbox .ligrop button:hover{
	cursor: pointer;
}






/* pro-page */
.pro_nav{
	padding: 65px 0;
	background-color: #f7f7f7;
}
.pro_nav .li_box{
	margin-bottom: 50px;
}
.pro_nav .li {
	padding-bottom: 15px;
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #d6d6d6;
}
.pro_nav .li span{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	width: 100px;
	height: 35px;
	border-radius: 50px;
	background-color: #333;
}
.pro_nav .li .qb{
	color: #4c4948;
	font-size: 16px;
	line-height: 30px;
	padding-right: 30px;
	margin-left: 30px;
	position: relative;
}
.pro_nav .li .qb::after{
	content: '>';
	position: absolute;
	right: 0;
	top: 0px;
}
.pro_nav ul{
	width: 1000px;
	display: inline-block;
	height: 30px;
	overflow: hidden;
}
.pro_nav ul.on{
	height: auto;
}
.pro_nav ul li{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	margin: 0 5px;
	box-sizing: border-box;
	display: inline-block;
}
.pro_nav ul li.on,
.pro_nav ul li:hover
{
	color: #999;
}
.pro_nav ul li a{
	padding: 4px 20px;
	box-sizing: border-box;
	display: inline-block;
}
.pro_nav .more{
	color: #4c4948;
	font-size: 16px;
	line-height: 30px;
	padding-right: 15px;
	position: relative;
	display: inline-block;
}
.pro_nav .more::after{
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	right: -15px;
	top: 8px;
	background-position: right center;  
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/gd.png);
}
/* .pro_nav .li:nth-child(1) .more{
	display: none;
} */
.pro_nav .li:nth-child(2) .more{
	/* display: none; */
}
.pro_nav .search{
	width: 600px;
	margin: 0 auto;
	box-sizing: border-box;
	/* border-radius: 15px; */
	background-color: #fff;
	position: relative;
}
.pro_nav .search input{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	width: 550px;
	padding: 15px 30px;
	box-sizing: border-box;
	display: inline-block;
}
.pro_nav .search button{
	width: 40px;
	border: none;
	outline: none;
	padding: 30px 0;
	position: absolute;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 21px 21px;
	background-image: url(../images/pro_search.png);
	background-color: #fff;
}
.pro_nav .search button:hover{
	cursor: pointer;
}




/* 产品列表 */
.pro{
	padding: 70px 0;
}
.pro .list_box .list{
	text-align: center;
	width: 400px;
	margin-right: 50px;
	margin-bottom: 30px;
	float: left;
	transition: all .5s;
}
.pro .list_box .list:nth-child(3n){
	margin-right: 0;
}
.pro .list_box .list .img_box{
	width: 400px;
	height: 400px;
	background-color: #fbfbfb;
	margin-bottom: 30px;
	position: relative;
}
.pro .list_box .list .img_box .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transition: all .5s ease-in-out;
}
.pro .list_box .list:hover .img_box .mask{
	opacity: 1;
}
.pro .list_box .list  .tit{
	width: 100%;
	height: 55px;
}
.pro .list_box .list  .tit i{
	color: #000;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}
.pro .list_box .list  .tit  h5{
	color: #666;
	font-size: 16px;
}
.pro .page{
	padding: 35px;
}




.introduce{
	padding: 75px 0;
	background-color: #f5f5f5;
}
.introduce_slide{
	/* width: 365px; */
	width: 670px;
	height: 490px;
	float: left;
	/* margin-left: 150px; */
	/* border: 1px solid red; */
}
.introduce_slide .swiper-pagination{
	margin-bottom: 10px;
}
.introduce_slide .swiper-pagination-bullet{
	opacity: 1;
	outline: none;
	border: none;;
	margin: 0 7px!important;
	background-color: #fff;
}
.introduce_slide .swiper-pagination-bullet-active{
	background-color: #000;
}
.introduce .text_box{
	width: 580px;
	float: right;
	padding-top: 90px;
}
.introduce .text_box h4{
	color: #333;
	font-size: 36px;
	margin-bottom: 30px;
}
.introduce .text_box  .text {
	padding-top: 35px;
	margin-bottom: 50px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.introduce .text_box .text p{
	color: #666;
	font-size: 16px;
	width: 270px;
	float: left;
	margin-bottom: 30px;
}
.introduce .text_box .text p:nth-child(2n-1){
	margin-right: 30px;
}
.introduce .text_box .text p:nth-child(2n){
	margin-right: 0;
}
.introduce .text_box .text  p span{
	color: #000;
}
.introduce .text_box  .agrop a{
	color: #000;
	font-size: 16px;
	text-align: center;
	border-radius: 50px;
	width: 140px;
	height: 50px;
	line-height: 50px;
	margin-right: 15px;
	display: inline-block;
	background-color: #fff;
	transition: all ease-in-out .5s; 
}
.introduce .text_box  .agrop .vr{
	width: 180px;
}
.introduce .text_box  .agrop a:last-child{
	margin-right: 0;
}
.introduce .text_box  .agrop a:hover{
	color: #fff;
	background-color: #000;
}





.details{
	padding: 65px 0;
}
.details .pub_tit{
	margin-bottom: 65px;
}
.details .text_box{
	color: #333;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}



.prov{
	padding: 30px 0;
}
.prov .pub_tit{
	margin-bottom: 65px;
}
/* .prov .pub_tit .tit{
	float: none;
	text-align: center;
} */
.prov .list_box .list{
	text-align: center;
	width: 400px;
	margin-right: 50px;
	margin-bottom: 30px;
	float: left;
	transition: all .5s;
}
.prov .list_box .list:nth-child(3n){
	margin-right: 0;
}
.prov .list_box .list .img_box{
	width: 400px;
	height: 400px;
	background-color: #fbfbfb;
	margin-bottom: 30px;
	position: relative;
}
.prov .list_box .list .img_box .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transition: all .5s ease-in-out;
}
.prov .list_box .list:hover .img_box .mask{
	opacity: 1;
}
.prov .list_box .list  .tit{
	width: 100%;
	height: 55px;
}
.prov .list_box .list  .tit i{
	color: #000;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}
.prov .list_box .list  .tit  h5{
	color: #666;
	font-size: 16px;
}





.brand{
	padding-top: 70px;
	padding-bottom: 60px;
}
.brand .list{
	width: 410px;
	float: left;
	margin-right: 30px;
	margin-bottom: 35px;
}
.brand .list:nth-child(3n){
	margin-right: 0;
}
.brand .list .pic_box{
	width: 100%;
	height: 230px;
	padding: 20px 40px;
	box-sizing: border-box;
	margin-bottom: 25px;
	background-color: #f5f5f5;
}
.brand .list h4{
	color: #333;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}
.brand .list:hover h4{
	color: #666;
}
.brand  .page{
	padding: 40px 0;
}




.about{
	padding: 95px 0;
	
	background-color: #f5f5f5;
}
.about .ab_tit{
	margin-bottom: 40px;
}
.about .ab_tit .tit{
	float: left;
}
.about .ab_tit .tit i{
	color: #333;
	font-size: 55px;
	display: inline-block;
	text-transform: uppercase;
	font-family:'constan';
}
.about .ab_tit .tit h2{
	color: #333;
	font-size: 45px;
	font-family:'constan';
}
.about .ab_tit .img{
	width: 100px;
	height: 75px;
	float: right;
}
.about .text{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	padding-left: 310px;
	position: relative;
	margin-bottom: 80px;
}
.about .text:after{
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	width: 75px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto 100%; 
	background-image: url(../images/dot_icon.png);
}
.about .text p{
	/*margin-bottom: 25px;*/
}
.about .text p:last-child{
	margin-bottom: 0;
}
.about .img2{
	text-align: center;
	margin-bottom: 75px;
}
.about .item_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about .item_box .item{
	width: 265px;
}
.about .item_box .item .value{
	color: #333;
	font-size: 100px;
	font-weight: bold;
	position: relative;
}
.about .item_box .item:nth-child(1) .value::after,
.about .item_box .item:nth-child(2) .value::after,
.about .item_box .item:nth-child(4) .value::after{
	content: '+';
	position: absolute;
	top: 0;
	right: 0;
	color: #333;
	font-size: 48px;
}
.about .item_box .item:nth-child(1) .value::after{
	right: 170px;
}
.about .item_box .item:nth-child(2) .value::after{
	right: 170px;
}
.about .item_box .item:nth-child(4) .value::after{
	right: 5px;
}
.about .item_box .item:nth-child(3) .value::after{
	content: '+';
	position: absolute;
	top: 0;
	right: 0;
	color: #333;
	font-size: 48px
}
.about .item_box .item:nth-child(3) .value::after{
	right:110px;
}
.about .item_box .item  p{
	color: #666;
	font-size: 16px;
}





.strength{
	padding-top: 120px;
	padding-bottom: 100px;
	overflow: hidden;
}
.strength .pub_tit{
	margin-bottom: 55px;
}
.strength_slide{
	width: 820px;
	height: 530px;
	padding-bottom: 60px;
	overflow: visible;
}
.strength_slide .img{
	width: 100%;
	height: 100%;
}
.strength .swiper-button-prev{
	left: -180px;
}
.strength .swiper-button-next{
	right: -170px;
}
.strength .swiper-button-prev,
.strength .swiper-button-next{
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	outline: none;
	border: none;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -40px;
}
.strength_slide .swiper-button-prev:hover,
.strength_slide .swiper-button-next:hover{
	background-color: #000;
}
.strength_slide .swiper-button-prev::after,
.strength_slide .swiper-button-next::after{
	color: #000;
	font-size: 30px;
}
.strength_slide .swiper-button-prev:hover::after,
.strength_slide .swiper-button-next:hover::after{
	color: #fff;
}
.strength_slide .swiper-scrollbar-drag{
	background-color: #000;
	border-radius: 0;
	height: 10px;
	top: -5px;
}
.strength_slide .swiper-scrollbar{
	width: 100%;
	height: 1px;
	border-radius: 0;
	background-color: #000;
}



.honor{
	width: 100%;
	height: 905px;
	padding-top: 90px;
	box-sizing: border-box;
	background-size: auto 100%;  
	background-repeat: no-repeat;
	background-position:  center;
	background-image: url(../images/honor.jpg);
}
.honor  .pub_tit{
	margin-bottom: 35px;
}
.honor .text{
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	padding: 0 90px;
	margin-bottom: 30px;
}
.honor .pub_btn{
	margin: 0 auto;
}



.video{
	padding: 85px 0;
}
.video .pub_tit{
	margin-bottom: 65px;
}
.video_slide .img{
	width: 100%;
	height: 295px;
}
.video_slide h4{
	color: #000;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	padding-left: 25px;
	position: relative;
	background-color: #f7f7f7;
}
.video_slide .swiper-slide:hover h4{
	color: #666;
}
.video_slide h4::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 25px;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto 100%; 
	background-image: url(../images/vplay.png);
}
.video_slide .swiper-wrapper{
	margin-bottom: 80px;
}
.video_slide .swiper-pagination-bullet{
	opacity: 1;
	outline: none;
	border: none;
	margin: 0 8px!important;
	background-color: #333;
}
.video_slide .swiper-pagination-bullet-active{
	background-color: #d1d1d1;
}