@charset "utf-8";
/* 公共样式集 */
.ibanner,
.inc_banner{
	font-size: 0;
}
.ibanner img,
.inc_banner img{
	width: 100%;
}


.ibanner .swiper-pagination{
	bottom: 25px;
}
.ibanner .swiper-pagination-bullet{
	opacity: 1;
	outline: none;
	margin: 0 10px!important;
	background-color: #fff;
}
.ibanner .swiper-pagination-bullet-active{
	position: relative;
}
.ibanner .swiper-pagination-bullet-active::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 50%;
	margin-left: -11px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #fff;
}


.ipub_tit{
	text-align: center;
}
.ipub_tit i{
	color: #184471;
	font-size: 50px;
	text-transform: uppercase;
	display: block;
}
.ipub_tit h2{
	color: #333;
	font-size: 40px;
	padding-bottom: 5px;
}
.ipub_tit p{
	color: #808080;
	font-size: 16px;
}


.pub_tit{
	text-align: center;
	padding-bottom: 25px;
	position: relative;
}
.pub_tit::after{
	content: '';
	position: absolute;
	left:50%;
	margin-left: -25px;
	bottom: 0;
	width: 50px;
	height: 5px;
	z-index: 999;
	background-color: #184471;
}
.pub_tit i{
	color: #184471;
	font-size: 32px;
	text-transform: uppercase;
	display: inline-block;
}
.pub_tit h2{
	color: #333;
	font-size: 32px;
}


.breadcrumb{
	width: 100%;
	height: 100px;
	line-height: 100px;
	border-bottom: 1px solid #e9e9e9;
}
.breadcrumb  .agroup{
	float: left;
}
.breadcrumb  .agroup a{
	color: #333;
	font-size: 18px;
	height: 100%;
	margin-right: 60px;
	display: inline-block;
	transition: all .5s;
	position: relative;
}
.breadcrumb  .agroup a:last-child{
	margin-right: 0;
}
.breadcrumb  .agroup a.on::after,
.breadcrumb  .agroup a:hover::after{
	content: '';	
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #184471;
}
.breadcrumb  ul{
	float: right;
	padding-left: 25px;
	position: relative;
}
.breadcrumb  ul::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0;
	width: 16px;
	height: 14px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/home_icon.png);
}
.breadcrumb  ul li{
	color: #333;
	font-size: 16px;
}
.breadcrumb  ul span::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 0;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/home_icon.png);
}
.breadcrumb  ul li{
	position: relative;
	padding-right: 25px;
	margin-right: 10px;
	display: inline-block;
}
.breadcrumb  ul li::after{
	content: '>';
	color: #333;
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 0;
}
.breadcrumb  ul li:last-child::after{
	display: none;
}
.breadcrumb  ul li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.breadcrumb  ul li a:hover{
	color: #184471;
	text-decoration: underline;
}


.page{
	text-align: center;
	padding:40px 0;
}
.page .pagination{
	display: inline-block;
}
.page .pagination li{
	float: left;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #333;
	margin:0 10px;
	border-radius: 50%;
	border: 1px solid #efefef;
}
.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 {
	width: 110px;
	border-radius: 50px;
}
.page .pagination li.active,
.page .pagination li:hover {
	color: #fff;
	border: 1px solid #2b2d5f;
	background-color: #2b2d5f;
}


.supprot{
	height: 120px;
}


.header{
	width: 100%;
	height: 120px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
}
.header h1{
	width: 250PX;
	height: 95px;
	float: left;
	margin-top: 12px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/logo.png);
}
.header h1 a{
	width: 100%;
	height: 100%;
	display: inline-block;
	text-indent: -9999px;
}
.header .nav{
	float: right;
	margin-top: 16px;
	margin-right: 30px;
}
.header .nav li{
	color: #333;
	font-size: 18px;
	margin: 0 5px;
	display: inline-block;
	position: relative;
}
.header .nav li a{
	width: 100%;
	height: 100%;
	padding: 40px 30px;
	box-sizing: border-box;
	display: inline-block;
}
.header .nav li.on,
.header .nav li:hover{
	color: #184472;
}
.header .nav li.on::after,
.header .nav li:hover::after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -16px;
	bottom: 0;
	width: 32px;
	height: 3px;
	background-color: #184471;
}
.header .btngrop{ 
	color: #333;
	font-size: 18px;
	float: right;
	margin-top: 50px;
}
.header .btngrop a{
	text-align: center;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	float: left;
	display: inline-block;
}
.header .btngrop a.on,
.header .btngrop a:hover{
	color: #fff;
	background-color: #184471;
}
.header .btngrop .cn{
	margin-right: 10px;
}
.header .btngrop .search{
	width: 32px;
	height: 32px;
	float: left;
	margin-left: 45px;
	display: inline-block;
	position: relative;
}
.header .btngrop .search::before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: -20px;
	width: 2px;
	height: 24px;
	background-color: #646464;
}
.header .btngrop .search::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 50%;
	margin-left: -12px;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/search.png);
}
.header .form_box{
	width:100%;
	position: absolute;
	left:0;
	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;
}




