@charset "UTF-8";
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
article,
aside,
audio,
canvas,
figure,
footer,
header,
mark,
menu,
nav,
section,
time,
video {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
	display: block;
}

ul,
ol {
	list-style: none;
}

img {
	border: 0 none;
	vertical-align: top;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong,
em,
i {
	font-style: normal;
	font-weight: normal;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

mark {
	background: none;
}

input::-ms-clear {
	display: none !important;
}

body {
	font: 12px/1.5 \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif;
	background: #fff;
	word-wrap: break-word;
	font-size: 30px;
	/*background:url(../images/body_bg.jpg) center top no-repeat;	*/
}

a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	content: '\200B';
}

.x_center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	/* IE 9 */
	-moz-transform: translateX(-50%);
	/* Firefox */
	-webkit-transform: translateX(-50%);
	/* Safari å’Œ Chrome */
	-o-transform: translateX(-50%);
	/* Opera */
}

.y_center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-moz-transform: translateX(-50%);
	/* Firefox */
	-webkit-transform: translateY(-50%);
	/* Safari å’Œ Chrome */
	-o-transform: translateY(-50%);
	/* Opera */
}

.xy_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	/* IE 9 */
	-moz-transform: translateX(-50%) translateY(-50%);
	/* Firefox */
	-webkit-transform: translateX(-50%) translateY(-50%);
	/* Safari å’Œ Chrome */
	-o-transform: translateX(-50%) translateY(-50%);
	/* Opera */
}

.TopNavigater {
    height: 60px;
    width: 1100px;
    margin: 0 auto;
    background: #FFFFFF;
    font-size: 0
}

.TopNavigater .LOGO {
    width: 92px;
    height: 40px;
    margin: 10px 100px 10px 0px;
    display: inline-block;

}

.TopNavigater .NavTip {
    line-height: 60px;
    display: inline-block;
}

.TopNavigater .NavTip>li {
    width: 140px;
    height: 60px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #494949;
    letter-spacing: 0;
    font-weight: bold;
    cursor: pointer;
}

.TopNavigater .NavTip>li:hover {
    background: #faf5f3;
}

.TopNavigater .NavTip>li.active {
    background:  #EA5412;
}

.TopNavigater .NavTip .jumpLink{
    padding: 17px 50px 17px 50px
}

.TopNavigater .NavTip>li.active .jumpLink {
    color: #FFFFFF;
}

