/*
* chen
* 2020.01.10
 */
@charset "utf-8";
/**NAME: Basic CSS公共层**/

html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, tr, th, td, a {
	margin: 0;
	padding: 0;
}
body {
	font: 14px/24px '宋体';
	_font-family: '宋体' !important;
	background: #fff;
	color: #555;
}
body {
	font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;/*background: #f6fafd url(../images/body_bg.gif) repeat-x;*/
}
em, i {
	font-style: normal;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #555;
}
a:hover {
	color: #0090ff;
}
img {
	max-width: 100% !important;
	border: none;
}
.w1160 {
	width: 1160px;
	margin: 0 auto;
}
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.clear {
	clear: both;
}
.ml20 {
	margin-left: 20px;
}
.mr20 {
	margin-right: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.tb20 {
	margin-top: 20px;
}
.mb15 {
	background: #fff;
	height: 14px;
}
/*块状display:block*/

.disBlock {
	display: block;
}
/*font-size*/
.ft14 {
	font-size: 14px;
}
/*line23*/
.line23 {
	line-height: 23px;
}
/*边框去除*/
.borderNone {
	border: 0 none !important;
}
/*字体加粗*/

.ftW {
	font-weight: bold;
}
/*ft0*/
.ft0 {
	font-size: 0px !important;
}
/*去除背景*/
.bknone {
	background: none !important;
}
/*图片下方出现多余空白 */
.ie6duoyu {
	overflow: hidden;
	font-size: 0px !important;
}
/*******===== index =====*******/

.box-top {
	border-bottom: 1px solid #ddd;
	height: 40px;
	line-height: 40px;
	color: #525151;
	overflow: hidden;
	font-size: 14px;
}
.box-top .fl {
	max-width: 800px;
}
.box-top .fr p {
	display: inline-block;
}
.box-top .fr a {
	color: #666;
	display: inline-block;
	background: url(../images/icon_qq.png) no-repeat left center;
	padding-left: 21px;
	margin-left: 5px;
	font-size: 13px;
}
.box-top2 {
	padding: 15px 0;
	height: 70px;
}
.box-top2 .logo {
	float: left;
	width: 200px;
	display: block;
	margin-right: 60px;
}
.box-top2 .logo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.box-top2 .top-btn li {
	float: left;
	width: 85px;
	border-left: 1px solid #ececec;
	padding: 0 14px;
}
.box-top2 .top-btn li:last-child {
	border-right: 1px solid #ececec;
}
.box-top2 .top-btn li a {
	display: block;
	text-align: center;
}
.box-top2 .top-btn li a img {
	display: block;
	width: 45px;
	height: 45px;
	margin: 0 auto;
}
.box-top2 .top-btn li span {
	display: block;
	font-size: 14px;
	color: #666;
}
.box-top2 .top-banner {
	width: 280px;
	height: 70px;
	float: left;
	background-color: #ddd;
	overflow: hidden;
	margin-left: 30px;
	position: relative;
}
#marquee2 {
	overflow: hidden;
}
#marquee2 ul li {
	float: left;
	width: 280px;
	position: relative;
}
#marquee2 ul li>a {
	display: block;
	height: 70px;
}
#marquee2 ul li img {
	display: block;
	width: 100%;
	min-height: 100%;
}
#mar2Nav {
	position: absolute;
	left: 5px;
	bottom: 3px;
	width: 100%;
	height: 10px;
}
#mar2Nav li {
	float: left;
	margin: 0 2px;
	width: 8px;
	height: 8px;
	cursor: pointer;
	text-indent: 9999px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 50%;
}
#mar2Nav li.navOn {
	background: #0090ff;
}
.box-top2 .search-box {
	float: right;
	width: 260px;
	height: 36px;
	border-radius: 5px;
	border: 2px solid #2590d4;
	overflow: hidden;
	background-color: #fff;
	margin-top: 15px;
}
.search-box .s-input {
	width: 200px;
	height: 30px;
	line-height: 30px;
	margin-top: 3px;
	border: none;
	outline: none;
	margin-left: 10px;
	color: #888;
}
.search-box .s-btn {
	width: 40px;
	height: 36px;
	border: none;
	outline: none;
	background-color: #2590d4;
	background-image: url(../images/icon_search.png);
	background-repeat: no-repeat;
	background-position: center;
	float: right;
}
.navlist {
	background-color: #0069ab;
}
.navlist ul {
	padding: 0 30px;
}
.navlist ul>li {
	float: left;
	width: 110px;
	font-size: 16px;
}
.navlist ul>li>a {
	display: block;
	text-align: center;
	color: #fff;
	line-height: 50px;
	width: 90px;
	margin: 0 auto;
	/*font-weight: bold;
	font-family: "Arial", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "sans-serif";*/
	font-size: 17px;
}
.navlist ul>li.active>a, .navlist ul>li>a:hover {
	background: url(../images/navbg.png) no-repeat center;
}
.box-cen {
	border-bottom: 1px solid #ddd;
	padding: 10px 10px;
	line-height: 30px;
	width: 1140px;
	margin: 0 auto;
	background: #fff;
	color: #999;
	position: relative;
}
.box-cen .stu-login {
	float: left;
	height: 30px;
	overflow: hidden;
}
.box-cen .stu-login a {
	display: block;
	color: #0090ff;
}
.box-cen .a-link {
	float: left;
}
.box-cen .a-link > span {
	display: inline-block;
	color: #0090ff;
	float: left;
}
.box-cen .a-link > a {
	display: inline-block;
	margin: 0 10px;
}
.box-cen .tel {
	float: right;
	background: url(../images/icon_tel.png) no-repeat left center;
	padding-left: 40px;
	color: #555;
}
.box-cen .a-link div {
	display: inline-block;
	max-width: 700px;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}
