html,body{min-width: 1200px;margin:0;padding:0;}
div, span, ul, li, p, form, img, input, label, table, thead, tbody, tr, th, td, hr, textarea, a ,h1, h2, h3, h4, h5, h6{margin:0;padding:0;}
#main{background: #f0faff;font-size: 0;font-family: "Microsoft YaHei";color: #000;}
#main * {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
/*comment*/
#main li{list-style: none;}
#main h6,#main h5,#main h4,#main h2{font-weight: bold;}
#main h6{font-size: 14px;line-height: 14px;}
#main h5{font-size: 16px;line-height: 16px;}
#main h4{font-size: 18px;line-height: 18px;}
#main h2{font-size: 22px;line-height: 22px;}
#main a{text-decoration: none;color: inherit;}
#main a.bottom-teacher-ask:hover{color: #333;text-decoration: underline;}
#main .btn-box{width: 100%;margin: 0 auto;}
#main .box-inline{text-align: center;}
#main .box-inline .btn{display: inline-block;}
#main .btn{
	color: #fff;text-align: center;
	font-size: 14px;width: 276px;height: 46px;line-height: 46px;border-radius: 50px;margin: 0 auto;
	background: #fb648a;
	background: -webkit-linear-gradient(-90deg, #ff8fb9, #fb648a); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(-90deg, #ff8fb9, #fb648a); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(-90deg, #ff8fb9, #fb648a); /* Firefox 3.6 - 15 */
	background: linear-gradient(180deg, #ff8fb9, #fb648a); /* 标准的语法 */
}
#main .btn, #main .tab{
	cursor: pointer;
	-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;
}
#main .btn:hover, #main .btn.active{
	background: #009ee3;
	background: -webkit-linear-gradient(-90deg, #00b6e4, #0085e2); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(-90deg, #00b6e4, #0085e2); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(-90deg, #00b6e4, #0085e2); /* Firefox 3.6 - 15 */
	background: linear-gradient(180deg, #00b6e4, #0085e2); /* 标准的语法 */
}
#main .fr{float: right;}
#main .fl{float: left;}
#main .tl{text-align: left!important;}
#main .tc{text-align: center!important;}
#main .tr{text-align: right!important;}
#main .clearfloat:after{content:"";display:block;clear:both;visibility:hidden;height:0;}
#main .icon{background-image: url(../images/icons.png);background-repeat: no-repeat;}
#main span.showLeyu,#main span.YueYuPop,#main span.Pop-Down,#main span.R-Test{color: #ff6d94;cursor: pointer;text-decoration: underline;}
#main .shadow{
	-moz-box-shadow: 0px 5px 10px rgba(196,230,245,0.26);-webkit-box-shadow: 0px 5px 10px rgba(196,230,245,0.26);box-shadow: 0px 5px 10px rgba(196,230,245,0.26);
	display: inline-block;vertical-align: top;background-color: #fff;
}
/* input  select */
#main input,#main textarea, #main select{border: 0;resize:none;outline: none;font-size: 14px;background-color: #fff;}
#main select{appearance:none;-moz-appearance:none;-webkit-appearance:none;}
#main select::-ms-expand{display: none;}
#main .select{position: relative;display: inline-block;}
#main form .select:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 14px solid #fe82aa;
	top: 50%;
	margin-top: -7px;
	right: 10px;
}
#main .select input{cursor: default;}
#main .select ul{
	display: none;
	position: absolute;
	font-size: 14px;
    z-index: 100;
    overflow: auto;
    color: #000;
    padding: 5px 0;
    background-color: #fff;
    line-height: 24px;
    border: 1px solid #ecedf6;
    width: 100%;
    max-height: 200px;
}
#main .select ul.active{display: block;}
#main .select ul li{padding-left: 35px;cursor: pointer;}
#main .select ul li:hover{background-color: #e5e5e5;}
/* input  select */
/*header*/
#main .header{background: url(../images/header.png) no-repeat center top;height: 764px;}
#main .header .btn-box{width: 1000px;padding: 375px 0 0 486px;}
#main .header .btn-box .btn{margin: 0 30px;display: inline-block;width: 162px;}
#main .header .nav{
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
#main .header .nav.fixed{
	opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	height: 50px;
}
#main .header .nav ul{
	width: 1000px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	display: none;
	background-color: #0097c9;
	border-radius: 50px;
}
#main .header .nav.fixed ul{display: block;}
#main .header .nav li{
	display: inline-block;
	font-size: 14px;
	position: relative;
	cursor: pointer;
	color: #fff;
	width: 142px;
	text-align: center;
}
#main .header .nav li:hover:before, #main .header .nav li:hover:after,
#main .nav li.active:before, #main .nav li.active:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fc759c;
	margin: 0 7px;
}
/*header end*/

