.banner {
  position: relative;
  width: 100%;
}
.banner .banner-img {
  display: block;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: 50%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .banner-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 1200px;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .banner-box h3 {
  font-size: 40px;
  font-weight: 400;
  color: #6a91ce;
  line-height: 36px;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .banner-box p {
  margin-top: 49px;
  font-size: 34px;
  font-weight: 300;
  color: #6a91ce;
  line-height: 36px;
  opacity: 0.8;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .banner-box a {
  display: block;
  width: 153px;
  height: 48px;
  margin-top: 42px;
  font-size: 18px;
  font-weight: 400;
  color: #6a91ce;
  line-height: 48px;
  text-align: center;
  border: 2px solid #6a91ce;
  border-radius: 4px;
}
.banner .swiper-container .swiper-pagination {
  width: 1200px !important;
  margin: 0 auto;
  text-align: left;
  opacity: 1;
  left: 20.5%;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 17px;
  opacity: 1;
  background-image: url("/static/cn/imgs/home/p.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: unset;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url("/static/cn/imgs/home/p1.png");
  background-color: unset;
}
.banner .swiper-container .swiper-button-next {
  width: 32px;
  height: 55px;
  top: auto;
  right: 20.9%;
  bottom: 23px;
  background-image: url("/static/cn/imgs/home/r.png");
}
.banner .swiper-container .swiper-button-prev {
  width: 32px;
  height: 55px;
  left: auto;
  right: 23.5%;
  top: auto;
  bottom: 23px;
  background-image: url("/static/cn/imgs/home/l.png");
}
.banner .mask-box {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 106px;
  background: rgba(0, 0, 0, 0.5);
}
.banner .mask-box .banner-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding-left: 86px;
  box-sizing: border-box;
}
.banner .mask-box .banner-main li {
  width: 16%;
  margin-right: 6%;
}
.banner .mask-box .banner-main li p {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}
.banner .mask-box .banner-main li .banner-infor {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.banner .mask-box .banner-main li:last-child {
  margin-right: 0;
}
.banner .mobile-banner-main {
  display: none;
}
.container .structure-lists {
  margin: 40px 0 94px;
}
.container .structure-lists a {
  display: block;
  width: 100%;
}
.container .structure-lists a .structure-list {
  overflow: hidden;
  width: 100%;
}
.container .structure-lists a .structure-list img {
  display: block;
  width: 96%;
  max-width: 100%;
  margin-right: 16px;
}
.container .structure-lists a .structure-list .structure-list-bottom {
  width: 96%;
  height: 125px;
  margin-right: 16px;
  padding: 22px 24px;
  background-color: #fff;
}
.container .structure-lists a .structure-list .structure-list-bottom h5 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.container .structure-lists a .structure-list .structure-list-bottom p {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}
.container .structure-lists a:nth-child(2) .structure-list img {
  display: block;
  width: 96%;
  max-width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
.container
  .structure-lists
  a:nth-child(2)
  .structure-list
  .structure-list-bottom {
  margin-right: 8px;
  margin-left: 8px;
  padding: 22px 24px;
  background-color: #fff;
}
.container
  .structure-lists
  a:nth-child(2)
  .structure-list
  .structure-list-bottom
  h5 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.container
  .structure-lists
  a:nth-child(2)
  .structure-list
  .structure-list-bottom
  p {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}
.container .structure-lists a:nth-child(3) .structure-list img {
  display: block;
  width: 96%;
  max-width: 100%;
  margin-left: 16px;
  margin-right: 0;
}
.container
  .structure-lists
  a:nth-child(3)
  .structure-list
  .structure-list-bottom {
  margin-right: 0;
  margin-left: 16px;
  padding: 22px 24px;
  background-color: #fff;
}
.container
  .structure-lists
  a:nth-child(3)
  .structure-list
  .structure-list-bottom
  h5 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.container
  .structure-lists
  a:nth-child(3)
  .structure-list
  .structure-list-bottom
  p {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}
.structure h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  color: #6a91ce;
}
.structure .img-box {
  width: 100%;
  margin-bottom: 40px;
  background-color: #fff;
}
.structure .img-box img {
  display: block;
  max-width: 100%;
}
.structure .img-box h6 {
  font-size: 24px;
  font-weight: 400;
  color: #6a91ce;
}
.structure .company-video {
  position: relative;
}
.structure .company-video .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.structure .company-video .icon img {
  display: block;
  width: 80px;
}
.structure .structure-lists {
  margin: 0 0 94px;
}
.structure .structure-lists a {
  display: block;
  width: 100%;
}
.structure .structure-lists a .structure-list {
  overflow: hidden;
  width: 100%;
}
.structure .structure-lists a .structure-list img {
  display: block;
  width: 96%;
  max-width: 100%;
  margin-right: 16px;
}
.structure .structure-lists a .structure-list .structure-list-bottom {
  height: 125px;
  margin-right: 16px;
  padding: 22px 24px;
  background-color: #fff;
}
.structure .structure-lists a .structure-list .structure-list-bottom h5 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.structure .structure-lists a .structure-list .structure-list-bottom p {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}
.structure .structure-lists a:nth-child(2) .structure-list img {
  display: block;
  width: 96%;
  max-width: 100%;
  margin-left: 8px;
  margin-right: 8px;
}
.structure
  .structure-lists
  a:nth-child(2)
  .structure-list
  .structure-list-bottom {
  margin-right: 8px;
  margin-left: 8px;
  padding: 22px 24px;
  background-color: #fff;
}
.structure
  .structure-lists
  a:nth-child(2)
  .structure-list
  .structure-list-bottom
  h5 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.structure
  .structure-lists
  a:nth-child(2)
  .structure-list
  .structure-list-bottom
  p {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}
.structure .structure-lists a:nth-child(3) .structure-list img {
  display: block;
  width: 96%;
  max-width: 100%;
  margin-left: 16px;
  margin-right: 0;
}
.structure
  .structure-lists
  a:nth-child(3)
  .structure-list
  .structure-list-bottom {
  margin-right: 0;
  margin-left: 16px;
  padding: 22px 24px;
  background-color: #fff;
}
.structure
  .structure-lists
  a:nth-child(3)
  .structure-list
  .structure-list-bottom
  h5 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.structure
  .structure-lists
  a:nth-child(3)
  .structure-list
  .structure-list-bottom
  p {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}
.introduction .img-box {
  padding: 40px;
}
.introduction .img-box p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
.introduction .img-box .infor {
  font-size: 18px;
  font-weight: bold;
  line-height: 53px;
}
.introduction .video {
  margin-top: 40px;
  margin-bottom: 40px;
}
.introduction .video img {
  width: 100%;
}
@media screen and (min-width: 1140px) {
  .banner .mask-box .banner-main li {
    margin-right: 3%;
  }
}
@media screen and (min-width: 576px) and (max-width: 1400px) {
  .banner {
    position: relative;
    width: 100%;
    height: auto;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide img {
    display: block;
  }
  .banner .swiper-container .swiper-pagination {
    width: 90% !important;
    margin: 0 auto;
    text-align: left;
    opacity: 1;
    left: 9%;
  }
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 17px;
    opacity: 1;
    background-image: url("/static/cn/imgs/home/p.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: unset;
  }
  .banner
    .swiper-container
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-image: url("/static/cn/imgs/home/p1.png");
    background-color: unset;
  }
  .banner .swiper-container .swiper-button-next {
    width: 32px;
    height: 55px;
    top: auto;
    right: 8.5%;
    bottom: 23px;
    background-image: url("/static/cn/imgs/home/r.png");
  }
  .banner .swiper-container .swiper-button-prev {
    width: 32px;
    height: 55px;
    left: auto;
    right: 11.5%;
    top: auto;
    bottom: 23px;
    background-image: url("/static/cn/imgs/home/l.png");
  }
  .banner .mask-box {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 106px;
    background: rgba(0, 0, 0, 0.5);
  }
  .banner .mask-box .banner-main {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 91%;
    padding-left: 86px;
    box-sizing: border-box;
  }
  .banner .mask-box .banner-main li {
    width: 13%;
    margin-right: 6%;
  }
  .banner .mask-box .banner-main li p {
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
  }
  .banner .mask-box .banner-main li .banner-infor {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
  }
  .banner .mask-box .banner-main li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .banner {
    position: relative;
    width: 100%;
    height: auto;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide img {
    display: block;
  }
  .banner .swiper-container .swiper-pagination {
    width: 90% !important;
    margin: 0 auto;
    text-align: left;
    opacity: 1;
    left: 9%;
  }
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 17px;
    opacity: 1;
    background-image: url("/static/cn/imgs/home/p.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: unset;
  }
  .banner
    .swiper-container
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-image: url("/static/cn/imgs/home/p1.png");
    background-color: unset;
  }
  .banner .swiper-container .swiper-button-next {
    width: 32px;
    height: 55px;
    top: auto;
    right: 8.5%;
    bottom: 23px;
    background-image: url("/static/cn/imgs/home/r.png");
  }
  .banner .swiper-container .swiper-button-prev {
    width: 32px;
    height: 55px;
    left: auto;
    right: 11.5%;
    top: auto;
    bottom: 23px;
    background-image: url("/static/cn/imgs/home/l.png");
  }
  .banner .mask-box {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 106px;
    background: rgba(0, 0, 0, 0.5);
  }
  .banner .mask-box .banner-main {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 91%;
    padding-left: 86px;
    box-sizing: border-box;
  }
  .banner .mask-box .banner-main li {
    width: 13%;
    margin-right: 6%;
  }
  .banner .mask-box .banner-main li p {
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
  }
  .banner .mask-box .banner-main li .banner-infor {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
  }
  .banner .mask-box .banner-main li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 1000px) {
  .banner {
    position: relative;
    width: 100%;
    height: auto;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide img {
    display: block;
  }
  .banner .swiper-container .swiper-pagination {
    width: 90% !important;
    margin: 0 auto;
    text-align: left;
    opacity: 1;
    left: 9%;
  }
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 17px;
    opacity: 1;
    background-image: url("/static/cn/imgs/home/p.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: unset;
  }
  .banner
    .swiper-container
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-image: url("/static/cn/imgs/home/p1.png");
    background-color: unset;
  }
  .banner .swiper-container .swiper-button-next {
    width: 32px;
    height: 55px;
    top: auto;
    right: 8.5%;
    bottom: 23px;
    background-image: url("/static/cn/imgs/home/r.png");
  }
  .banner .swiper-container .swiper-button-prev {
    width: 32px;
    height: 55px;
    left: auto;
    right: 11.5%;
    top: auto;
    bottom: 23px;
    background-image: url("/static/cn/imgs/home/l.png");
  }
  .banner .mask-box {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 106px;
    background: rgba(0, 0, 0, 0.5);
  }
  .banner .mask-box .banner-main {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 91%;
    padding-left: 86px;
    box-sizing: border-box;
  }
  .banner .mask-box .banner-main li {
    width: 13%;
    margin-right: 6%;
  }
  .banner .mask-box .banner-main li p {
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
  }
  .banner .mask-box .banner-main li .banner-infor {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
  }
  .banner .mask-box .banner-main li:last-child {
    margin-right: 0;
  }
  .structure .structure-lists a:nth-child(3) {
    margin-top: 32px;
  }
  .structure .structure-lists a:nth-child(3) .structure-list img {
    display: block;
    width: 96%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .structure
    .structure-lists
    a:nth-child(3)
    .structure-list
    .structure-list-bottom {
    margin-right: 0;
    margin-left: 0;
    padding: 22px 24px;
    background-color: #fff;
  }
  .structure
    .structure-lists
    a:nth-child(3)
    .structure-list
    .structure-list-bottom
    h5 {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
  }
  .structure
    .structure-lists
    a:nth-child(3)
    .structure-list
    .structure-list-bottom
    p {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .container .structure-lists a .structure-list .structure-list-bottom {
    height: 140px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .container .structure-lists a .structure-list .structure-list-bottom {
    height: 142px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .container .structure-lists a .structure-list .structure-list-bottom {
    height: 162px;
  }
  .container .structure-lists a:nth-child(3) {
    margin-top: 32px;
  }
  .container
    .structure-lists
    a:nth-child(3)
    .structure-list
    .structure-list-bottom {
    margin-left: 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .container .structure-lists a .structure-list .structure-list-bottom {
    width: 100%;
    height: 120px;
  }
  .container
    .structure-lists
    a:nth-of-type(2)
    .structure-list
    .structure-list-bottom,
  .container
    .structure-lists
    a:nth-of-type(3)
    .structure-list
    .structure-list-bottom {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 576px) {
  .banner {
    position: relative;
    width: 100%;
    height: 65vh;
    min-height: 65vh;
  }
  .banner img {
    width: 100%;
    height: 100%;
  }
  .banner .banner-img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
  }
  .banner .banner-main {
    display: none !important;
  }
  .banner .swiper-container2 .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 300px;
    background-image: url("/static/cn/imgs/traffic/venueinfo/banner1.png");
    background-position: 50%;
  }
  .banner .swiper-container2 .swiper-wrapper .swiper-slide img {
    display: none;
  }
  .banner .swiper-container2 .swiper-wrapper .swiper-slide .banner-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 2;
    display: none;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 90%;
  }
  .banner .swiper-container2 .swiper-wrapper .swiper-slide .banner-box h3 {
    font-size: 36px;
    font-weight: 400;
    color: #6a91ce;
    line-height: 36px;
  }
  .banner .swiper-container2 .swiper-wrapper .swiper-slide .banner-box p {
    margin-top: 49px;
    font-size: 30px;
    font-weight: 300;
    color: #6a91ce;
    line-height: 36px;
    opacity: 0.8;
  }
  .banner .swiper-container2 .swiper-wrapper .swiper-slide .banner-box a {
    display: block;
    width: 153px;
    height: 48px;
    margin-top: 42px;
    font-size: 18px;
    font-weight: 400;
    color: #6a91ce;
    line-height: 48px;
    text-align: center;
    border: 2px solid #6a91ce;
    border-radius: 4px;
  }
  .banner .swiper-container2 .swiper-pagination {
    display: none;
    width: 90% !important;
    margin: 0 auto;
    text-align: left;
    opacity: 1;
    left: 19%;
  }
  .banner .swiper-container2 .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 17px;
    opacity: 1;
    background-image: url("/static/cn/imgs/home/p.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: unset;
  }
  .banner
    .swiper-container2
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-image: url("/static/cn/imgs/home/p1.png");
    background-color: unset;
  }
  .banner .swiper-container2 .swiper-button-next {
    width: 32px;
    height: 55px;
    top: auto;
    right: 7%;
    bottom: 23px;
    background-image: url("/static/cn/imgs/home/r.png");
  }
  .banner .swiper-container2 .swiper-button-prev {
    width: 32px;
    height: 55px;
    left: auto;
    right: 15%;
    top: auto;
    bottom: 23px;
    background-image: url("/static/cn/imgs/home/l.png");
  }
  .banner .mobile-banner-main {
    display: block;
    width: 100%;
    height: 100%;
  }
  .banner .mobile-banner-main .swiper-container1 {
    width: 100%;
    height: 100%;
  }
  .banner .mobile-banner-main .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .banner .mobile-banner-main .swiper-slide p {
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
  }
  .banner .mobile-banner-main .swiper-slide .banner-infor {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
  }
  .banner .mobile-banner-main .swiper-pagination {
    margin: 0 auto;
    opacity: 1;
    width: 100% !important;
    text-align: center;
    left: auto;
  }
  .banner .mobile-banner-main .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 17px;
    opacity: 1;
    bottom: 0;
    background-image: url("/static/cn/imgs/home/p.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: unset;
  }
  .banner
    .mobile-banner-main
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-image: url("/static/cn/imgs/home/p1.png");
    background-color: unset;
  }
  .banner .mobile-banner-main .swiper-pagination-bullets {
    bottom: 0;
  }
  .structure h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
    color: #6a91ce;
  }
  .structure .img-box {
    width: 100%;
    margin-bottom: 40px;
    padding: 22px;
    background-color: #fff;
  }
  .structure .img-box img {
    display: block;
    max-width: 100%;
  }
  .structure .company-video {
    position: relative;
  }
  .structure .company-video .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .structure .company-video .icon img {
    display: block;
    width: 40px;
  }
  .structure .structure-lists {
    margin: 0 0 10px;
  }
  .structure .structure-lists a .structure-list {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
  }
  .structure .structure-lists a .structure-list img {
    display: block;
    width: 100% !important;
    max-width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .structure .structure-lists a .structure-list .structure-list-bottom {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 22px 24px;
    background-color: #fff;
  }
  .container .structure-lists {
    margin: 40px 0 10px;
  }
  .container .structure-lists a .structure-list {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
  }
  .container .structure-lists a .structure-list img {
    display: block;
    width: 100% !important;
    max-width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .container .structure-lists a .structure-list .structure-list-bottom {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 22px 24px;
    background-color: #fff;
  }
  .introduction .img-box {
    padding: 40px;
  }
  .introduction .img-box p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
  }
  .introduction .img-box .infor {
    font-size: 18px;
    font-weight: bold;
    line-height: 53px;
  }
}

