body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; word-wrap: break-word }
body, html, input { /*font:12px/1.5 tahoma,arial,\5b8b\4f53,sans-serif;*/ /*font-family:PingFangSC-Regular, Verdana, Arial, '微软雅黑','宋体'; font-size:14px;*/ font: 12px/1.5 "microsoft yahei", "pt sans", Verdana, Geneva, sans-serif; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: none }
pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
input.dialog { height: 0; height: 0; font-size: 0; line-height: 0; border: none }
h1 { font-size: 34px; }
h2 { font-size: 26px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
input, label, img, th { vertical-align: middle; }
.font-fixh { font-family: Georgia, Arial; color: #f00; font-size: 16px; font-weight: 700; }
address, cite, dfn, em, var { font-style: normal; }
code, kbd, pre, samp { font-family: courier new, courier, monospace; }
input.button, input.btn { padding: 0.25em; width: auto; _width: 0;
overflow:visible !ie; }
ul, ol, li { list-style: none; }
a { text-decoration: none; }
a:hover { color: #0088e6 }
.white, .white a { color: #fff }
.blue, .blue a { color: #004499 }
.gray4, a.gray4 { color: #999 }
.red, .red a, a.red { color: red; }
.green { color: #0E774A }
select optgroup { color: #CAC8BB; }
header { display: block }
/*通用样式*/
.hidden { display: none; }
.invisible { visibility: hidden; }
.ib, .ib-a a { display: inline-block; zoom: 1;
*display:inline; }
.clear:after, .main:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear, .main { display: inline-block; }/* Hides from IE-mac \*/
* html .clear, * html .main { height: 1%; }
.clear, .main { display: block; }
.f12 { font-size: 12px }
.f14 { font-size: 14px }
.f16 { font-size: 16px }
.f18 { font-size: 18px }
.f20 { font-size: 20px }
.lh20 { line-height: 20px }
.lh22 { line-height: 22px }
.lh24 { line-height: 24px }
.lh26 { line-height: 26px }
.lh28 { line-height: 28px }
.fb { font-weight: bold }
.fn { font-weight: normal }
.bk, .bk3, .bk6, .bk8, .bk10, .bk15, .bk20, .bk30 { clear: both; font-size: 1px; height: 0; line-height: 1px }
.bk3 { height: 3px; }
.bk6 { height: 6px }
.bk8 { height: 8px }
.bk10 { height: 10px }
.bk15 { height: 15px }
.bk20 { height: 20px }
.bk30 { height: 30px }
.row-2 li { float: left; width: 50% }
.row-3 li { float: left; width: 33% }
.row-4 li { float: left; width: 25% }
.row-5 li { float: left; width: 20% }
.cu, .cu-li li, .cu-span span { cursor: hand;
!important; cursor: pointer }
.text-c { text-align: center }
.text-l { text-align: left }
.text-r { text-align: right }
.lf { float: left }
.rt { float: right }
.pr { position: relative }
.pa { position: absolute }
.img-wrap { border: 1px solid #eee; text-align: center; overflow: hidden }
.img-wrap a { display: table-cell; vertical-align: middle;
*display:block; overflow: hidden; background-color: #fff }
.img-wrap a:hover { background-color: #e8eff6 }
.col-left { float: left }
.col-auto { overflow: hidden; _zoom: 1; _float: left; }
.col-right { float: right }
* {
	padding: 0;
	margin: 0;
}

body {
	color: #333;
	font-family: "Microsoft YaHei";
	background: #f7f7f7;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #3681d7;
}
.none {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w12 {
	width: 1220px;
	margin: 0 auto;
}

.pad-6 {
	padding: 6px;
	overflow: hidden
}

.pad-10 {
	padding: 10px;
	overflow: hidden
}

.pad_10,
.pad-lr-10 {
	padding: 0 10px
}

.pad-lr-6 {
	padding: 0 6px
}

.blue,
.blue a,
.box h5 a,
.box a.more,
.crumbs a {
	color: #004499
}

.keylink,
.keylink:link,
.keylink:hover,
.keylink:active {
	text-decoration: underline;
	width: 26px;
	height: 22px;
	line-height: 22px;
	background: #fff;
	border: 1px dotted #aaa;
	text-align: center
}

textarea {
	border: 1px solid #DCDDDD;
	background: #fff;
	clear: both;
	color: #555;
	font-size: 14px;
	height: 130px;
	padding: 5px 0 0 5px;
	text-align: left;
	width: 99%;
	margin-bottom: 8px
}

.input-text,
input.date,
input.endDate,
.input-focus {
	border: 1px solid #DCDDDD;
	height: 22px;
	padding: 0 0 0 3px
}

input.date,
input.endDate {
	padding-right: 18px;
	font-size: 12px;
}

/**/
.fontred {
	color: red;
}



.hr {
/*	background: url(../images/uline.gif) repeat-x center center;*/
}

.hr hr {
	display: none
}

.ib,
.ib-li li,
.ib-a a,
.ib-span span,
.btn,
.btn input,
.photo-hot li,
.Article-Tool a,
.photo-list li,
.photo-channel .photo-slide .change i,
.photo-channel .tool .auto,
.photo-channel .tool .up,
.photo-channel .tool .next,
.photo-cat .content h5 span.blue a,
.submit {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.body-top {
	background: #f5f5f5;
	vertical-align: middle;
	height: 40px;
	line-height: 40px;
	color: #444;
	overflow: hidden;
	background-image: none;
}

.body-top .topr {}

.body-top .topr li {
	float: left;
}

.body-top .topr li a {
	padding: 0 10px;
	color: #666;
	border-left: 1px solid #ccc;
}

.body-top .topr li:last-child a {
	padding-right: 0;
}

.body-top .topr li:first-child a {
	border-left: 0;
}

.body-top .login {
	float: right
}

.body-top .login span {
	color: #CCC
}

.body-top .login a.rss {
	width: 32px;
	float: right;
	overflow: hidden;
	text-indent: -222px;
/*	background: url(../images/rsso.gif) no-repeat left center;*/
	margin-left: 8px
}

.special-body-top {
	height: 38px;
	background-position: left -104px;
	background-color: #fff
}

.special-body-top a.logo {
/*	background: url(../images/special-show.png) no-repeat right center;*/
	padding-right: 58px;
	float: left;
	display: block
}

.special-body-top .content {
	padding: 2px 0
}

.special-body-top .nav {
	float: left;
	padding: 10px 0 0 12px
}

.special-body-top .nav span {
	padding: 0 8px;
	color: #CCC
}

body fieldset {
	border: 1px solid #D8D8D8;
	padding: 0 10px 10px;
	padding: 10px;
}

body fieldset legend {
	padding: 3px 8px;
	font-weight: 700;
}

body fieldset.blue {
	border: 1px solid #dce3ed
}

body fieldset.blue legend {
	padding: 3px 8px;
	font-weight: 700;
	color: #347add;
	background: none;
	border: none
}
.art_form_txt {
	    text-align: center;
	    color: #b5ac40;
	    font-size: 17px;
	    font-weight: 600;
	    padding-top: 15px;
		text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	}
/* */
.btn {
	padding-left: 6px
}

.btn,
.btn input {
	background: url(../images/button.png) no-repeat;
	height: 24px;
	line-height: 24px;
	width: auto;
	_width: 0;
	overflow: visible !ie
}

.btn input {
	background-position: right 0;
	border: 0 none;
	color: #fff;
	padding-right: 6px;
	_height: 25px
}

.submit {
	padding-left: 3px
}

.submit,
.submit input {
/*	background: url(../images/but.png) no-repeat;*/
	height: 29px;
	width: auto;
	_width: 0;
	overflow: visible !ie
}

.submit input {
	background-position: right top;
	border: none;
	padding: 0 10px 0 7px;
	font-size: 14px
}

/*  */

.main {
	width: 1220px;
	margin: 0 auto;

	background-color: white;
}

.bg {
	padding: 15px;
	margin-bottom: 20px;/*30*/
	background: #fff;
	box-sizing: border-box;
}

/*  */
.header {
	width: 1220px;
	background: #fff;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

.header .logo {
	float: left;
	padding: 10px 0;
	margin-top: 10px;
	margin-bottom: 20px;
	height: auto;
	text-align: center;
}

.header .logo a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.header .header_search {
	float: right;
	height: 40px;
	margin-top: 28px;
}

.header .header_search input {
	float: left;
	width: 250px;
	height: 40px;
	padding: 0 10px;
	font: 14px/40px "Microsoft yahei";
	border: 1px solid #007cde;
	box-sizing: border-box;
}

.header .header_search button {
	float: left;
	width: 100px;
	height: 40px;
	font: 16px/40px "Microsoft yahei";
	background: #007cde;
	color: #fff;
	text-align: center;
	border: none;
	cursor: pointer;
}

.header .iconmenu {
	width: 480px;
	float: left;
	margin-top: 15px;
	margin-left: 60px;
}

.header .iconmenu ul {}

.header .iconmenu ul li {
	width: 14.58%;
	float: left;
	margin: 0 5px;
}

.header .iconmenu ul li a {
	font-size: 13px;
	text-align: center;
	display: block;
}

.header .iconmenu ul li a img {
	display: block;
	margin: 0 auto;
}

.header .iconmenu ul li a span {}

/* nav */
.header .nav {
    clear: both;
    height: 50px;
    width: 1220px;
    background: #0088e6;
}
.header .nav ul {
    width: 1220px;
    margin: 0 auto;
    display: flex;           /* 使用 flex 布局，确保不换行 */
}
.header .nav ul li {
    float: left;
    height: 50px;
    position: relative;
    flex-shrink: 0;          /* 防止被压缩 */
}
.header .nav ul li>a {
    display: block;
    color: #fff;
    font: 16px/50px "Microsoft yahei";  /* 字号16px */
    padding: 0 26px;          /* 从29px降到26px */
    position: relative;
    white-space: nowrap;      /* 强制不换行 */
}
.header .nav ul li>a.nav_red {
    color: #ffeb00;
}
.header .nav ul li>a span {
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 22px;
}
.header .nav li>a:visited{
    background-color: #006eb9;
    font-weight: bold;
}
.header .nav ul li>a:hover {
    background-color: #006eb9;
    text-decoration: none;
    font-weight: bold;
}
.header .nav li.active a{
    background-color: #006eb9;
    font-weight: bold;
}


/**/
.address {
	width: 1220px;
	margin: 0 auto;
	border: 1px solid #fff;
	background: #fff;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font: 14px/25px "Microsoft yahei";
	box-sizing: border-box;
	overflow: hidden;
}

.address strong {
	color: #006eb9;
	float: left;
	height: 25px;
	margin-left: 15px;
	margin-right: 10px;
	font-weight: bolder;
	font-size: 16px;
	line-height: 25px;
	font-family: "Microsoft yahei";
}

.address>ul {
	float: left;
	overflow: hidden;
	margin: 0;
	font: 14px/25px "Microsoft yahei";
}

.address>ul li {
	float: left;
	padding: 0 10px;
	color: #333;
}

.hot-search {
	float: right;
	width: 210px;
}

.hot-search a {
	float: left;
	width: 100%;
	color: #f00;
	font: 12px/25px "Microsoft YaHei";
}

.newbox {
	float: left;
	width: 450px;
	height: 350px;
	overflow: hidden;
}

.newbox .slide {
	float: left;
	width: 100%;
	height: 350px;
}

.FocusPic {
	zoom: 1;
	position: relative;
	overflow: hidden
}


.FocusPic .content {
    width: 450px;
    height: 270px;
    overflow: hidden;
}

.FocusPic .changeDiv a {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	display: none;
}

.FocusPic .title-bg, .FocusPic .title {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 35px;
    overflow: hidden;
}


.FocusPic .title-bg {
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    width: 100% !important;
}

.FocusPic .title a {
	display: block;
	padding: 0 15px;
	color: #fff;
	font: 14px/35px "Microsoft YaHei";
}
.FocusPic .title a:nth-child(1){
    display: none;
}
.FocusPic .title a:nth-child(2){
    display: none;
}
.FocusPic .title a:nth-child(3){
    display: block;
}


.FocusPic .change {
	bottom: 6px;
	height: 20px;
	right: 3px;
	*right: 5px;
	_right: 4px;
	position: absolute;
	text-align: right;
	z-index: 9999;
}

.FocusPic .change i {
	background: #666;
	color: #FFF;
	cursor: pointer;
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	margin-right: 2px;
	padding: 2px 6px;
	font-style: normal;
	height: 15px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
}

.FocusPic .change i.cur {
	background: #FF7700;
}

/*  */
.news-list {
	width: 465px;
	margin-left: 20px;
	margin-right: 20px;
}

.news-list .title {
	height: 24px;
	margin-bottom: 10px;
}

.news-list .title span {
	font-size: 20px;
	line-height: 24px;
	color: #333;
	font-weight: 500;
}

.news-list ul {
	font: 14px/32px "Microsoft YaHei";
}

.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;
}

.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,
.news-list-02 li a,
.news-list-04 li a,
.news-list-03 li a {
	font-size: 13px;
	float: left;
	line-height: 26px;
	height: 26px;
}

.news-list-01 li:nth-child(1) {
	line-height: 15px;
	height: 30px;
}

.news-list-01 .h2titleli .h2title1,
.news-list-02 .h2titleli .h2title1,
.news-list-03 .h2titleli .h2title1,
.news-list-04 .h2titleli .h2title1 {
	margin-right: 5px;
	width: 190px;
	overflow: hidden;
}

.news-list-01 .h2titleli .h2title2,
.news-list-02 .h2titleli .h2title2,
.news-list-03 .h2titleli .h2title2,
.news-list-04 .h2titleli .h2title2 {
	float: right;
	width: 190px;
	overflow: hidden;
}

.news-list-02 li:nth-child(1),
.news-list-03 li:nth-child(1),
.news-list-04 li:nth-child(1) {
	padding-top: 10px;
}

.news-list-02 .spantitle span {
	background-position: 0px -435px;
}

.news-list-03 .spantitle span {
	background-position: 0px -414px;
}

.news-list-04 .spantitle span {
	background-position: 0px -15px;
}

.news-list-02 .spantitle span,
.news-list-03 .spantitle span,
.news-list-04 .spantitle span {
	background-image: url(../images/icons.png);
	background-repeat: no-repeat;
	top: 4px;
	left: 0px;
	position: absolute;
	display: block;
	width: 45px;
	height: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	padding-left: 4px;
}

.news-list-02 .spantitle,
.news-list-03 .spantitle,
.news-list-04 .spantitle {
	position: relative;
	padding-left: 45px;
	line-height: 27px;
	font-size: 16px;
	width: 350px;
	overflow: hidden;
}

.service {
	width: 340px;
	height: auto;
	box-sizing: border-box;
	border:1px solid #dedede;
}
.service .title{
    color:#3681d7;
    background: #f7f7f7;
    font: 17px/50px "Microsoft YaHei";
    font-weight: bold;
    text-align: center;
}
.service .title i{
    margin-right: 5px;

}
.five-method{
    margin-bottom:10px;
}
.leftsub{
    float: left!important;
    margin-left:50px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
}
.rightsub{
    float: right;
    margin-left:50px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
}
.index_ad02 img{
    width:300px;
}
.width470{
    width: 470px;
}
.xxList.dtList li {
    padding-right: 0px;
}
.xxList.dtList li span{
    float: right;
    color: #5a4d9b;
}
.mbacnnAd{
    text-align:center; 
    margin-top: 20px; 
    margin-bottom: 20px;
}
.mbacnnAd img{
    width: 1220px; 
    height: 80px;
    margin:0 auto;
    display: block;
}

/*.service .title {
	font: 18px/50px "Microsoft YaHei";
	color: #fff;
	background: url(../images/index_tit.png);
	text-align: center;
}*/

.service .service_txt {
	padding: 10px 20px;
	overflow: hidden;
}

.service .service_txt p {
	font: 16px/50px "Microsoft YaHei";
	color: #f00;
	font-weight: bold;
	text-align: center;
}

.service .service_txt a {
	width: auto;
	float: left;
	padding: 0 40px;
	font: 15px/40px "Microsoft YaHei";
	color: #fff;
	background: #14D5F4;
	display: table;
	margin-right: 15px;
	margin-bottom: 15px;
}

.service .service_txt a:nth-of-type(2n) {
	margin-right: 0;
}

.service .service_txt a:nth-of-type(2) {
	background: #f9942c;
}

.service .service_txt a:nth-of-type(3) {
	background: #6c1ed4;
}

.service .service_txt a:last-child {
	background: #2e93fd;
}
/*
.service .daojishi {
	width: 100%;
	height: 70px;
	padding: 0 5px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font: 15px/70px "Microsoft YaHei";
	text-align: center;
	box-sizing: border-box;
}

.service .daojishi span {
	display: inline-block;
	background: #e90000;
	padding: 3px 9px 5px 5px;
	color: #fbff03;
	font: 24px/30px "Microsoft YaHei";
	border-radius: 3px;
}
*/
.service>span {
	width: 100%;
	float: left;
	font: 14px/40px "Microsoft YaHei";
	text-align: center;
	color: #f00;
}

.main .time {
/*	margin-top: 0px;*/
	margin-bottom: 30px;
	/*background: #fff;*/
}

.main .time ._left {
	width: 350px;
	height: 204px;
	padding-top: 64px;
	box-sizing: border-box;
	background: url(../images/crgk_djs.png);
}

.main .time ._left .djs_title {
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.main .time ._left .djs_time {
	position: relative;
}

.main .time ._left .djs_time .days {
	position: absolute;
	top: 1px;
	left: 124px;
	text-align: center;
}

.main .time ._left .djs_time .days .day {
	display: inline-block;
	letter-spacing: 23px;
	color: #0088e6;
	font-size: 36px;
}

.main .time ._left .djs_time .days .day_text {
	color: #fff;
	font-size: 14px;
}

.main .time ._right {
	box-sizing: border-box;
	width: 870px;
	height: 204px;
	padding: 30px 20px 0 40px;
}

.main .time ._right ul {
	border-bottom: 1px dashed #e5e5e5;
}

.main .time ._right ul li {
	float: left;
	position: relative;
	min-width: 130px;
	padding-bottom: 30px;
	margin-right: 24px;
}

.main .time ._right ul li .ks {
	position: relative;
	color: #333;
	font-size: 16px;
	margin-bottom: 20px;
}

.main .time ._right ul li .ks .bk {
	position: absolute;
	right: 0;
	top: -5px;
	display: none;
	height: 22px;
	padding: 0 5px;
	line-height: 22px;
	background-color: #f65a5a;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
}

.main .time ._right ul li .ks:hover {
	color: #0088e6;
}

.main .time ._right ul li .ks_span {
	color: #999;
	font-size: 14px;
}

.main .time ._right ul li .ks_span:hover {
	color: #0088e6;
}

.main .time ._right ul li .ks_icon {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: rgba(0, 136, 230, 0.2);
}

.main .time ._right ul li .ks_icon .ks_ico {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	margin-top: -5px;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	background-color: #0088e6;
	border-radius: 50%;
}

.main .time ._right ul li .ks_tag {
	position: absolute;
	top: 110px;
	left: 0;
	width: 150%;
}

.main .time ._right ul li .ks_tag .ks_a {
	display: inline-block;
	color: #666;
	font-size: 14px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.main .time ._right ul li .ks_tag .ks_a:hover {
	color: #0088e6;
}

.main .time ._right ul li.active .bk {
	display: inline-block;
}

.main .time ._right ul li.active .ks,
.main .time ._right ul li.active .ks_span {
	color: #f65a5a;
}

.main .time ._right ul li.active .ks_icon {
	background-color: rgba(246, 90, 90, 0.2);
}

.main .time ._right ul li.active .ks_ico {
	background-color: #f65a5a;
}

.main .time ._right ul li.mr0 {
	margin-right: 0;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

/**/
.main .college,
.main .news {
	margin-bottom: 30px;
}

.main .college .news_title,
.main .news .news_title {}

.main .college .news_title .title_text,
.main .news .news_title .title_text {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	padding-left: 27px;
/*	background: url(../images/rmyx.png) no-repeat left center;*/
}

.main .college .news_title a,
.main .news .news_title a,
.news_title a {
	float: right;
	color: #666;
}

.main .college ._left {
	width: 100%;
	background: #fff;
	margin-top: 10px;
	padding: 0 15px 15px 15px;
	box-sizing: border-box;
}

.main .college ._left .area_b {
	position: relative;
	width: 100%;
	height: 50px;
	padding: 18px 68px 10px 68px;
	margin-bottom: 5px;
	background-color: #f7f7f7;
	overflow: hidden;
}

.main .college ._left .area_b .area_left {
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -12px;
	cursor: pointer;
	outline: none;
	width: 24px;
	height: 24px;
/*	background: url(../images/syy.png);*/
}

.main .college ._left .area_b .area_left:hover {
/*	background: url(../images/syy2.png);*/
}

.main .college ._left .area_b .area_right {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -12px;
	cursor: pointer;
	outline: none;
	width: 24px;
	height: 24px;
/*	background: url(../images/xyy.png);*/
}

.main .college ._left .area_b .area_right:hover {
/*	background: url(../images/xyy2.png);*/
}

.main .college ._left .area_b ul li {
	float: left;
	color: #333;
	font-size: 14px;
	cursor: pointer;
}

.main .college ._left .area_b ul li.active {
	color: #0088e6;
}

.main .college ._left .area_b ul .swiper-slide {
	width: auto !important;
}

.main .college ._left .coloege_list {
	width: 100%;
}

.main .college ._left .coloege_list li {
	float: left;
	position: relative;
	width: 275px;
	height: 154px;
	margin-top: 25px;
	margin-right: 25px;
	border: solid 1px #eeeeee;
	transition: all .5s;
}

.main .college ._left .coloege_list li:nth-child(4n) {
	margin-right: 0;
}

.main .college ._left .coloege_list li .college_info {
	position: relative;
	padding-top: 32px;
	padding-left: 100px;
}

.main .college ._left .coloege_list li .college_info .college_img {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 70px;
	height: 70px;
}

.main .college ._left .coloege_list li .college_info .college_name {
	margin-top: -10px;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}

.main .college ._left .coloege_list li .college_info .college_tag {
	color: #999;
	font-size: 13px;
	padding-right: 5px;
	box-sizing: border-box;
}

.main .college ._left .coloege_list li .college_ch {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	background-color: #f7f7f7;
	text-align: center;
	line-height: 40px;
}

.main .college ._left .coloege_list li .college_ch>a {
	color: #333;
	font-size: 14px;
}

.main .college ._left .coloege_list li .college_ch>a:hover {
	color: #0088e6;
}

.main .college ._left .coloege_list li .ch_1 {
	padding-right: 37px;
	border-right: 1px solid #ccc;
}

.main .college ._left .coloege_list li .ch_2 {
	padding-left: 32px;
}

.main .college ._left .coloege_list li:hover {
	transform: translateY(-10px);
}

/**/

/**/
.main .news .news_title .title_text {
	background: url(../images/ckxw.png) no-repeat left center;
}

/**/
.main .news .newsbox {
	width: 100%;
	background: #fff;
/*	margin-top: 20px;*/
/*	padding: 20px 15px;*/
	box-sizing: border-box;
}

.news_slide {
	width: 870px;
	float: left;
	box-sizing: border-box;
}

.news_slide .tit {
	width: 100%;
	height: 40px;
	font: 14px/40px "Microsoft YaHei";
	float: left;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}

.news_slide .hd {
	float: left;
}

.news_slide .hd li {
	padding: 0 25px;
	float: left;
	cursor: pointer;
}

.news_slide .hd li.on {
	background: #eee;
}

.news_slide .hd li.on a {
	color: #0088e6;
}

.news_slide .more {
	float: right;
	line-height: 20px;
	font-size: 12px;
	margin-top: 10px;
}

.news_slide .more a {
	color: #888;
}

.news_slide .arrow {
	width: 30px;
	float: right;
}

.news_slide .arrow .prev,
.news_slide .arrow .next {
	width: 5px;
	height: 9px;
	float: right;
	margin: 10px 5px 0 0;
	display: inline;
	cursor: pointer;
	background: url(../images/arrow.png) no-repeat;
}

.news_slide .arrow .prev {
	background-position: -60px 0;
}

.news_slide .arrow .next {
	background-position: -60px -50px;
}

.news_slide .arrow .prev:hover {
	background-position: 0 0;
}

.news_slide .arrow .next:hover {
	background-position: 0 -50px;
}

.news_slide .bd {
	width: 100%;
	float: left;
	min-height: 300px;
	overflow: hidden;
}

.news_slide .bd .bd_l {
	width: 370px;
	margin-right: 30px;
}

.news_slide .bd .bd_l dl {
	width: 100%;
}

.news_slide .bd .bd_l dl dt a:first-child {
	display: block;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.news_slide .bd .bd_l dl dt a:last-child {
	padding: 10px;
	display: block;
}

.news_slide .bd .bd_l dl dt a img {
	width: 100%;
	height: 100%;
}

.news_slide .bd .bd_l dl dt {
	background: #f5f5f5;
	font: 14px/25px "Microsoft YaHei";
}

.news_slide .bd .bd_l dl dt a p {
	font: 15px/40px "Microsoft YaHei";
	color: #333;
}

.news_slide .bd .bd_l dl dt a span {
	color: #999;
}

.news_slide .bd .bd_l dl dd {
	position: relative;
	padding-left: 12px;
	margin-top: 15px;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_slide .bd .bd_l dl dd:after {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
	content: "";
	width: 4px;
	height: 4px;
	background-color: #ccc;
	border-radius: 50%;
}

.news_slide .bd .bd_l dl dd a {
	width: 100%;
	display: block;
	color: #555;
	font-size: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.news_slide .bd .bd_l dl dd a:hover,
.news_slide .bd .bd_l dl dt a p:hover,
.news_slide .bd .bd_l dl dt a span:hover {
	color: #0088e6
}

.news_slide .bd ul {
	width: 100%;
	float: left;
	padding: 10px 0;
	box-sizing: border-box;
}

.news_slide .bd li {
	position: relative;
	float: left;
	width: 470px;
	padding-left: 12px;
	margin-top: 14px;
	font-size: 14px;
	box-sizing: border-box;
}

.news_slide .bd li:after {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
	content: "";
	width: 4px;
	height: 4px;
	background-color: #ccc;
	border-radius: 50%;
}

.news_slide .bd li a {
	width: 80%;
	display: inline-block;
	color: #555;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_slide .bd li a:hover {
	color: #0088e6;
}

.news_slide .bd li span {
	float: right;
	color: #999;
}

.news_r {
	background: #f9f9f9;
	width: 280px;
	height: 500px;
	overflow: hidden;
}

.txtMarquee-top {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.txtMarquee-top .hd {
	overflow: hidden;
	height: 30px;
	padding: 0 10px;
}

.txtMarquee-top .hd .prev,
.txtMarquee-top .hd .next {
	display: block;
	width: 9px;
	height: 5px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/arrow.png") 0 -100px no-repeat;
}

.txtMarquee-top .hd .next {
	background-position: 0 -140px;
}

.txtMarquee-top .hd .prevStop {
	background-position: -60px -100px;
}

.txtMarquee-top .hd .nextStop {
	background-position: -60px -140px;
}

.txtMarquee-top .bd {
	padding: 15px;
}

.txtMarquee-top .infoList li {
	height: 70px !important;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ddd;
}

.txtMarquee-top .infoList li a {
	background: url(../images/wd.png) no-repeat left 1px;
	padding-left: 25px;
	box-sizing: border-box;
	font: 14px/35px "Microsoft YaHei";
	color: #555;
}

.txtMarquee-top .infoList li a span {
	float: right;
	font-size: 12px;
	color: #888;
}

.txtMarquee-top .infoList li p {
	font: 12px/20px "Microsoft YaHei";
	color: #999;
}

.txtMarquee-top .infoList li .date {
	float: right;
	color: #999;
}

/**/


/**/
.f4 {
	margin: 0 auto;
	background: #fff;
	margin-bottom: 30px;
}

.f4,
.f4tit {
	height: auto;
}

.f4tit {
	float: left;
	width: 180px;
	text-align: center;
}

.f4tit h3 {
	margin-top: 55px;
	color: #0088e6;
	font: 30px/40px "Microsoft YaHei";
	font-weight: bold;
}

.f4tit span {
	font: 13px/20px "Microsoft YaHei";
	color: #999;
}

.f4a {
	float: left;
	padding: 25px 0;
	width: 1040px;
	border-left: 1px dotted #ddd;
	box-sizing: border-box;
}

.f4a ul li {
	float: left;
	width: auto;
	margin: 10px;
	font: 14px/35px "Microsoft YaHei";
	text-align: center;
}

.f4a ul li a {
	display: block;
	padding: 0 20px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.f4a ul li a:hover {
	background: #0088e6;
	border: 1px solid #0088e6;
	color: #fff;
}

.f4a strong {
	display: block;
	margin-bottom: 15px;
	color: #222;
	font-size: 1pc
}


/*
.beikao {
	overflow: hidden;
}

.beikao .news_title .title_text {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	padding-left: 27px;
	background: url(../images/ckxw.png) no-repeat left center;
}

.beikao .bg {
	overflow: hidden;
	margin-top: 10px;
}

.beikao_slide {
	width: 850px;
	float: left;
}

.beikao_slide .tit {
	width: 100%;
	height: 40px;
	font: 14px/40px "Microsoft YaHei";
	float: left;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}

.beikao_slide .hd {
	float: left;
}

.beikao_slide .hd li {
	padding: 0 25px;
	float: left;
	cursor: pointer;
}

.beikao_slide .hd li.on {
	background: #eee;
}

.beikao_slide .hd li.on a {
	color: #0088e6;
}

.beikao_slide .more {
	float: right;
	line-height: 20px;
	font-size: 12px;
	margin-top: 10px;
}

.beikao_slide .more a {
	color: #888;
}

.beikao_slide .bd {
	width: 100%;
	float: left;
}

.beikao_slide .bd ul {
	width: 100%;
	float: left;
	padding: 10px 0;
	box-sizing: border-box;
}

.beikao_slide .bd li {
	position: relative;
	float: left;
	width: 48%;
	padding-left: 12px;
	margin-top: 15px;
	font-size: 14px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.beikao_slide .bd li:nth-child(2n) {
	float: right;
}

.beikao_slide .bd li:after {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
	content: "";
	width: 4px;
	height: 4px;
	background-color: #ccc;
	border-radius: 50%;
}

.beikao_slide .bd li a {
	width: 80%;
	display: inline-block;
	color: #555;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.beikao_slide .bd li a:hover {
	color: #0088e6;
}

.beikao_slide .bd li span {
	float: right;
	color: #999;
	font-size: 12px;
}

.beikao_r {
	width: 300px;
	box-sizing: border-box;
}

.beikao_r .title {
	font: 18px/50px "Microsoft YaHei";
	color: #fff;
	background: #1787e0;
	text-align: center;
}

.beikao_r_wx {
	padding: 40px 10px;
	text-align: center;
}

.beikao_r_wx img {
	max-width: 200px;
}

.beikao_r_wx p {
	font: 16px/30px "Microsoft YaHei";
	color: #1787e0;
	margin: 10px;
}

.beikao_r_wx span {
	color: #888;
	line-height: 22px;
	font-size: 15px;
}

*/
.pagelist {
    text-align: center;
    color: #666;
    width: 100%;
    clear: both;
    margin: 10px 0 10px;
    font-size: 14px;
}
.pagelist a {
    color: #666;
    margin: 0 5px 10px;
    padding: 5px 10px;
    background: #F7F7F7;
    display: inline-block;
}
.pagelist > b {
    padding: 5px 10px;
}
.pagelist a:hover, .pagelist > b {
    color: #FFF;
    background: #f96b4b;
}  

.f6m {
	float: left;
	box-sizing: border-box;
	padding: 10px 20px;
	width: 396px;
	height: 440px;
	background: #fff
}

.f6mtit {
	margin-bottom: 10px;
	border-bottom: 1px dotted #ddd;
	line-height: 40px
}

.f6mtit span {
	color: #222;
	font-size: 16px;
}

.f6mtit a {
	float: right;
	color: #e1211e;
	text-transform: uppercase
}

.f6m img {
	margin-bottom: 10px;
	width: 100%;
	height: 75px
}

.f6m ul li {
	padding-left: 15px;
	font-size: 14px;
	line-height: 35px
}

.f6m ul li a {
	color: #555;
	color: #555;
    display: inline-block;
    width: 85%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.f6m ul li span {
	float: right;
	color: #999;
}

.f6ma {
	margin: 0 10px 25px 0;
}

.f6mb {
	margin: 0 10px 25px
}

.f6mc {
	margin: 0 0 25px 15px
}

.mr0 {
	margin-right: 0;
}



/*
.floating_ck {
	position: fixed;
	right: 20px;
	top: 30%;
}

.floating_ck dl dd {
	position: relative;
	width: 80px;
	height: 80px;
	background-color: #07aeef;
	border-bottom: solid 1px #16beff;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 20%;
	cursor: pointer;
}

.floating_ck dl dd:hover {
	background-color: #f74e4e;
	border-bottom: solid 1px #f74e4e;
}

.floating_ck dl dd:hover .floating_left {
	display: block;
}

.consult {
	background-image: url(../images/zxicon1.png);
}

.words {
	background-image: url(../images/zxicon.png);
}

.quote {
	background-image: url(../images/kficon.png);
}

.qrcord {
	background-image: url(../images/erweima.png);
}

.return {
	background-image: url(../images/fanhui.png);
}

.floating_ck dd span {
	color: #fff;
	display: block;
	padding-top: 54px;
}

.floating_ck dd span a {
	color: #fff;
}

.floating_ck dd.words span {
	color: #fff;
	display: block;
}

.floating_ck dd.words span a {
	padding-top: 54px;
	color: #fff;
}

.floating_left {
	position: absolute;
	left: -160px;
	top: 0px;
	width: 160px;
	height: 80px;
	background: #f74e4e;
	border-bottom: solid 1px #f74e4e;
	display: none;
}

.floating_left a {
	color: #fff;
	font: 16px/80px "Microsoft YaHei";
}

.floating_ewm {
	height: 260px;
	top: 0;
}

.floating_ewm i {
	display: block;
	width: 145px;
	height: 145px;
	margin: auto;
	margin-top: 7px;
}

.floating_ewm i img {
	max-width: 100%;
}

.floating_ewm p {
	color: #fff;
	margin-top: 5px;
}

.floating_ewm .qrcord_p01 {
	font-size: 12px;
	line-height: 20px;
}

.floating_ewm .qrcord_p02 {
	font-size: 15px;
	margin-top: 20px;
}

.floating_ewm .qrcord_p02 b {
	font-size: 18px;
}


*/





 
.bread {
	color: #666;
	padding: 10px 0;
	font-size: 14px;
}

.bread a {
	color: #333;
	padding: 0 5px;
	font-size: 14px;
}

.bread a:hover {
	color: #0088e6;
}

.bread strong {
	color: #f00;
}
 
.newslist {
	overflow: hidden;
}

.newslist .newslist_l {
	width: 870px;
	padding: 20px;
	background: #fff;
	box-sizing: border-box;
	padding-bottom: 30px;
}

.newslist .newslist_l .newslist_l_sort {
	width: 100%;
	border-bottom: 1px solid #ddd;
	font: 14px/32px "Microsoft YaHei";
	padding-bottom: 10px;
	font-size: 20px;
    font-weight: 600;
}

.newslist .newslist_l .newslist_l_sort a {
	display: inline-block;
	padding: 0 20px;
}

.newslist .newslist_l .newslist_l_sort a.on {
	background: #0088e6;
	color: #fff;
}

.newslist .newslist_l ul {
	float: left;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 20px;
}

.newslist .newslist_l ul li {
	float: left;
	width: 100%;
	font: 15px/46px "Microsoft YaHei";
	border-bottom: 1px dashed #eee;
}

.newslist .newslist_l ul li>span,
.newslist .newslist_l ul li i {
	float: right;
	color: #777;
}

.newslist .newslist_l ul li i {
	margin-left: 20px;
	background: url(../images/icon_img3.png) -420px 18px no-repeat;
	padding-left: 21px;
	color: #999;
}

.newslist .newslist_l ul li:nth-child(10n) {
	margin-bottom: 7px;
	border-bottom: 1px dotted #666;
	padding-bottom: 7px;
}

.page {
	text-align: center;
	margin-top: 35px;
}

.page li {
	display: inline-block;
	margin-right: 25px;
	font-size: 14px !important;
	height: 35px !important;
	text-align: center;
	width: auto !important;
	line-height: 35px !important;
	float: left !important;
	border: none !important;
	padding: 0 !important;
}

.page li>a {
	color: #333;
	width: 100% !important;
}

.page li.active {
	background: #25A3FD;
	width: 35px !important;
	color: white;
	border-bottom: none !important;
}



.newslist .newslist_r {
	width: 320px;
	padding: 15px;
	background: #fff;
	box-sizing: border-box;
}

.listsa h3,
.listsb h3,
.listsc h3,
.listsd h3,
.listse h3 {
	display: block;
	margin-bottom: 20px;
	color: #fff;
	background: #1787e0;
	text-align: center;
	font-size: 16px;
	line-height: 50px
}

.listsc {
	width: 100%;
	margin-top: 10px;
	padding: 20px 0 0 0;
	background: #fff
}

.listsc ul li {
	margin-bottom: 15px;
	width: 100%;
	height: 110px;
	border-bottom: 1px dotted #ddd
}

.listsc ul li:last-child {
	margin-bottom: 0;
}

.listsc ul li img {
	float: left;
	width: 100px;
	height: auto;
}

.listsc ul li span {
	float: right;
	display: block;
	width: 180px;
	height: 30px;
	color: #000;
	margin-top: 5px;
	font-size: 15px
}

.listsc ul li p {
	float: right;
	display: block;
	font-size: 12px;
	display: -webkit-box;
	overflow: hidden;
	width: 180px;
	height: 54px;
	text-overflow: ellipsis;
	line-height: 18px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}


.new {
	overflow: hidden;
}

.new .new_l {
	width: 880px;
	padding: 30px 20px;
	background: #fff;
	box-sizing: border-box;
	padding-bottom: 30px;
}

.new .new_l h1 {
	font-size: 26px;
	color: #333;
	line-height: 32px;
}

.new .new_l .new_l_txt {
	width: 100%;
	color: #999;
	font: 14px/30px "Microsoft YaHei";
	padding: 20px 0;
}

.new .new_l .new_l_txt span {
	float: left;
	margin-right: 30px;
}

.new .new_l .new_l_txt .jiaqu {
	display: inline-block;
	overflow: hidden;
}

.new .new_l .new_l_txt .jiaqu input[type='text'] {
	float: left;
	width: 180px;
	box-sizing: border-box;
	height: 30px;
	font: 14px/30px "Microsoft YaHei";
	color: #0088e6;
	padding: 0 10px;
	vertical-align: middle;
	border: solid 1px #0088e6;
}

.new .new_l .new_l_txt .jiaqu a {
	cursor: pointer;
	float: left;
	width: 60px;
	height: 30px;
	text-align: center;
	font: 14px/30px "Microsoft YaHei";
	color: #fff;
	vertical-align: middle;
	background-color: #0088e6;
}

.new .new_l .abstract {
	float: left;
	width: 100%;
	padding: 22px 26px;
	box-sizing: border-box;
	margin-bottom: 30px;
	background-color: #f2f7fa;
}

.new .new_l .abstract_text {
	color: #666;
	font-size: 14px;
	line-height: 30px;
}

.new .new_l .content,
.new .new_l .content p,
.new .new_l .content span {
	line-height: 30px;
	font-size: 14px !important;
}

.new .new_l .content h2,
.new .new_l .content h3,
.new .new_l .content h4 {
	line-height: 30px;
	margin-bottom: 15px;
	margin-top: 20px;
}

.new .new_l .content table,
.new .new_l .content table td {
	border: 1px solid #333;
	border-collapse: collapse;
}


.jie {
	font: 14px/25px "Microsoft YaHei";
	color: #666;
	padding: 12px 0;
	border-top: 1px dashed #ddd;
	margin-top: 15px;
}

.jie p {
	margin-bottom: 10px;
}

.tags {
	font: 12px/23px "Microsoft YaHei";
	color: #666;
	margin-bottom: 10px;
}

.tags a {
	padding: 0 15px;
	background: #eee;
	border-radius: 20px;
	display: inline-block;
	margin-right: 5px;
}

.prev {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font: 14px/35px "Microsoft YaHei";
	color: #666;
}

.author-info {
	width: 100%;
	font: 14px/30px "Microsoft YaHei";
	border-top: 1px dashed #ccc;
	padding-top: 10px;
}


.new_tag {
	width: 100%;
}

.new_tag .new_tag_t {
	font: 18px/25px "Microsoft YaHei";
	margin-bottom: 10px;
	font-weight: bold;
	border-left: 3px solid #0088e6;
	padding-left: 5px;
}

.new_tag ul li {
	float: left;
	width: 400px;
	font: 14px/30px "Microsoft YaHei";
}

.new_tag ul li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.new_tag ul li:nth-child(2n) {
	float: right;
}


.new_r {
	width: 320px;
	padding: 15px;
	background: #fff;
	box-sizing: border-box;
}
/*

.tui {
	width: 100%;
	margin-top: 20px;
	border: 1px solid #1787e0;
	box-sizing: border-box;
}

.tui h3 {
	display: block;
	margin-bottom: 10px;
	color: #fff;
	background: #1787e0;
	text-align: center;
	font-size: 16px;
	line-height: 50px
}

.tui ul {
	padding: 10px 15px;
	overflow: hidden;
}

.tui ul li {
	float: left;
	width: 100%;
	font: 14px/35px "Microsoft YaHei";
}

.tui ul li span {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	border-radius: 10px;
	background: #eee;
	font-size: 12px;
	margin-top: 8px;
	line-height: 20px;
	text-align: center;
}

.tui ul li:first-child span,
.tui ul li:nth-child(2) span,
.tui ul li:nth-child(3) span {
	background: #0088e6;
	color: #fff;
}
*/

/*  */
/*.shai {
	overflow: hidden;
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
}

.shai dl {
	float: left;
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
	box-sizing: border-box;
}

.shai dl:last-child {
	border-bottom: none;
}

.shai dt {
	float: left;
	display: inline-block;
	width: 85px;
	color: #888;
	text-align: center;
	font-size: 14px
}

.shai dd {
	float: left;
	width: 1110px
}

.shai dd a {
	color: #555
}

.shai dd a,
.nav_same_info dd p a {
	float: left;
	padding: 2px 14px;
	text-align: center;
	font-size: 14px
}

.shai dd p a {
	background: #0088e6;
	color: #fff
}

.shai dd a.on {
	padding: 5px;
	border-radius: 3px;
	background: #0088e6;
	padding: 2px 14px;
	color: #fff
}

.school {
	margin-top: 10px;
	overflow: hidden;
}

.school .school_l {
	width: 870px;
	padding: 30px 20px;
	background: #fff;
	box-sizing: border-box;
	padding-bottom: 30px;
}

.school .school_r {
	width: 320px;
	padding: 15px;
	background: #fff;
	box-sizing: border-box;
}

.school .school_l ul {
	position: relative;
}

.school .school_l ul li {
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E6E6E6;
}

.school .school_l ul li .cover_l {
	margin-top: 10px;
	width: 30%;
}

.school .school_l ul li .cover_l img {
	width: 116px;
	height: 116px;
}

.school .school_l ul li .info_r {
	display: inline-block;
	width: 690px;
	margin-left: 0px;
}

.school .school_l ul li .info_r .college_name {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.school .school_l ul li .info_r .college_brief {
	font: 14px/24px "Microsoft YaHei";
	margin-top: 10px;
	color: #999;
	height: auto;
	overflow: hidden;
	ext-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.school .school_l ul li .info_r .bot {
	margin-top: 15px;
	overflow: hidden;
}

.school .school_l ul li .info_r .bot a {
	display: inline-block;
	float: left;
	margin-right: 20px;
	width: 100px;
	height: 30px;
	font: 14px/30px "Microsoft YaHei";
	color: #0088E6;
	text-align: center;
	background: #fff;
	border: 1px solid #0088E6;
}

.school .school_l ul li .info_r .bot a:hover {
	background-color: #edf8ff;
}

.school .school_l ul li .info_r .bot a.active {
	width: 100px;
	height: 30px;
	color: #fff;
	background-color: #0088E6;
}

.school .school_l ul li .info_r .bot a.active:hover {
	background-color: #0f85d6;
}


.school_box {
	overflow: hidden;
}

.school_box .school_box_l {
	width: 870px;
	padding: 30px 20px;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
}

.school_box .school_box_l ul {
	overflow: hidden;
}

.school_box .school_box_l ul img {
	float: left;
	margin: 0 30px 0 0;
	width: 120px;
	height: 120px;
}

.yxlistmr {
	float: left;
	width: 680px
}

.yxlistmrtit {
	line-height: 40px
}

.yxlistmrtit h3 {
	display: inline-block;
	margin-right: 20px;
	color: red;
	font-weight: bold;
	font-size: 24px;
	color: #1787e0;
	line-height: 50px;
}

.yxlistmrtit h3 a {
	color: red
}

.yxlistmrtit span {
	float: right;
	margin-top: 10px;
	font: 14px/25px "Microsoft YaHei";
	padding: 0 5px;
	border-radius: 5px;
	background: #45bdf7;
	color: #fff
}

.yxlistmrtxt {
	display: block;
	margin-bottom: 5px;
	color: #666;
	font: 13px/27px "Microsoft YaHei";
}

.lists {
	float: right;
	width: 20pc;
	min-height: 700px
}

.listsa h3,
.listsb h3,
.listsd h3,
.listse h3 {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;
	color: #0088e6;
	text-align: center;
	font-size: 1pc;
	line-height: 30px
}

.listsa {
	margin-bottom: 20px;
}

.listsa span {
	display: block;
	margin: 0 auto;
	width: 80%;
	height: 50px;
	margin-bottom: 40px;
}

.listsa span label {
	display: inline-block;
	padding-left: 5px;
	width: 5pc;
	padding-bottom: 6px;
}

.listsain {
	padding: 0 10px;
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	font: 14px/40px "Microsoft YaHei";
}

.listsainn {
	padding: 0 10px;
	width: 550px;
	height: 40px;
	border: 1px solid #ccc;
	font: 14px/40px "Microsoft YaHei";
}

.listsabut {
	width: 350px;
	height: 45px;
	display: block;
	margin: 0 auto;
	border-radius: 3px;
	background: #0088e6;
	font: 16px/45px "Microsoft YaHei";
	color: #fff;
	border: none;
}

.listsb {
	margin-bottom: 20px;
	padding: 20px;
	background: #fff
}

.listsb ul li {
	overflow: hidden;
	list-style: disc;
	list-style-position: inside;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 30px
}


.listsc ul li span {
	float: right;
	display: block;
	width: 10pc;
	height: 30px;
	color: #000;
	font-size: 14px
}

.listsc ul li p {
	float: right;
	display: block;
	font-size: 12px;
	display: -webkit-box;
	overflow: hidden;
	width: 10pc;
	height: 54px;
	text-overflow: ellipsis;
	line-height: 18px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.listsd {
	margin-bottom: 20px;
	padding: 20px;
	background: #fff
}

.listsd img {
	width: 280px
}

.listse {
	margin-bottom: 20px;
	padding: 20px;
	background: #fff
}

.listse ul:after {
	clear: both;
	display: block;
	content: ""
}

.listse ul li {
	float: left;
	margin: 10px;
	width: 90pt;
	height: 140pt
}

.listse ul li img {
	width: 90pt;
	height: auto
}

.listse ul li span {
	display: block;
	margin: 10px 0 0;
	text-align: center;
	font-size: 14px;
	line-height: 30px
}

.yxlistmm {
	margin-top: 20px;
	width: 100%;
}

.yxlistmm .nav-tabs {
	padding: 0;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #ddd
}

.yxlistmm .nav-tabs:after {
	clear: both;
	display: block;
	content: ""
}

.yxlistmm .nav-tabs li {
	float: left;
	margin: 0;
	padding: 0 15px;
	width: auto;
	height: 40px;
	border: none
}

.yxlistmm .nav-tabs li a {
	display: block;
	box-sizing: border-box;
	padding: 0 10px;
	border: none;
	text-align: center;
	font: 16px/40px "Microsoft YaHei";
}

.yxlistmm .nav-tabs li.active {
	box-sizing: border-box;
	background: #0088e6
}

.yxlistmm .nav-tabs li.active a {
	color: #fff;
}

.yxlistmm .tab-content {
	padding: 30px 0;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

.yxlistmm .tab-content .tab-pane {
	padding: 0;
	width: 100%;
	height: auto;
	color: #666;
	font-size: 14px;
	line-height: 22px
}

.yxlistmm p {
	color: #666;
}

.yxlistmm table {
	width: 100% !important;
}

.yxlistmm table,
.yxlistmm td {
	border: 1px solid #ccc;
	padding: 0 10px !important;
	font: 14px/40px "Microsoft YaHei";
	border-collapse: collapse;
	box-sizing: border-box;
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.yxlistmmnav {
	position: relative;
	width: 100%
}


.school_box .school_box_r {
	width: 320px;
	padding: 15px;
	background: #fff;
	box-sizing: border-box;
}


.zhuanlist {
	padding: 20px;
	background: #fff;
	box-sizing: border-box;
}

.zhuanlist .zhuanlist_tit {
	font: 28px/50px "Microsoft YaHei";
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.zhuanlist table,
.zhuanlist td {
	border: 1px solid #ddd;
	font: 14px/25px "Microsoft YaHei";
}

.zhuanlist table {
	margin-bottom: 20px
}

.b0 {
	text-align: center;
	padding: 10px 0;
}

.b0 img {
	max-width: 80px;
}

.b1 {
	border: 0 !important;
	margin-bottom: 0 !important;
}

.b2 {
	border-left: 0 !important;
	text-align: center;
	font-size: 15px !important;
	font-weight: bold !important;
}

.b2:first-child,
.b3:first-child {
	border-top: 0 !important;
}

.b3 {
	border-right: 0 !important;
	padding: 5px 10px;
}

.b2:last-child,
.b3:last-child {
	border-bottom: 0 !important;
}

.b1 tr:first-child td {
	border-top: 0 !important;
}

.b1 tr:last-child td {
	border-bottom: 0 !important;
}

.b3 a {
	padding: 0 10px;
}


.about {
	padding: 20px;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
}

.about .about_sort {
	width: 100%;
	border-bottom: 1px solid #ddd;
	font: 14px/32px "Microsoft YaHei";
	padding-bottom: 10px;
}

.about .about_sort a {
	display: inline-block;
	padding: 0 20px;
}

.about .about_sort a.on {
	background: #0088e6;
	color: #fff;
}

.about .about_info {
	padding: 20px 0;
	min-height: 300px;
}*/

/*  */
/*.major_plan_box {
	width: 100%;
	margin: 0 auto;
}

.major_plan_center {
	width: 1200px;
	margin: 0 auto;
}

.ZiKaoMajorList_Title {
	border-bottom: 4px solid #0088e6;
	margin-top: 30px;
	width: 1200px;
}

.ZiKaoMajorList_Title .MajorList_left_Title {
	display: inline-block;
	color: #0088e6;
	font-weight: 600;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	margin: 0;
}

.i_bac_hat_s {
	width: 24px;
	height: 21px;
	margin-bottom: 2px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/hat_blue.png) no-repeat;
	margin-right: 8px;
}

.ZiKaoMajor-Menu {
	width: 160px;
	height: 36px;
	float: right;
	margin-top: 5px;
	letter-spacing: 1px;
}

.ZiKaoMajor-Menu button.dropdown-toggle {
	width: 100%;
	height: 42px;
	background-color: #0088e6;
	border-radius: 0;
}

.ZiKaoMajor-Menu button.dropdown-toggle b,
.caret {
	color: #fff;
}

.ZiKaoMajor-Menu ul.dropdown-menu-ZiKaoMajor {
	border: 2px solid #0088e6;
	border-top: 0;
	margin-top: 0;
}

.ZiKaoMajor-Menu ul.dropdown-menu-ZiKaoMajor li {
	padding-top: 2px;
	padding-left: 10px;
	color: #333;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #f0f0f0;
	text-align: left;
	width: 100%;
	overflow: hidden;
}

.cun {
	color: #013694 !important;
	font-weight: bold !important;
}

.ZiKaoMajor-Menu ul.dropdown-menu-ZiKaoMajor li:hover {
	background-color: #eeeeee;
	color: #013694;
}

.ZiKaoMajor-Menu .dropdown-menu>li>a {
	padding: 0;
	line-height: 41px;
}

.major_plan_title {
	padding: 4px 8px;
	border-bottom: 4px solid #023a8f;
	margin-top: 30px;
}

.major_plan_title h6 {
	float: left;
	margin: 4px;
	color: #023a8f;
	font-weight: 600;
	font-size: 16px;
}

.major_plan_title select {
	width: 170px;
	height: 38px;
	background: #013694;
	color: #ffffff;
	text-align: center;
	padding: 2px 16px;
}

ul.major_8_img_p_span {
	padding: 46px 16px;
	background: #ffffff;
}

ul.major_8_img_p_span>li {
	float: left;
	margin-bottom: 20px;
	margin-left: 16px;
}

ul.xingzheng_01 {
	width: 300px;
	background: #ffffff;
	padding: 14px 8px;
	border: 1px solid #e7e7e7;
	border-top: none;
}

ul.xingzheng_01 li {
	float: left;
	background: #ffffff;
	color: #013694;
	width: 112px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-bottom: 1px solid #e7e7e7;
	margin-left: 20px;
}

ul.xingzheng_01 li p span {
	margin-left: 44px;
}

.dropdown-menu-swtich li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #f0f0f0;
	text-align: center;
}

.dropdown-menu-swtich li.cun {
	background-color: #013694;
	color: #ffffff;
}

.dropdown-menu-swtich li:hover {
	background-color: #eeeeee;
}

.dropdown-menu-swtich li:hover {
	color: #013694;
	font-weight: 600;
}

.PtzsbMajor-List {
	width: 1200px;
	border: 1px solid #e7e7e7;
	border-top: 0px;
	float: left;
	background: #ffffff;
	padding: 0 10px 20px 10px;
}

.PtzsbMajor-Item {
	width: 352px;
	height: 355px;
	min-height: 355px;
	float: left;
	margin: 20px 20px 0 20px;
	border-bottom: 1px solid #e7e7e7;
	overflow: hidden;
}

.PtzsbMajor-MinItem {
	background-color: #fff;
	width: 352px;
	border: 1px solid #e7e7e7;
}

.PtzsbMajor-Item img {
	display: block;
	width: 352px;
	height: 150px;
}

.PtzsbMajor-Item ul {
	width: 100%;
	padding: 0px;
	margin-top: 5px;
	overflow: hidden;
}

.PtzsbMajor-Item ul li {
	float: left;
	color: #013694;
	width: 153px;
	overflow: hidden;
	margin-left: 15px;
	margin-top: 15px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-bottom: 2px solid #e7e7e7;
}

.PtzsbMajor-Item ul li a {
	color: #0088e6;
}

.PtzsbMajor-Item ul li a b {
	float: left;
	width: 85%;
	text-align: left;
	overflow: hidden;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}

.PtzsbMajor-Item ul li a span {
	float: right;
	width: 10%;
	text-align: right;
	font-size: 15px;
}

.PtzsbMajor-Item ul li a:hover b,
.PtzsbMajor-Item ul li a:hover span {
	color: red;
}

.banner_box {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
}

.banner_center {
	width: 1200px;
	margin: 0 auto;
}

.banner_center img {
	width: 1200px;
	height: auto;
	display: block;
	margin: 0 auto;
}
*/

/*  */
.who {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.slide {
	height: 100%;
	width: 100%;
	margin-bottom: 6px;
}

.FocusPic img {
	height: 100%;
	width: 100%;
}

.area-inl {
	width: 340px;
	border: 1px solid #ddd;
}

.area-in2 {
	width: 340px;
/*	border: 0px solid #ddd;*/
}

.area-inl .area-djs,.area-inl .title {
	color: #404040;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
	background: #f7f7f7;
}

.area-inl p.area-djs img {
	margin-right: 5px;
	vertical-align: text-bottom;
}

.area-inl p.area-djs b {
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #3d6cc4;
	position: relative;
	bottom: 3px;
}

.area-inl p.area-djs a {
	font-size: 17px;
	color: #3681d7;
	font-weight: bold;
	position: relative;
}

.area-inlt {
	padding: 10px 10px 0px 10px;
}

.area-inlt h3 {
	font-size: 16px;
/*	color: #36444c;*/
    color: #1399e6;
	position: relative;
}

.area-inlt h3 b {
	position: absolute;
	top: 6px;
/*	left: -37px;*/
	left: -17px;
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	border: 2px solid #0e8fda; /* #36444c*/
}

.area-inlt h3 span {
	font-size: 12px;
	color: #747474;
	font-weight: normal;
}

.area-inlt p {
	padding: 3px 0 14px;
}

.area-inlt p a {
	color: #666;
	margin-right: 10px;
}

.area-inlt a:hover {
	color: #0088e6;
}

.area-inlt a.area-la {
	display: inline-block;
	font-size: 12px;
	margin-top: 8px;
}

.area-inlt a.area-lan {
	color: #747474;
}

.area-inlt h3 a {
	font-weight: normal;
	margin-top: 0;
}

.area-inlt table {
	background: #fafafa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}

.area-inlt table thead td.cc {
	width: 82px;
}

.area-inlt table thead td.sj {
	width: 193px;
}

.area-inlt table tr td {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	text-align: center;
	padding: 8px 0;
	color: #6c6c6c;
}

.area-inl p.area-bmrk {
	text-align: center;
}

.area-inl p.area-bmrk a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	padding: 8px 46px;
	background: #ed4300;
}

.area-inl p.area-bmrk a:hover {
	color: #fff !important;
	text-decoration: underline;
}

.login_info::after {
	content: "";
	display: block;
	clear: both;
}

.login_img.fl {
	width: 60px;
	height: 60px;
	margin-right: 20px;
}

.login_img.fl img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.fl.login_txt {
	width: 200px;
}

.fl.login_txt p {
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	line-height: 31px;
}

.login_btn a {
	display: inline-block;
	text-align: center;
	padding: 6px 41px;
	border-radius: 5px;
	color: #1787e0;
	font-size: 14px;
	border: 1px solid #1787e0;
	cursor: pointer;
}

.login_btn {
	text-align: center;
	margin-top: 20px;
}

a.login_btn_login,
a.login_btn_login1 {
	background: #1787e0;
	color: white;
	cursor: pointer;
	margin-right: 10px;
}

span.login_user_num {
	color: red;
}

.login_info.pb10.pt10 {
	/* padding: 20px; */
}

.login.pb15 {
	padding: 30px 20px;
}

p.login_p2 {
	color: #999;
}

.list-link-wrap {
	margin: 15px auto;
    text-align: center;
}

.list-link {
    display: inline-block;   /* 代替 float: left */
	overflow: hidden;
	width: 285px;
/*	height: 158px;*/
	height: 100px;
	transition: all 0.3s;
	border-radius: 6px;
    vertical-align: top;     /* 顶部对齐 */
}

.list-link+.list-link {
	margin-left: 20px;
}

.list-link:hover {
	transform: translateY(-5px);
	box-shadow: 2px 2px 6px rgba(153, 153, 153, 0.3);
}

.head_time {
	width: 350px;
	margin-top: 10px;
}

.head_time>a {
	display: block;
	border: 2px solid white;
	border-radius: 20px;
	box-shadow: 2px 0px 4px 1px #bebebe;
	width: 345px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	margin-bottom: 8px;
	background: #07aeef;
	font-size: 15px;
}

.head_time>a>span{
	color: #ffeb00;
}

.head_time>a>span.on {
	font-weight: 600;
	font-size: 20px;
}

.news-list ul li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.body-top h1 {
	display: inline-block;
	font-size: 12px;
	color: red;
}

.body-top span.fw {
    font-weight: 600;
}

.alert_kf {
	cursor: pointer;
}

.link ul a {
	display: inline-block;
	margin-right: 20px;
	height: 30px;
	float: left;
	line-height: 30px;
}

.bread.w12 {
	padding-left: 20px;
}

.new_r>.service {
	width: 100%;
}

.new_r .service .service_txt a {
	padding: 0 28px;
}

.tui ul li a {
	white-space: nowrap;
	display: inline-block;
	width: 90%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newslist .newslist_l ul li a {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 80%;
}

/*  */
.modal-content,.modal-content1 {
	position: fixed;
	display: none;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: url(../images/wx_modal_bj.png) no-repeat;
	background-size: cover;
	z-index: 9999999;
	transform: translate(-50%, -50%);
	transition: all .3s;
}

.modal-content.on,.modal-content1.on {
	display: block;
	width: 480px;
	height: 400px;
	transition: width, height .3s;
}



.modal-content>i,.modal-content1>i {

	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 5px;
	font-style: inherit;
	font-size: 16px;
	color: #4e8a00;
	cursor: pointer;
}

#modal-title {
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	color: #fff;
	padding-left: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}

#modal-text {
	font-size: 14px;
	margin: 0 20px;
	text-align: center;
}

a.modal-hide {
	width: 96px;
	height: 29px;
	background: url(../images/wx_modal_close.jpg) no-repeat center;
	text-align: center;
	color: #fff;
	border: 0;
	font-weight: bold;
	display: block;
	font-size: 13px;
	line-height: 29px;
	position: absolute;
	text-decoration: none;
	left: 190px;
	bottom: 30px;
	cursor: pointer;
}

#modal-text>img {
	display: block;
	width: 160px;
	height: 160px;
	margin: 20px auto;
}

.school .school_l ul li {
	width: 50%;
	float: left;
}

.school .school_l ul li .info_r {
	width: 65%;
	float: left;
}

.list_con li,.list_con1 li {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	height: 120px;
}

.list_con li .list_img,
.list_con1 li .list_img {
	display: block;
	width: 180px;
	height: 100px;
	margin-right: 10px;
}

.list_con li .list_img>img,
.list_con1 li .list_img>img {
	width: 100%;
	height: 100%;
}

.list_con .list_txt,
.list_con1 .list_txt {
	width: 640px;
}

.list_search li {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	height: 120px;
}

.list_tit {
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list_des {
	line-height: 25px;
	color: #333;
	font-size: 13px;
}

.list_txt>.list_data>span {
	font-size: 12px;
	color: #999;
}

.list_txt>.list_data>span:nth-of-type(2) {
	margin: 0 20px;
}

.list_more {
	display: none;
	text-align: center;
	height: 45px;
	line-height: 45px;
	background: #f7f7f7;
	font-size: 14px;
	border-radius: 5px;
	margin-top: 10px;
	letter-spacing: 1px;
	cursor: pointer;
}

.list_more.on {
	display: block;
}

.list_more>span:hover {
	background: #efefef;
}

.list_more>span.on:hover {
	background: #f7f7f7;
}

.list_more span {
	display: block;
}

.list_more span.on {
	cursor: not-allowed;
}

.list_con1.fl {
	background: white;
	padding: 25px;
	width:830px;
}

.list_txt>.list_data>a {
	margin-left: 20px;
	background: #f2f2f2;
	padding: 2px 13px;
	border-radius: 10px;
	color: #999999;
}

.link_tit>span {
	font-weight: 600;
	font-size: 17px;
	padding: 5px 20px;
	cursor: default;
}

.link_tit>span.on {
	background: #d4d4d4;
    border-radius: 0px 20px 20px 0px;
}

.link_con>a {
	font-size: 13px;
	padding: 4px 25px 4px 0;
	display: inline-block;
}

.link_tab {
	padding-top: 10px;
}


.zsb_type_tab_tit {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}

.zsb_type_tab_tit>span {
	display: inline-block;
	text-align: center;
	width: 50%;
	color: white;
	cursor: default;
	background: #58b1f7;
	float: left;
}

.zsb_type_tab_tit>span.on {
	background: #1787e0;
}

.zsb_type_con>p {
	color: red;
	text-align: center;
	font-size: 15px;
	margin: 12px;
}

.zsb_type_con>a {
	display: block;
	text-align: center;
	height: 35px;
	line-height: 35px;
	background: red;
	width: 200px;
	margin: 20px auto;
	font-size: 14px;
	color: white;
}

.zsb_type_con>a.green {
	background-color: #14D5F4;
}

.zsb_type_con>a.orang {
	background-color: #f9942c;
}

.zsb_type_con>a.purple {
	background-color: #6c1ed4;
}

.zsb_type_con>a.blue {
	background-color: #2e93fd;
}

.art_form {
	background: url(../images/form_bg.jpg) no-repeat;
	width: 100%;
	height: 200px;
	background-size: 100%;
}

.input-text {
	height: 35px;
	line-height: 35px;
	width: 100%;
	color: white;
	padding-left: 15px;
	border-radius: 6px;
	border: none;
	background: rgba(255, 255, 255, .3);
	float: left;
	font-size: 12px;
	outline: none;
}


form#form1 {
	margin: 0 auto;
	width: 500px;
}

.art_form td {
	margin: 10px 10px 10px 45px;
	float: left;
}

form#form1 table {
	width: 100%;
}

input#btnBaoming {
	width: 100%;
	cursor: pointer;
	border: 0px;
	font-size: 16px;
	height: 36px;
	color: white;
	background: #f26861;
	margin-left: 100px;
	border-radius: 8px;
}

.art_form tr {
	text-align: center;
}

input::-webkit-input-placeholder {
	color: white;
}

form#form1 table td,
form#form1 table {
	border: none;
}

.err_top::after {
	content: "";
	clear: both;
	display: block;
}

.err {
	margin: 20px auto;
	width: 1000px;
}

.err_top {
	width: 800px;
	margin: 50px auto;
}

.err_top>.fr {
	font-size: 28px;
	font-weight: 600;
	color: #555;
	text-align: center;
	margin: 50px 0;
	line-height: 60px;
}

.err_top>.fr>p {
	font-size: 20px;
	font-weight: initial;
}

.err_top>.fr>p>a {
	color: #0088e6;
}


#con-box {
	width: 1220px;
	height: auto;
	background: #FFFFFF;
	position: relative;
	color: #666;
	margin: 0 auto;
	padding: 30px 0;
}

#con-box h1 {
	font-size: 24px;
	font-weight: 900;
	position: absolute;
	left: 40px;
	top: 20px;
}

.con {
	width: 1000px;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #efefef;
}


#con-box a {
	font-size: 14px;
	display: inline-block;
	margin: 5px 10px;
}

#con-box h2 {
	font-size: 18px;
	color: #257cd4;
	border-left: #257cd4 solid 3px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.c1_box2 {
	width: 100%;
	height: 100%;
	display: inline-block;
}


.tit_tab {
	border-top: 1px solid #ddd;
	margin-top: 10px;
}
.tit_tab>a {
	display: inline-block;
	color: #000;
	font-size: 17px;
	margin-right: 20px;
	padding-top: 8px;
	cursor: default;
}

.tit_tab>a.on {
	color: #257cd4;
	font-weight: 600;
	border-top: 2px solid #257cd4;
}
.tit_tab_xu{
    border-top: 1px solid #ddd;
    margin-top: 10px;
    color: #257cd4;
    font-weight: 600;
}
.tit_tab_xu a{
    display: inline-block;
    font-size: 17px;
    margin-right: 20px;
    padding-top: 8px;
    cursor: default;

    border-top: 2px solid #3681d7; 
    color: #3681d7!important;
    font-weight: 600;
}
.tit_tab_xu span a{
    float:right;
    color: #999!important;
    padding-top: 8px;
    font-weight: normal;
    font-size: 14px;
    border-top: 0px solid #3681d7;
    margin-right: 0px;
}
.tit_tab_xu span a:hover{
    color: #3681d7!important;
}

h2.tit {
	padding-left: 50px;
	font-size: 18px;
	color: #e60d0d;
	margin-bottom: 8px;
}

/*h2.tit.bg1 {
	background: url('../images/icon_index.png') no-repeat -338px -184px;
}

h2.tit.bg2 {
	background: url('../images/icon_index.png') no-repeat -338px -225px;
}*/

.c1_box2_tt>p,
.c1_box2_tj>ul>li>a,
.c1_box2_jz>ul>li>a {
	line-height: 24px;
	color: #333333;
}

.c1_box2_tt>p>a,
.c1_box2_tt>p {
	color: #999;
}

.c1_box2_tj>ul>li {
	float: left;
	width: 47%;
	padding: 0 10px 0 0;
}

.c1_box2_bot ul {
	margin-top: 10px;
}

.c1_box2_bot li {
	line-height: 30px;
}

.c1_box2_bot li>a {
	color: #333333;
	font-size: 14px;
	float: left;
	width: 90%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.c1_box2_bot li>span {
	float: right;
	color: #BDBDBD;
	font-size: 14px;
}

.inde_tag a {
	display: inline-block;
	color: white;
	padding: 5px 8px;
	margin: 5px;
	border-radius: 2px;
	cursor: pointer;
	opacity: .85;
	background: #ffb838;
}

.inde_tag a:nth-of-type(2n) {
	background: #ff4c4c;
}

.inde_tag a:nth-of-type(3n) {
	background: #45d4ff;
}

.inde_tag a:nth-of-type(5n) {
	background: #ffb838;
}

.inde_tag a:hover {
	opacity: 1;
}

a.vip_px img {
	width: 100%;
	border-top: 1px solid #dedede;
}

.c1_box2_tj>ul>li>a:hover,
.c1_box2_bot li>a:hover {
	color: #3681d7;
}



/* 注册登录 */
/*.login_box {
	position: fixed;
	display: none;
	top: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}

.login_modal {
	width: 350px;
	height: auto;
	background: white;
	border-radius: 6px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.login_close.fr {
	font-size: 20px;
	color: #999;
	cursor: pointer;
}

p.login_modal_txt {
	margin-top: 25px;
	font-size: 20px;
	font-weight: 600;
	color: #333;
	text-align: center;
}

.login_close.fr::after {
	content: "";
	display: block;
	clear: both;
}

.login_modal_input {
	margin: 25px 0 0 0;
	text-align: center;
}

input.login_phone,
.username,
.password {
	border: 2px solid #f1f1f1;
	padding: 12px 20px;
	font-size: 14px;
	border-radius: 20px;
	width: 90%;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.register_number {
	font-size: 14px;
	color: #333;
	margin: 15px;
}

span#student_count {
	color: red;
}

button.login_getCode,
#SubmitLogin,
input.btn[type=submit],
input.registered_btn {
	outline: none;
	background: linear-gradient(45deg, rgba(255, 172, 172, .8), rgba(255, 0, 0, .8));
	border: none;
	padding: 12px 20px;
	letter-spacing: 1px;
	width: 90%;
	font-size: 15px;
	border-radius: 20px;
	color: white;
	cursor: pointer;
	box-shadow: 2px 2px 6px 3px rgba(232, 232, 232, 0.8);
}

.login_user_login,
.login_user_zc {
	font-size: 14px;
	color: #999;
	cursor: pointer;
}

.login_user_login:hover {
	color: red;
}

.login_close.fr:hover {
	color: #333;
}

.login_modal.zc.p20 {
	z-index: 0;
}

.login_wx_qq {
	text-align: center;
	padding: 15px;
}

.login_wx_qq>div {
	width: 36px;
	height: 36px;
	display: inline-block;
	cursor: pointer;
}

.login_wx {
	background: url(../images/login_wx.png) no-repeat;
	background-size: 100%;
}

.zc_modal_txt {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	text-align: center;
}

span.rt {
	font-weight: initial;
	cursor: pointer;
	color: #999;
}

.zc_modal_txt span.rt:hover {
	color: #333;
}

.login_modal.dl.p20 {
	z-index: 1;
}

.login_modal.dl.p20.on {
	z-index: 3;
}

.login_modal.zc.p20.on {
	z-index: 3;
}

.login_modal.sm.p20 {
	z-index: 0;
}

.modal_img {
	text-align: center;
}

.modal_img img {
	width: 230px;
	height: 230px;
	margin-top: 30px;
}

input#MobileCode,
input#RegMobileCode {
	border: 1px solid #e8e8e8;
	padding: 12px 20px;
	font-size: 14px;
	border-radius: 2px;
	width: 48% !important;
	box-sizing: border-box;
	margin-bottom: 20px;
}

input#SendMobileBtn,
input#RegSendMobileBtn {
	background: white;
	border: 1px solid red;
	color: red;
	padding: 12px 20px;
	width: 41%;
}

input#Mobile,
input#RegMobile,
input#RegPassWord {
	border-radius: 2px;
	border: 1px solid #e8e8e8;
}

input.btn[type=submit] {
	border-radius: 2px;
	background: rgba(255, 0, 0, .8);
	margin-bottom: 15px;
}

input.registered_btn {
	border-radius: 20px;
	background: linear-gradient(45deg, rgba(232, 232, 232, 0.8), rgba(150, 150, 150, 0.8));
}

.loginorreg {
	background: white;
}

.login_user_zc {
	display: inline-block;
}

.login_user_zc:hover {
	color: red;
}

.wxzc {
	cursor: pointer;
}


.left_read {
	float: left;
	width: 850px;
	background: white;
	padding: 10px;
	line-height: 30px;
	font-size: 14px;
}

.read_box_p {
    padding: 15px 0;
    border-bottom: 1px solid #e7e7e7;
}

div.visit_title_gai2 {
    font-size: 18px;
    color: #434343;
    font-weight: 600;
    line-height: 60px;
    height: 60px;
    letter-spacing: 1px;
    border: 1px solid #e3e1e1;
    background: #fff;
    overflow: hidden;
    padding: 0 10px;
}

.read_ul_baohan .read_box_p span {
    font-weight: 600;
}

.read_ul_baohan .read_box_p img {
    float: left;
    width: 160px;
    height: 106px;
    margin-right: 15px;
    margin-top: 20px;
}

.read_ul_baohan .read_box_p p {
    font-size: 14px;
    height: auto;
    color: #656565;
    letter-spacing: 1px;
    text-indent: 2em;
    margin-bottom: 0;
    padding: 20px 0;
}
.read_box_p a {
    color: red;
}

.alert_kf.art_top_img img {
    margin: 0 16px;
    width: 240px;
    height: 60px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s;
}

.alert_kf.art_top_img img:hover {
    margin-top: -10px;
    transition: all .3s;
}

.alert_kf.art_top_img {
    margin-bottom: 20px;
    text-align: center;
}

.yx_video_tab {
    height: 40px;
    line-height: 40px;
    background: black;
}

.yx_video_tab>span {
    color: white;
    display: inline-block;
    padding: 0 20px;
    cursor: default;
}

.yx_video_tab>span.on {
    background: #656565;
}

.listsain::-webkit-input-placeholder{
	color:#afafaf;
}
.listsain{
	outline: none;
}
*/
.newslist .newslist_l dd a {
    padding: 2px 5px;
    border: 1px solid #1073bc;
    display: inline-block;
    margin: 5px;
    color: #333;
}

.newslist .newslist_l dt {
    font-size: 15px;
    margin-bottom: 10px;
}

.tags_list {
    margin-bottom: 10px;
}

div#con a {
    color: #0088e6;
}

.jie.fl img {
    width: 100%;
}

.yx_art_tit1 {
    border-left: 4px solid #0088e6;
    padding-left: 15px;
    color: #333 !important;
    font-weight: 600 !important;
    font-size: 17px !important;
}

/*.gaokao_bread02 {
    background: #58b1f7;
}

.gaokao_bread02>a {
    color: white;
    cursor: default;
    font-size: 14px;
    padding: 8px 15px;
    display: inline-block;
}

.gaokao_bread02>a.on {
    background: #1787e0;
}

.lbneirong {
    padding: 10px 5px;
}

.lbneirong>span {
    font-size: 14px;
}

.lbneirong>a {
    font-size: 14px;
}

.lbneirong:nth-of-type(10n) {
    border-bottom: 1px solid #afafaf;
}

div#page_index a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

div#page_index a.thislink {
    background: #25A3FD;
    color: white;
}
*/


/* 首页分数线 */
/*.cal_list {
    width: 100%;
    background: url(../images/calbg.jpg) 20% center no-repeat;
    display: none;
}

.cal_list dl {
    width: 100%;
    height: 78px;
    overflow: hidden;
}

.cal_list dt {
    width: 16%;
    height: 22px;
    float: left;
    margin: 27px 0 27px;
    font: normal 15px 'Microsoft Yahei';
    color: #444;
    text-align: center;
    letter-spacing: 1px;
    border: #e5e5e5 1px solid;
    border-radius: 4px;
}

.cal_list dl.cal_list_first dt {
    border: #f35739 1px solid;
    background: #f35739;
    color: #fff;
    background-image: -webkit-linear-gradient(to bottom left, #f14623, #f76d51);
    background-image: -moz-linear-gradient(to bottom left, #f14623, #f76d51);
    background-image: -o-linear-gradient(to bottom left, #f14623, #f76d51);
    background-image: linear-gradient(to bottom left, #f14623, #f76d51);
}

.cal_list dd {
    float: right;
    width: 74%;
    height: 56px;
    padding: 11px 0;
    font: normal 16px/28px 'Microsoft Yahei';
    color: #666;
    letter-spacing: 1px;
}

.cal_list dd a {
    display: block;
    width: 100%;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.cal_list dd i {
    display: block;
    width: 100%;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: inherit;
    font-size: 15px;
}

.cal_list dd i a {
    color: #666;
    margin-right: 10px;
    white-space: nowrap;
}

.cal_list dd a:hover {
    color: #f4523b;
    text-decoration: underline;
}

.cal_list dd.cal_list_first_dd span a {
    color: #f4523b;
}

.cal_list dd b {
    font-weight: normal;
    margin-right: 10%;
}*/



/* 首页轮播图 */
.swiper-container.index_zt_swiper_con1 a {
    display: inline-block;
    width: 23%;
    margin: 20px 10px;
    padding: 10px;
    box-sizing: border-box;
}

.swiper-container.index_zt_swiper_con1 a img {
    width: 260px;
    height: 140px;
    border-radius: 10px;
}

.index_zt_swiper {
    background: white;
	margin-bottom: 20px;
	padding: 20px 0;
}

.swiper-container.index_zt_swiper_con1 a div.index_zt_info {
    font-size: 15px;
    margin-top: 13px;
    padding: 0 10px;
}

.swiper-container.index_zt_swiper_con1 a:hover {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 136, 230, 0.1);
}

.swiper-container.index_zt_swiper_con1 a div.index_zt_info>span {
    float: right;
    border: 1px solid #07aeef;
    font-size: 13px;
    padding: 2px 20px;
    border-radius: 20px;
	color: #07aeef;
}

.swiper-container.index_zt_swiper_con1 a:hover div.index_zt_info>span {
    background: #07aeef;
    color: white;
}

.index_zt_swiper_tab .swiper-slide {
    display: inline-block;
    width: auto;
    font-size: 14px;
	color: #07aeef;
    border-radius: 5px;
    border: 1px solid #07aeef;
    padding: 2px 15px;
    margin: 0 10px;
    cursor: default;
}

.index_zt_swiper_tab {
    text-align: center;
    width: 320px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

.index_zt_swiper_tab .swiper-slide.on {
    background: #07aeef;
    color: white;
}

.swiper-pagination.index_zt_swiper-pagination_diy {
    bottom: 0 !important;
}

.index_zt_swiper_con {
    cursor: grabbing;
}

.f4a ul li a.f4_more {
    background: #ddd;
}

.f4a ul li a.f4_more:hover {
    border: 1px solid #ddd;
}

.swiper-container.pc_swiper_weixin {
    cursor: grabbing;
}


/* 视频列表 */
.gzh_tit {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    background: #0088e6;
    padding: 10px 0;
    color: white;
}

.gzh_con {
    height: 400px;
}

.gzh_con_left img {
    margin: auto;
    width: 200px;
    height: 200px;
}

.gzh_con_left,.gzh_con_right {
    display: inline-block;
    width: 49%;
    float: left;
    margin-top: 10px;
}

.gzh_con_right .gzh_fr_tit {
    color: #b50000;
    text-align: center;
    font-size: 23px;
}

.gzh_con_right>p {
    font-size: 15px;
    line-height: 30px;
    margin: 30px 0;
}

.gzh_con_right a {
    display: inline-block;
    padding: 10px 40px;
    background: #ff534f;
    border-radius: 30px;
    color: white;
    font-size: 15px;
}

.gzh_con_right {
    padding: 80px 20px;
    width: 47%;
}

.gzh_con_right a:nth-of-type(2) {
    background: #ff843d;
    margin-left: 20px;
}

.gzh_con_right .gzh_a {
    text-align: center;
}

.gzh_con_left {
    height: 400px;
    position: relative;
    background: url(../images/gzh_bj.png) no-repeat;
    background-size: cover;
}

.gzh_con_left>div {
    background: #DFEAF4;
    width: 300px;
    height: 300px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gzh_con_left>div>p {
    padding: 16px 0;
    font-size: 14px;
}

.gzh_box {
    width: 1220px;
    margin: 20px auto;
    background: white;
}

.swiper-container.index_zt_swiper_con1 a div.index_zt_info>div {
    display: inline-block;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-container.index_zt_swiper_con1 a div.index_zt_info>p {
    width: 70%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



#float-right {
    width: 180px;
    height: 510px;
    background: url(../images/ad_right.png);
    background-size: 100%;
    right: 0;
    top: 25%;
    position: fixed;
    z-index: 9999;
    box-sizing: initial;
}

#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
}

#fixed_left {
    position: fixed;
    left: 10px;
    top: 19%;
    padding: 15px;
    padding-left: 10px;
    transition: all 0.1s;
    z-index: 3;
}

#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;
}

#f_kstx div {
    display: none;
}

#fixed_left>div#f_kstx:hover {
    transform: scale(1);
}

#fixed_left>div#f_kstx:hover div {
    display: block;
    text-decoration: underline;
    color: #1E50A2;
}


.kskm_img{
	text-align: center;
}
.kskm_info{
	font-size: 16px;
	line-height: 30px;
	white-space: 10px;
	margin-top: 20px;
}
.kskm_info a {
   	color: #1787e0;
}

.kskm_info img {
    max-width: 100%;
}

.kskm_h2{
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 3px solid #0088e6;
}
.kskm_title{
	background: url(../images/lm_kskm_tit.png) no-repeat;
	font-size: 18px;
	font-weight: 600;
	color: white;
	padding-left: 20px;
	margin-top: 30px;
}
.kskm_tit{
	border-left: 4px solid #ffa256;
	padding-left: 10px;
	margin: 15px 0;
	font-size: 16px;
	font-weight: 600;
	
}

.index_tag a {
	display: inline-block;
	color: white !important;
	padding: 2px 8px;
	margin: 5px;
	border-radius: 2px;
	cursor: pointer;
	opacity: .85;
	background: #ffb838;
}

.index_tag a:nth-of-type(2n) {
	background: #ff4c4c;
}

.index_tag a:nth-of-type(3n) {
	background: #45d4ff;
}

.index_tag a:nth-of-type(5n) {
	background: #ffb838;
}
.index_tag a:hover {
    opacity: 1;
}

ul.clearfix.index_tag {
    max-height: 230px;
    overflow: hidden;
}

div#con,div#con img{
   /* max-width: 100%;*/
  /*  width: 100%;*/
}

div#con table{
width: 100%;

}

#con h2 {
    line-height: 0;
    margin-bottom: 0;
    margin-top: 0;
}


.six-people{
        margin-top: 10px;
}


.f-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 34px;


    float: right;
    padding: 10px 0;
    margin-top: 10px;
    margin-bottom: 20px;
    height: auto;
    text-align: center;

}

#search_tips, .pages cite, .pages_btn, .pages_inp {
    display: none;
}

.f-right .search-inp .s-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.f-right .search-inp .s-top .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #0088e6;
}
.f-right .search-inp .s-top .left .l-search {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 460px;
    height: 40px;
    position: relative;
}
.f-right .search-inp .s-top .left .l-search form {
    height: 100%;
}
.f-right .search-inp .s-top .left .l-search form input {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 50px 0 40px;
    border: none;
}
.f-right .search-inp .s-top .left .l-search .search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.f-right .search-inp .s-top .right {
    position: relative;
    display: flex;
}
.f-right .search-inp .s-top .right>div:nth-of-type(1) {
    width: 90px;
}
.f-right .search-inp .s-top .right>div {
    display: flex;
    align-items: center;
}
.f-right .search-inp .s-top .right>div div {
    margin-left: 6px;
}
.f-right .search-inp .s-top .right>div p {
    font-size: 12px;
}
.f-right .search-inp .s-top .right>div:nth-of-type(2) {
    width: 150px;
    justify-content: flex-end;
}
.f-right .search-inp .s-top .right>div {
    display: flex;
    align-items: center;
}
.f-right .search-inp .s-top .right>div p {
    font-size: 12px;
}

.method-line-fir {
    height: 26px;
    line-height: 26px;
    background: #ecf5fa;
    color: #999;
}
.method-line-fir .method-width1 {
    text-align: center;
}
.method-table span {
    color: #666;
}
.method-table span, .method-table a {
    float: left;
    display: block;
    font-size: 14px;
}
.method-width1 {
    padding-left: 4px;
    width: 100px;
}
.method-width2 {
    width: 42px;
    text-align: center;

        margin-left: 20px;
}
.method-width3 {
    width: 42px;
    text-align: center;

        margin-left: 20px;
}
.method-width4 {
    width: 90px;
    text-align: center;

    margin-left: 20px;
}

.method-line {
    height: 35px;
    line-height: 35px;
}

.theme-color2 {
    color: #2b70ae;
}

.theme-bg3 {
    background: #ecf5fa;
}

.method-table .icon-had:before, .method-table .icon-hadno:before {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
/*.icon-hadno:before {
    background-position: -30px -150px;
}
.icon-had:before, .icon-hadno:before {
    display: block;
    width: 16px;
    height: 16px;
}*/


.six-people-con {
    margin-right: -10px;
}
.six-people-con a:hover {
    color: #fff;
    background: #2b70ae;
}
.six-people-con a {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    display: block;
    padding-left: 10px;
/*    width: 120px;*/
    width: 145px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;

    margin-left: 5px;
    text-align: center;
}


.ques-ranking-con {
    padding-bottom: 5px;
}
.ques-ranking-con li {
    height: 31px;
    line-height: 30px;
    overflow: hidden;

    margin-left: 5px;
}
.ques-ranking-con li a {
    font-size: 14px;
}

.ques-ranking-con li .icon-eye {
    color: #999;

    margin-right: 10px;

    font-size: 12px;
}
.fr {
    float: right;
}

/*.icon-eye:before {
    display: inline-block;
    margin-right: 4px;
    vertical-align: 1px;
    width: 14px;
    height: 8px;
    font-size: 0;
    background-position: -180px 0;
}*/

.school-ranking-con {
    padding-bottom: 5px;


    float: left;

}

.school-ranking-con li {
    height: 31px;
    line-height: 30px;
    overflow: hidden;

    width: 50%;
    float: left;
/*    display: block;*/
}

.school-ranking-con li a {
    font-size: 14px;
}
.school-ranking-con li .icon-eye {
    color: #999;
}


.icon-block2-spe {
    background: #FF7700!important;
    color: #fff!important;
}
.icon-block2 {
    margin-right: 5px;
    width: 18px;
    height: 18px;
    line-height: 18px;
}
.icon-block1, .icon-block2 {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #eaeaea;
    color: #999;
    font-weight: 700;
}
em, i, b {
    font-style: normal;
}

.duihao{
    display: inline-block;
    font-weight: 700;

    margin: 7px 10px 0px 35px;

    width: 8px;
    height: 13px;
    transform: rotate(45deg);
    border-style: solid;
    border-color: #009933;
    border-width: 0 4px 4px 0;
}
.cuohao{
    width: 15px;
    height: 15px;
    margin: auto;
    position: relative;

    margin-left: 40px;
    margin-top: 10px;

}
.cuohao::before,
.cuohao::after{
    content:"";
    position: absolute;
    height: 18px;
    width: 3px;
    top: 0px;
    right: 15px;
    background: red;
}
.cuohao::before{
    transform: rotate(45deg);
}
.cuohao::after{
    transform: rotate(-45deg);
}



.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}

.item {
    margin-top: 20px;
}
.item .cont {
    padding-top: 15px;
}
.item .tit {
    border-bottom: 2px solid #257cd4;
}
.item .tit:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
}
.item .tit .mtit {
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;


    position: relative;
}
.item .tit h2, .item .tit h3 {
    font-size: 24px;
    display: inline-block;
    font-weight: bold;
}

.item .tit .sub {
    float: right;
    margin-top: 12px;
}
.item .tit .sub a {
    color: #999;
}
.item .tit .sub a .iconfont {
    vertical-align: -1px;
}

.item.tdxl .theme, .item.tdxl .tabTit .js-hov-btn a.active, .item.tdxl .icon-wzi, .item.tdxl .icon-new, .item.tdxl .xxList li a:hover, .item.tdxl .wdxList li:before, .item.tdxl .tit .sub a.theme, .item.tdxl .tit .sub a .iconfont {
    color: #257cd4;
}
.item.tdxl .wp-tit h2, .item.tdxl .wp-tit h3, .item.tdxl .wp-tit em {
    border-left-color: #257cd4;
}



ul, ol {
    list-style: none;
}
a {
    text-decoration: none;
    outline: none;
}

a:visited {
    color: #333;
    text-decoration: none;
}
em, i, b {
    font-style: normal;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.item .iLeft {
    width: 300px;
    float: left;
}
.iLeft .wp-tit {
    padding-top: 0px;
}
.iLeft .wp-tit h2 {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}
.wp-tit {
    font-size: 18px;
    padding-top: 10px;
    padding-left: 10px;
}
.wp-tit-paddingLeft{
    padding-left: 0px;
}
.wp-tit em, .wp-tit h1, .wp-tit h2, .wp-tit h3 {
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    font-style: normal;
    color: #0c74d9;
    border-left: 3px solid #0c74d9;
    line-height: 1;
    padding-left: 8px;
}

.more {
    float: right;
    color: #999;
    font-weight: normal;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}
.more:hover{
    color: #257cd4;
}
.clearfix {
    zoom: 1;
}


.iLeft .itemBtn a {
    display: block;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background-color: #257cd4;
}

.iLeft .itemBtn a:hover{
    background-color: #376ed3;
}


.index_ad02 {
    display: block;
    width: 300px;
    height: 70px;
    margin-top: 10px;
}


.item .iMid {
    width: 470px;
    float: left;
    margin-left: 25px;
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    padding-left: 25px;
    padding-right: 25px;
}
.iMid .wp-tit {
    padding-top: 0;
        width: 470px;
}

.iMid .wp-tit h2, .iMid .wp-tit h3, .iMid .wp-tit em {
    font-size: 18px;
    color: #333;
}

.iMid .wp-tit .more {
    font-size: 14px;
}


.xxList {
    padding-top: 8px;
}

.xxList ul {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px dashed #e6e6e6;
}
.xxList ul:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.xxList li {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;


    border-bottom: 1px solid #dee2e6;
    
}
.xxList.dtList li {
    padding-right: 0px;
}

.xxList .time {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-size: 12px;

    margin-right: 5px;
}

.item .iRight {
    width: 330px;
    float: right;
}
.iRight {
    margin-top: -7px;
}

.iRight .wp-tit{
width: 330px;
}

.tabHot {
    border-bottom: 1px solid #e8e8e8;
    line-height: 40px;
}
.tabHot .js-hov-btn {
    font-size: 16px;
    font-weight: bold;
}
.tabHot .js-hov-btn a {
    display: inline-block;
    padding: 0 5px;
    position: relative;
    margin-right: 15px;


    width: 24%;
    text-align: center;
}
.tabHot .js-hov-btn a.active {
    color: #376ed3;

    border-bottom: 1px solid;
}

/*.tabHot .js-hov-btn>a.on {
    color: #257cd4;
    font-weight: 600;
}
*/
.hide {
    display: none;
}

.xxMore a {
    display: block;
    background-color: #eeeeee;
    color: #999;
    letter-spacing: 1em;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
}

.xxMore a:hover {
    background-color: #376ed3;
    color: white;
}


.redcolor{
    color: red;
}

    
.sList a{
float: left;
width: 50%;
height: 25px;
line-height: 25px;
overflow: hidden;
margin-top: 13px;
box-sizing: border-box;
padding-right: 5px;
color: #666;

}
.sList a:hover{
    color: #257cd4;
}

.sList img{
width: 25px;
height: 25px;
border-radius: 10%;
margin-right: 5px;
margin-left: 24%;

}
.smList a{
height: 30px;
line-height: 30px;
background-color: #eeeeee;
border-radius: 2px;
text-align: center;
width: 45%;
padding: 0 10px;
margin-top: 10px;
margin-left: 10px;
float: left;
overflow: hidden;
box-sizing: border-box;
color: #666;
}
.smList a:hover{
    background-color: #257cd4;
    color: white;
}



.topicc {
 margin-top: 20px;

}

.topicc-list {
    display: flex;
    text-align: center;
    margin-left: -2px;
}

.topicc-list a {
    flex: 1;
    margin-left: 2px;
    margin-top: 2px;
    line-height: 38px;
    position: relative;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
}
/*.topicc-list-h a {
    height: 54px;
    line-height: 54px;
}*/

.topicc-list .topicc-w50 {
    line-height: 1.2;
    padding: 10px 0;
    flex: 65px 0 1;
}

.topicc-list .bg1 {
    background-color: #77C6A6;
}
.topicc-list .bg1:hover{
    background-color: #9e759e;
}
.topicc-list .bg2 {
    background-color: #7090C6;
}
.topicc-list .bg2:hover{
    background-color: #9e759e;
}
a,
img {
    -webkit-tap-highlight-color: transparent
}

a,
a:active,
button,
input,
select,
textarea {
outline: 0
}

#head .register-wrap .center,
button a {
    display: -webkit-box;
    display: -ms-flexbox
}

strong {
    color: inherit;
    font-size: inherit
}

/** {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #353535;
    font-size: 16px;
    font-family: "微软雅黑"
}*/

a,
p,
span {
    color: inherit;
    font-size: inherit
}

input {
    white-space: nowrap;
    border-radius: 0
}

a,
button,
img {
    border: none
}

select::-ms-expand {
    display: none
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

/*img {
    width: 100%
}*/

a {
    text-decoration: none;
    -webkit-focus-ring-color: transparent;
    -moz-tap-highlight-color: transparent;
    -moz-focus-ring-color: transparent
}

/*a:visited {
    color: inherit
}*/

li,
ol,
ul {
    list-style: none
}

button {
    cursor: pointer
}

#head .register-wrap .center .left .ewm div,
#head .register-wrap .center .right .ewm div {
    top: 120%;
    background-color: #f5f5f5;
    padding: 10px 10px 0;
    border-radius: 4px;
    z-index: 99;
    left: 50%
}

#head .nav-wrap .search-box .f-left .position .city::before,
#head .register-wrap .center .left .ewm div::before,
#head .register-wrap .center .right .ewm div::before {
    content: "";
    bottom: 100%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

button a {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.center {
    width: 1200px;
    margin: 0 auto
}

.dot {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.a-hover:hover {
    color: #feaf1a !important
}

.li-hover,
.li-hover .img img {
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s
}

.li-hover .img {
    overflow: hidden
}

.li-hover:hover {
    background-color: #f5f5f5
}

.li-hover:hover .img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

#head .register-wrap {
    width: 100%;
    height: 30px;
    background-color: #f5f5f5
}

#head .register-wrap .center {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#head .register-wrap .center .left {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#head .register-wrap .center .left img {
    width: 12px;
    height: 20px
}

#head .register-wrap .center .left .ewm div img,
#head .register-wrap .center .right .ewm div img {
    width: 80px;
    height: 80px
}

#head .register-wrap .center .left .ewm {
    position: relative
}

#head .register-wrap .center .left .ewm:hover div {
    display: block
}

#head .register-wrap .center .left .ewm div {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none
}

