@charset "utf-8";

/* CSS Document */
/* common */
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
p,
a,
form,
select,
input,
ul,
ol,
li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Microsoft YaHei', sans-serif;
	color: #000000;
}

ul,
ol {
	list-style: none;
	text-indent: 0;
	list-style-position: outside;
}

img {
	border: 0;
}

b {
	font-weight: normal;
}

a:hover,
a:focus {
	color: #23527c;
	text-decoration: none !important;
}

a {
	text-decoration: none || underline || blink || overline || line-through
}

p {
	margin: 0 0 0;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

/* link : style */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* ul {
	margin-bottom: 0 !important;
} */

/*clear*/
.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}

.clearfix:after {
	clear: both;
}

/*浏览器更新提示*/
.browserupgrade {
	margin: 0;
	z-index: 9999;
	width: 100%;
	height: 42px;
	color: #e50b71;
	text-indent: 20px;
	line-height: 42px;
	overflow: hidden;
	background: #222222;
	border-bottom: 4px solid #000000;
}

.browserupgrade a {
	font-size: 16px;
	color: #fdc12d;
	cursor: pointer;
}

.browserupgrade a.brow-close {
	font-size: 14px;
	margin-right: 20px;
	float: right;
}

/*ie7*/
.ie7-alert {
	left: 50%;
	top: 50%;
	margin-left: -276px;
	margin-top: -238px;
	width: 551px;
	height: 476px;
	position: fixed;
	z-index: 9999;
	background: url('../img/ie7.png') no-repeat center;
}

.ie7-alert a {
	top: 121px;
	left: 127px;
	width: 121px;
	height: 33px;
	display: block;
	position: absolute;
	background: url('../img/ie7-btn.png') no-repeat center;
}

html {
	width: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
}

body {
	width: 100%;
	overflow-x: hidden;
}

body.fixed {
	top: 0;
	position: fixed;
}

.wrap.fixed {
	top: 0;
	position: fixed;
}

.wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	overflow: hidden;
	position: relative;

	background: #F6F7FB;
}

.wrap.fixed {
	top: 0;
	position: fixed;
}

.main {
	margin: 0 auto;
}

.header {
	width: 100%;
	height: 100px;
	z-index: 999;
	background: #ffffff;
	position: absolute;
	/* top: 10px; */
	z-index: 999;
	margin: auto;
	display: block;
	left: 0;
	right: 0;
	opacity: 0.9;
}

.header:hover {
	opacity: 1;
}

.header .logo {
	float: left;
	width: 250px;
	height: 100px;
	display: block;
	margin-left: -17px;
}

.header .logo-text {
	margin-top: 38px;
	margin-left: 24px;
	float: left;
	font-size: 16px;
	line-height: 23px;
}

.header .main {
	margin: 0 auto;
	width: 1200px;
	height: 100px;

}

.header .nav_list {
	/* height: 100px;
	line-height: 100px; */
	float: left;
	margin-left: 121px;
}

.header .nav_list ul {}

.header .nav_list ul li {
	float: left;
	height: 100px;
	line-height: 100px;
	/* padding:20px; */
}

.header .nav_list ul li a {
	/* 	width:0.32rem;
	height:0.24rem; */
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 100px;
	-webkit-background-clip: text;
	margin-right: 31px;
	display: block;
	/* transform: translateX(-50%); */
}

.header .nav_list ul li.act a {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #214BF7;
	line-height: 100px;
	position: relative;
}

.header .nav_list ul li a:hover {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #214BF7;
	line-height: 100px;
	position: relative;
}

.header .nav_list ul li a::after {
	content: "";
	width: 0;
	height: 4px;
	background: #214BF7;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	display: block;
	margin: auto;
	position: absolute;
	top: 64px;
	left: 0;
	right: 0;
	/* 	transition: width 0.2s ease-in-out 0s; */
}

.header .nav_list ul li.act a::after {
	content: "";
	width: 16px;
	height: 4px;
	background: #214BF7;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	display: block;
	margin: auto;
	position: absolute;
	top: 64px;
	left: 0;
	right: 0;
	transition: width 0.2s ease-in-out 0s;
}

.header .nav_list ul li a:hover::after {
	content: "";
	width: 16px;
	height: 4px;
	background: #214BF7;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	display: block;
	margin: auto;
	position: absolute;
	top: 64px;
	left: 0;
	right: 0;
	transition: width 0.2s ease-in-out 0s;
}

.contact {
/*	width: 100px;*/
	height: 100px;
	line-height: 100px;
	float: right;
	margin-right: 0px;
}

.contact img {
	width: 16px;
	height: 20px;
	float: left;
	margin: 40px 7px 0 0;
}

.contact p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 100px;
	text-align: end;
}
/*banners*/
.banner{
	position: relative;
	width: 100%;
	    height: 476px;
	margin-top:100px;
}
.banner img{
	top: 0;
	    left: 50%;
	    margin-left: -960px;
	    width: 1920px;
	    height: 100%;
	    display: block;
	    position: absolute;
	    transition: 0.2s;
}
/*banners*/

