/*index*/

#container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.containbg {
  background: #f3f3f3;
/*  padding-bottom: 3.67vw;*/
}
.containcontactbg {
  padding-bottom: 3.67vw;
}
.conitembg {
  width: 100vw;
  /* height: 87.73vw; */
  background: #fff;
  margin: 0 auto;
  padding-bottom: 10.67vw !important;
}

.conitemnobg {
  background: none !important;
}

.header {
  width: 100vw;
  /* position: absolute; */
  /* margin-top: 5.33vw; */
  background: #fff;
  position: fixed;
  top: 0vw;
  z-index: 13;
  padding-top: 5.33vw;
  padding-bottom: 5.33vw;
}

.indexheader {
  background: none;
}

.header-con,
.in-nav-wrap {
  width: 89.33vw;
  margin: 0 auto;
  height: 8vw;
}

.logo {
  width: 22.8vw;
  height: 6.8vw;
  margin-top: 0vw;
}

.logoimg {
  height: 8vw;
  width: 22.8vw;
  height: 6.8vw;
}

.nav,
.nav ul {
  width: 35vw;
}

.nav {
  width: 5.33vw;
  height: 3.33vw;
  position: relative;
}

  .nav span {
    display: block;
    width: 5.67vw;
    height: 2px;
    background: #333;
    transition: all 0.3s linear;
  }

    .nav span:nth-child(1) {
      top: 0vw;
      position: absolute;
    }

    .nav span:nth-child(2) {
      top: 4vw;
      position: absolute;
    }

    .nav span:nth-child(3) {
      /* bottom: -3.33vw; */
      position: absolute;
      top: 2vw;
    }

.nav-but span:nth-child(1) {
  transform: rotate(45deg);
  top: 2vw;
  background: #fff;
}

.nav-but {
  position: absolute;
  right: 10vw;
  z-index: 11;
  top: 6.6vw;
}

  .nav-but span:nth-child(2) {
    display: none;
  }

  .nav-but span:nth-child(3) {
    transform: rotate(-45deg);
    /* bottom: -2.6vw; */
    background: #fff;
  }

.nav .menu {
  width: 5.33vw;
  height: 3.33vw;
}

.nav li a {
  color: #333;
}

  .nav li a span {
    height: 2px;
    background: #d8262c;
    display: block;
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: 100% 0;
  }

  .nav li a:hover span,
  .nav li a.active span {
    transform: scaleX(1);
    transform-origin: 0 0;
  }

.nav li {
  font-size: 0.9vw;
  position: relative;
  line-height: 3.4vw;
}

  .nav li img {
    vertical-align: middle;
  }

.header-menu {
  position: fixed;
  width: 90vw;
  height: 100%;
  background: #2b2e38;
  top: 0;
  bottom: 0;
  left:11vw;
/*  right: 0;*/
  overflow: hidden;
  transition: all 0.3s linear;
/*  transform: translateX(500px);*/
  padding: 20vw 10vw;
  box-sizing: border-box;
  z-index: 16;
  display: none;

}

  .header-menu.active {
    transform: translateX(0);
    display: block;
  }

.header-menu-list a {
  color: #fff;
  display: block;
  line-height: 14vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 3.6vw;
  font-weight: bold;
}

.logo-none {
  position: absolute;
  z-index: -1;
}

.header-menu-list span {
  display: inline;
  float: right;
  font-weight: normal;
  font-size: 30px;
  color: #6b6d74;
}

.menu-but,
.menu-but2 {
  line-height: 14vw;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 4.6vw;
  position: relative;
}

.menu-but {
  background: #d8262c;
  margin-top: 6vw;
}

.menu-but2 {
  background: rgba(255, 255, 255, 0.1);
  margin-top: 4vw;
}
  /* 菜单 */
  .menu-but2 span,
  .menu-but span {
    position: absolute;
    right: 5px;
    color: #fff;
    font-size: 36px;
  }

.header-menu .txt {
  color: #6b6d74;
  margin-top: 6vw;
  font-size: 3.4vw;
}

.in-top {
  height: 20vw;
}

.page-top {
  width: 16vw;
  height: 16vw;
  background: #d8262c;
  border-radius: 50%;
  position: fixed;
  bottom: 5vw;
  left: 80vw;
  text-align: center;
  line-height: 16vw;
}

  .page-top img {
    width: 40px;
    vertical-align: middle;
  }

.nav li:hover .m-subnav {
  display: block;
}

.m-subnav {
  position: absolute;
  left: 0;
  top: 3.5vw;
  background: rgba(0, 0, 0, 0.5);
  width: 8vw;
  padding: 0.5vw;
  box-sizing: border-box;
  display: none;
  z-index: 9999;
}

  .m-subnav a {
    font-size: 0.781vw;
    line-height: 2.3vw;
    display: block;
    transition: all 0.2s;
    color: #fff !important;
  }

    .m-subnav a:hover {
      transform: translate(10px, 0);
    }

.nav li .iconfont {
  margin-left: 5px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100vw;
  margin-top: 2.5vw;
  font-size: 12px;
  text-align: center;
  color: #333;
  line-height: 35px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.nav li a.active,
.nav li a:hover {
  color: #d8262c;
}

.gaoshibox {
  position: absolute;
  left: 0;
  bottom: 26.7vw;
  z-index: 100;
  padding-left: 5.33vw;
  color: #fff;
  font-size: 3.2vw;
  z-index: 1;
  display: flex;
  width: 94vw;
}

.index-newslb {
  overflow: hidden;
  height: 5.33vw;
  float: left;
  width:83.33vw;
}

#index-news a {
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  word-break: normal;
  display:block;
}

.index-news-item {
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 90%;
  word-break: normal;
  display: block;
}
.companybenefits .yxjimg {
  /* width: 50.67vw; */
  position: absolute;
  z-index: 100;
  bottom: 0px;
  right: 0px;
  z-index: 8;
  color: #d8262c;
}

.yxjimg .iconfont {
  font-size: 8vw;
}
.gaoshibox .news {
  width:5.33vw;
  height: 5.33vw;
  opacity: 0.3;
  background: rgba(0, 0, 0, 100);
  border-radius: 50%;
  text-align: center;
  line-height: 5.33vw;
  margin-right: 1.33vw;
  float: left;
}

.index-newslb .index-news-item {
  height: 5.33vw;
  line-height: 5.33vw;
}

  .index-newslb .index-news-item:first-child {
    height: 5.33vw;
    line-height: 5.33vw;
    margin-top: 0;
    transition: margin-top 0.8s;
  }

.m-solution {
  /* width: 216.53vw; */
  position: absolute;
  left: 0;
  bottom: 10.67vw;
  z-index: 1;
  width: 89.34vw;
  overflow-x: auto;
  margin-left: 5.33vw;
  margin-right: 5.33vw;
}

.m-solution-list {
  width: 277.53vw;
  margin-bottom: 1.67vw;
}

  .m-solution-list .item {
    width: 30.6vw;
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 1.1vw;
    font-weight: normal;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 2.67vw 2.67vw 2.67vw 2.67vw;
    background: rgba(0, 0, 0, 0.15);
    float: left;
    margin-right: 4vw;
  }

    .m-solution-list .item:link {
      background: rgba(0, 0, 0, 0.15);
    }

    .m-solution-list .item:visited {
      background: rgba(0, 0, 0, 0.15);
    }

    .m-solution-list .item:hover {
      background: rgba(216, 38, 44, 0.7);
    }

    .m-solution-list .item:active {
      background: rgba(216, 38, 44, 0.7);
    }

    .m-solution-list .item:hover,
    .m-solution-list .item:focus {
      background: rgba(216, 38, 44, 0.7);
    }

    .m-solution-list .item .zr {
      width: 4.4vw;
      height: 5.87vw;
    }
    /* .m-solution-list .item:hover .active {
  transform: translateY(0);
  background: rgba(216, 38, 44, 0.7);
} */

    .m-solution-list .item img {
      margin-right: 0.8vw;
      height: 5.33vw;
      margin-top: 3.6vw;
      margin-bottom: 2.67vw;
    }

    .m-solution-list .item .default:last-child {
      border-right: none;
    }

    .m-solution-list .item .default {
      box-sizing: border-box;
      margin: 0 auto;
      text-align: center;
      font-size: 3.2vw;
    }

  .m-solution-list .active {
    width: 14.285vw;
    box-sizing: border-box;
    height: 5vw;
    transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    transform: translateY(100%);
    justify-content: center;
    align-items: center;
  }

  .m-solution-list .item:hover .default {
    /* transform: translateY(-200%); */
    /* background: rgba(216, 38, 44, .7); */
  }

  .m-solution-list .intro {
    margin-top: 0.2vw;
  }

.subnav {
  display: none;
  padding-bottom: 1vw;
}

  .subnav a {
    font-size: 0.833vw;
    line-height: 2.283vw;
    opacity: 0.6;
  }

  .subnav span {
    color: #d8262c;
    font-size: 0.937vw;
    opacity: 1;
    vertical-align: middle;
    margin-left: 0.2vw;
    display: inline-block;
  }

.nav-icon i {
  color: #fff;
  font-size: 1.6vw;
  cursor: pointer;
}

/*products*/
.bread span {
  margin-right: 5px;
  color: #d8262c;
  font-size: 18px;
}

.bread,
.bread a {
  color: #666;
  font-size: 3.6vw;
}

.case-det-con .bread span {
  color: #d8262c;
  vertical-align: middle;
}

/*in-footer*/
.in-footer {
  background: #333333;
  padding-top: 50px;
  padding-left: 6.13vw;
  box-sizing: border-box;
}

.in-f-nav,
.copy,
.in-f-contact h2 {
  color: #fff;
  font-size: 4vw;
}

  .in-f-nav a {
    display: block;
    font-size: 2.67vw;
    color: #999;
    margin-bottom: 10px;
    position: relative;
  }

  .in-f-nav .flex-row {
    /* align-items: flex-start; */
    justify-content: normal;
  }

    .in-f-nav .flex-row li {
      width: 45vw;
    }

  .in-f-nav h2,
  .in-f-contact h2 {
    font-size: 3.2vw;
    font-weight: normal;
    margin-bottom: 3.73vw;
    letter-spacing: 1px;
    position: relative;
  }

.in-f-contact {
  /* width: 310px; */
}

.in-f-nav {
  width: 93.87vw;
}

.copy {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 30px;
  color: #999;
  padding: 3.73vw 0;
}

  .copy p {
    text-align: left;
    font-size: 2.4vw;
  }

.in-footer .in-wrap.flex-row {
  align-items: flex-start;
}

.in-f-contact .phone {
    font-size: 3.2vw;
    color: #d8262c;
    -webkit-text-fill-color: #d8262c;
    -webkit-text-stroke-color: #d8262c;
    display: flex;
    align-items: center;
}

    .in-f-contact .phone i,
    .address i {
        font-size: 3.2vw;
        color: #777 !important;
        -webkit-text-fill-color: #777;
        -webkit-text-stroke-color: #777;
        font-weight: normal;
    }

.in-f-contact .address {
  color: #fff;
  font-size: 3.2vw;
}

.address i {
  display: block;
  margin-bottom: 7px;
}

.address {
  color: #999 !important;
  font-size: 16px;
  margin-top: 0px;
  line-height: 24px;
}

.in-company a {
  color: #999;
}

.in-company.flex-row {
  justify-content: center;
  margin-bottom: 10px;
}

.in-company .line {
  width: 1px;
  height: 10px;
  background: #777;
  margin: 0 15px;
}

/*cloud-market*/

.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
}

/*partner*/

.inside-top .nav a {
  color: #333;
}

.inside-top .m-subnav a {
  color: #fff !important;
}

.inside-top {
  position: relative;
  height: 3.708vw;
}

.nav-fixed {
  width: 100%;
  position: fixed;
  z-index: 99;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.inside-top ul {
  margin: 0;
}

/*kf*/

.online {
  position: fixed;
  right: 10px;
  bottom: 5%;
  z-index: 9;
}

  .online dl dd {
    position: relative;
  }

  .online dd span {
    display: block;
    text-align: center;
    cursor: pointer;
    color: #fff;
  }

.consult,
.online-contact,
.online-top {
  width: 12vw;
  height: 12vw;
  font-size: 16px;
  text-align: center;
  padding: 18px 10px;
  box-sizing: border-box;
  background: #d8262c !important;
  border-radius: 50%;
}

.consultationrelatedbg .tabSlider-box {
  padding-left: 0 !important;
}

.consultationrelatedbg .tabSlider-bd {
  width: 81.33vw;
  height: 42.67vw !important;
}

.consultationrelatedbg .tabSlider-hd {
  margin-bottom: 3.33vw;
}

.conbox {
  display: block;
}

.contactsubmit {
  width: 81.33vw;
  height: 9.33vw;
  border-radius: 4.67vw;
  background: rgba(216, 38, 44, 1);
  text-align: center;
  line-height: 9.33vw;
  color: #fff;
  margin-bottom: 7.47vw;
}

.zxzx input {
  width: 81.33vw;
  height: 9.33vw;
  border-radius: 1.33vw;
  border: 1px solid rgba(221, 221, 221, 1);
  outline: none;
  padding-left: 2.27vw;
  line-height: 9.33vw;
  margin-bottom: 2.13vw;
  -webkit-user-select: auto;
  /* -moz-user-select: none;
  -webkit-user-select: none; */
}

.consult {
  background: #d8262c;
}

  .consult a {
    color: #fff;
  }

.online-contact,
.online-top {
  background: #fff;
}

  .online-contact:hover span,
  .online-contact:hover a,
  .online-top:hover span {
    color: #fff;
  }

  .online-top span {
    font-size: 6.2vw;
    line-height:9vw;
  }

.online-top {


  padding:1.6vw 0.83vw;
  margin-top: 1.33vw;
}

.consult span,
.online-contact span {
  font-size: 20px;
  margin-bottom: 5px;
}

.index-txt2 {
  position: absolute;
  z-index: 99;
  top: 39.7vw;
  left: 8vw;
}

  .index-txt2 h2 {
    font-size: 6.67vw;
    letter-spacing: 1px;
  }

  .index-txt2 p {
    font-size: 2.67vw;
    margin-top: 1.5vw;
    width: 80.8vw;
    text-align: justify;
    line-height: 5.07vw;
    color: #333;
  }

  .index-txt2 .eng {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.8vw;
    margin-top: 10px;
    letter-spacing: 2px;
    color: #666;
  }

.index-banner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}

  .index-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    background-size: cover;
  }

  .index-banner .swiper-slide.swiper-slide-active img {
    transform: scale(1);
  }

  .index-banner .swiper-slide.swiper-slide-active .index-txt h2,
  .index-banner .swiper-slide.swiper-slide-active .index-txt2 h2 {
    transform: translateY(0);
  }

  .index-banner .swiper-slide.swiper-slide-active .index-txt p,
  .index-banner .swiper-slide.swiper-slide-active .index-txt2 p {
    transform: translateY(0);
    animation-delay: 2s;
  }

