﻿@charset "utf-8";
/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：js.AdminBuy.Cn */
/* QQ：9490489 */
body,
html {
  width: 100%;
  height: 100%;
  font-family: '微软雅黑';
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
body.active,
html.active {
  overflow: hidden;
}
.no-margin {
  margin: 0 !important;
}
.overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a {
  text-decoration: none !important;
  cursor: pointer !important;
}
.container-fluid {
  max-width: 1230px !important;
}
.container-fluid-cz-1 {
  max-width: 1490px !important;
}
.tr {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.tr3 {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
input,
button,
textarea,
.swiper-pagination span,
.swiper-button {
  outline: none !important;
}
.sizeCover {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.trans {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  backface-visibility: hidden;
}

.main-pad-1 {
  padding: 50px 0 0;
}
.main-pad-2 {
  padding: 0 0 50px;
}
.main-pad-3 {
  padding: 40px 0 0;
}
.main-pad-4 {
  padding: 80px 0 0;
}
.main-pad-5 {
  padding: 0 0 80px;
}
.main-background-1 {
  background: #00b4ae;
}
.main-background-2 {
  background: #202325;
}
.main-background-3 {
  position: relative;
  overflow: hidden;
}
.main-background-3 div {
  position: relative;
  z-index: 2;
}
.main-background-3 .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center 0;
  background-attachment: fixed;
}

.main-site {
  position: relative;
  z-index: 999;
  background: #fff;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
}
header .logo a {
  display: block;
  font-size: 0;
}
header .logo a img {
  width: 382px;
}

.banner {
  position: relative;
  background: #000;
  overflow: hidden;
}
.banner a {
  display: block;
  font-size: 0;
  text-align: center;
}
.banner a img {
  width: 100%;
}

.title-1 .cn {
  font-size: 25px;
  color: #333333;
  line-height: 30px;
}
.title-1 .en {
  margin-top: 5px;
  font-family: 'Arial';
  color: #777777;
  line-height: 16px;
}
.title-1.active .cn {
  color: #fff;
}
.title-1.active .en {
  color: #fff;
}
.title-2 {
  margin-bottom: -6px;
}
.title-2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.title-2 ul li {
  margin: 0 3px 6px;
}
.title-2 ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  min-width: 122px;
  height: 38px;
  font-size: 18px;
  color: #333;
  background: #fff;
  border: solid 1px #d8d8d8;
}
.title-2 ul li.active a {
  color: #fff !important;
  background: #00b4ae;
  border-color: #00b4ae;
}
.title-2-nr-box {
  position: relative;
  margin-top: -20px;
}
.title-2-nr {
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.title-2-nr:nth-child(n + 2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.title-2-nr.active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}
.title-3 .en {
  font-family:
    helveticaneuel-thin,
    Microsoft Yahei;
  font-size: 26px;
  color: #535353;
}
.title-3 .cn {
  color: #959595;
  margin: 20px;
}

.type-1 {
  width: 50%;
  margin: 0 auto;
  border: 1px solid #ddd;
  margin: 0 auto 20px;
}
.type-1 ul li {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
}
.type-1 ul li:last-child {
  border-bottom: none;
}

.text-1 ul li {
  display: flex;
  padding-left: 25px;
}
.text-1 ul li:nth-child(n + 2) {
  margin-top: 50px;
}
.text-1 ul li .icon {
  display: flex;
  justify-content: center;
  width: 80px;
  font-size: 30px;
  color: #fff;
}
.text-1 ul li .icon.icon-youxiang {
  font-size: 14px;
}
.text-1 ul li .textbox {
  padding: 0 20px;
  width: calc(100% - 80px);
  min-height: 126px;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
}
.text-1 ul li .textbox .text {
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}
.text-1 ul li .textbox .fenxiang {
  margin-top: 10px;
}
.text-1 ul li .textbox .fenxiang .ul {
  display: flex;
  align-items: center;
}
.text-1 ul li .textbox .fenxiang .ul .li:nth-child(n + 2) {
  margin-left: 15px;
}
.text-1 ul li .textbox .fenxiang .ul .li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  font-size: 20px;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 50%;
}
.text-2 ul li:nth-child(n + 2) {
  margin-top: 20px;
}
.text-2 ul li input {
  display: block;
  padding: 0 15px;
  width: 100%;
  height: 48px;
  font-size: 16px;
  color: #fff;
  line-height: 46px;
  background: none;
  border: solid 1px #fff;
}
.text-2 ul li input::-webkit-input-placeholder {
  color: #fff;
}
.text-2 ul li input:-moz-placeholder {
  color: #fff;
}
.text-2 ul li input::-moz-placeholder {
  color: #fff;
}
.text-2 ul li input:-ms-input-placeholder {
  color: #fff;
}
.text-2 ul li textarea {
  display: block;
  padding: 8px 15px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 190px;
  min-height: 190px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  background: none;
  border: solid 1px #fff;
}
.text-2 ul li textarea::-webkit-input-placeholder {
  color: #fff;
}
.text-2 ul li textarea:-moz-placeholder {
  color: #fff;
}
.text-2 ul li textarea::-moz-placeholder {
  color: #fff;
}
.text-2 ul li textarea:-ms-input-placeholder {
  color: #fff;
}
.text-2 ul li button {
  display: block;
  padding: 0;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #000;
  line-height: 50px;
  background: #fff;
  border: none;
}
.text-3 {
  color: #444;
  line-height: 26px;
}
.text-3 img {
  max-width: 100%;
}
.text-3 table {
  max-width: 100%;
}
.text-3 table td {
  border: 1px solid #cccccc;
}
.maximg img {
  max-width: 100%;
  height: auto !important;
}
.text-4 {
  color: #333;
  line-height: 26px;
}
.text-4 img {
  max-width: 100%;
}
.text-4 table {
  max-width: 100%;
}
.text-4 table td {
  border: 1px solid #cccccc;
}

.picture-1 {
  padding: 0 6px;
}
.picture-1 .swiper-slide {
  margin-top: 20px !important;
}
.picture-1-list a {
  display: block;
}
.picture-1-list a .imgbox {
  position: relative;
  overflow: hidden;
}
.picture-1-list a .imgbox span {
  display: block;
  padding-top: calc(245 / 306 * 100%);
}
.picture-1-list a .textbox {
  padding: 0 10px;
  font-size: 18px;
  color: #333;
  line-height: 50px;
}
.picture-1 ul {
  overflow: hidden;
}
.picture-2 {
  padding: 0 20px;
}
.picture-2-list a {
  position: relative;
  display: block;
  overflow: hidden;
}
.picture-2-list a .imgbox {
  background: #000;
  overflow: hidden;
}
.picture-2-list a .imgbox span {
  display: block;
  padding-top: calc(360 / 610 * 100%);
  opacity: 0.22;
}
.picture-2-list a .textbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.picture-2-list a .textbox .box {
  padding: 0 15px;
  width: 100%;
}
.picture-2-list a .textbox .box .icon {
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  font-size: 54px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 50%;
}
.picture-2-list a .textbox .box .biaoti {
  color: #fff;
  line-height: 24px;
}
.picture-2-list a .textbox .box .biaoti .cn {
  margin-bottom: 5px;
  font-size: 20px;
}
.picture-2-list a .textbox .box .biaoti .en {
  font-family: 'Arial';
}
.picture-2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.picture-3-list a {
  display: block;
}
.picture-3-list a .imgbox {
  margin-bottom: 7px;
  overflow: hidden;
  border: solid 1px #dddddd;
}
.picture-3-list a .imgbox span {
  display: block;
}
.picture-3-list a .textbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 30px;
  height: 133px;
  background: #fff;
  border: solid 1px #ddd;
}
.picture-3-list a .textbox .time {
  width: 94px;
  font-family: 'Arial';
  color: #000;
  font-weight: bold;
}
.picture-3-list a .textbox .time .maxshuzi {
  font-size: 48px;
  line-height: 50px;
}
.picture-3-list a .textbox .time .minshuzi {
  line-height: 16px;
}
.picture-3-list a .textbox .text {
  width: calc(100% - 94px - 20px);
}
.picture-3-list a .textbox .text .biaoti {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  line-height: 24px;
}
.picture-3-list a .textbox .text .biaoti .mc {
  font-size: 16px;
  color: #333333;
}
.picture-3-list a .textbox .text .biaoti .time2 {
  color: #999999;
}
.picture-3-list a .textbox .text .jieshao {
  height: 50px;
  color: #777777;
  line-height: 25px;
  overflow: hidden;
}
.picture-4-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 30px;
  height: 133px;
  background: #fff;
  border: solid 1px #ddd;
}
.picture-4-list a .time {
  width: 94px;
  font-family: 'Arial';
  color: #000;
  font-weight: bold;
}
.picture-4-list a .time .maxshuzi {
  font-size: 48px;
  line-height: 50px;
}
.picture-4-list a .time .minshuzi {
  line-height: 16px;
}
.picture-4-list a .text {
  width: calc(100% - 94px - 20px);
}
.picture-4-list a .text .biaoti {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  line-height: 24px;
}
.picture-4-list a .text .biaoti .mc {
  font-size: 16px;
  color: #333333;
}
.picture-4-list a .text .biaoti .time2 {
  color: #999999;
}
.picture-4-list a .text .jieshao {
  height: 50px;
  color: #777777;
  line-height: 25px;
  overflow: hidden;
}
.picture-5 {
  margin-bottom: -50px;
}
.picture-5 ul {
  display: flex;
  flex-wrap: wrap;
}
.picture-5 ul li {
  padding-bottom: 50px;
  margin-bottom: 50px;
  width: 50%;
  border-bottom: solid 1px #d2d2d2;
}
.picture-5 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.picture-5 ul li:nth-child(odd) {
  padding-right: 20px;
}
.picture-5 ul li:nth-child(even) {
  padding-left: 20px;
}
.picture-5 ul li a .imgbox {
  width: 270px;
  overflow: hidden;
}
.picture-5 ul li a .imgbox span {
  display: block;
  padding-top: 200px;
  background-size: contain !important;
}
.picture-5 ul li a .textbox {
  padding: 20px 0 0;
  width: calc(100% - 290px);
}
.picture-5 ul li a .textbox .biaoti {
  margin-bottom: 20px;
  font-size: 18px;
  color: #333;
  line-height: 24px;
}
.picture-5 ul li a .textbox .jieshao {
  height: 72px;
  color: #333;
  line-height: 24px;
  overflow: hidden;
}
.picture-6 {
  font-size: 0;
}
.picture-6 img {
  max-width: 100%;
}

