/*----the author is doreen 借鉴注明出处--*/

@charset "utf-8";
body {
	color: #000000;
	font-size: 14px;
	background-color: #fff;
	overflow-x: auto;
	font-family: "Microsoft YaHei", "Tahoma", "宋体";
	*font-family: "微软雅黑", "Microsoft YaHei", "Tahoma", "宋体";
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide {
	display: none;
}

img {
	display: inline-block;
	border: none;
}

a {
	cursor: pointer;
	text-decoration: none;
}

li {
	list-style: none;
}

input {
	border: none;
}

.mainNav {
	clear: both;
	width: 100%;
	margin: 0px auto 0;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: static;
	background-color: #1c1e2a;
	opacity: 1;
}

.mainNav.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav ul {
	width: 860px;
	margin: 0 auto;
	color: #fbfbfb;
	height: 50px;
	line-height: 50px;
}

.mainNav ul li {
	width: auto;
	padding: 0 19px;
	text-align: center;
	float: left;
	font-size: 14px;
	cursor: pointer;
}

.mainNav ul li:hover {
	color: #4cdfcb;
}

.mainNav ul a:hover {
	color: #4cdfcb;
}

.mainNav ul .activeNav a {
	color: #4cdfcb;
}

.mainNav a {
	float: left;
	text-align: center;
	font-size: 14px;
	width: 90px;
	cursor: pointer;
	color: #fff;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.wrapper {
	width: 1000px !important;
	margin: 0 auto;
}

.btn_list {
	width: 330px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 30px;
}

.a_btn {
	display: block;
	width: 280px;
	height: 50px;
	line-height: 50px;
	background: #51c21a;
	font-size: 18px;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
}

.a_btn:hover {
	background: #419b15 !important;
	color: #fff;
}

.a_btn_hollow {
	display: block;
	background: transparent !important;
	width: 290px;
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 18px;
	text-align: center;
	color: #ff8202;
	cursor: pointer;
	border: 1px solid #ff8202;
	margin-top: 30px;
	margin-left: 30px;
	box-sizing: border-box;
}

.a_btn_hollow:hover {
	background: #ff8202 !important;
	color: #fff;
}

.a_list {
	display: block;
	width: 680px;
	margin: 0 auto;
}

.a_list a:nth-child(1) {
	float: left;
}

.a_list a:nth-child(2) {
	float: right;
	margin-top: 30px;
}

.Validform_checktip,
.Validform_right {
	visibility: hidden !important;
}


/*<!--头部【导语和表单】-->*/

.header {
	width: 100%;
	height: 556px;
	background: url(../img/banner.jpg) no-repeat center top;
}

.header .headbtn_list {
	position: relative;
	width: 176px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	top: 360px;
	left: -145px;
}

.header .headbtn_list a.button {
	width: 175px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	color: #333;
	background: transparent;
	text-align: center;
	border: 1px solid #333;
	border-radius: 3px;
}

.header .headbtn_list a.button:hover {
	background: #333;
	color: #fff;
	cursor: pointer;
}

.dyform {
	width: 100%;
	height: 360px;
	background: #f3f4f8;
}

.dyform h3 {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
}

.dybox {
	width: 510px;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	padding: 80px 0 0 20px;
}

.biaodan {
	width: 425px;
	padding-top: 30px;
	border-bottom: 6px solid #edebea;
	background: #fff;
	position: relative;
	top: 20px;
}

.biaodan h2 {
	line-height: 30px;
	text-align: center;
	font-size: 21px;
	/*font-weight: bold;*/
	margin-bottom: 10px;
	color: #333;
}

.biaodan form div {
	margin-bottom: 10px;
}

.biaodan form input,
.biaodan form select {
	height: 38px;
	font-family: "微软雅黑";
	display: block;
	width: 265px;
	color: #666666;
}

.biaodan form .mobile,
.biaodan form .name,
.biaodan form .guojia,
.biaodan form .Mschool {
	width: 265px;
	padding: 1px 0;
	margin: 0 auto;
	padding-left: 36px;
	margin-bottom: 10px;
}

.biaodan form .mobile {
	background: url(../img/phone_box.jpg) no-repeat center;
}

.biaodan form .name {
	background: url(../img/name_box.jpg) no-repeat center;
}

.biaodan form .guojia {
	background: url(../img/countryBox.jpg) no-repeat center;
}

.biaodan form .Mschool {
	background: url(../img/Msch_box.jpg) no-repeat center;
}

.biaodan form .from_submit {
	width: 301px;
	margin: 0 auto;
}

.from_submit #submit {
	display: block;
	background: #ff8202 !important;
	margin-bottom: 0;
	width: 300px;
	height: 48px;
	line-height: 48px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border: 1px solid #ff8202;
}

.from_submit #submit:hover {
	background: #ff8202 !important;
	color: #fff;
}

