@import 'iconfont.css';
.wrap {
  width: 88%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.ver > * {
  display: inline-block;
  vertical-align: middle;
}
.hv-scale {
  overflow: hidden;
}
.hv-scale img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.hv-scale:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tran3 {
  transition: 0.3s;
}
.table-cell {
  display: table;
  width: 100%;
}
.table-cell > * {
  display: table-cell;
  vertical-align: middle;
}
.row-pv0 {
  margin-left: 0;
  margin-right: 0;
}
.row-pv0 > * {
  padding-left: 0;
  padding-right: 0;
}
.mv0 {
  margin-left: 0!important;
  margin-right: 0!important;
}
.pv0 {
  padding-left: 0!important;
  padding-right: 0!important;
}
.pt0 {
  padding-top: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt0 {
  margin-top: 0!important;
}
.bg-gray {
  background: #f5f5f5;
}
.c-base {
  color: #01b0ff;
}
.bg-base {
  background: #01b0ff;
}
.hv:hover {
  color: #01b0ff;
}
.hv-f:hover {
  color: #fff;
}
body {
  font-family: "Helvetica Neue", '微软雅黑', '思源黑体', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}
.swiper-container {
  --swiper-theme-color: #01b0ff;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.6s !important;
}
.medium {
  font-family: medium;
}
.index-header {
  max-width: none;
}
.index-header .logo {
  width: 1.18rem;
  height: 0.76rem;
  display: block;
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: fixed;
  z-index: 9999;
  top: 30px;
  left: 6vw;
  transition: ease-in 0.5s;
}
.index-header .ic-menu {
  width: 0.55rem;
  height: 0.76rem;
  display: block;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  right: 6vw;
  top: 30px;
  background-image: url('../images/menu.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: 0.3s;
}
.index-header .ic-menu:hover {
  opacity: 0.7;
}
.index-header .ic-menu.xs {
  transform: scale(0);
}
@media (max-width: 768px) {
  .index-header .logo,
  .index-header .ic-menu {
    top: 10px;
  }
  .index-header .ic-menu {
    background-size: 120%;
  }
}
@media (max-width: 480px) {
  .index-header .ic-menu,
  .index-header .logo {
    top: 5px;
  }
  .index-header .logo {
    left: 10px;
  }
  .index-header .ic-menu {
    background-size: 120%;
    right: 15px;
  }
}
.index-header.hdhide .logo {
  transform: translateY(-200px);
}
.index-header.hdhide .ic-menu {
  background-image: url('../images/menu2.png');
}
.slide-menus-info {
  width: 330px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  transition: ease-out 0.3s;
  position: fixed;
  top: 0;
  z-index: 999;
  text-align: center;
  right: -330px;
  color: #fff;
}
.slide-menus-info.open {
  transform: translateX(-330px);
}
.slide-menus-info .icon-close {
  color: #fff;
  font-size: 26px;
  position: absolute;
  right: 26px;
  top: 26px;
  cursor: pointer;
  line-height: 1;
  transform: scale(0);
  transition: 0.3s;
  transition-delay: 0.3s;
}
.slide-menus-info .icon-close:hover {
  color: #01b0ff;
}
.slide-menus-info .icon-close.lg {
  transform: scale(1);
}
.slide-menus-info .menu-list {
  padding-top: 10vh;
  height: 100vh;
  overflow-y: auto;
}
.slide-menus-info a {
  color: #fff;
}
.slide-menus-info .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.slide-menus-info h5 {
  font-size: 20px;
  line-height: 50px;
  transition: 0.3s;
  font-weight: bold;
  cursor: pointer;
}
.slide-menus-info h5:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.slide-menus-info dl {
  display: none;
  padding: 10px 0 20px;
}
.slide-menus-info h5.on {
  font-size: 24px;
}
.slide-menus-info dl.on {
  display: block;
}
.slide-menus-info dd {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}
.slide-menus-info dd a {
  display: block;
  position: relative;
}
.slide-menus-info dd a::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  height: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
  width: 0;
  transition: 0.3s;
}
.slide-menus-info dd:hover a:after,
.slide-menus-info .active a:after {
  width: 100%;
}
.slide-menus-info dd:hover {
  width: 100%;
}
footer {
  color: #fff;
  background: #1a1a21;
  overflow: hidden;
}
footer a {
  color: #bbb;
}
footer a:hover {
  color: #fff;
}
footer .content {
  padding: 0.8rem 0 0.8rem;
}
footer .ftconcat {
  line-height: 1.5;
}
footer .ftconcat h4 {
  font-size: 18px;
  margin-bottom: 12px;
}
footer .ftconcat .tel {
  font-size: 16px;
  color: #fff;
}
footer .ftconcat .tit {
  color: #888;
  margin-bottom: 14px;
}
@media (min-width: 993px) {
  footer .ftnavs {
    width: 70%;
    float: left;
  }
  footer .ftnavs ul {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  footer .ftconcat {
    float: right;
  }
}
footer .navitem h4 {
  font-size: 18px;
  position: relative;
  margin-bottom: 12px;
}
footer .navitem .icon-jia {
  float: right;
  transition: 0.3s;
  display: none;
  margin-right: 10px;
}
footer .navitem .info a {
  color: #888;
  display: block;
  line-height: 30px;
}
footer .navitem .info a:hover {
  color: #fff;
}
footer .ft-bottom {
  padding: 24px 0;
  color: #575757;
  border-top: 1px solid #313131;
}
footer .ft-bottom .copyright {
  width: 88%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
footer .ft-bottom .copyright > * > * {
  display: inline-block;
  vertical-align: middle;
}
footer .ft-bottom .copyright a {
  color: #666;
  margin-left: 10px;
}
footer .ft-bottom .copyright a:hover {
  color: #fff;
}
@media (min-width: 993px) {
  footer .ft-bottom {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  footer .ft-bottom {
    text-align: center;
  }
}
@media (max-width: 640px) {
  footer .ft-bottom .copyright {
    font-size: 12px;
    line-height: 1.8;
  }
  footer .ft-bottom .copyright a {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  footer .navitem {
    float: none;
    width: 100%;
  }
  footer .navitem .icon-jia {
    display: block;
  }
  footer .navitem h4 {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: 46px;
    line-height: 46px;
    margin: 0;
  }
  footer .navitem .info {
    display: none;
    font-size: 15px;
    padding: 10px 30px;
    line-height: 2;
  }
  footer .navitem .info a {
    color: rgba(255, 255, 255, 0.8);
  }
  footer .navitem.active .iconfont {
    transform: rotate(135deg);
  }
  footer .content {
    padding: 40px 0 0;
  }
  footer .ftconcat {
    text-align: center;
    max-width: none;
    padding: 0.8rem 0;
  }
  footer .ft_join {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 16px;
  }
  footer .ftwechat {
    text-align: center;
  }
  footer .ftwechat .tit {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  footer .navitem h4 {
    font-weight: normal;
  }
  footer .telbox {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  footer .telbox .logo {
    display: none;
  }
}
@media (max-width: 768px) {
  footer .ft-link {
    font-size: 12px;
  }
  footer .ft-link a {
    margin-right: 6px;
  }
  footer .navitem h4 {
    font-size: 16px;
  }
}
.ibanner-box {
  background-color: #ccc;
}
.ihd h2 {
  font-size: 36px;
  margin-bottom: 5px;
}
.ihd .en {
  font-size: 16px;
  color: #bbb;
  position: relative;
}
.ihd .en::after {
  content: '';
  display: block;
  margin-top: 20px;
  width: 34px;
  height: 4px;
  background: #01b0ff;
}
@media (max-width: 1200px) {
  .ihd h2 {
    font-size: 30px;
  }
  .ihd .en {
    font-size: 14px;
  }
  .ihd .en::after {
    margin-top: 15px;
  }
}
@media (max-width: 992px) {
  .ihd h2 {
    font-size: 30px;
  }
  .ihd .en {
    font-size: 14px;
  }
  .ihd .en::after {
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .ihd h2 {
    font-size: 24px;
  }
  .ihd .en {
    font-size: 12px;
  }
  .ihd .en::after {
    margin-top: 10px;
    height: 2px;
  }
}
@media (max-width: 480px) {
  .ihd h2 {
    margin-bottom: 0;
  }
}
.banner {
  position: relative;
  text-align: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 8rem;
}
.banner .content {
  width: 88%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  color: #fff;
}
.banner h3 {
  font-size: 0.55rem;
  margin-bottom: 0.2rem;
  line-height: 1;
  font-weight: bold;
}
.banner .en {
  font-size: 0.16rem;
  font-weight: normal;
}
.banner .img {
  width: 100%;
  visibility: hidden;
  max-width: none;
}
@media (max-width: 992px) {
  .banner {
    height: 5rem;
  }
}
@media (max-width: 768px) {
  .banner .en {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .banner h3 {
    font-size: 0.5rem;
  }
}
@media (max-width: 480px) {
  .banner {
    height: 190px;
  }
  .banner .img {
    height: 190px;
  }
  .banner .content {
    margin-top: 3 0px;
  }
}
main {
  overflow-x: hidden;
}
.basenav {
  position: relative;
  overflow: hidden;
  width: 100vw;
  background: #01b0ff;
  color: #fff;
}
.basenav .inner {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 0.88rem;
  width: 88%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.basenav .inner1 {
  max-width: 680px;
  width: 70%;
}
.basenav .inner2 {
  max-width: 1060px;
}
.basenav a {
  font-size: 18px;
  white-space: nowrap;
  position: relative;
  display: block;
  color: #fff;
  height: 36px;
  line-height: 36px;
  border-bottom: 3px solid transparent;
}
.basenav a:hover {
  border-bottom-color: #fff;
}
.basenav .active {
  border-bottom-color: #fff;
}
@media (max-width: 640px) {
  .basenav a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .basenav .inner {
    height: 40px;
  }
  .basenav a {
    border-bottom-width: 2px;
  }
}
.hd-search {
  color: #fff;
}
.hd-search .searchbtn {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(to right, #01b0ff, #1589dc);
  cursor: pointer;
}
.hd-search .searchbtn .iconfont {
  font-size: 16px;
}
.hd-search .searchbtn:hover {
  background: linear-gradient(to right, #f00, #ff0);
}
@media (min-width: 993px) {
  .hd-search .searchbtn {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .hd-search .searchbtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    right: 70px;
  }
}
.hd-search-box {
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  padding: 20px 5%;
  display: none;
}
.hd-search-box .inner {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: end;
  box-pack: end;
  -webkit-justify-content: end;
  justify-content: end;
}
.hd-search-box form {
  border: 1px solid #01b0ff;
  max-width: 500px;
  display: block;
  position: relative;
  border-radius: 3px;
  width: 80%;
  min-width: 500px;
}
.hd-search-box .key {
  width: 90%;
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
}
.hd-search-box .submit {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 1px solid #01b0ff;
  text-align: center;
  width: 50px;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
}
.hd-search-box .submit .iconfont {
  font-size: 20px;
}
.hd-search-box .submit:hover {
  background: #01b0ff;
  color: #fff;
}
.hd-search-box .close {
  float: right;
  height: 40px;
  line-height: 42px;
  width: 60px;
  text-align: center;
  font-size: 20px;
}
.hd-search-box .close:hover {
  color: #01b0ff;
}
@media (min-width: 993px) {
  .hd-search-box {
    top: 90px;
  }
}
@media (max-width: 992px) {
  .hd-search-box {
    top: 80px;
  }
}
@media (max-width: 768px) {
  .hd-search-box {
    top: 50px;
  }
  .hd-search-box .inner {
    float: none;
    width: 100%;
  }
  .hd-search-box form {
    min-width: auto;
    width: 90%;
  }
  .hd-search-box .close {
    position: relative;
  }
}
@media (max-width: 480px) {
  .hd-search-box {
    bottom: 0;
    height: auto;
  }
}
.pagination {
  text-align: center;
  margin-top: 0.5rem;
  display: block;
}
.pagination li {
  margin: 0 2px;
}
.pagination li > a,
.pagination li > span {
  float: none;
  display: inline-block;
  cursor: pointer;
  color: #333;
  border: 0;
  font-size: 16px;
  border-radius: 50%!important;
  border: 1px solid #e5e5e5;
}
.pagination .active > a,
.pagination .active > span,
.pagination .active > a:hover,
.pagination .active > span:hover,
.pagination .active > a:focus,
.pagination .active > span:focus {
  background: #01b0ff;
  color: #fff;
  border: 0;
}
.basetit {
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 1360px) {
  .basetit {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .basetit {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .basetit {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .basetit {
    font-size: 22px;
  }
}
.pagination.s2 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .pagination.s2 {
    position: relative;
    top: -0.3rem;
  }
}
.download-list-box {
  padding: 0.8rem 0 1.1rem;
}
.download-list {
  margin-bottom: 0.9rem;
  margin-top: 0.6rem;
}
.download-list li {
  border-bottom: 1px solid #e6e6e6;
  height: 0.9rem;
  font-size: 0.18rem;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  cursor: pointer;
  position: relative;
}
.download-list li::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background: #01b0ff;
  transition: 0.3s;
  bottom: -1px;
  left: 0;
}
.download-list li > * {
  transition: 0.3s;
}
.download-list li .icon {
  width: 0.28rem;
  height: 0.28rem;
  background-image: url('../images/ic_pdf.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 0.2rem;
  display: inline-block;
}
.download-list li .tit {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: block;
  margin-right: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.download-list li .down {
  color: #666;
  padding-right: 0.24rem;
}
.download-list li:hover .icon {
  background-image: url('../images/ic_pdf_on.png');
}
.download-list li:hover > * {
  transform: translateX(20px);
}
@media (max-width: 1200px) {
  .download-list li {
    height: 60px;
  }
  .download-list li .tit {
    font-size: 16px;
  }
  .download-list li .down {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .download-list li .icon {
    margin-right: 0.1rem;
  }
  .download-list li .down {
    padding-right: 0;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .download-list li .tit {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .download-list li:hover::after {
    width: 100%;
  }
  .download-list li:hover .down,
  .download-list li:hover .tit {
    color: #01b0ff;
  }
}
.abouthd {
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.abouthd h2 {
  font-size: 0.35rem;
  font-weight: bold;
}
.abouthd .en {
  font-size: 0.24rem;
  border-bottom: 4px solid #01b0ff;
  display: inline-block;
}
.company-box {
  padding: 0.8rem 0 0.3rem;
  margin-bottom: 1.2rem;
  width: 88%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1070px;
}
.company-box .abouthd {
  text-align: center;
}
@media (max-width: 640px) {
  .company-box {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.company-box .text {
  font-size: 18px;
  line-height: 2.22222222;
  color: #646464;
}
.company-box .text h4 {
  font-weight: bold;
  margin-top: 0.3rem;
  line-height: 2.22222222;
}
@media (max-width: 992px) {
  .company-box .text {
    font-size: 14px;
  }
}
.company-box .logos {
  text-align: center;
  padding: 0.8rem 0 0.4rem;
}
.company-box .logos .item {
  margin: 0 0.4rem;
  width: 1.26rem;
  height: 1.2rem;
}
@media (max-width: 640px) {
  .company-box .logos .item {
    margin: 0 0.2rem;
  }
}
.company-box .datas {
  padding: 1rem 2% ;
  max-width: 995px;
  background-image: url('../images/map.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (min-width: 641px) {
  .company-box .datas .inner {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .company-box .datas .item {
    border-radius: 50%;
    color: #fff;
    width: 200px;
    height: 200px;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.2rem;
    transition: 0.3s;
  }
}
.company-box .datas .item:nth-child(1) {
  background: rgba(26, 184, 255, 0.8);
  transition: 0.3s;
}
.company-box .datas .item:nth-child(2) {
  background: rgba(58, 180, 125, 0.8);
}
.company-box .datas .item:nth-child(3) {
  background: rgba(255, 193, 25, 0.8);
}
.company-box .datas .item:nth-child(1):Hover {
  background: #1ab8ff;
}
.company-box .datas .item:nth-child(2):Hover {
  background: #3ab47d;
}
.company-box .datas .item:nth-child(3):Hover {
  background: #ffc119;
}
.company-box .datas .val {
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}
.company-box .datas b {
  font-size: 0.72rem;
  line-height: 1;
}
.company-box .datas .desc {
  font-size: 14px;
  width: 90%;
  margin-left: 5%;
}
@media (max-width: 992px) {
  .company-box .datas .item {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (max-width: 768px) {
  .company-box .datas .desc {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .company-box .datas {
    background-position: center 0;
  }
  .company-box .datas .item {
    border-radius: 0;
    width: 100%;
    height: auto;
    margin-top: 5px;
    color: #fff;
    text-align: left;
    padding: 0.2rem 0.3rem;
    border-radius: 3px;
  }
  .company-box .datas .desc {
    width: 100% ;
    margin-left: 0;
  }
}
.news-lg-box {
  padding: 1rem 0;
  background: #fff;
}
.news-lg-box .hd {
  margin-bottom: 0.3rem;
}
.news-lg-box .hd b {
  font-size: 0.36rem;
  margin-right: 0.1rem;
}
.news-lg-box .hd span {
  font-size: 16px;
  color: #828282;
}
@media (min-width: 769px) {
  .news-lg-box .bd {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .news-lg-box .box {
    width: 50%!important;
  }
  .news-lg-box .img {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
  }
  .news-lg-box .img img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .news-lg-box .img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .news-lg-box .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
  }
  .news-lg-box .content {
    box-sizing: border-box;
    padding: 0.5rem;
  }
  .news-lg-box:hover h3 a {
    color: #01b0ff;
  }
}
.news-lg-box h3 {
  font-size: 0.25rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 0.2rem;
}
.news-lg-box h3 a:hover {
  color: #01b0ff;
}
.news-lg-box .info {
  color: #999;
  line-height: 2;
  margin-bottom: 0.3rem;
}
.news-lg-box .more {
  background: #01b0ff;
  color: #fff;
  width: 135px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  font-size: 16px;
}
.news-lg-box .more:hover {
  background: #34c0ff;
}
@media (max-width: 768px) {
  .news-lg-box .content {
    padding: 0.4rem 0;
  }
  .news-lg-box h3 {
    font-size: 20px;
    font-weight: normal;
  }
}
.news-list-box {
  padding: 0.9rem 0;
}
.news-list {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.news-list > * {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.news-list li {
  margin-bottom: 0.8rem;
}
@media (max-width: 992px) {
  .news-list li:nth-child(3n+1) {
    clear: none;
  }
  .news-list li:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 1360px) {
  .news-list {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }
  .news-list > * {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .news-list li {
    margin-bottom: 0.4rem;
  }
}
.news-list .inner {
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.06);
  position: relative;
}
.news-list .inner::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 4px;
  background: #01b0ff;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.news-list .inner:hover::after {
  width: 100%;
}
.news-list .img {
  width: 100%;
  overflow: hidden;
  display: block;
}
.news-list .img img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-list .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news-list .info {
  padding: 0.2rem 0.3rem 0.3rem;
}
.news-list .tit {
  font-size: 18px;
  line-height: 1.76;
  margin-bottom: 0.1rem;
  display: block;
}
.news-list .data {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
}
.news-list .data .time {
  color: #9e9e9e;
  margin-right: 0.1rem;
}
.news-list .data a {
  color: #01b0ff;
}
.news-list .data a .iconfont {
  font-size: 12px;
}
.news-list .data a:hover {
  color: #26ac6e;
}
@media (max-width: 1200px) {
  .news-list .tit {
    font-size: 16px;
  }
}
@media (min-width: 993px) {
  .news-list li:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 768px) {
  .news-list li:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 993px) {
  .col-main {
    float: left;
    width: 70%;
  }
  .col-sub {
    float: right;
    width: 26%;
  }
}
.video-list li {
  cursor: pointer;
}
.video-list li:nth-child(3n+1) {
  clear: left;
}
@media (max-width: 992px) {
  .video-list li:nth-child(3n+1) {
    clear: none;
  }
  .video-list li:nth-child(2n+1) {
    clear: left;
  }
}
.video-list .tit {
  padding: 22px 0;
  width: 88%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
}
.video-list .imgbox {
  position: relative;
  overflow: hidden;
}
.video-list .imgbox img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.video-list .imgbox:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.video-list .imgbox img {
  width: 100%;
}
.video-list .imgbox::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 1;
}
.video-list .icon {
  width: 0.59rem;
  height: 0.47rem;
  background-image: url('../images/ic_video.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  z-index: 2;
}
.article-box {
  padding: 1rem 0 1.5rem;
}
.article-box h1 {
  font-size: 0.36rem;
}
.article-box .data {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  margin: 0.2rem 0 0.3rem;
  font-size: 16px;
}
.article-box .data .show {
  margin-left: 0.2rem;
}
.article-box .content {
  background: #f5f5f5;
  padding: 0.6rem 0.7rem;
  margin-bottom: 0.34rem;
  font-size: 16px;
  color: #626262;
  line-height: 1.76;
}
.article-box .content p + p {
  margin-top: 14px;
}
@media (max-width: 1200px) {
  .article-box .content {
    padding: 0.4rem;
  }
}
@media (max-width: 768px) {
  .article-box .content {
    padding: 0.2rem;
  }
  .article-box .data {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .article-box .content {
    font-size: 15px;
  }
}
@media (min-width: 1201px) {
  .article-box .bottom {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .article-box .bottom .pnext {
    width: 70%;
  }
}
.article-box .bottom .pnext {
  font-size: 16px;
  line-height: 1;
}
.article-box .bottom .pnext a {
  color: #333;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  max-width: 45%;
}
.article-box .bottom .pnext a:hover {
  color: #01b0ff;
}
@media (min-width: 641px) {
  .article-box .bottom .pnext a + a {
    border-left: 1px solid #666;
    margin-left: 0.1rem;
    padding-left: 0.1rem;
  }
}
.article-box .bottom .return {
  width: 120px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #01b0ff;
  border-radius: 2em;
  color: #fff;
  font-size: 16px;
  display: block;
}
@media (max-width: 1200px) {
  .article-box .bottom .pnext {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 992px) {
  .article-box .bottom {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 640px) {
  .article-box .bottom .pnext a {
    max-width: 80%;
    width: 80%;
    margin-bottom: 0.2rem;
  }
}
.col-sub {
  padding-top: 0.46rem;
}
.col-sub .hd {
  height: 0.56rem;
  line-height: 0.56rem;
  background: #01b0ff;
  color: #fff;
  font-size: 16px;
  padding-left: 0.3rem;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .col-sub .hd {
    height: 46px;
    line-height: 46px;
  }
}
.sub-news-list li {
  margin-bottom: 0.2rem;
}
@media (max-width: 992px) {
  .sub-news-list li {
    margin-bottom: 0.5rem;
  }
  .sub-news-list li .info {
    padding-top: 0.1rem;
  }
}
.sub-news-list .img {
  overflow: hidden;
  display: block;
}
.sub-news-list .img img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sub-news-list .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.sub-news-list img {
  width: 100%;
}
.sub-news-list .tit {
  font-size: 16px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0.1rem 0;
}
.sub-news-list .time {
  color: #767575;
}
.pt-box {
  padding: 0.9rem 0 1.4rem;
  background-image: url('../images/bg1.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-position: 0 0;
}
@media (max-width: 640px) {
  .pt-box {
    padding-bottom: 1rem;
  }
}
.pt-box .hd {
  margin-bottom: 0.5rem;
}
.pt-box .hd h2 {
  font-size: 0.36rem;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #333;
  padding-bottom: 0.1rem;
}
.pt-box .imgs {
  margin-left: -5px;
  margin-right: -5px;
}
.pt-box .imgs > * {
  padding-left: 5px;
  padding-right: 5px;
}
.pt-box .imgs .item {
  margin-bottom: 5px;
}
.pt-box .imgs .tit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.6rem;
  line-height: 0.6rem;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  font-size: 17px;
  transition: 0.3s;
}
.pt-box .imgs .inner {
  position: relative;
  overflow: hidden;
}
.pt-box .imgs .inner img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.pt-box .imgs .inner:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.pt-box .imgs .inner img {
  width: 100%;
}
@media (min-width: 769px) {
  .pt-box .imgs .inner:hover .tit {
    transform: translateY(60px);
  }
}
.pt-box .text {
  padding: 0.5rem 0 0.8rem;
  line-height: 1.8;
  font-size: 18px;
  color: #666;
}
@media (max-width: 768px) {
  .pt-box .text {
    font-size: 16px;
  }
}
.site-box .item {
  margin-bottom: 0.2rem;
}
.site-box .inner {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  min-height: 2.86rem;
  padding: 0.4rem 0.6rem 0.6rem;
}
.site-box .inner .icon {
  width: 0.76rem;
  height: 0.76rem;
  margin-right: 0.36rem;
  margin-top: 0.1rem;
}
.site-box .inner dl {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.site-box .inner dt {
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}
.site-box .inner dd {
  font-size: 18px;
  color: #6e6e6e;
  line-height: 1.8;
}
@media (max-width: 1200px) {
  .site-box .inner {
    padding: 0.4rem 0.4rem 0.5rem;
  }
  .site-box .inner dt {
    font-size: 20px;
  }
  .site-box .inner dd {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .site-box .inner dt {
    font-size: 18px;
  }
  .site-box .inner dd {
    font-size: 14px;
  }
}
.active-list-box {
  padding-bottom: 1rem;
}
.active-list {
  margin-bottom: 0.5rem;
}
@media (min-width: 769px) {
  .active-list li {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    padding: 0.68rem 0;
    border-bottom: 1px solid #e5f5e5;
    position: relative;
    font-size: 16px;
  }
  .active-list li::after {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    height: 1px;
    background: #01b0ff;
    transition: 0.3s;
    bottom: -1px;
    left: 0;
  }
  .active-list .img {
    width: 26%;
    display: block;
    overflow: hidden;
  }
  .active-list .img img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .active-list .img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .active-list .content {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0 2rem 0 0.6rem;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .active-list .content {
    margin: 0 1rem 0 0.4rem;
  }
}
.active-list .more {
  display: block;
  box-sizing: content-box;
  width: 1.76rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border: 1px solid #e5e5e5;
  color: #888888;
  transition: 0.3s;
}
.active-list .more:hover {
  background: #01b0ff;
  color: #fff;
  border-color: #01b0ff;
}
.active-list h3 {
  font-size: 24px;
}
.active-list .content {
  color: #919191;
  line-height: 1.6;
}
.active-list .time {
  padding: 5px 0 15px;
  border-bottom: 1px dotted #e5f5e5;
  margin-bottom: 0.33rem;
}
.active-list .desc {
  line-height: 30px;
  height: 90px;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 3;
}
@media (max-width: 1200px) {
  .active-list .desc {
    font-size: 14px;
    line-height: 26px;
    height: 78px;
  }
}
.active-list li:hover::after {
  width: 100%;
}
.active-list li:hover h3 a {
  color: #01b0ff;
}
@media (max-width: 1200px) {
  .active-list .time {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 992px) {
  .active-list h3 {
    font-size: 22px;
  }
  .active-list .more {
    display: none;
  }
  .active-list .img {
    width: 35%;
  }
  .active-list .content {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .active-list {
    margin-bottom: 0.8rem;
  }
  .active-list li {
    margin-top: 0.8rem;
  }
  .active-list .time {
    padding: 5px 0 5px;
  }
  .active-list .content {
    padding: 0.2rem 0;
  }
  .active-list .more {
    display: block;
  }
}
.line-box {
  padding: 1.25rem 0 2rem;
}
@media (min-width: 992px) {
  .line-box li {
    float: left;
    width: 26%;
    margin-left: 8%;
  }
  .line-box li:nth-child(1) {
    width: 32%;
    margin-left: 0;
  }
  .line-box h4 {
    margin-top: 0.2rem;
    border-top: 0.05rem solid #e8e8e8;
    padding: 0.36rem 0;
    text-align: center;
  }
}
.line-box .icon {
  width: 0.76rem;
  height: 0.76rem;
  display: block;
  margin: 0 auto;
}
.line-box h4 {
  font-size: 0.3rem;
  padding: 0.1rem 0;
}
.line-box .info {
  font-size: 16px;
  color: #999;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .line-box li {
    margin-bottom: 1rem;
    text-align: center;
  }
  .line-box li + li {
    border-top: 1px solid #e8e8e8;
    padding-top: 0.5rem;
  }
}
@media (max-width: 768px) {
  .line-box {
    padding-bottom: 1rem;
  }
  .line-box h4 {
    font-size: 20px;
  }
}
.yd-form {
  padding: 1rem 0;
  width: 88%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
}
.yd-form .sort {
  max-width: 410px;
}
.yd-form .form-group {
  margin-bottom: 24px;
}
.yd-form .input-box {
  position: relative;
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
}
.yd-form .input-box em {
  padding-left: 10px;
  color: #f00;
}
.yd-form .input-box .icon {
  position: absolute;
  right: 10px;
}
.yd-form .box {
  background: #f5f5f5;
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 30px 50px 6px;
}
.yd-form .box .input-box {
  margin-bottom: 20px;
}
.yd-form .box .form-control {
  height: 46px;
  padding: 10px 16px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.yd-form .box .iconfont {
  line-height: 46px;
  height: 46px;
}
.yd-form .box .icon-down {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0.27rem;
  text-align: center;
}
.yd-form .box .ic-date {
  width: 0.27rem;
  height: 0.22rem;
  background-image: url('../images/ic_date.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.yd-form label {
  font-size: 16px;
  display: block;
}
.yd-form .submit {
  width: 156px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #01b0ff;
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
}
.yd-form .form-control {
  font-size: 16px;
  box-shadow: none;
  border-color: #bababa;
}
@media (min-width: 993px) {
  .yd-form .form-group {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
  }
  .yd-form label {
    width: 250px;
    display: block;
  }
  .yd-form .submit {
    margin-left: 250px;
  }
}
@media (max-width: 992px) {
  .yd-form label {
    font-size: 14px;
  }
  .yd-form .form-group {
    padding-left: 0;
  }
  .yd-form .box {
    padding: 30px 30px 6px;
  }
  .yd-form .submit {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 640px) {
  .yd-form .box .form-control,
  .yd-form .form-control {
    padding: 7px 16px;
    height: 40px;
    font-size: 15px;
  }
}
.contact-inner {
  padding: 0.6rem 0;
  width: 88%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .contact-inner {
    max-width: 600px;
    width: 80%;
    margin-left: 10%;
  }
}
@media (max-width: 640px) {
  .contact-inner {
    width: 88%;
    margin-left: 6%;
    padding: 0.6rem 0 1rem;
  }
}
.contact-inner h2 {
  font-size: 0.28rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
  padding-bottom: 0.2rem;
  position: relative;
}
.contact-inner h2::before {
  content: '';
  display: block;
  width: 28px;
  height: 3px;
  background: #01b0ff;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .contact-inner h2 {
    font-size: 22px;
  }
}
.contact-box {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 0.08rem solid #01b0ff;
}
.contact-box li {
  margin-bottom: 20px;
}
.contact-box label {
  font-size: 16px;
  color: #646363;
}
.contact-box .val {
  font-size: 0.22rem;
  font-weight: bold;
  margin-top: 0.06rem;
}
@media (max-width: 640px) {
  .contact-box {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .contact-box .val {
    font-size: 17px;
  }
}
.msg-form label {
  font-weight: normal;
  display: block;
  line-height: 40px;
  transition: 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  z-index: -1;
}
.msg-form .cbox {
  border-bottom: 1px solid #5f5f5f;
  font-size: 16px;
  margin-bottom: 26px;
  padding-top: 10px;
  position: relative;
}
.msg-form .cbox input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: relative;
  display: block;
}
.msg-form .cbox input::after {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 2px;
  background: #01b0ff;
  left: 0;
  bottom: 1px;
  width: 100%;
  transition: 0.5s;
  z-index: 5;
}
.msg-form .cbox input:focus::after {
  width: 100%;
}
.msg-form .cbox textarea {
  height: 70px;
  width: 100%;
  display: block;
  padding-top: 5px;
}
.msg-form .cbox.on label {
  top: -20px;
}
.msg-form .submit {
  width: 136px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #01b0ff;
  border-radius: 2em;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}
.contact-main {
  position: relative;
}
.cmap-bpx {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .cmap-bpx {
    width: 50vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #ccc;
  }
}
@media (max-width: 1199px) {
  .cmap-bpx {
    height: 400px;
    background: #ccc;
  }
}
.cg-introduce {
  padding: 0.85rem 0 1rem;
}
.cg-introduce .abouthd {
  margin-bottom: 0.6rem;
}
.cg-introduce .content .ic {
  width: 0.87rem;
  height: 0.87rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin-right: 0.3rem;
}
.cg-introduce .content .icon1 {
  background-image: url('../images/cg_ic_1.png');
}
.cg-introduce .content .icon2 {
  background-image: url('../images/cg_ic_2.png');
}
.cg-introduce .content .icon3 {
  background-image: url('../images/cg_ic_3.png');
}
@media (min-width: 769px) {
  .cg-introduce .content li {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
  }
}
@media (max-width: 768px) {
  .cg-introduce .content li {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
  }
}
.cg-introduce .content li + li {
  margin-top: 0.6rem;
}
.cg-introduce .content dl {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.cg-introduce .content dl .ic {
  display: none;
}
.cg-introduce .content dl dt {
  font-size: 18px;
  color: #01b0ff;
  margin-bottom: 0.2rem;
}
.cg-introduce .content dl dd {
  font-size: 16px;
  color: #666;
  line-height: 1.76;
}
@media (max-width: 640px) {
  .cg-introduce .content li > .ic {
    display: none;
  }
  .cg-introduce .content dl dt {
    padding-left: 30px;
    position: relative;
  }
  .cg-introduce .content dl .ic {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    left: 0;
  }
}
@media (min-width: 1201px) {
  .cg-introduce .row {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
  }
}
@media (max-width: 1200px) {
  .cg-introduce .img {
    display: block;
    margin: 1rem auto;
  }
}
@media (max-width: 640px) {
  .cg-introduce .img {
    margin: 0.5rem auto;
  }
}
.cg-list-box {
  padding: 0.8rem 0;
}
.cg-list-box .hd {
  margin-bottom: 0.46rem;
  position: relative;
  padding-bottom: 10px;
}
.cg-list-box .hd::after {
  content: '';
  display: block;
  position: absolute;
  width: 95px;
  height: 4px;
  background: #01b0ff;
  bottom: 0;
}
.cg-list-box h2 {
  font-size: 0.3rem;
  font-weight: bold;
}
.cg-list-box .en {
  font-size: 18px;
  color: #707070;
}
@media (max-width: 768px) {
  .cg-list-box h2 {
    font-size: 24px;
    margin-bottom: 0.1rem;
  }
  .cg-list-box .en {
    font-size: 14px;
  }
}
.cg-list li {
  margin-bottom: 0.4rem;
}
.cg-list li:nth-child(2n+1) {
  clear: both;
}
.cg-list .ic {
  width: 0.54rem;
  height: 0.54rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}
.cg-list .ic1 {
  background-image: url('../images/js_ic_b1.png');
}
.cg-list .ic2 {
  background-image: url('../images/js_ic_b2.png');
}
.cg-list .ic3 {
  background-image: url('../images/js_ic_b3.png');
}
.cg-list .ic4 {
  background-image: url('../images/js_ic_b4.png');
}
.cg-list .inner {
  transition: 0.3s;
  background: #fff;
  padding: 0.55rem 0.8rem 0.3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
@media (max-width: 640px) {
  .cg-list .inner {
    padding: 0.55rem 0.4rem 0.3rem;
  }
}
.cg-list .val {
  font-size: 16px;
}
.cg-list .val b {
  font-size: 0.52rem;
}
.cg-list .info {
  line-height: 1.6;
  min-height: 120px;
}
.cg-list .inner:Hover {
  background: #01b0ff;
  color: #fff;
}
.cg-list .inner:Hover .ic1 {
  background-image: url('../images/js_ic_b1_on.png');
}
.cg-list .inner:Hover .ic2 {
  background-image: url('../images/js_ic_b2_on.png');
}
.cg-list .inner:Hover .ic3 {
  background-image: url('../images/js_ic_b3_on.png');
}
.cg-list .inner:Hover .ic4 {
  background-image: url('../images/js_ic_b4_on.png');
}
.about-zp {
  text-align: center;
  padding: 0.8rem 0;
}
.about-zp .desc {
  font-size: 18px;
  color: #666;
  line-height: 2;
  max-width: 660px;
  margin: 0 auto 0.6rem;
}
.about-job {
  background: url('../images/bg2.jpg') no-repeat center center;
  background-size: cover;
  padding: 0.77rem 0;
  position: relative;
}
@media (min-width: 1200px) {
  .about-job::after {
    content: '';
    display: block;
    position: absolute;
    width: 45%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(26, 184, 255, 0.8);
    z-index: 1;
  }
}
.about-job .wrap {
  position: relative;
}
.about-job .content {
  position: relative;
  z-index: 5;
  padding-top: 0.5rem;
  color: #fff;
}
@media (min-width: 1500px) {
  .about-job .content {
    padding-left: 0.6rem;
  }
}
.about-job .content .info {
  line-height: 40px;
  font-size: 16px;
}
.about-job .content .ic-arr {
  width: 41px;
  height: 50px;
  background-image: url('../images/icon_arr.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
}
@media (min-width: 1200px) {
  .about-job .content {
    float: left;
  }
}
.about-job .abouthd .en {
  border-bottom: 0;
}
.about-job .listbox {
  background: url('../images/bg3.png') no-repeat center center;
  background-size: cover;
  padding: 0.6rem 0.8rem 0.3rem;
  font-size: 16px;
  position: relative;
  z-index: 55;
}
@media (min-width: 1500px) {
  .about-job .listbox {
    right: 0.7rem;
  }
}
@media (min-width: 1200px) {
  .about-job .listbox {
    float: right;
    width: 55%;
    min-width: 700px;
  }
  .about-job .listbox li {
    max-width: 250px;
    float: left;
  }
  .about-job .listbox li:nth-child(2n) {
    float: right;
    max-width: 280px;
  }
}
.about-job .listbox li {
  margin-bottom: 0.5rem;
}
.about-job .listbox h4 {
  position: relative;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.about-job .listbox h4::after {
  content: '';
  display: block;
  position: absolute;
  width: 28px;
  height: 2px;
  background: #01b0ff;
  bottom: 0;
  left: 0;
}
.about-job .listbox .info {
  color: #777;
  font-size: 15px;
  line-height: 1.8;
}
.about-job .listbox .ic {
  width: 0.8rem;
  height: 0.8rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin-bottom: 15px;
}
.about-job .listbox .ic1 {
  background-image: url('../images/ic_job_1.png');
}
.about-job .listbox .ic2 {
  background-image: url('../images/ic_job_2.png');
}
.about-job .listbox .ic3 {
  background-image: url('../images/ic_job_3.png');
}
.about-job .listbox .ic4 {
  background-image: url('../images/ic_job_4.png');
}
@media (max-width: 1199px) and (min-width: 769px) {
  .about-job .content,
  .about-job .listbox {
    float: none;
  }
  .about-job .listbox {
    width: 100%;
  }
  .about-job .listbox li {
    width: 48%;
    float: left;
  }
  .about-job .listbox li:nth-child(2n+1) {
    margin-right: 4%;
  }
}
@media (max-width: 768px) {
  .about-job {
    background: #01b0ff;
    text-align: center;
  }
  .about-job .wrap {
    width: 88%;
  }
  .about-job .abouthd .en {
    border-bottom: 2px solid #fff;
  }
  .about-job .listbox {
    background: none;
    padding: 0;
  }
  .about-job .listbox .ic {
    display: block;
    margin: 0 auto 0.1rem;
  }
  .about-job .listbox h4::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .about-job .listbox li {
    padding: 0.3rem;
    border-radius: 3px;
    background: #ffffff;
    margin-bottom: 5px;
  }
  .about-job .content {
    background: #01b0ff;
    padding: 0 0 0.4rem;
  }
  .about-job .content .info {
    line-height: 1.76;
    font-size: 15px;
  }
}
.recruit-box {
  padding: 0.9rem 0 1.2rem;
  width: 88%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.recruit-box li {
  margin-bottom: 0.3rem;
  border: 1px solid #eeeeee;
}
.recruit-box h4 {
  background: #f5f5f5;
  padding-left: 0.6rem;
  position: relative;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  cursor: pointer;
}
.recruit-box h4 .iconfont {
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 48px;
  font-size: 24px;
  display: block;
  color: #01b0ff;
  transition: 0.3s;
  top: 0;
  height: 48px;
}
.recruit-box h4:hover {
  color: #01b0ff;
}
.recruit-box .info {
  display: none;
  padding: 0.4rem 0.6rem;
}
.recruit-box .dl {
  margin-bottom: 0.34rem;
}
.recruit-box .dt {
  font-size: 16px;
  margin-bottom: 0.1rem;
}
.recruit-box .dd {
  color: #505050;
  line-height: 1.8;
}
.recruit-box .open {
  border: 1px solid #01b0ff;
}
.recruit-box .open h4 {
  background: #01b0ff;
  color: #fff;
}
.recruit-box .open h4 .iconfont {
  color: #fff;
  transform: rotate(135deg);
}
.recruit-box .bottom {
  border-top: 1px solid #e5e5e5;
  padding: 0.2rem 0;
}
@media (max-width: 768px) {
  .recruit-box h4 {
    padding-left: 0.3rem;
    font-size: 17px;
  }
  .recruit-box .info {
    padding: 0.3rem;
  }
}
.leasehd {
  position: relative;
  padding: 0 0.7rem;
  margin-bottom: 0.7rem;
}
.leasehd::after {
  content: '';
  display: block;
  position: absolute;
  width: 0.7rem;
  height: 0.07rem;
  background: #01b0ff;
}
.leasehd h2 {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1rem;
  position: relative;
  z-index: 2;
}
.leasehd .en {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #e2e2e2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  line-height: 1rem;
}
@media (max-width: 480px) {
  .leasehd h2 {
    font-size: 24px;
  }
}
.lease-box {
  padding: 1.68rem 0 1.5rem;
  position: relative;
  background: #f8f8f8;
}
.lease-box::after {
  content: '';
  display: block;
  position: absolute;
  width: 55vw;
  height: 100%;
  right: 0;
  top: 0;
  background: url('../images/bg4.jpg') no-repeat 0 center;
  background-size: cover;
}
.lease-box .content {
  max-width: 660px;
  position: relative;
  z-index: 2;
  width: 55%;
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}
.lease-box .content p {
  margin-bottom: 0.3rem;
}
@media (max-width: 992px) {
  .lease-box::after {
    width: 100%;
    background-position: center;
  }
  .lease-box .inner {
    position: relative;
    z-index: 5;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.5rem;
    display: inline-block;
  }
  .lease-box .content {
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .lease-box {
    padding: 1rem 0;
  }
  .lease-box .wrap {
    width: 100%;
  }
  .lease-box .inner {
    padding: 0.5rem 6%;
  }
}
@media (max-width: 480px) {
  .lease-box .content {
    font-size: 15px;
  }
}
.location-box {
  background: #53b2c7;
  padding: 1rem 0;
}
.location-box .leasehd {
  margin-bottom: 0.4rem;
}
.location-box .leasehd::after {
  background: rgba(0, 0, 0, 0.2);
}
.location-box .leasehd h2 {
  color: #fff;
}
.location-box .leasehd .en {
  color: rgba(0, 0, 0, 0.2);
}
.location-box .row {
  margin-left: -0.44rem;
  margin-right: -0.44rem;
}
.location-box .row > * {
  padding-left: 0.44rem;
  padding-right: 0.44rem;
}
.location-box .content {
  color: #fff;
  font-size: 16px;
  line-height: 1.9;
  max-width: 620px;
}
.location-box .content h5 {
  font-weight: bold;
  font-size: 0.24rem;
  margin-bottom: 5px;
}
.location-box .content .item + .item {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .location-box .img {
    margin-top: 0.4rem;
  }
  .location-box .img img {
    width: 100%;
  }
  .location-box .content h5 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .location-box .content {
    font-size: 15px;
  }
}
.business-box {
  padding: 0.8rem 0 0.9rem;
}
.new-swiper {
  position: relative;
}
.new-swiper ul {
  white-space: nowrap;
}
.new-swiper li {
  width: 20vw;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.new-swiper li img {
  transition: 0.3s;
  width: 100%;
}
.new-swiper li .info {
  position: absolute;
  width: 100%;
  top: 100%;
  height: 100%;
  z-index: 5;
  left: 0;
  background: rgba(26, 184, 255, 0.8);
  transition: 0.3s;
  opacity: 0;
}
.new-swiper li .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  width: 88%;
  color: #fff;
  text-align: center;
}
.new-swiper li b {
  font-size: 0.2rem;
  margin-bottom: 0.1rem;
  display: block;
  white-space: normal;
}
.new-swiper li .iconfont {
  transition: 0.3s;
  position: absolute;
  right: 50%;
  bottom: 6%;
  color: #fff;
  font-size: 0.26rem;
  transition-duration: 0.4s;
}
@media (max-width: 1360px) {
  .new-swiper li {
    width: 25vw;
  }
  .new-swiper li b {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .new-swiper li {
    width: 33.33vw;
  }
}
@media (max-width: 768px) {
  .new-swiper li {
    width: 100vw;
  }
}
.new-swiper li:hover img {
  transform: scale(1.1);
}
.new-swiper li:hover .info {
  top: 0;
  opacity: 1;
}
.new-swiper li:hover .iconfont {
  right: 6%;
}
.new-swiper .pnext {
  width: 47px;
  height: 47px;
  z-index: 999;
  text-align: center;
  background-color: #212121;
  font-size: 18px;
  line-height: 47px;
  color: #a7a7a7;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  color: #fff;
}
.new-swiper .pnext:hover {
  color: #fff;
  background-color: #474747;
  outline: none;
}
.new-swiper .swiper-button-disabled {
  opacity: 0.5;
}
.new-swiper .pnextbox {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 94px;
  height: 47px;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  z-index: 55;
}
.news-banner {
  position: relative;
  height: 100vh;
}
.news-banner li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.news-banner .inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  padding: 0.2rem 0;
  color: #fff;
  text-align: left;
  z-index: 555;
}
.news-banner .wrap {
  max-width: 1300px;
}
.news-banner h4 {
  font-size: 0.48rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}
.news-banner h4::after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.news-banner .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  border: 1px solid #01b0ff;
  transition: 0.3s;
  width: 10px;
  height: 10px;
}
.news-banner .swiper-pagination-bullet-active {
  background: #01b0ff;
}
.news-banner .swiper-button-prev {
  left: -100px;
}
.news-banner .swiper-button-next {
  right: -100px;
}
.news-banner:hover .swiper-button-prev {
  left: 2%;
}
.news-banner:hover .swiper-button-next {
  right: 2%;
}
.news-banner .swiper-button-next,
.news-banner .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: 0.3s;
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
}
.news-banner .swiper-button-next::after,
.news-banner .swiper-button-prev::after {
  font-size: 0.3rem;
  font-weight: bold;
}
.news-banner .swiper-button-next:hover,
.news-banner .swiper-button-prev:hover {
  background-color: #ffffff;
  color: #333;
}
@media (max-width: 640px) {
  .news-banner .swiper-button-prev {
    left: 2%;
  }
  .news-banner .swiper-button-next {
    right: 2%;
  }
}
.news-banner .info {
  padding: 0.16rem 0;
}
.news-banner .info > * {
  display: inline-block;
  vertical-align: middle;
}
.news-banner .info .item {
  margin-right: 0.4rem;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.1rem;
}
.news-banner .info .cn {
  color: #949494;
}
.news-banner .info .ic {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.news-banner .info .ic1 {
  background-image: url('../images/ic_n1.png');
  vertical-align: text-bottom;
}
.news-banner .info .ic2 {
  background-image: url('../images/ic_n2.png');
  vertical-align: text-bottom;
}
.news-banner .info .ic3 {
  background-image: url('../images/ic_n3.png');
  vertical-align: text-bottom;
}
@media (max-width: 480px) {
  .news-banner .info .item {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 992px) {
  .panels5.s2 {
    height: 9rem;
    max-height: 100vh;
  }
}
/*  map */
.BMap_cpyCtrl,
.anchorBL {
  display: none;
}
#map label,
#map img {
  max-width: none;
  max-height: none;
}
.line-mapbox {
  height: 7.6rem;
}
/********************************************
2.0 Page loader
*********************************************/
.loader-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  z-index: 99999;
}
.loader {
  margin: auto;
  margin-top: -30px;
  top: 50%;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(0, 0, 0, 0.1);
  border-right: 0.5em solid rgba(0, 0, 0, 0.1);
  border-bottom: 0.5em solid rgba(0, 0, 0, 0.1);
  border-left: 0.5em solid #01b0ff;
  -webkit-animation: pageLoader 1.1s infinite linear;
  animation: pageLoader 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}
@-webkit-keyframes pageLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pageLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*//加载*/
.preload {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 81;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  -webkit-transform-origin: 50% 42%;
  -ms-transform-origin: 50% 42%;
  transform-origin: 50% 42%;
}
.preload.is-loaded {
  background: 0 0;
}
.preload.is-animate-out {
  -webkit-transform: scale(5);
  -ms-transform: scale(5);
  transform: scale(5);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s,opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.preload.is-paused .preload__progress {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.preload.is-paused .preload__progress-inner {
  -webkit-animation: none;
  animation: none;
}
.preload.is-clean {
  background: 0 0;
  z-index: -1;
  -webkit-transition: none;
  transition: none;
}
.preload.is-clean .preload__bg {
  display: none;
}
.preload.is-clean .preload__progress {
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
}
.preload.is-clean .preload__progress-inner {
  background: #35373b;
}
.preload.is-clean-paused .preload__progress-inner {
  -webkit-animation: none;
  animation: none;
}
.preload__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #333;
}
.preload__progress {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  width: 200px;
  margin: -1px 0 0 -100px;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  transition: ease-in 0.5s;
}
.preload__progress-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-animation: preloadLine 1.6s both infinite;
  animation: preloadLine 1.6s both infinite;
}
@-webkit-keyframes preloadLine {
  2% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  48% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  52% {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  98% {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes preloadLine {
  2% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  48% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  52% {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  98% {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.load-bg {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 80;
  transition: 0.3s;
}
.load-bg .top {
  height: 50%;
  width: 100%;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.load-bg .top i {
  display: block;
  width: 200px;
  height: 1px;
  background-color: #555;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.load-bg .top i.on {
  left: 0%;
  margin-left: 0px;
  width: 100%;
}
.load-bg .bot {
  bottom: 0;
  transition: 0.3s;
  left: 0;
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #333;
}
.preload__progress.on {
  width: 100%;
  left: 0;
  margin-left: 0;
  background: #fff;
}
.load-bg .bot.on,
.load-bg .top.on {
  background: #fff;
}
.video-popup {
  display: none;
}
.layer-video-popup {
  width: auto!important;
}
.layer-video-popup .layui-layer-content {
  width: 90vw;
  max-width: 1284px;
}
.layer-video-popup .layui-layer-content .video-popup {
  padding: 0.2rem 0.2rem 0;
}
.layer-video-popup .layui-layer-content .video {
  width: 100%;
  max-width: 1285px;
  height: 6.4rem;
  background: #000;
}
.layer-video-popup .layui-layer-content h3 {
  text-align: center;
  font-size: 18px;
  padding: 0.35rem 0;
}
@media (max-width: 768px) {
  .layer-video-popup .layui-layer-content {
    width: 90vw;
  }
}
@media (max-width: 640px) {
  .layer-video-popup .layui-layer-content .video {
    height: 3rem;
  }
}
@media (max-width: 480px) {
  .layer-video-popup .layui-layer-content {
    width: 92vw;
  }
  .layer-video-popup .layui-layer-content .video-popup {
    padding: 0.1rem;
  }
  .layer-video-popup .layui-layer-content h3 {
    font-size: 16px;
  }
}
.cg-video {
  text-align: center;
}
/*# sourceMappingURL=css.css.map */