body,
html {
  font: 12px/1.5 Helvetica, "微软雅黑", "Microsoft YaHei";
  *overflow-x: hidden;
  *font-family: "Microsoft YaHei";
  background: #e9eaec;
}
.header {
  color: #2e3033;
  background: #fff;
  font-size: 14px;
  height: 60px;
  width: auto;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  min-width: 1200px;
  position: relative;
  z-index: 6;
  background: url(../images/header-bg.png) repeat;
}
.header .header-box {
  width: 1200px;
  margin: 0 auto;
  background: url(../images/header-box-bg.png) no-repeat;
}
.header .header-box:before,
.header .header-box:after {
  content: " ";
  display: table;
}
.header .header-box:after {
  clear: both;
}
.header .header-box .stuinfo .ico-user {
  margin-left: 5px;
  margin-right: 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  vertical-align: middle;
}
.header .header-box .stuinfo span {
  color: #ffc98f;
  width: 25px;
}
.header .header-box .hotline {
  margin-left: 0;
  margin-right: 110px;
  color: #ffad54;
}
.header .header-box .hotline .tit {
  font-size: 12px;
  margin-left: 0;
  margin-right: 10px;
}
.header .header-box .hotline .tit em {
  vertical-align: text-bottom;
  margin-left: 0;
  margin-right: 6px;
}
.header .header-box .category .dropdown .dropdown-menu li {
  padding-left: 15px;
  padding-right: 15px;
}
.header .header-box .category .dropdown .dropdown-menu li a {
  padding-left: 0;
  padding-right: 6px;
}
.header .header-box div {
  display: inline-block;
  float: right;
  line-height: 60px;
}
.header .header-box div.dropdown {
  position: relative;
}
.header .header-box div.dropdown:before,
.header .header-box div.dropdown:after {
  content: " ";
  display: table;
}
.header .header-box div.dropdown:after {
  clear: both;
}
.header .header-box div.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  margin-top: 60px;
  *position: relative;
  *margin-top: -3px;
  right: 0px;
  background: #fff;
  border: 1px solid #e9eaec;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.header .header-box div.dropdown .dropdown-menu .icon-trangle {
  position: absolute;
  top: -8px;
  right: 20px;
}
.header .header-box div.dropdown .dropdown-menu li {
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}
.header .header-box div.dropdown .dropdown-menu li:before,
.header .header-box div.dropdown .dropdown-menu li:after {
  content: " ";
  display: table;
}
.header .header-box div.dropdown .dropdown-menu li:after {
  clear: both;
}
.header .header-box div.dropdown .dropdown-menu li a {
  border-bottom: 1px solid #e9eaec;
  display: inline-block;
  width: 100%;
}
.header .header-box div.dropdown .dropdown-menu li a .chapter-name {
  width: 208px;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Opera */
  overflow: hidden;
  white-space: nowrap;
  margin-left: 10px;
  margin-right: 5px;
}
.header .header-box div.dropdown .dropdown-menu li a > span {
  display: inline-block;
  vertical-align: middle;
}
.header .header-box div.dropdown .dropdown-menu li:last-child a {
  border-bottom: none;
}
.header .header-box div.dropdown .dropdown-menu li:hover {
  background: #f5f5f5;
  cursor: pointer;
}
.header .header-box div.dropdown .dropdown-menu li:hover a {
  color: #178fe6;
  display: inline-block;
}
.header .header-box div > a {
  float: right;
  *float: none;
}
.header .header-box div > a strong {
  font-weight: normal;
}
.header .header-box div:hover > a {
  float: right;
  *float: none;
}
.header .header-box .logo {
  width: 203px;
  height: 60px;
  float: left;
}

.header .header-box .logo > img {
  width: 85px;
  height: 22px;
  margin-top: 20px;
  margin-left: 10px;
}

