@import 'common_tab.css';
.normal_tab {
  position: relative;
  z-index: 5;
}
.normal_tab .fixed_tab {
  box-shadow: none;
}
.normal_tab .fixed_tab .tab_list {
  height: 70px;
}
.mediaDatabase {
  padding-bottom: 90px;
  padding-top: 120px;
  background: #f8f8f8;
}
.mediaDatabase .sd_imgbox {
  height: 100%;
}
.mediaDatabase .crumbs {
  line-height: 50px;
  height: 50px;
}
.mediaDatabase .crumbs > div {
  text-align: left;
}
.mediaDatabase .crumbs a {
  font-size: 14px;
  padding: 0 5px;
  color: #666666;
}
.mediaDatabase .crumbs a:first-child {
  padding-left: 0;
}
.mediaDatabase .crumbs span {
  font-size: 14px;
  padding: 0 5px;
  color: #999999;
}
.mediaDatabase .crumbs i {
  font-size: 16px;
  color: #999999;
}
.mediaDatabase .banner {
  height: 400px;
  text-align: center;
  position: relative;
}
.mediaDatabase .banner img {
  height: 100%;
  margin: 0 -100%;
}
.mediaDatabase .banner .banner_text_box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8.33333333%;
  right: 0;
  display: block;
  line-height: 400px;
  text-align: left;
}
.mediaDatabase .banner .banner_text_box .banner_text {
  margin: 0 auto;
  display: inline-block;
}
.mediaDatabase .banner .banner_text_box .banner_text .text {
  font-size: 48px;
  line-height: 53px;
  font-weight: bold;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
.mediaDatabase .select_box {
  height: 80px;
  line-height: 80px;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 15, 40, 0.05);
}
.mediaDatabase .select_box > div {
  text-align: left;
}
.mediaDatabase .select_box .o_DropdownBody {
  width: 350px;
  margin-right: 10px;
}
.mediaDatabase .select_box .o_DropdownBody:first-child .o_Dropdown .listbox .list {
  height: auto !important;
  max-height: 800px;
}
.mediaDatabase .select_box .o_DropdownBody:first-child .o_Dropdown .listbox .list li:first-child {
  display: block;
}
.mediaDatabase .select_box .o_DropdownBody:first-child .o_Dropdown select option:first-child {
  display: block;
}
.mediaDatabase .select_box .o_DropdownBody .o_Dropdown {
  background: none;
  width: 100% !important;
  height: 40px;
}
.mediaDatabase .select_box .o_DropdownBody .o_Dropdown i {
  font-size: 18px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  right: 9px;
  color: #333;
}
.mediaDatabase .select_box .o_DropdownBody .o_Dropdown i:before {
  content: '\e71c';
}
.mediaDatabase .select_box .o_DropdownBody .o_Dropdown .name {
  height: 40px;
  line-height: 38px !important;
  color: #333;
  padding-right: 0;
}
.mediaDatabase .select_box .o_DropdownBody .o_Dropdown .listbox {
  top: 50px;
}
.mediaDatabase .select_box .o_DropdownBody .o_Dropdown .listbox .list {
  border: 1px solid #eeeeee;
  box-shadow: 0px 2px 6px 0px rgba(3, 0, 0, 0.1);
}
.mediaDatabase .select_box .o_DropdownBody .o_Dropdown .listbox .list li {
  text-align: left;
}
.mediaDatabase .select_box .o_DropdownBody .o_Dropdown .listbox .list li:hover {
  background-color: #f8f8f8;
}
.mediaDatabase .select_box .o_DropdownBody .o_Dropdown .listbox .list li:hover span {
  color: #666666;
}
.mediaDatabase .select_box .o_DropdownBody .o_Dropdown .listbox .list li span {
  line-height: 40px;
  padding: 0 15px;
  color: #666;
  font-size: 14px;
}
.mediaDatabase .select_box .o_DropdownBody .o_Dropdown .listbox .list li.cur {
  background: #005aab;
}
.mediaDatabase .select_box .o_DropdownBody .o_Dropdown .listbox .list li.cur span {
  color: #fff;
}
.mediaDatabase .select_box .o_DropdownBody .o_Dropdown .listbox .list li:first-child {
  display: none;
}
.mediaDatabase .select_box .o_DropdownBody .o_Dropdown .listbox .o_bar {
  background: #005aa0;
}
.mediaDatabase .select_box .o_DropdownBody .o_Dropdown select option:first-child {
  display: none;
}
.mediaDatabase .select_box .o_DropdownBody.open .o_Dropdown {
  border-color: #32beff;
}
.mediaDatabase .select_box:first-child {
  margin-left: 0;
}
.mediaDatabase .mediaDatabaseList {
  padding-top: 50px;
}
.mediaDatabase .mediaDatabaseList ul {
  margin: 0 -10px;
  font-size: 0;
  text-align: left;
}
.mediaDatabase .mediaDatabaseList ul li {
  display: inline-block;
  width: 25%;
  padding: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.mediaDatabase .mediaDatabaseList ul li .img {
  display: block;
  height: 200px;
  position: relative;
  cursor: pointer;
}
.mediaDatabase .mediaDatabaseList ul li .img:hover .imgMask {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.mediaDatabase .mediaDatabaseList ul li .img:hover p {
  bottom: 15px;
}
.mediaDatabase .mediaDatabaseList ul li .img .videoMask {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(15, 35, 65, 0.3);
  display: table;
}
.mediaDatabase .mediaDatabaseList ul li .img .videoMask .iconplay {
  font-size: 48px;
  line-height: normal;
  color: white;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
}
.mediaDatabase .mediaDatabaseList ul li .img .imgMask {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #0f2341;
  filter: alpha(opacity=0);
  display: table;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.mediaDatabase .mediaDatabaseList ul li .img p {
  width: 90%;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -100%;
  text-align: left;
  padding: 0 5%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.mediaDatabase .mediaDatabaseList ul li .img p.description {
  height: 50px;
  line-height: 50px;
  background: rgba(15, 35, 65, 0.3);
  bottom: 0;
}
.mediaDatabase .mediaDatabaseList ul li .img .video_title {
  bottom: 15px;
  text-align: center;
}
.mediaDatabase .pager {
  text-align: center;
  padding-top: 35px;
}
.mediaDatabase .pager .oPager a.cur {
  color: white;
  background: #005bab;
}
.mediaDatabase .pager .oPager .prev,
.mediaDatabase .pager .oPager .next {
  padding: 0;
}
.mediaDatabase .pager .oPager span {
  color: #333;
  margin-right: 0;
  vertical-align: top;
  font-size: 18px;
  line-height: 40px;
}
.mediaDatabase .pager .oPager a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  text-align: center;
  border-radius: 0px;
  border: 1px solid #eee;
  background: white;
  margin-right: 5px;
  color: #666666;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 14px;
  vertical-align: top;
}
.mediaDatabase .pager .jumpbox {
  display: none;
}
.mediaDatabase .global_search {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mediaDatabase {
    padding-top: 110px;
  }
  .mediaDatabase .banner {
    height: 300px;
  }
  .mediaDatabase .banner .banner_text_box {
    line-height: 300px;
  }
  .mediaDatabase .banner .banner_text_box .banner_text .text {
    font-size: 36px;
    line-height: 42px;
  }
  .mediaDatabase .select_box .o_DropdownBody {
    width: 250px;
  }
  .mediaDatabase .mediaDatabaseList {
    padding-top: 35px;
  }
  .mediaDatabase .mediaDatabaseList ul li {
    width: 33.3333%;
  }
  .mediaDatabase .mediaDatabaseList ul li .img .imgMask {
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  .mediaDatabase .mediaDatabaseList ul li .img p {
    bottom: 15px;
  }
  .viewLargerImage .iconclose.gree {
    color: #cccc;
  }
}
@media (min-width: 701px) and (max-width: 991px) {
  .mediaDatabase {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .mediaDatabase .crumbs {
    padding: 0 30px;
    line-height: 40px;
    height: 40px;
  }
  .mediaDatabase .crumbs a {
    font-size: 12px;
  }
  .mediaDatabase .crumbs span {
    font-size: 12px;
  }
  .mediaDatabase .banner {
    height: 250px;
  }
  .mediaDatabase .banner .banner_text_box {
    line-height: 250px;
  }
  .mediaDatabase .banner .banner_text_box .banner_text .text {
    font-size: 36px;
    line-height: 42px;
  }
  .mediaDatabase .select_box {
    height: 60px;
    line-height: 60px;
  }
  .mediaDatabase .select_box .o_DropdownBody {
    width: 200px;
  }
  .mediaDatabase .mediaDatabaseList {
    padding-top: 35px;
  }
  .mediaDatabase .mediaDatabaseList ul li {
    width: 50%;
  }
  .mediaDatabase .mediaDatabaseList ul li .img .imgMask {
    opacity: 0.3;
  }
  .mediaDatabase .mediaDatabaseList ul li .img p {
    bottom: 15px;
  }
  .mediaDatabase .pager {
    padding-top: 35px;
  }
  .viewLargerImage .iconclose.gree {
    color: #cccc;
  }
}
@media (min-width: 576px) and (max-width: 700px) {
  .mediaDatabase {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .mediaDatabase .crumbs {
    padding: 0 30px;
    line-height: 40px;
    height: 40px;
  }
  .mediaDatabase .crumbs a {
    font-size: 12px;
  }
  .mediaDatabase .crumbs span {
    font-size: 12px;
  }
  .mediaDatabase .banner {
    height: 200px;
  }
  .mediaDatabase .banner .banner_text_box {
    line-height: 200px;
  }
  .mediaDatabase .banner .banner_text_box .banner_text .text {
    font-size: 36px;
    line-height: 42px;
  }
  .mediaDatabase .select_box {
    height: 60px;
    line-height: 60px;
  }
  .mediaDatabase .select_box .o_DropdownBody {
    width: 200px;
  }
  .mediaDatabase .mediaDatabaseList {
    padding-top: 35px;
  }
  .mediaDatabase .mediaDatabaseList ul li {
    width: 50%;
  }
  .mediaDatabase .mediaDatabaseList ul li .img {
    height: 150px;
  }
  .mediaDatabase .mediaDatabaseList ul li .img:hover p {
    bottom: 10px;
  }
  .mediaDatabase .mediaDatabaseList ul li .img .imgMask {
    opacity: 0.3;
  }
  .mediaDatabase .mediaDatabaseList ul li .img p {
    font-size: 12px;
    bottom: 10px;
  }
  .mediaDatabase .mediaDatabaseList ul li .img p.description {
    height: 40px;
    line-height: 40px;
  }
  .mediaDatabase .mediaDatabaseList ul li .img .video_title {
    bottom: 10px;
  }
  .mediaDatabase .pager {
    padding-top: 20px;
  }
  .viewLargerImage .iconclose.gree {
    color: #cccc;
  }
}
@media (max-width: 575px) {
  .mediaDatabase {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .mediaDatabase .crumbs {
    padding: 0 30px;
    line-height: 40px;
    height: 40px;
  }
  .mediaDatabase .crumbs a {
    font-size: 12px;
  }
  .mediaDatabase .crumbs span {
    font-size: 12px;
  }
  .mediaDatabase .banner {
    height: 200px;
  }
  .mediaDatabase .banner .banner_text_box {
    width: 83.3333%;
    left: 50%;
    bottom: auto;
    right: auto;
    top: 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%);
    line-height: normal;
    text-align: center;
  }
  .mediaDatabase .banner .banner_text_box .banner_text .text {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }
  .mediaDatabase .select_box {
    height: 60px;
    line-height: 60px;
  }
  .mediaDatabase .select_box .select {
    margin: 0 -5px;
  }
  .mediaDatabase .select_box .o_DropdownBody {
    width: 50%;
    padding: 0 5px;
    margin: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .mediaDatabase .mediaDatabaseList {
    padding-top: 35px;
  }
  .mediaDatabase .mediaDatabaseList ul li {
    width: 100%;
  }
  .mediaDatabase .mediaDatabaseList ul li .img {
    height: 200px;
  }
  .mediaDatabase .mediaDatabaseList ul li .img .imgMask {
    opacity: 0.3;
  }
  .mediaDatabase .mediaDatabaseList ul li .img p {
    font-size: 14px;
    bottom: 15px;
  }
  .mediaDatabase .pager {
    padding-top: 20px;
  }
  .viewLargerImage .iconclose.gree {
    color: #cccc;
  }
}
@media (min-width: 0) and (max-width: 1199px) {
  .mediaDatabase .mediaDatabaseList ul li .img .imgMask {
    height: 50px;
  }
  .mediaDatabase .mediaDatabaseList ul li .img p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 700px) {
  .mediaDatabase .mediaDatabaseList ul li .img .imgMask {
    height: 40px;
  }
}
.viewLargerImage .video-js:-webkit-full-screen {
  width: 100%!important;
  height: 100%!important;
}
.viewLargerImage .vjs-fullscreen.video-js {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  margin-left: 0;
}
.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;
}
.global_search {
  padding-top: 120px;
}
.global_search .displaynone {
  display: none !important;
}
.global_search .search_head {
  background-color: #f8f8f8;
  padding-top: 25px;
  padding-bottom: 25px;
}
.global_search .search_head .search_box {
  text-align: left;
}
.global_search .search_head .search_box .search_input_box {
  display: inline-block;
  position: relative;
}
.global_search .search_head .search_box .search_input_box .search_input {
  width: 400px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  padding-right: 40px;
  padding-left: 15px;
  padding-top: 17px;
  padding-bottom: 17px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 16px;
  color: #333;
}
.global_search .search_head .search_box .search_input_box .search_icon {
  position: absolute;
  font-size: 24px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  color: #ccc;
  right: 15px;
  top: 50%;
  margin-top: -12px;
  z-index: 1;
  cursor: pointer;
}
.global_search .search_head .search_box .search_input_box .input_tips {
  position: absolute;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  left: 15px;
  top: 50%;
  margin-top: -8px;
  color: #333333;
}
.global_search .search_head .search_box .hot_search {
  display: inline-block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.global_search .search_head .search_box .hot_search span {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #005aab;
}
.global_search .search_head .search_box .hot_search .hot_item {
  cursor: pointer;
}
.global_search .search_head .search_box .hot_search .hot_item_box {
  display: inline-block;
}
.global_search .search_head .search_box .hot_search .hot_item_box span {
  margin-left: 30px;
}
.global_search .search_head .search_box .hot_search span.hot_item_last {
  margin-right: 0;
}
.global_search .search_head .search_box .hot_search .hot {
  padding-left: 90px;
  color: #999999;
}
.global_search .search_list {
  text-align: left;
  overflow: hidden;
}
.global_search .search_list .search_result {
  padding-top: 45px;
}
.global_search .search_list .search_result span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333333;
  margin-right: 30px;
  display: inline-block;
}
.global_search .search_list .search_result span .char_deal {
  letter-spacing: -6px;
}
.global_search .search_list .search_result span.cur span.char_chuli {
  color: #32beff !important;
  font-weight: bold;
}
.global_search .search_list .search_result span.result_class_last {
  margin-right: 0;
  display: none !important;
}
.global_search .search_list .search_result .result_class_box {
  display: inline-block;
}
.global_search .search_list .search_result .result_class {
  color: #999;
  cursor: pointer;
}
.global_search .search_list .search_result .result {
  font-weight: bold;
}
.global_search .search_list .search_result .cur {
  color: #32beff !important;
  font-weight: bold;
}
.global_search .search_list .fengexian {
  height: 1px;
  background-color: #0f2341;
  opacity: 0.1;
  width: 100%;
  margin-top: 20px;
}
.global_search .search_list .no_content_box {
  height: 400px;
  text-align: center;
}
.global_search .search_list .no_content_box .no_content {
  display: inline-block;
}
.global_search .search_list .no_content_box .no_content .icon_box {
  height: 96px;
  width: 96px;
  padding-top: 60px;
  padding-bottom: 25px;
  display: inline-block;
}
.global_search .search_list .no_content_box .no_content .icon_box img {
  height: 100%;
  width: 100%;
}
.global_search .search_list .no_content_box .no_content .no_content_tips {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #333333;
}
.global_search .search_list .no_content_box .no_content .no_content_tips font {
  padding-left: 13px;
  padding-right: 13px;
}
.global_search .search_list .result_list {
  min-height: 100px;
}
.global_search .search_list .result_list .result_item_box {
  padding-top: 30px;
}
.global_search .search_list .result_list .result_item .result_item_title {
  display: inline-block;
  padding-bottom: 10px;
  cursor: pointer;
  max-height: 50px;
  overflow: hidden;
}
.global_search .search_list .result_list .result_item .result_item_title span {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333333;
}

.global_search .search_list .result_list .result_item .result_item_title:hover span {
  color: #32beff;
}
.global_search .search_list .result_list .result_item .result_item_content {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #999999;
  max-height: 40px;
  overflow: hidden;
}

.global_search .search_list .result_list .result_item .time {
  padding-top: 20px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ccc;
}
.global_search .search_list .result_list .item_line {
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin: 25px 0;
}
.global_search .search_list .result_list .result_list_pager {
  text-align: center;
  padding-bottom: 90px;
  padding-top: 45px;
  display: none;
}
.global_search .search_list .result_list .result_list_pager .oPager a.cur {
  color: white;
  background: #005bab;
}
.global_search .search_list .result_list .result_list_pager .oPager span {
  color: #333;
  vertical-align: top;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin-right: 5px;
}
.global_search .search_list .result_list .result_list_pager .oPager a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  border-radius: 0px;
  border: 1px solid #eee;
  background: white;
  margin-right: 5px;
  text-align: center;
  color: #333;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 14px;
  vertical-align: top;
}
.global_search .search_list .result_list .result_list_pager .oPager a span {
  margin-right: 0;
}
.global_search .search_list .result_list .result_list_pager .jumpbox {
  display: none;
}
.global_search .search_list .result_list.only1 {
  margin-bottom: 30px;
}
.global_search .search_list .result_list2 {
  padding-top: 45px;
  min-height: 100px;
}
.global_search .search_list .result_list2 font {
  color: #32beff !important;
}
.global_search .search_list .result_list2 .result_list2_container {
  margin-left: -15px;
}
.global_search .search_list .result_list2 .result_list2_container .result_item2 {
  height: 380px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.global_search .search_list .result_list2 .result_list2_container .result_item2 .result_item2_rela {
  height: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: center;
  padding: 30px;
}
.global_search .search_list .result_list2 .result_list2_container .result_item2 .result_item2_rela .product_img {
  height: 200px;
  width: 200px;
  display: inline-block;
}
.global_search .search_list .result_list2 .result_list2_container .result_item2 .result_item2_rela .product_img a {
  cursor: pointer;
  display: inline-block;
}
.global_search .search_list .result_list2 .result_list2_container .result_item2 .result_item2_rela .product_img a img {
  height: 100%;
  width: 100%;
}
.global_search .search_list .result_list2 .result_list2_container .result_item2 .result_item2_rela .product_intro .intro_title {
  padding-top: 30px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.global_search .search_list .result_list2 .result_list2_container .result_item2 .result_item2_rela .product_intro .xinghao span {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #999999;
}
.global_search .search_list .result_list2 .result_list2_container .result_item2 .result_item2_rela .product_intro .xinghao .xinghao_head {
  color: #32beff;
}
.global_search .search_list .result_list2 .result_list2_container .result_item2 .result_item2_rela .product_intro .price {
  padding-top: 25px;
}
.global_search .search_list .result_list2 .result_list2_container .result_item2 .result_item2_rela .product_intro .price span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #999999;
}
.global_search .search_list .result_list2 .result_list2_container .result_item2 .result_item2_rela .product_intro .price .price_num {
  color: #32beff;
}
.global_search .search_list .result_list2 .result_list2_container .result_item2 .result_item2_rela:hover .product_intro .intro_title {
  color: #32beff !important;
}
.global_search .search_list .result_list2 .result_list2_container .result_item2:hover .result_item2_rela {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}
.global_search .search_list .result_list2 .result_list2_pager {
  text-align: center;
  padding-bottom: 90px;
  padding-top: 15px;
  display: none;
}
.global_search .search_list .result_list2 .result_list2_pager .oPager a.cur {
  color: white;
  background: #005bab;
}
.global_search .search_list .result_list2 .result_list2_pager .oPager span {
  color: #333;
  margin-right: 0;
  vertical-align: top;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin-right: 5px;
}
.global_search .search_list .result_list2 .result_list2_pager .oPager a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  border-radius: 0px;
  border: 1px solid #eee;
  background: white;
  margin-right: 5px;
  text-align: center;
  color: #333;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 14px;
  vertical-align: top;
}
.global_search .search_list .result_list2 .result_list2_pager .oPager a span {
  margin-right: 0;
}
.global_search .search_list .result_list2 .result_list2_pager .jumpbox {
  display: none;
}
.global_search .search_list .result_list2.only1 {
  margin-bottom: 45px;
}
.global_search .search_list .result_list3 {
  min-height: 100px;
}
.global_search .search_list .result_list3 font {
  color: #32beff !important;
}
.global_search .search_list .result_list3 .result_item3 {
  padding: 25px 0;
  border-bottom: 1px dashed #eee;
}
.global_search .search_list .result_list3 .result_item3 .result_item3_title {
  display: inline-block;
  cursor: pointer;
  max-height: 50px;
  overflow: hidden;
}
.global_search .search_list .result_list3 .result_item3 .result_item3_title span {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333333;
}
.global_search .search_list .result_list3 .result_item3 .result_item3_title .title_head {
  color: #32beff;
}
.global_search .search_list .result_list3 .result_item3 .result_item3_title:hover span {
  color: #32beff;
}
.global_search .search_list .result_list3 .result_item3 .reason {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #999999;
  padding-top: 10px;
  max-height: 40px;
}
.global_search .search_list .result_list3 .result_item3:first-child {
  padding-top: 30px;
}
.global_search .search_list .result_list3 .result_list3_pager {
  text-align: center;
  padding-bottom: 90px;
  padding-top: 45px;
  display: none;
}
.global_search .search_list .result_list3 .result_list3_pager .oPager a.cur {
  color: white;
  background: #005bab;
}
.global_search .search_list .result_list3 .result_list3_pager .oPager span {
  color: #333;
  margin-right: 0;
  vertical-align: top;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin-right: 5px;
}
.global_search .search_list .result_list3 .result_list3_pager .oPager a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  border-radius: 0px;
  border: 1px solid #eee;
  background: white;
  margin-right: 5px;
  text-align: center;
  color: #333;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 14px;
  vertical-align: top;
}
.global_search .search_list .result_list3 .result_list3_pager .oPager a span {
  margin-right: 0;
}
.global_search .search_list .result_list3 .result_list3_pager .jumpbox {
  display: none;
}
.global_search .search_list .result_list3.only1 {
  margin-bottom: 30px;
}
.global_search .search_list .result_list4 {
  display: none !important;
  min-height: 100px;
}
.global_search .search_list .result_list4 font {
  color: #32beff !important;
}
.global_search .search_list .result_list4 .result_item4 {
  padding: 25px 0;
  border-bottom: 1px dashed #eee;
}
.global_search .search_list .result_list4 .result_item4 .result_item4_title .name {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.global_search .search_list .result_list4 .result_item4 .result_item4_title .logo_box {
  display: inline-block;
}
.global_search .search_list .result_list4 .result_item4 .result_item4_title .logo {
  display: inline-block;
  height: 20px;
  width: 50px;
  margin-right: 5px;
}
.global_search .search_list .result_list4 .result_item4 .result_item4_title .logo img {
  height: 100%;
  width: 100%;
}
.global_search .search_list .result_list4 .result_item4 .result_item4_title .logo2 {
  margin-right: 0;
}
.global_search .search_list .result_list4 .result_item4 .result_item4_title:hover .name {
  color: #32beff;
}
.global_search .search_list .result_list4 .result_item4 .address {
  padding-top: 15px;
  padding-bottom: 10px;
}
.global_search .search_list .result_list4 .result_item4 .address span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #666;
}
.global_search .search_list .result_list4 .result_item4 .address .address_name {
  color: #999999;
}
.global_search .search_list .result_list4 .result_item4 .sales_content span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #666;
}
.global_search .search_list .result_list4 .result_item4 .sales_content .sales_content_name {
  color: #999999;
}
.global_search .search_list .result_list4 .result_item4:first-child {
  padding-top: 30px;
}
.global_search .search_list .result_list4 .result_list4_pager {
  text-align: center;
  padding-bottom: 90px;
  padding-top: 45px;
  display: none;
}
.global_search .search_list .result_list4 .result_list4_pager .oPager a.cur {
  color: white;
  background: #005bab;
}
.global_search .search_list .result_list4 .result_list4_pager .oPager span {
  color: #333;
  margin-right: 0;
  vertical-align: top;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin-right: 5px;
}
.global_search .search_list .result_list4 .result_list4_pager .oPager a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  border-radius: 0px;
  border: 1px solid #eee;
  background: white;
  margin-right: 5px;
  text-align: center;
  color: #333;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 14px;
  vertical-align: top;
}
.global_search .search_list .result_list4 .result_list4_pager .oPager a span {
  margin-right: 0;
}
.global_search .search_list .result_list4 .result_list4_pager .jumpbox {
  display: none;
}
.global_search .search_list .result_list4.only1 {
  margin-bottom: 25px;
}
.global_search .search_list .global_search_list .may_need {
  padding: 25px 0;
  border-bottom: 1px dashed #eee;
}
.global_search .search_list .global_search_list .may_need span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #999999;
}
.global_search .search_list .global_search_list .may_need a {
  text-align: center;
  display: inline-block;
  width: auto;
  height: 32px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  border: solid 1px #cccccc;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 11px;
  margin: 5px 2.5px;
}
.global_search .search_list .global_search_list .may_need .last_a {
  margin-right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .global_search {
    padding-top: 110px;
  }
  .global_search .search_head .search_box .search_input_box .search_input {
    width: 350px;
    height: 50px;
  }
  .global_search .search_head .search_box .hot_search .hot {
    padding-left: 60px;
  }
  .global_search .search_list .result_list_pager {
    padding-bottom: 60px !important;
  }
  .global_search .search_list .result_list2 .result_item2_rela {
    border: 1px solid #eee;
  }
  .global_search .search_list .result_list2_pager {
    padding-bottom: 60px !important;
  }
  .global_search .search_list .result_list3_pager {
    padding-bottom: 60px !important;
  }
  .global_search .search_list .result_list4_pager {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 0) and (max-width: 991px) {
  .global_search {
    padding-top: 70px;
  }
  .global_search .search_head {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .global_search .search_head .search_box .search_input_box {
    width: 100%;
  }
  .global_search .search_head .search_box .search_input_box .search_input {
    width: 100%;
    height: 50px;
  }
  .global_search .search_head .search_box .hot_search {
    width: 100% !important;
    padding-top: 15px;
  }
  .global_search .search_head .search_box .hot_search span {
    font-size: 14px;
    line-height: 20px;
  }
  .global_search .search_head .search_box .hot_search .hot {
    padding-left: 0;
  }
  .global_search .search_list .search_result span {
    margin-right: 20px;
  }
  .global_search .search_list .no_content_box .no_content .icon_box {
    padding-bottom: 20px;
    display: inline-block;
  }
  .global_search .search_list .no_content_box .no_content .icon_box img {
    height: 100%;
    width: 100%;
  }
  .global_search .search_list .no_content_box .no_content .no_content_tips {
    font-size: 16px;
    line-height: 18px;
  }
  .global_search .search_list .no_content_box .no_content .no_content_tips font {
    padding-left: 10px;
    padding-right: 10px;
  }
  .global_search .search_list .result_list2 {
    padding-top: 30px;
  }
  .global_search .search_list .result_list2 .result_item2_rela {
    border: 1px solid #eee;
  }
  .global_search .search_list .result_list2.only1 {
    margin-bottom: 30px;
  }
  .global_search .search_list .result_list_pager {
    padding-bottom: 60px !important;
  }
  .global_search .search_list .result_list2_pager {
    padding-bottom: 60px !important;
  }
  .global_search .search_list .result_list3_pager {
    padding-bottom: 60px !important;
  }
  .global_search .search_list .result_list4_pager {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 576px) and (max-width: 700px) {
  .global_search .search_list .search_result {
    padding-top: 30px;
  }
  .global_search .search_list .result_list_pager {
    padding-top: 30px !important;
  }
  .global_search .search_list .result_list2_pager {
    padding-top: 0 !important;
  }
  .global_search .search_list .result_list3_pager {
    padding-top: 30px !important;
  }
  .global_search .search_list .result_list4_pager {
    padding-top: 30px !important;
  }
}
@media (max-width: 575px) {
  .global_search {
    padding-top: 50px;
  }
  .global_search .search_head .search_box .hot_search span {
    font-size: 12px;
    line-height: 20px;
  }
  .global_search .search_head .search_box .hot_search .hot_item_box span {
    margin-left: 20px;
  }
  .global_search .search_list .result_list_pager {
    padding-top: 30px !important;
    padding-bottom: 45px !important;
  }
  .global_search .search_list .result_list2_pager {
    padding-top: 0 !important;
    padding-bottom: 45px !important;
  }
  .global_search .search_list .result_list3_pager {
    padding-top: 30px !important;
    padding-bottom: 45px !important;
  }
  .global_search .search_list .result_list4_pager {
    padding-top: 30px !important;
    padding-bottom: 45px !important;
  }
  .global_search .search_list .no_content_box {
    height: 300px;
    text-align: center;
  }
  .global_search .search_list .no_content_box .no_content {
    display: inline-block;
  }
  .global_search .search_list .no_content_box .no_content .icon_box {
    height: 64px;
    width: 64px;
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .global_search .search_list .no_content_box .no_content .no_content_tips {
    font-size: 14px;
    line-height: 18px;
  }
  .global_search .search_list .no_content_box .no_content .no_content_tips font {
    padding-left: 9px;
    padding-right: 9px;
  }
  .global_search .search_list .search_result {
    padding-top: 25px;
  }
  .global_search .search_list .search_result .result {
    display: block;
  }
  .global_search .search_list .search_result .result_class {
    font-size: 12px;
    line-height: 20px;
    padding-top: 15px;
  }
  .global_search .search_list .result_list .item_line {
    margin: 20px 0;
  }
  .global_search .search_list .result_list .result_item .result_item_title {
    max-height: 40px;
  }
  .global_search .search_list .result_list .result_item .result_item_title span {
    font-size: 14px;
    line-height: 20px;
  }
  .global_search .search_list .result_list .result_item .result_item_content {
    font-size: 12px;
    line-height: 20px;
    max-height: 40px;
  }
  .global_search .search_list .result_list .result_item .time {
    padding-top: 15px;
    font-size: 12px;
    line-height: 20px;
  }
  .global_search .search_list .result_list .result_item_box {
    padding-top: 25px;
  }
  .global_search .search_list .result_list.only1 {
    margin-bottom: 25px;
  }
  .global_search .search_list .result_list2 {
    padding-top: 25px;
  }
  .global_search .search_list .result_list2.only1 {
    margin-bottom: 25px;
  }
  .global_search .search_list .result_list3 .result_item3 {
    padding: 20px 0;
  }
  .global_search .search_list .result_list3 .result_item3 .result_item3_title {
    max-height: 40px;
  }
  .global_search .search_list .result_list3 .result_item3 .result_item3_title span {
    font-size: 14px;
    line-height: 20px;
  }
  .global_search .search_list .result_list3 .result_item3 .reason {
    max-height: 40px;
    font-size: 12px;
    line-height: 20px;
  }
  .global_search .search_list .result_list3 .result_item3:first-child {
    padding-top: 25px;
  }
  .global_search .search_list .result_list3.only1 {
    margin-bottom: 20px;
  }
  .global_search .search_list .result_list4 .result_item4 {
    padding: 20px 0;
  }
  .global_search .search_list .result_list4 .result_item4 .result_item4_title .name {
    font-size: 14px;
    line-height: 20px;
  }
  .global_search .search_list .result_list4 .result_item4 .address {
    padding-top: 10px;
  }
  .global_search .search_list .result_list4 .result_item4 .address span {
    font-size: 12px;
    line-height: 20px;
  }
  .global_search .search_list .result_list4 .result_item4 .sales_content span {
    font-size: 12px;
    line-height: 20px;
  }
  .global_search .search_list .result_list4 .result_item4:first-child {
    padding-top: 25px;
  }
  .global_search .search_list .result_list4.only1 {
    margin-bottom: 20px;
  }
  .global_search .search_list .global_search_list .may_need {
    padding: 20px 0 15px;
    margin: 0 -2.5px;
  }
  .global_search .search_list .global_search_list .may_need span {
    display: block;
    line-height: 20px;
    padding: 0 2.5px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .search_list {
    min-height: -moz-calc(100vh - 600px);
    min-height: calc(100vh - 600px);
  }
}
.hasbackImg {
  background: url("../images/backimg.jpg") no-repeat;
  background-size: cover;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backimg.jpg', sizingMethod='scale');
}
@media (min-width: 1200px) {
  .normal_tab .fixed_tab .tab_list .tab_item {
    font-size: 20px;
  }
  .mediaDatabase .crumbs a {
    font-size: 16px;
  }
  .mediaDatabase .crumbs {
    line-height: 56px;
    height: 56px;
  }
  .mediaDatabase .crumbs span {
    font-size: 16px;
  }
  .waterfall_box .filter li:first-child {
    width: 37.53px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .waterfall_box .filter li:first-child {
    width: 32.84px;
  }
}
@media (max-width: 575px) {
  .normal_tab .fixed_tab .tab_list .tab_item {
    font-size: 16px;
  }
  .mediaDatabase .crumbs a {
    font-size: 14px;
  }
  .mediaDatabase .crumbs span {
    font-size: 14px;
  }
  .mediaDatabase .crumbs {
    line-height: 46px;
    height: 46px;
  }
}
.ie8 .mediaDatabase .crumbs a {
  font-size: 16px;
}
.ie8 .mediaDatabase .crumbs {
  line-height: 56px;
  height: 56px;
}
.ie8 .mediaDatabase .crumbs span {
  font-size: 16px;
}
.ie8 .waterfall_box .filter li:first-child {
  width: 37.53px;
}
