@charset "utf-8";
img {
    max-width: 100%;
}
.head{
	height: 110px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.logo{
	display: inline-block;
	height: 55px;
}
.hdr{
	color: #fff;
}
.nav li{
	position: relative;
	margin-right: 6%;
}
.nava{
	color: #fff;
	line-height: 110px;
	position: relative;
	display: block;
}
.nava::after{
	width: 0px;
	height: 3px;
	background: rgba(255,255,255,.5);
	content: "";
	position: absolute;
	left: 0;
	bottom: 25px;
	transition: .5s;
	opacity: 0;
}
.nav li:hover .nava::after,
.nav li.active .nava::after{
	opacity: 1;
	width: 100%;
}
.navhide{
	width: 160px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -80px;
	top: 100%;
	margin-top: 10px;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	padding: 5px 0;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.navhide a{
	font-size: 16px;
	line-height: 45px;
	color: #666;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	z-index: 9;
	text-align: left;
}
.navhide a:hover{
	color: #132C5E;
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.navhide_service{
	width: 500px;
	left: 0;
	margin-left: 0;
	padding: 0;
}
.navhide_service .w47 {
	width: 50%;
    padding: 20px;
}
.navhide_service h4{
	border-bottom: 2px solid #8596b0;
	padding-bottom: 15px;
	margin-bottom: 10px;
	color: #333;
	text-align: left;
}
.navhide_service a{
	padding: 0;
}
.hdra a{
	color: #fff;
}
.hdra i{
	margin: 0 15px;
}
.bntxt{
	color: #fff;
	padding-bottom: 50px;
}
.bntxt h1{
	font-weight: normal;
	font-size: 65px;
	/*text-transform: uppercase;*/
}
.bntxt span{
	display: inline-block;
}
.bntxt span img{
	transition: .5s;
}
.bntxt span:hover img{
	margin-left: 20px;
}
.swiper-container-bn .swiper-slide .bntxt1{
	transform:translateY(-70px);
	opacity:0;
	transition:all 1.5s;
}
.swiper-container-bn .ani-slide .bntxt1{
	transform:translateY(0);
	opacity:1;
}
.swiper-container-bn .bntxt2{
	transform:translateY(70px);
	opacity:0;
	transition:all 1.5s;
}
.swiper-container-bn .ani-slide .bntxt2{
	transform:translateY(0);
	opacity:1;
}
.swiper-no-swiping .bntxt1,
.swiper-no-swiping .bntxt2{
	transform:translateY(0) !important;
	transition:all 0s !important;
	opacity: 1 !important;
}
.bnb{
	width: 100%;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 9;
	padding: 0 20px;
}
.bnb::after{
	width: 100%;
	height: 2px;
	background: rgba(255,255,255,.3);
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.bnb .swiper-slide{
	position: relative;
	height: 80px;
	cursor: pointer;
}
.bnb .swiper-slide i{
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -1px;
}
.bnb .swiper-slide span{
	width: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: .25s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.bnbico{
	width: 12px;
	height: 12px;
	background: #fff;
	transition: .5s;
	position: absolute;
	left: 0;
	top: 50%;
	margin-left: 0;
	margin-top: -6px;
}
.bnb .swiper-slide-thumb-active span{
	opacity: 1;
}
.bnb .swiper-slide-thumb-active i{
	animation: bnbWidth 5.7s infinite alternate;
}
@keyframes bnbWidth {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
.swiper-button-next-bn,.swiper-button-prev-bn{
	width: 70px;
	height: 70px;
	margin-top: -35px;
	margin-left: 3.5%;
	margin-right: 3.5%;
	border: 2px solid #fff;
	border-radius: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: 16px;
}

.bntxt_text{
	font-size: 30px;
	font-weight: 100;
	line-height: 50px;
}
.bntxt_svb a{
	color: #132C5E;
	display: inline-block;
	line-height: 60px;
	min-width: 200px;
	padding: 0 15px;
	background: rgba(255,255,255,.7);
	margin: 0 20px;
	font-size: 20px;
}
.bntxt_svb a:hover{
	background: rgba(255,255,255,1);
}
.foot{
	background: url(../images/flogobg.png) no-repeat center #072d61;
	background-size: 40%;
	color: #fff;
}
.ftma{
	margin: 0 7%;
}
.ftma li{
	padding: 5px 0;
}
.ftma li a,.ftma ul{
	color: rgba(255,255,255,.5);
}
.ftma li a:hover{
	color: #fff;
}
.ftma li img{
	height: 25px;
}
.ftra{
	margin-right: 25px;
	position: relative;
}
.ftra a{
	color: #fff;
	padding: 10px;
	display: inline-block;
}
.ftrahide{
	width: 150px;
	height: 150px;
	box-shadow: 0 -5px 20px rgba(0,0,0,.1);
	position: absolute;
	left: 50%;
	margin-left: -75px;
	bottom: 100%;
	background: #fff;
	padding: 5px;
	margin-bottom: 25px;
	transition: .4s;
	opacity: 0;
	visibility: hidden;
}
.ftra:hover .ftrahide{
	opacity: 1;
	visibility: inherit;
	margin-bottom: 0;
}
.ftrahide img{
	display: block;
	width: 100%;
	height: 100%;
}
.ftrahide::after{
	width: 10px;
	height: 10px;
	content: "";
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -5px;
	transform:rotate(45deg);
}


.md{
	padding: 100px 0;
}
.ititle_80{
	font-size: 65px;
}
.lht60{
	line-height: 60px;
}
.s1tr{
	padding: 15px 20px;
}
.s1tr,.s1br{
	width: 36%;
	margin-left: 5%;
}
.s1brbw p{
	text-decoration: underline;
}
.s2{
	background: url(../images/s2bg.jpg) no-repeat center;
	background-size: cover;
}
.s2b{
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	background: #fff;
}
.s2b li{
	width: 25%;
	padding: 40px 15px 55px 15px;
	position: relative;
	cursor: pointer;
}
.s2b li::after{
	width: 0;
	height: 3px;
	background: #072d61;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .5s;
	opacity: 0;
}
.s2b li.active::after{
	width: 100%;
	opacity: 1;
}
.s3a{
	padding: 0 5%;
}
.s3al{
	width: 280px;
	margin-right: 3%;
	box-shadow: 3px 3px 5px rgba(0,0,0,.2);
}
.s3arb span{
	display: inline-block;
	padding: 12px 25px;
}
.s4{
	border-top: 1px solid #999;
}
.s4a,.s4more{
	width: 20%;
}
.s4more{
	display: flex;
	align-items: flex-end;
	padding: 30px;
}
.s4a{
	border-right: 1px solid #E6E6E6;
	padding: 0 30px;
}
.s4ab img,.s4more i img{
	height: 15px;
}
.s4more i img{
	display: block;
}
.s4more i{
	display: inline-block;
	background: #132C5E;
	padding: 10px;
	margin-top: 15px;
}

.pd1_sc{
	width: 650px;
	max-width: 100%;
	background: #132C5E;
	border-radius: 10px 0 10px 10px;
	overflow: hidden;
}
.pd1_scl input{
	height: 50px;
	background: #fff;
	border-radius: 10px;
	width: 100%;
	padding: 0 18px;
	border: 3px solid #132C5E;
}
.pd1_scl i{
	color: #132C5E;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	font-size: 18px;
}
.pd1_scr button{
	width: 120px;
	height: 50px;
	background: #132C5E;
	color: #fff;
	cursor: pointer;
}
.pd1a{
	display: flex;
	align-items: center;
	padding: 60px 0;
	border-bottom: 1px solid #E6E6E6;
}
.pd1a:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
.pd1al{
	width: 25%;
	margin-right: 3%;
}
.pd1art{
	width: 100%;
	border-bottom: 3px solid #000;
	padding-bottom: 20px;
	padding-right: 100px;
}
.pd1art::after{
	width: 75px;
	height: 35px;
	background: url(../images/jt_wt.png) no-repeat center #000;
	background-size: 30px !important;
	content: "";
	position: absolute;
	right: 0;
	bottom: -3px;
	transition: .25s;
}
.pd1a:hover .pd1art{
	color: #132C5E;
	border-bottom: 3px solid #132C5E;
}
.pd1a:hover .pd1art::after{
	background: url(../images/jt_wt.png) no-repeat center #132C5E;
}
.pd1arbl{
	margin-right: 5%;
}
.pd1arbr>li {
    width: 50%;
	margin-top: 35px;
	padding-right: 40px;
}

.re2 .s3a{
	display: block !important;
	padding: 0 !important;
}
.s3abot{
	padding-left: 5%;
}
.re1bl{
	width: 50%;
	margin-right: 10%;
}
.re1br .pd1_sc{
	width: 100%;
}
.re1{
	border-bottom: 1px solid #999;
}

.ab2{
	background: url(../images/ab2bg.jpg) no-repeat center top;
	background-size: 100%;
}
.ab2b{
	padding: 70px;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,.05);
}
.ab2bw{
	width: 105%;
	margin-top: -50px;
}
.ab2ba{
	width: 28.33%;
	margin-right: 5%;
	margin-top: 50px;
	display: block;
}
.ab2baimg{
	position: relative;
}
.ab2baico{
	position: absolute;
	top: -10px;
	left: -20px;
	color: #fff;
	text-align: center;
	width: 76px;
}
.ab2baico span{
	line-height: 37px;
}
.ab2babr a{
	margin-left: 12px;
	color: #000;
}
.ab2babr a:hover{
	color: #132C5E;
}
.ab3{
	border-top: 0;
}
.ab3 .ab2ba{
	margin-right: 0;
	width: 100%;
	margin: 0;
}
.loadmore a{
	display: inline-block;
	padding: 5px 25px;
	background: #132C5E;
	color: #fff;
}
.ab4r{
	width: 35%;
	margin-left: 8%;
}
.ab4rt h3{
	display: inline-block;
	border-bottom: 1px solid #132C5E;
	padding-bottom: 5px;
}
.ab4rb .ftma li{
	color: #333;
}
.ab4la{
	margin-top: 25px;
}
.ab4la:first-child{
	margin-top: 0;
}
.ab4labox{
	position: relative;
}
.ab4labox input,.ab4labox select,.ab4labox textarea{
	border: 1px solid #132C5E;
	height: 45px;
	padding: 0 18px;
	width: 100%;
}
.ab4labox textarea{
	height: 130px;
	padding: 18px;
	resize: none;
}
.slti{
	height: 100%;
	position: absolute;
	top: 0;
	right: 18px;
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #132C5E;
}
.ab4sbm button{
	width: 120px;
	height: 42px;
	cursor: pointer;
}
.ab1bw{
	padding: 0 20px;
}
.ab1bimg{
	width: 30%;
}
.ab1bbg{
	padding: 20px 0;
}

@media only screen and (max-width:1599px) {
	.md{
		padding: 80px 0;
	}
	.bntxt h1,.ititle_80{
		font-size: 50px;
	}
	.bntxt span img{
		height: 30px;
	}
	.lht60{
		line-height: 45px;
	}
	.s2ba img{
		height: 150px;
	}
	.bntxt_svb a{
		min-width: 190px;
		line-height: 55px;
	}
	.bntxt_text{
		font-size: 20px;
		line-height: 40px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 70px 0;
	}
	.bntxt h1,.ititle_80{
		font-size: 42px;
	}
	.bntxt span img{
		height: 25px;
	}
	.navhide a{
		font-size: 14px;
		line-height: 40px;
	}
	.navhide_service h4{
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom-width: 1px;
	}
	.lht60{
		line-height: 38px;
	}
	.s2ba img{
		height: 120px;
	}
	.s3al{
		width: 220px;
	}
	.s3arb span{
		padding: 8px 18px;
	}
	.s4more,.s4a{
		padding: 0 15px;
	}
	.s4ab img, .s4more i img{
		height: 10px;
	}
	.foot .logo img{
		height: 80px;
	}
	.ftma li img{
		height: 20px;
	}
	.s4a p{
		font-size: 16px;
		line-height: 30px;
	}
	.bntxt_svb a{
		min-width: 190px;
		line-height: 55px;
	}
	.bntxt_text{
		font-size: 18px;
		line-height: 40px;
	}
	
	.pd1art{
		padding-bottom: 15px;
	}
	.pd1arb {
		margin-top: 15px;
	}
	.pd1art::after{
		width: 50px;
		height: 28px;
		background-size: 25px !important;
	}
	
	.ab2baico{
		width: 60px;
		left: -15px;
	}
	.ab2baico span{
		line-height: 30px;
		font-size: 13px;
	}
	.ab2b{
		padding: 40px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 60px 0;
	}
	.bntxt{
		padding-bottom: 30px;
	}
	.bntxt h1,.ititle_80{
		font-size: 36px;
	}
	.bntxt span img{
		height: 20px;
	}
	.ftra{
		margin-right: 12px;
	}
	.foot .logo img{
		height: 50px;
	}
	.ab2b{
		padding: 30px;
	}
}
@media only screen and (max-width:768px) {
    .pd1arbr li {
  width: 100%;
}
    .pd1arbr>li {
  width: 98%;
  margin: 30px auto 0;
  padding: 0;
}
	.md{
		padding: 30px 0;
	}
	.bntxt h1,.ititle_80{
		font-size: 24px;
	}
	.bntxt span img{
		height: 15px;
	}
	.bnb .swiper-slide i{
		height: 2px;
		margin-top: -1px;
		left: 6px;
	}
	.bnbico,.bnb .swiper-slide-thumb-active .bnbico{
		height: 6px;
		width: 6px;
		margin-top: -3px;
	}
	
	.bntxt_svb a{
		font-size: 13px;
		padding: 0 13px;
		min-width: 1px;
		width: auto;
		line-height: 35px;
		margin: 0 7px;
	}
	.bntxt_text{
		font-size: 14px;
		line-height: 30px;
	}
	.lht60{
		line-height: 30px;
	}
	.lht60.titleh1{
		font-size: 16px;
	}
	.s1tr {
		font-size: 16px;
	}
	.s1b {
		margin-top: 10px;
	}
	.s2b li{
		width: 50%;
		padding: 15px;
		padding-bottom: 25px;
	}
	.s2ba img{
		height: 70px;
	}
	.s2ba h3{
		font-size: 14px;
		line-height: 25px;
		margin-top: 5px;
	}
	.s3a{
		display: block;
		padding: 0;
	}
	.s3al{
		width: 100%;
		margin-right: 0;
		margin-bottom: 12px;
	}
	.s3arb span{
		padding: 6px 15px;
		font-size: 13px;
		margin-top: 12px;
	}
	.s4w{
		border-top: 1px solid #E6E6E6;
	}
	.s4a,.s4more{
		padding: 15px 0;
		border: 0;
		border-bottom: 1px solid #E6E6E6;
		width: 100%;
		display: block;
	}
	.s4a p{
		font-size: 14px;
		line-height: 28px;
	}
	.s4ab img, .s4more i img{
		height: 7px;
	}
	.s4more{
		text-align: center;
	}
	.foot{
		padding-bottom: 10px;
	}
	.foot .logo{
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.foot .logo img{
		height: 40px;
		margin: 0 auto;
		display: block;
	}
	.ftma{
		text-align: center;
		margin-top: 15px;
	}
	.ftma li{
		padding: 0;
	}
	.ftma li img{
		height: 14px;
	}
	.ftr {
		justify-content: center;
	}
	.ftra{
		margin: 0 5px;
	}
	.ftra a{
		font-size: 18px;
	}
	
	.pd1_scr button{
		width: 80px;
		height: 40px;
	}
	.pd1_scl input,.pd1_scl i{
		height: 40px;
	}
	.pd1_scl input{
		padding: 0 15px;
		border-width: 2px;
	}
	.pd1al img{
		width: 60%;
		margin: 0 auto;
	}
	.pd1a{
		padding: 25px 0;
	}
	.pd1art{
		width: 100%;
		padding-bottom: 8px;
		border-bottom-width: 1px !important;
		padding-right: 60px;
	}
	.pd1art::after{
		width: 40px;
		height: 25px;
		background-size: 20px !important;
		bottom: -1px;
	}
	.pd1art h1{
		font-size: 18px;
	}
	.s3abot{
		padding: 0;
	}
	
	.s1blt .titleh1{
		font-size: 15px;
		margin-top: 15px;
	}
	.ab1b{
		padding: 0 10px;
	}
	.ab1bw{
		display: block;
		padding: 0 10px;
	}
	.ab1bimg{
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 15px;
		width: 100%;
	}
	.ab2b {
		margin-top: 0;
		padding: 0px;
		box-shadow: inherit;
	}
	.ab2bw{
		width: 100%;
		margin-top: 0;
	}
	.ab2ba{
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}
	.ab2baico{
		width: 50px;
		left: -12px;
	}
	.ab2baico span{
		line-height: 25px;
		font-size: 12px;
	}
	.ab2 .abtop .txt{
		font-size: 14px;
		line-height: 28px;
	}
	.ab2{
		background-size: 100% 180px;
	}
	.ab4labox input, .ab4labox select, .ab4labox textarea{
		padding: 0 13px;
		height: 40px;
	}
	.ab4labox textarea{
		padding: 13px;
		height: 80px;
	}
}