.footer{
	padding-top: 100px;
	padding-bottom: 60px;
	background-color: #184471;
}
.footer .itembox{
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
	border-bottom: 1px solid #40668e;
}
.footer .footer_logo{
	width: 180px;
	height: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/footer_logo.png);
}
.footer .footer_logo a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.footer .item{
	color: #fff;
	text-align: center;
}
.footer .item h4{
	font-size: 23px;
	padding-bottom: 15px;
}
.footer .item p{
	font-size: 22px;
}
.footer .textbox{
	padding-top: 55px;
	padding-bottom: 30px;
}
.footer .footer_nav{
	float: left;
}
.footer .footer_nav dl{
	margin-right: 65px;
	float: left;
}
.footer .footer_nav dl:last-child{
	margin-right: 0;
}
.footer .footer_nav dt{
	color: #fff;
	font-size: 18px;
	padding-bottom: 10px;
}
.footer .footer_nav dd{
	color: #f0f0f0;
	font-size: 14px;
	line-height: 27px;
}
.footer .footer_nav dd:hover{
	color: #f0f0f0;
	text-decoration: underline
}
.footer .code{
	float: right;
	text-align: center;
}	
.footer .code .img{
	width: 115px;
	height: 115px;
	margin-bottom: 10px;
}
.footer .code .img img{
	width: 100%;
	height: 100%;
}
.footer .code p{
	color: #ccc;
	font-size: 14px;
}
.footer .copy{
	color: #ccc;
	font-size: 14px;
	padding: 45px 0;
	display: flex;
	justify-content: space-between;
}




.iab{
	padding-top: 125px;
	padding-bottom: 145px;
	position: relative;
}
.iab::after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -420px;
	bottom: 60px;
	width: 890px;
	height: 234px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/iabbg.png);
}
.iab .text{
	width: 565px;
	float: left;
}
.iab .text .ipub_tit{
	text-align: left;
	padding-bottom: 65px;
}
.iab .text  h4{
	color: #333;
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 25px;
}
.iab .text .txt{
	color: #808080;
	font-size: 16px;
	line-height: 34px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	margin-bottom: 110px;
}
.iab .text .btn{
	color: #808080;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	display: block;
	width: 145px;
	height: 40px;
	transition: all .5s;
	border-radius: 50px;
	border: 1px solid #aaa;
}
.iab .text .btn:hover{
	color: #fff;
	background-color:#184471;
	border: 1px solid #184471;
}
.iab .img{
	width: 670px;
	height: 500px;
	float: right;
} 
.rollbox .item{
	text-align: center;
	width: 230px;
	float: left;
	position: relative;
}
.rollbox .item:nth-child(2){
	width: 360px;
}
.rollbox .item:nth-child(3){
	width: 270px;
}
.rollbox .item:nth-child(5){
	width: 205px;
}
.rollbox .item::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -26px;
	right: 0;
	width: 2px;
	height: 52px;
	background-color: #d7d7d7;
}
.rollbox .item:last-child:after{
	display: none;
}
.rollbox .item .value{
	color: #184471;
	font-size: 48px;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 15px;
	position: relative;
}
.rollbox .item .value::after{
	content: '+';
	position: absolute;
	top: 0;
	right: -15px;
	color: #184471;
	font-size: 14px;
}
.rollbox .item:nth-child(1) .value:after{
	content: '年';
	right: -20px;
}
.rollbox .item:nth-child(2) .value:after{
	content: '㎡';
	right: -20px;
}
.rollbox .item:nth-child(5) .value:after{
	content: '项';
	right: -20px;
}
.rollbox .item p{
	color: #808080;
	font-size: 16px;
}




