HTML,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td {
	border: none;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Segoe UI","Helvetica Neue","PingFang SC","Noto Sans","Noto Sans CJK SC","Microsoft YaHei","微软雅黑",sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	box-sizing: border-box;
}

i,em{
	font-style: normal;
}

a {
	color:#4a89ed;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s
}
a:hover,a:active,a:focus {
	color:#4a89ed;
	outline:0;
	text-decoration:none
}

html {
	font-size: 100px;
}

input{
	outline: none;
}

input::-webkit-input-placeholder {
	color: #B0BEC5;
  }
  input::-moz-input-placeholder {
	color: #B0BEC5;
  }
  input::-ms-input-placeholder {
	color: #B0BEC5;
  }

.clear {
	clear: both;
}

.flex_wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.flex_bet {
	display: flex;
	justify-content: space-between;
}

.flex_center {
	display: flex;
	justify-content: center;
}

.flex_col {
	display: flex;
	flex-direction: column;
}

.cursor {
	cursor: pointer;
}

#header {
    width: 100%;
    height: 12rem;
    background: url(../images/newIndex/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.header_left {
	width: 60%;
	height: 90%;
	padding-right: 0.3rem
}

.header_right{
	border-radius: 0 0 0 58px;
	box-shadow: 0 2px 84px 0 rgba(0,0,0,0.20);
}

.left_nav {
	width: 80%;
	position: absolute;
	padding: 0.6rem 0 0 0;
	left: 50%;
	top:0;
	margin-left: -40%;
}

.left_nav nav {
	padding-right: 0.22rem;
}

.left_nav nav dl dd a {
	font-size: 0.24rem;
}

.left_nav nav dl dd {
	margin-left: 0.8rem;
}

.left_nav nav dl dd:first-child {
	margin: 0;
}

.logo {
	width: 2.4rem;
}

.mobileLogo{
	display: none;
}

.left_contents {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 90%;
}

.left_content {
	padding-top: 3rem;
	display: flex;
    align-items: flex-start;
	flex-flow: column;
	padding-left: 3rem;
}

.left_content h2 {
	font-size: 0.46rem;
	font-weight: 500;
	color: #545454;
}

.left_content p {
	width: 65%;
    font-size: 0.23rem;
	font-weight: 400;
	color: #545454;
	line-height: 0.42rem;
	margin-top: 0.3rem;
}

.left_footer {
	display: flex;
	width: 8.60rem;
	height: 0.92rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 3px 18px 0px rgba(102, 76, 76, 0.08);
	border-radius: 0.46rem;
	margin-top: 0.82rem;
	color: #B0BEC5;
	text-align: center;
	line-height: 0.92rem;
}

.left_footer span {
	display: flex;
	width: 3.3rem;
	justify-content: center;
	align-items: center;
	font-size: 0.24rem;
	position: relative;
}

.left_footer span input{
	outline: none;
    height: 0.9rem;
    font-size: 0.2rem;
    color: #536DFE;
    width: 1.85rem;
    padding-left: 0.8rem;
	box-sizing: content-box;
	border-radius: 1rem;
	border: none;
}

input::-webkit-outer-spin-button,            
input::-webkit-inner-spin-button{
	-webkit-appearance: none !important;
}

.left_footer img {
	display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    position: absolute;
    left: 0.68rem;
}

.left_footer span:nth-child(3) {
	height: 0.92rem;
    background: rgba(255, 128, 0, 1);
    box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.08);
    border-radius: 46px;
    width: 2.6rem;
    color: #FFFFFF;
}

.left_footer span:nth-child(3):hover {
	box-shadow: -4px 4px 14px 4px rgba(0, 0, 0, 0.18);
	transition: .5s;
}

.header_right {
    width: 38%;
    height: 12.3rem;
}

.textContent {
	margin-top: 1rem;
	padding: 0 3rem;
}

