/* 1.集团架构 */
.arch {
  padding: 90px 0 120px;
}

.arch img {
  width: 100%;
}

@media (max-width: 1400px) {
  .arch {
    padding: 60px 0 90px;
  }
}

@media (max-width: 1000px) {
  .arch {
    padding: 30px 0 60px;
  }
}

/* 1.联系我们 */
.contact {
  padding: 90px 0 0;
}

.contact .inside {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.contact .info li {
  display: flex;
  flex-direction: row;
  color: #707070;
}

.contact .info li:not(:first-child) {
  margin-top: 17px;
}

.contact .info li p img {
  width: 16px;
  height: auto;
  margin-right: 9px;
}

.contact .code li {
  display: inline-block;
}

.contact .code li:nth-child(1) {
  margin-right: 43px;
}

.contact .code li img {
  width: 150px;
  height: 150px;
}

.contact .code li p {
  text-align: center;
  margin-top: 9px;
}

@media (max-width: 1400px) {
  .contact {
    padding: 60px 0 0;
  }
  .contact .info li:not(:first-child) {
    margin-top: 13px;
  }
  .contact .info li p img {
    width: 13px;
    margin-right: 7px;
    margin-bottom: 3px;
  }
  .contact .code li:nth-child(1) {
    margin-right: 32px;
  }
  .contact .code li img {
    width: 120px;
    height: 120px;
  }
  .contact .code li p {
    margin-top: 7px;
  }
}

@media (max-width: 1000px) {
  .contact {
    padding: 30px 0 0;
  }
  .contact .inside {
    flex-direction: column;
  }
  .contact .info li:not(:first-child) {
    margin-top: 9px;
  }
  .contact .info li p img {
    width: 11px;
    height: auto;
    margin-right: 3px;
  }
  .contact .code li p {
    margin-top: 5px;
  }
  .contact .code {
    margin-top: 27px;
  }
  .contact .code li img {
    width: 75px;
    height: 75px;
  }
}

/* 3.地图 */
.map {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 60px;
}

.map img {
  width: 100%;
  height: auto;
}

@media (max-width: 1400px) {
  .map {
    margin-top: 40px;
  }
}

@media (max-width: 1000px) {
  .map {
    margin-top: 20px;
  }
}

/* 4.在线留言 */
.msg {
  padding: 60px 0 140px;
}

.msg ul li {
  width: 100%;
  height: auto;
  display: flex;
}

.msg ul li:not(:first-child) {
  margin-top: 44px;
}

.msg ul li figcaption {
  width: calc((100% / 3) - 24px);
}

.msg ul li:last-child figcaption {
  width: 100%;
}

.msg ul li figcaption:not(:last-child) {
  margin-right: 36px;
}

.msg ul li p {
  font-size: 24px;
  color: #707070;
}

.msg ul li em {
  color: #ff5e14;
}

.msg ul li input,
.msg ul li select,
.msg ul li textarea {
  margin-top: 20px;
  width: 100%;
  height: 50px;
  padding: 0 18px;
  font-size: 16px;
  border: 1px solid #eaeaea;
  color: #c0c0c0;
  resize: none;
}

.msg ul li textarea {
  height: 260px;
  padding: 18px;
}

.msg ul li input::-webkit-input-placeholder,
.msg ul li textarea::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #c0c0c0;
}
.msg ul li input:-moz-placeholder,
.msg ul li input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c0c0c0;
}
.msg ul li input::-moz-placeholder,
.msg ul li textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c0c0c0;
}
.msg ul li input:-ms-input-placeholder,
.msg ul li textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c0c0c0;
}

    .msg .submit {
        margin: 90px auto 0;
        width: 400px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        text-align: center;
        cursor: pointer;
        color: #ffffff;
        background-color: #DF0000;
    }

@media (max-width: 1400px) {
  .mag {
    padding: 50px 0 120px;
  }
  .msg ul li:not(:first-child) {
    margin-top: 32px;
  }
  .msg ul li figcaption {
    width: calc((100% / 3) - 10px);
  }
  .msg ul li figcaption:not(:last-child) {
    margin-right: 15px;
  }
  .msg ul li p {
    font-size: 20px;
  }
  .msg ul li input,
  .msg ul li select {
    margin-top: 10px;
    height: 43px;
    padding: 0 15px;
  }
  .msg ul li input,
  .msg ul li select,
  .msg ul li textarea {
    font-size: 14px;
  }
  .msg ul li textarea {
    padding: 15px;
    margin-top: 10px;
  }
  .msg .submit {
    margin: 60px auto 0;
    width: 320px;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
  }
}