/*section*/
#main .section{padding: 55px 0;background-repeat: no-repeat;background-position: center;}
#main .section6{background-image: url(../images/bg_01.png);background-position-y: bottom;}
#main .section7{background-image: url(../images/bg_02.png);height: 1043px;}
#main .section8{background-image: url(../images/bg_03.png);height: 575px;}
#main .section9{background-image: url(../images/bg_04.png);height: 495px;}
#main .section .headline,
#main .section .container{width: 1000px;margin: 0 auto;position: relative;}
#main .section .headline{margin-bottom: 30px;}
#main .section .headline img{width: auto;height: auto;}
#main .section .last{margin-right: 0!important;}

#main .section1{margin: -270px 0 0 0;}
#main .section1 .container{padding-top: 8px;height: 237px;}
#main .section1 .shadow{
	width: 692px;
	height: 50px;
	border-radius: 3px;
	margin: 0 0 9px;
	line-height: 50px;
}
#main .section1 .shadow .fl{
	font-size: 24px;
	color: #fff;
	background-color: #00afcf;
	border-radius: 3px 0 0 3px;
	width: 50px;
	height: 50px;
	text-align: center;
	position: relative;
}
#main .section1 .shadow .fl:after{
	content: "";
	position: absolute;
	top: 15px;
	right: -7px;
	border-style: solid;
	border-width: 10px 0 10px 7px;
	border-color: transparent transparent transparent #00afcf;
}
#main .section1 .shadow p{font-size: 14px;padding: 0 0 0 70px;}
#main .section1 .right{
	position: absolute;
	top: -71px;
	right: 0;
}
#main .section1 .btn{margin-top: 24px;}