.textContent section dl {
	position: relative;
	width: 100%;
	min-height: 6.8rem;
	padding: 0 1.8rem;
	background: url(../images/newIndex/bg1.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.textContent section {
	margin-bottom: 0.4rem;
}

.textContent section dl dd {
	position: absolute;
	height: 60%;
}

.textContent section:nth-child(2) dl {
	background: url(../images/newIndex/bg2.png);
}

.textContent section:nth-child(3) dl {
	background: url(../images/newIndex/bg3.png);
}

.textContent section:nth-child(4) dl {
	background: url(../images/newIndex/bg4.png);
}

.textContent section:nth-child(5) dl {
	background: url(../images/newIndex/bg5.png);
}

.textContent section:nth-child(2) dl,
.textContent section:nth-child(3) dl,
.textContent section:nth-child(4) dl,
.textContent section:nth-child(5) dl{
	background-size: 100%;
	background-repeat: no-repeat;
}

/* ↓ 添加 */
.rowCourse dl dd:nth-child(1) {
	top: 2.5rem;
	left: 2rem;
}

.rowCourse dl dd:nth-child(2) {
	top: 1.5rem;
	left: 5rem;
}

.rowCourse dl dd:nth-child(3) {
	top: 2.5rem;
	left: 8.5rem;
}

.rowCourse dl dd:nth-child(4) {
    top: 1rem;
    left: 11.7rem;
}

.rowCourse dl dd:nth-child(5) {
	top: 1.8rem;
    left: 15rem;
}

.operation dl dd:nth-child(1) {
	top: .9rem;
	left: 1.7rem;
}

.operation dl dd:nth-child(2) {
	top: 2.6rem;
	left: 4.3rem;
}

.operation dl dd:nth-child(3) {
	top: 1rem;
	left: 7rem;
}

.operation dl dd:nth-child(4) {
	top: 2.6rem;
	left: 9.8rem;
}

.operation dl dd:nth-child(5) {
	top: 1rem;
	left: 12.4rem;
}

.operation dl dd:nth-child(6) {
	top: 2.2rem;
	left: 15.3rem;
}

.report dl dd:nth-child(1) {
	top: 2.5rem;
	left: 1.7rem;
}

.report dl dd:nth-child(2) {
	top: 1.8rem;
	left: 4.8rem;
}

.report dl dd:nth-child(3) {
	top: 2.6rem;
	left: 8.5rem;
}

.report dl dd:nth-child(4) {
	top: 1rem;
	left: 11.5rem;
}

.report dl dd:nth-child(5) {
	top: 2rem;
	left: 15rem;
}

.analyze dl dd:nth-child(1) {
	top: 1rem;
	left: 4.3rem;
}

.analyze dl dd:nth-child(2) {
	top: 1rem;
	left: 8.5rem;
}

.analyze dl dd:nth-child(3) {
	top: 1rem;
	left: 12.7rem;
}

.system dl dd:nth-child(1) {
	top: .8rem;
	left: 1.7rem;
}

.system dl dd:nth-child(2) {
	top: .8rem;
	left: 4.9rem;
}

.system dl dd:nth-child(3) {
	top: .8rem;
	left: 8.1rem;
}

.system dl dd:nth-child(4) {
	top: .8rem;
	left: 11.3rem;
}

.system dl dd:nth-child(5) {
	top: .8rem;
	left: 14.5rem;
}
/* ↑ 添加 */
.textContent .org_title {
	font-size: 0.24rem;
	font-weight: 500;
	color: #FF8000;
	line-height: 0.33rem;
	padding-left: 1.25rem;
	margin-bottom: 0.1rem;
}

.textContent .main_title {
	font-size: 0.34rem;
	font-weight: 500;
	line-height: 0.67rem;
	padding-left: 1.8rem;
	color: #545454;
}

.textContent section dl dd {
	min-height: 3.6rem;
	width: 2rem;
}

.textContent section dl dd h4 {
	font-weight: 500;
	font-size: 0.22rem;
	line-height: 0.30rem;
	margin-bottom: 0.16rem;
}

.textContent section dl dd p {
	font-size: 0.16rem;
	line-height: 0.26rem;
}

.textContent section dl dd span {
	display: block;
	width: 1.28rem;
	height: 1.28rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0.03rem 0.04rem 0.46rem 0 rgba(83, 109, 254, 0.14);
	border-radius: 50%;
	margin-bottom: 0.4rem;
}

.textContent section dl dd span img {
    display: block;
    margin: 0 auto;
    width: 0.42rem;
    height: 0.42rem;
    margin-top: 0.44rem;
}

.isSatisfy {
	margin-bottom: 3.46rem;
}

.yun_hint {
	width: 11rem;
	height: 2.21rem;
	margin: 0 auto;
	background: url(../images/newIndex/bgBlue.png);
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 0.36rem;
	position: relative;
	box-shadow: 0 3px 48px 0 rgba(0,0,0,0.28);
	border-radius: 0.38rem;
}

.yun_hint p {
	font-size: 0.28rem;
	font-weight: 500;
	line-height: 0.54rem;
	color: #FFFFFF
}

.yun_start {
	position: absolute;
	bottom: -0.4rem;
	left: 50%;
	transform: translateX(-50%);
}

.footer_menu{
	padding: 0 1.8rem 1rem;
}

.left_logo{
	width: 2.92rem;
}

.gototop {
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:999;
	opacity:0;
	visibility:hidden;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s
}
.gototop.active {
	opacity:1;
	visibility:visible
}
.gototop a {
	width:50px;
	height:50px;
	display:table;
	background:rgba(0,0,0,0.5);
	color:#fff;
	text-align:center;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px
}
.gototop a i {
	height:50px;
	display:table-cell;
	vertical-align:middle
}
.gototop a:hover,.gototop a:active,.gototop a:focus {
	text-decoration:none;
	outline:0
}

.backtop {
    padding: 16px;
}

.container .logo{
	height: 0.47rem;
	width: 2.92rem;
	display: block;
	margin-bottom: 0.2rem;
}

.container_logo>div h3{
	color: #333333;
	margin-bottom: 0.15rem;
}

.container_logo a{
	color: rgba(65,65,65,0.5);
}

.footer_nav{
	padding:0 0.2rem 0.2rem;
}

.footer_nav dl dd{
	line-height: 0.4rem;
}

.left_footer{
	width:8.8rem;
}

.left_footer span{
	cursor: pointer;
}

.left_footer span:nth-child(3){
	width: 2.2rem;
}

.mask{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: none;
	z-index: 99;
}

.wrapper{
	width:8rem;
	height:4.8rem;
	background:rgba(255,255,255,1);
	box-shadow:0px 2px 38px 0px rgba(0,0,0,0.12);
	border-radius: 0.34rem;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0.46rem;
	z-index: 100;
	display: none;
}
/* 
#wrapper{
	display: block;
} */

.wrapper h2{
	font-size: 0.38rem;
	font-weight:500;
	color:rgba(38,38,38,1);
	text-align: left;
}

.wrapper p{
	margin-top: 0.14rem;
	font-size: 0.20rem;
	color:rgba(38,38,38,1);
	text-align: left;
}

.wrapper .inputList {
	width: 80%;
	margin: auto;
	margin-top: 0.4rem;
}

.wrapper .inputList input{
	width: 0.94rem;
    height: 1.46rem;
    border: none;
    background: rgba(245,245,245,1);
    text-align: center;
    font-size: 0.68rem;
    border-radius: 0.18rem;
}

.wrapper h3{
	text-align: center;
	font-size: 0.2rem;
	color: #9D9D9D;
	margin-top: 0.4rem;
}

.wrapper i{
	font-size:0.2rem;
	color: #FF8000;
}

.success{
	width: 2.2rem;
    height: 0.72rem;
    background: rgba(255,128,0,1);
    box-shadow: 6px 5px 18px 0px rgba(0,0,0,0.18);
    border-radius: 0.46rem;
    text-align: center;
    display: block;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.72rem;
    position: absolute;
    left: 50%;
    bottom: -0.38rem;
    transform: translateX(-50%);
}

.sok{
	text-align: center;
}

.sok img{
	margin-top: 0.5rem;
}

.mode{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: none;
	z-index: 99;
}

.left_nav nav span{
	color: #ffffff;
	font-size: 28px;
	position: absolute;
	right: 25px;
	top: 20px;
	display: none;
}

.packUp{
	display: none;
    position: relative;
    width: 30px;
    height: 2px;
    background-color: #FFFFFF;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	margin-top: 0.3rem;
}

.packUp:before, .packUp:after {
    content: '';
    width: 30px;
    height: 2px;
    position: absolute;
    background: #FFFFFF;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.packUp:before{
	margin-top: -8px;
}

.packUp:after {
    margin-top: 8px;
}

.mobile_bn{
	display: none;
}


/* 头部样式覆盖 */
/* .container{
	width: 100%;
	padding: 0 1rem;
} */

.mobile_ul{
	position: fixed;
    z-index: 1901;
    width: 270px;
    background: black;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 75px 40px 40px 40px;
	display: none;
}

.hiddens{
	display: none;
}

.mobile_ul li{
	padding: 4%;
    margin: 0;
    list-style: none;
}

.mobile_ul li a{
	color: rgba(255,255,255,0.5);
    font-size: 1.4em;
}

.product-relative {
	position: relative;
}

/* 产品导航 */
.product {
	width: 6.48rem;
	box-sizing: border-box;
	box-shadow: 0px 8px 34px 0px rgba(0,0,0,0.12);
	padding: 0.16rem;
	background-color: white;
	position: absolute;
	left: -2.3rem;
	top: .5rem;
	border-radius: 8px;
	display: none;
	transition: all .3s;
}

.product > a {
	padding: 0 !important;
}

.product__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 0.2rem;
}

.product__list > dd {
	width: calc((100% - .2rem) / 2);
	background-color: pink;
	min-height: .8rem;
	background:rgba(245,248,250,1);
	border-radius: 8px;
	transition: all .3s;
}

.product__list > dd:nth-child(odd) {
	margin-right: .2rem;
}

.product__list > dd:nth-child(n + 1) {
	margin-bottom: .16rem;
}

.product__list-box {
	padding: .16rem;

	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.product__list-photo {
	width: .58rem;
	height: .58rem;
	margin-right: .19rem;
}

.product__list-photo > img{
	height: .58rem;
}

.box-text {
	display: flex;
	justify-content: space-between;
	flex-direction: column;

	width: calc(100% - .19rem - .58rem);
	text-align: left;
}

.box-text--main {
	font-size: .18rem;
	font-weight: 500;
	color: rgba(51,51,51,1);
	line-height: .25rem;
	margin-bottom: 0;
}

.box-text--sub {
	font-size: .15rem;
	font-weight: 400;
	color: rgba(155,155,155,1);
	line-height: .21rem;
	margin-bottom: 0;
}

.product__list > dd:hover {
	transform: scale(1.04);
}

.call-mine-box {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}

.mine-img {
	width: .28rem;
	height: .28rem;
	margin-right: .1rem;
}

.mine-img > img {
	height: .28rem;
}

.mine-text {
	font-size: .15rem;
	font-weight:400;
	color: rgba(41,123,255,1);
	line-height: .28rem;
	margin: 0;
}

.product-relative:hover .product {	
	transform: translateY(-10px);
	display: block;
}

@media screen and (max-width: 2560px) {
    .left_content h2 {
		/* font-size: .82rem; */
	}
	
	.left_content p {
		/* font-size: .28rem; */
		width: 52%;
	}
	#header {
	    width: 100%;
	    height: 12rem;
	    background: url(../images/newIndex/bg.png);
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: top;
	    position: relative;
	}
}

@media screen and (max-width: 1920px) {
    html{
		font-size: 100px;
	}

	.textContent {
		padding: 0;
	}
}

@media screen and (max-width: 1680px) {
    html{
		font-size: 90px;
	}
}

@media screen and (max-width: 1440px) {
    html{
		font-size: 80px;
	}
	
	.left_content {
		padding-left: 2rem;
	}
	
	.left_content h2 {
		/* font-size: .68rem; */
	}
	
	.left_content p {
		/* font-size: .24rem; */
		width: 58%;
	}
}

@media screen and (max-width: 1366px) {
	#header{
		height: 8rem;
	}
	
	.header_right{
		width: 6.9rem;
		height: 9rem;
	}
	
    /* .left_content{
		width: 8.6rem;
    } */
	
	.left_content h2{
		line-height:0.9rem;
	}
	
	.left_content p{
		font-weight:400;
		line-height: 0.32rem;
		margin-top: 0.1rem;
	}
	
	.left_footer span:nth-child(1){
		margin-left: 0.4rem;
	}
	
	.left_footer{
		width: 7rem;
		height: 0.7rem;
		line-height: 0.7rem;
	}
	
	.left_footer span{
		width: 2.3rem;
		font-size: 0.2rem;
	}

	.left_footer i{
		width: 0.25rem;
		height: 0.25rem;
	}
	
	.left_footer span:nth-child(3){
		height:0.7rem;
		width: 2rem;
		color: #FFFFFF;
	}
	
	.textContent section:first-child dl{
		min-height: 5rem;
		padding: 0 1.5rem;
		background-position: 100% 100%;
	}
	
	.textContent .org_title{
		font-size: 0.2rem;
		padding-left: 1rem;
	}
	
	.textContent .main_title{
		padding-left: 1.5rem;
	}
	
	.textContent section dl dd{
		min-height: 3.2rem;
		width: 1.8rem;
	}
	
	.textContent section dl dd h4{
		font-size:0.2rem;
		line-height:0.30rem;
		margin-bottom: 0.1rem;
	}
	
	.textContent section dl dd span{
		width:0.8rem;
		height:0.8rem;
		margin-bottom: 0.2rem;
	}
	
	.textContent section dl dd span img{
		width: 0.34rem;
		height: 0.34rem;
		margin-top: 0.24rem;
	}
	/* ↓ 添加 */
	.rowCourse dl dd:nth-child(1) {
		top: 1.5rem;
		left: 1.8rem;
	}
	
	.rowCourse dl dd:nth-child(2) {
		top: 0.65rem;
		left: 4.5rem;
	}
	
	.rowCourse dl dd:nth-child(3) {
		top: 1.8rem;
		left: 7.2rem;
	}
	
	.rowCourse dl dd:nth-child(4) {
		top: 0.2rem;
		left: 10rem;
	}
	
	.rowCourse dl dd:nth-child(5) {
		top: 1.1rem;
		left: 13rem;
	}
	
	.operation dl dd:nth-child(1) {
		top: .9rem;
		left: 1.9rem;
	}
	
	.operation dl dd:nth-child(2) {
		top: 2.5rem;
		left: 4rem;
	}
	
	.operation dl dd:nth-child(3) {
		top: 1rem;
		left: 6.3rem;
	}
	
	.operation dl dd:nth-child(4) {
		top: 2.6rem;
		left: 8.7rem;
	}
	
	.operation dl dd:nth-child(5) {
		top: 1rem;
		left: 11.2rem;
	}
	
	.operation dl dd:nth-child(6) {
		top: 2.6rem;
		left: 13.4rem;
	}
	
	.report dl dd:nth-child(1) {
		top: 2.5rem;
		left: 1.9rem;
	}
	
	.report dl dd:nth-child(2) {
		top: 1.6rem;
		left: 4.6rem;
	}
	
	.report dl dd:nth-child(3) {
		top: 2.6rem;
		left: 7.7rem;
	}
	
	.report dl dd:nth-child(4) {
		top: 0.9rem;
		left: 10.5rem;
	}
	
	.report dl dd:nth-child(5) {
		top: 2rem;
		left: 13.4rem;
	}
	
	.analyze dl dd:nth-child(1) {
		top: 1rem;
		left: 3.5rem;
	}
	
	.analyze dl dd:nth-child(2) {
		top: 0.8rem;
		left: 7.8rem;
	}
	
	.analyze dl dd:nth-child(3) {
		top: 1rem;
		left: 12rem;
	}
	
	.system dl dd:nth-child(1) {
		top: 1rem;
		left: 2rem;
	}
	
	.system dl dd:nth-child(2) {
		top: .8rem;
		left: 4.8rem;
	}
	
	.system dl dd:nth-child(3) {
		top: 0.9rem;
		left: 7.6rem;
	}
	
	.system dl dd:nth-child(4) {
		top: 0.8rem;
		left: 10.5rem;
	}
	
	.system dl dd:nth-child(5) {
		top: 1rem;
		left: 13.3rem;
	}
	
	.textContent section:nth-child(3) dl,
	.textContent section:nth-child(4) dl{
		min-height: 5.5rem;
	}
	
	.textContent section:nth-child(5) dl{
		min-height: 5rem;
	}
	
	.left_footer span input{
		height: 0.36rem;
		padding-left: 0.4rem;
	}
	
	.wrapper{
		width:8rem;
		min-height:4.5rem;
	}
	
	.left_footer img{
		left: 0rem;
	}
	/* 
	#wrapper{
		display: block;
	} */
	
	.wrapper h2{
		font-size: 0.38rem;
	}
	
	.wrapper .inputList input{
		width:0.94rem;
		height:1.36rem;
	}
	
	.wrapper h3{
		font-size: 0.2rem;
	}
	
	.success{
		width:2.4rem;
		height:0.72rem;
	}
}

