﻿@charset "utf-8";
@media (min-width: 750px)   {
	.container {
		width: 750px;
    }
	.fixed-bot {
	    max-width: 750px !important;
    }
}
* {
	margin: 0;
    padding: 0;
	box-sizing: content-box;
}
/*设置一个最大宽度值，不让其大小超过这个宽度值*/

ul {
	list-style: none;
}
a {
	text-decoration: none;
}
body {
	font-family: "微软雅黑";
    font-size: .2rem;
}
img {
	width: 100%;
    border: none;
    border-style: none;
}
.container {
	max-width: 750px;
    margin: 0 auto;
}
.clearfix {
	zoom: 1;
}
.clearfix:after,
.clearfix:before {
	content: "";
    display: block;
    clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.title {
	padding-top: .58rem;
	text-align: center;
	overflow: hidden;
}
.title img {
	width: auto;
	height: .88rem;
}
.btn1 {
	padding-top: .5rem;
}
.btn1 a {
	display: block;
	width: 3rem;
	margin: 0 auto;
	height: .5rem;
	line-height: .5rem;
	background-color: #FF5050;
	text-align: center;
	color: #fff;
	border-radius: .26rem;
}
.btn2 {
	padding: .4rem;
}
.btn2 a {
	display: block;
	width: 3rem;
	margin: 0 auto;
	height: .5rem;
	line-height: .5rem;
	background-color: #FF5050;
	text-align: center;
	color: #fff;
	border-radius: .26rem;
}

/* banner */
.banner_swiper {
	width: 100%;
    position: relative;
    overflow-x: hidden;
}
.banner_swiper .banner_dian {
	text-align: center;
    position: absolute;
    bottom: 0.1rem;
    z-index: 10;
}
.banner_swiper .banner_dian span {
	width: 0.14rem;
    height: 0.14rem;
    background: rgba(255,255,255,0.8);
}
.banner_swiper .banner_dian .swiper-pagination-bullet-active {
	background: #007aff;
}
.banner_swiper a {
	width: 100%;
    height: auto;
}
.banner_pagination {
	position: absolute;
    z-index: 20;
    bottom: .1rem;
    width: 100%;
    text-align: center;
}
#banner .swiper-pagination-bullet {
	display: inline-block;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 0.08rem;
    background: #555;
    margin: 0 0.02rem;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
#banner .swiper-pagination-bullet-active {
	background: #fff;
}

/*truth*/
.truth {
	overflow: hidden;
}
.part {
	margin: 0 .25rem;
	margin-top: .35rem;
	height: 2.05rem;
}
.part h3 {
	font-size: .26rem;
	line-height: .5rem;
	padding-top: .1rem;
	padding-left: 1.45rem;
	color: #3b7dba;
}
.part p {
	width: 5.28rem;
	line-height: .42rem;
	font-size: .24rem;
	padding-left: 1.45rem;
	color: #606060;
}
.part span {
	color: #fa843a;
}
.truth .p1 {
	background: url(../images/icon_bg1.png) no-repeat;
	background-size: contain;
}
.truth .p2 {
	background: url(../images/icon_bg2.png) no-repeat;
	background-size: contain;
}
.truth .p3 {
	background: url(../images/icon_bg3.png) no-repeat;
	background-size: contain;
}
.stats {
	margin: 0 .25rem;
	margin-top: .35rem;
}
.features {
	margin: 0 .25rem;
	margin-top: .35rem;
	background: url(../images/soft_test_bg.png) no-repeat;
	background-size: contain;
	height: 5.01rem;
	padding-top: .87rem;
}
.features li {
	padding-bottom: .3rem;
}
.features img {
	width: 1.14rem;
	display: block;
	float: left;
	margin-left: .24rem;
	margin-top: .09rem;;
}
.features .right {
	float: left;
	width: 5.03rem;
	padding-left: .3rem;
}
.features .right h3 {
	font-size: .28rem;
	color: #367cc2;
	line-height: .5rem;
}
.features .right p {
	font-size: .24rem;
	color: #606060;
	line-height: .42rem;
}

