body{
  /*background: url(/static/edu/images/hxzy/index-bg.png);*/
  /*background-size: contain;*/
  /*background-position: center 240px;*/
  /*background-repeat: no-repeat;*/
}
.header {
  background: #fff;
}
.header .header-top {
  height: 30px;
  border: 1px solid #f3f1f2;
}
.header .header-top .header-top-cont {
  height: 30px;
}
.header .header-top .header-top-cont .header-top-left {
  font-size: 12px;
  color: #888;
  line-height: 30px;
}
.header .header-top .header-top-cont .header-top-right img {
  vertical-align: middle;
}
.header .header-mid .header-mid-cont {
  height: 136px;
}
.header .header-mid .header-mid-cont .header-mid-logo {
  padding-top: 42px;
  margin-right: 96px;
}
.header .header-mid .header-mid-cont .header-mid-search .search-box {
  padding-top: 42px;
}
.header .header-mid .header-mid-cont .header-mid-search .search-box .search-input {
  width: 348px;
  height: 42px;
  border: 2px solid #DE0041;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  padding-left: 10px;
}
.header .header-mid .header-mid-cont .header-mid-search .search-box .search-btn {
  width: 88px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  background-color: #de0041;
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.header .header-mid .header-mid-cont .header-mid-search .mid-search-history .span {
  padding-top: 8px;
  margin-right: 10px;
  font-size: 12px;
  color: #666;
  cursor: pointer;
}
.header .header-mid .header-mid-cont .header-mid-buy {
  width: 143px;
  height: 34px;
  line-height: 34px;
  margin-top: 42px;
  background-color: #f7f7f7;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-size: 12px;
  color: #DE0041;
  cursor: pointer;
}
.header .header-mid .header-mid-cont .header-mid-buy img {
  padding-left: 12px;
  padding-right: 10px;
  vertical-align: middle;
}
.header .header-nav {
  height: 46px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#090909), to(#252525)), -webkit-gradient(linear, left top, left bottom, from(#de0041), to(#de0041));
  background-image: -webkit-linear-gradient(bottom, #090909 0%, #252525 100%), -webkit-linear-gradient(#de0041, #de0041);
  background-image: -o-linear-gradient(bottom, #090909 0%, #252525 100%), -o-linear-gradient(#de0041, #de0041);
  background-image: linear-gradient(0deg, #090909 0%, #252525 100%), linear-gradient(#de0041, #de0041);
  background-blend-mode: normal, 
            normal;
  -webkit-box-shadow: 3px 6px 9px 0px rgba(182, 180, 180, 0.75);
          box-shadow: 3px 6px 9px 0px rgba(182, 180, 180, 0.75);
}
.header .header-nav .nav {
  height: 46px;
}
.header .header-nav .nav .logo {
  padding-top: 13px;
  margin-right: 56px;
}
.header .header-nav .nav .logo img {
  display: block;
}
.header .header-nav .nav .nav-ul .nav-li {
  padding: 0 30px;
  text-align: center;
}
.header .header-nav .nav .nav-ul .nav-li .a {
  position: relative;
  display: block;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 18px;
}
.header .header-nav .nav .nav-ul .nav-li .nav-li-a {
  cursor: pointer;
}
.header .header-nav .nav .nav-ul .nav-li .nav-li-down {
  display: inline-block;
  width: 12px;
  height: 6px;
  background: url(/static/edu/images/hxzy/login-down.png) no-repeat;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.header .header-nav .nav .nav-ul .nav-li .website-switch-box {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 46px;
  left: 50%;
  z-index: 10;
  width: 256px;
  margin-left: -120px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(219, 218, 218, 0.75);
          box-shadow: 0px 0px 10px 0px rgba(219, 218, 218, 0.75);
}
.header .header-nav .nav .nav-ul .nav-li .website-switch-box span {
  display: inline-block;
  width: 54px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.header .header-nav .nav .nav-ul .nav-li .website-switch-box span a {
  color: #999;
}
.header .header-nav .nav .nav-ul .nav-li .website-switch-box span a:hover {
  color: #fb1841;
}
.header .header-nav .nav .nav-ul .nav-li .website-switch-box .website-switch {
  padding: 20px;
}
.header .header-nav .nav .nav-ul .nav-li .nav-li-a:hover .nav-li-down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .header-nav .nav .nav-ul .nav-li .nav-li-a:hover .website-switch-box {
  top: 46px;
  opacity: 1;
  height: auto;
}
.header .header-nav .nav .nav-ul .nav-active {
  background: #DE0041;
}
.header .header-nav .nav .strip-load {
  font-size: 14px;
  padding-top: 16px;
  cursor: pointer;
  line-height: 1;
}
.header .header-nav .nav .strip-load .strip-download {
  color: #fff;
  margin-right: 18px;
  position: relative;
}
.header .header-nav .nav .strip-load .strip-download .strip-download-img {
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url('/static/edu/images/hxzy/app-grey.png') no-repeat center;
  margin-right: 8px;
  vertical-align: sub;
}
.header .header-nav .nav .strip-load .strip-download .strip-code {
  display: none;
  position: absolute;
  top: 28px;
  left: -20px;
  z-index: 2;
  width: 134px;
  height: 134px;
  color: #de0041;
  background: #fff;
  text-align: center;
  font-size: 12px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 1px 2px 20px 0px #888;
          box-shadow: 1px 2px 20px 0px #888;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 8px;
}
.header .header-nav .nav .strip-load .strip-download .strip-code img {
  width: 98px;
  height: 98px;
}
.header .header-nav .nav .strip-load .strip-download:hover {
  color: #de0041;
}
.header .header-nav .nav .strip-load .strip-download:hover .strip-download-img {
  background: url('/static/edu/images/hxzy/app-red.png') no-repeat center;
}
.header .header-nav .nav .strip-load .strip-download:hover .strip-code {
  display: block;
}
.header .header-nav .nav .strip-load .strip-login {
  color: #fff;
  border-right: 1px solid #999;
  padding-right: 8px;
  margin-right: 8px;
}
.header .header-nav .nav .strip-load .strip-register {
  color: #fff;
}
.header .header-nav .nav .strip-load .strip-load-haslogin {
  width: 44px;
  position: relative;
  top: -14px;
}
.header .header-nav .nav .strip-load .strip-load-haslogin img {
  display: block;
  width: 100%;
}
.dialog-login-huaxin {
  width: 522px;
  height: 488px;
  background-color: #ffffff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -215px;
  margin-left: -261px;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(219, 218, 218, 0.75);
          box-shadow: 0px 0px 10px 0px rgba(219, 218, 218, 0.75);
}
.dialog-login-huaxin .login-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.dialog-login-huaxin .login-img {
  text-align: center;
  width: 390px;
  margin: 0 auto;
  border-bottom: 1px solid #e6e6e6;
}
.dialog-login-huaxin .login-img img {
  padding: 10px;
  height: 60px;
}
.dialog-login-huaxin .login-main-box {
  width: 522px;
  height: 430px;
  margin: 0 auto;
}
.dialog-login-huaxin .login-main {
  width: 390px;
  padding-top: 30px;
  padding-left: 65px;
}
.dialog-login-huaxin .login-main .input-item {
  position: relative;
  width: 390px;
  height: 48px;
  background-color: #f6f6f6;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dialog-login-huaxin .login-main .input-item .input-item-left {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 52px;
  height: 48px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background: url(/static/edu/images/hxzy/login-line.png) no-repeat right center;
}
.dialog-login-huaxin .login-main .input-item .input-item-left img {
  display: inline;
}
.dialog-login-huaxin .login-main .input-item .login-item-input {
  width: 300px;
  height: 46px;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 68px;
  outline: none;
  border: none;
  background-color: #f6f6f6;
}
.dialog-login-huaxin .login-main .input-item input::-webkit-input-placeholder {
  color: #b0b0b0;
}
.dialog-login-huaxin .login-main .input-item input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b0b0b0;
}
.dialog-login-huaxin .login-main .input-item input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b0b0b0;
}
.dialog-login-huaxin .login-main .login-btn {
  width: 390px;
  height: 48px;
  margin-top: 32px;
  margin-bottom: 12px;
  line-height: 48px;
  background-color: #fb1841;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.dialog-login-huaxin .login-main .login-tips {
  font-size: 14px;
}
.dialog-login-huaxin .login-main .login-tips .login-tips-left {
  color: #b0b0b0;
}
.dialog-login-huaxin .login-main .login-tips .login-tips-left img {
  vertical-align: sub;
}
.dialog-login-huaxin .login-main .login-tips .login-tips-left .login-tips-checked {
  cursor: pointer;
}
.dialog-login-huaxin .login-main .login-tips .login-tips-left a {
  color: #b0b0b0;
}
.dialog-login-huaxin .login-main .login-tips .login-tips-right {
  color: #fb1841;
}
.dialog-login-huaxin .login-main .quick-login {
  width: 282px;
  margin: 0 auto;
}
.dialog-login-huaxin .login-main .quick-login .quick-login-head {
  position: relative;
  height: 20px;
  padding: 36px 0 20px;
  color: #999;
  font-size: 16px;
  text-align: center;
}
.dialog-login-huaxin .login-main .quick-login .quick-login-head span {
  position: absolute;
  z-index: 3;
  top: 35px;
  margin-left: -58px;
  left: 50%;
  padding: 0 10px;
  background: #fff;
}
.dialog-login-huaxin .login-main .quick-login .quick-login-head:after {
  content: '';
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 2;
  width: 282px;
  border-bottom: 1px solid #f0f0f0;
}
.dialog-login-huaxin .login-main .quick-login .quick-login-img .quick-login-item {
  width: 25%;
  text-align: center;
  cursor: pointer;
}
.dialog-login-huaxin .login-main .quick-login .quick-login-img .quick-login-qq {
  text-align: left;
}
.dialog-login-huaxin .login-main .quick-login .quick-login-img .quick-login-message {
  text-align: right;
}
.footer .footer-t {
  padding: 62px 0 40px;
  background-color: #1b1b1b;
  overflow: hidden;
}
.footer .footer-t .col-l {
  position: relative;
  width: 317px;
}
.footer .footer-t .col-l .tit {
  padding-top: 27px;
  line-height: 1em;
  color: #bbbbbb;
  font-size: 12px;
  background: url(/static/edu/images/hxzy/logo-2.png) left top no-repeat;
  font-weight: normal;
}
.footer .footer-t .col-l img {
  margin-top: 30px;
  display: block;
}
.footer .footer-t .col-l .cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 249px;
}
.footer .map a {
  font-size: 12px;
  display: block;
  color: #777;
  line-height: 16px;
  position: absolute;
}
.footer .map a b {
  color: #d00e31;
  font-weight: normal;
}
.footer .map a:hover {
  color: #d00e31;
  font-size: 14px;
}
.footer .map_a1 {
  left: 200px;
  top: 78px;
}
.footer .map_a2 {
  left: 183px;
  top: 105px;
}
.footer .map_a3 {
  left: 153px;
  top: 126px;
}
.footer .map_a4 {
  left: 220px;
  top: 102px;
}
.footer .map_a5 {
  left: 242px;
  top: 118px;
}
.footer .map_a6 {
  left: 215px;
  top: 130px;
}
.footer .map_a7 {
  left: 250px;
  top: 143px;
}
.footer .map_a8 {
  left: 200px;
  top: 147px;
}
.footer .map_a9 {
  left: 218px;
  top: 160px;
}
.footer .map_a10 {
  left: 224px;
  top: 180px;
}
.footer .map_a11 {
  left: 190px;
  top: 188px;
}
.footer .map_a12 {
  left: 172px;
  top: 168px;
}
.footer .map_a13 {
  left: 158px;
  top: 200px;
}
.footer .map_a14 {
  left: 115px;
  top: 201px;
}
.footer .map_a15 {
  left: 120px;
  top: 160px;
}
.footer .map_a16 {
  left: 203px;
  top: 213px;
}
.footer .map_a17 {
  left: 228px;
  top: 85px;
}
.footer .map_a18 {
  left: 250px;
  top: 90px;
}
.footer .map_a19 {
  left: 250px;
  top: 160px;
}
.footer-t .col-r {
  width: 774px;
}
.footer-menu {
  overflow: hidden;
}
.footer-menu li {
  padding-left: 50px;
  float: left;
}
.footer-menu .par {
  padding: 5px 0 20px;
}
.footer-menu .par a {
  display: block;
  color: #fff;
  height: 1em;
  line-height: 1em;
}
.footer-menu .par a:hover {
  color: #b0393d;
}
.footer-menu .sub p {
  height: 32px;
  line-height: 32px;
}
.footer-menu .sub a {
  color: #626262;
  font-size: 12px;
}
.footer-menu .sub a:hover {
  color: #b0393d;
}
.footer-link {
  margin-top: 44px;
  padding-top: 35px;
  padding-left: 6px;
  float: right;
  width: 724px;
  overflow: hidden;
  border-top: 2px solid #262727;
}
.footer-link .tel {
  padding-left: 52px;
  float: left;
  background: url(/static/edu/images/hxzy/ico-tel-2.png) left center no-repeat;
}
.footer-link .tel .p1 {
  height: 1em;
  line-height: 1em;
  color: #626262;
  font-size: 16px;
}
.footer-link .tel .p2 {
  margin-top: 6px;
  height: 1em;
  line-height: 1em;
  color: #fff;
  font-size: 24px;
}
.footer-link .link {
  float: right;
}
.footer-link .link a {
  margin-left: 18px;
  float: left;
  display: block;
  width: 48px;
  height: 48px;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer-link .link a:hover {
  opacity: .6;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}
.footer-link .link a.a1 {
  background-image: url(/static/edu/images/hxzy/ico-wb-2.png);
}
.footer-link .link a.a2 {
  background-image: url(/static/edu/images/hxzy/ico-wx-2.png);
}
.footer-link .link a.a3 {
  background-image: url(/static/edu/images/hxzy/ico-menu-2.png);
}
.footer-b {
  height: 64px;
  line-height: 64px;
  color: #737373;
  font-size: 12px;
}
.footer-b .s1 {
  float: left;
}
.footer-b .s2 {
  float: right;
  text-align: right;
}
.banner-box {
  height: 500px;
  background-color: rgba(4, 8, 49, 0.9);
  -webkit-box-shadow: 6px 11px 13px 0px rgba(197, 195, 196, 0.67);
          box-shadow: 6px 11px 13px 0px rgba(197, 195, 196, 0.67);
}
.banner-box .banner-nav {
  position: relative;
  width: 228px;
  height: 500px;
  padding-top: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: rgba(3, 3, 3, 0.85);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(53, 53, 53, 0.64);
          box-shadow: 0px 0px 10px 0px rgba(53, 53, 53, 0.64);
}
.banner-box .banner-nav .banner-nav-li {
  width: 100%;
  height: 50px;
  cursor: pointer;
}
.banner-box .banner-nav .banner-nav-li .li-item {
  width: 100%;
  padding: 0 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
}
.banner-box .banner-nav .banner-nav-li .li-item .li-item-text {
  height: 50px;
  line-height: 50px;
}
.banner-box .banner-nav .banner-nav-li .li-item .li-item-img {
  height: 50px;
  line-height: 50px;
}
/*.banner-box .banner-nav .banner-nav-li .banner-more {*/
  /*display: none;*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 228px;*/
  /*z-index: 11;*/
  /*background: #fff;*/
  /*width: 620px;*/
  /*height: 500px;*/
  /*-webkit-box-sizing: border-box;*/
          /*box-sizing: border-box;*/
  /*padding: 30px 10px 30px 50px;*/
/*}*/
/*.banner-box .banner-nav .banner-nav-li .banner-more .banner-more-title {*/
  /*display: block;*/
  /*font-size: 18px;*/
  /*color: #f9760c;*/
  /*line-height: 32px;*/
  /*font-weight: bold;*/
  /*text-align: left;*/
  /*margin-bottom: 15px;*/
/*}*/
/*.banner-box .banner-nav .banner-nav-li .banner-more .banner-more-item {*/
  /*color: #000;*/
  /*margin-bottom: 15px;*/
  /*margin-right: 30px;*/
/*}*/
.banner-box .banner-nav .banner-nav-li:hover {
  background: #6c6f76;
}
/*.banner-box .banner-nav .banner-nav-li:hover .banner-more {*/
  /*display: block;*/
/*}*/
.banner-box .banner {
  width: 972px;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.banner-box .banner .swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}
.banner-box .banner .swiper-wrapper {
  height: 500px;
}
.banner-box .banner .red-slide {
  background: #ca4040;
}
.banner-box .banner .blue-slide {
  background: #4390ee;
}
.banner-box .banner .orange-slide {
  background: #ff8604;
}
.banner-box .banner .green-slide {
  background: #49a430;
}
.banner-box .banner .pink-slide {
  background: #973e76;
}
.banner-box .banner .swiper-slide img {
  width: 100%;
  height: 100%;
}
.banner-box .banner .swiper-slide .title {
  font-style: italic;
  font-size: 42px;
  margin-top: 80px;
  margin-bottom: 0;
  line-height: 45px;
}
.banner-box .banner .pagination {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 10px;
}
.banner-box .banner .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #cacaca;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.banner-box .banner .swiper-visible-switch {
  background: #aaa;
}
.banner-box .banner .swiper-active-switch {
  background: #fd153f;
}
.common-title .common-title-h1 {
  font-size: 24px;
  text-align: center;
  color: #ff0331;
  line-height: 1;
  margin-bottom: 18px;
}
.common-title .common-title-bottom {
  width: 330px;
  height: 16px;
  margin: 0 auto;
  margin-bottom: 42px;
  position: relative;
}
.common-title .common-title-bottom .common-title-text {
  position: absolute;
  left: 50px;
  top: 0;
  z-index: 1;
  width: 230px;
  text-align: center;
  font-family: arial;
  font-size: 16px;
  line-height: 1;
  color: #898a8a;
  background: #fff;
}
.common-title .common-title-bottom .common-title-line {
  width: 100%;
  position: absolute;
  top: 8px;
  left: 0;
  border-bottom: 1px solid #8a8a8a;
}
.public-course .public-course-cont {
  width: 100%;
  height: 286px;
  position: relative;
}
.public-course .public-course-cont .swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}
.public-course .public-course-cont .swiper-wrapper {
  height: 286px;
}
.public-course .public-course-cont .swiper-slide .swiper-box {
  width: 290px;
  margin-right: 12px;
}
.public-course .public-course-cont .swiper-slide .swiper-box .slide-img {
  width: 290px;
  height: 214px;
  display: block;
  background-color: #d00e31;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.public-course .public-course-cont .swiper-slide .swiper-box .swiper-bott {
  text-align: left;
  padding-left: 10px;
}
.public-course .public-course-cont .swiper-slide .swiper-box .swiper-bott .swiper-bott-title {
  font-size: 18px;
  color: #222;
  line-height: 1;
  padding-top: 18px;
  padding-bottom: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.public-course .public-course-cont .swiper-slide .swiper-box .swiper-bott .swiper-bott-icon {
  line-height: 1;
  font-size: 14px;
  color: #a2aab2;
}
.public-course .public-course-cont .swiper-slide .swiper-box .swiper-bott .swiper-bott-icon img {
  vertical-align: baseline;
  margin-right: 10px;
}
.public-course .public-course-cont .swiper-slide .swiper-box:last-of-type {
  margin-right: 0;
}
.public-course .public-course-cont .swiper-slide .title {
  font-style: italic;
  font-size: 42px;
  margin-top: 80px;
  margin-bottom: 0;
  line-height: 45px;
}
.public-course .public-course-cont .pagination {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: -32px;
}
.public-course .public-course-cont .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #cacaca;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.public-course .public-course-cont .swiper-visible-switch {
  background: #aaa;
}
.public-course .public-course-cont .swiper-active-switch {
  background: #fd153f;
}
.advert img {
  width: 100%;
  height: 140px;
}
.fine-course .fine-course-cont {
  overflow: hidden;
}
.fine-course .fine-course-cont .fine-course-ul {
  margin-right: -13px;
}
.fine-course .fine-course-cont .fine-course-ul .fine-course-li {
  width: 392px;
  margin-bottom: 56px;
  margin-right: 12px;
}
.fine-course .fine-course-cont .fine-course-ul .fine-course-li .img-bg {
  display: block;
  width: 100%;
  height: 344px;
  background-color: #f0f0f0;
  position: relative;
}
.fine-course .fine-course-cont .fine-course-ul .fine-course-li .img-bg .img-icon {
  position: absolute;
  top: 0;
  z-index: 1;
}
.fine-course .fine-course-cont .fine-course-ul .fine-course-li .img-bg .img-icon1 {
  left: 76px;
}
.fine-course .fine-course-cont .fine-course-ul .fine-course-li .img-bg .img-icon2 {
  right: 76px;
}
.fine-course .fine-course-cont .fine-course-ul .fine-course-li .img-bg .img {
  width: 334px;
  height: 254px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -167px;
  margin-top: -127px;
  border: 17px solid #fefefe;
  background-color: #fefefe;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(164, 165, 167, 0.77);
          box-shadow: 0px 0px 16px 0px rgba(164, 165, 167, 0.77);
}
.fine-course .fine-course-cont .fine-course-ul .fine-course-li .course-details .course-details-text {
  font-size: 16px;
  color: #222;
  line-height: 1;
  padding: 22px 0 20px;
}
.fine-course .fine-course-cont .fine-course-ul .fine-course-li .course-details .course-details-bott .item1 {
  font-size: 18px;
  line-height: 1;
  color: #fb0935;
  margin-right: 22px;
}
.fine-course .fine-course-cont .fine-course-ul .fine-course-li .course-details .course-details-bott .item2 {
  position: relative;
  top: 3px;
  font-size: 14px;
  line-height: 1;
  color: #666;
  text-decoration: line-through;
}
.fine-course .fine-course-cont .fine-course-ul .fine-course-li .course-details .course-details-bott .item3 {
  position: relative;
  top: 3px;
  font-size: 14px;
  line-height: 1;
  color: #a2aab2;
}
.fine-course .fine-course-cont .fine-course-ul .fine-course-li .course-details .course-details-bott .item3 img {
  vertical-align: baseline;
}
.student-box {
  height: 772px;
  background: url(/static/edu/images/hxzy/index-student-bg.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.student-box .student {
  width: 1038px;
}
.student-box .student .student-title {
  color: #fff;
  text-align: center;
}
.student-box .student .student-title .student-title-h1 {
  font-size: 26px;
  line-height: 1;
  padding: 50px 0 40px;
}
.student-box .student .student-title .student-title-des {
  font-size: 24px;
  line-height: 1;
  padding-bottom: 68px;
}
.student-box .student .student-cont {
  position: relative;
  height: 472px;
}
.student-box .student .student-cont .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.student-box .student .student-cont .swiper-wrapper {
  height: 472px;
}
.student-box .student .student-cont .pagination {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: -38px;
}
.student-box .student .student-cont .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #cacaca;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.student-box .student .student-cont .swiper-visible-switch {
  background: #aaa;
}
.student-box .student .student-cont .swiper-active-switch {
  background: #fd153f;
}
.student-box .student .student-cont .student-li {
  width: 208px;
  margin-right: 66px;
}
.student-box .student .student-cont .student-li .li-img {
  text-align: center;
}
.student-box .student .student-cont .student-li .li-img .img {
  width: 130px;
  height: 130px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 4px solid #b6b7b8;
}
.student-box .student .student-cont .student-li .li-name {
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 38px 0 35px;
}
.student-box .student .student-cont .student-li .li-bott {
  text-align: center;
  width: 208px;
  height: 238px;
  background: #fff;
  position: relative;
}
.student-box .student .student-cont .student-li .li-bott .li-salary {
  font-size: 26px;
  line-height: 1;
  padding-top: 24px;
  padding-bottom: 14px;
  color: #ff0a36;
  position: relative;
}
.student-box .student .student-cont .student-li .li-bott .li-salary:after {
  width: 90px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -45px;
  border-bottom: 3px solid #fd1044;
}
.student-box .student .student-cont .student-li .li-bott .li-job {
  font-size: 14px;
  line-height: 1;
  color: #444;
}
.student-box .student .student-cont .student-li .li-bott .li-job .li-job-company {
  padding: 38px 0 12px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.student-box .student .student-cont .student-li .li-bott .li-job .li-job-name {
  padding-bottom: 46px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.student-box .student .student-cont .student-li .li-bott .li-bott-img {
  width: 100%;
  max-height: 50px;
  overflow: hidden;
}
.student-box .student .student-cont .student-li .li-bott .li-bott-img .img {
  max-width: 80%;
}
.student-box .student .student-cont .student-li .li-bott:after {
  content: '';
  position: absolute;
  top: -34px;
  left: 88px;
  width: 0;
  height: 0;
  border: 15px solid;
  border-bottom-width: 20px;
  border-color: transparent transparent white transparent;
}
.student-box .student .student-cont .student-li:last-of-type {
  margin-right: 0;
}
.grey-bg {
  background: #f7f7f7;
  padding-top: 48px;
  padding-bottom: 110px;
}
.hot {
  background: #fff;
  padding-bottom: 30px;
  margin-bottom: 14px;
}
.hot .subject {
  width: 584px;
}
.hot .subject .subject-title {
  border-bottom: 1px solid #e8e8e8;
  line-height: 1;
  padding-top: 28px;
  padding-bottom: 20px;
  margin-bottom: 32px;
}
.hot .subject .subject-title .subject-h1 {
  font-size: 20px;
  color: #222;
}
.hot .subject .subject-title .subject-h1 .img {
  padding-left: 26px;
  margin-right: 16px;
}
.hot .subject .subject-title .subject-more {
  font-size: 14px;
  color: #666;
  padding-top: 6px;
  padding-right: 12px;
}
.hot .subject .subject-ul {
  padding-left: 20px;
}
.hot .subject .subject-ul .subject-li {
  margin-bottom: 22px;
}
.hot .subject .subject-ul .subject-li .subject-img {
  margin-right: 19px;
}
.hot .subject .subject-ul .subject-li .subject-img img {
  width: 50px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.hot .subject .subject-ul .subject-li .subject-right {
  width: 490px;
}
.hot .subject .subject-ul .subject-li .subject-right .subject-name {
  display: block;
  font-size: 18px;
  color: #111;
  line-height: 1;
  padding-top: 10px;
  margin-bottom: 13px;
}
.hot .subject .subject-ul .subject-li .subject-right .subject-cont {
  font-size: 14px;
  color: #444;
  margin-bottom: 18px;
}
.hot .subject .subject-ul .subject-li .subject-right .subject-time {
  font-size: 14px;
  color: #777;
}
.hot .action {
  width: 584px;
}
.hot .action .action-title {
  border-bottom: 1px solid #e8e8e8;
  line-height: 1;
  padding-top: 28px;
  padding-bottom: 20px;
  margin-bottom: 32px;
}
.hot .action .action-title .action-h1 {
  font-size: 20px;
  color: #222;
}
.hot .action .action-title .action-h1 .img {
  padding-left: 26px;
  margin-right: 16px;
}
.hot .action .action-title .action-more {
  font-size: 14px;
  color: #666;
  padding-top: 6px;
  padding-right: 12px;
}
.hot .action .action-cont .action-item {
  margin-bottom: 16px;
}
.hot .action .action-cont .action-item .action-img {
  margin-right: 20px;
}
.hot .action .action-cont .action-item .action-img img {
  width: 214px;
  height: 160px;
}
.hot .action .action-cont .action-item .action-right {
  width: 336px;
}
.hot .action .action-cont .action-item .action-right .action-h1 {
  font-size: 16px;
  color: #111;
  line-height: 1;
  margin-bottom: 30px;
}
.hot .action .action-cont .action-item .action-right .action-des {
  font-size: 14px;
  color: #555;
  margin-bottom: 26px;
}
.hot .action .action-cont .action-item .action-right .action-time-wrap .action-time {
  color: #555;
  font-size: 14px;
  line-height: 1;
}
.info .action {
  background: #fff;
}
.info .action .action-title {
  border-bottom: 1px solid #e8e8e8;
  line-height: 1;
  padding-top: 28px;
  padding-bottom: 20px;
  margin-bottom: 32px;
}
.info .action .action-title .action-h1 {
  font-size: 20px;
  color: #222;
}
.info .action .action-title .action-h1 .img {
  padding-left: 26px;
  margin-right: 16px;
}
.info .action .action-title .action-more {
  font-size: 14px;
  color: #666;
  padding-top: 6px;
  padding-right: 12px;
}
.info .action .action-cont {
  margin-right: -58px;
  padding-bottom: 40px;
}
.info .action .action-cont .action-item {
  width: 530px;
  margin-bottom: 20px;
  margin-left: 22px;
  margin-right: 58px;
}
.info .action .action-cont .action-item .action-img {
  margin-right: 18px;
}
.info .action .action-cont .action-item .action-img img {
  width: 160px;
  height: 106px;
}
.info .action .action-cont .action-item .action-right {
  width: 336px;
}
.info .action .action-cont .action-item .action-right .action-h1 {
  font-size: 16px;
  color: #111;
  line-height: 1;
  margin-bottom: 12px;
}
.info .action .action-cont .action-item .action-right .action-des {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}
.info .action .action-cont .action-item .action-right .action-time-wrap .action-time {
  color: #555;
  font-size: 14px;
  line-height: 1;
}
