﻿.container-fluid {
  padding: 0;
}

button:focus,
button:active:focus,
button.active:focus,
button.focus,
button:active.focus,
button.active.focus {
  outline: none !important;
  box-shadow: none !important;
}

ul {
  list-style: none;
  padding: 0;
}

.img-fluid {
  width: 100%;
}

body {
  max-width: 100%;
  overflow-x: hidden;
}

.banner {
  width: 100%;
  height: auto;
}
.banner .swiper-pagination span {
  background-color: #fff;
  margin: 0 8px !important;
}
.banner .navbar {
  position: absolute;
  z-index: 111;
  margin-left: auto;
  margin-right: auto;
}
.banner .navbar .header {
  display: flex;
  color: #fff;
}
.banner .navbar .header .logo {
  display: inline-block;
}
.banner .navbar .header .navbar-toggler {
  background: rgba(255, 255, 255, 0.6);
}
.banner .navbar .header .navbar-nav .nav-item {
  padding: 0 15px;
}
.banner .navbar .header .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: OpenSans;
}

.banner .navbar .header .navbar-nav .nav-item .sec {
  background: #fafafa;
  opacity: 0.9;
  padding: 0 20px 20px;
  border: none;
  border-radius: 0;
  font-size: 14px;
}
.banner .navbar .header .navbar-nav .nav-item .sec li {
  padding: 5px 0;
}
.banner .navbar .header .navbar-nav .nav-item .sec li a {
  text-decoration: none;
  color: #333;
}
.banner .navbar .header .navbar-nav .nav-item .sec li a:hover {
  color: #238be2;
}
.banner .navbar .header .navbar-nav .nav-item .sec.pro {
  width: 100% !important;
  z-index: 111;
  left: 0;
  top: 70px;
}
.banner .navbar .header .navbar-nav .nav-item.open .pro {
  position: absolute;
  left: 0;
  top: 70px;
  width: 100% !important;
  padding: 0 20px;
}
.banner .navbar .header .navbar-nav .nav-item .pro .sec_p {
  display: flex;
  justify-content: space-around;
  flex-direction: unset;
}
.banner .navbar .header .navbar-nav .nav-item .pro .sec_p a {
  text-decoration: none;
  color: #333;
}
.banner .navbar .header .navbar-nav .nav-item .pro .sec_p a:hover {
  color: #238be2;
}
.banner .navbar .header .navbar-nav .nav-item .pro .sec_p dl {
  margin-bottom: 0;
  width: 20%;
}
.banner .navbar .header .navbar-nav .nav-item .pro .sec_p dl dt {
  padding: 5px 0;
}
.banner .navbar .header .navbar-nav .nav-item .pro .sec_p dl .nav-img{
  text-align: center;
}
.banner .navbar .header .navbar-nav .nav-item .pro .sec_p dl .nav-img img{
  display: block;
  max-width: 100%;
}
.banner .navbar .header .navbar-nav .nav-item .pro .sec_p dl dt strong {
  color: #238be2;
}
.banner .navbar .header .navbar-nav .nav-item .pro .sec_p dl dd {
  padding: 5px 0;
  margin-bottom: 0;
}
.banner .navbar .header .navbar-nav .nav-item .pro .sec_p dl dd strong {
  color: #238be2;
}
.banner .navbar .header .navbar-nav .nav-item .pro .bgde {
  background-color: rgba(222, 222, 222, 0.7);
  margin-top: 7px;
  width: 100%;
  padding-left: 20px;
}
.banner .navbar .header .navbar-nav .nav-item .pro .bgde .menubot {
  height: 39px;
  line-height: 39px;
  margin: 0 auto !important;
  width: 100%;
  padding: 0 !important;
  color: #fff;
}
.banner .navbar .header .navbar-nav .nav-item .pro .bgde .menubot .red {
  color: #238be2;
}
.banner .navbar .header .navbar-nav .nav-item .pro .bgde .menubot a {
  display: inline;
  text-decoration: none;
  padding: 5px 10px;
  color: #333;
}
.banner .navbar .header .navbar-nav .nav-item .pro .bgde .menubot a:hover {
  color: #238be2;
}