.box-cen .a-link div li {
	display: inline-block;
	list-style: none;
	padding: 0 10px;
	background: url(../images/icon_line1.png) no-repeat right center;
}
.box-cen .a-link div li a {
	display: block;
}
.box-list {
	background: #fff;
	overflow: hidden;
}
.ind-title {
	color: #fff;
	height: 40px;
	padding: 5px 15px;
	width: 100%;
	box-sizing: border-box;
	line-height: 30px;
	background-color: #0069ab;
	overflow: hidden;
}
.ind-title>h3 {
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	padding-left: 18px;
	background-image: url(../images/icon_tit3.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
}
.ind-title>a {
	width: 50px;
	height: 30px;
	float: right;
	display: block;
	background: url(../images/icon_more.png) no-repeat right center;
	float: right;
}
.box-list>dd {
	padding: 4px 15px 0;
}
.ind-art {
}
.ind-art .pic {
	width: 100px;
	height: 60px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}
.ind-art .pic img {
	width: 100%;
	min-height: 100%;
}
.ind-art .tit {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 16px;
	margin-bottom: 5px;
	color: #333;
}
.ind-art .tit:hover {
	color: #0090ff;
}
.ind-art p {
	color: #999;
	font-size: 12px;
	line-height: 21px;
	text-align: justify;
}
.ind-art p a.more {
	color: #0090ff;
}
.ind-list li {
	margin-top: 5px;
}
.ind-list li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-image: url(../images/icon_art2.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
}
.ind-list li a em {
	float: right;
	margin-left: 10px;
}
.n-list1 {
	width: 400px;
	height: 260px;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
}
.n-list1 .ind-title h3 {
	background-image: url(../images/icon_tit1.png);
	padding-left: 30px;
}
.n-list1 .ind-list li:nth-child(1) {
	display: none;
}
.n-list1 .ind-list li a {
	background-image: url(../images/icon_art.png);
}
.box-rw {
	width: 320px;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
}
.n-list2 {
	height: 260px;
}
.n-list2 .ind-title h3 {
	background-image: url(../images/icon_tit2.png);
	padding-left: 30px;
}
.ind-city li {
	width: 23.5%;
	float: left;
	margin: 0 2% 10px 0;
}
.ind-city li:nth-child(4n) {
	margin-right: 0;
}
.ind-city li a {
	display: block;
	color: #444;
	background-color: #eee;
	text-align: center;
	line-height: 38px;
	white-space: nowrap;
	overflow: hidden;
}
.ind-city li a:hover {
	background-color: #0090ff;
	color: #fff;
}
.ind-left {
	width: 820px;
	float: left;
}
.ind-right {
	float: right;
	background: white;
height：1120px;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
}
.ad-ban a {
	display: block;
	height: 100px;
	overflow: hidden;
}
.ad-ban a img {
	display: block;
	width: 100%;
}
.n-list-c {
	width: 400px;
	height: 320px;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
}
.n-list3 {
	height: 315px;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
}
.n-list4 {
	height: 315px;
}
.ind-service li {
	width: 32%;
	float: left;
	margin: 4px 2% 10px 0;
}
.ind-service li:nth-child(3n) {
	margin-right: 0;
}
.ind-service li a {
	display: block;
	color: #444;
	background-color: #f6fafd;
	text-align: center;
	line-height: 38px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
}
.ind-service li a:hover {
	background-color: #f8d8a9;
}
.n-list5 {
	height: 645px;
}
.ind-school {
	padding: 10px 15px 0;
}
.ind-school li {
	border-bottom: 1px solid #eee;
	padding: 12px 0;
	height: 68px;
}
.ind-school li .pic {
	display: block;
	width: 80px;
	height: 70px;
	float: left;
	overflow: hidden;
	margin-right: 5px;
}
.ind-school li .pic img {
	display: block;
	max-height: 100%;
	max-width: 100%;
}
.ind-school li .tit {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #444;
	font-weight: bold;
}
.ind-school li p {
	text-align: justify;
	color: #999;
}
.ind-school li .tit:hover {
	color: #0090ff;
}
.ind-subj {
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
}
.ind-subj>h2 {
	width: 80px;
	color: #ffe09c;
	text-align: center;
	background: url(../images/titlebg.jpg) no-repeat center;
	height: 150px;
	float: left;
	box-sizing: border-box;
	padding: 30px 20px 0;
	font-size: 22px;
}
.ind-subj-box #marquee4 {
	width: 1050px;
	height: 210px;
	overflow: hidden;
	float: right;
	margin: 15px 15px 0 0;
}
.ind-subj-box #marquee4 ul li {
	float: left;
	width: 210px;
	height: 120px;
}
.ind-subj-box #marquee4 ul li a {
	display: block;
	margin: 0 5px;
	height: 120px;
	overflow: hidden;
}
.ind-subj-box #marquee4 ul li a img {
	display: block;
	width: 100%;
	height: 100%;
}
.box-tab {
	width: 820px;
	height: 270px;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
}
.box-tab .ind-title {
	position: relative;
}
.ind-title .tab {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 40px;
}
.ind-title .tab li {
	float: left;
	width: 70px;
	text-align: center;
	font-size: 16px;
	position: relative;
	padding: 0 10px;
	margin-right: 7px;
}
.ind-title .tab li:before {
	content: "|";
	color: #fff;
	position: absolute;
	left: -7px;
	top: 0;
}
.ind-title .tab li:nth-child(1):before {
	content: "";
}
.ind-title .tab li a {
	display: block;
	color: #fff;
	height: 40px;
	box-sizing: border-box;
}
.ind-title .tab .cur a, .ind-title .tab li a:hover {
	color: #0090ff;
	background: url(../images/tabbg.png) no-repeat center bottom;
	cursor: pointer;
	padding-top: 5px;
}
/*.tablist {
	margin-top: 20px;
}*/
.tablist ul {
	display: none;
}
.tablist ul li {
	width: 48%;
	margin: 0 4% 4px 0;
	float: left;
	overflow: hidden;
}
.tablist ul li:nth-child(2n) {
	margin-right: 0;
}
.tablist ul li span {
	display: inline-block;
	float: left;
	background-color: #ccc;
	height: 10px;
	width: 10px;
	color: #fff;
	text-align: center;
	line-height: 14px;
	font-size: 12px;
	margin: 7px 6px 0 0;
}
.tablist ul li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
}
.tablist ul li:nth-child(1) span, .tablist ul li:nth-child(2) span {
	background-color: #f49d34;
}
.n-list6 {
	height: 340px;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
}
.n-list6 .focus {
	text-align: center;
}
.n-list6 .focus .pic {
	display: block;
	text-align: center;
}
.n-list6 .focus .pic a {
	display: block;
	margin: 0 auto;
}
.n-list6 .focus .pic img {
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto;
}
.n-list6 .focus > span {
	display: block;
	color: #0090ff;
	line-height: 30px;
}
.n-list6 .focus > p {
}
.n-list7 {
	height: 260px;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
}
.n-list7 .btns {
	text-align: center;
}
.n-list7 .btns a {
	display: inline-block;
	width: 188px;
	height: 30px;
	line-height: 30px;
	background: #0069ab;
	color: #fff;
	overflow: hidden;
}
.n-list7 .btns a:last-child {
	margin-right: 0;
}
.n-list7 .btns a:hover {
	text-decoration: underline;
}
.n-list7 .tests .countdown {
	background: url(../images/bg_time.png);
	width: 208px;
	height: 101px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 25px;
	margin: 0 auto;
}
.n-list7 .tests .countdown em {
	display: block;
	color: #333;
	font-style: normal;
	margin-bottom: 5px;
}
.n-list7 .tests .countdown p {
	color: #2590d4;
}
.n-list7 .tests .countdown .days {
	font-size: 32px;
	font-weight: bold;
	padding-right: 4px;
}
.n-list7 .t-time {
	color: #2590d4;
	text-align: center;
	font-size: 16px;
}
.n-links {
	margin-bottom: 20px;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
}
.n-links .ind-title a {
	background: no-repeat;
	color: #fff;
	width: auto;
}
.n-links .links {
	padding-top: 20px;
	padding-bottom: 20px;
}
.n-links .links a {
	display: inline-block;
	margin: 0 15px 10px 0;
}
.footer {
	text-align: center;
	padding: 4px 0;
	background: #fff;
	font-size: 14px;
}
.footer .school {
	margin-bottom: 10px;
}
.footer .school a {
	display: inline-block;
	margin: 0 10px;
}
.footer .f-nav {
	color: #0090ff;
}
.footer .f-nav a {
	display: inline-block;
	margin: 0 10px;
	color: #0090ff;
}
.footer .f-nav a:hover {
	text-decoration: underline;
}
.footer .f-infos {
	line-height: 26px;
	border-top: 1px solid #e1e1e1;
	width: 1160px;
	margin: 0 auto;
	padding-top: 10px;
}
/***************** main-list ******************/