.from_submit a.submit {
	background: #fff !important;
	margin-bottom: 0;
	margin-top: -49px;
	width: 141px;
	height: 46px;
	line-height: 46px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	text-align: center;
	color: #51c21a;
	cursor: pointer;
	border: 1px solid #51c21a;
}

.from_submit a.submit:hover {
	background: #51c21a !important;
	color: #fff;
}

.img_semicircle {
	position: relative;
	top: 60px;
}


/*--------begin section-----------*/

.sections {
	margin-top: 60px;
}

.sections .title_p {
	font-size: 30px;
	color: #666;
	padding: 20px;
}

.sections .section {
	width: 100%;
	/*padding-top: 56px;*/
	font-family: "微软雅黑";
}

.sections .titleh2 {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	font-size: 23px;
	color: #2e2e2e;
	font-weight: bold;
	padding: 30px 0;
	background: url(../img/sec_top_line.png) no-repeat center top;
	background-size: 120px 10px;
}

.sections .box-title {
	font-size: 16px;
	top: 27px;
	font-weight: bold;
	position: relative;
}

.section {
	padding: 60px 0 10px;
}


/*--模块开始--*/

.bg_gary {
	background: #f3f4f7;
}

.martop30 {
	margin-top: 30px;
}

.div_l {
	float: left;
}

.div_r {
	float: right;
}


/*-----------the time-----------*/

.sec_thetime p {
	color: #8e8e8e;
	line-height: 30px;
}


/*-----------qsrank------------------*/

.sec_qs_rank .rank_con {
	height: 355px;
	overflow: hidden;
	background: url(../img/pic5.png) no-repeat;
}

.sec_qs_rank div dl {
	width: 350px;
	font-size: 14px;
	color: #666;
	padding: 28px 0 0 80px;
}

.sec_qs_rank div dl dt {
	line-height: 26px;
	padding-bottom: 5px;
}

.sec_qs_rank div dl dd {
	line-height: 28px;
}

.sec_qs_rank div dl.right {
	width: 415px;
	padding-left: 75px;
	padding-right: 10px;
}

.sec_qs_rank div dl.right dt {
	padding-bottom: 5px;
}


/*----------------------qsnews---------------------*/

.sec_qs_news h2 {
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	font-size: 24px;
	color: #252525;
	font-weight: normal;
}

.sec_qs_news .news_title {
	width: 295px;
	font-size: 14px;
}

.sec_qs_news .news_title span {
	display: block;
	width: 280px;
	height: 34px;
	margin-bottom: 10px;
	padding-left: 15px;
	line-height: 34px;
	overflow: hidden;
	color: #666;
	cursor: pointer;
}

.sec_qs_news .news_title span.se {
	background: #0086f9;
	color: #fff !important;
}

.sec_qs_news .news_con {
	width: 595px;
	height: 210px;
	overflow: hidden;
	padding-left: 50px;
	padding-bottom: 2px;
	font-size: 14px;
	border-left: 1px solid #252525;
	padding-bottom: 165px;
}

.sec_qs_news .news_con div {}

.sec_qs_news .news_con div h2 {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	font-size: 18px;
	color: #252525;
	font-weight: normal;
	text-align: center;
}

.sec_qs_news .news_con div p {
	height: 190px;
	line-height: 24px;
	color: #666;
	padding-top: 35px;
	font-size: 14px;
}

.sec_qs_news .news_con div p a {
	color: #60adef;
	font-size: 13px;
	padding-right: 25px;
}

.hide {
	display: none;
}


/*--------------------list-----------------*/

.list_main .list_title {
	height: 44px;
	overflow: hidden;
	border-bottom: 1px solid #252525;
}

.list_main .list_title span {
	float: left;
	width: 80px;
	padding-left: 5px;
	margin-right: 10px;
	display: inline;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	color: #252525;
	font-size: 18px;
	cursor: pointer;
}

.list_main .list_title span.se {
	border-bottom: 2px solid #252525;
}

.list_main .list_con {
	height: 1180px;
	overflow: hidden;
}

.picScroll-left,
.picScroll-left1,
.picScroll-left2,
.picScroll-left3 {
	width: 1000px;
	padding-top: 10px;
	overflow: hidden;
	position: relative;
}

.picScroll-left4,
.picScroll-left5,
.picScroll-left6 {
	width: 1000px;
	margin-top: 10px;
	position: relative;
	font-size: 14px;
	color: #666;
	background: url(../img/pic6.jpg) no-repeat;
	padding-top: 10px;
}