#head .register-wrap .center .left .ewm div::before {
    position: absolute;
    left: 50%;
    border-bottom: 8px solid #f5f5f5;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#head .register-wrap .center .right .ewm {
    position: relative;
    cursor: auto
}

#head .register-wrap .center .right .ewm:hover div {
    display: block
}

#head .register-wrap .center .right .ewm div {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none
}

#head .register-wrap .center .right .ewm div::before {
    position: absolute;
    left: 50%;
    border-bottom: 8px solid #f5f5f5;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#head .register-wrap .center .right {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#head .nav-wrap .search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 0 10px
}

#head .nav-wrap .search-box .f-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

#head .nav-wrap .search-box .f-left .logo {
    width: 223px;
    text-align: center
}

#head .nav-wrap .search-box .f-left .logo img {
    width: 100%
}

#head .nav-wrap .search-box .f-left .logo p {
    font-size: 14px
}

#head .nav-wrap .search-box .f-left .position {
    width: 60px;
    height: 44px;
    margin-left: 32px;
    position: relative;
    cursor: pointer
}

#head .nav-wrap .search-box .f-left .position>p {
    color: #999
}

#head .nav-wrap .search-box .f-left .position img {
    width: 17px;
    height: 20px
}

#head .nav-wrap .search-box .f-left .position .city {
    position: absolute;
    top: 40px;
    width: 464px;
    height: 124px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(4, 0, 0, .15);
    box-shadow: 0 4px 8px 0 rgba(4, 0, 0, .15);
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 12px;
    display: none
}