.course_nav .tab_top {
	background: url("../image/employ/banner.png") no-repeat top center;
	width: 100%;
	background-size: auto;
	height: 400px;
	overflow: hidden;
	/* margin-top: 100px; */
}
.course_nav .tab_top>h1{
	font-size: 72px;
	font-family: Source Han Sans CN-Heavy, Source Han Sans CN;
	font-weight: 800;
	color: #FFFFFF;
	line-height:100px;
	text-align:center;
	margin-top:130px;
}
.course_nav .tab_top>p{
	font-size: 24px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
	letter-spacing: 4px;
	text-align:center;
}
/* .course_nav .tab_top>div {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.course_nav .tab_top h5 {
	font-size: 40px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 47px;
	text-align: center;
	margin-top: 64px;
} */

.course_nav .tab-box {
	width: 1200px;
	margin: 0px auto 0;
	position: relative;
}

.course_nav .tab-box>p {
	font-size: 12px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 16px;
	text-align: right;
}

.course_nav .tab-box ul.top_nav {
	list-style-type: none;
	width: 1200px;
	height: 180px;
	background: #FFFFFF;
	box-shadow: 0px 20px 28px 1px rgba(115, 152, 255, 0.15);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	color: #666666;
	margin-top: -100px;
	margin-bottom: 20px;
	/* position: relative; */
}

.course_nav .tab-box>span {
	position: absolute;
	top: 214px;
	display: block;
	left: 0;
	right: 0;
	margin: auto;
	width: 32px;
}

.course_nav .tab-box .top_nav li {
	width: 1200px;
}

.course_nav .tab-box .top_nav li div {
	/* width: 380px; */
	opacity: 1;
	float: left;
	margin-left: 30px;
}

.course_nav .tab-box .top_nav li div span h5 {
	/* width: 439px; */
	height: 42px;
	font-size: 28px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 42px;
	margin: 28px 0 15px 0;
}

.course_nav .tab-box .top_nav li div p {
	width: 570px;
	height: 84px;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 25px;
	letter-spacing: 3px;
}

.course_nav .tab-box .top_nav li div p i {
	color: #F77421;
	font-style: normal;
}

.course_nav .tab-box .top_nav li>img:nth-child(1) {
	float: left;
	margin: -22px 0 0 43px;
}

.course_nav .tab-box .top_nav li>img:nth-child(3) {
	float: right;
	margin: 0px 95px 0 0px;
}

/*合作*/
.Giant_cooperation {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.Giant_cooperation span {
	overflow: hidden;
}

.Giant_cooperation .swiper-slide span::before {
	content: "";
	width: 4px;
	height: 46px;
	background: linear-gradient(180deg, #214BF7 0%, rgba(33, 75, 247, 0) 100%);
	border-radius: 5px 5px 5px 5px;
	opacity: 1;
	float: left;
	margin: 23px 12px 0 0;
}

.Giant_cooperation>span h5 {
	font-size: 36px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	line-height: 54px;
	text-align: center;
	margin-top: 69px;
}

.Giant_cooperation>span p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	text-align: center;
}

.Giant_cooperation span h4 {
	font-size: 20px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 23px;
	margin: 22px 0 10px;

}

.Giant_cooperation .swiper-slide span p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	margin-bottom: 29px;
}

.Giant_list {
	width: 1200px;
	z-index: 999;
	margin: auto;
}

.Giant_list ul {
	margin-top: 50px;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
}

.Giant_list ul li {
	width: 216px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 2px solid #214BF7;
	float: left;
/*	margin-right: 30px;*/
	margin-right: 112px;
	font-size: 20px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
}

.Giant_list ul li:last-child {
	margin-right: 0px;
}

.Giant_list ul li.on {
	background: #214BF7;
	box-shadow: 0px 20px 28px 1px rgba(115, 152, 255, 0.15);
	border-radius: 10px 10px 10px 10px;
	border: 0px solid #214BF7;
	color: #FFFFFF;
}

.Giant_list ul li a {
		color: #214BF7;
        font-size: 20px;
        font-family: Source Han Sans CN-Bold, Source Han Sans CN;
        font-weight: bold;
}

.Giant_list ul li.on a {
        color: #FFFFFF;
        font-size: 20px;
        font-family: Source Han Sans CN-Bold, Source Han Sans CN;
        font-weight: bold;
}

.mySwiper {
	width: 1200px;
	margin: 43px auto 0;
	overflow: hidden;
	border-radius: 10px;
}

.mySwiper .swiper-slide {
	width: 1200px;
	height: 470px;
	background: #FFFFFF;
	/* box-shadow: 0px 20px 28px 1px rgba(115, 152, 255, 0.15); */
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	padding: 0px 20px 0 20px;
}


.mySwiper .swiper-slide div>img {
	width: 275px;
	height: 160px;
	margin-right: 15px;
	margin-bottom: 20px;
	border-radius: 10px;
}


.mySwiper .swiper-slide div>img:nth-child(4n) {
	margin-right: 0px;
}

.mySwiper .swiper-slide div a>img {
        width: 275px;
        height: 160px;
        margin-right:15px;
        margin-bottom: 20px;
		border-radius: 10px;
}

.mySwiper .swiper-slide div a:nth-child(4n)>img {
        margin-right: 0px;
}

/*流程*/
.serve {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.serve span {
	overflow: hidden;
}

.serve>span h5 {
	font-size: 36px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	line-height: 54px;
	text-align: center;
	margin-top:41px;
}

.serve>span p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	text-align: center;
}