.index-txt h2,
.index-txt2 h2 {
  /* transform: translateY(-200%);
    transition: all 1s; */
}

.index-txt2 p {
  /* transform: translateY(200%);
    transition: all 1s; */
}

.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  top: 24vw;
  width: 30px;
  height: 49px;
}

.index-banner .swiper-button-next {
  background: url(../images/banner-arrow.png) no-repeat;
}

.index-banner .swiper-button-prev {
  background: url(../images/banner-arrow2.png) no-repeat;
}

/*index-news*/
.index-news {
  width: 36vw;
  height: 17vw;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 8vw;
  top: 12vw;
  z-index: 9;
  padding: 2vw 1.5vw;
  box-sizing: border-box;
  transition: all 0.3s;
}

  .index-news.active {
    background: rgba(255, 255, 255, 0.8);
  }

.index-news-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  background: url(../images/index-news.png) no-repeat;
  width: 40px;
  height: 233px;
}

.index-news .red {
  width: 0;
  height: 0;
  border-bottom: 7vw solid #d8262c;
  border-left: 7vw solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

.index-news .more {
  position: absolute;
  right: 0.5vw;
  bottom: 0.5vw;
  color: #fff;
  text-align: right;
}

  .index-news .more p {
    font-size: 0.1vw;
    transition: all 0.2s;
    opacity: 0.7;
  }

  .index-news .more:hover p {
    transform: translateY(-5px);
  }

  .index-news .more h2 {
    font-size: 1vw;
    letter-spacing: 1px;
    margin-top: 0.2vw;
  }

.index-news-list .circle {
  width: 0.8vw;
  height: 0.8vw;
  border-radius: 50%;
  border: 1px solid #b6bbc2;
  transition: all 0.2s;
}

.index-news-list .fl {
  width: 2vw;
}

.index-news-list .txt {
  width: 28vw;
  transition: all 0.2s;
  opacity: 0.5;
}

.index-news:hover .txt {
  opacity: 1;
}

.index-news-list .txt h3 {
  font-weight: normal;
  font-size: 0.84vw;
}

.index-news-list .txt span {
  color: #999;
  margin-top: 0.5vw;
  display: block;
  font-size: 0.7vw;
}

.index-news-list .circle span {
  display: block;
  width: 0.4vw;
  height: 0.4vw;
  border-radius: 50%;
  background: #d8262c;
  margin: 0.2vw 0 0 0.19vw;
  opacity: 0;
  transition: all 0.2s;
}

.index-news-list .flex-row {
  align-items: flex-start;
  justify-content: flex-start;
}

.index-news-list .line {
  width: 1px;
  height: 2.2vw;
  background: #b6bbc2;
  margin-left: 0.4vw;
  margin-top: 0.5vw;
}

.index-news-list .item:last-child .line {
  display: none;
}

.index-news-list .item:hover .circle {
  border: 1px solid #d8262c;
}

.index-news-list .item:hover .txt {
  transform: translateX(5px);
}

.index-news-list .item:hover .circle span {
  opacity: 1;
}

/*products*/

.stystem-con.mystystem-con {
  height: 80vw;
  overflow:visible;
}

  .mystystem-con .stystem-next,
  .mystystem-con .stystem-prev {
    top: 0px;
  }

.stystem-next img {
  width: 8.4vw;
  height: 8.4vw;
  transform: rotate(180deg);
}

.stystem-prev img {
  width: 8.4vw;
  height: 8.4vw;
}

.in-banner {
  width: 100vw;
  overflow: hidden;
  position: relative;
  margin-top: 14vw;
/*  margin-top: 18.67vw;*/
}

.entbanner {
  width: 100vw;
  height: 48vw;
}

.in-banner .swiper-pagination-bullet-active {
  background: #d8262c;
}

.in-open-banner {
  position: relative;
  height: 480px;
}

.zngz {
  padding-top: 0px !important;
}

.in-banner-txt h3 {
  font-family: Helvetica, Arial, sans-serif, Georgia, "Times New Roman", Times, serif, Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: 100px;
  position: absolute;
  left: 16%;
  top: -38%;
  letter-spacing: 20px;
  background-image: -webkit-linear-gradient( right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.005) );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.in-banner-txt {
  position: absolute;
  top: 85px;
  letter-spacing: 3px;
  color: #fff;
  width: 100%;
}

  .in-banner-txt h2 {
    font-size: 36px;
    font-weight: normal;
  }

  .in-banner-txt p {
    font-size: 18px;
    margin-top: 20px;
    letter-spacing: 1px;
  }

.sol-hot-pro .in-pro-hot {
  background: none;
}

.mySwiperpro .swiper-wrapper {
  margin-bottom: 11.73vw;
}

.mystystem-con .mySwiperpronew .swiper-wrapper {
  margin-top: 13vw;
  margin-bottom: 0vw;
}
.mySwiper0 {
  width: 94.33vw;
  overflow: hidden;
}
.mySwiper0 .swiper-slide {
  width: 90%;
}

.mySwiper0 swiper-slide:nth-child(2n) {
  width: 90%;
}

.mySwiper0 .swiper-slide:nth-child(3n) {
  width: 90%;
}

.mySwiper0 swiper-slide:nth-child(4n) {
  width: 90%;
}

.mySwiper0 .swiper-slide:nth-child(4n) {
  width: 90%;
}
.mySwiper0button {
  width: 8.4vw;
  height: 8.4vw;
  margin-top:4.33vw;
  position:relative
}

  .mySwiper0button .stystem-next {
    left: 10vw;
    top: 4.2vw;
  }

  .mySwiper0button .stystem-prev {
    top: 0vw;
    left: 0vw;
  }
.mySwiperpronew {
  width: 89.33vw;
  margin-top: -6vw !important;
}

.mySwiperpro .stystem-next {
  left: 13vw;
  top: 80.4vw;
}

.mySwiperpro .stystem-prev {
  top: 76.4vw;
  left: 2vw;
}

.mySwiperpronew .stystem-next {
  top: 4.3vw;
  left: 80vw;
}

.mySwiperpronew .stystem-prev {
  top: 0.3vw;
  left: 69vw;
}
/* .mySwiperproopen .swiper-slide {
  width: 80vw !important;
  margin-right: 5.33vw;
} */


.mySwiperproopen .swiper-slide {
  width: 90% !important;
}

  .mySwiperproopen .swiper-slide:nth-child(2n) {
    width: 90% !important;
  }

  .mySwiperproopen .swiper-slide:nth-child(3n) {
    width: 90% !important;
  }
  .mySwiperproopen .swiper-slide:nth-child(4n) {
    width: 90% !important;
  }
  .mySwiperproopen .swiper-slide:nth-child(5n) {
    width: 90% !important;
  }
.clear {
  clear: both;
}

.in-pro-hot {
  background: url(../images/studio-part1.jpg) no-repeat;
  background-size: cover;
}

  .in-pro-hot .item {
    text-align: center;
    position: relative;
    height: 400px;
    width: 240px;
    background: no-repeat center;
    background-size: 100% auto;
  }

    .in-pro-hot .item::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.5);
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .in-pro-hot .item:hover:before {
      background-color: rgba(216, 38, 44, 0.9);
    }

  .in-pro-hot .icon {
    height: 47px;
    position: relative;
    margin-top: 120px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .in-pro-hot .title {
    font-size: 26px;
    color: #fff;
    padding: 20px 25px;
    position: relative;
    line-height: 30px;
  }

    .in-pro-hot .title::before {
      content: "";
      position: relative;
      display: block;
      width: 20px;
      border-bottom: 2px solid #fff;
      margin: 0 auto 20px;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

.pro-title-des {
  opacity: 0.8;
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px;
}

.in-pro-hot .item:hover .title::before {
  opacity: 0;
  margin-bottom: 0;
}

.in-pro-hot .item:hover .icon {
  margin-top: 80px;
}

.in-pro-hot .item:hover .text {
  display: block;
  opacity: 1;
  margin-top: 0;
}

.in-pro-hot .text {
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  margin-top: 10px;
  padding: 10px 25px;
  color: #fff;
  line-height: 24px;
}

.in-pro-container h2 {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 1px;
  background: url(../images/pro-bt-bg.png) no-repeat;
  width: 153px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #fff;
}

.in-pro-hot h2 {
  font-weight: 500;
  text-align: center;
  padding: 50px 0 30px 0;
  font-size: 30px;
  letter-spacing: 1px;
}

#hot,
#block-data,
#custom-made {
  padding-top: 70px;
}

#custom-made {
  margin-bottom: 100px;
}

.in-pro-container .flex-row {
  flex-wrap: wrap;
}

.in-pro-container .item a {
  box-sizing: border-box;
  width: 300px;
  height: 90px;
  margin-right: 25px;
}

.in-pro-container a:nth-child(4n) {
  margin-right: 0;
  width: 225px;
}

  .in-pro-container a:nth-child(4n) .txt {
    width: 185px;
  }

.in-pro-container span {
  width: 30px;
  font-size: 22px;
  color: #999;
  transition: all 0.2s;
}

.in-pro-container .txt {
  width: 270px;
}

.in-pro-container a.flex-row {
  justify-content: flex-start;
  align-items: flex-start;
}

.in-pro-container h3 {
  font-size: 15px;
  transition: all 0.2s;
  color: #555;
}

.in-pro-container p {
  color: #666;
  margin-top: 10px;
  font-size: 14px;
}

.in-pro-container .item.flex-row {
  justify-content: flex-start;
  margin-top: 40px;
}

.in-pro-container a:hover h3 {
  color: #d8262c;
  font-weight: bold;
}

.in-pro-container a:nth-child(3n) {
  box-sizing: border-box;
}

.in-pro-container .title {
  background: url(../images/pro-title-bg.jpg) no-repeat right;
  width: 1200px;
  height: 45px;
  margin-bottom: 20px;
}

.products-fixed {
  position: fixed;
  padding: 20px 30px;
}

.products-fixed {
  right: 10%;
  top: 440px;
}

@media screen and (max-width: 1920px) {
  .products-fixed {
    right: 10%;
  }

  .open-fr-item .pic img {
    max-width: 90%;
  }
}

