@charset "utf-8";

body {
  padding: 0;
  margin: 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none
}

p {
  padding: 0;
  margin: 0;
}

@media screen and (max-width:1000px) {
  .aboutbanner {
    display: none;
  }

  .wpabanner {
    width: 100%;
  }

  .wpabanner img {
    width: 100%;
  }

  .part1 .content {
    width: 95% !important;
  }

  .part1 .content .list .item1 {
    flex-direction: column !important;
  }

  .part1 .content .list .item1 span:nth-child(1) img {
    width: 30% !important;
  }

  .part1 .content .list .item1 span:nth-child(2) {
    margin: 3% 0 3% 0;
  }

  .part1 .content .list .item2 {
    width: 100% !important;
  }

  .part2 .comm {
    width: 95% !important;
  }

  .part2 .comm .commbt {
    flex-direction: column !important;
  }

  .part2 .comm .commbt .bt-left {
    width: 100% !important;
  }

  .part2 .comm .commbt .bt-right {
    width: 100% !important;
  }

  .part2 .imglist {
    width: 95% !important;
  }

  .part2 .comm .commbt .bt-right .logoimg .item {
    width: 100% !important;
    margin: 3% 0 3% 0;
  }

  .swiper-container.swiper-container4 {
    display: none;
  }

  .swiper-container.swiper-container2 {
    display: none;
  }

  .swiper-container.swiper-container3 {
    display: none;
  }

  .swiper-container.swiper-container5 .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }

  .swiper-container.swiper-container6 .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }

  .swiper-container.swiper-container7 .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }

  .part3 .comm {
    width: 95% !important;
  }

  .part3 .comm .commbt {
    flex-direction: column !important;
  }

  .part3 .comm .commbt .bt-left {
    width: 100% !important;
  }

  .part3 .comm .commbt .bt-right {
    width: 100% !important;
  }

  .part3 .ln {
    width: 95% !important;
  }

  .part3 .ln .lnlist {
    flex-direction: column !important;
  }

  .part3 .ln .lnlist .left {
    width: 100% !important;
    font-size: 1.15rem !important;
    letter-spacing: 0rem !important;
    font-weight: bold !important;
  }

  .part3 .ln .lnlist .right {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    margin: 5% 0 0 0 !important;
  }

  .part3 .ln .lnlist .right img {
    width: 80% !important;

  }

  .part4 .comm {
    width: 95% !important;
  }

  .part4 .comm .commbt {
    flex-direction: column !important;
  }

  .part4 .comm .commbt .bt-left {
    width: 100% !important;
  }

  .part4 .comm .commbt .bt-right {
    width: 100% !important;
  }

  .part4 .fz {
    width: 95% !important;
  }

  .part4 .fz .fzlist .item {
    justify-content: space-between !important;
  }

  .part4 .fz .fzlist .item .left {
    width: 0 !important;
  }

  .part4 .fz .fzlist .item .center {
    width: 10% !important;
  }

  .part4 .fz .fzlist .item .center img:nth-child(1) {
    width: 100% !important;
  }

  .part4 .fz .fzlist .item .center img:nth-child(2) {
    width: 30% !important;
  }

  .part4 .fz .fzlist .item .right {
    width: 85% !important;
  }

  .part4 .fz .fzlist .item:nth-child(2n) {
    flex-direction: row !important;
  }

  .part4 .fz .fzlist .item .right p:nth-child(1) {
    font-size: 1.0rem !important;
    font-weight: bold !important;
    line-height: 2rem !important;
  }

  .part4 .fz .fzlist .item .right p:nth-child(2) {
    font-size: 0.9rem !important;
  }




}


@media screen and (min-width:1000px) {

  .wpabanner {
    display: none;
  }

  .swiper-container.swiper-container5 {
    display: none;
  }

  .swiper-container.swiper-container6 {
    display: none;
  }

  .swiper-container.swiper-container7 {
    display: none;
  }
}

@media screen and (min-width:1000px) and (max-width:1900px) {
  .part1 {
    background-position: 80% !important;
  }

  .part2 .comm .commbt .bt-left {
    width: 25% !important;
  }

  .part3 .comm .commbt .bt-left {
    width: 25% !important;
  }

  .part3 .ln .lnlist .left {
    width: 80% !important;
    font-size: 1.4rem !important;
    letter-spacing: 1.0rem !important;
  }

  .part4 .comm .commbt .bt-left {
    width: 25% !important;
  }
  .part2 .comm .commbt .bt-right .logoimg .item{
      width: 40% !important;
  }
}

/* banner */
.aboutbanner {
  width: 100%;
}

.aboutbanner img {
  width: 100%;
}

/* 第一部分 */
.part1 {
  width: 100%;
  /*height: 800px;*/
  background-image: url('/template/resources/web/img/about-part1.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.part1 .content {
  width: 80%;
  margin: auto;
  padding: 5% 0 15% 0;
}

.part1 .content .list {
  display: flex;
  flex-direction: column;
  /* border: 1px solid #000; */
}

.part1 .content .list .item1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;

}