.main-l {
	width: 820px;
	float: left;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
}
.main-l-art {
}
.inner-art {
/*	margin-top: 10px;*/
}
.location {
	background-color: #fff;
	padding: 8px 0 8px 0;
	margin-top: 10px;
	background-image: url(../images/right_wz.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 35px;
	font-size: 14px;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
	margin-bottom: 10px;
}
.location a {
	display: inline-block;
	padding: 0 4px;
}
.inner-list {
	padding: 10px 10px;
}
.inner-list li {
	padding: 5px 0;
	border-bottom: 1px dashed #ddd;
}
.inner-list li em {
	display: inline-block;
	float: right;
	margin-left: 50px;
	color: #999;
}
.inner-list li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../images/erji_ico.gif) no-repeat left center;
	background-size: 4px auto;
	padding-left: 12px;
}
.inner-special li a span {
	display: inline-block;
	width: 28px;
	height: 14px;
	background: url(../images/pic_zd.png) no-repeat center;
	margin-left: 10px;
}
/*.inner-list li:nth-child(10n){border-bottom: 1px dotted #ddd; padding-bottom: 10px; margin-bottom: 10px;}*/

.n-pages {
	margin: 20px auto 20px;
	display: table;
}
.n-pages a, .n-pages span {
	padding: 0px 10px;
	color: #666;
	display: inline-block;
}
.n-pages li {
	float: left;
	list-style: none;
	margin: 0 3px;
	    border: 1px solid #ddd;
	border-radius: 4px;
}
.n-pages span {
	background-color: #0090ff;
	color: #fff;
	border-color: #0090ff;
}
/** art **/
/*.inner-art {
	padding: 10px 0px;
}*/
.inner-art p {
	line-height: 36px;
	font-size: 16px;
}
.inner-art>.title {
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}
.inner-art>.title h2 {
	font-size: 22px;
	color: #0090ff;
	line-height: 30px;
	padding: 10px;
	font-weight: normal;
}
.inner-art>.title h1 {
	font-size: 22px;
	color: #0090ff;
	line-height: 30px;
	padding: 40px 0 10px 0;
	font-weight: normal;
}
.inner-art>.title p {
}
.inner-art>.title a {
	display: inline-block;
	margin: 0 10px;
	color: #999;
}
.inner-art>.title a span {
	display: inline-block;
	color: #999;
}
.inner-body {
	padding: 20px 20px;
	font-size: 16px;
	line-height: 36px;
}
#xkw-kf {
	padding: 0 20px;
}
.inner-body img {
	max-width: 100% !important;
	height: auto !important;
}
.inner-body table {
	max-width: 100% !important;
	border-collapse: collapse;
	padding: 0;
}
.inner-body table tr {
}
.inner-body table th {
}
.inner-body table td {
	border: 1px solid #ddd;
	text-align: center;
}
.inner-body table img {
	border: 0;
}
.inner-body table a {
	color: #3e97c9;
}
.page-turn {
	padding: 10px 20px;
	font-size: 14px;
}
.page-turn p {
	color: #888;
}
.page-turn p a {
	display: inline-block;
	color: #0090ff;
}
.page-turn p a:hover {
	text-decoration: underline;
}
/************** school ****************/
.inner-school {
}
.inner-school li {
	width: 140px;
	float: left;
	margin: 0 10px 20px;
	text-align: center;
}
.inner-school li .pic {
	display: block;
	height: 140px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 10px;
}
.inner-school li .pic img {
	display: block;
	height: 100%;
	margin: 0 auto;
}
.inner-school li .tit {
	display: block;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}