@media screen and (min-width: 1680px) and (max-width: 1900px) {
  .products-fixed {
    right: 5%;
  }

  .open-fr-item .pic img {
    max-width: 75%;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1680px) {
  .products-fixed {
    right: 3%;
  }

  .open-fr-item .pic img {
    max-width: 70%;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .products-fixed {
    left: -1%;
  }

  .open-fr-item .pic img {
    max-width: 70%;
  }
}

@media screen and (max-width: 1400px) {
  .products-fixed {
    display: none;
  }

  .open-fr-item .pic img {
    max-width: 70%;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .m-solution-list .item:hover .eng {
    display: none;
  }

  .m-solution-list .item:hover .intro {
    font-size: 0.9vw;
    margin-top: 0.5vw;
    line-height: 1.4vw;
  }

  .open-fr-item .pic img {
    max-width: 70%;
  }
}

.products-fixed h2 {
  font-size: 20px;
  margin-bottom: 30px;
}

.products-fixed li a {
  display: block;
  padding-left: 15px;
  font-size: 16px;
}

.products-fixed ul li {
  line-height: 45px;
  border-left: 2px solid #e5e5e5;
  position: relative;
}

.products-fixed li.active > a::before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: 0;
  width: 2px;
  height: 45px;
  background: #d8262c;
}

.ent-sol {
  box-sizing: border-box;
  padding: 10.67vw 0 0vw 0;
  /* border-bottom: 2vw solid #f5f3f1; */
}

  .ent-sol .in-wrap {
    margin-top: 30px;
  }

.ent-number {
  width: 100vw;
  padding: 40px 0;
  box-sizing: border-box;
  /* overflow-x: auto; */
}

  .ent-number .in-wrap .flex-row {
    width: 300vw;
  }

  .ent-number .fl {
    font-size: 4.8vw;
    line-height: 30px;
    width: 50.67vw;
    padding-left: 10.5vw;
    margin-bottom: 10.27vw;
  }

.numCount {
  width: 97vw;
  overflow-x: auto;
  padding-left: 10.67vw;
  box-sizing: border-box;
}

  .numCount li {
    width: 130px;
    text-align: right;
  }

    .numCount li .numCX {
      font-size: 6.67vw;
      font-weight: bold;
      color: #333333;
    }

.numCX {
  font-size: 6.67vw;
  font-weight: bold;
  color: #333333;
}

.numCount li .numU .unitC {
  font-size: 100%;
  line-height: 1.3;
  margin-left: 0.3em;
}

.numU .unitC {
  font-size: 100%;
  line-height: 1.3;
  margin-left: 0.3em;
  vertical-align: 0px;
}

.numCount li .numU sub {
  vertical-align: baseline;
}

.numCount .indc {
  color: #666666;
  font-size: 2.67vw;
  text-align: left;
}

.numCount .numU {
  text-align: left;
}

.mySwiper .swiper-autoheight .swiper-wrapper {
  margin-bottom: 13.07vw;
}

.mySwiper .stystem-prev img {
}

.arrowdown {
  width: 4.27vw;
  height: 4.27vw;
  float: right;
  margin-top: 3vw;
}

.mySwiper .stystem-prev {
  top: 68%;
}

.mySwiper .stystem-next {
  top: 80%;
}

.mySwiper .stystem-prev {
  left: 1vw;
}

.mySwiper .stystem-next {
  right: 65vw;
}

.stystem-con.mystystem-con {
  height: auto;
  margin-top: 0px;
}

  .stystem-con.mystystem-con .sty-item {
    height: auto;
  }

.myin-wrap {
  margin-top: 0 !important;
}

.mySwiper li .numCX {
  font-size: 6.67vw;
  font-weight: bold;
  color: #333333;
}

.mySwiper li .numU .unitC {
  font-size: 100%;
  line-height: 1.3;
  margin-left: 0.3em;
}

.mySwiper li .numU sub {
  vertical-align: baseline;
}

.mySwiper .indc {
  color: #666666;
  font-size: 2.67vw;
  text-align: left;
}

.mySwiper .numU {
  text-align: left;
}

.stystem-con .mySwiper {
  width: 90%;
  margin: 10.27vw auto;
  height: 23vw;
}

.ent-titlethree {
  width: 50.67vw;
}
/* contact */
.contact {
  background: url("../images/footer-contact-bg.jpg");
  width: 100vw;
  height: 58.67vw;
  color: #fff;
  padding-top: 11.2vw;
  box-sizing: border-box;
}

  .contact .contactenglish {
    font-size: 9.33vw;
    text-align: center;
    display: none;
  }

  .contact .contactvalue {
    font-size: 7.2vw;
    text-align: center;
  }

.swiperitemimg {
  width: 89.33vw;
  height: 53.33vw;
}

.contact .contactiphone {
  width: 70.67vw;
  height: 13.33vw;
  border-radius: 6.67vw;
  text-align: center;
  line-height: 13.33vw;
  margin: 9.07vw auto;
  border: 1px solid #fff;
  position: relative;
  color: #fff;
}

  .contact .contactiphone img {
    width: 12.4vw;
    height: 2.67vw;
    float: right;
    margin-top: 5.33vw;
    /* margin-right: -2.53vw; */
    position: absolute;
    margin-left: 8vw;
  }
/*eco-case*/
.eco-case {
  padding: 50px 0 20px 0;
  box-sizing: border-box;
  margin-bottom: 50px;
  /* background: url(../images/ent-bg.jpg) no-repeat right bottom #f6f7fb; */
  background: #fff;
}

.ljstystem-con .swiper-container {
  height: 34vw;
}

.aboutnews {
  padding-top: 8vw;
  padding: 10.67vw 0 0vw 0;
  border-bottom: 2vw solid #f2f6f7;
}

.aboutpenetrate {
  border-bottom: 2vw solid #f4f4f3;
}

.aboutpenetrate {
  padding: 50px 0 0px 0;
  margin-bottom: 0px;
}

.aboutnews .swiperimg {
  border-radius: 0vw;
  border-top-left-radius: 2.67vw;
  border-top-right-radius: 2.67vw;
}

.ent-title {
  width: 100vw;
  margin: 0 auto;
  text-align: left;
  padding-left: 5.33vw;
  padding-right: 5.33vw;
  box-sizing: border-box;
}

.lj-title {
  width: 76.67vw;
  margin-left: 0px;
}

.ent-title h2,
.partner-title h2 {
  font-size: 4.8vw;
  letter-spacing: 1px;
}

.partner-title {
  text-align: center;
}

.partner {
  background: #f3f4f4;
  padding-bottom: 10.04vw;
  padding-top: 12.5vw;
}

.ent-title p {
  margin-top: 10px;
  line-height: 22px;
  color: #666666;
  font-size: 2.4vw;
}

/* 选项卡 */
/*header*/
.favor-header-bar {
  background-color: #fff;
  padding: 0 5.33vw;
  overflow: hidden;
  height: 2.46rem;
  line-height: 3.46rem;
}

  .favor-header-bar li {
    display: block;
    text-align: center;
    float: left;
    margin-left: -1px;
    height: 4.67vw;
    line-height: 4.67vw;
    margin-top: 0.58rem;
    position: relative;
    margin-right: 9.67vw;
  }

    .favor-header-bar li:last-child {
      margin-right: 0vw;
    }

  .favor-header-bar a {
    font-size: 3.73vw;
    color: #333;
    display: block;
    padding-bottom: 0.5rem;
    margin: 0 auto;
  }

  .favor-header-bar li:last-child {
    border-right: none;
  }

  .favor-header-bar li.default a {
    color: #d8262c;
    border-bottom: 3px solid #d8262c;
    font-size: 3.73vw;
    font-weight: 400;
    display: block;
  }

  .favor-header-bar li.tabFocus a {
    color: #d8262c;
    border-bottom: 3px solid #d8262c;
    font-size: 3.73vw;
    font-weight: 400;
    display: block;
  }

  .favor-header-bar li span {
    position: absolute;
    display: block;
    width: 25%;
    top: -0.4rem;
    right: 0.2rem;
    max-width: 32px;
  }
/*favor-list*/
.favor-list.swiper-container {
  margin-top: 6.67vw;
  width: 89.33vw;
}

.favor-list dl {
  overflow: hidden;
  padding: 1.1rem;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fff;
}

.favor-list a:first-child dl {
  border-top: 1px solid #e1e1e1;
}

.favor-list dt,
.favor-list dd {
  float: left;
}

.favor-list dt {
  width: 30%;
  position: relative;
}

  .favor-list dt span {
    display: block;
    width: 0.92rem;
    height: 0.92rem;
    background-color: #fd3d3d;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
  }

.favor-list dd {
  width: 61%;
  margin-left: 1rem;
  line-height: 100%;
}

  .favor-list dd small {
    color: #9c9c9c;
    font-size: 0.92rem;
    display: block;
  }

  .favor-list dd p {
    font-size: 1.077rem;
    color: #666;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
  }

  .favor-list dd h2 {
    font-weight: normal;
    font-size: 1.15rem;
    color: #333;
  }

.favor-list a {
  display: block;
  width: 100%;
}

.favor-list .swiperimg {
  margin: 0 auto;
}
/*nofavor*/
.nofavor {
  width: 46.8%;
  margin: 16.5% auto 0 auto;
}

.swiperimg {
  width: 89.33vw;
  height: 53.33vw;
  border-radius: 2.67vw 2.67vw 2.67vw 2.67vw;
  background: rgba(100, 98, 109, 1);
  overflow: hidden;
  margin: 0 auto;
}

@media screen and (min-width: 319px) and (max-width: 374px) {
  .favor-list dt span {
    width: 0.7rem;
    height: 0.7rem;
    top: -0.3rem;
    right: -0.3rem;
  }

  .favor-list dd {
    line-height: 90%;
  }

    .favor-list dd small {
      font-size: 0.85rem;
    }

    .favor-list dd p {
      font-size: 0.92rem;
    }

    .favor-list dd h2 {
      font-size: 1.1rem;
    }
}

.favor-list .rxfinance {
  padding-left: 5.33vw;
  padding-right: 5.33vw;
  margin-top: 6.67vw;
}

  .favor-list .rxfinance .rxfinance_title {
    font-weight: 400;
    font-size: 4vw;
    margin-bottom: 4.67vw;
  }

  .favor-list .rxfinance .rxfinance_con {
    color: #666666;
    font-size: 2.67vw;
    line-height: 4.8vw;
  }

.favor-list .mfzx {
  height: 8vw;
  padding-left: 5.33vw;
  margin-top: 6.4vw;
}

.favor-list .mfzx_button {
  height: 8vw;
  width: 30.67vw;
  background: #d8262c;
  line-height: 8vw;
  text-align: center;
  border-radius: 4vw;
  font-size: 3.2vw;
  color: #fff;
}

.tabSlider .rxfinance {
  padding-left: 5.33vw;
  padding-right: 5.33vw;
  margin-top: 6.67vw;
}

.rnhy {
  border-bottom: 2vw solid #f5f3f1;
  margin-top: 6.67vw;
  padding-bottom: 10.67vw;
}

.tabSlider .rxfinance .rxfinance_title {
  font-weight: 400;
  font-size: 4vw;
  margin-bottom: 4.67vw;
}

.tabSlider .rxfinance .rxfinance_con {
  color: #666666;
  font-size: 2.67vw;
  line-height: 4.8vw;
}

.tabSlider .mfzx {
  height: 8vw;
  padding-left: 5.33vw;
  margin-top: 6.4vw;
}

.tabSlider .mfzx_button {
  height: 8vw;
  width: 30.67vw;
  background: #d8262c;
  line-height: 8vw;
  text-align: center;
  border-radius: 4vw;
  font-size: 3.2vw;
  color: #fff;
}

.tabSlider .mfzx_button {
  height: 8vw;
  width: 30.67vw;
  background: #d8262c;
  line-height: 8vw;
  text-align: center;
  border-radius: 4vw;
  font-size: 3.2vw;
  color: #fff;
}

.index-banner .swiper-container {
  height: 100%;
}

.swiper-containercase {
  width: 100vw;
  overflow-x: auto;
}

  .swiper-containercase .swiper-slide {
    width: 80vw;
    height: 53.33vw;
    border-radius: 2.67vw;
    overflow: hidden;
  }

  .swiper-containercase .swiper-wrapper {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
    box-sizing: border-box;
  }

.certifygap {
  border: none;
  border-bottom: 1px solid #ececed;
  margin-top: 6.67vw;
}

#certify {
  position: relative;
  width: 100vw;
  margin: 0 auto;
  margin-top: 7.2vw;
  height: 83vw;
  background: #fff;
}

  #certify .swiper-container {
    padding-bottom: 60px;
  }

  #certify .swiper-slide {
    width: 80vw;
    height: 69.06vw;
    margin-right: 6.67vw;
  }

    #certify .swiper-slide a {
      display: block;
      width: 80vw;
      height: 53.33vw;
      overflow: hidden;
      border-radius: 2.67vw;
    }

    #certify .swiper-slide img {
      width: 80vw;
      height: 53.33vw;
      opacity: 0.6;
      transition: all 0.2s;
    }
  #certify .casebox  .swiper-slide img {
    opacity: 1;
  }
      #certify .swiper-slide:hover img {
        transform: scale(1.1);
      }

    #certify .swiper-slide.swiper-slide-active img {
      opacity: 1;
    }

    #certify .swiper-slide p {
      line-height: 19.33vw;
      text-align: left;
      letter-spacing: 1px;
      color: #333333;
      font-size: 4vw;
      text-decoration: underline;
    }
  #certify .casebox .swiper-slide p {
    text-decoration: none;
  }
      #certify .swiper-button-prev {
        left: 69px;
        width: 240px;
        height: 285px;
        top: 63px;
        opacity: 0;
      }

  #certify .swiper-button-next {
    right: 69px;
    width: 240px;
    height: 285px;
    top: 63px;
    opacity: 0;
  }

  #certify .readmore {
    width: 11.33vw;
    height: 11.33vw;
    float: right;
  }

  #certify .readmore_con {
    width: 33vw;
    /* padding-right: 5.33vw; */
    box-sizing: border-box;
    float: right;
    line-height: 11.33vw;
    font-size: 2.67vw;
    margin-top: 6.67vw;
  }

.nopadingbox {
  margin-right: 5.33vw;
}

.readmore_con {
  width: 33vw;
  /* padding-right: 5.33vw; */
  box-sizing: border-box;
  float: right;
  line-height: 11.33vw;
  font-size: 2.67vw;
  margin-top: 6.67vw;
  height: 10.67vw;
  display: flex;
  margin-bottom: 6.67vw;
  margin-right: -3.2vw;
}

  .readmore_con span {
    margin-right: 3.6vw;
    color:#000;
  }

  .readmore_con img {
    width: 10.67vw;
    height: 10.67vw;
  }

  .readmore_con span {
    text-decoration: underline;
  }
/*case-details*/
.case-det-con {
  background: url(../images/case.png) no-repeat 80% bottom #f7f7f7;
  padding-bottom: 50px;
}

  .case-det-con .in-wrap.flex-row,
  .project-item.flex-row {
    align-items: flex-start;
  }

  .case-det-con .fl {
    width: 780px;
    min-height: 1000px;
    box-sizing: border-box;
    background: #fff;
    padding: 40px 32px 30px;
    box-shadow: 0px 0 20px 0px rgb(0 0 0 / 5%);
  }

  .case-det-con .fr {
    min-height: 550px;
    width: 390px;
    padding: 30px 20px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0 20px 0px rgb(0 0 0 / 5%);
  }

  .case-det-con .bread {
    line-height: 60px;
    letter-spacing: 0.5px;
    margin-top: 18vw;
  }

.project-title {
  position: relative;
  font-size: 20px;
  text-indent: 15px;
}

  .project-title::before {
    display: inline-block;
    content: "";
    width: 3px;
    height: 20px;
    background: #d8262c;
    position: absolute;
    left: 0;
    top: 3px;
  }

.project-img {
  width: 709px;
  margin-top: 30px;
  margin-bottom: 40px;
}

  .project-img img {
  }

.project-top-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.project-intro {
  margin-top: 20px;
  margin-bottom: 40px;
}

.project-intro {
  line-height: 30px;
}

.case-det-con .fr h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.project-item .img,
.project-item .img img {
  width: 140px;
  height: 90px;
  transition: all 0.2s;
  overflow: hidden;
}

.project-item .txt {
  width: 190px;
}

.pro-rec-title {
  font-size: 16px;
  line-height: 24px;
}

.pro-rec-tag {
  color: #666;
  margin-top: 20px;
}

  .pro-rec-tag span {
    font-size: 14px;
    margin-right: 5px;
  }

.project-item {
  margin-bottom: 32px;
}

  .project-item:last-child {
    margin-bottom: 0;
  }

  .project-item:hover img {
    transform: scale(1.2);
  }

.article {
  border-top: 1px solid #eee;
  margin-top: 50px;
  padding: 30px 0 0 0;
  margin-bottom: 70px;
}

  .article .flex-row {
    justify-content: flex-start;
    margin-bottom: 15px;
  }

/*api-det*/
.in-api-con {
  margin-bottom: 70px;
}

.in-api-fl {
  width: 200px;
}

  .in-api-fl h2 {
    font-size: 26px;
    margin-top: 30px;
    font-weight: normal;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 20px;
  }

.api-sidebar li a {
  font-size: 16px;
  cursor: pointer;
  display: block;
  height: 59px;
  border-bottom: 1px solid #d8d8d8;
  box-sizing: border-box;
  line-height: 70px;
}

.api-sidebar-item li a {
  font-size: 13px;
  color: #666;
  border-bottom: none;
  height: 35px;
  line-height: 35px;
}

  .api-sidebar-item li a.active {
    color: #d8262c;
  }

.api-sidebar-item {
  margin: 30px 0 5px 0;
  display: none;
}

.glyphicon-menu-right {
  background: url(../images/pro_left.png) no-repeat;
  width: 8px;
  height: 10px;
  display: block;
  float: right;
  margin-top: 30px;
}

.glyphicon-menu-down {
  background: url(../images/pro_down.png) no-repeat;
  width: 12px;
  height: 6px;
  display: block;
  float: right;
  margin-top: 30px;
}

.in-api-fr {
  width: 960px;
}

.api-fr-top {
  background: url(../images/api-det-img.jpg) no-repeat;
  width: 960px;
  height: 289px;
  padding: 60px 0 0 40px;
  box-sizing: border-box;
}

  .api-fr-top h2 {
    font-weight: normal;
    font-size: 36px;
  }

  .api-fr-top p {
    color: #666;
    margin-top: 20px;
  }

.api-det-but {
  width: 140px;
  height: 40px;
  background: #d8262c;
  color: #fff;
  text-align: center;
  line-height: 40px;
  display: block;
  margin-top: 40px;
}

.in-api-con .in-wrap.flex-row,
.api-fr-fourth .item.flex-row {
  align-items: flex-start;
}

.api-fr-second,
.api-fr-third,
.api-fr-fourth,
.api-fr-fifth {
  margin-top: 60px;
}

