body {
  -webkit-text-size-adjust: none;
}
.groupHeader .top_nav_main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.groupHeader {
  z-index: 9999999;
}
.viewLargerImage {
  z-index: 99999999 !important;
}
.h100 {
  height: 100vh;
  overflow: hidden;
}
.sd_img {
  width: 100%;
  height: 100%;
}
.sd_imgbox {
  width: 100%;
  height: 100%;
}
.h100 .top_nav_main {
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  transition: all 1.5s;
}
.h100 .layer {
  z-index: 99999;
  opacity: 1;
}
::-webkit-scrollbar {
  display: none;
}
.banner {
  height: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner .sd_tool {
  top: 80px;
}
.banner > .sd_imgbox {
  position: absolute !important;
}
.banner .banner_txt {
  position: relative;
  z-index: 5;
  width: 66.667%;
}
.banner .banner_txt .title_cn {
  width: 480px;
  text-align: center;
  margin: 0 auto;
}
.banner .banner_txt .title_cn img {
  width: 100%;
}
.banner .banner_txt .title_en {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-top: 15px;
  padding-left: 10px;
}
.banner .banner_txt p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  margin-top: 15px;
}
.banner .banner_txt a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 30px auto 0;
}
.layout {
  padding: 60px 0 90px;
  background: linear-gradient(#FFFAFA, #fff);
}
.company_introduce {
  text-align: center;
}
.company_introduce h2 {
  text-align: center;
  font-size: 48px;
  line-height: 54px;
  display: inline-block;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, right top, from(#32beff), to(#005aab));
  background-image: -webkit-linear-gradient(to right, #FFA500 0%, #FF0000 100%);
  background-image: -moz-linear-gradient(to right, #FFA500 0%, #FF0000 100%);
  background-image: linear-gradient(to right, #FFA500 0%, #FF0000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.company_introduce h3 {
  color: rgba(15, 35, 65, 0.2);
  text-align: center;
  /* EN-title-50%字间距/20px */
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 130% */
  letter-spacing: 10px;
  text-transform: uppercase;
  margin: 10px 0 45px;
  padding-left: 10px;
}
.company_introduce .content p {
  text-align: left;
  margin-top: 20px;
  font-family: "Microsoft YaHei";
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  opacity: 0.8;
}
.company_introduce .content p:first-child {
  margin-top: 0;
}
.modules {
  width: -moz-calc(83.333% + 30px);
  width: calc(83.333% + 30px);
  margin: 0 auto;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 60px;
}
.modules .modules_item {
  padding: 0 15px;
  display: inline-block;
  width: 33.333%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.modules .modules_item .content {
  border-radius: 10px;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1), -8px -8px 10px 0px #fff;
  padding: 30px 45px 45px 45px;
  height: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media (max-width: 1367px) {
  .modules .modules_item .content {
    padding: 30px 30px 45px 30px;
  }
}
.modules .modules_item .content .title {
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  line-height: 38px;
}
.modules .modules_item .content p {
  color: #666;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 15px;
}
.modules .modules_item1 .content {
  background: url("./intoHaierNew_moblue_bg1.png") no-repeat center;
  background-size: cover;
}
.modules .modules_item2 .content {
  background: url("./intoHaierNew_moblue_bg2.png") no-repeat center;
  background-size: cover;
}
.modules .modules_item3 .content {
  background: url("./intoHaierNew_moblue_bg3.png") no-repeat center;
  background-size: cover;
}
.videosIntro {
  width: 83.333%;
  border-radius: 10px;
  height: 800px;
  margin: 60px auto 0;
  overflow: hidden;
}
.videosIntro .content {
  height: 100%;
  cursor: pointer;
}
.videosIntro .content .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}
.videosIntro .content .mask .videosiconplay {
  width: 64px;
  height: 64px;
  background: url("./intoHaierNew_moblue_icon_play.png") no-repeat center;
  background-size: contain;
  cursor: pointer;
  pointer-events: auto;
}
.layer {
  position: fixed !important;
  left: 0;
  top: 100vh;
  width: 100%;
  height: -moz-calc(100% - 120px);
  height: calc(100% - 120px);
  background: #0f2341;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-transition: top 1s;
  -o-transition: top 1s;
  -moz-transition: top 1s;
  transition: top 1s;
  opacity: 0;
}
.layer.layerAuto .layer_content .fullScreen > .swiper-wrapper {
  overflow-y: scroll;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layer.layerAuto .layer_content .swiper-slide .slide-inner {
  opacity: 1 !important;
}
.layer.layerAuto .layer_content .swiper-slide2 .users_swiper_box {
  padding-top: 45px;
}
@media (max-width: 991px) {
  .layer.layerAuto .layer_content .swiper-slide2 .users_swiper_box {
    padding-top: 0;
  }
}
.layer.layerAuto .layer_content h4.outer_title {
  display: none;
}
.layer.layerAuto .layer_content h4.inner_title {
  display: block;
}
.layer.layerAuto .layer_content .downArrow {
  display: none;
}
.layer.layerAuto .layer_content .zhanwei {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1px;
  height: 100%;
}
@media (max-width: 991px) {
  .layer.layerAuto .layer_content .zhanwei {
    display: none;
  }
}
.layer.show {
  top: 120px;
  z-index: 9999;
  opacity: 1;
}
.layer .layer_content {
  position: relative;
  height: 100%;
}
.layer .layer_content .layer_top {
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.layer .layer_content .downArrow {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.layer .layer_content .downArrow i {
  display: block;
  font-size: 24px;
  margin-bottom: -15px;
  color: #fff;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.layer .layer_content .iconclose {
  font-size: 48px;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  z-index: 100;
}
.layer .layer_content h4 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 60px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 83.33%;
  z-index: 50;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.layer .layer_content h4.outer_title {
  display: block;
}
.layer .layer_content h4.inner_title {
  display: none;
}
.layer .layer_content h4 br {
  display: none;
}
.layer .layer_content h4.opacity0 {
  opacity: 0;
}
.layer .layer_content .fullScreen,
.layer .layer_content .swiper-slide,
.layer .layer_content .slide-inner,
.layer .layer_content .fullScreen > .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.layer .layer_content .fullScreen {
  z-index: 5;
}
.layer .layer_content .swiper-slide .slide-inner {
  opacity: 0;
}
.layer .layer_content .swiper-slide-active .slide-inner {
  opacity: 1;
}
.layer .layer_content .swiper-slide1 .sd_tool {
  left: 70px;
}
.layer .layer_content .swiper-slide1 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  font-size: 0;
}
.layer .layer_content .swiper-slide1 .item {
  width: 20%;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 60px 80px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 991px) {
  .layer .layer_content .swiper-slide1 .item.open {
    background: rgba(15, 35, 65, 0.1);
    /* 蒙版样式/大图背景模糊 */
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
  }
}
.layer .layer_content .swiper-slide1 .item.open .item_desc {
  max-height: 280px;
  margin-top: 20px;
}
@media (min-width: 1200px) and (max-width: 1520px) {
  .layer .layer_content .swiper-slide1 .item {
    padding: 0 40px 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .layer .layer_content .swiper-slide1 .item {
    padding: 0 30px 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .layer .layer_content .swiper-slide1 .item {
    padding: 0 20px 80px;
  }
}
.layer .layer_content .swiper-slide1 .item:first-child {
  border-left: 0;
}
.layer .layer_content .swiper-slide1 .item .item_title {
  width: 105%;
  color: #fff;
  /* CN-title-bold/24px */
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  /* 125% */
}
.layer .layer_content .swiper-slide1 .item .item_title i {
  display: none;
  width: 24px;
  height: 24px;
}
.layer .layer_content .swiper-slide1 .item .item_title i.icon_add {
  background: url("./icon_add.png") no-repeat center;
  background-size: contain;
}
.layer .layer_content .swiper-slide1 .item .item_title i.icon_subtract {
  background: url("./icon_subtract.png") no-repeat center;
  background-size: contain;
}
.layer .layer_content .swiper-slide1 .item .line {
  width: 60px;
  height: 3px;
  background: #fff;
  margin-top: 20px;
}
.layer .layer_content .swiper-slide1 .item .item_desc {
  color: #fff;
  /* CN-title-段落文字/16px */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  /* 28px */
  max-height: 0;
  overflow: hidden;
  -webkit-transition: margin-top 0.3s, max-height 0.5s;
  -o-transition: margin-top 0.3s, max-height 0.5s;
  -moz-transition: margin-top 0.3s, max-height 0.5s;
  transition: margin-top 0.3s, max-height 0.5s;
  width: 100%;
}
.layer .layer_content .swiper-slide2 .sd_tool {
  left: 70px;
}
.layer .layer_content .swiper-slide2 .users_swiper_box {
  width: 100%;
  height: 100%;
  padding-top: 160px;
  padding-bottom: 80px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.layer .layer_content .swiper-slide2 .users-swiper {
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: 550px;
}
.layer .layer_content .swiper-slide2 .swiper-button-prev,
.layer .layer_content .swiper-slide2 .swiper-button-next {
  background: none;
  font-size: 48px;
  color: #fff;
  width: auto;
  height: auto;
  margin: 0;
}
.layer .layer_content .swiper-slide2 .swiper-button-disabled {
  opacity: 0.6;
}
.layer .layer_content .swiper-slide2 .swiper-button-prev {
  left: 4.1665%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.layer .layer_content .swiper-slide2 .swiper-button-next {
  right: 4.1665%;
  -webkit-transform: translate(50%, -50%);
     -moz-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
       -o-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.layer .layer_content .swiper-slide2 .pagination {
  display: none;
}
.layer .layer_content .swiper-slide2 .card {
  border-radius: 10px;
  width: 83.333%;
  height: 100%;
  padding: 20px 20px 20px 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
.layer .layer_content .swiper-slide2 .card .left {
  width: 50%;
  padding: 0 60px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  max-height: 100%;
}
.layer .layer_content .swiper-slide2 .card .left .swiper-container {
  height: 100%;
}
.layer .layer_content .swiper-slide2 .card .left .swiper-container .swiper-slide {
  height: auto;
}
.layer .layer_content .swiper-slide2 .card .left h5 {
  color: #333;
  /* CN-TITLE-BOLD/28px */
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  /* 121.429% */
}
.layer .layer_content .swiper-slide2 .card .left h6 {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 10px;
}
.layer .layer_content .swiper-slide2 .card .left .line {
  width: 100%;
  height: 1px;
  background: rgba(15, 35, 65, 0.1);
  margin: 20px 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.layer .layer_content .swiper-slide2 .card .left p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}
.layer .layer_content .swiper-slide2 .card .right {
  width: 50%;
  height: 100%;
  border-radius: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.layer .layer_content .swiper-slide1,
.layer .layer_content .swiper-slide2 {
  min-height: 500px;
}
.uploadbg {
  display: none;
}
.shedder .uploadbg {
  width: 120px;
  height: 40px;
  background: #005aab;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute !important;
  left: 140px;
  top: 10px;
  z-index: 50;
  cursor: pointer;
  font-size: 14px;
}
.shedder .uploadbg .sd_imgbox {
  opacity: 0;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shedder .layer .layer_content .layer_top > .sd_textbox {
  position: absolute;
  left: 50%;
  top: 60px !important;
  width: 83.33%;
  z-index: 50;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.shedder .layer .layer_content .layer_top > .sd_textbox h4 {
  top: 0 !important;
}
.shedder .layer .layer_content .layer_top > .sd_imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shedder .layer .layer_content .layer_top {
  z-index: auto !important;
}
.animation_stars_1s {
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation: stars 2s ease-out infinite forwards;
  -webkit-animation: stars 2s ease-out infinite forwards;
  -moz-animation: stars 2s ease-out infinite forwards;
  -ms-animation: stars 2s ease-out infinite forwards;
}
.animation_stars_2s {
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation: stars 3s ease-out infinite forwards;
  -webkit-animation: stars 3s ease-out infinite forwards;
  -moz-animation: stars 3s ease-out infinite forwards;
  -ms-animation: stars 3s ease-out infinite forwards;
}
@keyframes stars {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}
@-webkit-keyframes stars {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}
@-moz-keyframes stars {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .layer .layer_content .swiper-slide1,
  .layer .layer_content .swiper-slide2 {
    min-height: 540px;
  }
  .layer.show {
    top: 110px;
    height: -moz-calc(100% - 110px);
    height: calc(100% - 110px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner {
    height: 500px;
  }
  .banner .banner_txt {
    width: 83.33%;
  }
  .banner .banner_txt .title_cn {
    width: 380px;
  }
  .banner .banner_txt .title_en {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 7px;
    margin-top: 10px;
    padding-left: 7px;
  }
  .banner .banner_txt p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
  .company_introduce h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .company_introduce h3 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 7px;
    margin: 5px 0 30px;
    padding-left: 7px;
  }
  .company_introduce .content p {
    margin-top: 15px;
    font-size: 16px;
  }
  .modules {
    margin-top: 45px;
    width: -moz-calc(83.333% + 20px);
    width: calc(83.333% + 20px);
  }
  .modules .modules_item {
    padding: 0 10px;
  }
  .modules .modules_item .content {
    padding: 30px 30px 45px 30px;
  }
  .modules .modules_item .content .title {
    font-size: 28px;
    line-height: 34px;
  }
  .modules .modules_item .content p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
  .videosIntro {
    height: 350px;
    margin: 45px auto 0;
  }
  .layer {
    height: -moz-calc(100% - 110px);
    height: calc(100% - 110px);
  }
  .layer.show {
    top: 110px;
  }
  .layer .layer_content h4 {
    font-size: 36px;
    line-height: 42px;
    top: 60px;
  }
  .layer .layer_content .swiper-slide1 .item {
    padding: 0 20px 80px;
  }
  .layer .layer_content .swiper-slide1 .item.open .item_desc {
    max-height: 250px;
  }
  .layer .layer_content .swiper-slide1 .item .item_title {
    font-size: 20px;
    line-height: 26px;
    /* 125% */
  }
  .layer .layer_content .swiper-slide1 .item .item_desc {
    font-size: 14px;
  }
  .layer .layer_content .swiper-slide2 .users_swiper_box {
    padding-top: 147px;
  }
  .layer .layer_content .swiper-slide2 .card .left {
    padding: 0 45px;
  }
  .layer .layer_content .swiper-slide2 .card .left h5 {
    font-size: 24px;
    line-height: 30px;
    /* 121.429% */
  }
  .layer .layer_content .swiper-slide2 .card .left h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .layer .layer_content .swiper-slide2 .card .left p {
    font-size: 14px;
    line-height: 1.75;
  }
  .layer .layer_content .swiper-slide1,
  .layer .layer_content .swiper-slide2 {
    min-height: 470px;
  }
}
@media (min-width: 701px) and (max-width: 991px) {
  .layout {
    padding: 45px 0 60px;
  }
  .banner {
    height: 600px;
    margin-top: 0;
  }
  .banner .banner_txt {
    width: 83.33%;
  }
  .banner .banner_txt .title_cn {
    width: 380px;
  }
  .banner .banner_txt .title_en {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 7px;
    margin-top: 10px;
    padding-left: 7px;
  }
  .banner .banner_txt p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    width: 101%;
  }
  .company_introduce h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .company_introduce h3 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 7px;
    margin: 5px 0 20px;
    padding-left: 7px;
  }
  .company_introduce .content p {
    margin-top: 15px;
    font-size: 16px;
  }
  .modules {
    width: -moz-calc(83.33% + 20px);
    width: calc(83.33% + 20px);
    margin-top: 45px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .modules .modules_item {
    padding: 0 10px;
  }
  .modules .modules_item .content {
    padding: 30px 30px 45px 30px;
  }
  .modules .modules_item .content .title {
    font-size: 28px;
    line-height: 34px;
  }
  .modules .modules_item .content p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
  .modules .modules_item1,
  .modules .modules_item2 {
    width: 50%;
  }
  .modules .modules_item3 {
    width: 100%;
    padding-top: 20px;
  }
  .videosIntro {
    height: 350px;
    margin: 45px auto 0;
  }
  .layer {
    height: -moz-calc(100% - 70px);
    height: calc(100% - 70px);
  }
  .layer.show {
    top: 70px;
  }
  .layer .layer_content h4 {
    font-size: 36px;
    line-height: 42px;
  }
  .layer .layer_content .swiper-slide1 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 80px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .layer .layer_content .swiper-slide1 .item {
    width: 83.33%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 25px 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .layer .layer_content .swiper-slide1 .item.open .item_desc {
    max-height: 100px;
    margin-top: 10px;
  }
  .layer .layer_content .swiper-slide1 .item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .layer .layer_content .swiper-slide1 .item .item_title {
    font-size: 20px;
    line-height: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .layer .layer_content .swiper-slide1 .item .item_title i {
    display: block;
    width: 24px;
    height: 24px;
  }
  .layer .layer_content .swiper-slide1 .item .item_title br {
    display: none;
  }
  .layer .layer_content .swiper-slide1 .item .line {
    display: none;
  }
  .layer .layer_content .swiper-slide1 .item .item_desc {
    font-size: 14px;
  }
  .layer .layer_content .swiper-slide2 .users_swiper_box {
    padding-top: 147px;
    padding-bottom: 60px;
  }
  .layer .layer_content .swiper-slide2 .users-swiper {
    max-height: none;
    padding-bottom: 78px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .layer .layer_content .swiper-slide2 .swiper-button-prev {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    left: -moz-calc(50% - 58px);
    left: calc(50% - 58px);
  }
  .layer .layer_content .swiper-slide2 .swiper-button-next {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    right: -moz-calc(50% - 58px);
    right: calc(50% - 58px);
  }
  .layer .layer_content .swiper-slide2 .pagination {
    display: none;
  }
  .layer .layer_content .swiper-slide2 .card {
    padding: 20px 20px 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .layer .layer_content .swiper-slide2 .card .left {
    width: 100%;
    padding: 0 20px;
    margin-top: 30px;
    max-height: -moz-calc(100% - 190px);
    max-height: calc(100% - 190px);
  }
  .layer .layer_content .swiper-slide2 .card .left h5 {
    font-size: 24px;
    line-height: 30px;
    /* 121.429% */
  }
  .layer .layer_content .swiper-slide2 .card .left h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .layer .layer_content .swiper-slide2 .card .left p {
    font-size: 14px;
    line-height: 1.75;
  }
  .layer .layer_content .swiper-slide2 .card .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    min-height: 160px;
    max-height: 280px;
  }
  .layer .layer_content .swiper-slide1,
  .layer .layer_content .swiper-slide2 {
    min-height: 630px;
  }
}
@media (min-width: 576px) and (max-width: 700px) {
  .layout {
    padding: 45px 0 60px;
  }
  .banner {
    height: 600px;
    margin-top: 0;
  }
  .banner .banner_txt {
    width: 83.33%;
  }
  .banner .banner_txt .title_cn {
    width: 380px;
  }
  .banner .banner_txt .title_en {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 7px;
    margin-top: 10px;
    padding-left: 3px;
    white-space: nowrap;
  }
  .banner .banner_txt p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
  .banner .banner_txt p br {
    display: none;
  }
  .company_introduce h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .company_introduce h3 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 7px;
    margin: 5px 0 20px;
    padding-left: 7px;
  }
  .company_introduce .content p {
    margin-top: 15px;
    font-size: 16px;
  }
  .modules {
    width: -moz-calc(83.333% + 20px);
    width: calc(83.333% + 20px);
    margin-top: 45px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .modules .modules_item {
    padding: 0 10px;
  }
  .modules .modules_item .content {
    padding: 30px 30px 45px 30px;
  }
  .modules .modules_item .content .title {
    font-size: 24px;
    line-height: 30px;
  }
  .modules .modules_item .content p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
  .modules .modules_item1,
  .modules .modules_item2 {
    width: 50%;
  }
  .modules .modules_item3 {
    width: 100%;
    padding-top: 20px;
  }
  .videosIntro {
    height: 300px;
    margin: 45px auto 0;
  }
  .layer {
    height: -moz-calc(100% - 70px);
    height: calc(100% - 70px);
  }
  .layer.show {
    top: 70px;
  }
  .layer .layer_content h4 {
    font-size: 36px;
    line-height: 42px;
  }
  .layer .layer_content .swiper-slide1 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 80px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .layer .layer_content .swiper-slide1 .item {
    width: 83.33%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 25px 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .layer .layer_content .swiper-slide1 .item.open .item_desc {
    max-height: 100px;
    margin-top: 10px;
  }
  .layer .layer_content .swiper-slide1 .item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .layer .layer_content .swiper-slide1 .item .item_title {
    font-size: 20px;
    line-height: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .layer .layer_content .swiper-slide1 .item .item_title i {
    display: block;
    font-size: 24px;
    font-weight: normal;
  }
  .layer .layer_content .swiper-slide1 .item .item_title br {
    display: none;
  }
  .layer .layer_content .swiper-slide1 .item .line {
    display: none;
  }
  .layer .layer_content .swiper-slide1 .item .item_desc {
    font-size: 14px;
  }
  .layer .layer_content .swiper-slide2 .users_swiper_box {
    padding-top: 147px;
    padding-bottom: 60px;
  }
  .layer .layer_content .swiper-slide2 .users-swiper {
    max-height: none;
    padding-bottom: 78px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .layer .layer_content .swiper-slide2 .swiper-button-prev {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    left: -moz-calc(50% - 58px);
    left: calc(50% - 58px);
  }
  .layer .layer_content .swiper-slide2 .swiper-button-next {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    right: -moz-calc(50% - 58px);
    right: calc(50% - 58px);
  }
  .layer .layer_content .swiper-slide2 .pagination {
    display: none;
  }
  .layer .layer_content .swiper-slide2 .card {
    padding: 20px 20px 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .layer .layer_content .swiper-slide2 .card .left {
    width: 100%;
    padding: 0 20px;
    margin-top: 30px;
    max-height: -moz-calc(100% - 190px);
    max-height: calc(100% - 190px);
  }
  .layer .layer_content .swiper-slide2 .card .left h5 {
    font-size: 24px;
    line-height: 30px;
    /* 121.429% */
  }
  .layer .layer_content .swiper-slide2 .card .left h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .layer .layer_content .swiper-slide2 .card .left p {
    font-size: 14px;
    line-height: 1.75;
  }
  .layer .layer_content .swiper-slide2 .card .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    min-height: 160px;
    max-height: 280px;
  }
  .layer .layer_content .swiper-slide1,
  .layer .layer_content .swiper-slide2 {
    min-height: 630px;
  }
}
@media (max-width: 575px) {
  .layout {
    padding: 30px 0 60px;
  }
  .banner {
    height: 600px;
    margin-top: 0;
  }
  .banner .banner_txt {
    width: 83.33%;
  }
  .banner .banner_txt .title_cn {
    width: 100%;
  }
  .banner .banner_txt .title_en {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 6px;
    margin-top: 10px;
    width: 100%;
    padding-left: 3px;
  }
  .banner .banner_txt p {
    font-size: 14px;
    line-height: 1.75;
    margin-top: 10px;
  }
  .banner .banner_txt p br {
    display: none;
  }
  .banner .banner_txt a {
    font-size: 14px;
    line-height: 20px;
    width: 150px;
    height: 40px;
    margin: 25px auto 0;
  }
  .company_introduce {
    position: relative;
  }
  .company_introduce.all .content .introduce_news {
    height: auto;
  }
  .company_introduce h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .company_introduce h3 {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 6px;
    margin: 5px 0 15px;
    padding-left: 6px;
  }
  .company_introduce .content .introduce_news {
    height: 370px;
    overflow: hidden;
  }
  .company_introduce .content p {
    margin-top: 15px;
    font-size: 14px;
  }
  .company_introduce .show_all {
    width: 83.33%;
    height: 20px;
    text-align: center;
    position: relative;
    margin-top: 15px;
  }
  .company_introduce .show_all:after {
    width: 100%;
    height: 1px;
    content: "";
    background-color: #eeeeee;
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    z-index: 1;
  }
  .company_introduce .show_all .show,
  .company_introduce .show_all .hide {
    position: relative;
    z-index: 2;
    color: #005aab;
  }
  .company_introduce .show_all .show .inline_box,
  .company_introduce .show_all .hide .inline_box {
    display: inline-block;
    background: #f8f8f8;
    padding: 0 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .company_introduce .show_all .show .inline_box i,
  .company_introduce .show_all .hide .inline_box i {
    margin-left: 3px;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    height: 20px;
    vertical-align: top;
  }
  .company_introduce .show_all .hide {
    display: none;
  }
  .company_introduce.all .show_all .hide {
    display: block;
  }
  .company_introduce.all .show_all .show {
    display: none;
  }
  .modules {
    margin-top: 25px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 83.333%;
  }
  .modules .modules_item {
    padding: 5px 0;
    width: 100%;
  }
  .modules .modules_item .content {
    padding: 25px 30px 30px 30px;
  }
  .modules .modules_item .content .title {
    font-size: 20px;
    line-height: 26px;
  }
  .modules .modules_item .content p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
  }
  .modules .modules_item1,
  .modules .modules_item2 {
    width: 100%;
  }
  .modules .modules_item3 {
    width: 100%;
  }
  .videosIntro {
    height: 200px;
    margin: 25px auto 0;
  }
  .videosIntro .content .mask .videosiconplay {
    width: 48px;
    height: 48px;
  }
  .layer {
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);
  }
  .layer.show {
    top: 50px;
  }
  .layer .layer_content .downArrow {
    bottom: -moz-calc(3.4vh + 5px);
    bottom: calc(3.4vh + 5px);
  }
  .layer .layer_content .downArrow i {
    font-size: 16px;
    margin-bottom: -11px;
  }
  .layer .layer_content .iconclose {
    font-size: 24px;
    right: 20px;
    top: 15px;
  }
  .layer .layer_content h4 {
    font-size: 24px;
    line-height: 30px;
    top: 40px;
  }
  .layer .layer_content h4 br {
    display: block;
  }
  .layer .layer_content .swiper-slide1 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 9.2vh;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .layer .layer_content .swiper-slide1 .item {
    width: 83.33%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 15px 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .layer .layer_content .swiper-slide1 .item.open .item_desc {
    margin-top: 5px;
  }
  .layer .layer_content .swiper-slide1 .item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .layer .layer_content .swiper-slide1 .item .item_title {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .layer .layer_content .swiper-slide1 .item .item_title i {
    display: block;
    width: 16px;
    height: 16px;
  }
  .layer .layer_content .swiper-slide1 .item .item_title br {
    display: none;
  }
  .layer .layer_content .swiper-slide1 .item .line {
    display: none;
  }
  .layer .layer_content .swiper-slide1 .item .item_desc {
    font-size: 12px;
  }
  .layer .layer_content .swiper-slide2 .users_swiper_box {
    padding-top: 95px;
    padding-bottom: 6vh;
  }
  .layer .layer_content .swiper-slide2 .users-swiper {
    max-height: none;
    padding-bottom: 30px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .layer .layer_content .swiper-slide2 .swiper-button-prev {
    display: none;
  }
  .layer .layer_content .swiper-slide2 .swiper-button-next {
    display: none;
  }
  .layer .layer_content .swiper-slide2 .pagination {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .layer .layer_content .swiper-slide2 .pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.45);
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin: 0 5px;
    border: none;
  }
  .layer .layer_content .swiper-slide2 .pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: none;
    border: 2px solid #fff;
  }
  .layer .layer_content .swiper-slide2 .card {
    padding: 20px 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .layer .layer_content .swiper-slide2 .card .left {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    max-height: -moz-calc(100% - 110px);
    max-height: calc(100% - 110px);
  }
  .layer .layer_content .swiper-slide2 .card .left .line {
    margin: 15px 0;
  }
  .layer .layer_content .swiper-slide2 .card .left h5 {
    font-size: 16px;
    line-height: 22px;
    /* 121.429% */
  }
  .layer .layer_content .swiper-slide2 .card .left h6 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
  }
  .layer .layer_content .swiper-slide2 .card .left p {
    font-size: 12px;
    line-height: 1.75;
  }
  .layer .layer_content .swiper-slide2 .card .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    min-height: 90px;
    max-height: 220px;
  }
  .layer .layer_content .swiper-slide1,
  .layer .layer_content .swiper-slide2 {
    min-height: 470px;
  }
}
@media (max-width: 991px) {
  .layer .layer_content .swiper-slide2 .swiper-slide:nth-child(1) .card .right img {
    top: 0 !important;
    margin-top: 0 !important;
  }
}
.shedder .layer .layer_content .swiper-slide2 .card .left .swiper-container {
  overflow: auto;
}
.ie .company_introduce h2 {
  color: #32beff;
  background-image: none\0;
}