#head .nav-wrap .search-box .f-left .position .city::before {
    position: absolute;
    left: 16px;
    border-bottom: 8px solid #fff;
    border-top: 8px solid transparent;
    -webkit-transform: rotate(-45deg) translateY(14px);
    transform: rotate(-45deg) translateY(14px);
    -webkit-box-shadow: 2px -2px 2px #f5f5f5;
    box-shadow: 2px -2px 2px #f5f5f5
}

#head .nav-wrap .search-box .f-left .position .city ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#head .nav-wrap .search-box .f-left .position .city ul li {
    margin-right: 4px;
    font-size: 14px;
    width: 45px;
    text-align: center;
    color: #676767;
    margin-bottom: 10px
}

#head .nav-wrap .search-box .f-left .position .city ul li span {
    cursor: pointer
}

#head .nav-wrap .search-box .f-left .position .city ul li:nth-of-type(9n) {
    margin-right: 0
}

#head .nav-wrap .search-box .f-left .position .city ul li:nth-of-type(-n+32):nth-of-type(n+28) {
    margin-bottom: 0
}

#head .nav-wrap .search-box .f-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 34px
}

#head .nav-wrap .search-box .f-right .search-inp .s-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#head .nav-wrap .search-box .f-right .search-inp .s-top .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #00b2fc
}