.serve span h4 {
	font-size: 20px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 23px;
	margin: 22px 0 10px;

}

.serve_list {
	width: 1200px;
	z-index: 999;
	margin: 40px auto 70px;
	position: relative;
}

.serve_list div>div img {
	margin: 20px 15px 0 25px;
}

.serve_list div>div.on img:nth-child(2) {
	display: block;
}

.serve_list div>div img:nth-child(2) {
	display: none;
}

.serve_list div>div.on img:nth-child(1) {
	display: none;
}

.serve_list div>div img:nth-child(1) {
	display: block;
}

.serve_list div:first-child div.on {
	width: 270px;
	height: 80px;
	background: linear-gradient(271deg, #173FFD 0%, #617CFF 100%);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border:0;
}

.serve_list div:first-child div.on p {
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 80px;
}

.serve_list div:last-child div.on {
	width: 270px;
	height: 80px;
	background: linear-gradient(271deg, #173FFD 0%, #617CFF 100%);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border:0;
}

.serve_list div:last-child div.on p {
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height:24px;
}

.serve_list div:nth-child(2) {
	margin-bottom: 40px;
}

.serve_list div:nth-child(2) div.on {
	width: 270px;
	height: 80px;
	background: #7CAE81;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	float: left;
}

.serve_list div:nth-child(2) div.on p {
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}

.serve_list div:nth-child(3) div.on {
	width: 270px;
	height: 80px;
	background: #F77421;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	float: left;
}

.serve_list div:nth-child(3) div.on p {
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}

.serve_list div>img {
	margin: 21px 2px 0 3px;
}

.serve_list div>span {
	float: right;
	margin: 3px 59px 0 3px;
}

.serve_list div:first-child div {
	width: 270px;
	height: 80px;
	background: rgba(33, 75, 247, 0.04);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 2px solid #214BF7;
	float: left;
}

.serve_list div:first-child div p {
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #214BF7;
	line-height: 80px;
}

.serve_list div:nth-child(2) div {
	width: 270px;
	height: 80px;
	background: #FAFFF6;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 2px solid #7CAE81;
	float: left;
}

.serve_list div:nth-child(2) div p {
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #327A39;
	line-height: 21px;
	margin-top: 20px;
}

.serve_list div:nth-child(2) div:nth-child(5) p {
	margin-top: 30px;
}

.serve_list div:nth-child(3) div:nth-child(5) p {
	margin-top: 30px;
}

.serve_list div:nth-child(3) div {
	width: 270px;
	height: 80px;
	background: #FFF8F3;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 2px solid #F77421;
	float: left;
}

.serve_list div:nth-child(3) div p {
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #F77421;
	line-height: 21px;
	margin-top: 20px;
}

.serve_list>div:last-child {
	position: absolute;
	top: 120px;
	right: 0;
	width: 270px;
}

.serve_list>div:last-child div {
	background: rgba(33, 75, 247, 0.04);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 2px solid #214BF7;
}

.serve_list>div:last-child div:first-child {
	width: 78px;
	height: 200px;
	float: left;
}

.serve_list>div:last-child img {
	margin-top: 83px;
}

.serve_list div:last-child div:last-child {
	width: 152px;
	height: 200px;
	float: left;
}

.serve_list>div:last-child div img {
	margin: 23px auto 25px;
	float: none;
}

.serve_list>div:last-child div p {
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #214BF7;
	line-height: 24px;
	text-align: center;
}

.serve_list div>img {
	float: left;
}

/*品质*/
.quality {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.quality span {
	overflow: hidden;
}

.quality>span h5 {
	font-size: 36px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	line-height: 54px;
	text-align: center;
	margin-top: 69px;
}

.quality>span p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	text-align: center;
}

.quality_list {
	margin-top: 40px;
}

.quality_list>div {
	width: 275px;
	height: 438px;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	float: left;
	margin-right: 33px;
	transition: background 0.2s linear,box-shadow 0.2s linear;
	cursor:pointer;
}

.quality_list>div:last-child {
	margin-right: 0;
}

.quality_list>div.on {
	background: #FFFFFF;
	box-shadow: 0px 20px 28px 1px rgba(115, 152, 255, 0.15);
	border-radius: 10px 10px 10px 10px;
}

.quality_list>div img {
	margin: 21px auto 16px;
	display: block;
}

.quality_list>div h5 {
	font-size: 40px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height: 47px;
	text-align: center;
}

.quality_list>div>p {
	font-size: 20px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 23px;
	text-align: center;
	margin-bottom: 15px;
}

.quality_list>div span {
	width: 40px;
	height: 2px;
	background: #214BF7;
	border-radius: 1px 1px 1px 1px;
	opacity: 1;
	display: block;
	margin: 0 auto;
}

.quality_list>div>div {
	width: 100%;
	margin-top: 38px;
}

.quality_list>div>div p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	text-align: center;
	margin-bottom: 16px;
}

/*计划*/
.plan {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.plan span {
	overflow: hidden;
}

.plan>span h5 {
	font-size: 36px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	line-height: 54px;
	text-align: center;
	margin-top: 69px;
}

.plan>span p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	text-align: center;
}

.plan_list {
	margin-top: 40px;
}

.plan_list>div {
	width: 1200px;
	height: 240px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	overflow: hidden;
	margin-bottom: 30px;
}

.plan_list>div>div {
	float: left;
}

.plan_list>div:first-child>div:first-child {
	background: url(../image/employ/sn_bg1.png) no-repeat;
	width: 275px;
	height: 200px;
	overflow: hidden;
}

.plan_list>div:nth-child(2)>div:first-child {
	background: url(../image/employ/sn_bg2.png) no-repeat;
	width: 275px;
	height: 200px;
	overflow: hidden;
}

.plan_list>div:nth-child(3)>div:first-child {
	background: url(../image/employ/sn_bg3.png) no-repeat;
	width: 275px;
	height: 200px;
	overflow: hidden;
}

.plan_list>div:nth-child(4)>div:first-child {
	background: url(../image/employ/sn_bg4.png) no-repeat;
	width: 275px;
	height: 200px;
	overflow: hidden;
}

.plan_list>div>div:first-child {
	margin: 20px 0 0 20px;
}

.plan_list>div>div:first-child>h5 {
	font-size: 24px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 28px;
	text-align: center;
	margin: 54px 0 31px;
}

.plan_list>div>div:first-child>a {
	width: 143px;
	height: 40px;
	border-radius: 23px 23px 23px 23px;
	opacity: 1;
	border: 1px solid #FFFFFF;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.plan_list>div>div:first-child>a:hover {
	background: #FFFFFF;
}

.plan_list>div:first-child>div:first-child>a:hover {
	color: #214BF7;
}

.plan_list>div:nth-child(2)>div:first-child>a:hover {
	color: #F74821;
}

.plan_list>div:nth-child(3)>div:first-child>a:hover {
	color: #49A964;
}

.plan_list>div:nth-child(4)>div:first-child>a:hover {
	color: #5921F7;
}

.plan_list>div:first-child>div>span {
	width: 865px;
	height: 70px;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #C3CFFF;
	display: block;
	margin: 20px 0 20px 20px;
}

.plan_list>div:first-child>div>span p::before {
	content: "";
	width: 4px;
	height: 30px;
	background: #214BF7;
	border-radius: 5px 5px 5px 5px;
	opacity: 1;
	float: left;
	margin-top: -3px;
}

.plan_list>div:nth-child(2)>div>span {
	width: 865px;
	height: 70px;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;

	border: 1px solid #FFDBD7;
	display: block;
	margin: 20px 0 20px 20px;
}

.plan_list>div:nth-child(2)>div>span p::before {
	content: "";
	width: 4px;
	height: 30px;
	background: #F74821;
	border-radius: 5px 5px 5px 5px;
	opacity: 1;
	float: left;
	margin-top: -3px;
}

.plan_list>div:nth-child(3)>div>span {
	width: 865px;
	height: 70px;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;

	border: 1px solid #C8EAD1;
	display: block;
	margin: 20px 0 20px 20px;
}

.plan_list>div:nth-child(3)>div>span p::before {
	content: "";
	width: 4px;
	height: 30px;
	background: #49A964;
	border-radius: 5px 5px 5px 5px;
	opacity: 1;
	float: left;
	margin-top: 8px;
}

.plan_list>div:nth-child(4)>div>span {
	width: 865px;
	height: 70px;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;

	border: 1px solid #DFD7FF;
	display: block;
	margin: 20px 0 20px 20px;
}

.plan_list>div:nth-child(4)>div>span p::before {
	content: "";
	width: 4px;
	height: 30px;
	background: #5921F7;
	border-radius: 5px 5px 5px 5px;
	opacity: 1;
	float: left;
	margin-top: -3px;
}

.plan_list>div:nth-child(3)>div>span p {
	margin: 12px 0 0 0px;
}

.plan_list>div>div>span p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	margin: 23px 0 0 0px;
	text-indent: 20px;
}