@media screen and (max-width: 1280px) {
	html{
		font-size: 65.9px;
	}
}

@media screen and (max-width: 1024px) {
	html{
		font-size: 61px;
	}
	.left_content{
		width: 75%;
		position: absolute;
		top: 30%;
		left: 0.6rem;
	}

	.footer_menu{
		padding: 0;
	}
}

@media screen and (max-width: 960px){
	html{
		font-size: 50px;
	}

	.header_right{
		display: none;
	}

	.header_left{
		width: 100%;
		padding-top:1.2rem;
	}

	#header{
		display: block;
	}
	
	.left_content p{
		text-indent: 2em;
	}

	.left_footer{
		margin: auto;
		margin-top: 1rem;
	}
}

@media screen and (max-width: 768px){
	html{
		font-size: 50px;
	}

	.left_content{
		left: 0.5rem;
	}

	.left_content p {
		width: 100%;
	}

	.left_nav nav{
		position: fixed;
		z-index: 1901;
		width: 220px;
		background: black;
		top: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 75px 0 40px 40px;
		display: none;
	}

	.left_nav nav span{
		color: #ffffff;
		font-size: 28px;
		position: absolute;
		right: 25px;
		top: 20px;
	}

	.left_nav nav dl{
		display: initial;
	}

	.left_nav nav dl dd{
		margin: 0;
		line-height: 50px;
	}

	.left_nav nav dl dd a{
		color: rgba(255,255,255,0.5);
		font-size: 22.5px;
	}

	.left_nav{
		width: 90%;
		margin-left: -45%;
	}

	.logo{
		display: none;
	}

	.mobileLogo{
		display: block;
		width: 80px;
	}
	
	.packUp{
		display: block;
	}

	.textContent section dl,
	.textContent section:nth-child(2) dl,
	.textContent section:nth-child(3) dl,
	.textContent section:nth-child(4) dl,
	.textContent section:nth-child(5) dl{
		background: none;
		padding: 0.5rem 10%;
		min-height: 1rem;
	}
	
	.textContent section:first-child dl{
		padding: 0.5rem 10%;
	}
	
	.textContent section dl dd{
		position: static;
		width: 25%;
		margin-right: 10%;
		margin-bottom: 0.3rem;
	}
	
	.textContent section dl dd:nth-child(3n){
		margin-right: 0;
	}
	
	.textContent section dl dd p{
		line-height: 20px;
	}
	
	.textContent section:nth-child(4) dl,
	.textContent section:nth-child(5) dl{
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: initial;
	}
	
	.footer_menu{
		padding: 0 5%;
	}
	
	.mobile_bn{
		display: block;
	}
	
	.mobile_bn dl dd a{
		color: rgba(65,65,65,0.5);
	}
	
	.container .logo{
		width: 100%;
		height: 130px;
	}
	
	.left_logo{
		display: none;
	}
	
	.container_logo {
		margin-top: 20px;
	}
	
	.footer_nav dl dd{
		line-height: 30px;
	}
	
	.footer_menu{
		margin-bottom: 50px;
	}
	
	.yun_hint{
		width: 90%;
		background-size: 100% 100%;
	}

	.hidden{
		display: block !important;
	}
}