.in-school-tit {
	padding: 5px 0;
	border-bottom: 1px solid #e9e9e9;
	line-height: 30px;
	height: 30px;
	margin-bottom: 15px;
	overflow: hidden;
}
.in-school-tit h3 {
	display: inline-block;
	background: url(../images/icon_sch.png) no-repeat left center;
	font-weight: normal;
	text-indent: 25px;
	color: #0090ff;
	font-size: 18px;
	line-height: 30px;
}
.in-school-tit p {
	display: inline-block;
	float: right;
}
.in-school-tit p a {
	display: inline-block;
	background-image: url(../images/icon_qq.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-indent: 20px;
	background-color: #64c1f2;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	padding: 0 5px;
	margin: 0 3px;
}
.in-school-tit p a:hover {
	background-color: #49a5d4;
}
.in-school-des {
	padding: 10px 20px;
	border: 1px solid #e9e9e9;
}
.in-school-des dt.pic {
	width: 180px;
	height: 180px;
	overflow: hidden;
	padding: 10px 0;
	float: left;
}
.in-school-des dt.pic img {
	display: block;
	max-width: 100%;
}
.in-school-des dd.des {
	text-align: justify;
	text-indent: 28px;
	width: 530px;
	float: right;
}
.sch-part-tit {
	border-bottom: 1px solid #e9e9e9;
	line-height: 30px;
	margin-bottom: 15px;
}
.sch-part-tit span {
	font-size: 16px;
	display: inline-block;
	border-bottom: 3px solid #0090ff;
	color: #0090ff;
	font-weight: bold;
}
.school-pro {
	margin-top: 25px;
}
.sch-table {
	border: 1px solid #e0e0e0;
	width: 100%;
	text-align: center;
	border-right: none;
}
.sch-table tr th {
	border-right: 1px solid #e0e0e0;
	background-color: #f4f4f4;
}
.sch-table tr {
	height: 36px;
}
.sch-table tr td {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.sch-table tr td:first-child {
	color: #0090ff;
}
.sch-table tr:hover {
	background-color: #f9f9f9;
}
.sch-pro-list tr td a {
	display: block;
	text-align: center;
}
.sch-pro-list tr td.fo a {
	display: inline-block;
	padding: 0 15px;
	background-color: #f7b143;
	border-radius: 5px;
	color: #fff;
	text-align: center;
}
.sch-pro-list tr td.fo a:hover {
	background-color: #e09724;
}
.school-book {
	margin-top: 25px;
}
.school-book tr td a {
	display: inline-block;
	margin: 5px 10px;
}
.school-news {
	margin-top: 25px;
}
.school-news >.lists {
	width: 390px;
	height: 207px;
	margin-right: 20px;
	box-sizing: border-box;
	padding: 0 15px 10px;
	border: 1px solid #e6e6e6;
}
.school-news >.lists:last-child {
	margin-right: 0;
}
.school-news >.lists > h3 {
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0;
	margin-bottom: 10px;
	background: url(../images/icon_tit6.png) no-repeat left center;
	text-indent: 20px;
}
.school-news >.lists li {
	margin-top: 5px;
}
.school-news >.lists li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-image: url(../images/icon_art2.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
}
.school-news >.lists li em {
	float: right;
	margin-left: 20px;
	color: #999;
}
.school-bot {
	margin: 25px 0 20px;
}
.d_pic {
}
.d_pic img {
	display: block;
	max-width: 100%;
	height: auto;
}
/*** zhuanye ***/
.zhuanye {
	background-color: #fff;
	padding: 0px;
	margin-bottom: 20px;
}
.zhuanye>dt {
	width: 120px;
	height: 120px;
	float: left;
	padding: 20px;
}
.zhuanye>dt img {
	display: block;
	max-width: 100%;
	height: auto;
}
.zhuanye .infos {
	width: 600px;
	float: right;
}
.zhuanye .infos > h3 {
	font-size: 20px;
	color: #0090ff;
}
.zhuanye .infos > h3 span {
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
	font-weight: normal;
}
.zhuanye .infos > em {
	display: block;
	margin-top: 10px;
	font-weight: bold;
}
.zhuanye .infos > .xiang span {
	margin-right: 15px;
}
.zhuanye .infos > a.baoming {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background-color: #f7b143;
	margin-top: 20px;
}
.zhuanye .infos > a.baoming:hover {
	background-color: #ee9b18;
}
.zhuanye-xq {
	padding: 10px;
}
.zhuanye-xq > .tit {
	color: #3e97c9;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	padding: 5px 0;
}
.zhuanye-xq > .tit span {
	display: inline-block;
	background: url(../images/icon_tit7.png) no-repeat left center;
	padding-left: 15px;
}
.zhuanye-xq > .xq {
	margin-bottom: 30px;
}
.zhuanye-xq > .xq img {
	max-width: 100%;
	height: auto;
}
.whitebg {
	background-color: #fff;
}
.box-prof {
	width: 98%;
	border: 1px solid #3e97c9;
	margin: 20px auto;
	border-bottom: none;
}
.box-prof tr > th {
	width: 20%;
	border-right: 1px solid #3e97c9;
	border-bottom: 1px solid #3e97c9;
	padding: 5px;
	text-align: center;
}
.box-prof tr > td {
	width: 80%;
	border-bottom: 1px solid #3e97c9;
	padding: 5px;
}
.box-prof .s-logo a.pic {
	display: block;
	width: 50px;
	height: 50px;
	padding: 5px;
	overflow: hidden;
	border: 1px solid #ddd;
	margin: 0 auto;
}
.box-prof .s-logo a.pic img {
	display: block;
	margin: 0 auto;
}
.box-prof .s-logo a.tit {
	display: block;
	text-align: center;
}
.box-prof .s-infos .line {
	border-top: 1px solid #93cdee;
}
.box-prof .s-infos .zy {
	padding: 5px 0;
	border-bottom: 1px solid #93cdee;
}
.box-prof .s-infos .zy:last-child {
	border-bottom: none;
}
.box-prof .s-infos .zy>dt {
	box-sizing: border-box;
	float: left;
	width: 90px;
	text-align: center;
}
.box-prof .s-infos .zy>dt a {
	display: block;
	color: #333;
	font-weight: bold;
}
.box-prof .s-infos .zy>dd {
	box-sizing: border-box;
	float: right;
	width: 800px;
	border-left: 1px solid #93cdee;
	padding-left: 10px;
}
.box-prof .s-infos .zy>dd a {
	display: inline-block;
	padding: 0 10px;
	color: #888;
}
.box-prof .s-infos .zy a:hover {
	text-decoration: underline;
}
.box-prof .s-infos .zy:hover {
	background-color: #f2f2f2;
}
/*right*/
.main-r {
	width: 320px;
	/*padding-top: 10px;*/
	float: right;
}
/************  form ************/
.page-forms {
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
}
.page-title {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 30px;
}
.page-title h2 {
	font-size: 38px;
	background: url(../images/zkzy_title.jpg)no-repeat center;
	background-position: 65px;
}
.page-forms .part-tit {
	border-bottom: 1px solid #3e97c9;
	margin: 35px 0 15px;
}
.page-forms .part-tit span {
	display: inline-block;
	padding: 0 15px;
	color: #fff;
	background-color: #3e97c9;
	line-height: 40px;
	font-size: 16px;
}
.page-forms .texts {
	text-align: justify;
}
.page-forms .enter-btn {
	margin: 40px auto;
}
.page-forms .enter-btn a {
	display: block;
	width: 200px;
	height: 50px;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background-color: #f7b143;
	margin: 0 auto;
	font-size: 16px;
}
.page-forms .enter-btn a:hover {
	background-color: #e09724;
}
.page-forms .d-pic img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.page-forms .title2 {
	text-align: left;
	color: #0090ff;
}
.form-first {
}
.form-first .ty {
	font-size: 16px;
	line-height: 30px;
	padding: 0 20px;
	color: #3e97c9;
	background-color: #f4f4f4;
	margin: 20px 0 10px;
}
.form-first > table tr {
	text-align: center;
	line-height: 30px;
	color: #333;
	font-weight: normal;
	vertical-align: top;
}
.form-first > table tr em {
	color: #f00;
	width: 14px;
}
.form-first > table tr > th {
	width: 120px;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
}
.form-first > table tr > td {
	width: 300px;
}
.form-first > table tr > td input[type=text] {
	width: 100%;
	line-height: 28px;
	height: 30px;
	border: 1px solid #ccc;
	padding: 0 5px;
	box-sizing: border-box;
	color: #666;
}
.form-first > table tr > td select {
	width: 100%;
	line-height: 30px;
	height: 30px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.form-first > table tr > td select option {
	line-height: 30px;
}
.form-first > table tr > td select {
}
.form-first > table tr > td select {
}
.form-first .btns {
	margin: 20px 0 20px 134px;
}
.form-first .btns input {
	width: 140px;
	height: 36px;
	text-align: center;
	color: #fff;
	border: none;
	outline: none;
	background-color: #3e97c9;
	border-radius: 3px;
	display: inline-block;
}
.form-first .btns #mydo {
	background-color: #f7b143;
	margin-right: 15px;
}
/*qq css*/
.izl-rmenu {
	position: fixed;
	right: 120px;
	bottom: 30px;
	padding-bottom: 73px;
	z-index: 999;
	left: 50%;
	margin-left: 618px;
}
.izl-rmenu .btn {
	width: 72px;
	height: 73px;
	margin-bottom: 1px;
	cursor: pointer;
	position: relative;
}
.izl-rmenu .btn-qq {
	background: url(../images/r_qq.png) 0px 0px no-repeat;
	background-color: #6da9de;
}
.izl-rmenu .btn-qq:hover {
	background-color: #488bc7;
}
.izl-rmenu a.btn-qq, .izl-rmenu a.btn-qq:visited {
	background: url(../images/r_qq.png) 0px 0px no-repeat;
	background-color: #6da9de;
	text-decoration: none;
	display: block;
}
.izl-rmenu .btn-wx {
	background: url(../images/r_wx.png) 0px 0px no-repeat;
	background-color: #78c340;
}
.izl-rmenu .btn-wx:hover {
	background-color: #58a81c;
}
.izl-rmenu .btn-wx .pic {
	position: absolute;
	left: -150px;
	top: 0px;
	display: none;
	width: 120px;
	height: 120px;
	background-color: rgba(255,255,255,0.8);
	padding: 15px;
}
.izl-rmenu .btn-wx .pic a {
	display: block;
}
.izl-rmenu .btn-wx .pic img {
	display: block;
	max-width: 100%;
	height: auto;
}
.izl-rmenu .btn-phone {
	background: url(../images/r_phone.png) 0px 0px no-repeat;
	background-color: #fbb01f;
}
.izl-rmenu .btn-phone:hover {
	background-color: #ff811b;
}
.izl-rmenu .btn-phone .phone {
	background-color: #ff811b;
	position: absolute;
	width: 160px;
	left: -160px;
	top: 0px;
	line-height: 73px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	display: none;
}
.izl-rmenu .btn-top {
	background: url(../images/r_top.png) 0px 0px no-repeat;
	background-color: #999;
	display: none;
}
.izl-rmenu .btn-top:hover {
	background-color: #666;
}
/*@media(max-width: 1260px) {
.izl-rmenu {
	right: -80px;
}
}*/
/****/
#floatwx {
	width: 160px;
	position: fixed;
	top: 70%;
	margin-top: -200px;
	margin-right: 608px;
	margin-right: 594px;
	right: 50%;
}
#floatwx > dl {
	background-color: rgba(255,255,255,0.6);
	position: relative;
}
#floatwx .fwx-close {
	width: 24px;
	height: 24px;
	padding: 2px;
	position: absolute;
	top: 2px;
	right: 2px;
	border-radius: 50%;
	overflow: hidden;
}
#floatwx .fwx-close > a {
	display: block;
	height: 100%;
	background: url(../images/close_im.png) no-repeat right center;
}
#floatwx .fwx-con {
}
#floatwx .fwx-con a {
	display: block;
}
#floatwx .fwx-con img {
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: 0 auto;
}
.news-list-01 li:nth-child(1) {
	line-height: 15px;
	height: 30px;
	margin-top: 4px;
}
.news-list-01 li a.h1title, .news-list-02 li a.h1title, .news-list-03 li a.h1title, .news-list-04 li a.h1title {
	font-size: 18px;
}
.news-list-01 li a.h1title, .news-list-02 li a.h1title, .news-list-03 li a.h1title, .news-list-04 li a.h1title {
	color: #e50505;
	margin-left: 10px;
}
.news-list-04 .spantitle span {
	background-image: url(../images/dy_icon.png);
	background-repeat: no-repeat;
	top: 4px;
	left: 0px;
	position: absolute;
	display: block;
	width: 50px;
	height: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	padding-left: 4px;
}
.news-list-03 .spantitle span {
	background-image: url(../images/zn_icon.png);
	background-repeat: no-repeat;
	top: 4px;
	left: 0px;
	position: absolute;
	display: block;
	width: 50px;
	height: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	padding-left: 4px;
}
.news-list-02 .spantitle span {
	background-image: url(../images/jz_icon.png);
	background-repeat: no-repeat;
	top: 4px;
	left: 0px;
	position: absolute;
	display: block;
	width: 50px;
	height: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	padding-left: 4px;
}
.news-list-01 .h1title span {
	background-image: url(../images/toutiao_icon.png);
	background-repeat: no-repeat;
	top: 4px;
	left: 0px;
	position: absolute;
	display: block;
	width: 50px;
	height: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	padding-left: 4px;
}
.news-list-01 .h2titleli .h2title1, .news-list-02 .h2titleli .h2title1, .news-list-03 .h2titleli .h2title1, .news-list-04 .h2titleli .h2title1 {
	margin-right: 5px;
	width: 180px;
	overflow: hidden;
	margin-left: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}
