section {
	padding: 2rem 0;
} 

.has-promo-bar {
	padding-top: 80px !important;
}

:root {
	--main-color: #0071D9;
	--main-color-hv: #0067c2;
}

.pages1 {
	background-color: #f7f7f7;

}

.pages2 {
	background-color: #fff;
}

.pages3 {
	background-color: #0044b2;
}

.txta {
	/* font-size: 1.0625rem; */
	line-height: 34px;
}

.font-red {
	color: #ee3134;
}

.f-blue {
	color: #0071D9;
}

#header {
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}

#header .top-header {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header .logo {
	/* margin-right: 15px; */
	width: 185px;
}

.card-1 {
	position: relative;
	padding: 20px 15px;
	background: rgb(236, 246, 255);
}

.card-1::after{
	left: 0;
	top: -3px;
	content: "";
	position: absolute;
	width: 50%;
	    height: 6px;
	    background: rgb(0, 113, 217);
}

.card-2 {
	padding: 20px 15px;
	border: 1px solid #F1C453;
	box-shadow: 5px 5px #F1C453;
	border-radius: 6px;
	position: relative;

}

.card-2::after {
	content: "";
	width: 106px;
	height: 31px;
	background-image: url(../images/gg.gif);
	background-color: #ffffff;
	background-size: 80px 31px;
	background-repeat: no-repeat;
	position: absolute;
	background-position: 15px 0;
	left: 50%;
	top: -23px;
	transform: translateX(-50%);

}

 .main-tit .main-tit-liner {
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	/* margin-top: 2rem; */
 
 }
 
 .main-tit .main-tit-liner .box {
 	font-weight: bold;
 	font-size: 20px;
 	line-height: 30px;
 	/* 	background-color: #ee3134; */
 	padding: 9px 20px;
 	display: inline-block;
 	text-align: center;
 	position: relative;
 }
 
 
 .main-tit .main-tit-liner .box:before,
 .main-tit .main-tit-liner .box:after {
 	position: absolute;
 	content: "";
 	background-color: #cccccc;
 	display: inline-block;
 	width: 8px;
 	height: 8px;
 	border-radius: 20px;
 }
 
 .main-tit .main-tit-liner .box:before {
 	transform: translateY(-50%);
 	left: 0;
 	top: 50%;
 
 }
 
 .main-tit .main-tit-liner .box:after {
 	transform: translateY(-50%);
 	right: 0;
 	top: 50%;
 
 }
 
 
 .main-tit .main-tit-liner:before,
 .main-tit .main-tit-liner:after {
 	display: inline-block;
 	position: relative;
 	content: "";
 	height: 2px;
 	width: 10%;
 	top: 0;
 	/* background-color: #cccccc; */
 
 }
 
 .main-tit .main-tit-liner:before {
 	background-image: linear-gradient(to left, #cccccc, #ffffff);
 }
 
 .main-tit .main-tit-liner:after {
 	background-image: linear-gradient(to right, #cccccc, #ffffff);
 }


.btn-szie-b {
	width: 290px;
	letter-spacing: 2px
}

.img-size1 {
	width: 57%;
}

.card {
	/* border: solid 1px; */
	border-top: 6px solid #0071D9;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	/* border-color: rgba(68, 89, 121, 0.06); */
	/* border-radius: 1.375rem; */
	/* box-shadow: 0px 2px 5px rgb(0 0 0 / 6%); */
	padding: 2.7rem;
}

.bg-white1 {
	background: #fafafa;
}

.ct-fe {
	display: flex;
	justify-content: center;
	align-items: center;
}

.bg-grey {
	background: #e9ecee;
}

.dialog-list {
	padding-left: 1.1rem;
}

.img-mark {
	margin-top: 1rem;
	color: #888888;
	font-size: 0.875rem;
	font-weight: bold;
}

.dialog-list li {
	/* border-bottom: 1px dashed rgb(220, 224, 230);
	 margin-bottom: 1rem; */
}

.card h3 {
	margin-top: 0;
	color: #0A2347;
	font-size: 1.8rem;
	margin-bottom: 2.125rem;
	font-weight: bold;
}

/* .m-title {
	margin-top: 0;
	color: #0071D9;
	font-size: 2.2rem;
	margin-bottom: 2.125rem;
	font-weight: bold;
} */
.text-color1 {
	color: #0A2347;
}

.text-color2 {
	color: #0071D9;
}

.text-color3 {
	color: #ffffff;
}

.text-color4 {
	color: #1adebd;
}

.text-color5 {
	color: #f2be19;
}

.text-color6 {
	color: #999999;
}

.ch-t2 {
	margin-top: 0;
	color: #0071D9;
	font-size: 1.4rem;
	margin-bottom: 2.125rem;
	font-weight: bold;
}

.ch-t3 {
	margin-top: 0;
	color: #ffffff;
	font-size: 4rem;
	margin-bottom: 2.125rem;
	font-weight: bold;
}

.list-5 {
	padding-left: 0;
}

.list-5 li {
	background: url(../images/checkmark.svg) no-repeat;
	list-style: none;
	padding-left: 3rem;
	color: #0A2347;
	font-weight: 400;
	font-size: 1.25rem;
	letter-spacing: 0.1px;
	margin-bottom: 20px;
}

.fub-title {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #0A2347;
}

.tour-olumn {
	padding: 30px 0;
}

.tour-olumn .b-inf {
	display: flex;
	justify-content: center;

}

/* .tour-olumn .b-inf .btn-quer{
	margin-right: 25px;
} */
.tour-olumn .btn {
	/* width: 15rem; */
}

.btn225 {
	width: 24rem;
}

.tour-olumn .btn-lgx,
.btn-lgx1 {
	padding: 1rem 1rem;
	font-size: 1.25rem;
	border-radius: 0.4rem;
}

.tour-olumn .btn-quer {
	background: #0071D9;
	color: #ffffff;
	border-color: #ffffff;
}

.tour-olumn .btn-quer:hover {
	background: #CCE3F7;
	border-color: #CCE3F7;
	color: #0071D9;
}

.tour-olumn .btn-quer-outline,
.btn-quer-outline1 {
	color: #0071D9;
	border-color: #0071D9;
}

.tour-olumn .btn-quer-outline:hover,
.btn-quer-outline1:hover {

	background: rgba(255, 255, 255, .15);
	border-color: #00549d;
	color: #00549d;
}

.small-txt {
	color: #445979;
	font-weight: 400;
	font-size: 1.125rem;
}

.card .tee {
	margin-left: 0;
	margin-right: 0;
}

.card .ins-box {
	font-size: 1.0625rem;
	line-height: 30px;
}

.card ul {
	padding-left: 1.375rem;
}

.card li {
	margin-bottom: 1rem;
}

.card li:last-of-type {
	margin-bottom: 0;
}



.tabBar {
	/* border-bottom: 1px solid #e5e5e5; */
	font-size: 1.5rem;
	text-align: left;
}

.tabBar .active {
	color: #ffffff;
	background-color: #0071D9;
	border-radius: 0.375rem;
}

.tabBar .active .main-icon {
	color: #ffffff;
}

.tabBar .be-worth {
	font-size: 12px;
	color: #007bff;
}

.tabBar li .main-icon {
	font-size: 34px;
	margin-right: 20px;
	width: 28px;
	color: #0071D9;
}


/* .tabBar.tabBar-sub a {
	color: #4E5367;
	display: block;
}

.tabBar.tabBar-sub .active a {
	color: #000000;
	background-color: #ffffff;
	padding: 0  15px;
	border-radius: 4px;
	font-weight: 800;
} */

.tabBar li .twe {
	display: flex;
	align-items: center;
}

.tabBar li .twe span {
	font-weight: 800;
}

.tabBar li {
	cursor: pointer;
	padding: 1.5rem 2rem 1.5rem;
}

.tabBar li a {
	color: #ffffff;
	font-size: 18px;
	line-height: 50px;
	text-decoration: none;

}

.tabBar li a:hover {
	color: #ffffff;


}

.tabBar li .see-more {
	margin-left: 50px;
	margin-bottom: 0;

}

/* .tabBar li.active:after {
	content: '';
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 3px;
	right: 0;
	position: absolute;
	border-radius: 4px;
}
 */
.see-more a {
	font-weight: 800;
	font-size: 1.125rem;
	text-decoration: none;
	color: #0071D9;
}

.see-more a:hover {
	color: #0044B2;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.list-1 {}

.list-card li a {
	background: #FAFAFA;
	border-radius: 0.375rem;
	box-shadow: rgb(21 48 87 / 15%) 0px 1px 0px;
	padding: 1rem 4rem 1rem 1rem;
	display: flex;
	margin-bottom: 1rem;
	text-decoration: none;
	position: relative;
}

.list-card li a:hover {
	border-color: rgba(68, 89, 121, 0.06);
	box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.08);
}

.list-card li.video a:hover:before {
	top: 50%;
	right: 0;
	position: absolute;
	content: "\e670";
	font-family: "iconff" !important;
	font-size: 30px;
	color: #0071D9;
	transform: translate3d(-50%, -50%, 0);
}

.list-card li.file a:hover:before {
	top: 50%;
	right: 0;
	position: absolute;
	content: "\e9ce";
	font-family: "iconff" !important;
	font-size: 30px;
	color: #0071D9;
	transform: translate3d(-50%, -50%, 0);
}


.list-card li.video .left-column {
	flex: 0 0 48%;

}

.list-card li .left-column {
	margin-right: 2rem;

}

.list-card li.file .iconff {
	font-size: 40px;
	color: #0071D9;
}

.list-card li .left-column .video-card {
	position: relative;
	border-radius: 0.375rem;
	overflow: hidden;
}

.list-card li .left-column .video-card:before {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	left: 0;
	right: 0;
	position: absolute;
	content: "\e63a";
	font-family: "iconff" !important;
	font-size: 100px;
	color: #ffffff;
}

.list-card li .card-content .subtitle {
	color: #0A2347;
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 30px;

}

.list-card li .card-content .notes {
	color: #6E7F99;
	font-weight: 400;
	font-size: 0.9rem;
}

.card11 {
	background-color: #ffffff;
	border: 1px solid rgba(68, 89, 121, 0.06);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
	padding: 1.5rem 3.75rem;
}

.box-b {
	max-width: 720px;
	margin: 0 auto;

}

.help_center {}

.help_center li a {
	transition: all .3s;
	-webkit-transition: all .3s
}

.help_center li a:hover {
	background: #fafafa;
}

.help_center li .title {
	cursor: pointer;
	/* line-height: 50px; */
	display: flex;
	justify-content: space-between;
	/*  align-items: center; */
	border-top: 1px solid #DCE0E6;
	padding: 1.5rem 1rem;
}

.help_center li .title h5 {
	font-weight: 600;
	color: #0A2347;
	margin-bottom: 0;

}

.help_center li .cp i {
	font-size: 1.5rem;
}

.help_center li .title em {
	font-style: normal;
	margin-right: 10px;
}

.help_center li .question-con {
	padding-left: 1rem;
	line-height: 30px;
	font-size: 1.125rem;
	font-weight: 400;
	display: none;
}

.help_center li .question-con p {
	padding-bottom: 10px;
}


#footer {
	text-align: center;
	padding: 1.25rem 0.9375rem;
	background: #f5f5f5;
	line-height: 30px;
	font-size: 0.95rem;
}

#footer p {
	margin-bottom: 0;
}

