@charset "utf-8";
.seoHide{
	display: none;
}
.ht{
	padding: 0 30px;
	height: 35px;
    line-height: 35px;
    background-color: #161212;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.htr{
	display: flex;
	align-items: center;
}
.htrl a{
	color: #999;
	margin: 0 10px;
}
.htrl a:hover{
	text-decoration: underline;
}
.htrr{
	border-left: 1px #333 solid;
	margin-left: 20px;
	padding-left: 20px;
	display: flex;
	align-items: center;
	height: 35px;
}
.htrlg span{
	display: inline-block;
	line-height: 35px;
	cursor: pointer;
}
.htrlghide{
	width: 100px;
	background: rgb(3 63 153 / 70%);
	position: absolute;
	right: 50%;
	margin-right: -50px;
	z-index: 9;
	padding: 5px 0;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	margin-top: 5px;
}
.htrlg:hover .htrlghide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.htrlghide a{
	color: #fff;
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 28px;
}
.htrlghide a:hover{
	text-decoration: underline;
}
.head{
	padding: 0 30px;
	height: 110px;
	display: flex;
	align-items: center;
}
.logor{
	border-left: 1px solid #ddd;
	height: 110px;
	padding-left: 30px;
	margin-left: 30px;
	display: flex;
	align-items: center;
}
.nav{
	display: flex;
	justify-content: flex-end;
	flex: 0;
	flex-grow: 1;
}
.nav li{
	position: relative;
	font-size: 16px;
	margin-left: 45px;
}
.nava{
	color: #666;
	display: block;
	height: 110px;
	line-height: 110px;
	position: relative;
	transition: 0s;
}
.nav li.active .nava,.nav li:hover .nava{
	background: url(../images/gaoliang.jpg) no-repeat center bottom;
}
.navhide{
	width: 140px;
	background: #fff;
	border: solid 1px #dedede;
    background-color: #fff;
    z-index: 99;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 100%;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
}
.navhide_prd{
	width: 180px;
	margin-left: -90px;
}
.nav li:hover .navhide{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	color: #999;
	line-height: 40px;
	display: block;
	position: relative;
	padding: 0 15px;
	font-size: 14px;
	text-align: center;
}
.navhide a:hover{
	background: #f5f5f5;
}
.navhide a::after{
	content: '';
    display: block;
    width: 11px;
    height: 1px;
    background-color: #999;
    position: absolute;
    left: 15px;
    top: 20px;
    display: none;
}
.navhide a{
	position: relative;
}
.navhide a i.fa-angle-right{
	line-height: 20px;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -10px;
}
.navhide em{
	display: block;
	position: relative;
}
.navhide_r{
	width: 150px;
	position: absolute;
	left: 100%;
	margin-left: -10px;
	top: 0;
	background: #fff;
    border: solid 1px #dedede;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
}
.navhide em:hover .navhide_r{
	opacity: 1;
	visibility: inherit;
	margin-left: 0;
}
.md{
	padding: 50px 0;
}
.itop h1{
	font-weight: normal;
}
.i1a{
	width: 33.33%;
	text-align: center;
}
.i1a h1{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 55px;
	color: #000;
}
.i1a h1 span{
	font-size: 43px;
}
.i1a h1 img{
	max-width: 100%;
}
.i1a p.p1{
	font-size: 12px;
	color: #999;
	margin: 5px 0;
}
.itop p.itop_op{
	color: #e2e2e2;
}
.i2w{
	display: flex;
}
.i2l{
	width: 263px;
	margin-right: 15px;
	background: #fff;
	padding-top: 30px;
	padding-bottom: 20px;
}
.i2l li{
	display: flex;
	padding: 5px 0 5px 85px;
	overflow: hidden;
	cursor: pointer;
	color: #666;
}
.i2l li.i2lico_li{
	background: url(../images/i2lico.png) no-repeat left center;
	color: #0143a5;
	padding: 9px 0 9px 85px;
}
.i2l li.active{
	color: #0143A5;
}
.i2rb{
	display: flex;
	justify-content: space-between;
}
.i2rba{
	background: #fff;
	width: 24.2%;
	display: block;
}
.i2rba p{
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	overflow: hidden;
	text-align: center;
}
.i3a{
	width: 32.83%;
}
.i3a .txt{
	font-size: 14px;
	color: #666;
}
.i3a:hover{
	color: #ff0000;
}
.i3a.active h3{
	color: #FF0000;
}
.i4{
	background: #014bae;
	color: #fff;
}
.itop_wt *{
	color: #fff;
}
.itop_wt p.itop_op{
	color: #999;
}
.i4a{
	display: block;
	background: #fff;
	height: 122px;
}
.i4a img{
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-pagination-i4{
	width: 100%;
	text-align: center;
	margin-top: 25px;
	position: relative;
}
.swiper-pagination-i4 .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: none;
	border: 1px solid #fff;
	margin: 0 5px;
	opacity: 1;
}
.swiper-pagination-i4 .swiper-pagination-bullet-active{
	background: #fff;
}
.i4b span{
	display: block;
	border: 1px solid #fff;
    width: 200px;
    border-radius: 25px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin: 18px auto 0 auto;
}
.i5w{
	display: flex;
}
.i5img{
	width: 50%;
}
.i5txt{
	width: 50%;
	display: flex;
	padding-top: 15px;
	position: relative;
}
.i5txt_t {
	align-items: flex-end;
}
.i5txt_t .text18.textright{
	margin-bottom: 25px;
}
.i5txtw{
	padding-left: 9%;
	padding-right: 25%;
    position: relative;
}
.i5w2 .i5txt{
	justify-content: flex-end;
}
.i5w2 .i5txtw{
	padding-right: 9%;
    position: relative;
    width: 100%;
    padding-left: 25%;
}
.i5txt_tl h1{
	color: #014bae;
    font-size: 64px;
}
.i5txt_tl em{
	position: absolute;
    width: 134px;
    height: 3px;
    background: #014bae;
    left: -8%;
    top: 45px;
    z-index: 999999;
}
.i5w2 .i5txt_tl em{
	width: 580px;
	left: 40%;
}
.i6w{
	width: 70%;
	padding: 40px;
	padding-right: 20%;
	color: #fff;
	background: #0076c6;
}
.i6r{
	width: 45%;
	position: absolute;
	right: 0;
	top: 10%;
}
.i6b a{
	line-height: 35px;
	padding: 0 35px;
	border-radius: 35px;
	display: inline-block;
	background: #ff9d00;
	color: #fff;
}
.i6b_blue a{
	background: #154594;
	min-width: 110px;
	text-align: center;
}
.i7w{
	width: 32.33%;
}
.i7a{
	display: block;
	margin-top: 10px;
}
.i7a:first-child{
	margin-top: 0;
}
.i7a p{
	color: #999;
	margin-top: 5px;
}

