@charset "UTF-8";
.home .container-fluid {
  padding: 0;
}
.nb-icon-wrap{
	display:none !important;
}

.mobile-view{
  display: none;
}

.home .banner {
  position: relative;
  width: 100%;
  height: 780px;
}

.home .banner .swiper-container1 {
  width: 100%;
  height: 100%;
}

.home .banner .swiper-container1 .swiper-slide {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
}

.home .banner .swiper-container1 .swiper-slide img {
  position: absolute;
  height: 100%;
}

.home .banner .container {
  position: relative;
}

.home .banner .container .swiper-container2-box {
  position: absolute;
  bottom: 78px;
  left: 0;
  width: 280px;
  height: 160px;
}

.home .banner .container .swiper-container2-box .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.home .banner .container .swiper-container2-box .swiper-container:before {
  content: "";
  width: 6px;
  height: 6px;
  /*background: #fff;*/
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -3px;
}

.home .banner .container .swiper-container2-box .swiper-container .swiper-slide {
  font-size: 14px;
  text-align: left;
  display: flex;
  align-items: center;
  text-indent: 35px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.1);
}

.home .banner .container .swiper-container2-box .swiper-container .swiper-slide-active {
  color: #fff;
}

.home .banner .container .swiper-container2-box .swiper-container .swiper-slide-prev,
.home .banner .container .swiper-container2-box .swiper-container .swiper-slide-next {
  color: rgba(255, 255, 255, 0.5);
}

.home .banner .cover {
  width: 80px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
}

.home .banner .cover1 {
  left: 0;
}

.home .banner .cover1 .control-btn-left {
  opacity: 0;
  height: 128px;
  width: 64px;
  background: rgba(194, 200, 204, 0.5);
  top: 50%;
  margin-top: -64px;
  z-index: 400;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-top-right-radius: 64px;
  border-bottom-right-radius: 64px;
  left: 0;
  cursor: pointer;
}

.home .banner .cover1 .control-btn-left .control-arrow-left {
  top: 50%;
  margin-top: -25px;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  left: 15px;
}

