@charset "UTF-8";

/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */

html {
	background: #fff;
	color: #000
}

body,
html {
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

input,
select,
textarea {
	font-size: 100%
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th {
	text-align: inherit
}

fieldset,
img {
	border: none
}

iframe {
	display: block
}

abbr,
acronym {
	border: none;
	font-variant: normal
}

del {
	text-decoration: line-through
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500
}

ol,
ul {
	list-style: none
}

caption,
th {
	text-align: left
}

i {
	font-style: normal
}

q:after,
q:before {
	content: ''
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

a:hover {
	text-decoration: none
}

a,
ins {
	text-decoration: none
}

:focus,
a:focus {
	outline: 0
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both;
	overflow: hidden
}

.clearfix {
	zoom: 1
}

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

.hide {
	display: none
}

.show {
	display: block
}

.fl,
.fr {
	display: inline
}

.fl {
	float: left
}

.fr {
	float: right
}

a {
	color: #000
}

.navbar-common {
	background-color: #fe9b00
}

.navbar-common .aside {
	height: 100%;
	width: 1200px;
	margin: 0 auto;
	padding-left: 23px;
	font-size: 14px;
	color: #fff
}

.navbar-common p {
	line-height: 46px
}

.navbar-common p a,
.navbar-common p span {
	font-size: 14px;
	color: #fff;
	cursor: pointer
}

.navbar-common p a,

.navbar-common p span {
	vertical-align: middle
}

.navbar-common p i {
	margin: 0 13px
}

.navbar-common .city-name {
	line-height: 46px
}

.navbar-common .city-name i {
	margin: 0 13px
}

.navbar-common .city-name i,
.navbar-common .city-name span {
	vertical-align: middle
}

.navbar-common .city-name div.cur {
	position: relative;
	display: inline-block;
	line-height: 26px;
	padding: 0 14px;
	border: 1px dashed #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer
}

.navbar-common .city-name .select-area {
	position: absolute;
	z-index: 100;
	top: 39px;
	left: -10px
}

.navbar-common .city-name .select-area {
	width: 468px;
	min-height: 218px;
	line-height: normal;
	padding: 20px 19px;
	text-align: left;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: -5px 2px 16px #999;
	-moz-box-shadow: -5px 2px 16px #999;
	box-shadow: -5px 2px 16px #999
}

.navbar-common .city-name .select-area .icon-close {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 25px;
	cursor: pointer;
	color: #8f8f8f
}

.navbar-common .city-name .select-area .icon-triang-up {
	position: absolute;
	left: 8%;
	top: -11px;
	color: #fff
}

@media \0screen {
	.navbar-common .city-name .select-area .icon-triang-up {
		color: #dbdbdb
	}
}

.navbar-common .city-name .area-tap {
	padding-bottom: 12px;
	border-bottom: 1px solid #e5e5e5
}

.navbar-common .city-name .area-tap span {
	padding: 0 10px 10px 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid transparent
}

.navbar-common .city-name .area-tap span.active {
	border-bottom: 3px solid #fe9b00
}

.navbar-common .city-name .area-tap span.active a {
	color: #fe9b00
}

.navbar-common .city-name .area-tap a {
	font-size: 12px;
	color: #0e0e0e
}

.navbar-common .city-name .area-list {
	font-size: 0
}

.navbar-common .city-name .area-list table {
	width: 100%
}

.navbar-common .city-name .area-list .name {
	width: 23px;
	padding-top: 20px;
	font-size: 12px;
	vertical-align: top;
	color: #8f8f8f
}

.navbar-common .city-name .area-list a {
	margin-top: 14px;
	display: inline-block;
	width: 58px;
	height: 25px;
	padding: 0 8px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	color: #484848;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.navbar-common .city-name .area-list a.active {
	color: #fff;
	background-color: #fe9b00
}

.navbar-common .city-name .area-list .hot .name {
	display: none
}

.navbar-common .city-name .area-list .hot a {
	padding: 0 10px
}

.navbar-common .type a {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px 0 13px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #fff;
	color: #fe7800
}

.navbar-common .type a .icon-close {
	margin-left: 7px
}

.navbar-common .flt {
	float: left
}

.navbar-common .frt {
	float: right
}

.navbar-common .del {
	padding-right: 26px
}

.navbar-common .del a {
	font-size: 12px
}
.chat-box{
	display: block;
}
.online {
  position: fixed;
  width: 510px;
  height: 300px;
  left: 50%;
  top: 50%;
  z-index:9999;
  margin-top: -150px;
  margin-left: -255px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background: #fff;
  border-top: 8px solid #ff8019;
  text-align: center;
}
.consuting-container {
  border: 1px solid LightGrey;
  position: fixed;
  z-index: 9999;
  width: 400px;
  height: 360px;
  right: 0px;
  bottom: 0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background: #fff;
  text-align: center;
}

.consuting-container .first {
  background: -webkit-linear-gradient(1deg, rgba(61, 83, 246, 0.97), rgba(89, 188, 249, 0.97));
  background: -moz- oldlinear-gradient(1deg, rgba(61, 83, 246, 0.97), rgba(89, 188, 249, 0.97));
  background: -o-linear-gradient(1deg, rgba(61, 83, 246, 0.97), rgba(89, 188, 249, 0.97));
  background: linear-gradient(89deg, rgba(61, 83, 246, 0.97), rgba(89, 188, 249, 0.97));
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.consuting-container .first .first-img {
  width: 5%;
}

.consuting-container .first .first-title {
  margin-left: 3%;
  width: 89%;
}

.consuting-container .first .first-title .titleChild {
  float: left;
  color: #FFFFFF;
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 500;
}

.consuting-container .second {
  height: 100px;
}

.consuting-container .second .second-img {
  float: left;
  width: 30%;
  margin: 15px 0px;
}

.consuting-container .second .second-img img {
  float: left;
  height: 71px;
  width: 71px;
}

.consuting-container .second .second-title {
  float: left;
  width: 70%;
  margin: 15px 0px;
  height: 71px;
}

.consuting-container .second .second-title .div-second {
  height: 71px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.consuting-container .second .second-title .div-second .firstChild {
  color: #426AF4;
  font-size: 18px;
  line-height: 25px;
}

.consuting-container .second .second-title .div-second .nthChild {
  color: #000000;
  font-size: 15px;
}

.consuting-container .third {
  height: 200px;
}

.consuting-container .third .third-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.consuting-container .third .third-row .third-items {
  float: left;
  width: 118px;
  height: 62px;
  background: #EFF7FF;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin-left: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.consuting-container .third .third-row .third-items .third-item1 {
  font-size: 16px;
  color: #000;
}

.consuting-container .third .third-row .third-items .third-item2 {
  color: #436CF4;
}

.consuting-container .third .third-row .third-items .third-item2 .messgeImg {
  fill: #436CF4;
  width: 20px;
  height: 20px;
}

.consuting-container .third .third-row .third-items .third-item2 span {
  font-size: 12px;
}

.consuting-container .third .third-row:nth-child(2) {
  margin-top: 10px;
}

.consuting-container .third .third-row:nth-child(3) {
  margin-top: 10px;
}

.consuting-container .four {
  height: 100px;
  margin-top: 20px;
}

.consuting-container p {
  text-align: center;
  color: #000;
  font-size: 18px;
}

.consuting-container .btn {
  width: 362px;
  margin: 0 auto;
}

.consuting-container .btn a {
  width: 155px;
  height: 46px;
  line-height: 46px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background: #fff;
  display: inline-block;
  font-size: 18px;
  color: #ff8019;
  font-weight: bold;
  margin-right: 40px;
  margin-top: 30px;
  border-radius: 5px;
  border: 2px solid #ff8019;
}

.consuting-container .btn a:hover {
  background: #ff8019;
  color: #fff;
}

.consuting-container .flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.consuting-container .flexcenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.online img {
height: 106px;
width: 106px;
  padding: 34px 0 24px 0;
}

.online p {
  text-align: center;
  color: #000;
  font-size: 18px;
}

.online .btn {
  width: 362px;
  margin: 0 auto;
}

.online .btn a {
  width: 155px;
  height: 46px;
  line-height: 46px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background: #fff;
  display: inline-block;
  font-size: 18px;
  color: #ff8019;font-weight:bold;
  margin-right: 40px;
  margin-top: 30px;
  border-radius: 5px;
  border: 2px solid #ff8019;
}

.online .btn a:hover {
  background: #ff8019;
  color: #fff;
}
.slider-box {
	position: fixed;
	z-index: 9998;
	right: 0;
	bottom:100px;
	width: 60px
}

.slider-box .forbidden-box {
	position: absolute;
	z-index: 0;
	top: 0;
	height: 245px;
	right: -10px;
	width: 10px;
	background-color: transparent
}

.slider-box dl {
	width: 100%;
	height: 75px;
	position: relative;
	background-color: #fff;
	margin-bottom: 3px;
	cursor: pointer;
	-webkit-box-shadow: 0 0 10px 0 rgba(47, 47, 47, .2);
	-moz-box-shadow: 0 0 10px 0 rgba(47, 47, 47, .2);
	box-shadow: 0 0 10px 0 rgba(47, 47, 47, .2)
}
.slider-box dl a{
	color: #656565;
}
@media \0screen {
	.slider-box dl {
		border: 2px solid #ececec
	}
}

.slider-box dl.end:hover .iconfont {
	color: #fff
}

.slider-box dl.end:hover dt {
	background-color: red
}

.slider-box dl.end:hover dt p {
	color: #fff
}

.slider-box dl.active .iconfont {
	color: #fff
}

.slider-box dl.active dt {
	background-color: red
}

.slider-box dl.active dt p {
	color: #fff
}

.slider-box dt {
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	color: #656565;
	height: 75px
}

.slider-box dt span {
	font-size: 28px;
	color: red;
	display: inline-block;
	padding: 12px 0 6px 0
}

.slider-box dt span.active {
	color: #ff9833
}

.slider-box dd {
	position: absolute;
	left: 1px;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 210px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ececec;
	-webkit-box-shadow: 0 0 10px 0 rgba(47, 47, 47, .2);
	-moz-box-shadow: 0 0 10px 0 rgba(47, 47, 47, .2);
	box-shadow: 0 0 10px 0 rgba(47, 47, 47, .2)
}

.slider-box dd span.icon-close-1 {
	position: absolute;
	right: 10px;
	top: 7px;
	font-size: 20px;
	color: #ccc;
	cursor: pointer
}

.slider-box dd img.arrow {
	position: absolute;
	top: 22px;
	right: -9px
}

.slider-box dd p.content {
	margin: 12px 0 18px 0;
	font-size: 12px;
	color: #5a5a5a
}

.slider-box dd button {
	width: 112px;
	height: 30px;
	background-color: red;
	font-size: 10px;
	color: #fff;
	outline: 0;
	border: none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px
}

.slider-box dd button:hover {
	background-color: #b60b0b
}

.slider-box dd p.wx {
	vertical-align: middle;
	margin-top: 13px
}

.slider-box dd#signBox {
	display: none;
}

.slider-box .server-lines {
	left: 1px;
	width: 150px;
	text-align: left;
	padding: 0 13px;
	font-size: 12px;
	color: #5a5a5a
}

.slider-box .server-lines strong {
	border-left: 3px solid #ff000;
	padding-left: 4px
}

.slider-box .server-lines p {
	line-height: 200%;
	border-bottom: 1px solid #e3e3e3;
	margin-top: 10px;
	padding-bottom: 10px;
	font-family: "arial "
}

.slider-box .server-lines p.reading {
	border-bottom: none
}

.slider-box .net-weixin {
	width: 150px;
	height: 150px;
	display: none;
	left: 1px
}

.slider-box #signBox span,
.slider-box .net-weixin span,
.slider-box .server-lines span {
	position: absolute;
	right: -15px;
	height: 100%;
	width: 14px
}

.footer-common {
	background-color: #3b3b3b
}

.footer-common {
	background-color: #3b3b3b
}

.footer-common .links {
	width: 1180px;
	margin: 0 auto;
	padding: 15px 0 15px 100px;
	color: #f7f7f7;
	font-size: 12px;
	zoom: 1;
	overflow: hidden;
}

.footer-common .links dl {
	width: 45%;
	float: left
}

.footer-common .links dl dt {
	color: #f7f7f7;
	border-left: 4px solid #f27022;
	padding-left: 6px
}

.footer-common .links dl dd {
	margin-top: 20px;
	color: #5e5e5e
}

.footer-common .links a {
	padding: 0 8px;
	font-size: 12px;
	color: #bababa;
}

.footer-common .links dl a:first-child {
	padding: 0 8px 0 0
}

.footer-common .links a:hover {
	color: #f27022
}

.footer-common .copyright {
	background: #000;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 45px 0
}

.footer-common .copyright a {
	color: #fff
}

.footer-common .copyright a:hover {
	color: #f27022
}

.footer-common .copyright p {
	line-height: 240%
}

.footer-common .copyright img {
	vertical-align: middle
}

.footer-common .copyright .emblem {
	margin-right: 5px
}

.footer-common .copyright span {
	vertical-align: middle
}

.footer-common .copyright .certificate a {
	margin: 0 8px;
	font-size: 0;
	display: inline-block;
	vertical-align: middle
}

.none-content {
	width: 100%;
	text-align: center;
	padding: 60px 0 260px 0;
	font-size: 16px;
	color: #777
}

.none-content .iconfont {
	font-size: 36px;
	margin-right: 10px;
	vertical-align: middle
}

.college-accredit-box {
	width: 1200px;
	margin: 0 auto
}

.college-accredit-box .service-left-nav {
	float: left;
	width: 181px;
	padding-top: 20px;
	background: #fff;
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 12px rgba(0, 0, 0, .1)
}

.college-accredit-box .service-left-nav dl {
	margin-bottom: 39px
}

.college-accredit-box .service-left-nav dt {
	font-size: 13px;
	color: #313131;
	font-weight: 700;
	text-indent: 15px
}

.college-accredit-box .service-left-nav dt span {
	font-size: 18px;
	color: #fe9b00;
	margin-right: 3px
}

.college-accredit-box .service-left-nav dd {
	margin-top: 19px;
	text-indent: 36px;
	font-size: 12px;
	line-height: 25px
}

.college-accredit-box .service-left-nav dd a {
	color: #777
}

.college-accredit-box .service-left-nav dd a.active {
	color: #fe9b00
}

.college-accredit-box .center-content {
	width: 984px
}

.college-accredit-box .center-content .common-tap-header {
	width: 100%
}

.college-accredit-box .center-content .common-tap-header .tap {
	width: 100%;
	height: 53px;
	background-color: #f8f8f6
}

.college-accredit-box .center-content .common-tap-header .tap a.type {
	display: inline-block;
	height: 49px;
	line-height: 49px;
	width: 148px;
	text-align: center;
	font-size: 13px;
	color: #313131;
	background-color: #fff;
	border-top: 4px solid #fe9b00
}

.college-accredit-box .center-content .common-tap-header .tap em.reQuery {
	float: right;
	line-height: 53px;
	margin-right: 38px;
	font-size: 13px
}

.college-accredit-box .center-content .common-tap-header .tap em.reQuery a,
.college-accredit-box .center-content .common-tap-header .tap em.reQuery span {
	vertical-align: middle
}

.college-accredit-box .center-content .new-title {
	border-bottom: 2px solid #efefef;
	text-align: center;
	padding: 40px 0 20px 0;
	line-height: 200%
}

.college-accredit-box .center-content .new-title h2 {
	font-size: 25px;
	color: #000;
	margin-bottom: 15px
}

.college-accredit-box .center-content .new-title span {
	color: #9b9b9b
}

.college-accredit-box .center-content .new-title span .icon-eye {
	font-size: 17px;
	vertical-align: middle
}

.college-accredit-box .center-content .new-title span .icon-time-wise {
	font-size: 13px;
	vertical-align: middle
}

.college-accredit-box .center-content .new-more {
	width: 845px;
	float: left;
	color: #3d3d3d;
	font-size: 16px;
	line-height: 35px;
	background-color: #fff;
	padding: 0 25px;
}

.college-accredit-box .center-content .new-more p {
	font-size: 16px
}

.college-accredit-box .center-content .new-more img {
	max-width: 100%
}

.college-accredit-box .center-content .new-more .tag {
	font-size: 12px;
	color: #9b9b9b;
	border-top: 2px solid #efefef;
	padding: 6px 0;
	margin: 25px 0
}

.college-accredit-box .center-content .new-more .tag  a{
	padding: 2px 4px;
	border-radius: 6px;
	background: #fff;
	color: #b5b5b5;
	border: 1px solid #b5b5b5;
	text-align: center;
	margin-left: 12px;
	display: inline-block;
	line-height: 20px;
	height: 20px;
}
.college-accredit-box .center-content .new-more .server-content p a{
	color: #f20d0d;
}
.college-accredit-box .center-content .new-more .server-content p a span{
	color: #3d3d3d;
}
.college-accredit-box .center-content .new-more .server-content p a p{
	color: #3d3d3d;
}
.college-accredit-box .center-content .new-more .server-content p a div{
	color: #3d3d3d;
}
.college-accredit-box .center-content .new-more .server-content p a b{
	color: #3d3d3d;
}

.college-accredit-box .center-content .new-more .tag a:hover{border: 1px solid #fe9b00;color: #fe9b00;}
.college-accredit-box .center-content .link-more {
	clear: both;
	padding: 25px 0;
}

.college-accredit-box .center-content .link-more p {
	font-size: 14px;
	color: #3d3d3d;
	text-align: left
}

.college-accredit-box .link-more p a:hover {
	color: #fe9b00
}

.college-accredit-box .center-content .link-more span {
	color: #a9a9a9
}

.college-accredit-box .mar20 {
	margin-top: 20px
}

.college-accredit-box .hot-article {
	width: 290px;
	float: right
}

.college-accredit-box .hot-article .hotBox {
	position: relative;
	background: #fff;
	padding-bottom: 15px;
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 12px rgba(0, 0, 0, .1)
}

.college-accredit-box .hot-article h3 {
	color: #353535;
	font-size: 15px;
	border-left: 3px solid #fe9b00;
	margin: 15px 5px 10px 8px;
	padding-left: 8px;
	display: inline-block;
	font-weight: 400
}

.hotBox img.loading {
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -63px;
	margin-left: -84px
}

.college-accredit-box .hot-article .guanggao {
	position: relative;
	background: #fff;
	margin-top: 15px;
}

.guanggao img.loading {
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -63px;
	margin-left: -84px
}

.hotSubject {
	min-height: 300px
}

.hotSubject img.loading {
	margin-top: -43px
}

.college-accredit-box .hot-article .article-list li {
	line-height: 260%;
	margin-left: 25px;
	list-style-type: disc;
}

.hot-article .article-list li a{
	display: inline-block;
	width: 90%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.article-list li a:hover {
	color: #fe9b00
}

.college-accredit-box .hot-article .aw_hot_student_mien {
	position: relative;
	min-height: 185px
}

.college-accredit-box .hot-article .aw_hot_student_mien img.loading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -43px;
	margin-left: -84px
}

.college-accredit-box .hot-article dl {
	padding: 4px 0;
	margin: 0 0 0 12px;
	zoom: 1;
	overflow: hidden
}

.college-accredit-box .hot-article dl dt {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	width: 104px
}

.college-accredit-box .hot-article dl dt img {
	width: 102px;
	height: 76px
}

.college-accredit-box .hot-article dl dd {
	width: 160px;
	vertical-align: middle;
	display: inline-block;
	color: #8d8d8d
}

.college-accredit-box .hot-article dl dd strong {
	font-weight: 400;
	font-size: 14px;
	color: #3d3d3d;
	margin-bottom: 6px;
	display: block
}

.college-accredit-box .hot-article dl dd strong:hover {
	color: #fe9b00;
}

.college-accredit-box .hot-article dl dd i {
	font-size: 10px;
	margin-right: 5px;
	color: #c3c3c3
}

.college-accredit-box .hot-article dl:last-child {
	border-bottom: none
}

.college-accredit-box .hot-article #timeLine {
	width: 300px;
	overflow: hidden
}

.college-accredit-box .hot-article #cList {
	width: 100%;
	position: relative
}

.college-accredit-box .hot-article #btnLeft {
	display: none;
	width: 50px;
	height: 130px;
	/* display: inline-block; */
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -65px;
	text-decoration: none;
	color: #e3e3e3;
	font-size: 35px;
	text-align: center;
	line-height: 120px;
	background: rgba(0, 0, 0, 0)
}

.college-accredit-box .hot-article #btnRight {
	display: none;
	width: 50px;
	height: 130px;
	/* display: inline-block; */
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -65px;
	text-decoration: none;
	color: #e3e3e3;
	font-size: 35px;
	text-align: center;
	line-height: 120px;
	background: rgba(0, 0, 0, 0)
}

.college-accredit-box .hot-article:hover #btnLeft,
.college-accredit-box .hot-article:hover #btnRight {
	display: block;
} 