.pdda {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.wew-75 {
	width: 75%;
}

.banner {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
	/* background-color: #ffffff; */

}

.banner-bg {
	background: radial-gradient(59.1% 109.68% at 68.97% 103.72%, #0071D9 8.85%, #003796 100%);
}

.banner .top {
	height: 5.2rem;
	display: flex;
	align-items: center;
}

.banner .top-logo img {
	width: 5.375rem;
}

.banner .top-txt {

	/* display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; */
	/* color: #fff; */
	/* margin-top: 2.5rem; */
	text-align: left;
	/* position: absolute;
	 left: 0;
	 top: 76px;
	 z-index: 10; */
}



/* .top-box .pic {
	width: 50%;
} */

/* .banner .top-txt .btn {
	width: 300px;
	height: 70px;
	line-height: 50px;
	background: #fff;
	color: #0033A1;
	font-size: 30px;
	border: 0;
} */
.btn-top-quer {
	padding: 0.5rem 1.2rem;
	font-size: 1rem;
	border-radius: 0.4rem;
	color: #0071D9;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-top-quer:hover {
	background: #CCE3F7;
	border: solid 1px #CCE3F7;
	color: #0071D9;
}

.banner .top-txt .t1,
.ch-t1 {
	font-size: 1.3rem;
	font-weight: bold;
}

/* .btn-quer1{
 padding: 1rem !important;	
} */
.banner .top-txt .btn-quer,
.btn-quer1 {
	padding: 1rem 3rem;
	font-size: 1.25rem;
	border-radius: 0.4rem;
	background: #0071D9;
	color: #ffffff;
	border-color: #0071D9;
}

.banner .top-txt .btn-quer:hover,
.btn-quer1:hover {
	background: #0044B2;
	border-color: #0044B2;
	color: #ffffff;
}


.banner .top-txt .t2 {
	/* color: #ffffff; */
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 120%;
}


.banner .top-txt .t3 {
	font-size: 1.125rem;
	/* margin-bottom: 2.875rem; */
}

.caozss {
	display: flex;
	justify-content: space-between;
}


.resource-area {
	display: flex;
	margin-bottom: 0;
}

.resource-area li {
	font-size: 1.25rem;
}

.resource-area li.ce {
	border-right: 1px solid #DCE0E6;
	margin: 0 2rem 0 0;
	padding: 0 2rem 0 0;
}

.resource-area li a {
	font-weight: 600;
	color: #0071D9;
	text-decoration: none;
}

.resource-area li a:hover {
	color: #0044B2;
}

.resource-area span {
	color: #8A97AB;
	margin: 0 2rem 0 0;
}

.resource-area a {}

.xiao-txt {
	color: #445979;
	font-weight: 400;
	font-size: 0.875rem;
}

.btn {
	font-weight: 600;
}


.link-btn {
	border-radius: 10px;
	color: #ffffff;
	background-color: #0071D9;
	padding: 1rem 2rem;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	font-size: 1.2rem;
}

.link-btn:hover {
	background-color: #E1EFFC;
	color: #0071D9;
	text-decoration: none;
}

.features h3 {
	font-weight: bold;
}

.features .box {
	display: flex;
	align-items: center;
	flex-direction: column;
	/* border: 1px solid #e5e5e5; */
	background: #eff2f3;
	border-radius: 0.25rem;
	padding: 1.625rem;
	margin-bottom: 1.25rem;
	min-height: 20.75rem;
}

.features .box p {
	text-align: center;
}

.features .box i {
	margin-bottom: 1.25rem;
}

.submit {
	margin-top: 1.875rem;
	display: flex;
	justify-content: center;
}



.section1 {
	padding: 40px 0;
}

.section3 {
	width: 100%;
}

.section4 {
	display: flex;
	justify-content: center;
}

.graphics-list {
	text-align: center;
	margin-bottom: 50px;
}

.graphics-list .tit {
	color: #0033A1;
	font-size: 18px;
}

.graphics-list .pic {
	width: 150px;
	height: 150px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

.graphics-list .pic img {
	width: 100%;
}

#back-top {
	position: fixed;
	/* left: 0;
				display: flex;
				flex-direction: column;
				align-items: flex-end; */

}

#back-top .back-top-box {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	color: #858585;
	width: 56px;
	height: 56px;
	box-shadow: 0 2px 8px rgb(28 31 35 / 3%), 0 16px 48px 8px rgb(28 31 35 / 8%);
	border-radius: 50%;
	background-color: hsla(0, 0%, 100%, .90) !important;
	cursor: pointer;

}

#back-top .back-top-box:hover i {
	display: none;
}