/*time*/
.time {
	position: relative;
}
.time .item1 {
	margin-left: .65rem;
	margin-right: .25rem;
	margin-top: .4rem;
	height: 2.55rem;
	padding-top: .74rem;
	background: url(../images/6_1.png) no-repeat;
	background-size: contain;
}
.time .item1 p {
	position: relative;
	padding-left: .96rem;
	line-height: .48rem;
	color: #606060;
	font-size: .24rem;
}
.time .item1 p:before {
	content: "";
	position: absolute;
	left: .66rem;
	top:45%;
	width: .1rem;
	height: .1rem;
	border-radius: 50%;
	background-color: #5d5d5d;
}
.time .item1 h3 {
	line-height: .64rem;
	padding-left: 1.35rem;
	color: #313131;
	font-size: .26rem;
}
.time .item2 {
	margin-left: .65rem;
	margin-right: .25rem;
	margin-top: .16rem;
	height: 3.29rem;
	background: url(../images/6_2.png) no-repeat;
	background-size: contain;
}
.time .item2 p {
	position: relative;
	padding-left: .96rem;
	line-height: .48rem;
	color: #606060;
	font-size: .24rem;
}
.time .item2 p:before {
	content: "";
	position: absolute;
	left: .66rem;
	top: 45%;
	width: .1rem;
	height: .1rem;
	border-radius: 50%;
	background-color: #fe7f3c;
}
.time .item2 h3 {
	line-height: .64rem;
	padding-left: 1.35rem;
	color: #ff7e38;
	font-size: .26rem;
}
.time .item3 {
	position: absolute;
	left: 0.25rem;
	width: 1.6rem;
	top: 4.5rem;
}
.time .item3 img {
	width: 100%;
}

/*part6*/
.part6 {
    background: #0e1413;
    margin: .58rem auto 0;
}
.part6 .tit {
	text-align: center;
	padding-top: .4rem;
	margin-bottom: .4rem;
	position: relative;
	padding-left: .15rem;
    padding-right: .15rem;
}
.part6 .tit h3 {
	font-size: .36rem;
	color: #fff;
	font-weight: normal;
}
.part6 .tit h3 span {
	color: #fef305;
	margin-left: .15rem;
}
.part6 .img_wrap {
    display: block;
}

/*case*/
.case .advantages {
	padding-top: .4rem;
}
.case .advantages li {
	width: 25%;
	float: left;
	text-align: center;
}
.case .advantages img {
	width: 50%;
	display: inline-block;
}
.case .advantages h4 {
	color: #444;
	line-height: .66rem;
	font-size: .26rem;
}
.case .advantages .ac h4 {
	color: #3a7cb8;
}
.case .txt p {
	display: none;
	margin: 0 .25rem;
	margin-top: .14rem;
	background-color: #e6e6e6;
	font-size: .24rem;
	padding: .15rem;
	color: #333333;
	position: relative;
}
.case .txt .show {
	display: block;
}
.case .txt p:before {
	content: "";
	position: absolute;
	left: .49rem;
	top: -.13rem;
	height: 0;
	width: 0;
	border:  .13rem solid #fff;
	border-bottom: .13rem solid #e6e6e6;
	border-top: none;
}
.case .txt .p2:before {
	content: "";
	position: absolute;
	left: 2.4rem;
	top: -.13rem;
}
.case .txt .p3:before {
	content: "";
	position: absolute;
	left: 4.33rem;
	top: -.13rem;			
}
.case .txt .p4:before {
	content: "";
	position: absolute;
	left: 6.23rem;
	top: -.13rem;			
}
.case .piclist {
	display: flex;
	padding: .3rem .1rem;
	flex-flow: row wrap;
}
.case .piclist li {
	width: 2.28rem;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin-left: .1rem;
	margin-bottom: .2rem;
}
.case .piclist li img {
	width: 100%;
}
.case .piclist li h5 {
	padding-left: .12rem;
	font-size: .26rem;
	line-height: .4rem;
	padding-top: .1rem;
	font-weight: normal;
	color: #444;
}
.case .piclist li p {
	padding-left: .12rem;
	font-size: .24rem;
	line-height: .4rem;
	padding-bottom: .1rem;
}
.case .piclist li span {
	color: #fe7e37;
}