@media screen and (max-width: 699px) and (min-width: 411px){
	html{
		font-size: 40px;
	}
	
	.textContent{
		margin-top: 1.5rem;
	}
	
	#header{
		background-size: cover;
	}
	
	.header_left{
		padding: 2.1rem 0 0 0;
	}

	.left_content{
		left: 1rem;
	}
	
	.left_content h2{
		width: 280px;
		margin-top: 0;
		text-align: left;
	}
	
	.left_content p{
		margin-top: 10px;
		text-indent: 0;
		line-height: 20px;
	}
	
	.left_content{
		width: 80%;
		margin: 0;
		padding: 0;
	}
	
	.left_footer{
		position: relative;
	}
	
	.left_footer span:nth-child(3){
		position: absolute;
		bottom: -1rem;
		left: 50%;
		margin-left: -40px;
	}
	
	.left_footer span{
		width: 3.3rem;
	}
	
	.left_footer span input{
		width: 2.5rem;
		padding-left: 0.2rem;
	}
	
	.textContent section dl dd{
		width: 45%;
		margin-right: 10%;
	}
	
	.textContent section dl dd:nth-child(2n){
		margin-right: 0;
	}
	
	.textContent section dl dd:nth-child(3n){
		margin-right: 10%;
	}
	
	.textContent section dl dd:last-child{
		margin-right: 0;
	}
	
	.yun_hint{
		width: 90%;
		background-size: 100% 100%;
	}
	
	.yun_start{
		margin-top: 0rem;
		margin-left: -140px;
		transform: translateX(0);
	}
	
	.container .logo{
		width: 100%;
		height: 68px;
		margin: auto;
	}
	
	.container_logo{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.footer_nav{
		text-align: center;
	}
	
	.container_logo .footer_nav:last-child{
		margin: auto;
	}
}