#head .nav-wrap .search-box .f-right .search-inp .s-top .left .l-option {
    width: 100px;
    height: 40px;
    position: relative;
    line-height: 40px;
    cursor: pointer;
    border-right: 1px solid #e6e6e6
}

#head .nav-wrap .search-box .f-right .search-inp .s-top .left .l-option:hover .op-wrap {
    display: block
}

#head .nav-wrap .search-box .f-right .search-inp .s-top .left .l-option span {
    margin-left: 20px
}

#head .nav-wrap .search-box .f-right .search-inp .s-top .left .l-option .down {
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-transform: translate(50px, -50%);
    transform: translate(50px, -50%)
}

#head .nav-wrap .search-box .f-right .search-inp .s-top .left .l-option .op-wrap {
    display: none;
    position: absolute;
    top: 100%;
    left: -2px;
    width: 102px;
    background-color: #f0f0f0;
    z-index: 3;
    border: 2px solid #00b2fc;
    border-top: none
}

#head .nav-wrap .search-box .f-right .search-inp .s-top .left .l-option .op-wrap .option {
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #333
}

#head .nav-wrap .search-box .f-right .search-inp .s-top .left .l-option .op-wrap .option:hover {
    background-color: #00b2fc;
    color: #fff
}

#head .nav-wrap .search-box .f-right .search-inp .s-top .left .l-search {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 460px;
    height: 40px;
    position: relative
}