.api-fr-title {
  font-size: 24px;
}

  .api-fr-title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 22px;
    background: #d8262c;
    vertical-align: middle;
    margin-right: 10px;
  }

.api-fr-second .item {
  width: 304px;
  height: 118px;
  border: 1px solid #dadada;
  margin-top: 30px;
  padding: 30px 20px;
  box-sizing: border-box;
  margin-right: 20px;
}

  .api-fr-second .item:last-child,
  .api-fr-fourth .item:last-child {
    margin-right: 0;
  }

  .api-fr-second .item .icon {
    width: 45px;
  }

  .api-fr-second .item .txt {
    width: 200px;
  }

    .api-fr-second .item .txt h3 {
      font-size: 18px;
      font-weight: normal;
    }

    .api-fr-second .item .txt p,
    .api-fr-fourth .item .txt p {
      font-size: 13px;
      color: #666;
      line-height: 22px;
      margin-top: 5px;
    }

.api-fr-third .list {
  background: #f4f8fc;
  margin-top: 30px;
  padding: 20px;
  box-sizing: border-box;
}

  .api-fr-third .list a {
    display: inline-block;
    width: 220px;
    color: #2f54eb;
    line-height: 30px;
  }

    .api-fr-third .list a::before {
      content: "";
      display: inline-block;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #2f54eb;
      vertical-align: middle;
      margin-right: 10px;
    }

.api-fr-fourth .item {
  background: #f4f8fc;
  border: 1px solid #e0e7f6;
  padding: 30px 40px;
  width: 467px;
  margin-right: 22px;
  margin-top: 30px;
}

  .api-fr-fourth .item .icon {
    width: 70px;
  }

  .api-fr-fourth .item .txt {
    width: 320px;
  }

    .api-fr-fourth .item .txt h3 {
      font-size: 24px;
      font-weight: normal;
      margin-bottom: 10px;
    }

.fifth-title li {
  width: 158px;
  height: 48px;
  background: #f4f8fc;
  border-top: 1px solid #e0e7f6;
  border-bottom: 1px solid #e0e7f6;
  border-left: 1px solid #e0e7f6;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  margin-top: 30px;
}

  .fifth-title li.active {
    background: #fff;
    border-bottom: 1px solid #fff;
  }

  .fifth-title li:last-child {
    border-right: 1px solid #e0e7f6;
  }

.fifth-title .flex-row {
  justify-content: flex-start;
}

.fifth-item {
  display: none;
  width: 958px;
  height: 398px;
  border: 1px solid #e0e7f6;
  text-align: center;
  line-height: 398px;
  margin-top: -1px;
}

  .fifth-item img {
    vertical-align: middle;
  }

  .fifth-item.active {
    display: block;
  }

.partner-con {
  /* background: url(../images/tag-bg.jpg) no-repeat center center; */
  width: 100vw;
  height: 18.67vw;
  margin-top: 30px;
  overflow-x: auto;
}

#tagsList {
  position: relative;
  height: 18.67vw;
  margin: 0 auto;
  width: 529vw;
}

  #tagsList a {
    /* position: absolute;
  top: 0px;
  left: 0px; */
    width: 42.67vw;
    height: 18.67vw;
    border-radius: 1.33vw;
    background: rgba(255, 255, 255, 1);
    margin-right: 5.33vw;
    text-align: center;
    display: block;
    float: left;
    line-height: 18.67vw;
  }

.tagsListimg {
  vertical-align: middle;
}

.tagsListimg1 {
  width: 21.33vw;
  height: 6.4vw;
}

.tagsListimg2 {
  width: 22.8vw;
  height: 8.27vw;
}

.tagsListimg3 {
  width: 26.7vw;
  height: 8.27vw;
}

.tagsListimg4 {
  width: 27.7vw;
  height: 7.07vw;
}

.tagsListimg5 {
  width: 34.7vw;
  height: 8.27vw;
}

.tagsListimg6 {
  width: 21.3vw;
  height: 2.8vw;
}

.tagsListimg7 {
  width: 40vw;
  height: 5.87vw;
}

.tagsListimg8 {
  width: 27.47vw;
  height: 6.67vw;
}

.tagsListimg9 {
  width: 23.33vw;
  height: 7.73vw;
}

.tagsListimg10 {
  width: 33.07vw;
  height: 6.93vw;
}

.tagsListimg11 {
  width: 41.46vw;
  height: 10.13vw;
}
/*8.4*/
.studio-one-title.fixed {
  position: fixed;
  top: 0;
  border-bottom: 1px solid #e5e5e5;
}

.source {
  display: block;
  margin: 10px 0 0 32px;
  color: #8489a4;
}

.pro-source i {
  font-size: 14px;
  margin-right: 3px;
}

.pro-source {
  color: #999;
  margin-top: 10px;
  font-size: 13px;
}

/*8.19*/
.case-det-con2 {
  background: #fff;
}

/*开放平台*/
.stystem-con,
.sty-item {
  width: 100%;
  height: 39.3vw;
}

  .sty-item .txt {
    /*width: 22vw;
   transition: all 0.6s;
  transform: translateX(-1000px); */
  }

.open-platform {
  height: 120vw;
}

.sty-item .pic {
  width: 40vw;
  transition: all 0.6s;
  transform: translateX(1000px);
}

  .sty-item .pic img {
    max-width: 100%;
  }

.stystem-con .swiper-slide-active .txt {
  /* transform: translateX(0); */
}

.stystem-con .swiper-slide-active .pic {
  transform: translateX(0);
}

.sty-title {
  font-size: 6.67vw;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
}

.stystem-con .swiper-slide:nth-of-type(2) .sty-title,
.stystem-con .swiper-slide:nth-of-type(2) .sty-des,
.stystem-con .swiper-slide:nth-of-type(2) .sty-tag span,
.stystem-con .swiper-slide:nth-of-type(2) .sty-tag p,
.stystem-con .swiper-slide:nth-of-type(3) .sty-title,
.stystem-con .swiper-slide:nth-of-type(3) .sty-des,
.stystem-con .swiper-slide:nth-of-type(3) .sty-tag span,
.stystem-con .swiper-slide:nth-of-type(3) .sty-tag p {
  color: #333;
}

.stystem-con .swiper-slide:nth-of-type(2) .sty-tag span,
.stystem-con .swiper-slide:nth-of-type(3) .sty-tag span {
  border: 1px solid #333;
}

.sty-des {
  font-size: 1vw;
  color: #fff;
  line-height: 36px;
  margin-top: 2vw;
}

.sty-tag {
  margin-top: 2.5vw;
}

  .sty-tag span {
    display: inline-block;
    width: 6.5vw;
    height: 1.9vw;
    border: 1px solid #c4c4c4;
    color: #c4c4c4;
    text-align: center;
    line-height: 1.9vw;
    border-radius: 2px;
  }

  .sty-tag div {
    width: 14vw;
  }

  .sty-tag p,
  .sty-tag p a {
    color: #fff;
    margin-left: 1vw;
  }

    .sty-tag p img {
      margin-left: 6px;
    }

.stystem-con {
  position: relative;
  overflow:hidden;
}

.stystem-next,
.stystem-prev {
  position: absolute;
  transform: translateY(-50%);
  z-index: 8;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  width: 8.4vw;
  height: 8.4vw;
  line-height: 8.4vw;
  text-align: center;
  color: #868686;
  border-radius: 50%;
}

  .stystem-next:hover,
  .stystem-prev:hover {
    position: absolute;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
    border: 1px solid #d8262c;
    width: 8.4vw;
    height: 8.4vw;
    line-height: 8.4vw;
    text-align: center;
    color: #d8262c;
    border-radius: 50%;
  }

.stystem-next {
  right: 8vw;
}

.stystem-prev {
  left: 8vw;
}

.openswiper-wrapper .sty-item {
  height: 120vw;
}

.open-api {
  width: 90vw;
  margin: 0 auto;
}

.in-open-wrap {
  width: 100%;
  margin: 30vw auto;
  text-align: center;
  display: block;
  width: 40vw;
  height: 9.33vw;
}

.open-contact {
  height: 130px;
  overflow: hidden;
  margin-top: 40px;
}

.Intelligentvaluation {
  width: 83.33vw;
  height: 73.33vw;
  border-radius: 2.67vw;
  border: 1px solid rgba(221, 221, 221, 1);
  margin: 0 auto;
  padding-left: 5.33vw;
  padding-top: 6.93vw;
  box-sizing: border-box;
  padding-right: 5.33vw;
}

.Intelligentvaluation_flex {
  display: flex;
}

.Intelligentvaluation_left {
  width:55vw;
}

.Intelligentvaluation_right img {
  width: 16vw;
  height: 16vw;
}

.Intelligentvaluation_right {
  width: 16.67vw;
  height: 16.67vw;
  background: #d8262c;
  border-radius: 50%;
  text-align: center;
  line-height: 16.67vw;
  color: #fff;
}

  .Intelligentvaluation_right .iconfont {
    font-size: 9.27vw !important;
  }

.Intelligentvaluation_en {
  font-size: 1.6vw;
  color: #d8262c;
  margin-bottom: 5.07vw;
}

.Intelligentvaluation_title {
  font-size: 4.8vw;
}

.Intelligentvaluation_td span {
  height: 3.33vw;
  border-radius: 0.27vw;
  color: #999999;
  font-size: 2.4vw;
  background: #fafafa;
  display: inline-block;
  border: 1px solid #fafafa;
  padding-left: 2.4vw;
  padding-right: 2.4vw;
  line-height: 3.33vw;
  margin-right: 1.33vw;
}

.Intelligentvaluation_con {
  color: #666666;
  font-size: 3.2vw;
  margin-top: 7.07vw;
  line-height: 4.67vw;
}

.Intelligentvaluation__zx {
  color: #d8262c;
  font-size: 3.2vw;
  margin-top: 9.07vw;
}

  .Intelligentvaluation__zx img {
    width: 2.48vw;
    height: 2.73vw;
    margin-left: 1.33vw;
  }

.contactinformation {
  display: flex;
  width: 87.67vw;
  margin: 0 auto;
  margin-top: 8.67vw;
}

.contactinformation_img {
  width: 8.27vw;
  height: 8.27vw;
  margin-right: 4vw;
  /* border: 1px solid #D8262C; */
  border-radius: 50%;
  text-align: center;
  line-height: 8.27vw;
  color: #fff;
  background: #d8262c;
}

.contactinformation_wx {
  width: 33.07vw;
  height: 33.07vw;
}

.configwidth {
  width: 89.33vw;
  height: 87.73vw;
  height: auto;
  padding-bottom: 0 !important;
  padding-left: 4vw;
  padding-right: 4vw;
}

.contactinformation_boxbottom {
  width: 86.67vw;
}
.contactinformation_top
{
    margin-top:2.33vw;
}
.contactinformationbottom {
  width: 86.67vw;
  box-sizing: border-box;
  padding-left: 0vw;
  padding-right: 0vw;
  margin-top: 0vw;
}

.clear {
  clear: both;
}

.titlemargin {
  margin-bottom: 6.67vw;
}

.onlineconsultation {
  display: flex;
  margin-top: 1.27vw !important;
}

.onlineConsultation {
  color: #333333;
  font-size: 3.47vw;
  margin-left: 6.4vw;
}

.contactinformation_phone {
  font-size: 4vw;
  font-weight: 400;
  margin-right: 4vw;
  font-weight: bold;
}

.onlineconsultation .onlineconsultation {
  color: #666666;
  font-size: 3.2vw;
}

.onlineconsultation .telephone {
  color: #666666;
}

.contactinformation_box {
  /* width: 81.6vw; */
  margin: 0 auto;
  width: 74.6vw;
}

.consultationrelated {
  color: #333333;
  height: 14.8vw;
  text-align: left;
  line-height: 14.8vw;
  font-size: 3.47vw;
  padding-left: 0vw;
  margin-bottom: 0vw;
}

.consultationrelatedbg {
  background: #fff;
  width: 89.33vw;
  margin: 1.87vw auto;
  padding-left: 4vw;
  padding-right: 4vw;
  margin-bottom: 10.67vw;
}

.plcontact {
  width: 6.67vw;
  height: 6.67vw;
  float: right;
  margin-top: 0vw;
  margin-right: 0vw;
  text-align: center;
  background: #d8262c;
  border-radius: 50%;
  color: #fff;
  line-height: 6.67vw;
}

.plcontactcon {
  color: #666666;
  font-size: 2.13vw;
  margin-bottom: 6.27vw;
}

.plcontact .iconfont {
  font-size: 26px;
}

.consultationrelated .plcontact {
  margin-top: 4vw;
}

.online_work {
  margin-top: 0vw;
}

.phoneimgsrc {
  width: 8vw;
  height: 8vw;
  margin-right: 3.33vw;
}

.phoneimg {
  width: 8vw;
  height: 8vw;
  border: 1px solid #d8262c;
  text-align: center;
  border-radius: 50%;
  line-height: 8vw;
  color: #d8262c;
  margin-right: 3.33vw;
}

.online_work select {
  width: 98%;
  float: left;
  padding-right: 5.67vw;
}

.onlineconsultation {
  margin-top: 4.53vw;
}

  .onlineconsultation li {
    margin-bottom: 9.33vw;
  }

  .onlineconsultation .telephonemore {
    font-size: 3.2vw;
 
  }
  .onlineconsultation li:first-child .telephonemore {
    white-space: nowrap;
  }


.onlineconsultation .phonebox {
  width: 66.67vw;
}

  .onlineconsultation .telephone {
    font-size: 3.2vw;
  }

  .onlineconsultation li {
    display: flex;
  }

.contactinformation_tel {
  font-size: 3.2vw;
  color: #333333;
}

.contactinformation_telnum {
    color: #d8262c;
    -webkit-text-fill-color: #d8262c;
    -webkit-text-stroke-color: #d8262c;
    font-size: 6.13vw;
}

span.contactinformation_telnum a {
  color: #d8262c !important;
}

.in-f-contact .phone a {
  color: #d8262c !important;
}

.contactinformation_time {
  font-size: 2.67vw;
  color: #666666;
}

.contactinformation _box {
}

.contactflex {
  align-items: start;
  margin-top: 8.27vw;
}

  .contactflex li:first-child {
    border-right: 1px solid #4a4a4a;
    border-left: 1px solid #4a4a4a;
    padding-left: 2.67vw;
  }

  .contactflex li:nth-child(2) {
    padding-left: 2.67vw;
  }

.open-platform .swiper-pagination-bullet {
  width: 1.87vw;
  height: 1.87vw;
}

.stystem-con .swiper-pagination-bullet {
  width: 1.87vw !important;
  height: 1.87vw !important;
  margin-right:2.13vw;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 0;
  width: 100%;
  bottom:3.6vw;
  position: absolute;
  z-index: 5;
/*  left: 50%;*/
}

