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: #ffd34e;font-size: 0;font-family: "Microsoft YaHei";color: #333;letter-spacing: 0.5px;}
#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;
	font-size: 15px;width: 216px;height: 46px;line-height: 46px;border-radius: 50px;margin: 0 auto;
	background: #b83eff;
}
#main .btn, #main .tab{
	cursor: pointer;text-align: center;font-weight: bold;
	-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: #c663ff;}
#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{cursor: pointer;/*color: #ff6d94;text-decoration: underline;*/}
/* input  select */
#main input,#main textarea, #main select{border: 0;resize:none;outline: none;font-size: 14px;background-color: #f3f4ff;}
#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 #ff9600;
	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 begin*/
#main .header{background: url(../images/header.png) no-repeat center top;height: 726px;padding: 393px 0 0;}
#main .header .btn-box .btn{margin: 0 12px;width: 168px;height: 50px;line-height: 50px;display: inline-block;}
#main .header .introduction{
	width: 1000px;
	margin: 97px auto 0;
	border: 1px solid #893b0e;
	border-radius: 8px;
	background-color: #fff297;
	padding: 20px 25px 8px 20px;
	color: #292100;
}
#main .header .introduction li{
	font-size: 14px;
	line-height: 24px;
	padding: 0 0 17px 18px;
	position: relative;
}
#main .header .introduction li:before{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fe9126;
	position: absolute;
	left: 0;
	top: 8px;
}
/*header end*/
/*section*/
#main .section{background-repeat: no-repeat;background-position: top center;}
#main .section{padding: 50px 0;}
#main .section .last{margin-right: 0!important;}
#main .section .headline, #main .section .container{width: 1000px;margin: 0 auto;position: relative;}
#main .section .headline{text-align: center;margin-bottom: 40px;}
#main .section .headline span{
	font-weight: bold;
	font-size: 38px;
	line-height: 38px;
	color: #552200;
	display: inline-block;
	position: relative;
}
#main .section .headline span:before, #main .section .headline span:after{
	content: "";
	position: absolute;
	bottom: 0;
	width: 88px;
	height: 148px;
	background: url(../images/icons.png) -5px -5px;
}
#main .section .headline span:before{left: -106px;}
#main .section .headline span:after{right: -106px;background-position-x: -115px;}
#main .section1{background-image: url(../images/bg_01.png);/*height: 1845px;*/position: relative;}

#main .section1:before{
	content: "";
	position: absolute;
	width: 1098px;
	background-color: #fff297;
	top: 0;
	left: 50%;
	margin-left: -660px;
	bottom: 135px;
	border: 1px solid #893b0e;
	border-radius: 3px;
}
#main .section1 .container{width: 1016px;}
#main .section1 .tab-box{height: 84px;}
#main .section1 .tab a{display: block;}
#main .section1 .tab{
	width: 249px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
	background-color: #fe9126;
	color: #fff;
	border-radius: 4px;
	font-size: 18px;
}
#main .section1 .tab.active, #main .section1 .tab:hover{
	background: #fff;
	color: #fe7c26;
	height: 88px;
	line-height: 84px;
	border-radius: 4px 4px 0 0;
}
#main .section1 .panel-box{
	background-color: #fff;
	padding: 22px 22px 50px;
	border-radius: 4px;
}
#main .section1 .panel{display: none;}
#main .section1 .panel.active{display: block;}
#main .section1 .panel .top{
	background-color: #fffdd3;
	padding: 28px 70px 28px 0;
	border-radius: 100px;
	height: 128px;
	margin: 0 0 30px;
}
#main .section1 .top .icon{
	display: inline-block;
	vertical-align: middle;
	margin: -13px 0 0 26px;
	width: 99px;
	height: 99px;
	background-position: 4px -156px;
	border-radius: 50%;
	background-color: #fff;
}