.college-accredit-box .hot-article #btnLeft:hover,
.college-accredit-box .hot-article #btnRight:hover {
	color: #fe9b00
}

.college-accredit-box .hot-article #cUl {
	width: 260px;
	list-style: none;
	height: 230px;
	margin: 0 auto;
	position: relative;
	left: 0
}

.college-accredit-box .hot-article .container-li {
	width: 100%;
	text-align: center;
	padding-top: 5px
}

.college-accredit-box .hot-article .container-li strong {
	display: block;
	font-size: 15px;
	padding: 5px 0 15px 0;
	color: #464646;
	font-weight: 400
}

.college-accredit-box .hot-article .container-li span {
	border: 1px solid #fe9b00;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 3px 10px;
	color: #fe9b00;
	margin-right: 6px
}

.college-accredit-box .hot-article .container-li a.btn {
	display: inline-block;
	width: 150px;
	height: 30px;
	line-height: 30px;
	background: #fb6135;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border: 0;
	margin: 25px 0 10px 0
}

.college-accredit-box .container-li a.btn:hover {
	background-color: #fc9071!important
}

.server-content {
	min-height: 845px;
	padding-top: 20px;
}

.college-accredit-box .hot-article dl dt {
	display: inline-block;
	vertical-align: middle
}

.college-accredit-box .hot-article dl dd {
	display: inline-block;
	vertical-align: middle
}

