@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;
}
* {
  touch-action: none;
  touch-action: pan-y;
}
.w1400 {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
.panels {
  overflow: hidden;
}
.panel {
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.paginations {
  position: fixed;
  left: 0.4rem;
  bottom: 0.5rem;
  z-index: 100;
}
@media (max-width: 768px) {
  .paginations {
    left: auto;
    right: 0.2rem;
    top: auto;
    bottom: auto;
    bottom: 10%;
  }
}
.paginations li {
  padding: 0.11rem;
}
.paginations a {
  display: block;
  width: 6px;
  height: 6px;
  background: #01b0ff;
  border-radius: 50%;
  position: relative;
}
.paginations a::after {
  content: '';
  transition: 0.3s;
  width: 0rem;
  height: 0rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  border: 1px solid #01b0ff;
}
.paginations a.active::after {
  width: 0.22rem;
  height: 0.22rem;
}
.index-banner {
  width: 88%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
  width: 100vw;
  position: relative;
  max-width: none;
}
.index-banner .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  border: 1px solid #01b0ff;
  transition: 0.3s;
  width: 10px;
  height: 10px;
}
.index-banner .swiper-pagination-bullet-active {
  background: #01b0ff;
}
.index-banner .swiper-button-prev {
  left: 5%;
}
.index-banner .swiper-button-next {
  right: 5%;
}
.index-banner .swiper-button-next,
.index-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;
}
.index-banner .swiper-button-next::after,
.index-banner .swiper-button-prev::after {
  font-size: 0.3rem;
  font-weight: bold;
}
.index-banner .swiper-button-next:hover,
.index-banner .swiper-button-prev:hover {
  background-color: #ffffff;
  color: #333;
}
.index-banner .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index-banner .swiper-slide img {
  visibility: hidden;
}
.index-banner .content {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  bottom: 0;
  width: 88%;
  max-width: 1400px;
  text-align: right;
}
.index-banner .textbox {
  color: #fff;
  display: inline-block;
  line-height: 2.2;
  text-align: center;
}
.index-banner .textbox h5 {
  font-size: 55px;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.06rem;
  margin: 0.1rem 0 0;
}
.index-banner .textbox .en {
  letter-spacing: 0.03rem;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .index-banner .textbox {
    line-height: 0.72rem;
  }
  .index-banner .textbox .en {
    font-size: 0.26rem;
  }
  .index-banner .textbox h5 {
    font-size: 0.66rem;
  }
}
@media (max-width: 768px) {
  .index-banner .swiper-pagination {
    bottom: 0.1rem;
  }
}
@media (max-width: 640px) {
  .index-banner .content {
    top: 50%;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
  }
  .index-banner .swiper-slide {
    overflow: hidden;
  }
  .index-banner .swiper-slide img {
    height: 100%;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .index-banner .textbox {
    text-align: right;
  }
  .index-banner .textbox .en {
    font-size: 16px;
  }
  .index-banner .textbox h5 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .index-banner .textbox {
    line-height: 1.2;
  }
  .index-banner .textbox .en {
    font-size: 12px;
  }
  .index-banner .textbox h5 {
    font-size: 30px;
    margin-bottom: 0.2rem;
  }
}
.mouse {
  position: fixed;
  left: 50%;
  margin-left: -17px;
  bottom: 0.4rem;
  z-index: 99;
}
.mouse .ic {
  width: 0.34rem;
  height: 0.63rem;
  background-image: url('../images/ic_mouse.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
}
.iabout-box li {
  height: 100vh;
  overflow: hidden;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (min-width: 768px) {
  .iabout-box li::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.3s;
    z-index: 1;
  }
}
.iabout-box .info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  width: 70%;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.iabout-box .info > * {
  transition: ease-in 0.6s;
}
.iabout-box .info h4 {
  font-size: 36px;
  transition: 0.3s ease-in;
}
.iabout-box .info .en {
  font-size: 16px ;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.iabout-box .info .desc {
  font-size: 18px;
  overflow: hidden;
  transition-duration: 0.4s;
}
.iabout-box .info .more {
  background: #01b0ff;
  width: 0px;
  height: 0px;
  line-height: 0px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  font-size: 32px;
  overflow: hidden;
  transition: 0.3s;
  animation-delay: 8s;
  transform: translateY(300px);
}
@media (min-width: 768px) {
  .iabout-box .info .add {
    color: #01b0ff;
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    transition: ease-in-out 0.3s;
  }
  .iabout-box .info .desc {
    opacity: 0;
    line-height: 0px;
  }
}
@media (min-width: 768px) {
  .iabout-box li:Hover::after {
    transform: translateX(100%);
  }
  .iabout-box li:Hover .info .add {
    transform: scale(0) translateY(-100px);
  }
  .iabout-box li:Hover .info .more {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transform: translateY(0px);
  }
  .iabout-box li:Hover .info .desc {
    opacity: 1;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
.swiper-about {
  height: 100vh;
  position: relative;
}
.swiper-about li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.swiper-about li::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.2s;
  z-index: 1;
}
.swiper-about li .link {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 55;
}
@media (min-width: 993px) {
  .swiper-about li {
    width: 25vw;
  }
}
@media (max-width: 992px) {
  .swiper-about li {
    width: 33.33vw;
  }
}
@media (max-width: 768px) {
  .swiper-about li {
    width: 50vw;
  }
}
@media (max-width: 640px) {
  .swiper-about li {
    width: 100vw;
  }
}
.swiper-about .info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  width: 70%;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.swiper-about .info > * {
  transition: ease-in 0.6s;
}
.swiper-about .info h4 {
  font-size: 36px;
  transition: 0.3s ease-in;
}
.swiper-about .info .en {
  font-size: 16px ;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.swiper-about .info .desc {
  font-size: 18px;
  overflow: hidden;
  transition-duration: 0.4s;
  opacity: 0;
}
.swiper-about .info .more {
  background: #01b0ff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  font-size: 32px;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
  animation-delay: 8s;
}
@media (min-width: 768px) {
  .swiper-about .info .add {
    color: #01b0ff;
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    transition: ease-in-out 0.3s;
  }
}
@media (min-width: 768px) {
  .swiper-about li:Hover::after {
    opacity: 0;
  }
  .swiper-about li:Hover .info .add {
    opacity: 0;
  }
  .swiper-about li:Hover .info .more {
    opacity: 1;
  }
  .swiper-about li:Hover .info .desc {
    opacity: 1;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .swiper-about .info .add {
    transform: scale(0) translateY(-100px);
  }
  .swiper-about .info .more {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .swiper-about .info .desc {
    opacity: 1;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
.swiper-about .pnext {
  width: 47px;
  height: 47px;
  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;
}
.swiper-about .pnext:hover {
  color: #fff;
  background-color: #474747;
  outline: none;
}
@media (min-width: 993px) {
  .swiper-about .pnext {
    display: none;
  }
}
.swiper-about .swiper-button-disabled {
  opacity: 0.5;
}
.swiper-about .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;
}
.indexhd {
  height: 15vh;
  color: #fff;
  width: 60%;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
}
.indexhd h5 {
  font-size: 0.36rem;
  font-weight: bold;
  margin: 0 0.4rem;
}
.indexhd ._line {
  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;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}
.indexhd ._line i {
  width: 44px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
}
.indexhd .l1 i {
  right: 0;
}
.indexhd .l2 i {
  left: 0;
}
.panels2 {
  overflow: hidden;
}
.panels3 {
  background: #27282c;
  text-align: center;
}
.panels3 .bd {
  position: relative;
}
.panels3 .leftbox img {
  visibility: hidden;
}
.panels3 .leftbox,
.panels3 .item {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.panels3 .leftbox:hover,
.panels3 .item:hover {
  cursor: pointer;
}
.panels3 .leftbox:hover .inner,
.panels3 .item:hover .inner {
  opacity: 1;
  top: 0;
}
.panels3 .leftbox:hover .inner .icon-icon-toright,
.panels3 .item:hover .inner .icon-icon-toright {
  right: 10%;
  opacity: 1;
}
@media (min-width: 769px) {
  .panels3 .bd {
    height: 85vh;
  }
  .panels3 .rightbox .box {
    display: table;
    width: 100%;
  }
  .panels3 .rightbox .item {
    display: table-cell;
    position: relative;
  }
  .panels3 .rightbox .item img {
    visibility: hidden;
  }
}
@media (min-width: 993px) {
  .panels3 .bd {
    padding-left: 40vw;
  }
  .panels3 .leftbox {
    width: 40vw;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .panels3 .rightbox {
    width: 60vw;
  }
  .panels3 .box1 {
    height: 45vh;
  }
  .panels3 .box1 .xs {
    width: 45%;
  }
  .panels3 .box1 .lg {
    width: 55%;
  }
  .panels3 .box2 {
    height: 40vh;
  }
  .panels3 .box2 .xs {
    width: 33%;
  }
  .panels3 .box2 .lg {
    width: 67%;
  }
}
.panels3 .inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  background: rgba(1, 172, 251, 0.9);
  color: #fff;
  opacity: 0;
  transition: 0.3s;
}
.panels3 .inner .icon-icon-toright {
  font-size: 0.36rem;
  display: block;
  position: absolute;
  right: 50%;
  bottom: 8%;
  opacity: 0;
  transition: 0.3s;
}
.panels3 .content {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
}
.panels3 .content h5 {
  font-size: 0.26rem;
  font-weight: bold;
}
.panels3 .content .desc {
  color: #fff;
  opacity: 0.8;
  margin: 10px 0 30px;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
}
.panels3 .content .date.mt {
  margin-top: 10px;
}
.panels3 .content .date {
  font-size: 16px;
}
@media (max-width: 992px) and (min-width: 769px) {
  .panels3 .bd img {
    display: none;
  }
  .panels3 .leftbox {
    height: 30vh;
  }
  .panels3 .box {
    height: 28vh;
  }
  .panels3 .box .xs {
    width: 40%;
  }
  .panels3 .box .lg {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .panels3 .leftbox,
  .panels3 .item {
    height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .panels3 .leftbox img,
  .panels3 .item img {
    visibility: hidden;
  }
  .panels3 .leftbox h5,
  .panels3 .item h5 {
    font-size: 22px;
  }
}
.panels4 {
  background: url('../images/p4_bg.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
}
.panels4 .indexhd {
  height: 20vh;
}
@media (min-width: 992px) {
  .panels4 .bd {
    height: 70vh;
    display: flex;
  }
  .panels4 .bd .row {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .panels4 {
    padding-bottom: 1rem;
  }
  .panels4 .indexhd {
    height: 15vh;
  }
}
.panels4 .formbox ul {
  padding-bottom: 0.2rem;
}
.panels4 .formbox li {
  min-height: 0.58rem;
  margin-bottom: 0.2rem;
}
.panels4 .formbox .inner:not(.areainner) {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
}
.panels4 .formbox .inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.panels4 .formbox .inner label {
  display: block;
  margin-bottom: 0;
}
.panels4 .formbox .inner em {
  padding: 0 0.1rem 0;
}
.panels4 .formbox .inner input {
  display: block;
  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;
  font-size: 16px;
  height: 40px;
  line-height: normal;
  color: #fff;
}
.panels4 .formbox .inner input::-webkit-input-placeholder,
.panels4 .formbox .inner textarea::-webkit-input-placeholder {
  color: #fff;
}
.panels4 .formbox .inner input:-moz-placeholder,
.panels4 .formbox .inner textarea:-moz-placeholder {
  color: #fff;
}
.panels4 .formbox .inner input::-moz-placeholder,
.panels4 .formbox .inner textarea::-moz-placeholder {
  color: #fff;
}
.panels4 .formbox .inner input:-ms-input-placeholder,
.panels4 .formbox .inner textarea:-ms-input-placeholder {
  color: #fff;
}
.panels4 .formbox textarea {
  height: 1.3rem;
  display: block;
  width: 100%;
  color: #fff;
}
.panels4 .formbox .submit {
  width: 180px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  display: block;
  font-size: 16px;
  color: #0075b4;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.panels4 .formbox .submit:hover {
  transform: scale(0.96);
}
@media (min-width: 993px) {
  .panels4 .formbox .submit {
    float: right;
  }
}
@media (max-width: 992px) {
  .panels4 .formbox .submit {
    margin: 0 auto;
  }
}
.panels4 .contactbox {
  display: flex;
}
@media (min-width: 992px) {
  .panels4 .contactbox .inner {
    margin: 0 auto ;
  }
}
@media (max-width: 991px) {
  .panels4 .contactbox {
    margin-top: 1rem;
    display: block;
  }
  .panels4 .contactbox li {
    width: 50%;
    float: left;
  }
}
@media (max-width: 640px) {
  .panels4 .contactbox li {
    width: 100%;
    float: none;
  }
}
.panels4 .contactbox .logo {
  width: 1.3rem;
  display: block;
  padding-bottom: 0.2rem;
}
.panels4 .contactbox li {
  margin-top: 0.42rem;
  position: relative;
  padding-left: 0.72rem;
}
.panels4 .contactbox li .ic {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background-color: #52cffd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  left: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.panels4 .contactbox li .ic1 {
  background-image: url('../images/p4_ic1.png');
}
.panels4 .contactbox li .ic2 {
  background-image: url('../images/p4_ic2.png');
}
.panels4 .contactbox li .ic3 {
  background-image: url('../images/p4_ic3.png');
}
.panels4 .contactbox li h5 {
  font-size: 0.24rem;
  font-weight: bold;
}
.panels4 .contactbox li p {
  font-size: 16px;
}
.panels5 {
  background: url('../images/p5_bg.jpg') no-repeat center center;
  background-size: cover;
  height: 100vh;
  position: relative;
}
.panels5 .w1400 {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  text-align: center;
}
.panels5 .icon {
  background-image: url('../images/p5_txt.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 3rem;
  height: 0.92rem;
  display: block;
  margin: 0 auto 0.1rem;
}
.panels5 h3 {
  font-size: 0.72rem;
  letter-spacing: 1px;
  margin-top: 5px;
}
.panels5 .en3 {
  font-size: 18px;
}
.panels5 .adv {
  color: #00a8f4;
  font-size: 0.26rem;
  margin-top: 0.36rem;
}
.panels5 .bottom {
  position: absolute;
  bottom: 10vh;
  left: 0;
  right: 0;
  text-align: center;
}
.panels5 .icons .ic {
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 0.04rem 0.1rem;
  background-size: 0.3rem;
  border-radius: 3px;
}
.panels5 .icons .ic:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.panels5 .icons .icwb {
  background-image: url('../images/p5_ic1.png');
}
.panels5 .icons .icwx {
  background-image: url('../images/p5_ic2.png');
}
.panels5 .icons .icf {
  background-image: url('../images/p5_ic3.png');
}
.panels5 .icons .icin {
  background-image: url('../images/p5_ic4.png');
}
.panels5 .copyright {
  font-size: 12px;
  color: #a5a5a5;
}
.panels5 .copyright a {
  color: #a5a5a5;
  display: inline-block;
  margin: 0 0.1rem;
}
.panels5 .copyright a:hover {
  color: #fff;
}
@media (max-width: 640px) {
  .panels5 h3 {
    margin-top: 0.2rem;
  }
  .panels5 .en3 {
    font-size: 14px;
  }
  .panels5 .icons .ic {
    width: 0.6rem;
    height: 0.6rem;
    background-size: 0.46rem;
  }
  .panels5 .copyright {
    line-height: 1.8;
  }
  .panels5 .copyright a {
    display: block;
  }
}
.panelb1 {
  position: relative;
}
.panelb1 .index-banner .swiper-button-next,
.panelb1 .index-banner .swiper-button-prev {
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}
.panelb1 .index-banner .swiper-button-next::after,
.panelb1 .index-banner .swiper-button-prev::after {
  font-size: 0.2rem;
}
.panelb1 .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  width: 88%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  z-index: 55;
  width: 60vw;
  max-width: 1000px;
  padding-top: 5vh;
}
.panelb1 h5 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 16px;
}
.panelb1 .textbox {
  max-width: 920px;
  margin: 0 auto 1.25rem;
  color: #fff;
  line-height: 1.6;
  font-size: 18px;
}
.panelb1 .data {
  text-align: center;
  color: #01b0ff;
}
.panelb1 .data li {
  width: 20%;
  float: left;
}
.panelb1 .data .ic {
  width: 0.56rem;
  height: 0.56rem;
  display: block;
  margin: 0 auto 10px;
}
.panelb1 .data .ic1 {
  background-image: url('../images/ic_data_1.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.panelb1 .data .ic2 {
  background-image: url('../images/ic_data_2.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.panelb1 .data .ic3 {
  background-image: url('../images/ic_data_3.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.panelb1 .data .ic4 {
  background-image: url('../images/ic_data_4.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.panelb1 .data .ic5 {
  background-image: url('../images/ic_data_5.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.panelb1 .data b {
  font-size: 0.48rem;
  display: block;
  font-family: medium;
}
.panelb1 .data p {
  font-size: 16px;
  font-family: medium;
}
@media (max-width: 992px) {
  .panelb1 h5 {
    font-size: 30px;
  }
  .panelb1 .textbox {
    font-size: 14px;
  }
  .panelb1 .data li {
    width: 33.33%;
  }
}
@media (max-width: 640px) {
  .panelb1 .content {
    width: 80vw;
  }
  .panelb1 h5 {
    font-size: 26px;
  }
  .panelb1 .data li {
    width: 33.33%;
    margin-bottom: 0.4rem;
  }
  .panelb1 .data .ic {
    margin-bottom: 0.1rem;
  }
  .panelb1 .data b {
    font-size: 20px;
  }
  .panelb1 .data p {
    font-size: 12px;
  }
}
.panelb2 {
  height: 100vh;
  overflow: hidden;
}
.panelb2 .swiper-about {
  height: 100vh;
}
.panelb2 li {
  position: relative;
}
.panelb2 .txt {
  padding: 0.36rem;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 5;
  font-size: 18px;
  transform: translateY(100%);
  transition: 0.3s;
}
.panelb2 .pnextbox {
  width: auto;
  left: 4vw;
  top: 50%;
  right: 3vw;
  bottom: auto;
  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;
}
.panelb2 .pnextbox .pnext {
  border-radius: 50%;
}
@media (min-width: 641px) {
  .panelb2 li:Hover .txt {
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .panelb2 .txt {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .panelb2 .txt {
    font-size: 14px;
    transform: translateY(0);
  }
  .panelb2 li::after {
    display: none;
  }
}
.panelb3 .box img {
  visibility: hidden;
}
.panelb3 .box2 {
  position: relative;
}
.panelb3 .box2 .content {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 5%;
  background: #01b0ff;
  color: #fff;
  padding: 0.2rem;
  text-align: center;
  transition: 0.3s;
}
.panelb3 .box2 h5 {
  font-size: 22px;
  margin-bottom: 0.16rem;
}
@media (min-width: 769px) {
  .panelb3 {
    display: table;
  }
  .panelb3 .box {
    display: table-cell;
  }
  .panelb3 .box .item,
  .panelb3 .box .iitem {
    overflow: hidden;
  }
  .panelb3 .filter::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    z-index: 1;
  }
  .panelb3 .filter:hover::after {
    background: none;
  }
  .panelb3 .box1 {
    width: 24vw;
    height: 100%;
    position: relative;
  }
  .panelb3 .box1 .item {
    position: absolute;
    width: 100%;
  }
  .panelb3 .box1 .item1 {
    height: 30%;
    top: 0;
  }
  .panelb3 .box1 .item2 {
    height: 70%;
    bottom: 0;
  }
  .panelb3 .box2 {
    width: 30vw;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .panelb3 .box2:hover .content {
    transform: scale(0);
  }
  .panelb3 .boxitem .iitem {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .panelb3 .boxitem .iitem:nth-child(2) {
    left: 50%;
  }
  .panelb3 .box3 {
    width: 46vw;
    position: relative;
  }
  .panelb3 .box3 .item {
    position: absolute;
    width: 100%;
  }
  .panelb3 .box3 .item1 {
    height: 65%;
    top: 0;
  }
  .panelb3 .box3 .item2 {
    height: 35%;
    bottom: 0;
  }
  .panelb3 .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .panelb3 .item img {
    visibility: hidden;
  }
}
@media (max-width: 768px) {
  .panelb3 {
    background: #000;
  }
  .panelb3 .box2 {
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .panelb3 .box2 .content {
    padding: 0.3rem;
  }
  .panelb3 .filter {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 40vh;
    margin-bottom: 2px;
  }
}
.panelb4 {
  background: url('../images/b12.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
}
.panelb4 .content {
  background: url('../images/b13.jpg') no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 35%;
  color: #fff;
  transition: ease-in-out 0.5s;
}
.panelb4 .content::before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(1, 172, 251, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.panelb4 .content .inner {
  position: relative;
  z-index: 2;
}
.panelb4 .content h5 {
  font-size: 0.36rem;
  margin-bottom: 0.16rem;
  font-weight: bold;
}
.panelb4 .content .info {
  font-size: 18px;
  line-height: 2;
}
.panelb4 .content .info p {
  margin-top: 0.3rem;
}
@media (min-width: 769px) {
  .panelb4 .content {
    padding: 0.3rem;
  }
  .panelb4 .content .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    width: 80%;
    transition: 0.3s;
  }
  .panelb4 .content:hover {
    background: url('../images/b13.jpg') no-repeat center center;
    background-size: cover;
  }
  .panelb4 .content:hover::before {
    opacity: 0;
  }
  .panelb4 .content:hover .inner {
    opacity: 0;
  }
}
@media (max-width: 992px) {
  .panelb4 .content {
    width: 40%;
  }
  .panelb4 .content .info {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .panelb4 {
    height: 100vh;
  }
  .panelb4 .content {
    width: 100%;
    left: 0;
    bottom: 0;
    top: auto;
  }
  .panelb4 .content .inner {
    width: 88%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0.4rem 0;
  }
  .panelb4 .content .info {
    font-size: 14px;
    line-height: 1.76;
  }
  .panelb4 .content .info p {
    margin-top: 0.1rem;
  }
}
@media (max-width: 640px) {
  .panelb4 {
    background: url('../images/b13.jpg') no-repeat center center;
    background-size: cover;
  }
}
@media (min-width: 769px) {
  .panelb5 {
    display: flex;
  }
  .panelb5 .inner {
    margin: auto;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    display: table;
  }
  .panelb5 .box {
    display: table-cell;
    width: 50%;
    position: relative;
  }
}
.panelb5 .boxitem {
  display: table;
  position: absolute;
  width: 100%;
  top: 0;
  height: 40%;
}
.panelb5 .boxitem > * {
  display: table-cell;
}
.panelb5 .box1 .text {
  color: #fff;
}
.panelb5 .box1 h4 {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1;
}
.panelb5 .box1 p {
  font-size: 0.18rem;
  margin: 0.2rem 0;
  line-height: 1.8;
  margin-right: 0.2rem;
}
.panelb5 .box1 .imgcover {
  transition: 0.3s;
}
.panelb5 .box1 .imgcover:hover {
  opacity: 0.8;
}
.panelb5 .boxitem .img {
  width: 65%;
  transition: 0.3s;
}
.panelb5 .boxitem .img:hover {
  opacity: 0.8;
}
.panelb5 .boxitem .txt {
  width: 35%;
  background: radial-gradient(#ba976f, #84643f);
  color: #fff;
  position: relative;
  font-size: 0.24rem;
}
.panelb5 .boxitem .txt .icon {
  display: block;
  margin: 0 auto 10px;
  width: 0.6rem;
}
.panelb5 .boxitem .txt .tinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  text-align: center;
}
.panelb5 .boxitem2 {
  top: 40%;
}
.panelb5 .boxitem2 .txt {
  background: radial-gradient(#c8b574, #a2935e);
}
.panelb5 .boxitem3 {
  top: 80%;
  color: #fff;
  padding: 0.3rem 0.5rem;
  font-size: 0.18rem;
  line-height: 1.8;
}
.panelb5 .box2 {
  position: relative;
}
.panelb5 .box2-inner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .panelb5 .inner {
    width: 88%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  .panelb5 .box {
    height: 50vh;
    position: relative;
  }
  .panelb5 .box1 .text {
    padding: 0.4rem 0 0.2rem;
  }
  .panelb5 .box1 p {
    font-size: 14px;
    margin-top: 0.2rem;
    line-height: 1.6;
  }
  .panelb5 .boxitem2 {
    width: 100%;
    height: 20vh;
  }
}
.panelb6 {
  position: relative;
}
@media (min-width: 641px) {
  .panelb6 .content {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url('../images/b18.jpg') no-repeat center center;
    background-size: cover;
  }
  .panelb6 .item {
    display: none;
  }
}
@media (max-width: 640px) {
  .panelb6 {
    height: 100vh;
    background: #333;
  }
  .panelb6 .content {
    padding-top: 1vh;
  }
  .panelb6 .content .item {
    height: 48vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .panelb6 .content .txt {
    position: absolute;
    bottom: 10%;
    background: #36373b;
    right: 0;
    border-radius: 3px;
    padding: 0.2rem 0.4rem;
    color: #fff;
    font-size: 26px;
  }
  .panelb6 .content .item:nth-child(2) {
    margin-top: 5px;
  }
  .panelb6 .content .item:nth-child(2) .txt {
    background: #01b0ff;
    right: auto;
    left: 0;
  }
}
* {
  touch-action: pan-y;
}
* {
  touch-action: none;
}
/*# sourceMappingURL=index.css.map */