*{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	box-sizing: border-box;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
html,body{
	min-width: 1200px;
}

body,input,textarea{
	font-family: "microsoft yahei", "微软雅黑";
	font-size: 14px;
	color: #333;
}
.fl{float: left;}
.fr{float: right;}
.clearfix{zoom: 1;}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
.container{
	width: 100%;
	min-width: 1200px;
}
.content{
	width: 1200px;
	margin: 0 auto;
}
.top{
	height: 40px;
	line-height: 40px;
	color: #666;
	background: #f0f0f0;
}
.top .fr a{
	padding-left: 21px;
	color: #666;
}
.top .weixin-kefu{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background: url(../img/kefu_weixin.png) no-repeat center left;
}
.top .qq-kefu{
	margin-left: 25px;
	background: url(../img/kefu_qq.png) no-repeat center left;
}
.top2{
	height: 90px;
}
.top2 .logo{
	margin-right: 40px;
	vertical-align: middle;
}
.top2 .fl{
	font-size: 20px;
	color-profile: #333;
	line-height: 90px;
}
.top2 .fl span{
	color: #e4393c;
}
.top2 .tel-img{
	margin-top: 18px;
}
.top2 .tel-num{
	font-size: 30px;
	color: #fdad02;
}
.nav{
	height: 50px;
	background: #e4393c;
}
.mainnav{
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -moz-box;
	display: flex;
	justify-content: space-around;
	font-size: 16px;
}
.mainnav a{
	color: #fff;
	line-height: 50px;
}
.mainnav a:hover{
	color: #fbfe03;
}
.mainnav a.navon{
	color: #fbfe03;
}

.swiper-slide {overflow: hidden;}
.swiper-slide img{
	display: block;
	position: relative;
}

/* footer */
.feature-box{
	height: 131px;
	background: #f9f9f9;
}
.feature-list{
	height: 100%;
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
	display: -moz-box; /* Firefox 17- */  
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
	display: -moz-flex; /* Firefox 18+ */  
	display: -ms-flexbox; /* IE 10 */  
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.feature-list>div{
	height: 100%;
	flex: auto;
}
.feature{
	display: table;
}
.feature>div{
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.feature .d1{font-size: 20px;color: #333;margin-bottom: 10px;}
.feature .d2{color: #666;}
.bottom{
	background: #333;
}
.quick-nav{
	height: 113px;
	border-bottom: 1px solid #434343;
}
.quick-nav img{
	margin-top: 44px;
}
.quick-nav a{
	margin-left: 48px;
	font-size: 16px;
	color: white;
}
.contact-us{
	height: 230px;
}
.contact-us .fr{
	margin-left: 30px;
	color: white;
}
.qrcode{
	margin: 52px 0 12px;
}
.online-zixun{
	display: block;
	width: 118px;
	height: 36px;
	margin: 75px 0 22px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	background: #e4393c;
}
.online-zixun img{
	vertical-align: middle;
	margin-right: 5px;
}
.contact-us .fr .tele{
	margin-top: 10px;
	font-size: 24px;
}
.bottom-tit{
	font-size: 18px;
	color: #fff;
	line-height: 80px;
}
.contact-way{
	color: #969595;
	line-height: 30px;
}
.friendlink{
	height: auto;
}
.friendlink a{
	color: #969595;
	margin-right: 30px;
	line-height: 40px;
}
.copyright{
	height: 92px;
	border-top: 1px solid #434343;
	line-height: 82px;
	color: #969595;
}


.section1 .fl1{
	width: 364px;
}
.section1 .fl2{
	width: 388px;
}
.section1 .fr1{
	width: 355px;
}
.section1>.fl{
	margin-right: 46px;
}
.section1{
	padding: 30px 0;
}
.section1 .guide{
	height: 294px;
	border: 1px solid #e1e1e1;
}
.head-tit{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.head-tit img{
	vertical-align: -3px;
	margin-right: 10px;
}
.section1 .remaining{
	height: 81px;
	padding-top: 10px;
	font-size: 18px;
	color: #333;
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
	background: #fafafa;
}
.section1 .remaining img{
	vertical-align: -2px;
	margin-right: 5px;
}
.section1 .remaining span{
	font-size: 36px;
	font-weight: bold;
	color: #e4393c;
}
.guide-box{
	padding: 16px 14px;
}
.guide-list{
	height: 134px;
	padding-top: 5px;
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
	display: -moz-box; /* Firefox 17- */  
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
	display: -moz-flex; /* Firefox 18+ */  
	display: -ms-flexbox; /* IE 10 */  
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
	flex-wrap: wrap;
	justify-content: space-between;
}
.guide-list > a{
	width: 81px;
	height: 39px;
	color: #333;
	text-align: center;
	line-height: 38px;
	border-radius: 3px;
	border: 1px solid #e1e1e1;
}
.guide-list > a:hover{
	color: white;
	background: #e4393c;
	border: none;
}
.info-list li{
	/* list-style: square; */
	position: relative;
	padding-left: 15px;
	height: 30px;
	line-height: 30px;
}
.info-list li:before{
	content: "";
	position: absolute;
	top: 13px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #e1e1e1;
}
.info-list li a{
	display: inline-block;
	width: 300px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
}
.info-list li .date{
	color: #999;
}
.fr1-r1{
	height: 93px;
	padding: 20px;
	color: white;
	background:url(../img/bg.png);
	/*background: -webkit-gradient(linear, 0 0, 100% 0, from(#3879f1), to(#559bf8));
	background: -webkit-linear-gradient(left, #3879f1, #559bf8);
	background: -moz-linear-gradient(left, #3879f1, #559bf8);
	background: -o-linear-gradient(left, #3879f1, #559bf8);
	background: linear-gradient(left, #3879f1, #559bf8);*/
}
.fr1-r1 .d1{
	font-size: 24px;
}
.fr1-r1 .d1 span{
	color: #fbfe03;
}
.fr1-r1 .d2{
	font-size: 18px;
}
.fr1-r1 .fr{
	width: 48px;
	height: 48px;
	padding-top: 16px;
	font-size: 24px;
	text-align: center;
	background: url(../img/calendar_bg.png) no-repeat center;
	background-size: cover;
}
.fr1-r2{
	height: 138px;
	padding-top: 19px;
}
.fr1-r2>div{
	width: 25%;
	text-align: center;
	color: #333;
}
.fr1-r2 .bonus-point{
	width: 59px;
	height: 22px;
	margin: 0 auto;
	color: white;
	line-height: 22px;
	border-radius: 11px;
	background: #999;
}
.fr1-r2 img{
	margin-top: 5px;
}
.fr1-r3{
	text-align: center
}
.fr1-r3 a{
	display: inline-block;
	width: 160px;
	height: 42px;
	border-radius: 21px;
	line-height: 42px;
	font-size: 18px;
	color: #fff;
}
.fr1-r3 a img{
	vertical-align: middle;
	margin-right: 5px;
}
.adver{
	display: block;
	width: 100%;
	height: 70px;
}
.adver1{
	background: url(../img/adver_img.png) center;
	background-size: cover;
}
.adver2{
	background: url(../img/adver_img2.png) center;
	background-size: cover;
}
.head-tit a{
	padding-left: 21px;
	font-size: 14px;
	font-weight: lighter;
	color: #333;
	line-height: 24px;
	background: url(../img/refresh.png) no-repeat left center;
}
.question-box{
	height: 253px;
	margin-top: 20px;
	padding: 0 15px;
	border: 1px solid #e1e1e1;
}
.question-box li{
	height: 63px;
	padding: 14px 0 14px 28px;
	line-height: 35px;
	color: #333;
	background: url(../img/question.png) no-repeat left center;
}
.question-box li + li{
	border-top: 1px solid rgba(225,225,225,.5);
}
.question-box li .fl{
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.question-box li a{
	width: 98px;
	height: 35px;
	font-size: 18px;
	color: white;
	text-align: center;
	border-radius: 3px;
	background: #e1e1e1;
}
.question-box li a:hover{
	background: #e4393c;
}

.section2{
	padding-top: 28px;
}
.benefit-box{
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.benefit{
	display: table;
	width: 388px;
	height: 146px;
	padding: 0 16px;
	margin-top: 20px;
	border: 1px solid #e1e1e1;
}
.benefit > div{
	display: table-cell;
	vertical-align: middle;
	padding: 0 14px;
}
.benefit .d1{
	margin-bottom: 18px;
	font-size: 24px;
	color: #333;
}
.benefit .d2{
	color: #666;
	line-height: 1.6;
}
.subject-box{
	padding-top: 20px;
}
.subject-box .subject{
	float: left;
	width: 276px;
	margin-right: 32px;
}
.subject-box .subject:nth-child(4n){
	margin: 0;
}
.subject .show-img{
	display: block;
}
.subject-intro{
	padding: 15px 20px;
	border: 1px solid #e1e1e1;
}
.subject-txt{
	color: #666;
	line-height: 25px;
}
.subject-txt .sign-up{
	display: inline-block;
	height: 25px;
	margin-left: 12px;
	padding-left: 25px;
	color: #e4393c;
	background: url(../img/apply_icon.png) no-repeat left center;
}
.more-problems{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 6px 0 36px;
}
.more-problems>.leftbox{
	width: 209px;
	height: 330px;
	padding: 25px;
	background: #f9f9f9;
}
.more-problems>.leftbox:hover{
	background: #fed942;
}
.more-problems>.rightbox{
	width: 364px;
	height: 330px;
	border: 5px solid #e1e1e1;
	background: #f9f9f9;
}
.more-problems .left-tit{
	margin-bottom: 14px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 40px;
}
.right-tit{
	font-size: 24px;
	color: #333;
	text-align: center;
	line-height: 69px;
}
.red{
	color: #e4393c;
}
.more-problems>.leftbox .option li{
	width: 100%;
	height: 49px;
	margin-bottom: 8px;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 49px;
	border-radius: 4px;
	background: white;
}
/*.more-problems>.leftbox .option li:first-child{
	color: #fff;
	background: #333;
}*/
.section3{
	padding: 32px 0 70px;
	text-align: center;
}
.section3 .d1{
	font-size: 30px;
}
.section3 .d2{
	padding: 10px 0 35px;
	font-size: 20px;
}
.section3 a{
	display: inline-block;
	width: 414px;
	height: 85px;
	line-height: 85px;
	font-size: 30px;
	color: #fff;
	border-radius: 8px;
	background: #e4393c;
	box-shadow: 0 0 12px 1px rgba(228,57,60,.35);
	-webkit-box-shadow: 0 0 12px 1px rgba(228,57,60,.35);
}

.title-bar{
	margin: 30px 0 0;
}
.title-bar .head-tit{
	margin: 0;
}
.title-bar .fr{
	color: #666;
}
.section1 .fl3{
	width: 796px;
	/*height: 674px;*/
	padding: 24px 28px;
	border: 1px solid #e1e1e1;
}
.fr1-r4 {
	margin-top: 44px;
}
.input-block{
	display: block;
	width: 429px;
	height: 54px;
	padding-left: 20px;
	margin-bottom: 12px;
	line-height: 52px;
	border-radius: 8px;
	border: 1px solid #c1c1c1;
}
.layer{
	padding: 5px 0 20px;
}
.layer label{
	color: #999;
}
textarea::-moz-placeholder{
	font-family: "微软雅黑";
	color: #666;
}
textarea:-ms-input-placeholder{
	font-family: "微软雅黑";
	color: #666;
}
textarea::-ms-input-placeholder{
	font-family: "微软雅黑";
	color: #666;
}
textarea::-webkit-input-placeholder{
	font-family: "微软雅黑";
	color: #666;
}
.subject-box .subject{
	margin-bottom: 30px;
}
.subject-txt .d1{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.subject-txt .d2{
	margin-top: 5px;
	color: #999;
}
.subject-txt .d2 span{
	color: #333;
}
.paginator{
	padding: 15px 0 50px;
	text-align: center;
}
.paginator li{
	display: inline-block;
	margin: 0 4px;
}
.paginator li a{
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	color: #666;
}
.paginator li a.active,.paginator li a:hover{
	border-color: #e21912;
	color: #fff;
	background: #e21912;
}
.detail-head{
	margin: 30px 0 8px;
	font-size: 30px;
	text-align: center;
}
.detail-subhead{
	color: #999;
	text-align: center;
}
.school-img{
	display: block;
	margin: 32px auto 40px;
}
.detail-box .word,
.detail-box .text{
	margin-bottom: 30px;
	color: #666;
	line-height: 2;
}
.detail-box .word{
	position: relative;
	padding: 15px 30px;
	border: 3px solid #e4393c;
}
.detail-box .word:before,
.detail-box .word:after{
	content: "";
	position: absolute;
	width: 31px;
	height: 31px;
}
.detail-box .word:before{
	left: 0;
	bottom: 0;
	background: url(../img/triangle1.png) no-repeat;
}
.detail-box .word:after{
	top: 0;
	right: 0;
	background: url(../img/triangle2.png) no-repeat;
}
.tit-bar{
	padding-top: 20px;
	margin-bottom: 22px;
	font-size: 18px;
	color: #fff;
	border-bottom: 1px solid #e4393c;
}
.tit-bar span{
	display: inline-block;
	width: 155px;
	height: 42px;
	padding-right: 18px;
	text-align: center;
	line-height: 42px;
	background: url(../img/tit_bg.png) no-repeat;
}
.sign-btn{
	display: block;
	width: 414px;
	height: 85px;
	margin: 45px auto 120px;
	line-height: 85px;
    font-size: 30px;
    color: #fff;
	text-align: center;
    border-radius: 8px;
    background: #e4393c;
    box-shadow: 0 0 12px 1px rgba(228,57,60,.35);
    -webkit-box-shadow: 0 0 12px 1px rgba(228,57,60,.35);
}

.section4{
	margin-top: 20px;
	margin-bottom: 30px;
	border-top: 3px solid rgba(225,225,225,.5);
}
.section4 .leftbox{
	width: 853px;
}
.section4 .rightbox{
	width: 288px;
}
.correlation{
	padding-top: 20px;
	border-top: 2px solid rgba(225,225,225,.5);
}
.info-list>ul{
	width: 50%;
	padding: 10px 0 25px;
}
.head-tit .publish{
	width: 98px;
	height: 35px;
	font-size: 18px;
	color: white;
	border-radius: 3px;
	background: #e4393c;
}
.evaluating-box{
	padding: 30px 40px;
	margin-bottom: 20px;
	border: 1px solid #e1e1e1;
}
.evaluating-item{
	font-size: 18px;
	padding: 20px 0 12px;
}
.get-result{
	display: block;
	width: 310px;
	height: 61px;
	margin: 18px 0 20px;
	font-size: 18px;
	color: white;
	text-align: center;
	line-height: 61px;
	border-radius: 8px;
	background: #e4393c;
}
.section4 .rightbox .right1{
	width: 100%;
	height: 330px;
	margin-top: 24px;
	margin-bottom: 18px;
	border: 5px solid #e1e1e1;
	background: #f9f9f9;
}
.input-right {
	display: block;
	width: 248px;
	height: 49px;
	padding-left: 16px;
	margin: 0 auto 12px;
	border-radius: 8px;
	border: 1px solid #c1c1c1;
	background: white;
}
input[type=button].input-right{
	padding: 0;
	margin-top: 18px;
	font-size: 18px;
	color: white;
	border: none;
	background: #e4393c;
}
.right2-tit{
	width: 100%;
	height: 52px;
	padding-left: 18px;
	line-height: 52px;
	font-size: 18px;
	color: #000;
	background: #fafafa;
}
.info-list2{
	margin-bottom: 20px;
	padding: 15px 18px;
	border: 1px solid #e1e1e1;
	border-top: none;
}
.info-list2 li a{width: 236px;}
.contact-box{
	padding: 18px;
	color: #333;
	background: #fed942;
}
.contact-box .contact{
	line-height: 30px;
}
.contact-box .contact img{
	vertical-align: -2px;
	margin-right: 9px;
}
.news-list{
	padding-top:25px;
}
.news-list>div{
	margin-bottom: 40px ;
}
.news-list>div>.fr{
	width: 660px;
}
.news-list .head-tit{
	padding-top: 8px;
}
.news-intro{
	color: #666;
	line-height: 25px;
}
.lookover{
	margin-top: 10px;
	line-height: 35px;
}
.lookover a{
	width: 98px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	background: #e1e1e1;
}
.lookover a:hover{
	background: #e4393c;
}
.lookover .published-date{
	padding-left: 24px;
	color: #c1c1c1;
	background: url(../img/time_icon.png) no-repeat left center;
}