@charset "utf-8";
.head{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	background: linear-gradient(180deg, rgba(2, 77, 168, 0.96) 0%, rgba(0, 89, 191, 0.43) 70.78%, rgba(14, 95, 181, 0.01) 100%);
}
.head .wrap{
	width: 100%;
	padding: 0 5%;
}
.ht{
	height: 120px;
}
.logobox i{
	width: 1px;
	height: 35px;
	background: #fff;
	display: block;
	margin: 0 20px;
}
.htr input{
	height: 56px;
	width: 390px;
	border-radius: 56px;
	background: rgba(255,255,255,.3);
	padding-left: 76px;
	color: #fff;
}
.htr input::-webkit-input-placeholder{
	color:#fff;
}
.htr button{
	width: 76px;
	height: 56px;
	background: url(../images/scico.png) no-repeat center;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
}
.nav li{
	flex: 0;
	flex-grow: 1;
	text-align: center;
	position: relative;
}
.nava{
	display: inline-block;
	line-height: 60px;
	color: #fff;
	border-bottom: 3px solid rgba(0,0,0,0);
	padding: 0 5px;
}
.nav li.active .nava{
	border-bottom: 3px solid #fff;
}
.navhide{
	width: 250px;
	position: absolute;
	left: 50%;
	margin-left: -125px;
	top: 100%;
	margin-top: 10px;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	z-index: 9;
	background: rgba(0, 64, 143, .9);
	padding: 5px 15px;
}
.navhide a{
	line-height: 50px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	color: #fff;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	z-index: 9;
	font-size: 15px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: -8px;
}
.bntxt{
	margin-top: 6%;
	color: #fff;
	width: 65%;
}
.bntxt img{
	max-width: 100%;
}
.md{
	padding: 70px 0;
}
.i123{
	background: url(../images/i12bg.jpg) no-repeat center top;
	background-size: cover;
}
.itopline{
	width: 36px;
	height: 3px;
	background: #0077FF;
	display: block;
}
.itopl p{
	opacity: .3;
}
.itopra{
	color: #5F6F82;
}
.i1box{
	background: #FAFCFF;
	border: 1px solid #E9ECF0;
}
.swiper-pagination-i1{
	text-align: right;
	padding: 0 20px;
	padding-bottom: 10px;
}
.swiper-pagination-i1 .swiper-pagination-bullet{
	background: rgba(255,255,255,.5);
	opacity: 1;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 10px !important;
	transition: .25s;
}
.swiper-pagination-i1 .swiper-pagination-bullet-active{
	background: #fff;
	width: 35px;
}
.p_color{
	color: #9DB0C7;
}
.i1r{
	padding: 20px 3%;
}
.i1ra{
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f3f8;
	margin-bottom: 15px;
}
.i1rba{
	padding: 8px 0;
}
.i2a_a{
	background: #F7F9FC;
	border-radius: 6px;
	padding: 20px;
	padding-left: 0;
}
.i2al{
	width: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pb_bg{
	background: #F7F9FC;
	transition: .25s;
}
.pb_bg:hover{
	background: #f2f6fb;
}
.i3l{
	width: 21.5%;
	border: 1px solid rgba(233, 236, 240, 1);
	margin-right: 2.5%;
}
.i3l li{
	padding: 35px;
	background: #F7F9FC;
	cursor: pointer;
	transition: .25s;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(233, 236, 240, 1);
}
.i3l li:last-child{
	border-bottom: 0;
}
.i3l li img{
	margin-right: 20px;
	transition: .25s;
}
.i3l li.active{
	color: #fff;
	background: url(../images/i3labg.jpg) no-repeat center;
	background-size: cover;
}
.i3l li.active img{
	filter: grayscale(100%) brightness(1000%);
}
.i3ra_a{
	padding: 15px;
	padding-left: 0;
	background: #F7F9FC;
}
.i3ral{
	width: 90px;
	text-align: center;
	color: #9DB0C7;
}
.i4{
	background: url(../images/i4bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	padding-bottom: 30px;
}
.i4l{
	width: 40%;
	margin-right: 4%;
}
.i4r{
	margin-top: -55px;
	overflow: hidden;
	border-radius: 4px;
}
.i4lmore{
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #fff;
	color: #fff;
}
.i56{
	background: url(../images/i56bg.jpg) no-repeat center top;
	background-size: cover;
}
.i5t li{
	transition: .25s;
	cursor: pointer;
	line-height: 60px;
	padding: 0 40px;
	border-radius: 60px;
	background: #F0F1F2;
	color: #6D839E;
	margin-right: 25px;
}
.i5t li.active{
	background: linear-gradient(90deg, #1574E8 0.18%, #0262D6 100%);
	color: #fff;
	box-shadow: 0px 4px 12px rgba(11,53,105,.2);
}
.i5a_a{
	border: 1px solid #F5F7FA;
	border-radius: 4px;
}
.i5al{
	width: 180px;
	height: 120px;
}
.i5al::after{
	width: 3px;
	height: 30px;
	background: #2189FF;
	content: "";
	position: absolute;
	left: -3px;
	top: 50%;
	margin-top: -15px;
}
.i5ar{
	padding: 5px 15px;
}
.i6a{
	width: 33.33%;
}
.i6a_a{
	background: url(../images/i6abg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	padding: 35px 65px;
}
.i6a_a i{
	margin-right: 30px;
}
.i7{
	padding: 40px 0;
	background: url(../images/i7bg.jpg) no-repeat left center;
	background-size: 73% 100%;
	color: #fff;
}
.i7img{
	width: 48%;
	position: absolute;
	right: 0;
	top: 8.5%;
}
.itopl_wt .itopline{
	background: #fff;
}
.itopl_wt *{
	color: #fff;
}
.i7la{
	width: 45%;
	display: flex;
	align-items: center;
	padding: 17px 0;
}
.i7la span{
	border-bottom: 1px solid #fff;
	color: #fff;
	padding-bottom: 5px;
	display: inline-block;
}
.i8a{
	display: block;
	width: 33.33%;
	border: 2px solid #fff;
	overflow: hidden;
	position: relative;
	color: #fff;
}
.ft{
	background: linear-gradient(90deg, #0256BD 0%, #3486EB 100%);
	padding: 40px 0;
	color: #fff;
}
.ft a{
	color: #fff;
}
.ft a:hover{
	text-decoration: underline;
}
.fb{
	background: #fff;
	padding: 20px 0;
	color: #6D839E;
}
.ftlogo img{
	height: 65px;
}
.fta1w a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 225px;
	height: 60px;
	border-radius: 60px;
	padding: 0 25px;
	line-height: 25px;
	background: #fff;
	color: #6D839E;
	text-align: center;
	margin-top: 15px;
}
.fta2w{
	width: 450px;
}
.fta2w a{
	width: 50%;
	font-weight: 100;
}

.listbn{
	height: 480px;
}
.lbntxt{
	color: #fff;
	margin-top: 8%;
}
.lbntxt h1{
	font-size: 50px;
	line-height: 1;
}
.listmd{
	background: url(../images/listmdbg.jpg) no-repeat bottom center #fafcff;
}
.listmd_box{
	background: #fff;
	border: 1px solid #E9ECF0;
	padding: 35px;
	position: relative;
	z-index: 9;
	top: -80px;
}
.newa{
	padding: 23px;
	padding-left: 0;
	background: #F7F9FC;
}
.newa:first-child{
	margin-top: 0 !important;
}
.newa .i3ral{
	width: 120px;
}
.newal_img{
	width: 260px;
	margin-right: 30px;
}
.p_color_1{
	color: #637182;
}
.page a,.page span{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 4px 12px;
	background: #F7F9FC;
	color: #01244D;
}
.page a.active,.page a:hover{
	background: linear-gradient(90deg, #1574E8 0.18%, #0262D6 100%);
	color: #fff;
}

.ifbot a{
	color: #637182;
}
.ifbot a:hover{
	text-decoration: underline;
}
.ifbox{
	padding: 15px;
}
.iftxt *{
	max-width: 100%;
}
.iftxt * table{
	float: none !important;
	margin: 0 auto !important;
}
.xll{
	width: 250px;
	margin-right: 35px;
}
.xlla{
	display: flex;
	background: #F7F9FC;
	padding: 27px 15px;
	align-items: center;
}
.xlla i{
	margin-right: 20px;
}
.xlla.active{
	background: url(../images/i3labg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.xlla.active *{
	color: #fff;
}
.xlla.active img{
	filter: grayscale(100%) brightness(1000%);
}
.xlrtxt a{
	background: linear-gradient(90deg, #1574E8 0.18%, #0262D6 100%);
	color: #fff;
	padding: 8px 35px;
	border-radius: 50px;
	box-shadow: 0px 4px 12px rgba(11,53,105,.2);
}

.downa{
	padding: 25px;
	padding-right: 40px;
}
.downa .i3ral{
	margin-right: 25px;
}
.downam i{
	margin-right: 25px;
}
.downa:first-child{
	margin-top: 0 !important;
}

@media only screen and (max-width:1399px) {
	.md{
		padding: 60px 0;
	}
	.head .wrap{
		padding: 0 20px;
	}
	.ht{
		height: 100px;
	}
	.logo{
		display: inline-block;
		height: 55px;
	}
	.htr input{
		height: 45px;
		width: 280px;
		padding-left: 60px;
		font-size: 16px;
	}
	.htr button{
		height: 45px;
		background-size: 20px;
		width: 60px;
	}
	.bntxt{
		width: 55%;
	}
	.bnimg{
		height: 700px !important;
	}
	.itopra img{
		height: 7px;
	}
	.i3l li img{
		height: 42px;
	}
	.i5t li{
		line-height: 48px;
		padding: 0 30px;
	}
	.i6a_a img{
		height: 45px;
	}
	
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 50px 0;
	}
	.bnimg{
		height: 600px !important;
	}
	.fta2w{
		width: 350px;
	}
	.fta1w a{
		width: 200px;
		padding: 0 20px;
	}
	.fta3w img{
		height: 16px;
	}
	.i6a_a{
		padding: 25px 40px;
	}
	
	.newal_img{
		width: 200px;
	}
	.page a, .page span{
		width: 40px;
		height: 40px;
		margin: 4px 8px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 45px 0;
	}
	.bnimg{
		height: 500px !important;
	}
	.listbn{
		height: 320px;
	}
	.lbntxt{
		margin-top: -60px;
	}
	.lbntxt h1{
		font-size: 40px;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.bntxt{
		width: 90%;
		margin-top: 0;
	}
	.bnimg{
		height: 200px !important;
	}
	.itopline{
		width: 24px;
		height: 2px;
	}
	.itopl p{
		font-size: 12px;
	}
	.itopra img{
		height: 5px;
	}
	.swiper-pagination-i1{
		padding-bottom: 5px;
	}
	.swiper-pagination-i1 .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.swiper-pagination-i1 .swiper-pagination-bullet-active{
		width: 25px;
	}
	.i1ra{
		padding-bottom: 12px;
		margin-bottom: 10px;
	}
	.i2al{
		width: 80px;
	}
	.i2al img{
		height: 35px;
	}
	.i3l li{
		padding: 25px;
	}
	.i3l li img{
		height: 36px;
	}
	.i4,.i7{
		padding: 25px 0;
	}
	.i5t{
		margin-top: 0;
	}
	.i5t li{
		margin-top: 15px;
		line-height: 38px;
		font-size: 13px;
		padding: 0 20px;
		margin-right: 15px;
	}
	.i5al{
		width: 120px;
		height: 90px;
	}
	.i5ar h3{
		line-height: 25px;
	}
	.i6a{
		width: 50%;
	}
	.i6a_a{
		padding: 15px;
	}
	.i6a_a img{
		height: 30px;
	}
	.i6a_a i{
		margin-right: 15px;
	}
	.i6a_a h2{
		font-size: 16px;
	}
	.i7{
		background-size: cover;
		padding-bottom: 0;
	}
	.i7img{
		position: static;
		width: 100%;
		padding: 15px;
	}
	.i7la{
		width: 100%;
		padding: 10px 0;
	}
	.i8a{
		width: 50%;
	}
	.i8a .posrabsolute{
		padding: 10px;
	}
	.i8a .posrabsolute h3{
		font-size: 12px;
	}
	.i6w{
		margin-top: 5px;
	}
	.ft{
		padding: 25px 0;
	}
	.ftlogo{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.ftlogo img{
		height: 40px;
	}
	.fta{
		width: 100%;
	}
	.fta1w a{
		width: 100%;
		height: 40px;
		font-size: 13px;
	}
	.fta2w,.fta3w{
		width: 100%;
		font-size: 13px;
	}
	.fta3w img{
		height: 14px;
	}
	.fb{
		font-size: 13px;
		padding: 12px 0;
	}
	
	.listbn{
		height: 120px;
	}
	.lbntxt{
		margin-top: 0;
	}
	.lbntxt h1 {
	    font-size: 26px;
	}
	.listmd{
		padding: 25px 0;
	}
	.listmd_box{
		top: 0;
		padding: 15px;
	}
	.newa{
		display: block;
		padding: 15px;
	}
	.newa .i3ral{
		margin-right: 15px;
		width: 50px;
	}
	.newal_img {
		flex: 1;
		flex-grow: 1;
		margin-right: 0;
	}
	.newar {
		margin-top: 15px;
	}
	.newar p{
		font-size: 13px;
	}
	.page a, .page span{
		font-size: 13px;
		width: 36px;
		height: 36px;
		margin: 3px;
	}
	
	.ifbox{
		padding: 0;
	}
	.iftxt,.ifbot{
		font-size: 13px;
	}
	
	.xll{
		display: flex;
		flex-wrap: wrap;
	}
	.xlla{
		width: 50%;
		padding: 15px;
		display: block;
		text-align: center;
	}
	.xlla i{
		margin-right: 0;
		margin-bottom: 12px;
	}
	.xlla img{
		height: 30px;
		display: block;
		margin: 0 auto;
	}
	.xlla p{
		font-size: 13px;
	}
	.xlr{
		margin-top: 15px;
	}
	.xlrtxt p{
		font-size: 13px;
	}
	.xlrtxt a{
		font-size: 13px;
		padding: 5px 20px;
	}
	
	.downa{
		padding: 12px;
		flex-wrap: wrap;
	}
	.downa .i3ral{
		width: 20%;
		margin-right: 5%;
	}
	.downam{
		flex: inherit;
		flex-grow: inherit;
		width: 75%;
	}
	.downam i{
		margin-right: 12px;
	}
	.downam img{
		height: 25px;
	}
	.downar {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
}