.picScroll-left .hd,
.picScroll-left1 .hd,
.picScroll-left2 .hd,
.picScroll-left3 .hd,
.picScroll-left4 .hd,
.picScroll-left5 .hd,
.picScroll-left6 .hd {
	overflow: hidden;
	height: 28px;
	padding-top: 0px;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next,
.picScroll-left1 .hd .prev,
.picScroll-left1 .hd .next,
.picScroll-left2 .hd .prev,
.picScroll-left2 .hd .next,
.picScroll-left3 .hd .prev,
.picScroll-left3 .hd .next,
.picScroll-left4 .hd .prev,
.picScroll-left4 .hd .next,
.picScroll-left5 .hd .prev,
.picScroll-left5 .hd .next,
.picScroll-left6 .hd .prev,
.picScroll-left6 .hd .next {
	display: block;
	width: 28px;
	height: 28px;
	float: right;
	margin-right: 5px;
	overflow: hidden;
	cursor: pointer;
	background: url(../img/prev.png) no-repeat;
}

.picScroll-left .hd .next,
.picScroll-left1 .hd .next,
.picScroll-left2 .hd .next,
.picScroll-left3 .hd .next,
.picScroll-left4 .hd .next,
.picScroll-left5 .hd .next,
.picScroll-left6 .hd .next {
	background: url(../img/next.png) no-repeat;
}

.picScroll-left .hd .prevStop,
.picScroll-left1 .hd .prevStop,
.picScroll-left2 .hd .prevStop,
.picScroll-left3 .hd .prevStop,
.picScroll-left4 .hd .prevStop,
.picScroll-left5 .hd .prevStop,
.picScroll-left6 .hd .prevStop {
	background: url(../img/prevHover.png) no-repeat;
}

.picScroll-left .hd .nextStop,
.picScroll-left1 .hd .nextStop,
.picScroll-left2 .hd .nextStop,
.picScroll-left3 .hd .nextStop,
.picScroll-left4 .hd .nextStop,
.picScroll-left5 .hd .nextStop,
.picScroll-left6 .hd .nextStop {
	background: url(../img/nextHover.png) no-repeat;
}

.picScroll-left .bd ul,
.picScroll-left1 .bd ul,
.picScroll-left2 .bd ul,
.picScroll-left3 .bd ul,
.picScroll-left4 .bd ul,
.picScroll-left5 .bd ul,
.picScroll-left6 .bd ul {
	overflow: hidden;
	zoom: 1;
	height: 1130px;
	overflow: hidden;
}

.picScroll-left .bd ul li,
.picScroll-left1 .bd ul li,
.picScroll-left2 .bd ul li,
.picScroll-left3 .bd ul li,
.picScroll-left4 .bd ul li,
.picScroll-left5 .bd ul li,
.picScroll-left6 .bd ul li {
	float: left;
	overflow: hidden;
	text-align: center;
	/*background: url(../img/pic6.jpg) no-repeat;*/
	padding-top: 10px;
}

.picScroll-left .bd ul li table,
.picScroll-left1 .bd ul li table,
.picScroll-left2 .bd ul li table,
.picScroll-left3 .bd ul li table,
.picScroll-left4 .bd ul li table,
.picScroll-left5 .bd ul li table,
.picScroll-left6 .bd ul li table {
	width: 995px;
	margin-left: 5px;
	font-size: 14px;
	color: #666;
	text-align: left;
}

.picScroll-left .bd ul li table tr td,
.picScroll-left1 .bd ul li table tr td,
.picScroll-left2 .bd ul li table tr td,
.picScroll-left3 .bd ul li table tr td,
.picScroll-left4 .morez table tr td,
.picScroll-left5 .morez table tr td,
.picScroll-left6 .morez table tr td {
	height: 36px;
}

.picScroll-left .bd ul li table tr:nth-child(even),
.picScroll-left1 .bd ul li table tr:nth-child(even),
.picScroll-left2 .bd ul li table tr:nth-child(even),
.picScroll-left3 .bd ul li table tr:nth-child(even),
.picScroll-left4 .morez table tr:nth-child(odd),
.picScroll-left5 .morez table tr:nth-child(odd),
.picScroll-left6 .morez table tr:nth-child(odd) {
	background: #EBF5F8;
}

.morez {
	width: 1000px;
	height: 1130px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.morez table {
	width: 980px;
	margin-left: 5px;
	text-align: left;
	padding-right: 10px;
}

.morez table tr td {
	height: 36px;
}

.list_btn {
	position: absolute;
	bottom: -36px;
	right: 0;
	width: 160px;
	height: 27px;
	overflow: hidden;
}

.list_div {
	position: relative;
}

.list_div a {
	float: left;
	width: 70px;
	height: 25px;
	overflow: hidden;
	text-align: center;
	line-height: 25px;
	background: #fff;
	color: #fff;
	font-size: 14px;
	margin-left: 5px;
	border: 1px solid #FF8202;
	background: none;
}

.list_div a.qs_leyu {
	background: #FF8202;
}

.list_a {
	color: #2898f9 !important;
	border: 1px solid #2898f9 !important;
}

.sec_idp a
{
	margin-right: 15px;
	position: relative;
	top: 0;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.sec_idp a:hover
{
	top:-10px;
}


.noright
{
	margin-right: 0;
}

.sec_teacher b
{
	font-weight: normal !important;
}

.sec_teacher .title_p
{
	font-size: 20px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}


.list_main .tempWrap
{
	width: 1000px !important;
}