footer {
  padding: 15px 0;
  background: #000000;
}
footer .copyright {
  color: #fff;
  line-height: 24px;
}
footer .tishi {
  color: #fff;
  line-height: 24px;
}

.weixin-qrcode-wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.weixin-qrcode-wrap .weixin-qrcode-container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 260px;
  height: 280px;
  margin-left: -130px;
  margin-top: -140px;
  padding-top: 27px;
  background: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  transform: scale(1.2);
  transition: all 0.3s;
}
.weixin-qrcode-wrap .weixin-qrcode-container .qrcode {
  margin: 0 auto;
  width: 206px;
}
.weixin-qrcode-wrap .weixin-qrcode-container .qrcode img {
  width: 100%;
}
.weixin-qrcode-wrap .weixin-qrcode-container .txt {
  margin-top: 8px;
  margin-bottom: 0;
  text-align: center;
}
.weixin-qrcode-wrap.active {
  opacity: 1;
  visibility: visible;
}
.weixin-qrcode-wrap.active .weixin-qrcode-container {
  transform: scale(1);
}

@media (min-width: 992px) {
  .col-md-6-cz-1 {
    padding-right: 30px;
  }
  .col-md-6-cz-2 {
    padding-left: 0;
  }
  header {
    background: rgba(0, 0, 0, 0.73);
  }
  header .container-fluid {
    max-width: 100% !important;
  }
  header .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .logo a {
    line-height: 100px;
  }
  header .menu ul {
    display: flex;
    align-items: center;
  }
  header .menu ul li {
    position: relative;
  }
  header .menu ul li:nth-child(n + 2) {
    margin-left: 2px;
  }
  header .menu ul li > a {
    display: block;
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
    line-height: 100px;
  }
  header .menu ul li .ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
  }
  header .menu ul li .ul .li > a {
    display: flex;
    justify-content: center;
    padding: 10px;
    color: #fff;
    line-height: 24px;
    background: rgba(0, 0, 0, 0.73);
    border-top: solid 1px rgba(255, 255, 255, 0.2);
  }
  header .menu ul li .ul .li:hover > a {
    background: #00b4ae;
  }
  header .menu ul li:hover > a {
    background: #00b4ae;
  }
  header .menu ul li.active > a {
    background: #00b4ae;
  }
  header.active {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
  header.active .logo a {
    line-height: 80px;
  }
  header.active .logo a img {
    width: 300px;
  }
  header.active .menu ul li > a {
    padding: 0 25px;
    line-height: 80px;
  }
  header.active .menu ul li .ul {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
  .opaheader header {
    background: #000;
  }
  .header-zhanweifu {
    height: 100px;
  }
  .banner a {
    height: 100vh;
  }
  .banner .swiper-container {
    top: 0;
  }
  .banner .swiper-button {
    margin-top: -39px;
    width: 78px;
    height: 78px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #1b1b1b;
    border-radius: 50%;
  }
  .banner .swiper-button:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -14px 0 0 -5px;
    width: 27px;
    height: 27px;
    transform: rotate(-45deg);
    border-left: 1px solid #626262;
    border-top: 1px solid #626262;
    transition: all 0.3s;
  }
  .banner .swiper-button.swiper-button-prev {
    left: 54px;
  }
  .banner .swiper-button.swiper-button-next {
    right: 54px;
    transform: rotateY(180deg);
  }
  .banner .swiper-arrow {
    position: absolute;
    left: 50%;
    bottom: 50px;
    z-index: 2;
    margin-left: -17px;
    font-size: 34px;
    color: #fff;
    opacity: 0;
    animation: fadeInUp 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate;
  }
  .banner .swiper-button:hover:before {
    border-color: #00b4ae;
  }
  .banner2 {
    height: 480px;
  }
  .title-2 ul li:hover a {
    color: #00b4ae;
    border-color: #00b4ae;
  }
  .text-1 ul li .textbox .fenxiang .ul .li a:hover {
    background: #00b4ae;
    border-color: #00b4ae;
  }
  .text-2 ul li input:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #00b4ae;
  }
  .text-2 ul li textarea:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #00b4ae;
  }
  .text-2 ul li button:hover {
    background: #00b4ae;
    color: #fff;
  }
  .picture-1-list a .imgbox .mb {
    position: absolute;
    left: -100%;
    top: -100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.49);
  }
  .picture-1-list a .imgbox .mb .box {
    padding: 0 15px;
    width: 100%;
    color: #fff;
    line-height: 24px;
  }
  .picture-1-list a .imgbox .mb .box .biaoti {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
  }
  .picture-1-list a .imgbox .mb .box .jieshao {
    font-size: 16px;
  }
  .picture-1-list a:hover .imgbox span {
    transform: scale(1.2);
  }
  .picture-1-list a:hover .textbox {
    color: #00b4ae;
  }
  .picture-1 ul li {
    width: 22.5%;
    float: left;
    margin-left: 2%;
    margin-bottom: 20px;
  }
  .picture-2-list a:hover .imgbox span {
    transform: scale(1.2);
    opacity: 0.5;
  }
  .picture-2-list a:hover .textbox .box .icon {
    background: #00b4ae;
    border-color: #00b4ae;
  }
  .picture-2 ul li {
    width: calc((100% - 15px * 2) / 3);
  }
  .picture-3-list a .imgbox span {
    padding-top: 271px;
  }
  .picture-3-list a:hover .imgbox span {
    transform: scale(1.2);
  }
  .picture-3-list a:hover .textbox {
    background: #00b4ae;
    border-color: #00b4ae;
  }
  .picture-3-list a:hover .textbox .time {
    color: #fff;
  }
  .picture-3-list a:hover .textbox .text .biaoti .mc {
    color: #fff;
  }
  .picture-3-list a:hover .textbox .text .biaoti .time2 {
    color: #fff;
  }
  .picture-3-list a:hover .textbox .text .jieshao {
    color: #fff;
  }
  .picture-4 .swiper-container {
    height: 413px;
  }
  .picture-4-list a:hover {
    background: #00b4ae;
    border-color: #00b4ae;
  }
  .picture-4-list a:hover .time {
    color: #fff;
  }
  .picture-4-list a:hover .text .biaoti .mc {
    color: #fff;
  }
  .picture-4-list a:hover .text .biaoti .time2 {
    color: #fff;
  }
  .picture-4-list a:hover .text .jieshao {
    color: #fff;
  }
  .picture-5 ul li a:hover .imgbox span {
    opacity: 0.8;
  }
  .picture-5 ul li a:hover .textbox .biaoti {
    color: #00b4ae;
  }
  footer .menu {
    margin: 5px 0 10px;
  }
  footer .menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .menu ul li {
    height: 14px;
    line-height: 14px;
  }
  footer .menu ul li:nth-child(n + 2) {
    margin-left: 10px;
    padding-left: 10px;
    border-left: solid 1px #fff;
  }
  footer .menu ul li a {
    color: #fff;
  }
  footer .menu ul li a:hover {
    color: #00b4ae;
    text-decoration: underline !important;
  }
}

