.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  width: 100%;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  transition: all 0.7s;
  opacity: 1;
  margin: 80px 4px 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #999;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition: all 0.7s;
  width: 25px;
  background: #dc6a0e;
}
.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet {
  margin: 50px 4px 0;
}
.page_title {
  text-align: center;
}
.page_title b {
  font-size: 40px;
  color: #333;
  font-weight: bold;
}
.page_title i {
  margin: 32px auto 0;
  width: 42px;
  height: 6px;
  background: #408444;
  border-radius: 4px;
}
.page_title p {
  margin-top: 42px;
  font-size: 18px;
  color: #666;
}
.page_title.textLeft {
  text-align: left;
}
.page_title.textLeft i {
  margin-left: 0;
  margin-right: 0;
}
.pageNav {
  position: absolute;
  left: 0;
  top: -58px;
  z-index: 6;
  width: 100%;
}
@media (min-width: 1201px) {
  .pageNav .swiper-wrapper {
    justify-content: center;
    align-items: center;
  }
}
.pageNav .w1500 {
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pageNav .swiper-slide {
  width: 25%;
  line-height: 120px;
  font-size: 20px;
  color: #333;
  text-align: center;
}
.pageNav .swiper-slide::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #e6e6e6;
  content: " ";
}
.pageNav .swiper-slide::after {
  transition: all 0.7s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/icon/i19.png) center no-repeat;
  background-size: cover;
  content: " ";
}
.pageNav .swiper-slide .cta {
  position: relative;
  z-index: 3;
}
.pageNav .swiper-slide:last-child::before {
  display: none;
}
.pageNav .swiper-slide.cur,
.pageNav .swiper-slide:hover {
  color: #fff;
}
.pageNav .swiper-slide.cur::after,
.pageNav .swiper-slide:hover::after {
  transition: all 0.7s;
  opacity: 1;
}
.pageNav .swiper-slide.cur::before,
.pageNav .swiper-slide:hover::before {
  display: none;
}
@media (max-width: 1200px) {
  .swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet {
    margin: 0.6rem 4px 0;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    margin: 0.6rem 0.06rem 0;
    width: 0.12rem;
    height: 0.12rem;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.4rem;
  }
  .page_title {
    text-align: center;
  }
  .page_title b {
    font-size: 0.48rem;
  }
  .page_title i {
    margin: 0.4rem auto 0;
    width: 0.4rem;
    height: 0.07rem;
    border-radius: 0.07rem;
  }
  .page_title p {
    margin-top: 0.45rem;
    line-height: 0.42rem;
    font-size: 0.28rem;
  }
  .pageNav {
    top: 0;
  }
  .pageNav .w1500 {
    border-radius: 0;
    width: 100%;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  }
  .pageNav .swiper-slide {
    width: 2.7rem;
    line-height: 1.2rem;
    font-size: 0.28rem;
  }
  .pageNav .swiper-slide::before {
    height: 0.3rem;
  }
}
/*=========== p4-0 服务与支持 ===========*/
.services01 {
  padding: 128px 0;
  background: url(../images/page/services01_bac.jpg) center no-repeat;
  background-size: cover;
}
.services01 .next a {
  float: left;
  transition: all 0.5s;
  margin: 32px 8% 0 0;
  width: 46%;
  height: 330px;
  color: #333;
  text-align: center;
  border-radius: 6px;
  background: #fff;
}
.services01 .next a:nth-child(2n) {
  margin-right: 0;
}
.services01 .next a .bor {
  padding: 42px 9% 0;
}
.services01 .next a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 23px;
  width: 66px;
  height: 66px;
}
.services01 .next a .icon img {
  max-width: 100%;
  max-height: 100%;
}
.services01 .next a b {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}
.services01 .next a p {
  font-size: 20px;
  line-height: 40px;
}
.services01 .next a:hover {
  transition: all 0.5s;
  margin-top: 0;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .services01 {
    padding: 1rem 0 0.5rem;
    background-image: url(../images/mobile/page/services01_bac.jpg);
  }
  .services01 .next a {
    margin: 0 0 0.5rem 0;
    width: 100%;
    height: auto;
    border-radius: 0.08rem;
  }
  .services01 .next a .bor {
    padding: 0.5rem 0.6rem;
  }
  .services01 .next a .icon {
    margin: 0 auto 0.25rem;
    width: 0.9rem;
    height: 0.9rem;
  }
  .services01 .next a b {
    margin-bottom: 0.3rem;
    font-size: 0.44rem;
  }
  .services01 .next a p {
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .services01 .next a:hover {
    margin: 0 0 0.5rem 0;
  }
}
.services02 {
  padding: 96px 0 0;
}
.services02 .list {
  display: block;
  margin-top: 96px;
}
.services02 .list a {
  transition: all 0.5s;
  float: left;
  position: relative;
  width: 22.2%;
  height: 760px;
}
.services02 .list a .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.services02 .list a .pic i {
  width: 100%;
  height: 100%;
}
.services02 .list a .pic .mobile {
  display: none;
}
.services02 .list a .bac {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon/i3.png) center bottom no-repeat;
  background-size: 100% auto;
}
.services02 .list a .pos {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.services02 .list a .pos .bor {
  padding: 80px 18% 0;
}
.services02 .list a .pos .sum {
  margin-bottom: 60px;
}
.services02 .list a .pos .sum i {
  margin: 0 auto;
  opacity: 0.3;
  width: 1px;
  height: 70px;
  background: #fff;
}
.services02 .list a .pos .sum em {
  text-align: center;
  line-height: 37px;
  font-size: 20px;
  font-family: Arial;
}
.services02 .list a .pos .tit {
  height: 240px;
  text-align: center;
}
.services02 .list a .pos .tit b {
  line-height: 60px;
  font-size: 34px;
  font-weight: bold;
}
.services02 .list a .pos .text {
  max-height: 128px;
  overflow: hidden;
}
.services02 .list a .pos .text p {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.services02 .list a.cur {
  width: 33.4%;
}
.services02 .list a.cur .bac {
  transition: all 0.5s;
  opacity: 1;
}
@media (max-width: 1200px) {
  .services02 {
    padding: 0.9rem 0 0;
  }
  .services02 .list {
    margin-top: 0.65rem;
  }
  .services02 .list a {
    margin: 0 4% 0.6rem;
    width: 92%;
    height: 5.76rem;
  }
  .services02 .list a:last-child {
    margin-bottom: 0;
  }
  .services02 .list a .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.08rem;
  }
  .services02 .list a .pic i {
    width: 100%;
    height: 100%;
  }
  .services02 .list a .pic .pc {
    display: none;
  }
  .services02 .list a .pic .mobile {
    display: block;
  }
  .services02 .list a .bac {
    opacity: 1;
    background-image: url(../images/mobile/page/services02_bac.png);
  }
  .services02 .list a .pos {
    /* position: relative;
                    z-index: 3; */
    top: 50%;
    height: auto;
    transform: translateY(-50%);
  }
  .services02 .list a .pos .bor {
    padding: 1rem 0.5rem 0.9rem;
  }
  .services02 .list a .pos .sum {
    margin-bottom: 0.4rem;
  }
  .services02 .list a .pos .sum i {
    display: none;
  }
  .services02 .list a .pos .sum em {
    line-height: 1em;
    font-size: 0.36rem;
  }
  .services02 .list a .pos .tit {
    margin-bottom: 0.5rem;
    height: auto;
  }
  .services02 .list a .pos .tit b {
    line-height: 1em;
    font-size: 0.4rem;
  }
  .services02 .list a .pos .text {
    max-height: 3.08rem;
  }
  .services02 .list a .pos .text p {
    font-size: 0.28rem;
    line-height: 0.44rem;
    -webkit-line-clamp: 7;
  }
  .services02 .list a.cur {
    width: 92%;
  }
  .services02 .list a.cur .bac {
    opacity: 1;
  }
}
.services03 {
  padding: 132px 0 88px;
  background: url(../images/page/services03_bac.jpg) left bottom no-repeat;
  background-size: 100% auto;
}
.services03 .map {
  position: relative;
  margin: 70px auto;
  width: 83%;
  min-width: 1150px;
}
.services03 .map img {
  width: 100%;
}
.services03 .map img.mobile {
  display: none;
}
.services03 .map .next {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.services03 .map .pos {
  transition: all 1s 0.5s;
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
}
.services03 .map .pos .lie {
  position: absolute;
  left: -10px;
  top: 0;
}
.services03 .map .pos .lie i {
  margin: 0 auto;
  width: 9px;
  height: 9px;
  background: #1d863a;
  border-radius: 100%;
}
.services03 .map .pos .lie em {
  margin: 0 auto;
  width: 1px;
  height: 80px;
  background: #1d863a;
}
.services03 .map .pos .lie span {
  margin: 7px 0;
  width: 21px;
  height: 24px;
  background: url(../images/icon/i4.png) center no-repeat;
}
.services03 .map .pos .text {
  position: absolute;
  left: 20px;
  top: 96px;
}
.services03 .map .pos .text p {
  white-space: nowrap;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #1d863a;
}
.services03 .map .pos.ps .lie {
  top: -127px;
}
.services03 .map .pos.ps .text {
  top: -120px;
}
.services03 .map .p0 {
  left: 78.22%;
  top: 42.17%;
}
.services03 .map .p0 span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 81px;
  height: 59px;
  background: url(../images/page/services03_2.png) center no-repeat;
  background-size: cover;
}
.services03 .map .p1 {
  left: 16.81%;
  top: 29.07%;
}
.services03 .map .p2 {
  left: 18.2%;
  top: 41.53%;
}
.services03 .map .p3 {
  left: 26.18%;
  top: 64.85%;
}
.services03 .map .p4 {
  left: 28%;
  top: 71.9%;
}
.services03 .map .p5 {
  left: 45.43%;
  top: 38.65%;
}
.services03 .map .p6 {
  left: 47.8%;
  top: 33.54%;
}
.services03 .map .p7 {
  left: 53.5%;
  top: 66.45%;
}
.services03 .map .p8 {
  left: 80%;
  top: 20%;
}
.services03 .map .p9 {
  left: 60%;
  top: 43.13%;
}
.services03 .map .p10 {
  left: 63.5%;
  top: 37.2%;
}
.services03 .map .p10 .text {
  left: auto;
  right: 20px;
}
.services03 .map .p11 {
  left: 68.3%;
  top: 34.5%;
}
.services03 .map .p12 {
  left: 77%;
  top: 58.5%;
}
.services03 .map .p12 .lie em {
  height: 90px;
}
.services03 .map .p12 .text {
  left: auto;
  right: 20px;
  top: 106px;
}
.services03 .map .p13 {
  left: 79%;
  top: 63.89%;
}
.services03 .map .p13 .lie em {
  height: 90px;
}
.services03 .map .p13 .text {
  left: auto;
  right: 20px;
  top: 106px;
}
.services03 .map .p14 {
  left: 82.8%;
  top: 66%;
}
.services03 .map .p14 .lie em {
  height: 110px;
}
.services03 .map .p14 .text {
  top: 126px;
}
.services03 .map .p15 {
  left: 74.92%;
  top: 57.5%;
}
.services03 .map .p15 .lie em {
  height: 60px;
}
.services03 .map .p15 .text {
  left: auto;
  right: 20px;
  top: 76px;
}
.services03 .map .animated .pos {
  opacity: 1;
}
.services03 .map .animated .p0 {
  transition: all 1.2s 0.6s;
}
.services03 .map .animated .p1 {
  transition: all 1.2s 2s;
}
.services03 .map .animated .p2 {
  transition: all 1.2s 1s;
}
.services03 .map .animated .p3 {
  transition: all 1.2s 1.3s;
}
.services03 .map .animated .p4 {
  transition: all 1.2s 2.3s;
}
.services03 .map .animated .p5 {
  transition: all 1.2s 1.7s;
}
.services03 .map .animated .p6 {
  transition: all 1.2s 2.5s;
}
.services03 .map .animated .p7 {
  transition: all 1.2s 1.3s;
}
.services03 .map .animated .p8 {
  transition: all 1.2s 1.6s;
}
.services03 .map .animated .p9 {
  transition: all 1.2s 2.3s;
}
.services03 .map .animated .p10 {
  transition: all 1.2s 2.6s;
}
.services03 .map .animated .p11 {
  transition: all 1.2s 2s;
}
.services03 .map .animated .p12 {
  transition: all 1.2s 1.3s;
}
.services03 .map .animated .p13 {
  transition: all 1.2s 3s;
}
.services03 .map .animated .p14 {
  transition: all 1.2s 1.8s;
}
.services03 .map .animated .p15 {
  transition: all 1.2s 2.1s;
}
.services03 .bot .page_title {
  margin-bottom: 74px;
  text-align: left;
}
.services03 .bot .page_title b {
  font-size: 30px;
}
.services03 .bot .swiper a {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin: 0 1.25% 0 0;
  width: 19%;
  height: 200px;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}
.services03 .bot .swiper a:nth-child(5n) {
  margin-right: 0;
}
.services03 .bot .swiper a img {
  transition: all 0.7s;
  transform: rotateY(0deg);
  max-width: 80%;
  max-height: 90%;
}
.services03 .bot .swiper a:hover img {
  transition: all 0.7s;
  transform: rotateY(180deg);
}
@media (max-width: 1200px) {
  .services03 {
    padding: 0.9rem 0 0.8rem;
    background-image: url(../images/mobile/page/services03_bac.jpg);
  }
  .services03 .map {
    margin: 1rem auto 1.1rem;
    width: 100%;
    min-width: 300px;
  }
  .services03 .map img.pc {
    display: none;
  }
  .services03 .map img.mobile {
    display: block;
  }
  .services03 .map .next {
    display: none;
  }
  .services03 .bot .page_title {
    margin-bottom: 0.56rem;
    text-align: left;
  }
  .services03 .bot .page_title b {
    font-size: 0.36rem;
  }
  .services03 .bot .swiper a {
    margin: 0 1.25% 0 0;
    width: 19%;
    height: 0.93rem;
    border-radius: 0.08rem;
  }
}
.services04 {
  padding: 122px 0;
  background: #f2f5f9;
  overflow: hidden;
}
.services04 .page_title {
  margin-bottom: 60px;
}
.services04 .left {
  float: left;
  width: 47.4%;
}
.services04 .left dl {
  margin-bottom: 37px;
}
.services04 .left dl dt {
  float: left;
  margin-right: 35px;
}
.services04 .left dl dt img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.services04 .left dl dd {
  float: left;
  width: calc(100% - 107px);
}
.services04 .left dl dd b {
  margin-bottom: 14px;
  font-size: 20px;
  color: #999;
}
.services04 .left dl dd p {
  font-size: 20px;
  color: #333;
}
.services04 .left .imgMap {
  width: 100%;
  height: 237px;
}
.services04 .left .imgMap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services04 .right {
  float: right;
  width: 46%;
}
.services04 .list li {
  float: left;
  margin: 0 3.6% 22px 0;
  width: 48.2%;
}
.services04 .list li .inp {
  padding: 0 10%;
  border-radius: 6px;
  background: #fff;
}
.services04 .list li .inp input {
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
}
.services04 .list li .inp input::-moz-placeholder {
  color: #999;
}
.services04 .list li .inp input::-webkit-input-placeholder {
  color: #999;
}
.services04 .list li .inp input::-o-input-placeholder {
  color: #999;
}
.services04 .list li .inp input::-ms-input-placeholder {
  color: #999;
}
.services04 .list li .inp textarea {
  display: block;
  padding: 30px 0;
  width: 100%;
  height: 90px;
  font-size: 18px;
  font-family: "Microsoft Yahei";
  outline: none;
  border: none;
  background: none;
}
.services04 .list li .inp textarea::-moz-placeholder {
  color: #999;
}
.services04 .list li .inp textarea::-webkit-input-placeholder {
  color: #999;
}
.services04 .list li .inp textarea::-o-input-placeholder {
  color: #999;
}
.services04 .list li .inp textarea::-ms-input-placeholder {
  color: #999;
}
.services04 .list li .inp.cur {
  background: #bd3434;
}
.services04 .list li .inp.cur input::-moz-placeholder,
.services04 .list li .inp.cur textarea::-moz-placeholder {
  color: #fff;
}
.services04 .list li .inp.cur input::-webkit-input-placeholder,
.services04 .list li .inp.cur textarea::-webkit-input-placeholder {
  color: #fff;
}
.services04 .list li .inp.cur input::-o-input-placeholder,
.services04 .list li .inp.cur textarea::-o-input-placeholder {
  color: #fff;
}
.services04 .list li .inp.cur input::-ms-input-placeholder,
.services04 .list li .inp.cur textarea::-ms-input-placeholder {
  color: #fff;
}
.services04 .list li:nth-child(2n) {
  margin-right: 0;
}
.services04 .list li.on {
  margin-right: 0;
  width: 100%;
}
.services04 .list li.on .inp {
  padding: 0 5%;
}
.services04 .list li.code {
  margin-right: 0;
  width: 100%;
}
.services04 .list li.code .inp {
  float: left;
  width: calc(90% - 60px - 140px - 42px);
  padding: 0 5%;
}
.services04 .list li.code .pic {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 16px 0 25px;
  width: 140px;
  height: 80px;
  background: #fff;
  border-radius: 6px;
}
.services04 .list li.code .pic img {
  max-width: 92%;
  max-height: 92%;
}
.services04 .list li.code p {
  float: right;
  line-height: 80px;
  font-size: 18px;
  color: #999;
  cursor: pointer;
}
.services04 .right .but {
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  background: #1d863a;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .services04 {
    padding: 0.9rem 0;
  }
  .services04 .page_title {
    margin-bottom: 0.7rem;
  }
  .services04 .left {
    margin-bottom: 0.7rem;
    width: 100%;
  }
  .services04 .left dl {
    margin-bottom: 0.5rem;
  }
  .services04 .left dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.26rem;
    height: 0.9rem;
  }
  .services04 .left dl dt img {
    width: 0.74rem;
    height: 0.74rem;
  }
  .services04 .left dl dd {
    width: calc(100% - 1rem);
  }
  .services04 .left dl dd b {
    margin-bottom: 0.14rem;
    font-size: 0.28rem;
  }
  .services04 .left dl dd p {
    font-size: 0.28rem;
  }
  .services04 .left .imgMap {
    height: 2.35rem;
  }
  .services04 .right {
    width: 100%;
  }
  .services04 .list li {
    margin: 0 0 0.3rem 0;
    width: 100%;
  }
  .services04 .list li .inp {
    padding: 0 0.24rem;
    border-radius: 0.08rem;
  }
  .services04 .list li .inp input {
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.28rem;
  }
  .services04 .list li .inp textarea {
    padding: 0.26rem 0;
    height: 2.1rem;
    font-size: 0.28rem;
  }
  .services04 .list li.on .inp {
    padding: 0 0.24rem;
  }
  .services04 .list li.code .inp {
    width: calc(100% - 0.48rem - 1.9rem - 0.5rem - 0.72rem);
    padding: 0 0.24rem;
  }
  .services04 .list li.code .pic {
    margin: 0 0.25rem;
    width: 1.9rem;
    height: 0.9rem;
    border-radius: 0.08rem;
  }
  .services04 .list li.code p {
    line-height: 0.9rem;
    font-size: 0.24rem;
  }
  .services04 .right .but {
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.28rem;
    border-radius: 0.08rem;
  }
}
/*=========== p1-0 关于我们 ===========*/
.aboutUs01 {
  padding: 132px 0 95px;
  position: relative;
  overflow: hidden;
}
.aboutUs01 .top {
  position: relative;
  margin-bottom: 90px;
}
.aboutUs01 .top .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 53%;
  height: 100%;
  overflow: hidden;
}
.aboutUs01 .top .right i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.aboutUs01 .top .right:hover i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.aboutUs01 .top .left {
  float: left;
  width: 48.66%;
  min-height: 560px;
}
.aboutUs01 .top .left b {
  margin: 60px auto 30px;
  font-size: 42px;
  color: #333;
  font-weight: bold;
}
.aboutUs01 .top .left i {
  margin-bottom: 90px;
  font-size: 32px;
  color: #1d863a;
}
.aboutUs01 .top .left .text {
  font-size: 18px;
  line-height: 36px;
  color: #333;
}
.aboutUs01 .top .left .text p {
  margin-bottom: 16px;
}
.aboutUs01 .bot {
  display: flex;
  justify-content: space-between;
}
.aboutUs01 .bot li .clearfix {
  display: flex;
  margin-bottom: 6px;
  color: #ce632e;
}
.aboutUs01 .bot li span {
  font-size: 57px;
  font-weight: bold;
  font-family: DMontserratAlternates;
}
.aboutUs01 .bot li b {
  font-size: 50px;
  font-weight: bold;
}
.aboutUs01 .bot li i {
  margin: 35px 4px 0 4px;
  font-size: 21px;
}
.aboutUs01 .bot li em {
  font-size: 18px;
  color: #666;
}
.aboutUs01 .bot li.lie {
  margin-top: 18px;
  width: 2px;
  height: 67px;
  background: #dfdfdf;
}
@media (max-width: 1200px) {
  .aboutUs01 {
    padding: 1rem 0 0;
  }
  .aboutUs01 .top {
    margin-bottom: 0.4rem;
  }
  .aboutUs01 .top .left {
    position: relative;
    width: 100%;
    min-height: 1rem;
  }
  .aboutUs01 .top .left b {
    margin: 0.5rem auto 0.3rem;
    line-height: 0.66rem;
    font-size: 0.44rem;
  }
  .aboutUs01 .top .left i {
    margin-bottom: 0.4rem;
    font-size: 0.36rem;
  }
  .aboutUs01 .top .left .text {
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .aboutUs01 .top .left .text p {
    margin-bottom: 0.16rem;
  }
  .aboutUs01 .top .right {
    position: relative;
    right: 4%;
    width: 92% !important;
    height: 4.45rem;
  }
  .aboutUs01 .bot {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .aboutUs01 .bot li {
    margin-bottom: 1rem;
    width: calc(52% - 1px);
  }
  .aboutUs01 .bot li .clearfix {
    margin-bottom: 6px;
  }
  .aboutUs01 .bot li span {
    font-size: 0.65rem;
  }
  .aboutUs01 .bot li b {
    font-size: 0.56rem;
  }
  .aboutUs01 .bot li i {
    margin: 0.4rem 4px 0 4px;
    font-size: 0.24rem;
  }
  .aboutUs01 .bot li em {
    font-size: 0.24rem;
  }
  .aboutUs01 .bot li:nth-child(4) {
    display: none;
  }
  .aboutUs01 .bot li:nth-child(3),
  .aboutUs01 .bot li:nth-child(7) {
    width: 36%;
  }
  .aboutUs01 .bot li.lie {
    margin: 18px 12% 0 0;
    width: 1px;
    height: 0.7rem;
  }
}
.aboutUs02 {
  padding: 120px 0 100px;
  overflow: hidden;
  background: url(../images/page/aboutUs02_bac.jpg) center no-repeat;
  background-size: cover;
  /* .even-box .page .next:hover::after {
        background: url(../images/icon/icon_61s.png) right center no-repeat;
      }
      .even-box .page .prev:hover::after {
        background: url(../images/icon/icon_60s.png) left center no-repeat;
      } */
}
.aboutUs02 .next_box {
  display: block;
  margin: 170px auto 0;
}
.aboutUs02 .mobile {
  display: none;
}
.aboutUs02 .even-box {
  position: relative;
  height: 440px;
}
.aboutUs02 .event-list {
  padding-top: 100px;
  height: 174px;
}
.aboutUs02 .event-list ul {
  position: relative;
  margin-left: 50%;
  height: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.aboutUs02 .event-list ul::after {
  position: absolute;
  left: -50%;
  top: 0;
  width: 200%;
  height: 1px;
  background: #999;
  content: "";
}
.aboutUs02 .event-list ul li {
  position: absolute;
  width: 140px;
  height: 100px;
  color: #4c4c4c;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
}
.aboutUs02 .event-list ul li .year {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  font-family: Arial;
  cursor: pointer;
}
.aboutUs02 .event-list ul li.on .year {
  color: #1d863a;
  font-family: Arial;
}
.aboutUs02 .event-list ul li .dian {
  position: absolute;
  left: 50%;
  z-index: 3;
  display: block;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px #bbb;
  box-shadow: 0 0 8px #bbb;
}
.aboutUs02 .event-list ul li .dian i {
  display: block;
  margin: 5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #4d4d4d;
}
.aboutUs02 .event-list ul li.on .dian i {
  background-color: #1d863a;
}
.aboutUs02 .event-list ul li p {
  position: absolute;
  left: 50%;
  margin-left: -165px;
  width: 330px;
  text-align: center;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.aboutUs02 .event-list ul li::before {
  display: block;
  position: absolute;
  left: 50%;
  z-index: 2;
  margin-top: -1px;
  width: 400px;
  height: 1px;
  background-color: #1d863a;
  content: '';
  opacity: 0;
}
@media screen and (max-width: 1500px) {
  .aboutUs02 .event-list ul li::before {
    width: 300px;
  }
}
.aboutUs02 .event-list ul li:last-child::before {
  right: 50%;
  left: auto;
}
.aboutUs02 .event-list ul li.on::before {
  opacity: 1;
}
.aboutUs02 .event-list ul li:nth-child(even) {
  top: -100px;
}
.aboutUs02 .event-list ul li:nth-child(odd) {
  bottom: -100px;
}
.aboutUs02 .event-list ul li:nth-child(even) p {
  bottom: -70px;
}
.aboutUs02 .event-list ul li:nth-child(odd) p {
  top: -70px;
}
.aboutUs02 .event-list ul li:nth-child(even) .year {
  top: 0;
}
.aboutUs02 .event-list ul li:nth-child(odd) .year {
  bottom: 0;
}
.aboutUs02 .event-list ul li:nth-child(even) .dian {
  bottom: -10px;
}
.aboutUs02 .event-list ul li:nth-child(odd) .dian {
  top: -10px;
}
.aboutUs02 .event-list ul li:nth-child(even)::before {
  bottom: -1px;
}
.aboutUs02 .event-list ul li:nth-child(odd)::before {
  top: 0;
}
.aboutUs02 .even-box .page,
.aboutUs02 .hxt-box .page,
.aboutUs02 .object-photo-box .page {
  position: relative;
  left: calc(50vw - 600px);
  margin-left: 430px;
  width: 546px;
  height: 60px;
  text-align: center;
  font-size: 16px;
  line-height: 60px;
}
.aboutUs02 .even-box .page div,
.aboutUs02 .hxt-box .page div,
.aboutUs02 .object-photo-box .page div {
  float: left;
  width: 50%;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.aboutUs02 .even-box .page .prev,
.aboutUs02 .hxt-box .page .prev,
.aboutUs02 .object-photo-box .page .prev {
  position: relative;
  background-color: #c5c5c5;
  color: #333;
  font-family: Arial;
}
.aboutUs02 .even-box .page .next,
.aboutUs02 .hxt-box .page .next,
.aboutUs02 .object-photo-box .page .next {
  position: relative;
  background-color: #1d863a;
  color: rgba(255, 255, 255, 0.7);
  font-family: Arial;
}
.aboutUs02 i.icon-jiantou,
.aboutUs02 i.icon-jiantou-copy {
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.aboutUs02 .even-box .page .next:hover i,
.aboutUs02 .hxt-box .page .next:hover i,
.aboutUs02 .object-photo-box .page .next:hover i {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -ms-transform: translateX(30px);
}
.aboutUs02 .even-box .page .next:hover,
.aboutUs02 .hxt-box .page .next:hover,
.aboutUs02 .object-photo-box .page .next:hover {
  color: #fff;
}
.aboutUs02 .even-box .page .prev:hover,
.aboutUs02 .hxt-box .page .prev:hover,
.aboutUs02 .object-photo-box .page .prev:hover {
  color: #fff;
}
.aboutUs02 .even-box .page .prev:hover i,
.aboutUs02 .hxt-box .page .prev:hover i,
.aboutUs02 .object-photo-box .page .prev:hover i {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -ms-transform: translateX(-30px);
}
.aboutUs02 .even-box .show-box {
  position: absolute;
  left: calc(50vw - 600px);
  bottom: 40px;
  overflow: hidden;
  margin-left: 0;
  width: 430px;
  height: 484px;
  background-color: #fff;
  -webkit-box-shadow: 0PX 20px 70px #C5C5C5;
  box-shadow: 0PX 20px 70px #C5C5C5;
}
.aboutUs02 .even-box .page .next::after {
  display: inline-block;
  padding-right: 63px;
  font-size: 16px;
  background: url(../images/icon/i13.png) right 25px no-repeat;
  content: "NEXT";
}
.aboutUs02 .even-box .page .prev::after {
  display: inline-block;
  padding-left: 63px;
  font-size: 16px;
  background: url(../images/icon/i12.png) left 25px no-repeat;
  content: "PREVIEW";
}
.aboutUs02 .show-box ul {
  height: 360px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.aboutUs02 .show-box li {
  float: left;
  padding: 55px 34px 0;
  width: 362px;
}
.aboutUs02 .show-box li .time em {
  float: left;
  font-size: 50px;
  font-weight: bold;
  color: #1d863a;
  font-family: Arial;
}
.aboutUs02 .show-box li .time i {
  float: left;
  margin-left: 4px;
  margin-top: 25px;
  font-size: 18px;
  color: #1d863a;
}
.aboutUs02 .show-box li b {
  margin: 18px 0;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.aboutUs02 .show-box li p {
  padding-left: 20px;
  line-height: 32px;
  font-size: 16px;
  color: #666;
  background: url(../images/icon/i11.png) left 13px no-repeat;
}
@media (max-width: 1200px) {
  .aboutUs02 {
    padding: 0.9rem 0;
    overflow: hidden;
    background-image: url(../images/mobile/page/aboutUs02_bac.jpg);
  }
  .aboutUs02 .next_box {
    display: none;
    margin: 170px auto 0;
  }
  .aboutUs02 .mobile {
    margin-top: 0.4rem;
    display: block;
  }
  .aboutUs02 .swiper-container {
    width: 100%;
  }
  .aboutUs02 .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  .aboutUs02 .gallery-top {
    height: 80%;
    width: 100%;
  }
  .aboutUs02 .gallery-top .next {
    margin: 0.1rem auto;
    padding: 0.45rem 0.35rem 0.66rem;
    width: 4.8rem;
    background: #fff;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  }
  .aboutUs02 .gallery-top .next .time {
    margin-bottom: 0.16rem;
    height: 0.69rem;
    overflow: hidden;
  }
  .aboutUs02 .gallery-top .next .time em {
    float: left;
    font-size: 0.6rem;
    font-weight: 700;
    color: #1d863a;
    font-family: Arial;
  }
  .aboutUs02 .gallery-top .next .time i {
    float: left;
    margin-left: 0.04rem;
    font-size: 0.22rem;
    line-height: 0.9rem;
    color: #1d863a;
  }
  .aboutUs02 .gallery-top .next b {
    margin: 0.04rem auto 0.3rem;
    line-height: 0.36rem;
    font-size: 0.28rem;
    color: #333;
    font-weight: 700;
  }
  .aboutUs02 .gallery-top .next p {
    padding-left: 0.2rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
    color: #666;
    background: url(../images/icon/i11.png) left 0.16rem no-repeat;
    background-size: 0.08rem auto;
  }
  .aboutUs02 .gallery-top .swiper-button-next,
  .aboutUs02 .gallery-top .swiper-button-prev {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.3rem;
  }
  .aboutUs02 .gallery-top .swiper-button-next {
    right: 0.24rem;
    background: url(../images/icon/i15s.png) center no-repeat;
    background-size: 0.59rem auto;
  }
  .aboutUs02 .gallery-top .swiper-button-prev {
    left: 0.24rem;
    background: url(../images/icon/i14.png) center no-repeat;
    background-size: 0.59rem auto;
  }
  .aboutUs02 .gallery-thumbs {
    margin-top: 0.9rem;
    box-sizing: border-box;
  }
  .aboutUs02 .gallery-thumbs::after {
    position: absolute;
    left: 0;
    top: calc(0.135rem - 1px);
    width: 100%;
    height: 1px;
    background: #b7b7b7;
    content: "";
  }
  .aboutUs02 .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    text-align: center;
  }
  .aboutUs02 .gallery-thumbs .swiper-slide div {
    margin-bottom: 0.2rem;
    width: 100%;
    height: 0.27rem;
  }
  .aboutUs02 .gallery-thumbs .swiper-slide i {
    margin: 0.025rem auto 0;
    width: 0.22rem;
    height: 0.22rem;
    border-radius: 0.22rem;
    box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
    background: url(../images/icon/i16.png) center no-repeat;
    background-size: 0.22rem auto;
  }
  .aboutUs02 .gallery-thumbs .swiper-slide p {
    line-height: 0.7rem;
    font-size: 0.44rem;
    color: #666;
    font-family: Arial;
  }
  .aboutUs02 .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }
  .aboutUs02 .gallery-thumbs .swiper-slide-thumb-active i {
    margin-top: 0;
    width: 0.27rem;
    height: 0.27rem;
    border-radius: 0.27rem;
    background: url(../images/icon/i16s.png) center no-repeat;
    background-size: 0.27rem auto;
  }
  .aboutUs02 .gallery-thumbs .swiper-slide-thumb-active p {
    font-size: 0.6rem;
    color: #1d863a;
    font-weight: bold;
  }
}
.aboutUs03 {
  padding: 120px 0 110px;
  background: url(../images/page/aboutUs03_bac1.png) center no-repeat;
  background-size: cover;
}
.aboutUs03 .page_title {
  margin-bottom: 90px;
}
.aboutUs03 .swiper-slide {
  width: 27.7%;
}
.aboutUs03 .swiper-slide .pic {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.aboutUs03 .swiper-slide .pic .bor {
  position: absolute;
  left: 21.06%;
  top: 0;
  width: 57.88%;
  height: 100%;
}
.aboutUs03 .swiper-slide .pic img {
  margin: 0 auto;
  width: 57.88%;
}
.aboutUs03 .swiper-slide .pic i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 3.75%;
  top: 3.31%;
  width: 92.5%;
  height: 93.38%;
}
.aboutUs03 .swiper-slide b {
  transition: all 0.3s;
  opacity: 0;
  margin: 120px auto 0;
  width: calc(100% - 108px - 8%);
  line-height: 54px;
  font-size: 20px;
  color: #333;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.aboutUs03 .swiper-slide.swiper-slide-active b {
  transition: all 0.3s;
  opacity: 1;
}
.aboutUs03 .swiper-slide.slide2 img {
  opacity: 0;
}
.aboutUs03 .swiper-slide.slide2 .bor {
  left: 10%;
  width: 80%;
  background: url(../images/page/aboutUs03_bac4.png) center no-repeat;
  background-size: contain;
}
.aboutUs03 .swiper-slide.slide2 .bor i {
  left: 4.31%;
  top: 18.9%;
  width: 91.38%;
  height: 62.2%;
}
.aboutUs03 .swiper-button-next,
.aboutUs03 .swiper-button-prev {
  transition: all 0.5s;
  top: auto;
  bottom: 0;
  margin: 0;
  width: 54px;
  height: 54px;
}
.aboutUs03 .swiper-button-prev {
  left: 35.65%;
  background: url(../images/icon/i14.png) right center no-repeat;
  background-size: contain;
}
.aboutUs03 .swiper-button-prev:hover {
  transition: all 0.5s;
  background-image: url(../images/icon/i14s.png);
}
.aboutUs03 .swiper-button-next {
  right: 35.65%;
  background: url(../images/icon/i15.png) right center no-repeat;
  background-size: contain;
}
.aboutUs03 .swiper-button-next:hover {
  transition: all 0.5s;
  background-image: url(../images/icon/i15s.png);
}
.aboutUs03 .bac_d {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 194px;
  background: url(../images/page/aboutUs03_bac2.png) center top no-repeat;
  background-size: 32.7% auto;
}
@media (max-width: 1200px) {
  .aboutUs03 {
    padding: 0.86rem 0 1rem;
    background-image: url(../images/mobile/page/aboutUs03_bac1.png);
  }
  .aboutUs03 .page_title {
    margin-bottom: 0.7rem;
  }
  .aboutUs03 .swiper-slide {
    width: 66%;
  }
  .aboutUs03 .swiper-slide .pic .bor {
    left: 21.06%;
    top: 0;
    width: 57.88%;
    height: 100%;
  }
  .aboutUs03 .swiper-slide .pic img {
    margin: 0 auto;
    width: 57.88%;
  }
  .aboutUs03 .swiper-slide .pic i {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 3.75%;
    top: 3.31%;
    width: 92.5%;
    height: 93.38%;
  }
  .aboutUs03 .swiper-slide b {
    margin: 1.5rem auto 0;
    width: calc(100% - 1.2rem);
    line-height: 0.6rem;
    font-size: 0.28rem;
  }
  .aboutUs03 .swiper-slide.slide2 img {
    opacity: 0;
  }
  .aboutUs03 .swiper-slide.slide2 .bor {
    left: 10%;
    width: 80%;
    background: url(../images/page/aboutUs03_bac4.png) center no-repeat;
    background-size: contain;
  }
  .aboutUs03 .swiper-slide.slide2 .bor i {
    left: 4.31%;
    top: 18.9%;
    width: 91.38%;
    height: 62.2%;
  }
  .aboutUs03 .swiper-button-next,
  .aboutUs03 .swiper-button-prev {
    width: 0.6rem;
    height: 0.6rem;
  }
  .aboutUs03 .swiper-button-prev {
    left: 18%;
  }
  .aboutUs03 .swiper-button-next {
    right: 18%;
  }
  .aboutUs03 .bac_d {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2.24rem;
    background: url(../images/page/aboutUs03_bac2.png) center top no-repeat;
    background-size: 70% auto;
  }
}
/*=========== p2-0 解决方案 ===========*/
.solution {
  position: relative;
}
.solution01 {
  position: relative;
}
.solution01 .mySwiper2 .swiper-slide {
  background: #000;
}
.solution01 .mySwiper2 .pic {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.solution01 .mySwiper2 .pic .pc {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution01 .mySwiper2 .pic .mobile {
  display: none;
  width: 100%;
  height: 100%;
}
.solution01 .mySwiper2 .bac {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.solution01 .mySwiper2 .pos {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  color: #fff;
}
.solution01 .mySwiper2 .pos .w1500 {
  transition: all 0.7s 0.8s;
  opacity: 0;
  margin-top: 300px;
}
.solution01 .mySwiper2 .pos b {
  margin-bottom: 90px;
  font-size: 44px;
  font-weight: bold;
}
.solution01 .mySwiper2 .pos .text {
  margin-bottom: 100px;
  width: 39%;
  max-height: 160px;
  line-height: 32px;
  font-size: 18px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.solution01 .mySwiper2 .pos .more {
  display: flex;
}
.solution01 .mySwiper2 .pos .more i {
  transition: all 0.5s;
  padding: 0 55px 0 0;
  font-size: 16px;
  color: #fff;
  background: url(../images/icon/i17.png) right center no-repeat;
}
.solution01 .mySwiper2 .pos .more:hover i {
  transition: all 0.5s;
  padding-left: 20px;
}
.solution01 .mySwiper2 .swiper-slide-active .pos .w1500 {
  transition: all 0.7s 0.8s;
  opacity: 1;
  margin-top: 0px;
}
.solution01 .mySwiper2 .swiper-slide:nth-child(1) .pos .w1500 {
  transition: all 0.7s 0.4s;
}
.solution01 .mySwiper2 .swiper-slide:nth-child(1).swiper-slide-active .pos .w1500 {
  transition: all 0.7s 0.4s;
}
.solution01 .mySwiper2 .swiper-pagination {
  position: absolute;
  left: auto;
  right: 10%;
  bottom: auto;
  top: 0;
  z-index: 3;
  flex-wrap: wrap;
  flex-direction: column;
  width: calc(150px + 160px);
  height: 100vh;
}
.solution01 .mySwiper2 .swiper-pagination div {
  position: relative;
  /* padding-right: calc(100% - 160px); */
  margin: 30px auto !important;
  width: 180px !important;
  height: 62px;
  line-height: 62px;
  background: none !important;
  cursor: pointer;
  z-index: 1;
  display: flex;
  align-items: baseline;
}
.solution01 .mySwiper2 .swiper-pagination div::before {
  transition: all 0.5s;
  width: 40px;
  height: 1px;
  opacity: 0.3;
  position: absolute;
  right: 42px;
  bottom: -26px;
  background: #ffffff;
  content: "";
}
.solution01 .mySwiper2 .swiper-pagination div:last-child:before {
  display: none;
}
.solution01 .mySwiper2 .swiper-pagination div p {
  float: left;
  margin-right: 14px;
  width: calc(100% - 16px - 26px);
  font-size: 24px;
  color: #fff;
  text-align: right;
  position: relative;
  z-index: 1;
}
.solution01 .mySwiper2 .swiper-pagination div b {
  font-size: 48px;
  color: #ffffff;
  font-family: 'DMontserratAlternates';
  opacity: 6%;
  position: absolute;
  bottom: 15px;
  right: 0;
  z-index: -1;
}
.solution01 .mySwiper2 .swiper-pagination div i {
  transition: all 0.5s;
  float: right;
  /* width: 16px;
  height: 62px;
  background: url(../images/icon/i18.png) center no-repeat; */
}
/* .solution01 .mySwiper2 .swiper-pagination div.swiper-pagination-bullet-active::before {
  transition: all 0.5s;
  width: 100%;
} */
.solution01 .mySwiper2 .swiper-pagination div.swiper-pagination-bullet-active i {
  transition: all 0.5s;
  background: url(../images/icon/i18s.png) center no-repeat;
  background-size: 100% auto;
  width: 38px;
  height: 5px;
}
.solution01 .right {
  position: absolute;
  left: 0;
  bottom: 1.1rem;
  z-index: 3;
  width: 100%;
}
.solution01 .mySwiper {
  display: none;
}
.pageFooter {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 40px;
  background: #2c2d2f;
}
.pageFooter .left .icon {
  position: relative;
  float: left;
  margin-right: 20px;
  cursor: pointer;
}
.pageFooter .left .icon p {
  width: 30px;
  height: 40px;
}
.pageFooter .left .icon.icon1 p {
  background: url(../images/icon/i68.png) center no-repeat;
}
.pageFooter .left .icon.icon2 p {
  background: url(../images/icon/i69.png) center no-repeat;
}
.pageFooter .left .icon .pos {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 20px);
  transform: translateX(-50%);
  height: 0;
  overflow: hidden;
}
.pageFooter .left .icon .pos1 {
  width: 101px;
  background: url(../images/icon/i70.png) left center no-repeat;
  background-size: 101px auto;
}
.pageFooter .left .icon .pos1 img {
  display: block;
  margin: 2px 0 0 2px;
  width: 97px;
  height: 97px;
}
.pageFooter .left .icon .pos2 {
  width: 237px;
  background: url(../images/icon/i71.png) left center no-repeat;
  background-size: 237px 55px;
}
.pageFooter .left .icon .pos2 i {
  line-height: 50px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.pageFooter .left .icon:hover p {
  color: #fff;
}
.pageFooter .left .icon:hover .pos1 {
  transition: all 0.9s;
  height: 106px;
}
.pageFooter .left .icon:hover .pos2 {
  transition: all 0.9s;
  height: 55px;
}
.pageFooter .right {
  display: flex;
  line-height: 40px;
  font-size: 14px;
  color: #ccc;
}
.pageFooter .right a {
  color: #ccc;
}
@media (max-width: 1200px) {
  .solution01 .mySwiper2 .pic .pc {
    display: none;
  }
  .solution01 .mySwiper2 .pic .mobile {
    display: block;
  }
  .solution01 .mySwiper2 .pos {
    padding-bottom: 1rem;
  }
  .solution01 .mySwiper2 .pos b {
    margin-bottom: 0.96rem;
    font-size: 0.48rem;
    text-align: center;
  }
  .solution01 .mySwiper2 .pos .text {
    margin-bottom: 1.5rem;
    width: 100%;
    max-height: 1.26rem;
    height: 1.26rem;
    line-height: 0.42rem;
    font-size: 0.28rem;
    -webkit-line-clamp: 3;
    text-align: center;
  }
  .solution01 .mySwiper2 .pos .more {
    justify-content: center;
  }
  .solution01 .mySwiper2 .pos .more i {
    padding: 0 0.88rem 0 0;
    font-size: 0.26rem;
    background: url(../images/icon/i17.png) right center no-repeat;
    background-size: 0.61rem auto;
  }
  .solution01 .mySwiper2 .pos .more:hover i {
    padding-left: 0;
  }
  .solution01 .mySwiper2 .swiper-pagination {
    display: none;
  }
  .solution01 .right .lie {
    position: absolute;
    left: 0;
    top: calc((0.7rem - 1px) * 0.5);
    width: 100%;
    height: 1px;
    background: #fff;
  }
  .solution01 .mySwiper {
    display: block;
  }
  .solution01 .mySwiper .swiper-slide {
    width: 24%;
  }
  .solution01 .mySwiper .swiper-slide i {
    transition: all 0.5s;
    margin-bottom: 0.33rem;
    height: 0.7rem;
    background: url(../images/mobile/icon/i18.png) center no-repeat;
    background-size: 0.7rem auto;
  }
  .solution01 .mySwiper .swiper-slide p {
    transition: all 0.5s;
    font-size: 0.26rem;
    text-align: center;
    color: #fff;
  }
  .solution01 .mySwiper .swiper-slide.swiper-slide-thumb-active i {
    transition: all 0.5s;
    background-image: url(../images/mobile/icon/i18s.png);
  }
  .solution01 .mySwiper .swiper-slide.swiper-slide-thumb-active p {
    transition: all 0.5s;
    font-weight: bold;
  }
  .pageFooter {
    display: none;
  }
}
/*=========== p2-1 解决方案详情 ===========*/
.body_pageNav .page_banner .add {
  bottom: 80px;
}
.solutions {
  position: relative;
}
.solutions01 {
  padding: 178px 0 120px;
}
.solutions01 b {
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.solutions01 i {
  margin: 0 auto 58px;
  width: 141px;
  height: 5px;
  background: url(../images/icon/i20.png) center no-repeat;
  background-size: 100% auto;
}
.solutions01 .text {
  font-size: 18px;
  line-height: 36px;
  color: #333;
}
@media (max-width: 1200px) {
  .solutions01 {
    padding: 2.5rem 0 0.86rem;
  }
  .solutions01 b {
    margin-bottom: 0.3rem;
    font-size: 0.48rem;
  }
  .solutions01 i {
    margin: 0 auto 0.85rem;
    width: 1.67rem;
    height: 3px;
    background: url(../images/icon/i20.png) center no-repeat;
    background-size: 100% auto;
  }
  .solutions01 .text {
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
}
.solutions02 {
  padding: 105px 0;
  position: relative;
  overflow: hidden;
}
.solutions02 .bac {
  position: absolute;
  left: 0;
  top: 0;
  width: 65.9%;
  height: 100%;
  background: #f9f9f9;
}
.solutions02 .right {
  position: absolute;
  right: 0;
  top: 105px;
  width: 53%;
  height: calc(100% - 210px);
}
.solutions02 .right .mySwiper2 {
  height: 100%;
}
.solutions02 .right .mySwiper2 i {
  width: 100%;
  height: 100%;
}
.solutions02 .right .mySwiper2 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon/i23.png) center no-repeat;
  cursor: pointer;
}
.solutions02 .right .mySwiper2 em {
  position: absolute;
  opacity: 0;
}
.solutions02 .left {
  float: left;
  width: 42%;
}
.solutions02 .left .text {
  margin-bottom: 22px;
  min-height: 268px;
}
.solutions02 .left .text b {
  transition: all 0.5s;
  margin-bottom: 35px;
  padding-left: 34px;
  font-size: 24px;
  line-height: 32px;
  color: #666;
  background: url(../images/icon/i22.png) left 3px no-repeat;
}
.solutions02 .left .text b.cur {
  transition: all 0.5s;
  color: #333;
  font-weight: bold;
  background-image: url(../images/icon/i21.png);
}
.solutions02 .left .next {
  position: relative;
}
.solutions02 .left .mySwiper {
  margin: 0 76px;
}
.solutions02 .left .swiper-slide {
  height: 108px;
  cursor: pointer;
}
.solutions02 .left .swiper-slide i {
  width: 100%;
  height: 100%;
}
.solutions02 .left .swiper-slide .bor {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: #1d863a 3px solid;
}
.solutions02 .left .swiper-slide.swiper-slide-thumb-active .bor {
  transition: all 0.5s;
  opacity: 1;
}
.solutions02 .left .swiper-button-next,
.solutions02 .left .swiper-button-prev {
  transition: all 0.5s;
  width: 46px;
  height: 46px;
}
.solutions02 .left .swiper-button-prev {
  left: 0%;
  background: url(../images/icon/i14.png) right center no-repeat;
  background-size: contain;
}
.solutions02 .left .swiper-button-prev:hover {
  transition: all 0.5s;
  background-image: url(../images/icon/i14s.png);
}
.solutions02 .left .swiper-button-next {
  right: 0%;
  background: url(../images/icon/i15.png) right center no-repeat;
  background-size: contain;
}
.solutions02 .left .swiper-button-next:hover {
  transition: all 0.5s;
  background-image: url(../images/icon/i15s.png);
}
@media (max-width: 1200px) {
  .solutions02 {
    padding: 0 0 1.1rem;
    background: #f9f9f9;
  }
  .solutions02 .bac {
    display: none;
  }
  .solutions02 .right {
    position: relative;
    right: auto;
    top: auto;
    width: 100% !important;
    height: 4.24rem;
  }
  .solutions02 .right .mySwiper2 {
    height: 100%;
  }
  .solutions02 .right .mySwiper2 i {
    width: 100%;
    height: 100%;
  }
  .solutions02 .right .mySwiper2 span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon/i23.png) center no-repeat;
    cursor: pointer;
  }
  .solutions02 .right .mySwiper2 em {
    position: absolute;
    opacity: 0;
  }
  .solutions02 .left {
    padding-top: 0.7rem;
    width: 100%;
  }
  .solutions02 .left .text {
    min-height: 1rem;
  }
  .solutions02 .left .text b {
    margin-bottom: 0.5rem;
    padding-left: 0.38rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    background: url(../images/icon/i21.png) left 0.09rem no-repeat;
    background-size: auto 0.3rem;
  }
  .solutions02 .left .text i {
    margin-bottom: 0.7rem;
    padding-left: 0.38rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    background: url(../images/icon/i22.png) left 0.09rem no-repeat;
    background-size: auto 0.3rem;
  }
  .solutions02 .left .mySwiper {
    margin: 0 1.04rem;
  }
  .solutions02 .left .swiper-slide {
    height: 1.28rem;
  }
  .solutions02 .left .swiper-button-next,
  .solutions02 .left .swiper-button-prev {
    margin-top: -0.27rem;
    width: 0.54rem;
    height: 0.54rem;
  }
}
.solutions03 {
  padding: 105px 0;
}
.solutions03 .page_title {
  margin-bottom: 70px;
}
.solutions03 .swiper a {
  position: relative;
  float: left;
  margin: 0 2.8% 2.8% 0;
  width: 48.6%;
  height: 140px;
  border-radius: 6px;
  background: #f9f9f9;
  overflow: hidden;
}
.solutions03 .swiper a::before {
  transition: all 0.8s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background: #1d863a;
  content: " ";
}
.solutions03 .swiper a:nth-child(2n) {
  margin-right: 0;
}
.solutions03 .swiper a:nth-child(3),
.solutions03 .swiper a:nth-child(4) {
  margin-bottom: 0;
}
.solutions03 .swiper a .bor {
  padding: 36px 9.6% 0 8%;
}
.solutions03 .swiper a .sum {
  float: left;
  width: 12.6%;
  line-height: 68px;
  font-size: 24px;
  color: #1d863a;
  font-weight: bold;
  font-family: Arial;
}
.solutions03 .swiper a .text {
  transition: all 0.7s;
  float: left;
  padding-right: 50px;
  width: calc(100% - 12.6% - 50px);
  background: url(../images/icon/i25.png) right center no-repeat;
}
.solutions03 .swiper a .text b {
  margin-bottom: 13px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.solutions03 .swiper a .text i {
  font-size: 18px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.solutions03 .swiper a:hover::before {
  transition: all 0.8s;
  width: 100%;
}
.solutions03 .swiper a:hover .text {
  transition: all 0.7s;
  background-image: url(../images/icon/i25s.png);
}
.solutions03 .swiper a:hover .text b {
  color: #1d863a;
}
@media (max-width: 1200px) {
  .solutions03 {
    padding: 0.8rem 0 1rem;
  }
  .solutions03 .page_title {
    margin-bottom: 0.6rem;
  }
  .solutions03 .swiper a {
    margin: 0 0 0.5rem 0;
    width: 100%;
    height: 2.3rem;
    border-radius: 0.08rem;
  }
  .solutions03 .swiper a::before {
    display: none;
  }
  .solutions03 .swiper a:nth-child(3) {
    margin-bottom: 0.5rem;
  }
  .solutions03 .swiper a .bor {
    padding: 0.65rem 0.4rem 0;
  }
  .solutions03 .swiper a .sum {
    width: 0.7rem;
    line-height: 0.98rem;
    font-size: 0.36rem;
  }
  .solutions03 .swiper a .text {
    padding-right: 0.8rem;
    width: calc(100% - 0.7rem - 0.8rem);
    background-size: 0.54rem auto;
  }
  .solutions03 .swiper a .text b {
    margin-bottom: 0.16rem;
    font-size: 0.36rem;
  }
  .solutions03 .swiper a .text i {
    font-size: 0.26rem;
  }
}
/*=========== p3-1 产品列表 ===========*/
.product01 {
  position: relative;
  padding: 118px 0;
  overflow: hidden;
}
.product01 .w1500 {
  position: relative;
  z-index: 3;
}
.product01 .left {
  float: left;
  width: 25%;
}
.product01 .left b {
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: bold;
  color: #333;
}
.product01 .left i {
  margin: 0 0 58px;
  width: 141px;
  height: 5px;
  background: url(../images/icon/i20.png) center no-repeat;
  background-size: 100% auto;
}
.product01 .text {
  float: right;
  width: 71.6%;
  font-size: 20px;
  line-height: 36px;
  color: #333;
}
.product01 .this {
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 110%;
  overflow: hidden;
}
.product01 .this canvas {
  height: 100% !important;
}
@media (max-width: 1200px) {
  .product01 {
    padding: 0.8rem 0 0.9rem;
  }
  .product01 .left {
    width: 100%;
  }
  .product01 .left b {
    margin-bottom: 0.3rem;
    font-size: 0.38rem;
  }
  .product01 .left i {
    margin: 0 0 0.5rem;
    width: 1.4rem;
    height: 0.05rem;
  }
  .product01 .text {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
}
.product02 {
  padding: 116px 0 120px;
  background: #f9f9f9;
  /* .tab_next{
        margin-left: -70px;
        width: calc(100% + 140px);
        .pc{
            .swiper-button-next, .swiper-button-prev{
                transition: all 0.5s;
                margin-top: -55px;
                width: 44px;
                height: 44px;
            }
            .swiper-button-prev{
                left: 0%;
                background: url(../images/icon/i14.png) right center no-repeat;
                background-size: contain;
                &:hover{
                    transition: all 0.5s;
                    background-image: url(../images/icon/i14s.png); 
                }
            }
            .swiper-button-next{
                right:0%;
                background: url(../images/icon/i15.png) right center no-repeat;
                background-size: contain;
                &:hover{
                    transition: all 0.5s;
                    background-image: url(../images/icon/i15s.png); 
                }
            }
            .swiper-pagination .swiper-pagination-bullet{
                margin-top: 60px !important;
            }
        }
    } */
}
.product02 .tit {
  margin-bottom: 60px;
  font-size: 51px;
  font-weight: bold;
  text-align: center;
}
.product02 .tab_title {
  margin-bottom: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product02 .tab_title a {
  position: relative;
  margin: 0 19px;
  width: 195px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  border-radius: 80px;
  text-align: center;
  color: #595959;
  background: #fff;
  border: #1d863a 1px solid;
  cursor: pointer;
  overflow: hidden;
}
.product02 .tab_title a::before {
  transition: all 0.6s;
  opacity: 0;
  transform: scale(1);
  position: absolute;
  left: 30%;
  bottom: 10%;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #1d863a;
  content: "";
}
.product02 .tab_title a i {
  position: relative;
  z-index: 2;
}
.product02 .tab_title a.cur,
.product02 .tab_title a:hover {
  color: #fff;
}
.product02 .tab_title a.cur::before,
.product02 .tab_title a:hover::before {
  transition: all 0.6s;
  opacity: 1;
  transform: scale(8.4);
}
.product02 .swiper {
  /* .swiper-slide>div.clearfix{
            margin: 0 70px;
        } */
}
.product02 .swiper a {
  float: left;
  margin: 2.6% 2.6% 0 0;
  width: 23.05%;
  height: 340px;
  border-radius: 6px;
  background: #fff url(../images/icon/i42.png) left center no-repeat;
  background-size: cover;
}
.product02 .swiper a:nth-child(4n) {
  margin-right: 0;
}
.product02 .swiper a .icon {
  padding: 52px 0 25px;
  margin: 0 auto;
  width: 113px;
  height: 113px;
}
.product02 .swiper a .icon img {
  transition: all 0.5s;
  transform: rotateY(0deg);
  width: 100%;
  height: 100%;
}
.product02 .swiper a b {
  padding: 0 10px 50px;
  font-size: 26px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.product02 .swiper a .more {
  display: flex;
  justify-content: center;
}
.product02 .swiper a .more i {
  padding-right: 40px;
  font-size: 13px;
  color: #595959;
  background: url(../images/icon/i43.png) right center no-repeat;
}
.product02 .swiper a:hover .icon img {
  transition: all 0.5s;
  transform: rotateY(180deg);
}
.product02 .swiper a:hover b {
  color: #408444;
}
.product02 .swiper a:hover .more i {
  color: #408444;
}
.product02 .mobile {
  display: none;
}
@media (max-width: 1200px) {
  .product02 {
    padding: 0.9rem 0;
    /* .tab_next{
            margin-left:0;
            width: 100%;
        } */
  }
  .product02 .tit {
    margin-bottom: 0.56rem;
    font-size: 0.48rem;
  }
  .product02 .tab_title {
    margin-bottom: 0.6rem;
  }
  .product02 .tab_title a {
    margin: 0 0.1rem;
    width: 1.51rem;
    height: 0.68rem;
    line-height: 0.68rem;
    font-size: 0.26rem;
    border-radius: 0.68rem;
  }
  .product02 .tab_title a::before {
    width: 0.3rem;
    height: 0.3rem;
  }
  .product02 .swiper a {
    margin: 2.6% 4% 0 0;
    width: 48%;
    height: 3.4rem;
    border-radius: 0.08rem;
    background: #fff url(../images/icon/i42.png) left center no-repeat;
    background-size: cover;
  }
  .product02 .swiper a:nth-child(2n) {
    margin-right: 0;
  }
  .product02 .swiper a .icon {
    padding: 0.5rem 0 0.26rem;
    width: 1.13rem;
    height: 1.13rem;
  }
  .product02 .swiper a b {
    padding: 0 0.1rem 0.4rem;
    font-size: 0.3rem;
  }
  .product02 .swiper a .more i {
    padding-right: 0.51rem;
    font-size: 0.24rem;
    background-size: 0.37rem auto;
  }
  .product02 .swiper a:hover .icon img {
    transition: all 0.5s;
    transform: rotateY(180deg);
  }
  .product02 .swiper a:hover b {
    color: #408444;
  }
  .product02 .swiper a:hover .more i {
    color: #408444;
  }
  .product02 .pc {
    display: none;
  }
  .product02 .mobile {
    display: block;
  }
}
.product03 {
  padding: 130px 0;
  background: url(../images/page/product03_bac.jpg) center no-repeat;
  background-size: cover;
}
.product03 b {
  margin-bottom: 46px;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.product03 i {
  margin: 0 auto 58px;
  width: 141px;
  height: 5px;
  background: url(../images/icon/i20.png) center no-repeat;
  background-size: 100% auto;
}
.product03 .text {
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  text-align: center;
}
.product03 .more {
  display: flex;
  justify-content: center;
}
.product03 .more em {
  padding-right: 56px;
  font-size: 13px;
  color: #fff;
  background: url(../images/icon/i44.png) right center no-repeat;
}
@media (max-width: 1200px) {
  .product03 {
    padding: 0.9rem 0;
    background-image: url(../images/mobile/page/product03_bac.jpg);
  }
  .product03 b {
    margin-bottom: 0.38rem;
    font-size: 0.48rem;
  }
  .product03 i {
    margin: 0 auto 0.56rem;
    width: 1.41rem;
    height: 0.05rem;
  }
  .product03 .text {
    margin-bottom: 0.8rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .product03 .more em {
    padding-right: 0.56rem;
    font-size: 0.24rem;
    background-size: 0.44rem auto;
  }
}
/*=========== p3-1-1 产品详情1 ===========*/
.productOne01 {
  padding: 128px 0 134px;
}
.productOne01 .left {
  float: left;
  padding-top: 146px;
  width: 46%;
}
.productOne01 .left b {
  margin-bottom: 40px;
  font-size: 56px;
  font-weight: bold;
  color: #333;
}
.productOne01 .left i {
  margin: 0 0 58px;
  width: 141px;
  height: 5px;
  background: url(../images/icon/i20.png) center no-repeat;
  background-size: 100% auto;
}
.productOne01 .left .text {
  font-size: 20px;
  line-height: 40px;
  color: #333;
}
.productOne01 .right {
  float: right;
  width: 44.66%;
  height: 674px;
  overflow: hidden;
}
.productOne01 .right i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.productOne01 .right:hover i {
  transition: all 0.5s;
  transform: scale(1.08);
}
@media (max-width: 1200px) {
  .productOne01 {
    padding: 0.9rem 0 1rem;
  }
  .productOne01 .left {
    padding: 0 0 0.5rem;
    width: 100%;
  }
  .productOne01 .left b {
    margin-bottom: 0.36rem;
    font-size: 0.48rem;
  }
  .productOne01 .left i {
    margin: 0 0 0.5rem;
    width: 1.4rem;
    height: 0.05rem;
  }
  .productOne01 .left .text {
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .productOne01 .right {
    width: 100%;
    height: 6.7rem;
  }
}
.productOne02 {
  padding: 125px 0 130px;
  background: url(../images/page/productOne02_bac.jpg) center no-repeat;
  background-size: cover;
}
.productOne02 .page_title {
  position: relative;
  margin-bottom: 48px;
}
.productOne02 .page_title b {
  float: left;
  line-height: 66px;
}
.productOne02 .page_title .fr {
  display: flex;
  margin-top: 25px;
  font-size: 18px;
  color: #333;
}
.productOne02 .page_title .fr a {
  color: #1d863a;
}
.productOne02 .page_title .tab_title {
  padding: 30px 50px 0;
  width: calc(100% - 100px);
  display: flex;
  justify-content: left;
  align-items: center;
}
.productOne02 .page_title .tab_title a {
  position: relative;
  margin-right: 40px;
  width: 180px;
  height: 66px;
  line-height: 66px;
  font-size: 24px;
  border-radius: 80px;
  text-align: center;
  color: #595959;
  background: #fff;
  border: #1d863a 1px solid;
  cursor: pointer;
  overflow: hidden;
}
.productOne02 .page_title .tab_title a::before {
  transition: all 0.6s;
  opacity: 0;
  transform: scale(1);
  position: absolute;
  left: 30%;
  bottom: 10%;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #1d863a;
  content: "";
}
.productOne02 .page_title .tab_title a em {
  position: relative;
  z-index: 2;
}
.productOne02 .page_title .tab_title a.cur,
.productOne02 .page_title .tab_title a:hover {
  color: #fff;
}
.productOne02 .page_title .tab_title a.cur::before,
.productOne02 .page_title .tab_title a:hover::before {
  transition: all 0.6s;
  opacity: 1;
  transform: scale(8.4);
}
.productOne02 .text_box .fr {
  display: flex;
  margin-top: 20px;
  font-size: 18px;
  color: #333;
}
.productOne02 .text_box .fr a {
  color: #1d863a;
}
.productOne02 .swiper .swiper-slide > div.clearfix {
  margin: 0 100px;
}
.productOne02 .swiper a {
  float: left;
  margin: 1.3% 2.6% 1.3% 0;
  width: 23.05%;
  height: 350px;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}
.productOne02 .swiper a:nth-child(4n) {
  margin-right: 0;
}
.productOne02 .swiper a .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 245px;
  background: #f4f4f4;
}
.productOne02 .swiper a .pic img {
  max-width: 70%;
  max-height: 70%;
}
.productOne02 .swiper a .text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 105px;
  overflow: hidden;
}
.productOne02 .swiper a .text::before {
  transition: all 0.6s;
  opacity: 0;
  transform: scale(1);
  position: absolute;
  left: 45%;
  bottom: 45%;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #1d863a;
  content: "";
}
.productOne02 .swiper a .text p {
  position: relative;
  z-index: 2;
  font-size: 22px;
  color: #333;
  text-align: center;
}
.productOne02 .swiper a.cur .text::before,
.productOne02 .swiper a:hover .text::before {
  transition: all 0.6s;
  opacity: 1;
  transform: scale(13.2);
}
.productOne02 .swiper a.cur .text p,
.productOne02 .swiper a:hover .text p {
  color: #fff;
}
.productOne02 .pc {
  margin-left: -50px;
  width: calc(100% + 100px);
}
.productOne02 .pc .swiper-button-next,
.productOne02 .pc .swiper-button-prev {
  transition: all 0.5s;
  margin-top: -72px;
  width: 74px;
  height: 75px;
}
.productOne02 .pc .swiper-button-prev {
  left: 0%;
  background: url(../images/icon/i72.png) right center no-repeat;
  background-size: contain;
}
.productOne02 .pc .swiper-button-prev:hover {
  transition: all 0.5s;
  background-image: url(../images/icon/i72s.png);
}
.productOne02 .pc .swiper-button-next {
  right: 0%;
  background: url(../images/icon/i73.png) right center no-repeat;
  background-size: contain;
}
.productOne02 .pc .swiper-button-next:hover {
  transition: all 0.5s;
  background-image: url(../images/icon/i73s.png);
}
.productOne02 .pc .swiper-pagination .swiper-pagination-bullet {
  margin-top: 60px !important;
}
.productOne02 .mobile {
  display: none;
}
@media (max-width: 1200px) {
  .productOne02 {
    padding: 0.9rem 0 1rem;
    background-image: url(../images/page/productOne02_bac.jpg);
  }
  .productOne02 .page_title {
    margin-bottom: 0.4rem;
  }
  .productOne02 .page_title b {
    margin-bottom: 0.6rem;
    line-height: 0.4rem;
  }
  .productOne02 .page_title .fr {
    float: left;
    margin-top: 0.48rem;
    font-size: 0.28rem;
  }
  .productOne02 .page_title .tab_title {
    float: left;
    padding: 0;
    width: 100%;
  }
  .productOne02 .page_title .tab_title a {
    margin: 0 0.1rem;
    width: 1.51rem;
    height: 0.68rem;
    line-height: 0.68rem;
    font-size: 0.26rem;
    border-radius: 0.68rem;
  }
  .productOne02 .page_title .tab_title a::before {
    width: 0.3rem;
    height: 0.3rem;
  }
  .productOne02 .text_box .fr {
    font-size: 0.24rem;
  }
  .productOne02 .swiper a {
    margin: 4% 4% 0 0;
    width: 48%;
    height: 3.6rem;
    border-radius: 0.08rem;
  }
  .productOne02 .swiper a:nth-child(2n) {
    margin-right: 0;
  }
  .productOne02 .swiper a .pic {
    height: 2.4rem;
  }
  .productOne02 .swiper a .pic img {
    max-width: 80%;
    max-height: 70%;
  }
  .productOne02 .swiper a .text {
    padding: 0 0.12rem;
    height: 1.2rem;
  }
  .productOne02 .swiper a .text::before {
    left: 40%;
    width: 0.32rem;
    height: 0.32rem;
  }
  .productOne02 .swiper a .text p {
    font-size: 0.28rem;
  }
  .productOne02 .pc {
    display: none;
  }
  .productOne02 .mobile {
    display: block;
  }
}
.productOne04 {
  padding: 120px 0;
  background: #f9f9f9;
}
.productOne04 .page_title {
  margin-bottom: 60px;
}
.productOne04 .swiper-slide {
  width: 64.47%;
}
.productOne04 .swiper-slide .bor {
  position: relative;
  margin: 0 15px;
  border-radius: 6px;
  overflow: hidden;
}
.productOne04 .swiper-slide .pic {
  width: 100%;
  height: 560px;
  overflow: hidden;
}
.productOne04 .swiper-slide .pic i {
  transition: all 0.8s 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productOne04 .swiper-slide .pic .pc {
  display: block;
}
.productOne04 .swiper-slide .pic .mobile {
  display: none;
}
.productOne04 .swiper-slide .pos {
  transition: all 0.5s;
  opacity: 0 !important;
  position: absolute;
  left: 0;
  top: 150px;
  width: 100%;
}
.productOne04 .swiper-slide .pos b {
  margin-bottom: 70px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.productOne04 .swiper-slide .pos .text {
  margin: 0 auto 8px;
  width: 50%;
  height: 144px;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.productOne04 .swiper-slide .pos .more {
  display: flex;
  justify-content: center;
}
.productOne04 .swiper-slide .pos .more em {
  padding-right: 56px;
  font-size: 13px;
  color: #fff;
  background: url(../images/icon/i44.png) right center no-repeat;
}
.productOne04 .swiper-slide.swiper-slide-active .pic i {
  transition: all 0.8s 0.5s;
  transform: scale(1.16);
}
.productOne04 .swiper-slide.swiper-slide-active .pos {
  transition: all 0.5s;
  opacity: 1 !important;
}
.productOne04 .swiper-button-next,
.productOne04 .swiper-button-prev {
  transition: all 0.5s;
  width: 74px;
  height: 74px;
}
.productOne04 .swiper-button-prev {
  left: 22.8%;
  background: url(../images/icon/i45.png) right center no-repeat;
  background-size: contain;
}
.productOne04 .swiper-button-prev:hover {
  transition: all 0.5s;
  background-image: url(../images/icon/i45s.png);
}
.productOne04 .swiper-button-next {
  right: 22.8%;
  background: url(../images/icon/i46.png) right center no-repeat;
  background-size: contain;
}
.productOne04 .swiper-button-next:hover {
  transition: all 0.5s;
  background-image: url(../images/icon/i46s.png);
}
@media (max-width: 1200px) {
  .productOne04 {
    padding: 1rem 0;
  }
  .productOne04 .page_title {
    margin-bottom: 0.5rem;
  }
  .productOne04 .swiper-slide {
    width: 90%;
  }
  .productOne04 .swiper-slide .bor {
    margin: 0 0.15rem;
    border-radius: 0.08rem;
  }
  .productOne04 .swiper-slide .pic {
    height: 6.26rem;
  }
  .productOne04 .swiper-slide .pic .pc {
    display: none;
  }
  .productOne04 .swiper-slide .pic .mobile {
    display: block;
  }
  .productOne04 .swiper-slide .pos {
    top: 1.4rem;
  }
  .productOne04 .swiper-slide .pos b {
    margin-bottom: 0.55rem;
    font-size: 0.36rem;
  }
  .productOne04 .swiper-slide .pos .text {
    margin: 0 auto 0.46rem;
    width: 80%;
    height: 1.68rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .productOne04 .swiper-slide .pos .more em {
    padding-right: 0.67rem;
    font-size: 0.24rem;
    background-size: 0.5rem auto;
  }
  .productOne04 .swiper-button-next,
  .productOne04 .swiper-button-prev {
    display: none;
  }
}
/*=========== p3-1-2 产品详情2 ===========*/
.productTwo01 .text b {
  margin-bottom: 45px;
  font-size: 26px;
  color: #333;
}
.productTwo01 .text p {
  font-size: 18px;
  line-height: 36px;
  color: #848484;
}
@media (max-width: 1200px) {
  .productTwo01 .text b {
    margin-bottom: 0.3rem;
    line-height: 0.46rem;
    font-size: 0.32rem;
  }
  .productTwo01 .text p {
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
}
.productTwo02 {
  background: url(../images/page/productTwo02_bac.jpg) center no-repeat;
  background-size: cover;
}
.productTwo02 .w1500 {
  position: relative;
  padding: 150px 0;
}
.productTwo02 .bac {
  position: absolute;
  right: 31.5%;
  top: 5%;
  width: 56.46%;
  height: 90%;
  background: url(../images/page/productTwo02_bac2.png) right center no-repeat;
  background-size: auto 100%;
}
.productTwo02 .left {
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  width: 180px;
  height: 560px;
}
.productTwo02 .left em {
  margin-bottom: 30px;
  font-size: 26px;
  color: #1d863a;
  font-weight: bold;
}
.productTwo02 .cen {
  float: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 54%;
  height: 560px;
}
.productTwo02 .cen img {
  max-width: 100%;
  max-height: 100%;
}
.productTwo02 .right {
  float: right;
  width: 26.6%;
}
.productTwo02 .right .swiper {
  height: 560px;
}
.productTwo02 .right .swiper-slide {
  transition: all 0.5s;
  opacity: 0.6;
  margin-bottom: 60px;
  height: auto;
}
.productTwo02 .right .swiper-slide b {
  margin-bottom: 20px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.productTwo02 .right .swiper-slide p {
  line-height: 36px;
  font-size: 18px;
  color: #666;
}
.productTwo02 .right .swiper-slide.swiper-slide-active {
  transition: all 0.5s;
  opacity: 1;
}
@media (max-width: 1200px) {
  .productTwo02 {
    background-image: url(../images/mobile/page/productTwo02_bac.jpg);
  }
  .productTwo02 .w1500 {
    padding: 0.8rem 0;
  }
  .productTwo02 .bac {
    display: none;
  }
  .productTwo02 .left {
    width: 100%;
    height: auto;
  }
  .productTwo02 .left em {
    margin-bottom: 0.25rem;
    font-size: 0.26rem;
  }
  .productTwo02 .cen {
    margin-top: 1.2rem;
    width: 100%;
    height: auto;
  }
  .productTwo02 .right {
    width: 100%;
  }
  .productTwo02 .right .swiper {
    margin-top: 0.5rem;
    height: 5.6rem;
  }
  .productTwo02 .right .swiper-slide {
    margin: 0.2rem auto;
  }
  .productTwo02 .right .swiper-slide b {
    margin-bottom: 0.1rem;
    font-size: 0.32rem;
  }
  .productTwo02 .right .swiper-slide p {
    line-height: 0.36rem;
    font-size: 0.28rem;
  }
}
.productTwo03 {
  padding: 170px 0 85px;
  background: url(../images/page/productTwo03_bac.jpg) center no-repeat;
  background-size: cover;
}
.productTwo03 .title {
  background: url(../images/icon/i47.png) right top no-repeat;
  border-bottom: #1d863a 4px solid;
}
.productTwo03 .title i {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  color: #1d863a;
}
.productTwo03 .title b {
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: bold;
  color: #333;
}
.productTwo03 .next {
  margin-top: 20px;
  max-height: 556px;
  overflow-y: auto;
}
.productTwo03 .next::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
.productTwo03 .next::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  margin: 0 1px;
  border-radius: 4px;
  background-color: #1d863a;
}
.productTwo03 .next::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 4px;
  background: rgba(255, 255, 255, 0);
}
.productTwo03 .next li {
  float: left;
  display: flex;
  align-items: center;
  margin-right: 4%;
  width: 46%;
  height: 137px;
  font-size: 18px;
  color: #333;
  border-bottom: #e6e6e6 2px solid;
}
.productTwo03 .next li i {
  width: 29%;
  font-weight: bold;
}
.productTwo03 .next li p {
  width: 70%;
}
.productTwo03 .infuse {
  margin-top: 85px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.productTwo03 .infuse dt {
  float: left;
}
.productTwo03 .infuse dd {
  float: left;
  width: calc(100% - 50px);
}
@media (max-width: 1200px) {
  .productTwo03 {
    padding: 1rem 0;
    background-image: url(../images/mobile/page/productTwo03_bac.jpg);
  }
  .productTwo03 .w1500 {
    padding: 0.48rem 0.4rem;
    width: calc(92% - 0.8rem);
    border-radius: 0.08rem;
    background: rgba(255, 255, 255, 0.6);
  }
  .productTwo03 .title {
    background-size: auto 1.1rem;
    border-bottom-width: 0.04rem;
  }
  .productTwo03 .title i {
    margin-bottom: 0.2rem;
    font-size: 0.26rem;
  }
  .productTwo03 .title b {
    margin-bottom: 0.56rem;
    font-size: 0.44rem;
  }
  .productTwo03 .next {
    margin-top: 0.4rem;
    max-height: 7.6rem;
  }
  .productTwo03 .next li {
    padding: 0.3rem 0;
    margin: 0 4%;
    width: 92%;
    height: auto;
    font-size: 0.28rem;
  }
  .productTwo03 .next li i {
    width: 29%;
  }
  .productTwo03 .next li p {
    width: 70%;
  }
  .productTwo03 .infuse {
    margin: 0.4rem 4% 0;
    line-height: 0.46rem;
    font-size: 0.24rem;
  }
  .productTwo03 .infuse dd {
    width: calc(100% - 0.5rem);
  }
}
/*=========== p5-1 新闻列表-企业新闻 ===========*/
.new {
  background: #f9f9f9;
}
.new01 {
  padding: 130px 0;
}
.new01 .list a {
  float: left;
  margin: 0 5% 5% 0;
  width: 30%;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}
.new01 .list a:nth-child(3n) {
  margin-right: 0;
}
.new01 .list a .pic {
  width: 100%;
  height: 253px;
  overflow: hidden;
}
.new01 .list a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.new01 .list a .text {
  position: relative;
  padding: 40px 35px 0;
  height: 187px;
}
.new01 .list a .text::before {
  transition: all 0.6s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon/i49.png) center no-repeat;
  background-size: cover;
  content: "";
}
.new01 .list a .text i {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  padding-left: 39px;
  font-size: 18px;
  font-family: Arial;
  color: #666;
  background: url(../images/icon/i48.png) left center no-repeat;
}
.new01 .list a .text b {
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
  height: 60px;
  line-height: 30px;
  font-size: 20px;
  color: #333;
}
.new01 .list a .text .more {
  position: relative;
  z-index: 2;
}
.new01 .list a .text .more em {
  float: right;
  padding-right: 52px;
  font-size: 16px;
  color: #fff;
  background: url(../images/icon/i44.png) right center no-repeat;
}
.new01 .list a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.new01 .list a:hover .text::before {
  transition: all 0.6s;
  opacity: 1;
}
.new01 .list a:hover .text i {
  color: #fff;
  background-image: url(../images/icon/i48s.png);
}
.new01 .list a:hover .text b {
  color: #fff;
}
@media (max-width: 1200px) {
  .new01 {
    padding: 0.8rem 0 1rem;
  }
  .new01 .list {
    margin-bottom: 0.2rem;
  }
  .new01 .list a {
    margin: 0 0 0.6rem 0;
    width: 100%;
    border-radius: 0.08rem;
  }
  .new01 .list a .pic {
    height: 3.9rem;
  }
  .new01 .list a .text {
    padding: 0.4rem;
    height: auto;
  }
  .new01 .list a .text::before {
    display: none;
  }
  .new01 .list a .text i {
    margin-bottom: 0.3rem;
    padding-left: 0.55rem;
    font-size: 0.26rem;
    background-size: 0.3rem auto;
  }
  .new01 .list a .text b {
    margin-bottom: 0;
    height: auto;
    line-height: 0.48rem;
    font-size: 0.32rem;
  }
  .new01 .list a .text .more {
    display: none;
  }
}
/*=========== p5-1 新闻列表-视频中心 ===========*/
.new_v .new01 .list a {
  cursor: pointer;
}
.new_v .new01 .list a .text {
  position: relative;
  height: 137px;
}
.new_v .new01 .list a em {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
/*=========== p5-1-1-新闻详情 ===========*/
.new_xq {
  margin-top: 100px;
}
.new_xq .new_01 {
  margin-bottom: 80px;
  padding: 60px 0 0;
  background: #fff;
}
.new_xq .new_01 .title {
  padding: 0 0 10px;
  line-height: 45px;
  font-size: 30px;
  text-align: center;
  color: #333;
}
.new_xq .new_01 .cen {
  position: relative;
  z-index: 2;
  padding: 18px 0 29px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  border-bottom: #e5e5e5 1px solid;
}
.new_xq .new_01 .cen .cen_box {
  display: flex;
  justify-content: center;
  line-height: 30px;
  color: #999;
  font-size: 16px;
}
.new_xq .new_01 .cen .cen_box i {
  margin-right: 30px;
  display: inline-block;
}
.new_xq .new_01 .cen span {
  display: inline-block;
}
.new_xq .new_01 .cen span.big,
.new_xq .new_01 .cen span.middle,
.new_xq .new_01 .cen span.small {
  margin-top: 4px;
  width: 39px;
  height: 22px;
  border-right: #c6c6c6 1px solid;
  cursor: pointer;
}
.new_xq .new_01 .cen span.big {
  background: url(../images/icon/icon_34.png) center no-repeat;
}
.new_xq .new_01 .cen span.big:hover,
.new_xq .new_01 .cen span.big.cur {
  background: url(../images/icon/icon_34s.png) center no-repeat;
}
.new_xq .new_01 .cen span.middle {
  background: url(../images/icon/icon_35.png) center no-repeat;
}
.new_xq .new_01 .cen span.middle:hover,
.new_xq .new_01 .cen span.middle.cur {
  background: url(../images/icon/icon_35s.png) center no-repeat;
}
.new_xq .new_01 .cen span.small {
  background: url(../images/icon/icon_36.png) center no-repeat;
}
.new_xq .new_01 .cen span.small:hover,
.new_xq .new_01 .cen span.small.cur {
  background: url(../images/icon/icon_36s.png) center no-repeat;
}
.new_xq .new_01 .cen span.cur {
  color: #1e6874;
}
.new_xq .new_01 .cen .icon-share {
  height: 30px;
  cursor: pointer;
}
.new_xq .new_01 .cen .icon-share .icon_box {
  width: auto;
  margin-right: 0;
  padding: 0 40px 0 25px;
  background: url(../images/icon/icon_67.png) 73px center no-repeat;
}
.new_xq .new_01 .cen .icon-share .icon_box::before {
  display: none;
}
.new_xq .new_01 .cen .icon-wb {
  height: 30px;
}
.new_xq .new_01 .cen .pos_box .Smohan_Layer_box {
  height: 1px;
  overflow: hidden;
}
.new_xq .new_01 .text {
  font-size: 18px;
  color: #666;
  line-height: 36px;
  word-wrap: break-word;
  word-break: normal;
}
.new_xq .new_01 .text p {
  text-indent: 2em;
  text-align: justify;
}
.new_xq .new_01 .text p:has(img) {
  text-indent: 0em;
}
.new_xq .new_01 .text img {
  display: block;
  margin: 15px auto;
  max-width: 70%;
  height: auto !important;
}
.new_xq .new_01 .text video {
  display: block;
  margin: 30px auto;
  width: 80%;
  max-width: 100%;
  height: auto !important;
}
.new_xq .new_01 .text span,
.new_xq .new_01 .text i,
.new_xq .new_01 .text em,
.new_xq .new_01 .text a,
.new_xq .new_01 .text b {
  display: inline;
}
.new_xq .new_01 .text table {
  margin: 0 auto;
  border-top: #000 1px solid;
  border-right: #000 1px solid;
  border-collapse: collapse;
  border-spacing: 0;
}
.new_xq .new_01 .text table td {
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
}
.new_xq .new_01 .text table p {
  text-indent: 0em;
  text-align: inherit;
}
.new_xq .new_01 .go_page {
  margin-top: 50px;
  padding-top: 40px;
  position: relative;
  height: 52px;
  border-top: #e5e5e5 1px solid;
}
.new_xq .new_01 .go_page a.more {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  width: 30px;
  height: 52px;
  background: url(../images/icon/i93.png) right center no-repeat;
}
.new_xq .new_01 .go_page .up {
  width: calc(50% - 91px);
  font-size: 18px;
  line-height: 52px;
}
.new_xq .new_01 .go_page .up i {
  float: left;
  width: 78px;
  color: #333;
}
.new_xq .new_01 .go_page .up a {
  float: left;
  padding-left: 20px;
  width: calc(100% - 88px);
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  background: url(../images/icon/i52.png) left center no-repeat;
  background-size: auto 16px;
}
.new_xq .new_01 .go_page .up a:hover {
  color: #1d863a;
  background-image: url(../images/icon/i52s.png);
}
.new_xq .new_01 .go_page .up.fr a {
  float: right;
  padding: 0 20px 0 0;
  text-align: right;
  background: url(../images/icon/i53.png) right center no-repeat;
  background-size: auto 16px;
}
.new_xq .new_01 .go_page .up.fr a:hover {
  background-image: url(../images/icon/i53s.png);
}
@media (max-width: 1200px) {
  .new_xq {
    margin-top: 1.2rem;
    padding: 0.6rem 0 0;
  }
  .new_xq .new_01 {
    margin-bottom: 1rem;
    padding: 0;
  }
  .new_xq .new_01 .title {
    padding: 0 0 0.1rem;
    line-height: 0.63rem;
    font-size: 0.44rem;
    font-weight: bold;
  }
  .new_xq .new_01 .cen {
    padding: 0.36rem 0 0.06rem;
    margin-bottom: 0.5rem;
  }
  .new_xq .new_01 .cen .cen_box {
    flex-wrap: wrap;
    line-height: 0.4rem;
    font-size: 0.28rem;
  }
  .new_xq .new_01 .cen .cen_box i {
    margin: 0 0.4rem 0.3rem 0;
  }
  .new_xq .new_01 .cen span {
    margin-bottom: 0.3rem;
  }
  .new_xq .new_01 .cen span.big,
  .new_xq .new_01 .cen span.middle,
  .new_xq .new_01 .cen span.small {
    margin-top: 0;
    width: 0.7rem;
    height: 0.4rem;
  }
  .new_xq .new_01 .cen span.big {
    background: url(../images/icon/icon_34.png) center no-repeat;
    background-size: 0.27rem auto;
  }
  .new_xq .new_01 .cen span.big:hover,
  .new_xq .new_01 .cen span.big.cur {
    background: url(../images/icon/icon_34s.png) center no-repeat;
    background-size: 0.27rem auto;
  }
  .new_xq .new_01 .cen span.middle {
    background: url(../images/icon/icon_35.png) center no-repeat;
    background-size: 0.21rem auto;
  }
  .new_xq .new_01 .cen span.middle:hover,
  .new_xq .new_01 .cen span.middle.cur {
    background: url(../images/icon/icon_35s.png) center no-repeat;
    background-size: 0.21rem auto;
  }
  .new_xq .new_01 .cen span.small {
    background: url(../images/icon/icon_36.png) center no-repeat;
    background-size: 0.27rem auto;
    border-right: none;
  }
  .new_xq .new_01 .cen span.small:hover,
  .new_xq .new_01 .cen span.small.cur {
    background: url(../images/icon/icon_36s.png) center no-repeat;
    background-size: 0.27rem auto;
  }
  .new_xq .new_01 .cen .share,
  .new_xq .new_01 .cen .icon-wb {
    display: none;
  }
  .new_xq .new_01 .text {
    margin-bottom: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
  }
  .new_xq .new_01 .text p {
    margin-bottom: 0.36rem;
  }
  .new_xq .new_01 .text img {
    margin: 0 auto 0.36rem;
    width: 100% !important;
  }
  .new_xq .new_01 .text span,
  .new_xq .new_01 .text i,
  .new_xq .new_01 .text em,
  .new_xq .new_01 .text a,
  .new_xq .new_01 .text b {
    display: inline;
  }
  .new_xq .new_01 .text table {
    border-top: #000 1px solid;
    border-right: #000 1px solid;
  }
  .new_xq .new_01 .text table td {
    border-bottom: #000 1px solid;
    border-left: #000 1px solid;
  }
  .new_xq .new_01 .go_page {
    margin-top: 0.6rem;
    padding-top: 0.45rem;
    height: 0.46rem;
  }
  .new_xq .new_01 .go_page a.more {
    top: 50%;
    width: 0.3rem;
    height: 0.46rem;
    background-size: 100% auto;
  }
  .new_xq .new_01 .go_page .up {
    width: calc(50% - 0.3rem);
    font-size: 0.28rem;
    line-height: 0.46rem;
  }
  .new_xq .new_01 .go_page .up a {
    padding-left: 0.39rem;
    width: calc(100% - 0.4rem);
    background-size: auto 0.22rem;
  }
  .new_xq .new_01 .go_page .up.fr a {
    padding: 0 0.39rem 0 0;
    background-size: auto 0.22rem;
  }
}
/*=========== p6-0加入我们 ===========*/
.join01 {
  padding-top: 128px;
}
.join01 li {
  margin-bottom: 124px;
}
.join01 li .pic {
  float: right;
  width: 52.8%;
  height: 438px;
  overflow: hidden;
}
.join01 li .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.join01 li .pic:hover i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.join01 li .next {
  float: left;
  width: 35%;
}
.join01 li .next .icon {
  display: flex;
  align-items: center;
  margin: 100px auto 40px;
}
.join01 li .next .icon img {
  margin-right: 25px;
  max-height: 45px;
}
.join01 li .next .icon b {
  font-size: 36px;
  font-weight: bold;
  color: #333;
}
.join01 li .next p {
  font-size: 18px;
  line-height: 27px;
  color: #666;
}
.join01 li:nth-child(2n) .pic {
  float: left;
}
.join01 li:nth-child(2n) .next {
  float: right;
}
@media (max-width: 1200px) {
  .join01 {
    padding: 1rem 0 0.2rem;
  }
  .join01 li {
    margin-bottom: 0.7rem;
  }
  .join01 li .pic {
    width: 100%;
    height: 3.8rem;
  }
  .join01 li .next {
    width: 100%;
  }
  .join01 li .next .icon {
    margin: 0.7rem auto 0.35rem;
  }
  .join01 li .next .icon img {
    margin-right: 0.28rem;
    max-height: 0.56rem;
  }
  .join01 li .next .icon b {
    font-size: 0.44rem;
  }
  .join01 li .next p {
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
}
.join02 {
  padding: 105px 0 120px;
  background: #f9f9f9;
}
.join02 .list {
  margin: 90px auto 78px;
}
.join02 .list li {
  margin-bottom: 40px;
}
.join02 .list .top {
  transition: all 0.5s;
  padding: 0 3.7%;
  line-height: 140px;
  background: #fff;
}
.join02 .list .top .sum {
  float: left;
  width: 5.8%;
  font-size: 24px;
  color: #1d863a;
}
.join02 .list .top p {
  float: left;
  font-size: 24px;
  color: #333;
}
.join02 .list .top i {
  float: left;
  margin-right: 25px;
  font-size: 20px;
  color: #333;
}
.join02 .list .top span {
  float: right;
  width: 60px;
  height: 140px;
  background: url(../images/icon/i56.png) right center no-repeat;
  background-size: 34px auto;
  cursor: pointer;
}
.join02 .list .bot {
  height: 0px;
  overflow: hidden;
  background: #fff;
}
.join02 .list .bot .next {
  background: url(../images/icon/i57.png) right bottom no-repeat;
}
.join02 .list .bot .bor {
  padding: 60px 50px;
}
.join02 .list .bot dl {
  margin-bottom: 36px;
  line-height: 32px;
}
.join02 .list .bot dt {
  margin-bottom: 6px;
  font-size: 22px;
  color: #333;
}
.join02 .list .bot dd {
  font-size: 19px;
  color: #666;
}
.join02 .list .bot .text {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 40px;
  color: #333;
}
.join02 .list .bot .text b {
  float: left;
  font-weight: bold;
  padding-left: 44px;
  background-position: left center;
  background-repeat: no-repeat;
}
.join02 .list .bot .text p {
  float: left;
  width: calc(100% - 180px);
}
.join02 .list .bot .text p i {
  float: left;
  margin-left: 20px;
}
.join02 .list .bot .text p i:nth-child(1) {
  margin-left: 0;
}
.join02 .list .bot a {
  width: 128px;
  height: 50px;
  line-height: 50px;
  font-size: 19px;
  color: #fff;
  text-align: center;
  background: #1d863a;
}
.join02 .list li.cur .top {
  transition: all 0.5s;
  background: #1d863a;
}
.join02 .list li.cur .top .sum {
  color: #fff;
}
.join02 .list li.cur .top p {
  color: #fff;
}
.join02 .list li.cur .top i {
  color: #fff;
}
.join02 .list li.cur .top span {
  background-image: url(../images/icon/i56s.png);
}
@media (max-width: 1200px) {
  .join02 {
    padding: 0.8rem 0 1rem;
  }
  .join02 .list {
    margin: 0.58rem auto 0.77rem;
  }
  .join02 .list li {
    margin-bottom: 0.5rem;
  }
  .join02 .list .top {
    padding: 0 0.4rem;
    line-height: 1.4rem;
  }
  .join02 .list .top .sum {
    width: 0.5rem;
    font-size: 0.32rem;
  }
  .join02 .list .top p {
    width: calc(100% - 0.5rem - 1.8rem - 0.8rem);
    font-size: 0.32rem;
  }
  .join02 .list .top div.fr {
    margin-top: 0.24rem;
  }
  .join02 .list .top i {
    float: none;
    margin-right: 0;
    line-height: 0.46rem;
    font-size: 0.26rem;
  }
  .join02 .list .top span {
    width: 0.88rem;
    height: 1.4rem;
    background-size: 0.48rem auto;
  }
  .join02 .list .bot {
    height: 0px;
    overflow: hidden;
    background: #fff;
  }
  .join02 .list .bot .next {
    background: url(../images/icon/i57.png) right bottom no-repeat;
  }
  .join02 .list .bot .bor {
    padding: 60px 50px;
  }
  .join02 .list .bot dl {
    margin-bottom: 36px;
    line-height: 32px;
  }
  .join02 .list .bot dt {
    margin-bottom: 6px;
    font-size: 22px;
    color: #333;
  }
  .join02 .list .bot dd {
    font-size: 19px;
    color: #666;
  }
  .join02 .list .bot .text {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 40px;
    color: #333;
  }
  .join02 .list .bot .text b {
    float: left;
    font-weight: bold;
    padding-left: 44px;
    background-position: left center;
    background-repeat: no-repeat;
  }
  .join02 .list .bot .text p {
    float: left;
    width: calc(100% - 180px);
  }
  .join02 .list .bot .text p i {
    float: left;
    margin-left: 20px;
  }
  .join02 .list .bot .text p i:nth-child(1) {
    margin-left: 0;
  }
  .join02 .list .bot a {
    width: 128px;
    height: 50px;
    line-height: 50px;
    font-size: 19px;
    color: #fff;
    text-align: center;
    background: #1d863a;
  }
  .join02 .list li.cur .top {
    transition: all 0.5s;
    background: #1d863a;
  }
  .join02 .list li.cur .top .sum {
    color: #fff;
  }
  .join02 .list li.cur .top p {
    color: #fff;
  }
  .join02 .list li.cur .top i {
    color: #fff;
  }
  .join02 .list li.cur .top span {
    background-image: url(../images/icon/i56s.png);
  }
}
/*=========== p7-1联系我们 ===========*/
.contactUs01 {
  position: relative;
  background: #f2f5f9;
}
.contactUs01 .imgMap {
  width: 100%;
  height: 600px;
}
.contactUs01 .imgMap img,
.contactUs01 .imgMap i {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contactUs01 .right {
  margin-bottom: 90px;
}
.contactUs01 .right .tit b {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  color: #333;
}
.contactUs01 .right .tit i {
  margin: 0 0 58px;
  width: 141px;
  height: 5px;
  background: url(../images/icon/i20.png) center no-repeat;
  background-size: 100% auto;
}
.contactUs01 .right dl {
  margin-bottom: 37px;
}
.contactUs01 .right dl dt {
  float: left;
  margin-right: 35px;
}
.contactUs01 .right dl dt img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.contactUs01 .right dl dd {
  float: left;
  width: calc(100% - 107px);
}
.contactUs01 .right dl dd b {
  margin-bottom: 14px;
  font-size: 20px;
  color: #999;
}
.contactUs01 .right dl dd p {
  font-size: 20px;
  color: #333;
  font-family: Arial;
}
.contactUs01 .list li {
  float: left;
  margin: 0 3.6% 22px 0;
  width: 48.2%;
}
.contactUs01 .list li .inp {
  padding: 0 5%;
  border-radius: 6px;
  background: #fff;
}
.contactUs01 .list li .inp input {
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
}
.contactUs01 .list li .inp input::-moz-placeholder {
  color: #999;
}
.contactUs01 .list li .inp input::-webkit-input-placeholder {
  color: #999;
}
.contactUs01 .list li .inp input::-o-input-placeholder {
  color: #999;
}
.contactUs01 .list li .inp input::-ms-input-placeholder {
  color: #999;
}
.contactUs01 .list li .inp textarea {
  display: block;
  padding: 30px 0;
  width: 100%;
  height: 90px;
  font-size: 18px;
  font-family: "Microsoft Yahei";
  outline: none;
  border: none;
  background: none;
}
.contactUs01 .list li .inp textarea::-moz-placeholder {
  color: #999;
}
.contactUs01 .list li .inp textarea::-webkit-input-placeholder {
  color: #999;
}
.contactUs01 .list li .inp textarea::-o-input-placeholder {
  color: #999;
}
.contactUs01 .list li .inp textarea::-ms-input-placeholder {
  color: #999;
}
.contactUs01 .list li .inp.cur {
  background: #bd3434;
}
.contactUs01 .list li .inp.cur input::-moz-placeholder,
.contactUs01 .list li .inp.cur textarea::-moz-placeholder {
  color: #fff;
}
.contactUs01 .list li .inp.cur input::-webkit-input-placeholder,
.contactUs01 .list li .inp.cur textarea::-webkit-input-placeholder {
  color: #fff;
}
.contactUs01 .list li .inp.cur input::-o-input-placeholder,
.contactUs01 .list li .inp.cur textarea::-o-input-placeholder {
  color: #fff;
}
.contactUs01 .list li .inp.cur input::-ms-input-placeholder,
.contactUs01 .list li .inp.cur textarea::-ms-input-placeholder {
  color: #fff;
}
.contactUs01 .list li:nth-child(2n) {
  margin-right: 0;
}
.contactUs01 .list li.on {
  margin-right: 0;
  width: 100%;
}
.contactUs01 .list li.on .inp {
  padding: 0 2.5%;
}
.contactUs01 .list li.code {
  margin-right: 0;
  width: 100%;
}
.contactUs01 .list li.code .inp {
  float: left;
  width: calc(95% - 60px - 140px - 46px - 48.2%);
  padding: 0 2.5%;
}
.contactUs01 .list li.code .pic {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 16px 0 25px;
  width: 140px;
  height: 80px;
  background: #fff;
  border-radius: 6px;
}
.contactUs01 .list li.code .pic img {
  max-width: 92%;
  max-height: 92%;
}
.contactUs01 .list li.code p {
  float: left;
  line-height: 80px;
  font-size: 18px;
  color: #999;
  cursor: pointer;
}
.contactUs01 .right .but {
  float: right;
  width: 48.2%;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  background: #1d863a;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .contactUs01 {
    padding: 0 0;
  }
  .contactUs01 .imgMap {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 7.2rem;
  }
  .contactUs01 .right {
    margin-bottom: 0;
    padding: 0.4rem 0 0.6rem;
    width: 100%;
  }
  .contactUs01 .right .tit b {
    margin-bottom: 0.3rem;
    font-size: 0.38rem;
  }
  .contactUs01 .right .tit i {
    margin: 0 0 0.5rem;
    width: 1.4rem;
    height: 0.05rem;
  }
  .contactUs01 .right dl {
    margin-bottom: 0.5rem;
  }
  .contactUs01 .right dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.26rem;
    height: 0.9rem;
  }
  .contactUs01 .right dl dt img {
    width: 0.74rem;
    height: 0.74rem;
  }
  .contactUs01 .right dl dd {
    width: calc(100% - 1rem);
  }
  .contactUs01 .right dl dd b {
    margin-bottom: 0.14rem;
    font-size: 0.28rem;
  }
  .contactUs01 .right dl dd p {
    font-size: 0.28rem;
  }
  .contactUs01 .list li {
    margin: 0 0 0.3rem 0;
    width: 100%;
  }
  .contactUs01 .list li .inp {
    padding: 0 0.24rem;
    border-radius: 0.08rem;
  }
  .contactUs01 .list li .inp input {
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.28rem;
  }
  .contactUs01 .list li .inp textarea {
    padding: 0.26rem 0;
    height: 2.1rem;
    font-size: 0.28rem;
  }
  .contactUs01 .list li.on .inp {
    padding: 0 0.24rem;
  }
  .contactUs01 .list li.code .inp {
    width: calc(100% - 0.48rem - 1.9rem - 0.5rem - 0.72rem);
    padding: 0 0.24rem;
  }
  .contactUs01 .list li.code .pic {
    margin: 0 0.25rem;
    width: 1.9rem;
    height: 0.9rem;
    border-radius: 0.08rem;
  }
  .contactUs01 .list li.code p {
    line-height: 0.9rem;
    font-size: 0.24rem;
  }
  .contactUs01 .right .but {
    margin-top: 0.3rem;
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.28rem;
    border-radius: 0.08rem;
  }
}
.contactUs02 {
  padding: 66px 0;
  background: #f2f5f9;
}
.contactUs02 .tit b {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  color: #333;
}
.contactUs02 .tit i {
  margin: 0 0 58px;
  width: 141px;
  height: 5px;
  background: url(../images/icon/i20.png) center no-repeat;
  background-size: 100% auto;
}
.contactUs02 .pc {
  display: block;
}
.contactUs02 .mobile {
  display: none;
}
.contactUs02 .next {
  position: relative;
  float: left;
  margin: 0 3.5% 30px 0;
  width: 31%;
  color: #333;
  cursor: pointer;
}
.contactUs02 .next:nth-child(3n) {
  margin-right: 0;
}
.contactUs02 .next i {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 26px;
  height: 12px;
  background: url(../images/icon/i82.png) center no-repeat;
}
.contactUs02 .next .text {
  height: 250px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.contactUs02 .next .text .bor {
  padding: 40px;
}
.contactUs02 .next .t {
  margin-bottom: 24px;
}
.contactUs02 .next .t b {
  float: left;
  width: calc(100% - 60px);
  line-height: 50px;
  font-size: 26px;
}
.contactUs02 .next .t .icon {
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
}
.contactUs02 .next .t .icon img {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.contactUs02 .next .t .icon .img1 {
  opacity: 1;
}
.contactUs02 .next .t .icon .img2 {
  opacity: 0;
}
.contactUs02 .next p {
  line-height: 30px;
  font-size: 16px;
}
.contactUs02 .next a {
  margin-top: 10px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  background: #1d863a;
}
.contactUs02 .next.cur,
.contactUs02 .next:hover {
  color: #fff;
}
.contactUs02 .next.cur i,
.contactUs02 .next:hover i {
  opacity: 1;
}
.contactUs02 .next.cur .text,
.contactUs02 .next:hover .text {
  background: url(../images/page/contactUs02_bac.png) center no-repeat;
  background-size: cover;
}
.contactUs02 .next.cur .t b,
.contactUs02 .next:hover .t b {
  font-weight: bold;
}
.contactUs02 .next.cur .t .icon .img1,
.contactUs02 .next:hover .t .icon .img1 {
  transition: all 0.5s;
  opacity: 0;
}
.contactUs02 .next.cur .t .icon .img2,
.contactUs02 .next:hover .t .icon .img2 {
  transition: all 0.5s;
  opacity: 1;
}
.contactUs02 .next.cur a,
.contactUs02 .next:hover a {
  color: #1d863a;
  background: #fff;
}
.contactUs02 .next2_box {
  padding: 65px 0;
  border-radius: 10px;
  background: #fff;
}
.contactUs02 .next2_box .left {
  float: left;
  width: 31%;
}
.contactUs02 .next2_box .left .bor {
  padding: 0 40px;
}
.contactUs02 .next2_box .left b {
  font-size: 26px;
  color: #228b3f;
  font-weight: bold;
}
.contactUs02 .next2_box .left p {
  font-size: 26px;
  opacity: 0.3;
  color: #aaa;
  font-weight: bold;
}
.contactUs02 .next2_box dl {
  float: left;
  margin-left: 3.5%;
  width: 31%;
}
.contactUs02 .next2_box dl dt {
  float: left;
  margin: 0 30px 0 40px;
}
.contactUs02 .next2_box dl dt img {
  max-width: 52px;
}
.contactUs02 .next2_box dl dd {
  float: left;
  width: calc(100% - 40px - 52px - 30px);
  font-size: 16px;
}
.contactUs02 .next2_box dl dd b {
  margin-bottom: 10px;
  color: #999;
}
.contactUs02 .next2_box dl dd p {
  color: #333;
}
@media (max-width: 1200px) {
  .contactUs02 {
    padding: 0.7rem 0 0;
  }
  .contactUs02 .tit b {
    margin-bottom: 0.3rem;
    font-size: 0.38rem;
  }
  .contactUs02 .tit i {
    margin: 0 0 0.5rem;
    width: 1.4rem;
    height: 0.05rem;
  }
  .contactUs02 .pc {
    display: none;
  }
  .contactUs02 .mobile {
    display: block;
  }
  .contactUs02 .next {
    margin: 0 0 0.46rem 0;
    width: 100%;
  }
  .contactUs02 .next i {
    bottom: -0.16rem;
    width: 0.38rem;
    height: 0.16rem;
    background-size: 100% auto;
  }
  .contactUs02 .next .text {
    height: auto;
    border-radius: 0.16rem;
  }
  .contactUs02 .next .text .bor {
    padding: 0.7rem 0.4rem;
  }
  .contactUs02 .next .t {
    margin-bottom: 0.48rem;
  }
  .contactUs02 .next .t b {
    width: calc(100% - 0.6rem);
    line-height: 0.6rem;
    font-size: 0.4rem;
  }
  .contactUs02 .next .t .icon {
    width: 0.6rem;
    height: 0.6rem;
  }
  .contactUs02 .next p {
    line-height: 0.52rem;
    font-size: 0.32rem;
  }
  .contactUs02 .next a {
    margin-top: 0.3rem;
    width: 2.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.24rem;
    border-radius: 0.1rem;
  }
  .contactUs02 .next2 {
    float: left;
  }
  .contactUs02 .next2_box {
    margin-bottom: 0.5rem;
    padding: 0.7rem 0 0.2rem;
    border-radius: 0.16rem;
  }
  .contactUs02 .next2_box dl {
    margin: 0 0 0.5rem 0;
    width: 100%;
  }
  .contactUs02 .next2_box dl dt {
    margin: 0 0.25rem 0 0.4rem;
  }
  .contactUs02 .next2_box dl dt img {
    max-width: 0.74rem;
  }
  .contactUs02 .next2_box dl dd {
    width: calc(100% - 0.25rem - 0.4rem - 0.74rem - 0.2rem);
    font-size: 0.28rem;
  }
  .contactUs02 .next2_box dl dd b {
    margin-bottom: 0;
  }
}
/*=========== p8-1 搜索 ===========*/
.searchPage {
  margin-top: 100px;
  background: #f9f9f9;
}
.searchPage .add {
  background: #f9f9f9;
}
.searchPage .new01 {
  padding-top: 80px;
}
.searchPage01 {
  padding-top: 90px;
}
.searchPage01 .next {
  margin: 0 auto 0;
  width: 81%;
}
.searchPage01 b {
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 48px;
  color: #333;
  text-align: center;
}
.searchPage01 .searchBoxs {
  position: relative;
  background: #fff;
}
.searchPage01 .searchBoxs input {
  float: left;
  padding-left: 40px;
  width: calc(100% - 180px);
  height: 70px;
  font-size: 22px;
  color: #bdbdbd;
  outline: none;
}
.searchPage01 .searchBoxs em {
  position: absolute;
  top: 0;
  right: 58px;
  width: 86px;
  height: 70px;
  background: url(../images/icon/i60.png) center no-repeat;
  cursor: pointer;
}
.searchPage01 p {
  padding: 42px 0 50px;
  font-size: 22px;
  color: #333333;
}
.searchPage01 p i {
  color: #1d863a;
  display: inline-block;
}
.searchPage01 .column em {
  float: left;
  width: 30%;
  font-size: 16px;
  color: #666;
}
.searchPage01 .column em.on {
  color: #1d863a;
}
@media (max-width: 1200px) {
  .searchPage {
    margin-top: 1.2rem;
  }
  .searchPage .new01 {
    padding-top: 0.6rem;
  }
  .searchPage01 {
    padding-top: 0.9rem;
  }
  .searchPage01 .next {
    margin: 0 auto 0;
    width: 100%;
  }
  .searchPage01 b {
    margin-bottom: 0.7rem;
    font-size: 0.42rem;
  }
  .searchPage01 .searchBoxs input {
    padding-left: 0.4rem;
    width: calc(100% - 1.6rem);
    height: 0.9rem;
    font-size: 0.28rem;
  }
  .searchPage01 .searchBoxs em {
    right: 0.4rem;
    width: 0.68rem;
    height: 0.9rem;
    background: url(../images/icon/i61.png) center no-repeat;
    background-size: 100% auto;
  }
  .searchPage01 p {
    padding: 0.56rem 0 0.6rem;
    font-size: 0.3rem;
  }
  .searchPage01 .column em {
    width: 50%;
    font-size: 0.26rem;
  }
}
/*表单弹出提示样式控制*/
.noty_text {
  font-size: 18px;
}
@media (max-width: 1200px) {
  .noty_center layout container {
    width: 50%;
  }
  .noty_text {
    font-size: 0.28rem;
  }
}
.solutions02 {
  background: url(../images/page/solutions02_bg.png) center no-repeat;
  background-size: cover;
}
.solutions02 .showone {
  margin-top: 78px;
}
.solutions02 .showone .play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon/i23.png) center no-repeat;
  cursor: pointer;
  z-index: 2;
}
.solutions02 .showone em {
  position: absolute;
  opacity: 0;
}
.solutions02 .showone .show_flex {
  width: 78.12%;
  display: flex;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.solutions02 .showone .show_flex::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.4;
  top: 0;
  left: 0;
}
.solutions02 .showone .show_flex.swiper-slide-active:after {
  opacity: 0;
  z-index: -1;
}
.solutions02 .showone .caser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.solutions02 .showone .caser .w1664 {
  width: 88.4%;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.solutions02 .showone .caser .swiper-button-next,
.solutions02 .showone .caser .swiper-button-prev {
  transition: all 0.5s;
  top: auto;
  bottom: 0;
  margin: 0;
  width: 54px;
  height: 54px;
}
.solutions02 .showone .caser .swiper-button-prev {
  background: url(../images/icon/i14.png) right center no-repeat;
  background-size: contain;
  left: 0;
}
.solutions02 .showone .caser .swiper-button-prev:hover {
  transition: all 0.5s;
  background-image: url(../images/icon/i14s.png);
}
.solutions02 .showone .caser .swiper-button-next {
  background: url(../images/icon/i15.png) right center no-repeat;
  background-size: contain;
  right: 0;
}
.solutions02 .showone .caser .swiper-button-next:hover {
  transition: all 0.5s;
  background-image: url(../images/icon/i15s.png);
}
.solutions02 .showone .show_video {
  width: 60.8%;
  height: 513px;
  position: relative;
}
.solutions02 .showone .show_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solutions02 .showone .show_text {
  width: 28.66%;
  margin-left: 78px;
  margin-top: 140px;
}
.solutions02 .showone .show_text i {
  width: 72px;
  height: 5px;
  background: url(../images/icon/icon_121.png) center no-repeat;
  background-size: 100% auto;
}
.solutions02 .showone .show_text p {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-top: 40px;
}
.solutions02 .showone .show_icon {
  width: 269px;
  height: 231px;
  background: url(../images/page/show_icon.png) center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 28px;
  bottom: 0;
}
.solutions02 .showone .show_list {
  margin-top: 48px;
  position: relative;
}
.solutions02 .showone .show_list .showSwiper {
  padding-bottom: 69px;
}
.solutions02 .showone .show_list .swiper-pagination {
  position: absolute;
}
.solutions02 .showone .show_list .swiper-pagination-bullet {
  margin: 0;
  margin-right: 22px;
  position: relative;
}
.solutions02 .showone .show_list .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.solutions02 .showone .list_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.solutions02 .showone .list_box {
  width: calc(48.66% - 62px);
  height: 181px;
  padding: 0 31px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.solutions02 .showone .list_box:nth-child(-n+2) {
  margin-top: 0;
}
.solutions02 .showone .list_box i {
  width: 27px;
  height: 27px;
  background: url(../images/icon/icon_120.png) center no-repeat;
  background-size: 100% auto;
}
.solutions02 .showone .list_box p {
  font-size: 24px;
  color: #333333;
  width: 54%;
}
.solutions02 .showone .list_box .list_img {
  position: relative;
  width: 33.38%;
  height: 126px;
  border-radius: 5px;
  overflow: hidden;
}
.solutions02 .showone .list_box .list_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solutions02 .showone .list_box .list_img::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}
.m_cultures {
  display: none;
}
.solutions02 .showone .list_box .m_p {
  display: none;
}
@media (max-width: 1200px) {
  .solutions02 .showone .show_flex {
    width: 86.66%;
    height: auto;
    display: block;
  }
  .solutions02 .showone .show_video {
    width: 100%;
    height: 3.88rem;
  }
  .solutions02 .showone .show_text i {
    display: none;
  }
  .solutions02 .showone .show_icon {
    display: none;
  }
  .solutions02 .showone .show_text {
    width: calc(100% - 0.39rem);
    margin: 0;
    padding: 0.48rem 0.19rem 0.5rem;
  }
  .solutions02 .showone .show_text p {
    font-size: 0.32rem;
    margin-top: 0;
  }
  .solutions02 .showone .list_box {
    width: calc((100% - 0.29rem) / 2);
    padding: 0;
    height: auto;
    display: block;
    position: relative;
    padding-bottom: 0.49rem;
  }
  .solutions02 .showone .list_box .list_img {
    width: 100%;
    height: 1.97rem;
  }
  .solutions02 .showone .list_box p {
    display: none;
  }
  .solutions02 .showone .list_box .m_p {
    display: block;
    width: calc(100% - 0.8rem);
    font-size: 0.32rem;
    padding: 0.49rem 0.4rem 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .solutions02 .showone .list_box i {
    display: none;
  }
  .solutions02 .showone .play {
    background-size: 0.87rem;
  }
  .solutions02 .showone .caser {
    display: none;
  }
  .solutions02 .showone .show_list .showSwiper {
    padding-bottom: 0.75rem;
  }
  .solutions02 .showone {
    margin-top: 0.58rem;
  }
  .solutions02 {
    padding-top: 0.9rem;
  }
  .cultures {
    display: none;
  }
  .m_cultures {
    display: block;
  }
}
/*=========== p2-1 产品列表2 ===========*/
.product2 .tab_title {
  display: flex;
  margin-top: 110px;
  border-radius: 20px;
  background: #f4f4f4;
  overflow: hidden;
}
.product2 .tab_title a {
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  height: 144px;
  border-radius: 20px;
  overflow: hidden;
}
.product2 .tab_title a::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background: #ccc;
  content: "";
}
.product2 .tab_title a:last-child::before {
  display: none;
}
.product2 .tab_title a .icon {
  position: relative;
  margin-bottom: 16px;
  width: 100%;
  height: 42px;
}
.product2 .tab_title a .icon img {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.product2 .tab_title a .icon .img1 {
  opacity: 1;
}
.product2 .tab_title a .icon .img2 {
  opacity: 0;
}
.product2 .tab_title a p {
  font-size: 18px;
  color: #333;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product2 .tab_title a.cur,
.product2 .tab_title a:hover {
  transition: all 0.5s;
  background: #1e873a;
}
.product2 .tab_title a.cur::before,
.product2 .tab_title a:hover::before {
  display: none;
}
.product2 .tab_title a.cur .icon .img1,
.product2 .tab_title a:hover .icon .img1 {
  opacity: 0;
}
.product2 .tab_title a.cur .icon .img2,
.product2 .tab_title a:hover .icon .img2 {
  opacity: 1;
}
.product2 .tab_title a.cur p,
.product2 .tab_title a:hover p {
  color: #fff;
}
.product2 .tab_next {
  margin: 60px auto;
}
.product2 .tab_next .next {
  padding: 50px 1px 1px;
}
.product2 .tab_next .bor {
  transition: all 0.5s;
  position: relative;
  padding: 70px 5% 60px;
  border-radius: 12px;
  background: rgba(244, 244, 244, 0);
  overflow: hidden;
}

.product2 .tab_next .pos_text {
  float: left;
  width: 27.2%;
}
.product2 .tab_next .pos_text b {
  margin-bottom: 36px;
  font-size: 36px;
  color: #333;
  font-weight: bold;
}
.product2 .tab_next .pos_text p {
  margin-bottom: 40px;
  line-height: 30px;
  font-size: 18px;
  color: #333;
}
.product2 .tab_next .pos_text .more {
  display: flex;
}
.product2 .tab_next .pos_text .more i {
  padding-right: 62px;
  font-size: 16px;
  color: #666;
  background: url(../images/icon/i78.png) right center no-repeat;
}
.product2 .tab_next .mySwiper {
  float: right;
  width: 68%;
  padding-right: 2%;
}
.product2 .tab_next .mySwiper .swiper-button-next, .swiper-button-prev{
    transition: all 0.5s;
    width: 50px;
    height: 50px;
}
.product2 .tab_next .mySwiper  .swiper-button-next{
    right: 10px;
    background: url(../images/icon/i73.png) right center no-repeat;
    background-size: contain;
}
.product2 .tab_next .mySwiper  .swiper-button-prev{
    left: 26%;
    background: url(../images/icon/i72.png) right center no-repeat;
    background-size: contain;
}
.product2 .tab_next .swiper-slide {
  margin-right: 9%;
  width: auto;
  text-align: center;
}
.product2 .tab_next .swiper-slide .pic {
  position: relative;
  margin-bottom: 30px;
  height: 250px;
}
.product2 .tab_next .swiper-slide .pic img {
  transition: all 0.5s;
  transform: scale(0.95);
  height: 100%;
}
.product2 .tab_next .swiper-slide .pic .img1 {
  opacity: 1;
}
.product2 .tab_next .swiper-slide .pic .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.product2 .tab_next .swiper-slide b {
  margin-bottom: 10px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.product2 .tab_next .swiper-slide p {
  font-size: 18px;
  color: #333;
}
.product2 .tab_next .swiper-slide:hover .pic img {
  transition: all 0.5s;
  transform: scale(1);
}
.product2 .tab_next .swiper-pagination {
  position: absolute;
  left: 5%;
  bottom: 60px;
  width: 27.2%;
  justify-content: left;
  display: none;
}
.product2 .tab_next .swiper-pagination .swiper-pagination-bullet {
  margin-top: 0;
  width: 15px;
  background: #e9e9e9;
}
.product2 .tab_next .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  background: #dc6a0e;
}
.product2 .tab_next .next:hover .bor {
  transition: all 0.5s;
  background: #f4f4f4;
}
.product2 .tab_next .next:hover .pos_text .more i {
  background-image: url(../images/icon/i78s.png);
}
.product2 .tab_next .next:hover .swiper-slide .pic .img1 {
  transition: all 0.5s;
  opacity: 0;
}
.product2 .tab_next .next:hover .swiper-slide .pic .img2 {
  transition: all 0.5s;
  opacity: 1;
}
@media (max-width: 1200px) {
  .product2 .tab_title {
    margin-top: 0.6rem;
    border-radius: 0.2rem;
  }
  .product2 .tab_title a {
    height: 1.5rem;
    border-radius: 0.2rem;
  }
  .product2 .tab_title a::before {
    height: 0.15rem;
  }
  .product2 .tab_title a .icon {
    margin-bottom: 0.15rem;
    height: 0.56rem;
  }
  .product2 .tab_title a p {
    font-size: 0.26rem;
  }
  .product2 .tab_next {
    margin: 0 auto 1rem;
  }
  .product2 .tab_next .next {
    padding: 0.6rem 1px 1px;
  }
  .product2 .tab_next .bor {
    padding: 0.7rem 0.4rem 1.3rem;
    border-radius: 0.2rem;
    background: #f4f4f4;
  }
  .product2 .tab_next .pos_text {
    margin-bottom: 0.6rem;
    width: 100%;
  }
  .product2 .tab_next .pos_text b {
    margin-bottom: 0.3rem;
    font-size: 0.44rem;
  }
  .product2 .tab_next .pos_text p {
    margin-bottom: 0.4rem;
    line-height: 0.42rem;
    font-size: 0.28rem;
  }
  .product2 .tab_next .pos_text .more i {
    padding-right: 0.68rem;
    font-size: 0.26rem;
    background-image: url(../images/icon/i78s.png);
    background-size: 0.55rem auto;
  }
  .product2 .tab_next .mySwiper {
    width: 100%;
  }
  .product2 .tab_next .mySwiper .swiper-button-next, .swiper-button-prev{
      display: none;
  }
  .product2 .tab_next .swiper-slide {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .product2 .tab_next .swiper-slide .pic {
    margin-bottom: 0.5rem;
    width: 100%;
    height: auto;
  }
  .product2 .tab_next .swiper-slide .pic img {
    margin: 0 auto;
    transform: scale(1);
    max-width: 100%;
    height: auto;
  }
  .product2 .tab_next .swiper-slide .pic .img1 {
    display: none;
    opacity: 0;
  }
  .product2 .tab_next .swiper-slide .pic .img2 {
    position: relative;
    left: auto;
    transform: translateX(0);
    opacity: 1;
  }
  .product2 .tab_next .swiper-slide b {
    margin-bottom: 0.14rem;
    font-size: 0.36rem;
  }
  .product2 .tab_next .swiper-slide p {
    font-size: 0.26rem;
  }
  .product2 .tab_next .swiper-pagination {
    left: 0%;
    bottom: 0.7rem;
    width: 100%;
    justify-content: center;
    display: block;
  }
  .product2 .tab_next .swiper-pagination .swiper-pagination-bullet {
    width: 0.3rem;
  }
  .product2 .tab_next .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.5rem;
  }
}


/*彩页弹框*/
.productTwo03 .w1500{
  position: relative;
}
.inBtn{
  width: 230px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #1d863a;
  font-size: 18px;
  color: #ffffff;
  border-radius: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.popup-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: none;
}
.popup-form .popup-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.popup-form .form-con {
  width: 72.91%;
  height: 700px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-form .form-con .tit {
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  background: #1d863a;
}
.popup-form .form-con .interval {
  padding: 0 5.71%;
  overflow-y: auto;
  height: 566px;
}
.popup-form .form-con .interval::-webkit-scrollbar {
  /*滑块宽度*/
  width: 3px;
}
.popup-form .form-con .interval::-webkit-scrollbar-track {
  /*隐藏滚动条的轨迹*/
  background-color: #eeeeee;
}
.popup-form .form-con .interval::-webkit-scrollbar-thumb {
  background-color: #1d863a;
}
.popup-form .form-con .user {
  margin-top: 30px;
}
.popup-form .form-con .user p {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
}
.popup-form .form-con .user b {
  font-size: 18px;
  color: #666666;
  font-weight: 400;
  margin-top: 10px;
  display: block;
}
.popup-form .form-con .part1 {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup-form .form-con .part1 .item {
  width: 47%;
  /* float: left; */
  margin-bottom: 36px;
}
.popup-form .form-con .part1 .itemWidth{
  width: 100%;
}
.popup-form .form-con .part1 .itme-w {
  width: 100%;
}

/* .popup-form .form-con .part1 .item:nth-child(2n) {
  float: right;
} */
.popup-form .form-con .part1 .item .title {
  font-size: 20px;
  color: #333333;
  width: 100%;
  margin-bottom: 20px;
}
.popup-form .form-con .part1 .item .title.required::before {
  content: '*';
  display: inline-block;
  color: red;
  margin-right: 10px;
}
.popup-form .form-con .part1 .item:nth-child(3) .title{
  margin-left: 17px;
}
.popup-form .form-con .part1 .item:nth-child(3) .title::before{
  display: none;
}
.popup-form .form-con .part1 .item .input {
  height: 58px;
  border: 1px solid #bcbcbc;
  padding-left: 18px;
  box-sizing: border-box;
  width: 100%;
  font-size: 18px;
  color: #999999;
  border-radius: 5px;
  display: block;
}
.popup-form .form-con .part1 .item .area{
  height: 110px;
  border: 1px solid #bcbcbc;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  font-size: 18px;
  color: #999999;
  border-radius: 5px;
  display: block;
  outline: none;
  font-family: "Microsoft Yahei";
}
.popup-form .form-con .part1 .item .area::-webkit-input-placeholder {
    color: #999999;
}
.popup-form .form-con .part1 .item .input::-webkit-input-placeholder {
  color: #999999;
}
.popup-form .form-con .part1 .item .select::-ms-expand {
  display: none;
  background: none;
}
.popup-form .form-con .part1 .item .selects {
  width: 100%;
  position: relative;
}
.popup-form .form-con .part1 .item .selects .top {
  height: 58px;
  width: 100%;
  font-size: 18px;
  color: #cccccc;
  line-height: 58px;
  padding-left: 18px;
  border: 1px solid #999999;
  box-sizing: border-box;
  background: url(../images/icon/icon_123.png) 94% center no-repeat;
  border-radius: 5px;
}

.popup-form .form-con .part1 .item .selects .drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px 28px 15px 0;
  max-height: 262px;
  background-color: #fff;
  box-sizing: border-box;
  margin-top: 10px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  z-index: 5;
  display: none;
}
.popup-form .form-con .part1 .item .selects .drop .drop-con {
  height: 100%;
  max-height: 232px;
  overflow-y: auto;
  /*滚动条轨迹的样式*/
  /*滚动条的滑块样式*/
}
.popup-form .form-con .part1 .item .selects .drop .drop-con::-webkit-scrollbar {
  /*滑块宽度*/
  width: 3px;
}
.popup-form .form-con .part1 .item .selects .drop .drop-con::-webkit-scrollbar-track {
  /*隐藏滚动条的轨迹*/
  background-color: #eeeeee;
}
.popup-form .form-con .part1 .item .selects .drop .drop-con::-webkit-scrollbar-thumb {
  background-color: #bcbcbc;
}
.popup-form .form-con .part1 .item .selects .drop .drop-con .text {
  font-size: 16px;
  color: #666666;
  line-height: 40px;
  padding: 0 33px;
  margin-right: 22px;
  cursor: pointer;
}
.popup-form .form-con .part1 .item .selects .drop .drop-con .text:hover {
  color: #1d863a;
}

.popup-form .form-con .checkBox {
  margin-top: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 46px;
  border-bottom: 1px solid #bcbcbc;
}
.popup-form .form-con .checkBox label {
  margin-right: 3.5%;
  color: #666666;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.popup-form .form-con .checkBox input {
  width: 20px;
  height: 20px;
  position: relative;
  border: none;
  margin-right: 9px;
}
.popup-form .form-con .checkBox input[type=checkbox]::after {
  position: absolute;
  top: 0;
  background-color: #fff;
  color: #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #bcbcbc;
}
.popup-form .form-con .checkBox input[type=checkbox]:checked::after {
  content: "";
  border-color: #1d863a;
  background-color: #1d863a;
}
.popup-form .form-con .checkBox input[type=checkbox]:checked::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 7px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 1;
}
.popup-form .form-con .part1 .item-s .input {
  background: #f9f9f9;
  border: none;
}
.popup-form .form-con .part1 .item-s .flex_i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f9f9f9;
}
.popup-form .form-con .part1 .item-s .flex_i .input {
  width: 60%;
}
.popup-form .form-con .part1 .item-s .flex_i button {
  width: 139px;
  height: 60px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background: #1d863a;
  border-radius: 5px;
  margin-right: 12px;
}
.popup-form .form-con .statement {
  float: left;
  margin-bottom: 50px;
}

.popup-form .form-con .statement label {
  color: #666666;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.popup-form .form-con .statement label a {
  color: #1d863a;
}
.popup-form .form-con .statement p{
    color: #666666;
  font-size: 18px;
  margin-left: 29px;
  margin-top: 5px;
}
.popup-form .form-con .statement input {
  width: 20px;
  height: 20px;
  position: relative;
  border: none;
  margin-right: 9px;
}
.popup-form .form-con .statement input[type=checkbox]::after {
  position: absolute;
  top: 0;
  background-color: #fff;
  color: #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #bcbcbc;
}
.popup-form .form-con .statement input[type=checkbox]:checked::after {
  content: "";
  border-color: #1d863a;
  background-color: #1d863a;
}
.popup-form .form-con .statement input[type=checkbox]:checked::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 7px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 1;
}
.popup-form .form-con .Download_now {
  width: 296px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #1d863a;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}
/*.popup-form .form-con .Download_now button {*/
/*  color: #fff;*/
/*  font-size: 24px;*/
/*  font-weight: bold;*/
/*  background: none;*/
/*  display: block;*/
/*  padding: 0;*/
/*  margin: 0 auto;*/
/*  line-height: 70px;*/
/*}*/
.popup-form .form-con .dome-main {
  width: 100%;
}
.popup-form .form-con .city-picker-selector {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.popup-form .form-con .city-picker-selector .selector-item {
  width: 47.55%;
  height: 58px;
  font-size: 16px;
  color: #cccccc;
  line-height: 58px;
  padding-left: 18px;
  font-weight: bold;
  border: 1px solid #999999;
  box-sizing: border-box;
  background: url(../images/icon/icon_123.png) 90% center no-repeat;
  border-radius: 5px;
  position: relative;
}
.popup-form .form-con .city-picker-selector .selector-name {
  width: 80%;
  font-size: 18px;
  color: #999999;
  font-weight: normal;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.popup-form .form-con .city-picker-selector .selector-item:after {
  display: none;
}
.popup-form .form-con .city-picker-selector .selector-list {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  width: calc(100% - 20px);
  padding: 15px 20px 15px 0;
  position: absolute;
  top: 92px;
  left: 0;
  z-index: 1;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: translateY(-2%);
  transform: translateY(-2%);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.popup-form .form-con .city-picker-selector .selector-show .selector-list {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.popup-form .form-con .city-picker-selector ul {
  max-height: 230px;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup-form .form-con .city-picker-selector ul::-webkit-scrollbar {
  /*滑块宽度*/
  width: 3px;
}
.popup-form .form-con .city-picker-selector ul::-webkit-scrollbar-track {
  /*隐藏滚动条的轨迹*/
  background-color: #eeeeee;
}
.popup-form .form-con .city-picker-selector ul::-webkit-scrollbar-thumb {
  background-color: #bcbcbc;
}
.popup-form .form-con .city-picker-selector li {
  font-size: 16px;
  color: #666666;
  line-height: 40px;
  padding: 0 33px;
  margin-right: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.popup-form .form-con .city-picker-selector li.caller:hover {
  color: #1d863a;
}
.popup-form .form-con .btn-close {
  position: absolute;
  top: 30px;
  right: 70px;
  font-size: 20px;
  color: #fff;
  font-weight: 100;
  cursor: pointer;
}
.popup-form .form-con .btn-close::before {
  content: "\2716";
}

@media (max-width:1200px) {
  .inBtn{
    position: static;
    width: 5.1rem;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.28rem;
    margin: 0 auto;
    margin-top: 0.57rem;
  }
  .popup-form .form-con {
    width: 88.4%;
    height: 12rem;
    background: #fff;
    border-radius: 0.05rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .popup-form .form-con .tit {
    /* padding: 0 0.52rem; */
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.32rem;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
  }
  .popup-form .form-con .interval {
    padding: 0 0.52rem;
    overflow-y: auto;
    overflow-x: hidden;
    height: 10.4rem;
  }
  .popup-form .form-con .interval::-webkit-scrollbar {
    /*滑块宽度*/
    width: 0.04rem;
  }
  .popup-form .form-con .interval::-webkit-scrollbar-track {
    /*隐藏滚动条的轨迹*/
    background-color: #ebebeb;
  }
  .popup-form .form-con .interval::-webkit-scrollbar-thumb {
    background-color: #0093bb;
  }
  .popup-form .form-con .user {
    margin-top: 0.6rem;
  }
  .popup-form .form-con .user p {
    font-size: 0.29rem;
    color: #333333;
    font-weight: bold;
  }
  .popup-form .form-con .user b {
    font-size: 0.26rem;
    color: #666666;
    font-weight: 400;
    margin-top: 0.2rem;
    display: block;
  }
  .popup-form .form-con .part1 {
    margin-top: 0.5rem;
  }
  .popup-form .form-con .part1 .item {
    margin-bottom: 0.45rem;
    width: 100%;
  }
  .popup-form .form-con .part1 .itme-w {
    width: 100%;
  }
  .popup-form .form-con .part1 .item .title {
    font-size: 0.28rem;
    color: #333333;
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .popup-form .form-con .part1 .item .title.required::before {
    content: '*';
    display: inline-block;
    color: red;
    margin-right: 0.1rem;
  }
  .popup-form .form-con .part1 .item:nth-child(3) .title{
    margin-left: 0.2rem;
  }
  .popup-form .form-con .part1 .item:nth-child(3) .title::before{
    display: none;
  }
  .popup-form .form-con .part1 .item .input {
    height: 0.88rem;
    border: 1px solid #bcbcbc;
    padding-left: 0.2rem;
    box-sizing: border-box;
    width: 100%;
    font-size: 0.24rem;
    color: #999999;
    border-radius: 0.1rem;
    display: block;
  }
  .popup-form .form-con .part1 .item .input::-webkit-input-placeholder {
    color: #999999;
  }
  .popup-form .form-con .part1 .item .select::-ms-expand {
    display: none;
    background: none;
  }
  .popup-form .form-con .part1 .item .selects {
    width: 100%;
    position: relative;
  }
  .popup-form .form-con .part1 .item .selects .top {
    height: 0.88rem;
    width: 100%;
    font-size: 0.24rem;
    color: #cccccc;
    line-height: 0.88rem;
    padding-left: 0.2rem;
    border: 1px solid #999999;
    box-sizing: border-box;
    background: url(../images/icon/icon_123.png) 94% center no-repeat;
    background-size: 0.29rem auto;
    border-radius: 0.1rem;
  }
  .popup-form .form-con .part1 .item .selects .drop {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 0.15rem 0.28rem 0.15rem 0;
    max-height: 4rem;
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 0.2rem;
    border: 1px solid #bcbcbc;
    border-radius: 0.05rem;
    z-index: 5;
    display: none;
  }
  .popup-form .form-con .part1 .item .selects .drop .drop-con {
    height: 100%;
    max-height: 3rem;
    overflow-y: auto;
    /*滚动条轨迹的样式*/
    /*滚动条的滑块样式*/
  }
  .popup-form .form-con .part1 .item .selects .drop .drop-con::-webkit-scrollbar {
    /*滑块宽度*/
    width: 3px;
  }
  .popup-form .form-con .part1 .item .selects .drop .drop-con::-webkit-scrollbar-track {
    /*隐藏滚动条的轨迹*/
    background-color: #eeeeee;
  }
  .popup-form .form-con .part1 .item .selects .drop .drop-con::-webkit-scrollbar-thumb {
    background-color: #bcbcbc;
  }
  .popup-form .form-con .part1 .item .selects .drop .drop-con .text {
    font-size: 0.28rem;
    color: #666666;
    line-height: 0.6rem;
    padding: 0 0.2rem;
    margin-right: 0.2rem;
    cursor: pointer;
  }
  .popup-form .form-con .part1 .item .selects .drop .drop-con .text:hover {
    color: #1d863a;
  }

  .popup-form .form-con .checkBox {
    margin-top: 0.27rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid #bcbcbc;
  }
  .popup-form .form-con .checkBox label {
    margin-right: 1.14rem;
    margin-top: 0.4rem;
    color: #666666;
    font-size: 0.26rem;
    display: flex;
    align-items: center;
  }
  .popup-form .form-con .checkBox label:nth-child(1) {
    margin-top: 0;
  }
  .popup-form .form-con .checkBox input {
    width: 0.28rem;
    height: 0.28rem;
    position: relative;
    border: none;
    margin-right: 0.18rem;
    overflow: visible;
  }
  .popup-form .form-con .checkBox input[type=checkbox]::after {
    position: absolute;
    top: 0;
    background-color: #fff;
    color: #fff;
    width: 0.28rem;
    height: 0.28rem;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 0.05rem;
    box-sizing: border-box;
    border: 1px solid #bcbcbc;
  }
  .popup-form .form-con .checkBox input[type=checkbox]:checked::after {
    content: "";
    border-color: #1d863a;
    background-color: #1d863a;
  }
  .popup-form .form-con .checkBox input[type=checkbox]:checked::before {
    content: '';
    position: absolute;
    top: 0.02rem;
    left: 0.1rem;
    width: 0.06rem;
    height: 0.15rem;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 1;
  }
  .popup-form .form-con .part1 .item-s .input {
    background: #f9f9f9;
    border: none;
  }
  .popup-form .form-con .part1 .item-s .flex_i {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f9f9f9;
  }
  .popup-form .form-con .part1 .item-s .flex_i .input {
    width: 60%;
  }
  .popup-form .form-con .part1 .item-s .flex_i button {
    width: 1.62rem;
    height: 0.7rem;
    font-size: 0.18rem;
    color: #ffffff;
    text-align: center;
    background: #1d863a;
    border-radius: 0.05rem;
    margin-right: 0.18rem;
  }
  .popup-form .form-con .statement {
    float: left;
    margin-bottom: 0.68rem;
  }
  .popup-form .form-con .statement label {
    color: #666666;
    font-size: 0.26rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .popup-form .form-con .statement label a {
    color: #1d863a;
    font-size: 0.26rem;
    margin-left: 0.45rem;
    margin-top: 0.05rem;
  }
  .popup-form .form-con .statement p{
      color: #666666;
    font-size: 0.26rem;
    margin-left: 0.46rem;
  }
  .popup-form .form-con .statement input {
    width: 0.28rem;
    height: 0.28rem;
    position: relative;
    border: none;
    margin-right: 0.18rem;
  }
  .popup-form .form-con .statement input[type=checkbox]::after {
    position: absolute;
    top: 0;
    background-color: #fff;
    color: #fff;
    width: 0.28rem;
    height: 0.28rem;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 0.05rem;
    box-sizing: border-box;
    border: 1px solid #bcbcbc;
  }
  .popup-form .form-con .statement input[type=checkbox]:checked::after {
    content: "";
    border-color: #1d863a;
    background-color: #1d863a;
  }
  .popup-form .form-con .statement input[type=checkbox]:checked::before {
    content: '';
    position: absolute;
    top: 0.02rem;
    left: 0.1rem;
    width: 0.06rem;
    height: 0.15rem;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 1;
  }
  .popup-form .form-con .Download_now {
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    border-radius: 0.05rem;
    margin: 0 auto;
    margin-bottom: 0.3rem;
    color: #fff;
    line-height: 0.9rem;
    font-size: 0.26rem;
  }
  .popup-form .form-con .Download_now button {
    color: #fff;
    line-height: 0.9rem;
    font-size: 0.26rem;
  }
  .popup-form .form-con .dome-main {
    width: 100%;
  }
  .popup-form .form-con .city-picker-selector {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .popup-form .form-con .city-picker-selector .selector-item {
    width: calc((100% - 0.3rem) / 2);
    height: 0.88rem;
    font-size: 0.24rem;
    color: #cccccc;
    line-height: 0.88rem;
    padding-left: 0.2rem;
    font-weight: bold;
    border: 1px solid #999999;
    box-sizing: border-box;
    background: url(../images/icon/icon_123.png) 90% center no-repeat;
    background-size: 0.29rem auto;
    border-radius: 0.05rem;
    position: relative;
    margin-right: 0.3rem;
  }
  .popup-form .form-con .city-picker-selector .selector-item:nth-child(2) {
    margin-right: 0;
  }
  .popup-form .form-con .city-picker-selector .selector-name {
    width: 80%;
    font-size: 0.24rem;
    color: #999999;
    font-weight: normal;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .popup-form .form-con .city-picker-selector .selector-item:after {
    display: none;
  }
  .popup-form .form-con .city-picker-selector .selector-list {
    border: 1px solid #ccc;
    border-radius: 0.05rem;
    background: #fff;
    width: calc(100% - 0.2rem);
    padding: 0.15rem 0.2rem 0.15rem 0;
    position: absolute;
    top: 1.1rem;
    left: 0;
    z-index: 1;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
  .popup-form .form-con .city-picker-selector .selector-show .selector-list {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .popup-form .form-con .city-picker-selector ul {
    max-height: 3rem;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .popup-form .form-con .city-picker-selector ul::-webkit-scrollbar {
    /*滑块宽度*/
    width: 3px;
  }
  .popup-form .form-con .city-picker-selector ul::-webkit-scrollbar-track {
    /*隐藏滚动条的轨迹*/
    background-color: #eeeeee;
  }
  .popup-form .form-con .city-picker-selector ul::-webkit-scrollbar-thumb {
    background-color: #bcbcbc;
  }
  .popup-form .form-con .city-picker-selector li {
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.6rem;
    padding: 0 0.2rem;
    margin-right: 0.2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
  }
  .popup-form .form-con .city-picker-selector li.caller:hover {
    color: #1d863a;
  }
  .popup-form .form-con .btn-close {
    position: absolute;
    width: 0.38rem;
    height: 0.38rem;
    top: 0.2rem;
    right: 0.52rem;
  }
  .popup-form .form-con .btn-close::before{
    width: 0.38rem;
    height: 0.38rem;
    /* position: absolute; */
    /* top: 50%;
    right: 0.48rem;
    transform: translateY(-50%); */
  }
  .popup-form .form-con .part1 .item .area{
  height: 1.78rem;
  padding: 0.3rem 0.18rem;
  font-size: 0.26rem;
}
}