#back-top .back-top-box:hover::after {
	color: var(--main-color);
	width: 30px;
	line-height: 18px;
	font-size: 14px;
	content: "返回顶部";
}


#back-top #back-to-top {
	display: none;

}

.top-box {
	overflow: hidden;

}

.img112 {
	position: absolute;
	left: 0;
}

.paper-waring {
	position: relative;
	background-color: #0071D9;
	/* 
	border: 1px solid rgba(0, 151, 224, 0.3); */
	padding: 25px 20px;
	color: #ffffff;
}

.paper-waring::before {
	font-family: "iconfont" !important;
	left: 12px;
	top: -42px;
	color: #f2be19;
	position: absolute;
	content: "\e69c";

	font-size: 50px;
}

.paper-waring::after {
	font-family: "iconfont" !important;
	right: 12px;
	bottom: -42px;
	color: #f2be19;
	position: absolute;
	content: "\e60d";

	font-size: 50px;
}

@media screen and (min-width:1200px) {
	.img112 {
	    top: -159px;
	}
	.container {
		max-width: 970px;
	}

	#back-top {
		bottom: 5%;
		right: 16px;
	}

	.top-box {
		align-items: center;
		padding: 50px 0;

	}

	.submit {
		border-top: 1px solid #ced4da;
		padding-top: 1.875rem;
	}

	.submit .btn-primary,
	.submit .btn-outline-primary {
		width: 9.25rem;
	}


	.card {
		margin-bottom: 0;
	}
}

