/*banner横幅 pc*/
.innerBanner {
  position: relative;
  display: flex;
  justify-content: center;
}

.innerBanner img {
  width: 100%;
  height: auto;
}

.innerBanner .innerText {
  box-sizing: border-box;

  color: #fff;
  position: absolute;
  top: 50%;
  width: 90%;

  transform: translateY(-50%);
}

.innerBanner .innerText>div {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.innerBanner .innerText>div .title {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  margin-bottom: 10px;
}

.innerBanner .innerText>div p {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.innerBanner .nav_d {
  margin: 0 auto;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  padding: 0 2.5%;
  box-sizing: border-box;
  height: 60px;

  width: 95%;
}

.dqwz {
  color: #B6B6B6;
}

.dqwz a {
  color: #B6B6B6;
  font-size: 14px;
}

.innerBanner .nav_d .left {
  display: flex;
  align-items: center;
  width: 30%;
}

.innerBanner .nav_d .left * {
  margin-right: 5px;
}

.innerBanner .nav_d .left .img_d {
  width: 26px;
}

.innerBanner .nav_d .left .active_color {
  color: #D70C18;
}

.innerBanner .nav_d .right {
  text-align: right;
  width: 70%;
}

.innerBanner .nav_d .right .zlm {}

.innerBanner .nav_d .right .zlm li {
  display: inline-block;
  margin: 0 10px;

}

.innerBanner .innerText {

  margin-top: -30px;
}

.innerBanner .nav_d .right .zlm .active_line a {
  color: #D70C18;
}

.innerBanner .nav_d .right .zlm .active_line {
  border-bottom: 1px solid #D70C18;
  height: 60px;
  line-height: 60px;
}

/*banner横幅结束*/
.fwzc2 .title {
  color: #fff !important;
}

.fwzc2 p {
  color: #fff !important;
}

@media screen and (max-width: 768px) {


  /* .innerBanner .nav_d {
    display: none;
  } */

  .innerBanner .nav_d {
    width: 100%;
  }

  .innerBanner .img {
    margin-top: 60px;
  }

  .innerBanner .innerText {
    width: 95%;
    margin: 0 auto;
    top: 40%;
  }

  .innerBanner .innerText>div .title {
    font-size: 4vw;
  }

  .innerBanner .innerText>div p {
    font-size: 3vw;
  }

  .innerBanner .nav_d .left {
    width: 80%;
  }


}




.serverPics {
  background-color: #fff;
  text-align: center;
  width: 100%;
  display: flex;
  overflow: hidden;
  padding: 40px 0 50px 0;


}

.serverPicsInner {
  display: flex;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.serverPicsInner .img {
  width: 68%;

  display: flex;
  position: relative;

}

.serverPicsInner .img img {
  width: 100%;
  height: auto;


}

.supportSwipers .swiper-slide {
  width: 33.333%;
}

.supportSwipers .swiper-slide:nth-child(2n) {
  width: 33.22222%;
}

.supportSwipers .swiper-slide:nth-child(3n) {
  width: 58%;
}

.serverPicsInner .text {
  position: absolute;
  display: flex;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  flex-flow: column-reverse;
  padding: 20px;
}

.serverPicsInner .img.img2 {
  width: 35.60vw;

  display: flex;
  margin-left: 10px;
}

.serverPicsInner .title {

  font-size: 24px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 15px;
  text-align: left;
}

.serverPicsInner .intro {

  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #fff;
}


.pd_center {

  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}

.pd_center .top .top_left {
  line-height: 20px;
}

.pd_center .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin: 30px 0;
}

.pd_center .top .top_left {
  width: 266px;
  display: flex;
  justify-content: center;
  flex-direction: column
}

.pd_center .top .top_left p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}

.pd_center .top h3 {
  font-size: 28px;
  font-family: "微软雅黑";
  font-weight: bold;
  color: #333333;

  position: relative;
  line-height: 50px;
  margin-bottom: 15px;
}

.pd_center .top h3:after {
  display: block;
  content: "";
  height: 2px;
  width: 35%;
  background-image: url(/static/images/line.png);
  position: absolute;
  bottom: -3px;
  background-size: cover;
}

.pd_center .top ul {
  display: flex;
  position: relative;
}

.pd_center .top ul:after {
  position: absolute;
  bottom: -10px;
  content: "";
  display: block;

  height: 1px;
  background-color: #ccc;
  left: 17px;
  right: 5px;
}

.pd_center .top ul li {

  padding: 0 25px;
  position: relative;
}

.pd_center .top ul li a {
  font-size: 16px;

  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.pd_center .top ul li.active ::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -11px;
  background-color: #D70C18;
  z-index: 9
}

.pd_center .top ul li.active a {
  color: #000000;
  font-weight: bold;
}

.producSupport {
  background-color: rgba(246, 243, 247, 1);
  padding: 50px 0 30px 0;
}



.supportSwipers .swiper {
  width: 100%;
}

.supportSwipers .swiper img {
  width: 100%;
  /* height: 400px; */
}

.supportSwipers .swiper-slide {
  text-align: center;
  font-size: 18px;
  box-sizing: border-box;


}

.supportSwipers .swiper-slide img {
  display: block;
  width: 100%;
  /*height: 400px;*/
  object-fit: cover;
}


.supportSwipers .img {
  display: flex;
  position: relative;

}

.supportSwipers .img img {
  width: 100%;



}

.supportSwipers .text {
  position: absolute;
  display: flex;
  flex-flow: column-reverse;
  text-align: left;
  bottom: 30px;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
}

.swiper-slide:nth-child(3n) .title:after {
  display: block;
  content: "";
  height: 1px;
  width: 15%;
  background-image: url(/static/images/line.png);
  position: absolute;
  bottom: -8px;
  background-size: cover;
}

.swiper-slide:nth-child(3n) .introtext {
  width: 40%;
}


.supportSwipers .img.img2 {
  width: 27.60vw;
  height: 26.041vw;
  display: flex;
  margin-left: 10px;
}

.supportSwipers .title {
  position: relative;
  font-size: 26px;

  color: #fff;
  margin-bottom: 15px;
}

.supportSwipers .introtext {
  font-size: 14px;
  line-height: 23px;
}

.supportSwipersactive {
  display: none;
}



/* 最下面的轮播图 */
.bottomslideshow {
  position: relative;
  display: flex;
  justify-content: center;
}

/* .bottomslideshow .imgbg{
	height: 640px;
} */
.bottomslideshow .imgbg img {
  width: 100%;

}

.bottomslideshow .bottombg {
  width: 95%;

  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.bottomslideshow .bottombg .swiper6 {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.swiper6 .swiper-slide {
  width: 52%;
}


.bottomslideshow .bottombg .swiper6 .bgcontenall {
  padding-top: 30px;
  padding-bottom: 10px;
  border-top: 1px solid #7fa1c0;
  border-bottom: 1px solid #7fa1c0;
  box-sizing: border-box;
}

.bottomslideshow .bottombg .swiper6 .bgcontenall:hover {
  background-color: rgba(235, 231, 231, 0.3);
}

.bottomslideshow .bottombg .swiper6 .swiper-slide .bgconten {

  display: flex;
  /*justify-content: space-between;*/
  align-items: flex-start;


}

.bottombg .swiper6 .swiper-slide .bgconten img {
  width: 40px;
  height: auto;
  margin: 15px;
}

.bottombg .swiper6 .swiper-slide .bgconten h1 {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  margin: 10px;
}

.bottombg .swiper6 .swiper-wrapper {
  padding: 60px 0;
}

.bottombg .swiper6 .swiper-slide .bgconten p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin: 10px;
}

.bottomslideshow .bottombg .swiper6 .bgcontenall .bgcontenbottom {
  width: 100%;

}

.bottomslideshow .bottombg .swiper6 .bgcontenall .bgcontenbottom {
  display: flex;
  justify-content: space-around;
}

.bottombg .swiper6 .bgcontenall .bgcontenbottom {
  display: none;
}

.bottombg .swiper6 .bgcontenall .bgcontenbottom>ul {
  text-align: center;
  display: flex;

  flex: 1;
  flex-wrap: wrap;
  justify-content: flex-start;
}


.bottombg .swiper6 .bgcontenall .bgcontenbottom li {
  font-size: 13px;
  flex: 0 0 20%;
  color: #333333;
  line-height: 30px;
  opacity: 0.7;
}

.bottombg .swiper6 .bgcontenall .bgcontenbottom li:first-child {
  opacity: 1;
  font-weight: bold;

  border-bottom: 1px solid #333;

}


.bottombg .swiper6 .swiper-button-left {
  /* right: 0; */
  position: absolute;
  top: 50%;
  left: 0vw;
  z-index: 10;
}

.bottombg .swiper6 .swiper-button-right {
  position: absolute;
  right: 0vw;
  top: 50%;
  z-index: 10;

}

.bottombg .swiper6 .swiper-button-right img {
  width: 2vw;
}

.bottombg .swiper6 .swiper-button-left img {
  width: 2vw;

}

.bottombg .swiper6 .swiper-button-left .leftactive {
  display: none;
}

.bottombg .swiper6 .swiper-button-right .rightactive {
  display: none;
}

.swiper-button-right.swiper-button-disabled {
  opacity: 0.8;
}

.swiper-button-left.swiper-button-disabled {
  opacity: 0.8;
}

.bottombg .swiper6 .swiper-pagination {
  bottom: 20px;
  --swiper-theme-color: #333;
}

.bottomslideshow .bottombg .swiper6 .bgcontenall .bgcontenbottom p {
  line-height: 20px;

}

.bottomslideshow .bottombg .swiper6 .bgcontenall .bgcontenbottom h2 {
  line-height: 30px;
}

.bottomslideshow .bottombg .swiper6 .bgcontenall .bgcontenbottom h2:hover {
  color: #000;
  border-bottom: 1px solid black;
}

.bottombg .swiper6 .bgcontenall .bgcontenbottom>div:hover p {
  display: block;
}

.bottomslideshow .bottombg .swiper6 .bgcontenall .bgcontenbottom h2:hover+p {
  display: block;
}

.bottomslideshow .bottombg .swiper6 .bgcontenall .bgcontenbottom h2 p:hover {
  display: block;
}



/* 第十一部分联系我们 */

/* 联系我们 */
.contact_us_d {
  width: 100%;
  height: auto;
  background: url(/static/images/contactUsback.png) no-repeat center center;
  background-size: cover;
}

.contact_us_d .container1 {
  padding: 13vw 5% 10vw;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.contact_us_d .container1 .left_d1 {
  display: flex;
  flex-direction: column;

}

.contact_us_d .container1 .left_d1 .top_d1 {
  margin-bottom: 8vw;
}

.contact_us_d .container1 .left_d1 .top_d1 h4 {
  font-size: 1.875vw;
  font-weight: bold;
  color: #333333;
  line-height: 2.0833vw;
}

.contact_us_d .container1 .left_d1 .top_d1 img {
  width: 4.6875vw;
  margin-bottom: 1vw;
  margin-top: 0.5208vw;
  height: 2px;
}

.contact_us_d .container1 .left_d1 .top_d1 p {
  font-size: 1.2vw;
  font-weight: 400;
  color: #333333;
  line-height: 2.5625vw;
}

.contact_us_d .container1 .left_d1 .bottom_d1 h3 {
  font-size: 1.875vw;
  font-weight: bold;
  color: #D70C18;
  line-height: 1.5625vw;
  margin-bottom: 0.9896vw;
}

.contact_us_d .container1 .left_d1 .bottom_d1 p {
  font-size: 0.8333vw;
  font-weight: 400;
  color: #333333;
  line-height: 2vw;
  margin-bottom: 2.0313vw;
}

.contact_us_d .container1 .left_d1 .bottom_d1 div {
  font-size: 1.0417vw;
  font-weight: 400;
  color: #333333;
  line-height: 1.5625vw;
  display: flex;
  align-items: center;
}

.contact_us_d .container1 .left_d1 .bottom_d1 div img {
  width: 1.1458vw;
  height: 0.9375vw;
}

.contact_us_d .container1 .left_d1 .bottom_d1 div span {
  margin-left: 0.5208vw;
}

.warning {
  display: none;
  color: red;
}

.contact_us_d .container1 .right_d1 {
  display: flex;
  flex-direction: column;
  height: 100%;
}


.contact_us_d .container1 .right_d1 input {
  width: 26.0417vw;
  height: 3.125vw;
  outline: none;
  border: none;
  padding-left: 1vw;
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 1.5625vw;
  font-size: 1vw;
}

.contact_us_d .container1 .right_d1 textarea {
  font-size: 1vw;
  width: 33.9583vw;
  outline: none;
  border: none;
  height: 8.3333vw;
  padding: 2vw;
  background: rgba(255, 255, 255, 0.4);
  resize: none;
  margin-bottom: 2vw;
}

.contact_us_d .container1 .right_d1 div.tj {
  font-size: 1.25vw;
  font-weight: 400;
  color: #FFFFFF;
  width: 10.4167vw;
  height: 2.6042vw;
  background: #D70C18;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.contact_us_d .container1 .right_d1 input:placeholder,
.contact_us_d .container1 .right_d1 textarea:placeholder {
  font-size: 0.8333vw;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.5);
  line-height: 1.5625vw;
}

.contact_us_d .container1 .right_d1 .texta {
  position: relative;
}

.contact_us_d .container1 .right_d1 .texta:after {
  content: "*";
  display: block;
  position: absolute;
  top: 1.8025vw;
  left: 0.5208vw;
  color: #D70C18;
  font-size: 1.6375vw;
}

@media screen and (max-width: 750px) {
  .contact_us_d {
    height: auto;
  }
  .bottombg .swiper6 .bgcontenall .bgcontenbottom li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: justify;
  }


  .contact_us_d .container1 .left_d1 .bottom_d1 div span {
    font-size: 14px;
  }

  .contact_us_d .container1 {
    display: block;
    padding: 0;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .contact_us_d .container1 .left_d1 {
    margin-bottom: 3.125vw;
  }

  .contact_us_d .container1 .right_d1 textarea {
    font-size: 13px;
  }

  .contact_us_d .container1 .left_d1 .top_d1 h4 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    line-height: inherit;
    margin-top: 10px;
  }

  .contact_us_d .container1 .left_d1 .top_d1 div {
    text-align: center;
  }

  .contact_us_d .container1 .left_d1 .top_d1 div img {
    width: 12vw;
    margin-bottom: 16px;
    height: 2px;
  }

  .contact_us_d .container1 .left_d1 .top_d1 p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
  }

  .contact_us_d .container1 .left_d1 .bottom_d1 h3 {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 24px;
  }

  .contact_us_d .container1 .left_d1 .bottom_d1 p {
    font-size: 14px;
    margin-bottom: 25px;
  }



  .contact_us_d .container1 .left_d1 .bottom_d1 div img {
    width: 20px;
    height: 16px;
  }

  .contact_us_d .container1 .right_d1 input {
    width: 60%;
    height: 30px;
    font-size: 13px;
  }

  .contact_us_d .container1 .right_d1 .texta textarea {
    width: 80%;
    height: 80px;
  }

  .contact_us_d .container1 .right_d1 div.tj {
    width: 80px;
    height: 30px;
    font-size: 13px;
  }
}





@media screen and (max-width:1440px) {
  .conten9 .conten9title {
    width: 1440px;
    padding-left: 240px;
  }

  .imglist3 .imglist1title .bock {
    bottom: -210px;
  }

  .imglist3 .imglist1title .bock .bocklist {
    width: 140px;
    height: 140px;
    margin-right: 10px;
  }

}

@media screen and (max-width:1366px) {
  .conten9 .conten9title {
    padding-left: 240px;
    width: 1366px;
  }

  .imglist3 .imglist1title .bock {
    bottom: -210px;
  }

  .imglist3 .imglist1title .bock .bocklist {
    width: 140px;
    height: 140px;
    margin-right: 10px;
  }

  .logistics_my_left {
    margin-right: 40px;
  }

  .logistics_my_right {
    margin-left: 40px;
  }
}











.buttonWrap {
  width: 90%;
  height: 60px;
  margin: 0 auto;
  position: relative;
  top: 10px;
  display: flex;
  justify-content: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
  color: #fff;
}

.swiper-button-next {
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #f00;
  border-radius: 50%;
  transition: all .3s;
}


.swiper-button-prev {
  left: auto;
  right: 50px;

  width: 40px;
  height: 40px;
  background-color: #f00;
  border-radius: 50%;
  transition: all .3s;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  background-color: #999;
  width: 32px;
  height: 32px;
  margin-top: -16px;
}



@media screen and (max-width:750px) {


  .logistics_my {
    margin-top: 3vw;
    height: 688px;
  }

  .logistics_my_pth {
    font-size: 4vw;
  }

  .logistics_my_inner_bot {
    width: 10vw;
  }

  .logistics_my_p {
    width: 87vw;
    font-size: 2.5vw;
  }

  .logistics_my_fuwu {
    margin-top: 12vw;
    width: 88vw;
    font-size: 5vw;
  }

  .logistics_my_right_nu,
  .logistics_my_right_tel {
    margin-top: 3%;
  }

  .logistics_my_fuwu01 {
    font-size: 3vw;
  }

  .logistics_my_inner {
    display: block;
    top: 2vh;

  }

  .logistics_my_left {
    display: block;
    width: 100%;
  }

  .logistics_my_fuwu02_01 {
    width: 100%;
    height: auto;
    font-size: 18px;
  }

  .logistics_my_fuwu02_emli {
    margin-top: 0px;
    margin-right: 10px;
  }

  .logistics_my_right {
    width: 98%;
    margin-left: 0;

    margin: 0 auto;
    margin-top: 25px;
  }

  .logistics_my_right_btn,
  .logistics_my_right_name,
  .logistics_my_right_tel {
    width: 100%;
  }

  .bannerbottomimg {}

  .bannerback {
    height: 228px;
  }

  .logistics_news {
    display: none;
  }

  .conten3 .conten3title .conten3titleleft,
  .conten3 .conten3title .conten3titleright {
    width: 96%;
    margin: 0 auto;
  }

  .conten3 .conten3title .conten3titleright .conten3titlerighth1 {
    width: 47%;
    height: auto;
    text-align: center;
    margin: 3px 0;
  }

  .downloadCenter .checkConten>div form {
    padding: 10px !important;
  }



  .serverPics {
    padding: 0;
  }

  .serverPicsInner .img {
    width: 99vw;
  }

  .supportSwipers {
    box-sizing: border-box;
    /*padding: 0 10px;*/
  }

  .supportSwipers .title {
    font-size: 22px;
  }

  .supportSwipers .swiper-slide {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 18px;
  }

  .supportSwipers .swiper-slide:nth-child(2n) {
    width: 100%;
  }

  .supportSwipers .swiper-slide:nth-child(3n) {
    width: 100%;
  }

  .supportSwipers .text {
    padding: 15px;
    top: 0;
  }

  .bottomslideshow .bottombg .swiper6 {
    width: 100%;
  }

  .serverPicsInner {
    flex-direction: column;
  }

  .serverPicsInner .img.img2 {
    width: 99vw;
    margin: 5px 0;
  }

  .pd_center .top {
    display: block;
    text-align: center;
    margin: 0;
  }

  .bottombg .swiper6 .swiper-pagination {
    bottom: 0px;
  }

  .bottombg .swiper6 .swiper-button-left,
  .bottombg .swiper6 .swiper-button-right {
    display: none;
  }



  .pd_center .top ul li {
    white-space: noWrap;
    padding: 0 3px;
  }

  .pd_center .top ul li a {
    font-size: 14px;
  }

  .pd_center .top .top_left {
    width: 100%;
  }

  .pd_center .top h3::after {
    content: none;
  }

  .pd_center .top ul {
    height: auto;
    margin-top: 0vw;
    padding: 20px 0;
  }

  .pd_center .top ul li.active ::after {
    bottom: -6px;
  }

  /* .producSupport {
    display: none;
  }

  .bottomslideshow {
    display: none;
  } */

  .serverPicsInner .text {
    flex-flow: column-reverse;
  }



  .bottomslideshow .bottombg .swiper6 .bgcontenall {
    margin-top: 10px;
    padding-top: 10px;
    height: auto;
  }

  .bottombg .swiper6 .swiper-slide .bgconten p {
    font-size: 14px;
    margin: 10px;
    line-height: 26px;
  }

  .bottomslideshow .imgbg img {
    height: 321px;
  }

  .bottomslideshow .bottombg {
    height: auto;
  }

  .innerBanner .innerText>div .title {
    margin-bottom: 0;
    line-height: normal;
  }

  .innerBanner .innerText>div p {
    line-height: normal;
  }

  .fwzc {
    width: 100%;
    overflow: hidden;
  }

  /*.fwzc img {*/
  /*  height: 260px;*/
  /*}*/

  .innerBanner {
    display: block;
  }

  .innerBanner .nav_d {
    position: static;
  }

  .fwzc .nav_d .left .img_d img {
    height: auto !important;
  }

  .fwzc2 .title {
    font-size: 18px;
  }

  .fwzc2 p {
    font-size: 16px;
    margin-top: 10px;
  }

  .pd_center {
    width: 95%;
  }

  .producSupport {
    padding: 50px 0 10px 0;
  }

  .bottombg .swiper6 .swiper-wrapper {
    padding: 30px 0;
  }

  .supportSwipers .swiper-slide img {
    /*min-height: 300px;*/
    height: auto;
  }
}
<!--0.00018000602722168-->