.stystem-con .swiper-pagination-bullet-active {
  width: 8vw !important;
  height: 1.87vw;
  border-radius: 0.93vw;
  background: rgba(255, 255, 255, 1) !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  text-align: center;
  justify-content: center;
}

.open-api-title {
  margin-top: 30px;
}

  .open-api-title h2 {
    font-size: 32px;
  }

    .open-api-title h2::before,
    .ent-title h2::before {
      width: 6.2vw;
      height: 2.33vw;
      background: url("../images/title-tb.jpg") no-repeat;
      content: "";
      display: inline-block;
      vertical-align: 1.07vw;
      margin-right: 10px;
    }

  .open-api-title p {
    color: #666;
    line-height: 24px;
    font-size: 16px;
    margin-top: 10px;
  }

.open-api-con {
  height: 58.5vw;
  margin-top: 30px;
  position: relative;
}

.open-number {
  position: absolute;
  left: 34vw;
  top: 35vw;
}

  .open-number .number {
    color: #fff;
  }

    .open-number .number.befnum {
      position: relative;
      overflow: hidden;
      height: 20px;
      width: 20px;
    }

      .open-number .line .on,
      .open-number .number.befnum ul {
        transition: all 0.3s;
      }

      .open-number .number.befnum li {
        height: 18px;
      }

  .open-number .line {
    width: 18vw;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 10px;
    position: relative;
  }

    .open-number .line .on {
      position: absolute;
      bottom: -1px;
      width: 3vw;
      height: 3px;
      background: #fff;
    }

.open-api-fl {
  width: 35%;
  height: 58.5vw;
  background: #1e2a3d;
}

  .open-api-fl .open-fl-item:nth-child(1) .icon,
  .open-api-fl .open-fl-item:nth-child(4) .icon {
    font-size: 2vw;
  }

  .open-api-fl .open-fl-item:nth-child(2) .icon {
    font-size: 2.6vw;
  }

  .open-api-fl .open-fl-item:nth-child(3) .icon,
  .open-api-fl .open-fl-item:nth-child(5) .icon,
  .open-api-fl .open-fl-item:nth-child(6) .icon {
    font-size: 1.6vw;
  }

.open-fl-item .icon {
  height: 2vw;
}

.open-fl-item {
  width: 50%;
  height: 9.15vw;
  border-right: 1px solid #515a68;
  border-bottom: 1px solid #515a68;
  box-sizing: border-box;
  padding: 5%;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

  .open-fl-item.active {
    background: #182232;
  }

  .open-fl-item .hot {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
  }

    .open-fl-item .hot span {
      position: absolute;
      width: 109px;
      left: -32px;
      bottom: 50%;
      color: #fff;
      font-size: 12px;
      line-height: 20px;
      text-align: center;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
      background-color: #d8262c;
    }

  .open-fl-item:nth-child(2n) {
    border-right: none;
  }

.open-api-fl.flex-row {
  flex-wrap: wrap;
  align-content: flex-start;
}

.open-api-fr {
  width: 65%;
  height: 58.5vw;
}

  .open-api-fr .open-fr-item:last-child img {
    margin-top: 20%;
  }

.open-fr-item {
  width: 100%;
  height: 58.5vw;
  padding: 7.5% 6%;
  box-sizing: border-box;
}

.open-fr-item {
  display: none;
}

.open-fl-item.active .arrow {
  transform: translateX(0);
  width: 23px;
  height: 23px;
  background: #1296db;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
}

.open-fl-item .arrow {
  transform: translateX(500px);
  transition: all 0.3s;
}

.open-fr-item.active {
  display: block;
}

.open-fl-item .ch {
  font-size: 16px;
}

.open-fl-item .eng {
  font-size: 12px;
  color: #999;
}

.open-fl-item.active .arrow {
  display: block;
  width: 23px;
  height: 23px;
  background: #1296db;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
}

.open-fl-item .flex-row {
  margin-top: 2vw;
}

.stystem-con {
  margin-top: 14vw;
}

  .stystem-con .swiper-pagination {
    position: absolute;
    bottom: 50%;
    left: auto;
    right: 0;
    width: 200px;
    transform: translateY(50%);
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
  }

  .stystem-con .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    width: auto;
    font-size: 14px;
    display: block;
    text-align: left;
    height: 30px;
    line-height: 30px;
    opacity: 0.6;
    width: 70px;
    border-radius: 0.93vw;
    text-indent: 15px;
    margin-bottom: 5px;
    transition: all 0.3s;
  }

  .stystem-con
  .swiper-container-horizontal > .swiper-pagination-bullets
  .swiper-pagination-bullet {
    margin: 6px 0;
  }

  .stystem-con .swiper-pagination-bullet-active {
    width: 120px;
    background: rgba(216, 38, 44, 0.8);
    opacity: 1;
  }

.open-fr-item > div.flex-row {
  align-items: flex-start;
}

.open-fr-item .txt {
  padding-top: 4.5vw;
  width: 22vw;
}

.open-fr-item .pic {
  width: 30vw;
  text-align: right;
}

.open-fr-item .sty-des {
  font-size: 1vw;
  text-align: justify;
}

.open-number img {
  max-width: 50%;
  cursor: pointer;
}

.open-number .prev {
  margin-right: 1vw;
}

.open-number .next {
  margin-left: 1vw;
}

/*pro-det*/

.securitization .show {
  display: block !important;
}

/*  面板  */
.securitization {
  width: 66.4vw;
  margin-left: 5.33vw;
  margin-top: 11.73vw;
}

  .securitization h2 {
    color: #333;
    height: 10.67vw;
    line-height: 10.67vw;
    font-size: 3.47vw;
    margin: 0;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
  }

  .securitization .son {
    background-color: #ffffff;
    font-size: 1rem;
    margin-left: 1rem;
    display: none;
  }

  .securitization .father {
    /* height:10.67vw; */
  }

.productoverview {
  width: 89.33vw;
  border-radius: 2.67vw;
  background: rgba(255, 255, 255, 1);
  margin: 0 auto;
  position: relative;
  padding: 5.33vw;
  box-sizing: border-box;
  margin-top: 6.67vw;
  padding-top: 0vw;
}

  .productoverview .applicationscenarios {
    position: absolute;
    top: 32vw;
    z-index: 8;
    left: 0vw;
    width: 88.7vw;
    height: 33.67vw;
    border-radius: 2.67vw;
    background: rgba(255, 255, 255, 1);
    padding: 4.47vw;
    box-sizing: border-box;
  }

  .productoverview .poductoverview_item_xh {
    color: #d8262c;
    margin-right: 1.733vw;
  }

  .productoverview .productoverview_itemtitle {
    color: #333333;
    font-size: 3.73vw;
    font-weight: 400;
  }

  .productoverview .productoverview_item {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 6.4vw;
    padding-top: 6.4vw;
  }

  .productoverview .productoverview_itemtitle_con {
    color: #666666;
    font-size: 3.2vw;
    margin-top: 3.33vw;
  }

.productoverview_img {
  width: 100vw;
  height: 46.7vw;
  background: rgba(204, 204, 204, 1);
  margin-left: -11.33vw;
}

.applicationscenarios .applicationscenarios_item {
  border-bottom: 1px solid #e7e7e7;
  height: 10.67vw;
  color: #333333;
  font-size: 3.47vw;
  width: 37.33vw;
  float: left;
  margin-right: 0vw;
  line-height: 10.67vw;
}

.applicationscenarios .applicationscenarios_ymnitem {
  width: 51vw;
}

.applicationscenarios .applicationscenarios_csitem {
  width: 100%;
}

.applicationscenarios .applicationscenarios_item:nth-child(1) {
  margin-right: 4.33vw;
}

.applicationscenarios .applicationscenarios_item:nth-child(3) {
  margin-right: 4.33vw;
}

.applicationscenarios_item img {
  width: 2.93vw;
  height: 2.93vw;
  border-radius: 1.47vw;
  margin-right: 1.47vw;
}

.xladvantage {
  width: 89.33vw;
  height: 80vw;
  border-radius: 2.67vw;
  background: rgba(255, 255, 255, 1);
  margin: 6.67vw auto;
}

  .xladvantage .xladvantage_item {
    width: 50%;
    float: left;
    height: 40vw;
    text-align: center;
    padding-top: 8vw;
    box-sizing: border-box;
  }

.Scenarios {
  height: 101.67vw;
  margin-bottom: 0px;
}

.xladvantage .xladvantage_item:nth-child(1) {
  border-right: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}

.xladvantage .xladvantage_item:nth-child(4) {
  border-top: 1px solid #f6f6f6;
  border-left: 1px solid #f6f6f6;
}

.xladvantage .xladvantage_item img {
  width: 11.73vw;
  height: 11.73vw;
  margin-bottom: 3.73vw;
}

.xladvantage .xladvantage_item .xladvantage_itemper {
  color: #d8262c;
  font-size: 4.8vw;
  font-weight: Bold;
}
  .xladvantage .xladvantage_item .xladvantage_itemper .plus{
  color:#333333;
  font-size:2.13vw;
  margin-right:1.6vw;
  }
.xladvantage .xladvantage_itemcon {
  font-size: 3.47vw;
  font-weight: 400;
}

.companybenefits {
  width: 89.07vw;
  height: 27.6vw;
  border-radius: 2.67vw;
  border: 1px solid rgba(229, 229, 229, 1);
  margin: 0 auto;
  padding-left: 3.87vw;
  box-sizing: border-box;
  display: flex;
  padding-top: 5.87vw;
  margin-bottom: 10.67vw;
  background: #fff;
  /* padding-top: 10.67vw;
  padding-bottom: 10.67vw;
  padding-right: 3.87vw; */
  position: relative;
}

  .companybenefits .companybenefits_zhuanqu {
    width: 50.67vw;
    position: relative;
  }

  .companybenefits .yxjimg {
    /* width: 50.67vw; */
    position: absolute;
    z-index: 100;
    bottom: 0px;
    right: 0px;
    z-index: 8;
    color: #D8262C;
  }

.yxjimg .iconfont {
  font-size: 8vw;
}

.companybenefits .companybenefits_img {
  width: 16vw;
  height: 16vw;
  margin-right: 5.6vw;
}

.companybenefits_img img {
  width: 16vw;
  height: 16vw;
}

.companybenefits .companybenefits_title {
  font-size: 4.8vw;
}

.companybenefits .companybenefits_con {
  font-size: 3.2vw;
}

.CreditCard_item {
  display: flex;
  margin-bottom: 6.67vw;
  margin-top: 8vw;
}

  .CreditCard_item img {
    width: 3.2vw;
    height: 3.2vw;
    border-radius: 1.6vw;
    margin-right: 2.13vw;
    margin-top: 0.8vw;
  }

.CreditCard_title {
  color: #333333;
  font-size: 4vw;
  margin-bottom: 2.13vw;
}

.CreditCard_consub {
  color: #333333;
  font-size: 3.2vw;
  line-height: 5.33vw;
}

.CreditCard_imgsize {
  width: 89.33vw;
  height: 53.33vw;
  border-radius: 2.67vw;
  background: rgba(100, 98, 109, 1);
  margin: 0 auto;
  display: block;
}

#certify.readmoreconfirm .readmore_con {
  /* height: auto;
  margin-bottom: 4vw; */
  margin-right: 2.3vw;
}
.readmoreconfirm {
  height: auto !important;
}
.nopadingbox {
  margin-right: 2.3vw;
}

.morebox .readmore_con {
  margin-right: 2.3vw;
}

.proconbg .favor-header-bar li {
  width: 28.8vw;
  height: 10.67vw;
  border-radius: 1.33vw;
  background: rgba(255, 255, 255, 1);
  line-height: 10.67vw;
  margin-right: 1.33vw;
}

  .proconbg .favor-header-bar li:last-child {
    margin-right: 0em;
  }

.proconbg .favor-header-bar {
  height: 16.67vw;
  line-height: 16.67vw;
}

.proconbg .favor-header-bar {
  background: none;
}

.proconbg {
  background: #f5f2f0;
  padding-bottom: 10.67vw;
}

  .proconbg .favor-header-bar li.tabFocus {
    background: #d8262c;
  }

    .proconbg .favor-header-bar li.tabFocus a {
      border: none;
      color: #fff;
    }

.CreditCard_con_gap {
  border: none;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 6.67vw;
  margin-top: 6.67vw;
}

.hottab {
  width: 89.33vw;
  height: auto;
  border-radius: 2.67vw;
  background: rgba(255, 255, 255, 1);
  margin: 0 auto;
  box-sizing: border-box;
  padding: 4vw;
}

  .hottab .list {
    height: 165vw;
    overflow: hidden;
  }

    .hottab .list.open {
      height: auto;
      overflow: visible;
    }

  .hottab li {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 4.8vw;
    padding-top: 4.67vw;
  }

  .hottab .hottab_gmu {
    width: 72.47vw;
  }

  .hottab .hottab_img {
    width: 8vw;
    height: 8vw;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    color: #d8262c;
    text-align: center;
    line-height: 8vw;
  }

  .hottab .hottab_gmu_con {
    font-size: 3.47vw;
    line-height: 4.2vw;
  }

  .hottab .hottab_gmu_come {
    color: #666666;
    font-size: 2.67vw;
    margin-top: 2.4vw;
  }

.Companybenefits_zhuanqu {
}

.companybenefitsbg {
  background: #fff;
  height: 48.93vw;
  padding-top: 10.67vw;
  box-sizing: border-box;
}

.container-pro-detail-content {
  background: url(../images/bg-pro-detail-content.png) no-repeat bottom center;
  padding: 70px 0;
}

  .container-pro-detail-content .box-pro-detail-center {
    width: 1300px;
    margin: 0 auto;
  }

.box-pro-detail-center h3 {
  font-size: 26px;
  color: #fff;
}

.box-adv h3,
.city-ren-wrap h3 {
  position: absolute;
  top: 30px;
  left: 40px;
}

.box-pro-detail-center h4 {
  font-size: 16px;
}

.box-build-level {
  width: 500px;
  height: 650px;
  background: url(../images/bg-pro-detail-build-level.jpg) no-repeat;
  padding: 40px 60px;
  box-sizing: border-box;
  color: #fff;
}

  .box-build-level dd h4::before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    content: "";
    width: 3px;
    height: 16px;
    background: white;
  }

  .box-build-level dd {
    margin-top: 50px;
  }

.box-phone-scene {
  width: 370px;
  height: 650px;
}

.box-phone {
  box-sizing: border-box;
  height: 140px;
  background: url(../images/bg-pro-detail-phone.png) no-repeat;
  padding: 25px 40px;
}

  .box-phone p {
    color: #fff;
    margin-top: 10px;
    width: 200px;
    line-height: 22px;
    padding-left: 43px;
  }