@media screen and (max-width: 410px){
	html{
		font-size: 40px;
	}
	
	.textContent section dl dd span {
	       width: 1.8rem;
	       height: 1.8rem;
	       margin-bottom: 0.6rem;
	}
	
	.textContent section dl dd span img {
	    width: 0.68rem;
	    height: 0.68rem;
	    margin-top: 0.56rem;
	}
	
	.rowCourse dl dd:nth-child(1) {
	    top: 1.5rem;
	    left: 1.8rem;
	}
	
	.textContent{
		margin-top: 3rem;
	}
	
	.header_left{
		padding: 2.1rem 0 0 0;
	}
	
	.left_content h2{
		width: 280px;
		margin-top: 0;
		text-align: left;
	}
	
	.left_content p{
		margin-top: 0.4rem;
	    text-indent: 0;
	    line-height: 0.48rem;
	}
	
	.left_content{
		width: 82%;
		left: 1rem;
		margin: 0;
		padding: 0;
	}
	
	.left_footer{
		position: relative;
		height: 1rem;
		width: 7.6rem;
	}
	
	.moma-nav #moma-logo {
	    font-size: 24px;
	    margin-left: 0 !important;
	    padding: 0;
	    font-weight: bold;
	    font-weight: 700;
	}
	.left_footer span:nth-child(3){
		position: absolute;
	    bottom: -1rem;
	    width: 100%;
	    height: 1rem;
	    margin-bottom: -0.4rem;
	}
	
	.left_footer span{
		width: 3.2rem;
	}
	
	.left_footer span:nth-child(1) {
	    margin-left: 0.8rem;
	}
	
	.left_footer span input{
		width: 2.5rem;
		padding-left: 0.2rem;
	}
	
	.textContent section dl dd{
		width: 80%;
		margin-bottom: 8%;
		margin-left: 6%;
	}
	
	.yun_hint{
		height: 2.7rem;
	}
	
	.yun_start{
		width: 7.2rem;
		margin: 0;
	}
	
	.yun_start span{
		width: 2.8rem;
	}
	
	.yun_start span input {
	    width: 2.1rem;
	    padding-left: 0.5rem;
	}
	
	.container .logo{
		height: 100%;
	}
	
	.container_logo{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.footer_nav{
		text-align: center;
	}
	
	.container_logo .footer_nav:last-child{
		margin: auto;
	}
}