#head .nav-wrap .search-box .f-right .search-inp .s-top .left .l-search .search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

#head .nav-wrap .search-box .f-right .search-inp .s-top .left .l-search form {
    height: 100%
}

#head .nav-wrap .search-box .f-right .search-inp .s-top .left .l-search form input {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 50px 0 40px;
    border: none
}

#head .nav-wrap .search-box .f-right .search-inp .s-top .right {
    position: relative;
    display: flex
}

#head .nav-wrap .search-box .f-right .search-inp .s-top .right>div {
    display: flex;
    align-items: center
}

#head .nav-wrap .search-box .f-right .search-inp .s-top .right>div div {
    margin-left: 6px
}

#head .nav-wrap .search-box .f-right .search-inp .s-top .right>div p {
    font-size: 12px
}

#head .nav-wrap .search-box .f-right .search-inp .s-top .right>div:nth-of-type(1) {
    width: 90px
}

#head .nav-wrap .search-box .f-right .search-inp .s-top .right>div:nth-of-type(2) {
    width: 150px;
    justify-content: flex-end
}

#head .nav-wrap .search-box .f-right .search-inp .s-bottom {
    margin-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 22px
}

#head .nav-wrap .search-box .f-right .search-inp .s-bottom .scrollDiv li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 22px;
    line-height: 22px
}

