.outer-wrap {
	display: block;
	overflow: hidden;
	position: relative;
	max-width: 768px;
	margin: 0 auto;
	min-height: 100vh;
	background: #ffffff;
}

.fl-s {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fl-a {
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.fl-f {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.fl-c {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-wrap {
	display: block;
}

.header-wrap img {
	display: block;
	width: 100%;
}

.inner-title {
	padding: .5rem .35rem .3rem;
	background: #f0f0f0;
}

.inner-title img {
	display: block;
	width: 100%;
}

.inner-title h1 {
	padding-top: .33rem;
	font-size: .28rem;
	font-weight: bold;
	text-align: center;
	color: #002e5b;
}

.inner-title h2 {
	font-size: .2rem;
	text-align: center;
	color: #002e5b;
	padding-bottom: .22rem;
}

.inner-title p {
	text-indent: 2em;
	font-size: .24rem;
	text-align: justify;
	line-height: 1.8em;
}

.btms1 {
	padding: .15rem 0;
}

.btms1 span {
	display: block;
	border-right: 1px solid #ccc;
	padding-right: .1rem;
	margin-right: .1rem;
	font-size: .2rem;
	font-weight: bold;
}

.btms1 span:last-of-type {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}

.btms1 .btms1-s1 {
	color: #9d1f24;
}

.btms1 .btms1-s2 {
	color: #002e5b;
}

.fenge1 img {
	display: block;
	width: 100%;
}

.inner-title2 {
	padding: .3rem .35rem .48rem;
}

.inner-title2>img {
	display: block;
	width: 100%;
}

.why-list-wrap {
	padding-top: .45rem;
}

.why-imgs-wrap {
	padding-bottom: 0.48rem;
	flex-wrap: wrap;
}

.why-imgs {
	background: #002e5b;
	margin-right: 0.25rem;
	margin-bottom: 0.12rem;
	width: 2.1rem;
	height: 1.6rem;
	flex-shrink: 0;
	position: relative;
}

.why-imgs:nth-of-type(3),
.why-imgs:nth-of-type(6) {
	margin-right: 0;
}

.why-imgs-p1 {
	display: block;
}

.why-imgs-p1 img {
	display: block;
	margin: 0 auto;
	padding: 0.12rem 0;
	width: .4rem;
}

.why-imgs-p2 {
	color: #fff;
	font-size: 0.24rem;
	line-height: 1.5em;
	text-align: center;
}

.btm-lines1 {
	display: block;
	width: 0.4rem;
	height: 0.04rem;
	background: #fff;
	margin: 0.1rem auto;
}

.why-imgs2 {
	background: #eaeeef;
}

.why-imgs2 .btm-lines1 {
	display: block;
	width: 0.4rem;
	height: 0.05rem;
	background: #fff;
	margin: 0.2rem auto;
}

.why-imgs2 .why-imgs-p2 {
	color: #002e5b;
}

.why-imgs2 .btm-lines1 {
	display: block;
	width: 0.4rem;
	height: 0.05rem;
	background: #002e5b;
	margin: 0.1rem auto;
}

.why-imgs2 .img-r {
	position: absolute; 
	right: .05rem;
	top: 0.06rem;
	z-index: 3;
	width: 0.3rem;
	height: 0.4rem;
}

.why-imgs2 .img-r img {
	width: 100%;
	display: block;
}


/*表单*/

.forms-wrap {
	height: 4.95rem;
	background: url(../img/biaodan1.png) center no-repeat;
	background-size: cover;
	margin-bottom: .55rem;
}

.forms-inner {}

.forms-inner-p1 {
	color: #002e5b;
	font-size: 0.36rem;
	padding-top: .35rem;
	padding-bottom: .63rem;
	text-align: center;
}

.forms1 {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

.forms1-1 {
	width: 4.55rem;
	height: 0.76rem;
	border: 1px solid #002e5b;
	border-radius: 0.18rem;
	background: #ffffff;
	box-sizing: border-box;
	position: relative;
	margin-bottom: .46rem;
}

.forms1-p1 {
	display: block;
	width: 0.71rem;
	height: 0.75rem;
	background-image: url(../img/baoming2.png);
	background-repeat: no-repeat;
	background-position: center;
	/* background: url(../img/baoming2.png) center no-repeat; */
	background-size: .35rem .35rem;
}

.forms1-p2 {
	/* background: url(../img/baoming3.png) center no-repeat; */
	background-image: url(../img/baoming3.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: .25rem .4rem;
}

.forms1-input1 {
	width: 3.75rem;
	border-left: 0.03rem solid #d8d8d8;
}

.forms1-input1 input {
	color: #333;
	width: 3.75rem;
	height: 0.7rem;
/*	line-height: .07rem;*/
	font-size: 0.28rem;
	outline: none;
	border: none;
	padding: 0.04rem 0.26rem;
	box-sizing: border-box;
	background: transparent;
}

.forms1-3 {
	display: block;
	width: 4.55rem;
	height: 0.76rem;
	line-height: 0.76rem;
	color: #fff;
	text-align: center;
	font-size: 0.38rem;
	border-radius: 0.18rem;
	background: #002e5b;
	font-weight: bold;
}

.how-wraps {
	display: block;
	height: 4.65rem;
	background: url(../img/how_bg1.png) no-repeat top center;
}

.how-wraps .fenge1 {
	padding: .3rem 0 .9rem;
}

. .outer-title {
	margin-bottom: 1.7rem;
}

.outer-title-l {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 40%;
	height: 0.01rem;
	background: #fff;
}

.outer-title-l p {
	width: 0.5rem;
	height: 0.03rem;
	background: #fff;
}

.outer-title-c {
	padding: 0 0.3rem;
}

.outer-title-c span {
	color: #fff;
	text-align: center;
	display: block;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.4rem;
	text-align: center;
}

.outer-title-r {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 40%;
	height: 0.01rem;
	background: #fff;
}

.outer-title-r p {
	width: 0.5rem;
	height: 0.03rem;
	background: #fff;
}

.how-txt-wrap {
	padding-bottom: 1.6rem;
}

.how-txt-l {
	width: 2.95rem;
	height: 1.8rem;
	background: #fff;
	text-align: center;
	position: relative;
	margin-right: .9rem;
}

.how-title {
	position: absolute;
	top: -0.33rem;
	left: -0.33rem;
	margin-left: 50%;
	width: 0.66rem;
	height: 0.66rem;
	border-radius: 50%;
	background: #9d1f24;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.how-title img {
	display: block;
	width: 50%;
	margin: 0 auto;
}

.how-txt-p1 {
	margin-top: 0.48rem;
	font-size: 0.26rem;
	color: #002e5b;
	padding-bottom: 0.15rem;
	font-weight: bold;
}

.how-txt-p2 {
	text-align: center;
	font-size: 0.24rem;
	line-height: 1.5em;
	color: #1f1f1f;
}

.imgs-wraps-2 {
	padding: 0 .32rem .3rem;
	box-sizing: border-box;
	overflow: hidden;
}

.imgs-wraps-2 img {
	display: block;
	flex-shrink: 1;
	width: 49%;
	box-sizing: border-box;
}

.red-bg {
	text-align: center;
	color: #fff;
	font-size: 0.24rem;
	height: 0.5rem;
	line-height: 0.5rem;
	width: 100%;
	background: #9d1f24;
}

.red-rnd {
	margin: 0.2rem auto;
}

.red-rnd p {
	font-size: 0.22rem;
	line-height: 2em;
	color: #002e5b;
	text-align: justify;
}

.red-rnd p span {
	display: inline-block;
	width: 1.5rem;
}

.rnd2-outwrap {
	flex-wrap: wrap;
	margin-bottom: .25rem;
}

.rnd2-wrap {
	margin-bottom: 0.16rem;
	margin-right: 0.17rem;
}

.rnd2-wrap:nth-of-type(2n) {
	margin-right: 0;
}

.rnd2,
.rnd2 img {
	display: block;
	width: 3.3rem;
	height: 1.9rem;
}

.rnd2-btms {
	display: block;
	text-align: center;
	font-size: 0.2rem;
	height: 0.4rem;
	width: 3.3rem;
	line-height: 0.4rem;
	background: #002e5b;
	color: #fff;
}

.porcess-wrap {
	display: block;
	padding-bottom: .05rem;
	background: url(../img/process_bg.png) no-repeat top center;
	background-size: 100% 100%;
}

.guoqi {
	position: absolute;
	left: -0.15rem;
	top: -0.6rem;
	z-index: 3;
	width: 1.21rem;
	height: 0.58rem;
	background: url(../img/baoming1.png) no-repeat center;
	background-size: 1.21rem 0.58rem;
}

.porcess-btms {
	margin-top: .53rem;
	flex-wrap: wrap;
}

.porcess-btms2 {
	margin-bottom: .5rem;
}

.porcess-inner {
	display: block;
	width: 1.85rem;
	height: 1.9rem;
	background: #fff;
	position: relative;
	/*margin-bottom: .5rem;*/
}

.porcess-inner .p1 {
	text-align: center;
	font-size: 0.24rem;
	color: #002e5b;
	padding-top: 0.15rem;
	padding-bottom: 0.06rem;
}

.porcess-inner .p2 {
	text-align: center;
	font-size: 0.18rem;
	color: #353535;
	line-height: 1.5em;
}

.links-wrap {
	background: #999999;
	width: 0.44rem;
	height: 1px;
}

.links-wrap p {
	border: 1px solid #999999;
	width: 0.12rem;
	height: 0.12rem;
	margin: 0 auto;
	border-radius: 50%;
	background: #fff;
}

.porcess-inner .tops {
	position: absolute;
	top: -0.25rem;
	left: -0.13rem;
	z-index: 4;
	width: 0.45rem;
	height: 0.45rem;
	background: url(../img/round_true.png) no-repeat center;
	background-size: contain;
}

.porcess-btms-2 {
	margin-bottom: .35rem;
}

.graduation-inner {
	margin: 0 auto 0.55rem;
}

.graduation-inner-l {
	margin-right: .3rem;
	box-sizing: border-box;
}

.graduation-inner-r {}

.graduation-inner-img1 {
	margin: 0 auto 0.25rem
}

.graduation-inner-img1 img {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: .3rem;
}

.graduation-inner-txt {
	font-size: 0.24rem;
	padding-right: 0.25rem;
	line-height: 1.5em;
	border-right: 0.02rem solid #002e5b;
	text-align: justify;
}

.footer {
	display: block;
	background: url(../img/btm_bg.png) no-repeat top center;
	padding-bottom: 0.33rem;
	background-size: 100% 100%;
}

.footer-top {
	padding: 0.26rem 0 0.26rem;
}

.footer-top img {
	/*margin: 0 0.42rem;*/
}

.footer-titles {
	display: block;
	text-align: center;
	font-size: .23rem;
	color: #FFFFFF;
	padding-bottom: 0.3rem;
	font-weight: bold;
}

.footer p {
	display: block;
	text-align: center;
	font-size: 0.2rem;
	color: #FFFFFF;
	line-height: 1.8em;
}

.mask-zhuan {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
}

.mask-zhuan-inner {
	display: block;
	width: 3rem;
	height: 4rem;
	border-radius: 0.1rem;
	background: #FFFFFF;
	overflow: hidden;
}

.mask-zhuan-imgs {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #002E5B;
	height: 0.8rem;
}

.mask-zhuan-imgs p {
	width: 1.1rem;
}

.mask-zhuan-imgs p:first-of-type {
	border-right: 0.02rem solid #FFFFFF;
	padding-right: 0.2rem;
	margin-right: 0.2rem;
}

.mask-zhuan-imgs img {
	width: 100%;
}

.mask-title {
	display: block;
	text-align: center;
	padding: 0.4rem;
	font-size: 0.28rem;
	font-weight: bold;
}

.mask-contents {
	padding-top: 0.15rem;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mask-zhuan .adress {
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	border: 2px solid #002E5B;
	box-shadow: 0 0 0.33rem 0.05rem rgba(0, 0, 0, .27);
	text-align: center;
	line-height: 0.8rem;
	font-size: 0.24rem;
	margin: 0 0.2rem;
	cursor: pointer;
}