@media screen and (max-width: 320px){
	.left_content{
		left: 0.2rem;
	}
}
/* 覆盖index */
.js .animate-box {
	opacity:0
}
.moma-loader {
	position:fixed;
	margin:auto;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:9999;
	background:url(../images/loader.gif) center no-repeat #fff
}
.moma-nav {
	width:100%;
	padding:0;
	z-index:1001;
    position: fixed;
}
.nav-bg {
	box-shadow: 6px 6px 28px rgba(0, 38, 68, 0.1);
    background-color: rgba(255, 255, 255, .92);
    transition: .8s;
}
.moma-nav .top-menu { 

}
.moma-nav .top {
	border-bottom:1px solid rgba(0,0,0,0.08);
	padding:0;
	margin-bottom:0
}
.moma-nav .top .num,.moma-nav .top .moma-social,.moma-nav .top .site {
	display:inline-block;
	margin:0;
	padding:5px 12px
}
@media screen and (max-width:768px) {
	.moma-nav .top .num,.moma-nav .top .moma-social,.moma-nav .top .site {
	padding:5px 10px
}
}.moma-nav .top .site {
	float:left;
	font-weight:300;
	margin-top:0;
	border-left:1px solid rgba(0,0,0,0.08);
	border-right:1px solid rgba(0,0,0,0.08)
}
@media screen and (max-width:480px) {
	.moma-nav .top .site {
	display:none
}

}.moma-nav .top .num {
	color:rgba(0,0,0,0.6);
	font-size:13px;
	letter-spacing:0;
	border-left:1px solid rgba(0,0,0,0.08)
}
.moma-nav .top .moma-social {
	margin:0;
	border-left:1px solid rgba(0,0,0,0.08);
	border-right:1px solid rgba(0,0,0,0.08)
}
.moma-nav .top .moma-social li {
	font-size:14px;
	display:inline-block
}
.moma-nav .top .moma-social li a {
	padding:7px 7px
}
.moma-nav .top .moma-social li a i {
	font-size:14px
}
.moma-nav #moma-logo {
	font-size:24px;
	padding:0;
	font-weight:bold;
	font-weight:700
}
.moma-nav #moma-logo img {
	width:230px;
	padding: 22px 0;
}
.logo-big {
	display:block
}
.logo-sm {
	display:none
}
.logo-bottom img {
	width:100%
}
.logo-login img {
	height:48px;
	text-align:center;
	margin-bottom:12px
}
@media screen and (max-width:768px) {
	.moma-nav #moma-logo img {
	width:80px;
	/* margin:0 2rem; */
}
.logo-big {
	display:none
}
.logo-sm {
	display:block
}
}.moma-nav #moma-logo a span {
	color:#000
}
.moma-nav #moma-logo a i {
	position:absolute;
	top:5px;
	left:0
}
.menu-1{
	padding: 28px 0;
}
@media screen and (max-width:768px) {
	.moma-nav .menu-1 {
	display:none;
}
}
.moma-nav ul {
	padding:0;
	margin:0;
	line-height:28px
}
.moma-nav ul li {
	padding:0;
	margin-left:12px;
	list-style:none;
	display:inline;
	font-weight:300
}
.moma-nav ul li.product-relative a {
	font-weight: 500;
	color: #4a4a4a;
}
.moma-nav ul li a {
	font-size:0.16rem;
	padding:18px 14px;
	color:#666666;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s
}
.moma-nav ul li a:hover,.moma-nav ul li a:focus,.moma-nav ul li a:active {
	color:black;
	font-weight:400;
}
.moma-nav ul li.has-dropdown {
	position:relative
}
.moma-nav ul li.has-dropdown .dropdown {
	width:120px;
	-webkit-box-shadow:0 14px 33px -9px rgba(0,0,0,0.75);
	-moz-box-shadow:0 14px 33px -9px rgba(0,0,0,0.75);
	box-shadow:0 14px 33px -9px rgba(0,0,0,0.75);
	z-index:1002;
	visibility:hidden;
	opacity:0;
	position:absolute;
	top:34px;
	left:0;
	text-align:left;
	background:#000;
	padding:20px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	-webkit-transition:0s;
	-o-transition:0s;
	transition:0s
}
.moma-nav ul li.has-dropdown .dropdown:before {
	bottom:100%;
	left:40px;
	border:solid transparent;
	content:"-";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-bottom-color:#000;
	border-width:8px;
	margin-left:-8px
}
.moma-nav ul li.has-dropdown .dropdown li {
	display:block;
	margin-bottom:7px
}
.moma-nav ul li.has-dropdown .dropdown li:last-child {
	margin-bottom:0
}
.moma-nav ul li.has-dropdown .dropdown li a {
	padding: 2px 0;
    display: block;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    font-size: 0.16rem;
    letter-spacing: 0;
}
.moma-nav ul li.has-dropdown .dropdown li a:hover {
	color:#fff
}
.moma-nav ul li.has-dropdown:hover a,.moma-nav ul li.has-dropdown:focus a {
	color:#000
}
.moma-nav ul li.btn-cta a {
	padding:30px 0!important;
	color:#fff
}
/* padding:6px 24px;
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
-webkit-border-radius:1;
-moz-border-radius:1;
-ms-border-radius:1;
border-radius:1;
border-radius:40px;
border:2px solid #4a89ed;
font-weight:400;
color:#4a89ed; */