.banner .navbar .header .navbar-nav .nav-item.open .dropdown-menu {
  position: absolute;
  display: block;
}
.dropdown, .dropend, .dropstart, .dropup {
  position: relative;
}
.banner .navbar .header .navbar-nav .nav-item:nth-child(2).dropdown{
  position: static;
}
.banner .navbar .header .header-right {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  font-family: OpenSans;
  position: relative;
}
.banner .navbar .header .header-right a {
  text-decoration: none;
  color: #fff;
}
.banner .navbar .header .header-right .spare:hover a {
  color: #238be2;
}
.banner .navbar .header .header-right span {
  padding-left: 15px;
  padding-right: 15px;
}
.banner .navbar .header .header-right .en:hover {
  cursor: pointer;
  color: #238be2;
}
.banner .navbar .header .header-right .en:hover .list {
  display: block;
}
.banner .navbar .header .header-right .en .list {
  position: absolute;
  right: 0;
  top: 25px;
  text-align: end;
  display: none;
}
.banner .navbar .header .header-right .en .list a:hover {
  color: #238be2;
}

.section1 {
  color: #333;
  padding: 86px 0px 0px 0px;
}
.section1 h1 {
  text-align: center;
  font-size: 56px;
  line-height: 30px;
  font-family: OpenSans;
}
.section1 .text {
  font-size: 16px;
  line-height: 24px;
  font-family: OpenSans;
  margin-top: 50px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  text-align: center;
}
.section1 .list {
  margin-top: 47px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  font-size: 0;
}
.section1 .list li {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.section1 .list li img {
  display: block;
  transform: scale(1.005);
  transition: all 0.6s;
}
.section1 .list li img:hover {
  transform: scale(1.03);
}
.section1 .list li .bottom-text {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-family: OpenSans;
}
.section1 .list li .bottom-text a {
  color: #fff;
  text-decoration: none;
}
.section1 .list li .bottom-text a:hover {
  color: #238be2;
}
.section1 .list li .bottom-text .spc {
  font-weight: bold;
}
.section1 .list li .bottom-text .text1 {
  font-size: 30px;
  line-height: 24px;
  padding-left: 20px;
}
.section1 .list li .bottom-text .text2 {
  font-size: 16px;
  line-height: 24px;
  padding-left: 20px;
  margin-bottom: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.section2 {
  color: #333;
  padding: 70px 10px 80px 10px;
}
.section2 h1 {
  text-align: center;
  font-size: 56px;
  font-family: OpenSans;
}
.section2 .section2-carousel {
  margin-top: 52px;
}
.section2 .section2-carousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #1e2f46;
  opacity: 0.9;
  border-radius: 50%;
}
.section2 .section2-carousel .carousel-indicators .active {
  background-color: #238be2;
}
.section2 .section2-carousel .carousel-inner .carousel-item {
  position: relative;
  width: 100%;
}
.section2 .section2-carousel .carousel-inner .carousel-item .img-con {
  padding: 0;
  position: relative;
  left: 12px;
  transition: all 0.6s;
  transform: scale(1);
}
.section2 .section2-carousel .carousel-inner .carousel-item .img-con:hover {
  transform: scale(1.02);
}
.section2 .section2-carousel .carousel-inner .carousel-item .content {
  width: 55%;
  font-family: OpenSans;
  position: absolute;
  padding: 34px 30px 0px 70px;
  right: 0;
  top: 3%;
  height: 94%;
  background: #fff;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  box-shadow: 1px 3px 12px 1px rgba(54, 41, 0, 0.19);
}
.section2 .section2-carousel .carousel-inner .carousel-item .content .star {
  font-size: 18px;
  line-height: 24px;
  font-family: OpenSans;
  color: #238be2;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.section2 .section2-carousel .carousel-inner .carousel-item .content h3 {
  font-size: 36px;
  margin-bottom: 0;
}
.section2 .section2-carousel .carousel-inner .carousel-item .content .intro {
  font-size: 16px;
  line-height: 24px;
}
.section2 .section2-carousel .carousel-inner .carousel-item .content .btn {
  background: #238be2;
  border-radius: 24px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  padding: 10px 35px;
  text-decoration: none;
  background-size: 200% auto;
  transition: 0.5s;
}
.section2 .section2-carousel .carousel-inner .carousel-item .content .btn:hover {
  background-image: linear-gradient(to right, #238be2 0%, #c2262b 51%, #238be2 100%);
  background-position: center right;
}
.section2 .list .list-item {
  display: flex;
  justify-content: center;
  text-decoration: none;
}
.section2 .list .list-item .item-left img {
  display: block;
}
.section2 .list .list-item .item-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: OpenSans;
}
.section2 .list .list-item .item-right .line1 {
  margin-bottom: 0;
  color: #333;
}
.section2 .list .list-item .item-right .line2 {
  margin-bottom: 0;
  color: #238be2;
  text-decoration: underline;
}

.section3 {
  background: #1e2f46;
}
.section3 h1 {
  text-align: center;
  font-size: 56px;
  font-family: OpenSans;
  color: #fff;
}
.section3 .large-list {
  display: flex;
}
.section3 .large-list .active .small-list .small-item1 .img-xianchang {
  transform: scale(1.02);
}
.section3 .large-list .active .small-list .small-item1 .bg {
  display: block !important;
}
.section3 .large-list .active .small-list .small-item2 {
  background: #fff;
}
.section3 .large-list .active .small-list .small-item2 p {
  color: #666 !important;
}
.section3 .large-list .large-item .small-list {
  display: flex;
  flex-direction: column;
}
.section3 .large-list .large-item .small-list .small-item1 {
  position: relative;
  overflow: hidden;
}
.section3 .large-list .large-item .small-list .small-item1 .img-xianchang {
  display: block;
  vertical-align: middle;
  transition: all 0.6s;
}
.section3 .large-list .large-item .small-list .small-item1 .bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  z-index: 222;
  display: none;
}
.section3 .large-list .large-item .small-list .small-item2 p {
  margin-bottom: 0;
  font-family: OpenSans;
  font-size: 18px;
  color: #fff;
}
.section3 .large-list .large-item .small-list .small-item2 p strong {
  color: #238be2;
  font-weight: bold;
}
.section3 .modal .modal-dialog .modal-body {
  padding: 0;
}
.section3 .modal .modal-dialog .modal-body .video_d {
  width: 100%;
}

