@font-face {
  font-family: JhengHei;
  src: url(../fonts/MicrosoftJhengHei.ttf) format('trueType');
}
@font-face {
  font-family: futura;
  src: url(../fonts/futurademic.ttf) format('trueType');
}
@font-face {
  font-family: mont;
  src: url(../fonts/Montserrat-Black.otf) format('OpenType');
}
html,
body {
  font-family: JhengHei;
}
body::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0.7);
}
body::-webkit-scrollbar-thumb {
  width: 6px;
  background-color: #025af9;
  border-radius: 3px;
}
#html {
  position: relative;
  height: 100%;
}
#html::-webkit-scrollbar {
  display: none;
}
.width1600 {
  width: 1600px;
  margin: 0 auto;
}
header {
  width: 100%;
  height: 98px;
  padding: 0 3.33vw;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
header .logo {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
header .logo img {
  height: 62px;
}
header .logo .code {
  margin-left: 34px;
  padding: 6px 8px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
}
.menus {
  display: none;
  height: 100%;
  /* display: flex; */
  /* display: -webkit-flex; */
  align-items: center;
  -webkit-align-items: center;
}
.menu {
  cursor: pointer;
}
.menu .bar {
  width: 16px;
  height: 2px;
  margin: 5px 0;
  background-color: #fff;
}
.menu .sec {
  background-color: transparent;
  position: relative;
}
.menu .sec:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.menu.ed .bar:nth-child(1) {
  transform: translateY(7px) rotate(-45deg);
}
.menu.ed .bar:nth-child(2) {
  opacity: 0;
}
.menu.ed .bar:nth-child(3) {
  transform: translateY(-7px) rotate(45deg);
}
nav {
  /* position: fixed; */
  /* top: -98px; */
  /* right: 120px; */
  /* z-index: 11; */
}
nav ul {
  display: flex;
  display: -webkit-flex;
}
nav li {
  margin-left: 3.39vw;
  position: relative;
}
nav li > a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 98px;
}
nav li.active:after {
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  margin: 0 auto;
  background-color: #fff;
  position: absolute;
  bottom: 23px;
  left: 0;
  right: 0;
}
nav.ed {
  top: 0;
}
.Meng {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
}
.swiper-full {
  width: 100%;
  height: 100%;
}
.swiper-full .pag-full .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  color: #025af9;
  font-size: 16px;
  font-family: futura;
  text-transform: uppercase;
  padding-right: 17px;
  position: relative;
  display: none !important;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  outline: none;
}
.swiper-full .pag-full .swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #025af9;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.swiper-full .pag-full .swiper-pagination-bullet span {
  color: #fff;
  font-size: 23px;
  margin-right: 10px;
}
.swiper-full .pag-full .swiper-pagination-bullet-active {
  display: flex !important;
  display: -webkit-flex !important;
}
.swiper-banner {
  width: 100%;
  height: 100%;
}
.swiper-banner .swiper-slide .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-banner .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0 11.2vw;
  text-align: right;
  color: #fff;
}
.swiper-banner .txt h3 {
  font-size: 6.25vw;
  font-family: mont;
  line-height: 1;
}
.swiper-banner .txt h4 {
  font-size: 3.75vw;
  margin-bottom: 2.34vw;
  font-family: mont;
  line-height: 1;
}
.swiper-banner .txt h5 {
  font-size: 1.56vw;
  font-weight: bold;
  margin-bottom: 3.12vw;
}
.swiper-banner .txt h6 {
  display: inline-block;
  width: 16.15vw;
  height: 3.02vw;
  line-height: 3.02vw;
  border-radius: 1.51vw;
  background-color: #025af9;
  text-align: center;
  font-size: 1.46vw;
  font-weight: bold;
}
.swiper-banner .pag-banner {
  color: #959595;
  font-family: futura;
  width: auto;
  bottom: 49px;
  left: 64px;
  font-size: 18px;
  padding-bottom: 8px;
  border-bottom: 2px solid #555555;
}
.swiper-banner .pag-banner:after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background-color: #025af9;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.swiper-banner .pag-banner span {
  color: #fff;
}
.pr-ne {
  position: absolute;
  right: 64px;
  bottom: 38px;
  z-index: 3;
  display: flex;
  display: -webkit-flex;
}
.pr-ne .swiper-button-next,
.pr-ne .swiper-button-prev {
  position: initial;
  width: 42px;
  height: 42px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-left: 22px;
  background-size: auto auto;
  margin-top: 0;
  outline: none;
}
.pr-ne .swiper-button-next:hover,
.pr-ne .swiper-button-prev:hover {
  border-color: #fff;
}
.pr-ne .swiper-button-prev {
  background-image: url(../images/icon-prev1.png);
}
.pr-ne .swiper-button-next {
  background-image: url(../images/icon-next1.png);
}
.icon-down {
  display: block;
  width: 24px;
  margin: 0 auto;
  position: absolute;
  bottom: 44px;
  left: 0;
  right: 0;
  z-index: 2;
  animation: down 0.5s infinite alternate;
  -webkit-animation: down 0.5s infinite alternate;
}
@keyframes down {
  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
}
@-webkit-keyframes down {
  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
}
.h-title {
  color: #fff;
}
.h-title h4 {
  font-size: 3.75vw;
  font-family: mont;
}
.h-title h6 {
  font-size: 1.25vw;
  font-weight: bold;
  margin-bottom: 10px;
}
.h-title .line {
  width: 34px;
  height: 3px;
  background-color: #fff;
}
.home-business {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 8.33vw;
  background-color: #000;
}
.home-business .content {
  width: 100%;
  height: 34.38vw;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
}
.home-business .content:after {
  content: "";
  display: block;
  width: 100%;
  height: 7.81vw;
  background-color: #025af9;
  position: absolute;
  bottom: 0;
  left: -100%;
}
.home-business .text {
  width: 26.75%;
  height: 100%;
  position: relative;
}
.home-business .text .h-title {
  margin-bottom: 3.91vw;
}
.home-business .kuang {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #025af9;
  width: 100%;
  height: 7.81vw;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.home-business .kuang .pr-ne {
  position: initial;
}
.home-business .kuang .pr-ne .swiper-button-next,
.home-business .kuang .pr-ne .swiper-button-prev {
  margin-left: 0;
  margin-right: 22px;
}
.home-business .kuang .pag-bun {
  position: initial;
  color: #fff;
  font-size: 6.25vw;
  font-family: futura;
}
.swiper-bu-thumbs {
  width: 100%;
  margin-left: 0;
}
.swiper-bu-thumbs .swiper-slide .icon {
  display: block;
  height: 2.39vw;
  margin-bottom: 1.56vw;
}
.swiper-bu-thumbs .swiper-slide h6 {
  color: #fff;
  font-size: 1.25vw;
  font-weight: bold;
  margin-bottom: 1.3vw;
}
.swiper-bu-thumbs .swiper-slide .desc {
  color: #fff;
  font-size: 0.83vw;
  line-height: 1.5;
  height: 2.49vw;
  overflow: hidden;
  margin-bottom: 1.3vw;
}
.swiper-bu-thumbs .swiper-slide a {
  display: block;
  width: 105px;
  height: 39px;
  color: #fff;
  font-size: 18px;
  font-family: futura;
  line-height: 39px;
  text-align: center;
  background-color: #025af9;
}
.swiper-bu-thumbs .swiper-slide a:hover {
  border-radius: 20px;
}
.swiper-business {
  width: 68.75%;
  height: 100%;
  margin-right: 0;
}
.swiper-business .swiper-slide .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-video {
  background-image: url(../images/bg3.jpg);
  background-position: center;
  background-size: cover;
}
.home-video .content {
  width: 100%;
  height: 84.54%;
  display: flex;
  display: -webkit-flex;
}
.home-video .more {
  width: 100%;
  height: 15.46%;
}
.home-video .video {
  width: 77.4%;
  height: 100%;
  background-color: #000;
  position: relative;
  /* padding: 0 8.28vw; */
  /* display: flex; */
  /* display: -webkit-flex; */
  /* align-items: center; */
  /* -webkit-align-items: center; */
}
.home-video .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-video .items {
  width: 100%;
}
.home-video .item {
  width: 100%;
  height: 7.86vw;
  margin: 1.98vw 0;
  background-color: #242424;
}
.home-video .item .text {
  width: 100%;
  height: 100%;
  padding: 0 3.96vw;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
}
.home-video .item .text .txt {
  color: #fff;
}
.home-video .item .text .txt h6 {
  font-size: 1.25vw;
  font-weight: bold;
  margin-bottom: 15px;
}
.home-video .item .text .txt span {
  font-size: 14px;
}
.home-video .item .text .icon img {
  display: block;
}
.home-video .item .pop-video {
  display: none;
}
.home-video .item .pop-video video {
  display: block;
  width: 100%;
}
.home-video .item .meng {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.9);
}
.home-video .title {
  width: 22.6%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.home-video .t-up {
  display: none;
}
.home-video .h-title {
  display: flex;
  -webkit-display: flex;
}
.home-video .h-title h4,
.home-video .h-title h6 {
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
}
.home-video .h-title .line {
  width: 3px;
  height: 14px;
  margin-left: 12px;
}
.home-video .more {
  padding: 0 4vw;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.home-video .more p {
  color: #fff;
  font-weight: bold;
  width: 172px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  background: linear-gradient(to right, #DF1E70 0%,#EF7542 100%);
  background: -webkit-gradient(linear, left, right, color-stop(0%,#DF1E70), color-stop(100%,#EF7542));
  background: -webkit-linear-gradient(left, #DF1E70 0%,#EF7542 100%);
  background: -moz-linear-gradient(left, #DF1E70 0%, #EF7542 100%);
  background: -ms-linear-gradient(left, #DF1E70 0%,#EF7542 100%);
  background: -o-linear-gradient(left, #DF1E70 0%,#EF7542 100%);
}
.home-video .more a {
  display: block;
  width: 172px;
  height: 40px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-family: futura;
  line-height: 55px;
  text-align: center;
}
.home-video .more a:hover {
  border-radius: 28px;
}
.layer-video {
  position: absolute !important;
  background-color: transparent !important;
}
.home-adv {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 8.33vw;
  background-color: #000;
}
.home-adv .content {
  width: 100%;
}
.home-adv .text {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.home-adv .text .h-title .line {
  width: 14px;
  margin-bottom: 4.06vw;
}
.home-adv .text .h-title .j {
  font-size: 16px;
  margin-bottom: 2.4vh;
}
.home-adv .text .h-title .g {
  font-size: 2.5vw;
  font-weight: bold;
  margin-bottom: 1.41vw;
}
.home-adv .text .h-title .m {
  font-size: 14px;
}
.home-adv .text .map img {
  display: block;
  width: 22.4vw;
}
.home-adv-ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  color: #fff;
}
.home-adv-ul li {
  width: 20%;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.home-adv-ul li:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #555555;
  position: absolute;
  top: 0;
  right: 0;
}
.home-adv-ul li:last-child:after {
  display: none;
}
.home-adv-ul li .en {
  font-size: 16px;
}
.home-adv-ul li .num {
  font-size: 1.25vw;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.home-adv-ul li .num span {
  font-size: 3.13vw;
  margin-right: 10px;
}
.home-adv-ul li .en,
.home-adv-ul li .num {
  font-family: futura;
  margin-bottom: 3.11vh;
}
.home-adv-ul li p {
  font-size: 0.73vw;
}
.home-case {
  background-color: #fff;
  background-image: url(../images/bg5.jpg);
  background-position: center top;
  background-size: 100% 78%;
  background-repeat: no-repeat;
  padding-top: 15.66vh;
  display: flex;
  display: -webkit-flex;
}
.home-case .title {
  width: 22.6%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.home-case .h-title {
  display: flex;
  -webkit-display: flex;
}
.home-case .h-title h4,
.home-case .h-title h6 {
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
}
.home-case .h-title .line {
  width: 3px;
  height: 14px;
  margin: 0 15px 0 10px;
}
.home-case .content {
  width: 77.4%;
  height: 100%;
  background-color: #000;
  padding: 9.54vh 4.32vw 0;
}
.home-case .items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.home-case .item {
  display: block;
  width: 31.36%;
  background-color: #fff;
  margin-bottom: 6.95vh;
}
.home-case .item .img {
  width: 100%;
  height: 13.12vw;
  background-position: center;
  background-size: cover;
}
.home-case .item .txt {
  width: 100%;
  height: 18.98vh;
  padding: 0.46vw 1.56vw 0;
  border-bottom: 1px solid #f2f2f2;
}
.home-case .item .txt h6 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2.59vh;
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 16px;
  height: 64px;
}
.home-case .item .txt .desc {
  color: #333;
  font-size: 14px;
  line-height: 26px;
  max-height: 52px;
  overflow: hidden;
}
.home-case .item .flex {
  width: 100%;
  height: 8.09vh;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 1.56vw;
  align-items: center;
  -webkit-align-items: center;
}
.home-case .item .flex p {
  color: #333;
  font-size: 17px;
  font-family: futura;
}
.home-case .item .flex .date {
  padding-left: 23px;
  background-image: url(../images/icon-date.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.home-case .more {
  display: block;
  width: 172px;
  height: 55px;
  margin: 0 auto;
  background-color: #025af9;
  color: #fff;
  font-size: 18px;
  font-family: futura;
  line-height: 55px;
  text-align: center;
  outline: none;
}
.home-case .more:hover {
  border-radius: 28px;
}
.home-team {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.home-team .title {
  width: 50%;
  height: 50%;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 8.33vw;
  color: #333;
}
.home-team .title .t {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 2.07vh;
}
.home-team .title .t span {
  font-size: 2.5vw;
  font-family: futura;
}
.home-team .title .line {
  width: 19px;
  height: 3px;
  background-color: #333;
  margin-bottom: 1.16vw;
}
.home-team .title h6 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2.59vh;
}
.home-team .title .desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 2.19vw;
}
.home-team .title .more {
  display: block;
  width: 104px;
  height: 36px;
  background-color: #025af9;
  color: #fff;
  font-size: 16px;
  font-family: futura;
  line-height: 36px;
  text-align: center;
  outline: none;
}
.home-team .title .more:hover {
  border-radius: 28px;
}
.home-team .list {
  width: 25%;
  height: 50%;
  position: relative;
}
.home-team .list .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.home-team .list .txt {
  width: 100%;
  padding: 7.47vh 2.6vw 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  opacity: 0;
}
.home-team .list .txt .en {
  font-size: 28px;
  margin-bottom: 14px;
}
.home-team .list .txt h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
.home-team .list .txt .line {
  width: 12px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 5.6vh;
}
.home-team .list .txt .desc {
  font-size: 15px;
  line-height: 2;
}
.home-team .list:hover .txt {
  opacity: 1;
}
.home-team .cy {
  width: 25%;
  height: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  text-align: center;
  color: #fff;
  background-color: #025af9;
}
.home-team .cy .num {
  font-size: 3.13vw;
  font-family: futura;
  margin-bottom: 10px;
}
.home-team .cy p {
  font-size: 15px;
}
.home-team .cy .line {
  width: 17px;
  height: 2px;
  margin: 4.4vh auto 5vh;
  background-color: rgba(255, 255, 255, 0.5);
}
.home-history {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  background: url(../images/bg7.jpg) center / cover no-repeat;
}
.home-history .title {
  text-align: center;
}
.home-history .title img {
  display: block;
  width: 9.74vw;
  margin: 0 auto 2.59vh;
}
.home-history .title h5 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1.66vh;
}
.home-history .title .line {
  width: 21px;
  height: 3px;
  background-color: #fff;
  margin: 0 auto 8.3vh;
}
.swiper-history {
  max-width: 1200px;
  padding: 0 0 72px;
}
.swiper-history .swiper-slide {
  text-align: center;
  color: #fff;
  padding: 0 280px;
}
.swiper-history .swiper-slide h6 {
  font-size: 1.67vw;
  font-weight: bold;
  margin-bottom: 1.45vh;
}
.swiper-history .swiper-slide .date {
  font-size: 16px;
  margin-bottom: 6.22vh;
}
.swiper-history .swiper-slide .desc {
  font-size: 16px;
  line-height: 30px;
}
.swiper-history .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  opacity: 0.2;
  background-color: #fff;
}
.swiper-history .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-history .swiper-button-next,
.swiper-history .swiper-button-prev {
  width: 42px;
  height: 42px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-left: 22px;
  background-size: auto auto;
  margin-top: 0;
  outline: none;
}
.swiper-history .swiper-button-next:hover,
.swiper-history .swiper-button-prev:hover {
  border-color: #fff;
}
.swiper-history .swiper-button-prev {
  background-image: url(../images/icon-prev1.png);
}
.swiper-history .swiper-button-next {
  background-image: url(../images/icon-next1.png);
}
footer {
  width: 100%;
  background-color: #1f1f1f;
  padding: 0 3.33vw;
}
.foot {
  height: 300px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 55px 0 0;
}
.foot .tit {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 50px;
}
.foot .tit img {
  display: block;
  width: 11.72vw;
}
.foot .tit .code {
  padding: 0 20px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  line-height: 38px;
  color: #fff;
  font-size: 15px;
  margin-left: 30px;
}
.foot .link {
  width: 470px;
  height: 40px;
  border: 1px solid #fff;
  display: flex;
  display: -webkit-flex;
}
.foot .link .t {
  width: 23%;
  height: 100%;
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  line-height: 38px;
  text-align: center;
}
.foot .link .link-select {
  width: 77%;
  height: 100%;
  padding-left: 50px;
  padding-right: 35px;
  cursor: pointer;
  position: relative;
}
.foot .link .link-select .down {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 14px;
}
.foot .link .link-select .tou {
  color: #fff;
  font-size: 15px;
  line-height: 38px;
}
.foot .link .link-select .child {
  display: none;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 1;
  width: 100%;
  background-color: #fff;
}
.foot .link .link-select .child a {
  display: block;
  width: 100%;
  color: #333;
  font-size: 15px;
  line-height: 36px;
  padding-left: 50px;
}
.foot .link .link-select .child a:hover {
  background-color: #eee;
}
.foot .ph-t {
  font-size: 0;
  text-align: right;
  margin-bottom: 12px;
}
.foot .ph-t span {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  padding-left: 19px;
  background: #025af9 url(../images/icon-ph.png) 17px center no-repeat;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  border-top-right-radius: 7px;
  color: #fff;
  font-size: 14px;
}
.foot .phone {
  color: #fff;
  font-size: 1.56vw;
  font-family: futura;
  margin-bottom: 28px;
  text-align: right;
}
.foot .flex {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.foot .flex .p p {
  color: #fff;
  font-size: 14px;
  line-height: 32px;
}
.foot .erweima {
  width: 103px;
  padding: 5px;
  background-color: #fff;
  margin-left: 90px;
}
.foot .erweima img {
  display: block;
  width: 100%;
}
.f-btm {
  width: 100%;
  padding: 0 30.33vw;
  background-color: #141414;
  height: 48px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.f-btm p,
.f-btm a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.footer {
  height: 348px;
}
.inside-banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.inside-banner .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inside-banner .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 0 8.33vw;
  color: #fff;
}
.inside-banner .txt h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 2.9vh;
}
.inside-banner .txt .line {
  width: 24px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 4.56vh;
}
.inside-banner .txt .desc {
  font-size: 3.13vw;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 10.68vh;
}
.inside-banner .txt .down {
  animation: down 0.5s infinite alternate;
  -webkit-animation: down 0.5s infinite alternate;
}
.ins-title {
  color: #fff;
}
.ins-title .en {
  font-size: 2.5vw;
  font-family: mont;
  margin-bottom: 1.04vw;
  text-transform: uppercase;
}
.ins-title h5 {
  font-size: 1.25vw;
  font-weight: bold;
  margin-bottom: 12px;
}
.ins-title .line {
  width: 14px;
  height: 3px;
  background-color: #fff;
}
.about {
  width: 100%;
  height: 41.67vw;
  display: flex;
  display: -webkit-flex;
}
.about .text {
  width: 50%;
  height: 100%;
  background-color: #000;
  padding-left: 8.33vw;
  padding-right: 6.25vw;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: #fff;
  position: relative;
}
.about .text .con {
  font-size: 1.04vw;
  margin-bottom: 1.56vw;
  font-weight: bold;
}
.about .text .desc {
  color: #e6e6e6;
  font-size: 14px;
  line-height: 28px;
  max-height: 168px;
  overflow: hidden;
  margin-bottom: 1.82vw;
}
.about .link {
  display: flex;
  display: -webkit-flex;
}
.about .link li {
  margin-right: 18px;
  position: relative;
}
.about .link li:hover .child {
  display: block;
}
.about .link .cir {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #333333;
  line-height: 37px;
  text-align: center;
  font-size: 0;
  cursor: pointer;
}
.about .link .cir img {
  display: inline-block;
  vertical-align: middle;
}
.about .link .child {
  display: none;
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-color: #fff;
  padding: 10px;
  text-align: center;
}
.about .link .child p {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  font-family: futura;
  white-space: nowrap;
}
.about .dt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 4.9vw;
  background-color: #025af9;
  padding-left: 8.33vw;
  padding-right: 6.25vw;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
}
.about .dt h6 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 2px solid #fff;
}
.about .ins-title {
  padding: 0 0 2.6vw;
}
.about .img {
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.layer-pop-about {
  background-color: #000 !important;
  border-radius: 0 !important;
}
.layer-pop-about .layui-layer-content::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0.7);
}
.layer-pop-about .layui-layer-content::-webkit-scrollbar-thumb {
  width: 6px;
  background-color: #025af9;
  border-radius: 3px;
}
.layer-pop-about .layui-layer-setwin {
  right: 4.17vw;
  top: 6.46vh;
}
.layer-pop-about .layui-layer-setwin .layui-layer-close2 {
  position: initial;
}
.layer-pop-about .layui-layer-setwin .layui-layer-close2:hover {
  background-position: 0 0;
}
.layer-pop-about .layui-layer-setwin .layui-layer-ico {
  background: url(../images/icon_search_close.png) no-repeat;
}
.pop-about {
  display: none;
  width: 100%;
  padding: 12vh 8.33vw;
}
.pop-about .ins-title {
  padding: 0 0 3.32vh;
}
.pop-about .ins-title .en {
  font-size: 4.17vw;
  margin-bottom: 0;
}
.pop-about .p-desc {
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 6.74vh;
}
.pop-about .j {
  font-size: 16px;
  margin-bottom: 2.4vh;
}
.pop-about .g {
  font-size: 2.5vw;
  font-weight: bold;
  margin-bottom: 2.8vh;
}
.pop-about .m {
  font-size: 14px;
  margin-bottom: 8.7vh;
}
.moiles {
  width: 100%;
  background: url(../images/ab-bg1.jpg) center / cover no-repeat;
  padding: 0 0 149px;
}
.moiles .ins-title {
  padding: 138px 0 100px;
  text-align: center;
}
.moiles .ins-title .line {
  margin: 0 auto;
}
.swiper-miles-thumbs {
  max-width: 1500px;
  padding: 0 82px 90px;
}
.swiper-miles-thumbs:after {
  content: "";
  display: block;
  position: absolute;
  top: 29px;
  left: 82px;
  right: 82px;
  z-index: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}
.swiper-miles-thumbs .swiper-slide {
  text-align: center;
  cursor: pointer;
  padding: 22px 0 0;
}
.swiper-miles-thumbs .swiper-slide .cir {
  width: 15px;
  height: 15px;
  margin: 0 auto 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #000;
}
.swiper-miles-thumbs .swiper-slide p {
  color: #fff;
  font-family: mont;
}
.swiper-miles-thumbs .swiper-slide.thumbs-active .cir {
  border-color: #025af9;
  background-color: #025af9;
}
.swiper-miles-thumbs .swiper-button-next,
.swiper-miles-thumbs .swiper-button-prev {
  outline: none;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  top: 0;
  margin-top: 0;
  background-position: center;
  background-size: auto auto;
}
.swiper-miles-thumbs .swiper-button-next:hover,
.swiper-miles-thumbs .swiper-button-prev:hover {
  background-color: #025af9;
  border-color: #025af9;
}
.swiper-miles-thumbs .swiper-button-prev {
  background-image: url(../images/icon-prev2.png);
}
.swiper-miles-thumbs .swiper-button-next {
  background-image: url(../images/icon-next2.png);
}
.swiper-miles {
  width: 940px;
}
.swiper-miles .swiper-slide {
  text-align: center;
  color: #fff;
}
.swiper-miles .swiper-slide h6 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.swiper-miles .swiper-slide .desc {
  font-size: 16px;
  line-height: 30px;
}
.honor {
  width: 100%;
  padding: 100px 0 65px;
  background: url(../images/ab-bg2.jpg) center / cover no-repeat;
}
.honor .ins-title {
  text-align: center;
  margin-bottom: 98px;
}
.honor .ins-title .en {
  margin-bottom: 15px;
}
.honor .ins-title .line {
  margin: 0 auto;
}
.swiper-honor {
  max-width: 1350px;
  height: 495px;
  padding: 0 0 150px;
}
.swiper-honor .swiper-slide {
  height: 145px;
  display: flex;
  display: -webkit-flex;
}
.swiper-honor .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.swiper-honor .swiper-pagination-bullet {
  opacity: 0.4;
  background-color: rgba(255, 255, 255, 0.2);
}
.swiper-honor .swiper-pagination-bullet-active {
  background-color: #025af9;
  opacity: 1;
}
.envir {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  height: 41.67vw;
  background-color: #0b0b0b;
}
.envir .text {
  width: 36%;
  height: 100%;
  background-color: #0b0b0b;
  padding: 0 8.49vw;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.envir .ins-title {
  text-align: right;
  margin-bottom: 5.21vw;
}
.envir .ins-title .en {
  margin-bottom: 10px;
}
.envir .ins-title .flex {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.envir .btn-more {
  width: 100%;
  height: 3.54vw;
  background-color: #025af9;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.envir .btn-more span {
  display: block;
  margin: auto;
  padding-left: 24px;
  background: url(../images/icon-tu.png) left center no-repeat;
}
.envir .btn-more:hover {
  border-radius: 34px;
}
.swiper-envir {
  width: 64%;
  height: 100%;
}
.swiper-envir .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.envir-pr-ne {
  width: 100%;
  padding-bottom: 1.82vw;
}
.envir-pr-ne .swiper-button-next,
.envir-pr-ne .swiper-button-prev {
  position: relative;
  width: 100%;
  height: 3.54vw;
  border: 2px solid #fff;
  margin-top: 0;
  margin-bottom: 1.3vw;
  padding: 0 2.08vw;
  color: #fff;
  line-height: 3.33vw;
  font-family: mont;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  background-image: none;
  left: 0;
  right: 0;
}
.envir-pr-ne .swiper-button-next:after,
.envir-pr-ne .swiper-button-prev:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -5px;
}
.envir-pr-ne .swiper-button-next:hover,
.envir-pr-ne .swiper-button-prev:hover {
  background-color: #025af9;
  border-color: #025af9;
}
.partners {
  width: 100%;
  background-color: #000;
  padding: 102px 0 72px;
}
.partners .ins-title {
  text-align: center;
  margin-bottom: 68px;
}
.partners .ins-title .en {
  margin-bottom: 10px;
}
.partners .ins-title .line {
  margin: 0 auto;
}
.partners .swiper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px 30px 40px;
  background-color: #fff;
}
.swiper-partners {
  width: 100%;
  height: 490px;
  padding: 0 0 55px;
}
.swiper-partners .swiper-slide {
  height: 145px;
  border: 1px solid #dadada;
}
.swiper-partners .swiper-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.swiper-partners .swiper-slide img {
  display: block;
  max-width: 90%;
  max-height: 90%;
}
.swiper-partners .swiper-pagination-bullet {
  opacity: 0.4;
  outline: none;
  background-color: rgba(0, 0, 0, 0.4);
}
.swiper-partners .swiper-pagination-bullet-active {
  background-color: #025af9;
  opacity: 1;
}
.brand {
  width: 100%;
  height: 83px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.br {
  padding-left: 20px;
  background: url(../images/icon-br.png) left center no-repeat;
  color: #919191;
  font-size: 12px;
}
.br span,
.br a {
  color: #919191;
  margin: 0 5px;
}
.business {
  width: 100%;
  background-color: #000;
  padding: 0 8.33vw 67px;
}
.business .items {
  width: 100%;
  padding: 0 0 33px;
}
.business .item {
  width: 100%;
  height: 28.39vw;
  margin-bottom: 1.67vw;
  display: flex;
  display: -webkit-flex;
  position: relative;
  overflow: hidden;
}
.business .item:after {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #025af9;
  position: absolute;
  left: -3px;
  top: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.business .item .text {
  width: 43.88%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background-color: #1e1e1e;
  padding: 0 4.17vw;
}
.business .item .text .icon {
  display: block;
  height: 2.34vw;
  margin-bottom: 1.56vw;
}
.business .item .text h6 {
  color: #fff;
  font-size: 1.25vw;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 10px;
}
.business .item .text .en {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin-bottom: 2.34vw;
  white-space: nowrap;
  font-family: futura;
}
.business .item .text .desc {
  /*width: 314px;*/
  color: #fff;
  font-size: 15px;
  line-height: 2;
  height: 60px;
  overflow: hidden;
  margin-bottom: 2.81vw;
}
.business .item .text .de {
  width: 5.47vw;
  height: 2.03vw;
  color: #fff;
  font-size: 0.94vw;
  font-family: futura;
  line-height: 2.03vw;
  text-align: center;
  background-color: #025af9;
}
.business .item .img {
  width: 56.12%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.business .item:hover:after {
  left: 0;
}
.business .item:hover .text .de {
  border-radius: 20px;
}
.load-more {
  display: block;
  width: 132px;
  height: 39px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 39px;
  text-align: center;
  background-color: #025af9;
}
.load-more:hover {
  border-radius: 20px;
}
.detail {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.detail .left {
  width: 34.25%;
}
.detail .right {
  width: 62.93%;
}
.detail .content {
  width: 100%;
}
.detail .content .t {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 25px;
}
.detail .content .desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 26px;
}
.detail .content .desc img {
  max-width: 100%;
}
.side-nav {
  width: 100%;
  background-color: #025af9;
  padding: 3.39vw 3.85vw 4.69vw;
}
.side-nav .tit {
  color: #fff;
  margin-bottom: 3.39vw;
}
.side-nav .tit .en {
  font-size: 36px;
  font-family: mont;
  white-space: nowrap;
  margin-bottom: 10px;
}
.side-nav .tit h5 {
  font-size: 24px;
  font-weight: bold;
}
.side-nav .a {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.side-nav .a a {
  display: block;
  color: #fff;
  font-size: 0.78vw;
  width: 47.5%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  margin-bottom: 22px;
}
.side-nav .a a:hover,
.side-nav .a a.active {
  border-color: #fff;
}
.works {
  width: 100%;
  background-color: #000;
  padding: 0 8.33vw 67px;
}
.works .items {
  width: 100%;
  padding: 0 0 16px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.works .item {
  display: block;
  width: 31.2%;
  background-color: #fff;
  margin-right: 3.2%;
  margin-bottom: 2.6vw;
}
.works .item:nth-child(3n) {
  margin-right: 0;
}
.works .item .img {
  width: 100%;
  height: 16.15vw;
  background-position: center;
  background-size: cover;
}
.works .item .txt {
  width: 100%;
  padding: 1.82vw 1.67vw 0.84vw;
  border-bottom: 1px solid #f2f2f2;
}
.works .item .txt h6 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1.04vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.works .item .txt .desc {
  color: #333;
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}
.works .item .flex {
  width: 100%;
  height: 2.6vw;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 1.56vw;
  align-items: center;
  -webkit-align-items: center;
}
.works .item .flex p {
  color: #333;
  font-size: 17px;
  font-family: futura;
}
.works .item .flex .date {
  padding-left: 23px;
  background-image: url(../images/icon-date.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.works .item:hover .txt h6 {
  color: #025af9;
}
.topping {
  width: 100%;
  height: 33.75vw;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 3.23vw;
  background-color: #fff;
}
.topping .imgs {
  width: 65.5%;
  height: 100%;
}
.topping .imgs .img {
  display: none;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.topping .tab {
  width: 34.5%;
  height: 100%;
}
.topping .tab a {
  width: 100%;
  height: 25%;
  border-bottom: 2px solid #f7f7f7;
  padding: 0 2.19vw;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.topping .tab a:last-child {
  border-bottom: none;
}
.topping .tab a .sub {
  width: 100%;
}
.topping .tab a h6 {
  color: #333;
  font-size: 0.94vw;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 1.56vw;
}
.topping .tab a .flex {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.topping .tab a p {
  color: #333;
  font-size: 17px;
  font-family: futura;
}
.topping .tab a .d {
  padding-left: 23px;
  background: url(../images/icon-date.png) left center no-repeat;
}
.topping .tab a.active {
  border-color: #025af9;
}
.topping .tab a.active h6 {
  color: #025af9;
}
.works-text {
  width: 100%;
  background-color: #025af9;
  padding: 45px 3.02vw 50px;
}
.works-text h4 {
  color: #fff;
  font-size: 1.46vw;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 1.8vw;
  border-bottom: 1px solid #fff;
}
.works-text .p {
  padding: 15px 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 26px;
}
.works-text .p p {
  color: #fff;
  font-size: 14px;
  line-height: 2.5;
}
.works-text .desc {
  width: 100%;
  max-height: 365px;
  overflow: auto;
  color: #fff;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 45px;
}
.works-text .desc::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(0, 0, 0, 0.1);
}
.works-text .desc::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}
.works-text .flex {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.works-text .back {
  width: 5.26vw;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 18px;
  color: #fff;
  font-size: 0.73vw;
  line-height: 32px;
  text-align: center;
}
.bshare-custom {
  height: 1.88vw;
  line-height: initial !important;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.bshare-custom span {
  color: #fff;
}
.bshare-custom a {
  display: block !important;
  width: 1.88vw;
  height: 1.88vw !important;
  border-radius: 50%;
  background-color: #fff !important;
  padding-left: 0 !important;
  margin-right: 10px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.bshare-custom .bshare-qzone {
  background-image: url(../images/icon-qone.png) !important;
}
.bshare-custom .bshare-sinaminiblog {
  background-image: url(../images/icon-weibo.png) !important;
}
.bshare-custom .bshare-douban {
  background-image: url(../images/icon-doub.png) !important;
}
.bshare-custom .bshare-facebook {
  background-image: url(../images/icon-facebook.png) !important;
}
.bshare-custom .bshare-twitter {
  background-image: url(../images/icon-twitter.png) !important;
}
.filter {
  width: 100%;
  background-color: #141414;
  padding: 32px 8.33vw;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.filter .flex,
.filter .select {
  display: flex;
  display: -webkit-flex;
}
.filter .select {
  margin-right: 4.06vw;
}
.filter .select .t {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  margin-right: 16px;
}
.filter .layui-form-select .layui-input {
  width: 240px;
  height: 36px;
  border: 2px solid #025af9 !important;
  background-color: #000;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
}
.filter .layui-form-select .layui-input::-webkit-input-placeholder {
  color: #fff;
}
.filter .layui-form-select .layui-edge {
  border-top-color: #025af9;
}
.filter .layui-form-select dl {
  top: 36px;
  border: 2px solid #025af9;
  border-radius: 0;
  background-color: #000;
  padding: 5px 20px;
}
.filter .layui-form-select dl::-webkit-scrollbar {
  display: none;
}
.filter .layui-form-select dl dd {
  color: #fff;
  border-bottom: 1px solid transparent;
  line-height: 34px;
}
.filter .layui-form-select dl dd:hover {
  border-bottom-color: #025af9;
  background-color: transparent;
}
.filter .layui-form-select dl dd.layui-this {
  color: #025af9;
  background-color: transparent;
  border-bottom-color: #025af9;
}
.filter .layui-form-selectup dl {
  bottom: 36px;
  top: auto;
}
.filter .search {
  width: 240px;
  height: 36px;
  border-bottom: 2px solid #025af9;
  position: relative;
}
.filter .search input[type=text] {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
  background-color: transparent;
  border: none;
  padding-left: 10px;
  padding-right: 20px;
}
.filter .search .btn {
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border: none;
  background: transparent url(../images/icon-search.png) center no-repeat;
}
.news {
  width: 100%;
  background-color: #000;
  padding: 0 8.33vw;
}
.news h4 {
  padding: 62px 0 35px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.news .items {
  width: 100%;
}
.news .item {
  width: 100%;
  height: 14vw;
  margin-bottom: 1.67vw;
  display: flex;
  display: -webkit-flex;
  position: relative;
}
.news .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.news .item .img {
  width: 25.94%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.news .item .text {
  width: 74.06%;
  height: 100%;
  background-color: #1a1a1a;
  padding: 0 2.92vw;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.news .item .txt {
  width: 44.11vw;
}
.news .item .txt h6 {
  color: #fff;
  font-size: 0.94vw;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 1.04vw;
}
.news .item .txt .desc {
  color: #c3c3c3;
  font-size: 13px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 1.56vw;
}
.news .item .txt .flex {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 0.94vw 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.news .item .txt .d {
  color: #888;
  font-size: 13px;
  font-family: futura;
  text-transform: uppercase;
}
.news .item .date {
  padding-left: 3.33vw;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  color: #fff;
  font-family: futura;
  padding-bottom: 10px;
}
.news .item .date .day {
  font-size: 2.81vw;
}
.news .item .date .m {
  font-size: 12px;
}
.news .item:hover:after {
  background-color: #025af9;
}
.news .item:hover .txt h6 {
  color: #025af9;
}
.news .item:hover .date {
  color: #025af9;
}
.page {
  padding: 23px 0 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.page strong,
.page a {
  display: block;
  font-size: 16px;
  font-family: futura;
  padding: 5px 10px;
  margin: 0 4px;
}
.page a {
  color: #fff;
}
.page strong {
  color: #025af9;
}
.page .prev,
.page .next {
  background-position: center;
  background-repeat: no-repeat;
}
.page .prev {
  background-image: url(../images/icon-prev3.png);
  margin-right: 25px;
}
.page .next {
  background-image: url(../images/icon-next3.png);
  margin-left: 25px;
}
.swiper-news {
  width: 100%;
  height: 21.88vw;
  margin-bottom: 2.59vw;
  padding-bottom: 2.55vw;
}
.swiper-news .swiper-slide {
  display: flex;
  display: -webkit-flex;
}
.swiper-news .swiper-slide .img {
  width: 57%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.swiper-news .swiper-slide .txt {
  width: 43%;
  height: 100%;
  background-color: #fff;
  padding: 0 3.33vw;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.swiper-news .swiper-slide .txt .date {
  font-family: futura;
  margin-bottom: 1.35vw;
}
.swiper-news .swiper-slide .txt .day {
  color: #333;
  font-size: 2.81vw;
}
.swiper-news .swiper-slide .txt .m {
  font-size: 12px;
  color: #8d8d8d;
  text-transform: uppercase;
}
.swiper-news .swiper-slide .txt h6 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.83vw;
}
.swiper-news .swiper-slide .txt .desc {
  color: #888;
  font-size: 13px;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  margin-bottom: 2.19vw;
}
.swiper-news .swiper-slide .txt .flex {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-top: 0.94vw;
  border-top: 1px solid #ededed;
}
.swiper-news .swiper-slide .txt .d {
  color: #888;
  font-size: 13px;
  font-family: futura;
  text-transform: uppercase;
}
.swiper-news .swiper-pagination {
  text-align: left;
}
.swiper-news .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  opacity: 1;
  background-color: transparent;
}
.swiper-news .swiper-pagination-bullet-active {
  background-color: #fff;
}
.news-detail {
  width: 100%;
  padding: 0 0 3.59vw;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.news-detail .left {
  width: 62%;
}
.news-detail .right {
  width: 34%;
}
.news-detail .content {
  width: 100%;
  background-color: #171717;
  padding: 55px 3.54vw 75px;
}
.news-detail .content .tit {
  color: #fff;
  font-size: 1.67vw;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 25px;
}
.news-detail .content .basic {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 32px;
}
.news-detail .content .basic span {
  color: #fff;
  font-size: 13px;
  margin-right: 1.67vw;
}
.news-detail .content .desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 2;
  margin-bottom: 65px;
}
.news-detail .content .desc img {
  max-width: 100%;
  height: auto !important;
}
.news-detail .content .flex {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 20px 1.41vw;
  background-color: #025af9;
}
.news-detail .content .back {
  width: 101px;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 18px;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
}
.news-recom {
  width: 100%;
  background-color: #171717;
  padding: 68px 3.13vw 45px;
}
.news-recom .tit {
  color: #fff;
  font-size: 1.46vw;
  font-weight: bold;
  margin-bottom: 22px;
}
.news-recom .a {
  width: 100%;
}
.news-recom .a a {
  display: block;
  width: 100%;
  padding: 1.2vw 0;
  margin-bottom: 1.3vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.news-recom .a a .dt {
  color: #fff;
  font-size: 16px;
  font-family: futura;
  margin-bottom: 0.94vw;
}
.news-recom .a a h6 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-recom .a a:hover {
  border-color: #025af9;
}
.news-recom .a a:hover .dt,
.news-recom .a a:hover h6 {
  color: #025af9;
}
.con-rec {
  width: 100%;
  background-color: #000;
  padding: 64px 8.33vw 50px;
}
.con-rec .common {
  width: 100%;
  margin-bottom: 32px;
  background-color: #171717;
  padding: 3.33vw 4.48vw;
}
.con-rec .common .tit {
  margin-bottom: 2.34vw;
}
.con-rec .common .tit h4 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.con-rec .common .tit .line {
  width: 15px;
  height: 2px;
  background-color: #fff;
}
.contact .p {
  margin-bottom: 30px;
}
.contact .p p {
  color: #fff;
  font-size: 16px;
  line-height: 2.25;
  font-family: futura;
}
.my-map {
  margin: 0 auto;
  width: 100%;
  height: 320px;
}
.my-map .icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.my-map .icon-cir-red {
  background-position: -11px -5px;
}
.amap-container {
  height: 100%;
}
.recruit .intro {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 50px;
}
.recruit .items {
  width: 100%;
  height: 264px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.recruit .items.ed {
  height: initial;
}
.recruit .item {
  width: 48.7%;
  margin-bottom: 24px;
}
.recruit .item .titer {
  width: 100%;
  height: 64px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 28px;
}
.recruit .item .titer h6 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: bold;
}
.recruit .item .titer h6 span {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.recruit .item .titer b {
  color: #fff;
  font-size: 16px;
}
.recruit .item .child {
  display: none;
  width: 100%;
  padding: 90px 18.59vw 70px;
  background-color: #000;
  color: #fff;
}
.recruit .item .child h5 {
  font-size: 1.56vw;
  font-weight: bold;
  margin-bottom: 12px;
}
.recruit .item .child .line {
  width: 14px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 14px;
}
.recruit .item .child .ge {
  font-size: 14px;
  margin-bottom: 2.6vw;
}
.recruit .item .child .desc {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}
.recruit .item:hover .titer {
  border-color: #025af9;
}
.recruit .item:hover .titer h6 span {
  color: #025af9;
}
.recruit .item:hover .titer b {
  color: #025af9;
}
.recruit .open-more {
  width: 80px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: url(../images/icon-down1.png) right center no-repeat;
  cursor: pointer;
}
.recruit .open-more.ed {
  background: url(../images/icon-down1ed.png) right center no-repeat;
  cursor: pointer;
}
.message .flex {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.message .sub {
  width: 49%;
}
.message .desc {
  color: #fff;
  font-size: 15px;
  line-height: 36px;
}
.message .item {
  margin-bottom: 30px;
}
.message .item label {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.message .item input,
.message .item textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  color: #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.message .item input:focus,
.message .item textarea:focus {
  border-color: #025af9;
}
.message .item input {
  height: 54px;
}
.message .btn {
  display: block;
  width: 100%;
  height: 54px;
  background-color: #025af9;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border: none;
  margin-top: 20px;
}
.team {
  width: 100%;
  background-color: #000;
  padding: 0 8.33vw 2.6vw;
}
.team .tou {
  width: 100%;
  background-color: #111111;
  padding: 3.65vw 4.06vw;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 3.9vw;
}
.team .tou .txt {
  width: 32.2%;
}
.team .tou .txt h6 {
  color: #fff;
  font-size: 1.25vw;
  font-weight: bold;
  margin-bottom: 0.62vw;
}
.team .tou .txt .line {
  width: 19px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 1.88vw;
}
.team .tou .txt .desc {
  color: #959595;
  font-size: 14px;
  line-height: 24px;
}
.team .tou .kuang {
  width: 32.4vw;
  height: 11vw;
  background-color: #025af9;
  position: relative;
  display: flex;
  display: -webkit-flex;
}
.team .tou .kuang:after {
  content: "";
  display: block;
  width: 1px;
  height: 3.9vw;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.team .tou .kuang .li {
  width: 50%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  text-align: center;
  color: #fff;
}
.team .tou .kuang .li p {
  font-family: futura;
  font-size: 3.13vw;
}
.team .tou .kuang .li span {
  font-size: 15px;
}
.team .items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.team .item {
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 3.75vw;
}
.team .item:nth-child(4n) {
  margin-right: 0;
}
.team .item .img {
  width: 100%;
  height: 20.42vw;
  background-position: center;
  background-size: cover;
}
.team .item .txt {
  padding: 1.35vw 10px 0;
  color: #fff;
}
.team .item .txt .en {
  font-size: 1.46vw;
  font-family: futura;
  margin-bottom: 0.63vw;
}
.team .item .txt h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.63vw;
}
.team .item .txt .line {
  width: 12px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 1.15vw;
}
.team .item .txt .desc {
  font-size: 15px;
  line-height: 2;
}
.ins-video {
  width: 100%;
  background-color: #000;
  padding: 0 8.33vw 2.86vw;
}
.ins-video .items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.ins-video .item {
  width: 40.7vw;
  margin-bottom: 2.34vw;
}
.ins-video .item .sub {
  width: 100%;
  cursor: pointer;
}
.ins-video .item .img {
  width: 100%;
  height: 23.02vw;
  background-position: center;
  background-size: cover;
}
.ins-video .item .text {
  width: 100%;
  background-color: #1a1a1a;
  padding: 2.19vw 2.19vw 2.4vw;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.ins-video .item .text .txt {
  color: #fff;
}
.ins-video .item .text .txt h6 {
  font-size: 1.25vw;
  font-weight: bold;
  margin-bottom: 15px;
}
.ins-video .item .text .txt span {
  font-size: 14px;
}
.ins-video .item .text .icon img {
  display: block;
}
.ins-video .item .pop-video {
  display: none;
}
.ins-video .item .pop-video video {
  display: block;
  width: 100%;
}
.ins-video .item .ins-meng {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.9);
}
.layer-ins-video {
  background-color: transparent !important;
}
.advantage {
  width: 100%;
  background-color: #000;
  position: relative;
}
.advantage .ins-title {
  position: absolute;
  top: 9.59vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 2;
  text-align: center;
}
.advantage .ins-title .line {
  margin: 0 auto;
}
.advantage .p-n {
  width: 475px;
  margin: 0 auto;
  position: absolute;
  bottom: 3.13vw;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.advantage .swiper-button-next,
.advantage .swiper-button-prev {
  position: initial;
  margin-top: 0;
  background-size: auto auto;
  background-image: none;
  width: auto;
  height: auto;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  outline: none;
}
.advantage .swiper-button-next:hover,
.advantage .swiper-button-prev:hover {
  color: #025af9;
}
.advantage .swiper-button-prev {
  background-image: url(../images/icon-prev4.png);
  background-position: left center;
  padding-left: 33px;
}
.advantage .swiper-button-prev:hover {
  background-image: url(../images/icon-prev4ed.png);
}
.advantage .swiper-button-next {
  background-image: url(../images/icon-next4.png);
  background-position: right center;
  padding-right: 33px;
}
.advantage .swiper-button-next:hover {
  background-image: url(../images/icon-next4ed.png);
}
.swiper-abvan {
  width: 100%;
  height: 44.74vw;
}
.swiper-abvan .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.swiper-abvan .swiper-slide .desc {
  width: 770px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.46vw;
  line-height: 2;
  font-weight: bold;
}
.yw-items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.yw-items .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.yw-items .li:nth-child(3n) {
  margin-right: 0;
}
.yw-items .li .img {
  width: 100%;
  height: 230px;
  margin-bottom: 12px;
  overflow: hidden;
}
.yw-items .li .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.yw-items .li h6 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.yw-items .li:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.load-more {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  margin-top: 30px;
}
@media screen and (max-width: 1270px) {
  .menus {
    display: flex;
    display: -webkit-flex;
  }
  nav {
    display: none;
    position: absolute;
    top: 98px;
    right: 0;
    left: 0;
    z-index: 1;
  }
  nav ul {
    justify-content: center;
    -webkit-justify-content: center;
  }
  nav ul li {
    margin: 0 20px;
  }
  .home-business .content {
    height: 40vw;
  }
  .swiper-bu-thumbs .swiper-slide .desc {
    font-size: 1.2vw;
    height: 3.6vw;
  }
  .about .text .desc {
    max-height: 84px;
  }
  .pop-about .p-desc {
    font-size: 14px;
    line-height: 2;
  }
  .business .item .text .en {
    white-space: normal;
  }
  .business .item .text .desc {
    font-size: 13px;
    height: 52px;
  }
  .detail {
    display: block;
  }
  .detail .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .side-nav .a a {
    width: 24%;
    font-size: 13px;
  }
  .detail .right {
    width: 100%;
  }
  .detail .content .desc {
    font-size: 14px;
    line-height: 2;
  }
  .filter .layui-form-select .layui-input {
    width: 180px;
  }
  .news .item .txt h6 {
    font-size: 1.4vw;
  }
  .news-detail {
    display: block;
  }
  .news-detail .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .news-detail .right {
    width: 100%;
  }
  .news-detail .content .desc {
    font-size: 14px;
  }
  .recruit .item .child .desc {
    font-size: 14px;
  }
  .message .item input {
    height: 40px;
  }
}
@media screen and (max-width: 980px) {
  .home-business .content {
    height: initial;
    display: block;
  }
  .home-business .content:after {
    display: none;
  }
  .home-business .text {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 0 70px;
  }
  .swiper-business {
    width: 100%;
  }
  .h-title .line {
    margin: 0 auto;
  }
  .swiper-bu-thumbs .swiper-slide .icon {
    height: 5vw;
    margin: 0 auto 20px;
  }
  .swiper-bu-thumbs .swiper-slide h6 {
    font-size: 3vw;
  }
  .swiper-bu-thumbs .swiper-slide .desc {
    font-size: 2vw;
    height: 6vw;
  }
  .h-title h4 {
    font-size: 6vw;
  }
  .h-title h6 {
    font-size: 3vw;
  }
  .swiper-bu-thumbs .swiper-slide a {
    margin: 0 auto;
  }
  .home-video .content {
    display: block;
    height: initial;
    padding: 20vh 0 0;
  }
  .home-video .t-up {
    display: block;
  }
  .home-video .t-down {
    display: none;
  }
  .home-video .video {
    height: initial;
    margin: 0 auto;
    width: 90%;
  }
  .home-video .h-title h4,
  .home-video .h-title h6 {
    writing-mode: initial;
  }
  .home-video .title {
    width: 100%;
    margin-bottom: 20px;
  }
  .home-video .h-title {
    display: block;
    text-align: center;
  }
  .home-video .h-title .line {
    width: 14px;
    height: 3px;
    margin: 0 auto;
  }
  .home-video .item {
    height: 11vw;
  }
  .home-video .item .text .txt h6 {
    font-size: 2.5vw;
  }
  .home-video .more a {
    margin: 0 auto;
  }
  .home-adv .text {
    margin-bottom: 20px;
  }
  .home-adv-ul li .en {
    font-size: 24px;
  }
  .home-adv-ul li p {
    font-size: 16px;
    line-height: 1.5;
  }
  .home-adv-ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: initial;
    -webkit-justify-content: initial;
  }
  .home-adv-ul li {
    width: 33.333%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .home-adv-ul li .en,
  .home-adv-ul li .num {
    margin-bottom: 10px;
  }
  .home-case {
    display: block;
  }
  .home-case .title {
    width: 100%;
  }
  .home-case .h-title {
    display: block;
    text-align: center;
  }
  .home-case .h-title .line {
    width: 14px;
    height: 3px;
    margin: 0 auto;
  }
  .home-case .h-title h4,
  .home-case .h-title h6 {
    writing-mode: initial;
  }
  .home-case .content {
    width: 100%;
  }
  .home-case .item {
    width: 48%;
  }
  .home-case .item .img {
    height: 27vw;
  }
  .home-case .item:last-child {
    display: none;
  }
  .home-case .item .txt {
    height: 14vw;
  }
  .home-team .list {
    width: 50%;
  }
  .swiper-full .pag-full {
    display: none;
  }
  .home-history .title img {
    width: 28vw;
  }
  .swiper-history .swiper-slide h6 {
    font-size: 2.6vw;
  }
  .footer {
    height: 438px;
  }
  .foot {
    display: block;
    height: 390px;
  }
  .foot .tit {
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 25px;
  }
  .foot .link {
    margin: 0 auto 20px;
  }
  .foot .ph-t,
  .foot .phone {
    text-align: center;
  }
  .foot .phone {
    font-size: 18px;
  }
  .foot .flex {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .about {
    display: block;
    height: initial;
  }
  .about .text {
    width: 100%;
    padding: 20px 8.33vw 70px;
  }
  .ins-title .en {
    font-size: 4vw;
  }
  .ins-title h5 {
    font-size: 2.5vw;
  }
  .about .text .con {
    font-size: 2vw;
  }
  .about .img {
    width: 100%;
    height: 50vw;
  }
  .swiper-miles {
    width: 90%;
  }
  .envir {
    display: block;
    height: initial;
  }
  .swiper-envir {
    width: 100%;
    margin-bottom: 20px;
  }
  .envir .text {
    text-align: center;
    width: 100%;
    display: block;
  }
  .envir .ins-title {
    text-align: center;
  }
  .ins-title .line {
    margin: 0 auto;
  }
  .envir-pr-ne .swiper-button-next,
  .envir-pr-ne .swiper-button-prev,
  .envir .btn-more {
    height: 7.5vw;
  }
  .business {
    padding: 0 2vw 60px;
  }
  .business .item .text .desc {
    width: 100%;
  }
  .business .item .text h6 {
    font-size: 2.5vw;
  }
  .business .item .text .en {
    display: none;
  }
  .inside-banner {
    height: 50vh;
  }
  .inside-banner .txt .desc {
    margin-bottom: 30px;
  }
  .filter {
    display: block;
    padding: 15px 2vw;
  }
  .filter .search {
    width: 100%;
    margin-top: 20px;
  }
  .works {
    padding: 0 2vw 60px;
  }
  .works .items {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .works .item {
    width: 49%;
    margin-right: 0;
  }
  .works .item .img {
    height: 29vw;
  }
  .works .item .flex {
    height: 4.5vw;
  }
  .topping {
    display: block;
    height: initial;
  }
  .topping .imgs {
    width: 100%;
    height: 33vw;
  }
  .topping .tab {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .topping .tab a {
    width: 48%;
    padding: 30px 2vw;
  }
  .topping .tab a h6 {
    font-size: 2.2vw;
  }
  .works-text h4 {
    font-size: 3vw;
  }
  .works-text .desc {
    max-height: initial;
  }
  .bshare-custom {
    height: 3.5vw;
  }
  .bshare-custom a {
    width: 3.5vw;
    height: 3.5vw !important;
  }
  .news {
    padding: 0 2vw;
  }
  .swiper-news {
    height: 30vw;
  }
  .swiper-news .swiper-slide .txt .day {
    font-size: 4vw;
  }
  .swiper-news .swiper-slide .txt .m {
    font-size: 15px;
  }
  .news .item {
    height: 22vw;
  }
  .news .item .txt {
    width: 50vw;
  }
  .news .item .txt h6 {
    font-size: 2.4vw;
  }
  .news .item .date .day {
    font-size: 4vw;
  }
  .con-rec {
    padding: 60px 2vw;
  }
  .team {
    padding: 0 2vw 30px;
  }
  .team .item {
    width: 32%;
    margin-right: 2%;
  }
  .team .item .img {
    height: 31vw;
  }
  .team .item:nth-child(4n) {
    margin-right: 2%;
  }
  .team .item:nth-child(3n) {
    margin-right: 0;
  }
  .team .item .txt .en {
    font-size: 2.5vw;
  }
  .ins-video {
    padding: 0 2vw 60px;
  }
  .ins-video .item {
    width: 49%;
  }
  .swiper-abvan {
    height: 60vw;
  }
  .swiper-abvan .swiper-slide .desc {
    width: 90%;
    font-size: 2.4vw;
  }
  .advantage .ins-title {
    top: 3vw;
  }
}
@media screen and (max-width: 750px) {
  header {
    height: 1.2rem;
  }
  header .logo img {
    height: 0.7rem;
  }
  header .logo .code {
    font-size: 0.26rem;
    line-height: 1.3;
    margin-left: 0.3rem;
  }
  nav {
    background-color: rgba(0, 0, 0, 0.7);
    top: 1.2rem;
  }
  nav ul {
    display: block;
  }
  nav li > a {
    height: 1rem;
    line-height: 1rem;
  }
  nav li.active:after {
    bottom: 0;
    width: 100%;
  }
  .pr-ne {
    display: none;
  }
  .swiper-banner .pag-banner {
    left: 0.2rem;
    bottom: 0.2rem;
  }
  .swiper-banner .txt {
    text-align: center;
  }
  .swiper-banner .txt h3 {
    font-size: 0.9rem;
  }
  .swiper-banner .txt h4 {
    font-size: 0.48rem;
  }
  .swiper-banner .txt h5 {
    font-size: 0.36rem;
  }
  .swiper-banner .txt h6 {
    display: inline-block;
    width: auto;
    font-size: 0.3rem;
    height: initial;
    border-radius: 0.4rem;
    line-height: initial;
    padding: 0.2rem 0.3rem;
  }
  .swiper-bu-thumbs .swiper-slide h6 {
    font-size: 0.36rem;
  }
  .swiper-bu-thumbs .swiper-slide .desc {
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .h-title h6 {
    font-size: 0.3rem;
  }
  .swiper-bu-thumbs .swiper-slide .icon {
    display: none;
  }
  .h-title .line {
    width: 0.3rem;
  }
  .home-business {
    padding: 0 0.2rem;
  }
  .home-video .item {
    height: 1.6rem;
    margin: 0.5rem 0;
  }
  .home-video .video {
    width: 100%;
    padding: 0.3rem 0.2rem;
    margin-bottom: 1.6rem;
  }
  .home-video .content {
    padding: 1.8rem 0 0;
  }
  .home-video .more a {
    width: 2.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .home-adv {
    padding: 0 0.2rem;
  }
  .home-adv .text .map img {
    width: 40vw;
  }
  .home-adv-ul li p {
    font-size: 0.26rem;
  }
  .home-adv .text .h-title .line {
    margin-left: 0;
  }
  .home-case .content {
    padding: 1rem 0.2rem 0;
  }
  .home-case .item .txt h6 {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .home-case .item .txt {
    height: initial;
  }
  .home-case .item .txt .desc {
    font-size: 0.24rem;
    line-height: 2;
  }
  .home-case .more {
    width: 2.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .home-team .title {
    padding: 0 0.2rem;
  }
  .home-team .title h6 {
    font-size: 0.26rem;
  }
  .home-team .title .desc {
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 1.2rem;
    overflow: hidden;
  }
  .home-team .title .t span,
  .home-team .title .t {
    font-size: 0.4rem;
  }
  .home-history > div {
    width: 100%;
  }
  .swiper-history {
    max-width: 100%;
  }
  .swiper-history .swiper-slide {
    padding: 0 0.2rem;
  }
  .swiper-history .swiper-slide .desc {
    font-size: 0.24rem;
    line-height: 2;
  }
  .swiper-history .swiper-button-next,
  .swiper-history .swiper-button-prev {
    display: none;
  }
  .foot {
    height: initial;
  }
  .foot .tit img {
    width: 2rem;
  }
  .foot .link {
    width: 7rem;
  }
  .foot .phone {
    font-size: 0.32rem;
  }
  .foot .erweima {
    background-color: transparent;
  }
  .foot .flex {
    display: block;
  }
  .foot .flex .p p {
    font-size: 0.24rem;
    line-height: 1.8;
  }
  .f-btm p,
  .f-btm a {
    font-size: 0.2rem;
  }
  .foot .erweima {
    margin: 0 auto;
  }
  .inside-banner .txt h4 {
    font-size: 0.36rem;
    margin-bottom: 0.1rem;
  }
  .inside-banner .txt .line {
    width: 0.28rem;
    margin-bottom: 0.25rem;
  }
  .inside-banner .txt .desc {
    font-size: 0.3rem;
  }
  .about .ins-title {
    text-align: center;
  }
  .ins-title .en {
    font-size: 0.4rem;
  }
  .ins-title h5 {
    font-size: 0.3rem;
  }
  .about .text .con {
    font-size: 0.26rem;
    text-align: center;
    line-height: 1.3;
  }
  .about .text .desc {
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 1.2rem;
  }
  .about .link {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .about .dt {
    height: 1rem;
  }
  .pop-about {
    padding: 1rem 0.2rem;
  }
  .moiles .ins-title {
    padding: 1.3rem 0 1rem;
  }
  .swiper-miles-thumbs .swiper-button-next,
  .swiper-miles-thumbs .swiper-button-prev {
    display: none;
  }
  .swiper-miles .swiper-slide h6 {
    font-size: 0.48rem;
  }
  .swiper-miles .swiper-slide .desc {
    font-size: 0.26rem;
    line-height: 2;
  }
  .moiles {
    padding: 0 0 1.4rem;
  }
  .honor {
    padding: 1rem 0.2rem 0.65rem;
  }
  .honor .ins-title {
    margin-bottom: 0.8rem;
  }
  .swiper-honor {
    width: 100%;
    height: 425px;
    padding: 0 0 80px;
  }
  .envir-pr-ne .swiper-button-next,
  .envir-pr-ne .swiper-button-prev {
    height: 1rem;
    line-height: 1rem;
  }
  .envir .btn-more {
    height: 1rem;
  }
  .partners .swiper {
    padding: 0.5rem 0.2rem;
  }
  .business .item {
    display: block;
    height: initial;
    margin-bottom: 0.2rem;
  }
  .business .item .text {
    width: 100%;
    padding: 0.3rem 0.4rem;
  }
  .business .item .img {
    width: 100%;
    height: 3.2rem;
    margin: 0 auto;
  }
  .business .item .text .icon {
    display: none;
  }
  .business .item .text h6 {
    font-size: 0.3rem;
  }
  .business .item .text .de {
    width: 1.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
  }
  .side-nav .tit .en {
    font-size: 0.5rem;
  }
  .side-nav .tit h5 {
    font-size: 0.4rem;
  }
  .side-nav .a a {
    width: 49%;
    margin-bottom: 0.1rem;
  }
  .detail .content .t {
    font-size: 0.36rem;
  }
  .filter .flex {
    display: block;
  }
  .filter .select {
    margin-right: 0;
    margin-bottom: 0.15rem;
  }
  .topping .imgs {
    height: 3.6rem;
  }
  .topping .tab a {
    width: 100%;
    padding: 0.2rem;
  }
  .topping .tab a h6 {
    font-size: 0.3rem;
  }
  .works .item {
    width: 100%;
  }
  .works .item .img {
    height: 3.4rem;
  }
  .works .item .flex {
    height: 0.7rem;
  }
  .works-text h4 {
    font-size: 0.36rem;
  }
  .works-text .flex {
    display: block;
  }
  .bshare-custom {
    height: 0.6rem;
  }
  .bshare-custom a {
    width: 0.6rem !important;
    height: 0.6rem !important;
  }
  .works-text .back {
    display: block;
    width: 2.4rem;
    font-size: 0.26rem;
    margin-top: 0.2rem;
  }
  .news h4 {
    padding: 0.6rem 0 0.35rem;
    font-size: 0.36rem;
  }
  .swiper-news {
    height: initial;
  }
  .swiper-news .swiper-slide .txt {
    padding: 0.2rem;
  }
  .swiper-news .swiper-slide .txt .day {
    font-size: 0.32rem;
  }
  .news .item .date {
    display: none;
  }
  .swiper-news .swiper-slide {
    display: block;
  }
  .swiper-news .swiper-slide .img {
    width: 100%;
    height: 3.4rem;
  }
  .swiper-news .swiper-slide .txt {
    width: 100%;
  }
  .news .item {
    display: block;
    height: initial;
    margin-bottom: 0.3rem;
  }
  .news .item .img {
    width: 100%;
    height: 3.2rem;
  }
  .news .item .text {
    width: 100%;
    padding: 0.2rem;
  }
  .news .item .txt {
    width: 100%;
  }
  .news .item .txt h6 {
    font-size: 0.3rem;
  }
  .page {
    padding: 0.5rem 0.2rem;
  }
  .page a {
    display: none;
  }
  .page .prev,
  .page .next {
    display: block;
  }
  .news-detail .content .tit {
    font-size: 0.36rem;
  }
  .news-detail .content .flex {
    display: block;
  }
  .news-detail .content .back {
    display: block;
    width: 2.4rem;
    margin-top: 0.2rem;
  }
  .news-recom .tit {
    font-size: 0.36rem;
  }
  .my-map {
    height: 4rem;
  }
  .recruit .items {
    display: block;
  }
  .recruit .item {
    width: 100%;
  }
  .recruit .item .child {
    padding: 0.9rem 0.2rem;
  }
  .recruit .item .child h5 {
    font-size: 0.36rem;
  }
  .message .flex {
    display: block;
  }
  .message .sub {
    width: 100%;
  }
  .message .desc {
    margin-bottom: 0.3rem;
  }
  .contact .p p {
    font-size: 0.3rem;
  }
  .team .tou {
    display: block;
  }
  .team .tou .txt {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .team .tou .txt h6 {
    font-size: 0.3rem;
  }
  .team .tou .kuang {
    width: 100%;
    height: 2rem;
  }
  .team .tou .kuang .li p {
    font-size: 0.5rem;
  }
  .team .item {
    width: 100%;
    margin-right: 0;
  }
  .team .item:nth-child(3n) {
    margin-right: 0;
  }
  .team .item .img {
    height: 7rem;
  }
  .team .item .txt .en {
    font-size: 0.36rem;
  }
  .ins-video .item {
    width: 100%;
  }
  .ins-video .item .img {
    height: 4.4rem;
  }
  .ins-video .item .text .txt h6 {
    font-size: 0.3rem;
  }
  .ins-video .item .text .icon img {
    width: 0.7rem;
  }
  .advantage .ins-title {
    top: 0.3rem;
  }
  .advantage .p-n {
    display: none;
  }
  .swiper-abvan {
    height: 8rem;
  }
  .swiper-abvan .swiper-slide .desc {
    font-size: 0.3rem;
  }
  .swiper-business {
    height: 4.4rem;
  }
  .footer {
    height: 100%;
  }
  .footer footer {
    height: 100%;
    position: relative;
  }
  .footer footer .foot {
    padding: 2.5rem 0 0;
  }
  .footer footer .f-btm {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.ins-zhan {
  height: 98px;
  background-color: #000;
}
@media screen and (max-width: 750px) {
  .yw-items .li {
    width: 100%;
    margin-right: 0;
  }
  .ins-zhan {
    height: 1.2rem;
  }
}
