﻿/**首页**/
/**banner**/
.index-banner {
  position: relative;
  text-align: center;
}
.index-banner .swiper-slide {
  position: relative;
}
.index-banner .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 22px;
  background: url(https://www.sz-ua.com/statics/younai/images/icon8.png) repeat-x bottom;
}
.index-banner .cont-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 8%;
  font-weight: 100;
  color: #ffffff;
}
.index-banner .cont-box .title {
  transform: translate(4vw, 0);
  font-size: 34px;
  line-height: 1.2em;
  opacity: 0;
  transition: all 0.9s ease-in-out;
  transition-delay: 0.2s;
}
.index-banner .cont-box .long-title {
  transform: translate(4vw, 0);
  margin-top: 10px;
  font-size: 56px;
  line-height: 1.4em;
  opacity: 0;
  transition: all 0.9s ease-in-out;
  transition-delay: 0.4s;
}
.index-banner .swiper-slide-active .cont-box .title,
.index-banner .swiper-slide-active .cont-box .long-title {
  transform: translate(0, 0);
  opacity: 1;
}
.index-banner .points {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 2;
}
.swiper-points {
  position: relative;
}
.swiper-points .points {
  width: 100%;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.swiper-points .points span {
  margin: 0 4px;
  border-radius: 0;
  height: 3px;
  width: 62px;
  background: #fff;
  opacity: 0.28;
}
.swiper-points .points .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 1400px) {
  .index-banner .cont-box .title {
    font-size: 30px;
  }
  .index-banner .cont-box .long-title {
    font-size: 40px;
  }
  .swiper-points .points {
    bottom: 30px;
  }
  .swiper-points .points span {
    width: 52px;
  }
}
@media (max-width: 1200px) {
  .index-banner .cont-box {
    padding-bottom: 3%;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.1);
  }
  .index-banner .cont-box .title {
    font-size: 20px;
  }
  .index-banner .cont-box .long-title {
    font-size: 26px;
  }
  .swiper-points .points {
    bottom: 20px;
  }
  .swiper-points .points span {
    width: 42px;
  }
}
@media (max-width: 992px) {
  .index-banner .cont-box .title {
    font-size: 15px;
  }
  .index-banner .cont-box .long-title {
    font-size: 18px;
  }
  .swiper-points .points {
    bottom: 15px;
  }
  .swiper-points .points span {
    width: 32px;
  }
}
@media (max-width: 768px) {
  .swiper-points .points {
    bottom: 10px;
  }
  .swiper-points .points span {
    width: 32px;
  }
}
.list1 .ul {
  margin: -10px;
}
.list1 .ul::after {
  content: "";
  display: block;
  width: 33.33333333%;
}
.list1 .li {
  padding: 10px;
  text-align: center;
}
.list1 .li .box {
  display: block;
  padding: 10% 15px;
  background: #fafafa;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  transform: translate(0, 0);
  transition: all 0.3s;
}
.list1 .li .box:hover {
  transform: translate(0, -5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.list1 .li .box:hover .title {
  color: #22735e;
}
.list1 .li .img-box {
  width: 400px;
  max-width: 100%;
}
.list1 .li .img-box::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.list1 .li .cont {
  padding-bottom: 20px;
}
.list1 .li .title {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #222222;
}
.list1 .li .description {
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}
.list1.li-bg0 .li .box {
  background: #fff;
}
@media (max-width: 1400px) {
  .list1 .ul {
    margin: -7px;
  }
  .list1 .li {
    padding: 7px;
  }
  .list1 .li .cont {
    padding-bottom: 15px;
  }
  .list1 .li .title {
    margin-bottom: 2px;
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .list1 .ul {
    margin: -5px;
  }
  .list1 .li {
    padding: 5px;
  }
  .list1 .li .cont {
    padding-bottom: 10px;
  }
  .list1 .li .title {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .list1 .ul {
    margin: -5px;
  }
  .list1 .ul::after {
    display: none;
  }
  .list1 .li .box {
    padding: 15px 10px;
  }
}
.index-block-a {
  padding-bottom: 100px;
}
@media (max-width: 1400px) {
  .index-block-a {
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .index-block-a {
    padding-bottom: 45px;
  }
}
@media (max-width: 992px) {
  .index-block-a {
    padding-bottom: 35px;
  }
}
.image-text-a {
  position: relative;
}
.image-text-a .bg-img img {
  display: block;
}
.image-text-a .block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.image-text-a .wrap {
  height: 100%;
}
.image-text-a .flex-block {
  height: 100%;
}
.image-text-a .type-right-a {
  justify-content: flex-end;
}
.image-text-a .type-right-a .auto-title-a {
  margin-right: 7%;
  width: 475px;
  max-width: 100%;
}
.image-text-a .type-center-a .auto-title-a {
  width: 550px;
  max-width: 100%;
}
.image-text-a .type-left-a .auto-title-a {
  width: 560px;
  max-width: 100%;
}
.image-text-a .type-right-b {
  justify-content: flex-end;
}
.image-text-a .type-right-b .auto-title-a {
  width: 545px;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .image-text-a .type-right-a .auto-title-a {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .image-text-a .bg-img {
    position: relative;
    height: 300px;
    overflow: hidden;
  }
  .image-text-a .bg-img img {
    position: absolute;
    left: 50%;
    height: 300px;
    width: auto;
    max-width: 99999px;
    transform: translateX(-50%);
  }
  .image-text-a .type-right-a .auto-title-a {
    margin-right: 0;
  }
  .image-text-a .flex-block {
    justify-content: center;
  }
  .image-text-a .flex-block .auto-title-a {
    text-align: center;
  }
}
/**内页banner**/
.auto-banner {
  position: relative;
  overflow: hidden;
}
.auto-banner .img {
  display: block;
}
.auto-banner .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.auto-banner .cont .title {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.3em;
}
.auto-banner .cont .des {
  font-size: 16px;
  line-height: 1.4em;
  opacity: 0.25;
}
@media (max-width: 1400px) {
  .auto-banner .cont .title {
    font-size: 38px;
  }
}
@media (max-width: 1200px) {
  .auto-banner .cont .title {
    margin-bottom: 5px;
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .auto-banner .cont .title {
    font-size: 20px;
  }
  .auto-banner .cont .des {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .auto-banner {
    height: 150px;
  }
  .auto-banner .img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
    width: auto;
    max-width: 999999px;
  }
}
.list2 .li {
  color: #222222;
}
.list2 .li .img {
  width: 50%;
}
.list2 .li .img img {
  display: block;
  width: 100%;
}
.list2 .li .cont {
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
}
.list2 .li .h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4em;
}
.list2 .li .hr {
  display: block;
  margin: 24px 0 25px;
  width: 34px;
  border: 1px solid #e7e7e7;
}
.list2 .li .word {
  font-size: 16px;
  line-height: 36px;
  color: #555555;
}
.list2 .li:nth-child(odd) .img {
  order: 0;
}
.list2 .li:nth-child(odd) .cont {
  order: 1;
  padding-left: 4.28%;
}
.list2 .li:nth-child(even) .img {
  order: 1;
}
.list2 .li:nth-child(even) .cont {
  order: 0;
  padding-right: 4.28%;
}
@media (max-width: 1400px) {
  .list2 .li .cont {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .list2 .li .h3 {
    font-size: 26px;
  }
  .list2 .li .hr {
    margin: 20px 0;
  }
  .list2 .li .word {
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .list2 .li .h3 {
    font-size: 20px;
  }
  .list2 .li .hr {
    margin: 12px 0;
  }
  .list2 .li .word {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (max-width: 992px) {
  .list2 .li .img {
    width: 100%;
  }
  .list2 .li .cont {
    width: 100%;
    padding-bottom: 25px;
  }
  .list2 .li .h3 {
    font-size: 18px;
  }
  .list2 .li .hr {
    margin: 10px 0;
  }
  .list2 .li .word {
    font-size: 14px;
    line-height: 24px;
  }
  .list2 .li:nth-child(odd) .img {
    order: 0;
  }
  .list2 .li:nth-child(odd) .cont {
    order: 1;
    padding-left: 0;
  }
  .list2 .li:nth-child(even) .img {
    order: 0;
  }
  .list2 .li:nth-child(even) .cont {
    order: 1;
    padding-right: 0;
  }
}
/**关于我们**/
.about-block-a {
  padding-bottom: 85px;
}
@media (max-width: 1400px) {
  .about-block-a {
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .about-block-a {
    padding-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .about-block-a {
    padding-bottom: 10px;
  }
}
.list3 .ul {
  margin: -12px;
}
.list3 .li {
  padding: 12px;
  text-align: center;
}
.list3 .li .box {
  display: block;
  color: #222222;
}
.list3 .li .box:hover {
  color: #22735e;
}
.list3 .li .box:hover .img-box {
  border-color: #22735e;
}
.list3 .li .img-box {
  border: solid 1px #e7e7e7;
}
.list3 .li .img-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 121.2121%;
}
.list3 .li .title {
  padding: 18px 0 10px;
  font-size: 15px;
  line-height: 26px;
}
@media (max-width: 1400px) {
  .list3 .ul {
    margin: -10px;
  }
  .list3 .li {
    padding: 10px;
  }
  .list3 .li .title {
    padding: 10px 0 0;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  .list3 .ul {
    margin: -8px;
  }
  .list3 .li {
    padding: 8px;
  }
  .list3 .li .title {
    padding-top: 8px;
  }
}
@media (max-width: 992px) {
  .list3 .ul {
    margin: -7px;
  }
  .list3 .li {
    padding: 7px;
  }
  .list3 .li .title {
    padding-top: 10px;
    line-height: 22px;
  }
}
.honor-block-a {
  padding-bottom: 55px;
}
@media (max-width: 1400px) {
  .honor-block-a {
    padding-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .honor-block-a {
    padding-bottom: 35px;
  }
}
@media (max-width: 992px) {
  .honor-block-a {
    padding-bottom: 30px;
  }
}
.list4 .ul {
  margin: -16px;
}
.list4 .li {
  display: flex;
  padding: 16px;
}
.list4 .box {
  display: flex;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.list4 .box:hover {
  transform: translate(0, -3px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.list4 .box:hover .cont .title {
  color: #22735e;
}
.list4 .img-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 57.3033%;
}
.list4 .cont {
  padding: 30px 30px 35px;
}
.list4 .cont .title {
  margin-bottom: 28px;
  height: 68px;
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  color: #222222;
}
.list4 .cont .date {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.list4 .cont .date::before {
  content: "";
  display: flex;
  margin-right: 9px;
  height: 20px;
  width: 20px;
  background: url(../image/icon3.png) no-repeat center / contain;
}
.video-auto-a {
  position: relative;
}
.video-auto-a img {
  display: block;
  position: static;
  width: 100%;
  height: auto;
}
.video-auto-a .video-play {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.video-auto-a .video-play .icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 74px;
  height: 52px;
  background: transparent url(../image/icon4.png) no-repeat center / contain;
  transition: all 0.3s;
}
.video-auto-a .video-play .icon::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -11px;
  border-left: 20px solid #fff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  transition: all 0.3s;
}
.video-auto-a .video-play:hover .icon {
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(../image/icon4_1.png);
}
.video-auto-a .video-play:hover .icon::before {
  border-left-color: #ffffff;
}
@media (max-width: 992px) {
  .video-auto-a .video-play .icon {
    width: 56px;
    height: 36px;
  }
  .video-auto-a .video-play .icon::before {
    margin-left: -4px;
    margin-top: -6px;
    border-left: 12px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
}
/***新闻中心***/
.news-block-a {
  padding-top: 75px;
  background: #f4f4f4;
}
.news-block-a .video-auto-a {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .news-block-a {
    padding-top: 55px;
  }
  .news-block-a .video-auto-a {
    margin-bottom: 24px;
  }
  .news-block-a .list4 .ul {
    margin: -12px;
  }
  .news-block-a .list4 .li {
    padding: 12px;
  }
  .news-block-a .list4 .cont {
    padding: 25px;
  }
  .news-block-a .list4 .cont .title {
    margin-bottom: 20px;
    height: 60px;
    font-size: 20px;
    line-height: 30px;
  }
  .news-block-a .list4 .cont .date::before {
    margin-right: 6px;
  }
}
@media (max-width: 1200px) {
  .news-block-a {
    padding-top: 45px;
  }
  .news-block-a .video-auto-a {
    margin-bottom: 20px;
  }
  .news-block-a .list4 .ul {
    margin: -10px;
  }
  .news-block-a .list4 .li {
    padding: 10px;
  }
  .news-block-a .list4 .cont {
    padding: 20px;
  }
  .news-block-a .list4 .cont .title {
    margin-bottom: 10px;
    height: 56px;
    font-size: 18px;
    line-height: 28px;
  }
  .news-block-a .list4 .cont .date::before {
    margin-right: 5px;
  }
}
@media (max-width: 992px) {
  .news-block-a {
    padding-top: 35px;
  }
  .news-block-a .video-auto-a {
    margin-bottom: 14px;
  }
  .news-block-a .list4 .ul {
    margin: -7px;
  }
  .news-block-a .list4 .li {
    padding: 7px;
  }
  .news-block-a .list4 .cont {
    padding: 15px 15px;
  }
  .news-block-a .list4 .cont .title {
    margin-bottom: 5px;
    height: 44px;
    font-size: 14px;
    line-height: 22px;
  }
  .news-block-a .list4 .cont .date::before {
    height: 16px;
    width: 16px;
  }
}
/***详情***/
.info-block-a .flex-block {
  position: relative;
}
.info-block-a .flex-block::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 69.6%;
  height: 100%;
  width: 1px;
  background: #e7e7e7;
}
.info-block-a .share-box .btn {
  height: 30px;
  width: 30px;
}
.info-block-a .share-box .btn + .btn {
  margin-left: 7px;
}
.info-block-a .left-box {
  width: 66.5%;
  padding-top: 60px;
  padding-bottom: 18px;
}
.info-block-a .left-box .h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4em;
  color: #222222;
}
.info-block-a .left-box .other {
  padding-top: 10px;
  padding-bottom: 25px;
  font-size: 15px;
  line-height: 30px;
  color: #c8c8c8;
}
.info-block-a .left-box .other .looks {
  margin-left: 12px;
}
.info-block-a .left-box .content {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 40px 0;
  font-size: 15px;
  line-height: 28px;
  color: #555555;
}
.info-block-a .right-box {
  width: 28%;
  padding-top: 62px;
}
.info-page-box {
  padding: 20px 0;
}
.info-page-box .p {
  max-width: 48%;
  font-size: 15px;
  line-height: 30px;
  color: #555555;
}
.info-page-box .p a {
  color: #555555;
}
.info-page-box .p a:hover {
  color: #22735e;
}
.put-news-b .title {
  font-size: 22px;
  line-height: 30px;
  color: #333333;
}
.put-news-b .ul {
  padding-top: 25px;
}
.put-news-b .ul li + li {
  margin-top: 18px;
  border-top: 1px solid #f0f0f0;
  padding-top: 18px;
}
.put-news-b .ul .li-title {
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
}
.put-news-b .ul .li-title:hover {
  color: #22735e;
}
.put-news-b .ul .other {
  font-size: 14px;
  line-height: 24px;
  color: #c8c8c8;
}
.put-news-b .ul .other .looks {
  margin-left: 13px;
}
@media (max-width: 1400px) {
  .info-block-a .left-box {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .info-block-a .left-box .h2 {
    font-size: 24px;
  }
  .info-block-a .left-box .other {
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 14px;
  }
  .info-block-a .left-box .content {
    padding: 30px 0;
    line-height: 26px;
  }
  .info-block-a .right-box {
    width: 28%;
    padding-top: 45px;
  }
  .info-page-box {
    padding: 15px 0;
  }
  .put-news-b .title {
    font-size: 20px;
  }
  .put-news-b .ul {
    padding-top: 20px;
  }
  .put-news-b .ul li + li {
    margin-top: 15px;
    padding-top: 15px;
  }
  .put-news-b .ul .li-title {
    font-size: 15px;
    line-height: 30px;
  }
  .put-news-b .ul .other .looks {
    margin-left: 10px;
  }
}
@media (max-width: 1200px) {
  .info-page-box {
    padding: 12px 0;
  }
  .info-block-a .left-box {
    padding-top: 40px;
  }
  .info-block-a .left-box .h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .info-block-a .left-box .other {
    padding-bottom: 14px;
  }
  .info-block-a .left-box .other .looks {
    margin-left: 15px;
  }
  .info-block-a .left-box .content {
    padding: 25px 0;
    font-size: 14px;
    line-height: 26px;
  }
  .info-block-a .right-box {
    padding-top: 40px;
  }
  .put-news-b .title {
    font-size: 20px;
    line-height: 26px;
  }
  .put-news-b .ul {
    padding-top: 15px;
  }
  .put-news-b .ul li + li {
    margin-top: 15px;
    padding-top: 15px;
  }
  .put-news-b .ul .li-title {
    font-size: 15px;
    line-height: 26px;
  }
  .put-news-b .ul .other {
    font-size: 14px;
    line-height: 20px;
  }
  .put-news-b .ul .other .looks {
    margin-left: 15px;
  }
}
@media (max-width: 992px) {
  .info-page-box {
    padding: 10px 0;
  }
  .info-page-box .p {
    max-width: 100%;
    width: 100%;
    line-height: 26px;
  }
  .info-block-a .flex-block::before {
    display: none;
  }
  .info-block-a .left-box {
    padding-top: 35px;
    width: 100%;
  }
  .info-block-a .left-box .h2 {
    text-align: center;
    font-size: 18px;
  }
  .info-block-a .left-box .other {
    text-align: center;
  }
  .info-block-a .left-box .other .word {
    width: 100%;
  }
  .info-block-a .left-box .other .share-box {
    display: block;
    width: 100%;
  }
  .info-block-a .right {
    padding-top: 35px;
  }
  .put-news-b {
    display: none;
  }
}
/***单页***/
.info-block-b .wrap {
  max-width: 1200px;
}
.info-block-b .h2 {
  margin: 50px 0 45px;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.4em;
  color: #0e3c5e;
}
.info-block-b .cont-block {
  position: relative;
  padding-bottom: 255px;
}
.info-block-b .cont-block .bg-mark {
  display: block;
  position: absolute;
  top: 0;
  left: -5.47%;
  width: 110.94%;
  height: 100%;
}
.info-block-b .cont-block .bg-mark img {
  display: block;
  width: 100%;
  height: 100%;
}
.info-block-b .cont-block .cont-title {
  position: relative;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 24px;
  line-height: 1.2em;
  color: #fbfbfb;
  background-color: #06558f;
}
.info-block-b .cont-block .cont-title::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #fbfbfb;
}
.info-block-b .cont-block .cont-text {
  position: relative;
  height: 745px;
  padding: 65px 60px 0;
  overflow-y: auto;
  font-size: 14px;
  line-height: 24px;
  color: #0e3c5e;
}
.info-block-b .cont-block .cont-text img {
  height: auto !important;
}
@media (max-width: 1570px) {
  .info-block-b .h2 {
    margin: 10px 0 25px;
    font-size: 30px;
  }
  .info-block-b .cont-block {
    padding-bottom: 200px;
  }
  .info-block-b .cont-block .cont-title {
    padding: 12px 20px;
    font-size: 20px;
  }
  .info-block-b .cont-block .cont-title::before {
    margin-right: 7px;
    width: 8px;
    height: 8px;
  }
  .info-block-b .cont-block .cont-text {
    height: 720px;
    padding: 25px 30px 0;
  }
}
@media (max-width: 1200px) {
  .info-block-b .h2 {
    margin: 0 0 20px;
    font-size: 26px;
  }
  .info-block-b .cont-block {
    padding-bottom: 200px;
  }
  .info-block-b .cont-block .cont-title {
    font-size: 18px;
  }
  .info-block-b .cont-block .cont-text {
    padding: 25px 20px 0;
  }
}
@media (max-width: 992px) {
  .info-block-b .h2 {
    margin: 0 0 10px;
    font-size: 18px;
  }
  .info-block-b .cont-block {
    padding-bottom: 200px;
  }
  .info-block-b .cont-block .cont-title {
    padding: 10px 15px;
    font-size: 16px;
  }
  .info-block-b .cont-block .cont-text {
    height: auto;
    padding: 20px 15px 0;
  }
}
.list5 .ul {
  margin: -10px;
}
.list5 .li {
  padding: 10px;
}
.list5 .li .box {
  display: block;
  text-align: center;
  transform: translate(0, 0);
  transition: all 0.3s;
}
.list5 .li .box:hover {
  transform: translate(0, -3px);
}
.list5 .li .box:hover .title {
  color: #22735e;
}
.list5 .li .img-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 60.439%;
}
.list5 .li .title {
  padding: 18px 10px 8px;
  font-size: 17px;
  line-height: 24px;
  color: #222222;
}
@media (max-width: 1200px) {
  .list5 .ul {
    margin: -8px;
  }
  .list5 .li {
    padding: 8px;
  }
  .list5 .li .title {
    padding: 10px 10px 0;
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 992px) {
  .list5 .ul {
    margin: -7px;
  }
  .list5 .li {
    padding: 7px;
  }
  .list5 .li .title {
    padding: 8px 10px 5px;
    font-size: 14px;
  }
}
/***品牌中心***/
/**案例工程**/
.case-block-a {
  padding-top: 75px;
  padding-bottom: 55px;
  background: #f4f4f4;
}
@media (max-width: 1400px) {
  .case-block-a {
    padding-top: 55px;
    padding-bottom: 45px;
  }
}
@media (max-width: 1200px) {
  .case-block-a {
    padding-top: 45px;
    padding-bottom: 35px;
  }
}
@media (max-width: 992px) {
  .case-block-a {
    padding-top: 35px;
    padding-bottom: 25px;
  }
}
.info-block-b {
  padding-top: 70px;
  padding-bottom: 60px;
  background: #f4f4f4;
}
.info-block-b .block-box .pad {
  padding: 50px 50px 25px;
}
.info-block-b .h2 {
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.4em;
  color: #333333;
}
.info-block-b .cont {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 45px;
  padding-bottom: 70px;
  font-size: 15px;
  line-height: 28px;
  color: #555;
}
.info-block-b .cont img {
  height: auto!important;
}
.info-page-box-a {
  padding: 25px 0;
}
.info-page-box-a .p {
  width: 40%;
  font-size: 15px;
  line-height: 30px;
  color: #333333;
}
.info-page-box-a .p:last-child {
  text-align: right;
}
.info-page-box-a a {
  color: #333333;
}
.info-page-box-a a:hover {
  color: #22735e;
}
@media (max-width: 1400px) {
  .info-block-b {
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .info-block-b .block-box .pad {
    padding: 40px 40px 20px;
  }
  .info-block-b .h2 {
    margin-bottom: 15px;
    font-size: 28px;
  }
  .info-block-b .cont {
    padding-top: 40px;
    padding-bottom: 50px;
    line-height: 26px;
  }
  .info-page-box-a {
    padding: 15px 0;
  }
}
@media (max-width: 1200px) {
  .info-block-b {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .info-block-b .block-box .pad {
    padding: 35px 35px 20px;
  }
  .info-block-b .h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .info-block-b .cont {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
  }
  .info-page-box-a {
    padding: 12px 0;
  }
}
@media (max-width: 992px) {
  .info-block-b {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .info-block-b .block-box .pad {
    padding: 30px 25px 15px;
  }
  .info-block-b .h2 {
    font-size: 20px;
  }
  .info-block-b .cont {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .info-page-box-a {
    padding: 15px 0;
  }
  .info-page-box-a .p {
    max-width: 100%;
    width: 100%;
    line-height: 26px;
  }
  .info-page-box-a .p:last-child {
    text-align: left;
  }
  .info-page-box-a .return-list {
    order: -1;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .info-block-b {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .info-block-b .block-box .pad {
    padding: 25px 10px 10px;
  }
}
/**产品详情**/
.list6 .li .img {
  width: 50%;
}
.list6 .li .cont {
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
}
.list6 .li .cont .type {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 6px;
  color: #c2c2c2;
}
.list6 .li .cont .li-title {
  margin: 4px 0 30px;
  font-size: 32px;
  line-height: 1.3em;
  color: #333333;
}
.list6 .li .cont .li-cont {
  font-size: 15px;
  line-height: 2em;
  color: #555555;
}
.list6 .li + .li {
  margin-top: 38px;
}
.list6 .li:nth-child(even) .cont {
  order: -1;
  padding-right: 4.285%;
}
.list6 .li:nth-child(odd) .cont {
  order: 1;
  padding-left: 4.285%;
}
@media (max-width: 1400px) {
  .list6 .li .cont {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .list6 .li .cont .type {
    letter-spacing: 3px;
  }
  .list6 .li .cont .li-title {
    margin: 4px 0 20px;
    font-size: 26px;
  }
  .list6 .li .cont .li-cont {
    line-height: 1.8em;
  }
  .list6 .li + .li {
    margin-top: 30px;
  }
}
@media (max-width: 1200px) {
  .list6 .li .cont .type {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .list6 .li .cont .li-title {
    margin: 4px 0 10px;
    font-size: 20px;
  }
  .list6 .li .cont .li-cont {
    line-height: 26px;
  }
  .list6 .li + .li {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .list6 .li .img {
    width: 100%;
  }
  .list6 .li .cont {
    width: 100%;
    padding: 15px 0;
  }
  .list6 .li .cont .li-title {
    margin: 4px 0 8px;
    font-size: 18px;
  }
  .list6 .li .cont .li-cont {
    font-size: 14px;
    line-height: 24px;
  }
  .list6 .li + .li {
    margin-top: 10px;
  }
  .list6 .li:nth-child(even) .cont {
    order: 1;
    padding-right: 0;
  }
  .list6 .li:nth-child(odd) .cont {
    order: 1;
    padding-left: 0;
  }
}
.product-info-a .flex-block {
  padding-top: 50px;
  padding-bottom: 50px;
}
.product-info-a .big-img {
  width: 50%;
}
.product-info-a .big-img .imgh:hover img {
  transform: translateX(-50%) scale(1.08);
}
.product-info-a .big-img img {
  left: 50%;
  height: 100%;
  width: auto;
  max-width: 100%;
  transform: translateX(-50%) scale(1);
}
.product-info-a .big-img .img-box {
  display: block;
}
.product-info-a .big-img .img-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.product-info-a .big-img .Imgs {
  width: 540px;
  max-width: calc(100% - 120px);
}
.product-info-a .big-img .swiper-box {
  position: relative;
  height: 100%;
  width: 100px;
  padding: 45px 0;
}
.product-info-a .big-img .swiper-box .swiper-slide.on .img-box {
  border-color: #22735e;
}
.product-info-a .big-img .swiper-box .img-box {
  border: 1px solid #e4e4e4;
  cursor: pointer;
  transition: all 0.3s;
}
.product-info-a .big-img .swiper-container {
  height: 542px;
}
.product-info-a .big-img .swiper-btns .btn {
  display: block;
  position: absolute;
  left: 0;
  height: 45px;
  width: 100%;
  background: transparent no-repeat center;
  opacity: 0.4;
  transition: all 0.3s;
}
.product-info-a .big-img .swiper-btns .btn:hover {
  opacity: 1;
}
.product-info-a .big-img .swiper-btns .prev {
  top: 0;
  background-image: url(../image/icon_jt_2_2.png);
}
.product-info-a .big-img .swiper-btns .next {
  bottom: 0;
  background-image: url(../image/icon_jt_2_1.png);
}
.product-info-a .right-cont {
  padding-top: 15px;
  width: 40.8%;
}
.product-info-a .right-cont .type {
  font-size: 16px;
  line-height: 1.4em;
  color: #777777;
}
.product-info-a .right-cont .h2 {
  margin: 6px 0 14px;
  font-weight: 600;
  font-size: 46px;
  line-height: 1.2em;
  color: #333333;
}
.product-info-a .right-cont .des {
  margin-bottom: 35px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 25px;
  padding-bottom: 25px;
}
.product-info-a .right-cont .des .des-tit {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4em;
  color: #333333;
}
.product-info-a .right-cont .des .des-cont {
  font-size: 15px;
  line-height: 24px;
  color: #777777;
}
.product-info-a .right-cont .des .des-cont p {
  position: relative;
  padding-left: 15px;
}
.product-info-a .right-cont .des .des-cont p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 9.5px;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  background: #777777;
}
.product-info-a .right-cont .des .des-cont p + p {
  margin-top: 12px;
}
.product-info-a .right-cont .more {
  display: inline-block;
  position: relative;
  vertical-align: top;
  border: solid 1px transparent;
  width: 158px;
  max-width: 100%;
  overflow: hidden;
  padding: 0 15px;
  text-align: center;
  font-size: 15px;
  line-height: 46px;
  color: #fff;
  background: #22735e;
  cursor: pointer;
  transition: all 0.3s;
}
.product-info-a .right-cont .more::before,
.product-info-a .right-cont .more::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  background: #fff;
  transform: skewX(45deg);
  transition: all 0.5s ease-in-out;
}
.product-info-a .right-cont .more::before {
  left: -15%;
}
.product-info-a .right-cont .more::after {
  right: -15%;
}
.product-info-a .right-cont .more .word {
  display: block;
  position: relative;
  z-index: 1;
}
.product-info-a .right-cont .more:hover {
  color: #22735e;
}
.product-info-a .right-cont .more:hover::before,
.product-info-a .right-cont .more:hover::after {
  width: 75%;
}
.product-info-b {
  padding-bottom: 95px;
  background: linear-gradient(#f3f3f3, #ffffff);
}
.product-info-b .auto-title-b .auto-title-h1 {
  margin: 7px 0;
}
@media (max-width: 1400px) {
  .product-info-a .flex-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .product-info-a .big-img .swiper-box {
    width: 86px;
    padding: 35px 0;
  }
  .product-info-a .big-img .swiper-container {
    height: 480px;
  }
  .product-info-a .big-img .swiper-btns .btn {
    height: 35px;
  }
  .product-info-a .right-cont {
    padding-top: 15px;
  }
  .product-info-a .right-cont .type {
    font-size: 15px;
  }
  .product-info-a .right-cont .h2 {
    margin: 6px 0 14px;
    font-size: 36px;
  }
  .product-info-a .right-cont .des {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .product-info-a .right-cont .des .des-tit {
    margin-bottom: 5px;
  }
  .product-info-a .right-cont .des .des-cont p + p {
    margin-top: 8px;
  }
  .product-info-a .right-cont .more {
    width: 148px;
    font-size: 15px;
    line-height: 40px;
  }
  .product-info-b {
    padding-bottom: 60px;
  }
  .product-info-b .auto-title-b .auto-title-h1 {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .product-info-a .flex-block {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .product-info-a .big-img .swiper-box {
    width: 72px;
    padding: 30px 0;
  }
  .product-info-a .big-img .swiper-container {
    height: 400px;
  }
  .product-info-a .big-img .swiper-btns .btn {
    height: 30px;
  }
  .product-info-a .big-img .Imgs {
    max-width: calc(100% - 86px);
  }
  .product-info-a .right-cont {
    padding-top: 10px;
  }
  .product-info-a .right-cont .type {
    font-size: 14px;
  }
  .product-info-a .right-cont .h2 {
    margin: 6px 0 10px;
    font-size: 26px;
  }
  .product-info-a .right-cont .des {
    margin-bottom: 25px;
  }
  .product-info-a .right-cont .des .des-cont p + p {
    margin-top: 5px;
  }
  .product-info-a .right-cont .more {
    width: 140px;
    font-size: 14px;
    line-height: 38px;
  }
  .product-info-b {
    padding-bottom: 40px;
  }
  .product-info-b .auto-title-b .auto-title-h1 {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .product-info-a .flex-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .product-info-a .big-img {
    width: 100%;
  }
  .product-info-a .big-img .swiper-box {
    order: 1;
    width: 100%;
    height: auto;
    padding: 0 30px;
  }
  .product-info-a .big-img .swiper-container {
    height: auto;
  }
  .product-info-a .big-img .swiper-btns .btn {
    height: 100%;
    width: 25px;
    background-size: 10px auto;
  }
  .product-info-a .big-img .swiper-btns .prev {
    left: 0;
    background-image: url(../image/icon_jt_3_1.png);
  }
  .product-info-a .big-img .swiper-btns .next {
    left: auto;
    right: 0;
    background-image: url(../image/icon_jt_3_2.png);
  }
  .product-info-a .big-img .Imgs {
    margin-bottom: 20px;
    border: 1px solid #eee;
    width: 100%;
    max-width: 100%;
  }
  .product-info-a .right-cont {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
  .product-info-a .right-cont .type {
    font-size: 14px;
  }
  .product-info-a .right-cont .h2 {
    margin: 6px 0 10px;
    font-size: 20px;
  }
  .product-info-a .right-cont .des {
    margin-bottom: 20px;
  }
  .product-info-a .right-cont .des .des-cont p + p {
    margin-top: 5px;
  }
  .product-info-b {
    padding-bottom: 35px;
  }
}
.list7 .ul {
  margin: -11px;
}
.list7 .li {
  padding: 11px;
  text-align: center;
}
.list7 .li .box {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #222222;
}
.list7 .li .box:hover {
  color: #22735e;
}
.list7 .li .box:hover .img-box img {
  transform: translateX(-50%) scale(1.08);
}
.list7 .li .img-box {
  border: 1px solid #e3e3e3;
}
.list7 .li .img-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 65.1515%;
}
.list7 .li .img-box img {
  left: 50%;
  height: 100%;
  max-width: 100%;
  width: auto;
  transform: translateX(-50%) scale(1);
}
.list7 .li .title {
  padding: 15px 10px 0;
}
/**产品中心**/
.product-info-c {
  padding: 80px 0;
}
.product-info-c .video-auto-a {
  width: 50%;
}
.product-info-c .cont {
  width: 50%;
  padding-left: 4.285%;
  padding-top: 25px;
  padding-bottom: 25px;
}
.product-info-c .cont .h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  color: #222222;
}
.product-info-c .cont .hr {
  margin: 30px 0;
  border: 0 none;
  width: 34px;
  height: 2px;
  background-color: #e7e7e7;
}
.product-info-c .cont .des {
  font-size: 16px;
  line-height: 36px;
  color: #555555;
}
.product-info-d {
  padding: 75px 0;
  background: #f1f1f1;
}
.product-info-d .img {
  width: 50%;
}
.product-info-d .cont {
  position: relative;
  order: -1;
  width: 50%;
}
.product-info-d .cont .o-scroll {
  position: absolute;
  left: 0;
  top: 0;
  width: 88%;
  height: 100%;
  overflow-y: auto;
}
.product-info-d .cont .li {
  padding: 15px 0;
}
.product-info-d .cont .li .li-title {
  margin-bottom: 7px;
  font-size: 24px;
  line-height: 1.4em;
  color: #222222;
}
.product-info-d .cont .li .li-des {
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
.auto-list-a {
  padding-bottom: 100px;
}
@media (max-width: 1400px) {
  .list7 .ul {
    margin: -10px;
  }
  .list7 .li {
    padding: 10px;
  }
  .list7 .li .box {
    font-size: 14px;
    line-height: 20px;
  }
  .list7 .li .title {
    padding-top: 10px;
  }
  /**产品中心**/
  .product-info-c {
    padding: 60px 0;
  }
  .product-info-c .cont {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .product-info-c .cont .h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .product-info-c .cont .hr {
    margin: 20px 0;
  }
  .product-info-c .cont .des {
    line-height: 30px;
  }
  .product-info-d {
    padding: 60px 0;
  }
  .product-info-d .cont .li {
    padding: 10px 0;
  }
  .product-info-d .cont .li .li-title {
    margin-bottom: 5px;
    font-size: 22px;
  }
  .product-info-d .cont .li .li-des {
    font-size: 15px;
  }
  .auto-list-a {
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .list7 .ul {
    margin: -8px;
  }
  .list7 .li {
    padding: 8px;
  }
  .list7 .li .title {
    padding-top: 8px;
  }
  /**产品中心**/
  .product-info-c {
    padding: 45px 0;
  }
  .product-info-c .cont {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .product-info-c .cont .h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .product-info-c .cont .hr {
    margin: 12px 0;
  }
  .product-info-c .cont .des {
    font-size: 14px;
    line-height: 24px;
  }
  .product-info-d {
    padding: 45px 0;
  }
  .product-info-d .cont .li {
    padding: 6px 0;
  }
  .product-info-d .cont .li .li-title {
    margin-bottom: 3px;
    font-size: 18px;
  }
  .product-info-d .cont .li .li-des {
    font-size: 14px;
  }
  .auto-list-a {
    padding-bottom: 45px;
  }
}
@media (max-width: 992px) {
  /**产品中心**/
  .product-info-c {
    padding: 35px 0;
  }
  .product-info-c .video-auto-a {
    width: 100%;
  }
  .product-info-c .cont {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .product-info-c .cont .h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .product-info-c .cont .hr {
    margin: 10px 0;
  }
  .product-info-d {
    padding: 35px 0;
  }
  .product-info-d .img {
    width: 100%;
  }
  .product-info-d .cont {
    order: 1;
    width: 100%;
  }
  .product-info-d .cont .o-scroll {
    position: static;
    padding-top: 15px;
  }
  .product-info-d .cont .li {
    padding: 5px 0;
  }
  .product-info-d .cont .li .li-title {
    font-size: 16px;
  }
  .auto-list-a {
    padding-bottom: 35px;
  }
}
.list8 .ul {
  margin: -17px;
}
.list8 .li {
  padding: 17px;
  text-align: center;
}
.list8 .box {
  display: block;
  position: relative;
  color: #ffffff;
}
.list8 .box:hover .logos {
  opacity: 1;
}
.list8 .img-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 52.55%;
}
.list8 .logos {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.61);
  transition: all 0.3s;
}
.list8 .logos img {
  display: block;
  width: auto!important;
  height: auto!important;
  max-width: 50%;
  max-height: 50%;
  transform: scale(1);
}
.list8 .cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 30px;
  text-align: left;
}
.list8 .cont .title {
  margin-bottom: 5px;
  width: 100%;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}
.list8 .cont .des {
  width: 100%;
  font-size: 18px;
  line-height: 36px;
}
.list8 .li-type-a .img-box::before {
  padding-top: 25.714%;
}
.product-info-e {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (max-width: 1400px) {
  .list8 .ul {
    margin: -15px;
  }
  .list8 .li {
    padding: 15px;
  }
  .list8 .cont {
    padding: 15px 25px;
  }
  .list8 .cont .title {
    font-size: 22px;
    line-height: 30px;
  }
  .list8 .cont .des {
    font-size: 16px;
    line-height: 30px;
  }
  .product-info-e {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .list8 .ul {
    margin: -10px;
  }
  .list8 .li {
    padding: 10px;
  }
  .list8 .cont {
    padding: 12px 20px;
  }
  .list8 .cont .title {
    font-size: 20px;
    line-height: 24px;
  }
  .list8 .cont .des {
    font-size: 15px;
    line-height: 24px;
  }
  .product-info-e {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .list8 .ul {
    margin: -8px;
  }
  .list8 .li {
    padding: 8px;
  }
  .list8 .cont {
    padding: 10px 15px;
  }
  .list8 .cont .title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }
  .list8 .cont .des {
    font-size: 14px;
    line-height: 22px;
  }
  .product-info-e {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.list9 .li {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 54px;
}
.list9 .li .box:hover .other .time {
  opacity: 0;
}
.list9 .li .box:hover .other .more-box {
  opacity: 1;
}
.list9 .li .box:hover .title {
  color: #22735e;
}
.list9 .li .img-box {
  width: 305px;
}
.list9 .li .video-play .icon {
  width: 52px;
  height: 37px;
}
.list9 .li .video-play .icon::before {
  margin-left: -5px;
  margin-top: -9px;
  border-left-width: 14px;
  border-top-width: 9px;
  border-bottom-width: 9px;
}
.list9 .li .cont {
  width: calc(100% - 525px);
  padding-top: 35px;
  padding-left: 3.57%;
  padding-right: 4.28%;
}
.list9 .li .cont .title {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 22px;
  color: #333333;
}
.list9 .li .cont .des {
  font-size: 15px;
  line-height: 28px;
  color: #888888;
}
.list9 .li .other {
  position: relative;
  border-left: 1px solid #eaeaea;
  width: 220px;
  text-align: right;
}
.list9 .li .other .time {
  width: 100%;
  color: #e0e0e0;
  opacity: 1;
  transition: all 0.3s;
}
.list9 .li .other .time .year {
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 600;
  line-height: 0.9em;
}
.list9 .li .other .time .date {
  font-size: 62px;
  line-height: 0.9em;
}
.list9 .li .other .more-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.3s;
}
.list9 .li .more {
  display: block;
  position: relative;
  border: solid 1px transparent;
  width: 136px;
  max-width: 100%;
  overflow: hidden;
  padding: 0 15px;
  text-align: center;
  font-size: 15px;
  line-height: 42px;
  color: #fff;
  background: #22735e;
  cursor: pointer;
  transition: all 0.3s;
}
.list9 .li .more::before,
.list9 .li .more::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  background: #fff;
  transform: skewX(45deg);
  transition: all 0.5s ease-in-out;
}
.list9 .li .more::before {
  left: -15%;
}
.list9 .li .more::after {
  right: -15%;
}
.list9 .li .more .word {
  display: block;
  position: relative;
  z-index: 1;
}
.list9 .li .more:hover {
  color: #22735e;
}
.list9 .li .more:hover::before,
.list9 .li .more:hover::after {
  width: 75%;
}
.list9 .li + .li {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .list9 .li {
    padding-bottom: 45px;
  }
  .list9 .li + .li {
    margin-top: 45px;
  }
}
@media (max-width: 1200px) {
  .list9 .li {
    padding-bottom: 30px;
  }
  .list9 .li .img-box {
    width: 240px;
  }
  .list9 .li .cont {
    width: calc(100% - 330px);
    padding-top: 30px;
  }
  .list9 .li .cont .title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .list9 .li .cont .des {
    font-size: 14px;
    line-height: 24px;
  }
  .list9 .li .other {
    width: 190px;
  }
  .list9 .li .other .time .year {
    font-size: 20px;
  }
  .list9 .li .other .time .date {
    font-size: 42px;
  }
  .list9 .li .more {
    width: 120px;
    font-size: 14px;
    line-height: 38px;
  }
  .list9 .li + .li {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .list9 .li {
    padding-bottom: 20px;
  }
  .list9 .li .img-box {
    width: 200px;
  }
  .list9 .li .cont {
    width: calc(100% - 330px);
    padding-top: 20px;
  }
  .list9 .li .cont .title {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .list9 .li .cont .des {
    font-size: 14px;
    line-height: 22px;
  }
  .list9 .li .other {
    width: 180px;
  }
  .list9 .li .other .time .year {
    font-size: 18px;
  }
  .list9 .li .other .time .date {
    font-size: 32px;
  }
  .list9 .li .more {
    width: 100px;
    line-height: 36px;
  }
  .list9 .li + .li {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .list9 .li .img-box {
    width: 150px;
  }
  .list9 .li .cont {
    width: calc(100% - 150px);
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 0;
  }
  .list9 .li .cont .title {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .list9 .li .cont .des {
    font-size: 14px;
    line-height: 22px;
  }
  .list9 .li .other {
    display: none;
  }
}
/***安装说明***/
/***常见问题***/
.list10 .li {
  display: block;
}
.list10 .li + .li {
  margin-top: 20px;
}
.list10 .pad {
  border: 1px solid #e6e8eb;
  padding: 30px;
}
.list10 .pad-left {
  padding-left: 55px;
}
.list10 .title {
  display: block;
  position: relative;
  margin-top: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 35px;
  font-size: 16px;
  line-height: 22px;
  color: #222222;
}
.list10 .title .word {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../image/icon5.png) no-repeat center / contain;
  font-size: 18px;
  color: #fff;
}
.list10 .title .btn {
  display: block;
  position: absolute;
  top: 0;
  right: 12px;
  height: 34px;
  width: 20px;
}
.list10 .title.on .btn {
  transform: rotate(0);
}
.list10 .title:hover {
  color: #22735e;
}
.list10 .content {
  display: none;
  position: relative;
  margin-top: 23px;
  border-top: 1px solid #e4e4e4;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 22px;
  color: #999999;
}
.list10 .content .word {
  display: block;
  position: absolute;
  left: 0;
  margin-top: -6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 34px;
  color: #22735e;
}
.list10 .word {
  width: 32px;
  text-align: center;
  line-height: 34px;
}
@media (max-width: 1200px) {
  .list10 .pad {
    padding: 20px;
  }
  .list10 .pad-left {
    padding-left: 45px;
  }
  .list10 .title {
    margin-top: 0;
  }
  .list10 .content {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .list10 .pad {
    padding: 10px 15px;
  }
  .list10 .pad-left {
    padding-left: 40px;
  }
  .list10 .title {
    font-size: 15px;
  }
  .list10 .title .word {
    width: 26px;
    font-size: 16px;
  }
  .list10 .title .btn {
    right: 8px;
    width: 18px;
  }
}
/**下载专区**/
.list11 .li + .li {
  margin-top: 2.14%;
}
.list11 .li .pad {
  padding: 2.5% 3.57%;
  color: #333333;
  background-color: #f1f1f1;
  transition: all 0.3s ease;
}
.list11 .li .pad:hover {
  background-color: #cacaca;
}
.list11 .li .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4em;
}
.list11 .li .content {
  margin-top: 28px;
  border-top: 1px solid #e3e3e3;
  padding-top: 23px;
}
.list11 .li .next-title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4em;
}
.list11 .li .links {
  padding: 5px 0;
}
.list11 .li .links a {
  text-decoration: underline;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.list11 .li .links a:hover {
  color: #22735e;
}
.auto-list-d {
  padding-bottom: 90px;
}
.auto-list-d .third-menu {
  padding-top: 0;
}
@media (min-width: 1200px) {
  .auto-list-d .third-menu {
    padding-bottom: 28px;
  }
}
@media (max-width: 1400px) {
  .auto-list-d {
    padding-bottom: 60px;
  }
  .list11 .li .content {
    margin-top: 20px;
    padding-top: 18px;
  }
  .list11 .li .next-title {
    margin-bottom: 5px;
  }
  .list11 .li .links {
    padding: 3px 0;
  }
}
@media (max-width: 1200px) {
  .auto-list-d {
    padding-bottom: 45px;
  }
}
@media (max-width: 992px) {
  .auto-list-d {
    padding-bottom: 35px;
  }
  .list11 .li .pad {
    padding: 20px 25px;
  }
  .list11 .li .title {
    font-size: 18px;
  }
  .list11 .li .content {
    margin-top: 10px;
    padding-top: 10px;
  }
  .list11 .li .next-title {
    margin-bottom: 3px;
    font-size: 16px;
  }
  .list11 .li .links {
    padding: 2px 0;
  }
  .list11 .li .links a {
    font-size: 14px;
    line-height: 20px;
  }
}
/**联系我们**/
.contact-block-a {
  padding-top: 20px;
  padding-bottom: 100px;
}

.newtext {
  padding-top: 20px;
  padding-bottom: 0px;
}

.contact-block-a .box-con {
  display: inline-block;
  max-width: 96%;
  padding: 60px 0;
}
.contact-block-a .wid {
  width: 49.2%;
}
.contact-block-a .tips {
  margin-bottom: 1.6%;
}
.contact-block-a .tips .title {
  font-size: 34px;
  line-height: 1.4em;
  color: #222222;
}
.contact-block-a .tips .hr {
  margin: 23px 0;
  border: 0 none;
  height: 1px;
  background: #ededed;
}
.contact-block-a .tips .word {
  font-size: 17px;
  line-height: 22px;
  color: #999999;
}
.contact-block-a .contact .h2 {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4em;
  color: #222222;
}
.contact-block-a .contact .des {
  font-size: 16px;
  line-height: 22px;
  color: #999999;
}
.contact-block-a .contact .phone {
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 32px;
  padding-left: 29px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4em;
  color: #222222;
  background: url(../image/icon6.png) no-repeat left center;
}
.contact-block-a .contact .mail {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 22px;
  color: #222222;
}
.contact-block-a .contact .address {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}
.contact-block-a .contact .address .map-btn {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  padding-left: 27px;
  color: #22735e;
  background: url(../image/icon7.png) no-repeat left center;
}
.contact-block-a .contact .address .map-btn:hover {
  background-image: url(../image/icon7_1.png);
}
.contact-block-a .code-img img {
  height: auto!important;
}
.contact-block-b {
  padding-top: 30px;
  padding-bottom: 40px;
}
.contact-block-b .label{text-align: center;font-weight: bold;font-size: 16px;overflow: hidden;width: 100%;padding-top: 13px;}
.contact-block-b .label.mb{padding-bottom: 23px;}
.contact-block-b .form {
  display: block;
  border-top: 1px solid #e6e6e6;
  padding: 23px 0;
}
.contact-block-b .label-div {
  padding: 23px 0;
}
.contact-block-b .label-div.w1{padding-bottom: 46px;}
.contact-block-b .wid1 {
  width: 31.5%;
}
.contact-block-b .wid2 {
  width: 235px;
}
.contact-block-b .input {
  width: 100%;
  padding: 0 20px;
  font-size: 15px;
  line-height: 46px;
  height: 48px;
  color: #555555;
}
.contact-block-b textarea.input {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
.contact-block-b .border {
  border: 1px solid #d0d0d0;
}
.contact-block-b .code-img {
  margin-left: 15px;
}
.contact-block-b .submit {
  display: block;
  width: 220px;
  color: #fff;
  background: #22735e;
  cursor: pointer;
  transition: all 0.3s;
}
.contact-block-b .submit:hover {
  background: #1aa07d;
}
@media (max-width: 1400px) {
  .contact-block-a {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .contact-block-a .box-con {
    max-width: 98%;
    padding: 50px 0;
  }
  .contact-block-a .tips .title {
    font-size: 30px;
  }
  .contact-block-a .tips .hr {
    margin: 20px 0;
  }
  .contact-block-a .tips .word {
    font-size: 16px;
  }
  .contact-block-a .contact .h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .contact-block-a .contact .des {
    font-size: 16px;
  }
  .contact-block-a .contact .phone {
    margin-top: 15px;
    margin-bottom: 28px;
    font-size: 22px;
  }
  .contact-block-a .contact .mail {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .contact-block-b {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .contact-block-b .label.mb{padding-bottom: 20px;}
  .contact-block-b .form {
    padding: 20px 0;
  }
  .contact-block-b .label-div {
    padding: 20px 0;
  }
  .contact-block-b .label-div.w1{padding-bottom: 40px;}
  .contact-block-b .input {
    padding: 0 15px;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .contact-block-a {
    padding-bottom: 45px;
  }
  .contact-block-a .box-con {
    max-width: 100%;
    padding: 40px 0;
  }
  .contact-block-a .tips .title {
    font-size: 24px;
  }
  .contact-block-a .tips .hr {
    margin: 10px 0;
  }
  .contact-block-a .tips .word {
    font-size: 14px;
  }
  .contact-block-a .contact .h2 {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .contact-block-a .contact .des {
    font-size: 14px;
  }
  .contact-block-a .contact .phone {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .contact-block-a .contact .mail {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .contact-block-b {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .contact-block-b .label.mb{padding-bottom: 18px;}
  .contact-block-b .form {
    padding: 18px 0;
  }
  .contact-block-b .label-div {
    padding: 18px 0;
  }
  .contact-block-b .label-div.w1{padding-bottom: 36px;}
  .contact-block-b .input {
    font-size: 14px;
    line-height: 40px;
    height: 42px;
  }

  .contact-block-b .new select {
    width: 100%;
    outline: none;
    line-height: 17px;
    padding: 12px;
    flex: 1;
    border: 1px solid #d0d0d0;
    appearance: none;
    background: url(../image/Arrowdown.png) 360px center no-repeat;
  }

  .contact-block-b textarea.input {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 22px;
  }
  .contact-block-b .code-img {
    margin-left: 10px;
  }
}
@media (max-width: 992px) {
  .contact-block-a {
    padding-bottom: 35px;
  }
  .contact-block-a .box-con {
    width: 100%;
    padding: 30px 20px;
  }
  .contact-block-a .tips {
    margin-bottom: 0;
  }
  .contact-block-a .tips .title {
    font-size: 18px;
  }
  .contact-block-a .wid {
    width: 100%;
  }
  .contact-block-a .contact {
    margin: 20px 0;
  }
  .newmsg {
    margin: 20px 0;
  }

  .newtext {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .contact-block-a .contact .h2 {
    font-size: 18px;
  }
  .contact-block-a .code-box img {
    display: block;
    margin: 5px auto;
    width: 140px;
  }
  .contact-block-b .label.mb{padding-bottom: 0px;padding-top: 18px;}
  .contact-block-b .form {
    padding: 18px 0;
  }
  .contact-block-b .label-div {
    padding: 0;
  }
  .contact-block-b .label-div.w1{padding-bottom: 16px;}
  .contact-block-b .wid1 {
    width: 100%;
  }
  .contact-block-b .input-box {
    margin: 8px 0;
  }
  .contact-block-b .code-block .input-box {
    width: calc(100% - 120px);
  }
  .contact-block-b .code-img {
    width: 110px;
  }
  .contact-block-b .submit {
    margin-top: 10px;
    width: 100%;
  }
}
/**地图弹框**/
.map-tank {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
}
.map-tank img {
  max-width: 9999px;
}
.map-tank .flex-block {
  height: 100%;
  width: 100%;
}
.map-tank .flex-block .box {
  position: relative;
  height: 71.875vh;
  padding: 40px;
  background: #fff;
}
.map-tank .flex-block .box .exit {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
  height: 30px;
  width: 30px;
}
.map-tank .flex-block .box .exit::before,
.map-tank .flex-block .box .exit::after {
  content: "";
  display: block;
  position: absolute;
  left: 15%;
  top: 50%;
  margin-top: -1px;
  width: 70%;
  height: 2px;
  background: #222222;
  transition: all 0.3s;
}
.map-tank .flex-block .box .exit::before {
  transform: rotate(45deg);
}
.map-tank .flex-block .box .exit::after {
  transform: rotate(-45deg);
}
.map-tank .flex-block .box .exit:hover::before,
.map-tank .flex-block .box .exit:hover::after {
  background-color: #22735e;
}
.map-tank .flex-block .box .map {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .map-tank .flex-block .box {
    padding: 15px;
  }
  .map-tank .flex-block .box .exit {
    top: 0;
    right: 0;
  }
}

/**招商合作**/
.auto-banner-a .img {
  display: block;
}
.auto-banner-a .banner-img {
  position: relative;
}
.auto-banner-a .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
}
.auto-banner-a .cont .title {
  font-weight: normal;
  font-size: 26px;
  line-height: 1.5em;
  letter-spacing: .1em;
}
.auto-banner-a .cont .des {
  margin: 40px 0 37px;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.4em;
  letter-spacing: .1em;
}
.auto-banner-a .cont .phone img {
  width: 46px;
}
.auto-banner-a .cont .phone {
  font-size: 26px;
  line-height: 1.5em;
  letter-spacing: .1em;
}
@media (max-width: 1400px) {
  .auto-banner-a .cont .title {
    font-size: 20px;
  }
  .auto-banner-a .cont .des {
    margin: 20px 0 17px;
    font-size: 30px;
  }
  .auto-banner-a .cont .phone img {
    width: 36px;
  }
  .auto-banner-a .cont .phone {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .auto-banner-a .cont .title {
    font-size: 18px;
  }
  .auto-banner-a .cont .des {
    margin: 15px 0 10px;
    font-size: 24px;
  }
  .auto-banner-a .cont .phone {
    font-size: 16px;
  }
}
@media (max-width: 678px) {
  .auto-banner-a .cont .title {
    font-size: 16px;
  }
  .auto-banner-a .cont .des {
    margin: 10px 0 5px;
    font-size: 20px;
  }
  .auto-banner-a .cont .phone {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .auto-banner-a {
    position: relative
    height: 200px;
    overflow: hidden;
  }
  .auto-banner-a .img {
    margin-left: 50%;
    width: auto;
    height: 200px;
    max-width: 9999%;
    transform: translateX(-50%);
  }
  .auto-banner-a .cont .title {
    font-size: 15px;
  }
  .auto-banner-a .cont .phone {
    font-size: 15px;
  }
}
.investment-title {
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.4em;
  color: #231815;
}
@media (max-width: 1400px) {
  .investment-title {
    margin-top: 50px;
    margin-bottom: 35px;
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .investment-title {
    margin-top: 45px;
    margin-bottom: 30px;
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .investment-title {
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.investment-block-a .flex-box {
  background: #FAFAFB;
}
.investment-block-a .video-block {
  width: 40%;
}
.investment-block-a .video-block .icon {
  display: flex;
  position: relative;
  border-radius: 50%;
  border: 1px solid #ffffff;
  width: 70px;
  height: 70px;
  background: transparent!important;
}
.investment-block-a .video-block .icon::before {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  margin: 0;
  border: 0 none;
  border-radius: 50%;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  background: rgba(255, 255, 255, .9);
}
.investment-block-a .video-block .icon svg {
  position: relative;
  z-index: 2;
  margin-left: 7%;
  transform: rotate(0);
  width: 40%;
  height: 40%;
  fill:#76a9ad;
  transition: all .3s;
}
.investment-block-a .video-play:hover .icon {
  border-color: #22735e;
}
.investment-block-a .video-play:hover .icon::before {
  background-color: #22735e;
}
.investment-block-a .video-play:hover .icon svg {
  fill: #ffffff;
}
.investment-block-a .flex-box .cont {
  width: 60%;
  padding: 15px 14%;
  font-size: 16px;
  line-height: 3.6em;
  color: #231815;
}
@media (max-width: 1400px) {
  .investment-block-a .video-block .icon {
    width: 60px;
    height: 60px;
  }
  .investment-block-a .flex-box .cont {
    padding: 15px 14%;
    line-height: 3.2em;
  }
}
@media (max-width: 1200px) {
  .investment-block-a .flex-box .cont {
    padding: 15px 10%;
    line-height: 2em;
  }
}
@media (max-width: 992px) {
  .investment-block-a .video-block {
    width: 100%;
  }
  .investment-block-a .flex-box .cont {
    width: 100%;
    padding: 25px 25px;
    font-size: 14px;
    line-height: 1.6em;
  }
}
.investment-block-b .bg {
  background: url(../image/bg1.jpg) no-repeat center/100% 100%;
}
.investment-block-b .bg .list {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #231815;
}
.investment-block-b .bg .list-li {
  padding: 85px 15px;
  justify-content: center;
}
.investment-block-b .bg .img {
  width: 55px;
}
.investment-block-b .bg .img img {
  height: 50px;
}
.investment-block-b .bg .cont {
  width: 250px;
  max-width: calc(100% - 75px);
  padding-left: 20px;
}
.investment-block-b .bg .list-title {
  font-size: 21px;
  line-height: 1.4em;
}
.investment-block-b .bg .conts {
  margin-top: 9px;
  font-size: 12px;
  line-height: 18px;
}
@media (max-width: 1400px) {
  .investment-block-b .bg .list-li {
    padding: 25px 15px;
  }
  .investment-block-b .bg .img {
    width: 50px;
  }
  .investment-block-b .bg .img img {
    height: 40px;
  }
  .investment-block-b .bg .cont {
    padding-left: 15px;
  }
  .investment-block-b .bg .list-title {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .investment-block-b .bg .list-li {
    padding: 15px 10px;
  }
  .investment-block-b .bg .img {
    width: 40px;
  }
  .investment-block-b .bg .img img {
    height: 30px;
  }
  .investment-block-b .bg .cont {
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .investment-block-b .bg .list-title {
    margin: 10px 0 5px;
    font-size: 18px;
  }
}
.investment-block-c .investment-title {
  margin-bottom: 34px;
}
.investment-block-c .des {
  font-size: 16px;
  line-height: 1.4em;
}
.investment-block-c .img {
  margin-top: 12px;
  margin-bottom: 12px;
}
.investment-block-c .cont-list {
  padding: 25px 0 5px;
  border-bottom: 1px solid #231815;
}
.investment-block-c .list {
  padding: 0 35px;
  text-align: center;
  background: url(../image/bg2.svg) no-repeat center/86% auto;
}
.investment-block-c .list-li {
  width: 175px;
}
.investment-block-c .list-li:nth-child(2) ,
.investment-block-c .list-li:nth-child(4) {
  padding-top: 120px;
}
.investment-block-c .list-li:nth-child(1) .list-box ,
.investment-block-c .list-li:nth-child(3) .list-box ,
.investment-block-c .list-li:nth-child(5) .list-box {
}
.investment-block-c .list-li:nth-child(2) .list-box ,
.investment-block-c .list-li:nth-child(4) .list-box {
  flex-flow: column-reverse;
}
.investment-block-c .list-li:nth-child(1) img ,
.investment-block-c .list-li:nth-child(3) img ,
.investment-block-c .list-li:nth-child(5) img {
  margin-top: 14px;
  margin-bottom: 10px;
}
.investment-block-c .list-li:nth-child(2) img ,
.investment-block-c .list-li:nth-child(4) img {
  margin-bottom: 14px;
  margin-top: 10px;
}
.investment-block-c .list-li:nth-child(1) .word ,
.investment-block-c .list-li:nth-child(3) .word ,
.investment-block-c .list-li:nth-child(5) .word {
  margin-bottom: 3px;
}
.investment-block-c .list-li:nth-child(2) .word ,
.investment-block-c .list-li:nth-child(4) .word {
  margin-top: 3px;
}
.investment-block-c .list .list-box {
  height: 175px;
  align-content: flex-start;
}
.investment-block-c .list-li:nth-child(1) .list-box {
  transform: translateX(0px);
}
.investment-block-c .list-li:nth-child(2) .list-box {
  transform: translateX(-5px);
}
.investment-block-c .list-li:nth-child(3) .list-box {
  transform: translateX(-12px);
}
.investment-block-c .list-li:nth-child(4) .list-box {
  transform: translateX(-16px);
}
.investment-block-c .list-li:nth-child(5) .list-box {
  transform: translateX(-23px);
}
.investment-block-c .list .num {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.6em;
  color: #231815;
}
.investment-block-c .list .word {
  width: 100%;
  font-size: 14px;
  line-height: 1.5em;
  color: #231815;
}
.investment-block-c .list .setp {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #9FA0A0;
}
.investment-block-c .list img {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 35px;
}
@media (max-width: 1400px) {
  .investment-block-c .investment-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .investment-block-c .list-li {
    width: 147px;
  }
  .investment-block-c .list .list-box {
    height: 155px;
  }
  .investment-block-c .list img {
    width: 30px;
    height: 30px; 
  }
  .investment-block-c .list-li:nth-child(1) .list-box {
    transform: translateX(0px);
  }
  .investment-block-c .list-li:nth-child(2) .list-box {
    transform: translateX(-5px);
  }
  .investment-block-c .list-li:nth-child(3) .list-box {
    transform: translateX(-9px);
  }
  .investment-block-c .list-li:nth-child(4) .list-box {
    transform: translateX(-14px);
  }
  .investment-block-c .list-li:nth-child(5) .list-box {
    transform: translateX(-16px);
  }
}
@media (max-width: 992px) {
  .investment-block-c .investment-title {
    margin-bottom: 10px;
  }
  .investment-block-c .des {
    font-size: 15px;
  }
  .investment-block-c .list {
    padding: 0;
    background: transparent;
  }
  .investment-block-c .list .list-li {
    width: 100%;
    padding: 15px 15px;
  }
  .investment-block-c .list .list-li + .list-li {
    border-top: 1px solid #efefef;
  }
  .investment-block-c .list .list-li .list-box {
    height: auto;
    flex-flow: column;
  }
  .investment-block-c .list .list-li img {
    margin: 10px auto;
  }
}
.investment-block-d {
  padding-top: 10px;
}
.investment-block-d .investment-title {
  margin-bottom: 34px;
}
.investment-block-d .des {
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 1.4em;
}
.investment-block-d .swiper-points {
  border-radius: 20px;
  border: 2px solid #DCDDDD;
  background: #F7F8F8;
  padding: 12px 10px;
}
.investment-block-d .swiper-points-box {
  border-bottom: 1px solid #231815;
  padding: 20px 0 30px;
}
.investment-block-d .swiper-points span {
  margin:  0 5px;
  height: 12px;
  width: 12px;
  background: #9FA0A0;
  opacity: 1;
}
.investment-block-d .swiper-points .swiper-pagination-bullet-active {
  background: #18A0A0;
}
@media (max-width: 1400px) {
  .investment-block-d .investment-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .investment-block-d {
    padding-top: 0px;
  }
  .investment-block-d .investment-title {
    margin-bottom: 10px;
  }
  .investment-block-d .des {
    font-size: 15px;
  }
}
.radio-box {
  cursor: pointer;
}
.radio-box + .radio-box {
  margin-left: 25px;
}
.radio-box .radio-icon {
  
}
.radio-box .radio-icon .radio {
  
}
.radio-box .radio-icon .icon {
  display: block;
  position: relative;
  border: 1px solid #231815;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.radio-box .radio-icon .icon::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #231815;
  opacity: 0;
}
.radio-box .radio-icon .radio:checked + .icon::before {
  opacity: 1;
}
.radio-box img {
  margin-left: 5px;
}
.radio-box .word {
  padding-left: 5px;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #231815;
}
.investment-block-e {
  padding-top: 10px;
}
.investment-block-e .bg {
  padding-bottom: 30px;
  background: url(../image/bg3.jpg) no-repeat center/100% 100%;
}
.investment-block-e .label {
  padding-top: 25px;
  padding-bottom: 25px;
  align-items: center;
}
.investment-block-e .label-title {
  width: 125px;
  margin-right: 25px;
  text-align: right;
  font-weight: bold;
  font-size: 21px;
  line-height: 22px;
  color: #231815;
}
.investment-block-e .label-cont {
  min-width: 560px;
  font-size: 13px;
  line-height: 30px;
  color: #9FA0A0;
}
.investment-block-e .label-cont.border {
  border-radius: 3px;
  border: 1px solid transparent;
  min-height: 38px;
  padding: 4px 9px;
  background: #ffffff;
  border-color: #18A0A0;
}
.investment-block-e .input {
  border-bottom: 1px solid rgba(159,160,160,.6);
  width: 54px;
  height: 21px;
  padding: 0;
  line-height: 20px;
}
.investment-block-e .input.wid1 {
  width: 50px;
}
.investment-block-e .input.wid2 {
  width: 88px;
}
.investment-block-e .input.wid3 {
  width: 102px;
}
.investment-block-e .input.wid4 {
  width: 185px;
}
.investment-block-e .input.wid5 {
  width: 190px;
}
.investment-block-e .submit {
  border-radius: 5px;
  width: auto;
  padding: 0 36px;
  font-size: 15px;
  line-height: 40px;
  background: #18A0A0;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
  transition: all .3s;
}
@media (max-width: 1400px) {
  .investment-block-e .bg {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .investment-block-e .label {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .investment-block-e .label-title {
    font-size: 19px;
  }
}
@media (max-width: 992px) {
  .radio-box + .radio-box {
    margin-left: 0;
  }
  .investment-block-e {
    padding-top: 0;
  }
  .investment-block-e .label {
    padding: 5px 0;
  }
  .investment-block-e .label-title {
    width: 100%;
    text-align: left;
    font-size: 16px;
  }
  .investment-block-e .label-cont {
    width: 100%;
    min-width: 0;
  }
  .investment-block-e .label-cont.border {
    padding: 10px 15px;
  }
  .investment-block-e .radio-box {
    width: 50%;
    padding: 5px 0;
  }
}
.investment-block-f .investment-title {
  margin-bottom: 34px;
}
.investment-block-f .des {
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 1.4em;
}
.investment-block-f .bg {
  background: url(../image/bg4.jpg) no-repeat center/100% 100%;
}
.investment-block-f .cont-text {
  padding: 70px 5% 70px 15%;
  font-size: 22px;
  line-height: 1.5em;
  color: #231815;
}
.investment-block-f .cont-text p+p {
  margin-top: 3em;
}
@media (max-width: 1400px) {
  .investment-block-f .investment-title {
    margin-bottom: 20px;
  }
  .investment-block-f .cont-text {
    font-size: 20px;
  }
  .investment-block-f .cont-text p+p {
    margin-top: 1.5em;
  }
}
@media (max-width: 992px) {
  .investment-block-f .investment-title {
    margin-bottom: 10px;
  }
  .investment-block-f .des {
    font-size: 15px;
  }
  .investment-block-f .cont-text {
    padding: 25px 25px;
    font-size: 16px;
    line-height: 1.6em;
  }
  .investment-block-f .cont-text p+p {
    margin-top: .5em;
  }
}