.box-scene {
  box-sizing: border-box;
  overflow: hidden;
  height: 480px;
  position: relative;
  margin-top: 30px;
}

  .box-scene h2 {
    position: absolute;
    color: #fff;
    z-index: 2;
    font-size: 24px;
    font-weight: normal;
    top: 40px;
    left: 40px;
  }

    .box-scene h2 i,
    .box-phone i,
    .box-adv h3 i,
    .city-ren-wrap h3 i {
      font-weight: normal;
      font-size: 30px;
      vertical-align: middle;
      margin-right: 10px;
    }

.box-adv h3 i,
.city-ren-wrap h3 i {
  font-size: 26px;
}

.box-scene-title {
  position: absolute;
  z-index: 2;
  left: 44px;
  top: 130px;
}

.box-phone i {
  font-size: 32px;
}

.box-scene-title li {
  cursor: pointer;
  color: #fff;
  line-height: 24px;
  margin-bottom: 20px;
}

  .box-scene-title li::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
    transition: width 0.3s;
    vertical-align: middle;
    margin-left: 10px;
  }

  .box-scene-title li.active::after {
    width: 100px;
  }

  .box-scene-title li.active {
    font-size: 16px;
  }

.box-scene-pic {
  z-index: 1;
}

.box-adv-welfare {
  width: 370px;
  height: 650px;
}

  .box-adv-welfare .box-adv {
    position: relative;
    height: 480px;
    background: url(../images/bg-pro-detail-adv.jpg) no-repeat;
  }

  .box-adv-welfare .box-adv-sec {
    height: 480px;
    background: url(../images/city-ren-img.jpg) no-repeat;
  }

    .box-adv-welfare .box-adv ul,
    .box-adv-welfare .box-adv-sec .adv-sec-txt,
    .city-ren-wrap .adv-sec-txt {
      position: absolute;
      left: 45px;
      top: 120px;
    }

.city-ren-wrap {
  position: relative;
}

  .city-ren-wrap img {
    position: absolute;
  }

.box-adv-welfare .box-adv ul li {
  float: left;
  box-sizing: border-box;
  border: 1px solid white;
  border-radius: 5px;
  text-align: center;
  width: 115px;
  height: 118px;
  margin-right: 45px;
  margin-bottom: 30px;
  color: #fff;
  padding-top: 22px;
}

.box-adv ul li span {
  font-weight: 700;
  color: #fff;
  font-size: 30px;
}

.box-adv ul li p {
  margin-top: 5px;
  letter-spacing: 1px;
}

.box-adv-welfare .box-welfare {
  box-sizing: border-box;
  height: 140px;
  margin-top: 30px;
  background: url(../images/bg-pro-detail-walfare.png) no-repeat;
  color: white;
  padding-top: 35px;
  padding-left: 50px;
}

  .box-adv-welfare .box-welfare p {
    margin-top: 10px;
  }

  .box-adv-welfare .box-welfare h3 {
    width: 225px;
    text-align: center;
  }

.scene-pic-item,
.city-appli-img .item {
  display: none;
}

  .scene-pic-item img,
  .city-appli-img img {
    height: 480px;
  }

  .scene-pic-item.active,
  .city-appli-img .item.active {
    display: block;
  }

.adv-sec-item {
  width: 290px;
  color: #fff;
  margin-bottom: 30px;
}

  .adv-sec-item h4 {
    width: 80px;
    height: 25px;
    background-image: linear-gradient( to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) );
    color: #fff;
    text-indent: 10px;
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 15px;
  }

.city-appli-title {
  width: 370px;
  position: absolute;
  bottom: 0;
  color: #fff;
}

  .city-appli-title .flex-row {
    flex-wrap: wrap;
  }

  .city-appli-title li {
    width: 185px;
    height: 120px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px 14px;
    box-sizing: border-box;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
  }

    .city-appli-title li.active {
      background: rgba(0, 0, 0, 0.2);
      vertical-align: middle;
      font-size: 16px;
    }

/*9.13*/
.ent-sol-item {
  position: relative;
  width: 180px;
  height: 360px;
  transition: width 0.5s;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
  cursor: pointer;
}

  .ent-sol-item .before {
    position: absolute;
    left: -10%;
    top: -10%;
    width: 120%;
    height: 120%;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    /*ilter: blur(5px);*/
  }

    .ent-sol-item .before::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-color: rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(5px);
    }

  .ent-sol-item i {
    margin: 132px auto 22px;
    display: block;
    position: relative;
    z-index: 20;
    text-align: center;
    color: #fff;
    font-size: 36px;
  }

  .ent-sol-item h1 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    position: relative;
    z-index: 20;
    margin: 0 auto;
    font-weight: normal;
  }

  .ent-sol-item h2 {
    margin-top: 80px;
    height: 0;
    opacity: 0;
    color: #fff;
    position: relative;
    z-index: 20;
    font-weight: normal;
  }

  .ent-sol-item p {
    margin-top: 20px;
    height: 0;
    opacity: 0;
    position: relative;
    z-index: 20;
  }

  .ent-sol-item a {
    display: block;
    height: 0;
    width: 0;
    opacity: 0;
    transition: none;
  }

.ent-sol-con .active .ent-sol-item {
  width: 480px;
  height: 360px;
  color: #fff;
  background-color: rgba(32, 36, 43, 0.3);
  padding-left: 40px;
  text-align: left;
  cursor: pointer;
}

  .ent-sol-con .active .ent-sol-item .before {
    background-color: rgba(0, 0, 0, 0.1);
    background-image: none !important;
    filter: none;
  }

.ent-sol-con .active i,
.ent-sol-con .active h1 {
  display: none;
  font-weight: normal;
}

.ent-sol-con .active h2 {
  opacity: 1;
  height: 34px;
  color: #fff;
  margin-top: 60px;
  font-size: 24px;
  overflow: hidden;
}

.ent-sol-con .active p {
  height: auto;
  opacity: 1;
  margin: 20px 0 0 0;
  width: 425px;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  text-align: justify;
}

.ent-sol-con .active a {
  opacity: 1;
  color: #fff;
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  bottom: 60px;
  background: #d8262c;
}

.studio-wrap,
.in-contact-wrap {
  width: 1400px;
  margin: 0 auto;
}

.in-contact-wrap {
  height: 500px;
}

.in-pro-container .list .item {
  height: 160px;
  overflow: hidden;
}

.in-pro-container .list.open .item {
  height: auto;
}

.pro-more.open .btn1,
.pro-more-btn.btn2 {
  display: none;
}

.pro-more.open .btn2,
.pro-more-btn.btn1 {
  display: block;
}

  .pro-more.open .btn2 i {
    transform: rotate(180deg);
    display: inline-block;
    margin-left: 1.33vw;
  }

.pro-more {
  text-align: center;
  /* border-top: 1px solid #f3f3f3; */
  padding-top: 2.67vw;
  /* margin-top: 20px; */
}

  .pro-more i {
    vertical-align: middle;
  }

.pro-more-btn {
  width: 200px;
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  color: #d8262c;
  transition: all 0.2s;
  font-size: 2.67vw;
}

  .pro-more-btn:hover {
    font-weight: bold;
  }

/*studio*/
.mynews .swiper-wrapper .swiperimg {
  position: relative;
}

.mynews .newhot {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  height: 13.33vw;
  width: 100%;
}

  .mynews .newhot .newtitle {
    font-size: 3.46vw;
    color: #fff;
    margin-left: 2.67vw;
    margin-top: 1.8vw;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 2.67vw;
  }

.newhotcon {
  width: 89.33vw;
  margin: 0 auto;
  margin-top: 7.47vw;
}

  .newhotcon li {
    list-style: none;
    border-bottom: 1px solid #ede6e6;
  }

  .newhotcon .newhotitem {
    display: flex;
    margin-top: 4vw;
    margin-bottom: 2.4vw;
  }

    .newhotcon .newhotitem .newhotitem_title {
      min-width: 18vw;
      height: 4.33vw;
      border-radius: 0.67vw;
      /* background: rgba(216, 38, 44, 1); */
      line-height: 4vw;
      color: rgba(216, 38, 44, 1);
      font-size: 3.4vw;
      border: 1px solid rgba(216, 38, 44, 1);
      text-align: center;
      margin-right: 3.4vw;
    }

.knowledgebox {
  height: 146.7vw;
}

.newhotcon .newhotitem .newhotitem_title {
  color: rgba(216, 38, 44, 1);
}

.newhotcon .newhotitemcon {
  color: #333333;
  font-size: 3.2vw;
  margin-bottom: 3vw;
}
.aboutnewsheight {
  height: 76vw !important;
}
/* .knowledgesharingitem_img {
    line-height: 8vw;
    border: 1px solid #E5E5E5;
    width: 9.8vw;
    height: 9.8vw;
    border-radius: 50%;
    text-align: center;
    color: #d8262c;
    line-height: 9.8vw;
} */
.knowledgesharingitemimg {
  line-height: 9.8vw;
  border: 1px solid #e5e5e5;
  width: 9.8vw;
  height: 9.8vw;
  border-radius: 50%;
  text-align: center;
  color: #d8262c !important;
}

.newhotcon .newhotitemitem {
  color: #999999;
  font-size: 3.4vw;
}

  .newhotcon .newhotitemitem.knowledgesharingitem_newhotitemitem {
    color: #d8262c;
    padding-left:7.33vw;
  }
.knowledgesharing .knowledgesharingitem .knowledgesharingitem_newhotitemitem {
  padding-left: 7.33vw !important;
}
.knowledgebox .knowledgesharingitem .knowledgesharingitem_newhotitemitem {
  padding-left: 0 !important;
}
.penetrate_title {
  color: #333333;
  font-size: 3.47vw;
  margin-top: 6.67vw;
}

.penetrate_con {
  color: #333333;
  font-size: 3.2vw;
}

.swiper-containercase_penetrate {
  height: 33.33vw;
  overflow-y: visible;
  height: 42.6vw;
}

#certify .swiper-containercase_penetrate .swiper-slide {
  width: 60vw;
  height: 42.6vw;
}

  #certify .swiper-containercase_penetrate .swiper-slide img {
    width: 60vw;
    height: 33.33vw;
    opacity:1;
  }

  #certify .swiper-containercase_penetrate .swiper-slide a {
    width: 60vw;
    height: 33.33vw;
  }

  #certify .swiper-containercase_penetrate .swiper-slide p {
    line-height: 12vw;
    font-size: 3.47vw;
  }

.newhotcon .newhotitem.knowledgesharingitem {
  /* display: flex; */
  display: block;
  margin-top: 0px;
}

.newhotcon .newhotitem .knowledgesharingitem_title {
  width: 76.47vw;
  height: unset;
  border: none;
  color: #333333;
  text-align: left;
  margin-bottom: 3.47vw;
  display:flex;
}

.newhotcon .newhotitem .knowledgesharingitem_titlexh {
  color: #d8262c;
  font-size: 3.4vw;
  margin-right: 2.67vw;
  font-weight: bold;
}

.newhotcon .newhotitem .knowledgesharingitem_newhotitemitem .price {
  color: #999999;
  margin-left: 2.67vw;
  text-decoration: line-through;
}

.knowledgesharing li {
  display: flex;
  margin-top: 5.2vw;
}

.mynews .newhot .newtime {
  font-size: 2.13vw;
  color: #999999;
  margin-left: 2.67vw;
  display: inline-block;

}

.studio-part-one {
  background: url(../images/studio-bg1.jpg) no-repeat;
  width: 100%;
  padding: 50px 0;
  background-size: cover;
}

.studio-title h3,
.books h2 {
  font-size: 32px;
}

.studio-title span {
  vertical-align: middle;
  font-size: 20px;
}

.studio-title a {
  font-size: 18px;
  transition: all 0.3s linear;
}

  .studio-title a:hover {
    color: #d8262c;
  }

.studio-img,
.studio-img img {
  width: 800px;
  height: 400px;
  overflow: hidden;
  transition: all 0.3s linear;
}

  .studio-img:hover img,
  .studio-list-item:hover img,
  .empower-fl-item:hover .img img {
    transform: scale(1.1);
  }

.studio-dj-con,
.empower-con,
.studio-news-con {
  margin-top: 30px;
}

.empower-img {
  width: 89.33vw;
  height: 53.33vw;
}

.studio-news-con .pic {
  width: 900px;
  height: 490px;
  position: relative;
}

.studio-news-con .txt {
  position: absolute;
  left: 50px;
  bottom: 80px;
  color: #fff;
  width: 500px;
}

  .studio-news-con .txt .title {
    font-size: 36px;
    font-weight: bold;
  }

  .studio-news-con .txt .des {
    font-size: 20px;
    margin-top: 30px;
    line-height: 30px;
  }

  .studio-news-con .txt a {
    display: block;
    width: 180px;
    height: 45px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    margin-top: 50px;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    transition: all 0.2s;
  }

.studio-news-con .pic:hover a {
  background: #d8262c;
  color: #fff;
}