#main .section1 .top .fr{width: 740px;color: #333;}
#main .section1 .top .fr p{font-size: 14px;line-height: 24px;/*text-indent: 2em;*/}
#main .section1 .top .fr p span{font-weight: bold;color: #683b00;}
#main .section1 .center p{
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	color: #683b00;
	font-weight: bold;
	letter-spacing: .8px;
	margin: 0 0 20px;
}
#main .section1 .center p span.fl{width: 852px;overflow: hidden;white-space:nowrap;}
#main .section1 .center p span.fr{cursor: pointer;font-size: 14px;color: #ff6e06;}
#main .section1 .center p span.fl:after{
	content: "，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，";
	font-size: 16px;
	color: #fef093;
	font-weight: bold;
	display: inline-block;
	margin: 0 0 0 10px;
	letter-spacing: 2.2px;
	vertical-align: top;
}
#main .section1 .center p span.fr:before{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 21px;
	height: 21px;
	margin: -3px 5px 0 0;
	background: url(../images/icons.png) -230px -5px;
}
#main .section1 .table-box{
	position: relative;
	height: 799px;
	border: 2px solid #fef19b;
	border-radius: 3px;
}
#main .section1 .table-head{
	background-color: #ffd800;
	font-weight: bold;
	height: 53px;
	line-height: 53px;
	color: #3e3200;
	width: 972px;
	margin: -2px 0 0 -2px;
	padding: 0 0 0 2px;
	border-radius: 3px 3px 0 0;
}
#main .section1 .table-head>div{
	display: inline-block;
	text-align: center;
	font-size: 16px;
}
#main .section1 .table-scroll{
	height: 744px;
	overflow-y: auto;
	position: absolute;
	top: 51px;
	width: 100%;
}
#main .section1 .center table{width: 100%;}
#main .section1 table thead{visibility: hidden;}
#main .section1 table td{
	font-size: 14px;
	text-align: center;
	height: 62px;
	border-right: 1px solid #fef19b;
	border-bottom: 1px solid #fef19b;
}
/*#main .section1 table td .hoverStyle:hover{
	text-decoration: underline;
	color: #f24a00;
}*/
#main .section1 table td a, #main .section1 table td .R-Test, #main .section1 table td .showLeyu{text-decoration: underline;color: #f24a00;}
#main .section1 table td a{
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 180px;
	display: block;
	margin: 0 auto;
}
#main .section1 table td:last-child{border-right: 0;}
#main .section1 table tr:last-child td{border-bottom: 0;}
#main .section1 table tbody tr{background-color: #fff;}
#main .section1 table tbody tr:hover{background-color: #fffdd3;}
#main .section1 .table-scroll::-webkit-scrollbar {width:10px;height:10px;}
#main .section1 .table-scroll::-webkit-scrollbar-button{height: 0;width: 0;}
#main .section1 .table-scroll::-webkit-scrollbar-track{background:#fef19b;}
/*#main .section1 .table-scroll::-webkit-scrollbar-track-piece {background:url(http://www.lyblog.net/wp/wp-content/themes/mine/img/stripes_tiny_08.png);}*/
#main .section1 .table-scroll::-webkit-scrollbar-thumb{background:#fe9126;border-radius:6px;}
#main .section1 .table-scroll::-webkit-scrollbar-corner {background:#82AFFF;}
#main .section1 .table-scroll::-webkit-scrollbar-resizer  {background:#FF0BEE;}
#main .section1 .btn-box .btn{margin: 30px 30px 0;}
#main .section1 .panel-left{width: 139px}
#main .section1 .panel-left .tab-twoLevel{
	width: 100%;
	height: 60px;
	font-size: 18px;
	line-height: 58px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #ffd800;
	background-color: #fff;
	margin: 0 0 29px;
	cursor: pointer;
}
#main .section1 .panel-left .tab-twoLevel:hover,
#main .section1 .panel-left .tab-twoLevel.active{color: #322800;background-color: #ffd800;}
#main .section1 .panel-right .panel-twoLevel{display: none;}
#main .section1 .panel-right .panel-twoLevel.active{display: block;}
#main .section1 .panel-right.table-box{width: 816px;height: 861px;}
#main .section1 .panel-right .table-head{width: 816px;}
#main .section1 .panel-right .table-scroll{height: 806px;}