.moma-nav ul li.btn-cta a span {
	padding: 14px 26px;
    display: inline;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 40px;
    font-weight: 400;
    background: #FFE4DB;
    border-radius: 14px;
    font-size: 16px;
    color: #FF7A47;
    letter-spacing: 0;
}
.moma-nav ul li.btn-cta a:hover span {
	box-shadow:0 8px 0 0 rgba(255,122,71,0.7);
	transition:.15s ease-in-out
}
.moma-nav ul li.btn-log a {
	padding:30px 0!important;
	color:#fff
}
.moma-nav ul li.btn-log a span {
	background:#4a89ed;
	zoom:1;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	color:white;
	font-weight:400;
}
.moma-nav ul li.btn-log a:hover span {
	color:#fff;
	box-shadow:0 8px 0 0 hsla(223,100%,86%,0.53);
	transition:.15s ease-in-out
}
.moma-nav ul li.active>a {
	font-weight:500;
}

.moma-nav-toggle {
	width:25px;
	height:25px;
	cursor:pointer;
	text-decoration:none
}
.moma-nav-toggle.active i::before,.moma-nav-toggle.active i::after {
	background:#444
}
.moma-nav-toggle:hover,.moma-nav-toggle:focus,.moma-nav-toggle:active {
	outline:0;
	border-bottom:none!important
}
.moma-nav-toggle i {
	position:relative;
	display:inline-block;
	width:25px;
	height:2px;
	color:#252525;
	font:bold 14px/.4 Helvetica;
	text-indent:-55px;
	background:#252525;
	transition:all .2s ease-out
}
.moma-nav-toggle i::before,.moma-nav-toggle i::after {
	content:'';
	width:25px;
	height:2px;
	background:#252525;
	position:absolute;
	left:0;
	transition:all .2s ease-out
}
.moma-nav-toggle.moma-nav-white>i {
	color:#fff;
	background:#000
}
.moma-nav-toggle.moma-nav-white>i::before,.moma-nav-toggle.moma-nav-white>i::after {
	background:#000
}
.moma-nav-toggle.moma-nav-white.active>i {
	color:#fff;
	background:#000
}
.moma-nav-toggle.moma-nav-white.active>i::before,.moma-nav-toggle.moma-nav-white.active>i::after {
	background:#fff
}
.moma-nav-toggle i::before {
	top:-7px
}
.moma-nav-toggle i::after {
	bottom:-7px
}
.moma-nav-toggle:hover i::before {
	top:-10px
}
.moma-nav-toggle:hover i::after {
	bottom:-10px
}
.moma-nav-toggle.active i {
	background:transparent
}
.moma-nav-toggle.active i::before {
	top:0;
	-webkit-transform:rotateZ(45deg);
	-moz-transform:rotateZ(45deg);
	-ms-transform:rotateZ(45deg);
	-o-transform:rotateZ(45deg);
	transform:rotateZ(45deg)
}
.moma-nav-toggle.active i::after {
	bottom:0;
	-webkit-transform:rotateZ(-45deg);
	-moz-transform:rotateZ(-45deg);
	-ms-transform:rotateZ(-45deg);
	-o-transform:rotateZ(-45deg);
	transform:rotateZ(-45deg)
}
.moma-nav-toggle {
	position:absolute;
	right:6px;
	top:16px;
	z-index:21;
	padding:6px 0 0 0;
	display:block;
	margin:0 auto;
	display:none;
	height:44px;
	width:44px;
	z-index:2001;
	border-bottom:none!important
}