.studio-news-con .list {
  width: 470px;
  height: 490px;
  background: #fff;
  box-sizing: border-box;
  padding: 25px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

  .studio-news-con .list li {
    line-height: 65px;
    border-bottom: 1px solid #ececec;
    font-size: 16px;
  }

    .studio-news-con .list li::before {
      content: "";
      display: inline-block;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #9bb5c2;
      vertical-align: middle;
      margin-right: 5px;
    }

    .studio-news-con .list li:last-child {
      border-bottom: none;
    }

.studio-dj-right {
  width: 600px;
  height: 400px;
  background: #fff;
  padding: 40px 50px;
  box-sizing: border-box;
}

  .studio-dj-right h3 {
    font-size: 20px;
    line-height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .studio-dj-right p {
    margin-top: 30px;
    line-height: 26px;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .studio-dj-right span {
    display: block;
    margin-top: 50px;
    font-size: 16px;
    transition: all 0.2s;
  }

  .studio-dj-right:hover span {
    transform: translateX(15px);
    color: #d8262c;
  }

  .studio-dj-right span i {
    color: #d8262c;
    font-size: 30px;
    vertical-align: middle;
    margin-left: 5px;
  }

.studio-list-item {
  width: 453px;
  height: 240px;
  display: block;
  position: relative;
  margin-top: 40px;
  overflow: hidden;
}

  .studio-list-item img {
    width: 453px;
    height: 240px;
    transition: all 0.3s linear;
  }
  /*
.studio-list-item .tag {
    display: block;
    width: 115px;
    height: 40px;
    border-radius: 0 0 0 20px;
    background: #d8262c;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}
*/
  .studio-list-item .txt-bg {
    width: 413px;
    height: 200px;
    top: 20px;
    left: 20px;
    padding-top: 55px;
    box-sizing: border-box;
    position: absolute;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    transition: all 0.2s linear;
  }

  .studio-list-item:hover .txt-bg {
    padding-top: 75px;
    width: 453px;
    height: 240px;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
  }

  .studio-list-item .txt-bg span {
    display: block;
    font-size: 40px;
  }

  .studio-list-item .txt-bg p {
    font-size: 28px;
    display: block;
    margin-top: 10px;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
    letter-spacing: 2px;
  }

.studio-part-one .studio-wrap:first-child {
  margin-top: 0;
}

.studio-wrap,
.knowledge {
  margin-top: 50px;
}

.empower-fl {
  width: 480px;
}

  .empower-con .empower-fl-item:last-child,
  .empower-fl .empower-fl-item:last-child {
    margin-bottom: 0;
  }

.empower-fl-item {
  height: 135px;
  margin-bottom: 15px;
  width: 480px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

  .empower-fl-item .img,
  .empower-fl-item .img img {
    width: 210px;
    height: 135px;
    overflow: hidden;
    transition: all 0.3s linear;
  }

  .empower-fl-item .txt {
    width: 270px;
    padding: 25px 20px;
    box-sizing: border-box;
  }

    .empower-fl-item .txt p {
      font-size: 16px;
      font-weight: bold;
      line-height: 24px;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

      .empower-fl-item .txt p b {
        color: #d8262c;
      }

    .empower-fl-item .txt span {
      margin-top: 30px;
      color: #999;
      display: block;
    }

      .empower-fl-item .txt span i {
        margin-right: 5px;
        vertical-align: middle;
      }

.empower-cen {
  width: 415px;
}

  .empower-cen .item {
    display: block;
    height: 88px;
    margin-bottom: 11px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    box-sizing: border-box;
  }

    .empower-cen .item p {
      font-size: 16px;
      transition: all 0.3s linear;
    }

    .empower-cen .item:hover p,
    .in-contact-fl .txt i {
      color: #d8262c;
    }

    .empower-cen .item span {
      color: #666;
      display: block;
      margin-top: 10px;
    }

.empower-fr,
.empower-fr img {
  width: 460px;
  height: 287px;
  overflow: hidden;
}

.empower-con.flex-row,
.knowledge-con.flex-row {
  align-items: flex-start;
}

.knowledge {
  width: 100%;
  background: url(../images/knowledge-bg.jpg) no-repeat top center;
  background-size: 100% 200px;
}

  .knowledge .studio-title,
  .knowledge .studio-title a {
    color: #fff;
  }

.knowledge-con {
  height: 336px;
  background: url(../images/knowledge-conbg.png) no-repeat center top;
  padding: 60px 40px;
  box-sizing: border-box;
  width: 1440px;
  margin: 0 auto;
}

.knowledge .studio-wrap {
  padding-top: 50px;
}

.essence {
  width: 1020px;
}

.essence-list .item {
  width: 325px;
  height: 167px;
  border: 1px solid #f0f0f0;
  position: relative;
  padding: 25px 20px;
  box-sizing: border-box;
  margin-top: 25px;
  transition: all 0.2s;
}

  .essence-list .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
  }

.essence-list .tag {
  width: 70px;
  height: 20px;
  background: #d8262c;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 20px;
  color: #fff;
}

.essence-list .price,
.know-article-list .price {
  font-size: 16px;
  color: #d8262c;
}

  .essence-list .price i,
  .know-article-list i {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
  }

.know-article {
  position: absolute;
  bottom: 0;
}

.essence-list h3 {
  margin-top: 15px;
}

.essence-list p {
  color: #666;
  margin-top: 10px;
  line-height: 20px;
}

.ranking {
  width: 270px;
}

.ranking-list .flex-row {
  justify-content: flex-start;
}

.ranking-list li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: #fff;
  background: #eee;
  color: #333;
}

.ranking-list li:nth-child(1) span,
.ranking-list li:nth-child(2) span,
.ranking-list li:nth-child(3) span {
  background: #d8262c;
  color: #fff;
}

.ranking-list li a {
  display: inline-block;
  width: 245px;
  margin-left: 7px;
}

.ranking-list {
  margin-top: 25px;
}

  .ranking-list li {
    margin-bottom: 17px;
  }

.knowledge h2 span {
  color: #d8262c;
  font-weight: normal;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 20px;
}

/*knowledge-index*/
.in-know-top {
  background: url(../images/knowledge-bg.jpg) no-repeat top center;
  background-size: 100% 300px;
}

.in-know-topcon {
  background: url(../images/know-article-img.jpg) no-repeat right bottom;
  height: 600px;
  padding-top: 60px;
  box-sizing: border-box;
  position: relative;
}

  .in-know-topcon .title {
    color: #fff;
  }

    .in-know-topcon .title h2 {
      font-size: 36px;
      letter-spacing: 2px;
    }

      .in-know-topcon .title h2::before {
        content: "";
        display: inline-block;
        width: 5px;
        height: 29px;
        background: rgba(255, 255, 255, 0.5);
        margin-right: 15px;
      }

    .in-know-topcon .title p {
      font-size: 26px;
      letter-spacing: 5px;
      opacity: 0.2;
      margin-top: 5px;
    }

.know-article-list .item {
  display: block;
  width: 300px;
  height: 350px;
  padding: 50px 30px;
  box-sizing: border-box;
  color: #fff;
}

  .know-article-list .item:nth-child(1) {
    background: #272e48;
  }

  .know-article-list .item:nth-child(2) {
    background: rgba(255, 255, 255, 0.95);
  }

  .know-article-list .item:nth-child(3) {
    background: rgba(141, 19, 28, 0.9);
  }

  .know-article-list .item h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .know-article-list .item p {
    margin-top: 60px;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

.know-article-list .iconfont {
  font-size: 26px;
}

.know-article-list .price i {
  color: #fff;
  opacity: 0.7;
}

.know-article-list .item .flex-row {
  margin-top: 50px;
}

.know-article-list .item:nth-child(2) h3,
.know-article-list .item:nth-child(2) p,
.know-article-list .item:nth-child(2) .price i,
.know-article-list .item:nth-child(2) .iconfont {
  color: #333;
}

.know-article-list .item:nth-child(3) .price,
.know-article .title a,
.know-article .title {
  color: #fff;
}

.know-article .title {
  padding: 50px;
}

  .know-article .title a {
    display: block;
    letter-spacing: 1px;
  }

.know-article.flex-row {
  align-items: flex-end;
  width: 1200px;
}

.know-article .title .iconfont {
  vertical-align: middle;
}

.know-article .title b {
  font-size: 26px;
  width: 53px;
  display: block;
  text-align: right;
  margin-bottom: 70px;
}

.in-know-adv {
  margin-top: 50px;
  margin-bottom: 50px;
}

.books {
  padding-bottom: 70px;
  background: url(../images/book-bg.jpg) no-repeat bottom center;
}

  .books .in-wrap {
    position: relative;
  }

.book-next,
.book-prev {
  font-size: 26px;
  cursor: pointer;
}

.book-prev {
  color: #999;
}

  .book-prev:hover {
    color: #333;
  }

.books-item {
  display: block;
  position: relative;
  width: 330px;
  height: 454px;
}

  .books-item .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    transition: all 0.2s linear;
  }

  .books-item:hover .layer {
    display: block;
  }

  .books-item:hover img {
    transform: scale(0.9);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }

  .books-item .layer span {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 56px;
    color: #fff;
    transition: all 0.2s linear;
  }

    .books-item .layer span:hover {
      transform: scale(1.1);
      color: #d8262c;
    }

  .books-item img {
    width: 330px;
    height: 454px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    transition: all 0.2s linear;
  }

.books-list {
  overflow: hidden;
  padding: 20px 0;
}

/*in-contact*/
.in-contact {
  background: url(../images/con-img.jpg) no-repeat right center;
  height: 500px;
  margin: 50px 0;
  background-size: 50% 100%;
}

.in-contact-fl {
  width: 520px;
  box-sizing: border-box;
}

.per-infor {
  display: none;
}

  .per-infor.active {
    display: block;
  }

.in-contact-fl .eng p {
  font-size: 20px;
  color: #666;
  letter-spacing: 8.2px;
  margin-top: 20px;
}

.in-contact-fl .txt {
  font-weight: bold;
  font-size: 36px;
}

.in-contact-fl .flex-row {
  margin-top: 50px;
}

.in-contact-fl .txt p {
  margin-bottom: 10px;
  letter-spacing: 1px;
}

  .in-contact-fl .txt p:nth-child(1)::after,
  .in-contact-fl .txt p:nth-child(2)::after,
  .in-contact-fl .txt p:nth-child(3)::after {
    content: "";
    display: block;
    background: #d8262c;
    margin-top: 5px;
  }

  .in-contact-fl .txt p:nth-child(1)::after {
    width: 35px;
    height: 2px;
  }

  .in-contact-fl .txt p:nth-child(2)::after {
    width: 110px;
    height: 2px;
  }

  .in-contact-fl .txt p:nth-child(3)::after {
    width: 60px;
    height: 2px;
  }

  .in-contact-fl .txt p:nth-child(1),
  .in-contact-fl .txt p:nth-child(3) {
    font-size: 24px;
  }

.in-contact-fr {
  width: 530px;
  background: rgba(255, 255, 255, 0.95);
  padding: 30px 40px;
  box-sizing: border-box;
}

  .in-contact-fr h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

    .in-contact-fr h3::before {
      content: "";
      display: inline-block;
      width: 3px;
      height: 17px;
      background: #d8262c;
      vertical-align: middle;
      margin-right: 5px;
    }

  .in-contact-fr p a,
  .in-contact-fr .item span,
  .know-article-layer p b,
  .associate .item p span,
  .know-fl-top .txt a:hover {
    color: #d8262c;
  }

.associate span {
  color: #999 !important;
  display: inline-block;
  margin-left: 15px !important;
}

.in-contact-fr p a {
  font-weight: bold;
  margin: 0 2px;
  font-size: 18px;
}

.in-contact-fr .txt:first-child {
  margin-bottom: 35px;
}

.in-contact-fr .table {
  margin-top: 20px;
}

.in-contact-fr .item.flex-row {
  justify-content: flex-start;
}

.in-contact-fr .item select,
.in-contact-fr .item textarea,
.in-contact-fr .item input {
  border: 1px solid #666;
}

.in-contact-fr .item {
  margin-bottom: 10px;
}

  .in-contact-fr .item:last-child {
    margin-bottom: 0;
  }

  .in-contact-fr .item select {
    width: 298px;
    height: 33px;
  }

  .in-contact-fr .item input {
    height: 33px;
    width: 211px;
    text-indent: 7px;
  }

    .in-contact-fr .item input:first-child {
      margin-right: 9px;
    }

.in-contact-fr button {
  width: 90px;
  height: 35px;
  background: #d8262c;
  color: #fff;
  text-align: center;
  line-height: 35px;
  border: none;
  margin-top: 10px;
  cursor: pointer;
}

.in-contact-fr .item p {
  margin-bottom: 5px;
}

.contact-layer,
.success-layer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: none;
}

  .contact-layer.open,
  .success-layer.open {
    display: block;
  }

.con-layer-wrap {
  width: 1050px;
  height: 550px;
  padding: 50px 50px 70px 50px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

  .con-layer-wrap h2 {
    font-size: 30px;
    text-align: center;
  }

.contact-layer select {
  width: 290px;
  height: 45px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-indent: 7px;
}

.contact-layer .form {
  width: 600px;
  margin: 0 auto;
  margin-top: 50px;
}

.contact-layer p:nth-of-type(1) {
  text-align: center;
  color: #999;
  margin-top: 5px;
  font-size: 16px;
}

.contact-layer .item .iconfont {
  display: block;
  width: 60px;
  height: 60px;
  background: #d8262c;
  color: #fff;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 26px;
}

.contact-layer .item {
  width: 260px;
  margin-top: 50px;
}

  .contact-layer .item p {
    text-align: center;
  }

  .contact-layer .item .title {
    font-size: 18px;
    color: #666;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .contact-layer .item .det {
    font-size: 18px;
    font-weight: bold;
  }

.contact-infor.flex-row {
  align-items: flex-start;
  padding: 20px;
}

.close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  cursor: pointer;
}

/*knowledge-det*/
.know-fl,
.dj-fl,
.in-news-list {
  width: 100%;
}

.know-fr,
.dj-fr,
.in-news-fr {
  width: 350px;
}

  .know-fl-top,
  .know-fr .record,
  .know-det-article .item,
  .know-fr .associate,
  .dj-fl .title,
  .dj-list,
  .phb-con,
  .dj-det-con,
  .in-news-list,
  .in-news-fr {
    background: #fff;
    box-shadow: 0px 0 20px 0px rgb(0 0 0 / 5%);
    box-sizing: border-box;
  }

.know-det-article .item {
  padding: 40px;
  margin-top: 15px;
  text-align: center;
}

.know-fr .associate {
  margin-top: 15px;
  padding: 22px;
}

.know-fr .record {
  padding: 22px;
  height: 180px;
}

.know-fl-top {
  padding: 25px;
}

  .know-fl-top h2 {
    font-size: 24px;
  }

  .know-fl-top .des {
    margin-top: 20px;
  }

    .know-fl-top .des span::after {
      content: "";
      display: inline-block;
      width: 1px;
      height: 14px;
      background: #ccc;
      vertical-align: middle;
      margin: 0 15px;
    }

    .know-fl-top .des span:last-child::after {
      display: none;
    }

  .know-fl-top .btn,
  .know-article-layer .btn {
    display: inline-block;
    width: 150px;
    height: 40px;
    border-radius: 5px;
    background: #d8262c;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    margin-right: 30px;
  }

    .know-fl-top .btn i,
    .know-article-layer .btn i {
      font-size: 18px;
      vertical-align: middle;
      margin-right: 5px;
    }

  .know-fl-top .flex-row {
    justify-content: flex-start;
  }

  .know-fl-top .txt i {
    display: block;
    font-size: 18px;
  }

  .know-fl-top .txt a {
    text-align: center;
    margin-right: 20px;
    transition: all 0.2s;
  }

.know-article-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.know-article-txt {
  margin-top: 15px;
  line-height: 36px;
  font-size: 16px;
}

.know-det-article .item {
  position: relative;
}

.know-article-layer {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient( to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1) );
  width: 100%;
  height: 260px;
  left: 0;
  text-align: center;
  padding-top: 80px;
  box-sizing: border-box;
}

  .know-article-layer .btn {
    margin-top: 20px;
  }

  .know-article-layer p {
    font-size: 16px;
    line-height: 26px;
  }

.know-fr .record h2,
.know-fr .associate h2,
.phb-con h2 {
  border-bottom: 1px solid #f1f1f1;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.know-fr .record a {
  display: block;
  color: #d8262c;
  text-decoration: underline;
  margin-bottom: 3px;
}

.know-fr .record .item {
  margin-bottom: 10px;
}

.associate .item {
  margin-bottom: 20px;
}

  .associate .item a {
    display: block;
    margin-bottom: 10px;
    line-height: 22px;
  }

  .associate .item p span {
    margin-left: 5px;
  }

/*dj*/
.dj-fl .title {
  height: 50px;
  line-height: 47px;
  font-size: 18px;
  padding-left: 30px;
  margin-bottom: 15px;
}

  .dj-fl .title a {
    margin-right: 5.67vw;
  }

    .dj-fl .title a.active,
    .list-more:hover,
    .dj-item:hover h3 {
      color: #d8262c;
      font-weight: bold;
    }

      .dj-fl .title a.active::after {
        content: "";
        height: 2px;
        background: #d8262c;
        width: 70px;
        display: block;
      }

  .dj-fl .title.flex-row {
    justify-content: flex-start;
  }

.dj-list {
  min-height: 800px;
}

.dj-item {
  height: 136px;
  border-bottom: 1px solid #ececec;
  padding: 10px 25px;
  transition: all 0.2s;
}
  .dj-item .other {
    white-space: nowrap;
  }
  .in-news-list {
    padding: 10px 0;
  }

  .in-news-list h3 {
    font-size: 4.3vw;
    margin-bottom: 1.33vw;
  }

  .in-news-list .item {
    display: block;
    border-bottom: 1px solid #ececec;
    padding: 2.33vw 3vw;
    transition: all 0.2s;
  }

    .in-news-list .item .des {
      margin: 15px 0;
      line-height: 24px;
      color: #666;
    }

.dj-item .pic {
  width: 150px;
  height: 100px;
  overflow: hidden;
  text-align: center;
}

  .dj-item .pic img {
    max-height: 100%;
    max-width: 100%;
  }

.dj-item .txt {
  width: 100%;
}

  .dj-item .txt .des {
    margin: 15px 0 30px 0;
  }

.dj-item .other span {
  margin-right: 4vw;
}

.list-more {
  padding: 30px 0 50px 0;
  display: block;
  text-align: center;
  transition: all 0.2s;
}

  .list-more i {
    vertical-align: middle;
  }

.phb-con {
  padding: 20px 0;
  margin-bottom: 15px;
}

  .phb-con h2 {
    padding-left: 15px;
  }

  .phb-con .item .title {
    font-weight: bold;
    margin-bottom: 10px;
  }

    .phb-con .item .title img {
      vertical-align: middle;
      margin-right: 10px;
    }

  .phb-con .item {
    padding: 10px 20px;
    display: block;
  }

    .phb-con .item p {
      display: flex;
    }

      .phb-con .item p span:first-child {
        display: inline-block;
        width: 70px;
        height: 20px;
        background: #f5f7f8;
        color: #809299;
        font-size: 12px;
        text-align: center;
        line-height: 20px;
        overflow: hidden;
        padding: 0 5px;
      }

      .phb-con .item p span {
        display: inline-block;
        margin-right: 15px;
        color: #999;
      }

.dj-item .txt p span:nth-child(2),
.dj-item .txt p span:nth-child(3),
.in-news-list .item span {
  color: #999;
}

.dj-det-con {
  padding: 40px 25px;
  min-height: 1000px;
}

  .dj-det-con h2 {
    font-size: 26px;
    line-height: 40px;
  }

  .dj-det-con .des {
    color: #999;
    margin: 20px 0;
  }

    .dj-det-con .des i,
    .in-news-list .item p span:first-child {
      color: #333;
    }

    .dj-det-con .des span,
    .in-news-list .item span {
      display: inline-block;
      margin-right: 15px;
    }

  .dj-det-con .intro {
    height: 40px;
    background: #f5f7f8;
    color: #999;
    line-height: 40px;
    font-size: 12px;
    padding: 0 15px;
    box-sizing: border-box;
  }

.dj-article-txt {
  margin-top: 25px;
  line-height: 32px;
}

.in-news-fr .phb-con {
  margin-bottom: 0;
}

.dj-article-txt img {
     width:100% !important;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    height: auto !important;
    max-width: 70vw;
}


.ck-content .image img {
    height: auto !important;
    width: 100% !important;
    max-width: 70vw;
}
.dj-article-txt b {
  margin: 30px 0 0 0;
  display: block;
}

/*success*/
.success {
  width: 450px;
  height: 350px;
  padding-top: 82px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

  .success .success-icon {
    font-size: 70px;
    color: #d8262c;
  }

  .success .txt1 {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .success .txt2 {
    color: #666;
    margin-bottom: 3px;
  }

.fn-pic {
  display: block;
  width: 1400px;
  height: 450px;
  overflow: hidden;
}

  .fn-pic img {
    transition: all 0.2s linear;
  }

  .fn-pic:hover img {
    transform: scale(1.1);
  }

/*course*/
.course-con {
  background: url(../images/course-bg.jpg) no-repeat top center;
  width: 100%;
  padding-top: 952px;
  box-sizing: border-box;
  height: 7549px;
}

.course-top {
  background: url(../images/course-top.png) no-repeat;
  height: 474px;
  padding-top: 39px;
  box-sizing: border-box;
}

  .course-top h2 {
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 30px;
  }

  .course-top .text {
    padding: 65px 85px 0 85px;
    color: #2353c2;
    line-height: 28px;
    font-weight: bold;
  }

.course-title {
  background: url(../images/course-title.png) no-repeat;
  height: 48px;
  margin-top: 70px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 24px;
}

.course-1 {
  height: 956px;
  background: url(../images/course-1.png) no-repeat;
}

.course-2 {
  height: 956px;
  background: url(../images/course-2bg.png) no-repeat;
}

  .course-1 h3,
  .course-2 h3,
  .course-3-title {
    text-align: center;
    line-height: 49px;
    font-size: 24px;
    color: #fff;
  }

.course-list {
  padding: 38px 35px 0 35px;
}

.course-3 .course-list {
  padding: 55px 35px 0 35px;
}

.course-list.flex-row {
  align-items: flex-start;
  flex-wrap: wrap;
}

.course-list .item {
  width: 549px;
  margin-bottom: 48px;
}

  .course-list .item .title {
    background: url(../images/course-item-title.png) no-repeat;
    width: 549px;
    height: 81px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 81px;
    font-weight: bold;
    position: relative;
  }

  .course-list .item .eng {
    position: absolute;
    right: 18px;
    top: 18px;
  }

.course-list .text {
  background: #fff;
  border-radius: 20px;
  margin-top: 8px;
  padding: 20px 30px;
  box-sizing: border-box;
  position: relative;
}

  .course-list .text p,
  .course-list .text h4 {
    color: #2353c2;
    line-height: 34px;
    font-size: 16px;
    font-weight: bold;
  }

.course-list .line {
  height: 1px;
  background: #c8daff;
  margin: 20px 0;
}

.course-list .text p::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #2353c2;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}

.course-list .text .tag {
  background: #f7b88f;
  height: 28px;
  color: #fff;
  line-height: 28px;
  text-align: center;
  position: absolute;
  bottom: 25px;
}

  .course-list .text .tag span::after {
    content: "";
    width: 1px;
    height: 13px;
    background: #ffbf95;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
  }

  .course-list .text .tag span:last-child::after {
    display: none;
  }

  .course-list .text .tag.width1 {
    width: 175px;
    margin-left: 314px;
  }

  .course-list .text .tag.width2 {
    width: 235px;
    margin-left: 254px;
  }

  .course-list .text .tag.width3 {
    width: 283px;
    margin-left: 206px;
  }

#course-1,
#course-2,
#course-3,
#course-4,
#course-5,
#course-6 {
  padding-top: 70px;
}

.course-3-title {
  background: url(../images/course-titlebg.png) no-repeat;
  width: 307px;
  height: 49px;
  margin: 0 auto;
  position: relative;
}

.course-3-con {
  width: 1200px;
  background: #e3f2fb;
  border: 4px solid #fff;
  border-radius: 40px;
  box-sizing: border-box;
  margin-top: -21px;
}

  .course-3-con .course-list .item:nth-of-type(1) .text,
  .course-3-con .course-list .item:nth-of-type(2) .text {
    height: 335px;
  }

.course-1 .course-list .item:nth-of-type(3) {
  margin-top: -102px;
}

.course-3-con .course-list .item:nth-of-type(3) .text,
.course-3-con .course-list .item:nth-of-type(4) .text {
  height: 260px;
}

.course-2 .course-list .item:nth-of-type(1) .text,
.course-2 .course-list .item:nth-of-type(2) .text {
  height: 300px;
}

.course-2 .course-list .item:nth-of-type(3) .text {
  height: 308px;
}

.course-1 .course-list .item:nth-of-type(1) .text {
  height: 340px;
}

.course-1 .course-list .item:nth-of-type(2) .text {
  height: 440px;
}

.course-1 .course-list .item:nth-of-type(3) .text {
  height: 270px;
}

.course-1 .course-list .item:nth-of-type(4) .text {
  height: 168px;
}

.course-contact {
  background: url(../images/course-contact.png) no-repeat;
  width: 1200px;
  height: 486px;
  box-sizing: border-box;
  margin-top: 75px;
  padding: 180px 65px 0 65px;
}

  .course-contact .item {
    width: 481px;
    font-size: 16px;
    font-weight: bold;
    color: #3d6ae0;
    line-height: 48px;
  }

    .course-contact .item span {
      width: 90px;
    }

    .course-contact .item p {
      width: 391px;
    }

    .course-contact .item div.flex-row {
      align-items: flex-start;
    }

    .course-contact .item i {
      display: inline-block;
      width: 100px;
      height: 24px;
      background: #fa5d18;
      border-radius: 4px;
      text-align: center;
      line-height: 24px;
      font-size: 12px;
      color: #fff;
      margin-left: 10px;
    }

.course-about {
  background: url(../images/course-about.png) no-repeat;
  height: 294px;
  margin-top: 75px;
}

  .course-about h2 {
    text-align: center;
    line-height: 47px;
    color: #fff;
  }

  .course-about p {
    padding: 40px 80px;
    line-height: 24px;
    color: #2451c0;
    font-weight: bold;
  }

.course-layer {
  background: url(../images/course-nav.png) no-repeat;
  width: 142px;
  height: 401px;
  position: fixed;
  right: 6vw;
  top: 20vw;
  color: #fff;
  text-align: center;
}

  .course-layer h2 {
    height: 64px;
    line-height: 50px;
  }

  .course-layer a {
    height: 50px;
    line-height: 37px;
    display: block;
    color: #fff;
  }

.index-wrap {
  background: url(../images/index-bg.jpg) no-repeat fixed top;
  /* background-size: 100vw 100%; */
  overflow: hidden;
  background-size: cover;
}

@media (max-width: 1240px) {
  .index-wrap {
    overflow-x: auto;
  }

  .index-banner {
    position: static;
  }
}

.swiper-containercase::-webkit-scrollbar,
.partner-con::-webkit-scrollbar,
.m-solution::-webkit-scrollbar {
  display: none;
}

.swiper-containercase::-ms-scrollbar,
.partner-con::-ms-scrollbar,
.m-solution::-ms-scrollbar {
  display: none;
}

.swiper-containercase::-o-scrollbar,
.partner-con::-o-scrollbar,
.m-solution::-o-scrollbar {
  display: none;
}



/* ============================================================================================================= */
.konwshaing {
  position: absolute;
  top: 14.9vw;
  left: 5.33vw;
  color: #fff;
}

.konwshaing_title {
  font-size: 7.2vw;
  letter-spacing: 1px;
  margin-bottom: 1.33vw;
}

.konwshaing_en {
  font-size: 4.8vw;
  opacity: 0.3;
  display: none;
}

.knowsubtitle {
  color: #666666;
  font-size: 2.67vw;
  margin-bottom: 4vw;
}

.articlebg {
  background: url("../images/w-knowledge-bg.jpg") 100vw 1.47vw;
}

#tagsList.bookList a {
  width: 48.4vw;
  height: 70.13vw;
  /* opacity: 0.15; */
}

#tagsList.bookList {
  height: 70.13vw;
  animation:none;
}

  #tagsList.bookList a {
    text-align: center;
    height: 70.13vw;
    line-height: 70.13vw;
    position: relative;
  }