#head .nav-wrap .search-box .f-right .search-inp .s-bottom .scrollDiv li a {
    white-space: nowrap
}

#head .nav-wrap .search-box .f-right .search-inp .s-bottom>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#head .nav-wrap .search-box .f-right .search-inp .s-bottom>div a {
    font-size: 12px;
    color: #999;
    margin-right: 20px
}

#head .nav-wrap .search-box .f-right .search-inp .s-bottom>div a:hover {
    color: #feaf1a
}

#head .nav-wrap .nav-box {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform ease-out .3s;
    transition: -webkit-transform ease-out .3s;
    transition: transform ease-out .3s;
    transition: transform ease-out .3s, -webkit-transform ease-out .3s;
    background-color: #00b2fc
}

#head .nav-wrap .nav-box .menu-wrap {
    width: 216px;
    height: 100%;
    background-color: #1ca4f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

#head .nav-wrap .nav-box .menu-wrap>.title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#head .nav-wrap .nav-box .menu-wrap>.title>p {
    text-align: center;
    line-height: 40px;
    color: #fff
}

#head .nav-wrap .nav-box .menu-wrap:hover .title .menu-info-wrap {
    display: block
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    display: none;
    box-shadow: 0 0 8px 0 rgba(4, 0, 0, .08)
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul {
    background-color: #fff;
    position: relative
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul>li {
    width: 216px;
    height: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-bottom: 1px solid #e6e6e6
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul>li:first-of-type {
    border-top: none !important
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul>li .right {
    position: relative
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul>li:hover .right::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 6px;
    height: 100%;
    background-color: #fff;
    z-index: 99999
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul>li:last-of-type {
    margin-bottom: 0;
    border-bottom: none
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul>li>.ico {
    width: 60px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul>li>.ico img {
    width: 20px;
    height: 20px;
    margin: auto
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul>li>p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    line-height: 38px;
    color: #666;
    font-size: 14px
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul>li .info-list-wrap .bottom ul li:hover p,
#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul>li>p a:hover {
    color: #efaf1a
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul>li .right {
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul>li .right img {
    width: 9px;
    height: 18px;
    margin: auto
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul>li:hover {
    border: 1px solid #00b2fc;
    border-right: none
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul>li:hover .info-list-wrap {
    display: block
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul>li .info-list-wrap {
    width: 672px;
    height: 545px;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(4, 0, 0, .08);
    box-shadow: 0 4px 8px 0 rgba(4, 0, 0, .08);
    display: none;
    border: 1px solid #00b2fc;
    border-top: none
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul>li .info-list-wrap .top {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 26px 10px;
    border-bottom: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul>li .info-list-wrap .top>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul>li .info-list-wrap .top>ul li {
    width: 22%;
    margin-right: 3%;
    margin-bottom: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul>li .info-list-wrap .top>ul li:nth-of-type(4n+4) {
    margin-right: 0
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul>li .info-list-wrap .bottom {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 19px 26px
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul>li .info-list-wrap .bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul>li .info-list-wrap .bottom ul>a {
    display: block
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul>li .info-list-wrap .bottom ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul>li .info-list-wrap .bottom ul li img {
    width: 180px;
    height: 114px;
    background-color: #ccc
}

#head .nav-wrap .nav-box .menu-wrap>.title .menu-info-wrap>ul>li .info-list-wrap .bottom ul li p {
    margin-top: 16px;
    font-size: 14px;
    color: #666
}

#head .nav-wrap .nav-box .menu-wrap>.ico {
    width: 60px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    position: absolute
}

#head .nav-wrap .nav-box .menu-wrap>.ico img {
    width: 24px;
    height: 24px
}

#head .nav-wrap .nav-box .nav-tabs {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

#head .nav-wrap .nav-box .nav-tabs ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    background-color: #00b2fc
}

#head .nav-wrap .nav-box .nav-tabs ul li {
    width: 98px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    border: 1px dashed transparent;
    color: #fff
}

#head .nav-wrap .nav-box .nav-tabs ul li:hover {
    background-color: #049ff8
}

#head .nav-wrap .nav-box .nav-tabs ul li:hover p {
    color: #fff
}

#head .nav-wrap .nav-box .nav-tabs ul li:hover .n-d-menu {
    display: block
}

#head .nav-wrap .nav-box .nav-tabs ul li>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: 600
}

#head .nav-wrap .nav-box .nav-tabs ul li .n-d-menu {
    width: 110px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
    display: none;
    border-radius: 4px;
    margin-left: -55px
}

#head .nav-wrap .nav-box .nav-tabs ul li .n-d-menu a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px
}

#footer .bottom .c-right .r-body,
#footer .bottom .center,
#footer .top .t-body div,
#footer .top .title {
    display: flex
}

#head .nav-wrap .nav-box .nav-tabs ul li .n-d-menu a:hover {
    background-color: #f5f5f5;
    color: #049ff8
}

#head .nav-wrap .nav-box .nav-tabs ul .active {
    color: #fff;
    background-color: #049ff8
}

#head .nav-wrap .stance {
    width: 100%;
    height: 40px
}

#footer a:hover {
    color: #feaf1a !important
}

#footer {
    background-color: #333;


    width: 1220px;
    margin: 0 auto;
}

