* {
	padding: 0;
	margin: 0
}

ul,
li {
	list-style: none
}

a {
	text-decoration: none;
}

img {
	border: none;
}

body {
	font-family: 'Microsoft Yahei';
	font-size: 14px;
	color: #333;
	background: #ff93a4;
}

.clearfix:after {
	content: '';
	display: block;
	visibility: hidden;
	clear: both;
}

.wrap {
	position: relative;
	width: 1016px;
	margin: 0 auto;
}

.panel input:focus {
	outline: none;
}

.txt-center {
	text-align: center;
}

.txt-left {
	text-align: left;
}

.txt-right {
	text-align: right;
}

.bxz {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header_01 {
	height: 156px;
	background: url('../images/header_01.jpg') no-repeat top center;
}

.header_02 {
	height: 221px;
	background: url('../images/header_02.jpg') no-repeat top center;
}

.header_03 {
	height: 138px;
	padding-top: 16px;
	background: url('../images/header_03.jpg') no-repeat top center;
}

.btn_href {
	display: inline-block;
	border: 2px solid #6b1ad9;
	background-color: #852bff;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.btn_href:hover {
	background-color: #6928c3;
	border-color: #5a1eab;
}

.header_href {
	width: 168px;
	height: 50px;
	margin: 0 10px;
	line-height: 46px;
	font-size: 15px;
}

.panel {
	padding-top: 86px;
}

.bg {
	background: url('../images/bg.jpg') no-repeat top center;
}

.authority_panel:before {
	content: '';
	position: absolute;
	left: -152px;
	top: 56px;
	bottom: 100px;
	width: 1096px;
	background-color: #ffd5d8;
	border: 1px solid #810D28;
}

.panel .panel_tit {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	z-index: 2
}

.panel .panel_tit .name {
	position: relative;
	display: inline-block;
	color: #3b040d;
	font-size: 38px;
}

.panel .panel_tit .name:before,
.panel .panel_tit .name:after {
	content: '';
	width: 62px;
	height: 76px;
	position: absolute;
	top: -30px;
	background: url('../images/sprite.png') no-repeat;
}

.panel .panel_tit .name:before {
	left: -80px;
	background-position: 0 0
}

.panel .panel_tit .name:after {
	right: -80px;
	background-position: -87px 0
}

.zIndex {
	position: relative;
	z-index: 2
}

.authority_panel .tab {
	height: 83px;
	margin-right: -50px;
}

.authority_panel .tab li {
	float: left;
	width: 250px;
	height: 70px;
	margin-right: 5px;
	line-height: 70px;
	border-radius: 5px;
	background-color: #fe4f6e;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.authority_panel .tab li.active {
	height: 83px;
	line-height: 83px;
	background-color: #fff;
	color: #fe4f6e;
	border-radius: 5px 5px 0 0
}

.authority_panel .authority_box {
	padding: 50px 35px;
	margin-right: 1px;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
}

.authority_panel .authority_box .lead_word {
	margin-bottom: 42px;
	line-height: 22px;
	overflow: hidden;
	background-color: #fff7fa;
}

.authority_panel .authority_box .lead_word .pic {
	float: left;
	width: 100px;
	margin-left: 20px;
	margin-right: 42px;
}

.authority_panel .authority_box .lead_word .txt {
	margin-top: 14px;
}

.authority_panel .authority_box .lead_word .txt b {
	color: #5b131f;
	padding-right: 8px;
}

.authority_panel .authority_box .tit {
	height: 35px;
	line-height: 35px;
	background: url('../images/dot_line.jpg') repeat-x center center;
}

.authority_panel .authority_box .tit h3 {
	display: inline-block;
	padding-right: 10px;
	color: #5b131f;
	font-size: 18px;
	background-color: #fff;
}

.authority_panel .authority_box .tit .more {
	position: relative;
	float: right;
	padding-left: 35px;
	color: #fe4f6e;
	font-weight: 700;
	background-color: #fff;
}

.authority_panel .authority_box .tit .more:before {
	content: '';
	position: absolute;
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 25px;
	height: 25px;
	background: url('../images/sprite.png') no-repeat -362px 0;
}

.authority_panel .authority_box .sort_table {
	width: 100%;
	margin: 12px 0 30px;
	text-align: center;
	overflow: hidden;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #FFE7EE;
}

.authority_panel .authority_box .sort_table thead th {
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	color: #fff;
	background-color: #ff89a2;
}

.authority_panel .authority_box .sort_table tbody td {
	height: 60px;
	border-bottom: 1px solid #FFE7EE;
	border-left: 1px solid #FFE7EE;
}

.authority_panel .authority_box .sort_table tbody td a,
.mkl_panel .table_list table tbody a {
	color: #8226ff;
	text-decoration: underline;
}

.authority_panel .authority_box .sort_table tbody td a:hover,
.mkl_panel .table_list table tbody a:hover {
	color: #ff89a2
}

.content_href {
	width: 216px;
	height: 46px;
	margin: 0 30px;
	line-height: 42px;
}

.authority_panel .authority_box .question_box {
	/* float: left; */
	/* width: 344px; */
	width: 100%;
	margin-top: 50px;
}

.authority_panel .authority_box .question_box .question_tit {
	height: 35px;
	margin-bottom: 3px;
	line-height: 35px;
	background: url('../images/dot_line.jpg') repeat-x center center;
}

.authority_panel .authority_box .question_box .question_tit .name {
	position: relative;
	display: inline-block;
	padding: 0 5px 0 46px;
	background-color: #fff;
	color: #5b131f;
	font-size: 18px;
}

.authority_panel .authority_box .question_box .question_tit .name:before {
	content: '';
	position: absolute;
	left: 0;
	top: -13px;
	width: 42px;
	height: 42px;
	background: url('../images/sprite.png') no-repeat -362px -29px;
}

.authority_panel .authority_box .question_box .txt {
	line-height: 34px;
	cursor: pointer;
}

.authority_panel .authority_box .question_box b {
	color: #ff89a2;
}

.authority_panel .authority_box .question_box span {
	text-decoration: underline;
}

.authority_panel .authority_box .question_box img {
	margin-top: 20px;
}

.authority_panel .authority_box .sort_depend {
	/* float: right; */
	/* width: 556px; */
	width: 100%;
	/* height: 259px; */
	/* margin-top: 50px; */
	/* -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ffb5c5;
	overflow: hidden; */
}

.authority_panel .authority_box .sort_depend .name {
	font-size: 18px;
	color: #5b131f;
	line-height: 48px;
	background-color: #ffb5c5;
}

.authority_panel .authority_box .sort_depend .depend_list {
	float: left;
	padding-top: 12px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.authority_panel .authority_box .sort_depend .left_dependList {
	height: 100%;
	padding-left: 33px;
	padding-right: 33px;
	border-right: 1px solid #ffb5c5;
}

.authority_panel .authority_box .sort_depend .right_dependList {
	padding-left: 20px;
	padding-right: 20px;
}

.authority_panel .authority_box .sort_depend .center_dependList {
	width: 75%;
	margin-left: 12.5%
}

.authority_panel .authority_box .sort_depend .depend_list table {
	text-align: center;
	width: 100%;
	border-collapse: collapse;
	line-height: 32px;
}

.authority_panel .authority_box .sort_depend .depend_list table thead tr {
	border-bottom: 1px solid #FFE7EE;
}

.authority_panel .authority_box .sort_depend .depend_list .b {
	border-left: 1px solid #FFE7EE;
}

.authority_panel .authority_box .sort_depend .depend_list th {
	font-size: 16px;
}

.mkl_panel:before {
	content: '';
	position: absolute;
	right: -152px;
	top: 56px;
	bottom: 100px;
	width: 1096px;
	background-color: #ffd5d8;
	border: 1px solid #810D28;
}

.mkl_panel .tab {
	height: 85px;
	overflow: hidden;
	margin-right: -50px;
}

.mkl_panel .tab li {
	float: left;
	width: 496px;
	height: 70px;
	margin-right: 24px;
	line-height: 70px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fe4f6e;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

.mkl_panel .tab li.active {
	background-color: #fff;
	height: 100%;
	color: #fe4f6e;
	border-radius: 5px 5px 0 0
}

.mkl_panel .box {
	padding: 28px 30px 50px;
	background-color: #fff;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.mkl_panel .school_tab {
	float: left;
	margin-right: 33px;
	width: 90px;
}

.mkl_panel .school_tab li {
	margin-bottom: 32px;
	padding: 18px 37px;
	border: 1px solid #ff89a2;
	color: #ff89a2;
	font-weight: 700;
	font-size: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.mkl_panel .school_tab li.active,
.mkl_panel .subject_tab li.active {
	background-color: #ff89a2;
	color: #fff
}

.mkl_panel .table_list {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.mkl_panel .school_cell .table_list {
	width: 830px;
}

.mkl_panel .subject_cell .table_list {
	width: 750px;
}

.mkl_panel .table_list table {
	width: 100%;
	border-radius: 5px;
	margin-bottom: 30px;
	overflow: hidden;
	border: 2px solid #FFE7EE;
}

.mkl_panel .table_list table thead th {
	height: 55px;
	color: #fff;
	font-size: 16px;
	color: #fff;
	background-color: #ff89a2;
}

.mkl_panel .table_list table tbody td {
	height: 60px;
	border-bottom: 1px solid #FFE7EE;
	border-left: 1px solid #FFE7EE;
}

.mkl_panel .subject_tab {
	float: left;
	width: 180px;
	margin-right: 24px;
}

.mkl_panel .subject_tab li {
	height: 58px;
	line-height: 58px;
	margin-bottom: 17px;
	border: 1px solid #ff89a2;
	color: #ff89a2;
	font-size: 16px;
	font-weight: 700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.form_panel {
	position: relative;
	width: 100%;
}

.form_panel:before {
	content: '';
	position: absolute;
	left: 25%;
	left: calc(50% - 480px);
	right: 0;
	top: 56px;
	bottom: 30px;
	background-color: #ffd5d8;
	border: 1px solid #810D28;
	border-right: none;
}

.form_panel .wrap:before {
	content: '';
	position: absolute;
	left: -260px;
	top: -140px;
	width: 90px;
	height: 99px;
	background: url('../images/sprite.png') no-repeat -194px 0;
}

.form_panel .tip {
	color: #470e18
}

.form_panel .myform {
	margin-top: 15px;
	padding: 35px 0;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.form_panel .form_item {
	position: relative;
	margin-left: 18px;
	padding-left: 40px;
	width: 146px;
	height: 40px;
	float: left;
	background-color: #FFF3F6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.form_panel .form_item:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url('../images/sprite.png') no-repeat;
	content: ''
}

.form_panel .form_user:before {
	background-position: -407px 7px;
}

.form_panel .form_tel:before {
	background-position: -408px -39px;
}

.form_panel .form_city:before {
	background-position: -452px -38px;
}

.form_panel .form_school:before {
	background-position: -452px 8px;
}

.form_panel .form_item .user_val {
	border: none;
	width: 140px;
	padding: 5px;
	height: 40px;
	line-height: 30px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #999;
	background-color: #fff3f6;
}

.form_panel .form_item .user_val:focus {
	outline: none;
}

.form_panel .form_item .list {
	position: absolute;
	left: 0;
	right: 0;
	top: 35px;
	height: 200px;
	background-color: #fff3f6;
	overflow-y: auto;
	z-index: 15
}

.form_panel .form_item .list li {
	padding-left: 45px;
	line-height: 26px;
	cursor: pointer;
	color: #333;
}

.form_panel .form_item .list li:hover {
	background-color: #eee;
}

.form_panel .form_item .arrow {
	position: absolute;
	right: 7px;
	top: 15px;
	border-style: solid;
	border-width: 12px 8px 0 8px;
	border-color: #8e3cff transparent transparent transparent;
}

.form_panel .submit_btn {
	float: left;
	width: 120px;
	height: 40px;
	margin-left: 25px;
	line-height: 36px;
	letter-spacing: 1px;
}

.link_container {
	position: relative;
	height: 295px;
	overflow: hidden;
}

.link_container .link_box {
	position: relative;
	width: 960px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.link_container .link_box .wrapper {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.link_container .link_box .wrapper .list {
	float: left;
	height: 100%
}

.link_container .link_box .wrapper .list li {
	float: left;
	position: relative;
	width: 220px;
	margin: 0 10px;
}

.link_container .link_box .wrapper .list li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 201px;
	height: 280px;
	background-color: #ffd5d8;
	border: 2px solid #810d28;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.link_container .link_box .wrapper .list img {
	display: block;
	margin-left: 16px;
	margin-top: 15px;
}

.superiorty_panel {
	position: relative;
}

.superiorty_panel:before {
	content: '';
	position: absolute;
	left: 0;
	top: 56px;
	right: 14%;
	height: 820px;
	background-color: #ffd5d8;
	border: 1px solid #810D28;
}

.superiorty_panel .name-p {
	padding: 10px 0;
	font-size: 16px;
	color: #470e18
}

#serveBox .container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 391px;
	font-size: 0;
}

#serveBox .container .wrapBox {
	width: 936px;
	height: 353px;
	position: relative;
	margin: 0 auto 30px;
	overflow: hidden;
}

#serveBox .wrapBox .wrapper {
	position: absolute;
	left: 0;
	width: 1000%;
	height: 353px;
}

#serveBox .wrapper li {
	float: left;
	list-style: none;
}

#serveBox .wrapper li .item {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 353px;
	margin-right: 18px;
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

#serveBox .wrapper li .item.last {
	margin-right: 0;
}

#serveBox .wrapper li .item .circle {
	position: absolute;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background-color: #ff205f;
	left: -35px;
	top: -38px;
}

#serveBox li .item img {
	width: 300px;
	height: 117px;
	display: block;
}

#serveBox .wrapper li .item .circle span {
	position: absolute;
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	bottom: 13px;
	right: 13px;
}