/*.teach轮播图*/
.teach-tit img {
	width: 6.7rem;
	margin: 0 auto;
}
.teach-container {
	padding-top: .2rem;
	margin: .22rem .22rem .3rem;
	height: 4.3rem;
	position: relative;
	overflow: hidden;
	z-index: 1;
} 
.teach-container .swiper-slide {
	height: 3.61rem;
}
.teach-container .s1 {
	background: url(../images/teachers1.jpg) no-repeat;
	background-size: contain;
}
.teach-container .s2 {
	background: url(../images/teachers2.jpg) no-repeat;
	background-size: contain;
}
.teach-container .s3 {
	background: url(../images/teachers3.jpg) no-repeat;
	background-size: contain;
}
.teach-container .s4 {
	background: url(../images/teachers4.jpg) no-repeat;
	background-size: contain;
}
.teach-container .s5 {
	background: url(../images/teachers5.jpg) no-repeat;
	background-size: contain;
}
.teach-container .s6 {
	background: url(../images/teachers6.jpg) no-repeat;
	background-size: contain;
}
.teach-container .s7 {
	background: url(../images/teachers7.jpg) no-repeat;
	background-size: contain;
}
.teach-container .sbox {
	padding-left: 2.55rem;
}
.teach-container .sbox h2 {
	padding-top: .2rem;
	font-size: .36rem;
	color: #333333;
	line-height: .52rem;
}
.teach-container .sbox h3 {
	font-size: .28rem;
	color: #ff7e36;
	line-height: .4rem;
	position: relative;
}
.teach-container .sbox h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -.1rem;
	height: 1px;
	width: .5rem;
	background-color: #ff7e36;
}
.teach-container .sbox p {
	padding-top: .24rem;
	font-size: .22rem;
	color: #606060;
	line-height: .4rem;
	padding-right: .12rem;
}
.teach-container .swiper-slide img {
	width: 100%;
}
.teach-pagination {
	position: absolute;
    z-index: 20;
    bottom: .1rem;
    width: 100%;
    text-align: center;
}
.teach-pagination .swiper-pagination-bullet {
	width: .1rem;
    height: .1rem;
    margin: 0 .05rem !important;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.teach-pagination .swiper-pagination-bullet-active {
	opacity: 1;
    background: #007aff;
}

/*form*/
.form {
	background: url(../images/form_bg.png) no-repeat;
    background-size: contain;
    height: 4rem;
    font-size: .24rem;
    margin-bottom: -.07rem;
}
.form h3 {
	text-align: center;
    padding-top: .44rem;
    line-height: .44rem;
    color: #fda42e;
    font-size: .34rem;
}
.form h5 {
	text-align: center;
    line-height: .35rem;
    padding-bottom: .1rem;
    font-weight: normal;
    color: #333;
}
.form input {
	outline: none;
    border: 1px solid #90969a;
    line-height: .5rem;
    width: 3.5rem;
    padding: 0 .1rem;
    font-size: .24rem;
}
.form p {
	text-align: center;
    padding: .06rem 0;
}
.gp1 {
	width: 3.5rem;
    margin: 0 auto;
}
.gp1 button {
	line-height: .5rem;
    width: 3.5rem;
    padding: 0 .1rem;
    margin: 0 auto;
    margin-top: .2rem;
    background-color: #fda42e;
    color: #fff;
    border: 1px solid #fda42e;
    font-size: .24rem;
}

/*foot*/
.foot {
	background: #202d35;
    text-align: center;
}
.foot p {
	font-size: .24rem;
    color: #eee;
    line-height: .38rem;
    padding: .3rem 0 1.1rem;
}