.part1 .content .list .item1 span:nth-child(1) img {
  width: 80%;
}

.part1 .content .list .item1 span:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 1.4rem;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
}

.part1 .content .list .item2 {
  width: 88%;
  display: flex;
  flex-direction: column;
  margin: 1% 0 0 0;
}

.part1 .content .list .item2 p {
  font-size: 1.0rem;
  line-height: 2.5rem;
  color: rgba(0, 0, 0, 1);
  letter-spacing: 2px;
  margin: 3% 0 0 0;
}

/* 第二部分 */
.part2 {
  width: 100%;
  background: #ffffff;
  /* height: 800px; */
  /* background-image: url('/template/resources/web/img/part1.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; */
}

.part2 .comm {
  width: 80%;
  margin: auto;
}

.part2 .comm .commbt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 5% 0 0 0;
}

.part2 .comm .commbt .bt-left {
  width: 20%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.part2 .comm .commbt .bt-left .line {
  position: relative;
}

.part2 .comm .commbt .bt-left .line::before {
  color: rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
}

.part2 .comm .commbt .bt-left .line::after {
  color: rgba(219, 38, 29, 1);
  background: rgba(219, 38, 29, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 35px;
}

.part2 .comm .commbt .bt-left .wz {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 5%;
}

.part2 .comm .commbt .bt-left .wz p:nth-child(1) {
  font-size: 1.5rem;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;

}

.part2 .comm .commbt .bt-left .wz p:nth-child(2) {
  font-size: 1.5rem;
  color: rgba(153, 153, 153, 1);
  font-style: italic;
  margin: 10% 0 0 0;
}

.part2 .comm .commbt .bt-right {
  width: 80%;
  display: flex;
  flex-direction: column;
}

.part2 .comm .commbt .bt-right .line2 {
  width: 100%;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}


.part2 .comm .commbt .bt-right .logoimg {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 3.5% 0 0 0;
}

.part2 .comm .commbt .bt-right .logoimg .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* border: 1px solid #000; */
  width: 30%;
}

.part2 .comm .commbt .bt-right .logoimg .item span {
  font-size: 1.2rem;
  color: rgba(51, 51, 51, 1);
  font-weight: normal;
}

.part2 .comm .commbt .bt-right .logoimg .item span:hover {
  cursor: pointer;
}

.part2 .comm .commbt .bt-right .logoimg .item .on {
  color: rgba(0, 85, 255, 1);
  font-weight: bold;
}

.part2 .imglist {
  width: 80%;
  margin: auto;
  /* height: 300px; */
  /* border: 1px solid #000; */
}

.part2 .imglist .list1 {
  /* color: #000;
  border: 1px solid rgb(212, 14, 14); */
  margin: 3% 0 5% 0;
  padding: 3% 0 3% 0;
}

.part2 .imglist .list2 {
  /* display: none; */
  margin: 3% 0 5% 0;
  padding: 3% 0 3% 0;
}

.part2 .imglist .list3 {
  /* display: none; */
  margin: 3% 0 5% 0;
  padding: 3% 0 3% 0;
}

/* 证书第一组 */

.part2 .imglist .list1 .swiper-container4 {
  width: 100%;
  height: 100%;

}

.part2 .imglist .list1 .swiper-container4 .swiper-pagination1 {
  position: relative;
  padding: 2% 0 0 0;
}

.part2 .imglist .list1 .swiper-container4 .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.part2 .imglist .list1 .swiper-container4 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

.part2 .imglist .list1 .swiper-container4 .swiper-wrapper .swiper-slide img:hover {
  cursor: pointer;
}

.part2 .imglist .list1 .swiper-container4 .swiper-pagination1 .swiper-pagination-bullet-active {
  background: #007aff !important;
}

.part2 .imglist .list1 .swiper-container4 .swiper-pagination1 .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.7) !important;
}

.part2 .imglist .list1 .swiper-container4 .swiper-pagination1 .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0 !important;
}

/* 资质认证 */
.part2 .imglist .list2 .swiper-container2 {
  width: 100%;
  height: 100%;

}

.part2 .imglist .list2 .swiper-container2 .swiper-pagination2 {
  position: relative;
  padding: 2% 0 0 0;
}

.part2 .imglist .list2 .swiper-container2 .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.part2 .imglist .list2 .swiper-container2 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

.part2 .imglist .list2 .swiper-container2 .swiper-wrapper .swiper-slide img:hover {
  cursor: pointer;
}

.part2 .imglist .list2 .swiper-container2 .swiper-pagination2 .swiper-pagination-bullet-active {
  background: #007aff !important;
}

.part2 .imglist .list2 .swiper-container2 .swiper-pagination2 .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.7) !important;
}

.part2 .imglist .list2 .swiper-container2 .swiper-pagination2 .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0 !important;
}