#serveBox .wrapper .item .content {
	height: 236px;
	width: 100%;
	background-color: #fff;
	padding: 0 26px;
	position: relative;
	margin-top: -13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#serveBox .wrapper .item .content:before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -14px;
	top: -1px;
	border-width: 13px 14px 0 14px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

#serveBox .wrapper .item .content:after {
	content: '';
	position: absolute;
	left: 50%;
	top: -1px;
	margin-left: -13px;
	border-width: 12px 13px 0 13px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

#serveBox .wrapper .item .content .name {
	font-size: 18px;
	line-height: 56px;
	font-weight: bold;
	text-align: center;
	color: #5b131f
}

#serveBox .wrapper .item .content p {
	font-size: 14px;
	line-height: 26px;
	position: relative;
	padding-left: 10px;
}

#serveBox .wrapper .item .content p:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #373737;
	left: 0;
	top: 10px;
}

#serveBox .arrow,
.link_container .arrow {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	cursor: pointer;
	font-family: simsun;
	font-size: 30px;
	line-height: 30px;
	color: #5b131f;
	font-weight: 900;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#serveBox .arrow:hover,
.link_container .arrow:hover {
	background-color: #5b131f;
	color: #fff
}

#serveBox .arrow.prev,
.link_container .arrow.prev {
	left: 0;
}

#serveBox .arrow.next,
.link_container .arrow.next {
	right: 0;
}

#serveBox .points {
	text-align: center;
}