@media (max-width: 1439px) {
  .main-pad-4 {
    padding: 60px 0 0;
  }
  .main-pad-5 {
    padding: 0 0 60px;
  }
  header .menu ul li > a {
    padding: 0 20px;
  }
  header.active .menu ul li > a {
    padding: 0 15px;
  }
  .banner .swiper-button {
    margin-top: -30px;
    width: 60px;
    height: 60px;
  }
  .banner .swiper-button.swiper-button-prev {
    left: 30px;
  }
  .banner .swiper-button.swiper-button-next {
    right: 30px;
  }
  .banner .swiper-button:before {
    margin: -10px 0 0 -5px;
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 1199px) {
  .main-pad-1 {
    padding: 40px 0 0;
  }
  .main-pad-2 {
    padding: 0 0 40px;
  }
  .main-pad-3 {
    padding: 30px 0 0;
  }
  .main-pad-4 {
    padding: 50px 0 0;
  }
  .main-pad-5 {
    padding: 0 0 50px;
  }
  header .logo a img {
    width: 300px;
  }
  header .menu ul li > a {
    padding: 0 15px;
    font-size: 14px;
  }
  header.active .logo a img {
    width: 260px;
  }
  header.active .menu ul li > a {
    padding: 0 10px;
  }
  .banner2 {
    height: 400px;
  }
  .title-1 .cn {
    font-size: 20px;
  }
  .title-2 ul li a {
    font-size: 16px;
  }
  .picture-1-list a .textbox {
    font-size: 16px;
    line-height: 40px;
  }
  .picture-2-list a .textbox .box .icon {
    width: 80px;
    height: 80px;
    font-size: 45px;
  }
  .picture-2-list a .textbox .box .biaoti .cn {
    font-size: 18px;
  }
  .picture-5 {
    margin-bottom: -30px;
  }
  .picture-5 ul li {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .picture-5 ul li a .imgbox {
    width: 220px;
  }
  .picture-5 ul li a .imgbox span {
    padding-top: 180px;
  }
  .picture-5 ul li a .textbox {
    width: calc(100% - 240px);
  }
}

@media (max-width: 991px) {
  .main-pad-1 {
    padding: 30px 0 0;
  }
  .main-pad-1.active {
    padding: 0;
  }
  .main-pad-2 {
    padding: 0 0 30px;
  }
  .main-pad-2.active {
    padding: 0;
  }
  .main-pad-3 {
    padding: 20px 0 0;
  }
  .main-pad-3.active {
    padding: 0;
  }
  .main-pad-4 {
    padding: 30px 0 0;
  }
  .main-pad-5 {
    padding: 0 0 30px;
  }
  .content .container-fluid {
    padding: 0 3px;
  }
  .content .row {
    margin: 0 -3px;
  }
  .content .col-xs-12 {
    padding: 0 3px;
  }
  header {
    background: #0c0d0e;
  }
  header .box {
    position: relative;
    height: 54px;
  }
  header .logo {
    display: flex;
    justify-content: center;
  }
  header .logo a {
    line-height: 54px;
  }
  header .logo a img {
    width: 250px;
  }
  .menu-box {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 1;
    padding-top: 50px;
    width: 260px;
    height: 100%;
    background: #202122;
    overflow-y: auto;
  }
  .menu-box ul li {
    min-height: 50px;
    font-size: 13px;
    border-top: 1px solid #272727;
  }
  .menu-box ul li a {
    position: relative;
    display: block;
    padding: 0 25px;
    height: 49px;
    color: #777;
    line-height: 49px;
  }
  .menu-box ul li a span.circle {
    display: inline-block;
    margin-right: 20px;
    width: 10px;
    height: 10px;
    border: 1px solid #474747;
    border-radius: 50%;
  }
  .menu-box ul li a span.more {
    display: block;
    position: absolute;
    right: 0;
    top: -1px;
    width: 50px;
    height: 50px;
  }
  .menu-box ul li a span.more:before,
  .menu-box ul li a span.more:after {
    content: '';
    position: absolute;
    left: 19px;
    top: 24px;
    width: 12px;
    height: 2px;
    background: #777;
  }
  .menu-box ul li a span.more:after {
    transform: rotate(90deg);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .menu-box ul li a span.more.active:after {
    transform: rotate(0deg);
  }
  .menu-box ul li a span.arrow {
    display: inline-block;
    margin-right: 18px;
    font-size: 12px;
    color: #3e3e3e;
    line-height: 49px;
  }
  .menu-box ul li.active a {
    color: #fff;
    background: #00b4ae;
  }
  .menu-box ul li.active a span.circle {
    border-color: #fff;
  }
  .menu-box ul li ul {
    display: none;
  }
  .menu-box ul li ul li a {
    background: #161616;
  }
  .menu-btn {
    position: absolute;
    left: -15px;
    top: 0;
    width: 54px;
    height: 54px;
  }
  .menu-btn span {
    display: block;
    position: absolute;
    left: 12px;
    top: 12px;
    width: 30px;
    height: 30px;
    transition:
      transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s,
      -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
  }
  .menu-btn span i {
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    width: 30px;
    height: 1px;
    background: #999;
    transition: -webkit-transform 0.2s ease;
  }
  .menu-btn span:nth-child(1) i {
    transform: translate3d(0, -6px, 0);
  }
  .menu-btn span:nth-child(2) i {
    transform: translate3d(0, 6px, 0);
  }
  .menu-btn.active span:nth-child(1) {
    transform: translateZ(0) rotate(45deg);
  }
  .menu-btn.active span:nth-child(2) {
    transform: translateZ(0) rotate(-45deg);
  }
  .menu-btn.active span i {
    transform: translateZ(0);
  }
  .main-site {
    height: 100%;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.45);
    transition: all 0.3s;
  }
  .main-site.active {
    transform: translateX(260px);
  }
  .main-site .scroll-view {
    padding-top: 54px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .mask {
    display: none;
    position: fixed;
    left: 260px;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, 0);
  }
  .banner .swiper-pagination {
    left: 0;
    bottom: 15px;
    width: 100%;
    font-size: 0;
  }
  .banner .swiper-pagination span {
    margin: 0 5px;
    width: 6px;
    height: 6px;
    background: #fff;
    transition: all 0.3s;
  }
  .banner2 {
    height: 300px;
  }
  .subnav {
    position: relative;
    z-index: 999;
    margin-bottom: 15px;
  }
  .subnav .biaoti {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    height: 40px;
    color: #fff;
    background: #1e1e1e;
  }
  .subnav .biaoti .cn {
    font-size: 13px;
  }
  .subnav .biaoti .icon {
    font-size: 12px;
    transform: rotate(90deg);
    font-weight: bold;
  }
  .subnav .biaoti.active .icon {
    transform: rotate(270deg);
  }
  .subnav ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  .subnav ul li {
    border-bottom: 1px solid #eee;
  }
  .subnav ul li a {
    display: block;
    padding: 0 40px;
    font-size: 13px;
    color: #868686;
    line-height: 40px;
  }
  .subnav ul li.active {
    background: #969696;
    border-color: transparent;
  }
  .subnav ul li.active a {
    color: #fff;
  }
  .title-3 .en {
    font-size: 24px;
  }
  .text-1 {
    margin-bottom: 20px;
  }
  .text-1 ul li {
    padding: 0;
  }
  .text-1 ul li:nth-child(n + 2) {
    margin-top: 30px;
  }
  .text-1 ul li .textbox {
    padding-right: 0;
    min-height: initial;
  }
  .text-1 ul li .textbox .text {
    font-size: 14px;
    line-height: 30px;
  }
  .text-2 ul li input {
    height: 40px;
    font-size: 14px;
    line-height: 38px;
  }
  .text-2 ul li textarea {
    padding: 6px 15px;
    height: 150px;
    min-height: 150px;
    font-size: 14px;
    line-height: 26px;
  }
  .text-2 ul li button {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  .text-3 {
    line-height: 24px;
  }
  .picture-1 {
    padding: 0 15px;
  }
  .picture-1-list a .imgbox {
    margin-bottom: 10px;
  }
  .picture-1-list a .textbox {
    font-size: 14px;
    line-height: 30px;
  }
  .picture-1 ul li {
    width: 47%;
    float: left;
    margin-left: 2%;
  }
  .picture-1 ul li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .picture-1.active {
    padding: 0 5px;
  }
  .picture-2 {
    padding: 0;
  }
  .picture-2 ul li {
    width: 100%;
  }
  .picture-2 ul li .picture-2-list .maxbiaoti {
    padding: 15px 0;
  }
  .picture-2 ul li .picture-2-list .maxbiaoti .en {
    font-size: 18px;
    color: #444;
    line-height: 24px;
  }
  .picture-2 ul li .picture-2-list .maxbiaoti .cn {
    font-size: 12px;
    color: #666;
    line-height: 20px;
  }
  .picture-2 ul li .picture-2-list a {
    padding: 0 5px 20px;
    border-bottom: 1px solid #c9c9c9;
  }
  .picture-2 ul li:last-child .picture-2-list a {
    padding-bottom: 0;
    border-bottom: none;
  }
  .picture-2 ul li .picture-2-list a .imgbox span {
    opacity: 0.4;
  }
  .picture-2 ul li .picture-2-list a .textbox {
    position: initial;
    padding-top: 20px;
  }
  .picture-2 ul li .picture-2-list a .textbox .box {
    padding: 0;
  }
  .picture-2 ul li .picture-2-list a .textbox .box .icon {
    display: none;
  }
  .picture-2 ul li .picture-2-list a .textbox .box .biaoti {
    color: #333;
    text-align: left;
  }
  .picture-2 ul li .picture-2-list a .textbox .box .biaoti .cn {
    font-size: 12px;
    color: #434343;
  }
  .picture-2 ul li .picture-2-list a .textbox .box .biaoti .en {
    font-size: 12px;
    color: #959595;
  }
  .picture-3 {
    margin-bottom: 10px;
  }
  .picture-3-list a .imgbox span {
    padding-top: calc(272 / 600 * 100%);
  }
  .picture-5 {
    padding: 0 10px;
    margin: 0;
  }
  .picture-5 ul li {
    margin: 0;
    width: 100%;
    border-bottom: none;
  }
  .picture-5 ul li:nth-child(odd) {
    padding: 0;
  }
  .picture-5 ul li:nth-child(even) {
    padding: 0;
  }
  .picture-5 ul li:nth-child(n + 2) {
    margin-top: 20px;
  }
  .picture-5 ul li a {
    flex-wrap: wrap;
  }
  .picture-5 ul li a .imgbox {
    margin-bottom: 15px;
    width: 100%;
  }
  .picture-5 ul li a .imgbox span {
    padding: 0;
    font-size: 0;
    background: none !important;
  }
  .picture-5 ul li a .imgbox span img {
    width: 100%;
  }
  .picture-5 ul li a .textbox {
    padding: 0;
    width: 100%;
  }
  .picture-5 ul li a .textbox .time {
    padding: 10px;
    width: 86px;
    height: 60px;
    background: #202123;
  }
  .picture-5 ul li a .textbox .time .maxshuzi {
    font-size: 18px;
    color: #ebebeb;
  }
  .picture-5 ul li a .textbox .time .minshuzi {
    font-size: 12px;
    color: #898989;
  }
  .picture-5 ul li a .textbox .biaoti {
    margin: 7px 0 8px;
    font-size: 13px;
  }
  .picture-5 ul li a .textbox .jieshao {
    max-height: 40px;
    height: auto;
    font-size: 12px;
    color: #6c6c6c;
    line-height: 20px;
  }
  .picture-6 {
    margin-bottom: 20px;
  }
  .weixin-qrcode-wrap .weixin-qrcode-container {
    padding-top: 15px;
    margin-left: -100px;
    margin-top: -110px;
    width: 200px;
    height: 220px;
  }
  .weixin-qrcode-wrap .weixin-qrcode-container .qrcode {
    width: 160px;
  }
  .data-mobile-wow {
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
  }
  .data-mobile-wow[data-mobile-wow-name='wowIn'] {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  .data-mobile-wow[data-mobile-wow-name='wowIn'].open {
    animation-name: wowIn;
  }
  .data-mobile-wow[data-mobile-wow-name='wowInUp'] {
    transform: translateY(30px);
    opacity: 0;
  }
  .data-mobile-wow[data-mobile-wow-name='wowInUp'].open {
    animation-name: wowInUp;
  }
  .data-mobile-wow[data-mobile-wow-name='wowInLeft'] {
    transform: translateX(-100%);
    opacity: 0;
  }
  .data-mobile-wow[data-mobile-wow-name='wowInLeft'].open {
    animation-name: wowInLeft;
  }
  .data-mobile-wow[data-mobile-wow-name='wowInRight'] {
    transform: translateX(100%);
    opacity: 0;
  }
  .data-mobile-wow[data-mobile-wow-name='wowInRight'].open {
    animation-name: wowInRight;
  }
  @keyframes wowIn {
    0% {
      opacity: 0;
      transform: scale(0.3);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  @keyframes wowInUp {
    0% {
      transform: translateY(30px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes wowInLeft {
    0% {
      transform: translateX(-100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes wowInRight {
    0% {
      transform: translateX(100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
}

@media (max-width: 767px) {
  .main-pad-1 {
    padding: 20px 0 0;
  }
  .main-pad-2 {
    padding: 0 0 40px;
  }
  .main-pad-4 {
    padding: 20px 0 0;
  }
  .main-pad-5 {
    padding: 0 0 20px;
  }
  .main-site .scroll-view {
    padding-bottom: 54px;
  }
  .title-1 .cn {
    font-size: 16px;
    line-height: 24px;
  }
  .title-1 .en {
    font-size: 12px;
  }
  .title-2 ul li a {
    min-width: 80px;
    height: 30px;
    font-size: 12px;
  }
  .title-3 .en {
    font-size: 18px;
  }
  .title-3 .cn {
    font-size: 12px;
  }
  .text-3 {
    font-size: 12px;
  }
  .text-4 {
    font-size: 12px;
    line-height: 24px;
  }
  .text-4 img {
    max-width: 100%;
  }
  .text-4 table {
    max-width: 100%;
  }
  .text-4 table td {
    border: 1px solid #cccccc;
  }

  .picture-1-list a .textbox {
    font-size: 12px;
    line-height: 24px;
  }
  .picture-2 {
    position: relative;
  }
  .picture-2-list a .textbox .box .biaoti .cn {
    margin-bottom: 0;
    font-size: 16px;
  }
  .picture-2 .swiper-button {
    margin-top: -13px;
    width: auto;
    height: auto;
    font-size: 20px;
    color: #fff;
    background: none;
  }
  .picture-2 .swiper-button.swiper-button-prev {
    left: 25px;
    transform: rotateY(180deg);
  }
  .picture-2 .swiper-button.swiper-button-next {
    right: 25px;
  }
  .picture-3-list a .textbox {
    padding: 10px 10px 10px 0;
    height: auto;
  }
  .picture-3-list a .textbox .time {
    width: 80px;
  }
  .picture-3-list a .textbox .time .maxshuzi {
    font-size: 40px;
    line-height: 44px;
  }
  .picture-3-list a .textbox .text {
    width: calc(100% - 80px - 10px);
  }
  .picture-3-list a .textbox .text .biaoti {
    margin-bottom: 10px;
  }
  .picture-3-list a .textbox .text .jieshao {
    height: 48px;
    font-size: 12px;
    line-height: 24px;
  }
  .picture-4-list a {
    padding: 10px 10px 10px 0;
    height: auto;
  }
  .picture-4-list a .time {
    width: 80px;
  }
  .picture-4-list a .time .maxshuzi {
    font-size: 40px;
    line-height: 44px;
  }
  .picture-4-list a .text {
    width: calc(100% - 80px - 10px);
  }
  .picture-4-list a .text .biaoti {
    margin-bottom: 10px;
  }
  .picture-4-list a .text .jieshao {
    height: 48px;
    font-size: 12px;
    line-height: 24px;
  }
  .picture-5 ul li a .textbox .time {
    padding: 5px;
    width: 70px;
    height: 50px;
  }
  .picture-5 ul li a .textbox .time .maxshuzi {
    font-size: 16px;
  }
  .picture-5 ul li a .textbox .biaoti {
    margin-bottom: 5px;
  }
  .tabBar {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    background: #000;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .tabBar ul {
    display: flex;
    align-items: center;
  }
  .tabBar ul li {
    width: calc(100% / 3);
  }
  .tabBar ul li a {
    display: block;
    padding: 5px 0;
    transition: all 0.3s;
  }
  .tabBar ul li.active a {
    background: #00b4ae;
  }
  .tabBar ul li:nth-child(n + 2) a {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
  }
  .tabBar ul li a .icon {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
  }
  .tabBar ul li a .mc {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
  }
  .tabBar ul li .tanchuang {
    position: absolute;
    left: 15px;
    bottom: 100%;
    z-index: 1;
    padding-bottom: 10px;
    width: calc(100% - 30px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .tabBar ul li .tanchuang:before {
    content: '';
    position: absolute;
    right: calc(((100% + 30px) / 3 - 30px - 12px) / 2);
    bottom: 4px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-top: solid 6px rgba(0, 0, 0, 0.8);
  }
  .tabBar ul li.active .tanchuang {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }
  .tabBar ul li .tanchuang .imgbox {
    padding: 10px;
    font-size: 0;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
  }
  .tabBar ul li .tanchuang .imgbox img {
    max-width: 100px;
  }
  footer .copyright {
    font-size: 12px;
    line-height: 20px;
  }
  footer .tishi {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 479px) {
  header .logo a img {
    width: 220px;
  }
  .text-1 ul li .icon {
    width: 60px;
    font-size: 24px;
  }
  .text-1 ul li .icon.icon-youxiang {
    font-size: 12px;
  }
  .text-1 ul li .textbox {
    width: calc(100% - 60px);
  }
  .text-1 ul li .textbox .text {
    font-size: 12px;
    line-height: 24px;
  }
  .text-2 ul li:nth-child(n + 2) {
    margin-top: 15px;
  }
  .text-2 ul li input {
    padding: 0 10px;
    height: 34px;
    font-size: 12px;
    line-height: 32px;
  }
  .text-2 ul li textarea {
    padding: 4px 10px;
    height: 120px;
    min-height: 120px;
    font-size: 12px;
    line-height: 24px;
  }
  .text-2 ul li button {
    height: 34px;
    font-size: 12px;
    line-height: 34px;
  }
  .picture-2-list a .textbox .box .icon {
    width: 70px;
    height: 70px;
    font-size: 40px;
  }
  .picture-2-list a .textbox .box .biaoti .en {
    font-size: 12px;
  }
  .picture-3-list a .textbox .time {
    width: 70px;
  }
  .picture-3-list a .textbox .time .maxshuzi {
    font-size: 30px;
    line-height: 34px;
  }
  .picture-3-list a .textbox .text {
    width: calc(100% - 70px - 10px);
  }
  .picture-3-list a .textbox .text .biaoti {
    margin-bottom: 5px;
  }
  .picture-3-list a .textbox .text .biaoti .mc {
    font-size: 14px;
  }
  .picture-3-list a .textbox .text .biaoti .time2 {
    font-size: 12px;
  }
  .picture-4-list a .time {
    width: 70px;
  }
  .picture-4-list a .time .maxshuzi {
    font-size: 30px;
    line-height: 34px;
  }
  .picture-4-list a .text {
    width: calc(100% - 70px - 10px);
  }
  .picture-4-list a .text .biaoti {
    margin-bottom: 5px;
  }
  .picture-4-list a .text .biaoti .mc {
    font-size: 14px;
  }
  .picture-4-list a .text .biaoti .time2 {
    font-size: 12px;
  }
  .weixin-qrcode-wrap .weixin-qrcode-container .txt {
    font-size: 12px;
  }
}

@media (max-width: 399px) {
  header .logo {
    justify-content: flex-end;
  }
}
.pagebar {
  padding: 20px;
  overflow: hidden;
}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 5px 10px;
  margin: 0 2px;
  border-radius: 2px;
}
.pagination span {
  color: #333;
  font-size: 12px;
  padding: 7px 2px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination a:hover {
  color: #00b4ae;
  border: 1px solid #00b4ae;
}
.pagination a.page-num-current {
  color: #fff;
  background: #00b4ae;
  border: 1px solid #00b4ae;
}
.text-secondary {
  text-align: center;
  padding: 20px 0;
}