.a_active {
	border-bottom: 4px solid #fe9b00;
	padding-bottom: 6px
}

.aw_hove_color {
	color: #fe9b00
}

.aw_hide {
	display: none
}

.mask {
	width: 100%;
	border: none;
	position: fixed;
	top: 3px;
	left: 0;
	height: 50px;
	background-color: #f8f8f6
}

.input_content {
	color: grey
}
.input_toggle {
	border: red solid 1px!important
}

.major-box .master {
	position: fixed;
	top: 1px;
	left: 0;
	width: 100%;
	height: 49px;
	line-height: 49px;
	background-color: #f8f8f6
}

.major-box .property .tap-box .tap-common .select-list a:hover {
	border-color: #fe9b00
}

.aw_exam_graduation {
	display: none
}

.navbar-common .city-name .select-area_1 {
	position: absolute;
	z-index: 100;
	top: 39px;
	left: -10px
}

.navbar-common .city-name .select-area_1 {
	width: 468px;
	min-height: 218px;
	line-height: normal;
	padding: 20px 19px;
	text-align: left;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: -5px 2px 16px #999;
	-moz-box-shadow: -5px 2px 16px #999;
	box-shadow: -5px 2px 16px #999
}

.navbar-common .city-name .select-area_1 .icon-close {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 25px;
	cursor: pointer;
	color: #8f8f8f
}