#footer .top {
    border-bottom: 1px solid #666
}

#footer .top .title div {
    width: 88px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background-color: #292929;
    font-size: 14px;
    margin-right: 20px;
    cursor: pointer
}

#footer .top .title .active {
    background-color: #384144
}

#footer .top .t-body {
    margin-top: 20px
}

#footer .top .t-body div {
    flex-wrap: wrap
}

#footer .top .t-body div a {
    color: #c2c2c2;
    font-size: 12px;
    margin-right: 18px;
    white-space: nowrap;
    cursor: pointer
}

#footer .bottom {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px
}

#footer .bottom .c-left {
    width: 860px
}

#footer .bottom .c-left .c1 {
    display: flex;
    margin-bottom: 24px
}

#footer .bottom .c-left .c1 a {
    color: #fff;
    font-size: 14px;
    margin-right: 28px
}

#footer .bottom .c-left .c2 p {
    color: #c2c2c2;
    font-size: 12px
}

#footer .bottom .c-right .r-body p {
    color: #fff;
    font-size: 14px
}

#footer .bottom .c-right .r-body .tel {
    font-size: 16px;
    color: #efaf1a;
    margin-bottom: 6px;
    margin-top: 2px
}

#footer .bottom .c-right .r-body img {
    width: 90px
}

#footer .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#footer .img li {
    background-image: url(../xuimages/footer.png);
    background-size: auto;
    margin-right: 30px
}

#footer .img li a {
    display: block;
    width: 100%;
    height: 100%
}

#footer .img li:nth-of-type(1) {
    width: 160px;
    height: 38px;
    background-position-y: -192px
}

