@import url('iconfont.css?v=3.0');
html{font-size: calc(100vw / 19.20);} 
a{color:#393a48; transition:all 0.4s ease 0s;}
a:hover{text-decoration:none; color:#051388;}
body{
	font-size:16px; color:#394154; 
	font-family:"Microsoft Yahei",serif;
	--swiper-navigation-color:#005094;
	--swiper-pagination-bullet-inactive-color:#005094;
}
li,ul{
	margin:0;padding:0;list-style:none;
}
img{max-width:100%;}
.fl{float:left;}
.fr{float:right;}
.container{
	width:1540px;
}
/*head和foot样式*/
.header{
	position: fixed;left:0;top:0;z-index:9; 
    width:100%; box-sizing:border-box;
    height:1rem;
    padding:0 3%;
	display: flex; 
	flex-flow:row wrap;
	justify-content:space-between;
	align-items:center;
	background:linear-gradient(to bottom,rgba(0,0,50,0.3),transparent);
} 
.logo{ 
	padding:.12rem 0;
	display: inline-block; 
	position: relative;
}
.logo img{height:.7rem;}
.logo2{
	position: absolute;left:0;top:.12rem;z-index:2;
	opacity:0; transform:all 1s; 
}

.menu{
	display: inline-block; 	
	align-self:flex-end; 
	margin-left:auto; padding-right:.64rem;
	border-right:1px solid #fff;
}
.menu li{display: inline-block; margin:0 24px;}
.menu li a{
	display: block;
	font-size:.2rem; line-height:1rem; color:#fff;
}
.menu li a:hover,.menu li.cur a{ 
	font-weight: bold;  
}
.menu .subnav{
	position: fixed; left:0;top:1.1rem;right:0;bottom:0;
	width:100%; height:calc(100vh - 1.1rem);
}
.header ul.fr{margin-top:.1rem;margin-left: .2rem;}
.header ul.fr li{
	display: inline-block; padding:.12rem;
	color:#fff;
	vertical-align:middle;	
	cursor:pointer;
	position: relative;
}
.header li a{color:#fff;}
.header ul.fr li i{
	display: block; font-size:.24rem; transition:all 0.4s ease 0s;
}
.header .fr div{
	display: none;
	position: absolute; right:0;top:.7rem;
	background-color:#fff; border-radius:10px;
	padding:.2rem;
	color:#333; width:2.5rem; text-align:center;
	font-size:.18rem; font-weight: bold;
	box-shadow:0 .1rem .5rem rgba(0,0,0,0.2);
}
.header .fr li.tel div img{
	width:20px;display: inline-block;
}
.header ul.fr li:hover i{ 
	/*animation:tiao 0.4s ease-in 0s 1;*/
	transform:rotateY(180deg);
}
.header::after{
	content:''; display: block;
	width:96%;margin:auto;
	position: absolute;bottom:0;left:2%;right:0;
	border-bottom: 1px solid #fff;
	pointer-events:none; transition:all 1s;
}
.header::before{content:'';
	position: absolute;	left:0;top:0; z-index:-1;
	width:100%;height:100%;
	transform:translate(0,-100%);
	background-color:#fff;
	transition:all .7s;
}
.header.fixed{
	margin:0;width:100%; padding:0 3%;background:none;
	box-shadow:0 .1rem .3rem rgba(0,0,0,0.1);
}
.header.fixed::before{transform:translate(0,0);}
.header.fixed::after{transform:rotateY(90deg);}
.header.fixed a,.header.fixed ul.fr li{ color:#333; }
.header.fixed .logo2{opacity:1; transform:rotateY(0deg);}
.header.fixed .menu li a:hover,.header.fixed .menu li.cur a{ 
	color:#1f6cad;
}
.footer{
	background-color:#f7fbff;
	display: block; padding:.58rem 0;
}
.footer ul li{
	display:inline-block;
	width:1.8rem; vertical-align:top;
}
.footer li h4{
	font-size:.18rem; color:#204179;font-weight: bold;
}
.footer li h4::after{
	content:''; display: block;
	width:.35rem; border-bottom: 1px solid #204179;
	margin:.18rem 0 .15rem;
}
.footer li div a{color:#5e6673;display: block;font-size:.14rem; line-height:2;}
.footer li:last-child{float:right;}
.copyright{background-color:#2e415a;
	padding:.4rem 0; color:#fff;
}
.copyright .fl{float:left;}
.copyright .fr{float:right;}


/*内容部分*/
#searchbox{display:block;}
.search{ 
	background-color:rgba(30,60,160,0.45); 
	z-index:7;
	text-align:center; width:50%!important;
	backdrop-filter:blur(10px); border-radius:10px!important;
}
.search .input{ 
	display: inline-block; width:350px;
	background-color:rgba(255,255,255,0.85);
	border:1px solid #d4deeb;
	border-radius:5px; padding:10px 15px;
	outline:none; 
}
.search button{border-radius:5px; padding:10px 30px;border:0; 
	background-color:#005094; color:#fff;
}
.search h4{font-size:24px; font-weight: bold; color:#005094;padding-bottom:15px;}
.search .layui-layer-content{
	margin:10px 0 20px;
}

.banner{
	width:100%; height:920px;
	--swiper-navigation-color:rgba(255,255,255,0.8);
	--swiper-pagination-bullet-width:10px;
	--swiper-pagination-bullet-height:3px;
}
.banner .swiper-pagination-bullet{border-radius:0;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width:24px;
}
.banner .slide0{
	background:url('../img/banner.jpg?ver=1.0') center; no-repeat;
	background-size:auto 100%;
}
.banner .slide1{
	background:url('../img/banner1.jpg?ver=1.0') center; no-repeat;
	background-size:auto 100%;
}
.banner .slide2{
	background:url('../img/banner2.jpg?ver=1.1') center; no-repeat;
	background-size:auto 100%;
}
.banner .slide3{
	background:url('../img/banner3.jpg?ver=1.0') center; no-repeat;
	background-size:auto 100%;
}
.banner .slide4{
	background:url('../img/banner4.jpg?ver=1.0') center; no-repeat;
	background-size:auto 100%;
}

.items{
	display: block;
	margin:80px auto 1px;
}
.items ul{
	display: flex; flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
}
.items li{
	display: inline-block; vertical-align:top;
	height:480px;width:24.5%;
	position: relative;
	background-color:rgba(21, 37, 117, 0.2);
	color:#fff;
	padding:36px;
}
.items li i{
	width:100%; height:100%;position: absolute;
	left:0;top:0;right:0;bottom:0;
	z-index:-1; 
}
.items li h3{transition:all 0.5s ease 0s;}
.items li img{width:52px;
	position: absolute;left:36px; bottom:36px;
	transition:all 0.5s ease 0s;
}
.items li a{color:#fff;}
.items li p{
	margin-top: 20px;
	font-size:14px; color:#fff;
	line-height:1.8; border-radius:5px 25px;
	background-color:rgba(0,80,148,0.4);
	padding:15px 25px;
	backdrop-filter:blur(10px);
	transform:translateY(10px);
	opacity:0;
	transition:all 0.5s ease 0s;
}
.items li:hover{
	background-color:rgba(21, 37, 117, 0.3);
}
.items li:hover p{
	transform:translateY(0);
	opacity:1;
}
.items li:hover h3{
	transform:translateX(15px);
}
.items li:hover img{width:64px;}

.items i.dichan{
	background:url('../img/item1.jpg') center no-repeat;
	background-size:cover;
}
.items i.wuye{
	background:url('../img/item2.jpg') center no-repeat;
	background-size:cover;
}
.items i.jiudian{
	background:url('../img/item3.jpg') center no-repeat;
	background-size:cover;
}
.items i.xiaozhen{
	background:url('../img/item4.jpg') center no-repeat;
	background-size:cover;
}


.news{
	background-color:#f3f9ff;
	display: block; padding:30px 0 32px;
}
.news .title{
	display: flex; flex-direction:row;
	justify-content:space-between;
	align-items:flex-end;
	margin:25px 0 15px;
}
.news h1{
	font-size:100px; color:#fff;
	font-weight: bold; line-height:1;
	text-transform:uppercase;
	position: relative; margin:0;
}
.news h1 span{
	font-size:30px; 
	color:#005094;
	position: absolute; left:8px;
	bottom:16px;
}
.news .title ul{
	margin-bottom: 20px;
}
.news .title li{
	display: inline-block;
	margin:0 10px; font-size:18px;
	background-color:#ffffff;
	border-radius:30px;
	border:1px solid #d9e2eb;
	padding:4px 18px;
}
.news .title li:hover{background-color:#005094;}
.news .title li:hover a{color:#fff;border-color:#005094;}
.news .title a.more{
	background-color:#718595;
	border-radius:30px; padding:4px 15px;
	color:#fff;
	margin-bottom: 20px;
}
.newsbox{
	width:100%; display: block;  
}
.newsbox .swiper-wrapper{max-height:400px;}
.newsbox .swiper-slide{
	border:1px solid #d9e2eb;
	border-right:0; background-color:#fff; 
	padding:20px 20px 12px; 
}
.newsbox .swiper-slide:nth-of-type(4n){
	border-right:1px solid #d9e2eb;
}
.newsbox .swiper-slide h4{
	border:1px solid #d9e2eb; border-radius:8px;
	padding:4px 8px; font-size:15px;
	display: inline-block; 
}
.newsbox .swiper-slide img{
	display: block; width:100%; max-height:210px;
	margin-bottom: 15px; border-radius:5px;
}
.newsbox .swiper-slide p{
	margin-top: 15px; font-size:14px;
	color:#da3e42;
}
.newsbox .news-prev{
	transform:rotateY(180deg);
    left:0;
}
.news-next{right:0;}
.news-next,.news-prev{
	display: inline-block; position: absolute;
	bottom:5px; font-size:24px;
}
.newsbox .swiper-scrollbar{
	position: relative; width:94%;
	left:3%; margin:35px 0 10px;
	background-color:#fff;
}
.newsbox .swiper-scrollbar-drag{background-color:#005094}
.home-jj{
	text-align:center; display:block;
	margin:54px 0 0; line-height:1.6;
	color:#526176;
}
.home-jj p{margin-bottom:0;}
.video{
	width:100%; margin:20px 0 0;
}
.video video{width:100%;display: block;}
@font-face {
  font-family: "bebas"; 
  src: url('bebas.ttf') format('truetype');
}
.data{
	margin:0 0 60px;
	border:1px solid #d9e2eb; 
	border-top: 0 solid #000;
	display: flex; flex-flow:row nowrap;
	justify-content:space-between;
	flex-wrap:wrap;
}
.data li{
	padding:45px 58px;
	width:24.8%; 
	border-right:1px solid #d9e2eb;
}
.data li h1{
	font-size:54px;
	color:#35435e;
	font-family: bebas;
	margin:0;
}
.data li h1 span{vertical-align:text-top;}
.data li img{width:46px; margin-top: 40px;}

.centerTitle{
	display: block; text-align:center;
	margin-top:75px;
}
.centerTitle h1{
	font-size:100px;color:#f2f4f8;font-weight: bold;
	position: relative;
}
.centerTitle h1 span{
   font-size:36px; color:#005094;
   display: block;margin-top: -40px;
}
.centerTitle p{font-size:15px; color:#657493; margin-top: 20px;}
.three-page{
	display: block; text-align:center;
	margin:30px 0;
}
.three-page span{
	display: inline-block; margin:0 15px;
	width:auto;height:auto; background-color:transparent;
	font-size:18px; color:#5d656c;
	padding:4px 20px; border-radius:20px;
	opacity:1;
}
.three-page span i{
	background:url('../img/zuan.png') no-repeat;
	width:22px; height:22px;
	background-size:cover;
	display: inline-block;
	vertical-align:middle;
}
.three-page .swiper-pagination-bullet-active{
	background-color:#ebf3ff; color:#072c77; font-weight: bold;
}
.three{width:1540px; margin:0 auto;overflow:hidden; position: relative;}
.three .swiper-slide{
	padding:0 40px;
}
.three .swiper-wrapper{
	max-height:500px;
}
.three .swiper-slide li{
	display: inline-block; width:31%;
	margin:0 0.9%; overflow:hidden;
}
.three .swiper-slide img{
	width:100%; height:310px;transition:all 0.5s ease 0s;	 
}
.three .swiper-slide p{
	background-color:#005094;
	color:#fff;
	display: block;
	text-align:center;
	padding:14px 0; font-size:18px;
	position: relative; z-index:5;
}
.three .swiper-slide li:hover img{
	transform:scale(1.03);
}
.three a.more{
	display: block; 
	color:#718595; padding:20px 0 60px;
	text-align:center;
}
.three a.more::after{
	display: block; content:''; width:50px; 
	border-bottom: 1px solid #718595;
	margin:10px auto 0;
}


#allMenu{
	position: fixed;
    top: 0;
    left: 0; z-index:11;
    width: 100%;
    height: 100%; overflow-y:auto;
    background:rgba(12,28,88,0.88);
    backdrop-filter:blur(4px);
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
    color:#fff;
    padding:8%;
}
#allMenu.on{
	-webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}
#allMenu .guan{
	position: absolute;	 right:3%;top:3%;
	color:#fff; cursor:pointer;
	font-size:18px;
}
#allMenu li{
	display: inline-block; width:16%;
	vertical-align:top;
}
#allMenu li a{
	display: block; color:#fff;
	opacity:0.8; font-size:15px; padding:5px 0;
	margin-left: 15px;
}
#allMenu li h4{
	padding:6px 0; margin-bottom: 0;
}
#allMenu li h4 a{font-size:18px; margin-left: 0;opacity:1;}
#allMenu li h4 a::before{display: none;}
#allMenu li a::before{
	content:''; width:4px; height:2px;
	background-color:#d3273f;
	display: inline-block; vertical-align:middle;
	margin-right: 8px;
	transition:all 0.5s ease 0s;
}
#allMenu li a:hover{color:#d3273f}
#allMenu li a:hover::before{
	width:15px;
}

.ny .logo{background:none;}
.ny.header{
	background:none; position: relative;
}
.ny.header .menu li a{color:#333;}
.ny.header .menu li a:hover,.ny.header .menu li.cur a{
	border-bottom: 3px solid #005094;
	color:#005094; 
}
.ny.header .hamburger .line{background-color:#444;}
.ny.header ul.fr li{color:#444;}
.ny-banner{
	display: block; 
	background:url('../img/gy-banner.jpg') top center no-repeat;
	background-size:100% auto;
	display: flex; flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center; 
}
.ny-banner.bai h4{color:#fff;text-shadow:0 0 .1rem #172d44;}
@keyframes fadeup{
	0%{transform:translate(0,1rem); opacity: 0;}
	100%{transform:translate(0,0); opacity: 1;}
}
.ny-banner h4{ 
	width:3rem; padding:50px 0 0;
	font-size:45px; color:#005094;
	position: absolute;animation:fadeup 1s; 
	text-shadow:0 0 .1rem #fff;
}
.ny-banner h4::after{content:'';
	display: block;	 width:1rem; border-bottom:2px solid #005094;
	margin:.3rem auto 0;
}
.ny-banner.bai h4::after{border-color:#fff;}
.ny-banner h4 p{
	display: none;
	font-size:18px; opacity: 0.5;
	text-align:center; font-weight: normal;
	letter-spacing:2px; margin:10px 0 0;
	background:url('../img/line.png') center no-repeat;
}
.ny-banner img{
	object-fit:cover; width:100%; height:100%;
}
.pageNav{
	border-bottom: 1px solid #e4e8f1;
	display: block; padding:24px 0;
	white-space:nowrap;
}
.pageNav ul li{
	display: inline-block;
	font-size:18px;
}
.pageNav li a{color:#394154;padding:4px 20px;border-radius:30px;}
.pageNav li::after{
	content:'|'; margin:0 12px;
	display: inline-block;
	font-size:16px; font-weight: normal;
	color:#bec7cf; vertical-align:text-bottom;
}
.pageNav li:hover a,.pageNav li.cur a{
	background-color:#005094;
	color:#fff;
}
.pageNav li:last-child::after{display:none;}
.pos b{font-size:15px; margin:0 2px;}
.page-t{
	display: block; text-align:center;
	animation:fadeup 1s;
	margin:45px 0 36px; 
}
.page-t h2{font-size:36px; color:#5f667a;}
.page-t h4{font-size:16px; color:#b9c0ca;letter-spacing:3px;}
.textcon{
	width:1240px; margin:0 auto 30px; display: block;
	font-size:18px; line-height:1.8; color:#383f4a;
	animation:fadeup 1s;
}
 
.textcon + .video{
	margin:30px 0 60px;
}
/*企业文化*/
.culture{
	display: flex; flex-flow:row wrap; margin:10px 0 50px;
	justify-content:space-between; animation:fadeup 1s;
}
.culture li{
	width:24%; border:1px solid #85b3de;
	padding:18px 19px 25px; border-top-width:5px;
	color:#3d4864; font-size:17px;
	position: relative;
	margin-bottom:28px;
	box-shadow:0 5px 15px rgba(133,179,222,0.3);
}
.culture li h3{
	font-size:22px; font-weight: bold; color:#971e3f;
	margin:0 0 16px;
}
.culture li h3 span{font-size:15px; color:#87767a; font-weight: normal;margin-left: 5px;}
.culture li::after{
  position: absolute; right:12px;bottom:11px;
  content:'';
  width:26px; height:26px;
  background:url('../img/logos.png') center no-repeat;
  background-size:100%;
}
.culture li p{margin-bottom: 0;}
.culture li:last-child{width:50%;}
.culture li:last-child div{width:48%;display: inline-block;}
/*战略布局页面*/
.pro-t{
	display: block; text-align:center;
	font-size:36px; font-weight: bold; color:#005094;
	margin:54px 0 24px;
}
.pro-t::after{
	display: block; content:'';
	margin:10px auto 0;
	width:54px; border-bottom: 2px solid #005094;
}
.pro-t h5{ padding:8px 0;color:#5b6d81;}
.pro-t span{
	margin-left: 10px; line-height:1; display: inline-block;
	border-left: 1px solid #aaa; padding-left: 10px;
}
.cpzl-img img{
	white-space:nowrap; max-width:48%;
}
.pro-link{
	margin:10px 0 30px;
}
.pro-link li,.loupan li{
 display: inline-block; width:31.5%;
 margin:0 0.7%;
 position: relative; transition:all 0.4s ease 0s;
}
.pro-link .txt{
	position: absolute; left:0;bottom:0;z-index:9;
	width:100%; background-color:rgba(0,70,148,0.7);
	padding:18px; color:#fff;
	display: flex; flex-flow:row nowrap;
	align-items:center;
}
.txt h3{
	margin:0 20px 0 0; font-size:24px; font-weight: bold
}
.txt p{margin-bottom: 0;}
.pro-more{
	display: block; width:320px;background-color:#29619f;
	padding:24px 0;
	margin:0 auto 40px;
}
.pro-more a{color:#fff;display: block;text-align:center;}
.chanye{
	margin:48px 0; animation:fadeup 1s;
}
.chanye li{display: inline-block; width:31%; margin:0 1%;margin-bottom: 24px;
	transition:all 0.3s ease 0s;
}
.chanye li p{
	text-align:center; margin:14px 0;font-size:18px;
}
.chanye li:hover{background-color:#fff;
	box-shadow:4px 8px 16px rgba(0,80,148,0.1);
	transform:translate(-2px,-4px); 
}
.other{background-color:#f0f6ff; padding:40px 0; margin-top: 50px;
}
.other ul{
	display: block; margin:0 -.6%;
}
.other li{display:inline-block;width:18%;margin:0 .6%;}
.other li p{text-align:center; margin:12px 0;}
.other h4{font-size:22px; font-weight: bold;margin:0 0 16px;}
.other li:hover{background-color:#fff;font-weight: bold;}
.img{
	display: block; overflow:hidden;
}
.img img{
	transition:all 0.4s ease-in 0s;
	object-fit:cover; width:100%; min-height:100%;
}
.img:hover img{transform:scale(1.02);}
.textcon.wy .fl{width:68%;}
.textcon.wy .fr{width:30%}
.textcon.wy p{font-size:16px;}
.textcon.wy h4{font-weight: bold;font-size:20px;}
.loupan{
	display: block; margin:30px 0;
}
.loupan li{width:31%;margin-bottom:32px;position: relative;
	vertical-align:top;
}
.loupan li .txt{	 
	background-color:#eff8ff; z-index:3;
	padding:20px;height:100px; transition:all 0.3s ease-in 0s;
	display: block; position: relative;
	top:-10px;
}
.loupan .txt h4{
	font-size:24px; font-weight: bold; color:#005094;
	margin:0 0 14px;
}
.loupan .txt p{
	font-size:14px; line-height:1.4; color:#8a99a5;
	display: block; overflow:hidden; white-space:nowrap;
	text-overflow:ellipsis;
}
.loupan li:hover .txt{
	background-color:#005094; width:94%;margin:0 3%;
	box-shadow:4px 8px 16px rgba(0,80,148,0.2);
}
.loupan li:hover .txt h4,.loupan li:hover .txt p{
	color:#fff;
}
.pro-text{
	max-width:1200px;
	margin:50px auto;
	text-align:center;
}
.pro-text .tips{
	margin:24px 0; font-size:18px;
	text-align:center;
}
.pro-text .tips i{margin-right: 4px;color:#005094; font-size:20px;}
.pro-text .tips::after{
	content:''; display: block; width:50px; height:3px; background-color:#005094;margin:20px auto;
}
.pro-text .tips li{display: inline-block; margin:0 8px;}
.pro-text h1{margin:16px 0 24px; font-weight: bold;color:#005094;}
.dichan{max-width:1300px;margin:0 auto 14px;}
.dichan .swiper-slide{text-align:center;}
#thumbs{margin:0 10% 50px;}
#thumbs .swiper-slide{background-color:#000; border-radius:12px;overflow:hidden;border:2px solid #fff;}
#thumbs .swiper-slide img{opacity:0.5;}
#thumbs .swiper-slide-thumb-active img{opacity:1}
#thumbs .swiper-slide-thumb-active{border:2px solid #007aff;}
/*新闻*/
.newslist,.list{
	display: block; margin:70px 0 0; animation:fadeup 1s; 
}
.newslist li{
	display: inline-block;
	margin-bottom: 40px; width:24%;
	margin:0 .3% 24px; vertical-align:top;
	padding:10px; transition:all 0.3s ease 0s;
}
.newslist li h4{
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow:hidden;
	text-overflow:ellipsis;
	line-height:1.4;
	font-size:16px;
}
.newslist li p{color:#da3e42;font-family: bebas;}
.newslist li:hover{
	background-color:#eff7ff;
	box-shadow:5px 5px 15px rgba(0,0,0,.1);
	transform:translate(-1px,-4px);
}
.newslist .img{height:200px;}
.pagelist{
	display: block; margin:20px 0 60px;
	text-align:center;
}
.pagelist a,.pagelist span{
	display: inline-block; margin:0 8px 12px;
	width:40px;height:40px;border-radius:50%;
	border:1px solid #eee; line-height:38px;
	text-align:center;
}
.pagelist  .jump{ display: inline-block;
	width:auto;border:0;
	margin-left:3%;
}
.jump input[type='text'],.jump button{
	width:40px;height:40px;border-radius:50%;
	border:1px solid #eee; line-height:38px;
	outline:none; margin:0 4px;text-align:center;
	background-color:#fff;
}
.pagelist a:hover,.pagelist a.cur,.pagelist span:hover,.jump button:active{
	background-color:#0074bd; color:#fff;
	border-color:#0074bd;
}
.pagelist .fan{transform:rotateY(180deg);}
.xw-con{
	width:1280px; padding:0 24px;
	margin:0 auto;display: block; animation:fadeup 1s;
}
.page-header{border-bottom: 3px solid #dce0ec;margin-bottom: 40px;}
.page-header h1{font-size:36px; margin:16px 0 24px;}
.page-header h5{display: inline-block;background-color:#da3e42;color:#fff;
	padding:6px 10px; border-radius:8px;
	font-family: bebas; margin:0;
}
.qt{
	display: block;
	border-top: 3px solid #dce0ec;
	padding:24px 0 48px; margin:32px 0;
}
.list li{
	display: inline-block;
  width:32%;margin:0 .5% 24px;
  border:1px solid #eee;
  padding:20px;
}
.list li p{color:#aaa;margin-bottom:0;}
.list li:hover{
	background-color:#eff7ff;
	border-color:#eff7ff;
}
/*招聘*/
.joblist{
  float: left;
  padding: 20px 0;
  width: 100%;
}
.joblist dt,.joblist dd{
  float: left;
  width: 100%; 
  font-weight: normal;
}
.joblist dt{
  cursor: pointer;
  margin-bottom:0px; padding:16px;
  border: 1px solid #f4f9fe;
  border-radius:10px;
  white-space:nowrap;
}
.joblist dt.th{ 
  color: #aaa; font-size:14px;margin-bottom: 0;
  border-bottom:0; padding:6px 16px;
  background-color:#f4f9fe;
  border-radius:10px;
}
.joblist dt.th h4{font-size:14px;}
.joblist dt h4{
	display: inline-block;
  width: 58%; 
  font-size: 18px; 
  margin: 0;
}
.joblist dt span:nth-of-type(2){
	width:18%;
}
.joblist dt span{
  display: inline-block;
  width: 12%; 
  text-align: center;
}
.joblist dt i{ 
  color: #005094;
}
.joblist dt.open h4{
  color: #005094; font-weight: bold;
}
.joblist dt.open i{
  transform: rotate(90deg);
}
.joblist dd{
  padding: 0px 10% 40px;
  border: 1px solid #f4f9fe;
  background-color:#f4f9fe;
  border-radius:10px; border-top:0;
  display: none;
  margin-bottom: 30px;
}
.joblist dd h4{
  font-size: 15px;
  font-weight: bold;
  color: #333;
  line-height: 2;
}
.joblist dd .text{
  color: #666;
  line-height: 2;
}
.joblist dd h5{
  font-size: 15px;
  margin-top: 20px;
}
.joblist dd h5 b{
  color: #e00;
}

.lianxi li{	
	display: inline-block;
	margin:40px 0;
	width:25%;
}
.lianxi li h2,.lianxi li h3{font-size:36px; }
.lianxi li h2{color:#005094;}
.lianxi li h3{color:#b61342;}
.lianxi li.add{width:45%; padding:0 4%;
	border-right: 1px solid #d9dee2;
	border-left: 1px solid #d9dee2;
}
.add div{
	background-color:#f6fafe;
	padding:12px; border-radius:10px;
	margin-bottom: 10px; position: relative;
	position: relative; padding-left: 45px;
}
.add h4{
	display: inline-block; 
	margin:0; vertical-align:middle;
}
.add h4 span{color:#aaa;display: block;}
.add i{
	font-size:32px;color:#005094;margin-right:8px;
	vertical-align:middle;
	position: absolute;left:0;top:0;
	padding:8px;
}
.lianxi li.wx{text-align:center;}
.lianxi li.wx img{width:168px;}
.map{margin:50px 0 80px;}
.tousu{
	display: block; background-color:#eceff4;
	padding:100px 0;
}
.tousu h2{
	font-size:32px; color:#0e3455;
	display: block; text-align:center;
	margin:0 0 24px;
}
.tousu .input{
	width:32%; display: inline-block; 
	margin-bottom: 15px;
}
.tousu .input input,.tousu .input textarea{
	border-radius:8px; outline:none;
	background-color:#fff; border:1px solid #dce2eb;
	width:95%; line-height:1.5;
	padding:18px 15px;
}
.tousu .input span{color:#b61342;}
.tousu .input:last-child{width:100%;}
.btnbox{
	background-color:#1b375a;
	color:#fff; width:220px; line-height:54px;
	border:0; border-radius:30px;
	display: block; margin:0 auto;
}
.toTop{display: none;
	position: fixed; right:0;bottom:10%; z-index:999;
	width:80px;height:80px;border-radius:50%;
	line-height:76px;
	background-color:#112e6f; font-size:20px;
	color:#fff; text-align:center;
	cursor:pointer;
}
.toTop::before{
	content:'\25B2';
}
.msgbox{
	position: fixed;left:0px;bottom:0;z-index:99;	
	width:248px;transition:all 0.5s ease 0s;	
}
.msgbox .msg-h{ 
    display:inline-block; 
	background:linear-gradient(to right,#226dac,#005094);
	border-radius: 0 15px 15px 0;
	color:#fff; padding:10px 20px;
	transform:translateX(-240px);
	transition:all 0.5s ease 0s;
	cursor:pointer; 
}
.msg-h .iconfont{font-size:32px;}
.msg-h.on{transform:translateX(0px);}
.msg-m{
	background-color:#fff; position: relative;
	display: block; padding:15px 20px 25px 15px;
	font-size:14px; transform:translateX(0px);
	box-shadow:0 -10px 15px rgba(0, 0, 0, 0.1);	
	transition:all 0.5s ease 0s;
}
.msg-m.off{
	transform:translateX(-300px);
}
.msgbox input,.msgbox textarea{
	background-color:#e8f0f7; border-radius:8px;
	padding:10px; border:0;
	margin-bottom: 10px; outline:none;
	display: block; width:100%;
}
.msgbox .tips{margin-bottom: 14px;}
.msgbox button{
	display: block; background-color:#005094; color:#fff;
	width:100%;
}
.closetb{
	position: absolute;right:-12px;top:-12px;z-index:9;
	width:32px;height:32px; border-radius:50%;
	font-size:30px;line-height:28px;text-align:center;
	background-color:#af2b34; color:#fff;
	cursor:pointer;
}

/*手机端*/
.header ul.fr li.hamburger{display: none; 
	position: relative;z-index:999;
}
.hamburger .line {
  width: .4rem;
  height:.05rem;
  background-color: #ecf0f1;
  display: block;
  margin:.06rem auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover {
  cursor: pointer;
}
#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}
#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(.12rem) rotate(45deg);
  -ms-transform: translateY(.12rem) rotate(45deg);
  -o-transform: translateY(.12rem) rotate(45deg);
  transform: translateY(.012rem) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-.12rem) rotate(-45deg);
  -ms-transform: translateY(-.12rem) rotate(-45deg);
  -o-transform: translateY(-.12rem) rotate(-45deg);
  transform: translateY(-.12rem) rotate(-45deg);
}

@media screen and (max-width:1600px){
	.container{padding:0;}
   .container,.footer ul,
   .copyright,.three{width:94%;margin-left:3%;}
    
}
@media screen and (max-width:1400px){
	.banner{height:800px;}
	.three .swiper-slide img{height:180px;}
	.menu li{margin:0 10px;}
	.textcon,.xw-con{width:94%;}
	.joblist dd{padding:24px;}
}
@media screen and (max-width:1200px){
	html{font-size: calc(100vw / 7.68);}
	body{font-size:15px; overflow-x:hidden;}
	.banner{height:600px;}	
	.header ul.fr li i{font-size:18px;}
	.logo{width:200px;}
	.centerTitle h1{font-size:80px;}
	.data li{padding:45px 30px;}
	.footer li:first-child{display:none;}
	.menu{margin-left:0;}
	.culture li{width:32%;}
	.culture li:last-child{width:100%;}
	#thumbs{margin:0 0% 50px;}
}
@media screen and (max-width:1024px){
	.header ul.fr li.hamburger{display:inline-block;}
	.menu{display:none}
	.newsbox .swiper-slide:nth-of-type(3n){
		border-right: 1px solid #d9e2eb;
	}
	.ny-banner h4{font-size:32px; padding-top:40px;}
	.pageNav ul{margin-bottom:16px;width:100%;}
	.pos{float:left; opacity:0.6}
	.other li,.newslist li{width:31%;}
	.pageNav{padding:14px 0;}
}
@media screen and (max-width:960px){
	.header ul.fr li.sou,.header ul.fr li.tel,.header ul.fr li.code,.footer{
		display:none;
	}
	.copyright{margin-top:0;}
	.items li{width:49.5%; margin-bottom:8px; height:260px; background-color:rgba(21, 37, 117, 0.5);}
	.items li img{width:44px;}
	.items li p{opacity:1;margin:0 ; padding:10px 16px;line-height:1.5;}
	.items li h3{margin:0;}
	.data li{width:50%;}
	.data li:nth-of-type(1),.data li:nth-of-type(2){
		border-bottom:1px solid #d9e2eb;
	}
	.banner{height:480px;}
	#allMenu li{
		width:100%; margin-top:5px;
	}
	#allMenu li a{display:inline-block;}
	.ny-banner img{height:260px;}
	.lianxi li:first-child{width:100%; }
	.lianxi li{margin:10px 0;}
	.lianxi li h3,.lianxi li h2{display:inline-block;}
	.lianxi li h3{font-size:18px}
	.lianxi li.add{width:70%;border-left:0;padding-left:0;}
	.map{margin:10px 0 24px;}
	.loupan,.chanye,.newslist,.loupan,.other{display:flex;flex-flow:row wrap;justify-content:space-between;}
	.newslist, .list{margin-top:30px;}
	.chanye li,.loupan li,.newslist li{width:50%;margin:0 0 24px;}
	.newslist .img{height:150px;}

}
@media screen and (max-width:768px){
    .pageNav ul{display:none;}
	.newsbox .swiper-slide:nth-of-type(2n){
		border-right: 1px solid #d9e2eb;
	}
	.three .swiper-slide li{width:47.5%}
	.three .swiper-slide li:last-child{
		display:none;
	}
	
  .copyright{text-align:center;}
	.copyright span{display:block;}
	.news h1{font-size:80px;width:100%;}
	.news .title{ flex-wrap:wrap;}
	.news .title ul{ margin-bottom:12px;}
	.news .title a.more{margin-bottom:12px;}
	.news .title li{
		margin:0 1px; padding:4px 8px; font-size:16px;
	}
	.culture li,.culture li:last-child div{width:100%;} 
	.culture li p{display:inline;}
	.pageNav li a{padding:4px;}
	.pageNav ul li{font-size:16px;}
	.pageNav li::after{margin:0 2px;}
	.pos{font-size:14px;}
	.tousu .input{width:100%}
	.other li{width:48%;}
	.pro-link li{width:100%; margin-bottom:15px;}
	.pro-t span{display:block;border-left:0;margin:8px 0 0;padding-left:0;}
	.qt div{width:100%;margin-bottom:10px;}

}
@media screen and (max-width:414px){
	.logo img{height:1rem;}
	.header{height:1.3rem;}
	.data li{width:100%; position:relative; border-bottom:1px solid #d9e2eb;}
	.data li h1{font-size:40px;}
	.data li img{position:absolute;right:30px;top:24px;}
	.three .swiper-slide li{width:100%;}
	.three-page span{padding:0 10px;}
	.centerTitle h1{font-size:50px;}
	
	.banner{height:300px;}
	.items li{width:100%; height:220px; background-color:rgba(21, 37, 117, 0.5);}
	.lianxi li{width:100%!important;}
	.other li,.chanye li,.loupan li,.newslist li{width:100%;}
	.newslist .img{height:auto} 
	
}