.home .banner .cover1 .control-btn-left .control-arrow-left:before {
  left: 0;
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  content: '';
  background-color: #fff;
  top: 0;
  border-bottom-right-radius: 3px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.home .banner .cover1 .control-btn-left .control-arrow-left:after {
  left: 0;
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  content: '';
  background-color: #fff;
  bottom: 0;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-top-right-radius: 3px;
}

.home .banner .cover1 .control-btn-left.active {
  opacity: 0.5;
}

.home .banner .cover2 {
  right: 0;
}

.home .banner .cover2 .control-btn-right {
  opacity: 0;
  height: 128px;
  width: 64px;
  background: rgba(194, 200, 204, 0.5);
  top: 50%;
  right: 0;
  margin-top: -64px;
  z-index: 400;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-top-right-radius: 64px;
  border-bottom-right-radius: 64px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  cursor: pointer;
}

.home .banner .cover2 .control-btn-right .control-arrow-left {
  top: 50%;
  margin-top: -25px;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  left: 15px;
}

.home .banner .cover2 .control-btn-right .control-arrow-left:before {
  left: 0;
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  content: '';
  background-color: #fff;
  top: 0;
  border-bottom-right-radius: 3px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.home .banner .cover2 .control-btn-right .control-arrow-left:after {
  left: 0;
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  content: '';
  background-color: #fff;
  bottom: 0;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-top-right-radius: 3px;
}

.home .banner .cover2 .control-btn-right.active {
  opacity: 0.5;
}

.home .con1 {
  background: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 20px;
}

.home .con1 .con-t .item {
  height: 230px;
  color: #000000;
}

.home .con1 .con-t .item .item-inner {
  height: 100%;
  background-color: #ffffff;
  position: relative;
}

.home .con1 .con-t .item .item-inner .txt {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  z-index: 222;
}

.home .con1 .con-t .item .item-inner .img-box {
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  box-sizing: border-box;
}

.home .con1 .con-t .item .item-inner .img-box .img1 {
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -82px;
  z-index: 100;
}

.home .con1 .con-t .item .item-inner .img-box .img2 {
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -87px;
  opacity: 0.8;
  z-index: 90;
}

.home .con1 .con-t .item .item-inner:hover {
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.home .con1 .con-t .item .item-inner:hover .img-box .img1 {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;
  top: 0px;
}

.home .con1 .con-t .item .item-inner:hover .img-box .img2 {
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -o-transform: scale(0.7);
}

.home .con1 .con-b {
  margin-top: 40px;
}

.home .con1 .con-b .swiper-box {
  width: 100%;
  height: 660px;
  position: relative;
  overflow: hidden;
}

.home .con1 .con-b .swiper-box .swiper-container {
  width: 100%;
  height: 100%;
}

.home .con1 .con-b .swiper-box .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}

.home .con1 .con-b .swiper-box .swiper-container .swiper-slide .item-box {
  width: 100%;
  height: 660px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.home .con1 .con-b .swiper-box .swiper-container .swiper-slide .item-box .txt {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 222;
}

.home .con1 .con-b .swiper-box .swiper-container .swiper-slide .item-box .txt p {
  font-size: 16px;
  line-height: 32px;
  color: #000000;
}

.home .con1 .con-b .swiper-box .swiper-container .swiper-slide .item-box .txt p:nth-of-type(2) {
  font-size: 24px;
  font-weight: lighter;
  line-height: 32px;
  color: #666666;
  margin-bottom: 7px;
}

.home .con1 .con-b .swiper-box .swiper-container .swiper-slide .item-box .txt .txt-a {
  font-size: 14px;
  font-weight: lighter;
  line-height: 32px;
  letter-spacing: 1px;
  color: #666666;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.home .con1 .con-b .swiper-box .swiper-container .swiper-slide .item-box .txt .txt-a:hover {
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 800;
}

.home .con1 .con-b .swiper-box .swiper-container .swiper-slide .item-box img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.home .con1 .con-b .swiper-box .control-btn-right {
  position: absolute;
  opacity: 0;
  height: 128px;
  width: 64px;
  background: none;
  top: 50%;
  right: 0;
  margin-top: -64px;
  z-index: 400;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-top-right-radius: 64px;
  border-bottom-right-radius: 64px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  cursor: pointer;
}

.home .con1 .con-b .swiper-box .control-btn-right .control-arrow-left {
  top: 50%;
  margin-top: -25px;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  left: 15px;
}

.home .con1 .con-b .swiper-box .control-btn-right .control-arrow-left:before {
  left: 0;
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  content: '';
  background-color: #000000;
  top: 0;
  border-bottom-right-radius: 3px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.home .con1 .con-b .swiper-box .control-btn-right .control-arrow-left:after {
  left: 0;
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  content: '';
  background-color: #000000;
  bottom: 0;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-top-right-radius: 3px;
}

.home .con1 .con-b .swiper-box .control-btn-left {
  position: absolute;
  opacity: 0;
  height: 128px;
  width: 64px;
  background: none;
  top: 50%;
  margin-top: -64px;
  z-index: 400;
  transition: all .4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-top-right-radius: 64px;
  border-bottom-right-radius: 64px;
  left: 0;
  cursor: pointer;
}

.home .con1 .con-b .swiper-box .control-btn-left .control-arrow-left {
  top: 50%;
  margin-top: -25px;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  left: 15px;
}

.home .con1 .con-b .swiper-box .control-btn-left .control-arrow-left:before {
  left: 0;
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  content: '';
  background-color: #000000;
  top: 0;
  border-bottom-right-radius: 3px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.home .con1 .con-b .swiper-box .control-btn-left .control-arrow-left:after {
  left: 0;
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  content: '';
  background-color: #000000;
  bottom: 0;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-top-right-radius: 3px;
}

.home .con1 .con-b .swiper-box:hover .control-btn-right {
  opacity: 1;
}

.home .con1 .con-b .swiper-box:hover .control-btn-left {
  opacity: 1;
}

.home .con1 .con-b .item-box1 .item {
  margin-bottom: 20px;
  width: 100%;
  height: 320px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.home .con1 .con-b .item-box1 .item .txt {
  width: 230px;
  position: absolute;
  left: 30px;
  top: 40px;
  z-index: 222;
}

.home .con1 .con-b .item-box1 .item .txt p {
  font-size: 16px;
  line-height: 32px;
  color: #000000;
}

.home .con1 .con-b .item-box1 .item .txt p:nth-of-type(2) {
  font-size: 24px;
  font-weight: lighter;
  line-height: 32px;
  color: #666666;
  margin-bottom: 7px;
}

.home .con1 .con-b .item-box1 .item .txt .txt-a {
  font-size: 14px;
  font-weight: lighter;
  line-height: 32px;
  letter-spacing: 1px;
  color: #666666;
  transition: all 0.4s;
}

.home .con1 .con-b .item-box1 .item .txt .txt-a:hover {
  transition: all 0.4s;
  font-weight: 800;
}

.home .con1 .con-b .item-box1 .item img {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.6s;
}

.home .con1 .con-b .item-box1 .item:hover img {
  transition: all 0.6s;
  transform: scale(1.1);
}

.home .con1 .con-b .item-box1 .item:nth-last-of-type(1) img {
  position: absolute;
  right: 0;
  bottom: 0px;
}

.home .con2 {
  height: 750px;
  position: relative;
  overflow: hidden;
}

.home .con2 .vid2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.home .con2 .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.home .con2 .content .play {
  width: 176px;
  height: 50px;
  background: #ffffff url("../images/h_c2_i.jpg") 138px center no-repeat;
  border-radius: 25px;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 1px;
  color: #666666;
  text-indent: 25px;
  cursor: pointer;
}

.home .con2 .vid-wap {
  display: none;
  height: 100%;
}

.home .con2 .vid-wap .video {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.home .con2 .vid-wap .video .vid1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home .con2 .vid-wap .video .video-box {
  width: 750px;
  height: 422px;
}

.home .con2 .vid-wap .video .video-box video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.home .con2 .vid-wap .video p {
  width: 860px;
  margin: 20px auto 0 auto;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  text-align: justify;
  text-indent: 20px;
}

.home .con2-1 {
  display: none;
  height: 750px;
  position: relative;
  overflow: hidden;
}

.home .con2-1 .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/h_c2_bg.jpg") center center no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home .con2-1 .content .play {
  width: 176px;
  height: 50px;
  background: #ffffff url("../images/h_c2_i.jpg") 138px center no-repeat;
  border-radius: 25px;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 1px;
  color: #666666;
  text-indent: 25px;
  cursor: pointer;
}

.home .con2-1 .vid-wap {
  display: none;
  height: 100%;
}

.home .con2-1 .vid-wap .video {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.home .con2-1 .vid-wap .video .vid1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home .con2-1 .vid-wap .video .video-box {
  width: 750px;
  height: 422px;
}

.home .con2-1 .vid-wap .video .video-box video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 1;
}

.home .con2-1 .vid-wap .video p {
  width: 860px;
  margin: 20px auto 0 auto;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  text-align: justify;
  text-indent: 20px;
}

.home .con3 {
  background: #f5f5f5;
  padding: 40px 0;
}

.home .con3 .content .row .col-box {
  height: 180px;
  background-color: #ffffff;
}

.home .con3 .content .row .col-box a {
  height: 100%;
}

.home .con3 .content .row .col-box a .item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #ffffff;
  border-left: 1px solid #d9d9d9;
}

.home .con3 .content .row .col-box a .item:before {
  content: '';
  width: 4px;
  height: 60px;
  background-color: #d9d9d9;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
}

.home .con3 .content .row .col-box a .item:hover:before {
  background-color: #000000;
}

.home .con3 .content .row .col-box a .item .txt {
  margin-left: 39px;
}

.home .con3 .content .row .col-box a .item .txt.on {
  opacity: 0.7;
}

.home .con3 .content .row .col-box a .item .txt p {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 2px;
  color: #000000;
}

.home .con3 .content .row .col-box a .item .txt p:nth-last-of-type(1) {
  font-size: 16px;
  font-weight: lighter;
  line-height: 32px;
  letter-spacing: 2px;
  color: #999999;
}

.home .con3 .content .row .col-box a .item0 {
  border-left: none;
}

.home .con3 .content .row .col-box a .item0:before {
  left: -15px;
}

@media (min-width: 3500px) {
  .home .banner {
    height: 2000px;
  }
}

@media (max-width: 3500px) and (min-width: 2000px) {
  .home .banner {
    height: 1000px;
  }
}

@media (max-width: 1200px) {
  .home .con1 .con-b .item-box1 .item .img1 {
    width: 450px;
  }
  .home .con1 .con-b .item-box1 .item:nth-last-of-type(1) img {
    bottom: 50px;
  }
}


@media (max-width: 992px) {
  .home .con1 .con-t .item {
    margin-bottom: 20px;
  }
  .home .con1 .con-b .item-box1 .item .img1 {
    width: 400px;
  }
  .home .con1 .con-b .item-box1 .item:nth-last-of-type(1) img {
    bottom: 10px;
  }
  .home .con2 {
    height: 650px;
  }
  .home .con2 .vid-wap .video .vid1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .home .con2 .vid-wap .video .video-box {
    width: 80%;
  }
  .home .con2 .vid-wap .video p {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .home .banner {
    height: 360px;
  }
  .home .banner .swiper-container1 .swiper-slide .swip-tbox {
    display: none;
  }
  .home .banner .swiper-container1 .swiper-slide img {
    display: none;
  }
  .home .banner .swiper-container1 .swiper-slide1 {
    background: url("../images/h_banner_bg1-m.jpg") center center no-repeat;
    background-size: auto 360px;
  }
  .home .banner .swiper-container1 .swiper-slide1 img {
    display: none;
  }
  .home .banner .swiper-container1 .swiper-slide1 {
    background: url("../images/h_banner_bg1-m.jpg") center center no-repeat;
    background-size: auto 360px;
  }
  .home .banner .swiper-container1 .swiper-slide2 {
    background: url("../images/h_banner_bg2-m.jpg") center center no-repeat;
    background-size: auto 360px;
  }
  .home .banner .swiper-container1 .swiper-slide3 {
    background: url("../images/h_banner_bg3-m.jpg") center center no-repeat;
    background-size: auto 360px;
  }
  .home .banner .swiper-container1 .swiper-slide4 {
    background: url("../images/h_banner_bg4-m.jpg") center center no-repeat;
    background-size: auto 360px;
  }
  .home .banner .swiper-container1 .swiper-slide5 {
    background: url("../images/h_banner_bg5-m.jpg") center center no-repeat;
    background-size: auto 360px;
  }
  .home .banner .container {
    display: none;
  }
  .home .banner .cover1 .control-btn-left {
    opacity: 0.5;
    height: 80px;
    width: 46px;
    margin-top: -40px;
    cursor: pointer;
  }
  .home .banner .cover1 .control-btn-left .control-arrow-left {
    left: 8px;
  }
  .home .banner .cover2 .control-btn-right {
    opacity: 0.5;
    height: 80px;
    width: 46px;
    margin-top: -40px;
  }
  .home .banner .cover2 .control-btn-right .control-arrow-left {
    left: 8px;
  }
  .home .con1 {
    padding-top: 30px;
  }
  .home .con1 .con-t .item {
    height: 160px;
    margin-bottom: 20px;
  }
  .home .con1 .con-t .item .item-inner .img-box img {
    width: 100px;
  }
  .home .con1 .con-t .item .item-inner .img-box .img1 {
    left: 50%;
    margin-left: -50px;
  }
  .home .con1 .con-t .item .item-inner .img-box .img2 {
    left: 50%;
    margin-left: -50px;
  }
  .home .con1 .con-b {
    margin-top: 20px;
  }
  .home .con1 .con-b .swiper-box {
    height: 300px;
  }
  .home .con1 .con-b .swiper-box .swiper-container .swiper-slide .item-box {
    height: 100%;
  }
  .home .con1 .con-b .swiper-box .swiper-container .swiper-slide .item-box .txt {
    top: 30px;
  }
  .home .con1 .con-b .swiper-box .swiper-container .swiper-slide .item-box .txt p {
    line-height: 20px;
  }
  .home .con1 .con-b .swiper-box .swiper-container .swiper-slide .item-box .txt p:nth-of-type(2) {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .home .con1 .con-b .swiper-box .swiper-container .swiper-slide .item-box img {
    width: 290px;
  }
  .home .con1 .con-b .swiper-box .control-btn-right {
    opacity: 1;
  }
  .home .con1 .con-b .swiper-box .control-btn-left {
    opacity: 1;
  }
  .home .con1 .con-b .item-box1 {
    margin-top: 20px;
  }
  .home .con1 .con-b .item-box1 .item .img1 {
    width: 400px;
  }
  .home .con1 .con-b .item-box1 .item:nth-last-of-type(1) img {
    bottom: 10px;
  }
  .home .con2 {
    display: none;
    height: 300px;
  }
  .home .con2 .vid-wap .video {
    padding-top: 10px;
  }
  .home .con2 .vid-wap .video .video-box {
    width: 70%;
    height: 49%;
  }
  .home .con2 .vid-wap .video .video-box video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .home .con2 .vid-wap .video img {
    width: 80%;
  }
  .home .con2 .vid-wap .video p {
    margin: 0 auto;
    width: 90%;
    line-height: 20px;
    font-size: 11px;
  }
  .home .con2-1 {
    display: block;
    height: 300px;
  }
  .home .con2-1 .content {
    height: 100%;
    background-size: auto 300px;
  }
  .home .con2-1 .vid-wap .video {
    padding-top: 10px;
  }
  .home .con2-1 .vid-wap .video .video-box {
    width: 70%;
    height: 49%;
  }
  .home .con2-1 .vid-wap .video .video-box video {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .home .con2-1 .vid-wap .video .video-box video.togshow {
    display: none;
  }
  .home .con2-1 .vid-wap .video img {
    width: 80%;
  }
  .home .con2-1 .vid-wap .video p {
    margin: 0 auto;
    width: 90%;
    line-height: 20px;
    font-size: 11px;
  }
  .home .con3 .content .row .col-box {
    height: 100px;
    background: none;
    margin-bottom: 10px;
  }
  .home .con3 .content .row .col-box a .item {
    border-left: none;
  }
  .home .con3 .content .row .col-box a .item .txt p {
    font-size: 19px;
    line-height: 20px;
  }
  .home .con3 .content .row .col-box a .item .txt p:nth-last-of-type(1) {
    font-size: 14px;
  }
  .home .con3 .content .row .col-box a .item0:before {
    left: 0;
  }
}

.customer-center .banner {
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../images/customer_banner.jpg") center center no-repeat;
}

.customer-center .banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.customer-center .banner .container h4 {
  font-size: 38px;
  line-height: 56px;
  font-weight: 100;
}

.customer-center .banner .container p {
  font-size: 16px;
  line-height: 32px;
}

.customer-center .position {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  color: #898989;
  line-height: 2;
}

.customer-center .main {
  width: 100%;
  padding: 40px 0 120px;
  background-color: #f5f5f5;
}

.customer-center .main .main-inner .aside .aside-nav {
  background-color: #fff;
}

.customer-center .main .main-inner .aside .aside-nav .title {
  position: relative;
  padding: 0 30px;
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  background: #282828 url("../images/customer_nav_down.png") calc(100% - 30px) center no-repeat;
}

.customer-center .main .main-inner .aside .aside-nav .sub-nav {
  padding: 20px 0 15px;
}

.customer-center .main .main-inner .aside .aside-nav .sub-nav .nav-item {
  position: relative;
  padding: 0 30px;
  font-size: 16px;
  line-height: 48px;
  color: #666666;
  cursor: pointer;
}

.customer-center .main .main-inner .aside .aside-nav .sub-nav .nav-item:after {
  position: absolute;
  content: '';
  width: 4px;
  right: 0;
  top: 0;
  height: 0;
  background-color: #282828;
  transition: height 0.25s;
}

.customer-center .main .main-inner .aside .aside-nav .sub-nav .nav-item.active {
  background-color: #dedede;
}

.customer-center .main .main-inner .aside .aside-nav .sub-nav .nav-item.active:after {
  height: 100%;
}

.customer-center .main .main-inner .aside .aside-nav .sub-nav .nav-item:hover {
  background-color: #dedede;
}

.customer-center .main .main-inner .aside .aside-nav .sub-nav .nav-item:hover:after {
  height: 100%;
}

.customer-center .main .main-inner .aside .aside-map-container {
  display: none;
}

.customer-center .main .main-inner .aside .aside-map-container .select-group .select {
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  line-height: 1;
  border: 1px solid #999999;
  background: url("../images/selected_down.png") calc(100% - 30px) center no-repeat;
  outline: none;
  color: #999999;
}

.customer-center .main .main-inner .aside .aside-map-container .search-group {
  margin-top: 9px;
  display: flex;
}

.customer-center .main .main-inner .aside .aside-map-container .search-group input {
  border-radius: 0;
  border: 1px solid #999999;
  color: #999999;
  font-size: 14px;
}

.customer-center .main .main-inner .aside .aside-map-container .search-group button {
  border-radius: 0;
  background: #282828;
  color: #fff;
}

.customer-center .main .main-inner .aside .aside-map-container .search-result-list {
  padding-bottom: 20px;
  margin-top: 10px;
  height: 388px;
  overflow-y: auto;
  box-sizing: border-box;
  background-color: #fff;
}

.customer-center .main .main-inner .aside .aside-map-container .search-result-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.customer-center .main .main-inner .aside .aside-map-container .search-result-list::-webkit-scrollbar-track {
  width: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.customer-center .main .main-inner .aside .aside-map-container .search-result-list::-webkit-scrollbar-thumb {
  background-color: #000;
  background-clip: padding-box;
  min-height: 0;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.customer-center .main .main-inner .aside .aside-map-container .search-result-list .item {
  padding: 10px;
  display: flex;
  align-items: center;
}

.customer-center .main .main-inner .aside .aside-map-container .search-result-list .item .num {
  color: #e3e3e3;
}

.customer-center .main .main-inner .aside .aside-map-container .search-result-list .item .info {
  margin-left: 10px;
}

.customer-center .main .main-inner .aside .aside-map-container .search-result-list .item .info .name {
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}

.customer-center .main .main-inner .aside .aside-map-container .search-result-list .item .info .address,
.customer-center .main .main-inner .aside .aside-map-container .search-result-list .item .info .tel {
  line-height: 20px;
  color: #999999;
}

.customer-center .main .main-inner .aside .aside-map-container .search-result-list .item:hover {
  background-color: #ebebeb;
}

.customer-center .main .main-inner .aside .aside-map-container .search-result-list .item:hover .num,
.customer-center .main .main-inner .aside .aside-map-container .search-result-list .item:hover .address,
.customer-center .main .main-inner .aside .aside-map-container .search-result-list .item:hover .tel {
  color: #c6c6c6;
}

.customer-center .main .main-inner .article .article-item {
  background-color: #fff;
}

.customer-center .main .main-inner .article .article-item .article-item-inner {
  padding: 28px 5.7471%;
}

.customer-center .main .main-inner .article .article-item .article-title {
  font-size: 30px;
  line-height: 52px;
  font-weight: 100;
  color: #333333;
  border-bottom: 1px solid #dedede;
}

.customer-center .main .main-inner .article .article-item .article-content {
  padding: 10px 0;
}



.customer-center .main .main-inner .article .article-item .article-content p {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

.customer-center .main .main-inner .article .article-item .article-content h5 {
  padding: 25px 0 0;
  font-size: 14px;
  color: #333333;
}

.customer-center .main .main-inner .article .article-item .article-content .padding {
  padding: 20px 0 0;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

.customer-center .main .main-inner .article .article-item.map-container-item {
  display: none;
}

.customer-center .main .main-inner .article .article-item.map-container-item .map-container {
  padding: 40px 0;
}

.customer-center .main .main-inner .article .article-item.common-problems {
  display: none;
}

.customer-center .main .main-inner .article .article-item.common-problems .article-content {
  padding: 0;
}

.customer-center .main .main-inner .article .article-item.common-problems .article-content .parent-nav-item .parent-nav {
  position: relative;
  font-size: 15px;
  line-height: 50px;
  color: #666666;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
}

.customer-center .main .main-inner .article .article-item.common-problems .article-content .parent-nav-item .parent-nav:before {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 14px;
  height: 2px;
  background-color: #bfbfbf;
  transition: all 0.25s;
}

.customer-center .main .main-inner .article .article-item.common-problems .article-content .parent-nav-item .parent-nav:after {
  position: absolute;
  content: '';
  right: 6px;
  top: 50%;
  margin-top: -7px;
  width: 2px;
  height: 14px;
  background-color: #bfbfbf;
  transition: all 0.25s;
}

.customer-center .main .main-inner .article .article-item.common-problems .article-content .parent-nav-item .sub-nav-item {
  display: none;
  padding-left: 30px;
}

.customer-center .main .main-inner .article .article-item.common-problems .article-content .parent-nav-item .sub-nav-item .sub-nav {
  position: relative;
  padding: 15px 15px 15px 0;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
  background: url("../images/selected_down.png") right center no-repeat;
}

.customer-center .main .main-inner .article .article-item.common-problems .article-content .parent-nav-item .sub-nav-item .sub-answer {
  display: none;
}

.customer-center .main .main-inner .article .article-item.common-problems .article-content .parent-nav-item .sub-nav-item .sub-answer p {
  padding: 15px;
  line-height: 20px;
  color: #737373;
  background-color: #f5f5f5;
}

.customer-center .main .main-inner .article .article-item.common-problems .article-content .parent-nav-item .sub-nav-item .sub-answer h5 {
  padding: 5px;
}

.customer-center .main .main-inner .article .article-item.common-problems .article-content .parent-nav-item .sub-nav-item .sub-answer .padding {
  padding-left: 0;
}

.customer-center .main .main-inner .article .article-item.common-problems .article-content .parent-nav-item .sub-nav-item .sub-answer.nobg p {
  padding: 0 15px 15px 0;
  background-color: transparent;
}

.customer-center .main .main-inner .article .article-item.common-problems .article-content .parent-nav-item .sub-nav-item.active .sub-nav {
  color: #666666;
  border-bottom: 1px solid transparent;
}

.customer-center .main .main-inner .article .article-item.common-problems .article-content .parent-nav-item.on .parent-nav {
  color: #333;
}

.customer-center .main .main-inner .article .article-item.common-problems .article-content .parent-nav-item.on .parent-nav:before {
  transform: rotateZ(-180deg);
}

.customer-center .main .main-inner .article .article-item.common-problems .article-content .parent-nav-item.on .parent-nav:after {
  transform: rotateZ(90deg);
}

.customer-center .main .main-inner .article .article-item.complaints {
  display: none;
}

.customer-center .main .main-inner .article .article-item.complaints .article-content {
  padding: 40px 9.091% 20px;
}

.customer-center .main .main-inner .article .article-item.complaints .article-content .complaints-form .ipts-group {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.customer-center .main .main-inner .article .article-item.complaints .article-content .complaints-form .ipts-group .ipt-item {
  width: 47.62%;
}

.customer-center .main .main-inner .article .article-item.complaints .article-content .complaints-form .ipts-group .ipt-item label {
  display: block;
  font-size: 15px;
  color: #666666;
  line-height: 31px;
}

.customer-center .main .main-inner .article .article-item.complaints .article-content .complaints-form .ipts-group .ipt-item input {
  padding: 0 10px;
  width: 100%;
  line-height: 50px;
  color: #999999;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #999999;
}

.customer-center .main .main-inner .article .article-item.complaints .article-content .complaints-form .ipts-group .ipt-item textarea {
  padding: 10px;
  height: 180px;
  width: 100%;
  line-height: 28px;
  color: #999999;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #999999;
  resize: none;
}

.customer-center .main .main-inner .article .article-item.complaints .article-content .complaints-form .ipts-group .ipt-item.full {
  width: 100%;
}

.customer-center .main .main-inner .article .article-item.complaints .article-content .complaints-form .ipts-group.btn-group {
  justify-content: center;
}

.customer-center .main .main-inner .article .article-item.complaints .article-content .complaints-form .ipts-group.btn-group .ipt-item {
  width: 130px;
  margin: 0 5px;
}

.customer-center .main .main-inner .article .article-item.complaints .article-content .complaints-form .ipts-group.btn-group .ipt-item .btn {
  width: 100%;
  line-height: 36px;
  font-size: 16px;
}

.customer-center .main .main-inner .article .article-item.complaints .article-content .complaints-form .ipts-group.btn-group .ipt-item .btn.sub-btn {
  background: #282828;
  color: #fff;
}

.customer-center .main .main-inner .article .article-item.complaints .article-content .complaints-form .ipts-group.btn-group .ipt-item .btn.reset-btn {
  background: #dedede;
  color: #666666;
}

.customer-center .main .main-inner .article .article-item.downloading {
  display: none;
}

.customer-center .main .main-inner .article .article-item.downloading .article-content {
  padding: 20px 0;
}

.customer-center .main .main-inner .article .article-item.downloading .article-content .search-bar .form-group {
  margin-right: 5px;
}

.customer-center .main .main-inner .article .article-item.downloading .article-content .search-bar .form-group:nth-of-type(2) {
  width: 28%;
}

.customer-center .main .main-inner .article .article-item.downloading .article-content .search-bar .form-group:nth-of-type(2) .select {
  width: 80%;
}

.customer-center .main .main-inner .article .article-item.downloading .article-content .search-bar label {
  margin-right: 5px;
  float: left;
  font-size: 16px;
  line-height: 46px;
  color: #666666;
  font-weight: 100;
}

.customer-center .main .main-inner .article .article-item.downloading .article-content .search-bar .select {
  float: left;
  border-radius: 0;
  font-size: 16px;
  border-color: #999999;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  background: url("../images/selected_down.png") calc(100% - 10px) center no-repeat;
}

.customer-center .main .main-inner .article .article-item.downloading .article-content .search-bar .select option {
  padding: 0 2%;
}

.customer-center .main .main-inner .article .article-item.downloading .article-content .search-bar input {
  float: left;
  border-radius: 0;
  font-size: 16px;
  border-color: #999999;
}

.customer-center .main .main-inner .article .article-item.downloading .article-content .search-bar .search-btn {
  float: left;
  border-radius: 0;
  background-color: #282828;
  color: #fff;
}

.customer-center .main .main-inner .article .article-item.downloading .article-content .content-bar {
  margin-top: 20px;
}

.customer-center .main .main-inner .article .article-item.downloading .article-content .content-bar table tbody {
  font-size: 14px;
  line-height: 22px;
}

.customer-center .main .main-inner .article .article-item.app-download {
  display: none;
}

.customer-center .main .main-inner .article .article-item.app-download .article-content {
  padding: 0;
}

.customer-center .main .main-inner .article .article-item.app-download .article-content .parent-nav-item .parent-nav {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  color: #333;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
}

.customer-center .main .main-inner .article .article-item.app-download .article-content .parent-nav-item .parent-nav:before {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 14px;
  height: 2px;
  background-color: #bfbfbf;
  transform: rotateZ(-180deg);
}

.customer-center .main .main-inner .article .article-item.app-download .article-content .parent-nav-item .parent-nav:after {
  position: absolute;
  content: '';
  right: 6px;
  top: 50%;
  margin-top: -7px;
  width: 2px;
  height: 14px;
  background-color: #bfbfbf;
  transform: rotateZ(90deg);
}

.customer-center .main .main-inner .article .article-item.app-download .article-content .parent-nav-item .sub-nav-item {
  margin-top: 20px;
}

.customer-center .main .main-inner .article .article-item.app-download .article-content .parent-nav-item .sub-nav-item .sub-nav .table thead tr th {
  border-bottom: none;
}

.customer-center .main .main-inner .article .article-item.app-download .article-content .parent-nav-item .sub-nav-item .sub-nav .table tbody {
  border-top: 1px solid #f5f5f5;
}

.customer-center .main .main-inner .article .article-item.app-download .article-content .parent-nav-item .sub-nav-item .sub-nav .table tbody tr td {
  border-top: none;
}

.customer-center .main .main-inner .article .article-item.app-download .article-content .parent-nav-item .sub-nav-item .sub-nav .table tbody tr td.panel-container {
  padding: 0;
}

.customer-center .main .main-inner .article .article-item.app-download .article-content .parent-nav-item .sub-nav-item .sub-nav .table tbody tr td .panel {
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.customer-center .main .main-inner .article .article-item.app-download .article-content .parent-nav-item.on {
  display: block;
}

.customer-center .main .main-inner .article .article-item.app-download .article-content .parent-nav-item.on .parent-nav {
  color: #333;
}

.customer-center .main .main-inner .article .article-item.app-download .article-content .parent-nav-item.on .parent-nav:before {
  transform: rotateZ(-180deg);
}

.customer-center .main .main-inner .article .article-item.app-download .article-content .parent-nav-item.on .parent-nav:after {
  transform: rotateZ(90deg);
}

.customer-center .main .main-inner .article .article-item.anti-query {
  display: none;
}

.customer-center .main .main-inner .article .article-item.anti-query .article-title span {
  float: right;
  font-size: 14px;
  color: #707070;
}

.customer-center .main .main-inner .article .article-item.anti-query .article-content {
  margin-top: 50px;
}

.customer-center .main .main-inner .article .article-item.anti-query .article-content .code-ipt {
  margin: 0 auto;
  width: 70%;
  display: flex;
  justify-content: space-between;
}

.customer-center .main .main-inner .article .article-item.anti-query .article-content .code-ipt input {
  padding: 0 10px;
  width: 74%;
  height: 50px;
  box-sizing: border-box;
}

.customer-center .main .main-inner .article .article-item.anti-query .article-content .code-ipt button {
  width: 24%;
  border-radius: 0;
  background-color: #282828;
  color: #fff;
}

.customer-center .main .main-inner .article .article-item.anti-query .article-content .result {
  margin: 10px auto;
  width: 70%;
}

.customer-center .main .main-inner .article .article-item.anti-query .article-content .result .title {
  font-size: 16px;
  line-height: 26px;
}

.customer-center .main .main-inner .article .article-item.anti-query .article-content .result .title span {
  display: inline-block;
  transform: rotateZ(180deg);
  color: #666666;
}

.customer-center .main .main-inner .article .article-item.anti-query .article-content .result .code-result-container {
  padding: 10px;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  border: 1px dashed #999999;
}

.customer-center .main .main-inner .article .article-item.anti-query .article-content .tip {
  margin-top: 50px;
  border-top: 1px solid #dedede;
}

.customer-center .main .main-inner .article .article-item.anti-query .article-content .tip .title {
  padding-top: 10px;
  font-size: 18px;
  line-height: 26px;
}

.customer-center .main .main-inner .article .article-item.anti-query .article-content .tip p {
  padding: 3px 0;
}

.customer-center .main .main-inner .server-tip {
  display: none;
  margin-top: 28px;
}

.customer-center .main .main-inner .server-tip p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
  background-color: #fff;
}

.customer-center .main .main-inner .server-tip p a {
  margin-left: 10px;
  padding: 0 15px;
  line-height: 30px;
  background-color: #282828;
  color: #fff;
}

.customer-center .main .main-inner .server-tip p a img {
  margin-left: 5px;
  display: inline;
}

@media (max-width: 1200px) {
  .customer-center .main .main-inner .article .article-item.downloading .article-content .search-bar .form-group {
    margin-right: 0;
    width: 27%;
  }
  .customer-center .main .main-inner .article .article-item.downloading .article-content .search-bar .form-group:nth-of-type(2) {
    width: 27%;
  }
  .customer-center .main .main-inner .article .article-item.downloading .article-content .search-bar .form-group:nth-of-type(2) .select {
    width: 75%;
  }
  .customer-center .main .main-inner .article .article-item.downloading .article-content .search-bar .form-group:last-child {
    width: 44%;
  }
  .customer-center .main .main-inner .article .article-item.downloading .article-content .search-bar .select {
    width: 75%;
  }
  .customer-center .main .main-inner .article .article-item.downloading .article-content .search-bar input {
    width: 63%;
  }
  .customer-center .main .main-inner .article .article-item.map-container-item .map-container svg {
    margin-left: -130px !important;
  }
}

@media (max-width: 992px) {
  .customer-center .main .main-inner .aside .aside-map-container .search-result-list {
    height: 185px;
  }
  .customer-center .main .main-inner .article {
    margin-top: 20px;
  }
  .customer-center .main .main-inner .article .article-item.common-problems .article-content .parent-nav-item .sub-nav-item .sub-answer img {
    width: 100%;
  }
  .customer-center .main .main-inner .article .article-item.map-container {
    margin-top: 20px;
  }
  .customer-center .main .main-inner .article .article-item.map-container .map {
    height: 350px;
  }
  .customer-center .main .main-inner .article .article-item.complaints .article-content {
    padding: 40px 5% 20px;
  }
}

@media (max-width: 768px) {
  .customer-center .banner {
    height: 150px;
    background-size: auto 160px;
  }
  .customer-center .banner .container h4 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .customer-center .banner .container p {
    text-align: center;
  }
  .customer-center .main .main-inner .aside .aside-nav .title {
    font-size: 16px;
    line-height: 48px;
  }
  .customer-center .main .main-inner .aside .aside-nav .sub-nav {
    padding: 9px 0 15px;
  }
  .customer-center .main .main-inner .article .article-item .article-title {
    font-size: 24px;
    line-height: 40px;
  }
  .customer-center .main .main-inner .article .article-item.map-container-item .map-container svg {
    margin-left: -50px !important;
  }
  .customer-center .main .main-inner .article .article-item.complaints .article-content {
    padding: 40px 5% 20px;
  }
  .customer-center .main .main-inner .article .article-item.complaints .article-content .complaints-form .ipts-group {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .customer-center .main .main-inner .article .article-item.complaints .article-content .complaints-form .ipts-group .ipt-item {
    width: 100%;
    margin-bottom: 5px;
  }
  .customer-center .main .main-inner .article .article-item.complaints .article-content .complaints-form .ipts-group.btn-group .ipt-item {
    margin: 0 2%;
    width: 45%;
  }
  .customer-center .main .main-inner .article .article-item.downloading .article-content .search-bar .form-group {
    width: 100%;
    overflow: hidden;
  }
  .customer-center .main .main-inner .article .article-item.downloading .article-content .search-bar .form-group:nth-of-type(2) {
    width: 100%;
  }
  .customer-center .main .main-inner .article .article-item.downloading .article-content .search-bar .form-group:nth-of-type(2) .select {
    width: calc(100% - 37px);
  }
  .customer-center .main .main-inner .article .article-item.downloading .article-content .search-bar .form-group:last-child {
    width: 100%;
  }
  .customer-center .main .main-inner .article .article-item.downloading .article-content .search-bar label {
    margin-right: 0;
    width: 37px;
  }
  .customer-center .main .main-inner .article .article-item.downloading .article-content .search-bar .select {
    width: calc(100% - 37px);
  }
  .customer-center .main .main-inner .article .article-item.downloading .article-content .search-bar input {
    width: calc(100% - 100px);
  }
  .customer-center .main .main-inner .article .article-item.anti-query .article-title span {
    padding: 5px 0;
    width: 100%;
    line-height: 20px;
  }
  .customer-center .main .main-inner .article .article-item.anti-query .article-content .code-ipt {
    width: 100%;
  }
  .customer-center .main .main-inner .article .article-item.anti-query .article-content .result {
    width: 100%;
  }
  .customer-center .main .main-inner .server-tip p a {
    margin-left: 0;
    padding: 0 15px;
    line-height: 30px;
    background-color: #282828;
    color: #fff;
  }
  .customer-center .main .main-inner .server-tip p a img {
    margin-left: 5px;
    display: inline;
  }
}

.investors .banner {
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../images/about_company_banner.jpg") center center no-repeat;
}

.investors .banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.investors .banner .container h4 {
  font-size: 38px;
  line-height: 56px;
  font-weight: 100;
}

.investors .banner .container p {
  font-size: 16px;
  line-height: 32px;
}

.investors .position {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  color: #898989;
  line-height: 2;
}

.investors .main {
  width: 100%;
  padding: 40px 0 120px;
  background-color: #f5f5f5;
}

.investors .main .main-inner .aside .aside-nav {
  background-color: #fff;
}

.investors .main .main-inner .aside .aside-nav .title {
  position: relative;
  padding: 0 30px;
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  background: #282828 url("../images/customer_nav_down.png") calc(100% - 30px) center no-repeat;
}

.investors .main .main-inner .aside .aside-nav .sub-nav {
  padding: 20px 0 15px;
}

.investors .main .main-inner .aside .aside-nav .sub-nav .nav-item {
  position: relative;
  padding: 14px 30px;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  cursor: pointer;
}

.investors .main .main-inner .aside .aside-nav .sub-nav .nav-item:after {
  position: absolute;
  content: '';
  width: 4px;
  right: 0;
  top: 0;
  height: 0;
  background-color: #282828;
  transition: height 0.25s;
}

.investors .main .main-inner .aside .aside-nav .sub-nav .nav-item.active {
  background-color: #dedede;
}

.investors .main .main-inner .aside .aside-nav .sub-nav .nav-item.active:after {
  height: 100%;
}

.investors .main .main-inner .aside .aside-nav .sub-nav .nav-item:hover {
  background-color: #dedede;
}

.investors .main .main-inner .aside .aside-nav .sub-nav .nav-item:hover:after {
  height: 100%;
}

.investors .main .main-inner .article .article-item {
  display: none;
  background-color: #fff;
}

.investors .main .main-inner .article .article-item .article-item-inner {
  padding: 28px 5.7471%;
}

.investors .main .main-inner .article .article-item .article-title {
  font-size: 30px;
  line-height: 52px;
  font-weight: 100;
  color: #333333;
  border-bottom: 1px solid #dedede;
}

.investors .main .main-inner .article .article-item .article-content {
  padding: 10px 0;
}

.investors .main .main-inner .article .article-item .article-content p {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

.investors .main .main-inner .article .article-item .fwbjb p {
  font-size: 16px!important;
  color: #333333;
  line-height: 24px;
}

.investors .main .main-inner .article .article-item .article-content h5 {
  padding: 25px 0 0;
  font-size: 14px;
  color: #333333;
}

.investors .main .main-inner .article .article-item .article-content .padding {
  padding: 20px 0 0;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

.investors .main .main-inner .article .article-item.information .article-content {
  padding: 20px 0;
}

.investors .main .main-inner .article .article-item.information .article-content .search-bar .form-group {
  width: 43%;
}

.investors .main .main-inner .article .article-item.information .article-content .search-bar .form-group .select {
  width: 100%;
}

.investors .main .main-inner .article .article-item.information .article-content .search-bar .form-group .el-date-editor {
  width: 100%;
  border-color: #999;
  border-radius: 0;
  height: 46px;
  line-height: 1;
}

.investors .main .main-inner .article .article-item.information .article-content .search-bar .form-group .el-date-editor .el-range-separator {
  width: 10%;
  line-height: 36px;
}

.investors .main .main-inner .article .article-item.information .article-content .search-bar .form-group:first-child {
  width: 25%;
}

.investors .main .main-inner .article .article-item.information .article-content .search-bar .form-group:last-child {
  width: 30%;
}

.investors .main .main-inner .article .article-item.information .article-content .search-bar .form-group:last-child input {
  width: 72%;
}

.investors .main .main-inner .article .article-item.information .article-content .search-bar .form-group:last-child button {
  width: 28%;
  padding-left: 0;
  padding-right: 0;
}

.investors .main .main-inner .article .article-item.information .article-content .search-bar .select {
  float: left;
  border-radius: 0;
  font-size: 16px;
  border-color: #999999;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  background: url("../images/selected_down.png") calc(100% - 10px) center no-repeat;
}

.investors .main .main-inner .article .article-item.information .article-content .search-bar .select option {
  padding: 0 2%;
}

.investors .main .main-inner .article .article-item.information .article-content .search-bar input {
  float: left;
  border-radius: 0;
  font-size: 16px;
  border-color: #999999;
}

.investors .main .main-inner .article .article-item.information .article-content .search-bar .search-btn {
  float: left;
  border-radius: 0;
  background-color: #282828;
  color: #fff;
}

.investors .main .main-inner .article .article-item.information .article-content .content-bar {
  margin-top: 20px;
}

.investors .main .main-inner .article .article-item.information .article-content .content-bar .table {
  color: #666666;
}

.investors .main .main-inner .article .article-item.information .article-content .content-bar .table thead > tr > th {
  border-bottom-width: 1px;
}

.investors .main .main-inner .article .article-item.information .article-content .content-bar .table tbody {
  font-size: 14px;
  line-height: 22px;
}

.investors .main .main-inner .article .article-item.information .article-content .content-bar .table tbody tr td {
  line-height: 2;
}

.investors .main .main-inner .article .article-item.information .article-content .content-bar .table tbody tr:last-child td {
  border-bottom: 1px solid #ddd;
}

.investors .main .main-inner .article .article-item.information .article-content .content-bar .pagination-prd {
  margin-top: 25px;
}

.investors .main .main-inner .article .article-item.company-profile .company-pic {
  margin-top: 20px;
}

.investors .main .main-inner .article .article-item.system {
  display: none;
}

.investors .main .main-inner .article .article-item.system .content-bar {
  margin-top: 0;
}

.investors .main .main-inner .article .article-item.senior .article-title .senior-class {
  margin-top: 11px;
  float: right;
  font-size: 14px;
}

.investors .main .main-inner .article .article-item.senior .article-title .senior-class a {
  display: inline-block;
  margin-left: 8px;
  padding: 0 15px;
  line-height: 30px;
  color: #282828;
  box-sizing: border-box;
  border: 1px solid #dedede;
  cursor: pointer;
}

.investors .main .main-inner .article .article-item.senior .article-title .senior-class a.active {
  background-color: #282828;
  color: #fff;
}

.investors .main .main-inner .article .article-item.senior .article-title .senior-class a:hover {
  background-color: #282828;
  color: #fff;
}

.investors .main .main-inner .article .article-item.senior .article-content .senior-item:first-child .panel {
  display: block;
}

.investors .main .main-inner .article .article-item.senior .article-content .panel {
  display: none;
  border-radius: 0;
}

.investors .main .main-inner .article .article-item.senior .article-content .panel .infos h4 {
  position: relative;
  font-size: 20px;
  line-height: 60px;
}

.investors .main .main-inner .article .article-item.senior .article-content .panel .infos h4:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #666666;
}

.investors .main .main-inner .article .article-item.senior .article-content .panel .desc {
  border-left: 1px solid #ddd;
}

.investors .main .main-inner .article .article-item.senior .article-content .panel .desc p {
  text-indent: 2em;
}

.investors .main .main-inner .article .article-item.senior .article-content .panel:hover {
  box-shadow: 0 0 10px #ddd;
}

.main .hotline .article-content {
  margin-top: 20px;
}

.main .hotline .article-content .hot-line {
  display: flex;
  margin: 0 auto;
  /*width: 90.91%;*/
  justify-content: space-between;
  flex-wrap: wrap;
}

.main .hotline .article-content .hot-line .item {
  height: 170px;
  width: calc(50% - 10px);
  border: 1px solid #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666666;
}

.main .hotline .article-content .hot-line .item img {
  margin-right: 15px;
}

.main .hotline .article-content .hot-line .item h6 {
  margin-bottom: 0;
}

.main .hotline .article-content .hot-line .item h3 {
  margin-top: 0;
}

.main .hotline .article-content .hot-line .item:last-child {
  background-color: #f7f8f9;
  flex-direction: column;
}

.main .hotline .article-content .hot-line .item:last-child p {
  line-height: 30px;
}

.main .hotline .article-content .problem-content {
  margin-top: 70px;
}

.main .hotline .article-content .problem-content .title ,#tztitle{
  padding: 10px;
  font-size: 16px;
  color: #666666;
  background-color: #f5f5f5;
}

#tztitle{
	margin: 50px 0 -40px;
}

.main .hotline .article-content .problem-content .q-list .list-item {
  margin-top: 15px;
}

.main .hotline .article-content .problem-content .q-list .list-item .q {
  padding-right: 60px;
  text-align: justify;
  line-height: 20px;
  color: #666;
  background: url("../images/selected_down.png") right 6px no-repeat;
}

.main .hotline .article-content .problem-content .q-list .list-item .a {
  display: none;
  margin-top: 5px;
  padding: 10px;
  background: #f5f5f5;
  color: #737373;
}

@media (max-width: 1200px) {
  .investors .main .main-inner .article .article-item.senior .article-title .senior-class {
    margin-top: 11px;
    font-size: 14px;
  }
  .investors .main .main-inner .article .article-item.senior .article-title .senior-class a {
    padding: 0 7px;
    margin-left: 0;
    margin-right: 5px;
  }
  .investors .main .main-inner .article .article-item.senior .article-content {
    padding-top: 70px;
  }
}

@media (max-width: 992px) {
  .investors .main .main-inner .aside .aside-map-container .search-result-list {
    height: 185px;
  }
  .investors .main .main-inner .article {
    margin-top: 20px;
  }
  .investors .main .main-inner .article .article-item.common-problems .article-content .parent-nav-item .sub-nav-item .sub-answer img {
    width: 100%;
  }
  .investors .main .main-inner .article .article-item.map-container {
    margin-top: 20px;
  }
  .investors .main .main-inner .article .article-item.map-container .map {
    height: 350px;
  }
  .investors .main .main-inner .article .article-item.complaints .article-content {
    padding: 40px 5% 20px;
  }
}

@media (max-width: 768px) {
  .investors .banner {
    height: 150px;
    background-size: auto 160px;
  }
  .investors .banner .container h4 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .investors .banner .container p {
    text-align: center;
  }
  .investors .main .main-inner .aside .aside-nav .title {
    font-size: 16px;
    line-height: 48px;
  }
  .investors .main .main-inner .aside .aside-nav .sub-nav {
    padding: 9px 0 15px;
  }
  .investors .main .main-inner .article .article-item .article-title {
    font-size: 24px;
    line-height: 40px;
  }
  .investors .main .main-inner .article .article-item.map-container .map {
    height: 180px;
  }
  .investors .main .main-inner .article .article-item.complaints .article-content {
    padding: 40px 5% 20px;
  }
  .investors .main .main-inner .article .article-item.complaints .article-content .complaints-form .ipts-group {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .investors .main .main-inner .article .article-item.complaints .article-content .complaints-form .ipts-group .ipt-item {
    width: 100%;
    margin-bottom: 5px;
  }
  .investors .main .main-inner .article .article-item.complaints .article-content .complaints-form .ipts-group.btn-group .ipt-item {
    margin: 0 2%;
    width: 45%;
  }
  .investors .main .main-inner .article .article-item.information .article-content .search-bar .form-group {
    width: 100%;
    overflow: hidden;
  }
  .investors .main .main-inner .article .article-item.information .article-content .search-bar .form-group:nth-of-type(2) {
    width: 100%;
  }
  .investors .main .main-inner .article .article-item.information .article-content .search-bar .form-group:first-child {
    width: 100%;
  }
  .investors .main .main-inner .article .article-item.information .article-content .search-bar .form-group:last-child {
    width: 100%;
  }
  .investors .main .main-inner .article .article-item.senior .article-title .senior-class {
    margin-top: 5px;
  }
  .investors .main .main-inner .article .article-item.senior .article-content .panel {
    border-radius: 0;
  }
  .investors .main .main-inner .article .article-item.senior .article-content .panel .infos {
    padding-bottom: 20px;
  }
  .investors .main .main-inner .article .article-item.senior .article-content .panel .desc {
    border-top: 1px solid #ddd;
    border-left: none;
  }
  .investors .main .main-inner .article .article-item.senior .article-content .panel .desc p {
    padding-top: 20px;
    text-indent: 2em;
  }
  .main .hotline .article-content {
    margin-top: 20px;
  }
  .main .hotline .article-content .hot-line {
    width: 100%;
  }
  .main .hotline .article-content .hot-line .item {
    height: 120px;
    width: 100%;
  }
  .main .hotline .article-content .hot-line .item:last-child {
    margin-top: 10px;
  }
  .main .hotline .article-content .hot-line .item:last-child p {
    line-height: 24px;
    font-size: 12px;
  }
  .main .hotline .article-content .problem-content {
    margin-top: 35px;
  }
  .main .hotline .article-content .problem-content .title {
    padding: 10px;
    font-size: 16px;
    color: #666666;
    background-color: #f5f5f5;
  }
  .main .hotline .article-content .problem-content .q-list .list-item .q {
    padding-right: 40px;
  }
}

.talent .banner {
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../images/customer_banner.jpg") center center no-repeat;
}

.talent .banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.talent .banner .container h4 {
  font-size: 38px;
  line-height: 56px;
  font-weight: 100;
}

.talent .banner .container p {
  font-size: 16px;
  line-height: 32px;
}

.talent .position {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  color: #898989;
  line-height: 2;
}

.talent .main {
  width: 100%;
  padding: 40px 0 120px;
  background-color: #f5f5f5;
}

.talent .main .main-inner .aside .aside-nav {
  background-color: #fff;
}

.talent .main .main-inner .aside .aside-nav .title {
  position: relative;
  padding: 0 30px;
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  background: #282828 url("../images/customer_nav_down.png") calc(100% - 30px) center no-repeat;
}

.talent .main .main-inner .aside .aside-nav .sub-nav {
  padding: 20px 0 15px;
}

.talent .main .main-inner .aside .aside-nav .sub-nav .nav-item {
  position: relative;
  padding: 0 30px;
  font-size: 16px;
  line-height: 48px;
  color: #666666;
  cursor: pointer;
}

.talent .main .main-inner .aside .aside-nav .sub-nav .nav-item:after {
  position: absolute;
  content: '';
  width: 4px;
  right: 0;
  top: 0;
  height: 0;
  background-color: #282828;
  transition: height 0.25s;
}

.talent .main .main-inner .aside .aside-nav .sub-nav .nav-item.active {
  background-color: #dedede;
}

.talent .main .main-inner .aside .aside-nav .sub-nav .nav-item.active:after {
  height: 100%;
}

.talent .main .main-inner .aside .aside-nav .sub-nav .nav-item:hover {
  background-color: #dedede;
}

.talent .main .main-inner .aside .aside-nav .sub-nav .nav-item:hover:after {
  height: 100%;
}

.talent .main .main-inner .aside .aside-map-container {
  display: none;
}

.talent .main .main-inner .aside .aside-map-container .select-group .select {
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  line-height: 1;
  border: 1px solid #999999;
  background: url("../images/selected_down.png") calc(100% - 30px) center no-repeat;
  outline: none;
  color: #999999;
}

.talent .main .main-inner .aside .aside-map-container .search-group {
  margin-top: 9px;
  display: flex;
}

.talent .main .main-inner .aside .aside-map-container .search-group input {
  border-radius: 0;
  border: 1px solid #999999;
  color: #999999;
  font-size: 14px;
}

.talent .main .main-inner .aside .aside-map-container .search-group button {
  border-radius: 0;
  background: #282828;
  color: #fff;
}

.talent .main .main-inner .aside .aside-map-container .search-result-list {
  padding-bottom: 20px;
  margin-top: 10px;
  height: 388px;
  overflow-y: auto;
  box-sizing: border-box;
  background-color: #fff;
}

.talent .main .main-inner .aside .aside-map-container .search-result-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.talent .main .main-inner .aside .aside-map-container .search-result-list::-webkit-scrollbar-track {
  width: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.talent .main .main-inner .aside .aside-map-container .search-result-list::-webkit-scrollbar-thumb {
  background-color: #000;
  background-clip: padding-box;
  min-height: 0;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.talent .main .main-inner .aside .aside-map-container .search-result-list .item {
  padding: 10px;
  display: flex;
  align-items: center;
}

.talent .main .main-inner .aside .aside-map-container .search-result-list .item .num {
  color: #e3e3e3;
}

.talent .main .main-inner .aside .aside-map-container .search-result-list .item .info {
  margin-left: 10px;
}

.talent .main .main-inner .aside .aside-map-container .search-result-list .item .info .name {
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}

.talent .main .main-inner .aside .aside-map-container .search-result-list .item .info .address,
.talent .main .main-inner .aside .aside-map-container .search-result-list .item .info .tel {
  line-height: 20px;
  color: #999999;
}

.talent .main .main-inner .aside .aside-map-container .search-result-list .item:hover {
  background-color: #ebebeb;
}

.talent .main .main-inner .aside .aside-map-container .search-result-list .item:hover .num,
.talent .main .main-inner .aside .aside-map-container .search-result-list .item:hover .address,
.talent .main .main-inner .aside .aside-map-container .search-result-list .item:hover .tel {
  color: #c6c6c6;
}

.talent .main .main-inner .article .article-item {
  display: none;
  background-color: #fff;
}

.talent .main .main-inner .article .article-item .article-item-inner {
  padding: 28px 5.7471%;
}

.talent .main .main-inner .article .article-item .article-title {
  font-size: 30px;
  line-height: 52px;
  font-weight: 100;
  color: #333333;
  border-bottom: 1px solid #dedede;
}

.talent .main .main-inner .article .article-item .article-content {
  padding: 10px 0;
}

.talent .main .main-inner .article .article-item .article-content p {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

.talent .main .main-inner .article .article-item .article-content h5 {
  padding: 25px 0 0;
  font-size: 14px;
  color: #333333;
}

.talent .main .main-inner .article .article-item .article-content .padding {
  padding: 20px 0 0;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

.talent .main .main-inner .article .article-item.principle .article-content {
  margin-top: 5px;
}

.talent .main .main-inner .article .article-item.principle .article-content .item {
  padding: 20px 0 15px;
  border-bottom: 1px solid #dedede;
}

.talent .main .main-inner .article .article-item.principle .article-content .item .title {
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 28px;
}

.talent .main .main-inner .article .article-item.principle .article-content .item .title:before {
  position: absolute;
  left: -12px;
  top: 12px;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #282828;
}

.talent .main .main-inner .article .article-item.principle .article-content .item .content p {
  color: #666666;
}

.talent .main .main-inner .article .article-item.salary .article-content {
  margin-top: 5px;
}

.talent .main .main-inner .article .article-item.salary .article-content .item {
  padding: 20px 0 15px;
  border-bottom: 1px solid #dedede;
}

.talent .main .main-inner .article .article-item.salary .article-content .item .title {
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 28px;
}

.talent .main .main-inner .article .article-item.salary .article-content .item .title:before {
  position: absolute;
  left: -12px;
  top: 12px;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #282828;
}

.talent .main .main-inner .article .article-item.salary .article-content .item .content p {
  color: #666666;
}

.talent .main .main-inner .article .article-item.environment .article-content {
  margin-top: 5px;
}

.talent .main .main-inner .article .article-item.environment .article-content .title {
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 28px;
}

.talent .main .main-inner .article .article-item.environment .article-content .title:before {
  position: absolute;
  left: -12px;
  top: 12px;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #282828;
}

.talent .main .main-inner .article .article-item.environment .article-content p {
  color: #666666;
}

.talent .main .main-inner .article .article-item.environment .article-content .pics .item {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.talent .main .main-inner .article .article-item.environment .article-content .pics .item:nth-of-type(2) img:nth-of-type(1) {
  width: 38.961%;
}

.talent .main .main-inner .article .article-item.environment .article-content .pics .item:nth-of-type(2) img:nth-of-type(2) {
  width: 59.74%;
}

.talent .main .main-inner .article .article-item.environment .article-content .pics .item:nth-of-type(3) img:nth-of-type(1) {
  width: 59.74%;
}

.talent .main .main-inner .article .article-item.environment .article-content .pics .item:nth-of-type(3) img:nth-of-type(2) {
  width: 38.961%;
}

.talent .main .main-inner .article .article-item.activity {
  display: block;
}

.talent .main .main-inner .article .article-item.activity .article-content p {
  padding: 10px 0;
  text-indent: 2em;
  color: #666;
}

.talent .main .main-inner .article .article-item.recruitment .article-content {
  margin-top: 5px;
}

.talent .main .main-inner .article .article-item.recruitment .article-content .item {
  padding: 20px 0 15px;
  /*border-bottom: 1px solid #dedede;*/
}

.talent .main .main-inner .article .article-item.recruitment .article-content .item:last-child {
  padding-bottom: 50px;
}

.talent .main .main-inner .article .article-item.recruitment .article-content .item .title {
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 28px;
}

.talent .main .main-inner .article .article-item.recruitment .article-content .item .title:before {
  position: absolute;
  left: -12px;
  top: 12px;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #282828;
}

.talent .main .main-inner .article .article-item.recruitment .article-content .item .content p {
  color: #666666;
}

.talent .main .main-inner .article .article-item.recruitment .article-content .jobs-container {
  margin-top: 25px;
}

.talent .main .main-inner .article .article-item.recruitment .article-content .jobs-container .search-bar {
  display: flex;
  justify-content: flex-end;
}

.talent .main .main-inner .article .article-item.recruitment .article-content .jobs-container .search-bar .form-group {
  width: 316px;
  display: flex;
}

.talent .main .main-inner .article .article-item.recruitment .article-content .jobs-container .search-bar .form-group input {
  width: 72%;
  border-radius: 0;
}

.talent .main .main-inner .article .article-item.recruitment .article-content .jobs-container .search-bar .form-group input:focus {
  box-shadow: none;
  border-color: inherit;
}

.talent .main .main-inner .article .article-item.recruitment .article-content .jobs-container .search-bar .form-group button {
  padding-left: 0;
  padding-right: 0;
  width: 28%;
  background: #282828;
  color: #fff;
  border-radius: 0;
}

.talent .main .main-inner .article .article-item.recruitment .article-content .jobs-container .jobs-list .table {
  border-bottom: 1px solid #ddd;
}

.talent .main .main-inner .article .article-item.recruitment .article-content .jobs-container .jobs-list .table tbody tr：last-child td {
  border-bottom: 1px solid #ddd;
}

.talent .main .main-inner .article .article-item.recruitment .article-content .jobs-container .jobs-list .table > thead > tr > th {
  font-weight: 100;
  color: #666;
  line-height: 48px;
  border-bottom-width: 1px;
}

.talent .main .main-inner .article .article-item.recruitment .article-content .jobs-container .jobs-list .table > tbody > tr > td {
  line-height: 48px;
  color: #666;
}

@media (max-width: 992px) {
  .talent .main .main-inner .aside .aside-map-container .search-result-list {
    height: 185px;
  }
  .talent .main .main-inner .article {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .talent .banner {
    height: 150px;
    background-size: auto 160px;
  }
  .talent .banner .container h4 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .talent .banner .container p {
    text-align: center;
  }
  .talent .main .main-inner .aside .aside-nav .title {
    font-size: 16px;
    line-height: 48px;
  }
  .talent .main .main-inner .aside .aside-nav .sub-nav {
    padding: 9px 0 15px;
  }
  .talent .main .main-inner .article .article-item .article-title {
    font-size: 24px;
    line-height: 40px;
  }
  .talent .main .main-inner .article .article-item.environment .article-content .pics .item {
    margin-top: 5px;
  }
  .talent .main .main-inner .article .article-item.recruitment .article-content .item {
    padding: 20px 0 15px;
    border-bottom: 1px solid #dedede;
  }
  .talent .main .main-inner .article .article-item.recruitment .article-content .jobs-container {
    margin-top: 25px;
  }
  .talent .main .main-inner .article .article-item.recruitment .article-content .jobs-container .search-bar .form-group {
    width: 100%;
  }
  .talent .main .main-inner .article .article-item.recruitment .article-content .jobs-container .jobs-list .table {
    border-bottom: none;
  }
}

.knowledge .banner {
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../images/knowledge_banner.jpg") center center no-repeat;
}

.knowledge .banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.knowledge .banner .container h4 {
  font-size: 38px;
  line-height: 56px;
  font-weight: 100;
}

.knowledge .banner .container p {
  font-size: 16px;
  line-height: 32px;
}

.knowledge .position {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  color: #898989;
  line-height: 2;
}

.knowledge .main {
  width: 100%;
  padding: 40px 0 120px;
  background-color: #f5f5f5;
}

.knowledge .main .main-inner .aside .aside-nav {
  background-color: #fff;
}

.knowledge .main .main-inner .aside .aside-nav .title {
  position: relative;
  padding: 0 30px;
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  background: #282828 url("../images/customer_nav_down.png") calc(100% - 30px) center no-repeat;
}

.knowledge .main .main-inner .aside .aside-nav .sub-nav {
  padding: 20px 0 15px;
}

.knowledge .main .main-inner .aside .aside-nav .sub-nav .nav-item {
  position: relative;
  padding: 0 30px;
  font-size: 16px;
  line-height: 48px;
  color: #666666;
  cursor: pointer;
}

.knowledge .main .main-inner .aside .aside-nav .sub-nav .nav-item:after {
  position: absolute;
  content: '';
  width: 4px;
  right: 0;
  top: 0;
  height: 0;
  background-color: #282828;
  transition: height 0.25s;
}

.knowledge .main .main-inner .aside .aside-nav .sub-nav .nav-item.active {
  background-color: #dedede;
}

.knowledge .main .main-inner .aside .aside-nav .sub-nav .nav-item.active:after {
  height: 100%;
}

.knowledge .main .main-inner .aside .aside-nav .sub-nav .nav-item:hover {
  background-color: #dedede;
}

.knowledge .main .main-inner .aside .aside-nav .sub-nav .nav-item:hover:after {
  height: 100%;
}

.knowledge .main .main-inner .article .article-item {
  display: none;
  background-color: #fff;
}

.knowledge .main .main-inner .article .article-item .article-item-inner {
  padding: 28px 5.7471%;
}

.knowledge .main .main-inner .article .article-item .article-title {
  font-size: 30px;
  line-height: 52px;
  font-weight: 100;
  color: #333333;
  border-bottom: 1px solid #dedede;
}

.knowledge .main .main-inner .article .article-item .article-content {
  padding: 10px 0;
}

.knowledge .main .main-inner .article .article-item .article-content p {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

.knowledge .main .main-inner .article .article-item .article-content h5 {
  padding: 25px 0 0;
  font-size: 14px;
  color: #333333;
}

.knowledge .main .main-inner .article .article-item .article-content .padding {
  padding: 20px 0 0;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

.knowledge .main .main-inner .article .article-item.property {
  display: block;
}

.knowledge .main .main-inner .article .article-item.property .article-content p {
  padding: 10px 0;
  color: #666;
}

.knowledge .main .main-inner .article .article-item.property .article-content h5 {
  padding-top: 0;
  color: #666666;
  font-weight: 800;
}

.knowledge .main .main-inner .article .article-item.property .article-content h4 {
  margin-top: 30px;
  color: #666;
  font-weight: 600;
  padding-top: 20px;
  border-top: 1px solid #f5f5f5;
}

.knowledge .main .main-inner .article .article-item.patent .article-content p {
  padding: 10px 0;
  color: #666;
}

.main .container_box.zscq_img .article-item.patent .article-content .patent-switch {
  width: calc(100% - 100px);
  margin: 35px auto 0;
  display: flex;
}

.main .container_box.zscq_img .article-item.patent .article-content .patent-switch span {
  width: 50%;
  text-align: center;
  line-height: 50px;
  background: #f5f5f5;
  color: #666666;
  cursor: pointer;
}

.main .container_box.zscq_img .article-item.patent .article-content .patent-switch span.on {
  background: #076ce0;
  color: #fff;
}

.main .container_box.zscq_img .article-item.patent .article-content .patent-marquee-container {
  margin-top: 20px;
}

.main .container_box.zscq_img .article-item.patent .article-content .patent-marquee-container .marquee-container {
  position: relative;
  width: 100%;
}

.main .container_box.zscq_img .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee {
  margin: 0 auto;
  width: calc(100% - 100px);
}

.main .container_box.zscq_img .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee .item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  width: 330px;
  height: 410px;
}

.main .container_box.zscq_img .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee .item .pic {
  padding: 10px 14px;
  height: 240px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f2f2f2;
}

.main .container_box.zscq_img .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee .item .pic img {
  margin: 0 auto;
  height: 100%;
}

.main .container_box.zscq_img .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee .item .txt {
  width: 330px;
  padding: 10px 15px 30px;
  height: 170px;
  background-color: #f5f5f5;
  box-sizing: border-box;
}

.main .container_box.zscq_img .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee .item .txt p {
  white-space: pre-wrap;
  width: 100%;
  padding: 0;
  line-height: 30px;
}

.main .container_box.zscq_img .article-item.patent .article-content .patent-marquee-container .marquee-container .str_wrap {
  background: none;
}

.main .container_box.zscq_img .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee-button-prev,
.main .container_box.zscq_img .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee-button-next {
  position: absolute;
  width: 14px;
  height: 26px;
  top: 50%;
  margin-top: -13px;
  cursor: pointer;
}

.main .container_box.zscq_img .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee-button-prev {
  left: 10px;
  background-image: url("../images/marquee-button-prev.png");
}

.main .container_box.zscq_img .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee-button-next {
  right: 10px;
  background-image: url("../images/marquee-button-next.png");
}

.main .main-inner .article .article-item.trademark .article-content p {
  padding: 10px 0;
  color: #666;
}

.main .main-inner .article .article-item.trademark .article-content .marquee-container {
  margin-top: 20px;
  position: relative;
  width: 100%;
}

.main .main-inner .article .article-item.trademark .article-content .marquee-container .marquee {
  margin: 0 auto;
  width: calc(100% - 100px);
}

.main .main-inner .article .article-item.trademark .article-content .marquee-container .marquee .item {
  display: inline-block;
  height: 410px;
  margin-right: 20px;
}

.main .main-inner .article .article-item.trademark .article-content .marquee-container .marquee .item .pic {
  padding: 10px 14px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main .main-inner .article .article-item.trademark .article-content .marquee-container .marquee .item .pic img {
  margin: 0 auto;
}

.main .main-inner .article .article-item.trademark .article-content .marquee-container .str_wrap {
  background: none;
}

.main .main-inner .article .article-item.trademark .article-content .marquee-container .marquee-button-prev,
.main .main-inner .article .article-item.trademark .article-content .marquee-container .marquee-button-next {
  position: absolute;
  width: 14px;
  height: 26px;
  top: 50%;
  margin-top: -13px;
  cursor: pointer;
}

.main .main-inner .article .article-item.trademark .article-content .marquee-container .marquee-button-prev {
  left: 10px;
  background-image: url("../images/marquee-button-prev.png");
}

.main .main-inner .article .article-item.trademark .article-content .marquee-container .marquee-button-next {
  right: 10px;
  background-image: url("../images/marquee-button-next.png");
}

.knowledge .main .main-inner .article .article-item.honor .article-content .honor-list-scroll {
  width: 100%;
  height: 350px;
  overflow-y: auto;
}

.knowledge .main .main-inner .article .article-item.honor .article-content .honor-list-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.knowledge .main .main-inner .article .article-item.honor .article-content .honor-list-scroll::-webkit-scrollbar-track {
  width: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.knowledge .main .main-inner .article .article-item.honor .article-content .honor-list-scroll::-webkit-scrollbar-thumb {
  background-color: #000;
  background-clip: padding-box;
  min-height: 0;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.knowledge .main .main-inner .article .article-item.honor .article-content .honor-list-scroll .honor-list {
  padding: 10px 0;
}

.knowledge .main .main-inner .article .article-item.honor .article-content .honor-list-scroll .honor-list p {
  padding: 5px 0;
  text-indent: 0;
  color: #666;
}

.knowledge .main .main-inner .article .article-item.honor .article-content .marquee-container {
  border-top: 1px solid #f5f5f5;
  padding-top: 35px;
  margin-top: 35px;
  position: relative;
  width: 100%;
}

.knowledge .main .main-inner .article .article-item.honor .article-content .marquee-container .marquee {
  margin: 0 auto;
  width: calc(100% - 100px);
}

.knowledge .main .main-inner .article .article-item.honor .article-content .marquee-container .marquee .item {
  display: inline-block;
  margin-right: 10px;
  max-width: 400px;
}

.knowledge .main .main-inner .article .article-item.honor .article-content .marquee-container .marquee .item .pic {
  padding: 10px 14px;
  height: 400px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.knowledge .main .main-inner .article .article-item.honor .article-content .marquee-container .marquee .item .pic img {
  margin: 0 auto;
}

.knowledge .main .main-inner .article .article-item.honor .article-content .marquee-container .marquee .item .txt {
  width: 400px;
  padding: 10px 30px;
  box-sizing: border-box;
}

.knowledge .main .main-inner .article .article-item.honor .article-content .marquee-container .marquee .item .txt p {
  white-space: pre-wrap;
  text-align: center;
  width: 100%;
  padding: 0;
  line-height: 20px;
}

.knowledge .main .main-inner .article .article-item.honor .article-content .marquee-container .str_wrap {
  background: none;
}

.knowledge .main .main-inner .article .article-item.honor .article-content .marquee-container .marquee-button-prev,
.knowledge .main .main-inner .article .article-item.honor .article-content .marquee-container .marquee-button-next {
  position: absolute;
  width: 14px;
  height: 26px;
  top: 50%;
  margin-top: -13px;
  cursor: pointer;
}

.knowledge .main .main-inner .article .article-item.honor .article-content .marquee-container .marquee-button-prev {
  left: 10px;
  background-image: url("../images/marquee-button-prev.png");
}

.knowledge .main .main-inner .article .article-item.honor .article-content .marquee-container .marquee-button-next {
  right: 10px;
  background-image: url("../images/marquee-button-next.png");
}

.main .container_box.zscq_img .marquee-img-alert {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
}

.main .container_box.zscq_img .marquee-img-alert .swiper-container {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main .container_box.zscq_img .marquee-img-alert .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main .container_box.zscq_img .marquee-img-alert .swiper-container .swiper-button-next,
.main .container_box.zscq_img .marquee-img-alert .swiper-container .swiper-button-prev {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background-size: 60px 60px;
}

.main .container_box.zscq_img .marquee-img-alert .swiper-container .swiper-button-next:hover,
.main .container_box.zscq_img .marquee-img-alert .swiper-container .swiper-button-prev:hover {
  opacity: 0.8;
}

.main .container_box.zscq_img .marquee-img-alert .swiper-container .swiper-button-next {
  right: 0;
  background-image: url("../images/alert-swiper-button-next.png");
}

.main .container_box.zscq_img .marquee-img-alert .swiper-container .swiper-button-prev {
  left: 0;
  background-image: url("../images/alert-swiper-button-prev.png");
}

@media (max-width: 992px) {
  .knowledge .main .main-inner .aside .aside-map-container .search-result-list {
    height: 185px;
  }
  .knowledge .main .main-inner .article {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .knowledge .banner {
    height: 150px;
    background-size: auto 160px;
  }
  .knowledge .banner .container h4 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .knowledge .banner .container p {
    text-align: center;
  }
  .knowledge .main .main-inner .aside .aside-nav .title {
    font-size: 16px;
    line-height: 48px;
  }
  .knowledge .main .main-inner .aside .aside-nav .sub-nav {
    padding: 9px 0 15px;
  }
  .knowledge .main .main-inner .article .article-item .article-title {
    font-size: 24px;
    line-height: 40px;
  }
  .main .container_box.zscq_img .article-item.patent .article-content .patent-switch {
    width: calc(100% - 20px);
  }
  .main .container_box.zscq_img .article-item.patent .article-content .patent-switch span {
    line-height: 40px;
  }
  .main .container_box.zscq_img .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee {
    width: calc(100% - 20px);
  }
  .main .container_box.zscq_img .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee .item {
    width: 220px;
    height: 310px;
  }
  .main .container_box.zscq_img .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee .item .pic {
    padding: 10px;
    height: 180px;
    border: 1px solid #f2f2f2;
  }
 .main .container_box.zscq_img .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee .item .pic img {
    height: 100%;
  }
  .main .container_box.zscq_img .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee .item .txt {
    width: 220px;
    padding: 10px 10px 30px;
    height: 130px;
  }
   .main .container_box.zscq_img .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee .item .txt p {
    line-height: 20px;
  }
  .main .container_box.zscq_img .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee-button-prev,
  .main .container_box.zscq_img .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee-button-next {
    display: none;
  }
  .knowledge .main .main-inner .article .article-item.trademark .article-content .marquee-container .marquee {
    width: calc(100% - 20px);
  }
  .knowledge .main .main-inner .article .article-item.trademark .article-content .marquee-container .marquee .item {
    display: inline-block;
    margin-right: 20px;
  }
  .knowledge .main .main-inner .article .article-item.trademark .article-content .marquee-container .marquee .item .pic {
    padding: 10px;
    height: 240px;
  }
  .knowledge .main .main-inner .article .article-item.trademark .article-content .marquee-container .marquee .item .pic img {
    height: 100%;
  }
  .knowledge .main .main-inner .article .article-item.trademark .article-content .marquee-container .marquee-button-prev,
  .knowledge .main .main-inner .article .article-item.trademark .article-content .marquee-container .marquee-button-next {
    display: none;
  }
  .knowledge .main .main-inner .article .article-item.honor .article-content .honor-list-scroll {
    height: 220px;
  }
  .knowledge .main .main-inner .article .article-item.honor .article-content .marquee-container {
    border-top: 1px solid #f5f5f5;
    padding-top: 35px;
    margin-top: 35px;
    position: relative;
    width: 100%;
  }
  .knowledge .main .main-inner .article .article-item.honor .article-content .marquee-container .marquee {
    margin: 0 auto;
    width: calc(100% - 20px);
  }
  .knowledge .main .main-inner .article .article-item.honor .article-content .marquee-container .marquee .item {
    display: inline-block;
    margin-right: 10px;
    width: 220px;
  }
  .knowledge .main .main-inner .article .article-item.honor .article-content .marquee-container .marquee .item .pic {
    padding: 10px;
    height: 280px;
  }
  .knowledge .main .main-inner .article .article-item.honor .article-content .marquee-container .marquee .item .pic img {
    height: 100%;
  }
  .knowledge .main .main-inner .article .article-item.honor .article-content .marquee-container .marquee .item .txt {
    width: 220px;
    padding: 10px 30px;
    box-sizing: border-box;
  }
  .knowledge .main .main-inner .article .article-item.honor .article-content .marquee-container .marquee .item .txt p {
    white-space: pre-wrap;
    text-align: center;
    width: 100%;
    padding: 0;
    line-height: 20px;
  }
  .knowledge .main .main-inner .article .article-item.honor .article-content .marquee-container .marquee-button-prev,
  .knowledge .main .main-inner .article .article-item.honor .article-content .marquee-container .marquee-button-next {
    display: none;
  }
}

@media (max-width: 768px) {
  .el-date-range-picker {
    width: 100%;
  }
  .el-date-range-picker .el-picker-panel__body {
    width: 100%;
    min-width: 100%;
  }
  .el-date-range-picker__content .el-date-range-picker__header div {
    font-size: 12px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.news .banner {
  width: 100%;
  height: 400px;
  background: url("../images/news_banner.jpg") center center no-repeat;
  box-sizing: border-box;
}

.news .banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.news .banner .container p {
  font-size: 38px;
  line-height: 56px;
  font-weight: 100;
}

.news .banner .container p:nth-last-of-type(1) {
  font-size: 16px;
  line-height: 32px;
}

.news .search-bar {
  height: 56px;
}

.news .search-bar .container .search-bar-l {
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #898989;
  letter-spacing: 1px;
}

.news .search-bar .container .search-bar-l ul li {
  float: left;
}

.news .news-list .news-content .list li {
  box-sizing: border-box;
  padding-top: 30px;
  width: 100%;
}

.news .news-list .news-content .list li:hover {
  background: #f5f5f5;
}

.news .news-list .news-content .list li .container {
  border-bottom: 1px solid #dedede;
  padding-bottom: 33px;
}

.news .news-list .news-content .list li .container .img {
  float: left;
  width: 300px;
  height: 200px;
  overflow: hidden;
  margin-right: 40px;
}

.news .news-list .news-content .list li .container .img img {
  width: 100%;
}

.news .news-list .news-content .list li .container .txt {
  float: left;
  width: 60%;
}

.news .news-list .news-content .list li .container .txt .txt-title {
  font-size: 22px;
  line-height: 29px;
  color: #000000;
}

.news .news-list .news-content .list li .container .txt .desc {
  width: 100%;
  text-indent: 28px;
  padding-top: 9px;
  line-height: 28px;
  font-size: 14px;
  color: #999999;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100px;
}

.news .news-list .news-content .list li .container .txt .labe {
  color: #999999;
  margin-top: 44px;
  height: 16px;
  padding-left: 23px;
  padding-bottom: 5px;
  background: url("../images/newsdetails_icon.png") left center no-repeat;
}

.news .news-list .news-content .list li .container .time {
  float: left;
  color: #999999;
}

.news .news-list .news-content .list li .container .time .day {
  font-size: 24px;
  line-height: 31px;
  font-weight: lighter;
  text-align: right;
}

.news .news-list .news-content .list li .container .time .go {
  width: 49px;
  height: 27px;
  margin: 86px 0 0 65px;
  background: url("../images/news_go.png") center center no-repeat;
}

.news .news-list .news-content .list li .container .time .go a {
  display: block;
  width: 49px;
  height: 27px;
}

.news .news-list .news-content .list li .container .time .go:hover {
  transition: all 0.6s;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.news .news-list .news-content .page {
  width: 100%;
  margin: 47px auto 105px;
}

.news .news-list .news-content .page ul {
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
}

.news .news-list .news-content .page ul li {
  float: left;
  margin: 0 5px 5px;
  padding: 6px 8px;
  color: #666666;
  font-size: 15px;
  border: 1px solid #dedede;
  cursor: pointer;
}

.news .news-list .news-content .page ul li:hover,
.news .news-list .news-content .page ul li .news .news-list .page ul li.thisclass {
  background: #282828;
  color: #fff;
}

.news .news-list .news-content .page ul li:nth-last-of-type(1):hover {
  color: #666666;
}


/*新增*/
.main {
    width: auto;
	position: relative;
	padding: 15px 0;
}

.product1,.product2{
	display:flex;
	justify-content: space-between; /* 子元素之间留出空间，并靠左和靠右 */
	gap: 15px; /* 添加这一行来设置元素之间的间距 */
}
.product1 img,
.product2 img{ 
    width: 100%;
    height: auto;
    display: block;
}
.product2 .item{
	flex: 1; /* 每个子元素占据相等的空间 */
	padding-top: 15px;
	box-sizing: border-box;
	text-align: center;
}



/* 新闻容器 */
.newsBox {
    margin: 40px auto;
    overflow-x: auto; /* 允许横向滚动 */
    white-space: nowrap;
    width: 100vw;
    box-sizing: border-box;

}

.news-container {
    display: flex;
    gap: 20px;
    /*scroll-snap-type: x mandatory;*/
    padding: 0 10px;
    justify-content:space-between;
    width: calc(100% - 5px); /* 减去padding */
    box-sizing: border-box;
}

.news-item {
    width: 20%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.news-item:hover {
    transform: translateY(-5px);
}

.news-item img {
    width: 100%;
    height: 13.1787vw;
    object-fit: cover;
}

.news-homcontent {
    padding: 15px;
    background: #fff;
    display: flex;
    align-items: flex-start; /* 垂直对齐顶部 */
}


.news-date {
    font-size: 24px;
    color: #e60012;
    font-weight: bold;
    margin-bottom: 8px;
    padding-right: 10px;
    border-right: #696965 1px solid;
}
.news-date .fz30 {
    font-size: 40px;
    line-height: 1;
}

.news-date small {
    font-size: 12px;
    color: #666;
    display: block;
}
.news-info {
    flex: 1;
    padding-left: 10px;
    box-sizing: border-box;
    min-width: 0; /* 关键：允许flex项目收缩到其内容的大小以下 */
    overflow: hidden; /* 防止内容溢出 */
}
.news-title {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal; /* 允许换行 */
    word-wrap: break-word; /* 长单词换行 */
}

.news-meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #999;
}

.news-meta i {
    margin-right: 4px;
}
@media (max-width: 768px) {
  .newsBox {
      width: 95vw;
  }
  
  .news-container {
      gap: 15px;
      padding: 5px;
  }
  
  /*.news-item img {
      height: 150px; 
  }*/
}

@media (max-width: 480px) {
  .news-container {
      grid-template-columns: 1fr; /* 一行显示1个 */
      width: 90%;
  }
}

.icon-eye::before { content: "👁️"; }
.icon-share::before { content: "🔗"; }

@media (max-width: 1200px) {
  .news .news-list .news-content .list li .container .img {
    width: 250px;
    height: 166px;
    margin-right: 30px;
  }
  .news .news-list .news-content .list li .container .txt {
    width: 56%;
  }
  .news .news-list .news-content .list li .container .txt .labe {
    margin-top: 21px;
  }
  .news .news-list .news-content .list li .container .time .go {
    margin: 86px 0 0 33px;
  }
}

@media (max-width: 992px) {
  .news .news-list .news-content .list li .container .txt {
    width: 50%;
  }
  .news .news-list .news-content .list li .container .txt .desc {
    line-height: 22px;
    height: 76px;
  }
  .news .news-list .news-content .list li .container .txt .labe {
    margin-top: 12px;
  }
  .news .news-list .news-content .list li .container .time .go {
    margin: 86px 0 0 30px;
  }
}

@media (max-width: 768px) {
  .news .banner {
    height: 150px;
    background: url("../images/news_banner.jpg") center center no-repeat;
    background-size: auto 160px;
    box-sizing: border-box;
  }
  .news .banner .container p {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .news .banner .container p:nth-last-of-type(1) {
    font-size: 16px;
  }
  .news .search-bar {
    height: 40px;
  }
  .news .search-bar .container .search-bar-l {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
  .news .search-bar .container .search-bar-l ul li {
    float: left;
  }
  .news .news-list .news-content .list li {
    padding-top: 11px;
  }
  .news .news-list .news-content .list li .container {
    padding-bottom: 0px;
    margin: 0 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .news .news-list .news-content .list li .container .img {
    width: 40%;
    height: 90px;
    overflow: hidden;
    margin: 0;
  }
  .news .news-list .news-content .list li .container .img img {
    width: 100%;
  }
  .news .news-list .news-content .list li .container .txt {
    width: 60%;
    padding-left: 10px;
  }
  .news .news-list .news-content .list li .container .txt .txt-title {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news .news-list .news-content .list li .container .txt .desc {
    margin-top: 5px;
    text-indent: 20px;
    padding-top: 0px;
    line-height: 20px;
    font-size: 12px;
    height: 36px;
    -webkit-line-clamp: 2;
  }
  .news .news-list .news-content .list li .container .txt .labe {
    margin-top: 7px;
    font-size: 12px;
    background-size: 12px auto;
    padding-left: 15px;
  }
  .news .news-list .news-content .list li .container .time {
    clear: both;
    width: 100%;
  }
  .news .news-list .news-content .list li .container .time .day {
    float: left;
    font-size: 15px;
  }
  .news .news-list .news-content .list li .container .time .go {
    float: right;
    margin: 0;
    background-size: 30px auto;
  }
  .news .news-list .news-content .page {
    margin: 20px 0 50px 0;
  }
  .news .news-list .news-content .page ul li {
    padding: 2px 6px;
    font-size: 12px;
  }
}

.newsdetails .banner {
  width: 100%;
  height: 400px;
  background: url("../images/news_banner.jpg") center center no-repeat;
  box-sizing: border-box;
}

.newsdetails .banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.newsdetails .banner .container p {
  font-size: 38px;
  line-height: 56px;
  font-weight: 100;
}

.newsdetails .banner .container p:nth-last-of-type(1) {
  font-size: 16px;
  line-height: 32px;
}

.newsdetails .search-bar {
  height: 56px;
}

.newsdetails .search-bar .container .search-bar-l {
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #898989;
  letter-spacing: 1px;
}

.newsdetails .search-bar .container .search-bar-l ul li {
  float: left;
}

.newsdetails .ndetails {
  box-sizing: border-box;
  background: #f5f5f5;
}

.newsdetails .ndetails .container {
  position: relative;
}

.newsdetails .ndetails .container .ndetails-c {
  width: 70%;
  overflow: hidden;
  padding-top: 55px;
  padding-bottom: 150px;
  color: #000;
}

.newsdetails .ndetails .container .ndetails-c .newsconT .title {
  padding-bottom: 20px;
}

.newsdetails .ndetails .container .ndetails-c .newsconT .title h1 {
  font-size: 30px;
  padding-bottom: 19px;
}

.newsdetails .ndetails .container .ndetails-c .newsconT .title ul {
  height: 44px;
  width: 100%;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  color: #898989;
  font-size: 14px;
}

.newsdetails .ndetails .container .ndetails-c .newsconT .title ul li {
  float: left;
  margin-top: 12px;
}

.newsdetails .ndetails .container .ndetails-c .newsconT .title ul li:nth-of-type(1) {
  margin-right: 20px;
}

.newsdetails .ndetails .container .ndetails-c .newsconT .title ul li:nth-last-of-type(1) {
  float: right;
}

.newsdetails .ndetails .container .ndetails-c .newsconM {
  padding-top: 20px;
  color: #132434;
}

.newsdetails .ndetails .container .ndetails-c .newsconM p {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: .5px;
  text-align: justify;
  text-indent: 28px;
}

.newsdetails .ndetails .container .ndetails-c .newsconM img {
  display: block;
  margin: 10px auto;
}

.newsdetails .ndetails .container .ndetails-c .newsconM .bd-box {
  margin: 35px 0 10px 0;
  display: flex;
  justify-content: flex-end;
}

.newsdetails .ndetails .container .ndetails-c .newsconM .bd-box .bdsharebuttonbox {
  width: 162px;
  height: 28px;
  font-size: 14px;
}

.newsdetails .ndetails .container .ndetails-c .newsconM .bd-box .bdsharebuttonbox .word {
  font-size: 12px;
  width: 50px;
  height: 28px;
  line-height: 28px;
  text-indent: 0;
  float: left;
}

.newsdetails .ndetails .container .ndetails-c .newsconM .bd-box .bdsharebuttonbox a {
  display: inline-block;
  height: 16px;
  width: 16px;
  justify-items: center;
  font-size: 14px;
  margin: 7px 0 0 6px;
  padding: 0;
}

.newsdetails .ndetails .container .ndetails-c .newsconB .labels {
  width: 100%;
  height: 73px;
  box-sizing: border-box;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsdetails .ndetails .container .ndetails-c .newsconB .labels ul li {
  float: left;
  height: 22px;
  margin-right: 8px;
  box-sizing: border-box;
  color: #898989;
  font-size: 14px;
  line-height: 22px;
  font-weight: lighter;
}

.newsdetails .ndetails .container .ndetails-c .newsconB .labels ul li:nth-of-type(1) {
  padding-left: 23px;
  color: #898989;
  background-color: #ffffff;
  background: url("../images/newsdetails_icon.png") left center no-repeat;
}

.newsdetails .ndetails .container .ndetails-c .newsconB .labels .goback a {
  display: block;
  width: 36px;
  height: 36px;
  background: url("../images/newsdetails-goback.png") no-repeat;
}

.newsdetails .ndetails .container .ndetails-c .newsconB .npbutton {
  width: 100%;
  margin-top: 28px;
}

.newsdetails .ndetails .container .ndetails-c .newsconB .npbutton ul li {
  width: 100%;
  height: 25px;
  box-sizing: border-box;
  line-height: 25px;
  color: #666666;
  text-align: left;
}

.newsdetails .ndetails .container .ndetails-r {
  position: absolute;
  top: 40px;
  right: 0;
  width: 25%;
}

.newsdetails .ndetails .container .ndetails-r .top-ranking {
  margin-top: 20px;
  border-top: 6px solid #282828;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 0 24px 14px;
  color: #898989;
  font-size: 14px;
}

.newsdetails .ndetails .container .ndetails-r .top-ranking .title {
  height: 58px;
  line-height: 58px;
  position: relative;
}

.newsdetails .ndetails .container .ndetails-r .top-ranking .title p {
  font-size: 18px;
  color: #000000;
}

.newsdetails .ndetails .container .ndetails-r .top-ranking .title .more {
  position: absolute;
  top: 0;
  right: 0;
}

.newsdetails .ndetails .container .ndetails-r .top-ranking .title .more a {
  color: #898989;
}

.newsdetails .ndetails .container .ndetails-r .top-ranking .title .more a:hover {
  color: #000000;
}

.newsdetails .ndetails .container .ndetails-r .top-ranking ul li {
  border-top: 1px solid #dcdcdc;
  box-sizing: border-box;
  height: 50px;
}

.newsdetails .ndetails .container .ndetails-r .top-ranking ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.newsdetails .ndetails .container .ndetails-r .top-ranking ul li a h4 {
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsdetails .ndetails .container .ndetails-r .top-ranking ul li a:hover {
  color: #000000;
}

@media (max-width: 992px) {
  .newsdetails .ndetails .container .ndetails-c {
    width: 65%;
  }
  .newsdetails .ndetails .container .ndetails-r {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .newsdetails .banner {
    height: 150px;
    background: url("../images/news_banner.jpg") center center no-repeat;
    background-size: auto 160px;
  }
  .newsdetails .banner .container p {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .newsdetails .banner .container p:nth-last-of-type(1) {
    font-size: 16px;
  }
  .newsdetails .search-bar {
    height: 40px;
  }
  .newsdetails .search-bar .container .search-bar-l {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
  .newsdetails .search-bar .container .search-bar-l ul li {
    float: left;
  }
  .newsdetails .ndetails .container .ndetails-c {
    width: 100%;
    padding-top: 26px;
    padding-bottom: 10px;
  }
  .newsdetails .ndetails .container .ndetails-c .newsconT .title {
    padding-bottom: 0;
  }
  .newsdetails .ndetails .container .ndetails-c .newsconT .title h1 {
    font-size: 20px;
  }
  .newsdetails .ndetails .container .ndetails-c .newsconT .title ul {
    font-size: 11px;
    height: 36px;
  }
  .newsdetails .ndetails .container .ndetails-c .newsconT .title ul li {
    margin-top: 0;
    line-height: 34px;
  }
  .newsdetails .ndetails .container .ndetails-c .newsconT .title ul li:nth-of-type(1) {
    margin-right: 10px;
  }
  .newsdetails .ndetails .container .ndetails-c .newsconM p {
    line-height: 24px;
  }
  .newsdetails .ndetails .container .ndetails-c .newsconM img {
    width: 100%;
  }
  .newsdetails .ndetails .container .ndetails-c .newsconM .bd-box {
    margin-top: 25px;
  }
  .newsdetails .ndetails .container .ndetails-c .newsconB .labels {
    height: 48px;
  }
  .newsdetails .ndetails .container .ndetails-c .newsconB .labels ul li:nth-of-type(1) {
    background-size: 16px auto;
  }
  .newsdetails .ndetails .container .ndetails-c .newsconB .labels .goback a {
    background-size: auto 36px;
  }
  .newsdetails .ndetails .container .ndetails-c .newsconB .npbutton {
    margin-top: 16px;
  }
  .newsdetails .ndetails .container .ndetails-c .newsconB .npbutton ul li {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
  }
  .newsdetails .ndetails .container .ndetails-r {
    position: static;
    width: 100%;
    padding-bottom: 50px;
  }
}

.about-company .main {
  width: 100%;
  overflow: hidden;
}

.about-company .container {
  padding: 0;
}

.about-company .banner {
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../images/about_company_banner.jpg") center center no-repeat;
}

.about-company .banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.about-company .banner .container h4 {
  font-size: 38px;
  line-height: 56px;
  font-weight: 100;
}

.about-company .banner .container p {
  font-size: 16px;
  line-height: 32px;
}

.about-company .no-padding {
  padding: 0;
}

.about-company .position {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  color: #898989;
  line-height: 2;
}

.about-company .big-title {
  box-sizing: border-box;
  text-align: center;
  padding-top: 59px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 1px;
  color: #333333;
  font-weight: 600;
}

.about-company .main {
  width: 100%;
}

.about-company .main .con1,.about-company .main .con7 {
  background-color: #f5f5f5;
  padding: 30px 0;
}

.about-company .main .con1 .container,.about-company .main .con7 .container {
  background-color: #fff;
}

.about-company .main .con1 .swiperbox,.about-company .main .con7 .swiperbox {
  position: relative;
}

.about-company .main .con1 .swiperbox img,.about-company .main .con7 .swiperbox img {
  width: 100%;
}

.summarize .summarize-cont .swiperbox .swiper-btn,.about-company .main .con7 .swiperbox .swiper-btn {
  width: 100px;
  position: absolute;
  right: -35px;
  bottom: 0;
  z-index: 3;
}

.summarize .summarize-cont .swiperbox .swiper-btn .swiper-btn-c,.about-company .main .con7 .swiperbox .swiper-btn .swiper-btn-c {
  float: left;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.summarize .summarize-cont .swiperbox .swiper-btn .swiper-btn-l{
  background: url("../images/about_company_con1_btn_l.png") no-repeat center center #fff;
}

.summarize .summarize-cont .swiperbox .swiper-btn .swiper-btn-l:hover {
  background: url("../images/about_company_con1_btn_l.png") no-repeat center center #666;
}

.summarize .summarize-cont .swiperbox .swiper-btn .swiper-btn-r {
  background: url("../images/about_company_con1_btn_r.png") no-repeat center center #dedede;
}

.summarize .summarize-cont .swiperbox .swiper-btn .swiper-btn-r:hover {
  background: url("../images/about_company_con1_btn_r.png") no-repeat center center #666;
}

.summarize .summarize-cont .textbox,.about-company .main .con7 .textbox {
  font-size: 16px;
  color: #666;
  padding: 40px 40px 0 20px;
  background-color: #fff;
}

.summarize .summarize-cont .textbox h2,.about-company .main .con7 .textbox h2  {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333333;
  text-align: center;
  padding-bottom: 20px;
}

.summarize .summarize-cont .textbox p,.about-company .main .con7 .textbox p {
  line-height: 35px;
  text-indent: 2em;
  word-wrap: break-word;
  text-align: justify;
}



.about-company .main .con2 {
  background-color: #fff;
  position: relative;
}

.about-company .main .con2 .no-mouse-run {
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100px;
  z-index: 9999;
}

.about-company .main .con2 .about-swiper2 {
  height: 600px;
  position: relative;
}

.about-company .main .con2 .about-swiper2::after {
  content: '';
  top: 0;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  height: 2000px;
  border-left: 1px solid #dedede;
}

.about-company .main .con2 .about-swiper2 .swiper-slide {
  height: auto;
}

.about-company .main .con2 .about-swiper2 .swiper-slide .text-box {
  min-height: 40px;
  width: 50%;
  position: relative;
  box-sizing: border-box;
}

.about-company .main .con2 .about-swiper2 .swiper-slide .text-box .top {
  position: absolute;
  left: -5px;
  top: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #dedede;
  background-color: #fff;
}

.about-company .main .con2 .about-swiper2 .swiper-slide .text-box .cricle-r {
  position: absolute;
  left: -10px;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #dedede;
  background-color: #fff;
}

.about-company .main .con2 .about-swiper2 .swiper-slide .text-box .cricle-r .cricle-r-c {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #333;
}

.about-company .main .con2 .about-swiper2 .swiper-slide .text-box .text {
  box-sizing: border-box;
  padding: 0 30px;
}

.about-company .main .con2 .about-swiper2 .swiper-slide .text-box .text p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.about-company .main .con2 .about-swiper2 .swiper-slide .text-box .text .year {
  padding-bottom: 12px;
  font-size: 30px;
  line-height: 30px;
  color: #333;
}

.about-company .main .con2 .about-swiper2 .swiper-slide .text-box-l {
  margin-right: -1px;
  width: 50%;
  position: relative;
  box-sizing: border-box;
}

.about-company .main .con2 .about-swiper2 .swiper-slide .text-box-l .cricle-l {
  position: absolute;
  right: -10px;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #dedede;
  background-color: #fff;
}

.about-company .main .con2 .about-swiper2 .swiper-slide .text-box-l .cricle-l .cricle-r-c {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #333;
}

.about-company .main .con2 .about-swiper2 .swiper-slide .text-box-l .text {
  padding-left: 26px;
  text-align: right;
}

.about-company .main .con2 .mousebox {
  position: relative;
  margin: 30px auto;
  width: 31px;
  height: 50px;
  border-radius: 15px;
  border: solid 1px #999999;
}

.about-company .main .con2 .mousebox::after {
  content: '';
  position: absolute;
  left: 14px;
  height: 10px;
  border-left: solid 1px #999999;
  animation: mymousemove 2s infinite;
}

.about-company .main .con2 .mousebox .line {
  top: 4px;
  position: absolute;
  left: 14px;
  height: 10px;
  border-left: solid 1px #dedede;
}

.about-company .main .con3 {
  background-color: #f5f5f5;
  padding-bottom: 40px;
}

.about-company .main .con4 .container {
  width: 100%;
}

.about-company .main .con4 .about-swiper3 {
  padding-top: 20px;
}

.about-company .main .con4 .about-swiper3 .swiper-wrapper .swiper-slide {
  width: 800px;
  padding: 0 8px;
}

.about-company .main .con4 .about-swiper3 .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.about-company .main .con4 .about-swiper3 .swiper-wrapper .swiper-slide::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .5;
}

.about-company .main .con4 .about-swiper3 .swiper-wrapper .swiper-slide.swiper-slide-active::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background-color: #fff;
  opacity: 0;
}

.about-company .main .con5 {
  background-color: #f5f5f5;
  padding: 60px 0;
}

.about-company .main .con5 .container {
  background-color: #e5e5e5;
}

.about-company .main .con5 .row-bgcolor {
  background-color: #e5e5e5;
}

.about-company .main .con5 .sm-hide {
  display: block;
}

.about-company .main .con5 .md-hide {
  display: none;
}

.about-company .main .con5 .white-bg {
  background-color: #fff;
}

.about-company .main .con5 .turn-color {
  background-color: #fff;
}

.about-company .main .con5 .green-bg {
  background-color: #e7e7e7;
}

.about-company .main .con5 img {
  width: 100%;
}

.about-company .main .con5 .textbox {
  min-height: 300px;
  color: #282828;
  padding: 40px 15px 0;
  box-sizing: border-box;
}

.about-company .main .con5 .textbox h4 {
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
}

.about-company .main .con5 .textbox p {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}

.about-company .main .con6 .swiper-crnter {
  position: relative;
}

.about-company .main .con6 .about-swiper4 {
  padding-top: 20px;
  margin-bottom: 20px;
}

.about-company .main .con6 .about-swiper4 .swiper-wrapper {
  left: 0;
}

.about-company .main .con6 .about-swiper4 .swiper-wrapper .mswiper-slide {
  float: left;
  margin-right: 20px;
}

.about-company .main .con6 .about-swiper4 .swiper-wrapper .mswiper-slide img {
  height: 380px;
  width: auto;
}

.about-company .main .con6 .about-swiper4 .swiper-wrapper .mswiper-slide p {
  box-sizing: border-box;
  padding: 6px 2px 0;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 29px;
  color: #666666;
}

.about-company .main .con6 .swiper-button-next {
  width: 26px;
  height: 26px;
  right: -100px;
  margin-top: -26px;
  background: url("../images/about_company_con6_img_r.png") no-repeat center center;
}

.about-company .main .con6 .swiper-button-prev {
  width: 26px;
  height: 26px;
  left: -100px;
  margin-top: -26px;
  background: url("../images/about_company_con6_img_l.png") no-repeat center center;
}

.about-company .main .marquee-img-alert {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
}

.about-company .main .marquee-img-alert .swiper-container {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-company .main .marquee-img-alert .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-company .main .marquee-img-alert .swiper-container .swiper-button-next,
.about-company .main .marquee-img-alert .swiper-container .swiper-button-prev {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background-size: 60px 60px;
}

.about-company .main .marquee-img-alert .swiper-container .swiper-button-next:hover,
.about-company .main .marquee-img-alert .swiper-container .swiper-button-prev:hover {
  opacity: 0.8;
}

.about-company .main .marquee-img-alert .swiper-container .swiper-button-next {
  right: 0;
  background-image: url("../images/alert-swiper-button-next.png");
}

.about-company .main .marquee-img-alert .swiper-container .swiper-button-prev {
  left: 0;
  background-image: url("../images/alert-swiper-button-prev.png");
}

@keyframes mymousemove {
  0% {
    height: 0px;
    top: 4px;
  }
  50% {
    height: 10px;
    bottom: 34px;
  }
  100% {
    height: 0;
    bottom: 34px;
  }
}

@-moz-keyframes mymousemove

    /* Firefox */ {
  0% {
    height: 0;
    top: 4px;
  }
  50% {
    height: 10px;
    bottom: 38px;
  }
  100% {
    height: 0;
  }
}

@-webkit-keyframes mymousemove

    /* Safari 和 Chrome */ {
  0% {
    height: 0;
    top: 4px;
  }
  50% {
    height: 10px;
    bottom: 38px;
  }
  100% {
    height: 0;
  }
}

@-o-keyframes mymousemove

    /* Opera */ {
  0% {
    height: 0;
  }
  50% {
    height: 10px;
    bottom: 38px;
  }
  100% {
    height: 0;
  }
}

@media (max-width: 1376px) {
  .about-company .main .con6 .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: 20px;
    margin-top: -36px;
    background: url("../images/about_company_con6_img_r.png") no-repeat center center rgba(1, 0, 0, 0.4);
    background-size: 14px 26px;
  }
  .about-company .main .con6 .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    left: 20px;
    margin-top: -36px;
    background: url("../images/about_company_con6_img_l.png") no-repeat center center rgba(1, 0, 0, 0.4);
    background-size: 14px 26px;
  }
}

@media (max-width: 1200px) {
  .summarize .summarize-cont .swiperbox .swiper-btn {
    right: 15px;
    bottom: 0;
  }
  .summarize .summarize-cont .textbox {
    font-size: 14px;
    padding: 20px 20px 0 0;
  }
  .summarize .summarize-cont .textbox h2 {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 16px;
  }
  .summarize .summarize-cont .textbox p {
    line-height: 24px;
  }
  .about-company .main .con5 {
    padding: 60px 0;
  }
  .about-company .main .con5 .turn-color {
    background-color: #e5e5e5;
  }
  .about-company .main .con5 .green-bg {
    background-color: #fff;
  }
  .about-company .main .con5 .no-padding {
    height: 250px;
    position: relative;
    overflow: hidden;
  }
  .about-company .main .con5 .no-padding img {
    position: absolute;
    top: 0;
    right: -20px;
    width: auto;
  }
  .about-company .main .con5 .textbox {
    min-height: 250px;
    padding: 40px 15px 0;
  }
  .about-company .main .con5 .textbox h4 {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
  }
  .about-company .main .con5 .textbox p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
  }
  .about-company .main .con6 .about-swiper4 {
    padding-top: 20px;
  }
  .about-company .main .con6 .about-swiper4 .swiper-wrapper {
    left: 0;
  }
  .about-company .main .con6 .about-swiper4 .swiper-wrapper .mswiper-slide {
    float: left;
    margin-right: 20px;
  }
  .about-company .main .con6 .about-swiper4 .swiper-wrapper .mswiper-slide img {
    height: 328px;
    width: auto;
  }
  .about-company .main .con6 .about-swiper4 .swiper-wrapper .mswiper-slide p {
    box-sizing: border-box;
    padding: 10px 2px 0;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #666666;
  }
  .about-company .main .con6 .swiper-button-next {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    right: 10px;
    margin-top: -18px;
    background: url("../images/about_company_con6_img_r.png") no-repeat center center rgba(1, 0, 0, 0.4);
    background-size: 7px 13px;
  }
  .about-company .main .con6 .swiper-button-prev {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    left: 10px;
    margin-top: -18px;
    background: url("../images/about_company_con6_img_l.png") no-repeat center center rgba(1, 0, 0, 0.4);
    background-size: 7px 13px;
  }
}

@media (max-width: 992px) {
  .about-company .main .con1 .textbox {
    font-size: 14px;
    color: #666;
    padding: 20px 20px 30px 20px;
  }
  .about-company .main .con3 .aside .aside-map-container .search-result-list {
    height: 185px;
  }
  .about-company .main .con4 .about-swiper3 {
    padding-top: 20px;
  }
  .about-company .main .con4 .about-swiper3 .swiper-wrapper .swiper-slide {
    width: 70%;
  }
  .about-company .main .con4 .about-swiper3 .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .about-company .main .con5 .sm-hide {
    display: none;
  }
  .about-company .main .con5 .md-hide {
    display: block;
  }
  .about-company .main .con5 .xs-hide {
    display: block;
  }
  .about-company .main .con5 .green-bg {
    background-color: #e7e7e7;
  }
  .about-company .main .con5 .turn-color {
    background-color: #fff;
  }
  .about-company .main .con6 .about-swiper4 {
    padding-top: 20px;
  }
  .about-company .main .con6 .about-swiper4 .swiper-wrapper .swiper-slide {
    margin-right: 22px;
  }
  .about-company .main .con6 .about-swiper4 .swiper-wrapper .swiper-slide.width-25 {
    width: 182px;
  }
  .about-company .main .con6 .about-swiper4 .swiper-wrapper .swiper-slide.width-50 {
    width: 346px;
  }
  .about-company .main .con6 .about-swiper4 .swiper-wrapper .swiper-slide p {
    padding-top: 6px;
    line-height: 18px;
  }
  .about-company .main .con6 .swiper-button-next {
    margin-top: -20px;
  }
  .about-company .main .con6 .swiper-button-prev {
    margin-top: -20px;
  }
  .about-company .main .marquee-img-alert .swiper-container .swiper-slide img {
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .about-company .big-title {
    font-size: 20px;
    padding-top: 30px;
  }
  .about-company .banner {
    height: 150px;
    background-size: auto 160px;
  }
  .about-company .banner .container h4 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .about-company .banner .container p {
    text-align: center;
  }
  .about-company .position {
    box-sizing: border-box;
    padding-left: 14px;
  }
  .about-company .main .main-inner .article.map-container .map {
    height: 180px;
  }
  .about-company .main .con2 {
    background-color: #fff;
  }
  .about-company .main .con2 .about-swiper2 {
    height: 600px;
    position: relative;
  }
  .about-company .main .con2 .about-swiper2::after {
    content: '';
    top: 0;
    left: 30px;
    margin-left: 0px;
    position: absolute;
    height: 2000px;
    border-left: 1px solid #dedede;
  }
  .about-company .main .con2 .about-swiper2 .swiper-slide {
    height: auto;
  }
  .about-company .main .con2 .about-swiper2 .swiper-slide .text-box {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  .about-company .main .con2 .about-swiper2 .swiper-slide .text-box .top {
    left: 26px;
  }
  .about-company .main .con2 .about-swiper2 .swiper-slide .text-box .text {
    box-sizing: border-box;
    padding: 0 40px 10px 50px;
  }
  .about-company .main .con2 .about-swiper2 .swiper-slide .text-box .text p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
  }
  .about-company .main .con2 .about-swiper2 .swiper-slide .text-box .text .year {
    padding-bottom: 6px;
    font-size: 20px;
    line-height: 30px;
    color: #333;
  }
  .about-company .main .con2 .about-swiper2 .swiper-slide .text-box .cricle-r {
    left: 20px;
  }
  .about-company .main .con2 .about-swiper2 .swiper-slide .text-box .text {
    text-align: left;
  }
  .about-company .main .con2 .about-swiper2 .swiper-slide .text-box-l {
    margin-right: 0px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  .about-company .main .con2 .about-swiper2 .swiper-slide .text-box-l .cricle-l {
    right: -10px;
    left: 20px;
  }
  .about-company .main .con2 .about-swiper2 .swiper-slide .text-box-l .text {
    text-align: left;
  }
  .about-company .main .con2 .mousebox {
    display: none;
  }
  .about-company .main .con3 {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-company .main .con3 .article .map-container .map {
    height: 180px;
  }
  .about-company .main .con3 .server-tip p {
    padding: 10px;
  }
  .about-company .main .con4 .about-swiper3 {
    padding-top: 20px;
  }
  .about-company .main .con5 {
    padding: 60px 0 20px;
  }
  .about-company .main .con5 .sm-hide {
    display: none;
  }
  .about-company .main .con5 .md-hide {
    display: none;
  }
  .about-company .main .con5 .no-padding {
    height: auto;
  }
  .about-company .main .con5 .xs-hide {
    display: block;
  }
  .about-company .main .con5 .xs-hide img {
    position: relative;
    right: 0;
    width: 100%;
    height: auto;
  }
  .about-company .main .con5 .green-bg {
    background-color: #fff;
  }
  .about-company .main .con5 .turn-color {
    background-color: #f4f4f4;
  }
  .about-company .main .con5 .textbox {
    min-height: 150px;
    padding: 20px 15px 20px;
    box-sizing: border-box;
  }
  .about-company .main .con5 .textbox h4 {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .about-company .main .con5 .textbox p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
  }
  .about-company .main .con6 .about-swiper4 {
    padding-top: 20px;
  }
  .about-company .main .con6 .about-swiper4 .swiper-wrapper {
    left: 0;
  }
  .about-company .main .con6 .about-swiper4 .swiper-wrapper .mswiper-slide {
    float: left;
    margin-right: 20px;
  }
  .about-company .main .con6 .about-swiper4 .swiper-wrapper .mswiper-slide img {
    height: 210px;
    width: auto;
  }
  .about-company .main .con6 .about-swiper4 .swiper-wrapper .mswiper-slide p {
    box-sizing: border-box;
    padding: 10px 2px 0;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #666666;
  }
  .about-company .main .con6 .swiper-button-next {
    border-radius: 50%;
    right: 30px;
    margin-top: -24px;
    background: url("../images/about_company_con6_img_r.png") no-repeat center center;
    background-size: 14px 26px;
  }
  .about-company .main .con6 .swiper-button-prev {
    border-radius: 50%;
    left: 30px;
    margin-top: -24px;
    background: url("../images/about_company_con6_img_l.png") no-repeat center center;
    background-size: 14px 26px;
  }
  .about-company .main .con6 .marquee-img-alert .swiper-container .swiper-slide img {
    max-width: 290px;
  }
  .about-company .main .con6 .marquee-img-alert .swiper-container .swiper-button-next,
  .about-company .main .con6 .marquee-img-alert .swiper-container .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-size: 22px 22px;
  }
  .about-company .main .con6 .marquee-img-alert .swiper-container .swiper-button-next:hover,
  .about-company .main .con6 .marquee-img-alert .swiper-container .swiper-button-prev:hover {
    opacity: 0.8;
  }
  .about-company .main .con6 .marquee-img-alert .swiper-container .swiper-button-next {
    right: 8px;
  }
  .about-company .main .con6 .marquee-img-alert .swiper-container .swiper-button-prev {
    left: 8px;
  }
}

.about-contact .main {
  width: 100%;
  overflow: hidden;
}

.about-contact .container {
  padding: 0;
}

.about-contact .banner {
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../images/about_contact_banner.jpg") center center no-repeat;
}

.about-contact .banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.about-contact .banner .container h4 {
  font-size: 38px;
  line-height: 56px;
  font-weight: 100;
}

.about-contact .banner .container p {
  font-size: 16px;
  line-height: 32px;
}

.about-contact .no-padding {
  padding: 0;
}

.about-contact .position {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  color: #898989;
  line-height: 2;
}

.about-contact .main {
  width: 100%;
  background-color: #f5f5f5;
  padding: 40px 0 0;
}

.about-contact .main .con1 .contrctbox {
  padding: 53px 75px;
  background-color: #fff;
}

.about-contact .main .con1 .contrctbox h2 {
  font-size: 21px;
  font-weight: normal;
  line-height: 21px;
  letter-spacing: 1px;
  color: #333333;
}

.about-contact .main .con1 .contrctbox p {
  padding-top: 12px;
  font-size: 14px;
  line-height: 36px;
  color: #666;
  border-bottom: 1px solid #dedede;
  position: relative;
}

.about-contact .main .con1 .contrctbox p::after {
  content: '';
  position: absolute;
  left: -12px;
  top: 28px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
}

.about-contact .main .con2 {
  padding: 39px 0 60px;
}

.about-contact .main .con2 #map {
  height: 500px;
}

@media (max-width: 768px) {
  .about-contact .banner {
    height: 150px;
    background-size: auto 160px;
  }
  .about-contact .banner .container h4 {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
  }
  .about-contact .banner .container p {
    text-align: center;
  }
  .about-contact .position {
    box-sizing: border-box;
    padding-left: 16px;
  }
  .about-contact .main {
    padding: 0;
  }
  .about-contact .main .con1 {
    padding: 14px;
  }
  .about-contact .main .con1 .contrctbox {
    padding: 20px;
    background-color: #fff;
  }
  .about-contact .main .con1 .contrctbox h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 21px;
    letter-spacing: 1px;
    color: #333333;
  }
  .about-contact .main .con1 .contrctbox p {
    padding: 8px 0;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    border-bottom: 1px solid #dedede;
    position: relative;
  }
  .about-contact .main .con1 .contrctbox p::after {
    content: '';
    position: absolute;
    left: -12px;
    top: 18px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
  }
  .about-contact .main .con2 {
    padding: 0 0 20px;
  }
  .about-contact .main .con2 #map {
    height: 240px;
  }
}

.navigation .main {
  width: 100%;
  overflow: hidden;
}

.navigation .container {
  padding: 0;
}

.navigation .banner {
  position: relative;
  width: 100%;
  height: 180px;
  background-color: #000;
}

.navigation .banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.navigation .banner .container h4 {
  font-size: 38px;
  line-height: 56px;
  font-weight: 100;
}

.navigation .banner .container p {
  font-size: 16px;
  line-height: 32px;
}

.navigation .main {
  width: 100%;
  background-color: #fff;
  padding: 22px 0 50px;
}

.navigation .main .container .nav-row {
  padding-bottom: 24px;
  border-bottom: 1px solid #dedede;
}

.navigation .main .container .nav-row:nth-last-of-type(1) {
  border: 0 none;
}

.navigation .main .container .nav-row h2 {
  font-size: 24px;
  line-height: 24px;
  padding-top: 62px;
  padding-bottom: 8px;
  font-weight: 400;
}

.navigation .main .container .nav-row h4 {
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 19px;
  padding-top: 15px;
  font-weight: 400;
  position: relative;
}

.navigation .main .container .nav-row h4::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 18px;
  border-bottom: 1px solid #000;
}

.navigation .main .container .nav-row p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  color: #666;
}

@media (max-width: 992px) {
  .navigation .main {
    padding: 0;
  }
  .navigation .main .container .nav-row {
    margin: 16px;
    border-bottom: 1px solid #dedede;
  }
  .navigation .main .container .nav-row h2 {
    padding-top: 18px;
    padding-bottom: 8px;
  }
  .navigation .main .container .nav-row p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    color: #666;
  }
  .navigation .main .container .nav-row p:nth-last-of-type(1) {
    padding-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .navigation .banner {
    height: 150px;
    background-size: auto 160px;
  }
  .navigation .banner .container h4 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .navigation .banner .container p {
    text-align: center;
  }
  .navigation .main {
    padding: 0;
  }
  .navigation .main .container .nav-row {
    margin: 16px;
    border-bottom: 1px solid #dedede;
  }
  .navigation .main .container .nav-row h2 {
    padding-top: 12px;
    padding-bottom: 8px;
  }
  .navigation .main .container .nav-row p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    color: #666;
  }
  .navigation .main .container .nav-row p:nth-last-of-type(1) {
    padding-bottom: 25px;
  }
}

.prod-public-main .prod-ccp-su {
  background: #f0f1f2;
}

.prod-public-main .prod-ccp-su .prod-list {
  background: #fff;
  width: 92vw;
}
.prod-public-main .prod-ccp-su .prod-list .prod-menu{
    padding: 8px 10px 10px;
    height: max-content;
    background-color: #fff;
    border-radius: 16px;
}
.prod-public-main .prod-ccp-su .prod-list .prod-menu .prod-menu-ul-li{
  margin-top: 2px;
  padding: 0 19px;
  background-color: #fff;
  transition: all 0.5s ease;
  border-radius: 16px;
}
.prod-public-main .prod-ccp-su .prod-list .prod-menu .prod-menu-ul-li.active{background-color: #f8f8f8;}
.prod-public-main .prod-ccp-su .prod-list .prod-menu .prod-menu-ul-li.active .cate_item_two{height: auto;}
.prod-public-main .prod-ccp-su .prod-list .prod-menu .prod-menu-ul-li:hover{background-color: #f8f8f8;}
.prod-public-main .prod-ccp-su .prod-list .prod-menu .prod-menu-ul-li a{ 
  padding: 18px 0;
    cursor: pointer;
    display: flex;
    max-width: calc(100% - 50px);
    font-size: 18px;
    line-height: 1.3;
    color: #333;
}
.prod-public-main .prod-ccp-su .prod-list .prod-menu .prod-menu-ul-li a i{
  margin-right: 15px;
  width: 35px;
  height: 35px;
  background-color: #f8f8f8;
  font-size: 19px;
  display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.prod-public-main .prod-ccp-su .prod-list .prod-menu .prod-menu-ul-li a.mobile-view{
  display: none;
}
.prod-icon{
  margin-right: 15px;
  width: 35px;
  height: 35px;
  background-color: #f8f8f8;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}
.prod-icon picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.prod-icon img {
  width: 19px;
  height: 19px;
  max-width: 100%;
  max-height: 100%;
  transform: scale(1);
  transition: 0.5s;
  vertical-align: middle;
}
.prod-text {
  max-width: calc(100% - 50px);
  font-size: 18px;
  line-height: 1.3;
  color: #333;
}


.prod-public-main .prod-ccp-su .prod-list .prod-list-row {
  background: #f0f1f2;
}

.prod-public-main .prod-content{
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
.prod-public-main .prod-content .prod-left{ 
  width: 21.58%;
  position: sticky;
  left: 0;
  transition: top 0.5s ease;
  top: 40px;
}

.prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col1 {
  margin-top: 40px;
  background: #fff;
}

.prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col1 .prod-nav .prod-nav-ul .prod-nav-ul-li .nav-item:last-child {
  border: none;
}

.prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col1 .prod-nav .prod-nav-ul .prod-nav-ul-li .nav-item {
  border-bottom: 1px solid #f0f1f2;
  padding-bottom: 10px;
}

.prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col1 .prod-nav .prod-nav-ul .prod-nav-ul-li .nav-item .nav-tit {
  height: 59px;
  cursor: pointer;
  line-height: 59px;
  padding: 0 15px;
  position: relative;
  font-size: 18px;
  color: #383a3c;
  font-weight: 400;
}

.prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col1 .prod-nav .prod-nav-ul .prod-nav-ul-li .nav-tit:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
  top: 28px;
}

.prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col1 .prod-nav .prod-nav-ul .prod-nav-ul-li .nav-tit .span-transform {
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #000;
  position: absolute;
  right: 7px;
  top: 21px;
  transition: 0.2s all linear;
  transform: rotate(0deg);
}

.prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col1 .prod-nav .prod-nav-ul .prod-nav-ul-li ul {
  padding: 0 14px;
  display: none;
}

.prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col1 .prod-nav .prod-nav-ul .prod-nav-ul-li ul li a {
  display: block;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #666;
}

.prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col1 .prod-nav .prod-nav-ul .prod-nav-ul-li ul .prod-nav-cur {
  color: #010101;
  font-weight: 550;
}

.prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col2 {
  /*margin-top: 40px;*/
}

.prod-public-main .prod-ccp-su .prod-list .prod-list-row .prod-right {
  width: 75%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.prod-public-main .prod-ccp-su .prod-list .prod-list-row .prod-right .ccp-prd-con{
  display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col2 .ccp-prd-con a{
  /*width:33.33333333%;*/
  width: 25%;
}

.prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col2 .ccp-prd-con .ccp-prd-r-box {
  margin-bottom: 20px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col2 .ccp-prd-con .ccp-prd-r-box .inner {
  background-color: #fff;
}

.prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col2 .ccp-prd-con .ccp-prd-r-box .prd-img {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col2 .ccp-prd-con .ccp-prd-r-box .prd-img img {
  width: 100%;
  transition: all 0.25s;
}

.prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col2 .ccp-prd-con .ccp-prd-r-box .prd-img:hover img {
  transform: scale(1.02);
}

.prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col2 .ccp-prd-con .ccp-prd-r-box .prd-box-p p {
  text-align: center;
}

.prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col2 .ccp-prd-con .ccp-prd-r-box .prd-box-p p:nth-of-type(1) {
  font-size: 18px;
  color: #333;
  margin: 32px 0 19px 0;
}

.prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col2 .ccp-prd-con .ccp-prd-r-box .prd-box-p p:nth-of-type(2) {
  font-size: 12px;
  color: #333;
  padding-bottom: 36px;
}

.prod-public-main .prod-ccp-su .pagination-prd {
  background: #f0f1f2;
  padding-bottom: 59px;
  padding-top: 66px;
}

@media screen and (max-width: 768px) {
  .prod-public-main .ccp-prd-r-box {
    padding: 0 30px !important;
  }
}

.prod-ccp .banner {
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../images/prod-cck-banner.jpg") center center no-repeat;
}

.prod-ccp .banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.prod-ccp .banner .container h4 {
  font-size: 38px;
  line-height: 56px;
  font-weight: 100;
}

.prod-ccp .banner .container p {
  font-size: 16px;
  line-height: 32px;
}

.prod-ccp .position {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  color: #898989;
  line-height: 2;
}

.prod-ccp .prod-t2 {
  padding-bottom: 85px;
}

.prod-ccp .prod-t2 .prod-t2-con .prod-t2-tit {
  padding-top: 66px;
  padding-bottom: 43px;
}

.prod-ccp .prod-t2 .prod-t2-con .prod-t2-tit p:nth-of-type(1) {
  text-align: center;
  font-weight: 800;
  font-size: 26px;
  color: #333;
}

.prod-ccp .prod-t2 .prod-t2-con .prod-t2-tit p:nth-of-type(2) {
  text-align: center;
  font-size: 14px;
  color: #333;
}

.prod-ccp .prod-t2 .prod-t2-con .prod-t2-gg .prod-c1-ez {
  margin-bottom: 20px;
}

.prod-ccp .prod-t2 .prod-t2-con .prod-t2-gg .prod-c1-ez .prod-t2-list {
  background: #f0f1f2;
  height: 180px;
  position: relative;
  overflow: hidden;
}

.prod-ccp .prod-t2 .prod-t2-con .prod-t2-gg .prod-c1-ez .prod-t2-list span {
  display: inline-block;
  font-size: 16px;
  color: #333;
  margin: 25px 0 0 28px;
  font-weight: 600;
}

.prod-ccp .prod-t2 .prod-t2-con .prod-t2-gg .prod-c1-ez .prod-t2-list img {
  position: absolute;
  left: 30%;
  top: 30%;
}

.prod-ccp .prod-t2 .prod-t2-con .prod-t2-gg .col-sm-2 {
  overflow: hidden;
}

.prod-ccp .prod-t2 .prod-t2-con .prod-t2-gg .col-sm-2 img {
  left: 50% !important;
  transform: translateX(-50%);
  top: 29% !important;
}

.prod-ccp .prod-t3 {
  background: url(../images/prod-t3-bg.jpg) no-repeat center center;
  background-size: cover;
}

.prod-ccp .prod-t3 .prod-main-t3 {
  padding: 97px 0 78px 0;
}

.prod-ccp .prod-t3 .prod-main-t3 .row .col-md-4 {
  margin-bottom: 22px;
}

.prod-ccp .prod-t3 .prod-main-t3 .row .col-md-4 .prod-t3-col {
  background: rgba(255, 255, 255, 0.9);
  height: 215px;
  overflow: hidden;
}

.prod-ccp .prod-t3 .prod-main-t3 .row .col-md-4 .prod-t3-col img {
  display: block;
  margin: auto;
  margin-top: 56px;
}

.prod-ccp .prod-t3 .prod-main-t3 .row .col-md-4 .prod-t3-col p {
  text-align: center;
  font-size: 20px;
  color: #333;
  margin-top: 20px;
  font-weight: 800;
}

.prod-ccp .prod-t3 .prod-main-t3 .row .col-md-4 .prod-t3-col:hover {
  box-shadow: 2px 11px 5px 0 rgba(4, 0, 0, 0.3);
  transition: 0.3s all linear;
}

.prod-ccp .prod-t3 .prod-main-t3 .prod-t3-row1 .col-md-4:nth-of-type(2) .prod-t3-col img {
  margin-top: 50px;
}

.prod-ccp .prod-t3 .prod-main-t3 .prod-t3-row1 .col-md-4:nth-of-type(3) .prod-t3-col img {
  margin-top: 65px;
}

.prod-ccp .prod-t3 .prod-main-t3 .prod-t3-row2 .col-md-4:nth-of-type(2) .prod-t3-col img {
  margin-top: 57px;
}

.prod-ccp .prod-t3 .prod-main-t3 .prod-t3-row2 .col-md-4:nth-of-type(3) .prod-t3-col img {
  margin-top: 59px;
}

.prod-ccp .prod-t4 {
  background: #f2f5f8;
}

.prod-ccp .prod-t4 .prod-t4-js {
  padding-top: 155px;
  padding-bottom: 120px;
}

.prod-ccp .prod-t4 .prod-t4-js .row .prod-t4-col-p p:nth-of-type(1) {
  font-weight: 800;
  font-size: 26px;
  color: #333;
}

.prod-ccp .prod-t4 .prod-t4-js .row .prod-t4-col-p p:nth-of-type(2) {
  font-size: 14px;
  color: #333;
  margin-top: 28px;
}

.prod-ccp .prod-t4 .prod-t4-js .row .prod-t4-col-p p:nth-of-type(3) {
  font-size: 12px;
  color: #666;
  margin-top: 134px;
  margin-bottom: 35px;
}

.prod-ccp .prod-t4 .prod-t4-js .row .prod-t4-col-img img {
  width: 100%;
}

@media (max-width: 768px) {
  .prod-ccp .banner {
    height: 150px;
    background-size: auto 160px;
  }
  .prod-ccp .banner .container h4 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .prod-ccp .banner .container p {
    text-align: center;
  }
  .prod-ccp .prod-t3 .prod-main-t3 {
    padding: 70px 0 56px 0 !important;
  }
  .prod-ccp .prod-t4 .prod-t4-js {
    padding-top: 75px;
  }
  .prod-ccp .prod-t4 .row .prod-t4-col-p p:nth-of-type(3) {
    margin-top: 75px !important;
    margin-bottom: 45px !important;
  }
}

.prod-gtyp .banner {
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../images/prod-gtyp-bg.jpg") center center no-repeat;
}

.prod-gtyp .banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.prod-gtyp .banner .container h4 {
  font-size: 38px;
  line-height: 56px;
  font-weight: 100;
}

.prod-gtyp .banner .container p {
  font-size: 16px;
  line-height: 32px;
}

.prod-gtyp .position {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  color: #898989;
  line-height: 2;
}

.prod-gtyp .prod-gt-t2 {
  padding: 70px 0 70px 0;
  background: url(../images/prod-gtyp-t2-bg.jpg) no-repeat center center;
  background-size: cover;
}

.prod-gtyp .prod-gt-t2 .gtyp-t2-top {
  background: rgba(255, 255, 255, 0.9);
}

.prod-gtyp .prod-gt-t2 .gtyp-t2-top .t2-top-p p:nth-of-type(1) {
  font-size: 26px;
  color: #333;
  font-weight: 800;
  padding: 63px 0 26px 0;
}

.prod-gtyp .prod-gt-t2 .gtyp-t2-top .t2-top-p p:nth-of-type(2) {
  font-size: 14px;
  color: #333;
  line-height: 22px;
}

.prod-gtyp .prod-gt-t2 .gtyp-t2-top .t2-top-p p:nth-of-type(3) {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  margin-top: 14px;
}

.prod-gtyp .prod-gt-t2 .gtyp-t2-top .t2-top-img {
  padding: 29px 0 39px 0;
  overflow: hidden;
}

.prod-gtyp .prod-gt-t2 .gtyp-t2-top .t2-top-img img {
  display: block;
  margin: auto;
  width: 80%;
}

.prod-gtyp .prod-gt-t2 .gtyp-t2-bottom .row .col-md-3 {
  padding: 0;
}

.prod-gtyp .prod-gt-t2 .gtyp-t2-bottom .row .col-xs-12 .gtyp-t2-b-box {
  background: rgba(255, 255, 255, 0.9);
  height: 224px;
  margin-top: 16px;
  padding: 30px 0 23px 0;
  overflow: hidden;
}

.prod-gtyp .prod-gt-t2 .gtyp-t2-bottom .row .col-xs-12 .gtyp-t2-b-box img {
  display: block;
  margin: auto;
  transition: 0.1s all linear;
  width: 52%;
}

.prod-gtyp .prod-gt-t2 .gtyp-t2-bottom .row .col-xs-12 .gtyp-t2-b-box p {
  text-align: center;
  margin-top: 23px;
}

.prod-gtyp .prod-gt-t2 .gtyp-t2-bottom .row .col-xs-12 .gtyp-t2-b-box:hover img {
  transform: scale(1.08);
  transition: 0.2s all linear;
}

.prod-gtyp .prod-gt-t2 .gtyp-t2-bottom .row .col-xs-12:nth-of-type(2) .gtyp-t2-b-box p {
  margin-top: 35px;
}

.prod-gtyp .prod-gt-t2 .gtyp-t2-bottom .row .col-xs-12:nth-of-type(2) .gtyp-t2-b-box img {
  width: 70%;
}

.prod-gtyp .prod-gt-t2 .gtyp-t2-bottom .row .col-xs-12:nth-of-type(3) .gtyp-t2-b-box p {
  margin-top: 26px;
}

.prod-gtyp .prod-gt-t3 .container .row .prod-gt-t3-p {
  padding: 154px 0 0 0;
}

.prod-gtyp .prod-gt-t3 .container .row .prod-gt-t3-p p:nth-of-type(1) {
  padding: 0 20px;
  font-weight: 800;
  font-size: 26px;
  color: #333;
}

.prod-gtyp .prod-gt-t3 .container .row .prod-gt-t3-p p:nth-of-type(2) {
  padding: 0 20px;
  font-size: 15px;
  color: #333;
  margin-top: 30px;
  line-height: 30px;
}

.prod-gtyp .prod-gt-t3 .container .row .prod-gt-t3-p p:nth-of-type(3) {
  padding: 0 20px;
  margin-top: 125px;
  color: #333;
  font-size: 12px;
}

.prod-gtyp .prod-gt-t3 .container .row .prod-gt-t3-img {
  padding: 125px 0 100px 0;
}

.prod-gtyp .prod-gt-t3 .container .row .prod-gt-t3-img img {
  width: 100%;
  padding: 0 20px;
}

@media screen and (max-width: 992px) {
  .prod-gtyp .gtyp-t2-bottom .row .col-md-3 {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .prod-gtyp .banner {
    height: 150px;
    background-size: auto 160px;
  }
  .prod-gtyp .banner .container h4 {
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
  }
  .prod-gtyp .banner .container p {
    text-align: center;
  }
  .prod-gtyp .prod-gt-t3 .container .row .prod-gt-t3-p {
    padding: 70px 0 0 0;
  }
  .prod-gtyp .prod-gt-t3 .container .row .prod-gt-t3-p p:nth-of-type(3) {
    margin-top: 50px;
  }
  .prod-gtyp .prod-gt-t3 .container .row .prod-gt-t3-img {
    padding: 69px 0 60px 0;
  }
}

.prod-scp .banner {
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../images/prod-scp-bg.jpg") center center no-repeat;
}

.prod-scp .banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.prod-scp .banner .container h4 {
  font-size: 38px;
  line-height: 56px;
  font-weight: 100;
}

.prod-scp .banner .container p {
  font-size: 16px;
  line-height: 32px;
}

.prod-scp .position {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  color: #898989;
  line-height: 2;
}

.prod-scp .prod-scp-t2 {
  padding: 80px 0 100px 0;
  background: url(../images/prod-scp-t2-bg.jpg) no-repeat center center;
  background-size: cover;
}

.prod-scp .prod-scp-t2 .container .row .scp-t2-col .scp-t2-list-box {
  background: #f5f5f5;
  margin-bottom: 20px;
}

.prod-scp .prod-scp-t2 .container .row .scp-t2-col .scp-t2-list-box .scp-t2-img {
  overflow: hidden;
}

.prod-scp .prod-scp-t2 .container .row .scp-t2-col .scp-t2-list-box .scp-t2-img img {
  width: 100%;
  padding: 20px;
}

.prod-scp .prod-scp-t2 .container .row .scp-t2-col .scp-t2-list-box .scp-t2-p p:nth-of-type(1) {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  color: #333;
  margin-top: 10px;
}

.prod-scp .prod-scp-t2 .container .row .scp-t2-col .scp-t2-list-box .scp-t2-p p:nth-of-type(2) {
  font-size: 14px;
  text-align: center;
  color: #333;
  padding: 10px 0 27px 0;
}

.prod-scp .prod-scp-t3 {
  background: #f2f5f8;
  padding-bottom: 180px;
}

.prod-scp .prod-scp-t3 .container .row .col-md-5 p:nth-of-type(1) {
  font-weight: 800;
  font-size: 26px;
  color: #333;
  padding-top: 157px;
}

.prod-scp .prod-scp-t3 .container .row .col-md-5 p:nth-of-type(2) {
  font-size: 15px;
  color: #333;
  line-height: 30px;
  margin-top: 30px;
}

.prod-scp .prod-scp-t3 .container .row .col-md-5 p:nth-of-type(3) {
  font-size: 12px;
  color: #333;
  padding: 130px 0 0 0;
}

.prod-scp .prod-scp-t3 .container .row .col-md-7 .prod-scp-t3-img {
  padding-top: 128px;
}

.prod-scp .prod-scp-t3 .container .row .col-md-7 .prod-scp-t3-img img {
  width: 90%;
}

@media screen and (max-width: 992px) {
  .prod-scp .prod-scp-t2 {
    padding: 60px 0 50px 0;
  }
  .prod-scp .prod-scp-t3 .container .row .col-md-5 p:nth-of-type(1) {
    padding-top: 60px;
  }
  .prod-scp .prod-scp-t3 .container .row .col-md-5 p:nth-of-type(3) {
    padding: 64px 0 0 0;
  }
  .prod-scp .prod-scp-t3 .container .row .col-md-7 .prod-scp-t3-img {
    padding-top: 75px;
  }
  .prod-scp .prod-scp-t3 {
    padding-bottom: 105px;
  }
}

@media screen and (max-width: 768px) {
  .prod-scp .banner {
    height: 150px;
    background-size: auto 160px;
  }
  .prod-scp .banner .container h4 {
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
  }
  .prod-scp .banner .container p {
    text-align: center;
  }
}

.prod-ydyp .banner {
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../images/prod-xfdz-bg.jpg") center center no-repeat;
}

.prod-ydyp .banner .container {
  height: 100%;
}

.prod-ydyp .banner .container .con-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.prod-ydyp .banner .container .con-box h4 {
  font-size: 38px;
  line-height: 56px;
  font-weight: 100;
}

.prod-ydyp .banner .container .con-box p {
  font-size: 16px;
  line-height: 32px;
}

.prod-ydyp .position {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  color: #898989;
  line-height: 2;
}

.prod-ydyp .prod-ydyp-t2 {
  padding: 80px 0 100px 0;
}

.prod-ydyp .prod-ydyp-t2 .container .row .scp-t2-col .scp-t2-list-box {
  background: #f5f5f5;
  margin-bottom: 20px;
}

.prod-ydyp .prod-ydyp-t2 .container .row .scp-t2-col .scp-t2-list-box .scp-t2-img {
  overflow: hidden;
}

.prod-ydyp .prod-ydyp-t2 .container .row .scp-t2-col .scp-t2-list-box .scp-t2-img img {
  width: 100%;
  padding: 20px;
}

.prod-ydyp .prod-ydyp-t2 .container .row .scp-t2-col .scp-t2-list-box .scp-t2-p p:nth-of-type(1) {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  color: #333;
  margin-top: 10px;
}

.prod-ydyp .prod-ydyp-t2 .container .row .scp-t2-col .scp-t2-list-box .scp-t2-p p:nth-of-type(2) {
  font-size: 14px;
  text-align: center;
  color: #333;
  padding: 10px 0 27px 0;
}

.prod-ydyp .prod-ydyp-t2 .container .row .scp-t2-col .scp-t2-list-box:hover {
  box-shadow: 0 9px 5px 0 rgba(4, 0, 0, 0.14);
  transition: 0.15s all linear;
}

.prod-ydyp .prod-ydyp-case {
  background: url(../images/prod-ydyp-case-bg.jpg) no-repeat center center;
  background-size: cover;
}

.prod-ydyp .prod-ydyp-case .container .ydyp-tit h3 {
  text-align: center;
  color: #333;
  font-weight: 800;
  font-size: 26px;
  padding-top: 75px;
}

.prod-ydyp .prod-ydyp-case .container .ydyp-tit p {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin: 10px 0 40px 0;
}

.prod-ydyp .prod-ydyp-case .container .ydyp-case-main {
  margin: auto;
  width: 100%;
}

.prod-ydyp .prod-ydyp-case .container .ydyp-case-main .ydyp-case-box {
  width: 100%;
}

.prod-ydyp .prod-ydyp-case .container .ydyp-case-main .ydyp-case-box ul {
  display: flex;
  width: 66%;
  background: rgba(255, 255, 255, 0.8);
  margin: auto;
}

.prod-ydyp .prod-ydyp-case .container .ydyp-case-main .ydyp-case-box ul li {
  font-size: 18px;
  border-left: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  width: 25%;
  height: 90px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prod-ydyp .prod-ydyp-case .container .ydyp-case-main .ydyp-case-box ul li:hover {
  background: white;
  transition: 0.1s all linear;
}

.prod-ydyp .prod-ydyp-case .container .ydyp-case-main .ydyp-case-box ul li:nth-of-type(1) {
  font-size: 20px;
  color: #333;
  font-weight: 800;
  border-left: none;
}

.prod-ydyp .prod-ydyp-case .container .ydyp-case-main .ydyp-case-box ul:nth-of-type(4) li {
  border-bottom: none;
}

.prod-ydyp .prod-ydyp-case .container .ydyp-b-tit p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 27px 0 60px 0;
}

.prod-ydyp .prod-ydyp-t3 {
  background: #f2f5f8;
}

.prod-ydyp .prod-ydyp-t3 .container .row .col-md-5 p:nth-of-type(1) {
  font-weight: 800;
  font-size: 26px;
  color: #333;
  padding-top: 157px;
}

.prod-ydyp .prod-ydyp-t3 .container .row .col-md-5 p:nth-of-type(2) {
  font-size: 15px;
  color: #333;
  line-height: 30px;
  margin-top: 30px;
}

.prod-ydyp .prod-ydyp-t3 .container .row .col-md-5 p:nth-of-type(3) {
  font-size: 12px;
  color: #333;
  padding: 130px 0 0 0;
}

.prod-ydyp .prod-ydyp-t3 .container .row .col-md-7 .prod-scp-t3-img {
  padding-top: 128px;
}

.prod-ydyp .prod-ydyp-t3 .container .row .col-md-7 .prod-scp-t3-img img {
  width: 90%;
}

@media screen and (max-width: 992px) {
  .prod-ydyp .prod-ydyp-t2 {
    padding: 70px 0 60px 0;
  }
  .prod-ydyp .prod-ydyp-t3 .container .row .col-md-5 p:nth-of-type(1) {
    padding-top: 50px;
  }
  .prod-ydyp .prod-ydyp-t3 .container .row .col-md-5 p:nth-of-type(3) {
    padding: 65px 0 0 0;
  }
  .prod-ydyp .prod-ydyp-t3 .container .row .col-md-7 .prod-scp-t3-img {
    padding-top: 90px;
  }
  .prod-ydyp .prod-ydyp-case .ydyp-case-main .ydyp-case-box ul {
    width: 100% !important;
  }
  .prod-ydyp .prod-ydyp-case .ydyp-case-main .ydyp-case-box ul li {
    height: 70px !important;
  }
}

@media screen and (max-width: 768px) {
  .prod-ydyp .banner {
    height: 150px;
    background-size: auto 160px;
  }
  .prod-ydyp .banner .container .con-box h4 {
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
  }
  .prod-ydyp .banner .container .con-box p {
    text-align: center;
  }
}






.prod-wscp .banner {
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../images/prod-wscp-bg.jpg") center center no-repeat;
}

.prod-wscp .banner .container {
  height: 100%;
}

.prod-wscp .banner .container .con-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.prod-wscp .banner .container .con-box h4 {
  font-size: 38px;
  line-height: 56px;
  font-weight: 100;
}

.prod-wscp .banner .container .con-box p {
  font-size: 16px;
  line-height: 32px;
}

.prod-wscp .position {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  color: #898989;
  line-height: 2;
}

.prod-wscp .prod-ydyp-t2 {
  padding: 80px 0 100px 0;
}

.prod-wscp .prod-ydyp-t2 .container .row .scp-t2-col .scp-t2-list-box {
  background: #f5f5f5;
  margin-bottom: 20px;
}

.prod-wscp .prod-ydyp-t2 .container .row .scp-t2-col .scp-t2-list-box .scp-t2-img {
  overflow: hidden;
}

.prod-wscp .prod-ydyp-t2 .container .row .scp-t2-col .scp-t2-list-box .scp-t2-img img {
  width: 100%;
  padding: 20px;
}

.prod-wscp .prod-ydyp-t2 .container .row .scp-t2-col .scp-t2-list-box .scp-t2-p p:nth-of-type(1) {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  color: #333;
  margin-top: 10px;
}

.prod-wscp .prod-ydyp-t2 .container .row .scp-t2-col .scp-t2-list-box .scp-t2-p p:nth-of-type(2) {
  font-size: 14px;
  text-align: center;
  color: #333;
  padding: 10px 0 27px 0;
}

.prod-wscp .prod-ydyp-t2 .container .row .scp-t2-col .scp-t2-list-box:hover {
  box-shadow: 0 9px 5px 0 rgba(4, 0, 0, 0.14);
  transition: 0.15s all linear;
}

.prod-wscp .prod-ydyp-case {
  background: url(../images/prod-ydyp-case-bg.jpg) no-repeat center center;
  background-size: cover;
}

.prod-wscp .prod-ydyp-case .container .ydyp-tit h3 {
  text-align: center;
  color: #333;
  font-weight: 800;
  font-size: 26px;
  padding-top: 75px;
}

.prod-wscp .prod-ydyp-case .container .ydyp-tit p {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin: 10px 0 40px 0;
}

.prod-wscp .prod-ydyp-case .container .ydyp-case-main {
  margin: auto;
  width: 100%;
}

.prod-wscp .prod-ydyp-case .container .ydyp-case-main .ydyp-case-box {
  width: 100%;
}

.prod-wscp .prod-ydyp-case .container .ydyp-case-main .ydyp-case-box ul {
  display: flex;
  width: 66%;
  background: rgba(255, 255, 255, 0.8);
  margin: auto;
}

.prod-wscp .prod-ydyp-case .container .ydyp-case-main .ydyp-case-box ul li {
  font-size: 18px;
  border-left: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  width: 25%;
  height: 90px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prod-wscp .prod-ydyp-case .container .ydyp-case-main .ydyp-case-box ul li:hover {
  background: white;
  transition: 0.1s all linear;
}

.prod-wscp .prod-ydyp-case .container .ydyp-case-main .ydyp-case-box ul li:nth-of-type(1) {
  font-size: 20px;
  color: #333;
  font-weight: 800;
  border-left: none;
}

.prod-wscp .prod-ydyp-case .container .ydyp-case-main .ydyp-case-box ul:nth-of-type(4) li {
  border-bottom: none;
}

.prod-wscp .prod-ydyp-case .container .ydyp-b-tit p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 27px 0 60px 0;
}

.prod-wscp .prod-ydyp-t3 {
  background: #f2f5f8;
}

.prod-wscp .prod-ydyp-t3 .container .row .col-md-5 p:nth-of-type(1) {
  font-weight: 800;
  font-size: 26px;
  color: #333;
  padding-top: 157px;
}

.prod-wscp .prod-ydyp-t3 .container .row .col-md-5 p:nth-of-type(2) {
  font-size: 15px;
  color: #333;
  line-height: 30px;
  margin-top: 30px;
}

.prod-wscp .prod-ydyp-t3 .container .row .col-md-5 p:nth-of-type(3) {
  font-size: 12px;
  color: #333;
  padding: 130px 0 0 0;
}

.prod-wscp .prod-ydyp-t3 .container .row .col-md-7 .prod-scp-t3-img {
  padding-top: 128px;
}

.prod-wscp .prod-ydyp-t3 .container .row .col-md-7 .prod-scp-t3-img img {
  width: 90%;
}

@media screen and (max-width: 992px) {
  .prod-wscp .prod-ydyp-t2 {
    padding: 70px 0 60px 0;
  }
  .prod-wscp .prod-ydyp-t3 .container .row .col-md-5 p:nth-of-type(1) {
    padding-top: 50px;
  }
  .prod-wscp .prod-ydyp-t3 .container .row .col-md-5 p:nth-of-type(3) {
    padding: 65px 0 0 0;
  }
  .prod-wscp .prod-ydyp-t3 .container .row .col-md-7 .prod-scp-t3-img {
    padding-top: 90px;
  }
  .prod-wscp .prod-ydyp-case .ydyp-case-main .ydyp-case-box ul {
    width: 100% !important;
  }
  .prod-wscp .prod-ydyp-case .ydyp-case-main .ydyp-case-box ul li {
    height: 70px !important;
  }
}

@media screen and (max-width: 768px) {
  .prod-wscp .banner {
    height: 150px;
    background-size: auto 160px;
  }
  .prod-wscp .banner .container .con-box h4 {
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
  }
  .prod-wscp .banner .container .con-box p {
    text-align: center;
  }
}



.prod-nct .banner {
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../images/prod-nct-bg.jpg") center center no-repeat;
}

.prod-nct .banner .container {
  height: 100%;
}

.prod-nct .banner .container .con-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.prod-nct .banner .container .con-box h4 {
  font-size: 38px;
  line-height: 56px;
  font-weight: 100;
}

.prod-nct .banner .container .con-box p {
  font-size: 16px;
  line-height: 32px;
}

.prod-nct .position {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  color: #898989;
  line-height: 2;
}

.prod-nct .prod-ydyp-t2 {
  padding: 80px 0 100px 0;
}

.prod-nct .prod-ydyp-t2 .container .row .scp-t2-col .scp-t2-list-box {
  background: #f5f5f5;
  margin-bottom: 20px;
}

.prod-nct .prod-ydyp-t2 .container .row .scp-t2-col .scp-t2-list-box .scp-t2-img {
  overflow: hidden;
}

.prod-nct .prod-ydyp-t2 .container .row .scp-t2-col .scp-t2-list-box .scp-t2-img img {
  width: 100%;
  padding: 20px;
}

.prod-nct .prod-ydyp-t2 .container .row .scp-t2-col .scp-t2-list-box .scp-t2-p p:nth-of-type(1) {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  color: #333;
  margin-top: 10px;
}

.prod-nct .prod-ydyp-t2 .container .row .scp-t2-col .scp-t2-list-box .scp-t2-p p:nth-of-type(2) {
  font-size: 14px;
  text-align: center;
  color: #333;
  padding: 10px 0 27px 0;
}

.prod-nct .prod-ydyp-t2 .container .row .scp-t2-col .scp-t2-list-box:hover {
  box-shadow: 0 9px 5px 0 rgba(4, 0, 0, 0.14);
  transition: 0.15s all linear;
}

.prod-nct .prod-ydyp-case {
  background: url(../images/prod-ydyp-case-bg.jpg) no-repeat center center;
  background-size: cover;
}

.prod-nct .prod-ydyp-case .container .ydyp-tit h3 {
  text-align: center;
  color: #333;
  font-weight: 800;
  font-size: 26px;
  padding-top: 75px;
}

.prod-nct .prod-ydyp-case .container .ydyp-tit p {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin: 10px 0 40px 0;
}

.prod-nct .prod-ydyp-case .container .ydyp-case-main {
  margin: auto;
  width: 100%;
}

.prod-nct .prod-ydyp-case .container .ydyp-case-main .ydyp-case-box {
  width: 100%;
}

.prod-nct .prod-ydyp-case .container .ydyp-case-main .ydyp-case-box ul {
  display: flex;
  width: 66%;
  background: rgba(255, 255, 255, 0.8);
  margin: auto;
}

.prod-nct .prod-ydyp-case .container .ydyp-case-main .ydyp-case-box ul li {
  font-size: 18px;
  border-left: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  width: 25%;
  height: 90px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prod-nct .prod-ydyp-case .container .ydyp-case-main .ydyp-case-box ul li:hover {
  background: white;
  transition: 0.1s all linear;
}

.prod-nct .prod-ydyp-case .container .ydyp-case-main .ydyp-case-box ul li:nth-of-type(1) {
  font-size: 20px;
  color: #333;
  font-weight: 800;
  border-left: none;
}

.prod-nct .prod-ydyp-case .container .ydyp-case-main .ydyp-case-box ul:nth-of-type(4) li {
  border-bottom: none;
}

.prod-nct .prod-ydyp-case .container .ydyp-b-tit p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 27px 0 60px 0;
}

.prod-nct .prod-ydyp-t3 {
  background: #f2f5f8;
}

.prod-nct .prod-ydyp-t3 .container .row .col-md-5 p:nth-of-type(1) {
  font-weight: 800;
  font-size: 26px;
  color: #333;
  padding-top: 157px;
}

.prod-nct .prod-ydyp-t3 .container .row .col-md-5 p:nth-of-type(2) {
  font-size: 15px;
  color: #333;
  line-height: 30px;
  margin-top: 30px;
}

.prod-nct .prod-ydyp-t3 .container .row .col-md-5 p:nth-of-type(3) {
  font-size: 12px;
  color: #333;
  padding: 130px 0 0 0;
}

.prod-nct .prod-ydyp-t3 .container .row .col-md-7 .prod-scp-t3-img {
  padding-top: 128px;
}

.prod-nct .prod-ydyp-t3 .container .row .col-md-7 .prod-scp-t3-img img {
  width: 90%;
}

@media screen and (max-width: 992px) {
  .prod-nct .prod-ydyp-t2 {
    padding: 70px 0 60px 0;
  }
  .prod-nct .prod-ydyp-t3 .container .row .col-md-5 p:nth-of-type(1) {
    padding-top: 50px;
  }
  .prod-nct .prod-ydyp-t3 .container .row .col-md-5 p:nth-of-type(3) {
    padding: 65px 0 0 0;
  }
  .prod-nct .prod-ydyp-t3 .container .row .col-md-7 .prod-scp-t3-img {
    padding-top: 90px;
  }
  .prod-nct .prod-ydyp-case .ydyp-case-main .ydyp-case-box ul {
    width: 100% !important;
  }
  .prod-nct .prod-ydyp-case .ydyp-case-main .ydyp-case-box ul li {
    height: 70px !important;
  }
}

@media screen and (max-width: 768px) {
  .prod-nct .banner {
    height: 150px;
    background-size: auto 160px;
  }
  .prod-nct .banner .container .con-box h4 {
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
  }
  .prod-nct .banner .container .con-box p {
    text-align: center;
  }
}

.prod-xfdz .banner {
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../images/prod-xfdz-bg.jpg") center center no-repeat;
}

.prod-xfdz .banner .container {
  height: 100%;
}

.prod-xfdz .banner .container .con-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.prod-xfdz .banner .container .con-box h4 {
  font-size: 38px;
  line-height: 56px;
  font-weight: 100;
}

.prod-xfdz .banner .container .con-box p {
  font-size: 16px;
  line-height: 32px;
}

.prod-xfdz .position {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  color: #898989;
  line-height: 2;
}

.prod-xfdz .prod-ydyp-t2 {
  padding: 80px 0 100px 0;
}

.prod-xfdz .prod-ydyp-t2 .container .row .scp-t2-col .scp-t2-list-box {
  background: #f5f5f5;
  margin-bottom: 20px;
}

.prod-xfdz .prod-ydyp-t2 .container .row .scp-t2-col .scp-t2-list-box .scp-t2-img {
  overflow: hidden;
}

.prod-xfdz .prod-ydyp-t2 .container .row .scp-t2-col .scp-t2-list-box .scp-t2-img img {
  width: 100%;
  padding: 20px;
}

.prod-xfdz .prod-ydyp-t2 .container .row .scp-t2-col .scp-t2-list-box .scp-t2-p p:nth-of-type(1) {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  color: #333;
  margin-top: 10px;
}

.prod-xfdz .prod-ydyp-t2 .container .row .scp-t2-col .scp-t2-list-box .scp-t2-p p:nth-of-type(2) {
  font-size: 14px;
  text-align: center;
  color: #333;
  padding: 10px 0 27px 0;
}

.prod-xfdz .prod-ydyp-t2 .container .row .scp-t2-col .scp-t2-list-box:hover {
  box-shadow: 0 9px 5px 0 rgba(4, 0, 0, 0.14);
  transition: 0.15s all linear;
}

.prod-xfdz .prod-ydyp-case {
  background: url(../images/prod-ydyp-case-bg.jpg) no-repeat center center;
  background-size: cover;
}

.prod-xfdz .prod-ydyp-case .container .ydyp-tit h3 {
  text-align: center;
  color: #333;
  font-weight: 800;
  font-size: 26px;
  padding-top: 75px;
}

.prod-xfdz .prod-ydyp-case .container .ydyp-tit p {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin: 10px 0 40px 0;
}

.prod-xfdz .prod-ydyp-case .container .ydyp-case-main {
  margin: auto;
  width: 100%;
}

.prod-xfdz .prod-ydyp-case .container .ydyp-case-main .ydyp-case-box {
  width: 100%;
}

.prod-xfdz .prod-ydyp-case .container .ydyp-case-main .ydyp-case-box ul {
  display: flex;
  width: 66%;
  background: rgba(255, 255, 255, 0.8);
  margin: auto;
}

.prod-xfdz .prod-ydyp-case .container .ydyp-case-main .ydyp-case-box ul li {
  font-size: 18px;
  border-left: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  width: 25%;
  height: 90px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prod-xfdz .prod-ydyp-case .container .ydyp-case-main .ydyp-case-box ul li:hover {
  background: white;
  transition: 0.1s all linear;
}

.prod-xfdz .prod-ydyp-case .container .ydyp-case-main .ydyp-case-box ul li:nth-of-type(1) {
  font-size: 20px;
  color: #333;
  font-weight: 800;
  border-left: none;
}

.prod-xfdz .prod-ydyp-case .container .ydyp-case-main .ydyp-case-box ul:nth-of-type(4) li {
  border-bottom: none;
}

.prod-xfdz .prod-ydyp-case .container .ydyp-b-tit p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 27px 0 60px 0;
}

.prod-xfdz .prod-ydyp-t3 {
  background: #f2f5f8;
}

.prod-xfdz .prod-ydyp-t3 .container .row .col-md-5 p:nth-of-type(1) {
  font-weight: 800;
  font-size: 26px;
  color: #333;
  padding-top: 157px;
}

.prod-xfdz .prod-ydyp-t3 .container .row .col-md-5 p:nth-of-type(2) {
  font-size: 15px;
  color: #333;
  line-height: 30px;
  margin-top: 30px;
}

.prod-xfdz .prod-ydyp-t3 .container .row .col-md-5 p:nth-of-type(3) {
  font-size: 12px;
  color: #333;
  padding: 130px 0 0 0;
}

.prod-xfdz .prod-ydyp-t3 .container .row .col-md-7 .prod-scp-t3-img {
  padding-top: 128px;
}

.prod-xfdz .prod-ydyp-t3 .container .row .col-md-7 .prod-scp-t3-img img {
  width: 90%;
}

@media screen and (max-width: 992px) {
  .prod-xfdz .prod-ydyp-t2 {
    padding: 70px 0 60px 0;
  }
  .prod-xfdz .prod-ydyp-t3 .container .row .col-md-5 p:nth-of-type(1) {
    padding-top: 50px;
  }
  .prod-xfdz .prod-ydyp-t3 .container .row .col-md-5 p:nth-of-type(3) {
    padding: 65px 0 0 0;
  }
  .prod-xfdz .prod-ydyp-t3 .container .row .col-md-7 .prod-scp-t3-img {
    padding-top: 90px;
  }
  .prod-xfdz .prod-ydyp-case .ydyp-case-main .ydyp-case-box ul {
    width: 100% !important;
  }
  .prod-xfdz .prod-ydyp-case .ydyp-case-main .ydyp-case-box ul li {
    height: 70px !important;
  }
}

@media screen and (max-width: 768px) {
  .prod-xfdz .banner {
    height: 150px;
    background-size: auto 160px;
  }
  .prod-xfdz .banner .container .con-box h4 {
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
  }
  .prod-xfdz .banner .container .con-box p {
    text-align: center;
  }
}

.prod-hycp .banner {
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../images/prod-hycp-bg.jpg") center center no-repeat;
}

.prod-hycp .banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.prod-hycp .banner .container h4 {
  font-size: 38px;
  line-height: 56px;
  font-weight: 100;
}

.prod-hycp .banner .container p {
  font-size: 16px;
  line-height: 32px;
}

@media screen and (max-width: 992px) {
  .prod-hycp .prod-public-cp .col-p {
    text-align: center;
  }
  .prod-hycp .prod-public-cp .col-p a {
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .prod-hycp .banner {
    height: 150px;
    background-size: auto 160px;
  }
  .prod-hycp .banner .container h4 {
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
  }
  .prod-hycp .banner .container p {
    text-align: center;
  }
}

.prod-hycp .banner {
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../images/prod-xfcp-bg.jpg") center center no-repeat;
}

.prod-hycp .banner .container {
  height: 100%;
  color: #fff;
}

.prod-hycp .banner .container h4 {
  font-size: 38px;
  line-height: 56px;
  font-weight: 100;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
}

.prod-hycp .banner .container p {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}

.prod-hycp .banner .container span {
  display: block;
  width: 30px;
  height: 3px;
  background: #666;
  margin: 50px 0 15px 0;
}

.prod-hycp .banner .container div {
  font-size: 16px;
  color: #666;
}

@media screen and (max-width: 992px) {
  .prod-hycp .prod-public-cp .col-p {
    text-align: center;
  }
  .prod-hycp .prod-public-cp .col-p a {
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .prod-hycp .banner {
    height: 150px;
    background-size: auto 160px;
  }
  .prod-hycp .banner .container h4 {
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
  }
  .prod-hycp .banner .container p {
    text-align: center;
    margin: 0;
  }
}

.prod-public-cp {
  background: whitesmoke;
}

.prod-public-cp .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.prod-public-cp .container .row {
  background: #fff;
  margin-bottom: 20px;
  max-height: 100%;
  transition: 0.15s all linear;
}

.prod-public-cp .container .row .col-img {
  display: flex;
  justify-content: center;
  margin-top: 7.5%;
}

.prod-public-cp .container .row .col-p h3 {
  color: #383a3c;
  font-size: 28px;
  padding-top: 80px;
  font-weight: 450;
  margin-bottom: 6px;
}

.prod-public-cp .container .row .col-p p:nth-of-type(1) {
  font-size: 14px;
  color: #666;
}

.prod-public-cp .container .row .col-p p:nth-of-type(2) {
  font-size: 14px;
  color: #333;
  margin: 28px 0 52px 0;
  line-height: 28px;
}

.prod-public-cp .container .row .col-p a {
  width: 128px;
  height: 46px;
  background: #383a3c;
  color: #fff;
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 46px;
  margin-bottom: 80px;
}

.prod-public-cp .container .row:hover {
  box-shadow: 0 7px 4px 0 rgba(4, 0, 0, 0.1);
  transition: 0.15s all linear;
}

@media screen and (max-width: 992px) {
  .prod-public-cp .container .row .col-p p:nth-of-type(2) {
    margin: 28px 0 40px 0;
  }
  .prod-public-cp .container .row .col-p a {
    margin-bottom: 50px;
  }
}

.prod-xq-main .prod-fixed {
  background: #000;
  height: 40px;
  z-index: 100;
  opacity: 0;
  transition: 0.2s all linear;
  position: fixed;
  top: 0px;
  width: 100%;
  display: inline;
}

.prod-xq-main .prod-fixed .fixed-box {
  width: 1170px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.prod-xq-main .prod-fixed .fixed-box .prod-fixed-l {
  color: #fff;
  line-height: 40px;
}

.prod-xq-main .prod-fixed .fixed-box a {
  color: #fff;
  line-height: 40px;
}

.prod-xq-main .txt h4 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 100;
  line-height: 1.5;
}

.prod-xq-main .txt p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.prod-xq-main .full-box {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.prod-xq-main .prduct-mode {
  position: relative;
  width: 100%;
  height: 750px;
}

.prod-xq-main .xq-img-bg {
  position: absolute;
  top: 0;
  left: calc((100vw - 1920px) / 2);
  height: 750px;
  z-index: -1;
}

.prod-xq-main .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prod-xq-main .prod-xq-t1 {
  height: 860px;
}

.prod-xq-main .prod-xq-t1 .xq-img-bg {
  height: 860px;
}

.prod-xq-main .prod-xq-t1 .txt {
  padding-top: 114px;
  height: 20%;
}

.prod-xq-main .prod-xq-t1 .img-box {
  margin-top: 10%;
  height: 60%;
}

.prod-xq-main .prod-xq-t3 .txt {
  padding-top: 80px;
  height: 20%;
}

.prod-xq-main .prod-xq-t3 .img-box {
  margin-top: 10%;
  height: 60%;
}

.prod-xq-main .prod-xq-t3 .prod-t6-w {
  bottom: -74px;
  position: absolute;
  left: calc((100vw - 1920px) / 2);
}

.prod-xq-main .imgPublicAnimate {
  position: relative;
  animation: imgPublicAnimate 2s linear infinite;
}

@keyframes imgPublicAnimate {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}

.prod-xq-main .prod-xq-t7 {
  padding-bottom: 70px;
}

.prod-xq-main .prod-xq-t7 .prod-xq-t7-con .row p {
  font-size: 20px;
  color: #333333;
  padding: 60px 0 17px 0;
  margin-left: 50px;
}

.prod-xq-main .prod-xq-t7 .prod-xq-t7-con .row .col-md-3 {
  border-right: 1px solid #dbdbdb;
}

.prod-xq-main .prod-xq-t7 .prod-xq-t7-con .row .col-md-3 img {
  padding: 30px 0;
  display: block;
  margin: auto;
}

.prod-xq-main .prod-xq-t7 .prod-xq-t7-con .row .col-md-3:last-child {
  border: none;
}

@media (max-width: 992px) {
  .prod-xq-main .prod-xq-t2 .img-box {
    margin-top: 10%;
  }
  .prod-xq-main .full-box {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .prod-xq-main .txt h4 {
    font-size: 18px;
  }
  .prod-xq-main .txt p {
    font-size: 14px;
  }
  .prod-xq-main .prduct-mode {
    height: 580px;
  }
  .prod-xq-main .xq-img-bg {
    left: calc((100vw - 1485px) / 2);
    height: 580px;
  }
  .prod-xq-main .prod-xq-t1 {
    height: 600px;
  }
  .prod-xq-main .prod-xq-t1 .xq-img-bg {
    left: calc((100vw - 1340px) / 2);
    height: 600px;
  }
  .prod-xq-main .prod-xq-t1 .txt {
    padding-top: 50px;
    height: 20%;
  }
  .prod-xq-main .prod-xq-t3 .prod-t6-w {
    bottom: -36%;
  }
  .prod-xq-main .prod-xq-t7 .prod-xq-t7-con .row .col-md-3 img {
    width: 80%;
  }
}

@media (max-width: 475px) {
  .prod-xq-main .prduct-mode {
    height: 480px;
  }
  .prod-xq-main .xq-img-bg {
    left: calc((100vw - 1229px) / 2);
    height: 480px;
  }
}

.statement .banner {
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../images/statement_banner.jpg") center center no-repeat;
}

.statement .banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.statement .banner .container h4 {
  font-size: 38px;
  line-height: 56px;
  font-weight: 100;
}

.statement .banner .container p {
  font-size: 16px;
  line-height: 32px;
}

.statement .position {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  color: #898989;
  line-height: 2;
}

.statement .main {
  width: 100%;
  padding: 40px 0 120px;
  background-color: #f5f5f5;
}

.statement .main .main-inner .article .article-item {
  display: none;
  background-color: #fff;
}

.statement .main .main-inner .article .article-item .article-item-inner {
  padding: 28px 5.7471%;
}

.statement .main .main-inner .article .article-item .article-title {
  font-size: 30px;
  line-height: 52px;
  font-weight: 100;
  color: #333333;
  border-bottom: 1px solid #dedede;
}

.statement .main .main-inner .article .article-item .article-content {
  padding: 10px 0;
}

.statement .main .main-inner .article .article-item .article-content p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.statement .main .main-inner .article .article-item .article-content h5 {
  font-size: 18px;
  margin-top: 0px;
  color: #666;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 16px;
}

.statement .main .main-inner .article .article-item .article-content .padding {
  padding: 20px 0 0;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

@media (max-width: 992px) {
  .statement .main .main-inner .article {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .statement .banner {
    height: 150px;
    background-size: auto 160px;
  }
  .statement .banner .container h4 {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
  }
  .statement .banner .container p {
    text-align: center;
  }
}

.supplier-container {
  width: 680px;
  margin: 50px auto;
}

.supplier-container .search-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.supplier-container .search-box .ipt-box {
  position: relative;
  width: 330px;
  height: 100px;
}

.supplier-container .search-box .ipt-box p {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1;
}

.supplier-container .search-box .ipt-box select {
  display: block;
  border-radius: 0;
  border: 1px solid #DDD;
  width: 98%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #888;
  letter-spacing: 0;
  margin: 0;
  padding: 0 0 0 10px;
  box-shadow: none;
  -webkit-appearance: none;
  background: url("../images/sp-afc-more.png") 95% center no-repeat;
}

.supplier-container .search-box .ipt-box input {
  display: block;
  border-radius: 0;
  border: 1px solid #DDD;
  width: 98%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #888;
  letter-spacing: 0;
  margin: 0;
  padding: 0 0 0 10px;
  box-shadow: none;
  background-color: transparent;
}

.supplier-container .btn-box {
  padding-top: 15px;
  display: flex;
  justify-content: center;
}

.supplier-container .btn-box span {
  width: 174px;
  margin: 0 7px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border: 2px solid #333;
  color: #333;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  .supplier-container {
    width: 100%;
  }
  .supplier-container .search-box .ipt-box {
    width: 48%;
  }
}

.find-partner-data h2 {
  border-bottom: 1px solid #B32727;
  line-height: 50px;
  font-weight: 400;
  font-size: 26px;
  color: #000;
  letter-spacing: 0;
  margin-bottom: 40px;
}

.find-partner-data .partner {
  max-height: 500px;
  overflow-y: auto;
}

.find-partner-data .partner::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.find-partner-data .partner::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}

.find-partner-data .partner li {
  margin-bottom: 30px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}

.find-partner-data .partner li .pat-tit {
  display: flex;
}

.find-partner-data .partner li .pat-tit .coun-n {
  border: 1px solid #2BBBFF;
  border-radius: 3px;
  padding: 0 3px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #2BBBFF;
  text-align: center;
  margin-right: 5px;
}

.find-partner-data .partner li .pat-tit .copm-n {
  line-height: 30px;
  font-size: 20px;
  color: #151515;
  margin-right: 20px;
  display: inline-block;
  letter-spacing: 0;
  cursor: pointer;
}

.find-partner-data .partner li p {
  font-size: 16px;
  color: #000000;
}

.find-partner-data .partner .no-data {
  color: #999;
  font-size: 20px;
}

.customer-center .supplier-container {
  width: 580px;
}

.customer-center .supplier-container .search-box {
  padding-top: 40px;
}

.customer-center .supplier-container .search-box .ipt-box {
  width: 280px;
}

.customer-center .find-partner-data {
  padding-bottom: 50px;
  width: 580px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .customer-center .supplier-container {
    width: 100%;
    padding: 0 10px;
  }
  .customer-center .supplier-container .search-box .ipt-box {
    width: 49%;
  }
  .customer-center .find-partner-data {
    padding: 0 10px 50px;
    width: 100%;
  }
}



.customer-center .downloading .content-bar .pagination-prd .search-field
{
    justify-content:left;
    padding-left:0;
    margin:-35px 0 -10px 0;
    }



.maincon .position h2{
    display: block;
    font-size: inherit;
    font-weight: normal;
    float: left;
    position: relative;
    line-height: 40px;
    z-index: 2;
}
.maincon .position ul{
    display: block;
    text-align: right;
    position: relative;
    z-index: 2;
}

.maincon .position ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 3em;
}
.maincon .position ul li a{ color:#666; padding:0 0.5em; line-height: 40px;}
.maincon .position ul li a:hover,
.maincon .position ul li.cur a{ color:#146dc6;  position: relative;}
.maincon .position ul li.cur a::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -25px;
    height: 5px;
    background-color: #146dc6;
    width: 100%;
}

/* 二级页面公共导航 - 开始 */
.pub-page-nav {
    padding: 0 3.65%;
    background: #F7F7F9;
}
.pub-page-nav .pub-cont {
    display: flex;
    justify-content: space-between;
    line-height: 50px;
}
.pub-page-nav .tit {
    font-size: 48px;
    font-weight: bold;
}
.pub-page-nav .breadcrumbs {
    color: #8B8CA2;
    display: flex;
    align-items: center;
}
.pub-page-nav .breadcrumbs .link.curr {
    color: #1F204C;
}
.pub-page-nav .breadcrumbs .arrow {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../img/icon-arrow-right4.png) center / contain no-repeat;
    
}
.pub-page-nav .nav-list {
    display: flex;
    font-weight: bold;
    color: #1F204C;
}
.pub-page-nav .nav-item {
    padding-left: 26px;
    padding-right: 26px;
    background: #F7F7F9;
}
.pub-page-nav .nav-item.active {
    background: #1F204C;
    color: #FFFFFF;
}

.pub-page-nav2 {
    padding: 2% 3.6%;
    background: #fff;
}
.pub-page-nav-line {
    display: block;
    border-bottom: 1px solid #EBEBF0;
}
/* 二级页面公共导航 - 结束 */


.prod_category_box{
    box-sizing: border-box;
    color: #000000f2;
    width: 92vw;
    margin: 0 auto;
}
.prod_category_box .category_header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
    /*padding: 0 64px;*/
}
.prod_category_box .category_header .category_box_title {
    letter-spacing: .48px;
    font-size: 24px;
    line-height: 32px;
}
.prod_category_box .category_header .category_box_list {
    align-items: center;
    display: flex;
}
.prod_category_box .category_header .category_box_list li {
    height: 100px;
    margin-right: 20px;
}
.prod_category_box .category_header .category_box_list li a {
    align-items: center;
    color: #0000008c;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: 72px;
    cursor: pointer;
    text-decoration: none;
}
.prod_category_box .category_header .category_box_list li.active a {
    color: #000000f2;
}
.prod_category_box .category_header .category_box_list li a .img_box {
    padding: 16px 0 2px;
}
.prod_category_box .category_header .category_box_list li a .img_box img {
    height: 40px;
}
.ft_title{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.prod_category_box .category_header .category_box_list li a:after {
    background-color: #2cff73;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 16px;
    position: absolute;
    transition: all .2s cubic-bezier(.48, .04, .52, .96);
    width: 0;
}
.prod_category_box .category_header .category_box_list li.active a:after {
    font-family: OPPOSans-Ver2-Medium;
    width: 40px;
}
.prod_category_box .category_header .category_box_list li:hover a {
    color:#000000f2
}

.prod_category_box .category_header .category_box_list li:hover a:after {
    font-family: OPPOSans-Ver2-Medium;
    width: 40px
}
.prod_category_box .child_header {
    align-items: center;
    display: flex;
    padding-bottom: 8px;
    padding-top: 8px;
    justify-content: space-between;
}
.prod_category_box .child_header .child_box_list {
    align-items: center;
    display: flex;
}
.ft_title_3 {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .5px;
}
.prod_category_box .child_header .child_box_list li {
    cursor: pointer;
    padding: 6px 18px;
    position: relative;
    z-index: 1;
}
.prod_category_box .child_header .child_box_list li.active {
    background: #305dc3;
    border-radius: 36px;
}
.prod_category_box .child_header .child_box_list li.active a{color: #fff;}
/*首页广告*/
.slider-btn{
  display: block;
  height: 100%;
  width: 100%;
}
/**首页产品**/
.home_pro_box { 
  /*width: 98.431vw;*/
  width: calc(100% - 30px);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.home_pro_box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  justify-content: space-between;
  list-style-type: none;
}
.home_pro_box li {
  width: 32.85%;
  margin-top: 15px;
}
.home_pro_box li:nth-child(1),
.home_pro_box li:nth-child(4) {
  width: calc(67.15% - 15px);
}
.home_pro_box li:nth-child(-n+2) {
  margin-top: 0;
}
.home_pro_box li:hover .pic img {
  transform: scale(1.05);
}
.home_pro_box li a {
  position: relative;
  display: block;
}
.home_pro_box .pic img {
  height: 20vw;
  object-fit: cover;
}
.home_pro_box .info {
  position: absolute;
  left: 0;
  bottom: 24px;
  z-index: 10;
  width: 100%;
  padding: 0 30px;
}
.home_pro_box p {
  margin-bottom: 10px;
  line-height: 36px;
  font-size: 30px;
  font-weight: 700;
}
.home_pro_box p,
.home_pro_box .desc {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home_pro_box .desc {
  font-size: 16px;
  line-height: 24px;
}
.home_pro_box .name {
  font-size: 26px;
  color: #fff;
  font-family: "mb";
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 6px auto;
  display: none;
}
.home_pro_box .pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.home_pro_box .pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.home_pro_box .pic img.phone {
  display: none;
}

@media screen and (max-width: 1024px) {
  .home_pro_box li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .home_pro_box li:last-child {
    margin-bottom: 0;
  }
  .home_pro_box li:nth-child(1),
  .home_pro_box li:nth-child(4) {
    width: 100%;
  }
  .home_pro_box .pic img {
    height: 200px;
    object-fit: cover;
  }
  .home_pro_box .info {
    bottom: 12px;
    padding: 15px;
  }
  .home_pro_box p {
    font-size: 20px;
    line-height: 26px;
  }
  .home_pro_box .desc {
    line-height: 20px;
    font-size: 14px;
  }
  .home_pro_box .name {
    font-size: 20px;
    line-height: 26px;
    margin: 0.08rem auto;
  }
  
}

/**首页banner**/
/*.hom-banner{ height:100vh; background-size:cover !important; overflow:hidden; position:relative; z-index:1;}*/
/*.hom-banner {
    position: relative;
    width: 100%;
  }
.hom-banner img {
    width: 100%;
    height: auto;
  }*/
  @media screen and (max-width: 1440px) { 
    /*:root{
      font-size: 87px;
    }
    html{
      font-size:87px;
    }
    body{
      font-size:14px;
    }
    boday{
      font-size:87px;
    }*/
}
/*.hom-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("../images/ad1.jpg") center center no-repeat;
  background-size: cover;
  
  
}*/

.hom-banner {
    height: 100vh; /* 占满整个屏幕高度 */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #f5f5f5; /* 示例背景色 */
    background: url("../images/ad1.jpg") center center no-repeat;
    background-size: cover;
  }
.hom-banner-box{
  width: 84vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
  padding: 5% 0;
}
.hom-banner .data,
.hom-banner .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hom-banner .info {
  width: 30.2%;
  height: 60%;
}
.hom-banner .desc {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 80px;
}
.hom-banner .data {
  width: 29.17%;
}
.hom-banner.hideInfo .data,
.hom-banner.hideInfo .info {
  opacity: 0;
  visibility: hidden;
}
.hom-banner-box .index-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
  margin-bottom: 30px;
}
.hom-banner-box .index-more {
  position: relative;
  min-width: 100px;
  line-height: 40px;
  border-radius: 8px;
  border: solid 1px #003592;
  display: inline-block;
  text-align: center;
  color: #003592;
  overflow: hidden;
  font-size: 16px;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
  border-color: #fff;
  color: #fff;

}
.hom-banner-box.index-more:hover {
  background: #003592;
  background: #fff;
  color: #fff;
}
.hom-banner-box .index-more:hover span {
  color: #003592;
}
.hom-banner-box .index-more .btnbg {
  background: #fff;
}
.hom-banner-box.data ul {
  list-style-type: none;
}
.hom-banner-box .data li {
  margin-bottom: 70px;
}
.hom-banner-box .data li:last-child {
  margin-bottom: 0;
}
.hom-banner-box .data .num {
  font-family: "思源黑体";
  font-size: 90px;
  line-height: 70px;
  color: #fff;
  margin-bottom: 8px;
}
.hom-banner-box .data p,
.hom-banner-box .data i {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.hom-banner-box .data i {
  display: inline-block;
}

/*公司简介*/
.summarize{
  background: url("../images/about_summarize_bg_2.jpg") no-repeat 50%;
  background-size: cover;
  height: 56.25vw;
  /*margin-top: -.72rem;*/
  padding-top: 3.9075vw;
  width: 100%;
}
.summarize .mycontainer {
  margin: 0 auto;
  max-width: 84vw;
}
.summarize .summarize-cont{
  overflow: hidden;
  width: 84vw;
}

.summarize .summarize-cont .summarize-title{
  border-bottom: .01rem solid #d8d8d8;
  color: #00162e;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 32px;
  padding-bottom: 20px;
}
.summarize .summarize-cont .summarize-tab-cont{
  margin-bottom: 60px;
  position: relative;
  transition: all .3s ease;
  width: 100%;
}
.summarize .summarize-cont .summarize-tab-cont .cont-item-list{
  align-items: flex-start;
  display: flex;
  transition: all .3s ease;
}
.summarize .summarize-cont .summarize-tab-cont .cont-item-list .cont-item{
  box-sizing: border-box;
  flex: 0 0 33vw;
  padding-right: 45px;
  width: 33vw;
}

.summarize .summarize-cont .summarize-tab-cont .cont-item-list .cont-item .desc{
  color: #00162e;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 16px;
}

.summarize .summarize-cont .summarize-tab-cont .cont-item-list .cont-item .desc p{
  color: #00162e;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 16px;
}
.summarize .summarize-cont-box{
  width: 84vw;
  height: 100%;
  background: #fff;
  gap: 20px;
  overflow: hidden;
  padding: 50px;
}
.summarize .summarize-cont-box img{
  width: 100%;
  height: auto;
}
.pos_menu {
  width: 84vw;
  height: 4.4em;
  line-height: 4.4;
  color: #666;
  font-size: 15px;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}

.pos_menu h2 {
  display: block;
  font-size: inherit;
  font-weight: normal;
  float: left;
  position: relative;
  z-index: 2;
  line-height: 66px;
}
.pos_menu h2 a.home{ background:url(../images/home.png) center no-repeat; display: block; float: left; width:18px; height:66px; margin-right:15px;}
.pos_menu ul {
  text-align: right;
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.4625rem;
  justify-content: flex-end;
  margin: 0.18rem 0;
}
.pos_menu ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}

.pos_menu ul li a {
	color: #7d7d7d;
	font-size: 18px;
	line-height: 1.5;
	position: relative;
}

.pos_menu ul li a::before {
	content: '';
	position: absolute;
	width: 0;
	height: 5px;
	background: #0279ff;
	border-radius: 3px;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -13px;
}

.pos_menu ul li.cur a,
.pos_menu ul li a:hover {
	color: #0279ff;
}

.pos_menu ul li a:hover::before,
.pos_menu ul li.cur a::before {
	width: 110%;
  transition: all .3s;
}

/**-发展历程**/
.main .attr{ width:92vw; margin:0 auto; position:relative;}
.main .attr::before,
.main .attr::after{ content:''; display:block; overflow:hidden; clear:both;}
.main .ab4{ background:url(../images/lcbg.jpg) center no-repeat; background-size:cover; position:relative;}
.main h2.title,.newsBox h2.title,.hom-banner h2.title{ display:block; line-height:3.8888; color:#333; font-size:42px; font-weight:bold; text-align:center; padding:6px 0 0;}
.main .ab4 h2{ color:#fff;}
.main .attr::after{ content:''; display:block; overflow:hidden; clear:both;}
.licheng{ overflow:hidden; margin:1% 0 4%;}
.licheng .swiper-container{ padding-bottom:100px; position:relative;}
.licheng .swiper-slide{ font-size:16px; overflow:hidden;}
.licheng .swiper-slide:nth-child(odd){ padding-top:3em;}
.licheng .swiper-slide span{ display:block; width:1.25em; float:left; margin-right:0.5em;}
.licheng .swiper-slide i{ display:block; width:20px; height:20px; border:3px solid #fff; border-radius:50%;}
.licheng .swiper-slide em{ display:block; width:4px; height:6.5em; background:linear-gradient(#fff, rgba(255,255,255,0)); margin:0 auto;}
.licheng .swiper-slide b{ display:block; line-height:1.12; color:#fff; font-size:2.25em; overflow:hidden; padding-left:0.55em;}
.licheng .swiper-slide .descinfo{ display:block; overflow:hidden; padding:1em 0 0;}
.licheng .swiper-slide .descinfo p{ display:block; line-height:1.875; color:rgba(255,255,255,0.8); background:url(../images/arrow.png) left top 11px no-repeat; padding:0 0 1em 1.25em;}
.licheng .swiper-button-prev,
.licheng .swiper-button-next{ width:50px; height:50px; top:auto; bottom:0; margin-top:0;}
.licheng .swiper-button-prev{ background:url(../images/prev1.png) center top no-repeat; left:50%; margin-left:-56px;}
.licheng .swiper-button-next{ background:url(../images/next1.png) center top no-repeat; right:50%; margin-right:-56px;}
.licheng .swiper-button-prev:hover,
.licheng .swiper-button-next:hover{ background-position:center bottom;}
.licheng .swiper-button-prev:after,.licheng .swiper-button-next:after{content: '';}

/*荣誉*/
.p-top3 {
	padding-top: 0.42rem;
}

.p-bot3 {
	padding-bottom: 0.42rem;
}
.wp {
  width: 100%;
  padding: 4vw;
}
.wp-cont {
  width: 100%;
  padding: 3.66vw;
}
/*.n-abhead {
  color: #010000;
  font-size: 42px;
  line-height: 1.5;
  font-weight: bold;
}
.n-abhead span {
  color: #c80a14;
  font-weight: bold;
  font-size: 42px;
}*/
.n-about3 {
  width: 100%;
  position: relative;
  background: url(../images/honor.jpg)center no-repeat;
  background-size: cover;
}

/*.n-about3 .wp-cont>p,
.n-about4 .wp-cont>p,
.n-about7 .wp-cont>p {
  margin: .05rem 0 0.225rem;
  color: #888888;
  font-size: 18px;
  line-height: 2em;

}*/

.n-about3 #n-abhonor {
  /*max-width: 55vw;*/
  max-weight: 100%;
  margin-left: 0;
  padding-top: 0.2rem;
}
.n-about3 #n-abhonor .swiper-slide figure{ display:block; margin:0; position:relative;}

.n-about3 #n-abhonor a .img {
  /* height: 1.95625rem; */
aspect-ratio: 600/859;
display: flex;             /* 添加：让.img 也使用 flex 布局 */
  align-items: center;       /* 添加：图片垂直居中 */
  justify-content: center;   /* 添加：图片水平居中 */
  width: 100%;   
}

.n-about3 #n-abhonor a .img img {
  object-fit: contain;
  max-width: 100%;
	max-height: 100%;
  display: inline-block;
}

.n-about3 #n-abhonor a {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 26px;
  align-items: center;
  justify-content: center;
  gap: 17px;
  border-radius: 8px;
  overflow: hidden;
}


.n-about3 #n-abhonor p {
  padding-top: .075rem;
  border-top: 1px solid #e3e3e3;
  color: #424242;
  font-size: 18px;
  line-height: 1.875em;
  font-weight:bold;
  width: 100%;
  text-align: center;

  transition: all .5s;
}
/*.n-about3 #Honor .prevry,.n-about3 #Honor.nextry{
background: transparent;
box-shadow: none;
width: 0.14rem;
 --swiper-navigation-color: transparent;
}*/

.n-about3 #Honor .prevry img,.n-about3 #Honor .nextry img{
object-fit: contain;
}
.n-about3 .swiper-button-prev,
.n-about3 .swiper-button-next{ width:50px; height:50px; top:auto; bottom:0; margin-top:0;}
.n-about3 .swiper-button-prev{ background:url(../images/prev1.png) center top no-repeat; left:50%; margin-left:-56px;}
.n-about3 .swiper-button-next{ background:url(../images/next1.png) center top no-repeat; right:50%; margin-right:-56px;}
.n-about3 .swiper-button-prev:hover,
.n-about3 .swiper-button-next:hover{ background-position:center bottom;}
.n-about3 .swiper-button-prev:after,.n-about3 .swiper-button-next:after{content: '';}
.n-about3 #Honor .prevry,
.n-about3 #Honor .nextry {
  top: auto;
  bottom: 70px;
  margin-top: 0;
  z-index: 3;
}



/**生产实力**/
.main .ab5{ 
  padding-bottom: 82px;
}
.shengchan ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 21px;
}
.shengchan ul li:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
.shengchan ul li a {
    display: block;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.img-db {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.img-db img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.shengchan ul li a .img-db:after {
    content: '';
    display: block;
    padding-top: 62.23%;
}
.shengchan ul li:first-child .img-db:after {
    padding-top: 63.5%;
}

.shengchan ul li:first-child a .bmname {
    padding: 42px 39px;
}

.shengchan ul li a .bmname {
    position: absolute;
    left:0;
    bottom:0;
    color: #fff;
    width:100%;
    background:linear-gradient(to top, rgba(0, 0, 0, .9), rgba(0, 0, 0, 0));
    padding: 16px 24px;
    transition: all .5s;
}

.shengchan ul li:hover a .bmname {
    background:linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.shengchan ul li a .bmname h5 {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}

.shengchan ul li a .bmname p {
    font-size: 16px;
    line-height: 25px;
}
/**品牌文化**/
.main .ab6{ background:url(../images/gsjj_ppwh_bg.jpg) center no-repeat; background-size:cover; position:relative; padding-bottom: 82px;}
/* 品牌文化容器 */
/* 品牌文化容器 */
.gsjj_ppwh {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ppwh-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

/* 文字内容块 - 各占25% */
.ppwh-item {
  flex: 0 0 calc(33% - 15px); /* 减去gap的一半(20px/2=10px)，但因为有gap，需要适当调整 */
  max-width: calc(33% - 15px);
  min-height: 200px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  background-color: white;
  display: flex;
  flex-direction: column;
}

/* 图片块 - 占据50% */
.ppwh-item.ppwh-img {
  flex: 0 0 calc(33.333% - 10px); /* 50%宽度减去gap的一半 */
  max-width: calc(33.333% - 10px);
  padding: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.ppwh-item.ppwh-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: auto; /* 保持图片原始比例 */
}

/* 文字内容样式 */
.ppwh-item .ppwh-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.ppwh-item .ppwh-content h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #076ce0;
  position: relative;
}

.ppwh-item .ppwh-content h3::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #076ce0;
}

.ppwh-item .ppwh-content p {
  font-size: 16px;
  line-height: 1.4;
  color: #666;
  flex-grow: 1;
  margin: 0;
}

/* 悬停效果 */
.ppwh-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.ppwh-item.ppwh-img:hover {
  transform: translateY(-5px);
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
  .ppwh-container {
      gap: 15px;
  }
  
  .ppwh-item {
      flex: 0 0 100%;
      max-width: 100%;
  }
  
  .ppwh-item.ppwh-img {
      flex: 0 0 100%;
      max-width: 100%;
  }
  
  .ppwh-item.ppwh-img img {
      height: auto;
      max-height: 300px;
  }
}
/**党建工作**/
.main .gsjj_djgz{ /*background:url(../images/gsjj_djgz_bg.jpg) center no-repeat; background-size:cover; position:relative;*/}
.gsjj_djgz .djgz_content h3{
  font-size: 16px;
  line-height: 2;
}
.gsjj_djgz .djgz_content{
  line-height: 2;
  padding-bottom: 82px;
}
.gsjj_djgz .djgz_img{
  text-align: center;
}
.gsjj_djgz .djgz_img img{
  width: 30%;
  height: auto;
  margin: 0 auto;
}
/**销售网络**/
.main .gsjj_xslw{ background:url(../images/gsjj_xswl_bg.jpg) center no-repeat; background-size:cover; position:relative;padding-bottom: 82px;}
.xxwl_content {
    display: flex;
    gap: 30px; /* 控制两部分之间的间距 */
    align-items: flex-start; /* 对齐顶部 */
    width: 64vw;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    flex-wrap: wrap; /* 允许换行，适配小屏幕 */
}
/* 查询表单容器 */
.xxwl-form-container {
    display: flex;
    flex: 1 1 calc(50% - 15px); /* 占50%宽度，减去gap的一半 */
    min-width: 300px;
    max-width: calc(50% - 15px); /* 添加最大宽度限制 */
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
    padding-right: 30px;
    border-right: 2px solid #076ce0;
}

/* 表单组 */
.xxwl-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.xxwl-form-label {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    text-align: left;
}

.xxwl-form-select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M7.41%208.59L12%2013.17l4.59-4.58L18%2010l-6%206-6-6z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

.xxwl-form-select:focus {
    outline: none;
    border-color: #076ce0;
    box-shadow: 0 0 0 3px rgba(7, 108, 224, 0.1);
}

/* 操作按钮 */
.xxwl-form-actions {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.xxwl-btn-search {
    background: linear-gradient(to right, #076ce0, #00bfff);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(7, 108, 224, 0.2);
}

.xxwl-btn-search:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(7, 108, 224, 0.3);
}

.xxwl-btn-reset {
    background: white;
    color: #076ce0;
    border: 1px solid #076ce0;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.xxwl-btn-reset:hover {
    background: #f0f8ff;
    transform: translateY(-2px);
}

/* 查询结果区域 */
.xxwl-result-area {
    flex: 1 1 calc(50% - 15px); /* 占50%宽度，减去gap的一半 */
    min-width: 300px; /* 最小宽度 */
    max-width: calc(50% - 15px); /* 添加最大宽度限制 */
    padding-left: 30px;
    padding-top: 20px;
}
/* 确保即使结果区域为空，表单区域也不会扩展 */
.xxwl-form-container,
.xxwl-result-area {
    flex-shrink: 0; /* 防止收缩 */
}

/* 当结果区域隐藏时，保持布局不变 */
.xxwl-result-area[style*="display: none"],
.xxwl-result-area:hidden {
    display: none !important;
}

.xxwl-result-header {
    margin-bottom: 15px;
}

.xxwl-result-tag {
    display: inline-block;
    background: #e6f7ff;
    color: #076ce0;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #076ce0;
}

.xxwl-result-content {
    line-height: 1.8;
    color: #333;
}

.xxwl-result-content p {
    margin: 8px 0;
}

.xxwl-result-content strong {
    color: #076ce0;
    font-weight: 600;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .xxwl-content {
        flex-direction: column;
        width: 100%;
    }
    .xxwl-form-container,
    .xxwl-result-area {
        flex: 1 1 100%; /* 小屏幕下占全宽 */
        min-width: auto;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        border-right: none;
        border-bottom: 2px solid #076ce0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .xxwl-form-container {
        padding-right: 15px;
        border-right: none;
    }
    
    .xxwl-form-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .xxwl-btn-search,
    .xxwl-btn-reset {
        width: 100%;
        padding: 12px;
    }
    
    .xxwl-result-area {
        padding-left: 15px;
    }
}
/*知识产权运营*/
.zscq_img,.gshj_img{padding-top: 50px;}
.zscq_img h3{
      color: #010000;
    font-size: 32px;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 30px;
}
.zscq_img_box,.gshj_img_box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; /* 图片之间的间距 */
}



.zscq_img_item {
    flex: 1 1 calc(20% - 15px); /* 一行4个，减去gap的影响 */
    max-width: calc(20% - 15px);
    box-sizing: border-box;
    margin-bottom: 20px;
}
.zljs_img_box{
  display: flex;
  flex-wrap: wrap;
  gap: 30px; /* 图片之间的间距 */
}
.zljs_img_box .zscq_img_item {
    flex: 1 1 calc(25% - 15px); /* 一行4个，减去gap的影响 */
    max-width: calc(25% - 15px);
    box-sizing: border-box;
    margin-bottom: 20px;
}
.zscq_img_item figure {
    margin: 0;
    width: 100%;
}
.zscq_img_item a { 
  border: 1px solid #f0f0f0;
  padding: 10px;
  display: block;
}
.zscq_img_item a:hover{ transform:scale(1.05); background-color: #f3f6f9; position:relative; z-index:3;}
.zscq_img_item a:hover img/{ transform:scale(1.25);}

.zscq_img_item a .img {
    aspect-ratio: 600/859;
}

.zscq_img_item .img img,.gshj_img_item .img img {
  object-fit: contain;
  max-width: 100%;
	max-height: 100%;
  display: inline-block;
}

.zscq_img_item p,.gshj_img_item p {
    margin-top: 10px;
    text-align: center;
    word-break: break-word;
}
.zljs_img_box .zscq_img_item p {
    margin-top: 10px;
    text-align: left;
    word-break: break-word;
}

/*公司环境*/
.gshj_img_box{
  gap: 20px;
}
.gshj_img_item {
    flex: 1 1 calc(33.333333% - 15px); /* 一行3个，减去gap的影响 */
    max-width: calc(33.333333% - 15px);
    box-sizing: border-box;
    margin-bottom: 20px;
}
.gshj_img_item .img {
    aspect-ratio: 1024/768;
}


/*公司高层*/
.title_box h2.title{
  position: relative;
}
.title_box h2.title::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 30px; /* 距离文字底部的距离 */
  width: 60px;   /* 横线长度 */
  height: 4px;   /* 横线高度 */
  background-color: #FFC107; /* 黄色 */
  transform: translateX(-50%); /* 居中对齐 */

}
.tab-container {
  display: flex;
  margin-bottom: 20px;
}

.tab-item {
  flex: 1;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  position: relative;
  transition: background-color 0.3s;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}


.tab-item.active {
  background-color: #076ce0;
  color: white;
}

.tab-item.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #007bff;
}


.about_team{
  padding: 0px 0;
}
.container_box{
  width: 84vw;
  margin: 0 auto;
}
.team_warp .box_link{
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(180deg, #F6F8FD 0%, rgba(246, 248, 253, 0.50) 100%);
  padding: 20px 28px;
}
.team_warp .box_link .link_img{
  margin-right: 15px;
}
.team_warp .box_link .link_img img{
  width: 80px;
  height: 106px;
  object-fit: contain;
}
.team_warp .box_link .link_text{
  flex: 1;
}
.team_warp .box_link .link_text h2{
  color: #000;
  font-family: "Source Han Sans CN";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.team_warp .box_link .link_text p{
  color: #000;
  font-family: "Source Han Sans CN";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 3px;
}

.lmComTit{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lmComTit.lmComTitTc{
  justify-content: center;
  text-align: center;
}
.lmComTit.lmComTitWhite .tit_left h2{
  color: #fff;
}
.lmComTit.lmComTitWhite .tit_left i{
  background: #fff;
}
.lmComTit .tit_left h2{
  color: #323232;
  font-family: "PingFang SC";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}
.lmComTit .tit_left i{
  background: #F9BD00;
  width: 28px;
  height: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: inline-block;
}
.lmComTit .tit_right{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.lmComTit .tit_right li {
  margin: 0 7px;
}
.lmComTit .tit_right li a {
  color: #666;
  font-family: "Source Han Sans CN";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 30px;
  border: 1px solid #D6D6D6;
  display: inline-block;
  padding: 10px 32px;
}
.lmComTit .tit_right li.active a {
  background: #19397E;
  color: #FFF;
  border-color: #19397E;
}
.mt50{
  margin-top: 20px;
}


#n-kh {
  margin: 0.02rem -0.2rem 0;
  padding: 0.25rem 0.2rem;
  border-radius: 0.375rem;
box-sizing: content-box;
}
.img-db {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.img-db-hover:hover .img-db img,
.img-db:hover img,
.img-db-hover:hover .img-db video,
.img-db:hover video,
li:hover .img-db img,
li:hover .img-db video{
	transform: scale(1.1);
}

.img-db::after{
	display: block;
	content: '';
}

.img-db img,.img-db video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    max-width: 100%;
    max-height: 100%;
	object-fit: cover;
    transition: all .5s;
}

.team_box .team_list_li {
  padding: 46px;
  background: #fff;
  border-radius: 8px;
  transition: all .5s;
  box-shadow: 0px 0px 14px rgba(162, 162, 162, 0.26);
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}

.team_box .team_list_li:hover {
  box-shadow: 0px 0px 37px rgba(162, 162, 162, 0.26);
}


.team_box .team_list_li .khxx {
  display: flex;
  align-items: center;
  gap: 13px;
  flex-direction: column;
  justify-content: center; /* 垂直居中 */
  width: 120px;
}

.team_box .team_list_li .khxx .img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  flex-shrink: 0;
}

.team_box .team_list_li .khxx .img-db:after {
content: '';
display: block;
  padding-top: 30.9%;
}

.team_box .team_list_li .khxx h5 {
  color: #212121;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  width: 120px;
}

.team_box .team_list_li .khxx p {
  color: #161616;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.team_box .team_list_li .pcon {
  color: #777777;
  font-size: 16px;
  line-height: 30px;
  margin-top: 35px;
}

/**下载页面**/
.download_box{
    padding-top: 22px;
    padding-bottom:105px;
}
.download_box li{
    border-bottom: #e4e4e4 1px solid;
    padding: 14px 0;
}
.download_box li:nth-child(odd) {
    background: #f8f8f8;
}
.download_box li a,.download_box .downtitle{
    display: flex;
    font-size: 18px;
    line-height: 38px;
    font-family: PingFangBold;
    justify-content: space-between;
    align-items: center;
    transition: all .25s;
}

.download_box .downtitle{
  font-size: 18px;
    color: #326eb3;
    border-bottom: 1px solid #326EB3;
    margin-bottom: 15px;
}
.download_box .downtitle div{
  position: relative;
  color: #326eb3;
  padding: 14px 6px;
}
.download_box .downtitle div::before {
    content: "";
    width: 3px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #326eb3;
    border-radius: 3px;
}
.download_box li a:hover{
    color: #1b44c7;
}
.download_box li .pdf{
    margin-top: 12px;
    margin-left: 5px;
}
.download_box li .newsTitle {
    flex: 1;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 说明区域：与标题同宽，自动换行 */
.download_box li .explain {
    flex: 1;
    margin-right: 10px;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* 允许换行 */
    word-wrap: break-word;
}

.download_box li .time {
    flex: 0 0 auto; /* 不伸缩，仅占实际内容宽度 */
    text-align: right; /* 内容右对齐 */
    margin-right: 10px;
    font-size: 14px;
    color: #666;
}
.download_box li .time{
    font-size: 16px;
    color: #666;
}
.download_box li .newsTitle div{
    float: left;
    max-width: 1000px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.25s;
}

.download_box li .file_ico i {
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #0067da;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    margin:0 15px;
}

.download_box li .file_ico i:hover {
    color: #fff;
    background: #0067da;
}
/****内容页***/
.container_content{
    font-size: 16px;
    line-height: 30px;
}
.container_content h5{
    line-height: 30px;
}
.container_content p{
    margin-bottom: 10px;
}
/**股票信息公司简介**/
.gp_info-list {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    list-style: none;
    padding: 0;
}

.gp_info-item {
    display: flex;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.gp_label,
.gp_value {
    padding: 14px 16px;
    font-size: 16px;
    word-break: break-all;
}

.gp_label {
    color: #333;
    font-weight: 500;
    width: 205px;
    
    background-color: #ecf4ff;
}

.gp_value {
    background-color: #f6f9ff;
    flex: 1;
    text-align: right;
    color: #333;
    border:1px solid #ECF4FF;
}
/**投资热线**/
.hotline{
    /*background: url(../images/hotline_bg.png) no-repeat;*/
    background-size: 100% 100%;
    box-sizing: border-box;
    height: auto;
    padding-bottom: 80px;
    position: relative;
    width: 100%;
}
.hotline .container_box{
  padding-top: 40px;
}
.hotline_box{
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    background: #fff;
    border: 1px solid #fff;
    border-radius: 24px;
    box-sizing: border-box;
    height: auto;
    margin-top: 40px;
    padding: 40px;
    position: relative;
    width: 55vw;
}
.contact-item:first-child {
  margin-top: 0;
}
.contact-item {
    margin-top: 52px;
}


.contact-item__top { 
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.contact-item__top i{
    font-size: 34px;
    color: #e72e15;
}
.contact-item__title{
    color: #1f1f1f;
    text-align: justify;
    font-size: 24px;
    font-weight: 600;
    margin-left: 24px
}

 .contact-item__desc{
    padding-left: 58px;
    margin-top: 12px;
    line-height: normal;
    white-space: pre-line;
    font-size: 18px;
}
/***人才招聘***/
.xzitem{
  margin-bottom: 20px;
}
.xztitle {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 0px;
}
.job_box .e_container-3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 90%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(14,53,114,1);
  min-height: 60px;
  height: auto;
  display-radio: flex;
  background_radio: 2
}

.job_box .e_container-3>.p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%
}

.job_box .e_text-4 {
  line-height: normal;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  font-weight: normal;
  text-align: center
}

.job_box .e_container-3 .cbox-3-0 {
  align-self: center
}

.job_box .e_text-5 {
  line-height: normal;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  font-weight: normal;
  text-align: center
}

.job_box .e_container-3 .cbox-3-1 {
  align-self: center
}

.job_box .e_text-6 {
  line-height: normal;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  font-weight: normal;
  text-align: center
}

.job_box .e_text-8 {
  line-height: normal;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  font-weight: normal;
  text-align: center
}

.job_box .e_text-9 {
  line-height: normal;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  font-weight: normal;
  text-align: center
}

.job_box .e_container-3 .cbox-3-2 {
  align-self: center
}

.job_box .e_container-3 .cbox-3-3 {
  align-self: center
}

.job_box .e_container-3 .cbox-3-4 {
  align-self: center
}

.job_box .e_container-3 .cbox-3-5 {
  align-self: center
}
.job_box .e_text-32 {
  line-height: normal;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  font-weight: normal;
  text-align: center
}

.job_box .p_list {
  position: relative;
  max-width: 100%;
}


.job-list {
  width: 100%;
  font-family: Arial, sans-serif;
}

.job-header-row {
  display: flex;
  background-color: #0e3572;
  color: white;
  font-weight: bold;
  font-size: 14px;
}

.job-header-cell {
  flex: 1;
  padding: 12px 10px;
  text-align: center;
}
.job-header-cell:last-child {
  width: 5%;
  flex: 0 0 5%;
}
.job-header-cell:first-child {
  flex: 2;
  text-align: left;
}

.job-body {
  border-top: none;
}



.job-data-row {
  display: flex;
  align-items: center;
  padding: 12px 0;
  /*background-color: #f9f9f9;*/
  border-bottom: 1px solid #eee;
  cursor: pointer;
}


.job-row-wrapper:nth-of-type(even) .job-data-row {
  background-color: #F6F6F6; /* 偶数行背景色 */
}

.job-row-wrapper {
  display: block;
  width: 100%;
}


.job-data-row:hover {
  background-color: #f1f1f1;
}

.job-data-cell {
  flex: 1;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.job-data-cell:first-child {
  flex: 2;
  text-align: left;
}


.job-arrow {
  width: 5%;
  text-align: center;
  color: #999;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.3s ease;
}
/*.job-arrow i::before {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.job-data-row.on .job-arrow {
  color: #E60012;
}
.job-data-row.on .job-arrow i::before,.job-data-row.on .job-arrow i {
  transform: rotate(90deg);
  color: #E60012;
    transition: transform 0.3s ease;
}*/
.job-data-row.on .job-arrow {
  color: #E60012;
}
.job-data-row .job-arrow i::before {
  display: inline-block; /* 关键 */
  transition: transform 0.3s ease;
}

.job-data-row.on .job-arrow i::before {
  transform: rotate(90deg);
  color: #E60012;
}

/* 详情内容 */
.job-details {
  margin: 0;
  padding: 30px;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  display: none;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.job-details h4 {
  margin-top: 0;
  color: #333;
}


/* 问答组件基础样式 */
.ask-layout {
  display: flex;
  width: 100%;
  min-height: 600px;
}

/* 左侧菜单 */
.ask-sidebar {
  width: 280px;
  background-color: #fff;
  border-right: 1px solid #eee;
  padding: 20px 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  background: url(../images/nav-bg.png) no-repeat;
  position: relative;
}
.ask-column-title {
  color: #d81f2a;
  font-size: 20px;
  font-weight: 500;
  padding-left:24px;
  height: 28px;
  overflow: hidden;
}
.ask-nav-box {
  margin-left: 8px;
  width: 264px;
  background-color: #ffffff;
  border-radius: 4px;
}
.ask-menu-list {
  background-color: #fff;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.ask-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ask-menu li {
  padding-left: 32px;
  position: relative;
}
.ask-menu li.ask-active {
  color: #d81f2a !important;
  background-color: #fae5e7;
}
.ask-menu li.ask-active a{
  color: #d81f2a;
  font-weight: 550;
}
.ask-menu li.ask-active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background-color: #d81f2a; /* 红色 */
  border-radius: 4px;
}

.ask-menu li a {
  display: block;
  padding: 8px 0;
  color: #666;
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
}



/* 右侧内容区 */
.ask-content-area {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  }

.ask-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.ask-question {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  padding: 10px 0;
  transition: background-color 0.3s ease;
}
.ask-question i {
  margin: 0 10px;
  color: #2f54eb;
  font-size: 24px;
}

.ask-question:hover {
  background-color: #f8f9fa;
}


.ask-text {
  flex: 1;
}

.ask-answer {
  display: none;
  padding: 10px 0;
  margin-top: 10px;
  border-left: 3px solid #007bff;
  padding-left: 15px;
  background-color: #f8f9fa;
  border-radius: 4px;
}

.ask-answer.show {
  display: block;
}

.ask-content p {
  margin: 0;
  line-height: 1.6;
}

/* 箭头图标样式 */
.ask-arrow::before {
  display: inline-block;
  margin-left: auto; /* 推到右侧 */
  transition: transform 0.3s ease;
  color: #ccc; /* 默认颜色 */
  font-size: 16px;
}

/* 旋转动画 - 当问题展开时 */
.ask-question.on .ask-arrow::before {
  transform: rotate(90deg);
  color: #2f54eb; /* 展开时的颜色 */
}
/*联系我们*/
.lxwm_content .lxdh {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #080808;
  margin-bottom: 10px;
  font-size: 16px;
}
.lxwm_content .lxdh .work_tel_box {
  display: flex;
  flex-direction: column; 
  flex-wrap: wrap; /* 允许换行 */
}
.lxwm_content .lxdh .work_tel {
  font-family: 'MiSans Semibold';
  color: #e50a28;
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
}
.lxwm_content .lxdh .work_time { 
  font-size: 14px;
  color: #a0a0a0;
  font-weight: normal;
}
.lxwm_content .lxwm_left .item2-contact {
  margin-top: 55px;
  display: flex;
  gap: 25px;/*255px;*/
}
.lxwm_left .item2-contact .key-value{
  display: flex;
  flex:1;
  
}
.lxwm_left .label {
  flex: 0 0 auto;
  flex-shrink: 0;
  font-size: 28px;
  line-height: 37px;
  color: #1f1f1f99;
  min-width: 150px;
}
.lxwm_left .item2-contact .key-value .value {
  padding-left: 76px;
}
.lxwm_left .item2-contact .key-value .value .text {
  font-size: 28px;
  line-height: 37px;
  margin-bottom: 8px;
  font-weight: bold;
}
.lxwm_left .item2-contact .key-value .value .text:last-child {
  margin-bottom: 0;
}

.lxwm_left .item1-contact {
  margin-top: 75px;
  display: flex;
}
.lxwm_left .item1-contact .value {
  padding-left: 76px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.lxwm_left .item1-contact .value .text {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 0px;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
    .pos_menu{ width:92vw;border-bottom: 1px solid #f0f0f0;}
    .container_box{width: 92vw; margin: 0 auto;}
    .hom-banner-box{width: 92vw;}
	.summarize .mycontainer {width: 92vw;}
    
}


@media only screen and (min-width:1560px){
  .pos_menu{ width:92vw;border-bottom: 1px solid #f0f0f0;}
  
  }

 @media screen and (max-width:1024px){ 
    .main h2.title, .newsBox h2.title{
      font-size: 32px;
      line-height: 42px;
    }
    .news-container {
      justify-content:inherit;
    }
    .news-item{ width: 100%;}
    
  }
  @media screen and (max-width:768px){ 
    .news-container {
      flex-direction: column;
      align-items: center;
      width: 100%;
    }
    .news-item{ width: 100%;}
    .news-item img{
      height: 200px;
    }
    .pc-view{
      display: none;
    }
    .mobile-view{
      display: block;
    }
    .prod-public-main .prod-ccp-su .prod-list{
      width: 100%;
    }
    .prod-public-main .prod-content{
      justify-content: flex-end;
    }

        .prod-public-main .prod-content .prod-left {
        position: fixed;
        top: 66px !important;
        width: 25vw;
        height: calc(100vh - 66px);
        background-color: #f5f5f5;
        z-index: 1;
    }
        .prod-public-main .prod-ccp-su .prod-list .prod-menu{
          padding:0;
          background-color: inherit;
        }
        .prod-public-main .prod-ccp-su .prod-list .prod-menu .prod-menu-ul-li{
          padding: 4.4vw 11%;
          background-color: transparent;
          position: relative;
        }
        .prod-public-main .prod-ccp-su .prod-list .prod-menu .prod-menu-ul-li.active{
          background-color: #fff;
          border-radius: 8px;
        }
        .prod-public-main .prod-ccp-su .prod-list .prod-menu .prod-menu-ul-li a.pc-view{
          display: none;
        }
        .prod-public-main .prod-ccp-su .prod-list .prod-menu .prod-menu-ul-li a{
          max-width: inherit;
          font-size: 14px;
          padding: 0;

        }
        .prod-public-main .prod-ccp-su .prod-list .prod-menu .prod-menu-ul-li a.mobile-view{
          display: block;
        }
        .prod-public-main .prod-ccp-su .prod-list .prod-menu .prod-menu-ul-li a i{
          height: 3.5vw;
          opacity: 0; 
          position: absolute;
          top: 50%; 
          left: 0; 
          transform: translateY(-50%); 
          z-index: 1; 
          display: block; 
          width: 0.5vw; 
          background-color: #00cc88; 
          border-radius: 5px; 
          border-top-left-radius: 0; 
          border-bottom-left-radius: 0;
        }
        .prod-public-main .prod-ccp-su .prod-list .prod-menu .prod-menu-ul-li.active a i{
          opacity: 1;

        }
        .prod-public-main .prod-ccp-su .prod-list .prod-list-row .prod-right {
          padding-right: 2vw;
          width: calc(100% - 27vw);
        }
        .prod_category_box{
          width: 99vw;
        }
        .prod_category_box .child_header .child_box_list{
          flex-direction: row;        /* 水平排列 */
        flex-wrap: nowrap;          /* 不换行，允许水平滚动 */
        overflow-x: auto;          /* 允许水平滚动 */
        overflow-y: hidden;        /* 隐藏垂直滚动 */
        -webkit-overflow-scrolling: touch; /* iOS设备上的平滑滚动 */
        }
         /* 如果子元素需要固定宽度，可以添加以下样式 */
    .prod_category_box .child_header .child_box_list > * {
        flex-shrink: 0;            /* 防止子元素缩小 */
        /* 可以根据需要设置具体宽度 */
        /* width: 120px; */
    }
        .prod-public-main .prod-ccp-su .prod-list .prod-list-row .prod-right .ccp-prd-con a{
          width:100%;
          border-radius: 0.22rem;


        }
        .prod-public-main .ccp-prd-r-box{
          padding: 0 0px !important;
        }
        .prod-public-main .prod-ccp-su .prod-list .prod-list-row .prod-right .ccp-prd-con{
          margin-right: 0;
        }
        .prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col2 .ccp-prd-con .ccp-prd-r-box{
          background: #fff;
    border-radius: 12px;
        }
        .prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col2 .ccp-prd-con .ccp-prd-r-box .inner{
          display: flex;
          align-items: initial;
          flex-direction: row;
          background-color: transparent;
          border-radius: 0;
          padding: 2vw;
          
        }
        .prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col2 .ccp-prd-con .ccp-prd-r-box .prd-img{
          width: 23vw;
        height: 23vw;
        border-radius: 0.16rem;
        }
        .prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col2 .ccp-prd-con .ccp-prd-r-box .prd-box-p{
          width: calc(100% - 23vw);
          padding-left: 2vw;
          padding-top:1vw;
          display: flex;
        flex-direction: column;
        justify-content: space-between;
          
        }
        .prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col2 .ccp-prd-con .ccp-prd-r-box .prd-box-p p{
          text-align: left;
        }
        .prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col2 .ccp-prd-con .ccp-prd-r-box .prd-box-p p:nth-of-type(1){
          font-size: 14px;
          margin: 0;
        }
        .prod-public-main .prod-ccp-su .prod-list .prod-list-row .ccp-col2 .ccp-prd-con .ccp-prd-r-box .prd-box-p p:nth-of-type(2){
          padding-bottom:0;
        }
        .flex-right:not(.flex-column){
          display: flex;
          justify-content: flex-end;
        }
        /*企业简介*/
        .summarize{
          padding-top: 15px;
          height: 110vw;
        }
        .summarize .summarize-cont{
          width: 100%;
          padding: 0 2vw;
        }
        .summarize .summarize-cont .summarize-title{
          font-size: 18px;
          line-height: 26px;
          margin-bottom: 11px;
          padding-bottom: 0;
        }
        .summarize .summarize-cont .summarize-tab-cont .cont-item-list .cont-item{
          font-size: 16px;
          flex: 0 0 100%;
          width: 100%;
          padding-right: 0;
          
        }
        .summarize .summarize-cont .summarize-tab-cont .cont-item-list .cont-item .desc p{
          font-size: 16px;
          line-height: 24px;
          margin-bottom: 8px;
        }
        .shengchan ul{
          grid-template-columns: repeat(2, 1fr);
          gap: 15px;
        }
        .shengchan ul li{
          width: 100%;
        }
        .shengchan ul li:first-child{
           grid-column-start: 1;
            grid-column-end: -1; /* 跨越到最后一列 */
            grid-row-start: 1;
            grid-row-end: auto; /* 自动高度 */
            width: auto; /* 覆盖之前的width: 100% */
        }
        .shengchan ul li:first-child a .bmname{
          padding: 16px 24px;
        }
        .shengchan ul li a .bmname{
          padding: 8px 10px;
        }
        .shengchan ul li a .bmname h5{
          font-size: 16px;
        }
        .shengchan ul li a .bmname p{
          font-size: 14px;
        }
        .ppwh-container{
          grid-template-columns: repeat(1, 1fr);
          gap: 10px;
        }

        .download_box li a {
        flex-wrap: wrap;  /* 允许换行 */
        align-items: flex-start; /* 顶部对齐 */
        font-size: 14px;
    }
    .container_box{
      width: 92vw;
    }
    
    .download_box li .newsTitle {
        width: 100%; /* 标题占整行 */
        margin-bottom: 10px;
    }
    .download_box li .newsTitle div{
      max-width:100%;
    }
    .download_box li .newsTitle span{
      display: none;
    }
    
    .download_box li .explain {
        width: 100%; /* 说明占整行 */
        margin-bottom: 10px;
    }
    
    .download_box li .time {
        width: 50%; /* 时间占50%宽度 */
        text-align: left; /* 左对齐 */
    }
    
    .download_box li .file_ico {
        width: 50%; /* 图标占50%宽度 */
        text-align: right; /* 右对齐 */
    }

    .hotline_box{
      width: 92vw;
      padding: 20px;
    }
    .contact-item{
      margin-top: 30px;
    }
    .contact-item__title{
      font-size: 20px;
      margin-left: 16px;
    }
    .contact-item__desc{
      font-size: 16px;
      padding-left: 48px;
    }
    .ask_main .container_box{
      width: 100%;
    }
    .ask-sidebar{
      width: 80px;
      background: none;
      padding: 0 0 20px 0;
    }
    .ask-column-title{
      display: none;
    }
    .ask-nav-box{
      width: 80px;
      margin-left: 0;
    }
    .ask-menu{
      background: #F4F5F7;
    }
    .ask-menu li{
      padding-left: 0;
      text-align: center;
      overflow: hidden;
    }
    .ask-content-area{
      padding: 10px;
      padding-top: 0;
    }
    .ask-menu li.ask-active::before{
      display: none;
    }
    .ask-menu-list{
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
      padding-top: 0;
    }
    .ask-menu li a {
      
    }
    .ask-menu li .myContent {
      display: inline-block;
      animation: kf-myMarquee-animation 5s linear infinite;
      white-space: nowrap;
    }
    .ask-item{
      margin-bottom: 0;
      padding-bottom: 0;
    }
    .team_box .team_list_li{
      padding:15px;
      gap:15px;
    }
    .team_box .team_list_li .pcon{
      margin-top:0px;
    }
    .hom-banner{ 
       background-attachment: inherit;
       height: inherit;
    }
    .hom-banner-box{
      width: 100%;
      margin: 0 auto;
      flex-direction: column;
      padding: 15% 15px;
      height: inherit;
    }
    .hom-banner .info{width: 100%; height: inherit;}
    .hom-banner-box .index-title{font-size: 27px; margin-bottom: 15px;}
    .hom-banner .data{width: 100%; margin-top: 30px;}
    .hom-banner-box .data ul {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .hom-banner-box .data .num{
    font-size: 30px;
    line-height: 30px;
  }
      .hom-banner-box .data p, .hom-banner-box .data i {
        font-size: 14px;
        line-height: 20px;
    }
    .hom-banner-box .data li {
    width: 48%;
    margin-bottom: 0;
    margin-top: 26px;
  }
  .hom-banner-box .data li:nth-child(-n+2) {
    margin-top: 0;
  }

  .lxwm_content .lxdh .work_tel{
    font-size: 32px;
  }
  .lxwm_content .lxwm_left .item2-contact{
    flex-direction: column;
  }
  .lxwm_left .label{
    font-size: 18px;
    min-width: 86px;
    padding: 0;
    text-align: left;
  }
  .lxwm_left .item2-contact .key-value .value .text{
    font-size: 18px;
  }
  .lxwm_left .item1-contact .value .text{
    font-size: 18px;
  }
        
  }

  @keyframes kf-myMarquee-animation{
    0% {
        transform: translateX(0);
    }
    30% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-33.3%);
    }
}

  @media only screen and (max-width: 1024px) {
    .pos_menu{
      height: auto;
      width: 100%;
    }
        .pos_menu h2 {
        overflow: hidden;
        float: none;
        padding: 0 12px;
      }
      .pos_menu ul {
        text-align: center;
        overflow: hidden;
        padding: 0 1px 1px;
        margin: 0;
        flex-wrap: wrap;
        display: flex;
        justify-content: flex-start;
        box-sizing: border-box;
        
    }
    .title_box h2.title::after{
      display: none;
    }
    .pos_menu ul::after{ display:none;}
    .pos_menu ul li{ width:32.35%; line-height:2.25; margin:0;}
    .pos_menu ul li a{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis; background:#fafafa; padding:0; margin:0 1px 2px; font-size: 14px;}
    .phone-nav {
      width: 100%;
      height: calc(100% - 62.4px);
      position: fixed;
      right: 0;
      top: 62.4px;
      background: #fff;
      z-index: 501;
      overflow: auto;
      border-top: 1px solid #f3f3f3;
      display: none;
    }
    .phone-nav ul {
      width: 100%;
      margin: 0 auto;
      position: relative;
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      transition: max-height 0.8s ease;
      -webkit-transition: max-height 0.8s ease;
      -moz-transition: max-height 0.8s ease;
      -ms-transition: max-height 0.8s ease;
      -o-transition: max-height 0.8s ease;
    }
    .phone-nav ul::-webkit-scrollbar {
      width: 4px;
    }
    .phone-nav ul::-webkit-scrollbar-track {
      background-color: #eaeaea;
    }
    .phone-nav ul::-webkit-scrollbar-thumb {
      background-color: #003592;
    }
    .phone-nav ul li {
      position: relative;
    }
    .phone-nav ul li:last-child .navs {
      border: none;
    }
    .phone-nav ul li.active .cat {
      color: #003592;
      font-weight: 700;
    }
    .phone-nav ul li.active .cat:before {
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
    }
    .phone-nav ul li > a {
      position: relative;
      display: block;
      font-size: 16px;
      color: #333;
      line-height: 50px;
      padding: 0 16px;
      border-bottom: 1px solid #f3f3f3;
    }
    .phone-nav ul li .cat:before,
    .phone-nav ul li .cat:after {
      content: "";
      display: inline-block;
      background: #003592;
      position: absolute;
      z-index: 10;
    }
    .phone-nav ul li .cat:before {
      width: 3px;
      height: 14px;
      right: 21px;
      top: 19px;
      transition: transform 0.3s ease;
      -webkit-transition: transform 0.3s ease;
      -moz-transition: transform 0.3s ease;
      -ms-transition: transform 0.3s ease;
      -o-transition: transform 0.3s ease;
    }
    .phone-nav ul li .cat:after {
      width: 14px;
      height: 3px;
      right: 15.7px;
      top: 24px;
    }
    .phone-nav ul li.on > a {
      font-weight: 700;
      color: #003592;
    }
    .phone-nav ul li .navs {
      width: 100%;
      display: none;
      padding: 10px 0;
      border-bottom: 1px solid #f3f3f3;
    }
    .phone-nav ul li .navs a {
      font-size: 14px;
      display: block;
      color: #666;
      padding-left: 0;
      line-height: 32px;
      padding: 0 16px;
    }
    .phone-nav ul li .navs a:last-child {
      margin-bottom: 0;
      border-bottom: none;
    }
    .phone-nav ul li .item.on .cate {
      color: #003592;
    }
    .phone-nav ul li .item.on .cate svg {
      transform: rotate(90deg);
      fill: #003592;
    }
    .phone-nav ul li .cate {
      font-size: 14px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      position: relative;
      line-height: 25px;
    }
    .phone-nav ul li svg {
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      z-index: 10;
      width: 7px;
      height: 13px;
      fill: #666;
    }
    .phone-nav ul li .item,
    .phone-nav ul li .child {
      width: 100%;
    }
    .phone-nav ul li .item a,
    .phone-nav ul li .child a {
      display: block;
      color: #666;
      padding-left: 0;
      line-height: 36px;
      padding: 0 16px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .phone-nav ul li .item a:last-child,
    .phone-nav ul li .child a:last-child {
      margin-bottom: 0;
      border-bottom: none;
    }
    .phone-nav ul li .child {
      padding-left: 16px;
    }
    .phone-nav ul li .child a {
      font-size: 14px;
    }
    .prod-nav{
      display: none;
    }
    
  }