@charset "utf-8";
.head{
	height: 90px;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}

@font-face {
	font-family: 'mon';
	src: url(../fonts/Montserrat-Regular.ttf)
}

body{
	font-family:mon,PingFang SC,Microsoft YaHei,Neue,Helvetica,Arial,Hiragino Sans GB,Microsoft Yahei,微软雅黑,STHeiti,华文细黑,sans-serif;
}
*{font-weight:500;}
.logo{
	display: inline-block;
	height: 50px;
	margin: 0 7%;
}
strong{
    font-weight: bolder;
}
.nav li{
	position: relative;
	display: flex;
	align-items: center;
	height: 90px;
}
.nava{
	color: #4B575C;
	display: block;
	font-weight: 600;
	line-height: 40px;
	border-bottom: 3px solid rgba(0,0,0,0);
}
.nav li.active .nava,.nav li:hover .nava{
	border-bottom: 3px solid #4B575C;
}
.navhide{
	width: 150px;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 100%;
	margin-top: 10px;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
}
.navhide a,.hdrahide a{
	font-size: 14px;
	line-height: 34px;
	color: #666;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 20px;
}
.navhide a:hover,.hdrahide a:hover{
	color: #003F89;
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.ititle_64{
	font-size: 64px;
}
.ititle_40{
	font-size: 40px;
}
.bntxtbox{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.bntxt{
	width: 790px;
	max-width: 100%;
}
.bntxtmore a{
	border-bottom: 2px solid #fff;
	display: inline-block;
	padding-bottom: 5px;
	color: #fff;
}
.bn_video{
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: center center;
}
/*弹出*/
.tc{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.25);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tc_active{
	opacity: 1;
	visibility: inherit;
}
.tc_close{
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 9;
}
.user_width{
	width: 667px;
	max-width: 90%;
	margin: 0 auto;
	background: url(../images/loginbg.png) no-repeat right bottom #F0F2F5;
	padding: 40px 20px 80px 20px;
	position: relative;
}
.usw{
	width: 400px;
	margin: 15px auto 0 auto;
	max-width: 100%;
}
.usa input{
	width: 100%;
	height: 55px;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	padding: 0 20px;
}
.usa input:focus{
	border: 1px solid #4B575C;
}
.ueye{
	line-height: 36px !important;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -18px;
	color: #B8B8B8;
	cursor: pointer;
	font-size: 18px;
}
#pwd_input2,#pwd_input2_2{
	display: none;
}
.usasbm button{
	height: 55px;
	width: 100%;
	transition: .25s;
	background: #1879B9;
	color: #fff;
}
.usacode{
	height: 100%;
	text-align: center;
	width: 95px;
	cursor: pointer;
	transition: .25s;
	background: #1879B9;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.usam_label{
	display: flex;
	align-items: center;
	cursor: pointer;
}
.usam_label input{
	margin-right: 5px;
	-webkit-appearance:checkbox;
	width: 16px;
	height: 16px;
}
/*foot*/
.foot{
	background: #2F373B;
	color: #fff;
}
.foot a{
	color: #fff;
}
.foot a:hover{
	text-decoration: underline;
}
.ft{
	padding: 89px 0 110px 0;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.fb{
	padding: 25px 0;
}
.right{
	position: fixed;
	right: 20px;
	bottom: 25%;
	z-index: 99;
}
.rta_a img{
	display: block;
	width: 68px;
}
#gotop{
	display: none;
}
.md{
	padding: 110px 0;
}
.ibg{
	background: rgba(227, 240, 246, 0.4);
}
.i1r{
	width: 27.42%;
	margin-left: 5%;
}
.ititle_48{
	font-size: 48px;
}
.i1raw{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.31%, rgba(20, 20, 20, 0.8) 100%));
}
.i1ram{
	line-height: 28px;
	font-weight: 300;
	overflow: hidden;
height: 285px;
	padding: 25px;
}
.i1ram a{
	margin-top: 18px;
}
.i1ram a:first-child{
	margin-top: 0;
}
.i1ram a:hover{
	text-decoration: underline;
}
.morea{
	border-bottom: 4px solid #4B575C;
	padding-bottom: 3px;
	display: inline-block;
}
.i1ltl{
	width: 51%;
	margin-right: 5%;
}
.i1ltrt p{
	margin-bottom: 10px;
}
.imore{
	border: 3px solid #003F89;
	width: 325px;
}
.imore:hover{
	-webkit-filter: brightness(120%);
}
.imorel{
	background: #fff;
	line-height: 58px;
	color: #003F89;
	text-align: center;
}
.imorer{
	display: flex;
	align-items: center;
	justify-content: center;
}
.i2a{
	background: rgba(227, 240, 246, 0.4);
	width: 48.5%;
}
.i2a:hover{
	background: rgba(227, 240, 246, 0.6);
}
.i2aimg{
	width: 35%;
}
.i2atxt{
	padding: 10px 25px;
}
.i3tr li{
	line-height: 55px;
	padding: 0 20px;
	cursor: pointer;
	transition: .25s;
	position: relative;
	margin-left: 20px;
}
.i3tr li::after{
	width: 2px;
	height: 16px;
	background: #4B565C;
	content: "";
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -8px;
}
.i3tr li.active{
	background: #003F89;
	color: #fff;
}
.i3tr li:last-child{
	background: none !important;
	color: inherit !important;
	padding: 0 !important;
}
.i3tr li:last-child::after{
	display: none;
}
.i3tr li:last-child a{
	display: block;
	width: 100%;
	line-height: 55px;
	padding: 0 20px;
}
.ibboxl i{
	padding: 10px;
	margin-right: 10px;
	cursor: pointer;
}
.ibboxl i img{
	display: block;
}
.swiper-pagination-i-public{
	width: 100%;
	height: 3px;
	background: #cfd6da;
	overflow: hidden;
}
.swiper-pagination-i-public .swiper-pagination-progressbar-fill{
	background: #4B575C;
	transition: .25s;
}
.i4w{
	border: 1px solid #4B575C;
}
.i4a{
	border: 1px solid #4B575C;
	height: 185px;
}
.i4a img{
	max-width: 85%;
	max-height: 85%;
}
.i5{
	padding: 40px 0;
}
.i5l{
	margin-right: 65px;
	cursor: pointer;
}
.iwl{
	width: 30%;
	margin-right: 3%;
}
.jj1w p{
	margin-top: 30px;
}
.jj1w a{
	border-bottom: 1px solid #4B575C;
}
.jj1rwtop{
	border-bottom: 2px solid #4B575C;
	padding-bottom: 20px;
}
.jj1rtab table{
	border-right: 1px solid #4B575C;
	border-bottom: 1px solid #4B575C;
}
.jj1rtab table td{
	padding: 45px 35px;
	border-left: 1px solid #4B575C;
	border-top: 1px solid #4B575C;
}
.jj2{
	background: url(../images/jj2r.png) no-repeat left top rgba(227, 240, 246, 0.4);
	background-position-x: 95%;
	background-position-y: 10%;
	background-size: 20%;
}
.lcwbox,.lcwbox .swiper-slide{
	height: 640px;
}
.lcwbox .swiper-slide{
	display: flex;
	flex-direction: column;
}
.lcwbox .swiper-slide:nth-child(even){
	justify-content: flex-end;
}
.lcwbox::after{
	width: 90%;
	border-bottom: 1px dashed #1879B9;
	content: "";
	position: absolute;
	left: 5%;
	top: 50%;
}
.lcwbox{
	padding: 0 50px;
}
.swiper-button-next-lc,.swiper-button-prev-lc{
	width: auto;
	height: auto;
	background: none;
	margin-top: -21px;
}
.swiper-button-next-lc{
	right: 0;
}
.swiper-button-prev-lc{
	left: 0;
}
.lca{
	height: 320px;
	display: flex;
	position: relative;
}
.lcwbox .swiper-slide::after{
	width: 38px;
	height: 38px;
	content: "";
	background: url(../images/lcico.png) no-repeat center;
	position: absolute;
	left: 50%;
	margin-left: -19px;
	top: 50%;
	margin-top: -19px;
}
.lcwbox .swiper-slide:nth-child(even) .lca{
	align-items: flex-end;
}
.lca::after{
	height: 110px;
	width: 1px;
	background: #1879B9;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
}
.lcwbox .swiper-slide:nth-child(even) .lca::after{
	bottom: inherit;
	top: 0;
}
.lcatop{
	border-bottom: 1px solid #1879B9;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.lcatop h1{
	color: #1879B9;
}