.wrap {
	width: 100%;	
	background-image: -moz-linear-gradient( top, #bfe5fa 40%, #bcb8d1);
    background-image: -webkit-linear-gradient( top, #bfe5fa 40%, #bcb8d1);
    background-image: -ms-linear-gradient( top, #bfe5fa 40%, #bcb8d1);
}

.wrap .img_box {
	min-width: 1200px;
	position: relative;
}

.wrap .img_box>img {
	display: block;
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.section01 {
	height: 689px;
}

.section01 a {
	width: 402px;
	height: 98px;
	display: inline-block;
	background: url(http://www-static.zhan.com/web/special/pages/toefl20190418/px/images/b_01.png) no-repeat;
	top: 500px;
	font-size: 36px;
	color: rgb( 255, 255, 255);
	line-height: 84px;
	text-align: center;
}
.section02 {
	background: url(http://www-static.zhan.com/web/special/pages/toefl20190418/px/images/a_02.jpg) center top no-repeat;
}
.section02 .inner_box {
	width: 1016px;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
	padding-bottom: 20px;
	box-shadow: 3px 12px 16px 0px #9cd9fa;
}
.violetTitle {
	width: 100%;
	height: 102px;
	line-height: 102px;
	background: #ae96e6;
	position: relative;
	font-size: 48px;
	font-weight: bold;
	color: rgb( 255, 255, 255);
	text-align: center;
	text-indent: 100px;
	text-shadow: 1px 4px 6px #8e69e5;
}
.violetTitle img {
	position: absolute;
	left: 100px;
}
.section02 .header {
	height: 80px;
	padding: 0 73px;
	margin: 30px auto;
}
.section02 .header li {
	box-sizing: border-box;
	float: left;
	width: 30%;
	height: 100%;
	margin-left: 5%;
	text-align: center;
	border: 3px solid #969dd3;
	border-radius: 40px;
	line-height: 74px;
	color: #969dd3;
	cursor: pointer;
}
.section02 .header li:nth-child(1) {
	margin: 0;
}
.section02 .header li.active {
	border: none;
	background: #969dd3;
	line-height: 80px;
	color: #fff;
}
.classList li {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.classList>li .classListCon {
	position: relative;
	border: 2px dashed rgb( 150, 157, 211);
	border-radius: 10px;
	margin-top: 30px;
}
.classList>li .tag {
	width: 105px;
	height: 93px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 55px;
	text-align: center;
	position: absolute;
	right: -2px;
	top: -2px;
	background: url(http://www-static.zhan.com/web/special/pages/toefl20190418/px/images/icon_right.png) no-repeat;
	text-indent: 38px;
}
.classList>li .miniTit {
	padding: 0 10px;
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);/* IE 9 */	
	-moz-transform: translateX(-50%);/* Firefox */
	-webkit-transform: translateX(-50%);/* Safari å’Œ Chrome */
	-o-transform: translateX(-50%);/* Opera */
	background: #fff;
	text-align: center;
}
.classList>li .miniTit div {
	font-size: 36px;
	color: rgb( 97, 80, 145);
	font-weight: bold;
}
.classList>li .miniTit div {
	color: rgb( 248, 143, 50);
}
.classList>li .miniTit p {
	font-size: 26px;
	color: rgb( 248, 143, 50);
}
.classListCon>ul li span {
	float: left;
	font-size: 30px;
	color: rgb( 97, 80, 145);
	font-weight: bold;
}
.classListCon>ul {
	padding: 60px 40px 35px;
}
.classListCon>ul li {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	line-height: 72px;
}
.classListCon>ul li div {
	width: 669px;
	height: 72px;
	font-size: 30px;
	line-height: 72px;
	float: left;
	background-color: rgb( 150, 157, 211, 0.259);
	color: rgb( 97, 80, 145);
	margin-left: 30px;
	border-radius: 36px 36px 36px 0;
	text-align: center;
}
.swiper_box {
	margin-bottom: 23px;
}
.swiper_box>ul {
	width: 100%;
}
.swiper_box>ul li {
	width: 100%;
}
.swiper_box>ul li img {
	width: 100%;
}
#swiper_box1 {
	margin: 0 50px;
}
.section02 .btn_box {
	padding: 0 140px;
	margin: 30px auto;
}
.section02 .btn_box a {
	width: 330px;
	height: 110px;
	line-height: 88px;
	display: inline-block;
	color: #fff;
	font-size: 30px;
	text-align: center;
}
.section02 .btn_box a.btn1 {
	background: url(http://www-static.zhan.com/web/special/pages/toefl20190418/px/images/zx.png);
}
.section02 .btn_box a.btn2 {
	background: url(http://www-static.zhan.com/web/special/pages/toefl20190418/px/images/sd.png);
	float: right;
}
.section02 .btn_box2 {
	text-align: center;
}
.section02 .btn_box2 ul {
	padding: 0 30px;
}
.section02 .btn_box2 ul li {
	width: 268px;
	height: 200px;
	float: left;
	margin: 25px;
	background: #fbeaed;
	border-radius: 10px;
	font-size: 26px;
	line-height: 32px;
	color: rgb( 97, 80, 145);
}
.section02 .btn_box2 img {
	margin-top: 25px;
}
.section02 .btn_box2 p {
	margin-top: 15px;
}
.section02 .btn3 {
	width: 422px;
	height: 118px;
	display: inline-block;
	font-size: 32px;
	line-height: 94px;
	color: rgb( 255, 255, 255);
	text-align: center;
	background: url(http://www-static.zhan.com/web/special/pages/toefl20190418/px/images/lq_01.png) no-repeat;
}
.section03 {
	/*background: url(../images/a_more.jpg) no-repeat;*/
	margin-top: 40px;
	background-size: 100% 100%;
}
.section03 .inner_box {
	width: 1016px;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
	padding-bottom: 40px;
	box-shadow: 3px 12px 16px 0px #a3bdde;
}
.classDescCon {
	padding: 0 50px;
}
.classDescCon .classDesc {
	border: 2px dashed rgb( 241, 164, 164);
	border-radius: 10px;
	background-color: rgb( 255, 245, 236);
	position: relative;
	margin-top: 40px;
	padding:40px 40px 25px 25px;
	box-sizing: border-box;
}
.classDescCon .classDesc .className{
	position: absolute;
	width: 242px;
	height: 76px;
	color: #fff;
	text-align: center;
	line-height: 54px;
	font-size: 30px;
	font-weight: bold;
	background: url(http://www-static.zhan.com/web/special/pages/toefl20190418/px/images/icon_left.png) no-repeat;
	left: -12px;
    top: -22px;
}
.classDescCon .classDesc .left{
	width: 540px;
}
.classDescCon .classDesc .left>div{
	overflow: hidden;
	
}
.classDescCon .classDesc .left>div.classInfo{
	font-size: 24px;
	color: rgb( 78, 70, 101 );
	line-height: 30px;
	margin-top: 10px;
}
.classDescCon .classDesc .left .price{
    background-image: -moz-linear-gradient( 171deg, rgb(175,156,219) 0%, rgb(150,157,211,0.9) 100%);
    background-image: -webkit-linear-gradient( 171deg, rgb(175,156,219) 0%, rgb(150,157,211,0.9) 100%);
    background-image: -ms-linear-gradient( 171deg, rgb(175,156,219) 0%, rgb(150,157,211,0.9) 100%);
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    margin-top: 15px;
}
.classDescCon .classDesc .left div span{
	float:left;	
}
.classDescCon .classDesc .left div p{
	float:right;
	width: 390px;
	display: block;
}
.classDescCon .classDesc .right{
	width: 240px;
}
.classDescCon .classDesc .right a{
	width: 240px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	font-size: 30px;
	color: #fff;
	text-align: center;
	background: url(http://www-static.zhan.com/web/special/pages/toefl20190418/px/images/lqzk.png) no-repeat;	
}
.classDescCon .classDesc .right a:nth-child(2) {
	background: url(http://www-static.zhan.com/web/special/pages/toefl20190418/px/images/zxkc.png) no-repeat;
	margin-top: 20px;
}

.section04 {
	margin-bottom: 40px;
}
.section04>.inner_box {
	width: 1016px;
	margin: 40px auto 0;
	box-sizing: border-box;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
	box-shadow: 3px 12px 16px 0px #a6a2d3;
}
.section04 .box1{
	position: relative;
	margin-top: 40px;
}
.section04 .box1 a,
.section04 .box2 a{
	position: absolute;
	width: 358px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);/* IE 9 */	
	-moz-transform: translateX(-50%);/* Firefox */
	-webkit-transform: translateX(-50%);/* Safari å’Œ Chrome */
	-o-transform: translateX(-50%);/* Opera */
	bottom: 15px;
}
.section04 .box1 a{
	height: 100px;
	line-height: 74px;
	background: url(http://www-static.zhan.com/web/special/pages/toefl20190418/px/images/sqkq.png) no-repeat;
}
.section04 .box2{
	position: relative;
	margin-top: 20px;
}
.section04 .box2 a{
	height: 110px;
	line-height: 84px;
	background: url(http://www-static.zhan.com/web/special/pages/toefl20190418/px/images/hq.png) no-repeat;
	bottom: 10px;
}

.section04 .box3{
	width: 100%;
	height: 624px;
	position: relative;
	margin-top: 20px;
	background: url(http://www-static.zhan.com/web/special/pages/toefl20190418/px/images/s4_img03.png) no-repeat;
	overflow: hidden;
}
.section04 .box3 .innerBox{
	text-align: center;
	margin-top: 120px;
	position: relative;
}
.section04 .box3 .swiper-pagination .swiper-pagination-bullet{
	opacity: .5;
}
.section04 .box3 .swiper-button-prev {
	width: 63px;
	height: 63px;
	background: url(http://www-static.zhan.com/web/special/pages/toefl20190418/px/images/left.png);
	background-size: 100% 100%;
	top: 50%;
	left: 30px;
	outline: none;
}
.section04 .box3 .swiper-button-next {
	width: 63px;
	height: 63px;
	background: url(http://www-static.zhan.com/web/special/pages/toefl20190418/px/images/right.png);
	background-size: 100% 100%;
	top: 50%;
	right: 30px;
	outline: none;
}
.section04 .box3 .swiper-pagination span {
	width: 11px;
	height: 11px;
	margin-right: 13px;
	background: #fff;
}
.section04 .box3 .swiper-pagination span.swiper-pagination-bullet-active {
	background: #7573cc;
}
.section04 .box3 .swiper_box2 ul li {
	position: relative;
}
.section04 .box3 .swiper_box2 ul li a {
	position: absolute;
	top: 300px;
	right: 200px;
	width: 226px;
	height: 73px;
}
.section04 .box3 .swiper_box2 ul li a:nth-child(3) {
	position: absolute;
	top: 300px;
	left: 80px;
	width: 380px;
	height: 73px;
}
.section04 .box5{
	margin-top: 20px;
	position: relative;
	z-index: 1;
}
.section04 .box4{
	width: 1016px;
	height: 442px;
	background: url(http://www-static.zhan.com/web/special/pages/toefl20190418/px/images/s4_bg.png) no-repeat;
	margin: 50px 0 44px;
	padding-top: 152px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.box4_content {
	width: 895px;
	margin:0 auto;
}
.box4_content li{
	float: left;
	background: #fff;
	border:2px dashed #9297cf;
	width: 407px;
	height: 236px;
	margin:0 18px;
	padding: 31px 34px 30px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.box4_content li .title{
	font-size: 30px;
	color:#795acb;
	padding-bottom: 8px;
	border-bottom: 1px solid #accbde;
}
.box4_content li p{
	color:#795acb;
	font-size: 18px;
	line-height: 22px;
	margin: 18px 0 14px;
}
.box4_content li a{
	color:#ff1a91;
	font-size: 24px;

}
.box4_content li a:after{
	content:'';
	width:14px;
	height: 26px;
	display: inline-block;
	background: url(http://www-static.zhan.com/web/special/pages/toefl20190418/px/images/icon_btn.png) no-repeat;
	vertical-align: middle;
	margin: -3px 0 0 13px; 
}
.linkBox{
	text-align: center;
	background: #afbafb;
	position: relative;
	margin-top: -20px;
	padding: 50px 0 30px;	
}
.linkBox span{
	display: inline-block;
	padding: 0 50px;
}
.linkBox span:last-child{
	border-left: 2px solid #fff;
}
.linkBox a{
	font-size: 22px;
	color: #fff;
	line-height: 46px;
}
.linkBox img{
	margin-right: 10px;
}


.footer{
    width:100%;
    height: 280px;
    background: #383838;
}

.footer .footerContent{
    width: 1200px;
    margin: 0 auto;
}

.footer .footerContent .LOGO{
    width: 170px;
    height: 74px;
    display: inline-block;
    margin-top: 37px;
    margin-right: 174px;
	margin-bottom: 40px;
	margin-left: 90px;
}

.footer .footerContent .contextLink {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    display: inline-block;
    margin-top: 55px
}
.footer .footerContent .contextLink .about{
    width: 27px;
    height: 30px;
    display: inline-block;
    background: url(/img/about.png)no-repeat center center;
    margin-right: 14px;
    vertical-align: top;
}
.footer .footerContent .contextLink .face{
    width: 27px;
    height: 30px;
    display: inline-block;
    background: url(/img/face.png)no-repeat center center;
    margin-right: 14px;
    margin-left: 90px;
    vertical-align: top;
}
.footer .footerContent .contextLink a{
font-size: 18px;
color: #ffffff;
}

.footer .footerContent .Line{
    width: 100%;
    height: 1px;
    background: #797979;
    margin-bottom: 25px;
}

.footer .footerContent .FooterText{
	width: 1018px;
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    margin: 0 auto 23px auto;
}

.footer .beianArea{
    width: 100%;
    height: 62px;
    background: #000000;
}
.footer .beianArea a{
	display: block;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 60px;
}