@media (max-width: 1000px) {
  .msg {
    padding: 30px 0 75px;
  }
  .msg ul li:not(:first-child) {
    margin-top: 20px;
  }
  .msg ul li {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .msg ul li figcaption {
    width: calc(50% - 5px);
  }
  .msg ul li figcaption:not(:last-child) {
    margin-right: 0;
  }
  .msg ul li figcaption:nth-child(3) {
    margin-top: 10px;
  }
  .msg ul li figcaption p:nth-child(1) {
    font-size: 15px;
  }
  .msg ul li input,
  .msg ul li select {
    margin-top: 7px;
    height: 32px;
    padding: 0 10px;
  }
  .msg ul li input,
  .msg ul li select,
  .msg ul li textarea {
    font-size: 12px;
  }
  .msg ul li textarea {
    padding: 10px;
    height: 180px;
    margin-top: 7px;
  }
  .msg .submit {
    margin: 30px auto 0;
    width: 240px;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
  }
}

/* 5.关于我们 */
.us {
  padding: 90px 0 0;
}

.us .inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.us .img {
  width: 48%;
  border-radius: 20px;
  overflow: hidden;
}

.us .txt {
  width: 45%;
}

.us .txt h2 {
  text-align: right;
}

.us .txt h2 em {
  display: block;
  font-weight: bold;
  color: #e5e5e5;
  font-size: 18px;
}

.us .txt h2 span {
  display: block;
  font-size: 30px;
  color: #666666;
  margin-top: 5px;
}

.us .txt p {
  margin-top: 40px;
  text-indent: 2em;
  line-height: 32px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

.us .txt img {
  display: block;
  float: right;
  width: auto;
  height: 82px;
  margin-top: 100px;
}

@media (max-width: 1400px) {
  .us {
    padding: 60px 0 0;
  }
  .us .img {
    border-radius: 10px;
  }
  .us .txt h2 em {
    font-size: 16px;
  }
  .us .txt h2 span {
    font-size: 24px;
  }
  .us .txt p {
    margin-top: 30px;
  }
  .us .txt img {
    height: 65px;
    margin-top: 60px;
  }
}

@media (max-width: 1000px) {
  .us {
    padding: 30px 0 0;
  }
  .us .inside {
    flex-direction: column;
  }
  .us .img {
    width: 60%;
    margin: 27px auto 0;
    order: 2;
    border-radius: 0;
  }
  .us .txt {
    width: 100%;
  }
  .us .txt h2 {
    text-align: center;
  }
  .us .txt h2 em {
    font-size: 14px;
  }
  .us .txt h2 span {
    font-size: 20px;
  }
  .us .txt p {
    margin-top: 20px;
    line-height: 29px;
  }
  .us .txt img {
    float: none;
    height: 45px;
    margin: 23px auto 0;
  }
}

/* 6.价值观 */
.vision {
  padding: 130px 0 0;
}

.vision ul {
  display: flex;
  justify-content: space-between;
}

.vision ul li {
  width: 100% !important;
  padding: 40px 30px;
  cursor: pointer;
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

    .vision ul li:hover {
        color: #ffffff;
        background-color: #DF0000;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }


.vision ul li h3 {
  font-size: 30px;
}

    .vision ul li em {
        display: block;
        font-size: 20px;
        color: #DF0000;
        font-weight: bold;
        margin-top: 10px;
    }

.vision ul li p {
  font-size: 18px;
  line-height: 37px;
  margin-top: 24px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  height:calc(37px * 2);
}

@media (max-width: 1400px) {
  .vision {
    padding: 90px 0 0;
  }
  .vision ul li {
    width: calc((100% / 3) - 10px);
    padding: 30px 20px;
  }
  .vision ul li h3 {
    font-size: 24px;
  }
  .vision ul li em {
    font-size: 16px;
    margin-top: 7px;
  }
  .vision ul li p {
    font-size: 16px;
    line-height: 32px;
    margin-top: 17px;
  }
}

@media (max-width: 1000px) {
  .vision {
    padding: 60px 0 0;
  }
  .vision ul {
    flex-direction: column;
  }
  .vision ul li {
    width: 100%;
    padding: 23px 15px;
    text-align: center;
  }
  .vision ul li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .vision ul li h3 {
    font-size: 18px;
  }
  .vision ul li em {
    font-size: 14px;
    margin-top: 7px;
  }
  .vision ul li p {
    font-size: 14px;
    line-height: 27px;
    margin-top: 10px;
    text-align-last: center;
  }
}

/* 7.集团荣誉 */
.honor {
  padding: 120px 0 130px;
}

.honor-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 65px;
  position: relative;
  padding-bottom: 70px;
}

.honor-swiper img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.honor-swiper .swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}

.honor-swiper .swiper-slide-active,
.honor-swiper .swiper-slide-duplicate-active {
  transform: scale(1);
}

/* 分页器按钮样式修改 */
.honor-swiper .swiper-pagination-bullet,
.honor-swiper .swiper-pagination-bullet-active {
  width: 50px;
  height: 4px;
  border-radius: 13px;
}
    .honor-swiper .swiper-pagination-bullet-active {
        background-color: #DF0000;
    }
.honor-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}
.honor-swiper .swiper-container-horizontal > .swiper-pagination-bullets,
.honor-swiper .swiper-pagination-custom,
.honor-swiper .swiper-pagination-fraction {
  bottom: 0;
}

@media (max-width: 1400px) {
  .honor {
    padding: 100px 0 120px;
  }
  .honor-swiper {
    margin-top: 45px;
  }
}

@media (max-width: 1000px) {
  .honor {
    padding: 60px 0 60px;
  }
  .honor-swiper {
    margin-top: 32px;
    padding-bottom: 40px;
  }
  .honor-swiper .swiper-pagination-bullet,
  .honor-swiper .swiper-pagination-bullet-active {
    width: 32px;
    height: 2px;
    border-radius: 7px;
  }
  .honor-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }
}

/* 8.新闻资讯 */
.news {
  padding: 60px 0 120px;
}