.navbar-common .city-name .select-area_1 .icon-triang-up {
	position: absolute;
	left: 8%;
	top: -11px;
	color: #fff
}

@media \0screen {
	.navbar-common .city-name .select-area .icon-triang-up {
		color: #dbdbdb
	}
}

.navbar-common .city-name .area-tap_1 {
	padding-bottom: 12px;
	border-bottom: 1px solid #e5e5e5
}

.navbar-common .city-name .area-tap_1 span {
	padding: 0 10px 10px 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid transparent
}

.navbar-common .city-name .area-tap_1 span.active {
	border-bottom: 3px solid #fe9b00
}

.navbar-common .city-name .area-tap_1 span.active a {
	color: #fe9b00
}

.navbar-common .city-name .area-tap_1 a {
	font-size: 12px;
	color: #0e0e0e
}

.navbar-common .city-name .area-tap_1 span.active em {
	color: #fe9b00
}

.navbar-common .city-name .area-tap_1 em {
	font-size: 12px;
	color: #0e0e0e
}

.navbar-common .city-name .area-list_1 {
	font-size: 0
}

.navbar-common .city-name .area-list_1 table {
	width: 100%
}

.navbar-common .city-name .area-list_1 .name {
	width: 23px;
	padding-top: 20px;
	font-size: 12px;
	vertical-align: top;
	color: #8f8f8f
}

