section {
	padding: 2rem 0;
}
:root {
 --main-color: #0085d5;
 --main-color-hv: #0074b8;
 }
.pages1 {
	background-color: #f7f7f7;

}

.pages2 {
	background-color: #fff;
}

.txta {
	/* font-size: 1.0625rem; */
	line-height: 34px;
}
.font-red {
    color: #ee3134;
}
.f-blue {
	color: #0071D9;
}

.linoe {
	list-style: none;
}

.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,
.m-title {
	margin-top: 0;
	color: #0A2347;
	font-size: 1.8rem;
	margin-bottom: 2.125rem;
	font-weight: bold;
}

.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;
}

#footer {
	text-align: center;
	padding: 1.25rem 0.9375rem;
	background: #f5f5f5;
	line-height: 30px;
	font-size: 1.0625rem;
}
#footer p{
	margin-bottom: 0;
}
.pdda{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.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;
	/* 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 {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-bottom: 5.75rem;

}

/* .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;
} */

.banner .top-txt .t1 {
	line-height: 3.9rem;
	font-size: 3.5rem;
	color: #0a2347;
	font-weight: bold;
}

.banner .top-txt .t2 {
	color: #0a2347;
}

.banner .top-txt .t2,
.banner .top-txt .t3 {
	font-size: 1.5rem;
	font-weight: 300;
}
.btn {
	font-weight: 600;
}
.banner .top-txt .t3 {
	color: #0071d9;
	margin-bottom: 2.875rem;
}

.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%;
}



@media screen and (min-width:1200px) {
.submit {
    border-top: 1px solid #ced4da;
    padding-top: 1.875rem;
}	
.submit .btn-primary ,.submit .btn-outline-primary{
    width: 9.25rem;
}	
.top-box .pic {
	position: absolute;
	right: 0;
	bottom: 0;

}
	.card {
		margin-bottom: 0;
	}
}

@media screen and (min-width:768px) and (max-width: 1200px) {
.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-txt .t1 {
		line-height: 2.9rem;
		font-size: 2.5rem;
	}

	.banner .top-txt {
		margin-top: 1rem;
		text-align: left;
	}

	.banner .top-txt .t2,.banner .top-txt .t3 {
		font-size: 1.8rem;
		line-height: 2.5rem;
	}

	.banner .top {
		height: 4.7rem;
	}

	.card.nomb {
		margin-bottom: 2.625rem;
	}
}

@media screen and (max-width:767px) {
	.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;
	}

	.banner .top-txt {
		margin-top:0;
		text-align: center;
	}

	.banner .top-txt .t2,.banner .top-txt .t3 {
		font-size: 1.5rem;
	}

	.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;
	}
}