.news-list-01 .h1title {
	position: relative;
	padding-left: 55px;
	line-height: 27px;
	font-size: 16px;
	width: 350px;
	overflow: hidden;
}
.news-list-02 .spantitle, .news-list-03 .spantitle, .news-list-04 .spantitle {
	position: relative;
	padding-left: 44px;
	line-height: 27px;
	font-size: 16px;
	width: 350px;
	overflow: hidden;
}
ul.news-list-02, ul.news-list-03 {
	margin-bottom: 8px;
	margin-top: 10px;
}
ul.news-list-04 {
	margin-top: 10px;
}
li.h2titleli {
	margin-top: 4px;
}
.xiank {
	border-left: 1px solid #eee;
	padding-bottom: 20px;
}
.niantle {
	width: 270px;
	height: 50px;
	background-color: #2590d4;
	margin-top: 14px;
	margin-bottom: 14px;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
	background: #2590d4 url(../images/icon_tit3.png);
	background-repeat: no-repeat;
	background-position-x: 10px 10px;
	background-position: 8px 14px;
	padding-left: 26px;
}
.rltle {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/tlebg.png) no-repeat;
	text-indent: 16px;
	background-size: 10px 10px;
	background-position-y: 7px;
	margin-left: -5.5px;
}
.bred {
	color: #FF2B2B;
}
.hxwl {
	width: 210px;
	height: 210px;
	z-index: 0 !important;
	box-sizing: border-box;
	padding-top: 12px !important;
	overflow: hidden;
	position: relative;
}
.abox {
	width: 284px;
	display: flex;
	margin: 3px 10px 0px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.minbox {
	display: inline-block;
	width: 84px;
	height: 26px;
	background-color: #f4f4f4;
	color: #555;
	text-align: center;
	line-height: 26px;
	margin-bottom: 10px;
	margin-top: 7px;
}
.fsbg {
	width: 284px;
	height: 56px;
	background-color: #f4f4f4;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 4px 10px 14px;
}
.fstle {
	width: 80px;
	height: 30px;
	background-color: #2590d4;
	border-radius: 15px;
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -40px;
	color: #fff;
	line-height: 36px;
}
.fsbg>span {
	display: inline-block;
	margin-top: 26px;
}
.xiank_img {
	width: 220px;
	margin: 0 auto;
}
.xiank_img p {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.xiank_img span {
	text-align: center;
	display: block;
}
.box_shadow {
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
	-webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.m {
	width: 1160px;
	overflow: hidden;
	margin: 0 auto;
}
.mt15 {
	margin-top: 15px;
}
.zy_Tabs {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	background: #0069ab;
	border-bottom: 1px solid #DDD;
	overflow: hidden;
}
.more {
	float: right;
	font-size: 14px;
	padding-right: 10px;
}
.more a {
	color: #fff;
}
.zy_Tabs ul li {
	font-size: 18px;
	float: left;
	text-align: center;
	line-height: 50px;
	height: 50px;
	padding: 0 10px;
}
.zy_Tabs ul .on a {
	color: #FFF;
	background-color: #2590d4;
	padding: 0 10px;
	background: url(../images/icon_tit3.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	font-weight: normal;
}
.zybox {
	float: left;
	width: 1120px;
	overflow: hidden;
	padding: 0 20px;
}
.zybox ul {
	width: 1250px;
}
.zy_Tabs ul li a {
	display: block;
	text-decoration: none;
}
.zybox ul li {
	float: left;
	width: 216px;
	overflow: hidden;
	margin-right: 9px;
	margin-bottom: 17px;
}
.zybox ul li img {
	width: 186px;
	overflow: hidden;
	height: 128px;
	margin-left: 16px;
}
.zybox ul li h3 {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-weight: normal;
	text-align: center;
	font-size: 15px;
}
.zybox ul li h3 a {
	color: #1D5F9C;
}
.zybox ul li p {
	line-height: 22px;
	color: #888;
	font-size: 12px;
	padding: 0 3px;
}
.zybox ul li span {
	height: 25px;
	width: 100px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	display: block;
	font-size: 12px;
	line-height: 25px;
	background-color: #ffffff;
	border: 1px solid #2590d4;
}
.zybox ul li span a {
	color: #2590d4;
	display: block;
	background: url(../images/pxtools_pen.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 7px 4px;
	font-size: 16px;
	padding-left: 24px;
}
.diqu ul {
	width: 100%;
}
.diqu ul li {
	float: left;
	width: calc(20% - 8px);
	margin: 4px 4px;
}
.diqu ul li a {
	background: #f6fafd;
	line-height: 62px;
	height: 62px;
	text-align: center;
	display: block;
	font-size: 15px;
}
.main {
	margin-top: 10px;
	margin-bottom: 20px;
}
.n-pages .active {
    background: #2590d4;
    border: 1px solid #2590d4;
}
.n-pages .active a {
	color: white;
}
.mzsm {
	padding: 20px 20px 0 20px;
	border-top: 1px solid #ddd;
	font-size: 14px;
}
.mzsm p {
	color: darkred;
}
.mzsm ul li {
	color: #787878;
}
.like_artcie {
	float: left;
	width: 820px;
	margin-top: 20px;
	background: #fff;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
	margin-bottom: 20px;
}
.like_artcie h4 {
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	padding-left: 18px;
	background-image: url(../images/icon_tit3.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
}
.like-title {
	color: #fff;
	height: 40px;
	padding: 0px 10px;
	width: 100%;
	box-sizing: border-box;
	line-height: 40px;
	background-color: #0069ab;
	overflow: hidden;
}
.like_artcie ul li {
	float: left;
	width: calc(50% - 10px);
	margin-left: 10px;
	line-height: 32px;
	font-size: 15px;
}
.like-title-list {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 390px;
	display: block;
}
.com_right_form.p20 {
	border-top: 1px solid #f5f5f5;
	width: 284px;
	margin-left: 10px;
}
.com_right_form form#form1 {
	border-top: 1px solid #d8d8d8;
	padding-top: 15px;
}
.com_right_form form#form1>select {
	width: 100%;
	border: 1px solid #e4e4e4;
	background: white;
	height: 35px;
	margin-bottom: 15px;
	padding-left: 10px;
	outline: none;
	color: #9e9e9e;
}
.com_right_form form#form1 input.com_right_form_input {
	width: calc(100% - 15px);
	border: 1px solid #e4e4e4;
	margin-bottom: 15px;
	height: 35px;
	padding-left: 15px;
}
.com_right_form_submit {
	width: 100%;
	height: 40px;
	background: #2590d4;
	border-radius: 3px;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0 auto;
	display: block;
	cursor: pointer;
	border: none;
}
p.com_right_form_p {
	font-size: 13px;
	color: #999;
	text-align: center;
	width: 100%;
	display: block;
	padding: 10px;
}
.com_right_form_p>span {
	font-size: 13px;
	color: #78bdff;
	font-style: normal;
}
.kf_div {
	margin-top: -140px;
	float: right;
	margin-right: 36px;
}
.location1 {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	background-image: url(../images/right_wz.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 35px;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
	margin-top: 10px;
}
.pr {
	position: relative;
}
.specialtyImg {
	top: 20px;
	left: 20px;
	z-index: 2;
	position: absolute;
}
.pl305 {
	padding-left: 305px;
}
.fb {
	font-weight: bold;
}
.specialtyCon {
	width: 820px;
	float: left;
	background: #fff;
}
.bg_69 {
	background: #3f94d5;
	color: white;
}
.muqianbaomingrenshu {
	float: right;
	color: #ffffff;
	font-size: 19px;
	font-weight: 800;
	padding-right: 20px;
}
.bg_e5 {
	background: #f3f3f3;
	padding-bottom: 14px;
}
.fb {
	font-weight: bold;
	font-size: 14px;
}
.bg_d7 {
	background: #d7d7d7;
	width: 490px;
	margin-top: 10px;
}
.t_specialtyCon {
	height: 92px;
}
.pr55 {
	padding-right: 20px;
	height: 140px;
}
.lh26 {
	font-size: 16px;
	padding-top: 16px;
}
.lh24 {
	padding-top: 8px;
}
.no {
	margin-right: 24px;
}
.zyjs_zy {
	background: #2590d4;
	color: #fff;
	line-height: 42px;
	height: 42px;
	padding-left: 6px;
	font-size: 16px;
	font-weight: bold;
}
.zy_js {
	padding-top: 20px;
}
.zy_js P {
	line-height: 30px;
	font-size: 15px;
}
.side .do {
	background: #2590d4;
	color: white;
	line-height: 42px;
	height: 42px;
	padding-left: 6px;
	font-size: 16px;
}
.zy_info {
	padding: 0 20px;
	margin-top: 20px;
}
.side p {
	line-height: 30px;
	font-size: 15px;
}
.testlist {
	border: 1px solid #4caed5;
	width: 100%;
	border-collapse: collapse;
}
.testlist th {
	background-color: #cfeaff;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.testlist td {
	border: 1px solid #4caed5;
	height: 30px;
	padding-left: 5px;
	text-align: center;
}
.testlist .odd {
	background-color: #f6f6f6;
}
.side {
	padding-bottom: 16px;
}
.content.cusinput {
	padding-top: 10px;
}
.bk1_left {
	width: 398px;
}
.mF_fscreen_tb_wrap {
	float: left;
	background: #fff;
}
.mF_fscreen_tb {
	background: #333;
	position: relative;
}
.mF_fscreen_tb_myFocus20179916885763 {
	position: relative;
	width: 398px;
	height: 260px;
	overflow: hidden;
	font: 12px/1.5 Verdana;
	text-align: left;
	background: #fff;
	visibility: visible!important;
}
.mF_fscreen_tb .pic {
	position: absolute;
	top: 0;
	left: 0;
}
.mF_fscreen_tb_myFocus20179916885763 .pic {
	position: relative;
	width: 398px;
	height: 260px;
	overflow: hidden;
}
.mF_fscreen_tb .pic li {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
}
.mF_fscreen_tb_myFocus20179916885763 * {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
.mF_fscreen_tb .thumb_bg {
	position: absolute;
	border-top: 1px solid #fff;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #000;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
/*在线咨询*/
#fixed_left {
	position: fixed;
	right: 50%;
	top: 19%;
	padding: 15px;
	padding-left: 10px;
	transition: all 0.1s;
	z-index: 3;
	margin-right: 590px;
}
#fixed_left>div {
	box-sizing: content-box;
	background-color: #FFFFFF;
	height: 70px;
	width: 75px;
	text-align: center;
	padding: 10px 0;
	box-shadow: 0 0 3px #708090;
	margin-bottom: 10px;
	border-radius: 3px;
}
#fixed_left>div:hover {
	transform: scale(1.1);
	font-weight: bold;
}
#fixed_left>div>a {
	color: rgb(116, 116, 116);
	text-decoration: none;
}
#fixed_left>div>a>img {
	width: 60%;
	transition: all 0.1s;
}
#fixed_left>div>a>p {
	font-size: 16px;
	margin: 5px 0;
}
#float-right {
	width: 180px;
	height: 510px;
	background: url(../images/ad_right.png);
	background-size: 100%;
	left: 50%;
	top: 25%;
	position: fixed;
	z-index: 9999;
	box-sizing: initial;
	margin-left: 590px;
}
#float-right .pan_a {
	height: 155px;
	display: block;
	width: 155px;
	border-radius: 200px;
	margin-left: 10px;
}
#float-right>p {
	text-align: center;
	font-size: 20px;
	color: #fff;
	height: 31px;
	line-height: 34px;
	margin: 0
}
#float-right>p>a {
	color: #fff;
}
#float-right ul {
	width: 180px;
	overflow: hidden;
	padding-top: 7px;
	margin-bottom: 0;
	padding-left: 0;
}
#float-right li {
	font-size: 16px;
	color: #0168b7;
	text-align: center;
	height: 24px;
	width: 117px;
	line-height: 22px;
	margin: 5px auto;
}
#float-right a {
	color: #0168b7;
	cursor: pointer;
}
#float-right .float-right-wsbm {
	margin-top: 13px;
}
#float-right .float-right-wsbm a {
	color: #fff
}
#float-right-ewm {
	width: 50px;
	height: 64px;
	position: absolute;
	right: 34px;
	bottom: 32px;
	font-size: 0;
	text-align: center;
}
#float-right-ewm img {
	width: 50px;
	height: 50px;
}
#float-right-ewm>p {
	font-size: 8px;
}
#float-right-totop {
	position: absolute;
	bottom: 5px;
	text-align: center;
	width: 100%;
	font-size: 16px;
	letter-spacing: 4px;
}
#float-right-ewm #float-right-ewm-h {
	width: 117px;
	height: 117px;
	position: absolute;
	left: -204px;
	max-width: 117px !important;
	top: -68px;
	display: none;
}
#float-right-ewm:hover #float-right-ewm-h {
	display: block
}
/*地方站*/
.zg_topLt2 {
	font-family: "微软雅黑";
	width: 75px;
	height: 28px;
	line-height: 28px;
	background: -webkit-linear-gradient(60deg, #67bdfb, #4b9ef5);
	background: linear-gradient(60deg, #67bdfb, #4b9ef5);
	color: #fff;
	border-radius: 20px;
	padding-left: 20px;
}
.zg_topLt2 a {
	color: #fff;
	font-size: 14px;
}
.zg_topLt2 em {
	background: url(../images/zk_icon04.png) no-repeat;
	width: 14px;
	height: 7px;
	display: inline-block;
	vertical-align: middle;
	transition: 0.3s ease-in;
	margin-left: 5px;
}
.zg_yy_box2 {
	display: none;
	position: absolute;
	border: 1px solid #e7e7e7;
	background: #fff;
	overflow: hidden;
	padding: 10px 15px;
	font-size: 12px;
	line-height: 36px;
	box-shadow: 0 5px 5px rgb(228 228 228 / 40%);
	z-index: 99;
	left: -2px;
	top: 36px;
	width: 1130px;
}
.zg_topLt2:hover .zg_yy_box2 {
	display: block;
}
.zg_yy_box2 a {
	color: #666;
	padding: 0 6px;
}
.zg_yy_box2 a:hover {
	color: #2196f3;
}
.zg_yy_box2 span {
	color: #ddd;
	padding: 0 5px;
}
.zgsl_top2 {
	display: none
}
.zg_topLt2:hover .zgsl_top2 {
	display: block;
	transition: 0.3s ease-in;
}
.zg_topLt2 a:hover em {
	transform: rotate(180deg);
}
.zy_img {
	display: none;
}
.content-block-title {
	display: none;
}
#MyContent, .btmFixed {
	display: none;
}
#xkw-kf strong {
	text-indent: 2em;
	font-size: 14px;
}
#xkw-kf-p {
	text-align: center;
	padding-bottom: 15px;
	font-size: 14px;
}
.slider {
	display: none;
}
.yz_cont1 {
	display: none;
}
.zk-kwkj {
	margin-bottom: 50px;
}
.main {
	width: 1160px;
	margin: 0px auto 0px;
}
.zk-kwkj > div.fl {
	width: 820px;
}
.jianjie .jianjie_img img {
	width: 153px;
	height: 146px;
	float: left;
	padding-top: 10px;
}
.school_juli {
	margin-top: 20px;
}
.school_title {
	display: inline-block;
	font-size: 2em;
	font-weight: bold;
	padding-left: 20px;
}
.school-info {
	margin: 20px 0;
	display: flex;
	align-items: center;
	padding-left: 20px;
}
.school-info > li:first-child {
	padding: 0;
}
.school-info > li {
	padding-left: 10px;
	white-space: nowrap;
	font-size: 12px;
	margin-right: 10px;
}
.school_img {
	width: 18px;
	height: 18px;
	margin: 0 !important;
	padding: 0 0 3px 0;
	vertical-align: middle;
}
.school_img + b {
	width: 105px;
	height: 15px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	padding-left: 2px;
}
.zhuanye .title {
	color: #000000;
	line-height: 38px;
	font-size: 15px;
	font-weight: 700;
	background: #f8f8f8 url(../images/jiantou.png) no-repeat 10px center;
	padding-left: 30px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
.jianjie_img {
	margin-left: 10px;
}
.jianjie {
	position: relative;
}
.jianjie {
	padding-bottom: 20px;
}
.zhuanye {
	border: 1px solid #eee;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(238, 238, 238);
	border-top: none;
}
.jianjie .jianjie-in {
	text-indent: 28px;
	color: #333;
	font-size: 14px;
	margin-top: 5px;
	line-height: 26px;
	padding: 0 20px;
}
.bmlc {
	margin: 0px 0 10px 0;
}
.bmlc p {
	font-size: 20px;
	font-weight: 700;
	color: #2950d4;
	background: url(../images/bt-bg.png) no-repeat bottom;
	height: 45px;
	line-height: 36px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.lcOne {
	width: 810px;
	height: 110px;
	background: #fffbfb;
}
.lcTwo {
	padding: 10px 30px;
	margin: 0 auto;
	box-sizing: border-box;
}
.lcThree {
	background: url(../images/schoolLc.png) no-repeat;
	background-position: 0 35px;
	display: flex;
	width: 100%;
	align-items: center;
}
.lcThree > div {
	text-align: center;
	margin-right: 20px;
}
.lcThree span {
	font-size: 12px;
	font-weight: 400;
	color: #3E3F3F;
}
.lcThree a {
	width: 110px;
	display: block;
	height: 30px;
	background: #2950d4;
	border-radius: 15px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	margin: 0 auto;
	margin-top: 20px;/* transition: transform .3s; */
}
.school-life img {
	width: 100%;
	height: 148px;
	border-radius: 8px;
	cursor: pointer;
	object-fit: cover
}
.school-life {
	/*    display: flex;*/
	flex-wrap: wrap;
	padding: 10px 20px;
}
.school-life ul li {
	float: left;
	width: calc(33.33% - 8px);
	margin-right: 10px;
}
.school-life ul li:nth-child(3n) {
	margin-right: 0px;
}
.school-life h5 {
	border-left: 2px solid #fb9900;
	padding-left: 6px;
	line-height: 16px;
	font-size: 15px;
	margin: 12px 0;
}
.jianjie-in {
	text-indent: 2rem;
}
.jianjie-in noIndent {
	text-indent: 28px;
}
.testlist-ckzy {
	width: calc(100% - 40px);
	border-collapse: collapse;
	margin: 20px;
}
.testlist-ckzy th {
	border: 1px solid #dddddd;
	font-size: 15px;
	line-height: 30px;
	background: #fbfbfb;
	text-align: center;
}
.testlist-ckzy td {
	border: 1px solid #dddddd;
	font-size: 14px;
	color: #343434;
	text-align: center;
	line-height: 36px;
}
.et2 {
	text-align: center;
}
.slideBox {
	position: relative;
	height: 260px;
	overflow: hidden;
	width: 400px;
	float: left;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);
}
.hd ul {
	overflow: hidden;
	position: absolute;
	bottom: 13px;
	right: 10px;
	z-index: 10;
}
.hd ul li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	margin-right: 10px;
	float: left;
	overflow: hidden;
	line-height: 9999999em;
}
.hd ul li.on {
	background: #cc1632;
}
.bd {
	height: 620px;
}
.bd p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 555px;
	padding: 10px 0 10px 15px;
	color: #fff;
	background: #41208f;
	background: rgba(65, 32, 143, .5);
	z-index: 5;
}
.bd ul li a img {
	width: 480px;
}
.quali, .js-cli-cont {
	display: none;
}
.fixed {
	top: 0px;
	z-index: 999;
	position: fixed;
	width: 320px;
	background-color: #fff;
}
.main_list {
	margin-bottom: 40px;
}
.ind-school li ul li:nth-child(2) {
	margin: 4px 20px 20px;
}
.ind-school li ul li {
	background: #e9f2f7;
	width: 54px;
	color: #939393;
	float: left;
	height: 18px;
	padding: 0;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	border: none;
	margin-top: 4px;
	border-radius: 2px;
}
.close_wx_left {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 10px;
	width: 20px;
}
.close_wx_left img {
	width: 100%;
}
.index-header,.index-nav,.index-class,.index-headlines,.index-edu,.index-speciality,.index-article,.index-video,.index-problem,.index-special,.index-guide,.index-place,.seek-bottom,.footer_mm,.secondary-nav,.index-class-cont,.details-name,.details-source,.details-editor,.details-advertisement,.details-video,.art_wd,.ranking-cont{
	display: none;
}.details-beto {
    margin-top: 20px;
    padding-top: 20px;
    width: 820px;
    float: left;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
	margin-bottom: 30px;
	padding-bottom: 20px;
}.details-beto-title {
    font-size: 18px;
    color: #404040;
    font-weight: bold;
    padding-left: 20px;
}
.details-beto-li{
	padding:0 20px;
}
.details-beto-li a {
    margin-top: 4px;
    padding-bottom:0px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #eeeeee solid;
}.details-beto-info {
    width: 820px;
}.details-beto-name {
    transition: all .2s;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #404040;
    padding-top: 6px;
}.details-beto-span {
    font-size: 12px;
    color: #878787;
    overflow: hidden;
    padding-top: 4px;
    line-height: 30px;
    height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}.details-beto-label {
    font-size: 12px;
    color: #afb3c3;
    padding-top: 0px;
    line-height: 20px;
    padding-bottom: 8px;
}.details-beto-images {
    width: 170px;
    height:96px;
    position: relative;
}.details-beto-images img {
    border-radius: 12px;
    height: 96px;
    width: 170px;
    display: block;
}
.art_ziliao{
	float: left;
	width: 820px;
	    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
	margin-top: 20px;
}
.details-center-neck {
    padding-top: 20px;
    padding-bottom: 20px;
}.details-center-necktitle {
    text-align: center;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}.details-center-necktitle span {
    color: #2665DA;
}.details-center-neckcont {
    padding-top: 10px;
    width: 780px;
    margin: 0 auto;
    box-sizing: border-box;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.details-center-necklist {
    cursor: pointer;
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px #ecedef solid;
    border-radius: 10px;
    width: 250px;
    height: 50px;
    padding: 0 16px;
    box-sizing: border-box;
}.details-center-neckleft {
    width: 30px;
    height: 24px;
}.details-center-neckright {
    font-size: 15px;
    width: 180px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}.details-center-necksubmit {
    cursor: pointer;
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background: #FF4F4F;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 25px;
}.details-center-necktext {
    text-align: center;
    font-size: 14px;
    color: #999999;
    padding-top: 12px;
}
.zk-kwkj > div.fl {
    width: 810px;
}.dy_top {
    padding: 20px;
    background: #f9f9f9;
    height: 100px;
}.dy_top h2 {
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-bottom: 10px;
    font-size: 18px;
    font-family: microsoft yahei;
    position: relative;
    overflow: hidden;
}.dy_top h2 em {
    display: inline-block;
    padding: 0px 12px;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    margin: 0 8px;
    background: #f05a00;
    color: #fff;
    font-style: normal;
    vertical-align: middle;
    font-size: 14px;
}.dy_top .dy_toplist {
    width: 100%;
}.dy_top .list-box li {
    display: block;
    padding-left: 20px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    background: url(../images/list-style-s.png) no-repeat 0px 11px;
    float: left;
    width: calc(31% - 10px);
}.bk10 {
    height: 10px;
}
.lanmulist {
    border-top: 10px solid #f3f6f7;
    height: 210px;
    padding: 10px;
}
.lanmulist .m-b-10 {
    margin-bottom: 10px;
}.lanmulist .f-s-18 {
    font-size: 18px;
}.lanmulist .color-c0c1c7 {
    color: #c0c1c7;
}.lanmulist .f-right {
    float: right;
    display: inline;
    font-size: 12px;
}.lanmulist .index_title {
    width: 100%;
    height: 1px;
    background:#0069ab;
    position: relative;
    z-index: 1;
}.lanmulist .title_xian {
    height: 2px;
    background: #0069ab;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 2;
    width: 55px;
}.lanmulistmo {
    padding-top: 6px;
}.lanmulist .list-box li {
    display: block;
    padding-left: 20px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    background: url(../images/list-style-s.png) no-repeat 0px 11px;
    width: 364px;
    float: left;
}.lanmulist .list-box li a {
    font-size: 14px;
}.lanmulist .list-box li span {
    float: right;
    width: 11%;
    text-align: right;
    font-size: 12px;
    color: #b2b2b2;
    font-family: Arial;
    padding: 0 5px;
}