.banner .swiper-slide img {
  display: block;
  width: 100%;
}

.banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next {
  left: 0;
  background-image: none;
  transform: rotate(90deg);
}

.banner .swiper-button-next, .banner .swiper-container-rtl .swiper-button-prev {
  right: 0;
  background-image: none;
  transform: rotate(-90deg);
}

.banner .swiper-button-next, .banner .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: #0054a7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .swiper-button-next .iconfont, .banner .swiper-button-prev .iconfont {
  font-size: 20px;
  color: #fff;
}

.big-title {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 2px;
  color:#fff;
}
.excellent .big-title {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 2px;
  color:#000;
}
.cloud-exhi .big-title {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 2px;
  color:#000;
}
.intro {
  padding: 140px 0 90px;
  background: url(../images/intro_bg.jpg) no-repeat center;
  background-size: cover;
  transition: all .3s linear;
}

.intro .seat-box {
  position: relative;
  height: 365px;
}

.intro .intro-top {
  z-index: 1;
}

.intro .intro-top, .intro .menu-bd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: 365px;
}

.intro .text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 180px;
  color:#fff;
}

.intro .text .more {
  display: inline-block;
  color: #ff6600;
}

.intro .text .more:hover {
  text-decoration: underline;
}

.intro .menu-list {
  display: flex;
  justify-content: space-between;
}

.intro .menu-list li {
  position: relative;
  flex: 1;
  aspect-ratio: 364/200;
  margin-right: 2px;
  background: rgba(0, 84, 167, 0.9);
}

.intro .menu-list li:last-child {
  margin-right: 0;
}

.intro .menu-list li:hover {
  background: #fff;
}

.intro .menu-list li:hover .info {
  transform: translateY(-5px);
}

.intro .menu-list li:hover .info p {
  color: #0054a7;
}

.intro .menu-list .num {
  position: absolute;
  left: 15px;
  top: 22px;
  font-size: 42px;
  line-height: 1;
  font-weight: bold;
  color: #3376b9;
}

.intro .menu-list .info {
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .4s linear;
}

.intro .menu-list .info .img-box {
  width: 100%;
  height: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 10px;
}

.intro .menu-list .info .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.intro .menu-list .info p {
  font-size: 26px;
  color: #fff;
}

.intro .menu-bd .item {
  height: 365px;
  display: none;
}

.intro .menu-bd .item ul {
  display: flex;
  flex-wrap: wrap;
}

.intro .menu-bd .item li {
  width: 33.3%;
  display: flex;
  align-items: center;
  margin-bottom: 52px;
  color: #fff;
}

.intro .menu-bd .item .icon {
  display: block;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.intro .menu-bd .item .icon .iconfont {
  font-size: 60px;
}

.intro .menu-bd .item .icon-text {
  font-size: 30px;
  font-weight: bold;
}

.intro .menu-bd .item .des {
  font-size: 22px;
}

.excellent {
  padding: 110px 0;
  background: url(../images/excellent_bg.jpg) no-repeat center;
  background-size: cover;
}

.excellent .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.excellent .top .big-title {
  margin-bottom: 0;
}

.excellent .top .btn {
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #0054a7;
  font-size: 18px;
  color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 8, 16, 0.09);
  transition: all .3s linear;
  transform: translateY(0);
}

.excellent .top .btn:hover {
  transform: translateY(15px);
  background: linear-gradient(119deg, #0d46ff, #01a6ff);
}

.excellent .des {
  font-size: 18px;
  margin-bottom: 40px;
}

.excellent .video-list {
  display: flex;
  justify-content: space-between;
}

.excellent .video-list .item {
  width: 14%;
  height: 550px;
  margin-right: 1px;
  transition: all .4s linear;
}

.excellent .video-list .item:last-child {
  margin-right: 0;
}

.excellent .video-list .item .item-detail {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.excellent .video-list .item .item-detail:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #0054a7, rgba(0, 84, 167, 0.4));
}

.excellent .video-list .item.active {
  flex: 1;
}

.excellent .video-list .item.active .item-detail:after {
  background: none;
}

.excellent .video-list .item.active .info {
  top: 0;
  width: 28%;
  height: 100%;
  background: #0054a7;
  padding-top: 75px;
  transition: all .2s linear;
}

.excellent .video-list .item img {
  height: 100%;
  object-fit: cover;
  max-width: inherit;
}

.excellent .video-list .item .info {
  position: absolute;
  z-index: 1;
  top: 75px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  font-size: 24px;
  color: #fff;
}

.excellent .video-list .item .video-play-btn {
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 55px;
  font-size: 66px;
  cursor: pointer;
  color: #fff;
}

.video-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: none;
}

