@import "common.css";

.zsection1 {
  position: relative;
}
.zsection1::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/in-bgm1.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.zsection1 .ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.55rem;
}
.zsection1 .li {
  position: relative;
  width: 23.5%;
  margin-right: 2%;
  padding: 20px 30px;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 11px 82px 5px rgba(129, 132, 138, 0.14);
  box-shadow: 3px 11px 82px 5px rgba(129, 132, 138, 0.14);
  border-radius: 10px;
}
.zsection1 .li:last-child {
  margin-right: 0px;
}
.zsection1 .li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 3px;
  background-color: #f87312;
  border-radius: 3px 3px 0px 0px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.zsection1 .li::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fe4b08), to(#f59c36)), -webkit-gradient(linear, left top, left bottom, from(#f47112), to(#f47112));
  background-image: linear-gradient(90deg, #fe4b08 0%, #f59c36 100%), linear-gradient(#f47112, #f47112);
  background-blend-mode: normal, normal;
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  height: 0px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.zsection1 .li:hover::after {
  height: 46px;
}
.zsection1 .li:hover .iconBox {
  background-color: #ffffff;
}
.zsection1 .iconBox {
  position: relative;
  overflow: hidden;
  width: 47px;
  height: 47px;
  background-color: #f9f0e9;
  border-radius: 4px;
  z-index: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.zsection1 .font {
  position: relative;
  z-index: 1;
}
.zsection1 .font .tit {
  font-size: 21px;
  font-family: "Gilroy-Bold";
  line-height: 1.43;
  color: #333333;
  margin: 10px 0;
}
.zsection1 .font .dec {
  font-size: 17px;
  line-height: 1.59;
  color: #666666;
}
.zsection1 .moreBtn {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 1599px) {
  .zsection1 .font .tit {
    font-size: 19px;
  }
  .zsection1 .font .dec {
    font-size: 16px;
  }
}
@media screen and (max-width: 1359px) {
  .zsection1 .li {
    padding: 20px;
  }
  .zsection1 .iconBox {
    width: 40px;
    height: 40px;
  }
  .zsection1 .iconBox img {
    max-width: 26px;
  }
  .zsection1 .font .tit {
    font-size: 18px;
  }
  .zsection1 .font .dec {
    font-size: 15px;
  }
}
@media screen and (max-width: 1151px) {
  .zsection1 .li {
    width: 49%;
    margin-top: 2%;
  }
  .zsection1 .li:nth-child(2n) {
    margin-right: 0px;
  }
  .zsection1 .ul {
    margin-top: 10px;
  }
}
@media screen and (max-width: 980px) {
  .zsection1 .li {
    width: 48.5%;
    margin-right: 3%;
    margin-top: 3%;
  }
  .zsection1 .li:nth-child(3n) {
    margin-right: 3%;
  }
  .zsection1 .li:nth-child(2n) {
    margin-right: 0px;
  }
  .zsection1 .font .tit {
    font-size: 17px;
  }
  .zsection1 .ul {
    margin-top: 0px;
  }
}
@media screen and (max-width: 640px) {
  .zsection1 .li,
  .zsection1 .li:nth-child(3n) {
    width: 100%;
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 15px;
  }
  .zsection1 .li::before {
    display: none;
  }
  .zsection1 .iconBox {
    width: 36px;
    height: 36px;
    margin-top: 5px;
  }
  .zsection1 .font {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px;
  }
  .zsection1 .iconBox img {
    max-width: 23px;
  }
  .zsection1 .font .tit {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .zsection1 .font .dec {
    font-size: 15px;
  }
  .zsection1 .moreBtn {
    margin-top: 25px;
  }
  .zsection1 .in_tit {
    text-align: left;
  }
  .zsection1 .li::after {
    display: none;
  }
  .zsection1 .li:hover .iconBox {
    background-color: #f9f0e9;
  }
  .zsection1 .li {
    padding: 20px 15px;
  }
}
.zsection2 {
  position: relative;
  overflow: hidden;
  background: url(../images/in-bgm2.png) no-repeat center bottom;
  background-size: cover;
}
.zsection2 .iconBox {
  position: relative;
  width: 126px;
  height: 126px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(149, 146, 141, 0.15);
  box-shadow: 0px 9px 54px 0px rgba(149, 146, 141, 0.15);
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin: 0 auto;
}
.zsection2 .iconBox .himg {
  opacity: 0;
}
.zsection2 .iconBox img {
  -webkit-transition: none;
  transition: none;
}
.zsection2 .tabBox {
  position: relative;
  margin-top: 0.55rem;
}
.zsection2 .tabBox::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 40px;
  width: 1140px;
  height: 50px;
  background: url(../images/in-line1.png) no-repeat center;
  background-size: 100%;
}
.zsection2 .tli {
  position: relative;
  width: 16.66666%;
  cursor: pointer;
}
.zsection2 .tli.active .iconBox {
  background-image: -webkit-gradient(linear, left top, right top, from(#fe4b08), to(#f59c36));
  background-image: linear-gradient(90deg, #fe4b08 0%, #f59c36 100%);
  -webkit-box-shadow: 0px 9px 54px 0px rgba(149, 146, 141, 0.15);
  box-shadow: 0px 9px 54px 0px rgba(149, 146, 141, 0.15);
}
.zsection2 .tli.active .iconBox .img {
  opacity: 0;
}
.zsection2 .tli.active .iconBox .himg {
  opacity: 1;
}
.zsection2 .tli.active .txt {
  color: #f87312;
}
.zsection2 .tli:hover .txt {
  color: #f87312;
}
.zsection2 .tli .txt {
  font-family: Gilroy-Bold;
  font-size: 18px;
  text-align: center;
  color: #333333;
  margin-top: 20px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.zsection2 .swiper-container {
  width: 100%;
  margin-top: 0.6rem;
  margin-bottom: 40px;
}
.zsection2 .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
.zsection2 .font {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  padding: 25px 40px;
  background: url(../images/in-bgm3.png) no-repeat center;
  background-size: cover;
}
.zsection2 .font .tit {
  font-size: 20px;
  color: #ffffff;
  display: none;
  margin-bottom: 10px;
}
.zsection2 .font .dec {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.67;
  padding-right: 1rem;
}
.zsection2 .swiper-pagination, .zsection2 .swiper-button-next, .zsection2 .swiper-button-prev {
  display: none;
}
.zsection2 .moreBtn {
  text-align: center;
}

@media screen and (max-width: 1599px) {
  .zsection2 .iconBox {
    width: 100px;
    height: 100px;
  }
  .zsection2 .tli .iconBox img {
    max-width: 36px;
  }
  .zsection2 .tabBox::before {
    width: 1050px;
    top: 25px;
  }
  .zsection2 .font .dec {
    font-size: 16px;
  }
}
@media screen and (max-width: 1359px) {
  .zsection2 .iconBox {
    width: 80px;
    height: 80px;
  }
  .zsection2 .tli .iconBox img {
    max-width: 34px;
  }
  .zsection2 .tli .txt {
    font-size: 17px;
  }
  .zsection2 .tabBox::before {
    width: 920px;
    top: 10px;
  }
}
@media screen and (max-width: 1151px) {
  .zsection2 .iconBox {
    width: 60px;
    height: 60px;
  }
  .zsection2 .tli .iconBox img {
    max-width: 30px;
  }
  .zsection2 .tli .txt {
    font-size: 16px;
  }
  .zsection2 .tabBox::before {
    width: 850px;
    top: 6px;
  }
  .zsection2 .swiper-container {
    width: 100%;
    padding-bottom: 40px;
  }
  .zsection2 .font {
    padding: 20px 30px;
  }
  .zsection2 .iconBox,
  .zsection2 .tabBox::before {
    display: none;
  }
  .zsection2 .tabList {
    padding-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .zsection2 .tabBox {
    width: 1280px;
    margin-top: 30px;
  }
  .zsection2 .tli {
    width: auto;
    margin-right: 3.5%;
  }
  .zsection2 .tli:last-child {
    margin-right: 0px;
  }
  .zsection2 .tli .txt {
    width: 100%;
    text-align: left;
    margin-top: 0px;
  }
  .zsection2 .swiper-pagination,
  .zsection2 .font .tit {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .zsection2 .imgBox img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .zsection2 .swiper-slide {
    border-radius: 10px;
  }
}
@media screen and (max-width: 640px) {
  .zsection2 .in_tit {
    text-align: left;
  }
  .zsection2 .swiper-container {
    padding-bottom: 30px;
    margin-top: 16px;
    margin-bottom: 20px;
  }
  .zsection2 .font {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 20px;
  }
  .zsection2 .imgBox img {
    height: 200px;
  }
  .zsection2 .font .dec {
    font-size: 15px;
    padding-right: 0px;
    min-height: 126px;
  }
  .zsection2 .font .tit {
    font-size: 18px;
  }
  .zsection2 .tabBox {
    margin-top: 15px;
  }
  .zsection2 .tabList {
    padding-bottom: 10px;
  }
  .zsection2 .tli {
    margin-right: 2%;
  }
}
.zsection3 {
  position: relative;
  overflow: hidden;
}
.zsection3 .in_tit .tit, .zsection3 .in_tit .dec {
  color: #ffffff;
}
.zsection3 .btit {
  font-family: Gilroy-Bold;
  font-size: 26px;
  color: #fff;
  text-align: center;
}
.zsection3 .bdec {
  font-size: 18px;
  line-height: 1.67;
  color: #fff;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 35px;
}
.zsection3 .videobox {
  position: relative;
  width: 124px;
  height: 124px;
  margin: 25px auto 20px auto;
  display: block;
  border-radius: 50%;
  z-index: 2;
}
.zsection3 .videobox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(248, 115, 18, 0.2);
  border-radius: 50%;
}
.zsection3 .videobox .icon_bofang {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 50%;
  width: 84px;
  height: 84px;
  line-height: 84px;
  background: rgba(248, 115, 18, 0.3);
  font-size: 34px;
  text-align: center;
  color: #fff;
}
.zsection3 .videobox .icon_bofang::before {
  display: block;
}
.zsection3 .bg_video {
  position: relative;
  width: 100%;
  height: 730px;
  -o-object-fit: fill;
  object-fit: fill;
  display: block;
}
.zsection3 .bg_video::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.zsection3 .bg_video .vi {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.zsection3 .top {
  position: absolute;
  width: 57%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.zsection3 .sbg_video {
  position: relative;
  overflow: hidden;
  display: none;
  margin-top: 15px;
}
.zsection3 .sbg_video::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.zsection3 .moreBtn {
  text-align: center;
}

@media screen and (max-width: 1599px) {
  .zsection3 .top {
    width: 68%;
  }
  .zsection3 .btit {
    font-size: 24px;
  }
  .zsection3 .bdec {
    font-size: 16px;
  }
  .zsection3 .videobox {
    width: 100px;
    height: 100px;
  }
  .zsection3 .videobox .icon_bofang {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 26px;
  }
}
@media screen and (max-width: 1359px) {
  .zsection3 .btit {
    font-size: 22px;
  }
  .zsection3 .top {
    width: 80%;
  }
  .zsection3 .videobox {
    width: 80px;
    height: 80px;
  }
  .zsection3 .videobox .icon_bofang {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
  }
  .zsection3 .bg_video {
    height: 580px;
  }
}
@media screen and (max-width: 1151px) {
  .zsection3 .top {
    width: 90%;
  }
  .zsection3 .bg_video {
    height: 560px;
  }
}
@media screen and (max-width: 980px) {
  .zsection3 .bg_video {
    height: 600px;
  }
  .zsection3 .bdec {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 640px) {
  .zsection3 .top {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    margin: 0 auto;
  }
  .zsection3 .in_tit,
  .zsection3 .bdec,
  .zsection3 .btit {
    text-align: left;
  }
  .zsection3 .in_tit .tit,
  .zsection3 .btit {
    color: #222222;
  }
  .zsection3 .in_tit .dec,
  .zsection3 .bdec {
    color: #666666;
  }
  .zsection3 {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .zsection3 .bg_video,
  .zsection3 .videobox {
    display: none;
  }
  .zsection3 .sbg_video,
  .zsection3 .sbg_video .videobox {
    display: block;
  }
  .zsection3 .sbg_video .videobox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0px auto;
  }
  .zsection3 .sbg_video img {
    height: 220px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .zsection3 .videobox {
    width: 60px;
    height: 60px;
  }
  .zsection3 .videobox .icon_bofang {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .zsection3 .bdec {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .zsection3 .btit {
    font-size: 18px;
    margin-top: 20px;
  }
}
.numBox {
  position: relative;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, right top, from(#f87312), to(#ffa627)), -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: linear-gradient(90deg, #f87312 0%, #ffa627 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  padding: 60px 0;
}
.numBox .nli {
  position: relative;
}
.numBox .iconBox {
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.numBox .font {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}
.numBox .font .num {
  font-family: Gilroy-Bold;
  font-size: 0.7rem;
  line-height: 1;
  color: #fff;
}
.numBox .font .ndec {
  font-size: 18px;
  color: #fff;
}

@media screen and (max-width: 1599px) {
  .numBox .font .ndec {
    font-size: 16px;
  }
}
@media screen and (max-width: 1359px) {
  .numBox .iconBox {
    width: 46px;
    height: 46px;
  }
}
@media screen and (max-width: 1151px) {
  .numBox .iconBox {
    width: 40px;
    height: 40px;
  }
  .numBox .font {
    padding-left: 10px;
  }
  .numBox .font .num {
    font-size: 32px;
  }
}
@media screen and (max-width: 980px) {
  .numBox {
    padding: 20px 0 45px 0;
  }
  .numBox .w1400 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .numBox .nli {
    width: 33.333%;
    margin-top: 25px;
  }
  .numBox .iconBox {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 640px) {
  .numBox .nli {
    width: 50%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .numBox .font {
    width: 100%;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    padding-left: 0px;
    margin-top: 15px;
  }
  .numBox .font .num {
    font-size: 26px;
  }
  .numBox .font .ndec {
    font-size: 15px;
    margin-top: 5px;
  }
  .numBox .iconBox {
    width: 30px;
    height: 30px;
  }
}
.zsection4 {
  position: relative;
  overflow: hidden;
  background: url(../images/in-bgm6.png) no-repeat center;
  background-size: cover;
}
.zsection4 .swiper-container {
  overflow: visible;
  margin: 40px auto;
}
.zsection4 .swiper-wrapper:hover .swiper-slide {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
  -webkit-filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
  filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
}
.zsection4 .swiper-wrapper .swiper-slide:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-filter: initial;
  filter: initial;
  -webkit-filter: progid:dximagetransform.microsoft.basicimage(grayscale=0);
  filter: progid:dximagetransform.microsoft.basicimage(grayscale=0);
}
.zsection4 .imgBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 110px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(148, 146, 142, 0.15);
  box-shadow: 0px 9px 54px 0px rgba(148, 146, 142, 0.15);
  border-radius: 6px;
}
.zsection4 .imgBox img {
  padding: 15%;
}
.zsection4 .swiper-pagination {
  display: none;
}
.zsection4 .moreBtn {
  text-align: center;
}

@media screen and (max-width: 1359px) {
  .zsection4 .swiper-container {
    margin-top: 25px;
  }
  .zsection4 .imgBox {
    height: 100px;
  }
}
@media screen and (max-width: 1151px) {
  .zsection4 .imgBox {
    height: 85px;
  }
}
@media screen and (max-width: 980px) {
  .zsection4 .swiper-container {
    overflow: hidden;
    padding-bottom: 40px;
  }
  .zsection4 .imgBox {
    -webkit-box-shadow: 0px 9px 54px 0px rgba(148, 146, 142, 0);
    box-shadow: 0px 9px 54px 0px rgba(148, 146, 142, 0);
    border: 1px solid rgba(148, 146, 142, 0.15);
  }
  .zsection4 .imgBox {
    height: 75px;
  }
  .zsection4 .imgBox img {
    max-height: 120%;
  }
  .zsection4 .swiper-pagination {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .zsection4 .swiper-container {
    padding-bottom: 30px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .zsection4 .imgBox {
    height: 90px;
  }
}
.zsection5 {
  position: relative;
  overflow: hidden;
  background: url(../images/in-bgm4.jpg) no-repeat center;
  background-size: cover;
}
.zsection5 .moreBtn {
  text-align: center;
}
.zsection5 .swiper-container {
  margin: 40px auto;
}
.zsection5 .swiper-slide {
  padding: 30px 30px 25px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 46px 0px rgba(163, 163, 163, 0.1);
  box-shadow: 0px 0px 46px 0px rgba(163, 163, 163, 0.1);
  overflow: hidden;
}
.zsection5 .swiper-slide::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0%;
  height: 4px;
  background-color: #f87312;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.zsection5 .swiper-slide:hover::before {
  width: 100%;
  right: auto;
  left: 0px;
}
.zsection5 .imgBox {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  margin-bottom: 25px;
}
.zsection5 .txt {
  font-size: 18px;
  text-align: center;
  color: #333333;
  padding-top: 20px;
  border-top: 1px solid rgba(51, 51, 51, 0.07);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.zsection5 .swiper-pagination {
  display: none;
}

@media screen and (max-width: 1599px) {
  .zsection5 .swiper-slide {
    padding: 25px;
  }
  .zsection5 .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1359px) {
  .zsection5 .imgBox {
    height: 240px;
  }
  .zsection5 .imgBox img {
    max-width: 170px;
  }
  .zsection5 .swiper-container {
    margin-top: 25px;
  }
  .zsection5 .txt {
    font-size: 15px;
  }
  .zsection5 .swiper-slide {
    padding: 20px;
  }
}
@media screen and (max-width: 1151px) {
  .zsection5 .swiper-pagination {
    display: block;
  }
  .zsection5 .swiper-container {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .zsection5 .swiper-container {
    margin-top: 15px;
    margin-bottom: 25px;
    padding-bottom: 30px;
  }
  .zsection5 .txt {
    font-size: 15px;
    padding-top: 16px;
  }
  .zsection5 .imgBox {
    margin-bottom: 20px;
  }
}
.zsection6 {
  position: relative;
  z-index: 5;
}
.zsection6 .ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.16rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.zsection6 .li {
  width: 48.5%;
  position: relative;
  margin-right: 3%;
  margin-top: 2.5%;
  cursor: pointer;
}
.zsection6 .li:nth-child(2n) {
  margin-right: 0px;
}
.zsection6 .li.active .titBox {
  opacity: 0;
}
.zsection6 .li.active .decBox .titBox {
  opacity: 1;
}
.zsection6 .li.active .decBox .titBox .tit, .zsection6 .li.active .decBox .titBox .icon_jiahao {
  color: #f87312;
}
.zsection6 .titBox {
  padding: 24px 25px;
  background-color: #f5f5f5;
  border-radius: 10px;
  border: 1px solid #f5f5f5;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.zsection6 .titBox .tit {
  font-family: "Gilroy-Bold";
  font-size: 18px;
  color: #232e34;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.zsection6 .titBox .icon_jiahao {
  position: relative;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #232e34;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-top: 4px;
}
.zsection6 .decBox {
  position: absolute;
  width: 100%;
  z-index: 5;
  top: 0%;
  left: 0px;
  background: #fff;
  padding: 25px;
  display: none;
  border: 1px solid #f87312;
  border-radius: 10px;
}
.zsection6 .decBox .titBox {
  padding: 0px;
  background: transparent;
  border: none;
}
.zsection6 .decBox .titBox .tit {
  text-overflow: inherit;
  white-space: break-spaces;
}
.zsection6 .decBox .dec {
  font-family: "Gilroy-Medium";
  font-size: 16px;
  line-height: 1.625;
  color: #777;
  margin-top: 10px;
  max-height: 185px;
  overflow-x: hidden;
  overflow-y: auto;
}
.zsection6 .decBox .dec span {
  font-family: "Gilroy-Bold";
  color: #f87312;
}

@media screen and (max-width: 1359px) {
  .zsection6 .titBox,
  .zsection6 .decBox {
    padding: 22px;
  }
  .zsection6 .ul {
    margin-top: 10px;
  }
}
@media screen and (max-width: 980px) {
  .zsection6 .li {
    width: 100%;
    margin-right: 0px;
  }
  .zsection6 .titBox, .zsection6 .decBox {
    padding: 18px;
  }
  .zsection6 .decBox {
    position: relative;
    top: auto;
    left: auto;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0px;
  }
  .zsection6 .titBox {
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0px;
  }
  .zsection6 .li.active .titBox {
    opacity: 1;
  }
  .zsection6 .decBox .titBox {
    display: none;
  }
  .zsection6 .li {
    padding: 23px 25px;
    background-color: #f5f5f5;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .zsection6 .li.active {
    border: solid 1px #f87312;
    background-color: #fff;
  }
}
@media screen and (max-width: 640px) {
  .zsection6 .in_tit {
    text-align: left;
  }
  .zsection6 .titBox {
    padding: 15px;
  }
  .zsection6 .titBox .tit {
    font-size: 16px;
  }
  .zsection6 .li {
    padding: 15px;
    margin-top: 15px;
  }
  .zsection6 .decBox .dec {
    font-size: 15px;
    max-height: 200px;
  }
  .zsection6 .ul {
    margin-top: 5px;
  }
  .zsection6 .titBox,
  .zsection6 .decBox {
    padding: 0px;
  }
}
.zsection7 {
  position: relative;
  overflow: hidden;
  padding: 60px 0 70px 0;
  border-bottom-left-radius: 50px;
  background: url(../images/in-bgm5.jpg) no-repeat center;
  background-size: cover;
}
.zsection7 .in_tit .tit {
  color: #fff;
}
.zsection7 label.error {
  color: #fff;
}

.form {
  margin-top: 30px;
}
.form .liBox {
  position: relative;
  margin-right: 2%;
}
.form .liBox:last-child {
  margin-right: 0px;
  background: transparent;
  width: auto;
}
.form .li {
  position: relative;
  width: 240px;
  border-radius: 29px;
  background: rgba(255, 255, 255, 0.9);
}
.form .li input, .form .li textarea {
  width: 100%;
  height: 58px;
  display: block;
  font-size: 16px;
  color: #999999;
  padding: 15px 30px;
  border-radius: 29px;
}
.form .moreBox {
  line-height: 58px;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(#000000)), -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: linear-gradient(90deg, #000000 0%, #000000 100%), linear-gradient(#000000, #000000);
  border-radius: 29px;
}
.form .moreBox:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#f87312), to(#f87312)), -webkit-gradient(linear, left top, left bottom, from(#f87312), to(#f87312));
  background-image: linear-gradient(90deg, #f87312 0%, #f87312 100%), linear-gradient(#f87312, #f87312);
  background-blend-mode: normal, normal;
}

@media screen and (max-width: 1359px) {
  .zsection7 {
    padding: 50px 0 60px 0;
  }
  .form .li input, .form .li textarea {
    height: 54px;
  }
  .form .moreBox {
    line-height: 54px;
  }
  .form {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1151px) {
  .form .li {
    width: 300px;
  }
}
@media screen and (max-width: 980px) {
  .form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form .li,
  .form .liBox {
    width: 100%;
  }
  .form .liBox:last-child {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form .liBox {
    margin-top: 20px;
    margin-right: 0px;
  }
  .form .liBox:first-child {
    margin-top: 0px;
  }
  .zsection7 .in_tit {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .form .liBox {
    margin-top: 15px;
    justify-content: center;
  }
  .form .li input, .form .li textarea {
    height: 46px;
  }
  .zsection7 {
    padding: 35px 0 40px 0;
    border-bottom-left-radius: 0px;
  }
  .form .moreBox {
    line-height: 46px;
  }
}
.popupBox .form {
  padding: 0.7rem 1rem !important;
  margin-top: 0px !important;
  border-radius: 20px;
  overflow: hidden;
}
.popupBox .moreBox {
  background-image: -webkit-gradient(linear, left top, right top, from(#fe4b08), to(#f59c36)), -webkit-gradient(linear, left top, left bottom, from(#f87311), to(#f87311));
  background-image: linear-gradient(90deg, #fe4b08 0%, #f59c36 100%), linear-gradient(#f87311, #f87311);
  background-blend-mode: normal, normal;
  line-height: 50px;
}
.popupBox .liBox {
  margin-top: 25px;
  margin-right: 0px !important;
}
.popupBox .liBox:first-child {
  margin-top: 0px;
}
.popupBox .li {
  background-color: #f6f7f7;
  width: 100% !important;
  border-radius: 20px;
}
.popupBox .li input {
  height: 50px;
  padding: 10px 20px;
}
.popupBox .li textarea {
  height: 150px;
  padding: 10px 20px;
}

@media screen and (max-width: 1359px) {
  .popupBox .li textarea {
    height: 130px;
  }
  .popupBox .liBox {
    margin-top: 18px;
  }
  .popupBox .close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: -10px;
    right: -10px;
  }
  .popupBox .poplist {
    max-width: 60%;
  }
  .popupBox .form {
    padding: 0.8rem 1rem !important;
  }
}
@media screen and (max-width: 980px) {
  .popupBox .poplist {
    max-width: 85%;
  }
}
@media screen and (max-width: 640px) {
  .popupBox .poplist {
    max-width: 90%;
  }
  .popupBox .form {
    padding: 0.8rem 0.5rem !important;
    border-radius: 10px;
  }
  .form .li input, .form .li textarea {
    padding: 10px 20px;
  }
  .popupBox .liBox {
    margin-top: 15px;
  }
  .popupBox .li textarea {
    height: 110px;
  }
}
.section1 {
  position: relative;
  overflow: hidden;
  background: url(../images/in-bgm7.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.section1 .left {
  width: 53%;
  padding-right: 0.3rem;
}
.section1 .left .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section1 .right {
  width: 47%;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.section1 .in_tit .tit {
  color: #fff;
}
.section1 .pymore {
  font-family: "Gilroy-Bold";
  font-size: 18px;
  color: #ffffff;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-left: 30px;
}
.section1 .pymore:hover .icon_bofang::before {
  -webkit-animation: swing 1s;
  animation: swing 1s;
}
.section1 .icon_bofang {
  position: relative;
  text-align: center;
  width: 29px;
  height: 29px;
  line-height: 29px;
  background-color: #f87312;
  border-radius: 50%;
  display: block;
  margin-left: 10px;
}
.section1 .icon_bofang::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: rgba(248, 115, 18, 0.2);
}
.section1 .icon_bofang::before {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.section1 .rli {
  position: relative;
  padding: 0.55rem 0.4rem;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.section1 .rli::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0%;
  width: 0%;
  height: 100%;
  background: url(../images/in-bgm9.png) no-repeat center;
  background-size: cover;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.section1 .rli:hover::before {
  width: 100%;
}
.section1 .rli:last-child {
  border-bottom: transparent;
}
.section1 .rli .tit {
  font-family: Gilroy-Bold;
  font-size: 22px;
  color: #ffffff;
}
.section1 .rli .dec {
  font-size: 17px;
  color: #ffffff;
  line-height: 1.59;
  margin-top: 10px;
}
.section1 .rli .iconBox {
  position: relative;
  width: 37px;
  height: 37px;
  margin-top: 8px;
}
.section1 .rli .iconBox img {
  bottom: auto;
}
.section1 .rli .font {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 12px;
}
.section1 .btnBox {
  margin-top: 50px;
  display: none;
}

@media screen and (max-width: 1599px) {
  .section1 .rli .tit {
    font-size: 20px;
  }
  .section1 .rli .dec,
  .section1 .pymore {
    font-size: 16px;
  }
}
@media screen and (max-width: 1359px) {
  .section1 .rli .tit {
    font-size: 18px;
  }
  .section1 .rli .dec {
    font-size: 15px;
  }
}
@media screen and (max-width: 1151px) {
  .section1 .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section1 .left,
  .section1 .right {
    width: 100%;
  }
  .section1 .left {
    padding-right: 0px;
  }
  .section1 {
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .section1 .right {
    border-color: transparent;
  }
  .section1 .left .btnBox {
    display: none;
  }
  .section1 .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
  }
  .section1 .rli {
    padding: 0.55rem 0rem;
  }
  .section1 .rli::before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .section1 {
    background-attachment: initial;
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .section1 .rli .tit {
    font-size: 17px;
  }
  .section1 .rli .dec, .section1 .pymore {
    font-size: 15px;
  }
  .section1 .rli .iconBox {
    width: 30px;
    height: 30px;
  }
  .section1 .rli .iconBox img {
    max-width: 28px;
    max-height: 28px;
  }
  .section1 .rli .dec {
    margin-top: 5px;
  }
  .section1 .rli {
    padding: 0.3rem 0rem;
  }
  .section1 .btnBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section1 .moreBox {
    width: 160px;
  }
  .section1 .pymore {
    margin-left: 0.35rem;
  }
  .section1 .icon_bofang {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
  }
}
.section2 {
  position: relative;
  overflow: hidden;
  background: url(../images/in-bgm8.jpg) no-repeat center;
  background-size: cover;
}
.section2 .in_tit .tit, .section2 .in_tit .dec {
  color: #fff;
}
.section2 .ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0.6rem;
  margin-top: 0.5rem;
}
.section2 .li {
  width: 25%;
  margin-right: 12.5%;
  text-align: center;
}
.section2 .li:last-child {
  margin-right: 0px;
}
.section2 .li .iconBox {
  position: relative;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ffffff;
  margin: 0 auto;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.section2 .li .tit {
  font-family: "Gilroy-Bold";
  font-size: 21px;
  color: #ffffff;
  margin-top: 20px;
}
.section2 .li .dec {
  font-size: 17px;
  color: #ffffff;
  line-height: 1.59;
  margin-top: 10px;
}
.section2 .moreBtn {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 1599px) {
  .section2 .li .tit {
    font-size: 19px;
  }
  .section2 .li .dec {
    font-size: 16px;
  }
  .section2 .li .iconBox {
    width: 70px;
    height: 70px;
  }
  .section2 .li .iconBox img {
    max-width: 40px;
    max-height: 40px;
  }
}
@media screen and (max-width: 1359px) {
  .section2 .li {
    width: 28%;
    margin-right: 8%;
  }
  .section2 .li .tit {
    font-size: 18px;
  }
  .section2 .li .dec {
    font-size: 15px;
  }
}
@media screen and (max-width: 1151px) {
  .section2 .ul {
    padding: 0px;
  }
  .section2 .li {
    width: 30%;
    margin-right: 5%;
  }
  .section2 .moreBtn {
    margin-top: 25px;
  }
  .section2 .li .tit {
    margin-top: 15px;
  }
  .section2 .li .dec {
    margin-top: 5px;
  }
}
@media screen and (max-width: 980px) {
  .section2 .li {
    width: 100%;
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .section2 .li:first-child {
    margin-top: 0px;
  }
  .section2 .li .tit {
    margin-top: 0px;
  }
  .section2 .in_tit,
  .section2 .moreBtn {
    text-align: left;
  }
  .section2 .li .font {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px;
    text-align: left;
  }
  .section2 .li .iconBox {
    width: 60px;
    height: 60px;
  }
  .section2 .li .iconBox img {
    max-width: 32px;
    max-height: 32px;
  }
  .section2 .moreBtn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .section2 {
    background-attachment: initial;
  }
  .section2 .li .tit {
    font-size: 17px;
  }
  .section2 .li .dec {
    font-size: 15px;
    line-height: 1.5;
  }
  .section2 .li .iconBox {
    width: 50px;
    height: 50px;
  }
  .section2 .li .iconBox img {
    max-width: 28px;
    max-height: 28px;
  }
  .section2 .ul {
    margin-top: 20px;
  }
}
.section3 {
  position: relative;
  overflow: hidden;
}
.section3 .ul {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 2.15rem;
  margin-top: 30px;
}
.section3 .li {
  position: relative;
  margin-right: 1.6%;
}
.section3 .li:last-child {
  margin-right: 0px;
}
.section3 .li:nth-child(4) {
  margin-top: 0.48rem;
}
.section3 .li:nth-child(4) .imgBox {
  width: 3.56rem;
  height: 3.56rem;
}
.section3 .li:nth-child(1), .section3 .li:nth-child(7) {
  margin-top: 0.72rem;
}
.section3 .li:nth-child(3), .section3 .li:nth-child(5) {
  margin-top: 1.08rem;
}
.section3 .li .imgBox {
  position: relative;
  width: 1.62rem;
  height: 1.62rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(126, 130, 135, 0.32);
  box-shadow: 0px 0px 25px 0px rgba(126, 130, 135, 0.32);
  border-radius: 10px;
  margin-top: 15%;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.section3 .li .imgBox:first-child {
  margin-top: 0px;
}
.section3 .li .imgBox img {
  max-width: 70%;
  max-height: 70%;
}
.section3 .moBox {
  background: none;
  display: none;
}

@media screen and (max-width: 1359px) {
  .section3 .li:nth-child(4) .imgBox img {
    max-width: 40%;
    max-height: 40%;
  }
}
@media screen and (max-width: 1151px) {
  .section3 .ul {
    display: none;
  }
  .section3 .moBox {
    display: block;
  }
}
.section4 {
  background: #f6f7f7;
}
.section4 .swiper-slide {
  border-radius: 10px;
}

.pcba1 {
  position: relative;
  overflow: hidden;
  background: url(../images/bgm1.jpg) no-repeat center bottom;
  background-size: cover;
}
.pcba1 .swiper-container {
  overflow: visible;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 76px 0px rgba(181, 177, 170, 0.16);
  box-shadow: 0px 0px 76px 0px rgba(181, 177, 170, 0.16);
  border-radius: 10px;
}
.pcba1 .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.45rem;
}
.pcba1 .swiper-slide {
  position: relative;
  width: 25%;
  padding: 0.45rem 0.25rem;
  border-right: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  overflow: hidden;
}
.pcba1 .swiper-slide:hover .iconBox .himg {
  opacity: 1;
}
.pcba1 .swiper-slide:hover .iconBox .img {
  opacity: 0;
}
.pcba1 .swiper-slide:hover .bgm {
  opacity: 1;
}
.pcba1 .swiper-slide:hover::before {
  opacity: 1;
}
.pcba1 .swiper-slide:hover .tit, .pcba1 .swiper-slide:hover .dec {
  color: #fff;
}
.pcba1 .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.pcba1 .swiper-slide:nth-child(1), .pcba1 .swiper-slide:nth-child(2), .pcba1 .swiper-slide:nth-child(3), .pcba1 .swiper-slide:nth-child(4) {
  border-top-color: transparent;
}
.pcba1 .swiper-slide:nth-child(4n) {
  border-right-color: transparent;
}
.pcba1 .swiper-slide .iconBox {
  position: relative;
  width: 50px;
  height: 50px;
}
.pcba1 .swiper-slide .iconBox .himg {
  opacity: 0;
}
.pcba1 .swiper-slide .tit {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.pcba1 .swiper-slide .dec {
  position: relative;
  font-size: 16px;
  line-height: 1.56;
  color: #666666;
  margin-top: 15px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.pcba1 .swiper-slide .bgm {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/bgm2.jpg) no-repeat center;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
}

@media screen and (max-width: 1599px) {
  .pcba1 .swiper-slide .iconBox {
    width: 40px;
    height: 40px;
  }
  .pcba1 .swiper-slide .tit {
    font-size: 18px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1359px) {
  .pcba1 .swiper-slide {
    width: 33.3333%;
  }
  .pcba1 .swiper-slide:nth-child(4n) {
    border-right-color: #e4e4e4;
    border-top-color: #e4e4e4;
  }
  .pcba1 .swiper-slide:nth-child(3n) {
    border-right-color: transparent;
  }
  .pcba1 .swiper-slide .dec {
    font-size: 15px;
  }
}
@media screen and (max-width: 1151px) {
  .pcba1 .swiper-slide .iconBox {
    width: 32px;
    height: 32px;
  }
  .pcba1 .swiper-slide {
    padding: 20px;
  }
}
@media screen and (max-width: 980px) {
  .pcba1 .swiper-slide {
    width: 50%;
  }
  .pcba1 .swiper-slide:nth-child(3n) {
    border-right-color: #e4e4e4;
  }
  .pcba1 .swiper-slide:nth-child(2n) {
    border-right-color: transparent;
  }
  .pcba1 .swiper-slide:nth-child(3) {
    border-top-color: #e4e4e4;
  }
}
@media screen and (max-width: 640px) {
  .pcba1 .swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .pcba1 .swiper-slide {
    border-color: transparent !important;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  .pcba1 .swiper-container {
    padding-bottom: 25px;
    overflow: hidden;
    background: transparent;
    -webkit-box-shadow: 0px 0px 76px 0px rgba(181, 177, 170, 0);
    box-shadow: 0px 0px 76px 0px rgba(181, 177, 170, 0);
  }
  .pcba1 .swiper-slide .bgm {
    z-index: auto;
  }
  .pcba1 .swiper-slide::before {
    z-index: 1;
  }
  .pcba1 .swiper-slide .titBox,
  .pcba1 .swiper-slide .dec {
    position: relative;
    z-index: 1;
  }
  .pcba1 .swiper-slide .tit {
    font-size: 16px;
  }
  .pcba1 .swiper-slide .dec {
    font-size: 15px;
  }
  .pcba1 .swiper-slide .iconBox {
    width: 28px;
    height: 28px;
  }
  .pcba1 .swiper-wrapper {
    margin-top: 15px;
  }
}
.pcba2 {
  position: relative;
  overflow: hidden;
}
.pcba2 .list {
  position: relative;
  background: url(../images/bgm3.png) no-repeat center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  padding: 0.6rem 0.46rem;
  margin-top: 0.45rem;
}
.pcba2 .list::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 70%;
  height: 100%;
  background: url(../images/bgm3_1.png) no-repeat center;
  background-size: cover;
  z-index: 2;
}
.pcba2 .left {
  position: relative;
  width: 36%;
}
.pcba2 .left .ltit {
  display: none;
}
.pcba2 .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pcba2 .right .ltit {
  color: #fff;
  text-align: center;
  margin-bottom: 0.3rem;
}
.pcba2 .iconBox {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
}
.pcba2 .sicon {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(163, 163, 163, 0.27);
  box-shadow: 0px 0px 22px 0px rgba(163, 163, 163, 0.27);
  overflow: hidden;
}
.pcba2 .lfont {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.55rem;
  padding: 5px 1rem 5px 0.65rem;
  background: #fff;
}
.pcba2 .lfont .ldec {
  font-size: 17px;
  line-height: 1.41;
  color: #555555;
}
.pcba2 .lfont .ltit {
  display: block;
}
.pcba2 .ltit {
  position: relative;
  z-index: 2;
  font-size: 22px;
  font-weight: bold;
  color: #222222;
}

@media screen and (max-width: 1679px) {
  .pcba2 .list {
    padding: 0.5rem 0.3rem;
  }
  .pcba2 .ltit {
    font-size: 20px;
  }
  .pcba2 .sicon {
    width: 90px;
    height: 90px;
  }
  .pcba2 .sicon img {
    max-width: 46px;
  }
  .pcba2 .lfont {
    padding: 5px 1rem 5px 0.65rem;
  }
  .pcba2 .lfont .ldec {
    font-size: 16px;
  }
  .pcba2 .list::before {
    width: 73%;
  }
}
@media screen and (max-width: 1359px) {
  .pcba2 .ltit {
    font-size: 18px;
  }
  .pcba2 .left {
    width: 38%;
  }
  .pcba2 .list::before {
    width: 69%;
  }
  .pcba2 .lfont {
    padding: 5px 0.85rem 5px 65px;
  }
  .pcba2 .lfont .ldec {
    font-size: 15px;
  }
}
@media screen and (max-width: 1151px) {
  .pcba2 .sicon {
    width: 84px;
    height: 84px;
  }
  .pcba2 .sicon img {
    max-width: 42px;
  }
  .pcba2 .ltit {
    font-size: 16px;
  }
  .pcba2 .lfont .ldec {
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .pcba2 .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
    background: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(163, 163, 163, 0.27);
    box-shadow: 0px 0px 22px 0px rgba(163, 163, 163, 0.27);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .pcba2 .right {
    background-image: -webkit-gradient(linear, left top, right top, from(#f87312), to(#ffa627)), -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
    background-image: linear-gradient(90deg, #f87312 0%, #ffa627 100%), linear-gradient(#000000, #000000);
    background-blend-mode: normal, normal;
    padding: 20px;
  }
  .pcba2 .left {
    position: relative;
    z-index: 2;
    padding: 20px;
    width: 45%;
  }
  .pcba2 .list::before {
    background-image: -webkit-gradient(linear, left top, right top, from(#f87312), to(#ffa627)), -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
    background-image: linear-gradient(90deg, #f87312 0%, #ffa627 100%), linear-gradient(#000000, #000000);
    background-blend-mode: normal, normal;
    display: none;
  }
  .pcba2 .iconBox {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .pcba2 .lfont {
    margin-left: 0px;
    padding: 3px 0px 3px 15px;
  }
  .pcba2 .sicon {
    width: 60px;
    height: 60px;
  }
  .pcba2 .sicon img {
    max-width: 32px;
  }
  .pcba2 .numBox1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pcba2 .numBox1 .nli {
    width: 50%;
    margin-top: 15px;
  }
  .pcba2 .right .ltit {
    margin-bottom: 0px;
  }
  .pcba2 .left .ltit {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .pcba2 .lfont .ltit {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .pcba2 .left {
    width: 100%;
  }
  .pcba2 .left,
  .pcba2 .right {
    padding: 20px 15px;
  }
  .pcba2 .left .ltit {
    margin-bottom: 10px;
  }
  .pcba2 .list {
    margin-top: 20px;
  }
}
.numBox1 {
  position: relative;
  z-index: 2;
}
.numBox1 .nli {
  position: relative;
  width: 25%;
  text-align: center;
}
.numBox1 .nli:hover .num {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.numBox1 .num {
  font-size: 0.46rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.numBox1 .dec {
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 1359px) {
  .numBox1 .dec {
    font-size: 15px;
  }
}
@media screen and (max-width: 1151px) {
  .numBox1 .num {
    font-size: 26px;
  }
  .numBox1 .dec {
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .numBox1 .num {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .numBox1 .num {
    font-size: 22px;
  }
}
.pcba3 {
  position: relative;
  background-color: #fafafa;
}
.pcba3 .list {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0.5rem;
  margin-top: 0.45rem;
}
.pcba3 .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.7rem;
}
.pcba3 .right {
  position: sticky;
  top: 100px;
  width: 38.5%;
  padding: 60px 0;
}
.pcba3 .lft {
  padding: 10px 20px 15px 0;
  border-top: 1px solid #f3f3f3;
}
.pcba3 .lft:first-child {
  border-top: 0px;
}
.pcba3 .lft .tit {
  font-size: 22px;
  font-weight: bold;
  color: #222222;
}
.pcba3 .lft .tit span {
  color: #f87312;
  display: inline-block;
  margin-right: 10px;
}
.pcba3 .lft .dec {
  font-size: 17px;
  line-height: 1.59;
  color: #666666;
  margin-top: 10px;
  margin-left: 26px;
}
.pcba3 .pcba3_rswp1 {
  height: 540px;
}
.pcba3 .pcba3_rswp1 .rimg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pcba3 .pcba3_rswp1 .rimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pcba3 .swiper-button-prev,
.pcba3 .swiper-button-next {
  width: 158px;
  height: 30px;
  line-height: 30px;
  background-color: #efefef;
  border-radius: 0px;
  font-weight: bold;
  font-size: 18px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #9e9e9e;
}
.pcba3 .swiper-button-prev::before,
.pcba3 .swiper-button-next::before {
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pcba3 .swiper-button-prev:hover,
.pcba3 .swiper-button-next:hover {
  color: #fff;
  background-color: #f87312;
}
.pcba3 .swiper-button-prev {
  top: 0px;
}
.pcba3 .swiper-button-next {
  top: auto;
  bottom: 0px;
}
.pcba3 .swiper-pagination {
  display: none;
}

@media screen and (max-width: 1599px) {
  .pcba3 .lft .tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 1359px) {
  .pcba3 .lft .tit {
    font-size: 18px;
  }
  .pcba3 .lft .dec {
    font-size: 16px;
    margin-top: 5px;
  }
  .pcba3 .right {
    width: 35%;
  }
}
@media screen and (max-width: 980px) {
  .pcba3 .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pcba3 .left {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-right: 0rem;
  }
  .pcba3 .right {
    width: 100%;
    position: relative;
    top: auto;
  }
  .pcba3 .right {
    padding: 0px;
    margin-top: 15px;
  }
  .pcba3 .pcba3_rswp1 {
    height: auto;
    width: 86%;
  }
  .pcba3 .swiper-button-prev,
  .pcba3 .swiper-button-next {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 100%;
    line-height: 100%;
    font-size: 16px;
  }
  .pcba3 .swiper-button-prev {
    left: 0px;
  }
  .pcba3 .swiper-button-next {
    right: 0px;
    left: auto;
  }
  .pcba3 .swiper-button-prev::before, .pcba3 .swiper-button-next::before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    line-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 640px) {
  .pcba3 .lft .tit {
    font-size: 16px;
  }
  .pcba3 .lft .dec {
    font-size: 15px;
    margin-left: 0px;
  }
  .pcba3 .list {
    padding: 20px 15px;
    margin-top: 20px;
  }
  .pcba3 .lft {
    padding-right: 0px;
  }
  .pcba3 .swiper-button-prev,
  .pcba3 .swiper-button-next {
    display: none;
  }
  .pcba3 .swiper-pagination {
    display: block;
  }
  .pcba3 .pcba3_rswp1 {
    width: 100%;
    padding-bottom: 25px;
  }
  .pcba3 .right {
    margin-top: 0px;
  }
}
.pcba4 {
  position: relative;
  overflow: hidden;
}
.pcba4 .tabBox {
  margin-top: 0.4rem;
  border-bottom: 1px solid #f1f1f1;
}
.pcba4 .tli {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #b2b2b2;
  cursor: pointer;
  padding-bottom: 15px;
  margin-right: 0.6rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.pcba4 .tli:last-child {
  margin-right: 0rem;
}
.pcba4 .tli::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0%;
  height: 3px;
  background-color: #f87312;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.pcba4 .tli:hover, .pcba4 .tli.active {
  color: #222222;
}
.pcba4 .tli:hover::before, .pcba4 .tli.active::before {
  width: 100%;
}
.pcba4 .cont {
  padding: 0 1rem;
  margin-top: 0.35rem;
}
.pcba4 .ctBox {
  display: none;
}
.pcba4 .ctBox:first-child {
  display: block;
}
.pcba4 .ctli {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pcba4 .cli {
  position: relative;
  background: #F7F7F7;
  cursor: pointer;
  width: 31.46%;
  padding: 11px 50px 11px 20px;
  margin-right: 2.8%;
  margin-top: 1.6%;
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.pcba4 .cli::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/down1_1.png) no-repeat center;
  background-size: cover;
}
.pcba4 .cli:nth-child(3n) {
  margin-right: 0px;
}
.pcba4 .cli:hover {
  color: #f87312;
}
.pcba4 .cli:hover:before {
  background: url(../images/down1.png) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1679px) {
  .pcba4 .cont {
    padding: 0 0.5rem;
  }
  .pcba4 .tli {
    font-size: 22px;
  }
}
@media screen and (max-width: 1599px) {
  .pcba4 .tli {
    font-size: 20px;
  }
  .pcba4 .cont {
    padding: 0px;
  }
}
@media screen and (max-width: 1151px) {
  .pcba4 .tli {
    font-size: 18px;
  }
}
@media screen and (max-width: 980px) {
  .pcba4 .cli {
    width: 48.46%;
    font-size: 15px;
    padding: 11px 40px 11px 15px;
  }
  .pcba4 .cli:nth-child(3n) {
    margin-right: 2.8%;
  }
  .pcba4 .cli:nth-child(2n) {
    margin-right: 0px;
  }
  .pcba4 .cli::before {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}
@media screen and (max-width: 640px) {
  .pcba4 .tli {
    font-size: 16px;
    margin-right: 0.4rem;
  }
  .pcba4 .cli,
  .pcba4 .cli:nth-child(3n) {
    width: 100%;
    margin-right: 0px;
    margin-top: 12px;
    font-size: 14px;
  }
  .pcba4 .cont {
    margin-top: 10px;
  }
}
.pcba5 {
  position: relative;
  overflow: hidden;
  background-color: #f7f7f7;
}
.pcba5 .tit1 {
  margin-top: 25px;
}
.pcba5 .pcba5_tbBox {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 7rem;
  margin-top: 0.3rem;
}
.pcba5 .pcba5_tb1 {
  margin-bottom: 0.5rem;
  margin-right: 15px;
}
.pcba5 .pcba5_tb1:last-child {
  margin-bottom: 0px;
}
.pcba5 table {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.pcba5 table th, .pcba5 table td {
  padding: 12px 20px;
  text-align: left;
  font-weight: normal;
  border: 1px solid #eeeeee;
}
.pcba5 table th {
  font-size: 18px;
  color: #ffffff;
  background-color: #f87312;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.pcba5 table td {
  color: #666666;
  font-size: 16px;
}

@media screen and (max-width: 1439px) {
  .pcba5 .pcba5_tbBox {
    max-height: 9rem;
  }
}
@media screen and (max-width: 1359px) {
  .pcba5 table th {
    font-size: 17px;
  }
  .pcba5 table td {
    font-size: 15px;
  }
}
@media screen and (max-width: 980px) {
  .pcba5 table th {
    font-size: 16px;
  }
  .pcba5 table td {
    font-size: 14px;
  }
  .pcba5 table th, .pcba5 table td {
    padding: 8px 12px;
  }
  .pcba5 .pcba5_tbBox {
    max-height: 12rem;
  }
}
@media screen and (max-width: 640px) {
  .pcba5 .pcba5_tbBox {
    max-height: 8rem;
    margin-top: 20px;
    overflow: auto;
  }
  .pcba5 .pcba5_tb1,
  .pcba5 .pcba5_tb1:last-child {
    margin-bottom: 20px;
  }
  .pcba5 .tit1 {
    margin-top: 15px;
  }
  .pcba5 .pcba5_tbBox::-webkit-scrollbar {
    width: initial;
    height: initial;
    background-color: initial;
  }
  .pcba5 .pcba5_tbBox::-webkit-scrollbar-track {
    background: initial;
    border-radius: initial;
  }
  .pcba5 .pcba5_tbBox::-webkit-scrollbar-thumb {
    background-color: initial;
    border-radius: initial;
    border: initial;
  }
  .pcba5 .pcba5_tbBox::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
  }
  .pcba5 .pcba5_tb1 {
    margin-right: 0px;
  }
  .pcba5 .pcba5_tb1 {
    width: 100%;
  }
  .pcba5 table {
    width: 1000px;
  }
}
.pcba6 {
  position: relative;
  overflow: hidden;
}
.pcba6 .in_tit {
  width: 86%;
  margin: 0 auto;
}
.pcba6 .in_tit .dec {
  color: #222222;
}
.pcba6 .tabBox {
  margin-top: 0.4rem;
  margin-bottom: 0.55rem;
  border-bottom: 1px solid #f1f1f1;
}
.pcba6 .tli {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #b2b2b2;
  cursor: pointer;
  padding-bottom: 15px;
  margin-right: 0.6rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.pcba6 .tli:last-child {
  margin-right: 0rem;
}
.pcba6 .tli::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0%;
  height: 3px;
  background-color: #f87312;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.pcba6 .tli.active {
  color: #222222;
}
.pcba6 .tli.active::before {
  width: 100%;
}
.pcba6 .pcba6_swp {
  position: relative;
  display: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.pcba6 .pcba6_swp.active {
  display: block;
}
.pcba6 .swiper-slide {
  background-color: #f2f2f2;
}
.pcba6 .swiper-slide .stit {
  color: #333333;
  font-size: 16px;
  padding: 17px 20px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  font-weight: bold;
}
.pcba6 .swiper-pagination {
  display: none;
}
.pcba6 .swiper-button-prev,
.pcba6 .swiper-button-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  color: #4f4f4f;
}
.pcba6 .swiper-button-prev:hover,
.pcba6 .swiper-button-next:hover {
  color: #ffffff;
  background-color: #ff6224;
}
.pcba6 .swiper-button-prev {
  left: 30px;
}
.pcba6 .swiper-button-next {
  right: 30px;
}

@media screen and (max-width: 1679px) {
  .pcba6 .in_tit .dec {
    font-size: 18px;
  }
  .pcba6 .tli {
    font-size: 22px;
  }
}
@media screen and (max-width: 1599px) {
  .pcba6 .tli {
    font-size: 20px;
  }
}
@media screen and (max-width: 1439px) {
  .pcba6 .swiper-button-prev, .pcba6 .swiper-button-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1359px) {
  .pcba6 .in_tit .dec {
    font-size: 17px;
  }
  .pcba6 .swiper-slide .stit {
    padding: 15px;
  }
}
@media screen and (max-width: 1151px) {
  .pcba6 .tli {
    font-size: 18px;
  }
}
@media screen and (max-width: 980px) {
  .pcba6 .in_tit .dec {
    font-size: 16px;
  }
  .pcba6 .in_tit {
    width: 100%;
  }
  .pcba6 .swiper-slide .stit {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .pcba6 .in_tit {
    text-align: left;
  }
  .pcba6 .tabBox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .pcba6 .tli {
    font-size: 16px;
    margin-right: 0.4rem;
  }
  .pcba6 .swiper-slide .stit {
    font-size: 14px;
  }
  .pcba6 .swiper-button-prev, .pcba6 .swiper-button-next {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
  }
  .pcba6 .swiper-button-prev {
    left: 15px;
  }
  .pcba6 .swiper-button-next {
    right: 15px;
  }
}
.pcba7 .pcba7_tpswp {
  position: relative;
}
.pcba7 .pcba7_tpswp .swiper-container {
  margin-bottom: 30px;
  margin-top: 40px;
}
.pcba7 .pcba7_tpswp .swiper-slide {
  position: relative;
}
.pcba7 .pcba7_tpswp .swiper-slide:last-child::before {
  opacity: 0;
  pointer-events: none;
}
.pcba7 .pcba7_tpswp .swiper-slide::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -55px;
  width: 94px;
  height: 14px;
  background: url(../images/jticon1.png) no-repeat center;
  background-size: cover;
}
.pcba7 .tpBox {
  position: relative;
  width: 140px;
  height: 140px;
  background-color: #f9f9f9;
  border-radius: 50%;
  margin: 0 auto;
}
.pcba7 .tnum {
  position: absolute;
  top: 12px;
  right: 2px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  background-color: #f87312;
}
.pcba7 .tpfont {
  color: #333333;
  font-size: 17px;
  font-weight: bold;
  padding: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.pcba7 .pcba7_btswp,
.pcba7 .btnBox {
  position: relative;
}
.pcba7 .pcba7_btswp .swiper-container {
  margin-bottom: 40px;
}
.pcba7 .pcba7_btswp .swiper-slide {
  overflow: hidden;
}
.pcba7 .btnBox {
  width: 120px;
  height: 50px;
  margin: 0 auto;
}
.pcba7 .swiper-pagination {
  display: none;
}

@media screen and (max-width: 1439px) {
  .pcba7 .tnum {
    font-size: 14px;
  }
  .pcba7 .btnBox {
    width: 100px;
    height: 40px;
  }
}
@media screen and (max-width: 1359px) {
  .pcba7 .tpfont {
    font-size: 16px;
  }
  .pcba7 .pcba7_btswp .swiper-container {
    margin-bottom: 25px;
  }
  .pcba7 .pcba7_tpswp .swiper-container {
    margin-bottom: 25px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1151px) {
  .pcba7 .tpfont {
    font-size: 15px;
  }
  .pcba7 .tnum {
    right: 6px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .pcba7 .tpBox {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 980px) {
  .pcba7 .tpfont {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .pcba7 .pcba7_tpswp .swiper-container {
    margin-bottom: 20px;
  }
  .pcba7 .btnBox {
    width: 88px;
    height: 34px;
  }
  .pcba7 .pcba7_btswp .swiper-container {
    margin-bottom: 15px;
  }
  .pcba7 .pcba7_tpswp .swiper-slide::before {
    width: 84px;
    height: 10px;
    right: -48px;
  }
}
.pcba8 {
  position: relative;
  overflow: hidden;
}
.pcba8 .pcba8_tit {
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin-top: 2px;
}
.pcba8 .ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.26rem;
}
.pcba8 .ul .li {
  width: 72%;
  margin-right: 0px;
  border-radius: 10px;
  padding: 23px 25px;
  margin-top: 2%;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.pcba8 .ul .li.active {
  background-color: #ffffff;
  border: solid 1px #f87312;
}
.pcba8 .ul .li.active .titBox .tit, .pcba8 .ul .li.active .titBox .icon_jiahao {
  color: #f87312;
}
.pcba8 .ul .li .titBox {
  padding: 0px;
  opacity: 1;
  border: 1px solid transparent;
  background: transparent;
}
.pcba8 .ul .decBox {
  position: relative;
  top: auto;
  left: auto;
  border: 1px solid transparent;
  background: transparent;
  padding: 0px;
}
.pcba8 .ul .decBox .dec {
  margin-top: 5px;
}
.pcba8 .ul .decBox .titBox {
  display: none;
}

@media screen and (max-width: 1679px) {
  .pcba8 .pcba8_tit {
    font-size: 24px;
  }
}
@media screen and (max-width: 1599px) {
  .pcba8 .pcba8_tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 1359px) {
  .pcba8 .ul .li {
    padding: 20px;
  }
  .pcba8 .pcba8_tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 1151px) {
  .pcba8 .pcba8_tit {
    font-size: 18px;
  }
}
@media screen and (max-width: 980px) {
  .pcba8 .ul .li {
    width: 90%;
    padding: 15px 20px;
  }
  .pcba8 .pcba8_tit {
    margin-top: 5px;
  }
  .pcba7 .tpBox {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 640px) {
  .pcba8 .pcba8_tit {
    font-size: 16px;
    margin-top: 10px;
  }
  .pcba8 .ul .li {
    width: 100%;
    padding: 12px 15px;
    margin-top: 10px;
  }
  .pcba8 .in_tit {
    text-align: center;
  }
}
.ems1 {
  position: relative;
  overflow: hidden;
}
.ems1 .ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 0.55rem;
}
.ems1 .li {
  position: relative;
  width: 32.13%;
  background-color: #f7f8f8;
  margin-right: 1.8%;
  padding: 0.4rem;
  text-align: center;
}
.ems1 .li:nth-child(3n-1) {
  margin-top: 5.8%;
}
.ems1 .li:nth-child(3n) {
  margin-right: 0px;
}
.ems1 .li .num {
  font-family: "HarmonyOS_Sans_SC_Bold";
  position: absolute;
  right: 26px;
  top: -40px;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1;
  color: #e6e8e8;
}
.ems1 .li .iconBox {
  position: relative;
  width: 61px;
  height: 61px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.ems1 .li .tit {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 5px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.ems1 .li .dec {
  font-size: 16px;
  line-height: 1.56;
  color: #666666;
}

@media screen and (max-width: 1359px) {
  .ems1 .li .tit {
    font-size: 18px;
  }
  .ems1 .li .iconBox {
    width: 52px;
    height: 52px;
  }
  .ems1 .li .num {
    top: -30px;
  }
  .ems1 .li .dec {
    font-size: 15px;
  }
}
@media screen and (max-width: 980px) {
  .ems1 .li:nth-child(3n-1) {
    margin-top: 0px;
  }
  .ems1 .ul {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
  .ems1 .li,
  .ems1 .li:nth-child(3n),
  .ems1 .li:nth-child(3n-1) {
    width: 49%;
    margin-right: 2%;
    margin-top: 5%;
  }
  .ems1 .li:nth-child(2n) {
    margin-right: 0px;
  }
  .ems1 .li .num {
    font-size: 36px;
    top: -20px;
  }
}
@media screen and (max-width: 640px) {
  .ems1 .li, .ems1 .li:nth-child(3n), .ems1 .li:nth-child(3n-1) {
    width: 100%;
    margin-right: 0px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 15px;
  }
  .ems1 .li .iconBox {
    width: 32px;
    height: 32px;
  }
  .ems1 .li .font {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px;
    text-align: left;
  }
  .ems1 .li .tit {
    font-size: 16px;
    margin-top: 0px;
  }
  .ems1 .li .dec {
    font-size: 14px;
  }
  .ems1 .li .num {
    font-size: 28px;
    top: -12px;
  }
  .ems1 .ul {
    margin-top: 0px;
  }
}
.ems2 {
  position: relative;
  overflow: hidden;
  background-color: #f8f8f8;
}
.ems2 .list {
  margin-top: 0.5rem;
}
.ems2 .left {
  position: relative;
  width: 54%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ems2 .right {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1rem;
}
.ems2 .right .in_tit {
  text-align: left;
  padding-bottom: 5px;
}
.ems2 .bimg {
  width: 5.46rem;
  height: 6.14rem;
  background-color: #b3b3b3;
  border-radius: 2.73rem;
  overflow: hidden;
  margin-bottom: 0.65rem;
}
.ems2 .bimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ems2 .simg {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 3.77rem;
  height: 4.89rem;
  border-radius: 1.89rem;
  border: solid 10px #ffffff;
  overflow: hidden;
}
.ems2 .simg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ems2 .rli {
  position: relative;
  padding-left: 48px;
  margin-top: 26px;
}
.ems2 .rli:hover::before {
  top: 10px;
}
.ems2 .rli::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 25px;
  height: 25px;
  background: url(../images/dgicon1.png) no-repeat center;
  background-size: cover;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.ems2 .rli .tit {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.ems2 .rli .dec {
  font-size: 16px;
  color: #666666;
  line-height: 1.56;
  margin-top: 5px;
}

@media screen and (max-width: 1439px) {
  .ems2 .left {
    width: 46%;
  }
}
@media screen and (max-width: 1359px) {
  .ems2 .rli .tit {
    font-size: 18px;
  }
  .ems2 .rli::before {
    width: 20px;
    height: 20px;
  }
  .ems2 .rli {
    padding-left: 36px;
    margin-top: 16px;
  }
  .ems2 .rli .dec {
    font-size: 15px;
  }
}
@media screen and (max-width: 980px) {
  .ems2 .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ems2 .left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .ems2 .bimg {
    width: 8.46rem;
    height: 10.14rem;
    border-radius: 4.73rem;
  }
  .ems2 .simg {
    right: auto;
    left: 6rem;
    bottom: 0px;
    width: 6.77rem;
    height: 7.89rem;
    border-radius: 3.89rem;
  }
  .ems2 .right {
    padding-left: 0px;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .ems2 .in_tit {
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .ems2 .rli .tit {
    font-size: 16px;
  }
  .ems2 .rli .dec {
    font-size: 14px;
  }
  .ems2 .rli::before {
    width: 16px;
    height: 16px;
  }
  .ems2 .rli {
    padding-left: 28px;
    margin-top: 12px;
  }
  .ems2 .bimg {
    width: 5.46rem;
    height: 6.14rem;
    border-radius: 4.73rem;
    margin-bottom: 20px;
  }
  .ems2 .simg {
    right: auto;
    left: 3rem;
    bottom: 0px;
    width: 3.77rem;
    height: 4.89rem;
    border-radius: 4.89rem;
    border: solid 6px #ffffff;
  }
  .ems2 .right {
    margin-bottom: 20px;
  }
}
.ems3 {
  position: relative;
  overflow: hidden;
}
.ems3 .left {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.4rem;
}
.ems3 .left .in_tit {
  text-align: left;
  padding-bottom: 5px;
}
.ems3 .left .in_tit .dec1 {
  font-size: 16px;
}
.ems3 .right {
  position: relative;
  width: 45.4%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ems3 .lli {
  position: relative;
  padding-left: 48px;
  margin-top: 26px;
}
.ems3 .lli:hover::before {
  top: 10px;
}
.ems3 .lli::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 25px;
  height: 25px;
  background: url(../images/dgicon1.png) no-repeat center;
  background-size: cover;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.ems3 .lli .tit {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.ems3 .lli .dec {
  font-size: 16px;
  color: #666666;
  line-height: 1.56;
  margin-top: 5px;
}
.ems3 .simg {
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 0px;
  width: 2.88rem;
  height: 3.39rem;
  border-radius: 0rem 0.7rem 0rem 0.7rem;
  overflow: hidden;
}
.ems3 .simg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ems3 .bimg {
  width: 4.51rem;
  height: 5.13rem;
  border-radius: 0.7rem 0rem 0.7rem 0rem;
  overflow: hidden;
  margin-bottom: 30px;
}
.ems3 .bimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ems3 .sicon {
  position: absolute;
  top: 0.72rem;
  left: 0.3rem;
  z-index: 1;
}

@media screen and (max-width: 1439px) {
  .ems3 .sicon img {
    max-width: 80px;
  }
  .ems3 .right {
    width: 38.5%;
  }
}
@media screen and (max-width: 1359px) {
  .ems3 .lli .tit {
    font-size: 18px;
  }
  .ems3 .lli::before {
    width: 20px;
    height: 20px;
  }
  .ems3 .lli {
    padding-left: 36px;
    margin-top: 16px;
  }
  .ems3 .sicon img {
    max-width: 60px;
  }
}
@media screen and (max-width: 980px) {
  .ems3 .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ems3 .left {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-right: 0px;
  }
  .ems3 .right {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 40px;
  }
  .ems3 .simg {
    width: 5.88rem;
    height: 6.39rem;
    border-radius: 0rem 1.7rem 0rem 1.7rem;
  }
  .ems3 .bimg {
    width: 7.51rem;
    height: 8.13rem;
    border-radius: 1.7rem 0rem 1.7rem 0rem;
    margin-left: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .ems3 .lli .tit {
    font-size: 16px;
  }
  .ems3 .lli .dec {
    font-size: 14px;
  }
  .ems3 .lli::before {
    width: 16px;
    height: 16px;
  }
  .ems3 .lli {
    padding-left: 28px;
    margin-top: 12px;
  }
  .ems3 .simg {
    width: 2.88rem;
    height: 3.39rem;
    border-radius: 0rem 0.7rem 0rem 0.7rem;
  }
  .ems3 .bimg {
    width: 4.51rem;
    height: 5.13rem;
    border-radius: 0.7rem 0rem 0.7rem 0rem;
    margin-left: 2rem;
    margin-bottom: 20px;
  }
  .ems3 .sicon img {
    max-width: 40px;
  }
  .ems3 .right {
    margin-top: 20px;
  }
}
.ems4 {
  position: relative;
  overflow: hidden;
  background-color: #f8f8f8;
}
.ems4 .swpBox {
  position: relative;
  margin-top: 0.35rem;
}
.ems4 .swiper-slide {
  background-color: #f2f2f2;
  overflow: hidden;
}
.ems4 .swiper-slide .ft {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding: 17px 20px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.ems4 .swiper-button-prev,
.ems4 .swiper-button-next {
  background-color: #ffffff;
}
.ems4 .swiper-button-prev:hover,
.ems4 .swiper-button-next:hover {
  background-color: #ff6224;
}
.ems4 .swiper-button-prev {
  left: -110px;
}
.ems4 .swiper-button-next {
  right: -110px;
}
.ems4 .swiper-pagination {
  display: none;
}
.ems4 .moreBtn {
  text-align: center;
  margin-top: 0.6rem;
}

@media screen and (max-width: 1439px) {
  .ems4 .swiper-container {
    width: 90%;
  }
  .ems4 .swiper-button-prev {
    left: -20px;
  }
  .ems4 .swiper-button-next {
    right: -20px;
  }
}
@media screen and (max-width: 1151px) {
  .ems4 .swiper-slide .ft {
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  .ems4 .swiper-slide .ft {
    font-size: 15px;
  }
  .ems4 .swiper-container {
    width: 100%;
    padding-bottom: 30px;
  }
  .ems4 .swiper-button-next {
    right: -6px;
  }
  .ems4 .swiper-button-prev {
    left: -6px;
  }
  .ems4 .swpBox {
    margin-top: 15px;
  }
  .ems4 .swiper-button-next,
  .ems4 .swiper-button-prev {
    display: none;
  }
  .ems4 .swiper-pagination {
    display: block;
  }
}
.ems5 {
  position: relative;
  overflow: hidden;
  padding: 2.3rem 0 2.55rem 0;
  background: url(../images/bgm6.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.ems5 .in_tit .tit {
  color: #ffffff;
}
.ems5 .ems5_dec {
  width: 68%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.56;
  color: #ffffff;
  text-align: center;
  padding-top: 18px;
}

@media screen and (max-width: 1359px) {
  .ems5 .ems5_dec {
    width: 80%;
  }
}
@media screen and (max-width: 1151px) {
  .ems5 .ems5_dec {
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .ems5 {
    padding: 1rem 0 1.1rem 0;
    background-attachment: initial;
  }
  .ems5 .ems5_dec {
    width: 100%;
    font-size: 14px;
    text-align: left;
    padding-top: 12px;
  }
  .ems5 .in_tit {
    text-align: left;
  }
}
.ems6 {
  position: relative;
  overflow: hidden;
}
.ems6 .swpBox {
  position: relative;
  margin-top: 0.55rem;
}
.ems6 .swiper-slide {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.ems6 .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  width: 100%;
  height: 100%;
  background: url(../images/bgm5.png) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.ems6 .ft {
  position: absolute;
  z-index: 2;
  left: 0rem;
  bottom: 0rem;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  padding: 20px 30px;
}
.ems6 .swiper-pagination {
  display: none;
}
.ems6 .swiper-button-prev {
  left: 30px;
}
.ems6 .swiper-button-next {
  right: 30px;
}
.ems6 .swiper-container {
  width: 69%;
  overflow: visible;
}

@media screen and (max-width: 1439px) {
  .ems6 .ft {
    font-size: 18px;
  }
}
@media screen and (max-width: 1359px) {
  .ems6 .swiper-slide .ft {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 980px) {
  .ems6 .swiper-container {
    width: 52%;
  }
}
@media screen and (max-width: 640px) {
  .ems6 .swiper-slide .ft {
    padding: 15px 15px;
    font-size: 15px;
  }
  .ems6 .swiper-container {
    width: 80%;
    padding-bottom: 30px;
  }
  .ems6 .swiper-button-next,
  .ems6 .swiper-button-prev {
    display: none;
  }
  .ems6 .swiper-pagination {
    display: block;
  }
  .ems6 .swpBox {
    margin-top: 20px;
  }
}
.ems7 {
  position: relative;
  overflow: hidden;
}
.ems7 .ems7_dec {
  width: 65%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.625;
  color: #777777;
  margin-top: 15px;
  text-align: center;
}
.ems7 .ul {
  padding-bottom: 20px;
}

@media screen and (max-width: 1359px) {
  .ems7 .ems7_dec {
    width: 70%;
  }
}
@media screen and (max-width: 980px) {
  .ems7 .ems7_dec {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .ems7 .ems7_dec {
    font-size: 15px;
  }
  .ems7 .ul {
    padding-bottom: 5px;
  }
  .ems7 .in_tit,
  .ems7 .ems7_dec {
    text-align: left;
  }
}
.contatc1 .list {
  position: relative;
  z-index: 5;
  margin-top: -90px;
}
.contatc1 .left {
  position: relative;
  width: 50%;
  background-image: linear-gradient(129deg, #f87312 0%, #ffa627 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  padding: 0.75rem 0.6rem;
}
.contatc1 .left::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/bgm11.png) no-repeat center;
  background-size: cover;
}
.contatc1 .left .ctit {
  color: #fff;
}
.contatc1 .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 87px 6px rgba(225, 225, 225, 0.29);
  box-shadow: 0px 0px 87px 6px rgba(225, 225, 225, 0.29);
  padding: 0.75rem 0.46rem;
}
.contatc1 .ctit {
  font-family: "Gilroy-Bold";
  font-size: 0.3rem;
  color: #333333;
}
.contatc1 .cdec {
  font-size: 16px;
  line-height: 1.56;
  color: #666666;
  margin-top: 5px;
  margin-bottom: 10px;
}
.contatc1 .lli {
  position: relative;
  margin-top: 0.3rem;
}
.contatc1 .lli:hover .iconBox {
  margin-top: 15px;
}
.contatc1 .lli .iconBox {
  position: relative;
  overflow: hidden;
  width: 18px;
  height: 18px;
  margin-top: 8px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.contatc1 .lli .font {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}
.contatc1 .lli .tit {
  font-family: Gilroy-Bold;
  font-size: 20px;
  color: #ffffff;
}
.contatc1 .lli .dec {
  font-size: 17px;
  line-height: 1.47;
  color: #ffffff;
  margin-top: 2px;
}
.contatc1 .li {
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.contatc1 .li input, .contatc1 .li textarea {
  width: 100%;
  height: 56px;
  border-radius: 4px;
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 20px;
}
.contatc1 .li textarea {
  height: 142px;
}
.contatc1 .moreBox {
  width: 135px;
  margin-top: 20px;
}
.contatc1 label.error {
  position: relative;
  left: auto;
  bottom: auto;
  padding: 0 20px;
}

@media screen and (max-width: 1599px) {
  .contatc1 .ctit {
    font-size: 24px;
  }
}
@media screen and (max-width: 1359px) {
  .contatc1 .lli .tit {
    font-size: 18px;
  }
  .contatc1 .lli .dec {
    font-size: 16px;
  }
  .contatc1 .list {
    margin-top: -60px;
  }
}
@media screen and (max-width: 980px) {
  .contatc1 .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contatc1 .left,
  .contatc1 .right {
    width: 100%;
    padding: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .contatc1 .ctit {
    font-size: 20px;
  }
  .contatc1 .lli .tit {
    font-size: 16px;
  }
  .contatc1 .lli .dec {
    font-size: 14px;
  }
  .contatc1 .left, .contatc1 .right {
    padding: 0.5rem;
  }
  .contatc1 .cdec {
    font-size: 15px;
  }
  .contatc1 .li input, .contatc1 .li textarea {
    height: 50px;
    padding: 15px;
  }
  .contatc1 .li textarea {
    height: 132px;
  }
  .contatc1 .lli .font {
    padding-left: 15px;
  }
  .contatc1 .list {
    margin-top: -1.5rem;
  }
}
.about1 {
  position: relative;
  overflow: hidden;
}
.about1 .line {
  width: 100px;
  height: 2px;
  margin: 60px auto 25px auto;
  background-color: #f87312;
}
.about1 .about1_tit {
  font-weight: bold;
  font-size: 0.3rem;
  text-align: center;
  color: #222222;
}
.about1 .numBox {
  background: #fff;
  padding: 30px 0 0 0;
}
.about1 .numBox .font .num {
  color: #f87312;
}
.about1 .numBox .font .ndec {
  font-family: "Gilroy-Medium";
  color: #666666;
}

@media screen and (max-width: 1599px) {
  .about1 .about1_tit {
    font-size: 24px;
  }
}
@media screen and (max-width: 1359px) {
  .about1 .about1_tit {
    font-size: 22px;
  }
  .about1 .line {
    width: 60px;
    margin: 30px auto 15px auto;
  }
}
@media screen and (max-width: 640px) {
  .about1 .in_tit {
    text-align: left;
  }
  .about1 .numBox .nli {
    margin-top: 10px;
  }
  .about1 .about1_tit {
    font-size: 18px;
    text-align: left;
  }
  .about1 .line {
    width: 30px;
    margin: 15px 0px;
  }
  .about1 .numBox {
    padding: 0px 0 0 0;
  }
}
.about2 {
  position: relative;
  overflow: hidden;
  background-color: #f6f7f7;
}
.about2 .in_tit .dec {
  font-size: 16px;
}
.about2 .swiper-container {
  margin-top: 0.45rem;
}
.about2 .font {
  padding-right: 0.4rem;
}
.about2 .font .tit {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 20px;
  color: #333333;
  margin-bottom: 5px;
  margin-top: 20px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.about2 .font .dec {
  font-size: 16px;
  line-height: 1.56;
  color: #666666;
}
.about2 .swiper-pagination {
  display: none;
}

@media screen and (max-width: 1359px) {
  .about2 .font .tit {
    font-size: 18px;
  }
  .about2 .font .dec {
    font-size: 15px;
  }
}
@media screen and (max-width: 980px) {
  .about2 .swiper-pagination {
    display: block;
  }
  .about2 .swiper-container {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .about2 .in_tit {
    text-align: left;
  }
  .about2 .font .tit {
    font-size: 16px;
    margin-top: 15px;
  }
  .about2 .font .dec {
    font-size: 14px;
  }
  .about2 .font {
    padding-right: 0px;
  }
  .about2 .swiper-container {
    margin-top: 15px;
  }
}
.about3 {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(129deg, #f87312 0%, #ffa627 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  padding-bottom: 1.65rem;
}
.about3 .in_tit .tit, .about3 .in_tit .dec {
  color: #fff;
}
.about3 .in_tit .dec {
  font-size: 16px;
}
.about3 .ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.55rem;
}
.about3 .li {
  width: 46.5%;
  margin-right: 7%;
}
.about3 .li:nth-child(2n), .about3 .li:last-child {
  margin-right: 0px;
}
.about3 .li .iconBox {
  position: relative;
  width: 76px;
  height: 65px;
}
.about3 .li .iconBox img {
  right: auto;
}
.about3 .li .tit {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 5px;
  margin-top: 25px;
  -webkit-transition: all;
  transition: all;
}
.about3 .li .dec {
  font-size: 16px;
  line-height: 1.56;
  color: #ffffff;
}

@media screen and (max-width: 1359px) {
  .about3 .li .tit {
    font-size: 18px;
    margin-top: 15px;
  }
  .about3 .li .dec {
    font-size: 15px;
  }
  .about3 .li .iconBox {
    width: 56px;
    height: 45px;
  }
}
@media screen and (max-width: 640px) {
  .about3 .in_tit {
    text-align: left;
  }
  .about3 .ul {
    margin-top: 0px;
  }
  .about3 .li {
    width: 100%;
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .about3 .li .tit {
    font-size: 16px;
    margin-top: 0px;
  }
  .about3 .li .dec {
    font-size: 14px;
  }
  .about3 .li .iconBox {
    width: 30px;
    height: 25px;
    margin-top: 5px;
  }
  .about3 .li .font {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px;
  }
  .about3 {
    padding-bottom: 50px;
  }
}
.about4 {
  position: relative;
  z-index: 1;
}
.about4::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 1.75rem;
  width: 13.26rem;
  height: 9.97rem;
  background: url(../images/bgm7.png) no-repeat center;
  background-size: cover;
}
.about4 .in_tit {
  width: 30%;
  padding-right: 3%;
  margin-top: 1.8rem;
}
.about4 .ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 0.4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about4 .li {
  position: relative;
  width: 46.2%;
  margin-right: 7.5%;
}
.about4 .li:last-child {
  margin-right: 0px;
  margin-top: 1rem;
}
.about4 .li:first-child {
  margin-top: -0.5rem;
}
.about4 .sli {
  margin-top: 0.6rem;
}
.about4 .sli:first-child {
  margin-top: 0px;
}
.about4 .sli .tit {
  font-family: Gilroy-Bold;
  font-size: 0.5rem;
  line-height: 1.1;
  font-weight: bold;
  color: #222222;
  margin-top: 30px;
  margin-bottom: 10px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.about4 .sli .dec {
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
}
.about4 .sli .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1359px) {
  .about4 .sli .dec {
    font-size: 15px;
  }
  .about4 .sli .tit {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 980px) {
  .about4 {
    padding-top: 55px;
  }
  .about4 .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about4 .in_tit {
    width: 100%;
    text-align: center;
    padding-right: 0px;
    margin-top: 0px;
  }
  .about4 .li:first-child {
    margin-top: 0px;
  }
  .about4 .ul {
    padding-left: 0px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 640px) {
  .about4 {
    padding-top: 45px;
    overflow: hidden;
  }
  .about4 .sli .tit {
    font-size: 0.36rem;
    margin-top: 15px;
  }
  .about4 .ul {
    margin-top: 20px;
  }
  .about4 .li,
  .about4 .li:last-child {
    width: 100%;
    margin-right: 0px;
    margin-top: 20px;
  }
  .about4 .li:first-child {
    margin-top: 0px;
  }
  .about4 .sli .dec {
    font-size: 14px;
  }
  .about4 .sli .imgBox {
    height: 4.5rem;
  }
}
.about5 {
  position: relative;
  overflow: hidden;
}
.about5 .bgm {
  position: relative;
  height: 6rem;
}
.about5 .bgm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about5 .bgm::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.about5 .videobox {
  position: absolute;
  width: 124px;
  height: 124px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  border-radius: 50%;
  z-index: 2;
}
.about5 .videobox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(248, 115, 18, 0.2);
  border-radius: 50%;
}
.about5 .videobox .icon_bofang {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 50%;
  width: 84px;
  height: 84px;
  line-height: 84px;
  background: rgba(248, 115, 18, 0.3);
  font-size: 34px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1599px) {
  .about5 .videobox {
    width: 100px;
    height: 100px;
  }
  .about5 .videobox .icon_bofang {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 26px;
  }
}
@media screen and (max-width: 1359px) {
  .about5 .videobox {
    width: 80px;
    height: 80px;
  }
  .about5 .videobox .icon_bofang {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
  }
  .about5 .bgm {
    height: 7rem;
  }
}
@media screen and (max-width: 980px) {
  .about5 .bgm {
    height: 8rem;
  }
}
@media screen and (max-width: 640px) {
  .about5 .videobox {
    width: 60px;
    height: 60px;
  }
  .about5 .videobox .icon_bofang {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .about5 .bgm {
    height: 5rem;
    background-attachment: unset !important;
  }
}
.about6 {
  background: #f6f7f7;
}

.ma1 {
  position: relative;
  overflow: hidden;
  background: url(../images/bgm9.png) no-repeat right center;
  background-size: 100%;
}
.ma1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16.6rem;
  height: 452px;
  background-image: linear-gradient(129deg, #f87312 0%, #ffa627 100%), linear-gradient(#f7f8f8, #f7f8f8);
  background-blend-mode: normal, normal;
  border-radius: 0px 226px 226px 0px;
}
.ma1 .in_tit {
  width: 40%;
}
.ma1 .in_tit .tit, .ma1 .in_tit .dec {
  color: #fff;
}
.ma1 .ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ma1 .li {
  position: relative;
  width: 44%;
  margin-right: 2.2%;
}
.ma1 .li:last-child {
  margin-right: 0px;
}
.ma1 .sli {
  position: relative;
  padding: 0.4rem;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 11px 82px 5px rgba(218, 216, 211, 0.38);
  box-shadow: 3px 11px 82px 5px rgba(218, 216, 211, 0.38);
  border-radius: 10px;
  margin-top: 13%;
}
.ma1 .sli:first-child {
  margin-top: 0px;
}
.ma1 .sli .iconBox {
  position: absolute;
  left: 0.4rem;
  top: -25px;
}
.ma1 .sli .iconBox .sicon {
  position: relative;
  width: 75px;
  height: 55px;
}
.ma1 .sli .iconBox img {
  right: auto;
}
.ma1 .sli .tit {
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: 20px;
  color: #333333;
  margin-bottom: 8px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.ma1 .sli .dec {
  font-size: 16px;
  line-height: 1.56;
  color: #666666;
}

@media screen and (max-width: 1599px) {
  .ma1::before {
    width: 17.6rem;
  }
}
@media screen and (max-width: 1439px) {
  .ma1 .sli .iconBox .sicon {
    width: 60px;
    height: 35px;
  }
  .ma1 .sli .iconBox {
    top: -18px;
  }
  .ma1::before {
    width: 18.2rem;
  }
}
@media screen and (max-width: 1359px) {
  .ma1 .sli .tit {
    font-size: 18px;
  }
  .ma1 .sli .dec {
    font-size: 15px;
  }
}
@media screen and (max-width: 1151px) {
  .ma1 .in_tit .dec p {
    display: inline;
  }
}
@media screen and (max-width: 980px) {
  .ma1::before {
    display: none;
  }
  .ma1 .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ma1 .in_tit,
  .ma1 .ul {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .ma1 .in_tit .tit {
    color: #222222;
  }
  .ma1 .in_tit .dec {
    color: #666666;
  }
  .ma1 .ul {
    margin-top: 40px;
  }
  .ma1 .sli {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 640px) {
  .ma1 .sli .tit {
    font-size: 16px;
  }
  .ma1 .sli .dec {
    font-size: 14px;
  }
  .ma1 .li {
    width: 100%;
    margin-right: 0px;
  }
  .ma1 .sli,
  .ma1 .sli:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 15px;
    margin-top: 20px;
  }
  .ma1 .ul {
    margin-top: 0px;
  }
  .ma1 .sli .iconBox {
    position: relative;
    left: auto;
    top: auto;
  }
  .ma1 .sli .iconBox .sicon {
    width: 40px;
    height: 35px;
  }
  .ma1 .sli .font {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px;
  }
}
.ma2 {
  position: relative;
  overflow: hidden;
  background-color: #fff9f4;
}
.ma2 .in_tit {
  width: 66%;
  margin-bottom: -1.5rem;
}
.ma2 .list {
  position: relative;
  height: 565px;
}
.ma2 .list .lcBox {
  position: absolute;
  right: 0%;
  top: 0%;
  width: 1000px;
  height: 100%;
}
.ma2 .list .bgm {
  position: relative;
  z-index: 5;
  pointer-events: none;
}
.ma2 .list .bkBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
}
.ma2 .list .hbgm {
  position: absolute;
  width: 150px;
  height: 87px;
  background: url(../images/bgm10.png) no-repeat center;
  background-size: cover;
  opacity: 0;
}
.ma2 .list .hbgm:hover {
  opacity: 1;
}
.ma2 .list .hbgm:hover .hfont {
  pointer-events: unset;
}
.ma2 .list .hbgm:nth-child(1) {
  top: 60%;
  left: 5%;
}
.ma2 .list .hbgm:nth-child(2) {
  top: 70.5%;
  left: 15%;
}
.ma2 .list .hbgm:nth-child(3) {
  top: 81.5%;
  left: 25.6%;
}
.ma2 .list .hbgm:nth-child(4) {
  top: 47.5%;
  left: 16.5%;
}
.ma2 .list .hbgm:nth-child(5) {
  top: 57.5%;
  left: 26.2%;
}
.ma2 .list .hbgm:nth-child(6) {
  top: 68%;
  left: 37.3%;
}
.ma2 .list .hbgm:nth-child(7) {
  top: 35.5%;
  left: 28.5%;
}
.ma2 .list .hbgm:nth-child(8) {
  top: 45.5%;
  left: 38.5%;
}
.ma2 .list .hbgm:nth-child(9) {
  top: 56%;
  left: 49%;
}
.ma2 .list .hbgm:nth-child(10) {
  top: 22.6%;
  left: 39.1%;
}
.ma2 .list .hbgm:nth-child(11) {
  top: 33%;
  left: 49.3%;
}
.ma2 .list .hbgm:nth-child(12) {
  top: 44%;
  left: 59.5%;
}
.ma2 .list .hbgm:nth-child(13) {
  top: 11%;
  left: 50.5%;
}
.ma2 .list .hbgm:nth-child(14) {
  top: 21%;
  left: 60.6%;
}
.ma2 .list .hbgm:nth-child(15) {
  top: 31.5%;
  left: 71.5%;
}
.ma2 .list .hbgm:nth-child(16) {
  top: -1.5%;
  left: 63%;
}
.ma2 .list .hbgm:nth-child(17) {
  top: 8.5%;
  left: 73%;
}
.ma2 .list .hbgm:nth-child(18) {
  top: 19.5%;
  left: 83.5%;
}
.ma2 .hfont {
  position: absolute;
  z-index: 9;
  width: 200%;
  left: -150%;
  bottom: -50%;
  background: #fff;
  -webkit-box-shadow: 3px 11px 82px 5px rgba(213, 213, 213, 0.38);
  box-shadow: 3px 11px 82px 5px rgba(213, 213, 213, 0.38);
  border-radius: 4px;
  overflow: hidden;
  padding: 15px;
  pointer-events: none;
}
.ma2 .hfont .tit {
  color: #f87312;
  font-size: 14px;
  font-weight: bold;
}
.ma2 .hfont .dec {
  font-size: 14px;
  color: #666666;
  margin-top: 5px;
}
.ma2 .molist {
  display: none;
}
.ma2 .molist .ul .li {
  width: 100%;
}

@media screen and (max-width: 1359px) {
  .ma2 .hfont {
    left: -130%;
  }
}
@media screen and (max-width: 1151px) {
  .ma2 .hfont,
  .ma2 .list .hbgm {
    display: none;
  }
  .ma2 .molist {
    display: block;
  }
  .ma2 .list .lcBox,
  .ma2 .list {
    position: relative;
    width: 100%;
    height: auto;
    right: auto;
    top: auto;
  }
  .ma2 .in_tit {
    margin-bottom: -0.6rem;
  }
  .ma2 .list .bkBox {
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 640px) {
  .ma2 .in_tit {
    width: 100%;
    margin-bottom: 0rem;
  }
}
.ma3 {
  position: relative;
  overflow: hidden;
}
.ma3 .swiper-container {
  margin-top: 0.55rem;
}
.ma3 .swiper-pagination {
  display: none;
}
.ma3 .swiper-slide {
  border-right: 1px solid #ededed;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.ma3 .swiper-slide .font {
  padding: 0.3rem;
}
.ma3 .swiper-slide .tit {
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: 20px;
  color: #333333;
  margin-bottom: 5px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.ma3 .swiper-slide .dec {
  font-size: 16px;
  line-height: 1.56;
  color: #666666;
}

@media screen and (max-width: 1359px) {
  .ma3 .swiper-slide .tit {
    font-size: 18px;
  }
  .ma3 .swiper-slide .dec {
    font-size: 15px;
  }
}
@media screen and (max-width: 1151px) {
  .ma3 .swiper-pagination {
    display: block;
  }
  .ma3 .swiper-container {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .ma3 .swiper-slide .tit {
    font-size: 16px;
  }
  .ma3 .swiper-slide .dec {
    font-size: 14px;
  }
  .ma3 .in_tit {
    text-align: left;
  }
  .ma3 .swiper-container {
    margin-top: 15px;
  }
}
.ma4 {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.ma5 {
  position: relative;
}
.ma5 .swiper-container {
  overflow: visible;
  margin-top: 0.45rem;
}
.ma5 .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ma5 .swiper-slide {
  width: 18.8%;
  margin-right: 1.5%;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 11px 82px 5px rgba(213, 213, 213, 0.38);
  box-shadow: 3px 11px 82px 5px rgba(213, 213, 213, 0.38);
  border-radius: 4px;
}
.ma5 .swiper-slide:nth-child(5n) {
  margin-right: 0px;
}
.ma5 .swiper-slide .tit {
  position: relative;
  font-size: 16px;
  color: #666666;
  line-height: 1.56;
  padding: 15px 20px;
  border-top: 1px solid #f4f4f4;
}

@media screen and (max-width: 1439px) {
  .ma5 .swiper-slide .tit {
    padding: 15px;
  }
}
@media screen and (max-width: 1359px) {
  .ma5 .swiper-slide .tit {
    font-size: 15px;
  }
}
@media screen and (max-width: 1151px) {
  .ma5 .swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .ma5 .swiper-container {
    padding-bottom: 30px;
    overflow: hidden;
  }
  .ma5 .swiper-slide {
    -webkit-box-shadow: 3px 11px 82px 5px rgba(213, 213, 213, 0);
    box-shadow: 3px 11px 82px 5px rgba(213, 213, 213, 0);
    border: 1px solid #f4f4f4;
  }
}
@media screen and (max-width: 640px) {
  .ma5 .swiper-slide .tit {
    font-size: 14px;
  }
  .ma5 .swiper-container {
    margin-top: 20px;
  }
  .zsection7 .wpcf7-form{flex-wrap:wrap;}
}
.zsection7 .wpcf7-form{align-items: center;display: flex;justify-content: left;}