.navbar-common .city-name .area-list_1 a,
.navbar-common .city-name .area-list_1 i {
	margin-top: 14px;
	display: inline-block;
	width: 58px;
	height: 25px;
	padding: 0 8px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	color: #484848;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.navbar-common .city-name .area-list_1 a.active,
.navbar-common .city-name .area-list_1 i.active {
	color: #fff;
	background-color: #fe9b00
}

.navbar-common .city-name .area-list_1 .hot .name {
	display: none
}

.navbar-common .city-name .area-list_1 .hot a {
	padding: 0 10px
}

.navbar-common .type a {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 10px 0 13px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #fff;
	color: #fe7800;
	margin-bottom: 3px
}

.navbar-common .type a .icon-close {
	margin-left: 7px
}

.navbar-common .flt {
	float: left
}

.navbar-common .frt {
	float: right
}

.navbar-common .del {
	padding-right: 26px
}

.navbar-common .del a {
	font-size: 12px
}

.header-common .logo .area strong {
	font-size: 16px;
	color: #000;
	font-weight: 400
}

.header-common .logo .area span {
	color: #bdbdbd
}

.header-common .logo .select-area {
	width: 468px;
	min-height: 218px;
	line-height: normal;
	padding: 20px 19px;
	text-align: left;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: -5px 2px 16px #999;
	-moz-box-shadow: -5px 2px 16px #999;
	box-shadow: -5px 2px 16px #999
}

.header-common .logo .select-area .icon-close {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 25px;
	cursor: pointer;
	color: #8f8f8f
}

.header-common .logo .select-area .icon-triang-up {
	position: absolute;
	left: 8%;
	top: -11px;
	color: #fff
}

@media \0screen {
	.header-common .logo .select-area .icon-triang-up {
		color: #dbdbdb
	}
}

.header-common .logo .area-tap_1 {
	padding-bottom: 12px;
	border-bottom: 1px solid #e5e5e5
}

.header-common .logo .area-tap_1 span {
	padding: 0 10px 10px 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid transparent
}

.header-common .logo .area-tap_1 span.active {
	border-bottom: 3px solid #fe9b00
}

.header-common .logo .area-tap_1 span.active a {
	color: #fe9b00
}

.header-common .logo .area-tap_1 a {
	font-size: 12px;
	color: #0e0e0e
}

.header-common .logo .area-list_1 {
	font-size: 0
}

.header-common .logo .area-list_1 table {
	width: 100%
}

.header-common .logo .area-list_1 .name {
	width: 23px;
	padding-top: 20px;
	font-size: 12px;
	vertical-align: top;
	color: #8f8f8f
}

.header-common .logo .area-list_1 a {
	margin-top: 14px;
	display: inline-block;
	width: 58px;
	height: 25px;
	padding: 0 8px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	color: #484848;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.header-common .logo .area-list_1 a.active {
	color: #fff;
	background-color: #fe9b00
}

.major-box .property .tap-box .tap-common .select-list a:hover {
	color: red
}

.header-common .status-login {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px
}

.header-common .login-status {
	font-size: 12px;
	cursor: pointer;
	display: none
}

.header-common .login-status i {
	color: #fe9b00
}

.header-common .login-status p {
	position: absolute;
	top: 32px;
	z-index: 1000;
	width: 97px;
	padding: 20px 0 0 0;
	font-size: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #cbcbcb;
	-webkit-box-shadow: 0 1px 7px 0 #cbcbcb;
	-moz-box-shadow: 0 1px 7px 0 #cbcbcb;
	box-shadow: 0 1px 7px 0 #cbcbcb;
	display: none
}

.header-common .login-status span.tra-out {
	position: absolute;
	top: -9px;
	left: 18px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #cbcbcb
}

.header-common .login-status span.tra-inner {
	position: absolute;
	top: -8px;
	left: 18px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 9px solid #fff
}

.header-common .login-status span.fill-cir {
	position: absolute;
	left: 0;
	top: -19px;
	z-index: 1000;
	height: 18px;
	width: 100%;
	background-color: transparent
}

.header-common .login-status a,
.header-common .login-status span {
	display: block;
	margin-bottom: 22px;
	color: #000;
	cursor: pointer
}

.header-common .login-status a.active {
	color: #fe9b00
}

.header-common .login-status a:hover {
	color: #fe9b00
}

.header-common .login-status span:hover {
	color: #fe9b00
}

.header-common .login-status:hover p {
	display: block
}

.header-common .login-opt {
	font-size: 14px;
	cursor: pointer;
	display: none
}

.header-common .login-opt:hover {
	color: #fe9b00
}

/* 弹窗公共动画--开始*/
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.7);
         transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.7);
       transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
         -o-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: bounceIn;
     -moz-animation-name: bounceIn;
       -o-animation-name: bounceIn;
          animation-name: bounceIn;
}