#main .section2 .container{height: 392px;}
#main .section2 .container:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -55px;
	width: 66px;
	height: 490px;
	background: url(../images/icon_bg_01.png) no-repeat;
}
#main .section2 .item{
	display: inline-block;
	vertical-align: top;
	width: 425px;
	margin: 10px 51px 20px 0;
}
#main .section2 .item h4{
	height: 44px;
	padding: 0 0 14px 87px;
	line-height: 36px;
	background: url(../images/icons.png) no-repeat -380px -5px;
	position: relative;
}
#main .section2 .item h4 .icon{
	position: absolute;
	top: 9px;
	left: 9px;
	width: 32px;
	height: 29px;
	background-position: -5px -5px;
	-webkit-animation: pulse 1s infinite alternate;
	-o-animation: pulse 1s infinite alternate;
	animation: pulse 1s infinite alternate;
}
@-webkit-keyframes pulse{
	from {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
	50%{-webkit-transform: scale3d(0.8, 0.8, 0.8);transform: scale3d(0.8, 0.8, 0.8);}
	to {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
}
@keyframes pulse{
	from {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
	50%{-webkit-transform: scale3d(0.8, 0.8, 0.8);transform: scale3d(0.8, 0.8, 0.8);}
	to {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
}
#main .section2 .item .shadow{
	width: 100%;
	height: 132px;
	font-size: 14px;
	line-height: 26px;
	padding: 25px 30px 0;
}
#main .section2 .shadow span.showLeyu, #main .section2 .shadow span.YueYuPop{font-weight: bold;}

#main .section3{background-color: #68d7eb;}
#main .section3 .container{width: 1012px;}
#main .section3 .item{
	padding: 5px;
	width: 468px;
	border: 1px solid #fff;
	display: inline-block;
	vertical-align: top;
	margin: 0 19px 18px 0;
	border-radius: 3px;
}
#main .section3 .item .content,
#main .section7 .item .content{
	background-color: #fff;height: 100%;border-radius: 3px;
	-moz-box-shadow: 0px 4px 14px rgba(72,197,219,0.5);-webkit-box-shadow: 0px 4px 14px rgba(72,197,219,0.5);box-shadow: 0px 4px 14px rgba(72,197,219,0.5);
}
#main .section3 .item .top{
	padding: 17px 45px;
	border-bottom: 1px solid #9becfa;
}
#main .section3 .item .top h4{display: inline-block;}
#main .section3 .item .top h4:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fe83ac;
	margin: 0 10px 0 0;
}
#main .section3 .item .top p{
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	color: #74daec;
	letter-spacing: 1.1px;
	margin: 0 0 0 10px;
}
#main .section3 .item .bottom{padding: 30px 10px 0;}
#main .section3 .item .box{display: inline-block;width: 50%;padding: 0 35px;}
#main .section3 .item p{font-size: 14px;line-height: 30px;}
#main .section3 .item p span{font-weight: bold;}
#main .section3 .item .btn{margin-top: 22px;}
#main .section3 .item1{height: 280px;margin-top: -135px;}
#main .section3 .item1 h5{text-align: center;margin: 8px 0 14px;}
#main .section3 .item1 .box:first-child{border-right: 1px solid #b3f0fb;}
#main .section3 .item2{height: 460px;width: 525px;}
#main .section3 .item2 .top,
#main .section3 .item2 .bottom{padding-left: 70px;padding-right: 70px;}
#main .section3 .item2 p{margin: 0 0 10px;}
#main .section3 .item2 p .icon{
	display: inline-block;
	vertical-align: middle;
	height: 24px;
	width: 32px;
	background-position: -5px -50px;
}
#main .section3 .item3{height: 296px;margin-top: -314px;}
#main .section3 .item3 .bottom{padding: 17px 45px;}
#main .section3 .item3 .btn{width: 190px;}
#main .section3 .item4{height: 204px;width: 100%;}
#main .section3 .item4 .top{padding-left: 60px;}
#main .section3 .item4 .box{width: auto;}
#main .section3 .item4 .btn{width: 190px;margin-top: 12px;}
#main .section3 .item4 .bottom{padding: 17px 25px;}

#main .section4 .fl,#main .section4 .fr{width: 486px;}
#main .section4 .fr{margin-top: -122px;}
#main .section4 .shadow{
	width: 486px;
	height: 221px;
	margin: 0 0 30px;
}
#main .section4 h4{
	line-height: 56px;
	padding: 0 0 0 100px;
	background: url(../images/icon_bg_02.png) no-repeat;
	position: relative;
}
#main .section4 h4 span{
	position: absolute;
	left: 16px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
#main .section4 p{font-size: 14px;line-height: 26px;margin: 25px 30px 0;}
#main .section4 .btn{width: 220px;display: inline-block;margin-top: 10px}
#main .section4 .btn:first-child{margin-right: 46px;}

#main .section5 .container{
	background: #68d7eb url(../images/icon_bg_03.png) no-repeat;
	padding: 38px 0 0 257px;
	height: 221px;
	border-radius: 3px;
}
#main .section5 .container>div{font-size: 14px;line-height: 14px;color: #066a7c;margin: 0 0 28px;}
#main .section5 .container>div span{font-weight: bold;}
#main .section5 .container>div p{display: inline-block;color: #1ab6d1;margin: 0 0 0 10px;letter-spacing: 1.1px;}
#main .section5 form .form-item{
	width: 188px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
	margin: 0 60px 22px 0;
	position: relative;
}
#main .section5 form .form-item .icon{
	height: 40px;
	width: 40px;
	position: absolute;
	left: 0;
	background-position: 5px -83px;
}
#main .section5 form input{width: 100%;height: 40px;border-radius: 3px;padding: 0 0 0 45px;color: #868686;}
#main .section5 form .btn{display: inline-block;width: 188px;height: 40px;line-height: 40px;}