.ipro{
	padding-top: 125px;
	position: relative;
}
.ipro .ipub_tit{
	padding-bottom: 80px;
}
.ipro .bdbox{
	max-width: 1920px;
	height: 1080px;
	margin: 0 auto;
}
.ipro .bdbox .bd{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: 1pxx solid blue;
}
.ipro .bdbox .bd .text{
	color: #fff;
	max-width: 1300px;
	padding-top: 200px;
	box-sizing: border-box;
	margin: 0 auto;
}
.ipro .bdbox .bd .tit{
	padding-bottom: 30px;
}
.ipro .bdbox .bd .tit h4{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 5px;
}
.ipro .bdbox .bd .tit i{
	font-size: 16px;
	text-transform: uppercase;
}
.ipro .bdbox .bd .txt{
	font-size: 16px;
	line-height: 30px;
	max-width: 630px;
	padding-bottom: 70px;
}
.ipro .bdbox .bd .btn{
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	display: block;
	width: 145px;
	height: 40px;
	border-radius: 50px;
	transition: all .5s;
	border: 1px solid #fff;
}
.ipro .bdbox .bd .btn:hover{
	border: 1px solid #184471;
	background-color: rgba(24, 68, 113, 0.8);
}
.ipro .hd{
	max-width: 1300px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);

}
.ipro .hd li{
	color: #fff;
	font-size: 23px;
	line-height: 120px;
	width: 650px;
	height: 120px;
	float: left;
	padding-left: 320px;
	box-sizing: border-box;
	position: relative;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.ipro .hd li:nth-child(2n){
	border-right: none;
}
.ipro .hd li.on,
.ipro .hd li:hover{
	cursor: pointer;
	background-image: linear-gradient(#163f69,#333);
}
.ipro .hd li::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 220px;
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.ipro .hd li:nth-child(1):after{
	background-image: url(../images/ipro_icon1.png);
}
.ipro .hd li:nth-child(2):after{
	background-image: url(../images/ipro_icon2.png);
}
.ipro .hd li:nth-child(3):after{
	width: 50px;
	background-image: url(../images/ipro_icon3.png);
}
.ipro .hd li:nth-child(4):after{
	background-image: url(../images/ipro_icon4.png);
}




.iservice{
	padding: 140px 0;
}
.iservice .ipub_tit{
	padding-bottom: 80px;
}
.iservice .list{
	width: 433px;
	float: left;
}
.iservice .list:nth-child(2){
	display: flex;
	flex-direction: column;
}
.iservice .list:nth-child(2) .img{
	order: 2;
}
.iservice .list:nth-child(2) .text{
	order: 1;
}
.iservice .list:last-child{
	width: 1300px;
	display: flex;
	justify-content: space-between;
}
.iservice .list .img{
	width: 433px;
	height: 350px;
}
.iservice .list .text{
	width: 433px;
	height: 350px;
	transition: all .5s;
	padding: 95px 40px 60px 30px;
	box-sizing: border-box;
}
.iservice .list:last-child .text{
	width: 868px;
}
.iservice .list .text:hover{
	background-color: #184471;
}
.iservice .list .tit{
	padding-bottom: 45px;
}
.iservice .list .tit h4{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.iservice .list .tit i{
	color: #808080;
	font-size: 16px;
	text-transform: uppercase;
}
.iservice .list .txt{
	color: #808080;
	font-size: 16px;
	line-height: 34px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.iservice .list .text:hover .tit h4,
.iservice .list .text:hover .tit i,
.iservice .list .text:hover  p{
	color: #fff;
}




.itech{
	padding-top: 90px;
	padding-bottom: 130px;
	background-color: #f3f3f3;
}
.itech .ipub_tit{
	padding-bottom: 105px;
}
.itechbox{
	display: flex;
	justify-content: space-between;
}
.itech .hd{
	width: 581px;
}
.itech .hd li{
	text-align: center;
	float: left;
	width: 290px;
	height: 165px;
	padding-top: 30px;
	box-sizing: border-box;
	transition: all .5s;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.itech .hd li:nth-child(2n){
	border-right: none;
}
.itech .hd li i{
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.itech .hd li.on,
.itech .hd li:hover{
	cursor: pointer;
	background-color: #184471;
}
.itech .hd li:nth-child(1) i{
	background-image: url(../images/tech_icon1.png);
}
.itech .hd li:nth-child(2) i{
	background-image: url(../images/tech_icon2.png);
}
.itech .hd li:nth-child(3) i{
	background-image: url(../images/tech_icon3.png);
}
.itech .hd li:nth-child(4) i{
	background-image: url(../images/tech_icon4.png);
}
.itech .hd li:nth-child(5) i{
	background-image: url(../images/tech_icon5.png);
}
.itech .hd li:nth-child(6) i{
	background-image: url(../images/tech_icon6.png);
}
.itech .hd li.on:nth-child(1) i,
.itech .hd li:nth-child(1):hover i{
	background-image: url(../images/tech_icon11.png);
}
.itech .hd li.on:nth-child(2) i,
.itech .hd li:nth-child(2):hover i{
	background-image: url(../images/tech_icon22.png);
}
.itech .hd li.on:nth-child(3) i,
.itech .hd li:nth-child(3):hover i{
	background-image: url(../images/tech_icon33.png);
}
.itech .hd li.on:nth-child(4) i,
.itech .hd li:nth-child(4):hover i{
	background-image: url(../images/tech_icon44.png);
}
.itech .hd li.on:nth-child(5) i,
.itech .hd li:nth-child(5):hover i{
	background-image: url(../images/tech_icon55.png);
}
.itech .hd li.on:nth-child(6) i,
.itech .hd li:nth-child(6):hover i{
	background-image: url(../images/tech_icon66.png);
}
.itech .hd li h4{
	color: #333;
	font-size: 18px;
	margin-bottom: 5px;
}
.itech .hd li p{
	color: #808080;
	font-size: 14px;
}
.itech .hd li.on h4,
.itech .hd li.on	p,
.itech .hd li:hover h4,
.itech .hd li:hover p{
	color: #fff;
}
.itech .bd{
	width: 675px;
	height: 495px;
}
.itech .bd .img{
	width: 100%;
	height: 100%;
}




.inews{
	padding-top: 90px;
	padding-bottom: 110px;
}
.inews .ipub_tit{
	padding-bottom: 70px;
}
.inews .bignews{
	width: 630px;
	height: 480px;
	float: left;
	position: relative;
}
.inews .bignews a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.inews .bignews .img{
	width: 100%;
	height: 100%;
}
.inews .bignews .text{
	width: 580px;
	height: 120px;
	padding: 30px;
	box-sizing: border-box;
	margin: 0 auto;;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
}
.inews .bignews .text::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 30px;
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/inews_icon.png);
}
.inews .bignews .text  .tit {
	width: 435px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px
}
.inews .bignews .text  .tit h4{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.inews .bignews .text:hover .tit h4{
	color: #184471;
}
.inews .bignews .text  .tit span{
	color: #999;
	font-size: 14px;
}
.inews .bignews .text  p{
	color: #999;
	font-size: 16px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	width: 435px;
}
.inews .listbox{
	width: 620px;
	float: right;
}
.inews .listbox .list{
	height: 140px;
	margin-bottom: 25px;
}
.inews .listbox .list:last-child{
	margin-bottom: 0;
}
.inews .list a{
	width: 100%;
	height: 100%;
	display: inline-block;;
}
.inews .list .img{
	width: 250px;
	height: 140px;
	float: left;
}
.inews .list .text{
	width: 350px;
	float: right;
}
.inews .list .text h4{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	margin-bottom: 10px;
}
.inews .list:hover .text h4{
	color: #184471;
}
.inews .list .text p{
	color: #999;
	font-size: 16px;
	line-height: 30px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin-bottom: 30px;
}
.inews .list .data{
	color: #999;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
}




.about{
	padding: 75px 0;
}
.about .pub_tit{
	margin-bottom: 50px;
}
.about .text{
	color: #808080;
	font-size: 16px;
	line-height: 33px;
	padding-bottom: 70px;
}

.about  .item_box{
	margin-bottom: 70px;
}
.about .item{
	text-align: center;
	width: 230px;
	float: left;
	position: relative;
}
.about .item:nth-child(2){
	width: 360px;
}
.about .item:nth-child(3){
	width: 270px;
}
.about .item:nth-child(5){
	width: 205px;
}
.about .item::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -26px;
	right: 0;
	width: 2px;
	height: 52px;
	background-color: #d7d7d7;
}
.about .item:last-child:after{
	display: none;
}
.about .item .value{
	color: #184471;
	font-size: 48px;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 15px;
	position: relative;
}
.about .item .value::after{
	content: '+';
	position: absolute;
	top: 0;
	right: -15px;
	color: #184471;
	font-size: 14px;
}
.about .item:nth-child(1) .value:after{
	content: '年';
	right: -20px;
}
.about .item:nth-child(2) .value:after{
	content: '㎡';
	right: -20px;
}
.about .item:nth-child(5) .value:after{
	content: '项';
	right: -20px;
}
.about .item p{
	color: #808080;
	font-size: 16px;
}
.about .img{
	width: 1300px;
	height: 630px;
}
.about .img img{
	width: 100%;
	height: 100%;
}




.culture{
	max-width: 1920px;
	margin: 0 auto;
	padding-bottom: 100px;
	position: relative;
}
.culture .pub_tit{
	margin-bottom: 50px;
}
.culture .bdbox{
	height: 820px;
}
.culture .bdbox .bd{
	width: 100%;
	height: 100%;
	display: none;
	position: relative;
}
.culture .bdbox .bd.on{
	display: block;
}
.culture .bdbox .img{
	width: 100%;
	height: 820px;
}
.culture .bdbox .img img{
	width: 100%;
	height: 100%;
}
.culture .bdbox .tit{
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.culture .bdbox .tit h4{
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 15px;
}
.culture .bdbox .tit i{
	font-size: 18px;
}
.culture .picbox .img img{
	width: 100%;
	height: 100%;
}
.culture .hdbox{
	max-width: 1300px;
	height: 155px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
	background-color: #fff;
}
.culture .hdbox .hd{
	width: 325px;
	height: 100%;
	float: left;
	padding-top: 50px;
	padding-left: 120px;
	box-sizing: border-box;
	position: relative;
	transition: all .5s;
	border-right: 1px solid #f3f3f3;
}
.culture .hdbox .hd:last-child{
	border-right: none;
}
.culture .hdbox .hd.on,
.culture .hdbox .hd:hover{
	cursor: pointer;
	background-color: #184471;
}
.culture .hdbox .hd::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -35px;
	left: 30px;
	width: 70px;
	height: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	background-repeat: center;
}
.culture .hdbox .hd:nth-child(1):after{
	background-image: url(../images/culture_icon1.png);
}
.culture .hdbox .hd:nth-child(2):after{
	background-image: url(../images/culture_icon2.png);
}
.culture .hdbox .hd:nth-child(3):after{
	background-image: url(../images/culture_icon3.png);
}
.culture .hdbox .hd:nth-child(4):after{
	background-image: url(../images/culture_icon4.png);
}
.culture .hdbox .hd i{
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}
.culture .hdbox .hd.on i,
.culture .hdbox .hd.on p,
.culture .hdbox .hd:hover i,
.culture .hdbox .hd:hover p{
	color: #fff;
}
.culture .hdbox .hd p{
	color: #333;
	font-size: 24px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}




.honor{
	padding-bottom: 105px;
}
.honor .pub_tit{
	margin-bottom: 65px;
}
.honor_slide .swiper-wrapper{
	margin-bottom: 50px;
}
.honor_slide .swiper-slide{
	width: 413px;
}
.honor_slide .img{
	width: 100%;
	height: 545px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #999;
}
.honor_slide p{
	color: #333;
	font-size: 18px;
	text-align: center;
	line-height: 70px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	height: 70px;
}
.honor_slide .swiper-button-prev,
.honor_slide .swiper-button-next{
	width: 60px;
	height: 60px;
	top: 40%;
	opacity: 1;
	border: none;
	outline: none;
	border-radius: 50%;
	background-color: rgba(150, 150, 150, 0.5);
}
.honor_slide .swiper-button-prev{
	left: 30px;
}
.honor_slide .swiper-button-next{
	right: 30px;
}
.honor_slide .swiper-button-prev:hover,
.honor_slide .swiper-button-next:hover{
	background-color: #184471;
}
.honor_slide .swiper-button-prev::after,
.honor_slide .swiper-button-next::after{
	color: #fff;
	font-size: 24px;
}
.honor_slide .swiper-pagination{
	bottom: 0;
}
.honor_slide .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	opacity: 1;
	outline: none;
	margin: 0 7px!important;
	background-color: #e5e5e5;
}
.honor_slide .swiper-pagination-bullet-active{
	background-color: #184471;
}




.video {
	padding-bottom: 100px;
}
.video .pub_tit{
	margin-bottom: 30px;
}
.video h4{
	color: #666;
	font-size: 30px;
	text-align: center;
	padding-bottom: 55px;
}
.video_slide .swiper-wrapper{
	margin-bottom: 80px;
}
.video_slide .swiper-slide{
	position: relative;
}
.video_slide .swiper-slide a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.video_slide .swiper-slide .mask{
	width: 100%;
	height: 400px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.video_slide .swiper-slide .img{
	width: 100%;
	height: 400px;
	position: relative;
}
.video_slide .swiper-slide  .img::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	z-index: 999;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/play.png);
}
.video_slide .swiper-slide p{
	color: #333;
	font-size: 18px;
	text-align: center;
	line-height: 55px;
	height: 55px;
	border-bottom: 1px solid #999;
}
.video_slide .swiper-pagination{
	bottom: 0;
}
.video_slide .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	opacity: 1;
	outline: none;
	margin: 0 7px!important;
	background-color: #e5e5e5;
}
.video_slide .swiper-pagination-bullet-active{
	background-color: #184471;
}




.pro_bcrumb ul{
	float: left;
}




.pro_menu{
	padding-top: 50px;
}
.pro_menu .one li{
	color: #333;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	margin: 0 12px;
	margin-bottom: 15px;
	display: inline-block;
	border-radius: 50px;
	border: 1px solid #bdbdbd;
}
.pro_menu .one li a{
	width: 100%;
	height: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	display: inline-block;
}
.pro_menu .one li.on,
.pro_menu .one li:hover{
	color: #fff;
	border: 1px solid #184471;
	background-color: #184471;
}
.pro_menu .two li{
	color: #939393;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	margin: 0 20px;
	margin-bottom: 15px;
	display: inline-block;
	border-radius: 50px;
}
.pro_menu .two li a{
	width: 100%;
	height: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	display: inline-block;
}
.pro_menu .two li.on,
.pro_menu .two li:hover{
	background-color: #f3f3f3;
}




.pro{
	padding: 40px 0;
}
.pro  .list{
	float: left;
	width: 410px;
	margin-right: 35px;
	margin-bottom: 40px;
}
.pro  .list:nth-child(3n){
	margin-right: 0;
}
.pro  .list .img{
	width: 100%;
	height: 400px;
}
.pro  .list p{
	color: #333;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	height: 60px;
	transition: all .5s;
	background-color: #f3f3f3;
}
.pro  .list:hover p{
	color: #fff;
	background-color: #184471;
}
.pro .page{
	padding: 40px 0;
}




.prov{
	padding-bottom: 120px;
	background-color: #f5faff;
}
.prov .breadcrumb{
	border-bottom: none;
}
.prov .breadcrumb ul{
	float: left;
}




.introduce{
	padding: 30px 60px 30px 30px;
	box-sizing: border-box;
	background-color: #fff;
}
.introduce .img{
	width: 580px;
	height: 610px;
	float: left;
	border:1px solid #ccc;
}
.introduce .textbox{
	width: 575px;
	float: right;
} 
.introduce .textbox h2{
	color: #333;
	font-size: 45px;
	padding-bottom: 10px;
}
.introduce .textbox .text{
	color: #999;
	font-size: 16px;
	line-height: 30px;
	padding-top: 25px;
	border-top: 1px solid #dbdbdb;
}
.introduce .textbox .text h4{
	float: left;
}
.introduce .textbox .text .txt{
	width: 490px;
	float: right;
}
.introduce .agrop{
	padding-top: 200px;
}
.introduce .agrop a{
	color: #999;
	font-size: 16px;
	text-align: center;
	line-height: 55px;
	display: inline-block;
	width: 165px;
	height: 55px;
	margin-right: 30px;
	transition: all .5s;
	border: 1px solid #ccc;
}
.introduce .agrop a:last-child{
	margin-right: 0;
}
.introduce .agrop a:hover{
	color: #fff;
	border: 1px solid #184471;
	background-color: #184471;
}




.details{
	padding-top: 95px;
}
.details  .pub_tit{
	width: 100%;
	height: 120px;
	padding-top: 30px;
	padding-bottom: 0;
	box-sizing: border-box;
	background-color: #184471;
}
.details  .pub_tit::after{
	display: none;
}
.details  .pub_tit i{
	color: #fff;
	font-size: 27px;
}
.details  .pub_tit h2{
	color: #fff;
	font-size: 22px;
}
.details  .text{
	color: #333;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding: 70px 70px  300px 70px;
	box-sizing: border-box;
	background-color: #fff;
}




.case{
	padding: 90px 0;
}
.case .list{
	width: 625px;
	float: left;
	margin-right: 50px;
	margin-bottom: 60px;
	position: relative;
	border-bottom: 1px solid #999;
}
.case .list::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	transition: all .5s;
	background-color: #184471;
}
.case .list:hover:after{
	width: 100%;
}
.case .list:nth-child(2n){
	margin-right: 0;
}
.case .list .img{
	width: 100%;
	height: 400px;
}
.case .list p{
	color: #666;
	font-size: 16px;
	height: 70px;
	line-height: 70px;
}
.case .list:hover p{
	color: #184471;
}
.case .page{
	padding-top: 30px;
	padding-bottom: 10px;
}




