@charset "UTF-8";
/* index */
/*首页轮播图*/
.c-banner1 {
  background: #fff;
}

.c-banner1 .swiper-slide {
  position: relative;
  overflow: hidden;
}

.c-banner1 .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  -webkit-transition: all 7s;
  transition: all 7s;
}

.c-banner1 .swiper-slide .c-bg2 {
  display: none;
}

.c-banner1 .swiper-slide-active img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

.c-banner1 .swiper-slide .c-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}

.c-banner1 .swiper-slide .c-wrap .c-title {
  font-size: 2.604vw;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.c-banner1 .swiper-slide .c-wrap .c-text {
  padding: 2vh 0 6.94vh;
  font-size: 1.5vw;
  line-height: 56px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.c-banner1 .swiper-pagination-bullet {
  opacity: 1;
}

.c-banner1 .c-dot {
  position: absolute;
  bottom: 7.41vh;
  left: 0;
  width: 100%;
}

.c-banner1 .swiper-pagination {
  position: relative;
  text-align: center;
}

.c-banner1 video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.tabs1 a {
  margin: 0 1.72vw;
  position: relative;
  padding-bottom: 6px;
}

.tabs1 a .icon {
  height: 4.35vh;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.tabs1 a p {
  margin: 3px 0;
}

.tabs1 a::after {
  content: "";
  width: 0;
  transition: all ease .3s;
  height: 4px;
  background: #008CD6;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.tabs1 a.active::after {
  width: 28px;
}

.indexProductList .jt {
  width: 5.56vh;
  height: 5.56vh;
  background: #008CD6;
  border-radius: 50%;
  top: 55%;
  position: absolute;
  transform: translateY(-50%);
}
.indexProductList .wrap{
    background:#fff;
}
.indexProductList .jt.swiper-button-prev {
  left: -4vw;
}

.indexProductList .jt.swiper-button-next {
  right: -4vw;
}

.indexProductList .jt i {
  color: #fff;
  font-size: 2.6vh;
}

.indexProductList .jt:hover {
  opacity: .88;
}

.section1 {
  overflow: hidden;
  background-image: url("../img/bg_sec1.png");
  padding: 8.33vh 0 2.31vh;
}

.section1 .txt2 {
  margin: 3.33vh 0 5.09vh;
}

.section1 .slides {
  padding-top: 3.33vh;
  margin: 0 -55%;
  position: relative;
}

.section1 .slides .item {
  padding: 0 5.21vw;
  background-size: 100% 94%;
  position: relative;
}

.section1 .slides .item .pimg {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
  width: 100%;
  height: 96%;
  z-index: -1;
}

.section1 .slides .item .item-pic {
  width: 50%;
  margin-top: 9vh;
}

.section1 .slides .item .item-info {
  max-width: 495px;
  color: #fff;
}

.section1 .slides .item .item-info .desc {
  margin: 3.33vh 0 5.56vh;
  line-height: 1.8;
}

.section1 .lbt {
  position: relative;
}

.section2 {
  position: relative;
  z-index: 1;
}

.section2 .tablist1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.section2 .tablist1 .itembox {
  width: 100%;
  height: 100%;
}

.section2 .tablist {
  padding-top: 12.04vh;
  text-align: left;
}

.section2 .itembox {
  display: none;
  padding-left: 15px;
  color: #fff;
}

.section2 .itembox .item-desc {
  margin: 3.24vh 0 22.22vh;
  max-width: 590px;
  line-height: 2;
}

.section2 .commonweb {
  width: 100%;
  height: 100%;
  padding-bottom: 4.1667vw;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.section2 .tabs {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.section2 .tabs li {
  padding: 1.67vh 2.6vw;
  cursor: pointer;
  text-align: left;
  justify-content: center;
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.section2 .tabs li img {
  width: 39px;
  margin-bottom: 0.42vw;
}

.section2 .tabs li.on {
  background:rgba(0,140,214,.5);
  box-shadow: 0 5px 20px rgba(0, 0, 0, .175) !important;
}

.section2 .tabs li:nth-child(1) {
  border-left: 0;
}

.section3 .sec-type {
  margin-bottom: 4vh;
}

.section3 li {
  list-style-type: none;
}

.section3 .news1 {
  flex: 1;
  overflow: hidden;
}

.section3 .news1 li {
  width: calc(50% - 18px);
  overflow: hidden;
}

.section3 .news1 li .item {
  background: #F9FBFF;
  border-radius: 0px 0px 6px 6px;
}

.section3 .news1 li .item .item-pic {
  position: relative;
  height: 220px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

.section3 .news1 li .item .item-pic .cat {
  height: 24px;
  z-index: 2;
  background: #008CD6;
  border-radius: 12px;
  padding: 0 1.2vw;
  color: #fff;
  display: inline-flex;
  position: absolute;
  left: 1.04vw;
  top: 1.57vh;
  transition: all ease .3s;
}

.section3 .news1 li .item .item-txt {
  padding: 2.78vh 1.04vw;
  min-height: 240px;
}

.section3 .news1 li .item .item-txt .item-att {
  line-height: 2.2;
  color: #444;
  margin-top: 1.5vh;
}

.section3 .news1 li:hover .item-pic .bimg img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.section3 .news1 li:hover .item-pic .cat {
  background: #0078ea;
}

.section3 .news2 {
  margin-left: 1.82vw;
  width: 27.5vw;
  height: 460px;
  box-sizing: border-box;
  background: #F9FBFF;
  border-radius: 6px;
  padding: 1.85vh 1.04vw;
}

.section3 .news2 .type {
  padding: 0;
  margin-bottom: 10px;
}

.section3 .news2 .type .cat {
  height: 24px;
  z-index: 2;
  background: #008CD6;
  border-radius: 12px;
  padding: 0 1.2vw;
  color: #fff;
  display: inline-flex;
  transition: all ease .3s;
}

.section3 .news2 .list {
  height: calc(100% - 41px);
  overflow: hidden;
}

.section3 .news2 .list li {
  margin: 15px 0;
}

.section3 .news2 .list li .time {
  color: #666;
  font-size: 12px;
  margin-bottom: 5px;
}

.section3 .news2 .list li .tit {
  color: #333;
}

.section3 .news2 .list li:hover .tit {
  color: #008CD6;
}

/* section4 */
.section4 {
  padding: 8.8542vw 0 30px;
  color: #fff;
  background-attachment: fixed;
}

.section4 .d-box1 {
  max-width: 673px;
}

.section4 .d-box1 .txt1 {
  margin: 55px 0 24px;
}

.section4 .d-box1 .txt2 {
  line-height: 1.8;
}

.section4 .d-box2 {
  background: rgba(255, 255, 255, 0.9);
  margin-top: 7.8125vw;
}

.section4 .d-box2 li {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.section4 .d-box2 li .item {
  padding: 30px 0 35px 30px;
}

.section4 .d-box2 li .item .item-num {
  color: #DA0F1E;
  font-weight: bold;
  font-family: 'DIN';
}

.section4 .d-box2 li .item .item-tit {
  color: #666;
  margin-top: -5px;
}

.section5 .service {
  padding: 24.8438vw 5.2083vw 4.5313vw 5.2083vw;
  margin-top: 2.8646vw;
}

.section5 .service .item {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  padding: 25px;
}

.section5 .service .item .info .desc {
  color: #666;
  margin-top: 6px;
}

.section5 .service .item .icon {
  margin-left: 10px;
}

.section5 .service .item .icon img {
  max-width: 62px;
}

.section5 .service .item:hover .info .tit {
  color: #286DFF;
}

.footer .share a i {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.footer .share a:hover i {
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 980px) {
  .banner {
    height: 85vh;
  }
  .c-banner1 {
    height: 100%;
  }
  .c-banner1 .swiper-slide img {
    height: auto;
  }
  .c-banner1 .swiper-slide .c-wrap .c-title {
    font-size: 26px;
    line-height: 1.6;
  }
  .c-banner1 .swiper-slide .c-wrap .c-text {
    padding: 15px 0;
    font-size: 16px;
  }
  .c-banner1 .c-dot {
    bottom: 25px;
  }
  .mIndexProductMain {
    padding: 30px 0;
  }
  .section1 .tabs {
    flex-wrap: wrap;
  }
  .section1 .tabs a {
    width: 28.33%;
    text-align: center;
    margin: 10px 0;
  }
  .section1 .slides {
    margin: 0;
    padding: 0 15px;
  }
  .section1 .slides .item {
    padding-bottom: 40px;
  }
  .section1 .slides .item .item-pic {
    width: 100%;
    padding: 0 15px 25px 15px;
    margin-top: 25px;
  }
  .section1 .slides .item .item-pic img {
    max-width: 100%;
  }
  .section1 .slides .item .pimg {
    height: 100% !important;
    padding-bottom: 35px;
  }
  .section1 .slides .item .item-info .desc {
    margin: 15px 0;
  }
  .section1 .lbt .jt.swiper-button-next {
    right: 25px;
  }
  .section1 .lbt .jt.swiper-button-prev {
    left: 25px;
  }
  .section1 .lbt .jt {
    width: 45px;
    height: 45px;
  }
  .section2 .commonweb {
    padding-bottom: 0;
  }
  .section2 .tabs li {
    border-left: 0;
  }
  .section2 .tabs li:nth-child(2n) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .section2 .tablist {
    padding-top: 55px;
  }
  .section2 .tabs li {
    width: 50%;
    padding-left: 15px;
  }
  .section2 .tabs li img {
    margin-right: 15px;
    width: 20px;
  }
  .section2 .itembox {
    padding: 0 20px;
  }
  .section2 .itembox .item-desc {
    margin: 35px 0 55px;
  }
  .section3 .news1 {
    flex: auto;
  }
  .section3 .news1 ul {
    flex-wrap: wrap;
  }
  .section3 .news1 ul li {
    margin-bottom: 15px;
    width: 100%;
  }
  .section3 .news1 ul li .item .item-txt {
    min-height: auto;
  }
  .section3 .news2 {
    width: 100%;
  }
  .section3 .news2 .type .cat {
    padding: 0 15px;
  }
  .c-banner1 .swiper-slide .c-wrap .c-text {
    line-height: 1.7;
  }
  .mIndexProductMain .link a {
    color: #333;
  }
  .mIndexProductMain .link a span {
    color: #333;
    border-color: #333;
  }
  .section4 .d-box2 li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 0;
  }
  .section4 .d-box2 li .item {
    padding: 15px 0 15px 15px;
  }
  .section5 .sec-type {
    margin-bottom: 25px;
  }
  .section5 .service .item .info .desc {
    margin-top: 2px;
  }
  .section5 .service .item .icon img {
    width: 35px;
  }
}