/* 帝凯荣誉 */
.part2 .imglist .list3 .swiper-container3 {
  width: 100%;
  height: 100%;

}

.part2 .imglist .list3 .swiper-container3 .swiper-pagination3 {
  position: relative;
  padding: 2% 0 0 0;
}

.part2 .imglist .list3 .swiper-container3 .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.part2 .imglist .list3 .swiper-container3 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

.part2 .imglist .list3 .swiper-container3 .swiper-wrapper .swiper-slide img:hover {
  cursor: pointer;
}

.part2 .imglist .list3 .swiper-container3 .swiper-pagination3 .swiper-pagination-bullet-active {
  background: #007aff !important;
}

.part2 .imglist .list3 .swiper-container3 .swiper-pagination3 .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.7) !important;
}

.part2 .imglist .list3 .swiper-container3 .swiper-pagination3 .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0 !important;
}

/* 第三部分 */
.part3 {
  width: 100%;
  background: rgba(250, 250, 250, 0.9);
  /* height: 800px; */
  /* background-image: url('/template/resources/web/img/part1.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; */
}

.part3 .comm {
  width: 80%;
  margin: auto;
}

.part3 .comm .commbt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 5% 0 0 0;
}

.part3 .comm .commbt .bt-left {
  width: 20%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.part3 .comm .commbt .bt-left .line {
  position: relative;
}

.part3 .comm .commbt .bt-left .line::before {
  color: rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
}

.part3 .comm .commbt .bt-left .line::after {
  color: rgba(219, 38, 29, 1);
  background: rgba(219, 38, 29, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 35px;
}

.part3 .comm .commbt .bt-left .wz {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 5%;
}

.part3 .comm .commbt .bt-left .wz p:nth-child(1) {
  font-size: 1.5rem;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;

}

.part3 .comm .commbt .bt-left .wz p:nth-child(2) {
  font-size: 1.5rem;
  color: rgba(153, 153, 153, 1);
  font-style: italic;
  margin: 10% 0 0 0;
}

.part3 .comm .commbt .bt-right {
  width: 80%;
  display: flex;
  flex-direction: column;
}

.part3 .comm .commbt .bt-right .line2 {
  width: 100%;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.part3 .ln {
  width: 80%;
  margin: auto;
}

.part3 .ln .lnlist {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 5% 0 10% 0;
}

.part3 .ln .lnlist .left {
  width: 70%;
  font-size: 1.6rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 1);
  letter-spacing: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.part3 .ln .lnlist .right {
  width: 30%;
}

.part3 .ln .lnlist .right img {
  width: 100%;
}


/* 第四部分 */
.part4 {
  width: 100%;
  background: rgba(255, 255, 255, 1);
  /* height: 800px; */
  /* background-image: url('/template/resources/web/img/part1.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; */
}

.part4 .comm {
  width: 80%;
  margin: auto;
}

.part4 .comm .commbt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 5% 0 0 0;
}

.part4 .comm .commbt .bt-left {
  width: 20%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.part4 .comm .commbt .bt-left .line {
  position: relative;
}

.part4 .comm .commbt .bt-left .line::before {
  color: rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
}

.part4 .comm .commbt .bt-left .line::after {
  color: rgba(219, 38, 29, 1);
  background: rgba(219, 38, 29, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 35px;
}

.part4 .comm .commbt .bt-left .wz {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 5%;
}

.part4 .comm .commbt .bt-left .wz p:nth-child(1) {
  font-size: 1.5rem;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;

}

.part4 .comm .commbt .bt-left .wz p:nth-child(2) {
  font-size: 1.5rem;
  color: rgba(153, 153, 153, 1);
  font-style: italic;
  margin: 10% 0 0 0;
}

.part4 .comm .commbt .bt-right {
  width: 80%;
  display: flex;
  flex-direction: column;
}

.part4 .comm .commbt .bt-right .line2 {
  width: 100%;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.part4 .fz {
  width: 80%;
  margin: auto;
  /* border: 1px solid #000; */
}

.part4 .fz .fzlist {
  display: flex;
  flex-direction: column;
  margin: 5% 0 10% 0;
}

.part4 .fz .fzlist .item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  /* border: 1px solid #007aff; */
  margin: 1% 0 0 0;
}

.part4 .fz .fzlist .item:nth-child(2n) {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}

.part4 .fz .fzlist .item:nth-child(2n) .right p:nth-child(1) {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.part4 .fz .fzlist .item:last-child .center img:nth-child(2) {

  display: none;
}

.part4 .fz .fzlist .item .left {
  width: 42.5%;
}

.part4 .fz .fzlist .item .center {
  width: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.part4 .fz .fzlist .item .right {
  width: 42.5%;
}

.part4 .fz .fzlist .item .right p:nth-child(1) {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 1);
  line-height: 2.5rem;
  letter-spacing: 2px;
}

.part4 .fz .fzlist .item .right p:nth-child(2) {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 1);
  line-height: 2.0rem;
  letter-spacing: 2px;
}