#moma-footer {
	background:#fff;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative
}
#moma-footer .overlay {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#fff;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s
}
#moma-footer .moma-footer-links {
	padding:0;
	margin:0
}
#moma-footer .moma-footer-links li {
	padding:0;
	margin:1.2em 0;
	list-style:none
}
#moma-footer .moma-footer-links li a {
	color:rgba(65,65,65,0.5);
	text-decoration:none
}
#moma-footer .moma-footer-links li a:hover {
	color:#d8d8d8
}
#moma-footer .moma-widget {
	margin-bottom:30px
}
@media screen and (max-width:768px) {
	#moma-footer .moma-widget {
	text-align:left
}
}#moma-footer .moma-widget h3 {
	margin-bottom:15px;
	font-size:18px;
	letter-spacing:2px;
	color:#333;
	font-weight:400
}
#moma-footer .copyright .block {
	display:block
}
#moma-footer .copyright .block a {
	color:rgba(255,255,255,0.5)
}

@media screen and (max-width:768px) {
	.moma-nav-toggle {
	display:block
}
}


.relative{
	position: relative;
}

.relative p {
	position: absolute;
	bottom: -.15rem;
	color: red;
	margin-bottom: 0;
	left: .7rem;
	display: none;
	font-size: .18rem;
}
.onlineservice img, .telP img, .wordsTry img, .wordsDemo img, .qqservice img {
	margin-left: 0.18rem;
}
.words>div p {
	font-size: 0.18rem;
}
.code {
	top: -1.2rem;
	left: -4.6rem;
}
.code>img {
	width: 2.8rem !important;
}