#footer .img li:nth-of-type(2) {
    width: 154px;
    height: 38px;
    background-position-y: 0
}

#footer .img li:nth-of-type(3) {
    width: 108px;
    height: 38px;
    background-position-y: -48px
}

#footer .img li:nth-of-type(4) {
    width: 130px;
    height: 38px;
    background-position-y: -144px
}

#footer .img li:nth-of-type(5) {
    width: 120px;
    height: 38px;
    background-position-y: -240px
}

#footer .center .go-top {
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 999
}

#footer .center .go-top>li {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

#footer .center .go-top>li>p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    color: #666;
    display: none
}

#footer .center .go-top>li .m-ewm,
#footer .center .go-top>li .tel {
    width: 110px;
    height: 130px;
    position: absolute;
    bottom: -2%;
    left: -16px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 4px;
    display: none
}

#footer .center .go-top>li .m-ewm::after,
#footer .center .go-top>li .tel::after {
    content: "";
    position: absolute;
    top: 84%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #f5f5f5
}

.alert-mask,
.city-site {
    position: fixed;
    top: 0;
    left: 0
}

#footer .center .go-top>li:hover {
    background-color: #0088e6;
    border-color: #0088e6
}

#footer .center .go-top>li:hover>p {
    display: block;
    color: #fff
}

#footer .center .go-top>li:hover div,
#footer .center .go-top>li:nth-of-type(3)>img {
    display: block
}

#footer .center .go-top>li:nth-of-type(1),
#footer .center .go-top>li:nth-of-type(2) {
    border-bottom: none
}

#footer .center .go-top>li>img {
    width: 27px;
    height: 27px;
    margin: auto;
    display: block
}

.now-position {
    margin: 24px 0
}

.now-position p {
    font-size: 14px;
    color: #666
}

.now-position p a:hover {
    color: #feaf1a
}

.paging {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px
}

.paging ol {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

#search_tips,
.pages cite,
.pages_btn,
.pages_inp {
    display: none
}

.paging ol>label {
    font-size: 14px
}

.paging ol>a {
    padding: 4px 8px;
    border: 1px solid #26a1ef;
    border-radius: 4px;
    font-size: 12px;
    color: #FFF;
    margin: 0 5px;
    background: #26a1ef
}

.paging ol .num {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px
}

.paging ol .active {
    background-color: #efa61a;
    color: #fff;
    border-radius: 4px
}

.paging ol li {
    margin: 0 4px;
    height: 30px;
    line-height: 30px
}

.pages {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0
}

.pages a,
.pages strong {
    padding: 5px 10px;
    font-size: 12px;
    margin: 0 5px
}

.pages a {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    color: rgba(0, 0, 0, .65)
}

.pages strong {
    border: 1px solid #108ee9;
    border-radius: 4px;
    color: #fff;
    background: #108ee9
}

.pages cite {
    font-style: normal;
    margin-left: 10px
}

.alert-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9999999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.alert-mask .con,
.alert-mask .con1 {
    width: 500px;
    height: 200px;
    margin: auto;
    border-radius: 10px;
    background-color: #fff;
    -webkit-animation: show ease-out .2s;
    animation: show ease-out .2s
}

.alert-mask .con .text {
    height: 150px;
    text-align: center;
    line-height: 150px;
    font-size: 18px
}

.alert-mask .con1 .top {
    height: 150px
}

#ccaptcha img {
    width: 20px
}

.alert-mask .con .ok,
.alert-mask .con1 .ok {
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #f2f2f2;
    border-top: 1px solid #d0d0d0;
    color: #40affe;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer
}

@-webkit-keyframes show {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes show {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.city-site {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 9999;
    display: none
}

.city-site .c-wrap,
.tabs-menu {
    position: absolute;
    left: 50%;
    box-sizing: border-box
}

.city-site .c-wrap {
    top: 50%;
    width: 518px;
    background-color: rgba(0, 0, 0, .3);
    padding: 11px;
    border-radius: 10px;
    transform: translate(-50%, -50%)
}

.city-site .c-wrap .c-main {
    width: 100%
}

.city-site .c-wrap .c-main .m-head {
    box-sizing: border-box;
    padding: 0 30px;
    width: 100%;
    height: 44px;
    border-radius: 10px 10px 0 0;
    background-color: #f7b722;
    box-shadow: inset 0 4px 6px 0 rgba(255, 242, 211, .4);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.city-site .c-wrap .c-main .m-head p {
    font-size: 18px;
    color: #fff
}

.city-site .c-wrap .c-main .m-head img {
    width: 20px;
    cursor: pointer
}

.city-site .c-wrap .c-main .m-body {
    box-sizing: border-box;
    padding: 25px 30px 30px;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 6px 6px
}

.city-site .c-wrap .c-main .m-body>p:nth-of-type(1) {
    font-size: 20px;
    margin-bottom: 18px
}

.city-site .c-wrap .c-main .m-body>p:nth-of-type(2) {
    font-size: 16px;
    color: #555;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5
}

.city-site .c-wrap .c-main .m-body>div:nth-of-type(1) {
    display: flex;
    align-items: center;
    margin-top: 18px;
    margin-bottom: 22px
}

.city-site .c-wrap .c-main .m-body>div:nth-of-type(1) span {
    font-size: 14px;
    color: #666
}

.city-site .c-wrap .c-main .m-body>div:nth-of-type(1) input {
    box-sizing: border-box;
    width: 130px;
    height: 30px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    margin: 0 14px;
    padding: 0 10px
}

.city-site .c-wrap .c-main .m-body>div:nth-of-type(1) #city-enter {
    width: 80px;
    height: 30px;
    background-color: #f8764e;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(248, 118, 78, .4);
    color: #fff;
    font-size: 14px
}

.city-site .c-wrap .c-main .m-body>div:nth-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 24px
}

.city-site .c-wrap .c-main .m-body>div:nth-of-type(2) span {
    font-size: 14px;
    color: #666
}

.city-site .c-wrap .c-main .m-body>div:nth-of-type(2) a {
    font-size: 14px;
    color: #f04124
}

.city-site .c-wrap .c-main .m-body>div:nth-of-type(3) {
    display: flex;
    flex-wrap: wrap
}

.city-site .c-wrap .c-main .m-body>div:nth-of-type(3) a {
    display: block;
    width: 86px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    margin-right: 28px;
    margin-bottom: 24px;
    text-align: center;
    line-height: 36px;
    color: #666;
    cursor: pointer
}

.city-site .c-wrap .c-main .m-body>div:nth-of-type(3) a:nth-of-type(4n+4) {
    margin-right: 0
}

.city-site .c-wrap .c-main .m-body>div:nth-of-type(3) a:hover {
    border-color: #f8764e
}

.city-site .c-wrap .c-main .m-body>p:nth-of-type(3) {
    font-size: 14px;
    color: #666
}

#head .nav-wrap .nav-box .nav-tabs ul li:hover .tabs-menu {
    display: block
}

.tabs-menu {
    top: 110%;
    width: 102px;
    padding: 10px 22px 6px;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    border-radius: 6px;
    transform: translateX(-50%);
    display: none;
    z-index: 999
}

.fine,
.list-tab-wrap,
.recommend-zy {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1)
}

.fine .title p a,
.recommend-zy .title p a {
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

.tabs-menu a {
    display: block;
    font-size: 14px
}

.tabs-menu a:last-of-type {
    margin-bottom: 0
}

.fine {
    box-sizing: border-box;
    padding: 16px 12px
}

.fine .title {
    padding-bottom: 10px;
    border-bottom: 2px solid #e6e6e6
}

.fine .title p {
    font-size: 20px;
    display: flex;
    align-items: center;
    position: relative
}

.fine .title p a {
    position: absolute;
    font-size: 14px;
    color: #666
}

.fine .title p img {
    width: 26px;
    height: 21px;
    margin-right: 6px;
    margin-left: 6px
}

.fine .f-body .from {
    margin-top: 20px
}

.fine .f-body .from>div {
    width: 276px;
    height: 46px;
    margin: 0 auto 10px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #3e99ed;
    padding: 0 15px;
    display: flex;
    align-items: center
}

.fine .f-body .from>div input,
.fine .f-body .from>div select {
    padding: 0 10px;
    border: none;
    box-sizing: border-box
}

.fine .f-body .from>div select {
    width: 190px;
    color: #999;
    font-size: 14px
}

.fine .f-body .from>div input::placeholder {
    color: #999;
    font-size: 14px
}

.fine .f-body .from .btn {
    width: 276px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0;
    border: none
}

.fine .f-body .from>button {
    font-size: 18px;
    cursor: pointer;
    display: block;
    margin: 20px auto 0;
    width: 276px;
    height: 46px;
    color: #fff;
    background-color: #ed4023;
    border-radius: 4px
}

.recommend-zy {
    box-sizing: border-box;
    padding: 16px 12px;
    margin-top: 26px
}

.recommend-zy .title {
    padding-bottom: 10px;
    border-bottom: 2px solid #e6e6e6
}

.recommend-zy .title p {
    font-size: 20px;
    display: flex;
    align-items: center;
    position: relative
}

.recommend-zy .title p a {
    position: absolute;
    font-size: 14px;
    color: #666
}

.recommend-zy .title p img {
    width: 26px;
    height: 21px;
    margin-right: 6px;
    margin-left: 6px
}

.recommend-zy ul {
    padding-top: 10px
}

.recommend-zy .new-rec li {
    display: flex
}

.recommend-zy .new-rec li .img {
    width: 100px;
    height: 75px;
    overflow: hidden;
    border-radius: 4px
}

.recommend-zy .new-rec li .img img {
    width: 100%
}

.recommend-zy .new-rec li .text {
    flex: 1;
    margin-left: 7px
}

.recommend-zy .new-rec li .text p:nth-of-type(1) {
    font-size: 14px
}

.recommend-zy .new-rec li .text p:nth-of-type(2) {
    font-size: 12px;
    color: #666
}

.recommend-zy ul li {
    display: flex;
    padding: 10px 0
}

.recommend-zy ul li .ball {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #e5e5e5
}

.recommend-zy ul li:nth-of-type(1) .ball {
    color: #fff;
    background-color: #ed4023
}

.recommend-zy ul li:nth-of-type(2) .ball {
    color: #fff;
    background-color: #efaf1a
}

.recommend-zy ul li:nth-of-type(3) .ball {
    color: #fff;
    background-color: #3e99ed
}

.recommend-zy ul li p {
    flex: 1;
    font-size: 14px;
    color: #333
}

.recommend-zy ul li button {
    width: 54px;
    height: 24px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #efaf1a;
    background-color: #fff
}

.recommend-zy ul li button:hover {
    background-color: #efaf1a;
    color: #fff;
    border: none
}

.list-tab-wrap {
    width: 100%;
    margin-bottom: 30px
}

.list-tab-wrap ul {
    box-sizing: border-box;
    padding: 7px 20px 0
}

.list-tab-wrap ul li {
    width: 100%;
    display: flex;
    margin-bottom: 14px;
    position: relative
}

.list-tab-wrap ul li:last-of-type {
    margin-bottom: 0
}

.list-tab-wrap ul li:last-of-type p:nth-of-type(2) {
    border-bottom: none
}

.list-tab-wrap ul li p:nth-of-type(1) {
    width: 80px;
    line-height: 28px
}

.list-tab-wrap ul li p:nth-of-type(2) {
    height: 100%;
    line-height: 28px;
    flex: 1;
    border-bottom: 1px dashed #d6d6d6;
    padding-bottom: 6px
}

.list-tab-wrap ul li p:nth-of-type(2) a {
    margin-right: 25px;
    font-size: 14px;
    white-space: nowrap
}

.list-tab-wrap ul li p:nth-of-type(2) .active,
.list-tab-wrap ul li p:nth-of-type(2) a:hover {
    color: #efaf1a
}

.keylink {
    font-weight: 400;
    color: #0086d2 !important;
    text-decoration: underline
}

.city-rec {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999
}

.city-rec .container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 510px;
    margin-top: -80px;
    margin-left: -255px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 18px 0 0 30px;
    height: 200px;
    background-image: url(../images/citybgc.png)
}

.city-rec .container .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    cursor: pointer
}

.city-rec .container p {
    margin-top: 10px
}

.city-rec .container p a {
    font-size: 18px;
    color: #00b2fc;
    padding: 0 12px;
    cursor: pointer
}

.city-rec .container .rec {
    display: flex;
    height: 30px;
    line-height: 30px;
    margin-top: 12px;
    font-size: 14px
}

.city-rec .container .rec>span {
    flex-shrink: 0
}

.city-rec .container .h {
    font-size: 14px;
    color: #999;
    box-sizing: border-box;
    padding-right: 26px;
    margin-top: 16px
}

.city-rec .container .rec .list a,
.city-rec .container .rec .list span {
    color: #00b2fc;
    font-size: 14px;
    padding: 0 18px;
    line-height: 30px;
    cursor: pointer
}

.city-rec .container .rec .list a:hover,
.city-rec .container .rec .list span:hover {
    text-decoration: underline
}

.city-rec .container .go-qg {
    display: flex;
    align-items: center;
    margin-top: 15px
}

.city-rec .container .go-qg a {
    display: block;
    width: 152px;
    height: 36px;
    background-color: #00b2fc;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin-left: 20px;
    box-shadow: 0 4px 10px rgba(0, 178, 252, .3)
}

.city-all,
.hint {
    display: none
}

.city-rec .container::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
    border: 15px solid rgba(204, 204, 204, .2);
    border-radius: 10px;
    z-index: -1
}

.city-all {
    position: absolute;
    top: 100%;
    left: 0;
    width: 430px;
    z-index: 9;
    border: 1px solid #ccc
}

.city-all .top {
    width: 100%;
    height: 32px;
    background-color: #f5f5f5;
    box-sizing: border-box;
    padding: 0 8px;
    display: flex
}

.city-all .top div {
    width: 25%;
    height: 30px;
    text-align: center;
    line-height: 32px;
    font-size: 14px
}

.city-all .top .active {
    border-bottom: 2px solid #00b2fc
}

.city-all .bottom {
    background-color: #fff
}

.city-all .bottom .active {
    display: flex
}

.city-all .bottom div {
    box-sizing: border-box;
    padding: 10px;
    display: none;
    flex-wrap: wrap
}

.city-all .bottom div a,
.city-all .bottom div span {
    display: block;
    width: 20%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px
}

.city-all .bottom div a:hover {
    color: #efa61a
}

#head .nav-wrap .search-box .f-left .position:hover .city-all {
    display: block
}

.bottom-form .education,
.bottom-form .title,
.bottom-form span {
    display: none
}

.bottom-form {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%
}

.bottom-form .f-body {
    width: 1200px;
    margin: 0 auto
}

.bottom-form form {
    height: 100%;
    align-items: center;
    display: flex
}

.bottom-form form input {
    width: 220px;
    height: 48px;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    margin-right: 14px;
    box-sizing: border-box;
    padding: 0 20px
}

.bottom-form {
    height: 100px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9
}

.bottom-form .f-body {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding-left: 110px
}

.bottom-form .f-body img {
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 67px
}

.bottom-form .text p {
    display: inline-block;
    color: #fff
}

.bottom-form .text .b {
    width: 85px;
    text-align: center;
    font-size: 14px;
    border-left: 1px solid #fff
}

.bottom-form form button {
    width: 220px;
    height: 48px;
    background-color: #f23b22;
    border-radius: 5px;
    color: #fff
}


@media screen and (min-width: 1025px) { 

.body-top {
    overflow:none;
}
.header {
    width: 100%;
}
.header .nav {
    width: 100%;
}
#footer {
    width: 100%;
}

}


