.colorfont {
  background-image: -webkit-gradient(linear, left top, right top, from(#32beff), to(#005aab));
  background-image: -webkit-linear-gradient(left, #32beff 0%, #005aab 100%);
  background-image: -moz-linear-gradient(left, #32beff 0%, #005aab 100%);
  background-image: linear-gradient(to right, #32beff 0%, #005aab 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.cp {
  cursor: pointer;
}
.schedule_an_interview {
  padding-top: 120px;
}
.schedule_an_interview .sd_imgbox {
  height: 100%;
}
.schedule_an_interview .nav_address {
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
}
.schedule_an_interview .nav_address a {
  font-size: 14px;
  color: #666666;
}
.schedule_an_interview .nav_address span {
  font-size: 14px;
  color: #999999;
}
.schedule_an_interview .nav_address span.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.schedule_an_interview .nav_address .iconfont {
  margin: 0px 5px;
  color: #999999;
}
.schedule_an_interview .nav_address .web_address {
  text-align: left;
}
.schedule_an_interview .schedule_an_interview_banner .banner_hidden {
  position: relative;
  width: 100%;
  height: 400px;
}
.schedule_an_interview .schedule_an_interview_banner .banner_hidden h2 {
  font-size: 48px;
  position: absolute;
  z-index: 1;
  color: #ffffff;
  font-weight: bold;
  line-height: 400px;
  left: 8.33%;
}
.schedule_an_interview .schedule_an_interview_nav {
  -webkit-transition: 0.9s all;
  -o-transition: 0.9s all;
  -moz-transition: 0.9s all;
  transition: 0.9s all;
  text-align: center;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #eeeeee;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 70px;
  line-height: 70px;
  background: white;
  z-index: 10;
}
.schedule_an_interview .schedule_an_interview_nav.fixed {
  position: fixed;
  width: 100%;
  top: 0;
}
.schedule_an_interview .schedule_an_interview_nav ul {
  height: 70px;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.schedule_an_interview .schedule_an_interview_nav ul::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.schedule_an_interview .schedule_an_interview_nav ul li {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
.schedule_an_interview .schedule_an_interview_nav ul li a {
  color: #999999;
  font-size: 16px;
  padding: 0px 40px;
}
.schedule_an_interview .schedule_an_interview_nav ul li::-moz-selection {
  background-color: none;
  color: inherit;
}
.schedule_an_interview .schedule_an_interview_nav ul li::selection {
  background-color: none;
  color: inherit;
}
.schedule_an_interview .schedule_an_interview_nav ul li::-moz-selection {
  background-color: none;
  color: inherit;
}
.schedule_an_interview .schedule_an_interview_nav ul li::-webkit-selection {
  background-color: none;
  color: inherit;
}
.schedule_an_interview .schedule_an_interview_nav ul li.active a {
  color: #005aab;
  font-weight: bold;
}
.schedule_an_interview .schedule_an_interview_nav ul li.active:after {
  background: #005aab\9;
  content: " ";
  width: 100%;
  height: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#e10019), color-stop(0%, #712d62), color-stop(0%, #005aab), to(#32beff));
  background-image: -webkit-linear-gradient(right, #e10019 0%, #712d62 0%, #005aab 0%, #32beff 100%);
  background-image: -moz-linear-gradient(right, #e10019 0%, #712d62 0%, #005aab 0%, #32beff 100%);
  background-image: linear-gradient(270deg, #e10019 0%, #712d62 0%, #005aab 0%, #32beff 100%);
  position: absolute;
  bottom: -1px;
  left: 0;
}
.schedule_an_interview .textCard {
  padding-bottom: 90px;
}
.schedule_an_interview .textCard.textCardbg {
  background: #fafcfd;
}
.schedule_an_interview .textCard .o_fixCover:hover {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.schedule_an_interview .textCard .textCard_title {
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 45px;
  line-height: 1;
}
.schedule_an_interview .textCard .textCard_content {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.schedule_an_interview .textCard .textCard_content .img_box {
  overflow: hidden;
  height: 400px;
}
.schedule_an_interview .textCard .textCard_content .text_box {
  text-align: left;
}
.schedule_an_interview .textCard .textCard_content .text_box .introduction {
  font-size: 14px;
  line-height: 1.75;
  color: #666666;
}
.schedule_an_interview .textCard .textCard_content .text_box .line {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0;
}
.schedule_an_interview .textCard .textCard_content .text_box .contact div {
  margin-top: 10px;
}
.schedule_an_interview .textCard .textCard_content .text_box .contact div span {
  font-size: 14px;
  color: #999999;
  vertical-align: baseline;
}
.schedule_an_interview .textCard .textCard_content .text_box .contact div.address em {
  color: #666666;
  font-size: 14px;
}
.schedule_an_interview .textCard .textCard_content .text_box .contact div.phone em {
  color: #005aab;
  font-size: 14px;
}
.schedule_an_interview .textCard .textCard_content .text_box .contact div:first-child {
  margin-top: 0;
}
.schedule_an_interview .textCard .textCard_content .text_box .eg_button {
  margin-top: 30px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.schedule_an_interview .textCard .text_box {
  padding: 0 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .schedule_an_interview {
    padding-top: 110px;
  }
  .schedule_an_interview .schedule_an_interview_banner .banner_hidden {
    position: relative;
    height: 300px;
  }
  .schedule_an_interview .schedule_an_interview_banner .banner_hidden h2 {
    font-size: 36px;
    line-height: 300px;
  }
  .schedule_an_interview .schedule_an_interview_nav {
    height: 60px;
    line-height: 60px;
  }
  .schedule_an_interview .schedule_an_interview_nav ul {
    height: 60px;
  }
  .schedule_an_interview .textCard .textCard_title {
    margin-bottom: 30px;
    font-size: 36px;
  }
  .schedule_an_interview .textCard .text_box {
    padding: 0px 45px;
  }
  .schedule_an_interview .textCard .textCard_content .text_box .line {
    margin: 25px 0;
  }
  .schedule_an_interview .textCard .textCard_content .text_box .eg_button {
    margin-top: 25px;
  }
}
@media (min-width: 701px) and (max-width: 991px) {
  .schedule_an_interview {
    padding-top: 70px;
  }
  .schedule_an_interview .nav_address {
    line-height: 40px;
    height: 40px;
    padding: 0px 30px;
  }
  .schedule_an_interview .nav_address a,
  .schedule_an_interview .nav_address span {
    font-size: 12px;
  }
  .schedule_an_interview .schedule_an_interview_banner .banner_hidden {
    position: relative;
    height: 250px;
  }
  .schedule_an_interview .schedule_an_interview_banner .banner_hidden h2 {
    font-size: 36px;
    line-height: 250px;
  }
  .schedule_an_interview .schedule_an_interview_nav {
    height: 50px;
    line-height: 50px;
  }
  .schedule_an_interview .schedule_an_interview_nav ul {
    height: 50px;
  }
  .schedule_an_interview .schedule_an_interview_nav ul li a {
    font-size: 14px;
    padding: 0px 20px;
  }
  .textleft .textCard_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .schedule_an_interview .textCard {
    padding-bottom: 60px;
  }
  .schedule_an_interview .textCard .textCard_content {
    padding-bottom: 45px;
  }
  .schedule_an_interview .textCard .textCard_title {
    margin-bottom: 30px;
    font-size: 36px;
  }
  .schedule_an_interview .textCard .textCard_content .img_box {
    height: 300px;
    margin-bottom: 30px;
  }
  .schedule_an_interview .textCard .text_box {
    padding: 0px 10%;
  }
  .schedule_an_interview .textCard .textCard_content .text_box .line {
    margin: 25px 0;
  }
  .schedule_an_interview .textCard .textCard_content .text_box .eg_button {
    margin-top: 25px;
  }
}
@media (min-width: 576px) and (max-width: 700px) {
  .schedule_an_interview {
    padding-top: 70px;
  }
  .schedule_an_interview .nav_address {
    line-height: 40px;
    height: 40px;
    padding: 0px 30px;
  }
  .schedule_an_interview .nav_address a,
  .schedule_an_interview .nav_address span {
    font-size: 12px;
  }
  .schedule_an_interview .schedule_an_interview_banner .banner_hidden {
    position: relative;
    height: 200px;
  }
  .schedule_an_interview .schedule_an_interview_banner .banner_hidden h2 {
    font-size: 36px;
    line-height: 200px;
  }
  .schedule_an_interview .schedule_an_interview_nav {
    height: 50px;
    line-height: 50px;
  }
  .schedule_an_interview .schedule_an_interview_nav ul {
    overflow-y: auto;
    white-space: nowrap;
  }
  .schedule_an_interview .schedule_an_interview_nav ul li a {
    font-size: 14px;
    padding: 0px 20px;
  }
  .textleft .textCard_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .schedule_an_interview .textCard {
    padding-bottom: 60px;
  }
  .schedule_an_interview .textCard .textCard_content {
    padding-bottom: 45px;
  }
  .schedule_an_interview .textCard .textCard_title {
    margin-bottom: 30px;
    font-size: 36px;
  }
  .schedule_an_interview .textCard .textCard_content .img_box {
    height: 300px;
    margin-bottom: 30px;
  }
  .schedule_an_interview .textCard .text_box {
    padding: 0px 10%;
  }
  .schedule_an_interview .textCard .textCard_content .text_box .line {
    margin: 25px 0;
  }
  .schedule_an_interview .textCard .textCard_content .text_box .eg_button {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .schedule_an_interview {
    padding-top: 50px;
  }
  .schedule_an_interview .nav_address {
    line-height: 40px;
    height: 40px;
    padding: 0px 30px;
  }
  .schedule_an_interview .nav_address a,
  .schedule_an_interview .nav_address span {
    font-size: 12px;
  }
  .schedule_an_interview .schedule_an_interview_banner .banner_hidden {
    position: relative;
    height: 200px;
  }
  .schedule_an_interview .schedule_an_interview_banner .banner_hidden h2 {
    font-size: 28px;
    line-height: normal;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .schedule_an_interview .schedule_an_interview_nav {
    height: 50px;
    line-height: 50px;
  }
  .schedule_an_interview .schedule_an_interview_nav ul {
    overflow-y: auto;
    white-space: nowrap;
  }
  .schedule_an_interview .schedule_an_interview_nav ul li a {
    font-size: 14px;
    padding: 0px 20px;
  }
  .textleft .textCard_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .schedule_an_interview .textCard {
    padding-bottom: 45px;
  }
  .schedule_an_interview .textCard .textCard_content {
    padding-bottom: 30px;
  }
  .schedule_an_interview .textCard .textCard_title {
    margin-bottom: 25px;
    font-size: 28px;
    margin-top: 45px;
  }
  .schedule_an_interview .textCard .textCard_content .img_box {
    height: 200px;
    margin-bottom: 20px;
  }
  .schedule_an_interview .textCard .text_box {
    padding: 0px 10%;
  }
  .schedule_an_interview .textCard .textCard_content .text_box .contact div span {
    font-size: 12px;
  }
  .schedule_an_interview .textCard .textCard_content .text_box .contact div {
    margin-top: 5px;
  }
  .schedule_an_interview .textCard .textCard_content .text_box .introduction {
    font-size: 12px;
  }
  .schedule_an_interview .textCard .textCard_content .text_box .contact div.address em {
    font-size: 12px;
  }
  .schedule_an_interview .textCard .textCard_content .text_box .contact div.phone em {
    font-size: 12px;
  }
  .schedule_an_interview .textCard .textCard_content .text_box .line {
    margin: 15px 0;
  }
  .schedule_an_interview .textCard .textCard_content .text_box .eg_button {
    margin-top: 20px;
    width: 150px;
  }
}
.ie8 .schedule_an_interview .textCard .textCard_content {
  border: 1px solid #eeeeee;
}
.weixin .schedule_an_interview .schedule_an_interview_nav ul li.active:after {
  bottom: -2px;
}
.colorfont {
  background-image: -webkit-gradient(linear, left top, right top, from(#32beff), to(#005aab));
  background-image: -webkit-linear-gradient(left, #32beff 0%, #005aab 100%);
  background-image: -moz-linear-gradient(left, #32beff 0%, #005aab 100%);
  background-image: linear-gradient(to right, #32beff 0%, #005aab 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.cp {
  cursor: pointer;
}
.fulls {
  display: inline-table;
}
.noswiper {
  cursor: default !important;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.ie8 .noswiper .iconarrow-jiantou-left1,
.ie8 .noswiper .iconarrow-jiantou-right1 {
  color: #b2c9e1 !important;
}
.atlas {
  padding-bottom: 90px;
}
.atlas .swiper-slide {
  overflow: hidden;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.atlas .atlas_title {
  font-size: 48px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 45px;
  display: inline-block;
}
.atlas .pclunbio,
.atlas .pclunbio2 {
  position: relative;
}
.atlas .pclunbio .atlas_pc,
.atlas .pclunbio2 .atlas_pc {
  height: 600px;
  width: 100%;
}
.atlas .pclunbio .atlas_pc.NEWatlas,
.atlas .pclunbio2 .atlas_pc.NEWatlas {
  height: 650px;
}
.atlas .pclunbio .atlas_pc,
.atlas .pclunbio2 .atlas_pc {
  height: 650px;
}
.atlas .pclunbio .prev,
.atlas .pclunbio2 .prev {
  position: absolute;
  top: 0;
  left: -10%;
  width: 10%;
  cursor: pointer;
}
.atlas .pclunbio .next,
.atlas .pclunbio2 .next {
  position: absolute;
  top: 0;
  right: -10%;
  width: 10%;
  cursor: pointer;
}
.atlas .pclunbio .iconarrow-jiantou-left1,
.atlas .pclunbio2 .iconarrow-jiantou-left1,
.atlas .pclunbio .iconarrow-jiantou-right1,
.atlas .pclunbio2 .iconarrow-jiantou-right1 {
  font-size: 48px;
  line-height: 600px;
  color: #005aab;
  position: relative;
  margin-top: -24px;
}
.atlas .atlas_mo {
  height: 550px;
}
.atlas .lineHeight3 {
  height: 350px;
}
.atlas .lineHeight2 {
  height: 250px;
}
.atlas .lineHeight650 {
  height: 650px;
}
.atlas .lineHeight6 {
  height: 600px;
}
.atlas .lineHeight300 {
  height: 300px;
}
.atlas .lineHeight325 {
  height: 325px;
}
.atlas .NEWimgbox5 .img1 {
  height: 350px;
}
.atlas .NEWimgbox5 .img2 {
  height: 350px;
}
.atlas .NEWimgbox5 .img3,
.atlas .NEWimgbox5 .img4,
.atlas .NEWimgbox5 .img5 {
  height: 300px;
}
.atlas .NEWimgbox4 .img1,
.atlas .NEWimgbox4 .img2,
.atlas .NEWimgbox4 .img3,
.atlas .NEWimgbox4 .img4 {
  height: 325px;
}
.atlas .NEWimgbox3 .width60 {
  width: 60%;
}
.atlas .NEWimgbox3 .width60 .img1 {
  height: 650px;
}
.atlas .NEWimgbox3 .width40 {
  width: 40%;
}
.atlas .NEWimgbox3 .width40 .img2,
.atlas .NEWimgbox3 .width40 .img3 {
  height: 325px;
}
.atlas .NEWimgbox2 .img1,
.atlas .NEWimgbox2 .img2 {
  height: 650px;
}
.atlas .NEWimgbox1 .img1 {
  height: 650px;
}
.atlas .imgbox6 .img1 {
  position: relative;
  width: 40%;
  height: 250px;
}
.atlas .imgbox6 .img2 {
  position: relative;
  width: 60%;
  height: 250px;
}
.atlas .imgbox6 .img3 {
  position: relative;
  height: 350px;
}
.atlas .imgbox6 .img4 {
  position: relative;
  height: 350px;
}
.atlas .imgbox6 .img5 {
  position: relative;
  width: 60%;
  height: 250px;
}
.atlas .imgbox6 .img6 {
  position: relative;
  width: 40%;
  height: 250px;
}
.atlas .v2 {
  visibility: hidden;
}
.atlas .v2.cur {
  visibility: visible;
}
.atlas .v2.swiper-slide-active {
  visibility: visible;
}
.atlas .imgbox5 .img1 {
  width: 40%;
  height: 250px;
}
.atlas .imgbox5 .img2 {
  position: relative;
  width: 60%;
  height: 250px;
}
.atlas .imgbox5 .img3 {
  position: relative;
  height: 350px;
}
.atlas .imgbox5 .img4 {
  position: relative;
  height: 350px;
}
.atlas .imgbox5 .img5 {
  position: relative;
  height: 250px;
}
.atlas .imgbox5.v2 .v2_box {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
}
.atlas .imgbox5.v2 .imgBox_cut3 {
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
}
.atlas .imgbox5.v2 .img1 {
  width: 50%;
  height: 370px;
  padding-right: 5px;
}
.atlas .imgbox5.v2 .img2 {
  width: 50%;
  height: 370px;
  padding-left: 5px;
}
.atlas .imgbox5.v2 .img3,
.atlas .imgbox5.v2 .img4,
.atlas .imgbox5.v2 .img5 {
  width: 33.333333%;
  display: inline-block;
  padding: 0 5px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 270px;
}
.atlas .imgbox4 .img1 {
  height: 250px;
}
.atlas .imgbox4 .img2 {
  position: relative;
  height: 350px;
}
.atlas .imgbox4 .img3 {
  position: relative;
  height: 350px;
}
.atlas .imgbox4 .img4 {
  position: relative;
  height: 250px;
}
.atlas .imgbox4.v2 .v2_box {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
}
.atlas .imgbox4.v2 .img1,
.atlas .imgbox4.v2 .img3 {
  width: 50%;
  height: 320px;
  padding-right: 5px;
}
.atlas .imgbox4.v2 .img2,
.atlas .imgbox4.v2 .img4 {
  width: 50%;
  height: 320px;
  padding-left: 5px;
}
.atlas .imgbox4.v2 .img3,
.atlas .imgbox4.v2 .img4 {
  margin-top: 10px;
}
.atlas .imgbox3 .img1 {
  height: 250px;
}
.atlas .imgbox3 .img2 {
  position: relative;
  height: 350px;
}
.atlas .imgbox3 .img3 {
  position: relative;
  height: 600px;
}
.atlas .imgbox3.v2 .v2_box {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
}
.atlas .imgbox3.v2 .img1 {
  width: 100%;
  height: 650px;
  padding-right: 6px;
}
.atlas .imgbox3.v2 .img2,
.atlas .imgbox3.v2 .img3 {
  width: 100%;
  height: 320px;
  padding-left: 4px;
}
.atlas .imgbox3.v2 .img3 {
  margin-top: 10px;
}
.atlas .imgbox2 .img1 {
  height: 600px;
}
.atlas .imgbox2 .img2 {
  position: relative;
  height: 600px;
}
.atlas .imgbox2.v2 .v2_box {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
}
.atlas .imgbox2.v2 .img1 {
  width: 100%;
  height: 650px;
  padding-right: 5px;
}
.atlas .imgbox2.v2 .img2 {
  width: 100%;
  height: 650px;
  padding-left: 5px;
}
.atlas .imgbox1 .img1 {
  height: 600px;
}
.atlas .imgbox1.v2 .v2_box {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
}
.atlas .imgbox1.v2 .img1 {
  width: 100%;
  height: 650px;
}
.atlas .videoMask {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(15, 35, 65, 0.3);
  display: table;
}
.atlas .videoMask .iconplay {
  font-size: 48px;
  line-height: normal;
  color: white;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
}
.atlas .pagination {
  margin-top: 20px;
}
.atlas .swiper-pagination-switch {
  width: 10px;
  height: 10px;
  background: #32beff;
  display: inline-block;
  border-radius: 60%;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  margin-right: 10px;
  cursor: pointer;
}
.atlas .swiper-active-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: white;
  border: 3px solid #32beff;
  border-radius: 50%;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.atlas img:hover {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.atlas .allShow .prev,
.atlas .allShow .next {
  cursor: default;
}
.atlas .allShow .prev span,
.atlas .allShow .next span {
  cursor: pointer;
}
.atlas .smallShow {
  display: none!important;
}
.atlas .js_imglunbo .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: url('./baipishu_atlasbg.png');
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 35, 65, 0)), to(rgba(15, 35, 65, 0.6)));
  background: -webkit-linear-gradient(top, rgba(15, 35, 65, 0) 0%, rgba(15, 35, 65, 0.6) 100%);
  background: -moz-linear-gradient(top, rgba(15, 35, 65, 0) 0%, rgba(15, 35, 65, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(15, 35, 65, 0) 0%, rgba(15, 35, 65, 0.6) 100%);
}
.atlas .js_imglunbo .title .title_content {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .atlas {
    margin-bottom: 90px;
  }
  .atlas .atlas_title {
    font-size: 36px;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .atlas .pclunbio,
  .atlas .pclunbio2 {
    position: relative;
  }
  .atlas .pclunbio .atlas_pc,
  .atlas .pclunbio2 .atlas_pc {
    height: 500px;
    width: 100%;
  }
  .atlas .pclunbio .atlas_pc.NEWatlas,
  .atlas .pclunbio2 .atlas_pc.NEWatlas {
    height: 550px;
  }
  .atlas .pclunbio .iconarrow-jiantou-left1,
  .atlas .pclunbio2 .iconarrow-jiantou-left1,
  .atlas .pclunbio .iconarrow-jiantou-right1,
  .atlas .pclunbio2 .iconarrow-jiantou-right1 {
    line-height: 500px;
  }
  .atlas .NEWimgbox5 .img1 {
    height: 300px;
  }
  .atlas .NEWimgbox5 .img2 {
    height: 300px;
  }
  .atlas .NEWimgbox5 .img3,
  .atlas .NEWimgbox5 .img4,
  .atlas .NEWimgbox5 .img5 {
    height: 250px ;
  }
  .atlas .NEWimgbox4 .img1,
  .atlas .NEWimgbox4 .img2,
  .atlas .NEWimgbox4 .img3,
  .atlas .NEWimgbox4 .img4 {
    height: 275px;
  }
  .atlas .NEWimgbox3 .width60 {
    width: 60%;
  }
  .atlas .NEWimgbox3 .width60 .img1 {
    height: 550px;
  }
  .atlas .NEWimgbox3 .width40 {
    width: 40%;
  }
  .atlas .NEWimgbox3 .width40 .img2,
  .atlas .NEWimgbox3 .width40 .img3 {
    height: 275px;
  }
  .atlas .NEWimgbox2 .img1,
  .atlas .NEWimgbox2 .img2 {
    height: 550px;
  }
  .atlas .NEWimgbox1 .img1 {
    height: 550px;
  }
  .atlas .imgbox6 .img1 {
    position: relative;
    width: 40%;
    height: 200px;
    display: inline-table;
  }
  .atlas .imgbox6 .img2 {
    position: relative;
    width: 60%;
    height: 200px;
  }
  .atlas .imgbox6 .img3 {
    position: relative;
    height: 300px;
    display: inline-table;
  }
  .atlas .imgbox6 .img4 {
    position: relative;
    height: 300px;
    display: inline-table;
  }
  .atlas .imgbox6 .img5 {
    position: relative;
    width: 60%;
    height: 200px;
    display: inline-table;
  }
  .atlas .imgbox6 .img6 {
    position: relative;
    width: 40%;
    height: 200px;
    display: inline-table;
  }
  .atlas .imgbox5 .img1 {
    width: 40%;
    height: 200px;
  }
  .atlas .imgbox5 .img2 {
    position: relative;
    width: 60%;
    height: 200px;
    display: inline-table;
  }
  .atlas .imgbox5 .img3 {
    position: relative;
    height: 300px;
    display: inline-table;
  }
  .atlas .imgbox5 .img4 {
    position: relative;
    height: 300px;
    display: inline-table;
  }
  .atlas .imgbox5 .img5 {
    position: relative;
    height: 200px;
  }
  .atlas .imgbox5.v2 .img1 {
    height: 280px;
  }
  .atlas .imgbox5.v2 .img2 {
    height: 280px;
  }
  .atlas .imgbox5.v2 .img3,
  .atlas .imgbox5.v2 .img4,
  .atlas .imgbox5.v2 .img5 {
    height: 210px;
  }
  .atlas .imgbox4 .img1 {
    height: 200px;
  }
  .atlas .imgbox4 .img2 {
    position: relative;
    height: 300px;
  }
  .atlas .imgbox4 .img3 {
    position: relative;
    height: 300px;
    display: inline-table;
  }
  .atlas .imgbox4 .img4 {
    position: relative;
    height: 200px;
    display: inline-table;
  }
  .atlas .imgbox4.v2 .img1,
  .atlas .imgbox4.v2 .img3,
  .atlas .imgbox4.v2 .img2,
  .atlas .imgbox4.v2 .img4 {
    height: 245px;
  }
  .atlas .imgbox3 .img1 {
    height: 200px;
  }
  .atlas .imgbox3 .img2 {
    position: relative;
    display: inline-table;
    height: 300px;
  }
  .atlas .imgbox3 .img3 {
    display: inline-table;
    position: relative;
    height: 500px;
  }
  .atlas .imgbox3.v2 .img1 {
    width: 100%;
    height: 500px;
    padding-right: 6px;
  }
  .atlas .imgbox3.v2 .img2,
  .atlas .imgbox3.v2 .img3 {
    width: 100%;
    height: 245px;
    padding-left: 4px;
  }
  .atlas .imgbox3.v2 .img3 {
    margin-top: 10px;
  }
  .atlas .imgbox2 .img1 {
    height: 500px;
  }
  .atlas .imgbox2 .img2 {
    position: relative;
    display: inline-table;
    height: 500px;
  }
  .atlas .imgbox2.v2 .img1,
  .atlas .imgbox2.v2 .img2 {
    height: 500px;
  }
  .atlas .imgbox1 .img1 {
    height: 500px;
  }
  .atlas .imgbox1.v2 .img1 {
    height: 500px;
  }
  .atlas .videoMask {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(15, 35, 65, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C0f2341, endColorstr=#4C0f2341);
    display: table;
  }
  .atlas .videoMask .iconplay {
    font-size: 48px;
    line-height: normal;
    color: white;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
  }
  .atlas .js_imglunbo .title {
    height: 80px;
  }
  .atlas .js_imglunbo .title .title_content {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 701px) and (max-width: 991px) {
  .atlas {
    padding-bottom: 60px;
  }
  .atlas .atlas_title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .atlas .atlas_mo {
    height: 550px;
  }
  .atlas .lineHeight3 {
    height: 300px;
  }
  .atlas .lineHeight2 {
    height: 250px;
  }
  .atlas .lineHeight6 {
    height: 550px;
  }
  .atlas .imgbox6 .img1 {
    width: 40%;
    height: 250px;
  }
  .atlas .imgbox6 .img2 {
    width: 60%;
    height: 250px;
  }
  .atlas .imgbox6 .img3 {
    height: 300px;
  }
  .atlas .imgbox6 .img4 {
    height: 300px;
  }
  .atlas .imgbox6 .img5 {
    width: 60%;
    height: 250px;
  }
  .atlas .imgbox6 .img6 {
    width: 40%;
    height: 250px;
  }
  .atlas .imgbox5 .img1 {
    width: 40%;
    height: 250px;
  }
  .atlas .imgbox5 .img2 {
    width: 60%;
    height: 250px;
  }
  .atlas .imgbox5 .img3 {
    height: 300px;
  }
  .atlas .imgbox5 .img4 {
    height: 300px;
  }
  .atlas .imgbox5 .img5 {
    height: 250px;
  }
  .atlas .imgbox4 .img1 {
    height: 250px;
  }
  .atlas .imgbox4 .img2 {
    height: 300px;
  }
  .atlas .imgbox4 .img3 {
    height: 300px;
  }
  .atlas .imgbox4 .img4 {
    height: 250px;
  }
  .atlas .imgbox3 .img1 {
    height: 250px;
  }
  .atlas .imgbox3 .img2 {
    height: 300px;
  }
  .atlas .imgbox3 .img3 {
    height: 550px;
  }
  .atlas .imgbox3.v2 .img1 {
    height: 320px;
    padding-right: 0px;
  }
  .atlas .imgbox3.v2 .img2,
  .atlas .imgbox3.v2 .img3 {
    width: 50%;
    height: 220px;
    padding-right: 5px;
    padding-left: 0;
    margin-top: 10px;
  }
  .atlas .imgbox3.v2 .img3 {
    padding-right: 0;
    padding-left: 5px;
  }
  .atlas .imgbox2 .img1 {
    height: 275px;
  }
  .atlas .imgbox2 .img2 {
    height: 275px;
  }
  .atlas .imgbox2.v2 .img1,
  .atlas .imgbox2.v2 .img2 {
    width: 100%;
    height: 270px;
    padding: 0;
  }
  .atlas .imgbox2.v2 .img2 {
    margin-top: 10px;
  }
  .atlas .imgbox1 .img1 {
    height: 550px;
  }
  .atlas .imgbox1.v2 .img1 {
    height: 550px;
  }
  .atlas .allShow {
    display: none!important;
  }
  .atlas .allShow .atlas_pc {
    height: 550px;
  }
  .atlas .allShow .iconarrow-jiantou-left1,
  .atlas .allShow .iconarrow-jiantou-right1 {
    font-size: 32px;
    margin-top: -16px;
    line-height: 550px;
  }
  .atlas .allShow.smallShow {
    display: block!important;
  }
  .atlas .js_imglunbo .title {
    height: 80px;
  }
  .atlas .js_imglunbo .title .title_content {
    font-size: 14px;
    line-height: 20px;
  }
  .NEWatlas .imgbox5 .img1 {
    width: 100% !important;
    height: 300px !important;
  }
  .NEWatlas .imgbox5 .img2,
  .NEWatlas .imgbox5 .img3 {
    width: 50% !important;
    height: 250px !important;
  }
  .NEWatlas .imgbox5 .img4,
  .NEWatlas .imgbox5 .img5 {
    height: 275px;
  }
  .NEWatlas .imgbox4 .img1,
  .NEWatlas .imgbox4 .img2,
  .NEWatlas .imgbox4 .img3,
  .NEWatlas .imgbox4 .img4 {
    height: 275px;
  }
  .NEWatlas .imgbox3 .img1,
  .NEWatlas .imgbox3 .img2 {
    height: 275px;
  }
  .NEWatlas .imgbox3 .img3 {
    height: 550px;
  }
}
@media (min-width: 576px) and (max-width: 700px) {
  .atlas {
    padding-bottom: 60px;
  }
  .atlas .atlas_title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .atlas .atlas_mo {
    height: 550px;
  }
  .atlas .lineHeight3 {
    height: 300px;
  }
  .atlas .lineHeight2 {
    height: 250px;
  }
  .atlas .lineHeight6 {
    height: 550px;
  }
  .atlas .imgbox6 .img1 {
    width: 40%;
    height: 250px;
  }
  .atlas .imgbox6 .img2 {
    width: 60%;
    height: 250px;
  }
  .atlas .imgbox6 .img3 {
    height: 300px;
  }
  .atlas .imgbox6 .img4 {
    height: 300px;
  }
  .atlas .imgbox6 .img5 {
    width: 60%;
    height: 250px;
  }
  .atlas .imgbox6 .img6 {
    width: 40%;
    height: 250px;
  }
  .atlas .imgbox5 .img1 {
    width: 40%;
    height: 250px;
  }
  .atlas .imgbox5 .img2 {
    width: 60%;
    height: 250px;
  }
  .atlas .imgbox5 .img3 {
    height: 300px;
  }
  .atlas .imgbox5 .img4 {
    height: 300px;
  }
  .atlas .imgbox5 .img5 {
    height: 250px;
  }
  .atlas .imgbox4 .img1 {
    height: 250px;
  }
  .atlas .imgbox4 .img2 {
    height: 300px;
  }
  .atlas .imgbox4 .img3 {
    height: 300px;
  }
  .atlas .imgbox4 .img4 {
    height: 250px;
  }
  .atlas .imgbox3 .img1 {
    height: 250px;
  }
  .atlas .imgbox3 .img2 {
    height: 300px;
  }
  .atlas .imgbox3 .img3 {
    height: 550px;
  }
  .atlas .imgbox3.v2 .img1 {
    height: 320px;
    padding-right: 0px;
  }
  .atlas .imgbox3.v2 .img2,
  .atlas .imgbox3.v2 .img3 {
    width: 50%;
    height: 220px;
    padding-right: 5px;
    padding-left: 0;
    margin-top: 10px;
  }
  .atlas .imgbox3.v2 .img3 {
    padding-right: 0;
    padding-left: 5px;
  }
  .atlas .imgbox2 .img1 {
    height: 275px;
  }
  .atlas .imgbox2 .img2 {
    height: 275px;
  }
  .atlas .imgbox2.v2 .img1,
  .atlas .imgbox2.v2 .img2 {
    width: 100%;
    height: 270px;
    padding: 0;
  }
  .atlas .imgbox2.v2 .img2 {
    margin-top: 10px;
  }
  .atlas .imgbox1 .img1 {
    height: 550px;
  }
  .atlas .imgbox1.v2 .img1 {
    height: 550px;
  }
  .atlas .allShow {
    display: none!important;
  }
  .atlas .allShow .atlas_pc {
    height: 550px;
  }
  .atlas .allShow .iconarrow-jiantou-left1,
  .atlas .allShow .iconarrow-jiantou-right1 {
    font-size: 32px;
    margin-top: -16px;
    line-height: 550px;
  }
  .atlas .allShow.smallShow {
    display: block!important;
  }
  .atlas .js_imglunbo .title {
    height: 80px;
  }
  .atlas .js_imglunbo .title .title_content {
    font-size: 14px;
    line-height: 20px;
  }
  .NEWatlas .imgbox5 .img1 {
    width: 100% !important;
    height: 300px !important;
  }
  .NEWatlas .imgbox5 .img2,
  .NEWatlas .imgbox5 .img3 {
    width: 50% !important;
    height: 250px !important;
  }
  .NEWatlas .imgbox5 .img4,
  .NEWatlas .imgbox5 .img5 {
    height: 275px;
  }
  .NEWatlas .imgbox4 .img1,
  .NEWatlas .imgbox4 .img2,
  .NEWatlas .imgbox4 .img3,
  .NEWatlas .imgbox4 .img4 {
    height: 275px;
  }
  .NEWatlas .imgbox3 .img1,
  .NEWatlas .imgbox3 .img2 {
    height: 275px;
  }
  .NEWatlas .imgbox3 .img3 {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .atlas {
    padding-bottom: 45px;
    padding-bottom: 30px;
  }
  .atlas .pagination {
    margin-top: 15px;
  }
  .atlas .atlas_title {
    font-size: 28px;
    margin-bottom: 25px;
    margin-top: 45px;
  }
  .atlas .atlas_mo {
    height: 350px;
  }
  .atlas .lineHeight3 {
    height: 200px;
  }
  .atlas .lineHeight2 {
    height: 150px;
  }
  .atlas .lineHeight6 {
    height: 350px;
  }
  .atlas .imgbox6 .img1 {
    width: 40%;
    height: 150px;
  }
  .atlas .imgbox6 .img2 {
    width: 60%;
    height: 150px;
  }
  .atlas .imgbox6 .img3 {
    height: 200px;
  }
  .atlas .imgbox6 .img4 {
    height: 200px;
  }
  .atlas .imgbox6 .img5 {
    width: 60%;
    height: 150px;
  }
  .atlas .imgbox6 .img6 {
    width: 40%;
    height: 150px;
  }
  .atlas .imgbox5 .img1 {
    width: 40%;
    height: 150px;
  }
  .atlas .imgbox5 .img2 {
    width: 60%;
    height: 150px;
  }
  .atlas .imgbox5 .img3 {
    height: 200px;
  }
  .atlas .imgbox5 .img4 {
    height: 200px;
  }
  .atlas .imgbox5 .img5 {
    height: 150px;
  }
  .atlas .imgbox4 .img1 {
    height: 150px;
  }
  .atlas .imgbox4 .img2 {
    height: 200px;
  }
  .atlas .imgbox4 .img3 {
    height: 200px;
  }
  .atlas .imgbox4 .img4 {
    height: 150px;
  }
  .atlas .imgbox3 .img1 {
    height: 150px;
  }
  .atlas .imgbox3 .img2 {
    height: 200px;
  }
  .atlas .imgbox3 .img3 {
    height: 350px;
  }
  .atlas .imgbox3.v2 .img1 {
    height: 200px;
    padding-right: 0px;
  }
  .atlas .imgbox3.v2 .img2,
  .atlas .imgbox3.v2 .img3 {
    width: 50%;
    height: 145px;
    padding-right: 2.5px;
    padding-left: 0;
    margin-top: 5px;
  }
  .atlas .imgbox3.v2 .img3 {
    padding-right: 0;
    padding-left: 2.5px;
  }
  .atlas .imgbox2 .img1 {
    height: 175px;
  }
  .atlas .imgbox2 .img2 {
    height: 175px;
  }
  .atlas .imgbox2.v2 .img1,
  .atlas .imgbox2.v2 .img2 {
    width: 100%;
    height: 172.5px;
    padding: 0;
  }
  .atlas .imgbox2.v2 .img2 {
    margin-top: 5px;
  }
  .atlas .imgbox1 .img1 {
    height: 350px;
  }
  .atlas .imgbox1.v2 .img1 {
    height: 350px;
  }
  .atlas .allShow {
    display: none!important;
  }
  .atlas .allShow .atlas_pc {
    height: 350px;
  }
  .atlas .allShow .prev,
  .atlas .allShow .next {
    position: static;
    display: inline-block;
    margin-right: 5px;
    height: 62px;
  }
  .atlas .allShow .next {
    margin-right: 0;
    margin-left: 5px;
  }
  .atlas .allShow .iconarrow-jiantou-left1,
  .atlas .allShow .iconarrow-jiantou-right1 {
    font-size: 32px;
    margin-top: -16px;
    line-height: 62px;
  }
  .atlas .allShow.smallShow {
    display: block!important;
  }
  .atlas .js_imglunbo .title {
    height: 80px;
  }
  .atlas .js_imglunbo .title .title_content {
    font-size: 12px;
    line-height: 18px;
    padding: 0 20px;
    bottom: 15px;
  }
  .NEWatlas .imgbox5 .img1 {
    width: 100% !important;
    height: 200px !important;
  }
  .NEWatlas .imgbox5 .img2,
  .NEWatlas .imgbox5 .img3 {
    width: 50% !important;
    height: 150px !important;
  }
  .NEWatlas .imgbox5 .img4,
  .NEWatlas .imgbox5 .img5 {
    height: 175px;
  }
  .NEWatlas .imgbox4 .img1,
  .NEWatlas .imgbox4 .img2,
  .NEWatlas .imgbox4 .img3,
  .NEWatlas .imgbox4 .img4 {
    height: 175px;
  }
  .NEWatlas .imgbox3 .img1,
  .NEWatlas .imgbox3 .img2 {
    height: 175px;
  }
  .NEWatlas .imgbox3 .img3 {
    height: 350px;
  }
}
.viewLargerImage {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background: rgba(15, 35, 65, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E50f2341, endColorstr=#E50f2341);
}
.viewLargerImage .iconclose {
  font-size: 32px;
  color: #ffffff;
  margin-right: 14px;
  margin-top: 14px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
.viewLargerImage .viewLargerImage_title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 60px;
  height: 60px;
  line-height: 60px;
  background: rgba(15, 35, 65, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E50f2341, endColorstr=#E50f2341);
  z-index: 20;
  text-align: center;
}
.viewLargerImage .viewLargerImage_title span {
  font-size: 16px;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  height: 100%;
}
.viewLargerImage .viewLargerImage_title span:hover {
  font-size: 20px;
}
.viewLargerImage .viewLargerImage_prev,
.viewLargerImage .viewLargerImage_next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(15, 35, 65, 0.15);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#330f2341, endColorstr=#330f2341);
  cursor: pointer;
  z-index: 3;
}
.viewLargerImage .viewLargerImage_prev i,
.viewLargerImage .viewLargerImage_next i {
  font-size: 48px;
  color: white;
  position: relative;
  top: -2px;
}
.viewLargerImage .viewLargerImage_prev {
  position: absolute;
  left: 30px;
  top: 50%;
}
.viewLargerImage .viewLargerImage_next {
  position: absolute;
  right: 30px;
  top: 50%;
}
.viewLargerImage .swiper-wrapper {
  white-space: nowrap;
}
.viewLargerImage .swiper-wrapper .swiper-slide {
  position: relative;
}
.viewLargerImage .swiper-wrapper .swiper-slide .vjs-big-play-button {
  display: none;
}
.viewLargerImage .swiper-wrapper .swiper-slide .middel {
  vertical-align: baseline;
}
.viewLargerImage .swiper-wrapper .swiper-slide .img {
  height: auto;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.viewLargerImage .table {
  display: table;
  height: 100%;
}
.viewLargerImage .table_cell {
  display: table-cell;
}
.viewLargerImage .videoBox {
  position: relative;
  height: 560px;
}
.viewLargerImage .video-js {
  position: absolute;
  width: 1000px !important;
  height: 100% !important;
  top: 0;
  left: 50%;
  margin-left: -500px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .viewLargerImage .videoBox {
    height: 450px;
  }
  .viewLargerImage .viewLargerImage_title {
    padding: 0 30px;
  }
  .viewLargerImage .video-js {
    position: absolute;
    width: 800px !important;
    height: 100% !important;
    top: 0;
    left: 50%;
    margin-left: -400px;
  }
}
@media (min-width: 701px) and (max-width: 991px) {
  .viewLargerImage .videoBox {
    height: 100%;
  }
  .viewLargerImage .viewLargerImage_title {
    padding: 0 30px;
  }
  .viewLargerImage .video-js {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    margin-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 700px) {
  .viewLargerImage .videoBox {
    height: 100%;
  }
  .viewLargerImage .viewLargerImage_title {
    padding: 0 30px;
  }
  .viewLargerImage .video-js {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    margin-left: 0;
  }
  .viewLargerImage .viewLargerImage_prev {
    position: absolute;
    left: 20px;
    top: 50%;
  }
  .viewLargerImage .viewLargerImage_next {
    position: absolute;
    right: 20px;
    top: 50%;
  }
}
@media (max-width: 575px) {
  .viewLargerImage .videoBox {
    height: 100%;
  }
  .viewLargerImage .video-js {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    margin-left: 0;
  }
  .viewLargerImage .iconclose {
    font-size: 24px;
    margin-right: 8px;
  }
  .viewLargerImage .viewLargerImage_title {
    padding: 0 20px;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
  }
  .viewLargerImage .viewLargerImage_prev {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 24px;
    height: 24px;
  }
  .viewLargerImage .viewLargerImage_prev i {
    font-size: 24px;
  }
  .viewLargerImage .viewLargerImage_next {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 24px;
    height: 24px;
  }
  .viewLargerImage .viewLargerImage_next i {
    font-size: 24px;
  }
  .viewLargerImage .viewLargerImage_prev i,
  .viewLargerImage .viewLargerImage_next i {
    top: -1px;
  }
}
.vjs-default-skin .vjs-big-play-button {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 64px !important;
  color: white !important;
}
.vjs-default-skin .vjs-big-play-button:before {
  font-family: "iconfont" !important;
  content: "\e6f3" !important;
  text-shadow: none !important;
}
.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
.ie8 .vjs-poster IMG {
  vertical-align: middle;
  display: inline-block;
}
.ie8 .vjs-poster {
  text-align: center;
}
.ie8 .vjs-poster:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.ie8 .viewLargerImage .viewLargerImage_prev i,
.ie8 .viewLargerImage .viewLargerImage_next i {
  position: static;
}
@media (min-width: 1200px) {
  .schedule_an_interview .schedule_an_interview_nav ul li a {
    font-size: 20px;
  }
  .schedule_an_interview .textCard .textCard_content .text_box .introduction {
    font-size: 16px;
    line-height: 1.75;
  }
  .schedule_an_interview .textCard .textCard_content .text_box .contact div span {
    font-size: 16px;
  }
  .schedule_an_interview .textCard .textCard_content .text_box .contact div.address em {
    font-size: 16px;
  }
  .schedule_an_interview .textCard .textCard_content .text_box .contact div.phone em {
    font-size: 16px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .atlas {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .schedule_an_interview .schedule_an_interview_nav ul li a {
    font-size: 16px;
  }
  .schedule_an_interview .textCard .textCard_content .text_box .eg_button {
    margin-top: 20px;
    width: 100%;
  }
  .schedule_an_interview .textCard .textCard_content .text_box .introduction {
    font-size: 14px;
    line-height: 1.75;
  }
  .schedule_an_interview .textCard .textCard_content .text_box .contact div span {
    font-size: 14px;
  }
  .schedule_an_interview .textCard .textCard_content .text_box .contact div.address em {
    font-size: 14px;
  }
  .schedule_an_interview .textCard .textCard_content .text_box .contact div.phone em {
    font-size: 14px;
  }
}
.ie8 .schedule_an_interview .schedule_an_interview_nav ul li a {
  font-size: 20px;
}
.ie8 .schedule_an_interview .textCard .textCard_content .text_box .introduction {
  font-size: 16px;
  line-height: 1.75;
}
.ie8 .schedule_an_interview .textCard .textCard_content .text_box .contact div span {
  font-size: 16px;
}
.ie8 .schedule_an_interview .textCard .textCard_content .text_box .contact div.address em {
  font-size: 16px;
}
.ie8 .schedule_an_interview .textCard .textCard_content .text_box .contact div.phone em {
  font-size: 16px;
}
.schedule_an_interview .schedule_an_interview_nav ul {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