.dybox a{
	display: flex;
	align-items: center;
	height: 74px;
	background: rgba(227, 240, 246, 0.4);
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}
.dybox a:hover{
	background: rgba(227, 240, 246, 0.6);
}
.dybox a i{
	width: 74px;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sxboxhide{
	width: 100%;
	height: 360px;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	display: none;
}
.sxboxhide::-webkit-scrollbar{
	width:4px;
	height:4px;
}
.sxboxhide::-webkit-scrollbar-track{
	background: #f6f6f6;
	border-radius:2px;
}
.sxboxhide::-webkit-scrollbar-thumb{
	background: #aaa;
	border-radius:2px;
}
.sxboxhide::-webkit-scrollbar-thumb:hover{
	background: #747474;
}
.sxboxhide::-webkit-scrollbar-corner{
	background: #f6f6f6;
}
.sxboxhide a{
	line-height: 55px;
	display: block;
	text-align: center;
	color: #003F89;
}
.sxboxhide a:hover,.sxboxhide .active{
	background: rgba(227, 240, 246, 0.4);
}
.zxtitle{
	color: #1879B9;
}
.zxtitle i{
	width: 12px;
	height: 12px;
	background: #B5292E;
	border-radius: 100%;
	margin-right: 10px;
}
.zxwbox{
	width: 103.33%;
}
.zxa{
	width: 30%;
	margin-right: 3.33%;
}
.zxa .i3aimg{
	box-shadow: 1px 2px 6px 4px rgba(0, 63, 137, 0.1);
}
.zxa .i3aimg img{
    height: 605px;
    object-fit: cover;
}
.newmd{
	padding-top: 180px !important;
}
.ssa{
	width: 430px !important;
}
.ssa .imorer{
	width: 165px !important;
}
.ssa .imorel input{
	width: 100%;
	height: 100%;
	padding: 0 20px;
	background: none;
}
.net a{
	display: flex;
	align-items: center;
	margin-right: 50px;
}
.net a i{
	width: 6px;
	height: 6px;
	border-radius: 100%;
	transition: .25s;
	background: rgba(0, 63, 137, 0.9);
	margin-left: 10px;
	opacity: 0;
}
.net a:hover,.net a.active{
	color: rgba(0, 63, 137, 0.9);
	font-weight: bold;
}
.net a:hover i,.net a.active i{
	opacity: 1;
}
.ne1a{
	background: linear-gradient(0deg, #F4F9FB, #F4F9FB), #C4C4C4;
}
.ne1ar{
	padding: 15px 3%;
}
.ne1ar i{
	border-bottom: 4px solid #4B575C;
	padding-bottom: 3px;
	display: inline-block;
}
.swiper-pagination-new{
	position: static;
}
.ne1w{
	position: absolute;
	right: 35px;
	bottom: 35px;
	z-index: 9;
}
.ne1w i{
	font-size: 18px;
	padding: 10px;
	cursor: pointer;
}
.swiper-pagination-new{
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-pagination-new .swiper-pagination-bullet{
	width: 38px;
	height: 38px;
	background: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1 !important;
	font-size: 18px;
}
.swiper-pagination-new .swiper-pagination-bullet-active{
	font-weight: bold;
}
.page a{
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 18px;
	background: rgba(195, 203, 205, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.page a:hover,.page a.active{
	background: #003F89;
}

.iftxt *{
	max-width: 100%;
}
.nib{
	border-bottom: 1px solid #E0E1E0;
	padding-bottom: 15px;
}

.zz1w a{
	border-bottom: 0 !important;
	display: inline-block;
	padding-bottom: 3px;
}
.zz1w a.active{
	border-bottom: 4px solid #4B575C !important;
}
.zzrw .txt *{
	max-width: 100%;
}
.zzrw .txt p{
	margin-top: 25px;
}
.gg2box iframe{
	min-height: 280px;
}
.gg3t h3{
	border-bottom: 6px solid #4B575C;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.gg3t h4{
	border-bottom: 4px solid #4B575C;
	padding: 0 15px;
	padding-bottom: 10px;
}
.gg3mtop{
	border-bottom: 2px solid #4B575C;
	padding: 10px 10px;
}
.gg3ma{
	display: flex;
	align-items: center;
	padding: 10px 10px;
	border-bottom: 2px solid #bac2c5;
}
.gg3ma:last-child{
	border-bottom: 2px solid #4B575C;
}

@media only screen and (max-width:1399px) {
	.md{
		padding: 75px 0;
	}
	.i5{
		padding: 40px 0;
	}
	.ititle_64{
		font-size: 45px;
	}
	.ititle_48{
		font-size: 36px;
	}
	.ititle_40{
		font-size: 36px;
	}
	.ft{
		padding: 50px 0;
	}
	.fb{
		padding: 15px 0;
	}
	.flogo img{
		height: 60px;
	}
	.ftr img{
		width: 130px;
	}
	.rta_a img{
		width: 55px;
	}
	.i1rw .padding30{
		padding: 20px 25px;
	}
	.imore{
		width: 280px;
	}
	.imorel{
		line-height: 48px;
	}
	.imorer img{
		height: 18px;
	}
	.morea{
		border-bottom: 2px solid #4B575C;
	}
	.i3tr li{
		padding: 0 16px;
		line-height: 42px;
	}
	.i3tr li:last-child a{
		line-height: 42px;
	}
	.i3ab img{
		height: 15px;
	}
	
	.jj1rtab table td{
		padding: 25px;
	}
	
	.page a{
		width: 35px;
		height: 35px;
		font-size: 14px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.i5{
		padding: 30px 0;
	}
	.ititle_64{
		font-size: 38px;
	}
	.ititle_40,.ititle_48{
		font-size: 30px;
	}
	.rta_ imga{
		width: 45px;
	}
	.i4a{
		height: 150px;
	}
	
	.zxtitle i{
		width: 8px;
		height: 8px;
	}
	.flex_lr_centermt{
	    justify-content: center;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 45px 0;
	}
	.i5{
		padding: 25px 0;
	}
	.ititle_64{
		font-size: 30px;
	}
	.ititle_40,.ititle_48{
		font-size: 27px;
	}
	.rta_a img{
		width: 35px;
	}
	
	.newmd{
		padding-top: 45px !important;
	}
	.ssa .imorer{
		width: 120px !important;
	}
}
@media only screen and (max-width:768px) {
	.ititle_64{
		font-size: 24px;
	}
	.zxa .i3aimg img{
    height: 230px;
    object-fit: cover;
}
	.ititle_40,.ititle_48{
		font-size: 22px;
	}
	.user_width{
		padding: 20px;
	}
	.usa{
		margin-top: 15px;
	}
	.usa input,.usasbm button{
		height: 45px;
	}
	.tc_close{
		padding: 15px;
		right: 0;
		top: 0;
	}
	.tc_close img{
		height: 20px;
	}
	.md{
		padding: 25px 0;
	}
	.bnimg{
		height: 200px !important;
	}
	.bntxt .txt{
		display: none;
	}
	.bntxtmore a{
		font-size: 12px;
		border-bottom: 1px solid #fff;
		padding-bottom: 3px;
	}
	.bnb .wrap{
		display: flex;
		justify-content: center;
	}
	.ft{
		padding: 22px 0;
		text-align: center;
	}
	.flogo img{
		height: 35px;
	}
	.fta{
		margin-top: 15px;
	}
	.ftr img{
		width: 110px;
		margin-top: 15px;
	}
	.fb{
		text-align: center;
		font-size: 12px;
	}
	.fb a{
		margin-left: 10px;
	}
	.right{
		right: 15px;
	}
	.rta_a img{
		width: 30px;
	}
	.imore{
		width: 220px;
	}
	.imorel{
		line-height: 40px;
	}
	.imorer img{
		height: 14px;
	}
	.i2aimg{
		width: 42%;
	}
	.i2atxt{
		padding: 10px 12px;
	}
	.i2atxt p{
		-webkit-line-clamp: 1;
		margin-top: 5px;
	}
	.i2atxt span{
		font-size: 12px;
		margin-top: 5px;
	}
	.i3tr ul{
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-top: 20px;
	}
	.i3tr li{
		margin-left: 0;
		margin-right: 20px;
		font-size: 14px;
		padding: 0 15px;
		line-height: 38px;
	}
	.i3tr li:last-child a{
		line-height: 38px;
	}
	.ibboxl i img{
		height: 13px;
	}
	.i4a{
		height: 100px;
	}
	.i5l,.i5r{
		margin: 0 auto;
	}
	.i5l img{
		margin: 0 auto;
		margin-bottom: 15px;
	}
	
	.jj1rtab table td{
		width: auto;
		padding: 15px;
	}
	.lcwbox, .lcwbox .swiper-slide{
		height: 320px;
	}
	.lcwbox::after{
		bottom: 19px;
	}
	.lcwbox .swiper-slide::after{
		top: inherit;
		margin-top: 0;
		bottom: 0;
	}
	.lca::after{
		top: inherit !important;
		bottom: 0 !important;
	}
	.lca{
		align-items: flex-start !important;
	}
	.swiper-button-next-lc img, .swiper-button-prev-lc img{
		height: 25px;
	}
	.jj2{
		background-position-x: 105%;
	}
	.jj1w p{
		margin-top: 12px;
	}
	.jj1rwtop{
		padding-bottom: 15px;
		border-bottom-width: 1px;
	}
	.iwl{
		margin-bottom: 20px !important;
	}
	.jj1rt {
		line-height: 32px;
	}
	
	.dybox a{
		height: 50px;
		margin-top: 15px;
	}
	.dybox a i{
		width: 50px;
		height: 50px;
	}
	.dybox a i img{
		height: 20px;
	}
	
	.zxtitle i{
		width: 6px;
		height: 6px;
	}
	.zxa{
		width: 48%;
		margin-right: 0;
	}
	.sxbox .imorer img{
		height: 20px;
	}
	.sxboxhide a{
		line-height: 40px;
	}
	
	.newmd{
		padding-top: 25px !important;
	}
	.ssa{
		width: 100% !important;
	}
	.ssa .imorer{
		width: 80px !important;
	}
	.net a{
		margin-right: 20px;
	}
	.ne1ar{
		padding: 15px;
	}
	.ne1w{
		position: static;
		width: 100%;
		justify-content: center;
		margin-top: 15px;
	}
	.swiper-pagination-new .swiper-pagination-bullet{
		font-size: 14px;
	}
	.page a{
		width: 28px;
		height: 28px;
	}
	
	.nib a img{
		height: 15px;
	}
	.gg3t h4{
		padding: 0 10px;
		padding-bottom: 10px;
	}
	.gg3t h3{
		margin-bottom: 10px;
	}
	.flex_lr_centermt{
	    justify-content: center;
	}
}