.com-masker {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .5)
}

@media \0screen {
	.com-masker {
		background-color: #000;
		filter: Alpha(opacity=50)
	}
}

.login-container .box {
	position: fixed;
	z-index: 10000;
	left: 50%;
	top: 50%;
	margin-left: -182px;
	margin-top: -215px;
	width: 395px;
	padding-bottom: 34px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	text-align: center
}

.login-container .box i.close {
	position: absolute;
	right: 6px;
	top: 6px;
	font-size: 28px;
	color: #d0d0d0;
	cursor: pointer
}

.login-container dl {
	padding-top: 23px;
	margin-bottom: 23px
}

.login-container dd.title {
	font-size: 18px;
	color: #3f3f3f
}

.login-container p.login-error {
	width: 286px;
	height: 20px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	color: #db0000;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.login-container button.regist {
	width: 286px;
	height: 43px;
	margin-top: 10px;
	background-color: #f04f00;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	cursor: pointer
}

.login-container button.regist:hover {
	background-color: #fc9071
}

.login-container button.disabled {
	background-color: #ff6b23!important
}

.login-container {
	display: none
}

.login-container p.warm {
	margin-top: 19px;
	font-size: 13px
}
.login-container p.warm input{
	 height: 15px;
     width: 15px;
     vertical-align: middle;
}
.login-container p.warm i{
     vertical-align: middle;
}
.login-container p.warm a {
	color: #1e90ff;
	vertical-align: middle;
}