.foot{
	background: #0f3f94;
	color: #fff;
}
.fmra_a{
	margin-left: 25px;
}
.ft{
	padding: 50px 5%;
	display: flex;
}
.ftl{
	margin-right: 8%;
}
.ftla,.ftl_sbm{
	margin-top: 25px;
}
.ftla input{
	width: 100%;
	height: 44px;
	background: #fff;
	padding: 0 15px;
	font-size: 16px;
}
.ftl_sbm button,.ftl_sbm a{
	cursor: pointer;
	display: inline-block;
	line-height: 44px;
	height: 44px;
	width: 47%;
	background: #959595;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.ftrt a{
	margin-right: 5%;
	color: #fff;
}
.ftrbra{
	width: 105px;
	margin: 0 15px;
}
.fm{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 20px 5%;
	display: flex;
}
.fmr a{
	margin: 0 15px;
	color: #fff;
}
.fb{
	padding: 15px 0;
}
.fb a{
	color: #fff;
}

.listnav{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
}
.listnavbox{
	background: rgba(105,105,105,.5);
	color: #fff;
	font-size: 12px;
	padding: 15px 20px;
}
.listnavbox a{
	color: #fff;
}
.listmd{
	background: #f4f4f4;
	padding-top: 30px;
}
.pdt{
	padding: 25px 4%;
	background: #fff;
	display: flex;
	justify-content: space-between;
}
.pdta{
	display: flex;
	align-items: center;
}
.pdta i{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	background: #333;
	border-radius: 50%;
	transition: .5s;
}
.pdta:hover{
	color: #014cae;
}
.pdta:hover i{
	background: #014cae;
	transform:rotateY(180deg);
}
.pdl{
	width: 260px;
	margin-right: 20px;
}
.pdw{
	align-items: flex-start;
}
.pdlt{
	width: 100%;
    height: 80px;
    background: url(../images/pdltico.png) no-repeat 210px center #014cae;
    padding-right: 25px;
    color: #fff;
    display: flex;
    align-items: center;
}
.pdlb{
	padding: 10px;
	border: 1px solid #e7e7e7;
	border-top: 0;
}
.pdlbw{
	border: 1px solid #e7e7e7;
	margin-top: 15px;
}
.pdlbw:first-child{
	margin-top: 0;
}
.pdlba{
	font-size: 14px;
	line-height: 50px;
	display: block;
	padding: 0 25px;
	position: relative;
	border-bottom: 1px solid #E7E7E7;
}
.pdlba::after{
	width: 25px;
	height: 25px;
	content: "";
	background: url(../images/pdlmore.png) no-repeat center;
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -12px;
}
.pdlba_1{
	font-size: 16px;
	line-height: 55px;
	background: #eaeaea;
}
.pdlba.active,.pdlba:hover{
	color: #0143a5;
}
.pdlba.active{
	background: #f5f5f5;
	font-weight: bold;
}
.pdlba_1.active1{
	color: #0143a5;
}
.pdrw{
	width: 101.33%;
}
.pdra{
	width: 32%;
	margin-right: 1.33%;
	background: #fff;
	margin-bottom: 14px;
}
.pdrab{
	padding: 28px 32px 15px;
}
.pdrab .txt{
	line-height: 22px;
    color: #666;
    font-size: 13px;
    margin-top: 8px;
    height: 66px;
    overflow: hidden;
}
.pdraba{
	border: 1px solid #E6E6E6;
	border-radius: 50px;
	overflow: hidden;
}
.pdraba a{
	display: block;
	width: 50%;
	text-align: center;
	line-height: 40px;
	color: #666;
	border-right: 1px solid #E6E6E6;
}
.pdraba a:last-child{
	border: 0;
}
.pdraba a:hover{
	background: #0143a5;
	color: #fff;
}
.page{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.page a,.page span{
	width: 40px;
	height: 40px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #666;
	border: 1px solid #E6E6E6;
	margin: 0 7px;
}
.page a.active,.page a:hover,.page span{
	background: #0143A5;
	border: 1px solid #0143A5;
	color: #fff;
}
.pdbt a{
	color: #666;
}
.pdbt a:hover{
	color: #0143A5;
}
.pdbt h1{
	height: 43px;
	position: relative;
}
.pdbt h1::after{
	width: 24px;
	height: 1px;
	content: "";
	background: #0143A5;
	position: absolute;
	left: 0;
	bottom: 0;
}
.pdbw{
	padding: 35px 0;
	display: flex;
}
.pdblaimg{
	width: 35%;
}
.pdblatxt p{
	line-height: 22px;
	font-size: 14px;
}
.pdblatxtb i{
	width: 38px;
	height: 38px;
	border: 1px solid #E6E6E6;
	border-radius: 38px;
	color: #999;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s;
}
.pdbla:hover .pdblatxtb i{
	border: 1px solid #0143A5;
	background: #0143A5;
	color: #fff;
}
.pdbr{
	padding: 0 35px;
	margin-left: 35px;
	border-left: 1px dotted #ddd;
}
.pdbra{
	display: flex;
	align-items: center;
	padding: 8px 0;
}
.pdbra:hover{
	color: #0143A5;
}

.pi1{
	padding: 30px 0;
	background: #f4f4f4;
}
.pi1l{
	width: 42%;
	margin-right: 2%;
	background: #fff;
	padding-bottom: 15px;
}
.swiper-pagination-pi1{
	position: static;
}
.pi1rt{
	border-bottom: 1px dashed #ddd;
	padding-bottom: 12px;
	margin-bottom: 15px;
}
.pi1rtxt{
	color: #666;
	line-height: 22px;
}
.pi1rm,.pi1rbl{
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}
.pi1rm .w50{
	font-size: 16px;
	display: flex;
	align-items: center;
	font-weight: normal;
}
.pi1rm i{
	width: 24px;
	height: 24px;
	background: #033f99;
	color: #fff;
	font-size: 12px;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.pi1rbl{
	margin-left: 30px;
	display: flex;
	align-items: center;
	line-height: 20px;
}
.pi1rb a{
	width: 180px;
	line-height: 58px;
	border-radius: 40px;
	display: inline-block;
	text-align: center;
}
.pi1rbl i{
	width: 44px;
	height: 44px;
	background: #0f3f94;
	border-radius: 44px;
	color: #fff;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pi2top a{
	display: block;
	text-align: center;
	line-height: 55px;
	background: #8c8c8c;
	color: #fff;
	width: 50%;
}
.pi2top a:hover,.pi2top a.active{
	background: #0f3f94;
	color: #fff;
}
.pi2 *{
	max-width: 100%;
}
.pi3t{
	border-bottom: 1px solid #E6E6E6;
}
.pi3tl{
	position: relative;
	padding-bottom: 12px;
}
.pi3tl::after{
	width: 180px;
	height: 1px;
	content: "";
	background: #979797;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.pi3l,.pi3r{
	width: 46%;
}
.pi3rt{
	height: 180px;
}
.pi3la{
	display: flex;
	margin-bottom: 10px;
}
.pi3la span{
	line-height: 36px;
	margin-right: 15px;
	text-align: right;
	width: 110px;
}
.pi3lar input,
.pi3lar textarea{
	height: 36px;
	padding: 0 10px;
	border: 1px solid #c0c0c0;
	background: #f9f9f9;
	width: 100%;
}
.pi3lar input:focus,
.pi3lar textarea:focus{
	border: 1px solid #0143A5;
	background: #fff;
}
.pi3lar textarea{
	height: 120px;
	padding: 10px;
	resize: none;
}
.pi3la_sbm button{
	width: 190px;
	height: 45px;
	background: #0f3f94;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	transition: .25s;
	margin-top: 10px;
}
.pi3la_sbm button:hover{
	opacity: .85;
}
.pi4{
	background: #f4f4f4;
}
.pi4 .pdbt{
	border-bottom: 1px solid #E6E6E6;
}
.pi4w{
	justify-content: space-between;
}
.pi4a{
	width: 24%;
	text-align: center;
	display: block;
}
.pi4aimg{
	height: 220px;
	border: 1px solid #fff;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E6E6E6;
	overflow: hidden;
}
.pi4aimg img{
	max-width: 100%;
	max-height: 100%;
}
.pi4a p{
	font-size: 12px;
	margin-top: 10px;
}
.pi4a:hover{
	color: #0143A5;
}

.lnavbox{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.lnavbox a{
	line-height: 50px;
	width: 140px;
	background: #fff;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	margin: 0 10px;
	border: 1px solid #E6E6E6;
}
.lnavbox a.active,.lnavbox a:hover{
	border: 1px solid #033f99;
	background: #033f99;
	color: #fff;
}
.new{
	background: #fff;
	border: 1px solid #E6E6E6;
}
.nea{
	display: flex;
	align-items: center;
	padding: 30px;
	border-bottom: 1px solid #dfdfdf;
}
.nea:last-child{
	border-bottom: 0;
}
.nea:hover{
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	position: relative;
	z-index: 5;
}
.neal{
	width: 25%;
}
.near{
	margin: 0 0 0 25px;
}
.neart_title_r span{
	margin-left: 15px;
}
.neart_content{
	font-size: 13px;
	color: #666;
	line-height: 24px;
}
.nearbl a{
	margin-left: 10px;
	font-size: 12px;
	color: #999;
}
.nearbl a:hover{
	color: #0143A5;
}
.nearbr{
	width: 38px;
	height: 38px;
	border: 1px solid #E6E6E6;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #999;
	transition: .25s;
}
.nea:hover .neart_title a{
	color: #0143A5;
}
.nea:hover .nearbr{
	background: #0143A5;
	border: 1px solid #0143A5;
	color: #fff;
}

.niw{
	display: flex;
	align-items: flex-start;
}
.nir{
	margin-left: 10px;
	width: 300px;
}
.nil{
	background: #fff;
}
.nilt{
	padding: 30px;
}
.niltop{
	position: relative;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.niltop::after{
	content: '';
    display: block;
    width: 22px;
    height: 1px;
    background-color: #154594;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.niltop h1{
	font-size: 28px;
	font-weight: normal;
}
.niltopm {
	display: flex;
}
.niltopm span{
	font-size: 12px;
	color: #999;
	padding: 0 8px;
    border-left: 1px dotted #b6b6b6;
}
.niltopm span:first-child{
	border-left: 0;
	padding-left: 0;
}
.niltxt{
	line-height: 30px;
	font-size: 15px;
}
/*.niltxt p{
	text-indent: 2em;
}*/
.niltxt *{
	max-width: 100%;
}
.nilgjc a{
	color: #999;
}
.nilgjc a:hover{
	color: #0F3F94;
}
.nilb{
	display: flex;
	border-top: 1px solid #E6E6E6;
}
.nilb a{
	width: 50%;
	padding: 0 20px;
	line-height: 60px;
	height: 60px;
	display: block;
	color: #666;
	overflow: hidden;
}
.nilb a:hover{
	color: #0143A5;
}
.nilb a:last-child{
	text-align: right;
	border-left: 1px solid #E6E6E6;
}
.nirw{
	background: #fff;
	padding: 30px 28px 18px;
	padding-top: 20px;
	margin-bottom: 10px;
}
.nirt{
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #E6E6E6;
	position: relative;
}
.nirt::after{
	content: '';
    display: block;
    width: 22px;
    height: 1px;
    background-color: #154594;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.nirb a{
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 25px;
	height: 25px;
	margin-top: 10px;
}
.nirb a:hover{
	color: #0143A5;
}

.abtmd{
	padding: 30px 0;
}
.ab1{
	background: #063e9d;
	color: #fff;
}
.ab1l_video{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.ab1l_video img{
	width: 80px;
    height: 80px;
    display: block;
    -webkit-transition: .1s ease-out;
    -moz-transition: .1s ease-out;
    -ms-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out;
    animation: future 1.5s infinite;
    opacity: 1;
}
@keyframes future{
	0%{opacity:0.5;transform:scale(0.7)}
	50%{opacity:1;transform:scale(1.1)}
	100%{opacity:0.5;transform:scale(0.7)}
}
@-webkit-keyframes future{
	0%{-webkit-opacity:0.5;transform:scale(0.7)}
	50%{-webkit-opacity:1;transform:scale(1.1)}
	100%{-webkit-opacity:0.5;transform:scale(0.7)}
}
.ab1r{
	width: 40%;
	color: #333;
}
.ab1rt{
	padding: 20px;
}
.ab1rt h3{
	font-size: 45px;
    color: #eaeaea;
    text-transform: uppercase;
    text-align: right;
}
.ab1rt h3 i{
	width: 65px;
    height: 6px;
    background-color: #eaeaea;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.ab1rttxt{
	font-size: 14px;
    color: #666;
    line-height: 25px;
    margin-top: 10px;
    text-indent: 2em;
}
.ab1rb{
	border-top: 1px solid #E6E6E6;
	padding: 20px;
}
.abtop{
	display: flex;
	align-items: center;
	justify-content: center;
}
.abtop i{
	flex: 0;
	flex-grow: 1;
	height: 1px;
	background: #ddd;
}
.abtop h3{
	margin: 0 20px;
}
.ab2{
	padding-bottom: 25px;
}
.ab2a{
	display: block;
	text-align: center;
	width: 24%;
	margin-top: 30px;
}
.ab2aimg{
	border: 1px solid #fff;
	margin-bottom: 10px;
}
.ab2a:hover .ab2aimg{
	border: 1px solid #0143A5;
}
.ab2a:hover{
	color: #0143A5;
}
#certify .swiper-slide{
	width: 540px;
}
.py2a{
	position: relative;
}
.py2a img{
	display: block;
	width: 100%;
}
.py2a::after{
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 0;
}
.py2ap{
	opacity: 0;
}
#certify .swiper-slide-active .py2ap{
	opacity: 1;
}
#certify .swiper-slide-active .py2a::after{
	opacity: 0;
}
.swiper-button-next-py2,.swiper-button-prev-py2{
	width: 42px;
	height: 42px;
	margin: 0 -100px;
	background: url(../images/py2.png) no-repeat center;
	margin-top: -21px;
}
.swiper-button-prev-py2{
	transform:rotate(180deg);
}
.ab4l{
	width: 46%;
	margin-right: 2%;
}
.ab4r{
	background: url(../images/ab4.png) no-repeat left center;
}
.ab4r_height{
	padding: 15px 30px 15px 35px;
	height: 370px;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.ab4r_height::-webkit-scrollbar{
	width:4px;
	height:4px;
}
.ab4r_height::-webkit-scrollbar-track{
	background: #f6f6f6;
	border-radius:2px;
}
.ab4r_height::-webkit-scrollbar-thumb{
	background: #aaa;
	border-radius:2px;
}
.ab4r_height::-webkit-scrollbar-thumb:hover{
	background: #747474;
}
.ab4r_height::-webkit-scrollbar-corner{
	background: #f6f6f6;
}
.ab4ra{
	display: flex;
	line-height: 24px;
	color: #666;
	padding: 15px 0;
	border-bottom: 1px solid #E6E6E6;
}
.ab4ra:first-child{
	padding-top: 10px;
}
.ab4ra h3{
	width: 100px;
	color: #0143A5;
	font-size: 23px;
}

.fcbox{
	background: #fff;
	border: 1px solid #E6E6E6;
	padding: 25px;
	padding-bottom: 50px;
}
.fcw{
	width: 102%;
}
.fca{
	width: 23%;
	margin-right: 2%;
	margin-top: 25px;
	text-align: center;
	cursor: pointer;
}
.big_img {
	position:fixed;
	background:rgba(0,0,0,.6);
	width:100%;
	height:100%;
	top:0;
	left:0;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	z-index: 99999;
}
.big_img .swiper-container2 {
	position:relative;
	width:100%;
	height:100%
}
.big_img .swiper-container2 .swiper-wrapper {
	width:100%;
	height:100%
}
.big_img .swiper-slide {
	width:100%;
	height:100%;
	display:table
}
.big_img .swiper-slide .cell {
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	text-align:center
}
.big_img .swiper-slide img {
	width:768px;
	max-height:80%;
	margin:0 auto;
}
.big_img .swiper-pagination2 {
	position:absolute;
	top:.2rem;
	text-align:center;
	width:100%
}
.big_img .swiper-pagination2 span {
	margin:0 .05rem
}
.big_img .swiper-pagination-bullet{
	background: rgba(255,255,255,.5);
}
.big_img .swiper-pagination-bullet-active{
	background: #fff;
	opacity: 1;
}
.pibtn_l,.pibtn_r{
	width: 42px;
	height: 42px;
	background: rgba(0,0,0,.5);
	color: #fff;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	z-index: 999999;
	cursor: pointer;
}
.pibtn_l{
	left: 10px;
}
.pibtn_r{
	right: 10px;
}
.big_imgclose{
	width: 42px;
	height: 42px;
	background: rgba(0,0,0,.5);
	color: #fff;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 20px;
	right: 20px;
	filter: grayscale(100%) brightness(500%);
	z-index: 999999;
	cursor: pointer;
}
.big_imgclose img{
	height: 20px;
}
.hiddens{
	opacity: 1;
	visibility: inherit;
}
.hzw{
	width: 101%;
}
.hza{
	width: 19%;
	margin-right: 1%;
	margin-top: 20px;
	display: block;
	text-align: center;
	font-weight: bold;
}
.hzaimg{
	border: 2px solid #eee;
	margin-bottom: 10px;
	transition: .25s;
}
.hzaimg img{
	max-width: 100%;
	display: block;
}
.hza:hover{
	color: #0143A5;
}
.hza:hover .hzaimg{
	border: 2px solid #0143A5;
}

.ryw{
	width: 102%;
	flex-wrap: wrap;
}
.rya{
	width: 23%;
	margin-right: 2%;
	margin-top: 25px;
	text-align: center;
}
.rya:hover{
	color: #0143A5;
}
.ryaimg{
	transition: .25s;
	border: 1px solid #E6E6E6;
}
.rya:hover .ryaimg{
	border: 1px solid #0143A5;
}
.big_img_ry .swiper-slide img{
	width: 400px;
}

.co1,.co2{
	background: #fff;
	display: flex;
}
.co1l{
	width: 50%;
	padding: 30px 40px 0px 40px;
}
.co1r{
	width: 50%;
	height: 470px;
}
.co1lt{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 15px;
}
.co1lt span{
	font-size: 12px;
}
.co2{
	background: url(../images/co2bg.jpg) no-repeat center bottom #fff;
	display: flex;
	justify-content: space-between;
	padding-right: 50px;
}
.co2lt{
	padding: 50px;
}
.co2r{
	padding: 50px 0;
}
.co2ra{
	position: relative;
	margin-bottom: 20px;
}
.co2ra input,.co2ra textarea{
	height: 60px;
	width: 100%;
	border: 1px solid #e5e5e5;
	padding: 0 15px;
	padding-right: 60px;
	font-size: 16px;
}
.co2ra textarea{
	height: 100px;
	resize: none;
	padding: 15px;
}
.co2ra i{
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.co2r_code .co2ra{
	margin-bottom: 0;
}
.co2r_codel span{
	border: 1px solid #e5e5e5;
	border-right: 0;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	color: #666;
}
.co2r_sbm button{
	width: 100%;
	height: 60px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	transition: .25s;
	background: #033f99;
}
.co2r_sbm button:hover{
	opacity: .85;
}

/*right*/
.y-kefu-box {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 9999;
    font-size: 13px;
}
.y-kefu-box03 { width: 53px;}
.y-kefu-box03 .icon { display: block; background: url(../images/icons03.png) no-repeat; margin-left: 15px; position: absolute; }
.y-kefu-box03>div {width: 193px;height: 53px;background-color: #033f99;border-top-left-radius: 3px;border-bottom-left-radius: 3px;margin-bottom: 5px;font-size: 15px;color: #fff;position: relative;left: 0;z-index: 2;}
.y-kefu-box03>div p { padding-left: 52px; line-height: 55px; }
.y-kefu-box03 .y-back-top { cursor: pointer; left: 55px;}
.y-kefu-box03 .y-back-top:hover { background-color: #033f99; }
.y-kefu-box03 .y-back-top i { width: 23px; height: 21px; background-position: -5px -5px; top: 16px; }
.y-kefu-box03 .y-kf-mobile { font-size: 18px; }
.y-kefu-box03 .y-kf-mobile i { width: 26px; height: 26px; background-position: -35px -5px; top: 13px; }
.y-kefu-box03 .y-kf-qq a { color: #fff; }
.y-kefu-box03 .y-kf-qq i { width: 24px; height: 24px; background-position: -5px -34px; top: 14px; }
.y-kefu-box03 .y-kf-weChat i { width: 22px; height: 22px; background-position: -35px -34px; top: 15px; }
.y-kefu-box03 .y-kf-weChat .ewm-box { width: 100%;padding-top: 15px; padding-bottom: 15px; background-color: #033f99; display: none; }
.y-kefu-box03 .y-kf-weChat img { width: 163px; height: 163px; margin: 0 auto; }
.y-kefu-box03 .y-kf-weChat:hover .ewm-box { display: block; }

.iscbox{
	background: #0f3f94;
	color: #fff;
	padding: 15px 0;
}
.iscbox_prd{
	background: #f4f4f4;
	padding: 0;
}
.iscbox_prd .wrap{
	background: #0f3f94;
	padding: 15px;
}
.scl{
	font-size: 12px;
	line-height: 24px;
}
.scl a{
	color: #fff;
	margin: 0 5px;
}
.scl a:hover{
	text-decoration: underline;
}
.scr form{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.scr input{
	width: 200px;
	height: 30px;
	padding: 0 10px;
}
.scr button{
	cursor: pointer;
	width: 60px;
	height: 30px;
	background: #4b4b4b;
	color: #fff;
}

@media only screen and (max-width:1599px) {
	.ft,.fm{
		padding: 20px 15px;
	}
	.ftrbl img{
		height: 30px;
	}
	.ftrbra{
		width: 90px;
	}
	.ftl{
		margin-right: 5%;
	}
	.logo img{
		height: 40px;
	}
	.logor{
		display: none;
	}
	.head,.ht{
		padding: 0 15px;
	}
	.head{
		height: 90px;
	}
	.nava{
		height: 90px;
		line-height: 90px;
	}
	.i5txt_tl h1{
		font-size: 48px;
	}
	.i5txt_tl em{
		top: 12%;
		left: -20%;
	}
	
	.i5txt_tl em{
		left: -10%;
		width: 100px;
	}
	.i5w2 .i5txt_tl em{
		width: 70%;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.nav li{
		margin-left: 30px;
	}
	.pdl{
		width: 230px;
	}
	.pdlba{
		padding: 0 15px;
	}
	.pdlba::after{
		right: 15px;
	}
	
	.lnavbox a{
		line-height: 40px;
		font-size: 12px;
		width: 100px;
		margin: 0 7px;
	}
	.ab1rt h3{
		font-size: 30px;
	}
	.ab1rt h3 i{
		height: 3px;
		width: 30px;
	}
	
	.hza{
		width: 24%;
	}
}
@media only screen and (max-width:950px) {
	.lnavbox a{
		line-height: 30px;
		width: 31.33%;
		margin: 5px 1%;
	}
	
	.fca{
		width: 31.33%;
	}
	
	.hza{
		width: 32.33%;
	}
	
	.rya{
		width: 31.33%;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.it a{
		font-size: 13px;
		text-align: center;
		width: 23.5%;
		line-height: 30px;
	    background: #1b77ff;
	    color: #fff;
	    margin-top: 7px;
	}
	.i1w{
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.i1a{
		width: 48%;
		margin-top: 13px;
		box-shadow: 0 0 15px rgba(0,0,0,.1);
		padding: 12px;
	}
	.i1a img{
		height: 50px;
	}
	.i1a h1{
		font-size: 20px;
		height: 40px;
	}
	.i1a h1 span{
		font-size: 20px;
	}
	.i1a p{
		font-size: 12px;
		line-height: 20px;
		margin-top: 5px;
	}
	.itop h1{
		font-size: 18px;
		font-weight: bold;
	}
	.itop .mt_25{
		margin-top: 5px;
	}
	.itop .text18{
		font-size: 12px;
		line-height: 22px;
	}
	.itop p.itop_op{
		/*display: none;*/
		color: #999;
		line-height: 20px;
	}
	.wi2t ul{
		display: flex;
		flex-wrap: wrap;
		width: 102%;
	}
	.wi2t li{
		background: #0143A5;
		color: #fff;
		line-height: 25px;
		width: 31.33%;
		margin-right: 2%;
		margin-top: 8px;
		text-align: center;
		transition: .25s;
		font-size: 12px;
	}
	.wi2t li.active{
		background: #999;
	}
	.wi2b{
		margin-top: -10px;
	}
	.i2rba{
		background: none;
		width: 48%;
		margin-top: 15px;
	}
	.i2rba p{
		font-size: 12px;
		line-height: 25px;
		height: 25px;
	}
	.i3a{
		width: 100%;
	}
	.wi3b i img{
		display: block;
		height: 35px;
	}
	.swiper-pagination-w-public{
		position: relative;
		margin: 0 15px;
	}
	.swiper-pagination-w-public .swiper-pagination-bullet{
		opacity: .3;
		margin: 0 6px;
	}
	.swiper-pagination-w-public .swiper-pagination-bullet-active{
		background: #0f3f94;
		opacity: 1;
	}
	.pi1{
		background: #fff;
	}
	.pi1rb a{
		line-height: 35px;
		width: 120px;
		display: none;
	}
	.wapConsult{
		width: 55px;
		height: 55px;
		background: url(../images/zx.png) no-repeat center #0f3f94;
		border-radius: 100%;
		position: fixed;
		right: 15px;
		top: 40%;
		z-index: 100;
		background-size: 90%;
	}
	.pi1rb a img{
		height: 14px !important;
	}
	.pi1rbl{
		line-height: 18px !important;
	}
	.pi1rbl i{
		width: 35px;
		height: 35px;
	}
	.pi1rbl{
		margin-left: 0 !important;
	}
	.pi1rb{
		justify-content: space-between;
	}
	.pi2top a{
		line-height: 40px;
	}
	.pi1l{
		padding-bottom: 5px;
	}
	.pi234md .wrap{
		padding: 0;
	}
	.pi2top a{
		background: #fff;
		border-top: 1px solid #E6E6E6;
		border-bottom: 1px solid #E6E6E6;
		color: #333;
	}
	.pi2 {
		padding: 0 15px;
	}
	.pi3,.pi4{
		padding-left: 15px;
		padding-right: 15px;
	}
	.i4a{
		height: 60px;
	}
	.swiper-pagination-i4 .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		background: none;
		border: 1px solid #fff;
		margin: 0 5px;
		opacity: 1;
	}
	.swiper-pagination-i4 .swiper-pagination-bullet-active{
		background: #fff;
		border: 1px solid #fff;
	}
	.wi5a .i5img,.wi5a .i5txt{
		width: 100%;
	}
	.wi5a .i5txt{
		padding: 0;
		margin-top: 12px;
	}
	.i5txtw{
		padding: 0;
	}
	.i5txt_tl{
		padding-left: 30px;
	}
	.i5txt_tl h1{
		font-size: 20px
	}
	.i5txt_tl h3{
		font-size: 12px;
	}
	.i5txt_tl i{
		display: none;
	}
	.i5txt_t p{
		font-size: 12px;
	}
	.i5txt_tl em{
		width: 18px !important;
		height: 2px;
		right: inherit !important;
		left: 0 !important;
		top: 20px !important;
	}
	.i5txt_t .text18.textright{
		margin-bottom: 0;
	}
	.i5txt_b *{
		font-size: 12px;
		line-height: 20px;
	}
	.i6{
		background: #f0f0f0;
		padding: 20px 0;
		margin: 0;
	}
	.i6w{
		width: 100%;
		background: none;
		color: #333;
		padding: 0;
	}
	.i6r{
		position: relative;
		top: 0;
		width: 100%;
		margin-top: 10px;
	}
	.i6b a{
		line-height: 28px;
		padding: 0 20px;
		font-size: 12px;
	}
	.wi7t li{
		border-bottom: 1px solid rgba(0,0,0,0);
		font-size: 15px;
		margin-right: 15px;
	}
	.wi7t li.active{
		color: #0143a5;
		border-bottom: 1px solid #0143a5;
	}
	.i7a{
		margin: 0;
		padding: 7px 0;
		border-bottom: 1px solid #E6E6E6;
	}
	.i7a *{
		font-size: 12px;
		line-height: 22px;
	}
	.i7{
		padding-bottom: 0;
	}
	#gotop{
		display: block;
		margin: 0 auto;
		line-height: 31px;
		font-size: 13px;
		background: #154594;
		color: #fff;
		border-radius: 4px;
		width: 50%;
	}
	.wftw img{
		width: 100px;
	}
	.wftb{
		font-size: 12px;
		line-height: 18px;
	}
	.wft_fid_height,.wft_fid{
		height: 50px;
	}
	.wft_fid{
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 99;
		background: #154594;
		display: flex;
	}
	.wfta{
		width: 25%;
		display: flex;
		align-items: center;
		text-align: center;
		color: #fff;
		font-size: 12px;
	}
	.wfta img{
		height: 20px;
	}
	
	.wpdt{
		padding: 5px 15px;
		background: #fff;
		border-top: 1px solid #E6E6E6;
		border-bottom: 1px solid #E6E6E6;
		position: fixed;
		width: 100%;
		z-index: 100;
		top: 60px;
		left: 0;
	}
	.wpdt_prd{
		padding: 0 0 0 15px;
	}
	.wpdt_height{
		height: 40px;
	}
	.wpdtl a{
		color: #666;
		margin-right: 15px;
	}
	.wpdtr{
		background: #0143A5;
		color: #fff;
		padding: 0 15px;
		line-height: 40px;
	}
	.wpdbg{
		background: #f4f4f4;
	}
	.wpda{
		width: 100%;
		background: #fff;
		text-align: center;
		border-bottom: 1px solid #E6E6E6;
		border-right: 0;
		display: flex;
		align-items: center;
		position: relative;
		padding: 15px 0;
		padding-right: 30px;
	}
	.wpdaimg{
		width: 37%;
	}
	.wpdatxt p{
		font-size: 12px;
		line-height: 20px;
		color: #666;
	}
	.wpda_i{
		height: 100%;
		display: flex;
		align-items: center;
		position: absolute;
		right: 15px;
		top: 0;
		color: #999;
		font-size: 24px;
	}
	.wpage{
		display: flex;
		align-items: center;
		background: #fff;
		border-top: 1px solid #E6E6E6;
		border-bottom: 1px solid #E6E6E6;
	}
	.wpage .wpagea{
		width: 45px;
		height: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		color: #999;
	}
	.wpage .wpagea:first-child{
		border-right: 1px solid #E6E6E6;
	}
	.wpage .wpagea:last-child{
		border-left: 1px solid #E6E6E6;
	}
	.wpagew ,.wpdbt{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.wpagew a{
		width: 24px;
		height: 24px;
		border-radius: 24px;
		font-size: 13px;
		color: #666666;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 10px;
	}
	.wpagew a.active{
		color: #fff;
		background: #0143A5;
	}
	.wpdb{
		background: #fff;
		border-top: 1px solid #E6E6E6;
		border-bottom: 1px solid #E6E6E6;
		padding: 15px;
	}
	.wpdbt{
		justify-content: space-between;
		color: #666;
	}
	.wpdbt a{
		color: #666;
	}
	.wpdbt h2{
		font-size: 14px;
	}
	.pdbra{
		background: url(../images/wpdbaico.png) no-repeat left center;
		padding-left: 20px;
		color: #666;
	}
	.wpdnav_hide{
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9999;
		background: rgba(0,0,0,.5);
		opacity: 0;
		visibility: hidden;
		transition: .25s;
	}
	.wpdnav_hide_show{
		opacity: 1;
		visibility: inherit;
	}
	.wpdnavbg{
		padding: 15px;
		padding-top: 0;
		padding-bottom: 0;
		background: #eaeaea;
	}
	.pdlbw{
		margin-top: 2px;
	}
	.pdlba{
		line-height: 35px;
		font-size: 12px;
		background: #fff;
	}
	.pdlba_1{
		line-height: 40px;
		font-weight: bold;
	}
	.wpdnavb{
		cursor: pointer;
		padding: 12px 0;
		text-align: center;
	}
	.wpdnavb img{
		height: 15px;
	}
	
	.pi1{
		padding: 20px 0;
	}
	.pi2 {
		margin-top: 20px;
	}
	.pi1r{
		padding-top: 20px;
		margin-top: 20px;
		border-top: 1px solid #E6E6E6;
	}
	.pi1rt{
		text-align: left;
		border-bottom: 0;
		color: #0143A5;
		margin-bottom: 12px;
		padding-bottom: 0;
	}
	.pi1rm, .pi1rbl {
		font-size: 14px;
		line-height: 30px;
	}
	.pi1rm .w50{
		width: 100%;
	}
	.pi1rb {
		justify-content: space-between;
	}
	.pi1rb a img{
		height: 30px;
	}
	.pi3l,.pi3r{
		width: 100%;
	}
	.pi3r{
		margin-top: 15px;
	}
	.pi3la span{
		font-size: 12px;
		width: 90px;
		margin-right: 0;
	}
	.pi3la_sbm button{
		width: 120px;
		height: 35px;
		font-size: 14px;
		margin-top: 0;
	}
	.pi4w{
		flex-wrap: wrap;
		margin: 0;
	}
	.pi4a{
		width: 48%;
		margin-top: 15px;
	}
	.pi4aimg{
		height: 120px;
	}
	
	.wlnavbox{
		display: flex;
		flex-wrap: wrap;
	}
	.wlnavbox a{
		height: 30px;
		line-height: 30px;
		display: block;
		margin-right: 10px;
		color: #666;
	}
	.wlnavbox a.active{
		border-bottom: 2px solid #0143A5;
		color: #0143A5;
	}
	.wnewbg{
		background: #F4F4F4;
	}
	.wnea{
		display: flex;
		align-items: center;
		background: #fff;
		padding: 10px 15px;
		border-bottom: 1px solid #E6E6E6;
	}
	.wneal{
		width: 25%;
		margin-right: 15px;
	}
	.wnearb{
		font-size: 12px;
	}
	
	.nimd{
		background: none;
	}
	.nilt{
		padding: 0;
	}
	.niltop h1{
		font-size: 18px;
		text-align: center;
	}
	.niltop::after{
		display: none;
	}
	.niltopm_wap{
		padding-left: 0 !important;
		border-left: 0 !important;
	}
	.wnilb a{
		width: 150px;
		line-height: 36px;
		border: 1px solid #E6E6E6;
		display: inline-block;
		color: #666;
	}
	.wapline{
		background: #F4F4F4;
		height: 10px;
	}
	
	.lnavbox a{
		font-size: 12px;
	}
	.abtmd{
		padding: 15px 0;
	}
	.ab1l_video img{
		width: 50px;
		height: 50px;
	}
	.ab1rt h3{
		font-size: 24px;
	}
	.ab1rt h3 i{
		height: 2px;
		width: 20px;
	}
	.ab2a{
		width: 48%;
		margin-top: 20px;
	}
	#certify .swiper-slide{
		width: 80%;
	}
	.swiper-button-next-py2, .swiper-button-prev-py2{
		display: none;
	}
	.ab4ra h3{
		width: 80px;
		font-size: 20px;
	}
	.ab4{
		border-bottom: 1px solid #E6E6E6;
	}
	
	.pibtn{
		width: 25px;
		height: 100%;
		top: 0;
		margin-top: 0;
		display: none;
	}
	.pil1t{
		width: 100%;
		margin-top: 15px;
	}
	.pirb a{
		font-size: 13px;
		width: 120px;
	}
	.pi2b .ftra button{
		height: 42px;
		width: 150px;
		font-size: 15px;
	}
	.big_img .swiper-slide img{
		width: 100%;
	}
	.big_imgclose{
		right: 7px;
		top: 7px;
	}
	.big_img{
		background: rgba(0,0,0,.8);
	}
	.fcbox{
		padding: 15px;
		padding-top: 0;
	}
	.fcw,.hzw,.ryw{
		width: 100%;
		justify-content: space-between;
	}
	.fca,.hza,.rya{
		width: 48%;
		margin-right: 0;
		margin-top: 15px;
	}
	.page{
		width: 100%;
		padding: 15px 0;
	}
	.page a,.page span{
		width: 22px;
		height: 22px;
		font-size: 12px;
		margin: 0 3px;
	}
	
	.y-kefu-box{
		display: none;
	}
	.co1l{
		padding: 20px;
	}
	.co1r{
		height: 200px;
	}
	.co2{
		background: #fff;
		padding: 20px;
	}
	.co2lt{
		padding: 0;
	}
	.co2r{
		padding: 0;
		margin-top: 20px;
	}
	.co2ra{
		margin-bottom: 15px;
	}
	.co2ra input, .co2ra textarea{
		height: 40px;
		font-size: 14px;
	}
	.co2ra textarea{
	 	height: 100px;
	}
	.co2r_codel span{
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
	}
	.co2ra i{
		width: 40px;
		height: 40px;
	}
	.co2ra i img{
		height: 15px;
	}
	.co2r_code{
		display: block;
	}
	.co2r_coder{
		margin-left: 0;
		margin-top: 10px;
	}
	.co2r_sbm button{
		height: 40px;
		font-size: 14px;
	}
	
	.scr input{
		flex: 0;
		flex-grow: 1;
	}
	.pi1rm .w50{
		margin-top: 5px;
	}
	.pi3rt{
		height: 180px;
	}
}