#tagsList.bookList {
}

  #tagsList.bookList span {
    display: block;
    position: absolute;
    width: 16.9vw;
    height: 16.9vw;
    background: rgba(0, 0, 0, 0.3);
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    line-height: 4.67vw;
    padding: 3.33vw;
    color: #ffff;
  }

#tagsList.bookList {
  width:162vw;
}


#tagsList {
  position: relative;
  animation: myfirst 15s  linear infinite normal;
}


 @keyframes myfirst {
   0%

{

   left: 0px;
   top: 0px;
  
}


  100% {

    left: -529vw;
    top: 0px;
  }

}
.bookbox {
  background: #f5f3f1;
  padding-bottom: 10.33vw;
}

.bookListimg {
  width: 48.4vw;
  height: 70.13vw;
}

.partner-con.book-con {
  padding-left: 5.33vw;
  padding-right: 5.33vw;
  height: 70.13vw;
}



.course-con {
  width: 1200px
}



.course-top .text {
  padding: 65px 85px 0 85px;
  color: #2353c2;
  line-height: 28px;
  font-weight: bold;
}

.coursefit .in-footer {
  width: 100vw;
  margin: 0 auto;
}

  .coursefit .in-footer .in-wrap.flex-row {
    width: 1200px;
    margin: 0 auto;
  }

.course-about {
  width: 1200px;
}

.coursefit .copy {
  text-align: center;
  margin: 0 auto;
}

.in-company.flex-row {
  margin: 0 auto;
}

.copy p {
  text-align: center;
}

.coursebox {
  width: 1200px
}

.coursefit, .course-con {
  width: 100vw;
}

  .coursefit .online-top span {
    font-size: 76px;
  }

  .coursefit .online-top {
    line-height: 12vw;
  }

.nav span {
  height: 0.5vw;
}

.address {
  line-height: 4vw;
}

.contact .contactiphone {
  font-size: 4.13vw;
}

.copy p {
  font-size: 2.8vw;
}

.in-f-nav a {
  font-size: 2.8vw;
}

.know-det-article .item img {
  width: 68.33vw;
  height: 100%;
}


.header-menu-list span {
  font-size: 10vw;
}

.menu-but, .menu-but2 {
  border-radius: 6.6vw;
}

  .menu-but2 span, .menu-but span {
    font-size: 9.875vw;
  }