.video-mask .close {
  position: absolute;
  z-index: 10000;
  top: 10%;
  right: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-mask .close .iconfont {
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.video-mask .video-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  aspect-ratio: 16/9;
}

.video-mask .video-box .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cloud-exhi {
  padding-top: 100px;
  background: url(../images/cloud_bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}

.cloud-exhi .big-title {
  text-align: center;
}

.cloud-exhi .hd {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

.cloud-exhi .hd ul {
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  background: #0054a7;
  padding: 3px;
}

.cloud-exhi .hd li {
  position: relative;
  padding: 0 30px;
  line-height: 52px;
  font-size: 18px;
  border-radius: 26px;
}

.cloud-exhi .hd li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  display: block;
  height: 100%;
  background: #fff;
  line-height: 52px;
  font-size: 18px;
  border-radius: 26px;
  transition: width .5s linear;
}

.cloud-exhi .hd li.active::before {
  width: 100%;
}

.cloud-exhi .hd li.active span {
  color: #0054a7;
}

.cloud-exhi .hd li span {
  position: relative;
  z-index: 2;
}

.cloud-exhi .bd .img-box {
  display: none;
  align-items: center;
  justify-content: center;
}

.cloud-exhi .bd .img-box img {
  border-radius: 10px 10px 0 0;
}

.cloud-exhi .bd .img-box:first-child {
  display: flex;
}

.company {
  padding: 110px 0 80px;
  background: url(../images/company_bg.jpg) no-repeat center;
  background-size: cover;
}

.company .all {
  display: flex;
  margin-bottom: 30px;
}

.company .all .info {
  flex: 1;
  min-width: 0;
}

.company .all .text {
  line-height: 2;
  margin-bottom: 20px;
}

.company .all .more {
  display: inline-block;
  color: #0054a7;
}

.company .all .more:hover {
  text-decoration: underline;
}

.company .all .culture ul {
  display: flex;
}

.company .all .culture li {
  position: relative;
  flex: 1;
  margin-left: -1px;
  height: 126px;
  padding-left: 15px;
  padding-top: 45px;
  border: 1px solid #a8d3ff;
  background: #fff;
  transition: all .3s linear;
}

.company .all .culture li:hover {
  background: #0054a7;
}

.company .all .culture li:hover p {
  color: #fff;
}

.company .all .culture li:hover .iconfont {
  color: #fff;
  opacity: 1;
  transform: rotateY(360deg);
}

.company .all .culture .iconfont {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #0054a7;
  opacity: .2;
  font-size: 40px;
  line-height: 1;
  transition: all .6s linear;
}

.company .all .culture p {
  font-size: 18px;
}

.company .all .culture .tit {
  font-size: 24px;
  font-weight: bold;
  color: #0054a7;
}

.company .all .video-box {
  width: 30%;
  margin-left: 5%;
}

.company .all .video-box .img-box {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

.company .all .video-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company .all .video-box .iconfont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  cursor: pointer;
}

.company .swiper-company .swiper-slide {
  position: relative;
  width: 11%;
  height: 352px;
  margin-right: 10px;
  transition: all .3s linear;
  overflow: hidden;
}

.company .swiper-company .swiper-slide:last-child {
  margin-right: 0;
}

.company .swiper-company .swiper-slide .pro-img {
  width: 100%;
  height: 100%;
}

.company .swiper-company .swiper-slide .pro-img img {
  height: 100%;
  object-fit: cover;
}

.company .swiper-company .swiper-slide .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.company .swiper-company .swiper-slide .info {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}

.company .swiper-company .swiper-slide .info .text02 {
  display: none;
}

.company .swiper-company .swiper-slide-active {
  width: calc(45% - 50px);
}

.company .swiper-company .swiper-slide-active .mask {
  background: linear-gradient(to bottom, rgba(0, 84, 167, 0) 50%, #0054a7);
}

.company .swiper-company .swiper-slide-active .info {
  text-align: left;
  padding: 0 40px;
}

.company .swiper-company .swiper-slide-active .info .text02 {
  display: block;
}

.company .swiper-company .swiper-wrapper {
  justify-content: space-between;
}

.trade {
  padding: 80px 0 100px;
  background-image: linear-gradient(41deg, #0054a7 0%, #156fc7 50%, #2a89e7 100%);
}

.trade .big-title {
  color: #fff;
  text-align: center;
}

.trade .swiper-box {
  position: relative;
  margin: 0 -60px;
  padding: 0 60px;
}

.trade .swiper-container {
  position: static;
}

.trade .swiper-slide .pro-img {
  width: 100%;
  border: 6px solid rgba(62, 158, 253, 0.2);
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 20px;
}

.trade .swiper-slide .pro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trade .swiper-slide .title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.trade .swiper-slide .title a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.trade .swiper-slide .des {
  max-height: 87px;
  overflow: hidden;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
}

.trade .swiper-button-prev, .trade .swiper-container-rtl .swiper-button-next {
  left: 0;
  background-image: none;
}

.trade .swiper-button-next, .trade .swiper-container-rtl .swiper-button-prev {
  right: 0;
  background-image: none;
}

.trade .swiper-button-next, .trade .swiper-button-prev {
  width: auto;
  height: auto;
  margin-top: 0;
  background-size: 100%;
  top: 40%;
}

.trade .swiper-button-next .iconfont, .trade .swiper-button-prev .iconfont {
  font-size: 50px;
  line-height: 1;
  color: #fff;
}

.news {
  padding: 80px 0 100px;
  background: url(../images/news_bg.jpg) no-repeat center;
  background-size: cover;
}

.news .big-title {
  text-align: center;
}

.news .box {
  display: flex;
  justify-content: space-between;
  padding: 30px 20px;
  background: #fff;
  margin-bottom: 44px;
}

.news .news-left {
  width: 49.5%;
}

.news .news-left .img-box {
  display: block;
  width: 100%;
  aspect-ratio: 695/464;
  overflow: hidden;
  margin-bottom: 10px;
}

.news .news-left .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.news .news-left .img-box:hover img {
  transform: scale(1.1);
}

.news .news-left .title {
  margin-bottom: 5px;
}

.news .news-left .title a {
  max-height: 66px;
  overflow: hidden;
  font-size: 18px;
}

.news .list {
  width: 48%;
}

.news .list li {
  display: flex;
  margin-bottom: 20px;
}

.news .list li:last-child {
  margin-bottom: 0;
}

.news .list .img-box {
  display: block;
  width: 38%;
  aspect-ratio: 260/172;
  overflow: hidden;
  margin-right: 18px;
}

.news .list .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.news .list .img-box:hover img {
  transform: scale(1.1);
}

.news .list .info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news .list .title {
  margin-bottom: 10px;
}

.news .list .title a {
  max-height: 60px;
  overflow: hidden;
  font-size: 18px;
}

.news .list .des {
  max-height: 48px;
  overflow: hidden;
  color: #999;
}

.news .title a:hover {
  color: #0054a7;
}

.news .contact {
  position: relative;
  height: 210px;
  padding-top: 45px;
  background: url(../images/contact_bg.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.news .contact .text01 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 5px;
}

.news .contact .tel-box {
  display: flex;
  align-items: center;
  font-size: 26px;
}

.news .contact .btn {
  margin-left: 20px;
  display: block;
  width: 145px;
  line-height: 45px;
  text-align: center;
  border-radius: 24px;
  border: 2px solid #fed864;
  font-size: 20px;
  font-weight: bold;
  color: #fed864;
  transition: all .3s linear;
}

.news .contact .btn:hover {
  transform: translateY(-3px);
}

.news .contact .contact-btn {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  display: block;
  width: 250px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-image: linear-gradient(90deg, #fee8d4 0%, #fbd7ba 39%, #f7c69f 100%);
  font-size: 22px;
  color: #783d0d;
  transition: all .3s linear;
}

.news .contact .contact-btn:hover {
  background-image: linear-gradient(120deg, #fee8d4 0%, #fbd7ba 20%, #f7c69f 800%);
  opacity: .98;
  transform: translate(-50%, -3px);
}

.go-top {
  opacity: 0;
  position: fixed;
  right: 24px;
  bottom: 100px;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 9;
  overflow: hidden;
}

.go-top img {
  width: 60px;
}

.go-top.active {
  opacity: 1;
}

@media only screen and (max-width: 1600px) {
  .banner .swiper-slide .text01 {
    font-size: 48px;
  }
  .banner .swiper-slide .text02 {
    font-size: 60px;
  }
  .trade .swiper-box {
    margin: 0;
    padding: 0 40px;
  }
  .trade .swiper-button-next .iconfont, .trade .swiper-button-prev .iconfont {
    font-size: 30px;
  }
  .company .all .culture p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1480px) {
  .wrap {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 1440px) {
  .wrap {
    padding: 0 40px;
  }
  .intro .menu-list .num {
    font-size: 34px;
  }
  .intro .menu-list .info p {
    font-size: 22px;
  }
  .excellent .video-list .item .info {
    font-size: 20px;
  }
  .excellent .video-list .item.active .info {
    font-size: 20px;
  }
  .excellent .video-list .item .iconfont {
    font-size: 50px;
  }
  .company .all .culture ul {
    flex-wrap: wrap;
  }
  .company .all .culture li {
    width: 50%;
    flex: auto;
    margin-top: -1px;
  }
  .company .all .video-box {
    margin-left: 5%;
    width: 40%;
  }
  .company .swiper-company .swiper-slide .info {
    font-size: 28px;
  }
  .news .list .title {
    margin-bottom: 5px;
  }
  .news .list .title a {
    max-height: 54px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 1300px) {
  .intro .menu-bd .item .des {
    font-size: 18px;
  }
  .cloud-exhi .hd li {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1040px) {
  body {
    padding-bottom: 1rem;
  }
  .banner .swiper-phone-banner {
    height: 100%;
  }
  .banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next {
    left: 0;
    background-image: none;
    transform: rotate(90deg);
  }
  .banner .swiper-button-next, .banner .swiper-container-rtl .swiper-button-prev {
    right: 0;
    background-image: none;
    transform: rotate(-90deg);
  }
  .banner .swiper-button-next, .banner .swiper-button-prev {
    width: .6rem;
    height: .6rem;
    background-color: #0054a7;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner .swiper-button-next .iconfont, .banner .swiper-button-prev .iconfont {
    font-size: .28rem;
    color: #fff;
  }
  .ft-contact {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.06rem;
    display: flex;
  }
  .ft-contact a {
    flex: 1;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0054a7;
    font-size: .3rem;
  }
  .ft-contact a .iconfont {
    margin-right: .2rem;
  }
  .ft-contact a .icon-xinxi {
    font-size: .4rem;
  }
  .ft-contact a .icon-24gf-telephone {
    font-size: .5rem;
  }
  .ft-contact a:first-child {
    background: #0054a7;
    color: #fff;
  }
  .big-title {
    font-size: .6rem;
    margin-bottom: .3rem;
    letter-spacing: .02rem;
    color:#000;
  }
  .wrap {
    padding: 0 .2rem;
  }
  .intro {
    padding: 0;
    background: none !important;
    transition: none;
  }
  .intro .seat-box {
    height: auto;
  }
  .intro .intro-top {
    position: static;
    height: auto;
    padding: .8rem 0 .5rem;
    background: #fff url(../images/intro_m_bg.jpg) no-repeat top;
    background-size: cover;
  }
  .intro .menu-bd, .intro .intro-bot {
    display: none;
  }
  .intro .text-box {
    margin-bottom: 0;
  }
  .intro .big-title {
    text-align: center;
  }
  .intro .text {
    font-size: .36rem;
    margin-bottom: 0;
    color:#000;
  }
  .intro-m {
    padding: .7rem 0 .3rem;
    background: url(../images/intro_bg_01.jpg) no-repeat center;
    background-size: cover;
  }
  .intro-m .menu-bd {
    margin-bottom: .6rem;
  }
  .intro-m .menu-bd .item {
    display: none;
  }
  .intro-m .menu-bd .item:first-child {
    display: block;
  }
  .intro-m .menu-bd .item ul {
    padding: 0 .4rem;
  }
  .intro-m .menu-bd .item li {
    display: flex;
    align-items: center;
    margin-bottom: .2rem;
    color: #fff;
    text-align: center;
  }
  .intro-m .menu-bd .item .icon {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .3rem;
  }
  .intro-m .menu-bd .item .icon .iconfont {
    font-size: .8rem;
  }
  .intro-m .menu-bd .item .icon-text {
    font-size: .36rem;
    font-weight: bold;
  }
  .intro-m .menu-bd .item .des {
    font-size: .36rem;
  }
  .intro-m .menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .intro-m .menu-list li {
    position: relative;
    width: calc((100% - .04rem)/2);
    margin-right: .04rem;
    margin-bottom: .04rem;
    padding: .2rem 0;
    background: rgba(0, 84, 167, 0.9);
  }
  .intro-m .menu-list li:nth-child(2n) {
    margin-right: 0;
  }
  .intro-m .menu-list li.active {
    background: #fff;
  }
  .intro-m .menu-list li.active .info p {
    color: #0054a7;
  }
  .intro-m .menu-list .num {
    position: absolute;
    left: .2rem;
    top: .3rem;
    font-size: .5rem;
    line-height: 1;
    color: #3376b9;
  }
  .intro-m .menu-list .info {
    text-align: center;
  }
  .intro-m .menu-list .info .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.6rem;
    margin-bottom: .2rem;
  }
  .intro-m .menu-list .info .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .intro-m .menu-list .info p {
    font-size: .32rem;
    color: #fff;
  }
  .excellent {
    padding: .8rem 0;
  }
  .excellent .top {
    margin-bottom: .1rem;
    justify-content: center;
  }
  .excellent .top .big-title {
    text-align: center;
  }
  .excellent .top .btn {
    display: none;
  }
  .excellent .des {
    font-size: .36rem;
    margin-bottom: .3rem;
  }
  .excellent .video-list {
    flex-direction: column;
  }
  .excellent .video-list .item {
    width: 100%;
    height: 1.5rem;
    margin-right: 0;
    transition: none;
    margin-bottom: .2rem;
  }
  .excellent .video-list .item .item-detail:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #0054a7 40%, rgba(0, 84, 167, 0) 90%);
  }
  .excellent .video-list .item.active {
    width: 100%;
    flex: auto;
  }
  .excellent .video-list .item.active .item-detail:after {
    background: linear-gradient(to right, #0054a7 40%, rgba(0, 84, 167, 0) 90%);
  }
  .excellent .video-list .item.active .info {
    width: 100%;
    height: 100%;
    padding-top: 0;
    background: none;
    font-size: .3rem;
  }
  .excellent .video-list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .excellent .video-list .item .info {
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 .3rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    font-size: .36rem;
    transition: none;
  }
  .excellent .video-list .item .iconfont {
    position: static;
    font-size: .6rem;
    margin-right: .1rem;
  }
  .excellent .btn {
    display: block;
    margin: .2rem auto;
    width: 3rem;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    background-color: #0054a7;
    color: #fff;
  }
  .video-mask .close {
    top: .6rem;
    right: .6rem;
  }
  .video-mask .close .iconfont {
    font-size: .8rem;
  }
  .video-mask .video-box {
    width: 100%;
  }
  .cloud-exhi {
    padding-top: .8rem;
  }
  .cloud-exhi .hd {
    margin-bottom: .5rem;
  }
  .cloud-exhi .hd ul {
    height: auto;
    flex-direction: column;
    border-radius: 0;
    padding: 0;
    background: none;
  }
  .cloud-exhi .hd li {
    padding: 0;
    width: 6rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-size: .36rem;
    border-radius: .5rem;
    background: #0054a7;
    margin-bottom: .2rem;
  }
  .cloud-exhi .hd li::before {
    line-height: 1rem;
    font-size: .36rem;
    transition: none;
  }
  .cloud-exhi .bd .img-box img {
    border-radius: .1rem .1rem 0 0;
  }
  .company {
    padding: 1.1rem 0 .8rem;
  }
  .company .all {
    display: block;
    margin-bottom: .5rem;
  }
  .company .all .text {
    font-size: .36rem;
    line-height: 1.5;
    margin-bottom: .2rem;
  }
  .company .all .more:hover {
    text-decoration: none;
  }
  .company .all .video-box {
    width: 100%;
    margin-left: 0;
  }
  .company .all .video-box .iconfont {
    font-size: .9rem;
  }
  .company .swiper-company-phone .swiper-slide {
    position: relative;
    height: 3.8rem;
  }
  .company .swiper-company-phone .pro-img {
    height: 100%;
  }
  .company .swiper-company-phone .pro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .company .swiper-company-phone .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .company .swiper-company-phone .mask .text-box {
    position: absolute;
    left: 0;
    bottom: .3rem;
    width: 100%;
    font-size: .38rem;
    color: #fff;
    padding: 0 .2rem;
  }
  .company .swiper-company-phone .mask .text01 {
    font-weight: bold;
  }
  .company .swiper-company-phone .mask .des {
    font-size: .3rem;
    color: #fff;
  }
  .company .swiper-company-phone .swiper-button-prev, .company .swiper-company-phone .swiper-container-rtl .swiper-button-next {
    left: 0;
    background-image: none;
    transform: rotate(90deg);
  }
  .company .swiper-company-phone .swiper-button-next, .company .swiper-company-phone .swiper-container-rtl .swiper-button-prev {
    right: 0;
    background-image: none;
    transform: rotate(-90deg);
  }
  .company .swiper-company-phone .swiper-button-next, .company .swiper-company-phone .swiper-button-prev {
    width: .6rem;
    height: .6rem;
    background-color: #0054a7;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .company .swiper-company-phone .swiper-button-next .iconfont, .company .swiper-company-phone .swiper-button-prev .iconfont {
    font-size: .28rem;
    color: #fff;
  }
  .trade {
    padding: .7rem 0 1rem;
  }
  .trade .swiper-box {
    margin: 0;
    padding: 0 .5rem;
  }
  .trade .swiper-slide .pro-img {
    padding: 0 .2rem;
    border: 0;
    margin-bottom: .2rem;
  }
  .trade .swiper-slide .pro-img img {
    border: 0.06rem solid rgba(62, 158, 253, 0.2);
  }
  .trade .swiper-slide .title {
    padding-bottom: .2rem;
    margin-bottom: .2rem;
    text-align: center;
  }
  .trade .swiper-slide .title a {
    font-size: .4rem;
  }
  .trade .swiper-slide .des {
    max-height: none;
  }
  .trade .swiper-button-prev, .trade .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .trade .swiper-button-next, .trade .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
  .trade .swiper-button-next, .trade .swiper-button-prev {
    top: 25%;
  }
  .trade .swiper-button-next .iconfont, .trade .swiper-button-prev .iconfont {
    font-size: .6rem;
  }
  .news {
    padding: .8rem 0 .4rem;
  }
  .news .box {
    display: block;
    padding: 0;
    margin-bottom: .4rem;
    background: none;
  }
  .news .news-left {
    width: 100%;
    display: flex;
    margin-bottom: .3rem;
  }
  .news .news-left .img-box {
    width: 35%;
    aspect-ratio: 260/172;
    margin-right: .2rem;
    margin-bottom: 0;
  }
  .news .news-left .info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .news .news-left .title {
    margin-bottom: 0;
  }
  .news .news-left .title a {
    max-height: none;
    font-size: .36rem;
  }
  .news .news-left .time {
    font-size: .32rem;
  }
  .news .list {
    width: 100%;
  }
  .news .list li {
    display: flex;
    margin-bottom: .3rem;
  }
  .news .list li:last-child {
    margin-bottom: 0;
  }
  .news .list .img-box {
    width: 35%;
    margin-right: .2rem;
  }
  .news .list .title {
    margin-bottom: 0;
  }
  .news .list .title a {
    max-height: none;
    font-size: .36rem;
  }
  .news .list .des {
    display: none;
  }
  .news .list .time {
    font-size: .32rem;
  }
  .news .title a:hover {
    color: #0054a7;
  }
  .news .contact {
    display: none;
  }
  .news .btn-more {
    display: block;
    margin: .2rem auto;
    width: 3rem;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    background-color: #0054a7;
    color: #fff;
  }
  .go-top {
    right: .3rem;
    bottom: 1rem;
  }
  .go-top img {
    width: 1rem;
  }
  .go-top.active {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .big-title {
    font-size: .4rem;
  }
  .intro .text {
    font-size: .3rem;
  }
  .intro-m .menu-bd .item .icon {
    width: .8rem;
    height: .8rem;
  }
  .intro-m .menu-bd .item .icon .iconfont {
    font-size: .5rem;
  }
  .intro-m .menu-bd .item .des {
    font-size: .3rem;
  }
  .intro-m .menu-bd .item .icon-text {
    font-size: .24rem;
  }
  .intro-m .menu-list .info .img-box {
    height: 1rem;
  }
  .excellent .des {
    font-size: .3rem;
  }
  .company .all .text {
    font-size: .28rem;
  }
  .excellent .video-list .item .info {
    font-size: .3rem;
  }
  .excellent .video-list .item .iconfont {
    font-size: .5rem;
  }
  .trade .swiper-slide .title a {
    font-size: .32rem;
  }
  .cloud-exhi .hd li {
    width: 4.7rem;
    height: .8rem;
    line-height: .8rem;
    border-radius: .4rem;
    font-size: .3rem;
  }
  .company .all .text {
    font-size: .3rem;
  }
  .company .swiper-company-phone .mask .text01 {
    font-size: .34rem;
  }
  .trade .swiper-slide .title a {
    font-size: .3rem;
  }
  .news .news-left .title a, .news .list .title a {
    font-size: .3rem;
  }
  .news .news-left .time {
    font-size: .28rem;
  }
}
.trade04,.trade05 {
    padding: 86px 0
}

.trade05 .img {
    margin-top: 50px
}
.customize03 {
    text-align: center;
    color: #fff;
    padding: 104px 0 127px;
    background: url(/images/cbg-3xmtUD3A.jpg) no-repeat top center;
    background-size: cover
}
@media (max-width: 1100px) {
    .customize03 {
        padding: 40px 0;
    }
}
@media (max-width: 1100px) {
    .trade04, .trade05 {
        padding: 40px 0;
    }
}
.customize03 .home-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px
}
@media (max-width: 1100px) {
    .customize03 .home-title {
        font-size: 20px;
    }
}
.customize03 .home-title span {
    font-size: 72px;
    font-family: arial
}
@media (max-width: 1100px) {
    .customize03 .home-title span {
        font-size: 30px;
    }
}
.customize03 .inmain-p {
    font-size: 24px;
    line-height: 28px;
    color: #fff
}
@media (max-width: 1100px) {
    .customize03 .inmain-p {
        font-size: 16px;
    }
}
.container {
    margin-right: auto;
    margin-left: auto;
    width: 1440px;
}
@media (max-width: 1100px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
}
.trade05[data-v-69c11507] {
    padding: 36px 0;
    background: #ddeaff;
}
.advantage[data-v-69c11507] {
    margin-top: 36px
}

.advantage ul[data-v-69c11507] {
    display: flex;
    flex-wrap: wrap
}

.advantage li[data-v-69c11507] {
    position: relative;
    width: 48%;
    margin-right: 4%;
    height: 108px;
    padding: 20px 40px;
    background: #fff;
    box-shadow: 6px 1px 7px #11214e14;
    border-radius: 10px;
    margin-bottom: 35px
}

.advantage li[data-v-69c11507]:nth-child(2n) {
    margin-right: 0
}

.advantage li .num[data-v-69c11507] {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    background-color: #0a77e6;
    color: #fff;
    border-radius: 10px 0 30px
}
.home-title {
    font-size: 40px;
    color: #333;
    text-align: center;
}
@media (max-width: 1100px) {
    .home-title {
        font-size: 22px;
    }
}