.news{
	padding: 75px 0;
	background-image: linear-gradient(#f9f9f9,#fff);
}
.news .bignews{
	width: 100%;
	padding: 40px;
	margin-bottom: 60px;
	box-sizing: border-box;
	background-color: #fff;
}
.news .bignews .img{
	width: 395px;
	height: 280px;
	float: left;
	margin-right: 35px;
}
.news .bignews .text{
	width: 585px;
	float: left;
}
.news .bignews .text span{
	color: #999;
	font-size: 16px;
	display: block;
	padding-bottom: 15px;
}
.news .bignews .text  h4{
	color: #333;
	font-size: 18px;
	margin-bottom: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news .bignews .text .txt{
	color: #999;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin-bottom: 105px;
}
.news .bignews .btn{
	color: #999;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	width: 150px;
	height: 45px;
	display: block;
	transition: all .5s;
	border: 1px solid #bfbfbf;
}
.news .bignews .btn:hover{
	color: #fff;
	border: 1px solid #184471;
	background-color: #184471;
}
.news .listbox .list{
	width: 395px;
	float: left;
	margin-right: 56px;
	margin-bottom: 60px;
	transition: all .5s;
	background-color: #fff;
}
.news .listbox .list:nth-child(3n){
	margin-right: 0;
}
.news .listbox .list:hover{
	background-color: #184471;
}
.news .listbox .list a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.news .listbox .list .img{
	width: 100%;
	height: 280px;
}
.news .listbox .list .text{
	transition: all .5s;
	box-sizing: border-box;
	padding: 35px 20px 20px 20px;
	box-shadow: 10px 10px 30px #f2f2f2;
}
.news .listbox .list .text  h4{
	color: #000;
	font-size: 18px;
	margin-bottom: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news .listbox .list .text p{
	color: #999;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin-bottom: 35px;
}
.news .listbox .list  .more{
	color: #999;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
}
.news .listbox .list:hover .text h4,
.news .listbox .list:hover .text p,
.news .listbox .list:hover .more span,
.news .listbox .list:hover .more em{
	color: #fff;
}
.news .page{
	padding-top: 40px;
	padding-bottom: 15px;
}




.idea{
	padding: 75px 0;
}
.idea .pub_tit{
	margin-bottom: 100px;
}
.idea  .listbox{
	text-align: center;
}
.idea  .list{
	text-align: center;
	width: 200px;
	height: 200px;
	display: inline-block;
	padding-top: 60px;
	box-sizing: border-box;
	margin-right: 70px;
	border-radius: 50%;
	transition: all .5s;
	box-shadow: 1px 2px  3px 5px #f6faff;
}
.idea  .list:last-child{
	margin-right: 0;
} 
.idea  .list:hover{
	transform: translateY(-15px);
}
.idea  .list i{
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.idea  .list:nth-child(1) i{
	background-image: url(../images/idea_icon1.png);
}
.idea  .list:nth-child(2) i{
	background-image: url(../images/idea_icon2.png);
}
.idea  .list:nth-child(3) i{
	background-image: url(../images/idea_icon3.png);
}
.idea  .list:nth-child(4) i{
	background-image: url(../images/idea_icon4.png);
}
.idea  .list p{
	color: #666;
	font-size: 18px;
}




.recruit{
	padding-top: 75px;
	padding-bottom: 100px;
}
.recruit .pub_tit{
	margin-bottom: 65px;
}
.recruit  .itembox{
	color: #fff;
	font-size: 20px;
	width: 100%;
	height: 110px;
	line-height: 110px;
	background-color: #184471;
}
.recruit  .item{
	width: 280px;
	float: left;
	text-align: center;
	position: relative;
	margin-right: 60px;
}	
.recruit  .item:nth-child(4){
	margin-right: 0;
}
.recruit  .item::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 60px;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.recruit  .item:nth-child(1)::after{
	background-image: url(../images/recruit_icon1.png);
}
.recruit  .item:nth-child(2)::after{
	background-image: url(../images/recruit_icon2.png);
}

.recruit  .item:nth-child(3)::after{
	left: 80px;
	background-image: url(../images/recruit_icon3.png);
}

.recruit  .item:nth-child(4)::after{
	background-image: url(../images/recruit_icon4.png);
}
.recruit .list{
	margin-bottom: 20px;
}
.recruit .list .hd{
	color: #666;
	font-size: 18px;
	width: 100%;
	height: 110px;
	line-height: 110px;
	display: flex;
	justify-content: space-between;
	background-color: #f6f6f6;
	position: relative;
}
.recruit .list .hd .btn{
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	right: 55px;
	width: 26px;
	height: 26px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/recruit_down.png);
}
.recruit .list .hd .btn.on{
	background-image: url(../images/recruit_top.png);
}
.recruit .list .hd:hover{
	cursor: pointer;
}
.recruit .list .hd div{
	width: 280px;
	text-align: center;
}
.recruit .list .bd{
	color: #666;
	font-size: 16px;
	line-height: 42px;
	padding: 35px 35px 15px 35px;
	box-sizing: border-box;
	display: none;
}
.recruit .list .bd.on{
	display: block;
}




.newsv{
	padding-top: 80px;
	padding-bottom: 110px;
	background-color: #f5faff;
}
.newsv .textbox{
	width: 100%;
	max-width: 1300px;
	padding: 35px 35px 70px 35px;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #fff;
}
.newsv .textbox .tit{
	text-align: center;
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px dotted #ccc;
}
.newsv .textbox .tit h2{
	color: #333;
	font-size: 32px;
	margin-bottom: 25px;
}
.newsv .textbox .tit p{
	color: #989898;
	font-size: 16px;
}
.newsv .textbox .tit p span{
	display: inline-block;
	position: relative;
}
.newsv .textbox .tit p span:nth-child(1){
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #000;
}
.newsv .textbox .text{
	color: #999;
	font-size: 16px;
	line-height: 42px;
	margin-bottom: 215px;
}
.newsv .textbox .agrop a{
	color: #333;
	font-size: 18px;
	display: block;
}
.newsv .textbox .agrop a:hover{
	text-decoration: underline;
}
.newsv .textbox .agrop .next{
	float: left;
}
.newsv .textbox .agrop .prev{
	float: right;
}




.contact{
	padding: 85px 0;
}
.contact .textbox{
	float: left;
}
.contact .tit{
	color: #333;
	width: 365px;
	padding-bottom: 25px;
	border-bottom: 1px solid #999;
}
.contact .tit h2{
	font-size: 22px;
	padding-bottom: 10px;
}
.contact .tit  p{
	font-size: 16px;
}
.contact .text{
	color: #333;
	font-size: 16px;
	padding-top: 40px;
}
.contact .text p{
	padding-left: 35px;
	margin-bottom: 15px;
	position: relative;
}
.contact .text p::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 22px;
	height: 22px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.contact .text p:nth-child(1)::after{
	background-image: url(../images/con_icon1.png);
}
.contact .text p:nth-child(2)::after{
	background-image: url(../images/con_icon2.png);
}
.contact .text p:nth-child(3)::after{
	background-image: url(../images/con_icon3.png);
}
.contact .text p:nth-child(4)::after{
	background-image: url(../images/con_icon4.png);
}




.contact .formbox{
	width: 710px;
	float: right;
}
.contact .formbox input,
.contact .formbox textarea{
	color: #666;
	font-size: 16px;
	display: block;
	width: 100%;
	border: none;
	outline: none;
	padding: 0 30px;
	margin-bottom: 10px;
	box-sizing: border-box;
	background-color: #ececec;
}
.contact .formbox input{
	height: 70px;
	line-height: 70px;
}
.contact .formbox textarea{
	font-family: 'Arial';
	height: 165px;
	padding: 15px 30px;
}
.contact .formbox .verif input{
	width: 170px;
	float: left;
	margin-bottom: 0;
}
.contact .formbox .verif .img:hover,
.contact .formbox .verif button:hover{
	cursor: pointer;
}
.contact .formbox .verif .img{
	width: 170px;
	height: 70px;
	float: left;
}
.contact .formbox .verif .img img{
	width: 100%;
	height: 100%;
}
.contact .formbox .verif button{
	color: #fff;
	font-size: 16px;
	float: right;
	width: 170px;
	height: 70px;
	border: none;
	outline: none;
	transition: all .3s;
	background-color: #184471;
}
.contact .formbox .verif button:hover{
	background-color: #20558b;
}




#map{
	max-width: 1300px;
	height: 530px;
	margin: 0 auto;
}