#main .section1 .bottom{position: relative;}
#main .section1 .bottom .panel{padding: 10px 10px 0;}
#main .section1 .bottom .item{padding: 50px 0 0;}
#main .section1 .bottom .tit{
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #683b00;
	margin: 0 0 15px;
	height: 18px;
}
#main .section1 .bottom .tit:after{
	content: "，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，，";
	font-size: 16px;
	color: #fef093;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 10px;
	letter-spacing: 2.2px;
	width: 792px;
	overflow: hidden;
}
#main .section1 .bottom .item .icon{
	display: inline-block;
	vertical-align: top;
	width: 46px;
	height: 38px;
	background-position: -230px -48px;
	margin: -15px 0 0;
}
#main .section1 .bottom .item2 .icon{background-position-y: -105px;}
#main .section1 .panel3 .bottom .item2 .icon{background-position-x: -300px;}
#main .section1 .bottom{padding: 10px 12px 0;}
#main .section1 .panel1 .bottom{padding: 10px 20px 0 30px;}
#main .section1 .panel1 .bottom .item1,
#main .section1 .panel1 .bottom .item2{width: 100%;}
#main .section1 .panel1 .bottom .item1 .tit:after{}
#main .section1 .panel1 .bottom .item2 .tit:after{}
#main .section1 .panel3 .bottom .item1,
#main .section1 .panel3 .bottom .item2{width: 100%;}
#main .section1 .panel3 .bottom .item1 .tit:after,
#main .section1 .panel3 .bottom .item2 .tit:after{}

#main .section1 .bottom .item1 p{font-size: 14px;line-height: 22px;}
#main .section1 .bottom .item1 p span{color: #ff551a;}
#main .section1 .bottom .item1 .btn{width: 230px;margin: -43px 0 0 70px;float: right;}
#main .section1 .panel3 .bottom .item1 .btn{ margin: -19px 0 0 70px;}
#main .section1 .panel3 .bottom .item2 .btn{width: 230px;margin: 35px 0 0 60px;}
#main .section1 .bottom .item2 li{
	font-size: 14px;
	line-height: 22px;
	color: #333;
	margin: 0 0 16px;
}
#main .section1 .panel1 .bottom .item2 li{width: 260px;}
#main .section1 .bottom .item2 li a{cursor: pointer;}
#main .section1 .panel1 .bottom .item2 li a{text-decoration: underline;}
#main .section1 .bottom .item2 li a:hover{color: #ff7511;}
#main .section1 .bottom .item2 li span{font-weight: bold;color: #ff7511;padding: 0 10px 0 0;}
#main .section1 .panel1 .bottom .item2 img{
	cursor: pointer;
	float: right;
	margin: -140px 10px 0 0;
	position: relative;
}
#main .section1 .bottom .item3{
	position: absolute;
	right: 20px;
	top: 0;
	width: 272px;
}
#main .section1 .panel3 .bottom .item3{width: 382px;}
#main .section1 .bottom .item3 .content,#main .section1 .bottom .item4 .content{
	border: 1px solid #fee99b;
	text-align: center;
	border-radius: 3px;
	color: #333;
}
#main .section1 .bottom .item3 .head,#main .section1 .bottom .item4 .head{
	background-color: #fee34f;
	font-size: 18px;
	color: #483100;
	font-weight: bold;
	height: 48px;
	line-height: 48px;
}
#main .section1 .bottom .item3 .substance,
#main .section1 .bottom .item4 .substance{padding: 25px 30px 35px;}
#main .section1 .panel3 .bottom .item3 .substance{padding: 25px 30px 15px;}
#main .section1 .bottom .item3 .fl,#main .section1 .bottom .item4 .fl{border-right: 1px solid #fee99b;}
#main .section1 .bottom .item3 .fl{width: 130px;}
#main .section1 .bottom .item3 .fr{width: 80px;}
#main .section1 .panel3 .bottom .item3 .fl{width: 220px;}
#main .section1 .panel3 .bottom .item3 .fr{width: 100px;}

#main .section1 .bottom .item3 p,
#main .section1 .bottom .item4 p{font-size: 14px;line-height: 36px;}
#main .section1 .bottom .item3 h5{padding: 0 0 14px 0;margin: 0 0 10px;border-bottom: 1px solid #fee99b;}
#main .section1 .bottom .item3 .fl h5,
#main .section1 .bottom .item3 .fl p{padding-right: 25px;}
#main .section1 .bottom .item3 .fr h5,
#main .section1 .bottom .item3 .fr p{padding-left: 25px;}