.news li {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 40px 0;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.news li:first-child {
  padding-top: 0;
}

.news li:last-child {
  border-bottom: none;
}

    .news li .time {
        font-family: "Arial";
        width: 110px;
        height: auto;
        color: #df0000;
        overflow: hidden;
        text-align: center;
        font-weight: bold;
        transition: all 0.3s;
    }

.news li .time em {
  display: block;
  font-size: 90px;
  line-height: 90px;
  font-weight: bold;
  border-bottom: 1px solid #9e9e9e;
}

.news li .time i {
  display: block;
  font-size: 27px;
  line-height: 27px;
  font-weight: bold;
  margin-top: 13px;
}

.news li .img {
  width: 370px;
  height: auto;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
}

.news li .txt {
  font-family: "PingFang-SC-Regular";
  width: 780px;
  height: 100%;
  box-sizing: border-box;
}

.news li .txt h3 {
  margin-top: 13px;
  font-size: 28px;
  line-height: 37px;
  /* 超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #df0000;
  font-weight: normal;
  transition: all 0.3s;
}

.news li .txt p {
  font-size: 20px;
  margin-top: 28px;
  line-height: 43px;
  color: #707070;
  /* 文字最多显示几行 */
  overflow: hidden;
  text-overflow: ellipsis; /* 超出部分省略号 */
  word-break: break-all; /* break-all(允许在单词内换行。) */
  display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 3; /* 显示的行数 */
  max-height: 80rpx; /* 设置最大高度，根据行高，要几行乘以几倍 */
}

    .news li .txt .news-btn {
        display: block;
        font-size: 14px;
        color: #df0000;
        margin-top: 62px;
        font-weight: bold;
    }

.news li .txt p span {
  margin-right: 17px;
}

.news .active,
.news li:hover {
  border-bottom: 1px solid #959ba9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.news .active:last-child,
.news li:last-child:hover {
  border-bottom: 0 solid #959ba9;
}

    .news .active .txt h3,
    .news li:hover .txt h3,
    .news li:hover .time,
    .news .active .time,
    .news li:hover .txt a,
    .news .active .txt a {
        color: #DF0000;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

        .news li:hover .time em,
        .news .active .time em {
            border-bottom: 1px solid #DF0000;
        }

@media (max-width: 1400px) {
  .news li {
    padding: 30px 0;
  }
  .news li .time {
    width: 70px;
  }
  .news li .time em {
    font-size: 50px;
    line-height: 50px;
  }
  .news li .time i {
    font-size: 18px;
  }
  .news li .img {
    width: 280px;
    border-radius: 15px 0 15px 0;
  }
  .news li .txt {
    width: calc(100% - 420px);
  }
  .news li .txt h3 {
    font-size: 24px;
    margin-top: 0;
  }
  .news li .txt p {
    font-size: 16px;
    line-height: 32px;
    margin-top: 17px;
  }
  .news li .txt a {
    margin-top: 43px;
  }
}

@media (max-width: 1000px) {
  .news {
    padding: 30px 0 60px;
  }
  .news li {
    padding: 20px 0;
    flex-wrap: wrap;
  }
  .news li .time {
    width: 100%;
    margin-bottom: 17px;
    margin-top: 0;
  }
  .news li .time em {
    display: inline-block;
    font-size: 23px;
    line-height: 23px;
    padding: 0 13px 3px;
  }
  .news li .time i {
    font-size: 14px;
    line-height: 14px;
    padding-top: 5px;
    margin-top: 0;
  }
  .news li .img {
    width: 100px;
    border-radius: 0;
  }
  .news li .txt {
    width: calc(100% - 115px);
    padding-left: 0;
    margin-top: 0;
  }
  .news li .txt h3 {
    font-size: 16px;
    line-height: 16px;
    margin-top: 0;
  }
  .news li .txt p {
    margin-top: 7px;
    font-size: 12px;
    line-height: 21px;
    -webkit-line-clamp: 2; /* 显示的行数 */
  }
  .news li .txt a {
    margin-top: 7px;
    font-size: 12px;
  }
}

/* 9.趋势洞见 */
.share {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 140px;
}

.share li {
  width: calc(25% - 30px);
}

.share li:not(:nth-child(4n)) {
  margin-right: 40px;
}

.share li:nth-child(n + 5) {
  margin-top: 40px;
}

.share li .img {
  width: 100%;
}

.share li .det {
  width: 100%;
  height: auto;
  color: #000000;
  box-sizing: border-box;
  padding: 20px 20px 30px;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.12);
}

.share li .det h2 {
  font-size: 20px;
  /* 超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.share li .det p {
  margin-top: 15px;
  color: #8e919b;
  line-height: 27px;
  /* 文字最多显示几行 */
  overflow: hidden;
  text-overflow: ellipsis; /* 超出部分省略号 */
  word-break: break-all; /* break-all(允许在单词内换行。) */
  display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2; /* 显示的行数 */
  max-height: 80rpx; /* 设置最大高度，根据行高，要几行乘以几倍 */
}

    .share li .det a {
        display: block;
        width: 90px;
        height: 32px;
        line-height: 30px;
        color: #DF0000;
        font-size: 12px;
        text-align: center;
        margin: 25px auto 0;
        border: 1px solid #DF0000;
    }

    .share li:hover .det a {
        background-color: #DF0000;
        color: #ffffff;
    }

@media (max-width: 1400px) {
  .share {
    padding: 30px 0 120px;
  }
  .share li {
    width: calc(25% - 15px);
  }
  .share li:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  .share li:nth-child(n + 5) {
    margin-top: 20px;
  }
  .share li .det {
    padding: 15px 15px 25px;
  }
  .share li .det h2 {
    font-size: 18px;
  }
  .share li .det p {
    margin-top: 10px;
  }
}

@media (max-width: 1000px) {
  .share {
    padding: 20px 0 90px;
  }
  .share li {
    width: calc(50% - 5px);
  }
  .share li:not(:nth-child(4n)) {
    margin-right: 0px;
  }
  .share li:nth-child(n + 5) {
    margin-top: 0px;
  }
  .share li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .share li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .share li .det {
    padding: 10px 10px 25px;
  }
  .share li .det h2 {
    font-size: 16px;
  }
  .share-inx li .det p {
    margin-top: 10px;
  }
  .share li .det a {
    margin: 15px auto 0;
    font-size: 10px;
  }
}

/* 10.百益商学 */
.bus {
  padding: 60px 0 140px;
}

.bus li:not(:first-child) {
  margin-top: 100px;
}

.bus li a {
  display: block;
  position: relative;
}

.bus li .img {
  width: 100%;
  height: 100%;
}

.bus li .img img {
  width: 100%;
  height: 400px;
  object-fit:cover;
  
}

    .bus li .tags {
        width: auto;
        height: 80px;
        position: absolute;
        top: 0;
        left: 60px;
        z-index: 5;
        background: url(../images/bus-left.png) no-repeat center/100% 100%;
        padding: 10px 21px;
        color: #DF0000;
        font-size: 20px;
        line-height: 32px;
    }
        .bus li:hover .tags {
            background:url(../images/bus-left3.png) no-repeat center/100% 100%;
            color:#fff;
        }

        .bus li .tags img {
            width: auto;
            height: 100%;
        }

.bus li .cons {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 60px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.bus li .cons h2 {
  width: 100%;
  text-align: left;
  font-size: 24px;
  /* 超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bus li .cons p {
  margin-top: 20px;
  line-height: 32px;
  /* 文字最多显示几行 */
  overflow: hidden;
  text-overflow: ellipsis; /* 超出部分省略号 */
  word-break: break-all; /* break-all(允许在单词内换行。) */
  display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2; /* 显示的行数 */
  max-height: 80rpx; /* 设置最大高度，根据行高，要几行乘以几倍 */
}

@media (max-width: 1400px) {
  .bus {
    padding: 30px 0 120px;
  }
  .bus li:not(:first-child) {
    margin-top: 50px;
  }
  .bus li .tags {
    left: 40px;
  }
  .bus li .cons {
    padding: 30px 40px;
  }
  .bus li .cons h2 {
    font-size: 20px;
  }
  .bus li .cons p {
    margin-top: 15px;
    line-height: 29px;
  }
}
.cour li .txt p {
    -webkit-line-clamp:10;
    font-size:16px;
    line-height:30px;
    margin-top:10px;
}

@media (max-width: 1000px) {
    .bus {
    padding: 20px 0 60px;
  }
  .bus li:not(:first-child) {
    margin-top: 20px;
  }
  .bus li .tags {
    left: 15px;
    height: 32px;
  }
  .bus li .cons {
    padding: 10px;
  }
  .bus li .cons h2 {
    font-size: 16px;
  }
  .bus li .cons p {
    margin-top: 7px;
    line-height: 27px;
  }
    .bus li .tags {
        font-size:13px;
        line-height:10px;
    }
    .bus li .img img {
        height:auto;
    }
}

/* 11.社会责任 */
.core {
  padding: 80px 0;
}

.core li {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.core li:not(:first-child) {
  margin-top: 60px;
}

.core li .img {
  order: 1;
  width: 48%;
}

.core li:nth-child(even) .img {
  order: 2;
}

.core li .img img {
  width: 100%;
  height: 100%;
}

.core li .txt {
  order: 2;
  width: 52%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

    .core li.active .txt,
    .core li:hover .txt {
        background-color: #DF0000;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

.core li:nth-child(even) .txt {
  order: 1;
}

.core li .txt h2 {
  font-size: 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.core li.active .txt h2,
.core li:hover .txt h2 {
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.core li .txt p {
  margin-top: 80px;
  color: #9c9c9c;
  line-height: 32px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.core li.active .txt p,
.core li:hover .txt p {
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1400px) {
  .core {
    padding: 50px 0 120px;
  }
  .core li.active,
  .core li:hover {
    align-items: inherit;
  }
  .core li .txt h2 {
    font-size: 20px;
  }
  .core li .txt {
    padding: 30px;
  }
  .core li .txt p {
    margin-top: 40px;
    line-height: 27px;
  }
}

@media (max-width: 1000px) {
  .core {
    padding: 40px 0 75px;
  }
}

@media (max-width: 680px) {
  .core li {
    flex-direction: column;
    align-items: center;
  }
  .core li:not(:first-child) {
    margin-top: 30px;
  }
  .core li:nth-child(even) .img {
    order: 1;
  }
  .core li:nth-child(even) .txt {
    order: 2;
  }
  .core li .img {
    width: 100%;
  }
  .core li .txt {
    width: 100%;
    padding: 20px;
  }
  .core li .txt h2 {
    font-size: 18px;
    text-align: center;
  }
  .core li .txt p {
    margin-top: 13px;
  }
}

/* 12.智能云服 */
.smart {
  padding: 0 0 180px;
}

.smart ul li {
  cursor: pointer;
  padding: 60px 0;
}

.smart ul li:nth-child(2) {
  background: url(./../images/smart-bg.png) no-repeat center/cover;
}

.smart ul li .inside {
  display: flex;
  justify-content: space-between;
}

.smart ul li .img {
  order: 1;
  width: 48%;
}

.smart ul li:nth-child(even) .img {
  order: 2;
}

.smart ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.smart ul li .txt {
  order: 2;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.smart ul li:nth-child(even) .txt {
  order: 1;
  text-align: right;
}

.smart ul li .txt h2 {
  font-size: 24px;
}

.smart ul li .txt p {
  margin-top: 45px;
  color: #9c9c9c;
  line-height: 32px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

.smart ul li:nth-child(even) .txt p {
  text-align-last: right;
}

@media (max-width: 1400px) {
  .smart {
    padding: 0 0 90px;
  }
  .smart ul li .txt h2 {
    font-size: 20px;
  }
  .smart ul li .txt p {
    margin-top: 32px;
  }
}

@media (max-width: 768px) {
  .smart {
    padding: 20px 0 20px;
  }
  .smart ul li {
    padding: 30px 0;
  }
  .smart ul li .inside {
    flex-direction: column;
    align-items: center;
  }
  .smart ul li:nth-child(even) .img {
    order: 1;
  }
  .smart ul li:nth-child(even) .txt {
    order: 2;
  }
  .smart ul li .img {
    width: 50%;
  }
  .smart ul li .txt {
    width: 100%;
    margin-top: 27px;
  }
  .smart ul li:nth-child(even) .txt {
    text-align: center;
  }
  .smart ul li:nth-child(even) .txt p {
    text-align-last: left;
  }
  .smart ul li .txt h2 {
    font-size: 18px;
    text-align: center;
  }
  .smart ul li .txt p {
    margin-top: 13px;
  }
}

/* 13.功能名词 */
.rank {
  background-color: #e7ecf5;
  padding: 80px 0;
}

.rank .inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rank .img {
  width: 23%;
  margin-top: -280px;
}

.rank .txt {
  width: 34%;
}

.rank .txt .icon {
  width: 114px;
  height: auto;
}

.rank .txt .icon img {
  width: 100%;
  height: auto;
}

.rank .txt h2 {
  font-size: 24px;
  margin-top: 30px;
}

.rank .txt ul {
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
}

.rank .txt ul li {
  color: #5d5d5d;
  line-height: 16px;
  padding: 0 24px;
}

.rank .txt ul li:first-child {
  padding-left: 0;
}

.rank .txt ul li:last-child {
  padding-right: 0;
}

.rank .txt ul li:not(:last-child) {
  border-right: 1px solid #5d5d5d;
}

.rank .txt .gress {
  width: 100%;
  height: 12px;
  border-radius: 7px;
  overflow: hidden;
  background-color: #becbe3;
}

    .rank .txt .gress i {
        display: block;
        width: 27%;
        height: 100%;
        border-radius: 7px;
        background-color: #DF0000;
    }

@media (max-width: 1400px) {
  .rank {
    padding: 40px 0;
  }
  .rank .txt {
    width: 45%;
  }
  .rank .txt h2 {
    font-size: 20px;
  }
  .rank .img {
    margin-top: -140px;
  }
  .rank .txt ul {
    margin: 30px 0;
  }
}

@media (max-width: 1000px) {
  .rank .txt {
    width: 55%;
  }
}

@media (max-width: 768px) {
  .rank {
    padding: 60px 0 75px;
  }
  .rank .inside {
    flex-direction: column;
  }
  .rank .img {
    order: 1;
    margin-top: 0;
  }
  .rank .txt {
    width: 100%;
    order: 2;
  }
  .rank .txt ul {
    justify-content: center;
  }
  .rank .txt ul li {
    padding: 0 12px;
  }
  .rank .txt .icon {
    width: 75px;
    margin: 23px auto 0;
  }
  .rank .txt h2 {
    font-size: 18px;
    text-align: center;
  }
}

/* 14.概念标题 */
.cept {
  padding: 40px 0 0;
}

.cept .cons {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cept .img {
  width: 30%;
  border-radius: 50%;
  overflow: hidden;
}

.cept .txt {
  width: 54%;
  color: #666666;
  line-height: 32px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
  font-size:18px;
}

@media (max-width: 1400px) {
  .cept .cons {
    margin-top: 40px;
  }
}

@media (max-width: 1000px) {
  .cept {
    padding: 40px 0 0;
  }
  .cept .cons {
    margin-top: 23px;
    flex-direction: column;
  }
  .cept .img {
    width: 35%;
    margin-top: 23px;
  }
  .cept .txt {
    width: 100%;
    line-height: 27px;
    font-size:14px;
  }
}

/* 15.优势 */
.adva {
  padding: 80px 0 0;
}

.adva ul {
  margin-top: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:15px 0;
}

.adva ul li {
  width: 100% !important;
  height: auto;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 80px 40px;
  /* 蓝色阴影 */
  box-shadow: 0 0 15px 0 rgba(233, 235, 240, 1);
  border-radius: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.adva ul li .icon {
  width: 100%;
  height: 60px;
  text-align: center;
}

.adva ul li img {
  width: auto;
  height: 100%;
}

.adva ul li h3 {
  font-size: 20px;
  margin-top: 44px;
}

.adva ul li p {
  margin-top: 40px;
  line-height: 32px;
  color: #565252;
  height:calc(32px * 5);
  overflow:auto;
  text-align:left;
 /* text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient:vertical;*/
}
    .adva ul li p::-webkit-scrollbar {
        width:0;
    }

    .adva ul li:hover,
    .adva ul li.active {
        color: #ffffff;
        background-color: #DF0000;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    .vision-swiper {
        width:100%;
        overflow:hidden;
        padding:15px 0;
    }

    .adva ul li:hover .icon img,
    .adva ul li.active .icon img {
        /* 图片变白 */
        filter: grayscale(100%) brightness(400%);
    }

.adva ul li:hover p,
.adva ul li.active p {
  color: #ffffff;
}

@media (max-width: 1400px) {
  .adva ul li {
    width: calc((100% / 4) - 20px);
    padding: 80px 30px;
    border-radius: 30px;
  }
}

@media (max-width: 1000px) {
  .adva {
    padding: 40px 0 0;
  }
  .adva ul {
    margin-top: 30px;
    flex-direction: column;
  }
  .adva ul li {
    width: 100%;
    padding: 32px 20px;
    border-radius: 10px;
    margin-top: 15px;
  }
  .adva ul li:hover,
  .adva ul li.active {
    transform: translateY(0);
  }
  .adva ul li .icon {
    height: 40px;
  }
  .adva ul li h3 {
    font-size: 16px;
    margin-top: 23px;
  }
  .adva ul li p {
    margin-top: 17px;
    line-height: 27px;
  }
}

/* 16.服务 */
.case {
  padding: 90px 0 120px;
  margin-top: 120px;
  overflow: hidden;
  background: url(./../images/serve-bg.png) no-repeat center/cover;
}

.case-swiper,
.case-thumb-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.case-swiper .swiper-container {
  width: 100%;
  height: auto;
  position: relative;
}

.case-swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 120px;
}

.case-swiper .title h3 {
  margin-left: -120px;
}

.case-swiper .img {
  width: 70%;
  height: auto;
}

.case-swiper .txt {
  width: 20%;
}

.case-swiper h2 {
  margin-top: 70px;
  font-size: 24px;
  line-height: 37px;
}

.case-swiper .txt .desc {
  margin-top: 55px;
  line-height: 32px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
  font-size:18px;
}

    .case-swiper .btns {
        margin-top: 40px;
        margin-bottom: 320px;
        display: block;
        width: 150px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        background-color: #DF0000 !important;
    }

.case-swiper .btns i {
  font-size: 14px;
  color: #ffffff;
}

.case-swiper .btns img {
  display: inline-block;
  height: 7px;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-left: 9px;
}

.case .case-thumb-swiper {
  margin-top: -220px;
}

.case .case-thumb-swiper img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

/* 轮播图默认样式修改 */
.case-swiper .swiper-button-next,
.case-swiper .swiper-button-prev {
  width: 36px;
  height: 36px;
  top: 65%;
  position: absolute;
}
.header-black .nav-link li:hover a::before {
    background-color:#f00 !important;
}

.case-swiper .swiper-button-prev,
.case-swiper .swiper-container-rtl .swiper-button-next {
    background-image: url(./../images/row-left1.png);
    background-size: 100% 100%;
    left: 120px;
}

.case-swiper .swiper-button-next,
.case-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(./../images/row-right2.png);
  background-size: 100% 100%;
  left: 290px;
}
.header-black .nav-link li.active a::before {
    background-color:#ff0000 !important;
}
.bx-Search {
    overflow: hidden;
}
#search {
    margin-top:40px !important;
}
@media (max-width: 1780px) {
    .case-swiper .title h3 {
    margin-left: 0;
  }
  .case-swiper .swiper-slide {
    padding-left: 0;
  }
  .case-swiper .img {
    margin-top: 32px;
  }
  .case-swiper .swiper-button-next,
  .case-swiper .swiper-button-prev {
    top: 68%;
  }
  .case-swiper .swiper-button-prev,
  .case-swiper .swiper-container-rtl .swiper-button-next {
    left: 120px;
  }
  .case-swiper .swiper-button-next,
  .case-swiper .swiper-container-rtl .swiper-button-prev {
    left: 160px;
  }
}

@media (max-width: 1400px) {
  .case-swiper h2 {
    margin-top: 32px;
    font-size: 20px;
    line-height: 32px;
  }
  .case-swiper .txt .desc {
    margin-top: 23px;
    font-size: 16px;
  }
  .case-swiper .btns {
    margin-top: 30px;
    margin-bottom: 280px;
  }
  .case .case-thumb-swiper {
    margin-top: -120px;
  }
  .case-swiper .swiper-button-prev,
  .case-swiper .swiper-container-rtl .swiper-button-next {
    left: 4%;
  }
  .case-swiper .swiper-button-next,
  .case-swiper .swiper-container-rtl .swiper-button-prev {
    left: 8%;
  }
}

@media (max-width: 1000px) {
  .case {
    padding: 60px 0 90px;
    margin-top: 60px;
  }
  .case-swiper .swiper-slide {
    flex-direction: column;
  }
  .case-swiper .txt {
    width: 100%;
  }
    .case-swiper .txt .desc {
        font-size: 14px;
    }
  .case-swiper .img {
    width: 50%;
    margin-top: 0;
  }
  .case-swiper h2 {
    margin-top: 13px;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
  }
  .case-swiper .txt .desc {
    margin-top: 7px;
    font-size: 12px;
    line-height: 23px;
    text-align-last: center;
  }
  .case-swiper .btns {
    margin: 27px auto 27px;
    width: 90px;
    height: 32px;
    line-height: 32px;
  }
  .case-swiper .btns i {
    font-size: 10px;
  }
  .case-swiper .btns img {
    height: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
  }
  .case .case-thumb-swiper {
    margin-top: 13px;
  }
  .case-swiper .swiper-button-next,
  .case-swiper .swiper-button-prev {
    top: 50%;
  }
  .case-swiper .swiper-button-prev,
  .case-swiper .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .case-swiper .swiper-button-next,
  .case-swiper .swiper-container-rtl .swiper-button-prev {
    left: calc(100% - 21px);
  }
}

/* 17.发展历程 */
.exp {
    display: flex;
    justify-content: space-between;
    color: #DF0000;
}

.exp li p {
  line-height: 60px;
}

.exp li i {
  font-family: "Impact";
  font-size: 60px;
  display: inline-block;
}

.exp li em {
  font-size: 18px;
}

.exp li span {
  display: block;
  font-size: 16px;
  color: #000000;
  margin-top: -13px;
}

@media (max-width: 1400px) {
  .exp li p {
    line-height: 47px;
  }
  .exp li i {
    font-size: 47px;
  }
  .exp li em {
    font-size: 16px;
  }
  .exp li span {
    font-size: 14px;
  }
}

.header-list {
    overflow:hidden;
    width:1600px;
    margin:0 auto;
}
@media (max-width: 1650px) {
    .header-list {
        width: 95%;
    }
    header .nav-link li:not(:last-child) {
        margin-right:20px !important;
    }
}

@media (max-width: 1600px) {

    header .nav-link li:not(:last-child) {
        margin-right: 10px !important;
    }
}
@media (max-width: 1550px) {

    .headercontact,
    header .nav-link {
        font-size: 18px !important;
    }
}
@media (max-width: 1400px) {
    .headercontact img {
        width:20px !important;
        height:20px !important;
        margin-top:3px !important;
    }
    .headercontact,
    header .nav-link {
        font-size: 16px !important;
    }
}
@media (max-width: 1350px) {
    .searchs {
        display: none !important;
    }
}
@media (max-width: 1230px) {
    .headercontact {
        display: none !important;
    }
} 
    @media (max-width: 1000px) {
        .exp {
            flex-wrap: wrap;
        }

            .exp li {
                width: 50%;
                text-align: center;
            }

                .exp li:nth-child(n + 3) {
                    margin-top: 23px;
                }

                .exp li p {
                    line-height: 32px;
                }

                .exp li i {
                    font-size: 32px;
                }

                .exp li em {
                    font-size: 12px;
                }

                .exp li span {
                    font-size: 12px;
                    margin-top: -3px;
                }
    }

    /* 18.关于我们 */
    .about {
        padding: 120px 0 0;
    }

        .about .inside {
            height: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .about .img {
            width: 37%;
            border-radius: 20px;
            overflow: hidden;
        }

        .about .txt {
            width: 54%;
        }

            .about .txt h2 em {
                display: block;
                font-weight: bold;
                color: #e5e5e5;
                font-size: 50px;
            }

            .about .txt h2 span {
                display: block;
                font-size: 30px;
                color: #DF0000;
                margin-top: 5px;
            }

            .about .txt .desc {
                margin-top: 40px;
                line-height: 32px;
                /* 文字对齐 */
                text-align: justify;
                text-align-last: left;
                text-justify: inter-ideograph;
            }

        .about .more {
            display: block;
            width: 150px;
            height: 52px;
            line-height: 50px;
            text-align: center;
            color: #DF0000;
            border: 1px solid #DF0000;
            margin: 76px 0 0;
        }

        .about .exp {
            margin-top: 40px;
        }

    @media (max-width: 1400px) {
        .about {
            padding: 90px 0 0;
        }

            .about .txt h2 em {
                font-size: 16px;
            }

            .about .txt h2 span {
                font-size: 24px;
            }

            .about .txt .desc {
                margin-top: 30px;
            }
    }

    @media (max-width: 1000px) {
        .about {
            padding: 40px 0 0;
        }

            .about .inside {
                flex-direction: column;
            }

            .about .img {
                width: 60%;
                margin: 27px auto 0;
                border-radius: 0;
            }

            .about .txt {
                width: 100%;
            }

                .about .txt h2 {
                    text-align: center;
                }

                    .about .txt h2 em {
                        font-size: 14px;
                    }

                    .about .txt h2 span {
                        font-size: 20px;
                    }

                .about .txt .desc {
                    margin-top: 20px;
                    line-height: 27px;
                }

            .about .more {
                width: 120px;
                height: 37px;
                line-height: 35px;
                margin: 32px auto 0;
            }

            .about .exp {
                margin-top: 27px;
            }
    }

    /* 19.公司文化 */
    .cul {
        padding: 120px 0 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .cul li {
            display: block;
            /*width: calc(100% / 3);*/
            height: auto;
            box-sizing: border-box;
        }

    .adva-swiper {
        width: 100%;
        overflow: hidden;
    }

    .cul li a {
        display: block;
        position: relative;
    }

    .cul li .img {
        width: 100%;
        height: auto;
    }

    .cul li h3 {
        width: 100%;
        height: 100%;
        /*background-color: rgba(25, 72, 154, 0.3);*/
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 20px;
        color: #ffffff;
        display: flex;
        box-sizing: border-box;
        text-align: center;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding-bottom: 15px;
        opacity: 1;
    }

    .cul li .det h2 {
        font-size: 24px;
        width: 100%;
        text-align: center;
        /* 超出隐藏 */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .cul li .det p {
        margin-top: 32px;
        line-height: 32px;
        text-align: left;
        /* 文字最多显示几行 */
        overflow: hidden;
        text-overflow: ellipsis; /* 超出部分省略号 */
        word-break: break-all; /* break-all(允许在单词内换行。) */
        display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
        -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
        -webkit-line-clamp: 4; /* 显示的行数 */
        max-height: 80rpx; /* 设置最大高度，根据行高，要几行乘以几倍 */
        width: 100%;
        text-align: center;
        font-size:18px;
    }

    .cul-swiper {
        width: 100%;
        overflow: hidden;
    }

    .cul li .det {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        background-color: #DF0000;
        display: flex;
        opacity: 0;
        box-sizing: border-box;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 20px 30px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .cul li:hover .det,
    .cul li.active .det {
        opacity: 1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .cul li:hover h3,
    .cul li.active h3 {
        opacity: 0;
    }
.cons img {
    width:100%;
    display:block;
}

@media (max-width: 1400px) {
    .cul {
            padding: 90px 0 0;
        }

            .cul li h3 {
                font-size: 16px;
                padding-bottom: 10px;
            }

            .cul li .det {
                padding: 20px 20px;
            }

                .cul li .det h2 {
                    font-size: 20px;
                }

                .cul li .det p {
                    margin-top: 27px;
                    line-height: 27px;
                    font-size:16px;
                }
    }

    @media (max-width: 1000px) {
        .cul {
            padding: 40px 0 0;
        }

            .cul li {
                width: 100%;
            }

                .cul li h2 {
                    height: 60px;
                }

                .cul li .det,
                .cul li h2 {
                    font-size: 14px;
                }

                .cul li h3 {
                    font-size: 14px;
                    padding-bottom: 7px;
                }

                .cul li .det p {
                    margin-top: 0;
                    line-height: 27px;
                }
                .cul li .det h2 {
                    font-size:16px;
                }
                .cul li .det p {
                    font-size:14px;
                    line-height:20px;
                }
        .cons img {
            margin-top:10px;
        } 
    }

    @media (max-width: 680px) {
        .cul {
            justify-content: center;
            align-items: center;
        }

            .cul li {
                width: 100%;
            }
    }

    /* 20.产品中心 */
    .pro {
        padding: 120px 0 0;
    }

    .pro-swiper {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        margin-top: 43px;
    }

        .pro-swiper .swiper-container {
            width: 88%;
            height: auto;
        }

        .pro-swiper .swiper-slide {
            display: flex;
            justify-content: space-between;
            box-sizing: border-box;
            width: 100%;
            height: auto;
            border-radius: 10px;
            background-color: #ffffff;
        }

        .pro-swiper .img {
            width: 54%;
        }

        .pro-swiper .txt {
            width: 46%;
            box-sizing: border-box;
            padding: 57px 44px;
        }

            .pro-swiper .txt h2 {
                color: #000000;
                font-size: 24px;
                line-height: 37px;
                text-align:center;
            }

            .pro-swiper .txt span {
                color: #000000;
                font-size: 18px;
                line-height: 32px;
            }

            .pro-swiper .txt .det {
                position: relative;
            }

                .pro-swiper .txt .det em {
                    font-family: "Arial";
                    font-size: 140px;
                    line-height: 140px;
                    color: #eaeaea;
                    font-style: italic;
                    position: absolute;
                }

                    .pro-swiper .txt .det em:nth-child(1) {
                        left: -44px;
                        top: 7px;
                    }

                    .pro-swiper .txt .det em:nth-child(3) {
                        right: 0;
                        bottom: -50px;
                    }

            .pro-swiper .txt .desc {
                padding: 47px 32px;
                font-size: 18px;
                /* 文字对齐 */
                text-align: justify;
                text-align-last: left;
                text-justify: inter-ideograph;
            }

        /* 轮播图默认样式修改 */
        .pro-swiper .swiper-button-next,
        .pro-swiper .swiper-button-prev {
            width: 42px;
            height: 42px;
        }

        .pro-swiper .swiper-button-prev,
        .pro-swiper .swiper-container-rtl .swiper-button-next {
            background-image: url(./../images/row-left1.png);
            background-size: 100% 100%;
            left: 0;
        }

        .pro-swiper .swiper-button-next,
        .pro-swiper .swiper-container-rtl .swiper-button-prev {
            background-image: url(./../images/row-right2.png);
            background-size: 100% 100%;
            right: 0;
        }

        .pro-swiper .swiper-container-horizontal > .swiper-pagination-bullets,
        .pro-swiper .swiper-pagination-custom,
        .pro-swiper .swiper-pagination-fraction {
            text-align: center;
            bottom: 10px;
            font-family: "Arial";
            font-weight: bold;
            color: #c5c5c5;
            padding-left: 320px;
        }

        .pro-swiper .dangqian {
            font-size: 42px;
            color: #DF0000;
        }

    @media (max-width: 1400px) {
        .pro {
            padding: 63px 0 90px;
        }

        .pro-swiper {
            margin-top: 32px;
        }

            .pro-swiper .swiper-container {
                padding-bottom: 75px;
            }

            .pro-swiper .img {
                width: 50%;
            }

            .pro-swiper .txt {
                width: 50%;
                padding: 32px;
            }

                .pro-swiper .txt h2 {
                    font-size: 20px;
                }

                .pro-swiper .txt span {
                    font-size: 16px;
                }

                .pro-swiper .txt .det em {
                    font-size: 90px;
                    line-height: 90px;
                }

                .pro-swiper .txt .desc {
                    padding: 27px;
                    font-size: 16px;
                }

                .pro-swiper .txt .det em:nth-child(1) {
                    left: -32px;
                }

                .pro-swiper .txt .det em:nth-child(3) {
                    bottom: -32px;
                }
            /* 轮播图默认样式修改 */
            .pro-swiper .swiper-button-next,
            .pro-swiper .swiper-button-prev {
                width: 43px;
                height: 43px;
            }

            .pro-swiper .swiper-container-horizontal > .swiper-pagination-bullets,
            .pro-swiper .swiper-pagination-custom,
            .pro-swiper .swiper-pagination-fraction {
                padding-left: 0;
                bottom: 0;
            }

            .pro-swiper .dangqian {
                font-size: 32px;
            }
    }

    @media (max-width: 1000px) {
        .pro {
            padding: 40px 0 0;
        }

        .pro-swiper {
            margin-top: 0;
        }

            .pro-swiper .swiper-container {
                width: 100%;
                padding-bottom: 23px;
            }

            .pro-swiper .swiper-slide {
                flex-direction: column;
                align-items: center;
            }

            .pro-swiper .img {
                width: 40%;
                margin-top: 23px;
            }

            .pro-swiper .txt {
                width: 100%;
                padding: 19px 13px 32px;
            }

                .pro-swiper .txt h2 {
                    font-size: 16px;
                    text-align: center;
                    line-height: 27px;
                }

                .pro-swiper .txt span {
                    display: block;
                    font-size: 14px;
                    text-align: center;
                    line-height: 23px;
                }

                .pro-swiper .txt .det em {
                    font-size: 70px;
                    line-height: 70px;
                }

                .pro-swiper .txt .desc {
                    padding: 13px 23px 32px;
                    font-size: 14px;
                }

                .pro-swiper .txt .det em:nth-child(1) {
                    left: -13px;
                }

                .pro-swiper .txt .det em:nth-child(3) {
                    bottom: -7px;
                }
            /* 轮播图默认样式修改 */
            .pro-swiper .swiper-button-next,
            .pro-swiper .swiper-button-prev {
                width: 32px;
                height: 32px;
            }

            .pro-swiper .swiper-container-horizontal > .swiper-pagination-bullets,
            .pro-swiper .swiper-pagination-custom,
            .pro-swiper .swiper-pagination-fraction {
                text-align: center;
                bottom: 0;
            }

            .pro-swiper .dangqian {
                font-size: 23px;
            }
    }

    /* 21.合作伙伴 */
    .coop {
        padding: 90px 0 140px;
        background-color: #fafdff;
        margin-top: 120px;
    }

        .coop .inside {
            width: 1766px;
        }

    @media (max-width: 1766px) {
        .coop .inside {
            width: 1400px;
        }
    }

    @media (max-width: 1400px) {
        .coop {
            margin-top: 60px;
        }

            .coop .inside {
                width: 93%;
            }
    }

    .coop ul {
        margin-top: 65px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .coop ul li {
            width: 260px;
            cursor: pointer;
        }

            .coop ul li:nth-child(n + 6) {
                margin-top: 30px;
            }

            .coop ul li:nth-child(-n + 4) {
                margin-right: 25px;
            }

            .coop ul li:nth-child(1) {
                margin-left: 90px;
            }

            .coop ul li:nth-child(5) {
                margin-right: 90px;
            }

            .coop ul li:nth-child(6) {
                margin-left: -81px;
            }

            .coop ul li:nth-child(n + 6):nth-child(-n + 10) {
                margin-right: 25px;
            }

            .coop ul li:nth-child(n + 6):nth-child(-n + 11) {
                box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
            }

            .coop ul li:nth-child(n + 12) {
                margin-right: 25px;
            }

            .coop ul li:nth-child(17) {
                margin-right: 0;
            }

            .coop ul li:nth-child(12) {
                margin-left: 81px;
            }

    @media (max-width: 1766px) {
        .coop ul {
            justify-content: flex-start;
        }

            .coop ul li:nth-child(1) {
                margin-left: 0;
            }

            .coop ul li:nth-child(5) {
                margin-right: 0;
            }

            .coop ul li:nth-child(12) {
                margin-left: 0;
            }

            .coop ul li:nth-child(6) {
                margin-left: 0;
            }

            .coop ul li:nth-child(n + 6):nth-child(-n + 11) {
                box-shadow: 0 0 0 0;
            }

            .coop ul li:nth-child(n + 12) {
                margin-right: 0;
            }

            .coop ul li:nth-child(-n + 4) {
                margin-right: 0;
            }

            .coop ul li:nth-child(n + 6):nth-child(-n + 10) {
                margin-right: 0;
            }

            .coop ul li:nth-child(n + 6) {
                margin-top: 32px;
            }

            .coop ul li:not(:nth-child(5n)) {
                margin-right: 25px !important;
            }
    }

    @media (max-width: 1400px) {
        .coop {
            padding: 75px 0 120px;
            margin-top: 60px;
        }

            .coop ul {
                margin-top: 43px;
            }

                .coop ul li {
                    width: calc(25% - 12px);
                }

                    .coop ul li:nth-child(n + 6) {
                        margin-top: 0;
                    }

                    .coop ul li:not(:nth-child(5n)) {
                        margin-right: 0 !important;
                    }

                    .coop ul li:nth-child(n + 5) {
                        margin-top: 16px;
                    }

                    .coop ul li:not(:nth-child(4n)) {
                        margin-right: 16px !important;
                    }
    }

    @media (max-width: 1000px) {
        .coop {
            padding: 43px 0 75px;
            margin-top: 40px;
        }

            .coop ul {
                margin-top: 27px;
            }

                .coop ul li {
                    width: calc(25% - 4.5px);
                }

                    .coop ul li:nth-child(n + 5) {
                        margin-top: 6px;
                    }

                    .coop ul li:not(:nth-child(4n)) {
                        margin-right: 6px !important;
                    }
    }

    @media (max-width: 680px) {
        .coop ul li {
            width: calc((100% / 3) - 2px);
        }

            .coop ul li:nth-child(n + 5) {
                margin-top: 0;
            }

            .coop ul li:not(:nth-child(4n)) {
                margin-right: 0 !important;
            }

            .coop ul li:nth-child(n + 4) {
                margin-top: 3px;
            }

            .coop ul li:not(:nth-child(3n)) {
                margin-right: 3px !important;
            }
    }

    /* 22.首页-新闻资讯 */
    .jour {
        width: 100%;
        height: auto;
        overflow: hidden;
        box-sizing: border-box;
        padding: 90px 0 5px;
    }

        .jour .con {
            margin-top: 35px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .jour .left {
            width: 518px;
            height: auto;
            box-sizing: border-box;
            padding: 40px 40px 20px;
            background-color: #ffffff;
            box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.12);
        }

            .jour .left .img {
                width: 100%;
            }

            .jour .left h4 {
                color: #000000;
                font-size: 16px;
                margin-top: 23px;
            }

            .jour .left .time {
                display: flex;
                align-items: center;
            }

                .jour .left .time span {
                    color: #DF0000;
                    font-size: 16px;
                }

                .jour .left .time .line {
                    width: 244px;
                    height: 1px;
                    background-color: #19489a;
                    margin-left: 58px;
                }

        .jour .right {
            width: calc(100% - 518px);
            box-sizing: border-box;
            padding-left: 66px;
        }

            .jour .right li {
                width: 100%;
                height: auto;
                padding: 27px 0;
                border-bottom: 1px solid #f5f5f5;
            }

                .jour .right li:first-child {
                    padding-top: 0;
                }

                .jour .right li a {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                }

                .jour .right li .time {
                    width: 75px;
                    color: #999999;
                    font-size: 20px;
                }

                    .jour .right li .time span:first-child {
                        color: #DF0000;
                        font-size: 24px;
                    }

                .jour .right li .img {
                    width: 50px;
                }

                .jour .right li img {
                    display: none;
                    width: 50px;
                    height: 16px;
                }

            .jour .right p {
                width: calc(100% - 75px);
                color: #333333;
                font-size: 20px;
                box-sizing: border-box;
                padding: 0 32px;
                /* 超出隐藏 */
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .jour .right li:hover img,
            .jour .right .active img {
                display: block;
            }

            .jour .right li:hover,
            .jour .right .active {
                border-bottom: 2px solid #DF0000;
            }

    @media (max-width: 1400px) {
        .jour {
            padding: 63px 0 5px;
        }

            .jour .left {
                width: 420px;
                padding: 30px 30px 20px;
            }

            .jour .right {
                width: calc(100% - 420px);
                padding-left: 40px;
            }

                .jour .right li {
                    padding: 23px 0;
                }

                    .jour .right li .time {
                        width: 60px;
                        font-size: 16px;
                    }

                        .jour .right li .time span:first-child {
                            font-size: 20px;
                        }

                    .jour .right li .img {
                        width: 40px;
                    }

                    .jour .right li img {
                        width: 40px;
                        height: 12px;
                    }

                .jour .right p {
                    width: calc(100% - 100px);
                    font-size: 18px;
                    padding: 0 23px;
                }
    }

    @media (max-width: 1000px) {
        .jour {
            padding: 40px 0 0;
        }

            .jour .con {
                flex-direction: column;
                margin-top: 23px;
            }

            .jour .left {
                width: 50%;
                padding: 10px 10px 10px;
                box-shadow: 0 0 0 0;
                border: 1px solid #f5f5f5;
            }

                .jour .left h4 {
                    font-size: 13px;
                    margin-top: 13px;
                }

                .jour .left .time span {
                    color: #19489a;
                    font-size: 14px;
                }

                .jour .left .time .line {
                    width: 75%;
                    margin-left: 7px;
                }

            .jour .right {
                width: 100%;
                padding-left: 0;
                margin-top: 23px;
            }

                .jour .right li {
                    padding: 10px 0;
                }

                    .jour .right li .time {
                        width: 50px;
                        font-size: 13px;
                    }

                        .jour .right li .time span:first-child {
                            font-size: 16px;
                        }

                    .jour .right li .img {
                        width: 20px;
                    }

                    .jour .right li img {
                        width: 20px;
                        height: 7px;
                    }

                .jour .right p {
                    width: calc(100% - 60px);
                    font-size: 16px;
                    padding: 0 9px;
                }

                .jour .right li:hover,
                .jour .right .active {
                    border-bottom: 1px solid #19489a;
                }
    }

    /* 23.发展历程 */
    .course {
        padding: 90px 0;
        margin-top: 120px;
        background: url(./../images/course.png) no-repeat center/cover;
    }

        .course ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

            .course ul li {
                width: 33%;
                text-align: center;
                color: #ffffff;
            }

                .course ul li:nth-child(n + 4) {
                    margin-top: 75px;
                }

                .course ul li p i {
                    font-family: "Impact";
                    font-size: 95px;
                    display: inline-block;
                }

                .course ul li p em {
                    font-size: 28px;
                }

                .course ul li span {
                    font-size: 24px;
                    margin-top: -7px;
                }

    .qr {
        display: none;
    }

    @media (max-width: 1400px) {
        .course {
            margin-top: 0;
            padding: 60px 0;
        }

            .course ul li:nth-child(n + 4) {
                margin-top: 45px;
            }

            .course ul li p i {
                font-size: 60px;
            }

            .course ul li p em {
                font-size: 20px;
            }

            .course ul li span {
                font-size: 20px;
                margin-top: -7px;
            }
    }

    @media (max-width: 1000px) {
        .course {
            margin-top: 40px;
            padding: 40px 0;
        }

            .course ul li:nth-child(n + 4) {
                margin-top: 30px;
            }

            .course ul li p i {
                font-size: 37px;
            }

            .course ul li p em {
                font-size: 16px;
            }

            .course ul li span {
                font-size: 14px;
                margin-top: -7px;
            }
    }
