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

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

.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 .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;
}

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

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

.investors .main .main-inner .article .article-item.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;
}

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

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

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

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

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

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

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

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

.investors .main .main-inner .article .article-item.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;
}

.investors .main .main-inner .article .article-item.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;
  }
  .investors .main .main-inner .article .article-item.hotline .article-content {
    margin-top: 20px;
  }
  .investors .main .main-inner .article .article-item.hotline .article-content .hot-line {
    width: 100%;
  }
  .investors .main .main-inner .article .article-item.hotline .article-content .hot-line .item {
    height: 120px;
    width: 100%;
  }
  .investors .main .main-inner .article .article-item.hotline .article-content .hot-line .item:last-child {
    margin-top: 10px;
  }
  .investors .main .main-inner .article .article-item.hotline .article-content .hot-line .item:last-child p {
    line-height: 24px;
    font-size: 12px;
  }
  .investors .main .main-inner .article .article-item.hotline .article-content .problem-content {
    margin-top: 35px;
  }
  .investors .main .main-inner .article .article-item.hotline .article-content .problem-content .title {
    padding: 10px;
    font-size: 16px;
    color: #666666;
    background-color: #f5f5f5;
  }
  .investors .main .main-inner .article .article-item.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;
}

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

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

.knowledge .main .main-inner .article .article-item.patent .article-content .patent-switch span.on {
  background: #282828;
  color: #fff;
}

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

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

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

.knowledge .main .main-inner .article .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;
}

.knowledge .main .main-inner .article .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;
}

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

.knowledge .main .main-inner .article .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;
}

.knowledge .main .main-inner .article .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;
}

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

.knowledge .main .main-inner .article .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee-button-prev,
.knowledge .main .main-inner .article .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;
}

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

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

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

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

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

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

.knowledge .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;
}

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

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

.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 {
  position: absolute;
  width: 14px;
  height: 26px;
  top: 50%;
  margin-top: -13px;
  cursor: pointer;
}

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

.knowledge .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");
}

.knowledge .main .main-inner .article .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;
}

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

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

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

.knowledge .main .main-inner .article .marquee-img-alert .swiper-container .swiper-button-next:hover,
.knowledge .main .main-inner .article .marquee-img-alert .swiper-container .swiper-button-prev:hover {
  opacity: 0.8;
}

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

.knowledge .main .main-inner .article .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;
  }
  .knowledge .main .main-inner .article .article-item.patent .article-content .patent-switch {
    width: calc(100% - 20px);
  }
  .knowledge .main .main-inner .article .article-item.patent .article-content .patent-switch span {
    line-height: 40px;
  }
  .knowledge .main .main-inner .article .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee {
    width: calc(100% - 20px);
  }
  .knowledge .main .main-inner .article .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee .item {
    width: 220px;
    height: 310px;
  }
  .knowledge .main .main-inner .article .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee .item .pic {
    padding: 10px;
    height: 180px;
    border: 1px solid #f2f2f2;
  }
  .knowledge .main .main-inner .article .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee .item .pic img {
    height: 100%;
  }
  .knowledge .main .main-inner .article .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee .item .txt {
    width: 220px;
    padding: 10px 10px 30px;
    height: 130px;
  }
  .knowledge .main .main-inner .article .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee .item .txt p {
    line-height: 20px;
  }
  .knowledge .main .main-inner .article .article-item.patent .article-content .patent-marquee-container .marquee-container .marquee-button-prev,
  .knowledge .main .main-inner .article .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;
}

@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 {
  background-color: #f5f5f5;
  padding: 30px 0;
}

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

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

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

.about-company .main .con1 .swiperbox .swiper-btn {
  width: 100px;
  position: absolute;
  right: -35px;
  bottom: 0;
  z-index: 99;
}

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

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

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

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

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

.about-company .main .con1 .textbox {
  font-size: 14px;
  color: #666;
  padding: 40px 40px 0 20px;
  background-color: #fff;
}

.about-company .main .con1 .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;
}

.about-company .main .con1 .textbox p {
  line-height: 28px;
  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) {
  .about-company .main .con1 .swiperbox .swiper-btn {
    right: 15px;
    bottom: 0;
  }
  .about-company .main .con1 .textbox {
    font-size: 14px;
    padding: 20px 20px 0 0;
  }
  .about-company .main .con1 .textbox h2 {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 16px;
  }
  .about-company .main .con1 .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;
}

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

.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 .ccp-col2 .ccp-prd-con .ccp-prd-r-box {
  margin-bottom: 20px;
}

.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-ydyp-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-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%;
  }
}