.com-form div {
	display: inline-block;
	border: 1px solid #c2c2c2;
	width: 286px;
	height: 41px;
	text-align: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	white-space: nowrap;
	font-size: 0
}

.com-form input.img-code {
	width: 170px
}

.com-form button.getcode {
	width: 81px;
	height: 25px;
	font-size: 12px;
	background-color: #ececec;
	border: none;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #3d3d3d
}

.com-form input {
	border: none;
	outline: 0;
	text-indent: 8px;
	line-height: 41px;
	font-size: 12px;
	color: #bcbcbc
}

.com-form p.error {
	height: 20px;
	width: 286px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	color: #db0000
}

.com-form button.getcode,
.com-form i.con,
.com-form img.valid,
.com-form input {
	vertical-align: middle
}

.com-form img.valid {
	cursor: pointer
}

.com-form i.con {
	margin: 0 0 0 13px;
	font-size: 20px;
	color: #c5c5c5
}

.com-form input {
	height: 100%;
	border: none;
	outline: 0;
	text-indent: 8px;
	line-height: 41px;
	font-size: 12px;
	color: #bcbcbc
}

.com-form input.phone {
	width: 250px
}

.com-form input.img-code {
	width: 170px
}

.com-form i.con {
	margin: 0 0 0 13px;
	font-size: 20px;
	color: #c5c5c5
}

.com-form input.code {
	width: 163px
}

.com-form input.focus {
	font-size: 12px!important;
	color: #3f3f3f!important
}

.header-common {
	width: 1180px;
	margin: 0 auto;
	height: 100px;
	position: relative
}

.header-common .logo {font-size:0;
	float: left;
	padding-top: 7px
}

.header-common .logo .area {
	float: right;
	color: #b8b8b8;
	font-size: 12px;
	text-align: left;
	padding-top: 10px;
	cursor: pointer
}

.header-common .logo .area {
	float: right;
	color: #b8b8b8;
	font-size: 12px;
	text-align: left;
	padding-top: 25px;
	margin-left:10px;
}

.header-common .logo .area strong {
	font-size: 16px;
	color: #000;
	font-weight: 400
}

.header-common .logo .area span {
	color: #bdbdbd
}

.header-common .logo .select-area {
	position: absolute;
	z-index: 100;
	top: 50px;
	left: 195px
}

.header-common .logo .select-area {
	width: 468px;
	min-height: 218px;
	line-height: normal;
	padding: 20px 19px;
	text-align: left;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: -5px 2px 16px #999;
	-moz-box-shadow: -5px 2px 16px #999;
	box-shadow: -5px 2px 16px #999
}

.header-common .logo .select-area .icon-close {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 25px;
	cursor: pointer;
	color: #8f8f8f
}