@media screen and (min-width:768px) and (max-width: 1200px) {
	.img112 {
	    top: -95px;
	}
	#back-top {
		bottom: 5%;
		right: 16px;
	}
	
	.top-box {
		align-items: center;
		padding: 50px 0;
	
	}

	
	.wew-75 {
		width: 100%;
	}

	/* .top-box .pic {
	position: absolute;
	right: 0;
	bottom: 0;

} */
	.submit .btn-primary,
	.submit .btn-outline-primary {
		width: 9.25rem;
	}

	/* 	.top-box{
		flex-direction: column;
	} */
	/* .top-box .pic {
		width: 47%;

	} */

	

	.banner .top {
		height: 4.7rem;
	}

	.card.nomb {
		margin-bottom: 2.625rem;
	}
}

@media screen and (max-width:767px) {
	.btn-szie-b {
		width: 100%;
	}
	
	.img112 {
	    top: -95px;
	}

	.img-size1,
	.img-size2 {
		width: 100%;
	}

	#header .top-header {
		justify-content: center;
	}


	#back-top {
		bottom: 12%;
		right: 15px;
	}

	.wew-75 {
		width: 100%;
	}

	.btn225 {
		width: 100%;
	}

	.caozss .m-title {
		text-align: center;
		margin-bottom: 1.125rem;
	}

	.caozss {
		align-items: center;
		flex-direction: column;
		padding-bottom: 20px;
	}

	.list-card li a {
		flex-direction: column;
	}

	.tour-olumn .b-inf {
		flex-direction: column;
		align-items: center;

	}

	.tour-olumn .b-inf .btn-quer {
		margin-right: 0;
		margin-bottom: 25px;
	}

	.tour-olumn .ch-t3 {

		font-size: 2.5rem;

	}

	.resource-area li {
		font-size: 1rem;
	}

	.m-title {
		font-size: 2rem;
	}

	.submit {
		flex-direction: column;
	}

	.submit .btn-primary,
	.submit .btn-outline-primary {
		width: 100%;
	}

	.card {
		margin-bottom: 1rem;
		padding: 0.9375rem;
	}

	.top-box {
		flex-direction: column;
		padding-bottom: 0.75rem;
	}

	.top-box .pic {
		width: 100%;

	}

	.banner .top {
		justify-content: center;
		height: 6.7rem;
	}

	.banner .top-txt .t1 {
		font-size: 2.0rem;
		line-height: 1.9rem;
	}

	.btn-top-quer {
		padding: 0.8rem;
		font-size: 1rem;
	}

	.banner .top-txt {

		margin-top: 20px;
		text-align: center;
		height: 368px;
	}

	.banner .top-txt .t2 {
		font-size: 2.3rem;
	}

	.banner .top-txt .t3 {
		margin-bottom: 0.875rem;
	}

	.card.nomb {
		margin-bottom: 2.625rem;
	}


}

.container {
	position: relative;
}

.chevron-box {
	position: relative;
	/* bottom: 5.625rem; */
	width: 24px;
	height: 24px;
}

.container1 {
	position: absolute;
	bottom: 3.2rem;
	margin-left: -14px;
	left: 50%;
}

.chevron {
	position: absolute;
	width: 28px;
	height: 8px;
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5);
	animation: move 3s ease-out infinite;
}

.chevron:first-child {
	animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
	animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
	content: ' ';
	position: absolute;
	top: 0;
	height: 100%;
	width: 51%;
	background: #0a2347;
}

.chevron:before {
	left: 0;
	transform: skew(0deg, 30deg);
}

.chevron:after {
	right: 0;
	width: 50%;
	transform: skew(0deg, -30deg);
}

@keyframes move {
	25% {
		opacity: 1;
	}

	33% {
		opacity: 1;
		transform: translateY(30px);
	}

	67% {
		opacity: 1;
		transform: translateY(40px);
	}

	100% {
		opacity: 0;
		transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
	}
}

.text {
	display: block;
	margin-top: 75px;
	margin-left: -30px;
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	opacity: .25;
	animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
	to {
		opacity: 1;
	}
}