@charset "UTF-8";
.crumb .wrap {
    border-bottom: 1px solid rgb(216, 216, 216);
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.crumb .return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.crumb .return svg {
  margin-right: 4px;
}
.crumb .return svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.crumb .return:hover {
  color: rgb(224, 26, 33);
}
.crumb .return:hover svg path {
  fill: rgb(224, 26, 33);
}

.intro .intro_con {
  background: rgb(244, 244, 244);
  padding: 48px;
  height: calc(100% - 120px);
}
.intro .intro_des {
  line-height: 30px;
  height: 210px;
  overflow: hidden;
}
.intro .intro_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 70px;
}
.intro .intro_l {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro .intro_r {
  width: 50%;
}
.intro .img {
  position: relative;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  display: block;
}
.intro .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro .img:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.intro .img::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 30%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}
.intro .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}
.intro .point span {
  margin: 0 6px;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgb(216, 216, 216);
  opacity: 1;
}
.intro .point .swiper-pagination-bullet-active {
  background: rgb(242, 56, 69);
  width: 30px;
}
.intro .advantage {
  padding: 0px 0 40px;
}
.intro .advantage .common_title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro .advantage .common_title > div::after {
  margin-left: auto;
  margin-right: auto;
}
.intro .advantage .tit {
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 32px;
  font-weight: bold;
}
.intro .sw_adv {
  margin-top: 45px;
}

.application {
  height: 620px;
  padding: 70px 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
  /*特例*/
}
.application::after {
    position: absolute;
    width: 200%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    top: 0;
    right: 0;
    display: block;
    content: "";
}
.new_add img{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit:cover;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
}
.new_add img:first-child{
    opacity: 1;
}
.application .wrap {
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.application .sw_app {
  margin-top: 45px;
  margin-left: calc((100% - 1440px) / 2);
  display: none;
  position: relative;
  z-index: 3;
}
.application .app_img {
  position: relative;
  height: 0;
  padding-bottom: 59%;
  margin-bottom: 24px;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.application .app_img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.application .app_tit {
  color: rgba(45, 45, 45, 0.6);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.application .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.application .app_act .app_img {
  padding-bottom: calc(59% + 28px);
}
.application .app_act .app_tit {
  color: #E01A21;
}
.application #wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 calc((100% - 1440px)/2);
}
.application #wrap::after {
  position: absolute;
  width: 200%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
  top: 0;
  right: 0;
  display: block;
  content: "";
  display: none;
}
.application .hb {
  position: relative;
  width: 470px;
  max-width: 470px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: scale(0.97);
      -ms-transform: scale(0.97);
          transform: scale(0.97);
}
.application .c {
  position: relative;
  display: block;
  width: 90%;
}
.application .c img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.application .c:hover img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.application .txt {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  opacity: 1;
  padding-top: 25px;
  font-size: 18px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.application h1 {
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}
.application .hb:hover .txt {
  color: rgb(224, 26, 33);
  font-size: 22px;
}
.application .hb.abc .txt {
  color: rgb(224, 26, 33);
  font-size: 22px;
}
.application .fullBg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: 2;
}
.application .fullBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 1;
  margin-left: -25%;
}
.application .zdes {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  color: #333333;
}
.application .name {
  color: #333;
}
.application .hb:hover + .fullBg {
  opacity: 1;
}
.application .hb.abc + .fullBg {
  opacity: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #E01A21 !important;
  left: -2px;
  width: 5px !important;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  background: rgba(0, 0, 0, 0.2) !important;
  width: 1px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}

@media only screen and (max-width: 1600px) {
  .intro .intro_con {
    padding: 30px;
    height: calc(100% - 95px);
  }
  .intro .intro_des {
    height: 180px;
  }
  .intro .advantage .tit {
    padding: 20px;
  }
  .application .app_img {
    margin-bottom: 10px;
  }
  .application .sw_app {
    margin-left: 10%;
  }
  .application #wrap {
  margin: 0 10%;
}
}
@media only screen and (max-width: 1200px) {
  .intro .intro_des {
    height: 120px;
  }
  .application .sw_app {
    margin-left: 5%;
  }
    .application #wrap {
  margin: 0 5%;
}
}
@media only screen and (max-width: 900px) {
  .intro .intro_des {
    height: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .intro .intro_flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            padding-bottom: 40px;
  }
  .intro .intro_l {
    width: 100%;
    margin-top: 30px;
  }
  .intro .intro_r {
    width: 100%;
  }
  .intro .intro_con {
    margin-top: 25px;
  }
  .intro .intro_des {
    height: 150px;
  }
  .intro .sw_adv {
    margin-top: 25px;
  }
  .intro .advantage .tit {
    padding: 12px;
  }
  .intro .point {
    margin-top: 20px;
  }
  .application {
    padding: 40px 0;
    height: auto;
  }
  .application .sw_app {
    margin-top: 25px;
    display: block;
    margin-right: 5%;
  }
  .application .app_act .app_img {
    padding-bottom: 59%;
  }
  .app_tit {
    text-align: center;
  }
  .common_title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .common_title > div::after {
    margin-left: auto;
    margin-right: auto;
  }
  .application #wrap {
    display: none;
  }
  .application .app_tit {
    color: rgb(45, 45, 45) !important;
  }
  .application .wrap {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
  }
}