.plan_list>div>div>span p i {
	font-style: normal;
	color: #F77421;
}

.plan_list>div>div>div>div {
	margin-left: 20px;
	position: relative;
}

.plan_list>div>div>div>div>div {
	margin: 15px 0 0 27px;
}

.plan_list>div>div>div>div>div h5 {
	/* width: 160px; */
	height: 45px;
	font-size: 30px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 35px;
	margin: 0;
}

.plan_list>div>div>div>div>div p {
	height: 24px;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	margin-top: 5px;
}

.plan_list>div>div>div>div>img {
	position: absolute;
	right: 0;
	top: 0;
	width: 110px;
	height: 110px;
}

.plan_list>div:first-child>div>div>div {
	width: 275px;
	height: 110px;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #C3CFFF;
	float: left;
}

.plan_list>div:first-child>div>div>div:hover {
	background: linear-gradient(180deg, #E7EBFF 0%, rgba(225, 230, 255, 0.15) 100%);
}

.plan_list>div:nth-child(2)>div>div>div:hover {

	background: linear-gradient(180deg, #FFEEEF 0%, rgba(255, 237, 237, 0.1) 100%);
}

.plan_list>div:nth-child(3)>div>div>div:hover {

	background: linear-gradient(180deg, #DAF9E2 0%, rgba(239, 255, 244, 0.71) 100%);
}

.plan_list>div:nth-child(4)>div>div>div:hover {
	background: linear-gradient(180deg, #E7EBFF 0%, rgba(225, 230, 255, 0.15) 100%);
}

.plan_list>div:nth-child(2)>div>div>div {
	width: 275px;
	height: 110px;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #FFDBD7;
	float: left;
}

.plan_list>div:nth-child(3)>div>div>div {
	width: 275px;
	height: 110px;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #C8EAD1;
	float: left;
}

.plan_list>div:nth-child(4)>div>div>div {
	width: 275px;
	height: 110px;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #DFD7FF;
	float: left;
}

.plan_list>div:hover {
	box-shadow: 0px 20px 28px 1px rgba(115, 152, 255, 0.15);
}

/*移动*/
.wrap_m {
	width: 7.5rem;
	margin: 0 auto;
	background-color: #F6F7FB;
}

.header_m {
	width: 7.5rem;
	display: flex;
	justify-content: space-around;
}

.header_m img:nth-child(1) {
	width: 0.5rem;
	height: 0.5rem;
	opacity: 1;
	margin-top: 0.20rem;
	margin-left: -0.4rem;
}

.header_m img:nth-child(2) {
	width: 2.7rem;
	height: 0.89rem;
	opacity: 1;
}

.header_m img:nth-child(3) {
	width: 0.5rem;
	height: 0.5rem;
	opacity: 1;
	margin-top: 0.20rem;
	margin-right: -0.6rem;
}

.top_banner {
	width: 7.5rem;
	position: relative;
}

.top_banner img {
	width: 100%;
}

/*课程导航*/
.sidenavs {
	background-color: #FFFFFF;
	overflow: hidden;
	width: 7.5rem;
	height: 100%;
	margin-left: auto;
	top: 0;
	left: 0;
	height: 100%;
	position: fixed;
	overflow: auto;
	display: block;
	z-index: 9999999;
	box-shadow: 2px 2px 6px rgb(0 0 0 / 30%);
	transform: translate(-7.6rem, 0);
	transition: transform .3s;
}

.sidenavs.show {
	transform: translate(0, 0);
}

.sidenavs i {
	background: url(../image/m/x.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0.30rem;
	display: block;
	width: 0.32rem;
	height: 0.32rem;
	top: 0.20rem;
}

.sidenavs>h5 {
	font-size: 0.32rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 0.32rem;
	text-align: center;
	margin: 0.28rem 0 0.24rem;
}

.sidenavs>div span {
	text-align: center;
	display: block;
	width: 7rem;
	height: 0.7rem;
	line-height: 0.7rem;
	margin: 0 auto;
	font-size: 0.3rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
}

.sidenavs>div:nth-child(2) span {
	background: url(../image/m/kaifa.png) no-repeat center;
	background-size: 100%;
	color: #214BF7;
}

.sidenavs>div:nth-child(3) span {
	background: url(../image/m/sj.png) no-repeat center;
	background-size: 100%;
	color: #F7216E;
}

.sidenavs>div:nth-child(4) span {
	background: url(../image/m/yys.png) no-repeat center;
	background-size: 100%;
	color: #8C5009;
}

.sidenavs>div ul {
	width: 7rem;
	margin: 0.30rem auto 0.08rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sidenavs>div ul li {
	width: 2.18rem;
	height: 0.6rem;
	line-height: 0.6rem;
	background: #F6F7FB;
	border-radius: 0.15rem;
	opacity: 1;
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	margin-bottom: 0.22rem;
	text-align: center;
}

.sidenavs>span {
	width: 7rem;
	height: 1.38rem;
	background: #F6F7FB;
	border-radius: 0.1rem;
	opacity: 1;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

.sidenavs>span div {
	display: flex;
}

.sidenavs>span div p {
	margin: 0 0 0 0.20rem;
}

.sidenavs>span div:nth-child(1) {
	margin: 0.30rem 0 0.22rem 0.30rem;
}

.sidenavs>span div:nth-child(2) {
	margin: 0rem 0 0rem 0.30rem;
}

.sidenavs>span div img {
	width: 0.30rem;
	height: 0.30rem;
}

.sidenavs>span div p {
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 0.26rem;
}

#list-top-m {
	position: fixed;
	top: 1.45rem;
	left: 0;
	right: 0;
	z-index: 999
}

/* top*/
.banner_list {
	width: 6.9rem;
	height: 2.22rem;
	background: #FFFFFF;
	box-shadow: 0px 0.2rem 0.28rem 0.01rem rgba(115, 152, 255, 0.15);
	border-radius: 0.2rem;
	opacity: 1;
	margin: -0.46rem auto 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 999;
}

.banner_list ul li {
	position: relative;
	/* display: flex;
	justify-content: space-around; */
}

.banner_list ul li>img:first-child {
	width: 0.68rem;
	height: 0.68rem;
	margin: -0.25rem 0 0 0.35rem;
}

.banner_list ul li>div p i {
	font-style: normal;
	color: #F77421;
}

.banner_list ul li>div p {
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	margin: 0.14rem 0 0 0.38rem;
	line-height: 0.48rem;
}

.banner_list ul li>img:last-child {
	width: 1.64rem;
	height: 1.33rem;
	position: absolute;
	top: 0;
	right: 0;
}

.banner_list ul li .content:after {
	content: "";
	height: 0.62rem;
	width: 2rem;
}

.banner_list ul li .content a {
	margin-top: 0.3rem;
	height: 0.62rem;
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 0.62rem;
	margin-bottom: 0;
	display: block;
	width: 2rem;
	border-radius: 0.1rem;
	opacity: 1;
	border: 0.01rem solid #DEE7FF;
	text-align: center;
}

.hint {
	height: 0.3rem;
	font-size: 0.2rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 0.23rem;
	margin-top: 2.05rem;
	text-align: center;
}

/*咨询*/
.information_m {
	width: 7.5rem;
	margin: 0.9rem auto 0;
}

.information_m>div:first-child h5 {
	font-size: 0.36rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 0.42rem;
	text-align: center;
}

.information_m>div:first-child p {
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 0.26rem;
	text-align: center;
	margin-bottom: 0.50rem;
}

.serve_list_m {
	width: 6.9rem;
	z-index: 999;
	margin: 0.50rem auto 0;
	position: relative;
}

.serve_list_m>img {
	width: 6.90rem;
	height: 11.41rem;
}

.serve_list_m>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.serve_list_m div>div img {
	margin: 20px 15px 0 25px;
}

.serve_list_m>div>img {
	margin: 21px 2px 0 3px;
	width: 0.34rem;
	height: 0.22rem;
}

.serve_list_m div>span {
	float: right;
	margin: 3px 59px 0 3px;
}

.serve_list_m>div>div {
	margin-bottom: 0.50rem;
	display: flex;
	justify-content: space-between;
}

.serve_list_m div:first-child div {
	width: 3.2rem;
	height: 1.2rem;
	background: rgba(33, 75, 247, 0.04);
	border-radius: 0.2rem;
	opacity: 1;
	border: 0.02rem solid #214BF7;
}

.serve_list_m div:first-child div p {
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #214BF7;
	line-height: 80px;
}

.serve_list_m div:nth-child(2) div {
	width: 3.2rem;
	height: 1.2rem;
	background: #FAFFF6;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 2px solid #7CAE81;
	float: left;
}

.serve_list_m div:nth-child(2) div p {
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #327A39;
	line-height: 21px;
	margin-top: 20px;
}

.serve_list_m div:nth-child(3) div {
	width: 3.2rem;
	height: 1.2rem;
	background: #FFF8F3;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 2px solid #F77421;
	float: left;
}

.serve_list_m div:nth-child(3) div p {
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #F77421;
	line-height: 21px;
	margin-top: 20px;
}

.serve_list_m>div:last-child div p {
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #214BF7;
	line-height: 26px;
	text-align: center;
}

/*服务*/
.invite {
	/* background-color: #fff; */
	overflow: hidden;
	margin-top: 0.91rem;
}

.invite>div:nth-child(1) {
	width: 7.5rem;
	margin-bottom: 0.50rem;
}

.invite>div:nth-child(1) h5 {
	font-size: 0.4rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 0.47rem;
	text-align: center;
}

.invite>div:nth-child(1) p {
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 0.3rem;
	text-align: center;
	margin: 0;
}

.invite>div div ul {
	width: 6.9rem;
	margin: 0rem auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.invite>div div ul li {
	width: 6.9rem;
	height: 2.20rem;
	background: #FFFFFF;
	box-shadow: 0px 0.2rem 0.28rem 0.01rem rgba(115, 152, 255, 0.15);
	border-radius: 0.2rem;
	opacity: 1;
	border: 0.01rem solid #DEE7FF;
	display: flex;
	margin-bottom: 0.30rem;
}

.invite>div div.list1 ul li>div:first-child {
	width: 1.6rem;
	height: 1.6rem;
	background: #EDF0FB;
	border-radius: 0.2rem;
	opacity: 1;
	margin: 0.30rem 0 0 0.30rem;
}

.invite>div div.list1 ul li>div:first-child h4 {
	font-size: 0.5rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height: 0.59rem;
	margin: 0.24rem 0 0rem;
	text-align: center;
}

.invite>div div.list1 ul li>div:first-child img {
	width: 1rem;
	height: 0.90rem;
	margin: 0 auto;
	display: block;
}
.invite>div div.list1 ul li>div:last-child{
	width:4.8rem;
}
.invite>div div.list1 ul li>div:last-child>div {
	display: flex;
	flex-wrap: wrap;
	/* margin-left: 0.52rem; */
	margin-left: 0.42rem;
	margin-top: 0.36rem;
	width: 4.62rem;
	height: 0.82rem;
}

.invite>div div.list1 ul li>div:last-child>span {
	font-size: 0.3rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height: 0.35rem;
	margin: 0.36rem 0 0 0.21rem;
	display: block;
}

.invite>div div.list1 ul li>div:last-child>div div {
	width: 2.14rem;
	height: 0.40rem;
	display: flex;
}

.invite>div div.list1 ul li>div:last-child div img {
	width: 0.20rem;
	height: 0.20rem;
	margin-top: 0.28rem;
	margin-top: 0.03rem;
}

.invite>div div.list1 ul li>div:last-child div h5 {
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 0.3rem;
	margin: 0rem 0 0 0.12rem;
}

/*职场*/
.cooperation_pomp {
	margin-top: 0.90rem;
	position: relative;
}

.cooperation_pomp>span {
	display: block;
	width: 7.5rem;
	overflow: hidden;
}

.cooperation_pomp>span h5 {
	font-size: 0.4rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	line-height: 0.47rem;
	text-align: center;
	margin: 0 0 0.2rem 0;
}

.cooperation_pomp>span p {
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 0.3rem;
	text-align: center;
	margin-bottom:0;
}

.cooperation_pomp .swiper-container {
	border-radius: 0.15rem;
	overflow: hidden;
}

.cooperation_pomp .swiper-container .swiper-slide {
	width: 6.9rem;
	height: 4.7rem;
	border-radius: 0.15rem;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 0.2rem 0.28rem 0.01rem rgba(115, 152, 255, 0.15);
	border-radius: 0.2rem;
	opacity: 1;
}

.cooperation_pomp .swiper-container .swiper-slide p {
	width: 6.35rem;
	height: 0.9rem;
	font-size: 0.28rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 0.33rem;
	margin: 0.34rem auto 0.30rem;
}

.cooperation_pomp .swiper-container .swiper-slide div {
	width: 6.20rem;
	height: 2.80rem;
	margin: 0 auto;
	display: block;
	border-radius:10px;
	overflow:hidden;
}
.cooperation_pomp .swiper-container .swiper-slide div img {
	width: 6.20rem;
	margin: 0 auto;
	display: block;
	border-radius:10px;
}
.cooperation_pomp .swiper-container .swiper-pagination {
	height: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0.3rem;
}

.cooperation_pomp .swiper-container {
	--swiper-theme-color: #ff6600;
	--swiper-pagination-color: #00ff33;
	/* 两种都可以 */
}

.cooperation_pomp .swiper-pagination-bullet {
	width: 0.32rem;
	height: 0.08rem;
	display: inline-block;
	border-radius: 0.5rem;
	background: #DDDEE0;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #C4C4C4;
}

.Giant_list_m {
	width: 7.5rem;
	margin: 0.5rem auto 0.39rem;
}

.Giant_list_m ul::-webkit-scrollbar {
	display: none
}

.Giant_list_m ul {
	margin-top: 0.5rem;
	border-radius: 0.1rem;
	overflow-x: scroll;
	overflow-y: hidden;
	/*解决ios上滑动不流畅*/
	-webkit-overflow-scrolling: touch;
	margin: 0 0 0 0.30rem;
	display: flex;
	justify-content: space-between;
	height:0.73rem;
}

.Giant_list_m ul li {
	width: 2rem;
	height: 0.7rem;
	line-height: 0.7rem;
	background: #FFFFFF;
	border-radius: 0.2rem;
	opacity: 1;
	border: 0.03rem solid #214BF7;
	margin-right: 0.20rem;
	/* 	box-shadow: 0px 20px 28px 1px rgba(115, 152, 255, 0.15); */
}

.Giant_list_m ul li:last-child {
	margin-right: 0.3rem;
}

.Giant_list_m ul li.on {
	opacity: 1;
	background: #214BF7;
	color: #FFFFFF;
}

.Giant_list_m ul li h5 {
	width:1.97rem;
	    height: 0.67rem;
	    text-align: center;
	    font-size: 0.3rem;
	    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	    font-weight: 400;
	    color: #333333;
	    line-height: 0.63rem;
	    display: block;
	    margin: 0 auto;
}

.Giant_list_m ul li.on h5 {
	color: #fff;
}

/*服务*/
.content {
	display: none;
}
.serve_m>span {
	display: block;
	width: 7.5rem;
	overflow: hidden;
	margin-top:1rem;
}

.serve_m>span h5 {
	font-size: 0.4rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	line-height: 0.47rem;
	text-align: center;
	margin: 0 0 0.2rem 0;
}

.serve_m>span p {
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 0.3rem;
	text-align: center;
}
.serve_m {
	overflow: hidden;
}

.serve_m .tap_navs {
	width: 6.9rem;
	height: 0.8rem;
	background: #FFFFFF;
	border-radius: 0.2rem;
	opacity: 1;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}

.serve_m .tap_navs>div:first-child {
	line-height: 0.8rem;
	width: 100%;
}

.serve_m .tap_navs>div:nth-child(2) {
	height: 0.32rem;
	opacity: 1;
	margin: 0.18rem 0.4rem 0 0;
	position:absolute;
	right:0.40rem;
}

.serve_m .tap_navs>div:nth-child(2) img {
	width: 0.36rem;
	height: 0.36rem;
	opacity: 1;
}

.serve_m .tap_navs>div:nth-child(2) img:nth-child(1) {
	display: none;
}

.serve_m .tap_navs>div img.left_icon {
	width: 0.4rem;
	height: 0.4rem;
	margin-left: 0.18rem;
	margin-top: 0.19rem;
}

.serve_m .tap_navs>div>h5 {
	font-size: 0.3rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.80rem;
	margin: 0 0 0 0rem;
	text-align: center;
	width:100%;
}

.serve_m ul {
	margin: 0.3rem 0 0.90rem !important;
}

.serve_m ul li {
	margin-bottom: 0.20rem;
}

.serve_m ul li:first-child .tap_navs {
	background: linear-gradient(271deg, #173FFD 0%, #8499FF 100%);
}

.serve_m ul li:nth-child(2) .tap_navs {

	background: linear-gradient(241deg, #EE4D1A 0%, #FF7C60 100%);
}

.serve_m ul li:nth-child(3) .tap_navs {

	background: linear-gradient(90deg, #44A35E 0%, rgba(100, 173, 121, 0.71) 100%);
}

.serve_m ul li:nth-child(4) .tap_navs {

	background: linear-gradient(90deg, #5C1CC5 0%, rgba(128, 49, 191, 0.73) 100%);
}

.serve_m ul li .content {
	width: 6.9rem;
	height:4.20rem;
	background: #FFFFFF;
	box-shadow: 0px 0.07rem 0.2rem 0.01rem rgba(115, 152, 255, 0.15);
	border-radius: 0.2rem;
	opacity: 1;
	margin: 0rem auto 0;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

.serve_m ul li .content>p {
	width: 6.38rem;
	font-size: 0.28rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 0.5rem;
	margin: 0 auto;
}

.serve_m ul li .content>div {
	display: flex;
	width: 6.38rem;
	margin: 0 auto;
}

.serve_m ul li .content>div>div {
	width: 1.88rem;
	height: 1.76rem;
	background: linear-gradient(359deg, #E2ECFF 0%, rgba(211, 227, 255, 0.28) 100%);
	border-radius: 0.1rem;
	opacity: 1;
	margin-right: 0.36rem;
	margin-top: 0.3rem;
}

.serve_m ul li:first-child .content>div>div {
	background: linear-gradient(359deg, #E2ECFF 0%, rgba(211, 227, 255, 0.28) 100%);
}

.serve_m ul li:nth-child(2) .content>div>div {
	
background: linear-gradient(359deg, #FFEDE2 0%, rgba(255, 230, 211, 0.31) 100%);
}

.serve_m ul li:nth-child(3) .content>div>div {
	
background: linear-gradient(359deg, #C7ECCD 0%, rgba(184, 227, 188, 0.27) 100%);
}

.serve_m ul li:last-child .content>div>div {
	
background: linear-gradient(359deg, #D3BBFA 0%, rgba(231, 207, 255, 0.42) 100%);
}

.serve_m ul li .content>div>div:last-child {
	margin-right: 0;
}

.serve_m ul li .content>div>div img {
	width: 0.71rem;
	height: 0.71rem;
	display: block;
	margin: -0.32rem auto 0;
}

.serve_m ul li .content>div>div h5 {
	font-size: 0.32rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 0.47rem;
	text-align: center;
}
.serve_m ul li:last-child .content>div>div h5 {
	margin-top:0.53rem;
}
.serve_m ul li .content>div>div i {
	font-style: normal;
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 0.3rem;
}

.serve_m ul li .content>div>div p {
	font-size: 0.28rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 0.33rem;
	text-align: center;
}

/*foots*/
.content {
	display: none;
}

.tabbar {
	background: #214BF7;
	overflow: hidden;
}

.tap_nav {
	width: 6.9rem;
	height: 0.8rem;
	background: #FFFFFF;
	border-radius: 0.2rem;
	opacity: 1;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}

.tap_nav>div {
	display: flex;
	line-height: 0.8rem;
}

.tap_nav>div:nth-child(2) {
	height: 0.32rem;
	opacity: 1;
	margin: 0.26rem 0.4rem 0 0;
}

.tap_nav>div:nth-child(2) img {
	width: 0.36rem;
	height: 0.36rem;
	opacity: 1;
}

.tap_nav>div:nth-child(2) img:nth-child(1) {
	display: none;
}

.tap_nav>div img.left_icon {
	width: 0.4rem;
	height: 0.4rem;
	margin-left: 0.18rem;
	margin-top: 0.19rem;
}

.tap_nav h5 {
	font-size: 0.32rem;
	height: 0.8rem;
	line-height: 0.8rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	margin: 0 0 0 0.17rem;
}

.tabbar ul {
	margin: 0.3rem 0 0.33rem !important;
}

.tabbar ul li {
	margin-bottom: 0.20rem;
}

.tabbar ul li .content {
	width: 6.9rem;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 0.2rem;
	opacity: 1;
	margin: -0.3rem auto 0;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

.tabbar ul li .content a {
	margin-top: 0.3rem;
	margin-left: 0.68rem;
	height: 0.42rem;
	font-size: 0.28rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.42rem;
	margin-bottom: 0;
	display: block;
}

/*底部*/
.footer_m div:nth-child(1) {
	display: flex;
	width: 6.9rem;
	height: 1rem;
	line-height: 1rem;
	opacity: 1;
	border-bottom: 0.01rem dashed #999999;
	margin: 0 auto;
}

.footer_m div:nth-child(1) img {
	width: 0.35rem;
	height: 0.35rem;
	display: block;
	margin: 0.32rem 0 0 1.74rem;
}

.footer_m div:nth-child(1) p {
	font-size: 0.28rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	margin-left: 0.17rem;
}

.footer_m div:nth-child(2) {
	width: 6.9rem;
	opacity: 1;
	border-bottom: 0.01rem dashed #999999;
	margin: 0.23rem auto 0.02rem;
	text-align: center;
}

.footer_m div:nth-child(2) p {
	font-size: 0.24rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #999999;
}

.footer_m div:nth-child(3) {
	height: 1.07rem;
	line-height: 1.07rem;
}

.footer_m div:nth-child(3) p {
	height: 0.41rem;
	font-size: 0.24rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	text-align: center;
}