.header .header-box .category {
  float: left;
}
.header .header-box .category .title {
  color: #a5a5a5;
  font-size: 14px;
  margin-left: 45px;
  margin-right: 12px;
  float: left;
}
.header .header-box .category .dropdown {
  *float: left;
}
.header .header-box .category .dropdown .dropdown-menu {
  *margin-top: 60px;
}
.header .header-box .category .dropdown > a {
  float: left;
}
.header .header-box .category .dropdown > a em {
  margin-left: 8px;
  margin-right: 0;
}
.header .header-box .record {
  margin-left: 0;
  margin-right: 45px;
}
.header .header-box .record .perarea {
  width: 40px;
  height: 41px;
}
.header .header-box .record .percent {
  font-family: "Microsoft YaHei";
  font-style: normal;
  display: inline-block;
  color: #a5a5a5;
}
.header .header-box .record em {
  margin-left: 8px;
  margin-right: 0;
}
.header a {
  text-decoration: none;
  display: inline-block;
  color: #2e3033;
}
.header em {
  display: inline-block;
  vertical-align: middle;
}
.footer {
  width: auto;
  height: 210px;
  min-width: 1200px;
  background: #70747c;
  color: #d8d8d8;
  font-size: 12px;
  position: relative;
}
.footer:before,
.footer:after {
  content: " ";
  display: table;
}
.footer:after {
  clear: both;
}
.footer .footer-con {
  position: relative;
  width: 1060px;
  padding-top: 30px;
  padding-bottom: 0;
  padding-left: 28px;
  padding-right: 0;
  height: 157px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer .footer-con .info-part1 {
  display: inline-block;
}
.footer .footer-con .info-part1 .f-logo {
  background: url(../images/footer-logo.png) no-repeat;
  height: 48px;
  width: 120px;
  background-size: cover;
}
.footer .footer-con .info-part1 .f-service {
  margin-top: 26px;
  margin-bottom: 26px;
}
.footer .footer-con .info-part1 .f-service a {
  color: #fff;
}
.footer .footer-con .info-part1 .f-service span {
  margin-left: 10px;
  margin-right: 10px;
}
.footer .footer-con .info-part1 .f-cooperation span {
  margin-left: 0;
  margin-right: 25px;
}
.footer .footer-con .info-part1 .f-cooperation a {
  display: inline-block;
  margin-left: 0;
  margin-right: 25px;
}
.footer .footer-con .info-part2 {
  margin-left: 90px;
  margin-right: 80px;
  display: inline-block;
  margin-top: -40px;
}
.footer .footer-con .info-part2 p {
  color: #b4b6ba;
}
.footer .footer-con .info-part2 .hotline {
  color: #ffad54;
  font-size: 22px;
}
.footer .footer-con .info-part2 .online-service {
  border: 1px solid #ffad54;
  color: #ffad54;
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  text-decoration: none;
}
.footer .footer-con .info-part2 .online-service:hover {
  text-decoration: none;
  background: #ffad54;
  color: #70747c;
}
.footer .footer-con .info-part2 .online-service:hover em {
  background: url(../images/footer/hot-line-gray.png) no-repeat;
}
.footer .footer-con .info-part2 .online-service em {
  display: inline-block;
  margin-left: 0;
  margin-right: 5px;
  vertical-align: middle;
}
.footer .footer-con .info-part3 {
  display: inline-block;
  float: end;
}
.footer .footer-con .info-part3 .erwms .erwm {
  background: url(../images/mainSiteWeiXin.png);
  width: 90px;
  height: 90px;
  position: relative;
  background-size: contain;
}
/* .footer .footer-con .info-part3 .erwms .erwm.sf-erwm {
  background-position: 0 -375px;
}
.footer .footer-con .info-part3 .erwms .erwm.ys-erwm {
  background-position: 0 -282px;
}
.footer .footer-con .info-part3 .erwms .erwm.zk-erwm {
  background-position: 0 0;
}
.footer .footer-con .info-part3 .erwms .erwm.yj-erwm {
  background-position: 0 -93px;
}
.footer .footer-con .info-part3 .erwms .erwm.erj-erwm {
  background-position: 0 -187px;
} */
.footer .footer-con .info-part3 .erwms p {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
  color: #b4b6ba;
  margin-right: 0;
}
.footer a {
  color: #d8d8d8;
  text-decoration: none;
  font-size: 12px;
}
.footer a:hover {
  text-decoration: underline;
}
.footer-bottom {
  width: 100%;
  min-width: 1112px;
  background: #62676f;
}
.footer-bottom .con-bottom {
  height: 32px;
  line-height: 32px;
  color: #919399;
  text-align: left;
  width: 1060px;
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 0;
}
.footer-bottom .con-bottom a {
  color: #919399;
}
.footer-bottom .con-bottom a:hover {
  text-decoration: none;
}
.uc-main {
  width: 1194px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 14px;
}
.uc-main:before,
.uc-main:after {
  content: " ";
  display: table;
}
.uc-main:after {
  clear: both;
}
.uc-main .left {
  float: left;
}
.uc-main .left:before,
.uc-main .left:after {
  content: " ";
  display: table;
}
.uc-main .left:after {
  clear: both;
}
.uc-main .left .side-ul > li {
  position: relative;
  width: 62px;
  height: 62px;
  font-size: 12px;
  background: #fff;
  -webkit-box-shadow: 0 0 2px 0 #cbcbcb;
  -moz-box-shadow: 0 0 2px 0 #cbcbcb;
  box-shadow: 0 0 2px 0 #cbcbcb;
  text-align: center;
  border-bottom: 1px solid #f4f4f4;
}
.uc-main .left .side-ul > li > a {
  text-decoration: none;
  color: #8b9aa7;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 42px;
  display: block;
}
.uc-main .left .side-ul > li:hover {
  background: #eee;
  cursor: pointer;
}
.uc-main .left .side-ul > li.active {
  background: #178fe6;
}
.uc-main .left .side-ul > li.active a {
  color: #fff;
}
.uc-main .left .side-ul > .side-tab-study.active {
  background: linear-gradient(135deg, #686868 0%, #292424 100%);
}
.uc-main .left .side-ul > li.choose a {
  text-decoration: none;
  color: #8b9aa7;
}
.uc-main .left .side-ul > li .question-num {
  position: absolute;
  z-index: 2;
  color: #fff;
  right: 2px;
  top: 2px;
  text-align: center;
  font-style: normal;
}
.uc-main .left .side-ul .dropdown-left {
  zoom: 1;
  z-index: 199;
  position: relative;
}
.uc-main .left .side-ul .dropdown-left .dropdown-menu {
  position: absolute;
  top: 0;
  left: 62px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #f1f1f1;
  display: none;
  background: #fff;
}
.uc-main .left .side-ul .dropdown-left .dropdown-menu .icon-l-trangle {
  position: absolute;
  top: 24px;
  left: -8px;
}
.uc-main .left .side-ul .dropdown-left .dropdown-menu li {
  height: 32px;
  width: auto;
  line-height: 32px;
  box-shadow: none;
  border-bottom: 1px solid #f9f7f7;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  white-space: nowrap;
}
.uc-main .left .side-ul .dropdown-left .dropdown-menu li:hover {
  background: #fff;
}
.uc-main .left .side-ul .dropdown-left .dropdown-menu li a:hover {
  text-decoration: underline;
  color: #08C;
}
.uc-main .left em {
  display: block;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 8px;
}
.uc-main .left .side-tab-study em {
  height: 24px;
  margin-bottom: 4px;
  background-image: url(../images/diamond.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.uc-main .right {
  display: inline-block;
}
/*
  *底部链接 联系我们，移动客户端的页面
  *其中bl是bottomlink的缩写，代表了底部的几个页面
  author:ymy
*/
.contact-header .header-bg .header-con .ml410 {
  margin-left: 407px;
}
.bl-mc {
  background: #eff1f2;
}
.bl-header {
  height: 618px;
  background: #3163bc;
}
.bl-header .header-bg {
  width: 1200px;
  height: 618px;
  background: url(../images/mc-bg.jpg) no-repeat;
  margin: 0 auto;
}
.bl-header .header-bg .header-con {
  position: relative;
}
.bl-header .header-bg .header-con:before,
.bl-header .header-bg .header-con:after {
  content: " ";
  display: table;
}
.bl-header .header-bg .header-con:after {
  clear: both;
}
.bl-header .header-bg .header-con .logo {
  background: url(../images/haixue-logos.png) no-repeat;
  display: inline-block;
  width: 85px;
  height: 22px;
  background-size: cover;
  margin-top: 22px;
}
.bl-header .header-bg .header-con ul {
  margin-left: 400px;
  margin-right: 0;
  float: left;
}
.bl-header .header-bg .header-con ul li {
  display: inline-block;
  float: left;
}
.bl-header .header-bg .header-con ul li .header-a {
  color: #fff;
  text-decoration: none;
  line-height: 34px;
  height: 50px;
  width: 100px;
  text-align: center;
  display: inline-block;
  border-top: 4px solid #2a58ae;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 0;
}
.bl-header .header-bg .header-con ul li .hover {
  border-top: 4px solid #fff;
}
.bl-header .header-bg .header-con ul li .curr {
  border-top: 4px solid #fff;
  cursor: default;
}
.bl-header .header-bg .mc-phone {
  background: url(../images/mobileclient.png) no-repeat;
  width: 865px;
  height: 417px;
  clear: both;
  margin: 0 auto;
  margin-top: 135px;
  *margin-top: 201px;
  position: relative;
}
.bl-header .header-bg .mc-phone .links {
  position: absolute;
  right: 0;
  top: 80px;
}
.bl-header .header-bg .mc-phone .links a {
  display: inline-block;
  width: 175px;
  height: 42px;
}
.bl-header .header-bg .mc-phone .links .iphone {
  background: url(../images/iPhonebtn.png) no-repeat;
}
.bl-header .header-bg .mc-phone .links .iphone:hover {
  background: url(../images/iPhonebtn-hover.png) no-repeat;
}
.bl-header .header-bg .mc-phone .links .android {
  background: url(../images/Androidbtn.png) no-repeat;
  margin-top: 8px;
  margin-bottom: 0;
}
.bl-header .header-bg .mc-phone .links .android:hover {
  background: url(../images/Androidbtn-hover.png) no-repeat;
}
.bl-header .header-bg .mc-phone .links .erwm {
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 0;
}
.bl-header .header-bg .mc-phone .links .erwm .font {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
}
.bl-center {
  padding-top: 60px;
  padding-bottom: 140px;
  background: #fff;
}
.bl-center .center-con {
  width: 980px;
  text-align: center;
  margin: 0 auto;
}
.bl-center .center-con ul:before,
.bl-center .center-con ul:after {
  content: " ";
  display: table;
}
.bl-center .center-con ul:after {
  clear: both;
}
.bl-center .center-con ul li {
  width: 120px;
  display: inline-block;
  float: left;
  margin-left: 0;
  margin-right: 160px;
}
.bl-center .center-con ul li.last {
  margin-left: 0;
  margin-right: 0;
}
.bl-center .center-con ul li em {
  width: 120px;
  height: 120px;
  display: inline-block;
}
.bl-center .center-con ul li .color-blue {
  color: #178fe6;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.bl-center .center-con ul li .detail {
  font-size: 14px;
  color: #a5a5a5;
}
.bl-example {
  background-color: #f0f1f3;
  text-align: center;
}
/*
* 关于我们的页面
* author:ymy
* date:2016.8.10 下午 add
*/
.bl .blheader .logo {
  display: inline-block;
  background: url(../images/haixue-logos.png) no-repeat;
  width: 85px;
  height: 22px;
  margin-top: 22px;
  float: left;
  background-size: cover;
}
.bl .blheader ul {
  margin-left: 400px;
  margin-right: 0;
  float: left;
}
.bl .blheader ul li {
  display: inline-block;
  float: left;
}
.bl .blheader ul li .header-a {
  color: #fff;
  text-decoration: none;
  line-height: 34px;
  height: 50px;
  width: 100px;
  text-align: center;
  display: inline-block;
  border-top: 4px solid #4a83ea;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 0;
}
.bl .blheader ul li .hover {
  border-top: 4px solid #fff;
}
.bl .blheader ul li .curr {
  border-top: 4px solid #fff;
  cursor: default;
}
.bl-au .au-introduce {
  height: 658px;
  width: 100%;
  min-width: 1400px;
  background: #001830 url(../images/footerimg/mountain.png) no-repeat bottom;
}
.bl-au .au-introduce .in-area {
  width: 1200px;
  height: 658px;
  background: url(../images/footerimg/stars.png);
  margin: 0 auto;
}
.bl-au .au-introduce .in-area .au-header .header-con ul li .header-a {
  border-top: 4px solid #001830;
}
.bl-au .au-introduce .in-area .au-header .header-con ul li .hover {
  border-top: 4px solid #178fe6;
  color: #178fe6;
}
.bl-au .au-introduce .in-area .au-header .header-con ul li .curr {
  border-top: 4px solid #178fe6;
  cursor: default;
  color: #178fe6;
}
.bl-au .au-introduce .in-con {
  clear: both;
  width: 860px;
  margin: 0 auto;
  color: #fff;
}
.bl-au .au-introduce .in-con:before,
.bl-au .au-introduce .in-con:after {
  content: " ";
  display: table;
}
.bl-au .au-introduce .in-con:after {
  clear: both;
}
.bl-au .au-introduce .in-con .main-title {
  text-align: center;
  margin-top: 54px;
  margin-bottom: 50px;
  font-size: 20px;
  color: #cae4fe;
}
.bl-au .au-introduce .in-con .sub-title {
  text-align: center;
  font-size: 36px;
  color: #cae4fe;
}
.bl-au .au-introduce .in-con .section {
  margin-top: 28px;
  margin-bottom: 28px;
  color: #c2e0ff;
  font-size: 14px;
  line-height: 22px;
}
.bl-au .au-culture {
  min-width: 1400px;
  border-bottom: 8px solid #0063b9;
}
.bl-au .au-culture .main-title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #05427e;
}
.bl-au .au-culture .ct-con {
  height: 287px;
  width: 1400px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 0;
}
.bl-au .au-culture .ct-con .ct-bg {
  width: 1400px;
  height: 287px;
  background: url(../images/footerimg/portrait.jpg) no-repeat;
  position: relative;
}
.bl-au .au-culture .ct-con .ct-bg .ct-info {
  color: #fff;
  position: absolute;
  width: 1014px;
  height: 205px;
  background: url(../images/footerimg/culture-bg.png) repeat;
  margin-left: 130px;
  margin-right: 130px;
  top: -20px;
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 40px;
  padding-bottom: 25px;
}
.bl-au .au-culture .ct-con .ct-bg .ct-info .info-title {
  font-size: 22px;
  letter-spacing: 3px;
  text-align: right;
}
.bl-au .au-culture .ct-con .ct-bg .ct-info .info-sub-title {
  font-size: 18px;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: 25px;
}
.bl-au .au-culture .ct-con .ct-bg .ct-info .info-con1 {
  text-align: center;
  font-size: 14px;
}
.bl-au .au-culture .ct-con .ct-bg .ct-info .info-con2 {
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0;
}
.bl-au .au-history {
  background: url(../images/footerimg/mountain-bg.png) bottom no-repeat;
  padding-top: 0;
  padding-bottom: 300px;
  width: 1400px;
  margin: 0 auto;
}
.bl-au .au-history .main-title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #05427e;
}
.bl-au .au-history .timeline-container {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 940px;
  margin: 0 auto;
}
.bl-au .au-history .timeline-container .line {
  border: 1px dashed #0063b9;
  position: absolute;
  left: 50%;
  height: 100%;
}
.bl-au .au-history .timeline-container .timeline-block {
  position: relative;
  width: 100%;
}
.bl-au .au-history .timeline-container .timeline-block .timeline-info {
  position: relative;
  width: 50%;
}
.bl-au .au-history .timeline-container .timeline-block .timeline-info .timeline-year {
  border-bottom: 1px solid #a1d3fe;
  padding-top: 0;
  padding-bottom: 6px;
}
.bl-au .au-history .timeline-container .timeline-block .timeline-info .timeline-year em {
  display: inline-block;
  width: 140px;
  height: 56px;
}
.bl-au .au-history .timeline-container .timeline-block .timeline-info .timeline-year .y_2016 {
  background: url(../images/footerimg/2016.png) no-repeat;
}
.bl-au .au-history .timeline-container .timeline-block .timeline-info .timeline-year .y_2014 {
  background: url(../images/footerimg/2014.png) no-repeat;
}
.bl-au .au-history .timeline-container .timeline-block .timeline-info .timeline-year .y_2012 {
  background: url(../images/footerimg/2012.png) no-repeat;
}
.bl-au .au-history .timeline-container .timeline-block .timeline-info .timeline-year .y_2010 {
  background: url(../images/footerimg/2010.png) no-repeat;
}
.bl-au .au-history .timeline-container .timeline-block .timeline-info:hover {
  cursor: pointer;
}
.bl-au .au-history .timeline-container .timeline-block .timeline-info:hover .timeline-year {
  border-bottom: 1px solid #ffc14e;
}
.bl-au .au-history .timeline-container .timeline-block .timeline-info:hover .y_2016 {
  background: url(../images/footerimg/hover_2016.png) no-repeat;
}
.bl-au .au-history .timeline-container .timeline-block .timeline-info:hover .y_2014 {
  background: url(../images/footerimg/hover_2014.png) no-repeat;
}
.bl-au .au-history .timeline-container .timeline-block .timeline-info:hover .y_2012 {
  background: url(../images/footerimg/hover_2012.png) no-repeat;
}
.bl-au .au-history .timeline-container .timeline-block .timeline-info:hover .y_2010 {
  background: url(../images/footerimg/hover_2010.png) no-repeat;
}
.bl-au .au-history .timeline-container .timeline-block .timeline-info:hover .time-line-img {
  left: 95.2%;
  top: -25px;
}
.bl-au .au-history .timeline-container .timeline-block .timeline-info:hover .time-line-img .time-line-dot {
  background: url(../images/footerimg/yellow-dot.png) no-repeat;
  width: 50px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.bl-au .au-history .timeline-container .timeline-block .timeline-info .timeline-con {
  position: relative;
  margin-top: -30px;
}
.bl-au .au-history .timeline-container .timeline-block .timeline-info .timeline-con .con-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.bl-au .au-history .timeline-container .timeline-block .timeline-info .timeline-con p {
  color: #0063b9;
}
.bl-au .au-history .timeline-container .timeline-block .timeline-info .timeline-con .f30 {
  font-size: 30px;
  font-weight: bold;
}
.bl-au .au-history .timeline-container .timeline-block .timeline-info .timeline-con .f16 {
  font-size: 16px;
  text-indent: 20px;
  letter-spacing: 1px;
}
.bl-au .au-history .timeline-container .timeline-block .timeline-info .timeline-con .f16 a {
  color: #0063b9;
  text-decoration: underline;
}
.bl-au .au-history .timeline-container .timeline-block .timeline-info .time-line-img {
  position: relative;
  left: 96.2%;
  top: -20px;
  width: 50px;
  height: 50px;
}
.bl-au .au-history .timeline-container .timeline-block .timeline-info .time-line-img .time-line-dot {
  display: inline-block;
  background: url(../images/footerimg/blue-dot.png);
  width: 19px;
  height: 19px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bl-au .au-history .timeline-container .timeline-block.odd .timeline-info {
  text-align: right;
  position: relative;
  left: 50%;
}
.bl-au .au-history .timeline-container .timeline-block.odd .timeline-info .time-line-img {
  left: -30px;
  *left: -95.8%;
}
.bl-au .au-history .timeline-container .timeline-block.odd .timeline-info .timeline-con {
  right: 0;
}
.bl-au .au-history .timeline-container .timeline-block.odd .timeline-info .timeline-year .y_2015 {
  background: url(../images/footerimg/2015.png) no-repeat;
}
.bl-au .au-history .timeline-container .timeline-block.odd .timeline-info .timeline-year .y_2013 {
  background: url(../images/footerimg/2013.png) no-repeat;
}
.bl-au .au-history .timeline-container .timeline-block.odd .timeline-info .timeline-year .y_2011 {
  background: url(../images/footerimg/2011.png) no-repeat;
}
.bl-au .au-history .timeline-container .timeline-block.odd .timeline-info:hover {
  cursor: pointer;
}
.bl-au .au-history .timeline-container .timeline-block.odd .timeline-info:hover .timeline-year {
  border-bottom: 1px solid #ffc14e;
}
.bl-au .au-history .timeline-container .timeline-block.odd .timeline-info:hover .y_2015 {
  background: url(../images/footerimg/hover_2015.png) no-repeat;
}
.bl-au .au-history .timeline-container .timeline-block.odd .timeline-info:hover .y_2013 {
  background: url(../images/footerimg/hover_2013.png) no-repeat;
}
.bl-au .au-history .timeline-container .timeline-block.odd .timeline-info:hover .y_2011 {
  background: url(../images/footerimg/hover_2011.png) no-repeat;
}
.bl-au .au-history .timeline-container .timeline-block.odd .timeline-info:hover .time-line-img {
  background: url(../images/footerimg/yellow-dot.png) no-repeat;
  width: 50px;
  height: 50px;
  left: -25px;
  *left: -94.5%;
  top: -25px;
}
.bl-au .footer {
  min-width: 1400px;
}
.bl-ju .ju-joinus {
  height: 265px;
  width: auto;
  min-width: 1200px;
  background: #0097e5;
}
.bl-ju .ju-joinus .ju-header {
  width: 1200px;
  height: 265px;
  margin: 0 auto;
  background: url(../images/footerimg/joinus-bg.png) no-repeat;
}
.bl-ju .ju-joinus .ju-header .header-con:before,
.bl-ju .ju-joinus .ju-header .header-con:after {
  content: " ";
  display: table;
}
.bl-ju .ju-joinus .ju-header .header-con:after {
  clear: both;
}
.bl-ju .ju-joinus .ju-header .header-con ul li .header-a {
  border-top: 4px solid #0097e5;
}
.bl-ju .ju-joinus .ju-header .header-con ul li .curr {
  border-top: 4px solid #fff;
  cursor: default;
}
.bl-ju .ju-joinus .ju-header .header-con ul li .hover {
  border-top: 4px solid #fff;
}
.bl-ju .ju-joinus .ju-header .joinusfont {
  clear: both;
  background: url(../images/footerimg/joinusfont.png) no-repeat;
  width: 143px;
  height: 89px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 0;
}
.bl-ju .ju-recruit {
  background-color: #fff;
  padding-top: 48px;
  padding-bottom: 122px;
}
.bl-ju .ju-recruit .recruit {
  width: 700px;
  margin: 0 auto;
}
.bl-ju .ju-recruit .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 33px;
}
.bl-ju .ju-recruit .dividerline {
  width: 39px;
  height: 2px;
  background: #1a8ed7;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 70px;
}
.bl-ju .ju-recruit .re-con {
  font-size: 16px;
  line-height: 30px;
}
.bl-ju .ju-life {
  border-top: 11px solid #91c9e6;
  padding-top: 56px;
  padding-bottom: 70px;
  background: #f1f2f2;
}
.bl-ju .ju-life .life-con {
  width: 700px;
  margin: 0 auto;
}
.bl-ju .ju-life .title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 33px;
}
.bl-ju .ju-life .lf-con {
  font-size: 16px;
  line-height: 30px;
}
.bl-ju .ju-life img {
  margin-top: 60px;
  margin-bottom: 0;
}
.bl-ju .ju-gravity {
  background: #fff;
  padding-top: 56px;
  padding-bottom: 68px;
}
.bl-ju .ju-gravity:before,
.bl-ju .ju-gravity:after {
  content: " ";
  display: table;
}
.bl-ju .ju-gravity:after {
  clear: both;
}
.bl-ju .ju-gravity .gra-con {
  width: 906px;
  margin: 0 auto;
}
.bl-ju .ju-gravity .gra-con .title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 33px;
}
.bl-ju .ju-gravity .gra-con ul li {
  float: left;
  font-size: 16px;
  margin-left: 0;
  margin-right: 85px;
  width: 160px;
  text-align: center;
}
.bl-ju .ju-gravity .gra-con ul li span {
  display: inline-block;
  width: 120px;
  height: 120px;
}
.bl-ju .ju-gravity .gra-con ul li p {
  margin-top: 35px;
  margin-bottom: 0;
}
.bl-ju .ju-gravity .gra-con ul li.last {
  margin-left: 0;
  margin-right: 0;
}
.bl-ju .ju-gravity .gra-con ul .li-bg1 {
  background: url(../images/footerimg/big-icon.png) 0 0 no-repeat;
  margin-left: 20px;
  margin-right: 20px;
}
.bl-ju .ju-gravity .gra-con ul .li-bg2 {
  background: url(../images/footerimg/big-icon.png) 0 -120px no-repeat;
  margin-left: 20px;
  margin-right: 20px;
}
.bl-ju .ju-gravity .gra-con ul .li-bg3 {
  background: url(../images/footerimg/big-icon.png) 0 -240px no-repeat;
  margin-left: 20px;
  margin-right: 20px;
}
.bl-ju .ju-gravity .gra-con ul .li-bg4 {
  background: url(../images/footerimg/big-icon.png) 0 -360px no-repeat;
  margin-left: 20px;
  margin-right: 20px;
}
/*
*加入我们 2016.10.8
*/
.bl-ju-new {
  background-color: #fff;
}
.bl-ju-new .ju-joinus {
  width: auto;
  min-width: 1400px;
}
.bl-ju-new .ju-joinus .ju-header {
  width: 1200px;
  margin: 0 auto;
}
.bl-ju-new .ju-joinus .ju-header .header-con {
  min-width: 1200px;
  position: absolute;
  top: 0;
}
.bl-ju-new .ju-joinus .ju-header .header-con:before,
.bl-ju-new .ju-joinus .ju-header .header-con:after {
  content: " ";
  display: table;
}
.bl-ju-new .ju-joinus .ju-header .header-con:after {
  clear: both;
}
.bl-ju-new .ju-joinus .ju-header .header-con ul li .header-a {
  border-top: 4px solid #064cae;
}
.bl-ju-new .ju-joinus .ju-header .header-con ul li .curr {
  border-top: 4px solid #fff;
  cursor: default;
}
.bl-ju-new .ju-joinus .ju-header .header-con ul li .hover {
  border-top: 4px solid #fff;
}
.bl-ju-new .ju-joinus .ju-header .joinusfont {
  clear: both;
  background: url(../images/footerimg/joinusfont.png) no-repeat;
  width: 143px;
  height: 89px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 0;
}
.bl-ju-new .ju-recruit {
  background: url(../images/footerimg/joinus-recruit-bg.png) no-repeat;
  margin: 0 auto;
  width: 1400px;
  padding-top: 48px;
  padding-bottom: 44px;
}
.bl-ju-new .ju-recruit .recruit {
  width: 700px;
  margin: 0 auto;
}
.bl-ju-new .ju-recruit .recruitlink {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 0;
}
.bl-ju-new .ju-recruit .recruitlink a {
  border: 3px solid #1894fd;
  font-size: 20px;
  text-decoration: none;
  color: #1894fd;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
.bl-ju-new .ju-recruit .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 33px;
}
.bl-ju-new .ju-recruit .dividerline {
  width: 39px;
  height: 2px;
  background: #1a8ed7;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 70px;
}
.bl-ju-new .ju-recruit .re-con {
  font-size: 16px;
  line-height: 30px;
}
.bl-ju-new .footer {
  min-width: 1400px;
}
/*
* 校招页面
* author:ymy
* date:2016.9.20 下午 add
*/
.campus.campus-index {
  overflow-x: hidden;
}
.campus .header {
  height: 48px;
  width: 100%;
  background: #fefefe;
  min-width: 1200px;
}
.campus .header .header-con {
  width: 1200px;
  margin: 0 auto;
}
.campus .header .header-con .header-font {
  font-size: 18px;
  font-weight: bold;
  margin-left: 8px;
  margin-right: 0;
}
.campus .header .header-con ul {
  margin-left: 0;
  margin-right: 100px;
}
.campus .header .header-con ul li {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
}
.campus .header .header-con ul li.active {
  border-top: 3px solid #1894fd;
  padding-top: 12px;
  padding-bottom: 5px;
}
.campus .header .header-con ul li.active a {
  color: #1894fd;
}
.campus .campus-main {
  background: #fff;
  clear: both;
}
.campus .campus-main:before,
.campus .campus-main:after {
  content: " ";
  display: table;
}
.campus .campus-main:after {
  clear: both;
}
.campus .campus-main .flexslider {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
}
.campus .campus-main .flexslider .flex-control-nav {
  bottom: 2%;
}
.campus .campus-main .flexslider .flex-control-paging li a {
  background: url(../images/recruitment/flexsilde-dot.png) no-repeat;
  box-shadow: none;
}
.campus .campus-main .flexslider .flex-control-paging li a.flex-active {
  background: url(../images/recruitment/flexsilde-active-dot.png) no-repeat;
  width: 18px;
}
.campus .campus-main .main-con {
  width: 780px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 90px;
}
.campus .campus-main .main-con.trainpro-main {
  width: 744px;
  padding-top: 0;
  padding-bottom: 200px;
}
.campus .campus-main .main-con.trainpro-main .section-con {
  margin-top: 40px;
  margin-bottom: 0;
}
.campus .campus-main .main-con.trainpro-main .section-con.second-section .con {
  width: 487px;
  margin: 0 auto;
}
.campus .campus-main .main-con.trainpro-main .section-con.third-section ul.con li {
  padding-top: 0;
  padding-bottom: 0;
}
.campus .campus-main .main-con.trainpro-main .section-con.third-section ul.con li .blue-block {
  background: #1894fd;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}
.campus .campus-main .main-con.trainpro-main .section-con.third-section ul.con li .blue-block p.f16 {
  font-size: 16px;
}
.campus .campus-main .main-con.trainpro-main .section-con.third-section ul.con li .blue-block p.f12 {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
}
.campus .campus-main .main-con.trainpro-main .section-con.third-section ul.con li .gray-block {
  padding-top: 25px;
  padding-bottom: 25px;
  height: 75px;
}
.campus .campus-main .main-con.trainpro-main .section-con.third-section ul.con li .gray-block li {
  text-align: left;
  float: none;
  list-style: disc;
  list-style-position: inside;
  padding-left: 15px;
  padding-right: 0;
  width: auto;
}
.campus .campus-main .main-con.trainpro-main .section-con.fourth-section .con li {
  width: 172px;
}
.campus .campus-main .main-con.trainpro-main .section-con .tit {
  text-align: center;
}
.campus .campus-main .main-con.trainpro-main .section-con .tit em {
  display: inline-block;
  vertical-align: middle;
}
.campus .campus-main .main-con.trainpro-main .section-con .con {
  padding-top: 0;
  padding-bottom: 68px;
}
.campus .campus-main .main-con.trainpro-main .section-con .con:before,
.campus .campus-main .main-con.trainpro-main .section-con .con:after {
  content: " ";
  display: table;
}
.campus .campus-main .main-con.trainpro-main .section-con .con:after {
  clear: both;
}
.campus .campus-main .main-con.trainpro-main .section-con .con span {
  float: left;
}
.campus .campus-main .main-con.trainpro-main .section-con .con li {
  float: left;
  width: 236px;
  text-align: center;
  background: #f6f9fc;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: 0;
  margin-right: 15px;
}
.campus .campus-main .main-con.trainpro-main .section-con .con li.last {
  margin-left: 0;
  margin-right: 0;
}
.campus .campus-main .main-con.trainpro-main .section-con .con li em {
  display: inline-block;
}
.campus .campus-main .main-con.trainpro-main .section-con .con li p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
}
.campus .campus-main .main-con.trainpro-main .section-con .line {
  background: #eff5fa;
  width: 660px;
  height: 1px;
  margin: 0 auto;
}
.campus .campus-main .main-con.trainpro-main .photo {
  margin-top: 60px;
  margin-bottom: 0;
}
.campus .campus-main .main-con.trainpro-main .mentor {
  width: 774px;
  height: 774px;
  position: relative;
  background: #1f4278;
}
.campus .campus-main .main-con.trainpro-main .mentor .mentorcom {
  display: inline-block;
  position: relative;
  float: left;
}
.campus .campus-main .main-con.trainpro-main .mentor .mentorcom.mentor02 {
  top: 129px;
}
.campus .campus-main .main-con.trainpro-main .mentor .mentorcom.mentor04,
.campus .campus-main .main-con.trainpro-main .mentor .mentorcom.mentor06 {
  top: -129px;
  left: 129px;
}
.campus .campus-main .main-con.trainpro-main .mentor .mentorcom.mentor05 {
  left: -387px;
}
.campus .campus-main .main-con.trainpro-main .mentor .mentorcom.mentor07,
.campus .campus-main .main-con.trainpro-main .mentor .mentorcom.mentor08,
.campus .campus-main .main-con.trainpro-main .mentor .mentorcom.mentor09 {
  top: -129px;
}
.campus .campus-main .main-con.trainpro-main .mentor .mentorcom.mentor12 {
  left: -258px;
}
.campus .campus-main .main-con.trainpro-main .mentor .mentorcom.mentor13 {
  left: -129px;
}
.campus .campus-main .main-con.trainpro-main .mentor .mentorcom.mentor14 {
  left: 516px;
  top: -129px;
}
.campus .campus-main .main-con.trainpro-main .mentor .mentorcom.mentorteam {
  left: 129px;
}
.campus .campus-main .main-con.trainpro-main .mentor .mentorcom .info {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/footerimg/opacity-bg.png);
  opacity: 0.8;
  text-align: center;
  color: #fff;
  visibility: hidden;
  font-size: 16px;
}
.campus .campus-main .main-con.trainpro-main .mentor .mentorcom .info p {
  width: 80px;
  margin: 0 auto;
  position: relative;
}
.campus .campus-main .main-con.trainpro-main .mentor .mentorcom:hover .info {
  visibility: visible;
  cursor: pointer;
}
.campus .campus-main .main-con.pro-main {
  padding-left: 20px;
  padding-right: 20px;
}
.campus .campus-main .main-con.pro-main .section {
  clear: both;
}
.campus .campus-main .main-con.pro-main .section .s-block {
  color: #5a5a5a;
  display: inline-block;
  margin-left: 50px;
  margin-right: 50px;
  width: 150px;
  margin-top: 0;
  margin-bottom: 40px;
  float: left;
}
.campus .campus-main .main-con.pro-main .section .s-block dt {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 17px;
}
.campus .campus-main .main-con.pro-main .section .s-block dt em {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 10px;
}
.campus .campus-main .main-con.pro-main .section .s-block dd {
  font-size: 14px;
  height: 21px;
  margin-left: 15px;
  margin-right: 0;
}
.campus .campus-main .main-con .section .title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 25px;
  color: #5a5a5a;
}
.campus .campus-main .main-con .section .title .line {
  display: inline-block;
  height: 16px;
  width: 3px;
  background: #5a5a5a;
  margin-left: 0;
  margin-right: 5px;
  *vertical-align: middle;
}
.campus .campus-main .main-con .section .section-con .tit {
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 0;
  margin-top: 22px;
  margin-bottom: 22px;
}
.campus .campus-main .main-con .section .section-con .question {
  font-size: 16px;
  margin-left: 10px;
  margin-right: 0;
  margin-top: 30px;
  margin-bottom: 20px;
}
.campus .campus-main .main-con .section .section-con .question em {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 15px;
}
.campus .campus-main .main-con .section .section-con .answer {
  font-size: 14px;
  margin-left: 46px;
  margin-right: 0;
  line-height: 24px;
}
.campus .campus-main .main-con.pos-main .section-info .section-con .tit {
  margin-left: 30px;
  margin-right: 0;
}
.campus .campus-main .main-con.pos-main .section-info .section-con .p-con {
  line-height: 26px;
  margin-left: 30px;
  margin-right: 0;
  font-size: 14px;
  color: #5a5a5a;
}
.campus .campus-main .main-con.pos-main .section-pos {
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 28px;
  padding-right: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #cbcbcb;
  -moz-box-shadow: 0 0 4px #cbcbcb;
  /* 老的 Firefox */
  box-shadow: 0 0 4px #cbcbcb;
}
.campus .campus-main .main-con.pos-main .section-pos .link {
  color: #1894fd;
  float: right;
}
.campus .campus-main .main-con.pos-main .section-pos .tit {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}
.campus .campus-main .main-con.pos-main .section-pos .tit .pos-name {
  color: #1894fd;
  font-size: 16px;
}
.campus .campus-main .main-con.pos-main .section-pos p.require {
  line-height: 30px;
}
.campus .campus-main .main-con.pos-main .section-pos p.require em {
  margin-left: 0;
  margin-right: 15px;
}
.campus .campus-main .main-con.pos-main .section-pos div.require {
  line-height: 30px;
  position: relative;
}
.campus .campus-main .main-con.pos-main .section-pos div.require em.icon-duty {
  margin-left: 0;
  margin-right: 5px;
  vertical-align: top;
  margin-top: 10px;
  margin-bottom: 0;
  *float: left;
}
.campus .campus-main .main-con.pos-main .section-pos div.require .duty em {
  margin-left: 0;
  margin-right: 3px;
}
.campus .campus-main .main-con.pos-main .section-pos div.require .duty .link {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
}
.campus .campus-main .main-con.pos-main .section-pos .require {
  font-size: 14px;
}
.campus .campus-main .main-con.pos-main .section-pos .require em {
  display: inline-block;
  vertical-align: middle;
}
.campus .campus-main .main-con.pos-main .section-pos .require .duty {
  display: inline-block;
}
.campus .campus-main .main-con.pos-detail-main .section .title .detail {
  font-size: 14px;
  font-weight: normal;
}
.campus .campus-main .main-con.pos-detail-main .section-pos {
  box-shadow: none;
  border: none;
  padding-left: 10px;
  padding-right: 0;
}
.campus .campus-main .main-con.pos-detail-main .section-pos div.require:before,
.campus .campus-main .main-con.pos-detail-main .section-pos div.require:after {
  content: " ";
  display: table;
}
.campus .campus-main .main-con.pos-detail-main .section-pos div.require:after {
  clear: both;
}
.campus .campus-main .main-con.pos-detail-main .section-pos div.require .mul-line {
  vertical-align: top;
}
.campus .campus-main .main-con.pos-detail-main .section-pos div.require .link {
  float: none;
  display: inline-block;
  background: #178fe6;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 12px;
}
.campus .campus-main .main-con.pos-detail-main .section-pos div.require .link:hover {
  text-decoration: none;
}
.campus-trainprogram .banner {
  text-align: center;
  background: #417ddc;
}
.campus-trainprogram .banner img {
  width: 1400px;
}

.footer-gongan {
	margin-top: -2px;
	margin-right: 4px;
	display: inline-block;
	width: 20px;
	height: 20px;
}
.footer-gonganLink {
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.book-sale {
  position: relative;
}
.book-sale img {
  position: absolute;
  left: -32px;
  top: 10px;
}
.icon-app-qrcode {
  background: url(../images/hx-app-qrcode.png) no-repeat;
  width: 24px;
  height: 24px;
}
.app-download-dialog {
  border-color: #e9e9e9;
  width: 242px;
  box-sizing: border-box;
  padding: 14px;
  color: #535353;
}
.app-download-dialog .ui-dialog-arrow-a {
  border-left-color: #e9e9e9;
}
.app-download-dialog .pull-left {
  float: left;
  height: 100px;
}
.app-download-dialog .des-con {
  text-align: center;
  margin-left: 113px;
  height: 100px;
  border-left: 1px solid #E4E4E4;
  padding-left: 13px;
  font-size: 12px;
}
.app-download-dialog .des-con .h3 {
  font-size: 20px;
  padding: 8px 0 14px;
}