.header-common .logo .select-area .icon-triang-up {
	position: absolute;
	left: 8%;
	top: -11px;
	color: #fff
}

@media \0screen {
	.header-common .logo .select-area .icon-triang-up {
		color: #dbdbdb
	}
}

.header-common .logo .area-tap {
	padding-bottom: 12px;
	border-bottom: 1px solid #e5e5e5
}

.header-common .logo .area-tap span {
	padding: 0 10px 10px 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid transparent
}

.header-common .logo .area-tap span.active {
	border-bottom: 3px solid #fe9b00
}

.header-common .logo .area-tap span.active i {
	cursor: pointer;
	color: #fe9b00
}

.header-common .logo .area-tap i {
	font-size: 12px;
	cursor: pointer;
	color: #0e0e0e
}

.header-common .logo .area-list {
	font-size: 0
}

.header-common .logo .area-list table {
	width: 100%
}

.header-common .logo .area-list .name {
	width: 23px;
	padding-top: 20px;
	font-size: 12px;
	vertical-align: top;
	color: #8f8f8f
}

.header-common .logo .area-list i {
	margin-top: 14px;
	display: inline-block;
	width: 58px;
	height: 25px;
	padding: 0 8px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	color: #484848;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.header-common .logo .area-list i.active {
	color: #fff;
	background-color: #fe9b00
}

.header-common .logo .area-list .hot .name {
	display: none
}

.header-common .logo .area-list .hot a {
	padding: 0 10px
}

.header-common .search-snav-list {
	position: absolute;
	top: 50%;
	left: 354px;
	margin-top: -10px;
	font-size: 14px;
	color: #000;
	width: 500px
}

.header-common .search-snav-list li {
	float: left;
	margin: 0 46px 0 0
}

.header-common .search-snav-list li a {
	color: #000;
	text-decoration: none
}

.header-common .search-snav-list li a:hover {
	padding-bottom: 6px;
	color: #fe9b00
}

.header-common .search-snav-list li .a_active {
	border-bottom: 4px solid #fe9b00;
	color: #000
}

.header-common .head-main-form {
	position: absolute;
	right: 135px;
	top: 50%;
	margin-top: -19px;
	width: 253px;
	height: 38px;
	font-size: 0;
	border: 1px solid #c7c7c7;
  	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
     border-radius: 20px;
  	 overflow: hidden;
}

.header-common .head-main-form input {
	width: 190px;
	height: 38px;
	line-height: 38px;
	margin-left:20px;
	font-size: 12px;
	border: none;
	color: #b8b8b8;
}

.header-common .head-main-form span {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
	font-size: 20px;
	cursor: pointer
}

.header-common .head-main-form-focus {
	border-color: #fe9b00 !important;
}

.error-close {
	position: fixed;
	z-index: 10000;
	bottom: 8%;
	left: 50%;
	display: none;
	padding: 18px;
	text-align: center;
	color: #000;
	font-size: 16px;
	background: #fff6e6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	max-width: 900px;
	border: 3px solid #fff;
	height: 30px;
	white-space: nowrap;
	-webkit-box-shadow: 0 0 13px 0 rgba(47, 47, 47, .19);
	-moz-box-shadow: 0 0 13px 0 rgba(47, 47, 47, .19);
	box-shadow: 0 0 13px 0 rgba(47, 47, 47, .19);
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.error-close .iconfont {
	font-size: 30px;
	position: relative;
	color: #fe9b00;
	left: 0;
	top: 5px;
	padding-right: 10px
}

.relevance {
	padding: 10px 0 20px 0;
	zoom: 1;
	overflow: hidden;
}

.relevance h4 {
	color: #5d5d5d;
	border-bottom: 2px solid #efefef;
	padding: 8px 0 4px 0;
	margin-bottom: 5px;
	font-size: 14px;
}

.relevance li {
	float: left;
	width: 255px;
	font-size: 12px;
	list-style-type: disc;
 line-height: 100%;
 padding: 6px 0;
	 margin-left: 15px;
}

.relevance li a {
	color: #6a6a6a;
	display: inline-block;
	width: 98%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.relevance a:hover {
	color: #fe9b00;
}
#zhichiBtnBox{
	z-index: -1 !important;
  height: 0 !important;
  width: 0 !important;
}
.ad-infor{
	margin-top: 40px;
	width: 100%;
	height: 200px;
}
.ad-infor a{
	font-size: 0;
	display: block;
	height: 100%;
	width: 100%;
}
.ad-infor a img{
	height: 100%;
	width: 100%;
}
.active-model {
    display: none;
}
.active-model .active-content {
    position: fixed;
    z-index: 10000;
    left: 50%;
    top: 50%;
}
 .active-model .active-content  .iconfont {
    position: absolute;
    right: -35px;
    top:-40px;
    color: #ECECEC;
    font-size: 25px;
    z-index: 999;
    cursor: pointer;
}
 .active-model .active-content a{
 	display: block;
 }
  .active-model .active-content img{
  	 max-width: 100%;
  }