.section4 {
  margin-top: -16px;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
}
.section4 .content {
  height: 100%;
  position: absolute;
  bottom: 0;
}
.section4 .content h1 {
  font-family: OpenSans;
  color: #fff;
  margin-bottom: 0;
}
.section4 .content h1 a {
  text-decoration: none;
  color: #fff;
}
.section4 .content p {
  font-family: OpenSans;
  line-height: 24px;
  color: #fff;
}
.section4 .content .btn {
  text-align: center;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(to right, #238be2, #1b6aab);
  text-decoration: none;
  background-size: 200% auto;
  transition: 0.5s;
}
.section4 .content .btn:hover {
  background-image: linear-gradient(to right, #238be2 0%, #1e80d2 51%, #1b6aab 100%);
  background-position: center right;
}

.section5 {
  background: #eee;
}
.section5 .section5-content {
  position: relative;
}
.section5 .section5-content .more {
  position: absolute;
  right: 15px;
  color: #238be2;
  text-decoration: none;
  top: 30px;
  font-family: OpenSans;
  font-size: 18px;
}
.section5 .section5-content h1 {
  color: #1e2f46;
  font-family: OpenSans;
}
.section5 .section5-content .list {
  width: 100%;
}
.section5 .section5-content .list .list-item {
  background: #fff;
  color: #333;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 18px 0;
}
.section5 .section5-content .list .list-item a {
  text-decoration: none;
  color: #333;
  position: relative;
  display: flex;
}
.section5 .section5-content .list .list-item a .riqi {
  display: inline-block;
  margin-bottom: 0;
}
.section5 .section5-content .list .list-item a .content {
  display: inline-block;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.section5 .section5-content .list .list-item a img {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 20px;
  display: none;
}
.section5 .section5-content .list .active1 {
  background: #238be2;
}
.section5 .section5-content .list .active1 a {
  color: #fff;
}
.section5 .section5-content .list .active1 a img {
  display: block;
}

.section6 {
  margin-top: -16px;
  position: relative;
}
.section6 .content {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
}
.section6 .content .section6-content {
  position: absolute;
}
.section6 .content .section6-content h1 {
  color: #fff;
  font-family: OpenSans;
  text-align: center;
}
.section6 .content .section6-content .brand {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.section6 .content .item {
  background: #238be2;
  border-radius: 50%;
  position: relative;
}
.section6 .content .item p {
  position: absolute;
  border-radius: 50%;
  animation: myfirst 3s infinite;
  box-shadow: 0px 0px 2px #238be2 inset;
}
.section6 .content .item span {
  position: absolute;
  display: block;
  border-radius: 50%;
  animation: myfirst 3s infinite;
  box-shadow: 0px 0px 2px #238be2 inset;
  animation-delay: 3s;
}
.section6 .content .spain {
  background: #238be2;
  position: absolute;
  left: 8.5%;
    top: 37.5%;
}
.section6 .content .turkey {
  background: #238be2;
  position: absolute;
  left: 17%;
  top: 38.5%;
}
.section6 .content .ethiopia {
  background: #238be2;
  position: absolute;
  left: 22.8%;
  top: 52%;
}
.section6 .content .kenya {
  background: #238be2;
  position: absolute;
  left: 21%;
  top: 59.8%;
}
.section6 .content .congo {
  background: #238be2;
  position: absolute;
  left: 8.5%;
  top: 56.4%;
}
.section6 .content .zimbabwe {
  background: #238be2;
  position: absolute;
  left: 20%;
  top: 65.7%;
}
.section6 .content .south {
  background: #238be2;
  position: absolute;
  left: 15.5%;
  top: 76.3%;
}
.section6 .content .iran {
  background: #238be2;
  position: absolute;
  left: 26%;
  top: 44%;
}
.section6 .content .pakistan {
  background: #238be2;
  position: absolute;
  left: 30.5%;
  top: 45.5%;
}
.section6 .content .india {
  background: #238be2;
  position: absolute;
  left: 34%;
  top: 51%;
}
.section6 .content .thailand {
  background: #238be2;
  position: absolute;
  left: 40.5%;
  top: 52%;
}
.section6 .content .cambodia {
  background: #238be2;
  position: absolute;
  left: 40%;
  top: 48.2%;
}
.section6 .content .philippines {
  background: #238be2;
  position: absolute;
  left: 48%;
  top: 56.5%;
}
.section6 .content .malaysia {
  background: #238be2;
  position: absolute;
  left: 42%;
  top: 63%;
}
.section6 .content .australia {
  background: #238be2;
  position: absolute;
  left: 49%;
  top: 77.7%;
}
.section6 .content .chile {
  background: #238be2;
  position: absolute;
  left: 80%;
  top: 83.5%;
}
.section6 .content .ecuador {
  background: #238be2;
  position: absolute;
  left: 77%;
  top: 66%;
}
.section6 .content .jamaica {
  background: #238be2;
  position: absolute;
  left: 77%;
  top: 49%;
}
.section6 .content .mexico {
  background: #238be2;
  position: absolute;
  left: 70.3%;
  top: 51%;
}
.section6 .content .canada {
  background: #238be2;
  position: absolute;
  left: 68%;
  top: 27.5%;
}
.section6 .content .mongolia {
  background: #238be2;
  position: absolute;
  left: 40%;
  top: 30.6%;
}
.section6 .content .kazakhstan {
  background: #238be2;
  position: absolute;
  left: 31%;
  top: 26.9%;
}
.section6 .content .russia {
  background: #238be2;
  position: absolute;
  left: 22%;
  top: 32.5%;
}
.section6 .content .uzbekistan {
  background: #238be2;
  position: absolute;
  left: 35%;
  top: 37%;
}

@keyframes myfirst {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(3);
  }
}
.f-pro {
  background: #1e2f46;
  color: #fff;
  margin-top: -16px;
  padding-top: 60px;
  padding-bottom: 50px;
  display: none;
}
.f-pro a {
  text-decoration: none;
  color: #fff;
}
.f-pro .bottom-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.f-pro .bottom-list .list-item {
  font-family: OpenSans;
  font-size: 16px;
  line-height: 30px;
  opacity: 0.9;
}
.f-pro .bottom-list .list-item .tel {
  margin-top: 15px;
}
.f-pro .bottom-list .list-item dl dt a {
  font-weight: bold;
  color: #238be2;
  font-size: 18px;
}
.f-pro .bottom-list .list-item dl dd {
  margin-bottom: 0;
}

.footer {
  text-align: center;
  padding: 10px;
  background: #19283c;
  line-height: 30px;
  color: #fff;
  margin-top: -16px;
}
.footer .line1 {
  font-family: OpenSans;
  font-size: 14px;
  margin-bottom: 0;
}
.footer .line2 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3333;
}
.footer-menu .menu-list {
  display: flex;
  justify-content: space-around;
  background: #eee;
  padding-top: 20px;
  margin-bottom: 0;
}
.footer-menu .menu-list .menu-item a {
  text-decoration: none;
  color: #666;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-menu .menu-list .menu-item a img {
  width: 24px;
  height: 24px;
}

@media (max-width: 368px) {
  .banner .swiper-wrapper .swiper-slide img {
    min-height: 280px;
  }
  .banner .navbar .header {
    display: block;
  }
  .banner .navbar .header .logo {
    width: 47px;
    height: 47px;
  }
  .banner .navbar .header .navbar-toggler {
    padding: 2px 4px;
    margin-top: 5px;
  }
  .banner .navbar .header .navbar-nav {
    background: #fff;
  }
  .banner .navbar .header .navbar-nav .nav-item {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
  }
  .banner .navbar .header .navbar-nav .nav-item .nav-link {
    color: #333;
    font-size: 14px;
    padding: 3px 0 3px 20px;
  }
  .banner .navbar .header .header-right {
    display: none;
  }
  .section1 {
    padding-top: 50px;
  }
  .section1 h1 {
    font-size: 30px;
  }
  .section1 .text {
    margin-top: 30px;
  }
  .section1 .list {
    flex-wrap: wrap;
  }
  .section1 .list li {
    width: 100%;
  }
  .section2 {
    padding-top: 50px;
  }
  .section2 h1 {
    font-size: 30px;
  }
  .section2 .section2-carousel {
    margin-top: 20px;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item .content .star {
    font-size: 16px;
    line-height: 24px;
    font-family: OpenSans;
    color: #238be2;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item .content h3 {
    font-size: 26px;
    line-height: 20px;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item .content .intro {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 5px;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item .content .btn {
    margin-top: 10px;
    font-size: 14px;
    padding: 4px 20px;
  }
  .section2 .list {
    margin-top: 80px !important;
  }
  .section2 .list .list-item {
    display: flex;
    justify-content: flex-start;
    font-size: 14px !important;
  }
  .section3 {
    padding-top: 50px;
  }
  .section3 h1 {
    font-size: 30px;
  }
  .section3 .large-list {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .section3 .large-list .large-item {
    width: 100%;
  }
  .section3 .large-list .large-item .small-list {
    display: flex;
    flex-direction: column;
  }
  .section3 .large-list .large-item .small-list .small-item1 {
    width: 100%;
  }
  .section3 .large-list .large-item .small-list .small-item1 .bofang {
    position: absolute;
    width: 61px;
    height: 61px;
    top: 50%;
    left: 50%;
    z-index: 111;
    margin-top: -30px;
    margin-left: -30px;
  }
  .section3 .large-list .large-item .small-list .small-item2 {
    padding: 30px 0px 80px 30px;
  }
  .section4 .content {
    padding-top: 3%;
  }
  .section4 .content h1 {
    font-size: 26px;
  }
  .section4 .content p {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin-top: 1%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
  }
  .section4 .content .btn {
    width: 90px;
    height: 30px;
    font-size: 14px;
    margin-top: 1.5%;
    padding: 3px 10px;
  }
  .section5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section5 .more {
    top: 30px !important;
  }
  .section5 h1 {
    font-size: 28px;
  }
  .section5 .list {
    margin-top: 40px;
  }
  .section5 .list .list-item {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 18px 20px !important;
    font-size: 16px;
  }
  .section5 .list .list-item .riqi {
    width: 100%;
    text-align: start;
    margin-bottom: 0;
  }
  .section5 .list .list-item .content {
    width: 95%;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 8px;
  }
  .section5 .list .list-item img {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 20px;
    top: 30px;
  }
  body {
    padding-bottom: 70px;
  }
}
@media (max-width: 639px) {
  .section1 .list li .bottom-text {
    left: 0 !important;
    margin-left: 0px !important;
  }
  .section1 .list li .bottom-text .text1 {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .section1 .list li .bottom-text .text2 {
    font-size: 14px;
  }
}
@media (min-width: 368px) and (max-width: 510px) {
  .section4 .content h1 {
    font-size: 26px !important;
  }
  .section4 .content p {
    -webkit-line-clamp: 3 !important;
  }
}
@media (min-width: 368px) and (max-width: 767px) {
  .banner .swiper-wrapper .swiper-slide img {
    min-height: 300px;
  }
  .banner .navbar .header {
    display: block;
  }
  .banner .navbar .header .logo {
    width: 57px;
    height: 57px;
  }
  .banner .navbar .header .navbar-toggler {
    margin-top: 8px;
  }
  .banner .navbar .header .navbar-nav {
    background: #fff;
  }
  .banner .navbar .header .navbar-nav .nav-item {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
  }
  .banner .navbar .header .navbar-nav .nav-item .nav-link {
    color: #333;
    font-size: 14px;
    padding: 3px 0 3px 20px;
  }
  .banner .navbar .header .header-right {
    display: none;
  }
  .section1 {
    padding-top: 50px;
  }
  .section1 h1 {
    font-size: 36px;
  }
  .section1 .text {
    margin-top: 30px;
  }
  .section1 .list {
    flex-wrap: wrap;
  }
  .section1 .list li {
    width: 100%;
  }
  .section1 .list li img {
    display: block;
    margin: 0 auto;
  }
  .section1 .list li .bottom-text {
    left: 50%;
    margin-left: -320px;
  }
  .section2 {
    padding-top: 50px;
  }
  .section2 h1 {
    font-size: 30px;
  }
  .section2 .section2-carousel {
    margin-top: 20px;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item .content {
    padding: 24px 5px !important;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item .content .star {
    font-size: 18px;
    line-height: 24px;
    font-family: OpenSans;
    color: #238be2;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item .content h3 {
    font-size: 30px;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item .content .intro {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item .content .btn {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 35px;
    margin-top: 20px;
  }
  .section2 .list {
    margin-top: 80px !important;
  }
  .section2 .list .list-item {
    display: flex;
    justify-content: flex-start;
  }
  .section2 .list .list-item .item-right {
    margin-left: 15px;
    font-size: 18px !important;
    line-height: 24px;
  }
  .section3 {
    padding-top: 50px;
  }
  .section3 h1 {
    font-size: 30px;
  }
  .section3 .large-list {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .section3 .large-list .large-item {
    width: 100%;
  }
  .section3 .large-list .large-item .small-list {
    display: flex;
    flex-direction: column;
  }
  .section3 .large-list .large-item .small-list .small-item1 {
    width: 100%;
  }
  .section3 .large-list .large-item .small-list .small-item1 .bofang {
    position: absolute;
    width: 61px;
    height: 61px;
    top: 50%;
    left: 50%;
    z-index: 111;
    margin-top: -30px;
    margin-left: -30px;
  }
  .section3 .large-list .large-item .small-list .small-item2 {
    padding: 30px 0px 100px 40px;
  }
  .section4 .content {
    padding-top: 3%;
  }
  .section4 .content h1 {
    font-size: 30px;
  }
  .section4 .content p {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    margin-top: 1%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
  }
  .section4 .content .btn {
    width: 100px;
    height: 36px;
    font-size: 16px;
    margin-top: 1.5%;
  }
  .section5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section5 .more {
    top: 20px !important;
  }
  .section5 h1 {
    font-size: 30px;
  }
  .section5 .list {
    margin-top: 30px;
  }
  .section5 .list .list-item {
    position: relative;
    padding: 18px 25px !important;
  }
  .section5 .list .list-item a {
    display: flex;
    flex-direction: column;
  }
  .section5 .list .list-item a .riqi {
    width: 100%;
    text-align: start;
    margin-bottom: 0;
  }
  .section5 .list .list-item a .content {
    width: 95%;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 8px;
  }
  .section5 .list .list-item a img {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0px !important;
    top: 15px;
  }
  body {
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner .navbar .header .navbar-nav {
    margin-left: 15px;
  }
  .banner .navbar .header .navbar-nav .nav-item {
    padding: 0 5px;
  }
  .banner .navbar .header .header-right {
    display: none;
  }
  .section1 {
    padding-top: 60px;
  }
  .section1 h1 {
    font-size: 42px;
  }
  .section1 .text {
    margin-top: 30px;
  }
  .section1 .list {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .section1 .list li {
    width: 50%;
  }
  .section2 {
    padding-top: 60px;
  }
  .section2 h1 {
    font-size: 42px;
  }
  .section2 .section2-carousel {
    margin-top: 30px;
  }
  .section2 .list {
    margin-top: 80px !important;
  }
  .section2 .list .list-item:nth-child(3) {
    margin-top: 20px;
  }
  .section2 .list .list-item {
    display: flex;
    justify-content: flex-start;
  }
  .section2 .list .list-item .item-right {
    margin-left: 15px;
    font-size: 16px;
    line-height: 24px;
  }
  .section3 {
    padding-top: 60px;
  }
  .section3 h1 {
    font-size: 42px;
  }
  .section3 .large-list {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .section3 .large-list .large-item {
    width: 100%;
  }
  .section3 .large-list .large-item .small-list {
    display: flex;
    flex-direction: row;
  }
  .section3 .large-list .large-item .small-list .small-item1 {
    width: 50%;
  }
  .section3 .large-list .large-item .small-list .small-item1 .bofang {
    position: absolute;
    width: 61px;
    height: 61px;
    top: 50%;
    left: 50%;
    z-index: 111;
    margin-top: -30px;
    margin-left: -30px;
  }
  .section3 .large-list .large-item .small-list .small-item2 {
    width: 50%;
    padding: 35px 0 0 40px;
  }
  .section3 .large-list .large-item .small-list2 {
    flex-direction: row-reverse;
    display: flex;
    justify-content: space-between;
  }
  .section4 .content {
    padding-top: 3%;
  }
  .section4 .content h1 {
    font-size: 42px;
  }
  .section4 .content p {
    width: 100%;
    font-size: 16px;
    margin-top: 1%;
  }
  .section4 .content .btn {
    width: 150px;
    height: 40px;
    font-size: 18px;
    margin-top: 0.5%;
  }
  .section5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section5 h1 {
    font-size: 42px;
  }
  .section5 .list {
    margin-top: 30px;
  }
  .section5 .list .list-item img {
    bottom: -3px;
  }
  .section5 .list .list-item .riqi {
    width: 20%;
    text-align: center;
  }
  .section5 .list .list-item .content {
    width: 70%;
  }
  .footer-menu {
    display: block;
  }
  body {
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .banner .navbar .header .navbar-nav {
    margin-left: 30px;
  }
  .banner .navbar .header .navbar-nav .nav-item {
    padding: 0 10px;
  }
  .section1 .list {
    flex-wrap: wrap;
  }
  .section1 .list li {
    width: 33.3333333%;
  }
  .section3 {
    padding-top: 80px;
  }
  .section3 .large-list {
    margin-top: 60px;
  }
  .section3 .large-list .large-item {
    width: 33.333333%;
  }
  .section3 .large-list .large-item .small-list .small-item1 .bofang {
    position: absolute;
    width: 61px;
    height: 61px;
    top: 50%;
    left: 50%;
    z-index: 111;
    margin-top: -30px;
    margin-left: -30px;
  }
  .section3 .large-list .large-item .small-list .small-item2 {
    padding: 30px 0px 100px 40px;
  }
  .section4 .content {
    padding-top: 3%;
  }
  .section4 .content h1 {
    font-size: 56px;
  }
  .section4 .content p {
    width: 80%;
    font-size: 16px;
    margin-top: 2%;
  }
  .section4 .content .btn {
    width: 180px;
    height: 56px;
    font-size: 18px;
    padding: 16px 0;
    margin-top: 2%;
  }
  .section5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section5 h1 {
    font-size: 56px;
  }
  .section5 .list {
    margin-top: 40px;
  }
  .section5 .list .list-item a img {
    bottom: -3px;
  }
  .section5 .list .list-item a .riqi {
    width: 20%;
    text-align: center;
  }
  .section5 .list .list-item a .content {
    width: 70%;
  }
  .f-pro {
    display: block;
  }
  .footer-menu {
    display: none;
  }
}
.banner .navbar .header .navbar-nav .nav-item .sec.pro {
  top: 57px;
}
@media(min-width: 768px) {
  .banner .navbar .header .navbar-nav .nav-item .sec.pro {
    top: 100px;
  }
}
@media(min-width: 1400px) {
  .banner .navbar .header .navbar-nav .nav-item .sec.pro {
    top:120px;
  }
  .banner .navbar .header .navbar-nav .nav-item .pro .sec_p dl {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .banner .navbar .pro {
    width: 210px !important;
    height: 230px;
    overflow: hidden;
    padding: 10px 0 0 15px !important;
    margin-left: 0 !important;
    position: absolute;
    /* top: 57px; */
  }
  .banner .navbar .pro .sec_p {
    flex-direction: column;
  }
  .banner .navbar .pro .sec_p dd {
    display: none;
  }
  .section2 .section2-carousel .carousel-indicators {
    bottom: -40px !important;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item {
    position: relative;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item .content {
    font-family: OpenSans;
    position: relative;
    left: 12px;
    padding: 34px 5px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item .content .star {
    margin-bottom: 2%;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item .content .intro {
    margin-top: 1%;
    margin-bottom: 0;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item .content .btn {
    margin-top: 3.5% !important;
  }
  .section2 .list {
    margin-top: 90px;
  }
  .section2 .list .list-item .item-left img {
    width: 66px;
    height: 76px;
  }
  .section2 .list .list-item .item-right {
    margin-left: 15px;
    font-size: 16px;
    line-height: 24px;
  }
  .section6 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .banner .swiper-pagination {
    margin-bottom: 23px;
  }
  .banner .swiper-pagination span {
    width: 13px;
    height: 13px;
    background-color: #fff;
    margin: 0 10px !important;
  }
  .section2 .section2-carousel .carousel-indicators {
    bottom: -70px !important;
  }
  .section2 .section2-carousel .carousel-inner img {
    max-width: 690px;
  }
  .section3 .modal .modal-dialog .modal-body .video_d {
    min-height: 418px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner .navbar .pro {
    width: 1100% !important;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item {
    position: relative;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item .content {
    font-family: OpenSans;
    padding: 24px 30px 15px 70px;
    width: 55%;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item .content .star {
    font-size: 16px;
    line-height: 24px;
    font-family: OpenSans;
    color: #238be2;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item .content h3 {
    font-size: 24px;
    line-height: 20px;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item .content .intro {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 1%;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item .content .btn {
    margin-top: 3% !important;
    font-size: 14px;
    padding: 4px 20px;
  }
  .section2 .list {
    margin-top: 110px;
  }
  .section2 .list .list-item {
    display: flex;
    justify-content: center;
  }
  .section2 .list .list-item .item-left img {
    display: block;
  }
  .section2 .list .list-item .item-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 25px;
    font-size: 18px;
    line-height: 24px;
  }
  .section4 .content {
    padding-top: 5%;
  }
  .section4 .content h1 {
    font-size: 56px;
  }
  .section4 .content p {
    width: 55%;
    font-size: 16px;
    margin-top: 3%;
  }
  .section4 .content .btn {
    width: 180px;
    height: 56px;
    font-size: 18px;
    padding: 16px 0;
    margin-top: 3%;
  }
  .section5 {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .section5 h1 {
    font-size: 56px;
  }
  .section5 .list {
    margin-top: 40px;
  }
  .section5 .list .list-item img {
    bottom: 15px;
  }
  .section6 .content .item {
    width: 8px;
    height: 8px;
  }
  .section6 .content .item p {
    width: 8px;
    height: 8px;
  }
  .section6 .content .item span {
    width: 8px;
    height: 8px;
  }
  .section6 .content .section6-content h1 {
    margin-top: 6%;
  }
  .section6 .content .section6-content .brand {
    margin-top: 3%;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .section1 .list li .bottom-text .text1 {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .section1 .list li .bottom-text .text2 {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .banner .navbar {
    padding: 20px 0 3px 0;
  }
  .section2 .list {
    margin-top: 120px;
  }
  .section2 .list .list-item .item-right {
    margin-left: 25px;
    font-size: 18px;
    line-height: 24px;
  }
  .section3 .large-list .large-item .small-list .small-item1 .bofang {
    position: absolute;
    width: 81px;
    height: 81px;
    top: 50%;
    left: 50%;
    z-index: 111;
    margin-top: -40px;
    margin-left: -40px;
  }
  .section3 .large-list .large-item .small-list .small-item2 {
    padding: 30px 0px 130px 40px;
  }
  .section3 .modal .modal-dialog .modal-body .video_d {
    min-height: 504px;
  }
  .section4 .content {
    padding-top: 9.5%;
  }
  .section4 .content h1 {
    font-size: 56px;
  }
  .section4 .content p {
    width: 55%;
    font-size: 16px;
    margin-top: 3%;
    line-height: 24px;
  }
  .section4 .content .btn {
    width: 180px;
    height: 56px;
    font-size: 18px;
    padding: 16px 0;
    margin-top: 3%;
  }
  .section5 {
    padding-top: 70px;
    padding-bottom: 120px;
  }
  .section5 h1 {
    font-size: 56px;
  }
  .section5 .list {
    margin-top: 40px;
  }
  .section5 .list .list-item a .content {
    padding-left: 90px;
  }
  .section5 .list .list-item a img {
    bottom: -3px;
  }
  .section6 .content .item {
    width: 10px;
    height: 10px;
  }
  .section6 .content .item p {
    width: 10px;
    height: 10px;
  }
  .section6 .content .item span {
    width: 10px;
    height: 10px;
  }
  .section6 .content .section6-content h1 {
    margin-top: 7.5%;
  }
  .section6 .content .section6-content .brand {
    margin-top: 4%;
  }
}
@media (max-width: 1599px) {
  .banner .navbar .header .navbar-nav .nav-item .sec.pro {
    width: 100%;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item .content .star {
    margin-bottom: 2%;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item .content .intro {
    margin-top: 1%;
    margin-bottom: 0;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item .content .btn {
    margin-top: 3%;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item .content .btn24 {
    margin-top: 1.5%;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px !important;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item .content .star {
    margin-bottom: 2%;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item .content .intro {
    margin-top: 1%;
    margin-bottom: 0;
  }
  .section2 .section2-carousel .carousel-inner .carousel-item .content .btn {
    margin-top: 4%;
  }
}/*# sourceMappingURL=index.css.map */

/* 广交会漂浮 */
.piaofu {
  position: fixed;
  z-index: 9999;
  left: 0px;
  top: 45%;
}

.piaofu img {
  display: block;
  max-width: 160px;
}