/*关于沪江样式表*/
.about .banner {
  position: relative;
  width: 100%;
  height: 578px;
  background: url("/static/cn/images/about/banner.png") no-repeat center;
  background-size: cover;
}
.about .banner .en-bottom {
  width: 92%;
}
.about .banner .en-bottom .about-nav {
  width: 56%;
}
.about h3.title {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  color: #333333;
}
.about .produce .content .left,
.about .produce .content .right {
  width: 50%;
}
.about .produce .content .left {
  height: auto;
  padding-top: 100px;
  background: #fff;
}
.about .produce .content .left h3 {
  text-align: center;
}
.about .produce .content .left p.video-btn {
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  margin-bottom: 143px;
  cursor: pointer;
}
.about .produce .content .left p.video-btn img {
  width: 110%;
}
.about .produce .content .left .certificate {
  width: 100%;
}
.about .produce .content .left .certificate h3 {
  text-align: left;
}
.about .produce .content .left .certificate ul.certificate-list {
  min-height: 541px;
}
.about .produce .content .left .certificate ul.certificate-list li {
  width: 458px;
  padding-bottom: 22px;
  border-bottom: 1px solid #dad9d7;
  transition: all .3s;
}
.about .produce .content .left .certificate ul.certificate-list li p {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  transition: all .3s;
}
.about .produce .content .left .certificate ul.certificate-list li:not(:last-of-type) {
  margin-bottom: 22px;
}
.about .produce .content .left .certificate ul.certificate-list li:hover,
.about .produce .content .left .certificate ul.certificate-list li.active {
  border-bottom: 5px solid #66ba3d;
}
.about .produce .content .left .certificate ul.certificate-list li:hover p,
.about .produce .content .left .certificate ul.certificate-list li.active p {
  color: #66ba3d;
  font-weight: bold;
}
.about .produce .content .right {
  position: relative;
}
.about .produce .content .right .right-box {
  height: 1468px;
  padding-top: 162px;
  background: url("/static/cn/images/about/index/right-back.png");
}
.about .produce .content .right .list-box {
  width: 100%;
}
.about .produce .content .right .about-list {
  width: 52%;
}
.about .produce .content .right .about-list li {
  width: 45%;
  cursor: default;
}
.about .produce .content .right .about-list li h6.en {
  font-size: 12px;
  font-weight: bold;
  color: #66ba3d;
}
.about .produce .content .right .about-list li img {
  margin: 15px 0 10px;
}
.about .produce .content .right .about-list li p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.about .produce .content .right .about-list li.m-b-130 {
  margin-bottom: 130px;
}
.about .produce .content .right .certificate-content {
  position: absolute;
  bottom: -20px;
  left: 120px;
}
.about .produce .content .right .certificate-content ul li {
  display: none;
}
.about .produce .content .right .certificate-content ul li .img-box {
  padding: 15px;
  background: #f1efe6;
  border: 2px solid #66ba3d;
  box-shadow: 0 1px 7px 1px rgba(232, 222, 208, 0.6);
}
.about .produce .content .right .certificate-content ul li .img-box img {
  width: 100%;
}
.about .produce .content .right .certificate-content ul li:not(:first-of-type) .img-box {
  width: 301px;
}
.about .produce .content .right .certificate-content ul li:nth-of-type(3) .img-box,
.about .produce .content .right .certificate-content ul li:nth-of-type(4) .img-box,
.about .produce .content .right .certificate-content ul li:nth-of-type(6) .img-box {
  width: 496px;
}
.about .produce .content .right .certificate-content ul li.focus {
  display: block;
}
.about .produce .content .right .certificate-content ul li .swiper-button-next,
.about .produce .content .right .certificate-content ul li .swiper-button-prev {
  width: 58px;
  height: 58px;
  outline: none;
}
.about .produce .content .right .certificate-content ul li .swiper-button-prev {
  left: -85px;
  background: url('/static/cn/images/about/index/bullet.png') no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}