#serveBox .points li {
	width: 8px;
	height: 8px;
	background-color: #bcbcbc;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 4px;
	display: inline-block;
}

#serveBox .points li.active {
	background-color: #FF205F;
}

#serveBox .tip {
	font-size: 14px;
	line-height: 14px;
	color: #851b2e;
	position: absolute;
	bottom: 0;
	right: 32px;
}

#serveBox .txt-right {
	font-size: 16px;
	margin-bottom: 26px;
	margin-top: -20px;
	padding-right: 45px;
}

.teacher_box {
	width: 1000px;
	margin: 0 auto;
	min-height: 270px;
	background-color: #fff;
}


/* ================================================== */
.rankingBox {
	width: 960px;
	height: 104px;
	margin-top: 40px;
}

.rankingBox .content {
	border: 1px solid #ccd1ff;
	text-align: center;
	border-radius: 3px;
	color: #333;
}

.rankingBox .head {
	background-color: #ccd1ff;
	font-size: 18px;
	color: #161775;
	font-weight: bold;
	height: 48px;
	line-height: 48px;
}


.rankingBox .substance {
	padding: 25px 35px;
}


.rankingBox .fl {
	border-right: 1px solid #e7e9ff;
	float: left;
}



.rankingBox .fr {
	width: 80px;
}

