/* html根元素，不可以用body,响应式页面必备*/
html {
	/*网页默认16px*/
	font-size: 16px;
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {
	html {
		font-size: 14px;
	}
}

@media screen and (max-width: 1279px) and (min-width: 1025px) {
	html {
		font-size: 12px;
	}
}

@media screen and (max-width: 1024px) and (min-width: 751px) {
	html {
		font-size: 12px;
	}
}


@media screen and (max-device-width: 600px) and (orientation: portrait),
screen and (max-width: 750px),
screen and (max-device-width: 820px) and (orientation: landscape) {
	html {
		font-size: 14px;
	}
}

.g-doc {
	width: 100%;
}

/* 头部 */
.g-hd {
	width: 100%;

}

.m-pc {
	display: block;
}

.m-wap {
	display: none;
}

.m-logo {
	position: fixed;
	z-index: 5;
	width: 100%;
	height: 5.125rem;
	top: 0;
	left: 0;
	background: rgba(82, 133, 214, 0.1);
	box-shadow: 0px 6px 49px 0px rgba(82, 133, 214, 0.31);
	box-sizing: border-box;
}

.m-logo>div {
	max-width: 80rem;
	width: 100%;
}

.m-logo-bg1 {
	background: rgba(255, 255, 255, .65);
}

.m-logo-bg {
	background: rgba(255, 255, 255, .95);
	transition: background-color 0.5s ease;
}

.u-logo {
	width: 13rem;
}

.m-menu {
	height: 5.125rem;
	margin-left: 4.625rem;
}

.m-menu a {
	position: relative;
	padding-bottom: 1.4rem;
	font-size: 1.125rem;
	font-weight: bold;
	margin-right: 6.25rem;
	color: #008ed4;
	white-space: nowrap;
}

.m-menu a.z-crt::before,
.m-menu a:hover::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: .25rem;
	background: linear-gradient(90deg, #0A70F6 0%, #2EB8FC 100%);
	border-radius: 0.625rem;
}

.m-system {
	margin-top: .75rem;
}

.m-system .span-1 {
	font-weight: bold;
	font-size: 1.25rem;
	color: #FF8700;
	background: url(../imgs/index_06.png) no-repeat left center;
	background-size: 1.125rem 1.125rem;
	padding-left: 1.4375rem;
	line-height: 1;
}

.m-system .u-reservation {
	display: inline-block;
	width: 7rem;
	height: 2.0625rem;
	line-height: 2.0625rem;
	text-align: center;
	background: linear-gradient(90deg, #FF7200, #FFAE00);
	border-radius: 1rem;
	font-size: 1rem;
	color: #FFFFFF;
	margin-left: .75rem
}

.m-system .u-systemlogin {
	display: inline-block;
	width: 7rem;
	height: 2.0625rem;
	line-height: 2.0625rem;
	text-align: center;
	background: linear-gradient(90deg, #007CC6, #01ABE9);
	border-radius: 1rem;
	font-size: 1rem;
	color: #FFFFFF;
	margin-left: 1rem;
}

.m-wap-btn {
	width: 1.5rem;
	height: 1.5rem;
	cursor: pointer;
}

.m-wap-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 7;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .85);
	padding-top: 5rem;
	box-sizing: border-box;
	overflow-y: auto;
}

.m-wap-menu .u-closed {
	position: absolute;
	right: .6rem;
	top: 1rem;
}

.m-wap-menu a {
	padding-left: 4%;
	padding-right: 4%;
	font-size: 1.125rem;
	height: 3.5rem;
	line-height: 3.5rem;
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.m-box {
	width: 92%;
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	padding: 4rem 0;
}

.m-box-bg {
	width: 100%;
	background: #f2f5fa;
	overflow: hidden;
}

.m-box-bg1 {
	width: 100%;
	background: url(../imgs/index_22.webp) no-repeat bottom center;
	background-size: 100% 18rem;
	overflow: hidden;
	padding-bottom: 15rem;
}

/* slide 动画 name=slide */
.slide-enter-active,
.slide-leave-active {
	transition: all .3s ease;
}

.slide-enter,
.slide-leave-to {
	transform: translateX(100%);
	opacity: 0;
}

/* slide 动画 name=zoom */
.fade-enter-active {
	animation: fadeIn .3s ease;
}

.fade-leave-active {
	animation: fadeOut .3s ease;
}

.fade-enter,
.fade-leave-to {
	opacity: 0;
}



/* v-cloak可以保持元素隐藏直到Vue实例编译结束 */
[v-cloak] {
	display: none;
}

.g-bd {
	width: 100%;
}

.m-list {
	width: 100%;
}

.m-list .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.m-list .swiper-pagination-bullet {
	width: .625rem;
	height: .625rem;
	background: linear-gradient(90deg, #0A70F6 0%, #2EB8FC 100%);
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	opacity: 1;
}

.m-list .swiper-horizontal>.swiper-pagination-bullets,
.m-list .swiper-pagination-bullets.swiper-pagination-horizontal,
.m-list .swiper-pagination-custom,
.m-list .swiper-pagination-fraction {
	bottom: 2rem;
}

.m-list .swiper-pagination-bullet-active {
	width: 2.125rem;
	height: .625rem;
	border-radius: .3125rem;
}

.m-list .itembox {
	width: 100%;
}

.m-list .itembox-1 {
	background: url(../imgs/index_02.webp) no-repeat center bottom;
	background-size: cover;
}


.m-list .itembox-2 {
	background: url(../imgs/index_24.webp) no-repeat center bottom;
	background-size: cover;
}

.m-list .itembox-3 {
	background: url(../imgs/index_27.png) no-repeat center bottom;
	background-size: cover;
}

.m-list .item {
	max-width: 80rem;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	height: 45.3125rem;
	padding-top: 5.125rem;
	box-sizing: border-box;
}

.m-list .item .txt {
	width: 45%;
}

.m-list .item .u-img {
	width: 55%;
}

.m-list .item .u-img img {
	width: 100%;
}

.m-list .item .u-img-1 img {
	width: 80%;
	float: right;

}

.m-list .item .txt .p-1 {
	font-weight: bold;
	font-size: 1.875rem;
	color: #223267;
	line-height: 1;
}

.m-list .item .txt .p-2 {
	font-weight: bold;
	font-size: 2.5rem;
	color: #223267;
	line-height: 1;
	margin-top: 1.875rem;
}

.m-list .item .txt .p-3 {
	font-size: 1.2rem;
	color: #223267;
	line-height: 1;
	margin-top: 1.875rem;
}

.m-list .item .txt .a-1 {
	display: inline-block;
	width: 9.3125rem;
	height: 2.625rem;
	line-height: 2.625rem;
	background: linear-gradient(90deg, #007CC6, #01ABE9);
	border-radius: 1.3125rem;
	font-size: 1rem;
	color: #FFFFFF;
	text-align: center;
	margin-top: 5.625rem;
	font-weight: bold;
}

.m-list .itembox-2 .txt .p-1 {
	color: #ffffff;
}

.m-list .itembox-2 .txt .p-2 {
	color: #ffffff;
}

.m-list .itembox-2 .txt .p-3 {
	color: #ffffff;
}

.m-list .itembox-2 .txt .a-1 {
	background: #ffffff;
	color: #6b7b8a;
}

.u-title {
	font-size: 1.875rem;
	text-align: center;
	margin-bottom: 3rem;
	line-height: 1;
	color: #223266;
	font-weight: bold;
}

.u-title-1 {
	text-align: left;
}

.u-title span {
	background-image: linear-gradient(90deg, #FF7200,
			50%, #FFAE00 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.m-list1 {
	max-width: 80rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

.m-list1 .item {
	position: relative;
	width: calc(100%/3);
	padding: 3.75rem 0;
}

.m-list1 .item::before {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .25rem;
	height: 3.375rem;
	background: #D8DFE2;
}

.m-list1 .item:last-child:before {
	background: #ffffff;
}

.m-list1 .imgbox img {
	width: 2rem;
	margin-right: .625rem;
}

.m-list1 h3 {
	font-size: 1.75rem;
	color: #008ed4;
	font-weight: bold;
	line-height: 1;
}

.m-list1 h3 span {
	font-size: 1rem;
}

.m-list1 p {
	font-size: 1rem;
	color: #6b7b8a;
	line-height: 1;
	margin-top: .625rem;
	margin-left: .3125rem;
}

.m-list2 .u-img {
	max-width: 80rem;
	width: 100%;
}


.m-list3 .item {
	width: calc((100% - 3.75rem)/3);
	background: #FFFFFF;
	box-shadow: 0px 0px 16px 0px rgba(212, 197, 197, 0.73);
	border-radius: .875rem;
	padding-top: 1.875rem;
}

.m-list3 .img-1 {
	width: 90%;
}

.m-list3 .img-2 {
	width: 3.875rem
}

.m-list3 h3 {
	position: relative;
	font-size: 1.25rem;
	color: #223266;
	font-weight: bold;
	padding-bottom: .625rem;
	margin-bottom: 1.25rem;
	margin-top: .625rem;
}

.m-list3 h3::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 3.5rem;
	height: 3px;
	background: #6b7b6b;
	opacity: 0;
}

.m-list3 p {
	font-size: 1rem;
	color: #6b7b8a;
	text-align: center;
	line-height: 1.625rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.m-list4 {
	min-height: 39.625rem;
	background: url("../imgs/index_14.webp") no-repeat center center;
	/* background-size: contain; */

	background-size: auto 38rem;
}

.m-list4 .item {
	max-width: 17rem;
	width: 50%;
	height: 15.375rem;
	width: 100%;
	background: rgba(255, 255, 255, .95);
	box-shadow: 0px 0px 1rem 0px rgba(194, 204, 233, 0.73);
	border-radius: .875rem;
}

.m-list4 h3 {
	font-size: 1.25rem;
	color: #223266;
	font-weight: bold;
	margin-top: 1rem;
}

.m-list4 p {
	font-size: 1rem;
	color: #6b7b8a;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	text-align: center;
	margin-top: 1rem;
	line-height: 1.625rem;
}

.m-list4 .img-1 {
	width: 3rem;
	margin-top: 1.25rem;
}

.m-list5 {
	margin-top: 3.75rem;
}

.m-list5 .item {
	max-width: 30%;
	width: 18rem;
	height: 3rem;
	line-height: 3rem;
	background: linear-gradient(90deg, #007CC6, #01ABE9);
	border-radius: 2.3125rem;
	font-size: 1rem;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.m-list5 .img-1 {
	width: 1.4rem;
	margin-right: .625rem;
}



/* 二级页 */
.m-list6 {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 5.125rem;
	background: url(../imgs/index_17.png) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}

.m-list6-1 {
	background: url(../imgs/index_19.webp) no-repeat center center;
	background-size: cover;
}

.m-list6 .item {
	position: relative;
	width: 92%;
	height: 32.25rem;
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
}

.m-list6 .txt {
	width: 50%;
}

.m-list6 .imgbox {
	width: 50%;
}

.m-list6 .imgbox img {
	width: 100%;
}

.m-list6 .item .txt .p-1 {
	position: relative;
	font-weight: bold;
	font-size: 2rem;
	color: #223267;
	line-height: 1;
}

/* .m-list6 .item .txt .p-1::before {
	position: absolute;
	content: "";
	top: -3rem;
	left: 0;
	width: 4rem;
	height: .375rem;
	border-radius: .3125rem;
	background: linear-gradient(90deg, #007CC6, #01ABE9);
} */

.m-list6 .item .txt .p-2 {
	font-weight: bold;
	font-size: 2rem;
	color: #223267;
	line-height: 1;
	margin-top: 1.875rem;
}


.m-list6 .item .txt .a-1 {
	display: inline-block;
	width: 9.3125rem;
	height: 2.625rem;
	line-height: 2.625rem;
	background: linear-gradient(90deg, #007CC6, #01ABE9);
	border-radius: 1.3125rem;
	font-size: 1rem;
	color: #FFFFFF;
	text-align: center;
	margin-top: 2rem;
	font-weight: bold;
}



.m-list7 .txtbox {
	width: 50%;
}

.m-list7 h2 {
	font-size: 1.875rem;
	color: #223266;
	font-weight: bold;
	padding-bottom: 1rem;
}

.m-list7 p {
	font-size: 1.125rem;
	color: #6b7b8a;
	margin-top: 1rem;
	line-height: 2.2rem;
	text-indent: 2em;
}

.m-list7 .imgbox {
	width: 35%;
}

.m-list7 .imgbox img {
	width: 100%;
}

.m-list8 .u-img {
	width: 100%;
}

.m-list9 .item {
	width: 30%;
	padding-left: 1.4rem;
	height: 2.6rem;
	line-height: 2.6rem;
	box-sizing: border-box;
	padding-bottom: 1rem;
	border-bottom: 1px solid #F2F2F2;
	margin-right: 20%;
}

.m-list9 .item-1 {
	background: url(../imgs/icon_23.png) no-repeat left center;
	background-size: 1rem 1rem;
}

.m-list9 .item-2 {
	background: url(../imgs/icon_24.png) no-repeat left center;
	background-size: 1rem 1rem;
}

.m-list9 .item-3 {
	background: url(../imgs/icon_25.png) no-repeat left center;
	background-size: 1rem 1rem;
}

.m-list9 .u-img {
	width: 100%;
	box-shadow: 0px 0px 16px 0px rgba(194, 204, 233, 0.73);
	margin-top: 1.875rem;
	box-sizing: border-box;
}

.m-list9 .u-img img {
	width: 100%;
}

.m-list10 .imgbox {
	width: calc(100% - 20.75rem)
}

.m-list10 .imgbox img {
	width: 95%;
}

.m-list10 .txtbox {
	width: 18.75rem;
}

.m-list10 h2 {
	font-size: 1.75rem;
	color: #223266;
	font-weight: bold;
	margin-top: 2rem;
	text-align: center;
}

.m-list10 p {
	position: relative;
	font-size: 1.125rem;
	color: #6b7b8a;
	line-height: 1.5rem;
	padding-left: 1.875rem;
	margin-top: 1.5rem;
	background: url(../imgs/icon_26.png) no-repeat left center;
	background-size: 1rem 1rem;
}


.m-list11 .item {
	width: calc((100% - 3.75rem)/3);
	background: #FFFFFF;
	box-shadow: 0px 4px 16px 0px rgba(194, 204, 233, 0.57);
	border-radius: 1.25rem;
	margin-top: 1.875rem;
	padding: 1.25rem;
	box-sizing: border-box;
}

.m-list11 .item:nth-child(-n+3) {
	margin-top: 0;
}

.m-list11 .item h2 {
	font-size: 1.25rem;
	color: #223266;
	font-weight: bold;
	margin-top: 1rem;
}

.m-list11 .item p {
	font-size: 1rem;
	color: #6b7b8a;
	margin-top: 1rem;
	line-height: 1.625rem;
}

.m-list11 img {
	width: 2.6rem;
}

.m-list12 .u-img {
	width: 100%;
}

.g-ft {
	padding: 2rem 0;
	background: #4d4d4d;
}

.g-ft .p-out {
	font-size: .75rem;
	color: #FFFFFF;
	margin-top: 1rem;
	text-align: center;
	width: 92%;
}

.m-ft {
	width: 92%;
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(250, 250, 250, .2);
}

.m-ft .imgbox {
	width: 20%;
}

.m-ft .imgbox img {
	width: 100%;
}

.m-ft .txtbox {
	width: 80%;
}


.m-ft .lef h2 {
	font-weight: bold;
	font-size: 1.25rem;
	height: 2.6rem;
	color: #ffffff;
}

.m-ft .lef p {
	font-size: .875rem;
	height: 2rem;
	line-height: 2rem;
	padding-left: 1.4rem;
	color: #ffffff;
	white-space: nowrap;
}

.m-ft .lef .p-1 {
	background: url(../imgs/icon_21.png) no-repeat left center;
	background-size: 1rem 1rem;
}

.m-ft .lef .p-2 {
	background: url(../imgs/icon_22.png) no-repeat left center;
	background-size: 1rem 1rem;
}

.m-ft .lef .p-3 {
	background: url(../imgs/icon_20.png) no-repeat left center;
	background-size: 1rem 1rem;
}

.m-ft .rig {
	margin-left: 4rem;
}

.m-ft .rig>div:nth-child(2) {
	margin-left: 2rem;
}

.m-ft .rig img {
	width: 6rem;
}

.m-ft .rig p {
	font-size: 1rem;
	color: #ffffff;
	margin-top: .5rem;
}

.m-layer {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .75);
}


.m-layer>div {
	width: 100%;
	height: 100%;
}

.m-list13 {
	position: relative;
	width: 90%;
	max-width: 50rem;
	background: #ffffff;
	border-radius: .625rem;
	box-sizing: border-box;
}

.m-list13 .u-closed {
	position: absolute;
	bottom: -5rem;
	left: 50%;
	transform: translateX(-50%);
	width: 2.5rem;
	height: 2.5rem;
	background: #000000;
	border-radius: 50%;
	cursor: pointer;
}

.m-list13 .u-closed img {
	width: 50%;
}

.m-list13 .lef {
	width: 50%;
	padding: 3rem;
	box-sizing: border-box;
	background: url(../imgs/index_02.webp) no-repeat top left;
	border-radius: .625rem 0 0 .625rem;
}

.m-list13 .lef h2 {
	font-size: 1.625rem;
	font-weight: bold;
	margin-bottom: 2rem;
	color: #222222;
	line-height: 2.6rem;
}

.m-list13 .lef p {
	font-size: 1rem;
	height: 2rem;
	line-height: 2rem;
	padding-left: 1.4rem;
	color: #222222;
	white-space: nowrap;
	margin-top: .4rem;
}

.m-list13 .lef .p-1 {
	background: url(../imgs/icon_23.png) no-repeat left center;
	background-size: 1rem 1rem;
}

.m-list13 .lef .p-2 {
	background: url(../imgs/icon_24.png) no-repeat left center;
	background-size: 1rem 1rem;
}

.m-list13 .lef .p-3 {
	background: url(../imgs/icon_25.png) no-repeat left center;
	background-size: 1rem 1rem;
}

.m-list13 .rig {
	width: 50%;
	padding: 3rem 2rem;
	box-sizing: border-box;
	background: linear-gradient(270deg, #007CC6, #01ABE9);
	border-radius: 0 .625rem .625rem 0;
	overflow: hidden;
}

.m-list13 .rig>div {
	width: 100%;
	margin-top: 1rem;
}

.m-list13 .rig h2 {
	position: relative;
	font-size: 1.3rem;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 1rem;
	line-height: 1;
	margin-bottom: 1rem;
}

.m-list13 .rig h2::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 3.125rem;
	height: .25rem;
	font-size: 1.3rem;
	background: #ffffff;
	font-weight: bold;
	border-radius: .3125rem;
}

.m-list13 .rig p {
	width: 3rem;
	font-size: 1rem;
	color: #ffffff;
	margin-right: .625rem;
	font-weight: bold;
}

.m-list13 .rig p span {
	margin-left: .1rem;
}

.m-list13 .rig input {
	width: calc(100% - 3.625rem);
	font-size: .875rem;
	border: 0;
	height: 2.1875rem;
	line-height: 2.1875rem;
	border-radius: .3125rem;
	padding: .5rem;
	box-sizing: border-box;
}

.m-list13 .rig textarea {
	width: calc(100% - 3.625rem);
	font-size: .875rem;
	border: 0;
	line-height: 2.1875rem;
	border-radius: .3125rem;
	padding: .5rem;
	box-sizing: border-box;
}

.m-list13 button {
	display: inline-block;
	width: 8rem;
	height: 2.0625rem;
	line-height: 2.0625rem;
	text-align: center;
	background: linear-gradient(90deg, #01ABE9, #007CC6);
	border: 1px solid rgba(250, 250, 250, .75);
	/* background: linear-gradient(90deg, #FF7200, #FFAE00); */
	border-radius: 1rem;
	font-size: 1rem;
	color: #ffffff;
	margin-top: 2rem;
	font-weight: bold;
}