.about .produce .content .right .certificate-content ul li .swiper-button-next {
  right: -85px;
  background: url('/static/cn/images/about/index/bullet.png') no-repeat;
  background-size: cover;
}
.about .produce .content .right .certificate-content ul li .swiper-button-prev:hover {
  background: url('/static/cn/images/about/index/bullet-active.png') no-repeat;
  background-size: cover;
}
.about .produce .content .right .certificate-content ul li .swiper-button-next:hover {
  background: url('/static/cn/images/about/index/bullet-active.png') no-repeat;
  background-size: cover;
}
.about .produce .video-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
  width: 100%;
  height: 100%;
}
.about .produce .video-box .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.about .produce .video-box .video-container {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
.about .produce .video-box .video-container .close {
  position: absolute;
  top: 10%;
  right: 7%;
  cursor: pointer;
}
.about .produce .video-box .video-container .video,
.about .produce .video-box .video-container .w1200 {
  height: 100%;
}
.about .culture .culture-content {
  width: 100%;
}
.about .culture .culture-content .left,
.about .culture .culture-content .right {
  width: 50%;
}
.about .culture .culture-content .left .mission,
.about .culture .culture-content .right .mission,
.about .culture .culture-content .left .vision,
.about .culture .culture-content .right .vision {
  width: 323px;
  text-align: left;
}
.about .culture .culture-content .left .mission,
.about .culture .culture-content .right .mission {
  margin-bottom: 10%;
}
.about .culture .culture-content .left h3,
.about .culture .culture-content .right h3 {
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
}
.about .culture .culture-content .left p,
.about .culture .culture-content .right p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}
.about .culture .culture-content .left img.img-item,
.about .culture .culture-content .right img.img-item {
  width: 100%;
}
.about .culture .culture-content .left ul,
.about .culture .culture-content .right ul {
  padding-left: 17px;
}
.about .culture .culture-content .left ul li,
.about .culture .culture-content .right ul li {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  cursor: default;
  line-height: 40px;
  list-style: disc;
}
.about .culture .culture-content .team-box ul {
  width: 500px;
}
.about .culture .culture-content .team-box .more {
  display: block;
  width: 149px;
  height: 41px;
  background: url("/static/cn/images/about/culture/more-back.png") no-repeat;
  background-size: cover;
  margin-top: 50px;
}
.about .culture .culture-content .team-box img {
  margin-top: 80px;
}
.about .service .service-content {
  padding: 110px 0 30px;
}
.about .news .news-content {
  margin-top: 130px;
}
.about .news .news-content .list-time {
  font-size: 12px;
  font-weight: 300;
  color: rgba(153, 153, 153, 0.8);
}
.about .news .news-content h5.list-title {
  position: relative;
  z-index: 1;
  margin: 10px 0 15px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}