#main .section1 .panel2 .bottom .btn{margin: -66px 0 0;}
#main .section1 .bottom .item4 .content{height: 104px;width: 100%;}
#main .section1 .bottom .item4 .fl{height: 100%;}
#main .section1 .bottom .item4 .fl:last-child{border: 0;}
#main .section1 .bottom .item4 .head{
	width: 75px;
	line-height: 31px;
	padding: 20px 0 0;
}
#main .section1 .bottom .item4 h5,
#main .section1 .bottom .item4 p{height: 51px;line-height: 50px;}
#main .section1 .bottom .item4 h5{width: 80px;}
#main .section1 .panel1 .bottom .item4 h5{width: auto;}
#main .section1 .bottom .item4 h5:first-child,
#main .section1 .bottom .item4 p:first-child{padding: 0 17px;border-bottom: 1px solid #fee99b;}
#main .section1 .panel1 .bottom .item4 h5:first-child,
#main .section1 .panel1 .bottom .item4 p:first-child{padding: 0 49px;border-bottom: 1px solid #fee99b;}
#main .section1 .panel3 .bottom .item4 p:first-child{padding: 0 0;border-bottom: 1px solid #fee99b;}
#main .section1 .panel3 .bottom .item4 .content>div:nth-child(6) p{padding: 0 11px;}
#main .section1 .bottom .item4 p span{
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
}

#main .section2{background-image: url(../images/bg_02.png);background-position: center 15px;}
#main .section2 .container p{
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	color: #614e00;
	margin: 0 0 20px;
}
#main .section2 .container form{
	height: 176px;
	background-color: #fff;
	border-radius: 4px;
	padding: 38px 0 0 65px;
	margin: 0 0 50px;
}
#main .section2 form .form-item{
	width: 186px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
	margin: 0 39px 22px 0;
	position: relative;
}
#main .section2 form .form-item .icon{
	height: 40px;
	width: 37px;
	position: absolute;
	left: 0;
	background-position: 2px -254px;
}
#main .section2 form input{
	width: 100%;
	height: 40px;
	border-radius: 3px;
	padding: 0 0 0 45px;
	color: #adadad;
	background-color: #fffde7;
}
#main .section2 form input.form-code{width: 104px;}
#main .section2 form .btn{
	display: inline-block;
	vertical-align: top;
	width: 186px;
	height: 40px;
	line-height: 40px;
}
#main .section2 form .getCode{width: 81px;border-radius: 0 3px 3px 0;border: 0;font-size: 14px;}

#main .section3{padding-top: 0;}
#main .section3 .container{height: 296px;}
#main .section3 .wrapBox{
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 296px;
	width: 938px;
	margin: 0 30px;
}
#main .section3 .wrapBox ul{width: 400%;position: absolute;}
#main .section3 .wrapBox li{display: inline-block;vertical-align: top;}
#main .section3 .container a{
	display: inline-block;
	width: 201px;
	height: 280px;
	margin-right: 39px;
	position: relative;
	border: 1px solid #893b0e;
	border-radius: 3px;
	background-color: #fff8a5;
}
#main .section3 .container a div{
	width: 200px;
	position: absolute;
	top: 16px;
	left: 17px;
	overflow: hidden;
	-webkit-transform: rotate(0deg);
}
#main .section3 .container img{-webkit-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
#main .section3 .container img:hover{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
#main .section3 .container .arrow{
	position: absolute;
	top: 145px;
	cursor: pointer;
	font-size: 30px;
	line-height: 20px;
	font-weight: bold;
	font-family: simsun;
	color: #f86900;

}
#main .section3 .container .arrow.next{right: 0;}
#main .section3 .container .arrow.prev{left: 0;}
#main .section3 .btn{margin: 30px 30px 0;}

#main .section-bg{background-image: url(../images/bg_03.png);padding: 0 0 50px;}
#main .section4 #serveBox .tip{color: #685400;}
#main .section4 #serveBox .points li{background-color: #cea309;}
#main .section4 #serveBox .points li.active{background-color: #ff9c00;}
#main .section4 #serveBox .arrow{background-image:none!important;font-size: 30px;color: #f86900;top: 160px;}
#main .section4 #serveBox .wrap li .item .circle{background-color: #ffd800;}
#main .section4 #serveBox .wrap .item .content .title{color: #fe9126;}

#Campuses1 .Majors-T, .New-rate h6{background: #fe7d1f!important;}
#Campuses1 .C-Button>span, #Rate-Shadow .Ntest-btn{
	background: #b83eff!important;
	border-color: #b83eff!important;
	color: #fff!important;
}
#Campuses1 .C-Button>span:hover, #Rate-Shadow .Ntest-btn:hover{
	background-color: #c663ff!important;
	border-color: #c663ff!important;
	color: #fff!important;
}