#main .section6 table{border: 2px solid #00afcf;border-radius: 2px;}
#main .section6 table th{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #00afcf;
	height: 74px;
}
#main .section6 table th p{font-size: 13px;font-weight: normal;}
#main .section6 table td{
	font-size: 14px;
	text-align: center;
	color: #333;
	line-height: 20px;
	padding: 10px 0;
	border-right: 1px solid #74daec;
	border-bottom: 1px solid #74daec;
	background-color: #fff;
}
#main .section6 table td:last-child{border-right: 0;}
#main .section6 table tr:last-child td{border-bottom: 0;}

#main .section7 .container{padding: 35px 0 0;}
#main .section7 .item{
	margin: 0 30px 48px 28px;
	width: 457px;
	height: 215px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 4px;
	position: relative;
}
#main .section7 .item:before,#main .section7 .item:after{
	content: "";
	position: absolute;
	background-color: #6ed8ec;
	z-index: 2;
}
#main .section7 .item:before{
	width: 4px;
	height: 4px;
	left: 0px;
	top: 45px;
}
#main .section7 .item:after{
	width: 4px;
	height: 4px;
	left: 45px;
	top: 0px;
}
#main .section7 .icon{
	position: absolute;
	top: -27px;
	left: -27px;
	width: 75px;
	height: 75px;
	background-color: #6ed8ec;
	border: 1px solid #fff;
	border-radius: 50%;
	z-index: 1;
	background-position: -232px -72px;
}
#main .section7 .top{padding: 23px 0 20px 52px;border-bottom: 1px solid #9becfa;}
#main .section7 h4{cursor: pointer;}
#main .section7 h4:hover{color: #ff6d94;}
#main .section7 .bottom{padding: 10px 28px 0px 52px;}
#main .section7 p{font-size: 14px;line-height: 24px;color: #333;margin: 0 0 9px;position: relative;padding: 0 0 0 70px;}
#main .section7 p span{font-weight: bold;}
#main .section7 p span.tit{position: absolute;left: 0;width: 70px;}
#main .section7 p span.showLeyu{margin: 0 0 0 8px;}
#main .section7 .btn{width: 230px;margin: -8px 20px 0;}

#main .section8 #serveBox .wrap li .item .circle{background-color: #00afcf;}
#main .section8 #serveBox .arrow.prev,#serveBox .arrow.next{
	background-image: none!important;
	font-weight: bold;
	font-size: 30px;
	font-family: simsun;
	color: #fc6e94;
	top: 160px;
}
#main .section8 #serveBox .wrap li .item{-webkit-transform: rotate(0deg);}
#main .section8 #serveBox .wrap .item .content{border-radius: 0 0 10px 10px;}
#main .section8 #serveBox .points li{background-color: #fc6e94;}
#main .section8 #serveBox .points li.active{background-color: #fff;}
#main .section8 #serveBox .tip{color: #fff;}
#main .section9 .headline p{font-size: 14px;line-height: 14px;margin: 30px 0 0;letter-spacing: 2.2px;}
#main .section9 .bottom-teacher-ask{color: #fc6e94;}

#Campuses1 .Majors-T, .New-rate h6{background: #018cb5!important;}
#Campuses1 .C-Button>span, #Rate-Shadow .Ntest-btn{
	background: #ff78a0!important;
	border-color: #ff78a0!important;
	color: #fff!important;
}
#Campuses1 .C-Button>span:hover, #Rate-Shadow .Ntest-btn:hover{
	background-color: #41d2ec!important;
	border-color: #41d2ec!important;
	color: #fff!important;
}