.about .news .news-content p.list-txt {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.about .news .news-content p.list-txt span {
  position: absolute;
  right: -1px;
  bottom: 0;
  z-index: 2;
  display: none;
  width: 18px;
  height: 20px;
  background: #fff;
}
.about .news .news-content .news-list .list-left {
  position: relative;
}
.about .news .news-content .news-list .list-left a {
  display: block;
}
.about .news .news-content .news-list .list-left a img {
  width: 798px;
  height: 420px;
  object-fit: cover;
}
.about .news .news-content .news-list .list-left .detail-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 86px;
  padding: 0 100px;
  background: url("/static/cn/images/about/news/detail-back.png") no-repeat;
  background-size: cover;
}
.about .news .news-content .news-list .list-left .detail-box h4 {
  width: 488px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about .news .news-content .news-list .list-left .detail-box p.detail-time {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.about .news .news-content .news-list .list-right {
  width: 331px;
}
.about .news .news-content .news-list .list-right .right-list {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.about .news .news-content .news-list .list-right .right-list a {
  display: block;
  width: 100%;
}
.about .news .news-content .news-list .list-right .right-list span {
  color: #666666;
  transition: all .3s;
}
.about .news .news-content .news-list .list-right .right-list:not(:last-of-type) {
  margin-bottom: 30px;
}
.about .news .news-content .news-list .list-right .right-list:hover span {
  color: #66ba3d;
  font-weight: bold;
}
.about .news .news-content .bottom {
  width: 100%;
  margin: 140px 0 60px;
}
.about .news .news-content .bottom > div {
  width: 46%;
}
.about .news .news-content .bottom a img {
  width: 267px;
  height: 167px;
  object-fit: cover;
}
.about .news .news-content .bottom a:hover span.more {
  color: #66ba3d;
  font-weight: bold;
}
.about .news .news-content .bottom .top-right {
  width: 260px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.about .news .news-content .bottom .top-right span.more {
  color: #666666;
  transition: all .3s;
}
.about .news .news-content .bottom .bottom-list {
  margin-top: 45px;
}
.about .news .news-content .bottom .bottom-list ul {
  width: 100%;
  height: 187px;
  overflow-y: scroll;
  padding-left: 17px;
  list-style: square url('/static/cn/images/about/news/lingxing.png');
}
.about .news .news-content .bottom .bottom-list ul::-webkit-scrollbar {
  width: 4px;
  background: #eeeeee;
}
.about .news .news-content .bottom .bottom-list ul::-webkit-scrollbar-thumb,
.about .news .news-content .bottom .bottom-list ul::-webkit-scrollbar-thumb:horizontal,
.about .news .news-content .bottom .bottom-list ul::-webkit-scrollbar-thumb:vertical {
  width: 4px;
  background: #66ba3d;
  border-radius: 2px;
}
.about .news .news-content .bottom .bottom-list ul li {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  cursor: default;
  line-height: 40px;
}
.about .news .news-content .bottom .bottom-list ul li a {
  display: block;
}
.about .news .news-content .bottom .bottom-list ul li a .bottom-list-title {
  width: 75%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 160%;
}
.about .news .news-content .bottom .bottom-list ul li a .list-time {
  margin-right: 30px;
}
.about .news .news-content .bottom .bottom-list ul li:not(:last-of-type) {
  margin-bottom: 22px;
}
.about .news .news-content .bottom .bottom-list ul li:hover a .bottom-list-title {
  color: #000;
}
.about .news-detail .detail-left {
  width: 765px;
  text-align: center;
}
.about .news-detail .detail-left h3,
.about .news-detail .detail-left p {
  text-align: left;
}
.about .news-detail .detail-left p.detail-txt {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.about .news-detail .detail-left img {
  width: 100%;
}
.about .news-detail .detail-left .bottom-tool {
  margin-top: 50px;
}
.about .news-detail .detail-left .bottom-tool span.tool-btn {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #66ba3d;
}
.about .news-detail .detail-left .tool-left img {
  width: 22px;
}
.about .news-detail .detail-right {
  width: 267px;
}
.about .news-detail .detail-right .bottom {
  margin: 0 0 30px;
}
.about .news-detail .detail-right .bottom .bottom-list {
  width: 100%;
}
.about .news-detail .detail-right .bottom .bottom-list ul {
  height: auto;
  overflow: hidden;
}
.about .news-detail .detail-right .bottom .bottom-list ul .bottom-list-title {
  width: 100%!important;
}
@media screen and (min-width: 1366px) and (max-width: 1650px) {
  .about .produce .content .right .about-list li.m-b-130 {
    margin-bottom: 60px;
  }
  .about .culture .culture-content .left h3,
  .about .culture .culture-content .right h3 {
    font-size: 36px;
    margin-bottom: 18px;
  }
  .about .culture .culture-content .left ul li,
  .about .culture .culture-content .right ul li {
    line-height: 32px;
  }
  .about .culture .culture-content .team-box .more {
    margin-top: 32px;
  }
  .about .culture .culture-content .team-box img {
    width: 70%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .about .banner .en-bottom {
    width: 95%;
  }
  .about .banner .en-bottom .about-nav {
    width: 58%;
  }
  .about .culture .content .left ul li,
  .about .culture .content .right ul li {
    line-height: 30px;
  }
  .about .culture .content .team-box .more {
    margin-top: 30px;
  }
  .about .culture .content .team-box img {
    width: 300px;
    margin-top: 50px;
  }
  .about .produce .content .right .about-list {
    width: 60%;
  }
  .about .produce .content .right .about-list li {
    width: 47%;
  }
  .about .culture .culture-content .team-box img {
    margin-top: 20px;
  }
  .about .culture .culture-content .team-box .more {
    margin-top: 20px;
  }
  .about .culture .culture-content .left ul li,
  .about .culture .culture-content .right ul li {
    font-size: 14px;
    line-height: 26px;
  }
}