.rankingBox p {
	font-size: 14px;
	line-height: 32px;
}

.rankingBox .panel1 .fl {
	width: 120px;
}

.rankingBox .panel2 .btn {
	margin: -66px 0 0;
}

.rankingBox .content {
	height: 104px;
	width: 100%;
}

.rankingBox .fl {
	height: 100%;
	width: 100px;
}

.rankingBox .fl:last-child {
	border: 0;
}

.rankingBox .head {
	width: 120px;
	line-height: 30px;
	text-align: center;
	padding-top: 22.5px;
	box-sizing: border-box;
}

.rankingBox h5,
.rankingBox p {
	height: 52px;
	line-height: 50px;
}

.rankingBox h5:first-child,
.rankingBox p:first-child,
.rankingBox2 h5:nth-of-type(2),
.rankingBox2 p:nth-of-type(2) {
	border-bottom: 1px solid #e7e9ff;
}

.rankingBox .panel3 p:first-child {
	padding: 0 13px;
}

.rankingBox .panel4 p:first-child {
	padding: 0 7px;
}

.rankingBox p span {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
}

.rankingBox .europe1 {
	width: 104px;
}

.rankingBox .europe2 {
	width: 122px;
}

.rankingBox .europe3 {
	width: 166px;
}

.rankingBox .europe4 {
	width: 70px;
}

.rankingBox .europe2 .more {
	line-height: 15px !important;
	padding-top: 12px;
	box-sizing: border-box;
}

.rankingBox .h0 p:nth-of-type(1) span {
	display: inline-block;
	margin: 8px 12px;
}

.rankingBox .h2 p:nth-of-type(1) span {
	display: inline-block;
	margin: 8px 0px;
}

.rankingBox2 {
	height: 236px !important;
}

.rankingBox2 .head {
	height: 236px;
	line-height: 36px;
}

.rankingBox2 .head {
	padding-top: 80px;
}

.rankingBox2 .content {
	height: 236px;
}

.rankingBox2 .fl {
	height: 236px;
}

.rankingBox2 h5:nth-of-type(2),
.rankingBox2 p:nth-of-type(2) {
	height: 130px;
	line-height: 130px !important;
}

.rankingBox2 .scientific p:nth-of-type(2) {
	line-height: 50px !important;
}

.rankingBox2 .scientific p:nth-of-type(2) span {
	margin: 0px 5px;
}

.rankingBox2 .scientific p:nth-of-type(2) .mtp {
	margin-top: 15px;
}