@charset "UTF-8";
.d {
  border: 16rpx solid rgba(221, 221, 221, 0.1);
}

.SIMYOU {
  font-family: "SIMYOU_0";
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

body,
html {
  margin: 0;
}

.js-m {
  opacity: 0;
  -webkit-transform: translateY(30px);
     -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
       -o-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-property: -webkit-transform opacity;
  transition-property: -webkit-transform opacity;
  -o-transition-property: -o-transform opacity;
  -moz-transition-property: transform opacity, -moz-transform opacity;
  transition-property: transform opacity;
  transition-property: transform opacity, -webkit-transform opacity, -moz-transform opacity, -o-transform opacity;
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.js-m2 {
  opacity: 0;
  -webkit-transform: translateY(30px);
     -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
       -o-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-property: -webkit-transform opacity;
  transition-property: -webkit-transform opacity;
  -o-transition-property: -o-transform opacity;
  -moz-transition-property: transform opacity, -moz-transform opacity;
  transition-property: transform opacity;
  transition-property: transform opacity, -webkit-transform opacity, -moz-transform opacity, -o-transform opacity;
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.svg1 {
  overflow: hidden;
  -webkit-clip-path: circle(2.1% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
  -webkit-transition: all 1.5s cubic-bezier(0, 0.35, 0.14, 1.1) 0.5s;
  -o-transition: all 1.5s cubic-bezier(0, 0.35, 0.14, 1.1) 0.5s;
  -moz-transition: all 1.5s cubic-bezier(0, 0.35, 0.14, 1.1) 0.5s;
  transition: all 1.5s cubic-bezier(0, 0.35, 0.14, 1.1) 0.5s;
}

.svg1.animate {
  -webkit-clip-path: circle(70.7% at 50% 50%);
  clip-path: circle(70.7% at 50% 50%);
}

.svg1.animate2 {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
  -webkit-transition: all 0s cubic-bezier(0, 0.35, 0.14, 1.1) 0;
  -o-transition: all 0s cubic-bezier(0, 0.35, 0.14, 1.1) 0;
  -moz-transition: all 0s cubic-bezier(0, 0.35, 0.14, 1.1) 0;
  transition: all 0s cubic-bezier(0, 0.35, 0.14, 1.1) 0;
}

.js-m.animate,
.js-m2.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*网站单位设置*/
@media (max-width: 767px) {
  html {
    font-size: 26px !important;
  }
}

@media (max-width: 479px) {
  html {
    font-size: 24px !important;
  }
}

@media (max-width: 320px) {
  html {
    font-size: 20px !important;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 28px !important;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 30px !important;
  }
}

@media (min-width: 1440px) {
  html {
    font-size: 34px !important;
  }
}

@media (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}

div,
ul,
li,
span,
a {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.poa50 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.poa100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.Arial {
  font-family: "Arial";
}

.toUpp {
  text-transform: uppercase;
}

.bgff {
  background: #fff;
}

.bgf8 {
  background: #f8f8f8;
}

.nowrap {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.omit {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.poaafter {
  display: block;
  position: absolute;
  content: "";
}

.omit1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.omit2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.omit3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.omit4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

.omit5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
}

.omit6 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
}

.omit8 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
}

.nowrap {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.opa7 {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.ovh {
  overflow: hidden;
}

.ovs {
  overflow: visible;
}

.img100 {
  display: block;
  width: 100%;
}

.imgH100 {
  height: 100%;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex.between,
.flex .between {
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex.center,
.flex .center {
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex.start,
.flex .start {
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex.end,
.flex .end {
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex.alignCenter,
.flex .alignCenter {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex.alignStart,
.flex .alignStart {
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex.alignStretch,
.flex .alignStretch {
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flex.alignEnd,
.flex .alignEnd {
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex.noflexWrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.can_hover .img-wrap,
.can_hover .imgWrap {
  overflow: hidden;
}

.can_hover .img-wrap .img100,
.can_hover .img-wrap .imgauto,
.can_hover .imgWrap .img100,
.can_hover .imgWrap .imgauto {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.can_hover:hover .img-wrap .img100,
.can_hover:hover .img-wrap .imgauto,
.can_hover:hover .imgWrap .img100,
.can_hover:hover .imgWrap .imgauto {
  -webkit-transform: scale3D(1.05, 1.05, 1.05);
     -moz-transform: scale3D(1.05, 1.05, 1.05);
      -ms-transform: scale3D(1.05, 1.05, 1.05);
       -o-transform: scale3D(1.05, 1.05, 1.05);
          transform: scale3D(1.05, 1.05, 1.05);
}

.can_hover2 .img-wrap,
.can_hover2 .imgWrap {
  overflow: hidden;
}

.can_hover2 .img-wrap .img100,
.can_hover2 .img-wrap .imgauto,
.can_hover2 .imgWrap .img100,
.can_hover2 .imgWrap .imgauto {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.can_hover2:hover .img-wrap .img100,
.can_hover2:hover .img-wrap .imgauto,
.can_hover2:hover .imgWrap .img100,
.can_hover2:hover .imgWrap .imgauto {
  -webkit-transform: scale3D(1.1, 1.1, 1.1) rotate(3deg);
     -moz-transform: scale3D(1.1, 1.1, 1.1) rotate(3deg);
      -ms-transform: scale3D(1.1, 1.1, 1.1) rotate(3deg);
       -o-transform: scale3D(1.1, 1.1, 1.1) rotate(3deg);
          transform: scale3D(1.1, 1.1, 1.1) rotate(3deg);
}

.bgImg {
  -o-background-size: cover !important;
     background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.bgf9 {
  background: #f9f9f9;
}

.sha10 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header-nav,
.search-btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.hide1 {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  opacity: 0;
}

.show1 {
  z-index: 3;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  opacity: 1;
}

.show2 {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
       transform: translateY(30px);
  opacity: 0;
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.show2.in {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
  opacity: 1;
}

.padHeader {
  padding-top: 110px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  overflow: hidden;
}

.loadding-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 20;
  background: #000;
  text-align: center;
}

.loadding-bg .loadding-txt {
  font-size: 1rem;
  line-height: 50px;
  color: #fff;
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
}

.loadding-bg.hide .loadding-txt {
  -webkit-transform: skew(90deg);
     -moz-transform: skew(90deg);
      -ms-transform: skew(90deg);
       -o-transform: skew(90deg);
          transform: skew(90deg);
}

.loadding-bg .load-mouse {
  position: absolute;
  z-index: 13;
  left: 50%;
  top: 50%;
  height: 50%;
  margin-left: -250px;
  margin-top: -250px;
  width: 500px;
  height: 500px;
  -o-background-size: cover;
     background-size: cover;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.bgf5 {
  background: #f5f5f5;
}

.bgf2 {
  background: #f2f7f8;
}

.w940 {
  max-width: 800px;
}

.w1240,
.w1200,
.w530,
.w1100,
.w92,
.w1400,
.w1420,
.w1320,
.w1460,
.w1520,
.w1528,
.w1170,
.w1540,
.w1720 {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.w1320 {
  max-width: 1320px;
}

.w1240 {
  max-width: 1240px;
}

.w1200 {
  max-width: 1200px;
}

.w1100 {
  max-width: 1100px;
}

.w530 {
  max-width: 530px;
}

.w1170 {
  max-width: 1170px;
}

.w1528 {
  max-width: 1528px;
}

.w1520 {
  max-width: 1520px;
}

.w1720 {
  max-width: 1720px;
}

.w1540 {
  max-width: 1540px;
}

.w1460 {
  max-width: 1460px;
}

.w1400 {
  max-width: 1400px;
}

.w1420 {
  max-width: 1420px;
}

.inner_banner {
  position: relative;
}

.inner_banner .pc-img {
  position: relative;
  height: 15rem;
  z-index: 2;
}

.inner_banner .banner-titles {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  height: auto;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  line-height: 1.1;
  width: 100%;
}

.inner_banner .js-m2 {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.inner_banner .js-m2:first-child {
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.inner_banner .js-m2:nth-child(2) {
  -webkit-transition-delay: 0.4s;
     -moz-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.inner_banner .js-m2:nth-child(3) {
  -webkit-transition-delay: 0.6s;
     -moz-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.inner_banner .f55 {
  max-width: 515px;
  width: 100%;
}

@media (max-width: 767px) {
  .inner_banner .pc-img {
    height: 66vw;
  }
}

.mt10 {
  margin-top: 10px;
}

.mt32 {
  margin-top: 0.8rem;
}

.pt32 {
  padding-top: 0.8rem;
}

.pt50 {
  padding-top: 1.25rem;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb50 {
  padding-bottom: 1.25rem;
}

.mb6 {
  margin-bottom: 6px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb40 {
  margin-bottom: 1rem;
}

.mb52 {
  margin-bottom: 1.3rem;
}

.pt60 {
  padding-top: 1.5rem;
}

.pb68 {
  padding-bottom: 1.7rem;
}

.pt88 {
  padding-top: 2.2rem;
}

.pt130 {
  padding-top: 3.25rem;
}

.pt172 {
  padding-top: 4.3rem;
}

.pt120 {
  padding-top: 3rem;
}

.pt80 {
  padding-top: 2rem;
}

.pt72 {
  padding-top: 1.8rem;
}

.pb72 {
  padding-bottom: 1.8rem;
}

.pt20 {
  padding-top: 20px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb40 {
  padding-bottom: 1rem;
}

.pb80 {
  padding-bottom: 2rem;
}

.bdsharebuttonbox {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

.bdsharebuttonbox:after {
  display: none !important;
}

.bdsharebuttonbox .share-ico {
  -webkit-flex: 0 0 14px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.bdsharebuttonbox .s0 {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
}

.bdsharebuttonbox a {
  float: none;
  padding: 0 !important;
  -webkit-flex: 0 0 24px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px !important;
  display: inline-block;
  margin: 0 !important;
  -o-background-size: auto !important;
     background-size: auto !important;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.bdsharebuttonbox .bds_weixin {
  margin-left: 18px !important;
  margin-right: 18px !important;
  background: url(../img/newsinfo_ico1.png) no-repeat center !important;
}

.bdsharebuttonbox .bds_tsina {
  background: url(../img/newsinfo_ico2.png) no-repeat center !important;
}

.newsInfo-body {
  padding-top: 170px;
}

.newsInfo_mains .info-left {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsInfo_mains img {
  display: inline-block;
  max-width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.newsInfo_mains .title_wrap {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.newsInfo_mains .title {
  line-height: 1.5;
  margin-bottom: 0.65rem;
}

.newsInfo_mains .times {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  line-height: 20px;
  margin-left: 30px;
  margin-right: 1rem;
  height: 20px;
}

.newsInfo_mains .times:before {
  position: absolute;
  content: "";
  left: -30px;
  top: 50%;
  display: block;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: url(../img/newsinfo_ico3.png) no-repeat center;
  -o-background-size: 100% !important;
     background-size: 100% !important;
}

.newsInfo_mains .times:after {
  position: absolute;
  content: "";
  left: -webkit-calc(100% + 0.5rem);
  left: -moz-calc(100% + 0.5rem);
  left: calc(100% + 0.5rem);
  top: 50%;
  display: block;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background: rgba(0, 0, 0, 0.1);
}

.newsInfo_mains .froms {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}

.newsInfo_mains .info-dt-wrap {
  padding: 1.4rem 0;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .newsInfo_mains .title_wrap {
    padding-bottom: 4vw;
  }
  .newsInfo_mains .info-dt-wrap {
    padding: 4vw 0 8vw;
  }
  .newsInfo_mains .froms,
  .newsInfo_mains .info-time {
    height: 16px;
    line-height: 16px;
  }
  .newsInfo_mains .info-time {
    margin-left: 20px;
  }
  .newsInfo_mains .info-time::before {
    left: -20px;
    margin-top: -6px;
    width: 14px;
    height: 14px;
  }
  .newsInfo_mains .info-time::after {
    margin-top: -8px;
    height: 16px;
  }
  .newsInfo_mains .bdsharebuttonbox .bds_weixin2 {
    -webkit-flex: 0 0 16px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    height: 16px !important;
    width: 16px !important;
    -o-background-size: 16px !important;
       background-size: 16px !important;
  }
}

#change-btn {
  position: fixed;
  left: 0;
  top: 120px;
  width: 100%;
  height: 40px;
  border: 1px solid red;
  cursor: pointer;
  z-index: 10;
  text-align: center;
  color: #fff;
}

.news .banner-wrap img {
  width: 100%;
  height: 15rem;
}

.news .titWrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 2rem auto 1.2rem;
}

.news .tit2 {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-bottom: 0.5rem;
}

.news .newsClass_btns {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.news .class_item {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 1.4rem;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: relative;
  color: #888;
  padding-bottom: 0.5rem;
}

.news .class_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #fe0000;
}

.news .class_item:hover, .news .class_item.cur {
  color: #fe0000;
}

.news .class_item:hover::after, .news .class_item.cur::after {
  width: 100%;
  left: 0;
}

.news .class_item:first-child {
  margin-left: 0;
}

.newsInfo-list1 {
  margin: 1.8rem auto 2.5rem;
}

.news-more {
  display: inline-block;
  padding-right: 20px;
  -o-background-size: auto 17px !important;
     background-size: auto 17px !important;
  font-size: 16px;
  line-height: 1.5;
}

.newsInfo_bot {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.7rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(38, 48, 58, 0.2);
}

.newsInfo_bot .bot_content {
  position: relative;
}

.newsInfo_bot .bot_content:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  -o-background-size: 100% !important;
     background-size: 100% !important;
}

.newsInfo_bot .news_bot_item {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  display: inline-block;
  line-height: 24px;
  height: 24px;
}

.newsInfo_bot .news_bot_item:first-child {
  margin-left: 28px;
}

.newsInfo_bot .news_bot_item:first-child .bot_content:before {
  left: -28px;
  background: url(../img/icon-gery-left.png) center center no-repeat;
}

.newsInfo_bot .news_bot_item:last-child {
  margin-right: 28px;
}

.newsInfo_bot .news_bot_item:last-child .bot_content:before {
  left: 100%;
  background: url(../img/icon-gery-right.png) center center no-repeat;
}

.newsInfo_bot .info-s0 {
  height: 24px;
}

.newsInfo_bot .nowrap {
  display: inline-block;
  width: auto;
  max-width: 8rem;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.newsInfo_bot .nowrap:hover {
  color: #fe0000;
}

@media (max-width: 767px) {
  .newsInfo_bot .info-dt-wrap {
    padding: 4vw 0 8vw;
  }
  .newsInfo_bot .news_bot_item {
    margin: 0 !important;
  }
  .newsInfo_bot .bot_content:before {
    display: none;
  }
}

.ArialBold {
  font-weight: 600;
  font-family: "Arial-BoldMT";
}

.padBot56 {
  padding-bottom: 1.6rem;
}

.colorBlue {
  color: #bbe0f3;
}

.bbot1 {
  border-bottom: 1px solid #ddd;
}

.hoverBg {
  position: relative;
  cursor: pointer;
}

.hoverBg:before {
  content: "";
  display: block;
  width: 88px;
  height: 100%;
  background: #bbe0f3;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  z-index: 1;
}

.hoverBg .left0 {
  z-index: 2;
  position: relative;
  -webkit-flex: 0 0 88px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 88px;
          flex: 0 0 88px;
  text-align: center;
}

.hoverBg .right0 {
  -webkit-flex: 0 0 -webkit-calc(100% - 88px);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 88px);
          flex: 0 0 calc(100% - 88px);
  width: -webkit-calc(100% - 88px);
  width: -moz-calc(100% - 88px);
  width: calc(100% - 88px);
  background: #f5f5f5;
}

.hoverBg:hover:before {
  opacity: 1;
}

.hoverBg:hover .right0 {
  background: #dff2fc;
}

.border1 {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.borderBot1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.lineH1 {
  line-height: 1;
}

.lineH11 {
  line-height: 1.1;
}

.lineH12 {
  line-height: 1.2;
}

.lineH13 {
  line-height: 1.3;
}

.lineH14 {
  line-height: 1.4;
}

.lineH15 {
  line-height: 1.5;
}

.lineH16 {
  line-height: 1.6;
}

.lineH17 {
  line-height: 1.7;
}

.lineH18 {
  line-height: 1.8;
}

.lineH19 {
  line-height: 1.9;
}

.lineH20 {
  line-height: 2;
}

.lineH21 {
  line-height: 2.1;
}

.lineH22 {
  line-height: 2.2;
}

.color0 {
  color: #000;
}

.color0e {
  color: #0e0e0e;
}

.color0f {
  color: #0f0f0f;
}

.color01 {
  color: #010101;
}

.color3 {
  color: #333;
}

.color34 {
  color: #343434;
}

.color6 {
  color: #666;
}

.color7 {
  color: #777;
}

.color8 {
  color: #888;
}

.color87 {
  color: #878787;
}

.colorf {
  color: #fff;
}

.colormc {
  color: #fe0000;
}

.fB500 {
  font-weight: 500;
}

.f84 {
  font-size: -webkit-calc(2.72vw + 32px);
  font-size: -moz-calc(2.72vw + 32px);
  font-size: calc(2.72vw + 32px);
}

.f72 {
  font-size: -webkit-calc(2.46vw + 25px);
  font-size: -moz-calc(2.46vw + 25px);
  font-size: calc(2.46vw + 25px);
  font-weight: bold;
}

.f64 {
  font-size: -webkit-calc(2.07vw + 24px);
  font-size: -moz-calc(2.07vw + 24px);
  font-size: calc(2.07vw + 24px);
}

.f56 {
  font-size: -webkit-calc(1.81vw + 21px);
  font-size: -moz-calc(1.81vw + 21px);
  font-size: calc(1.81vw + 21px);
}

.f55 {
  font-size: -webkit-calc(1.81vw + 20px);
  font-size: -moz-calc(1.81vw + 20px);
  font-size: calc(1.81vw + 20px);
}

.f52 {
  font-size: -webkit-calc(1.68vw + 20px);
  font-size: -moz-calc(1.68vw + 20px);
  font-size: calc(1.68vw + 20px);
}

.f48 {
  font-size: -webkit-calc(1.55vw + 18px);
  font-size: -moz-calc(1.55vw + 18px);
  font-size: calc(1.55vw + 18px);
}

.f46 {
  font-size: -webkit-calc(1.49vw + 17px);
  font-size: -moz-calc(1.49vw + 17px);
  font-size: calc(1.49vw + 17px);
}

.f42 {
  font-size: -webkit-calc(1.36vw + 16px);
  font-size: -moz-calc(1.36vw + 16px);
  font-size: calc(1.36vw + 16px);
}

.f40 {
  font-size: -webkit-calc(1.29vw + 15px);
  font-size: -moz-calc(1.29vw + 15px);
  font-size: calc(1.29vw + 15px);
  font-weight: 500;
}

.f38 {
  font-size: -webkit-calc(1.23vw + 14px);
  font-size: -moz-calc(1.23vw + 14px);
  font-size: calc(1.23vw + 14px);
  font-weight: 500;
}

.f36 {
  font-size: -webkit-calc(1.17vw + 14px);
  font-size: -moz-calc(1.17vw + 14px);
  font-size: calc(1.17vw + 14px);
  font-weight: 500;
}

.f32 {
  font-size: -webkit-calc(1.04vw + 12px);
  font-size: -moz-calc(1.04vw + 12px);
  font-size: calc(1.04vw + 12px);
  font-weight: 500;
}

.f30 {
  font-size: -webkit-calc(0.97vw + 11px);
  font-size: -moz-calc(0.97vw + 11px);
  font-size: calc(0.97vw + 11px);
}

.f28 {
  font-size: -webkit-calc(0.65vw + 16px);
  font-size: -moz-calc(0.65vw + 16px);
  font-size: calc(0.65vw + 16px);
}

.f26 {
  font-size: -webkit-calc(0.52vw + 16px);
  font-size: -moz-calc(0.52vw + 16px);
  font-size: calc(0.52vw + 16px);
}

.f24 {
  font-size: -webkit-calc(0.52vw + 14px);
  font-size: -moz-calc(0.52vw + 14px);
  font-size: calc(0.52vw + 14px);
}

.f22 {
  font-size: -webkit-calc(0.52vw + 12px);
  font-size: -moz-calc(0.52vw + 12px);
  font-size: calc(0.52vw + 12px);
}

.f20 {
  font-size: -webkit-calc(0.35vw + 13px);
  font-size: -moz-calc(0.35vw + 13px);
  font-size: calc(0.35vw + 13px);
}

.f18 {
  font-size: -webkit-calc(0.26vw + 13px);
  font-size: -moz-calc(0.26vw + 13px);
  font-size: calc(0.26vw + 13px);
}

.f17 {
  font-size: -webkit-calc(0.26vw + 13px);
  font-size: -moz-calc(0.26vw + 13px);
  font-size: calc(0.26vw + 13px);
}

.f16 {
  font-size: -webkit-calc(0.26vw + 11px);
  font-size: -moz-calc(0.26vw + 11px);
  font-size: calc(0.26vw + 11px);
}

.f14 {
  font-size: -webkit-calc(0.13vw + 12px);
  font-size: -moz-calc(0.13vw + 12px);
  font-size: calc(0.13vw + 12px);
}

.fBold {
  font-weight: 600;
}

.wel-txts .f24 {
  font-weight: 300;
}

.imgauto {
  display: inline-block;
  max-width: 100%;
}

.form-bg0 {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

.form-bg0 .feedback-close {
  position: absolute;
  right: 24px;
  top: 14px;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.form-bg0 .form-top-title {
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 24px;
}

.form-bg0 .message_content {
  position: absolute;
  background: #fff;
  max-width: 590px;
  height: 210px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  padding: 1.25rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: perspective(800px) rotateX(60deg);
     -moz-transform: perspective(800px) rotateX(60deg);
          transform: perspective(800px) rotateX(60deg);
}

.form-bg0 .message_content.show {
  -webkit-transform: perspective(0) rotateX(0);
     -moz-transform: perspective(0) rotateX(0);
          transform: perspective(0) rotateX(0);
}

.form-bg0 .message_content {
  margin-left: 30px;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.form-bg0 .message-h5 {
  color: #fe0000;
  font-size: 30px;
  margin-bottom: 10px;
}

.form-bg0 .message-dt {
  font-size: 16px;
}

.bdsharebuttonbox {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

.bdsharebuttonbox:after {
  display: none !important;
}

.bdsharebuttonbox .s0 {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
}

.bdsharebuttonbox a {
  display: inline-block;
  float: none;
  padding: 0 !important;
  -webkit-flex: 0 0 35px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  width: 35px !important;
  height: 35px !important;
  display: inline-block;
  margin: 0 !important;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.scroll_wrap .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(255, 255, 255, 0.15) !important;
  width: 2px !important;
}

.scroll_wrap.white .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(255, 255, 255, 0.15) !important;
  width: 2px !important;
}

.mCSB_inside > .mCSB_container {
  margin-right: 10px !important;
}

.w1700 {
  max-width: 1700px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.w1600 {
  max-width: 1600px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.w1500 {
  max-width: 1500px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.pc-header {
  top: 0;
  z-index: 9;
  position: fixed;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pc-header .pc-header-mains {
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pc-header.bgf, .pc-header:hover {
  background: #fff;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
  border-bottom-color: transparent;
}

.pc-header.bgf .bg-img-show, .pc-header:hover .bg-img-show {
  opacity: 1;
}

.pc-header.bgf .bg-img-hide, .pc-header:hover .bg-img-hide {
  opacity: 0;
}

.pc-header.bgf .language-a, .pc-header:hover .language-a {
  color: #666;
}

.pc-header.bgf .nav-a, .pc-header:hover .nav-a {
  color: #666;
  -o-background-size: 16px !important;
     background-size: 16px !important;
}

.pc-header.bgf .sline, .pc-header:hover .sline {
  background: rgba(0, 0, 0, 0.1);
}

.pc-header .bg-img-show {
  opacity: 0;
}

.pc-header .bg-img-hide {
  opacity: 1;
}

.pc-header .sline {
  -webkit-flex: 0 0 1px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 1px;
          flex: 0 0 1px;
  height: 16px;
  display: inline-block;
  margin: auto 0.75rem;
  background: white;
}

.pc-header .pc-left,
.pc-header .pc-right {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.pc-header .pc-left {
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.pc-header .pc-right {
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pc-header .nav-wrap {
  width: -webkit-calc(22.32vw + 531px);
  width: -moz-calc(22.32vw + 531px);
  width: calc(22.32vw + 531px);
}

.pc-header .languageWrap {
  -webkit-flex: 0 0 124px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 124px;
          flex: 0 0 124px;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pc-header .language-a {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  color: #fff;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  line-height: 110px;
  height: 110px;
}

.pc-header .language-a:first-child {
  margin-right: 0.4rem;
}

.pc-header .language-a:hover {
  color: #fe0000;
}

.pc-header .show-search-btn {
  -webkit-flex: 0 0 108px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 108px;
          flex: 0 0 108px;
  width: 108px;
  height: 110px;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  color: #fff;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.pc-header .poaImg {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pc-header .logo {
  -webkit-flex: 0 0 130px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  display: inline-block;
  width: 130px;
  height: 34px;
  overflow: hidden;
  position: relative;
}

.pc-header .imgPoa100 {
  position: absolute;
  display: block;
  width: 130px;
  height: 34px;
  left: 0;
  top: 0;
}

.pc-header .nav-wrap {
  -webkit-flex: 0 0 -webkit-calc(30vw + 503px);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(30vw + 503px);
          flex: 0 0 calc(30vw + 503px);
  width: -webkit-calc(30vw + 503px);
  width: -moz-calc(30vw + 503px);
  width: calc(30vw + 503px);
}

.pc-header .nav-item {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.pc-header .nav-item:hover .sub-nav {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
       transform: translate(-50%, 0);
  visibility: visible;
}

.pc-header .sub-nav {
  text-align: center;
  position: absolute;
  width: 100vw;
  left: 50%;
  top: 100%;
  z-index: 2;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0;
  -webkit-transform: translate(-50%, 30px);
  -ms-transform: translate(-50%, 30px);
  -o-transform: translate(-50%, 30px);
  -moz-transform: translate(-50%, 30px);
       transform: translate(-50%, 30px);
  visibility: hidden;
  -webkit-transition: transform 0.4s ease, opacity 0.4s ease;
  -o-transition: transform 0.4s ease, opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: opacity 0.4s ease, -o-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, opacity 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.pc-header .sub_a_wrap {
  text-align: center;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 20%;
}

.pc-header .sub-a {
  height: 46px;
  line-height: 46px;
  color: #888;
  text-align: left;
  position: relative;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-indent: 6px;
  padding-left: 25px;
  width: 14%;
}

@media (max-width: 1680px) {
  .pc-header .sub-a {
    width: 17%;
  }
}

.pc-header .sub-a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #999;
}

.pc-header .sub-a:hover {
  color: #fe0000;
}

.pc-header .sub-a:hover:before {
  background-color: #fe0000;
}

.pc-header .nav-a {
  display: block;
  color: #fff;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
       transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  line-height: 110px;
  -o-background-size: 16px !important;
     background-size: 16px !important;
}

.pc-header .nav-a:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #fe0000;
  left: 50%;
  bottom: 0;
  height: 3px;
  width: 0;
  margin-left: 0;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.pc-header .nav-a:hover {
  color: #fe0000;
}

.pc-header .nav-a:hover:before, .pc-header .nav-a.cur:before {
  width: 100%;
  left: 0;
}

.pc-header .nav-a2:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -o-background-size: contain;
     background-size: contain;
}

.pc-header .nav-a2.cur:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
}

.m-header {
  width: 100vw;
  top: 0;
  left: 0;
  padding: 10px 4vw;
  position: fixed;
  z-index: 7;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
   -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
       transform: translateY(-20px);
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.m-header.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
}

.m-header .language-a {
  position: fixed;
  top: 8px;
  right: -webkit-calc(4vw + 44px);
  right: -moz-calc(4vw + 44px);
  right: calc(4vw + 44px);
  width: auto;
  height: 27px;
  cursor: pointer;
  z-index: 9;
  font-size: 18px;
  color: #fe0000;
}

.m-header .m-menu-btn {
  position: fixed;
  top: 0;
  right: 4vw;
  width: 25px;
  height: 50px;
  cursor: pointer;
  z-index: 9;
}

.m-header .m-menu-btn .line {
  position: absolute;
  top: 24px;
  right: 0;
  left: 0;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fe0000;
}

.m-header .m-menu-btn .line1 {
  margin: -8px auto auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.m-header .m-menu-btn .line2 {
  margin: auto;
}

.m-header .m-menu-btn .line3 {
  margin: 8px auto auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.m-header .m-menu-btn.cur .line2 {
  opacity: 0;
}

.m-header .m-menu-btn.cur .line1 {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0 auto;
}

.m-header .m-menu-btn.cur .line3 {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 auto;
}

.m-header .nav-wrap {
  height: -webkit-calc(100vh - 50px);
  height: -moz-calc(100vh - 50px);
  height: calc(100vh - 50px);
  top: 47px;
  width: 100%;
  display: none;
  position: fixed;
  left: 0;
  z-index: 2;
  background: #fff;
  padding: 0 4vw;
  overflow-y: auto;
}

.m-header .nav-a {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 40px;
  text-align: left;
  color: #000;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.m-header .nav-a2:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 12px;
  height: 8px;
  margin-top: -4px;
  background: url(../img/arrow-icon.png) no-repeat center center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -o-background-size: contain;
     background-size: contain;
}

.m-header .cur .nav-a2:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
}

.m-header .sub-a {
  font-size: 13px;
  line-height: 38px;
  display: block;
  color: #666;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.m-header .m-logo {
  -webkit-flex: 0 0 100px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.m-header .sub-nav {
  display: none;
}

.m-header .m-header-mains {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-header .show-search-btn {
  position: fixed;
  top: 17px;
  right: -webkit-calc(4vw + 80px);
  right: -moz-calc(4vw + 80px);
  right: calc(4vw + 80px);
  width: 18px;
  height: 18px;
  cursor: pointer;
  z-index: 9;
}

.wel-hd01 {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 30px !important;
  width: 100%;
  z-index: 5;
}

.wel-hd01 .swiper-pagination-bullet {
  display: inline-block;
  width: 48px;
  background: #fff;
  margin: 0 4px;
  position: relative;
  border-radius: 0 !important;
  opacity: 0.3 !important;
  height: 2px;
  outline: none;
  cursor: pointer;
}

.wel-hd01 .swiper-pagination-bullet:after {
  content: "";
  display: block;
  height: 100%;
  background: #fe0000;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.wel-hd01 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 4px;
  opacity: 1 !important;
}

.wel-hd01 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 100%;
  -webkit-transition-duration: 5s;
     -moz-transition-duration: 5s;
       -o-transition-duration: 5s;
          transition-duration: 5s;
}

.hd02 {
  height: 8px;
}

.hd02 .swiper-pagination-bullet {
  vertical-align: top;
  display: inline-block;
  width: 8px;
  background: #e9e9e9;
  margin: 0 12px;
  position: relative;
  border-radius: 50% !important;
  opacity: 1 !important;
  height: 8px;
  outline: none;
  cursor: pointer;
}

.hd02 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fe0000;
}

.hd03 {
  height: 8px;
  text-align: center;
}

.hd03 .swiper-pagination-bullet {
  vertical-align: top;
  display: inline-block;
  width: 8px;
  background: #e9e9e9;
  margin: 0 12px;
  position: relative;
  border-radius: 50% !important;
  opacity: 1 !important;
  height: 8px;
  outline: none;
  cursor: pointer;
}

.hd03 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fe0000;
}

.wel_news_banner {
  padding-top: 2.2rem;
  margin-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.wel_news_banner .swiper-slide {
  opacity: 0.5;
}

.wel_news_banner .swiper-slide-active {
  opacity: 1;
}

.wel_news_banner .swiper-slide-active .news_time {
  border-bottom: 2px solid #ff0000;
}

.wel_news_banner .news_time {
  font-size: 12px;
  line-height: 2;
  color: #000;
  margin-bottom: 1.2rem;
  width: 220px;
  max-width: 100%;
}

.wel_news_banner .imgWrap {
  overflow: hidden;
  -webkit-flex: 0 0 -webkit-calc(100% - 370px);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 370px);
          flex: 0 0 calc(100% - 370px);
  width: -webkit-calc(100% - 370px);
  width: -moz-calc(100% - 370px);
  width: calc(100% - 370px);
}

.wel_news_banner .txts {
  -webkit-flex: 0 0 345px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 345px;
          flex: 0 0 345px;
  padding-top: 1.4rem;
}

.wel_news_banner .f14 {
  margin-top: 0.6rem;
}

.welcome {
  overflow: hidden;
}

.welcome.in {
  position: relative;
}

.welcome.in .slineWrap {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}

.welcome.in .sline {
  position: absolute;
  display: block;
  height: 0;
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.welcome.in .sline1 {
  left: 242px;
}

.welcome.in .sline2 {
  top: -webkit-calc(110px - 100vh);
  top: -moz-calc(110px - 100vh);
  top: calc(110px - 100vh);
  left: 50%;
}

.welcome.in .sline3 {
  right: 232px;
}

.welcome.in .sline1,
.welcome.in .sline3 {
  bottom: 0;
}

.welcome.in .slineWrap .sline {
  height: -webkit-calc(100vh - 110px);
  height: -moz-calc(100vh - 110px);
  height: calc(100vh - 110px);
}

.wel_more {
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
  margin-top: 1.5rem;
  font-size: 16px;
}

.wel_more:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -o-background-size: 30px !important;
     background-size: 30px !important;
}

.wel_more:before {
  right: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 0;
  height: 100%;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #eb3d36;
}

.wel_more:hover {
  border-color: #00b09b #0092b3 #00b09b #00b09b;
}

.wel_more:hover:before {
  width: 100%;
}

.wel_txts_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.wel_txts_wrap .lefts {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 710px;
}

.wel_txts_wrap .lefts .f16 {
  width: 100%;
  max-width: 15rem;
  margin-top: 1.1rem;
}

.wel_txts_wrap .rights {
  -webkit-flex: 0 0 470px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 470px;
          flex: 0 0 470px;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wel_txts_wrap .numItem {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
}

.wel_txts_wrap .num_top {
  margin-bottom: 15px;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wel_txts_wrap .num0 {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.wel_txts_wrap .txt0 {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 4px;
}

.welcome-banner {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  position: relative;
}

.welcome-banner .banner_video {
  display: block;
  width: 100vw;
  height: 100vh;
}

.welcome-banner .swiper-wrapper {
  height: 100vh;
}

.welcome-banner .swiper-slide {
  height: 100vh;
  display: block;
  width: 100% !important;
  top: 0;
  left: 0;
  position: absolute;
  overflow-x: hidden;
  pointer-events: none;
  opacity: 0 !important;
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.welcome-banner .slide-img {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: scale(1) translate(-50%, -50%);
     -moz-transform: scale(1) translate(-50%, -50%);
      -ms-transform: scale(1) translate(-50%, -50%);
       -o-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.welcome-banner .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

@media (min-width: 768px) {
  .welcome-banner .m-banner-img {
    display: none;
  }
}

@media (max-width: 767px) {
  .welcome-banner .pc-banner-img {
    display: none;
  }
  .welcome-banner .welcome-banner-txts {
    padding: 0 4vw;
    top: 90px;
  }
  .welcome-banner .welcome-banner-txts .f72 {
    font-size: 34px;
  }
}

.zIndex3 {
  z-index: 3;
}

.more {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 5;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border-radius: 0 50px 0 50px;
  font-size: 18px;
  margin-top: 1.5rem;
}

.more.w160 {
  width: 160px;
}

.more.auto {
  margin-left: auto;
  margin-right: auto;
}

.more:hover {
  color: #fff;
  border-color: #fe0000;
  background-color: #fe0000;
  border-radius: 50px 0 50px 0;
  -webkit-transform: translateX -5px;
     -moz-transform: translateX -5px;
      -ms-transform: translateX -5px;
       -o-transform: translateX -5px;
          transform: translateX -5px;
}

.more .s0 {
  position: relative;
  display: inline-block;
  height: 50px;
  z-index: 7;
}

.more .s1 {
  position: relative;
  display: inline-block;
  width: 8px;
  margin-left: 8px;
  z-index: 7;
  vertical-align: unset;
}

@media (max-width: 767px) {
  .more.w160 {
    width: 100px;
  }
  .more .s0 {
    height: 30px;
  }
  .more .s1 {
    margin-left: 2px;
    width: 5px;
  }
}

.b1 {
  border: 1px solid #ddd;
}

.radiusLeft {
  border-radius: 2.5rem 0 2.5rem 0;
}

.radiusRight {
  border-radius: 0 2.5rem 0 2.5rem;
}

.fuli_banner {
  padding: 0 20px;
}

.join_list3 {
  padding: 2.4rem 0 3rem;
  background-color: #efecec;
}

.join_list3 .tr-wrap {
  background-color: #fff;
}

.join_list3 .list3_tr1 .f42,
.join_list3 .list3_tr1 .f18 {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (max-width: 768px) {
  .join_list3 .list3_tr1 .relation {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 1rem;
  }
  .join_list3 .list3_tr1 .relation p {
    margin-bottom: 0.5rem;
  }
}

.join_list3 .list4-tr2 {
  margin: 1.5rem auto 20px;
}

.join_list3 .w100 {
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.join_list3 .w33 {
  margin-top: 20px;
  -webkit-flex: 0 0 -webkit-calc(33.3% - 13px);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(33.3% - 13px);
          flex: 0 0 calc(33.3% - 13px);
  width: -webkit-calc(33.3% - 13px);
  width: -moz-calc(33.3% - 13px);
  width: calc(33.3% - 13px);
}

.join_list3 .w50 {
  margin-top: 20px;
  -webkit-flex: 0 0 -webkit-calc(50% - 10px);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
}

.join_list3 .section_top {
  cursor: pointer;
  position: relative;
  height: 56px;
  padding-left: 1.2rem;
  text-align: left;
  background: #fff;
}

.join_list3 .section_top:after {
  content: "";
  display: block;
  right: 16px;
  top: 0;
  height: 56px;
  -o-background-size: auto !important;
     background-size: auto !important;
  width: 16px;
  position: absolute;
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
}

.join_list3 .form_section {
  position: relative;
  z-index: 32;
  font-size: 18px;
  color: #000;
  line-height: 56px;
}

.join_list3 .form_section.cur .section_top:after {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.join_list3 .options_wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  width: 100%;
  max-height: 200px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.join_list3 .options_item {
  color: #333;
  cursor: pointer;
  padding: 0 1.2rem;
  border-top: 1px solid #ddd;
}

.join_list3 .ser_submit {
  -webkit-flex: 0 0 111px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 111px;
          flex: 0 0 111px;
  height: 56px;
  width: 16px;
  background-color: #eb3d36;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: 26px !important;
     background-size: 26px !important;
  border: none;
  color: transparent;
}

@media (max-width: 768px) {
  .join_list3 .ser_submit {
    height: 28px;
  }
}

.join_list3 .ser_input {
  border: none;
  height: 56px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: none;
  -webkit-flex: 0 0 -webkit-calc(100% - 168px);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 168px);
          flex: 0 0 calc(100% - 168px);
  width: -webkit-calc(100% - 188px);
  width: -moz-calc(100% - 188px);
  width: calc(100% - 188px);
  display: inline-block;
  padding: 0 1.2rem;
  background: #fff;
  font-size: 18px;
}

@media (max-width: 768px) {
  .join_list3 .ser_input {
    height: 28px;
  }
}

.join_table .tr-wrap {
  padding-bottom: 1rem;
}

.join_table .trWrap {
  background: #fff;
}

.join_table .th {
  background: #fff;
  font-size: 24px;
  color: #000;
  line-height: 2.5rem;
}

.join_table .th,
.join_table .tr {
  padding: 0 0.6rem;
}

.join_table .tr {
  display: block;
  font-size: 16px;
  color: #888;
  line-height: 56px;
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.join_table .tr:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.join_table .tr:hover {
  color: #fff;
  background: #fe0000;
}

.join_table .td {
  -webkit-flex: 0 0 25%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

@media (max-width: 768px) {
  .join_table .content {
    padding: 0;
    font-size: -webkit-calc(0.26vw + 11px);
    font-size: -moz-calc(0.26vw + 11px);
    font-size: calc(0.26vw + 11px);
  }
  .join_table .tr-contnet .content {
    padding: 0;
    font-size: -webkit-calc(0.13vw + 11px);
    font-size: -moz-calc(0.13vw + 11px);
    font-size: calc(0.13vw + 11px);
    text-align: center;
  }
}

.join_list3 .options_wrap,
.book-list1 .options_wrap {
  border-bottom: 1px solid #ddd;
}

.joinInfo .detail-backgraound {
  padding: 2rem 0;
}

.joinInfo .joinInfo-title-left {
  font-size: 1.2rem;
  color: #000f16;
}

.joinInfo .detail_content_top {
  padding-bottom: 1rem;
  border-bottom: 1px solid #888;
}

.joinInfo .detail_content_top .detail_content_top_right {
  display: inline-block;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 5rem;
  height: 1.25rem;
  line-height: 1.25rem;
  border: 1px solid #eb3d36;
  border-right-width: 8px;
  background: url(../img/plus.png) no-repeat right 0.8rem center;
  -o-background-size: 10px;
     background-size: 10px;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  color: #fe0000;
  text-indent: 1rem;
}

@media (max-width: 768px) {
  .joinInfo .detail_content_top .detail_content_top_right {
    margin-top: 0.5rem;
  }
}

.joinInfo .detail_content_top .detail_content_top_right:hover {
  background: url(../img/plus2.png) no-repeat right 1rem center;
  -o-background-size: 10px;
     background-size: 10px;
  color: #fff;
  -webkit-transform: translateX(-5px);
     -moz-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
       -o-transform: translateX(-5px);
          transform: translateX(-5px);
}

.joinInfo .detail_content_top .detail_content_top_right:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -o-background-size: 30px !important;
     background-size: 30px !important;
}

.joinInfo .detail_content_top .detail_content_top_right:before {
  right: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 0;
  height: 100%;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #eb3d36;
}

.joinInfo .detail_content_top .detail_content_top_right:hover:before {
  width: 100%;
}

.joinInfo .detail-time {
  margin-top: 15px;
  color: #939799;
  line-height: 25px;
  letter-spacing: 2px;
}

.joinInfo .detail-time .detail-time-split {
  height: 16px;
  border: 1px solid #888888;
  margin-left: 1.5rem;
  margin-right: 1.25rem;
}

.joinInfo .detail-info {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.joinInfo .info-item {
  margin-right: 100px;
}

.joinInfo .response-title,
.joinInfo .info-item {
  font-size: 16px;
  line-height: 25px;
}

.joinInfo .detail-response {
  margin-top: 10px;
}

.joinInfo .response-title {
  margin-top: 5px;
}

.joinInfo .response-item {
  margin-top: 1.4rem;
  color: #000f16;
  line-height: 1.9;
  font-size: 16px;
}

.joinInfo .apply-btn {
  width: 180px;
  height: 50px;
  border: 1px solid #fe0000;
  color: #fe0000;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  cursor: pointer;
  margin: 1rem auto 0;
}

.joinInfo .apply-btn:hover {
  background: #fe0000;
  color: #fff;
}

.join .footer {
  background-color: #fff;
}

@media (max-width: 768px) {
  .join .inner_banner .pc-img {
    height: 32vw;
  }
}

.join_weal_wrap {
  padding: 2rem 0 2.5rem;
}

.join_weal_wrap .join_weal_title {
  width: 15rem;
  color: #888;
}

.join_aisle_wrap {
  padding-top: 1rem;
}

.join_aisle_wrap .join_aisle {
  display: inline-block;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 202px;
  height: 60px;
  line-height: 58px;
  border: 1px solid #eb3d36;
  border-right-width: 8px;
  background: url(../img/plus.png) no-repeat right 42px center;
  -o-background-size: 10px;
     background-size: 10px;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  color: #fe0000;
  text-indent: 42px;
}

@media (max-width: 768px) {
  .join_aisle_wrap .join_aisle {
    width: 134px;
    height: 40px;
    line-height: 40px;
    border-right-width: 1px;
    text-indent: 28px;
    background: url(../img/plus.png) no-repeat right 28px center;
    -o-background-size: 8px;
       background-size: 8px;
  }
}

.join_aisle_wrap .join_aisle:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -o-background-size: 30px !important;
     background-size: 30px !important;
}

.join_aisle_wrap .join_aisle:before {
  right: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 0;
  height: 100%;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #eb3d36;
}

.join_aisle_wrap .join_aisle:hover {
  background: url(../img/plus2.png) no-repeat right 42px center;
  -o-background-size: 10px;
     background-size: 10px;
  color: #fff;
  -webkit-transform: translateX(-5px);
     -moz-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
       -o-transform: translateX(-5px);
          transform: translateX(-5px);
}

.join_aisle_wrap .join_aisle:hover:before {
  width: 100%;
}

.news_list1 {
  padding-bottom: 3rem;
}

.news_list1 .tit {
  margin-top: 0.6rem;
}

.news_list1 .times {
  width: 48%;
  border-bottom: 2px solid #fe0000;
}

.news_list1 .news_items {
  cursor: pointer;
  -webkit-flex: 0 0 -webkit-calc(33.3% - 36px);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(33.3% - 36px);
          flex: 0 0 calc(33.3% - 36px);
  width: -webkit-calc(33.3% - 36px);
  width: -moz-calc(33.3% - 36px);
  width: calc(33.3% - 36px);
  margin-bottom: 1.5rem;
  margin-right: 54px;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  color: #000;
}

.news_list1 .news_items:nth-child(3n) {
  margin-right: 0;
}

.news_list1 .news_items:hover {
  color: #000;
}

.news_list1 .news_items:hover .tit {
  color: #fe0000;
}

.news_list1 .news_items:hover .details {
  color: #666;
}

.news_list1 .details {
  margin: 0.4rem auto 0.8rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .news_list1 {
    padding: 8vw 4vw;
  }
  .news_list1 .news_items {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-bottom: 12vw;
  }
}

.news_list1 .list_article :first-child {
  margin-right: 28px;
}

.news_list1 .list_article .article_item {
  position: relative;
  width: -webkit-calc(50% - 14px);
  width: -moz-calc(50% - 14px);
  width: calc(50% - 14px);
  overflow: hidden;
}

.news_list1 .list_article .article_item .article_item_img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news_list1 .list_article .article_item .article_item_img:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.news_list1 .list_article .article_item .article_item_title {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
}

@media (max-width: 768px) {
  .news_list1 .list_article .article_item .article_item_title {
    left: 0.2rem;
    bottom: 0;
  }
  .news_list1 .list_article .article_item .article_item_title :first-child {
    font-size: -webkit-calc(0.13vw + 11px);
    font-size: -moz-calc(0.13vw + 11px);
    font-size: calc(0.13vw + 11px);
  }
  .news_list1 .list_article .article_item .article_item_title .article_item_title_tips {
    margin-right: 0;
  }
}

.news_list1 .list_article .article_item .article_item_title .article_item_time img {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 9px;
}

.news_list1 .list_article2 :nth-child(3n) {
  margin-right: 0 !important;
}

.news_list1 .list_article2 .article2_item {
  width: -webkit-calc(33% - 0.38rem);
  width: -moz-calc(33% - 0.38rem);
  width: calc(33% - 0.38rem);
  padding-bottom: 30px;
  margin-right: 28px;
  border-bottom: 2px solid #f5f5f5;
  -webkit-transform: all 0.3s ease;
     -moz-transform: all 0.3s ease;
      -ms-transform: all 0.3s ease;
       -o-transform: all 0.3s ease;
          transform: all 0.3s ease;
  margin-top: 29px;
}

@media (max-width: 1440px) {
  .news_list1 .list_article2 .article2_item {
    width: -webkit-calc(33% - 0.6rem);
    width: -moz-calc(33% - 0.6rem);
    width: calc(33% - 0.6rem);
  }
}

@media (max-width: 1280px) {
  .news_list1 .list_article2 .article2_item {
    width: -webkit-calc(33% - 0.6rem);
    width: -moz-calc(33% - 0.6rem);
    width: calc(33% - 0.6rem);
  }
}

@media (max-width: 768px) {
  .news_list1 .list_article2 .article2_item {
    width: -webkit-calc(33% - 16px);
    width: -moz-calc(33% - 16px);
    width: calc(33% - 16px);
    margin-right: 20px;
  }
}

.news_list1 .list_article2 .article2_item:hover {
  border-bottom: 2px solid #ff0000;
}

.news_list1 .list_article2 .article2_item:hover .article2_item_img img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.news_list1 .list_article2 .article2_item .article2_item_img {
  width: 100%;
  overflow: hidden;
}

.news_list1 .list_article2 .article2_item .article2_item_img img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news_list1 .list_article2 .article2_item .article2_item_text {
  padding-top: 24px;
}

.news_list1 .list_article2 .article2_item .article2_item_text .article2_item_time {
  padding-top: 30px;
}

.news_list1 .list_article2 .article2_item .article2_item_text .article2_item_time img {
  width: 19px;
  height: 19px;
  margin-right: 9px;
}

.map_window {
  line-height: 1.6;
}

.map_window .title {
  color: #0091b2;
  font-weight: 600;
}

.map_window .address,
.map_window .tel {
  color: #888;
}

@media (max-width: 767px) {
  .map_window {
    line-height: 20px;
    height: 20px;
  }
}

.mtop40 {
  margin-top: 1rem;
}

.contact_form_wrap {
  -webkit-flex: 0 0 18.5rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 18.5rem;
          flex: 0 0 18.5rem;
  margin-right: 2.5rem;
}

.contact_form_wrap .td33 {
  -webkit-flex: 0 0 -webkit-calc(33% - 11px);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(33% - 11px);
          flex: 0 0 calc(33% - 11px);
}

.contact_form_wrap .td50 {
  -webkit-flex: 0 0 -webkit-calc(50% - 1.5rem);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 1.5rem);
          flex: 0 0 calc(50% - 1.5rem);
}

.contact_form_wrap .td100 {
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.contact_form_wrap .form-tr {
  margin-bottom: 0.25rem;
}

.contact_form_wrap .form-label {
  line-height: 1.1;
  color: #878787;
  margin-bottom: 16px;
}

.contact_form_wrap .form-input,
.contact_form_wrap .form-textarea {
  display: block;
  background: #f9f9f9;
  font-size: 18px;
  color: #444;
  width: 100%;
  border: none;
  text-indent: 10px;
}

.contact_form_wrap .form-input {
  height: 50px;
  line-height: 50px;
}

.contact_form_wrap .form-textarea {
  height: 200px;
  line-height: 34px;
}

.contact_form_wrap .scroll_contents {
  height: auto;
  max-height: 300px;
}

.contact_form_wrap .form-submit-txt {
  z-index: 2;
}

.contact_form_wrap .form-submit {
  opacity: 0;
  position: relative;
  z-index: 3;
}

.contact_form_wrap .form_section {
  z-index: 2;
  cursor: pointer;
  position: relative;
}

.contact_form_wrap .form_section .section_top {
  font-size: 18px;
  line-height: 56px;
  color: #666;
  padding: 0 52px 0 10px;
  background: #f9f9f9;
  position: relative;
}

.contact_form_wrap .form_section .section_top:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 52px;
  content: "";
  display: block;
  z-index: 2;
}

.contact_form_wrap .form_section .options_wrap {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
  color: #666;
  height: auto;
  line-height: 40px;
  font-size: 16px;
  overflow-x: hidden;
}

.contact_form_wrap .form_section .options_item {
  background: #f9f9f9;
  cursor: pointer;
  padding: 0 52px 0 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.contact_form_wrap .form-input,
.contact_form_wrap .form-textarea {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.contact_form_wrap .yzm {
  width: 156px;
  height: 60px;
  background: -webkit-linear-gradient(130deg, #04abd2, #06dcc3);
  background: -moz-linear-gradient(130deg, #04abd2, #06dcc3);
  background: -o-linear-gradient(130deg, #04abd2, #06dcc3);
  background: linear-gradient(-40deg, #04abd2, #06dcc3);
  border-radius: 4px;
}

.contact_form_wrap .form_submit {
  width: 156px;
  height: 60px;
  background: -webkit-linear-gradient(130deg, #04abd2, #06dcc3);
  background: -moz-linear-gradient(130deg, #04abd2, #06dcc3);
  background: -o-linear-gradient(130deg, #04abd2, #06dcc3);
  background: linear-gradient(-40deg, #04abd2, #06dcc3);
  border-radius: 4px;
  text-align: center;
  color: #fff;
  margin-right: 16px;
  border: none;
}

.contact_form_wrap .yam_input {
  width: 156px;
  height: 1.5rem;
  line-height: 1.5rem;
  background: #f7f7f7;
  border-radius: 4px;
  text-align: center;
  color: #000;
  margin-right: 16px;
  border: none;
}

.contact_form_wrap .imgWrap {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 156px;
  height: 1.5rem;
  line-height: 1.5rem;
  background: -webkit-linear-gradient(130deg, #04abd2, #06dcc3);
  background: -moz-linear-gradient(130deg, #04abd2, #06dcc3);
  background: -o-linear-gradient(130deg, #04abd2, #06dcc3);
  background: linear-gradient(-40deg, #04abd2, #06dcc3);
  border-radius: 4px;
  text-align: center;
  color: #fff;
}

.contact_form_wrap .yzmWrap {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 1200px) {
  .contact_form_wrap {
    width: 15rem;
    margin-right: 0;
  }
  .contact_form_wrap .form-textarea {
    height: 140px;
    line-height: 30px;
  }
  .contact_form_wrap .form_section .section_top {
    font-size: 14px;
    line-height: 36px;
  }
  .contact_form_wrap .form-tr {
    margin-bottom: 15px;
  }
  .contact_form_wrap .form-input,
  .contact_form_wrap .form-textarea {
    font-size: 14px;
  }
  .contact_form_wrap .form-label {
    font-size: 14px;
  }
  .contact_form_wrap .form-input,
  .contact_form_wrap .form_submit,
  .contact_form_wrap .yam_input {
    height: 36px;
    line-height: 36px;
  }
  .contact_form_wrap .form_section,
  .contact_form_wrap .options_item {
    font-size: 12px;
    line-height: 30px;
  }
  .contact_form_wrap .form_section .options_item {
    padding: 0 10px 0 5px;
  }
}

@media (max-width: 767px) {
  .contact_form_wrap {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .contact_form_wrap .type_item {
    padding: 0 0.4rem 0.2rem 0;
  }
  .contact_form_wrap .form-input,
  .contact_form_wrap .form_submit,
  .contact_form_wrap .yam_input {
    height: 306x;
    line-height: 306x;
  }
  .contact_form_wrap .form_section .section_top {
    line-height: 306x;
  }
  .contact_form_wrap .cn-font52,
  .contact_form_wrap .inner_banner .ban-cn {
    font-size: 38px;
  }
  .contact_form_wrap .inner_banner .pc-img {
    height: 270px;
  }
  .contact_form_wrap .td50,
  .contact_form_wrap .td33:first-child {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .contact_form_wrap .form_submit,
  .contact_form_wrap .yam_input,
  .contact_form_wrap .imgWrap {
    width: 100px;
    -webkit-flex: 0 0 100px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    font-size: 14px;
  }
  .contact_form_wrap .td33 {
    -webkit-flex: 0 0 48%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    width: 48%;
  }
  .contact_form_wrap .form-label {
    margin-bottom: 8px;
  }
  .contact_form_wrap .form-td {
    margin-bottom: 8px;
  }
  .contact_form_wrap .form-tr {
    margin-bottom: 0;
  }
  .contact_form_wrap .form-textarea {
    height: 100px;
  }
  .contact_form_wrap .form_section .section_top {
    padding: 0 30px 0 5px;
  }
  .contact_form_wrap .form-input,
  .contact_form_wrap .form-textarea {
    text-indent: 5px;
  }
  .contact_form_wrap .form_section .section_top:after {
    width: 30px;
  }
}

.hide_option_btn {
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: none;
  z-index: 1;
  left: 0;
  top: 0;
}

.dbl {
  display: block;
}

.ajaxBg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 30;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.ajaxBg.ajaxBg2 {
  z-index: 32;
}

.ajaxBg .closes {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.ajaxBg .alert_contents {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-left: 30px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.ajaxBg .alert_contents.show {
  margin-left: 0;
  opacity: 1;
}

.ajaxBg .message_h5 {
  color: #fe0000;
  font-size: 24px;
  margin-bottom: 10px;
}

.ajaxBg .msg_dt {
  font-size: 16px;
}

.ajaxBg .manIntroWrap {
  padding: 2.5rem 2rem;
}

.ajaxBg .alert_crecuitWrap {
  padding: 1rem;
}

@media (max-width: 767px) {
  .ajaxBg {
    width: 20px;
    height: 20px;
  }
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ddd !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ddd !important;
}

.alert_manIntro .imgWrap {
  width: 310px;
  height: 430px;
}

.alert_manIntro .txtsWrap {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: -webkit-calc(100% - 350px);
  width: -moz-calc(100% - 350px);
  width: calc(100% - 350px);
  overflow: hidden;
}

.alert_manIntro .man_h5 {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.7rem;
  margin-bottom: 0.7rem;
  margin-top: 0.45rem;
}

.alert_crecuit .red_s0 {
  position: absolute;
  left: 11px;
  color: red;
  font-size: 16px;
  line-height: 1.5rem;
  height: 1.5rem;
}

.alert_crecuit .tr1 {
  margin-top: 30px;
}

.alert_crecuit .td50 {
  position: relative;
  -webkit-flex: 0 0 -webkit-calc(50% - 5px);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
  width: -webkit-calc(50% - 5px);
  width: -moz-calc(50% - 5px);
  width: calc(50% - 5px);
  margin-bottom: 0.25rem;
}

.alert_crecuit .td100 {
  position: relative;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  margin-bottom: 0.75rem;
}

.alert_crecuit .td130 {
  -webkit-flex: 0 0 130px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  width: 130px;
  text-align: center;
}

.alert_crecuit .td130:first-child {
  margin-right: 20px;
}

.alert_crecuit .input1 {
  color: #343434;
  display: block;
  width: 100%;
  height: 1.5rem;
  line-height: 1.5rem;
  background: none;
  border-radius: 4px;
  border: 1px solid #dedede;
  text-indent: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.alert_crecuit .input2 {
  color: #888;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.alert_crecuit .input2.bgmc {
  background: #fe0000;
  color: #fff;
}

.alert_crecuit .input2.opa0 {
  opacity: 0;
}

.alert_crecuit .input_cover {
  position: absolute;
  left: 0;
  top: 0;
  height: 45px;
  line-height: 45px;
  display: block;
  width: 100%;
  border: 1px solid #dedede;
  cursor: pointer;
}

@media (max-width: 767px) {
  .alert_crecuit .input1 {
    text-indent: 10px;
  }
  .alert_crecuit .input1,
  .alert_crecuit .input2,
  .alert_crecuit .input_cover {
    height: 36px;
    line-height: 36px;
  }
  .alert_crecuit .td130 {
    -webkit-flex: 0 0 100px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    width: 100px;
  }
  .alert_crecuit .red_s0 {
    left: 4px;
  }
}

.recruitInfo_list1 {
  margin: 3.5rem auto 2rem;
}

.recruitInfo_list1 .s0 {
  display: inline-block;
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid rgba(221, 221, 221, 0.5);
}

.recruitInfo_list1 .more {
  margin-top: 0;
}

.recruitInfo_list1 .details {
  margin-top: 0.4rem;
}

.recruitInfo_list1 .f22 {
  margin-top: 1rem;
  margin-bottom: 0.4rem;
  font-weight: 500;
}

.recruitInfo_list1 .recruitInfo_top {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ededed;
}

@media (max-width: 767px) {
  .recruitInfo_list1 .more {
    margin-top: 20px;
  }
  .recruitInfo_list1 .s0 {
    margin-right: 10px;
    padding-right: 10px;
  }
}

.radius15 {
  border-radius: 15px;
}

#page {
  height: 40px;
  margin: 1rem 0 0;
  line-height: 40px;
}

#page .custom-pagination {
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 !important;
  width: 100% !important;
  text-align: center;
}

#page .custom-pagination ul {
  display: inline-block;
  vertical-align: top;
  float: none;
}

#page .custom-pagination ul li {
  height: 40px !important;
  line-height: 40px !important;
  background: none !important;
  border: none !important;
  font-size: 20px;
  color: #666;
  padding: 0 !important;
  text-align: center;
}

#page .custom-pagination ul li:hover, #page .custom-pagination ul li.current-page {
  background-color: transparent !important;
  color: #fe0000;
  border: 0;
  line-height: 40px;
}

#page .prev-page,
#page .next-page {
  vertical-align: top;
  float: none;
  display: inline-block;
  background-color: #fff !important;
  height: 40px !important;
  line-height: 40px !important;
  width: 40px !important;
  border-radius: 50% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border: none;
}

@media (max-width: 767px) {
  #page .prev-page,
  #page .next-page,
  #page .custom-pagination ul li {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
  }
  #page a.prev-page {
    margin-right: 4px !important;
  }
  #page a.next-page {
    margin-left: 4px !important;
  }
  #page .custom-pagination ul li {
    margin-left: 4px !important;
  }
  #page .custom-pagination ul li:first-child {
    margin-left: 0 !important;
  }
}

.pl1540 {
  padding-left: -webkit-calc(50vw - 770px);
  padding-left: -moz-calc(50vw - 770px);
  padding-left: calc(50vw - 770px);
}

.pr1540 {
  padding-right: -webkit-calc(50vw - 770px);
  padding-right: -moz-calc(50vw - 770px);
  padding-right: calc(50vw - 770px);
}

.ml1540 {
  margin-left: -webkit-calc(50vw - 770px);
  margin-left: -moz-calc(50vw - 770px);
  margin-left: calc(50vw - 770px);
}

.mr1540 {
  margin-left: -webkit-calc(50vw - 770px);
  margin-left: -moz-calc(50vw - 770px);
  margin-left: calc(50vw - 770px);
}

@media (max-width: 1680px) {
  .pl1540 {
    padding-left: 4vw;
  }
  .pr1540 {
    padding-right: 4vw;
  }
  .ml1540 {
    margin-left: 4vw;
  }
  .mr1540 {
    margin-left: 4vw;
  }
}

.mbot90 {
  margin-bottom: 2.25rem;
}

.pb400 {
  padding-bottom: 10rem;
}

.w02 {
  width: -webkit-calc(10% / 3);
  width: -moz-calc(10% / 3);
  width: calc(10% / 3);
}

.w04 {
  width: -webkit-calc(20% / 3);
  width: -moz-calc(20% / 3);
  width: calc(20% / 3);
}

.w06 {
  width: 10%;
}

.w08 {
  width: -webkit-calc(40% / 3);
  width: -moz-calc(40% / 3);
  width: calc(40% / 3);
}

.w10 {
  width: -webkit-calc(50% / 3);
  width: -moz-calc(50% / 3);
  width: calc(50% / 3);
}

.w12 {
  width: 20%;
}

.w14 {
  width: -webkit-calc(70% / 3);
  width: -moz-calc(70% / 3);
  width: calc(70% / 3);
}

.w16 {
  width: -webkit-calc(80% / 3);
  width: -moz-calc(80% / 3);
  width: calc(80% / 3);
}

.w18 {
  width: 30%;
}

.w20 {
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
}

.w22 {
  width: -webkit-calc(110% / 3);
  width: -moz-calc(110% / 3);
  width: calc(110% / 3);
}

.w24 {
  width: 40%;
}

.w26 {
  width: -webkit-calc(130% / 3);
  width: -moz-calc(130% / 3);
  width: calc(130% / 3);
}

.w28 {
  width: -webkit-calc(140% / 3);
  width: -moz-calc(140% / 3);
  width: calc(140% / 3);
}

.w30 {
  width: 50%;
}

.w32 {
  width: -webkit-calc(160% / 3);
  width: -moz-calc(160% / 3);
  width: calc(160% / 3);
}

.w34 {
  width: -webkit-calc(170% / 3);
  width: -moz-calc(170% / 3);
  width: calc(170% / 3);
}

.w36 {
  width: 60%;
}

.w38 {
  width: -webkit-calc(190% / 3);
  width: -moz-calc(190% / 3);
  width: calc(190% / 3);
}

.w40 {
  width: -webkit-calc(200% / 3);
  width: -moz-calc(200% / 3);
  width: calc(200% / 3);
}

.w42 {
  width: 70%;
}

.w44 {
  width: -webkit-calc(220% / 3);
  width: -moz-calc(220% / 3);
  width: calc(220% / 3);
}

.w46 {
  width: -webkit-calc(230% / 3);
  width: -moz-calc(230% / 3);
  width: calc(230% / 3);
}

.w48 {
  width: 80%;
}

.w50 {
  width: -webkit-calc(250% / 3);
  width: -moz-calc(250% / 3);
  width: calc(250% / 3);
}

.w52 {
  width: -webkit-calc(260% / 3);
  width: -moz-calc(260% / 3);
  width: calc(260% / 3);
}

.w54 {
  width: 90%;
}

.w56 {
  width: -webkit-calc(280% / 3);
  width: -moz-calc(280% / 3);
  width: calc(280% / 3);
}

.w58 {
  width: -webkit-calc(290% / 3);
  width: -moz-calc(290% / 3);
  width: calc(290% / 3);
}

.w60 {
  width: 100%;
}

@media (max-width: 767px) {
  .more {
    font-size: 10px;
    height: 30px;
    line-height: 30px;
  }
}

.more2 {
  width: 175px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fe0000;
  overflow: hidden;
  position: relative;
  background: #fff;
  font-size: 16px;
  margin: 0 auto;
  cursor: pointer;
}

.more2:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 100%;
  z-index: 2;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: -webkit-linear-gradient(left, #64bec5, #509fd6);
  background: -moz-linear-gradient(left, #64bec5, #509fd6);
  background: -o-linear-gradient(left, #64bec5, #509fd6);
  background: linear-gradient(to right, #64bec5, #509fd6);
}

.more2:hover {
  color: #fff;
  border-color: transparent;
}

.more2:hover:before {
  width: 100%;
}

.more2 .s0 {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  z-index: 3;
}

.load-more {
  display: block;
  width: 175px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #888;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.load-more:hover {
  color: #888;
}

.load-more .ico {
  display: inline-block;
  width: 20px;
  height: auto;
  margin-left: 5px;
}

.news-return-a {
  padding-left: 18px;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  width: auto;
  height: 20px;
  line-height: 20px;
  text-align: right;
  color: #888;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 5;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.news-return-a:before {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 20px;
  z-index: 6;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  top: 0;
  left: 0;
  background: url(../img/icon-gery-left.png) no-repeat left center;
  -o-background-size: 9px !important;
     background-size: 9px !important;
}

.news-return-a:hover {
  color: #888;
  -webkit-transform: translateX(-10px);
     -moz-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
       -o-transform: translateX(-10px);
          transform: translateX(-10px);
}

.ewm-alert {
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.ewm-alert .ewm-wrap {
  position: absolute;
  background: #fff;
  padding: 10px;
  width: 270px;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
     -moz-transform: translate(-50%, -50%) scale(0.9);
      -ms-transform: translate(-50%, -50%) scale(0.9);
       -o-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.ewm-alert .ewm-wrap.show {
  -webkit-transform: translate(-50%, -50%) scale(1);
     -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
       -o-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.ewm-alert .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: -40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  padding: 8px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.ewm-alert .ewm-txts {
  font-size: 16px;
  text-align: center;
  line-height: 2;
}

.pad90 {
  padding: 2.25rem;
}

.w660 {
  max-width: 660px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.con-box {
  border: 1px solid red;
}

.bgImg-opacity {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
       transition-delay: 0.05s;
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
   -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
       transform: scale(1.07);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
       transition-delay: 0.1s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  opacity: 0.9;
}

.bgImg-opacity.animated {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
   -ms-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
}

.load-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
}

.load-wrap .load-img {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  -webkit-animation: rotate 1s infinite;
  -moz-animation: rotate 1s infinite;
    -o-animation: rotate 1s infinite;
       animation: rotate 1s infinite;
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
         transform: rotate(359deg);
  }
}

@-o-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
      -o-transform: rotate(359deg);
         transform: rotate(359deg);
  }
}

.plr90 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.marTop10 {
  margin-top: 10px;
}

.marTop24 {
  margin-top: 0.6rem;
}

.marTop52 {
  margin-top: 1.3rem;
}

.marTop86 {
  margin-top: 2.15rem;
}

.marTop80 {
  margin-top: 2rem;
}

.padTop24 {
  padding-top: 0.6rem;
}

.padTop80 {
  padding-top: 2rem;
}

.padTop100 {
  padding-top: 2.5rem;
}

.padTop60 {
  padding-top: 60px;
}

.padTop120 {
  padding-top: 3rem;
}

.padTop140 {
  padding-top: 3.5rem;
}

.padTop300 {
  padding-top: 7.5rem;
}

.padBot100 {
  padding-bottom: 2.5rem;
}

.padBot80 {
  padding-bottom: 2rem;
}

.padBot120 {
  padding-bottom: 3rem;
}

.padBot140 {
  padding-bottom: 3.5rem;
}

.padBot300 {
  padding-bottom: 7.5rem;
}

.btns_wrap1 {
  width: 140px;
  height: 1.5rem;
  -webkit-flex: 0 0 140px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.btns_wrap1 .btn {
  -webkit-flex: 0 0 1.5rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  top: -0.75rem;
  cursor: pointer;
  border: 1px solid #fe0000;
  border-radius: 50%;
  outline: none;
}

.btns_wrap1 .btn:hover {
  outline: none;
}

.btns_wrap1 .btn:hover .btn-img {
  opacity: 1;
}

.btns_wrap1 .prev {
  margin-right: 20px;
  background: transparent url(../img/prev1.png) no-repeat center;
}

.btns_wrap1 .prev:hover {
  background: #fe0000 url(../img/prev1on.png) no-repeat center;
}

.btns_wrap1 .next {
  background: transparent url(../img/next1.png) no-repeat center;
}

.btns_wrap1 .next:hover {
  background: #fe0000 url(../img/next1on.png) no-repeat center;
}

@media (min-width: 1024px) {
  .m-header {
    display: none;
  }
}

@media (max-width: 1023px) {
  .padHeader {
    padding-top: 48px;
  }
  .pc-header {
    display: none;
  }
}

.bd_weixin_popup {
  position: fixed !important;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  top: 50vh !important;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bd_weixin_popup div {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

.bd_weixin_popup .bd_weixin_popup_head {
  font-size: 16px;
  font-weight: 500;
}

.bd_weixin_popup .bd_weixin_popup_foot {
  color: #000 !important;
}

.bd_weixin_popup .bd_weixin_popup_head,
.bd_weixin_popup .bd_weixin_popup_foot {
  text-align: center !important;
}

@media (min-width: 768px) {
  .m_listBg {
    display: none;
  }
  .m_contact {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #page .custom-pagination ul li {
    font-size: 14px !important;
  }
  .news-return-a {
    padding-left: 14px;
  }
  .news-return-a:before {
    width: 14px;
    -o-background-size: 7px !important;
       background-size: 7px !important;
  }
}

@-o-keyframes slideUp {
  0% {
    bottom: -300px;
  }
  100% {
    bottom: 0;
  }
}

@-moz-keyframes slideUp {
  0% {
    bottom: -300px;
  }
  100% {
    bottom: 0;
  }
}

@-webkit-keyframes slideUp {
  0% {
    bottom: -300px;
  }
  100% {
    bottom: 0;
  }
}

@keyframes slideUp {
  0% {
    bottom: -300px;
  }
  100% {
    bottom: 0;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  div.lineH2.c555.font-w300.f24 p {
    font-size: 1.25vw !important;
  }
  div.lineH2.c555.font-w300.f28 p {
    font-size: 1.45vw !important;
  }
  div.lineH2.c555.font-w300.f22 p {
    font-size: 1.15vw !important;
  }
  div.lineH2.c555.font-w300.f20 p {
    font-size: 1.04vw !important;
  }
  div.lineH2.c555.font-w300.f18 p {
    font-size: 0.09vw !important;
  }
  div.lineH2.c555.font-w300.f16 p {
    font-size: 0.08vw !important;
  }
}

@media (max-width: 768px) {
  div.lineH2.c555.font-w300.f24 p {
    font-size: 3.2vw !important;
  }
  div.lineH2.c555.font-w300.f28 p {
    font-size: 3.2vw !important;
  }
  div.lineH2.c555.font-w300.f22 p {
    font-size: 3.2vw !important;
  }
  div.lineH2.c555.font-w300.f20 p {
    font-size: 3.2vw !important;
  }
  div.lineH2.c555.font-w300.f18 p {
    font-size: 3.2vw !important;
  }
  div.lineH2.c555.font-w300.f16 p {
    font-size: 3.2vw !important;
  }
}

@media (min-width: 1025px) {
  .news-item {
    -moz-box-orient: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

/* header end */
/* footer */
.social-item img {
  width: 115px;
  margin-top: 10px;
}

.social-item:first-child {
  margin-right: 25px;
}

.show-pc {
  position: relative;
}

.back-to-top {
  position: absolute;
  width: 66px;
  height: 66px;
  display: block;
  top: -66px;
  background: #545657;
  right: -66px;
  z-index: 88;
  cursor: pointer;
  opacity: 0.7;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.back-to-top img {
  width: 30px;
  margin: 5px auto 0;
  display: block;
}

.back-to-top p {
  text-align: center;
  font-weight: bold;
}

.back-to-top:hover {
  opacity: 1;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* footer end */
/* farm */
.banner-wrap {
  position: relative;
  overflow: hidden;
}

.w1200-wrapper.banner-doc {
  position: absolute;
  bottom: -300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1200px;
  overflow: hidden;
  -webkit-animation: slideUp 1s ease-out 0.6s 1 forwards;
     -moz-animation: slideUp 1s ease-out 0.6s 1 forwards;
       -o-animation: slideUp 1s ease-out 0.6s 1 forwards;
          animation: slideUp 1s ease-out 0.6s 1 forwards;
}

.banner-title-wrap {
  display: inline-block;
  padding: 50px;
  background: rgba(255, 255, 255, 0.67);
}

.banner-line {
  width: 40px;
  display: inline-block;
  height: 10px;
  background: #ff0000;
}

.banner-title-en {
  color: #505a63;
  font-weight: bold;
  line-height: 1;
  padding-top: 35px;
}

.banner-title-zh {
  color: #505a63;
  padding-top: 20px;
  font-weight: bold;
  line-height: 1;
}

.lineH2 {
  line-height: 2;
}

.content-nav a {
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}

.content-nav a:hover {
  color: #ff0000;
}

.content-nav a::after {
  content: ">";
  position: absolute;
  top: 45%;
  right: 3px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #555;
  font-size: 16px;
  line-height: 1;
}

.content-nav a:last-child::after {
  content: none;
}

.swiper-container-benefit .swiper-slide {
  height: auto;
}

.content-nav a.nav-disabled {
  cursor: auto;
}

.content-nav a.nav-disabled:hover {
  color: #555;
}

.red-big-title {
  padding-top: 85px;
}

.red-line {
  width: 40px;
  height: 10px;
  background: #ff0000;
  margin-bottom: 65px;
}

.red-big-title h2:nth-child(2) {
  padding-bottom: 25px;
  font-weight: bold;
}

.red-big-title h2:nth-child(3) {
  padding-bottom: 35px;
}

.grey-line {
  height: 1px;
  background: #8a8b8c;
}

.swiper-container-shadow {
  width: 1100px;
  padding-bottom: 100px;
  margin: 0 auto;
  padding-top: 30px;
  overflow: hidden;
}

.swiper-container-shadow .swiper-slide {
  width: 520px;
  height: 300px;
  position: relative;
}

.swiper-container-shadow .swiper-slide:hover p {
  color: #ff0000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.farm .w1200-wrapper {
  overflow: hidden;
}

.swiper-container-shadow .swiper-slide-prev {
  -webkit-transform-origin: right bottom;
     -moz-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
       -o-transform-origin: right bottom;
          transform-origin: right bottom;
}

.swiper-container-shadow .swiper-slide-active {
  -webkit-transform: scale(1) !important;
     -moz-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
       -o-transform: scale(1) !important;
          transform: scale(1) !important;
}

.swiper-container-shadow .swiper-slide-next {
  -webkit-transform-origin: left bottom;
     -moz-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
       -o-transform-origin: left bottom;
          transform-origin: left bottom;
}

.swiper-container-shadow .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

.swiper-container-shadow .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.swiper-container-shadow .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

.swiper-container-shadow .swiper-button-prev {
  left: 0;
  width: 30px;
  background-position: 0 0;
  -o-background-size: 100%;
     background-size: 100%;
  top: 63%;
  color: #808080;
}

.swiper-container-shadow .swiper-button-prev:hover,
.swiper-container-shadow .swiper-button-next:hover {
  color: #000;
}

.swiper-container-shadow .swiper-button-next {
  right: 0;
  width: 30px;
  background-position: 0 0;
  -o-background-size: 100%;
     background-size: 100%;
  top: 63%;
  color: #808080;
}

.swiper-container-shadow .box {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-reflect: below -webkit-calc(45px / (270 / 520)) -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), to(rgba(250, 250, 250, 0.1)));
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.swiper-container-shadow .swiper-slide-active .box {
  -webkit-box-reflect: below 45px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(rgba(250, 250, 250, 0.1)));
}

.swiper-container-shadow .swiper-slide p {
  position: absolute;
  line-height: -webkit-calc(40px / (270 / 520));
  line-height: -moz-calc(40px / (270 / 520));
  line-height: calc(40px / (270 / 520));
  font-size: -webkit-calc(16px / (270 / 520));
  font-size: -moz-calc(16px / (270 / 520));
  font-size: calc(16px / (270 / 520));
  text-align: center;
  background: #888;
  width: 100%;
  bottom: -webkit-calc(-39px / (270 / 520));
  bottom: -moz-calc(-39px / (270 / 520));
  bottom: calc(-39px / (270 / 520));
  left: 0;
}

.swiper-container-shadow .swiper-slide-active p {
  line-height: 40px;
  bottom: -39px;
  font-size: 16px;
}

.farm h2.text-center {
  padding-bottom: 50px;
}

.farm-p {
  line-height: 2.5;
}

.farm .content-farm2 {
  padding: 0 50px 135px 50px;
}

/* farm  end*/
/* store */
.store-list-item-content:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}

.store-list-item-content {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.store h5 {
  padding-top: 90px;
}

.find-store-des {
  padding-top: 60px;
  padding-bottom: 43px;
}

.find-store-form {
  padding-bottom: 30px;
  width: 100%;
}

.find-store-form span {
  display: inline-block;
  width: 110px;
  margin-right: 20px;
}

.find-store-form-right {
  width: -webkit-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: calc(100% - 130px);
}

.find-store-select {
  position: relative;
  width: -webkit-calc((100% - 90px) / 4);
  width: -moz-calc((100% - 90px) / 4);
  width: calc((100% - 90px) / 4);
}

.find-store-input {
  width: 100%;
  padding: 1px 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #555;
  border-radius: 0;
}

img.select-icon {
  position: absolute;
  right: 15px;
  width: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.keyword-input {
  width: 50%;
}

.store-list-wrapper {
  margin-top: 50px;
}

.store .content {
  padding-bottom: 0;
}

.store-list-item {
  width: -webkit-calc((100% - 68px) / 2);
  width: -moz-calc((100% - 68px) / 2);
  width: calc((100% - 68px) / 2);
  margin-right: 68px;
  margin-bottom: 120px;
}

.store-list-item:nth-child(2n) {
  margin-right: 0;
}

.store-left {
  width: -webkit-calc((100% - 35px) / 2);
  width: -moz-calc((100% - 35px) / 2);
  width: calc((100% - 35px) / 2);
  margin-right: 35px;
}

.store-right {
  width: -webkit-calc((100% - 35px) / 2);
  width: -moz-calc((100% - 35px) / 2);
  width: calc((100% - 35px) / 2);
}

.store-right-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.store-tag {
  display: inline-block;
  line-height: 40px;
  background: #555;
  width: 147px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 30px;
}

.flagship .store-tag {
  background: #ff0000;
}

.store-address-wrap span {
  white-space: nowrap;
}

.store-address-wrap {
  padding-bottom: 20px;
  line-height: 1.5;
}

.flagship .store-address-wrap p {
  height: 3em;
  overflow: hidden;
  display: block;
}

.store-tel {
  padding-bottom: 40px;
}

.view-address img {
  width: 30px;
  margin-right: 10px;
}

.view-address a {
  border-bottom: 1px solid #555;
  padding-bottom: 2px;
}

.view-address a:hover {
  border-bottom: 1px solid #ff0000;
  color: #ff0000;
}

/* store end */
/* channel */
.channel-map {
  padding-top: 40px;
}

.icon-circle-pc {
  width: 110px;
  display: block;
  margin: 20px auto;
}

.icon-wrap-item {
  margin: 0 60px;
}

.channel .farm-p {
  padding-top: 50px;
  padding-bottom: 120px;
}

.icon-des-pc span {
  font-weight: bold;
  font-size: 1.5em;
}

.icon-des-pc {
  text-align: center;
}

.channel-item-wrap:nth-child(2n) .channel-item-wrap1 {
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.channel-item-wrap1 {
  margin-top: 67px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.channel-item-wrap1,
.channel-item-wrap2,
.channel-item-wrap3,
.channel-item-wrap4 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.channel-item-wrap1:hover,
.channel-item-wrap2:hover,
.channel-item-wrap3:hover,
.channel-item-wrap4:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}

.channel-item-wrap1 .channel-item-des {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 60px 30px 60px 50px;
  width: 45%;
  line-height: 3;
  background: #d9d9d9;
}

.channel-item-wrap2 .channel-item-des {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 30px 50px 40px 50px;
  width: 55%;
  line-height: 2.5;
  background: #d9d9d9;
}

.show768 {
  display: none;
}

.channel-item-img {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.channel-item-wrap1 .channel-item-img {
  width: 55%;
}

.channel-item-wrap2 .channel-item-img {
  width: 45%;
}

.channel-item-wrap2 {
  margin-top: 25px;
}

.channel-item-wrap3 .channel-item-des {
  width: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  line-height: 2.5;
  font-size: 28px;
}

.channel-item-wrap3 .channel-item-img {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 50%;
  padding: 40px;
}

.channel-item-wrap3 .channel-item-img {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 50%;
  padding: 40px 0 40px 110px;
}

.channel-item-wrap4 {
  margin-top: 90px;
}

.channel-item-wrap4 .channel-item-img {
  width: 40%;
}

.channel-item-wrap4 .channel-item-des {
  background: #d9d9d9;
  width: 60%;
  line-height: 2;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 50px 10px 40px 50px;
}

.channel-item-wrap4 .icon-wrap-item {
  margin: 0;
}

.electrical .channel-item-wrap3 .channel-item-des {
  width: 50%;
  font-size: 26px;
}

.electrical .channel-item-wrap3 .channel-item-img {
  width: 50%;
  padding: 0;
  margin: 50px 0;
}

.swiper-container-history {
  margin: 50px 50px 35px 50px;
  overflow: hidden;
}

.history-wrapper {
  padding: 50px 60px 40px 60px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #d9d9d9;
}

.electrical h2 {
  font-weight: bold;
}

.history-des {
  line-height: 2;
  display: block;
  height: 8em;
  overflow: hidden;
}

.history-title {
  font-weight: bold;
  padding-bottom: 20px;
}

.history-wrap .swiper-button-prev,
.history-wrap .swiper-button-next {
  top: 60%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #9c9c9c;
}

.history-wrap .swiper-button-prev {
  left: 0;
}

.history-wrap .swiper-button-next {
  right: 0;
}

.history-wrap {
  position: relative;
}

.slide-red-line {
  width: 100%;
  border-bottom: 7px solid #ff0000;
  position: relative;
}

.slide-title {
  font-size: 30px;
  font-weight: bold;
  padding-top: 18px;
  padding-left: 20px;
}

.little-line-item {
  width: 3px;
  height: 20px;
  background: #ff0000;
  margin: 5px 0;
}

.history-slide {
  position: relative;
  padding: 0 20px;
  overflow: hidden;
}

.history-slide {
  position: relative;
}

.history-content {
  padding: 0px 30px;
  overflow: hidden;
}

.history-content .grey-line {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  margin: 88px auto 0;
}

.swiper-container-rewards {
  /* overflow: hidden; */
  position: relative;
}

.swiper-container-rewards .swiper-slide {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-container-rewards .swiper-slide:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}

.rewards-wrap {
  margin: 90px 0 100px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 50px;
}

.swiper-container-rewards .swiper-button-next,
.swiper-container-rewards .swiper-button-prev {
  display: none;
}

.project .channel-item-wrap3 .channel-item-des {
  width: 54%;
}

.channel-item-img img:first-child {
  margin-bottom: 40px;
}

.project .channel-item-wrap3 {
  margin: 68px 0 53px;
}

.project .channel-item-wrap3 .channel-item-img {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 46%;
  padding: 0 0 0 45px;
}

.project-step {
  margin: 78px auto 94px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 1100px;
  padding: 0;
}

.project-step-item:last-child {
  margin-right: 0;
}

.project-step-item {
  width: -webkit-calc((100% - 132px) / 3);
  width: -moz-calc((100% - 132px) / 3);
  width: calc((100% - 132px) / 3);
  margin-right: 66px;
}

.project-step-item img {
  margin: 40px auto 35px;
  height: 200px;
  display: block;
}

.project-step-title {
  text-align: center;
}

.project-step-des {
  line-height: 2;
}

.project.channel .farm-p {
  padding-top: 70px;
  padding-bottom: 70px;
}

.project-tab-ietm {
  line-height: 2;
  border: 1px solid #555;
  margin-right: 24px;
  width: -webkit-calc((100% - 96px) / 5);
  width: -moz-calc((100% - 96px) / 5);
  width: calc((100% - 96px) / 5);
  text-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-bottom: 38px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-tab-ietm:nth-child(5n) {
  margin-right: 0;
}

.project-tab-ietm.cur {
  color: #fff;
  background: #555;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-tab-ietm:hover {
  color: #fff;
  background: #555;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-tab-wrapper {
  margin-bottom: 10px;
}

.project-item-wrapper {
  margin-top: 47px;
}

.project-item {
  margin-bottom: 75px;
  margin-right: 52px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: -webkit-calc((100% - 104px) / 3);
  width: -moz-calc((100% - 104px) / 3);
  width: calc((100% - 104px) / 3);
  cursor: pointer;
}

.project-item:nth-child(3n) {
  margin-right: 0;
}

.project-des {
  background: #d9d9d9;
  line-height: 2;
  text-align: center;
}

.project-item-img {
  overflow: hidden;
}

.project-item-img img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-item:hover .project-item-img img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project .page {
  padding-bottom: 120px;
}

.page .custom-pagination ul li {
  font-size: 24px;
  min-width: 40px;
  padding: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: 30px;
  background-color: #fff;
  vertical-align: top;
  border: none;
}

.page .custom-pagination ul li:hover {
  background-color: #d9d9d9;
}

.page .custom-pagination ul li.current-page {
  background-color: #d9d9d9;
  line-height: 40px;
}

.page .custom-pagination a.prev-page {
  margin-right: 30px;
}

.page .custom-pagination a.next-page {
  margin-left: 30px;
}

.page .custom-pagination {
  height: 40px;
  font-size: 24px;
}

.page .custom-pagination ul {
  height: 40px;
}

.page .custom-pagination a.prev-page,
.custom-pagination a.next-page {
  height: 40px;
  line-height: 40px;
  width: 40px;
  border: 0;
  background: none;
  position: relative;
  cursor: pointer;
}

.page .custom-pagination ul li.current-page {
  color: #555;
}

.page .custom-pagination a.prev-page::after {
  content: "";
  background: url("../img/icon-gery-left.png") center center no-repeat;
  -o-background-size: cover;
     background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 11px;
  height: 22px;
}

.page .custom-pagination a.next-page::after {
  content: "";
  background: url("../img/icon-gery-right.png") center center no-repeat;
  -o-background-size: cover;
     background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 11px;
  height: 22px;
}

.page .custom-pagination ul li.ellipsis {
  line-height: 40px;
  font-size: 24px;
}

.page .custom-pagination ul li.ellipsis:hover {
  line-height: 40px;
  font-size: 24px;
}

.page .custom-pagination a.prev-page:hover,
.page .custom-pagination a.next-page:hover {
  background-color: #d9d9d9;
  color: #555;
}

/* channel end */
.homepage .swiper-container-shadow {
  padding-top: 60px;
  padding-bottom: 140px;
}

.homepage .swiper-container-shadow .box {
  -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), to(rgba(250, 250, 250, 0)));
}

.img-wrap {
  overflow: hidden;
}

.delivery-item-img img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.delivery-item:hover .delivery-item-img img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.partner-icons {
  width: -webkit-calc(100% / 6);
  width: -moz-calc(100% / 6);
  width: calc(100% / 6);
  margin: 10px 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 10px 50px;
  border-left: 1px solid #8a8b8c;
}

.partner-icons:last-child {
  border-right: 1px solid #8a8b8c;
}

.w1200-wrapper:nth-child(3) {
  padding-bottom: 95px;
}

.partner-icons a img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.partner-icons a:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-container-homepage {
  width: 100%;
  overflow: hidden;
}

.animate-banner {
  position: relative;
  overflow: hidden;
}

.homepage-animate {
  position: absolute;
}

@-o-keyframes toRight {
  0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}

@-moz-keyframes toRight {
  0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}

@-webkit-keyframes toRight {
  0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}

@keyframes toRight {
  0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}

.airplane1 {
  top: 20%;
  width: 15vw;
  left: -15vw;
  -moz-animation: toRight 15s ease-in-out infinite forwards;
  -o-animation: toRight 15s ease-in-out infinite forwards;
  -webkit-animation: toRight 15s ease-in-out infinite forwards;
  animation: toRight 15s ease-in-out infinite forwards;
}

@-o-keyframes toRight2 {
  0% {
    left: -20%;
  }
  100% {
    left: 120%;
  }
}

@-moz-keyframes toRight2 {
  0% {
    left: -20%;
  }
  100% {
    left: 120%;
  }
}

@-webkit-keyframes toRight2 {
  0% {
    left: -20%;
  }
  100% {
    left: 120%;
  }
}

@keyframes toRight2 {
  0% {
    left: -20%;
  }
  100% {
    left: 120%;
  }
}

.airplane2 {
  top: 35%;
  width: 15vw;
  right: -15%;
  -moz-animation: toRight2 30s linear infinite forwards;
  -o-animation: toRight2 30s linear infinite forwards;
  -webkit-animation: toRight2 30s linear infinite forwards;
  animation: toRight2 30s linear infinite forwards;
}

.cloud {
  top: 12%;
  width: 10vw;
  right: -15%;
  -moz-animation: toRight2 50s linear infinite forwards;
  -o-animation: toRight2 50s linear infinite forwards;
  -webkit-animation: toRight2 50s linear infinite forwards;
  animation: toRight2 50s linear infinite forwards;
}

@-o-keyframes toTop {
  0% {
    top: 50%;
  }
  100% {
    top: -20%;
  }
}

@-moz-keyframes toTop {
  0% {
    top: 50%;
  }
  100% {
    top: -20%;
  }
}

@-webkit-keyframes toTop {
  0% {
    top: 50%;
  }
  100% {
    top: -20%;
  }
}

@keyframes toTop {
  0% {
    top: 50%;
  }
  100% {
    top: -20%;
  }
}

.balloon2 {
  top: 50%;
  width: 11vw;
  right: 20%;
  -moz-animation: toTop 50s linear infinite forwards;
  -o-animation: toTop 50s linear infinite forwards;
  -webkit-animation: toTop 50s linear infinite forwards;
  animation: toTop 50s linear infinite forwards;
}

@-o-keyframes upDown {
  0% {
    top: 35%;
  }
  50% {
    top: 45%;
  }
  100% {
    top: 35%;
  }
}

@-moz-keyframes upDown {
  0% {
    top: 35%;
  }
  50% {
    top: 45%;
  }
  100% {
    top: 35%;
  }
}

@-webkit-keyframes upDown {
  0% {
    top: 35%;
  }
  50% {
    top: 45%;
  }
  100% {
    top: 35%;
  }
}

@keyframes upDown {
  0% {
    top: 35%;
  }
  50% {
    top: 45%;
  }
  100% {
    top: 35%;
  }
}

.balloon1 {
  top: 35%;
  width: 13vw;
  left: 20%;
  -moz-animation: upDown 5s linear infinite forwards;
  -o-animation: upDown 5s linear infinite forwards;
  -webkit-animation: upDown 5s linear infinite forwards;
  animation: upDown 5s linear infinite forwards;
}

/* homepage end */
/* delivery */
.icon-wrap-item {
  margin: 0 0 20px 0;
  width: 100%;
}

.delivery-icon-right {
  width: 25%;
  margin: 40px;
}

.delivery-icon-left {
  width: 75%;
}

.delivery-step {
  margin: 60px 0;
}

.delivery .channel-item-wrap1 {
  margin-top: 40px;
}

.delivery .channel-item-wrap1 .channel-item-des {
  padding: 60px 40px;
  z-index: 1;
}

/* .delivery .channel-item-wrap1:nth-child(2n+1) {
    flex-direction: row-reverse;
} */
.delivery-red-line {
  width: 40px;
  height: 10px;
  background: #ff0000;
  margin-bottom: 60px;
}

.delivery-red-des {
  line-height: 1;
  padding-bottom: 50px;
}

.delivery-title {
  line-height: 1;
  padding-bottom: 25px;
}

/* delivery end */
/* research */
.research-container {
  margin: 110px 0;
}

.research-des {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 90px 60px 80px;
  background: #d9d9d9;
  width: 100%;
}

.research-img {
  margin: 20px 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.research-img:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}

/* research end */
/* recruitment */
.recruitment-title {
  padding-top: 130px;
  line-height: 2.5;
  font-size: 28px;
}

.recruitment-title-s {
  padding: 80px 0 35px 0;
  font-size: 28px;
}

.select-benefit-pc-left,
.select-benefit-pc-right {
  width: 15%;
}

.select-benefit-pc-middle {
  width: 70%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 50px;
  text-align: center;
}

.select-benefit-pc-number {
  text-align: left;
  padding: 55px 0;
  font-weight: bold;
  cursor: pointer;
}

.select-benefit-pc-number.cur span {
  background: #ff0000;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select-benefit-pc-number:hover span {
  background: #ff0000;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select-benefit-pc-number span {
  line-height: 38px;
  background: #fff;
  border: 1px solid #ff0000;
  text-align: center;
  width: 38px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  color: #ff0000;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select-benefit-pc-middle-title {
  padding: 45px 0 15px;
  font-weight: bold;
}

.recruitment .project-tab-wrapper {
  margin-top: 32px;
}

.recruitment .project-tab-ietm {
  margin-right: 20px;
  width: -webkit-calc((100% - 100px) / 6);
  width: -moz-calc((100% - 100px) / 6);
  width: calc((100% - 100px) / 6);
  margin-bottom: 32px;
  background: #d9d9d9;
  border-color: #d9d9d9;
}

.recruitment .project-tab-ietm.cur {
  color: #fff;
  background: #ff0000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #ff0000;
}

.recruitment .project-tab-ietm:hover {
  color: #fff;
  background: #ff0000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #ff0000;
}

.recruitment .project-tab-ietm:nth-child(6n) {
  margin-right: 0;
}

.job-table-container {
  padding-top: 10px;
}

.show-pc .job tr:first-child td {
  font-size: 20px;
  color: #555;
  text-align: center;
  line-height: 2;
  background: #a4a3a3;
  border: 2px solid #fff;
  white-space: nowrap;
}

.show-pc .job tr:last-child td {
  background: #d9d9d9;
  padding: 30px 20px;
  border: 2px solid #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.5;
}

table.job {
  border-collapse: collapse;
  width: 100%;
}

table.job tr td {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.show-pc .job tr td:first-child {
  width: 12.5%;
}

.show-pc .job tr td:nth-child(2) {
  width: 40%;
}

.show-pc .job tr td:nth-child(3) {
  width: 24%;
}

.show-pc .job tr td:nth-child(4) {
  width: 23.5%;
}

.show-pc .job tr:last-child td:first-child {
  text-align: center;
  vertical-align: middle;
}

.table-des {
  padding: 50px 0 125px 0;
}

.table-des a {
  position: relative;
  padding-bottom: 3px;
  border-bottom: 3px solid #ff0000;
  font-weight: bold;
}

.select-benefit-pc-middle-des {
  line-height: 2;
}

/* recruitment end */
/* about */
.about-doc-wrap {
  margin-top: 40px;
}

.about-doc-wrap-left {
  width: -webkit-calc((100% - 36px) / 2);
  width: -moz-calc((100% - 36px) / 2);
  width: calc((100% - 36px) / 2);
}

.about-doc-wrap-right {
  width: -webkit-calc((100% - 36px) / 2);
  width: -moz-calc((100% - 36px) / 2);
  width: calc((100% - 36px) / 2);
}

.about-icons {
  padding-bottom: 50px;
}

.about-video-container {
  margin-top: 40px;
  position: relative;
}

.about-video-container video {
  width: 100%;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

img.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

img.video-btn:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-culture {
  margin: 60px 0;
}

.about .channel-item-wrap1 .channel-item-des {
  width: 60%;
}

.about .channel-item-wrap1 .channel-item-img {
  width: 40%;
}

.about .channel-item-wrap1:nth-child(2n) {
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.about {
  padding-bottom: 130px;
}

/* about end */
/* news */
.first-news-container {
  margin: 93px 0 73px;
  background: #d9d9d9;
}

.first-news-img {
  width: 62%;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}

.first-news-wrap {
  width: 38%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 20px;
}

.first-news-p {
  margin-top: 15px;
}

.first-news-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #ff0000;
  display: inline-block;
  font-weight: bold;
}

.news-time {
  margin-right: 36px;
  background: #ff0000;
}

.news-time {
  margin-right: 35px;
  background: #ff0000;
  width: 90px;
  height: 90px;
  font-size: 0;
  line-height: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 20px 0;
}

.news-doc {
  width: -webkit-calc(100% - 125px);
  width: -moz-calc(100% - 125px);
  width: calc(100% - 125px);
}

.news-yymm {
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}

.news-dd {
  font-size: 34px;
  width: 100%;
  text-align: center;
}

a.news-centent {
  margin-bottom: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.news-centent:hover {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
       -o-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-title {
  font-weight: bold;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.news-des {
  font-weight: 300;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.news .page {
  padding-bottom: 130px;
}

.swiper-slide.news-item {
  display: none;
}

.swiper-slide.news-item:first-child {
  display: block;
}

/* news end */
/* brand */
.brand-s2 {
  position: relative;
  margin: 30px 0 65px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brand-s2 img {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brand-s2:hover img {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brand-title {
  margin: 45px 0;
  font-weight: bold;
}

.brand-s2-float {
  position: absolute;
  top: 50%;
  left: 65px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 400px;
}

.brand-s2-float .show-pc {
  padding-top: 60px;
  line-height: 2.5;
}

.brand-banner {
  margin: 50px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brand-banner:hover {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brand-pc-des {
  width: 80%;
  border-left: 1px solid #9fa0a1;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 50px;
  text-align: center;
}

.brand-pc-title {
  width: 20%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: center;
}

.products {
  width: -webkit-calc((100% - 50px) / 2);
  width: -moz-calc((100% - 50px) / 2);
  width: calc((100% - 50px) / 2);
  border-radius: 30px;
  border: 1px solid #555;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products.cur {
  background: #ff0000;
  border: 1px solid #ff0000;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products:hover {
  background: #ff0000;
  border: 1px solid #ff0000;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brand-pc-des.flex.flex-wrap.flex-between {
  padding-bottom: 0;
}

.brand-pc-des.brand-pc-image {
  padding: 50px 300px 50px 180px;
}

.brand {
  padding-bottom: 80px;
}

/* brand end */
/* center */
.center .red-big-title h2:nth-child(2) {
  padding-bottom: 0;
}

.center-wrap {
  margin: 60px 0 110px;
}

.center-wrap-img {
  width: 55%;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.center-wrap-des {
  width: 45%;
  padding: 50px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #d9d9d9;
}

/* center end */
@media (max-width: 1200px) {
  .w1200-wrapper.banner-doc {
    width: 94%;
  }
}

@media (max-width: 1024px) {
  /* channel */
  .icon-des-mb span {
    font-weight: bold;
    font-size: 1.5em;
  }
  .icon-des-mb {
    color: #fff;
    text-align: center;
  }
  .icon-circle-mb {
    margin: 20px auto;
    width: 65px;
    display: block;
  }
  .icon-wrap-mb {
    background: red;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
    padding: 60px 0;
  }
  .channel-item-wrap1 .channel-item-des {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0 10% 80px;
    width: 100%;
    line-height: 2;
    background: #fff;
    text-align: center;
  }
  .channel-item-wrap2 .channel-item-des {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0 10% 80px;
    width: 100%;
    line-height: 2;
    background: #fff;
    text-align: center;
  }
  .channel-item-wrap1 .channel-item-img {
    width: 100%;
    background: none !important;
  }
  .red-big-title-mb {
    margin-top: 90px;
    text-align: center;
  }
  .red-big-title-mb {
    margin-top: 90px;
  }
  .channel-item-wrap2 .channel-item-img {
    width: 100%;
    background: none !important;
  }
  .channel-item-wrap2 {
    margin-top: 0;
    padding: 0 15%;
  }
  .title-en {
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 0 auto 10px;
    background: #fff;
  }
  .title-en::before {
    content: "";
    position: absolute;
    height: 2px;
    width: -webkit-calc(94vw - 9.2vw);
    width: -moz-calc(94vw - 9.2vw);
    width: calc(94vw - 9.2vw);
    background: #ff0000;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
  .channel-item-wrap3 .channel-item-des {
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    line-height: 2.5;
    font-size: 24px;
    text-align: center;
  }
  .channel-item-wrap3 .channel-item-img {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 100%;
    padding: 40px 30% 50px;
  }
  .channel-item-wrap4 .channel-item-des {
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 0 0 70px 0;
  }
  .channel-item-wrap4 {
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 80px;
  }
  .channel-item-wrap4 .channel-item-img {
    width: 100%;
  }
  .electrical .channel-item-wrap3 .channel-item-des {
    width: 100%;
    font-size: 24px;
  }
  .electrical .channel-item-wrap3 .channel-item-img {
    width: 100%;
  }
  .project .channel-item-wrap3 .channel-item-des {
    width: 100%;
    padding-bottom: 80px;
  }
  .project .channel-item-wrap3 .channel-item-img {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 100%;
    padding: 0;
  }
  .electrical .channel-item-wrap3 .channel-item-img img {
    width: 100%;
  }
  .channel-item-img {
    width: 100%;
    padding: 0;
  }
  .channel-item-img img {
    width: 100%;
  }
  .channel-item-img img:first-child {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .project.channel .project-p {
    text-align: center;
    color: #ff0000;
    font-weight: bold;
    font-size: 24px;
  }
  .project .red-big-title h2 {
    text-align: center;
    color: #ff0000;
    font-size: 24px;
    font-weight: bold;
  }
  .project.channel .farm-p {
    font-size: 24px;
  }
  .project .page {
    display: none;
  }
  .project-tab-ietm {
    color: #fff;
    background: #555;
  }
  .project-tab-ietm:hover {
    background: #ff0000;
    border-color: #ff0000;
  }
  .project-tab-ietm.cur {
    background: #ff0000;
    border-color: #ff0000;
  }
  .project-tab-ietm {
    margin-bottom: 30px;
    margin-right: 30px;
    width: -webkit-calc((100% - 60px) / 3);
    width: -moz-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
  }
  .project-tab-ietm:nth-child(5n) {
    margin-right: 30px;
  }
  .project-tab-ietm:nth-child(3n) {
    margin-right: 0;
  }
  .project-item-wrapper {
    display: none;
  }
  .project-item-wrapper-mb {
    margin-bottom: 45px;
  }
  .project-item-mb-content {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    height: 500px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    text-align: center;
    overflow-y: scroll;
  }
  .project-item-mb-left {
    width: 37%;
  }
  .project-item-mb-right {
    width: 100px;
    text-align: center;
  }
  .project-item-mb-mid {
    position: relative;
    width: -webkit-calc(100% - 100px - 37%);
    width: -moz-calc(100% - 100px - 37%);
    width: calc(100% - 100px - 37%);
  }
  .project-step {
    width: 94%;
    padding: 0 4.6vw;
  }
  .project-item-mb-mid::after {
    content: "";
    position: absolute;
    width: 1px;
    right: 0;
    height: 300px;
    background: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .project-item-mb {
    margin-bottom: 25px;
    background: #ff0000;
    overflow: hidden;
  }
  .project-item-wrapper-mb {
    position: relative;
  }
  .project-slide {
    width: 100px;
  }
  .project-slide img {
    width: 80px;
    margin: 0 auto;
    display: block;
  }
  /* channel end */
  /* footer start */
  .footer-mb {
    padding-top: 68px;
    padding-bottom: 98px;
  }
  .footer {
    background: url("../img/bg-footer-mb.png") center center no-repeat;
    -o-background-size: cover;
       background-size: cover;
  }
  .social-item:first-child {
    margin-right: 15px;
  }
  .footer-mb-item-content p:nth-child(3) {
    margin-top: 15px;
  }
  .social-item img {
    width: 50px;
    margin-top: 5px;
  }
  /* footer end */
  /* farm */
  .banner-line {
    width: 28px;
    height: 7px;
  }
  .banner-title-en.f28 {
    font-size: 12px;
    padding-top: 3.3vw;
  }
  h1.banner-title-zh.f42 {
    font-size: 15px;
    padding-top: 2vw;
  }
  .banner-title-wrap {
    padding: 4vw 4.6vw 3vw 4.6vw;
  }
  .content {
    padding: 4.6vw;
  }
  .farm-content-img-item {
    margin-bottom: 5.3vw;
    position: relative;
    width: 100%;
  }
  .farm .content-farm2 {
    padding: 0 4.6vw;
  }
  .farm h2.text-center {
    font-size: -webkit-calc(1.54vw + 8px);
    font-size: -moz-calc(1.54vw + 8px);
    font-size: calc(1.54vw + 8px);
    padding-bottom: 5.3vw;
  }
  .farm-p {
    font-size: 3.2vw;
    line-height: 2;
  }
  .farm-content-img-doc-wrap {
    background: rgba(255, 0, 0, 0.65);
    position: absolute;
    height: 100%;
    top: 0;
    width: 85px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 10px;
    left: 0;
  }
  .farm-content-img-doc-wrap p {
    text-align: center;
    font-size: 12px;
    white-space: break-spaces;
  }
  .farm-content-img-item:nth-child(2n) .farm-content-img-doc-wrap {
    right: 0;
    left: unset;
  }
  /* farm end */
  /* store */
  .find-store-select {
    width: -webkit-calc((100% - 60px) / 2);
    width: -moz-calc((100% - 60px) / 2);
    width: calc((100% - 60px) / 2);
    margin-bottom: 34px;
  }
  .find-store-form span {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    padding: 6px 0;
  }
  .find-store-form {
    padding-bottom: 15px;
    width: 100%;
  }
  .find-store-select.keyword-input {
    width: 100%;
    margin-bottom: 0;
  }
  .store-list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 69px;
  }
  /* store end */
  /* header */
  .header-mb.show-mb {
    position: fixed;
    width: 100%;
    padding: 3vw 0;
    top: 0;
    left: 0;
    z-index: 88;
  }
  .header-icon img {
    width: 21.3vw;
    max-width: 160px;
  }
  .header-icon-btn img {
    width: 10vw;
    max-width: 70px;
    cursor: pointer;
  }
  .header-content-mb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 89;
    display: none;
  }
  .header-content-mb-item {
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: cover;
       background-size: cover;
    height: -webkit-calc(100% / 7);
    height: -moz-calc(100% / 7);
    height: calc(100% / 7);
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 3vw;
    position: relative;
  }
  .header-content-mb-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: 0;
  }
  .header-mb-left a {
    font-size: -webkit-calc(1.54vw + 8px);
    font-size: -moz-calc(1.54vw + 8px);
    font-size: calc(1.54vw + 8px);
    white-space: nowrap;
  }
  .header-mb-left {
    width: 20%;
    margin-right: 20px;
    z-index: 1;
    position: relative;
    opacity: 0;
  }
  .header-content-mb-item:first-child .header-mb-left:after {
    content: "01";
    font-size: -webkit-calc(1.54vw + 8px);
    font-size: -moz-calc(1.54vw + 8px);
    font-size: calc(1.54vw + 8px);
    color: #fff;
    top: -1.5em;
    position: absolute;
    z-index: 1;
    left: 0;
  }
  .header-content-mb-item:nth-child(2) .header-mb-left:after {
    content: "02";
    font-size: -webkit-calc(1.54vw + 8px);
    font-size: -moz-calc(1.54vw + 8px);
    font-size: calc(1.54vw + 8px);
    color: #fff;
    top: -1.5em;
    position: absolute;
    z-index: 1;
    left: 0;
  }
  .header-content-mb-item:nth-child(3) .header-mb-left:after {
    content: "03";
    font-size: -webkit-calc(1.54vw + 8px);
    font-size: -moz-calc(1.54vw + 8px);
    font-size: calc(1.54vw + 8px);
    color: #fff;
    top: -1.5em;
    position: absolute;
    z-index: 1;
    left: 0;
  }
  .header-content-mb-item:nth-child(4) .header-mb-left:after {
    content: "04";
    font-size: -webkit-calc(1.54vw + 8px);
    font-size: -moz-calc(1.54vw + 8px);
    font-size: calc(1.54vw + 8px);
    color: #fff;
    top: -1.5em;
    position: absolute;
    z-index: 1;
    left: 0;
  }
  .header-content-mb-item:nth-child(5) .header-mb-left:after {
    content: "05";
    font-size: -webkit-calc(1.54vw + 8px);
    font-size: -moz-calc(1.54vw + 8px);
    font-size: calc(1.54vw + 8px);
    color: #fff;
    top: -1.5em;
    position: absolute;
    z-index: 1;
    left: 0;
  }
  .header-content-mb-item:nth-child(6) .header-mb-left:after {
    content: "06";
    font-size: -webkit-calc(1.54vw + 8px);
    font-size: -moz-calc(1.54vw + 8px);
    font-size: calc(1.54vw + 8px);
    color: #fff;
    top: -1.5em;
    position: absolute;
    z-index: 1;
    left: 0;
  }
  .header-content-mb-item:nth-child(7) .header-mb-left:after {
    content: "07";
    font-size: -webkit-calc(1.54vw + 8px);
    font-size: -moz-calc(1.54vw + 8px);
    font-size: calc(1.54vw + 8px);
    color: #fff;
    top: -1.5em;
    position: absolute;
    z-index: 1;
    left: 0;
  }
  .header-mb-right {
    width: 80%;
    z-index: 1;
    opacity: 0;
  }
  .header-mb-right a {
    margin: 5px 0;
    text-align: center;
  }
  .header-mb-right a {
    margin: 5px 0;
    text-align: center;
  }
  .header-content-mb-item .header-mb-right a {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    font-size: 12px;
  }
  .header-content-mb-item:first-child .header-mb-right a {
    width: 25%;
  }
  .header-mb-close {
    position: fixed;
    top: 2.5vw;
    right: 2.5vw;
    z-index: 90;
    width: 5vw;
    height: 5vw;
    cursor: pointer;
    display: none;
  }
  .header-content-mb.on .header-mb-left,
  .header-content-mb.on .header-mb-right {
    -o-animation: fadeIn 0.5s ease-out 0.3s 1 forwards;
    -moz-animation: fadeIn 0.5s ease-out 0.3s 1 forwards;
    -webkit-animation: fadeIn 0.5s ease-out 0.3s 1 forwards;
    animation: fadeIn 0.5s ease-out 0.3s 1 forwards;
  }
  .header-mb-close img {
    width: 100%;
    height: 100%;
    display: block;
  }
  /* header end */
  /* homepage */
  .homepage h1 {
    font-size: 56px;
    margin-top: 80px;
    font-weight: 500;
    padding-bottom: 15px;
  }
  .homepage-mb-p {
    padding: 60px 0 40px;
    text-align: center;
    line-height: 2;
  }
  .homepage-m-learn-more {
    width: 295px;
    text-align: center;
    background: #ff0000;
    border-radius: 38px;
    height: 78px;
    margin: 0 auto;
  }
  .homepage-m-learn-more img {
    height: 24px;
  }
  .homepage-btn {
    padding-bottom: 80px;
  }
  .homepage-m-item--left img {
    width: 35px;
    margin-right: 10px;
  }
  .homepage-m-item-more a {
    width: 50px;
  }
  .homepage-m-item-more {
    padding: 0 3%;
    height: 120px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  }
  .homepage-m-item {
    margin-bottom: 40px;
  }
  .w1200-wrapper.show-mb {
    padding-bottom: 80px;
  }
  /* homepage end */
  /* delivery */
  .delivery .red-big-title-mb {
    margin-top: 50px;
    margin-bottom: 75px;
  }
  .delivery .icon-wrap-mb {
    margin-top: 40px;
    padding: 0 !important;
  }
  .delivery .channel-item-img img {
    width: 100%;
  }
  .delivery-title {
    padding: 0;
    margin-bottom: 40px;
    font-size: 24px;
    color: #ff0000;
    font-weight: bold;
    background: #fff;
    position: relative;
    text-align: center;
    display: inline-block;
  }
  .delivery-red-des {
    font-size: 24px;
    font-weight: bold;
    color: #4f4f4f;
  }
  /* delivery end */
  /* research */
  .research-container {
    margin: 8vw 0 10.6vw;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .research-des {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0 4.6vw;
    background: #fff;
    width: 100%;
    text-align: center;
  }
  /* research end */
  /* recruitment */
  .recruitment-title {
    padding-top: 10px;
    line-height: 2.5;
    font-size: 24px;
    text-align: center;
  }
  .red-big-title-mb {
    margin-top: 60px;
    font-weight: bold;
  }
  .swiper-container-benefit .swiper-button-prev,
  .swiper-container-benefit .swiper-button-next {
    top: 45%;
    color: #555;
  }
  .select-benefit-mb-middle {
    width: 60vw;
    margin: 0 auto;
  }
  .swiper-container-benefit {
    padding-top: 40px;
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
  }
  .select-benefit-pc-middle-title span {
    background: #ff0000;
    display: inline-block;
    width: 30px;
    line-height: 30px;
    margin-right: 12px;
  }
  .select-benefit-pc-middle-des {
    text-align: center;
  }
  .select-benefit-pc-middle-title {
    text-align: center;
    padding: 30px 0;
  }
  .recruitment .project-tab-wrapper {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .recruitment .project-tab-ietm {
    margin-right: 40px;
    width: -webkit-calc((100% - 80px) / 3);
    width: -moz-calc((100% - 80px) / 3);
    width: calc((100% - 80px) / 3);
    margin-bottom: 25px;
    line-height: 2;
    font-size: 24px;
  }
  .recruitment .project-tab-ietm:nth-child(6n) {
    margin-right: 40px;
  }
  .recruitment .project-tab-ietm:nth-child(3n) {
    margin-right: 0;
  }
  .show-mb .job tr td {
    border: 2px solid #fff;
    background: #d9d9d9;
    padding: 30px 40px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .table-title-mb {
    font-size: 24px;
    line-height: 2;
    font-weight: bold;
    color: #555;
  }
  p.table-content-mb {
    font-weight: 300;
    line-height: 2;
    font-size: 24px;
    color: #555;
  }
  table.job {
    margin-bottom: 70px;
  }
  /* recruitment end */
  /* about */
  .red-big-title-mb {
    margin: 60px 0 40px;
  }
  .about-mb-items-container {
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: cover;
       background-size: cover;
  }
  .about-mb-items-wrapper {
    width: -webkit-calc(94vw - 9.2vw);
    width: -moz-calc(94vw - 9.2vw);
    width: calc(94vw - 9.2vw);
    margin: 0 auto;
  }
  .about-mb-items-wrapper {
    width: -webkit-calc(94vw - 9.2vw);
    width: -moz-calc(94vw - 9.2vw);
    width: calc(94vw - 9.2vw);
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
  }
  .about-mb-items-title {
    padding: 50px 0 40px;
    text-align: center;
    font-weight: bold;
  }
  .about-mb-items-des {
    text-align: center;
  }
  .about {
    padding-bottom: 80px;
  }
  .about-mb-items-des:last-child {
    padding-bottom: 50px;
  }
  /* about end */
  /* news */
  .news .page {
    opacity: 0;
    height: 0;
    padding: 0;
    width: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
  }
  .first-news-img {
    width: 100%;
    background: none;
  }
  .first-news-wrap .f20,
  .first-news-wrap .f18 {
    font-size: 24px;
  }
  .first-news-container {
    background: #fff;
  }
  .first-news-container {
    margin: 0 60px;
  }
  .news-container.swiper-container-news {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0 60px;
    position: relative;
    overflow: hidden;
  }
  .first-news-wrap {
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 30px 0;
  }
  .news-title {
    -webkit-line-clamp: 2;
    font-size: 24px;
  }
  .first-news-title {
    border: none;
  }
  .swiper-container-news .swiper-button-next,
  .swiper-container-news .swiper-button-prev {
    color: #555;
  }
  .swiper-container-news .swiper-button-next {
    right: 0;
  }
  .swiper-container-news .swiper-button-prev {
    left: 0;
  }
  /* news end */
  /* brand */
  .brand-title {
    text-align: center;
    margin-bottom: 0;
    margin-top: 60px;
    font-size: 24px;
  }
  .brand-des {
    font-size: 24px;
    text-align: center;
  }
  .brand-banner {
    margin: 55px 0 95px;
  }
  .brand .red-big-title-mb {
    margin: 0 0 50px 0;
  }
  .brand-mb.swiper-container-brand {
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  .brand-mb-img {
    margin: 90px auto;
    width: 300px;
  }
  .swiper-container-brand .swiper-button-next,
  .swiper-container-brand .swiper-button-prev {
    color: #555;
  }
  /* brand end */
  /* center */
  .center-wrap-img {
    width: 100%;
    background: none;
  }
  .center-wrap .red-big-title-mb {
    width: 100%;
    margin: 70px 0 50px 0;
  }
  .center-wrap-des {
    width: 100%;
    padding: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background: #fff;
  }
  /* center end */
}

@media (max-width: 768px) {
  /* store */
  .store h5 {
    padding-top: 4.5vw;
    font-weight: bold;
    font-size: 12px;
  }
  .store .f20,
  .store .f16 {
    font-size: 12px;
  }
  .find-store-des {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .find-store-form span {
    width: 65px;
    margin-right: 15px;
  }
  .find-store-form-right {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  .find-store-form span {
    padding: 4px 0;
  }
  .find-store-select {
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
    margin-bottom: 17px;
  }
  .store-list-wrapper {
    margin-top: 35px;
  }
  .store-list-item {
    margin-bottom: 34px;
  }
  .store-tag {
    line-height: 18px;
    width: 82px;
    margin-top: 7px;
    margin-bottom: 13px;
  }
  .store-address-wrap {
    padding-bottom: 10px;
  }
  .store-tel {
    padding-bottom: 10px;
  }
  .view-address img {
    width: 15px;
    margin-right: 5px;
  }
  .store-right {
    width: 36%;
  }
  .store-left {
    width: -webkit-calc(64% - 10px);
    width: -moz-calc(64% - 10px);
    width: calc(64% - 10px);
    margin-right: 10px;
  }
  /* store end */
  /* channel */
  .channel .farm-p {
    padding-top: 6.6vw;
    padding-bottom: 0;
  }
  .icon-wrap-item {
    margin: 0 5.3vw;
  }
  .icon-circle-mb {
    width: 7.8vw;
  }
  .icon-wrap-mb {
    padding: 8vw 0;
  }
  .channel-item-wrap1 {
    margin-top: 0.8vw;
  }
  .channel-item-wrap1 .channel-item-des {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0 0 5.4vw;
    width: 100%;
    line-height: 2;
    background: #fff;
    text-align: center;
    font-size: 3.2vw;
  }
  .channel-item-wrap2 .channel-item-des {
    font-size: 3.2vw;
  }
  .red-big-title-mb .f24 {
    font-size: 3.2vw;
  }
  .channel-item-wrap2 .channel-item-des {
    padding: 0 0 5.4vw;
  }
  .channel-item-wrap2 {
    margin-top: 0;
    padding: 0;
  }
  .channel-item-des {
    font-size: 3.2vw;
  }
  .channel-item-wrap3 .channel-item-des {
    font-size: 3.2vw;
  }
  .channel-item-wrap3 .channel-item-img {
    padding: 8vw 30% 4.9vw;
  }
  .channel-item-wrap4 {
    margin-top: 10.6vw;
  }
  .channel-item-wrap4 .channel-item-des {
    padding: 0 0 9.3vw 0;
  }
  .electrical .channel-item-wrap3 .channel-item-des {
    font-size: 3.2vw;
  }
  .electrical .channel-item-wrap3 .channel-item-img {
    margin: 6.67vw 0;
  }
  .red-big-title-mb {
    margin-top: 10.6vw;
  }
  .electrical .title-en {
    font-size: 3.7vw;
  }
  .swiper-container-history {
    margin: 7vw 20px 0;
  }
  .history-wrapper {
    padding: 15px;
  }
  .history-title {
    padding-bottom: 15px;
    font-size: 3.2vw;
  }
  .history-des {
    line-height: 2;
    display: block;
    height: 12em;
    font-size: 12px;
    overflow: hidden;
  }
  .history-wrap .swiper-button-prev:after,
  .history-wrap .swiper-button-next:after {
    font-size: 16px;
  }
  .history-wrap .swiper-button-prev,
  .history-wrap .swiper-button-next {
    width: 16px;
  }
  .slide-red-line {
    border-bottom: 4px solid #ff0000;
  }
  .history-slide {
    padding: 0;
  }
  .little-line.flex.flex-between {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .little-line-item {
    width: 1px;
    height: 10px;
  }
  .rewards-wrap {
    margin: 10.6vw 0 8vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0 50px;
  }
  .rewards-wrap .swiper-container-rewards {
    overflow: hidden;
  }
  .swiper-container-rewards .swiper-button-next,
  .swiper-container-rewards .swiper-button-prev {
    display: block;
    width: auto;
    color: #555;
  }
  .swiper-container-rewards .swiper-button-next {
    right: 0;
  }
  .swiper-container-rewards .swiper-button-prev {
    left: 0;
  }
  .rewards-wrap .swiper-button-prev:after,
  .rewards-wrap .swiper-button-next:after {
    font-size: 17px;
  }
  .swiper-slide.rewards-wrapper img {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 10%;
  }
  .rewards-wrap {
    padding: 0 4.6vw;
  }
  .project .channel-item-wrap3 {
    margin: 9vw 0 7vw;
  }
  .project .channel-item-wrap3 .channel-item-des {
    padding-bottom: 10.06vw;
  }
  .project.channel .farm-p {
    font-size: 3.2vw;
  }
  .project.channel .farm-p {
    padding-top: 9.3vw;
    padding-bottom: 9.3vw;
  }
  .red-big-title {
    padding-top: 10.06vw;
  }
  .project .red-big-title h2 {
    font-size: 3.2vw;
  }
  .project-tab-ietm {
    margin-bottom: 4vw;
    margin-right: 4vw;
    width: -webkit-calc((100% - 8vw) / 3);
    width: -moz-calc((100% - 8vw) / 3);
    width: calc((100% - 8vw) / 3);
    font-size: 3.2vw;
  }
  .project-tab-ietm:nth-child(5n) {
    margin-right: 4vw;
  }
  .project-slide {
    width: 13.3vw;
  }
  .project-item-mb-content {
    width: -webkit-calc(100% - 13.3vw);
    width: -moz-calc(100% - 13.3vw);
    width: calc(100% - 13.3vw);
  }
  .project-slide img {
    width: 10.06vw;
  }
  .project-item-mb-right {
    width: 13.3vw;
  }
  .project-item-mb-mid {
    position: relative;
    width: -webkit-calc(100% - 13.3vw - 37%);
    width: -moz-calc(100% - 13.3vw - 37%);
    width: calc(100% - 13.3vw - 37%);
  }
  a.project-item-mb-right img {
    width: 4vw;
    padding-top: 5px;
  }
  .project-step {
    margin: 10vw auto 0;
    background: #ff0000;
    padding: 0 10%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 100%;
  }
  .project-step-item {
    width: 100%;
    margin: 6.67vw auto;
  }
  .project-step-title {
    color: #fff;
    font-size: 4.3vw;
  }
  .project-step-item img {
    margin: 6.67vw auto;
    height: 26vw;
    display: block;
  }
  .project-step-des {
    font-size: 3.2vw;
    color: #fff;
    text-align: center;
  }
  .project-content2 {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* channel end */
  /* homepage */
  .homepage h1 {
    font-size: 7.4vw;
    margin-top: 7.9vw;
  }
  .homepage-mb-p {
    padding: 8vw 0 5.3vw;
  }
  .homepage .f24 {
    font-size: 3.2vw !important;
  }
  .homepage-m-learn-more img {
    height: 3.2vw;
  }
  .homepage-m-learn-more {
    width: 40vw;
    border-radius: 5vw;
    height: 10vw;
  }
  .homepage-btn {
    padding-bottom: 10.06vw;
  }
  .homepage .f32 {
    font-size: 4.2vw;
  }
  .homepage-m-item--left img {
    width: 5vw;
  }
  .homepage-m-item-more a {
    width: 6.67vw;
  }
  .homepage-m-item-more {
    height: 16vw;
  }
  .homepage-m-item {
    margin-bottom: 5.3vw;
  }
  .w1200-wrapper.show-mb {
    padding-bottom: 10.6vw;
  }
  /* homepage end */
  .f24 {
    font-size: 3.2vw !important;
  }
  /* delivery */
  .delivery-step {
    margin: 6.67vw 0 0;
  }
  .delivery .red-big-title-mb {
    margin-top: 6.67vw;
    margin-bottom: 5.3vw;
  }
  .delivery .icon-wrap-mb {
    margin-top: 5.3vw;
  }
  .delivery .channel-item-wrap1 {
    margin-top: 12vw;
  }
  .delivery .channel-item-wrap1 .channel-item-des {
    padding: 0 0 8vw 0;
  }
  .delivery-title {
    font-size: 3.2vw;
    margin-bottom: 5.3vw;
  }
  .delivery-red-des {
    font-size: 3.2vw;
    padding-bottom: 6.67vw;
  }
  .delivery .channel-item-des p:last-child {
    font-size: 3.2vw;
  }
  /* delivery end */
  /* recruitment  */
  .recruitment-title {
    font-size: 3.2vw;
  }
  .table-title-mb {
    font-size: 3.2vw;
  }
  p.table-content-mb {
    font-size: 3.2vw;
  }
  .recruitment .red-big-title-mb {
    margin-top: 8vw;
  }
  .recruitment .swiper-button-prev:after,
  .recruitment .swiper-button-next:after {
    font-size: 24px;
  }
  .swiper-container-benefit {
    padding-top: 5.3vw;
    padding-bottom: 4vw;
  }
  .select-benefit-pc-middle-title {
    padding: 4vw 0;
  }
  .select-benefit-pc-middle-title span {
    width: 4vw;
    line-height: 4vw;
  }
  .recruitment .project-tab-ietm {
    font-size: 3.2vw;
    margin-right: 5.3vw;
    width: -webkit-calc((100% - 10.6vw) / 3);
    width: -moz-calc((100% - 10.6vw) / 3);
    width: calc((100% - 10.6vw) / 3);
    margin-bottom: 3.3vw;
  }
  .recruitment .project-tab-wrapper {
    margin-top: 4.6vw;
    margin-bottom: 4.6vw;
  }
  .show-mb .job tr td {
    padding: 4vw 4.6vw;
  }
  table.job {
    margin-bottom: 9.3vw;
  }
  /* recruitment end */
  /* about */
  .red-big-title-mb {
    margin: 8vw 0 5.3vw;
  }
  .about-mb-items-container {
    padding: 5.57vw 0;
  }
  .about-mb-items-des:last-child {
    padding-bottom: 4.6vw;
  }
  .about-mb-items-title {
    padding: 6.67vw 0 5.3vw;
    font-weight: bold;
  }
  .about {
    padding-bottom: 10.6vw;
  }
  /* about end */
  /* news */
  .first-news-container {
    margin: 0 8vw;
  }
  .first-news-wrap .f20,
  .first-news-wrap .f18 {
    font-size: 3.2vw;
  }
  .first-news-p {
    margin-top: 0;
  }
  .first-news-wrap {
    padding: 4vw 0;
  }
  .news-container.swiper-container-news {
    padding: 0 8vw;
  }
  a.news-centent {
    margin-bottom: 5.3vw;
  }
  .news-yymm {
    padding-bottom: 10px;
    font-size: 12px;
  }
  .news-dd {
    font-size: 4.5vw;
  }
  .news-time {
    margin-right: 4.5vw;
    background: #ff0000;
    width: 15vw;
    height: 15vw;
    font-size: 0;
    line-height: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 2.6vw 0;
  }
  .news-doc {
    width: -webkit-calc(100% - 16.5vw);
    width: -moz-calc(100% - 16.5vw);
    width: calc(100% - 16.5vw);
  }
  .news-title {
    font-size: 3.2vw;
  }
  .news .swiper-button-prev:after,
  .news .swiper-button-next:after {
    font-size: 5.2vw;
  }
  /* news end */
  /* brand  */
  .brand-s2-float p {
    font-size: 3.2vw;
  }
  .brand-s2-float {
    left: 8.6vw;
    width: 40%;
  }
  .brand-s2 {
    position: relative;
    margin: 4vw 0 8.6vw;
  }
  .brand .red-big-title-mb {
    margin: 0 0 6.67vw 0;
  }
  .brand-title {
    margin-top: 8vw;
    font-size: 3.2vw;
  }
  .brand-des {
    font-size: 3.2vw;
    text-align: center;
  }
  .brand-banner {
    margin: 7.3vw 0 12.6vw;
  }
  .brand-mb-img {
    margin: 12vw auto;
    width: 40vw;
  }
  .brand .swiper-button-prev:after,
  .brand .swiper-button-next:after {
    font-size: 3.2vw;
  }
  .brand {
    padding-bottom: 10.6vw;
  }
  /* brand end */
  /* center */
  .center-wrap {
    margin: 8vw 0 14.6vw;
  }
  .brand .red-big-title-mb {
    margin: 6.9vw 0 6.67vw 0;
  }
  .center-wrap-des p {
    font-size: 3.2vw;
  }
  /* center end */
  .channel .farm-p p span {
    font-size: 3.2vw !important;
  }
  .channel .farm-p {
    margin-bottom: 7.8vw;
  }
  .brand-mb-des {
    margin-bottom: 20px;
  }
  .research-container {
    margin: 8vw 0 0;
  }
  .channel-item-wrap4 .channel-item-img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.wel_tit_wrap {
  padding: 2rem 0 1rem;
}

.wel_tit_wrap .left_tits {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.wel_tit_wrap .wel_more {
  display: inline-block;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 5.05rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border: 1px solid #eb3d36;
  border-right-width: 8px;
  background: url(../img/plus.png) no-repeat right 1rem center;
  -o-background-size: 10px;
     background-size: 10px;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  color: #fe0000;
  text-indent: 1rem;
  margin-top: 0;
}

.wel_tit_wrap .wel_more:hover {
  background: url(../img/plus2.png) no-repeat right 1rem center;
  -o-background-size: 10px;
     background-size: 10px;
  color: #fff;
  -webkit-transform: translateX(-5px);
     -moz-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
       -o-transform: translateX(-5px);
          transform: translateX(-5px);
}

.wel_tit_wrap .top_info {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .wel_tit_wrap .top_info {
    width: 55%;
  }
}

@media (max-width: 768px) {
  .wel_tit_wrap .btns_wrap1 {
    display: none;
  }
}

.wel_list2 .lefts {
  height: 9.1rem;
}

@media (max-width: 768px) {
  .wel_list2 .lefts {
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .wel_list2 .lefts {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    height: 9.1rem;
    margin-bottom: 20px;
  }
}

.wel_list2 .lefts .lefts_item1 {
  width: -webkit-calc(60% - 10px);
  width: -moz-calc(60% - 10px);
  width: calc(60% - 10px);
  height: 9.1rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .wel_list2 .lefts .lefts_item1 {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}

.wel_list2 .lefts .lefts_item2 {
  width: -webkit-calc(40% - 10px);
  width: -moz-calc(40% - 10px);
  width: calc(40% - 10px);
  height: 9.1rem;
  margin-left: 20px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .wel_list2 .lefts .lefts_item2 {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}

.wel_list2 .rights {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .wel_list2 .rights {
    -webkit-flex: 0 0 -webkit-calc(100%);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100%);
            flex: 0 0 calc(100%);
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    width: calc(100%);
  }
}

.wel_list2 .rights .w48 {
  -webkit-flex: 0 0 -webkit-calc(50% - 10px);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
}

@media (max-width: 768px) {
  .wel_list2 .rights .w48 {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}

.wel_list2 .rights .w100 {
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  margin-bottom: 20px;
}

.wel_list2 .rights .w30 {
  -webkit-flex: 0 0 -webkit-calc(33% - 10px);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(33% - 10px);
          flex: 0 0 calc(33% - 10px);
  width: -webkit-calc(33% - 10px);
  width: -moz-calc(33% - 10px);
  width: calc(33% - 10px);
  margin-right: 22px;
}

@media (max-width: 1366px) {
  .wel_list2 .rights .w30 {
    -webkit-flex: 0 0 -webkit-calc(33% - 10px);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 10px);
            flex: 0 0 calc(33% - 10px);
    width: -webkit-calc(33% - 10px);
    width: -moz-calc(33% - 10px);
    width: calc(33% - 10px);
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .wel_list2 .rights .w30 {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}

.wel_list2 .rights :last-child {
  margin-right: 0;
}

.wel_list2 .right_item {
  width: -webkit-calc(30% - 10px);
  width: -moz-calc(30% - 10px);
  width: calc(30% - 10px);
  height: 9.1rem;
}

.wel_list2 .right_item,
.wel_list2 .lefts_item1,
.wel_list2 .lefts_item2 {
  overflow: hidden;
  color: #fff;
}

.wel_list2 .right_item:hover .hw100,
.wel_list2 .lefts_item1:hover .hw100,
.wel_list2 .lefts_item2:hover .hw100 {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.wel_list2 .right_item:hover .infos,
.wel_list2 .lefts_item1:hover .infos,
.wel_list2 .lefts_item2:hover .infos {
  height: 68px;
}

.wel_list2 .right_item:hover .infos::after,
.wel_list2 .lefts_item1:hover .infos::after,
.wel_list2 .lefts_item2:hover .infos::after {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 768px) {
  .wel_list2 .right_item .hw100,
  .wel_list2 .lefts_item1 .hw100,
  .wel_list2 .lefts_item2 .hw100 {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  .wel_list2 .right_item .infos,
  .wel_list2 .lefts_item1 .infos,
  .wel_list2 .lefts_item2 .infos {
    height: 68px;
  }
  .wel_list2 .right_item .infos::after,
  .wel_list2 .lefts_item1 .infos::after,
  .wel_list2 .lefts_item2 .infos::after {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

.wel_list2 .hw100 {
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.wel_list2 .infos {
  height: 0;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  line-height: 24px;
  padding-top: 20px;
  padding-right: 155px;
  overflow: hidden;
  position: relative;
}

.wel_list2 .infos::after {
  right: 0;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  top: 50%;
  margin-top: -0.75rem;
  position: absolute;
  border-radius: 50%;
  background: #fe0000 url(../img/next1on.png) no-repeat center;
}

.wel_list2 .txts {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4rem 0.75rem 1rem 1.2rem;
  width: 100%;
  height: auto;
  background-image: -webkit-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.65));
  background-image: -moz-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.65));
  background-image: -o-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.65));
  background-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.65));
}

.wel_list2 .tit {
  position: relative;
  line-height: 1;
}

.wel_list2 .tit:before {
  content: "";
  width: 4px;
  height: 100%;
  background: #ff0000;
  border-radius: 2px;
  left: -17px;
  top: 0;
  position: absolute;
}

.ml1500 {
  width: -webkit-calc(50vw + 750px);
  width: -moz-calc(50vw + 750px);
  width: calc(50vw + 750px);
  margin-left: -webkit-calc(50vw - 750px);
  margin-left: -moz-calc(50vw - 750px);
  margin-left: calc(50vw - 750px);
}

@media (max-width: 1630px) {
  .ml1500 {
    width: 96%;
    margin-left: 4%;
  }
}

.ml1500_nowidth {
  margin-left: -webkit-calc(50vw - 750px);
  margin-left: -moz-calc(50vw - 750px);
  margin-left: calc(50vw - 750px);
}

@media (max-width: 1630px) {
  .ml1500_nowidth {
    width: 96%;
    margin-left: 4%;
  }
}

.wel_list3 .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.wel_list3 .swiper-slide:hover .hw100 {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.wel_list3 .swiper-slide:hover .infos {
  height: 92px;
}

.wel_list3 .swiper-slide:hover .infos::after {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.wel_list3 .infos {
  height: 0;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  line-height: 24px;
  padding-top: 20px;
  overflow: hidden;
  position: relative;
}

.wel_list3 .txts {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4rem 0.75rem 1rem 1.2rem;
  width: 100%;
  height: auto;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.95));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.95));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.95));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.95));
}

.wel_list3 .tit {
  line-height: 1.2;
  position: relative;
}

.wel_list3 .tit:before {
  content: "";
  width: 4px;
  height: 100%;
  background: #ff0000;
  border-radius: 2px;
  left: -17px;
  top: 0;
  position: absolute;
}

.wel_list3 .tit_en {
  margin-top: 8px;
}

.wel_list4 .tr_tit {
  margin-bottom: 0.5rem;
}

.wel_list4 .tr {
  margin-bottom: 1.25rem;
}

.wel_list4 .item {
  -webkit-flex: 0 0 -webkit-calc(20% - 10px);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 10px);
          flex: 0 0 calc(20% - 10px);
  width: -webkit-calc(20% - 10px);
  width: -moz-calc(20% - 10px);
  width: calc(20% - 10px);
  margin-right: 12px;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  background-color: #f8f8f8;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .wel_list4 .item {
    -webkit-flex: 0 0 -webkit-calc(50% - 15px);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
  }
}

.wel_list4 .item:hover {
  background-color: #fff;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.wel_list4 .item:nth-child(5n) {
  margin-right: 0;
}

.about_titlewrap {
  width: 100%;
  background-color: #f6f6f6;
}

.about_top_banner {
  width: 100%;
  height: 15rem;
  background: url(../img/about_banner.jpg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

@media (max-width: 768px) {
  .about_top_banner {
    height: 6rem;
  }
}

.about_list1 {
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
  padding-left: 210px;
}

@media (max-width: 768px) {
  .about_list1 {
    margin-top: 0;
    padding: 0 15px;
  }
}

.about_list1 .lefts {
  -webkit-flex: 0 0 -webkit-calc(58% - 6.8rem);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(58% - 6.8rem);
          flex: 0 0 calc(58% - 6.8rem);
  width: -webkit-calc(58% - 6.8rem);
  width: -moz-calc(58% - 6.8rem);
  width: calc(58% - 6.8rem);
  padding: 2rem 0 1.8rem;
  margin-left: 2.6rem;
}

@media (max-width: 768px) {
  .about_list1 .lefts {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin-left: 0;
  }
}

.about_list1 .ajax_btn {
  -webkit-flex: 0 0 18%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
  width: 18%;
  height: 45px;
  background: #ffffff;
  border-radius: 4px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  .about_list1 .ajax_btn {
    -webkit-flex: 0 0 32%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    width: 32%;
  }
}

.about_list1 .ajax_btn:hover, .about_list1 .ajax_btn.cur {
  background-color: #fe0000;
  color: #fff;
}

.about_list1 .rightBg {
  -webkit-flex: 0 0 42%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
  height: 16rem;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .about_list1 .rightBg {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    height: 10rem;
    margin-top: 0.5rem;
  }
}

.about_list1 .ajax_btns {
  margin: 1.1rem 0;
}

@media (max-width: 768px) {
  .about_list1 .ajax_btns {
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.about_list1 .ajax_icos {
  margin-top: 1.1rem;
}

.about_list1 .ico_item {
  -webkit-flex: 0 0 20%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  position: relative;
}

@media (max-width: 768px) {
  .about_list1 .ico_item {
    -webkit-flex: 0 0 33%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    width: 33%;
    margin-top: 10px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about_list1 .ico_item::after {
  content: "";
  display: block;
  right: 25%;
  top: 50%;
  width: 1px;
  height: 58px;
  background-color: #ddd;
  margin-top: -29px;
  position: absolute;
}

@media (max-width: 768px) {
  .about_list1 .ico_item::after {
    right: 0;
  }
}

.about_list1 .ico_item:nth-child(3n)::after {
  display: none;
}

.about_list1 .ico_item:last-child::after {
  display: none;
}

.about_list1 .ico_item:hover .unhover {
  display: none;
}

.about_list1 .ico_item:hover .hover {
  display: block;
}

.about_list1 .ico_item:hover .ico_cn {
  color: #fe0000;
}

.about_list1 .turnover .ico_item::after {
  display: block;
  right: 17%;
}

.about_list1 .img_wrap {
  display: inline-block;
  width: 49px;
  height: 49px;
  position: relative;
}

.about_list1 .hover {
  display: none;
}

.about_list1 .infos {
  min-height: 5.75rem;
  line-height: 34px;
}

@media (max-width: 768px) {
  .about_list1 .infos {
    font-size: 12px;
  }
}

.about_listCommon {
  padding-top: 55px;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .about_listCommon {
    padding-top: 38px;
  }
}

.about_listCommon .imgWrap {
  -webkit-flex: 0 0 47%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .about_listCommon .imgWrap {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 20px;
  }
}

.about_listCommon .imgWrap .img100 {
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.about_listCommon .imgWrap .img100:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.about_listCommon .txtsWrap {
  -webkit-flex: 0 0 -webkit-calc(50% - 1.2rem);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 1.2rem);
          flex: 0 0 calc(50% - 1.2rem);
  width: -webkit-calc(50% - 1.2rem);
  width: -moz-calc(50% - 1.2rem);
  width: calc(50% - 1.2rem);
  padding-top: 1.85rem;
}

@media (max-width: 768px) {
  .about_listCommon .txtsWrap {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-top: 0;
  }
}

.about_listCommon .tits_wrap {
  padding: 20px 28px 35px 48px;
  position: relative;
}

.about_listCommon .tits_wrap:before, .about_listCommon .tits_wrap:after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 25px;
  position: absolute;
}

.about_listCommon .tits_wrap:before {
  left: 0;
  top: 0;
  background: url(../img/yinhao1.png) no-repeat center;
}

.about_listCommon .tits_wrap:after {
  right: -webkit-calc((1.17vw + 14px) * 9 - 44px);
  right: -moz-calc((1.17vw + 14px) * 9 - 44px);
  right: calc((1.17vw + 14px) * 9 - 44px);
  bottom: 10px;
  background: url(../img/yinhao2.png) no-repeat center;
}

.about_listCommon .tits_wrap .cn1 {
  color: #000;
}

.about_listCommon .tits_wrap .cn2 {
  font-weight: bold;
  color: #fe0000;
  line-height: 50px;
}

@media (max-width: 768px) {
  .about_listCommon .tits_wrap .cn2 {
    line-height: 25px;
  }
}

.about_listCommon .details {
  width: -webkit-calc(100% - 0.8rem);
  width: -moz-calc(100% - 0.8rem);
  width: calc(100% - 0.8rem);
  border-top: 1px solid #ddd;
  margin-top: 2%;
  padding-top: 0.9rem;
}

@media (max-width: 768px) {
  .about_listCommon .details {
    color: #666;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .about_list2 .txtsWrap {
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media (max-width: 768px) {
  .about_list2 .tits_wrap:after {
    right: -webkit-calc((1.17vw + 14px) * 6.5 - 26px);
    right: -moz-calc((1.17vw + 14px) * 6.5 - 26px);
    right: calc((1.17vw + 14px) * 6.5 - 26px);
  }
}

.about_list3 .tits_wrap:after {
  right: -webkit-calc((1.17vw + 14px) * 11 - 5px);
  right: -moz-calc((1.17vw + 14px) * 11 - 5px);
  right: calc((1.17vw + 14px) * 11 - 5px);
}

@media (max-width: 768px) {
  .about_list3 .tits_wrap:after {
    right: -webkit-calc((1.17vw + 14px) * 9.5 - 26px);
    right: -moz-calc((1.17vw + 14px) * 9.5 - 26px);
    right: calc((1.17vw + 14px) * 9.5 - 26px);
  }
}

@media (max-width: 768px) {
  .about_list4 .txtsWrap {
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.about_list4 .tits_wrap:after {
  right: -webkit-calc((1.17vw + 14px) * 8 - 26px);
  right: -moz-calc((1.17vw + 14px) * 8 - 26px);
  right: calc((1.17vw + 14px) * 8 - 26px);
}

@media (max-width: 768px) {
  .about_list4 .tits_wrap:after {
    right: -webkit-calc((1.17vw + 14px) * 6 - 26px);
    right: -moz-calc((1.17vw + 14px) * 6 - 26px);
    right: calc((1.17vw + 14px) * 6 - 26px);
  }
}

.about_developWrap {
  width: 100%;
  height: 16.3rem;
  margin-top: 102px;
  background: url(../img/about_ico24.jpg) no-repeat center;
}

.about_developWrap .about_develop {
  position: relative;
}

@media (max-width: 768px) {
  .about_developWrap .about_develop {
    height: 100%;
  }
}

.about_developWrap .about_develop .about_develop_tips {
  margin: 1.25rem 0 1.2rem;
  color: #000;
  font-weight: bold;
}

.about_developWrap .about_develop .about_develop_title {
  color: #000;
  margin-left: 14px;
}

.about_developWrap .about_develop .about_develop_info {
  height: 6rem;
  color: #000;
  font-size: 12px;
  margin-left: 13px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow-y: auto;
}

@media (max-width: 1680px) {
  .about_developWrap .about_develop .about_develop_info .about_develop_info_item {
    font-size: 12px !important;
  }
}

.about_developWrap .about_develop .about_develop_info:after {
  content: "";
  display: inline-block;
  width: 208px;
  padding-top: 20px;
  border-bottom: 3px solid #ff0000;
}

.about_developWrap .about_develop .about_develop_division {
  height: 2.3rem;
  border-left: 1px dashed #aaa;
  margin-left: 13px;
}

.about_developWrap .about_develop .about_develop_bottom {
  position: relative;
  display: inline-block;
}

.about_developWrap .about_develop .about_develop_bottom .about_develop_bottom_icon {
  width: 9px;
  height: 9px;
  background: #ffffff;
  border: 1px solid #ff0000;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}

.about_developWrap .about_develop .about_develop_bottom .about_develop_bottom_icon:after {
  content: "";
  display: inline-block;
  width: 19vw;
  border-bottom: 1px dashed #aaa;
  position: absolute;
  top: 3px;
  left: 8px;
}

@media (max-width: 1500px) {
  .about_developWrap .about_develop .about_develop_bottom .about_develop_bottom_icon:after {
    width: 23vw;
  }
}

@media (max-width: 768px) {
  .about_developWrap .about_develop .about_develop_bottom .about_develop_bottom_icon:after {
    width: 375px;
  }
}

.about_developWrap .about_develop .about_develop_bottom .about_develop_bottom_year {
  color: #666;
  font-size: 14px;
}

.about_developWrap .about_develop .btns_wrap1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

@media (max-width: 768px) {
  .about_developWrap .about_develop .btns_wrap1 {
    bottom: 2%;
    right: 20%;
  }
}

.about_developWrap .about_develop .btns_wrap1 .prev {
  margin-right: 20px;
  background: #fff url(../img/prev1.png) no-repeat center;
}

.about_developWrap .about_develop .btns_wrap1 .prev:hover {
  background: #fe0000 url(../img/prev1on.png) no-repeat center;
}

.about_developWrap .about_develop .btns_wrap1 .next {
  background: #fff url(../img/next1.png) no-repeat center;
}

.about_developWrap .about_develop .btns_wrap1 .next:hover {
  background: #fe0000 url(../img/next1on.png) no-repeat center;
}

.honor_wrap {
  width: 100%;
  padding-bottom: 2rem;
  background-color: #fff;
}

.honor_wrap .honor_content .honor_title {
  color: #000;
  font-weight: bold;
  margin: 59px 0 21px;
}

@media (max-width: 768px) {
  .honor_wrap .honor_content .honor_title {
    margin-bottom: 0px;
  }
}

.honor_wrap .honor_content .honor_list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.honor_wrap .honor_content .honor_list :nth-child(4n) {
  margin-right: 0px !important;
}

@media (max-width: 768px) {
  .honor_wrap .honor_content .honor_list :nth-child(2n) {
    margin-right: 0px !important;
  }
}

.honor_wrap .honor_content .honor_list .honor_list_item {
  width: 23%;
  margin-right: 24px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .honor_wrap .honor_content .honor_list .honor_list_item {
    width: 45%;
  }
}

.honor_wrap .honor_content .honor_list .honor_list_item .honor_list_item_img {
  width: 100%;
  height: 5.55rem;
  padding: 20px 32px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #e7e7e7;
}

@media (max-width: 1500px) {
  .honor_wrap .honor_content .honor_list .honor_list_item .honor_list_item_img {
    height: 20.1vw;
  }
}

@media (max-width: 768px) {
  .honor_wrap .honor_content .honor_list .honor_list_item .honor_list_item_img {
    height: 151px;
    padding: 17px 20px;
  }
}

.honor_wrap .honor_content .honor_list .honor_list_item .honor_list_item_img .honor_list_item_img_ic {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: contain;
     background-size: contain;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.honor_wrap .honor_content .honor_list .honor_list_item .honor_list_item_img .honor_list_item_img_ic:hover {
  -webkit-transform: scale(2.6);
     -moz-transform: scale(2.6);
      -ms-transform: scale(2.6);
       -o-transform: scale(2.6);
          transform: scale(2.6);
}

.honor_wrap .honor_content .honor_list .honor_list_item .honor_list_item_title {
  height: 68px;
  background-color: #f5f5f5;
  color: #000;
  font-size: -webkit-calc(0.26vw + 10px);
  font-size: -moz-calc(0.26vw + 10px);
  font-size: calc(0.26vw + 10px);
  text-align: center;
  line-height: 68px;
}

@media (max-width: 768px) {
  .honor_wrap .honor_content .honor_list .honor_list_item .honor_list_item_title {
    height: 39px;
    line-height: 39px;
  }
}

.show_msg {
  width: 100%;
  height: 35px;
  text-align: center;
  position: fixed;
  left: 0;
  z-index: 999;
}

.show_span {
  display: inline-block;
  height: 35px;
  padding: 0 20px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
}

.retail .retail_banner {
  width: 100%;
  height: 15rem;
  margin-bottom: 1rem;
}

.retail .retail_banner img {
  display: block;
  width: 100%;
  height: 100%;
}

.retail .offline {
  padding-bottom: 46px;
}

@media (max-width: 768px) {
  .retail .offline {
    padding-bottom: 16px;
  }
}

.retail .offline .offline_left {
  padding-top: 85px;
  -webkit-flex: 0 0 -webkit-calc(53% - 3.2rem);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(53% - 3.2rem);
          flex: 0 0 calc(53% - 3.2rem);
}

@media (max-width: 768px) {
  .retail .offline .offline_left {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-top: 7px;
  }
}

.retail .offline .offline_left .offline_left_top {
  width: 540px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}

@media (max-width: 768px) {
  .retail .offline .offline_left .offline_left_top {
    width: 100%;
  }
}

.retail .offline .offline_left .offline_left_top .offline_left_top_f {
  color: #000;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}

.retail .offline .offline_left .offline_left_top .offline_left_top_com {
  color: #000;
  line-height: 1.5;
}

.retail .offline .offline_left .offline_left_info {
  width: 552px;
  color: #888;
  line-height: 1.6;
  padding-top: 30px;
  word-break: break-all;
}

@media (max-width: 768px) {
  .retail .offline .offline_left .offline_left_info {
    width: 100%;
  }
}

.retail .offline .offline_left .offline_left_base {
  margin-top: 68px;
  width: 100%;
}

@media (max-width: 768px) {
  .retail .offline .offline_left .offline_left_base {
    margin-top: 29px;
  }
}

.retail .offline .offline_left .offline_left_base .offline_left_base_item {
  padding-top: 4px;
  color: #888;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .retail .offline .offline_left .offline_left_base .offline_left_base_item {
    color: #000;
  }
}

.retail .offline .offline_left .offline_left_base .offline_left_base_item :first-child {
  font-size: 24px;
  line-height: 29px;
}

@media (max-width: 768px) {
  .retail .offline .offline_left .offline_left_base .offline_left_base_item :first-child {
    color: #ff0000;
  }
}

.retail .offline .offline_left .offline_left_base .offline_left_base_split {
  width: 1px;
  height: 58px;
  border: 1px solid #888888;
  opacity: 0.5;
  margin: 0 1rem;
}

.retail .offline .offline_right {
  -webkit-flex: 0 0 47%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .retail .offline .offline_right {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 25px;
  }
}

.retail .offline .offline_right img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.retail .offline .offline_right img:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.retail .toto {
  width: 100%;
  height: 35vw;
  background-image: url(../img/retail_icon2.jpg);
}

@media (max-width: 768px) {
  .retail .toto {
    height: 336px;
  }
}

.retail .toto p {
  width: 62%;
  color: #fff;
  text-align: center;
  word-break: break-all;
}

@media (max-width: 768px) {
  .retail .toto p {
    width: 80%;
    font-size: 12px !important;
  }
}

.retail .invest {
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}

@media (max-width: 768px) {
  .retail .invest {
    padding-top: 38px;
    padding-bottom: 76px;
  }
}

.retail .invest .invest_left {
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: justify;
  position: relative;
  padding-right: 15%;
}

@media (max-width: 768px) {
  .retail .invest .invest_left {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
    margin-top: 1rem;
  }
}

.retail .invest .invest_left .invest_left_title {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 26px;
}

@media (max-width: 768px) {
  .retail .invest .invest_left .invest_left_title {
    text-align: center;
  }
}

.retail .invest .invest_left .invest_left_bgc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 95%;
  left: -13%;
  background-image: url("../img//retail_icon16.png");
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: 100%;
     background-size: 100%;
}

.retail .invest .invest_right {
  width: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: justify;
  position: relative;
}

@media (max-width: 768px) {
  .retail .invest .invest_right {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

.retail .invest .invest_right .invest_right_bg {
  background: #ddd;
  width: 34vw;
  height: 22vw;
}

@media (max-width: 768px) {
  .retail .invest .invest_right .invest_right_bg {
    display: none;
  }
}

.retail .invest .invest_right .invest_right_img_wrap {
  width: -webkit-calc(100% - 36px);
  width: -moz-calc(100% - 36px);
  width: calc(100% - 36px);
  height: 23.75vw;
  position: absolute;
  top: 28px;
  left: 36px;
  -o-background-size: 100%;
     background-size: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .retail .invest .invest_right .invest_right_img_wrap {
    width: 100%;
    height: 205px;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 23px;
  }
}

.retail .flow_wrap {
  width: 100%;
  background-color: #f9f9f9;
  padding-bottom: 60px;
}

.retail .flow_wrap .flow_title {
  padding-top: 60px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #000;
}

@media (max-width: 768px) {
  .retail .flow_wrap .flow_title {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 20px;
    padding-top: 0;
  }
}

.retail .flow_wrap .flow_contact {
  font-size: 18px;
  color: #666;
}

@media (max-width: 768px) {
  .retail .flow_wrap .flow_contact {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 13px;
  }
}

.retail .flow_wrap .flow_contact :nth-of-type(2) {
  margin: 0 60px;
}

@media (max-width: 768px) {
  .retail .flow_wrap .flow_contact :nth-of-type(2) {
    margin: 0;
  }
}

.retail .flow_wrap .flow_bgimg {
  position: relative;
  margin-top: 2.55rem;
}

@media (max-width: 768px) {
  .retail .flow_wrap .flow_bgimg {
    display: none;
  }
}

.retail .flow_wrap .flow_bgimg img {
  width: 100%;
  height: 100%;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_com {
  width: 4.55rem;
  height: 4.55rem;
  background-color: #eaeaea;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  .retail .flow_wrap .flow_bgimg .flow_bgimg_com {
    width: 2rem;
    height: 2rem;
  }
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_com .flow_bgimg_com_bg {
  width: 1.07rem;
  height: 1.15rem;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_com p {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .retail .flow_wrap .flow_bgimg .flow_bgimg_com p {
    margin-top: 0;
  }
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_a {
  position: absolute;
  left: 7%;
  top: 0;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_a .bg1 {
  background: url(../img/retail_icon5.png) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_a:hover {
  background-color: #c62121;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_a:hover .bg1 {
  background: url(../img/retail_icon5on.png) no-repeat center;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_a:hover p {
  color: #fff;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_a:hover::before {
  content: "";
  display: inline-block;
  background-image: url(../img/retail_logo.png);
  width: 91px;
  height: 96px;
  position: absolute;
  left: -25%;
  top: -12%;
}

@media (max-width: 1600px) {
  .retail .flow_wrap .flow_bgimg .flow_bgimg_a:hover::before {
    left: -31%;
    top: -16%;
  }
}

@media (max-width: 1440px) {
  .retail .flow_wrap .flow_bgimg .flow_bgimg_a:hover::before {
    left: -31%;
    top: -17%;
  }
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_b {
  position: absolute;
  left: 25%;
  top: 0;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_b .bg2 {
  background: url(../img/retail_icon6.png) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_b:hover {
  background-color: #c62121;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_b:hover .bg2 {
  background: url(../img/retail_icon6on.png) no-repeat center;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_b:hover p {
  color: #fff;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_b:hover::before {
  content: "";
  display: inline-block;
  background-image: url(../img/retail_logo.png);
  width: 91px;
  height: 96px;
  position: absolute;
  left: -25%;
  top: -12%;
}

@media (max-width: 1600px) {
  .retail .flow_wrap .flow_bgimg .flow_bgimg_b:hover::before {
    left: -31%;
    top: -16%;
  }
}

@media (max-width: 1440px) {
  .retail .flow_wrap .flow_bgimg .flow_bgimg_b:hover::before {
    left: -31%;
    top: -17%;
  }
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_c {
  position: absolute;
  left: 44%;
  top: 0;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_c .bg3 {
  background: url(../img/retail_icon7.png) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_c:hover {
  background-color: #c62121;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_c:hover .bg3 {
  background: url(../img/retail_icon7on.png) no-repeat center;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_c:hover p {
  color: #fff;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_c:hover::before {
  content: "";
  display: inline-block;
  background-image: url(../img/retail_logo.png);
  width: 91px;
  height: 96px;
  position: absolute;
  left: -25%;
  top: -12%;
}

@media (max-width: 1600px) {
  .retail .flow_wrap .flow_bgimg .flow_bgimg_c:hover::before {
    left: -31%;
    top: -16%;
  }
}

@media (max-width: 1440px) {
  .retail .flow_wrap .flow_bgimg .flow_bgimg_c:hover::before {
    left: -31%;
    top: -17%;
  }
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_d {
  position: absolute;
  left: 63%;
  top: 0;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_d .bg4 {
  background: url(../img/retail_icon8.png) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_d:hover {
  background-color: #c62121;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_d:hover .bg4 {
  background: url(../img/retail_icon8on.png) no-repeat center;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_d:hover p {
  color: #fff;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_d:hover::before {
  content: "";
  display: inline-block;
  background-image: url(../img/retail_logo.png);
  width: 91px;
  height: 96px;
  position: absolute;
  left: -25%;
  top: -12%;
}

@media (max-width: 1600px) {
  .retail .flow_wrap .flow_bgimg .flow_bgimg_d:hover::before {
    left: -31%;
    top: -16%;
  }
}

@media (max-width: 1440px) {
  .retail .flow_wrap .flow_bgimg .flow_bgimg_d:hover::before {
    left: -31%;
    top: -17%;
  }
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_e {
  position: absolute;
  left: 82%;
  top: 0;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_e .bg5 {
  background: url(../img/retail_icon9.png) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_e:hover {
  background-color: #c62121;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_e:hover .bg5 {
  background: url(../img/retail_icon9on.png) no-repeat center;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_e:hover p {
  color: #fff;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_e:hover::before {
  content: "";
  display: inline-block;
  background-image: url(../img/retail_logo.png);
  width: 91px;
  height: 96px;
  position: absolute;
  left: -25%;
  top: -12%;
}

@media (max-width: 1600px) {
  .retail .flow_wrap .flow_bgimg .flow_bgimg_e:hover::before {
    left: -31%;
    top: -16%;
  }
}

@media (max-width: 1440px) {
  .retail .flow_wrap .flow_bgimg .flow_bgimg_e:hover::before {
    left: -31%;
    top: -17%;
  }
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_f {
  position: absolute;
  left: 82%;
  top: 55%;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_f .bg6 {
  background: url(../img/retail_icon11.png) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_f:hover {
  background-color: #c62121;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_f:hover .bg6 {
  background: url(../img/retail_icon11on.png) no-repeat center;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_f:hover p {
  color: #fff;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_f:hover::before {
  content: "";
  display: inline-block;
  background-image: url(../img/retail_logo.png);
  width: 91px;
  height: 96px;
  position: absolute;
  left: -25%;
  top: -12%;
}

@media (max-width: 1600px) {
  .retail .flow_wrap .flow_bgimg .flow_bgimg_f:hover::before {
    left: -31%;
    top: -16%;
  }
}

@media (max-width: 1440px) {
  .retail .flow_wrap .flow_bgimg .flow_bgimg_f:hover::before {
    left: -31%;
    top: -17%;
  }
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_g {
  position: absolute;
  left: 63%;
  top: 55%;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_g .bg7 {
  background: url(../img/retail_icon12.png) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_g:hover {
  background-color: #c62121;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_g:hover .bg7 {
  background: url(../img/retail_icon12on.png) no-repeat center;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_g:hover p {
  color: #fff;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_g:hover::before {
  content: "";
  display: inline-block;
  background-image: url(../img/retail_logo.png);
  width: 91px;
  height: 96px;
  position: absolute;
  left: -25%;
  top: -12%;
}

@media (max-width: 1600px) {
  .retail .flow_wrap .flow_bgimg .flow_bgimg_g:hover::before {
    left: -31%;
    top: -16%;
  }
}

@media (max-width: 1440px) {
  .retail .flow_wrap .flow_bgimg .flow_bgimg_g:hover::before {
    left: -31%;
    top: -17%;
  }
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_h {
  position: absolute;
  left: 44%;
  top: 55%;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_h .bg8 {
  background: url(../img/retail_icon13.png) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_h:hover {
  background-color: #c62121;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_h:hover .bg8 {
  background: url(../img/retail_icon13on.png) no-repeat center;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_h:hover p {
  color: #fff;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_h:hover::before {
  content: "";
  display: inline-block;
  background-image: url(../img/retail_logo.png);
  width: 91px;
  height: 96px;
  position: absolute;
  left: -25%;
  top: -12%;
}

@media (max-width: 1600px) {
  .retail .flow_wrap .flow_bgimg .flow_bgimg_h:hover::before {
    left: -31%;
    top: -16%;
  }
}

@media (max-width: 1440px) {
  .retail .flow_wrap .flow_bgimg .flow_bgimg_h:hover::before {
    left: -31%;
    top: -17%;
  }
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_i {
  position: absolute;
  left: 25%;
  top: 55%;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_i .bg9 {
  background: url(../img/retail_icon14.png) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_i:hover {
  background-color: #c62121;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_i:hover .bg9 {
  background: url(../img/retail_icon14on.png) no-repeat center;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_i:hover p {
  color: #fff;
}

.retail .flow_wrap .flow_bgimg .flow_bgimg_i:hover::before {
  content: "";
  display: inline-block;
  background-image: url(../img/retail_logo.png);
  width: 91px;
  height: 96px;
  position: absolute;
  left: -25%;
  top: -12%;
}

@media (max-width: 1600px) {
  .retail .flow_wrap .flow_bgimg .flow_bgimg_i:hover::before {
    left: -31%;
    top: -16%;
  }
}

@media (max-width: 1440px) {
  .retail .flow_wrap .flow_bgimg .flow_bgimg_i:hover::before {
    left: -31%;
    top: -17%;
  }
}

.retail .flow_wrap .process {
  display: none;
}

@media (max-width: 768px) {
  .retail .flow_wrap .process {
    display: block;
    padding-top: 30px;
  }
}

.retail .flow_wrap .process .process_item {
  width: 124px;
  height: 124px;
  background-color: #eaeaea;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.retail .flow_wrap .process .process_item img {
  width: 28px;
  height: 30px;
}

.retail .flow_wrap .process .process_item p {
  font-size: 14px;
  padding-top: 12px;
  line-height: 1;
}

.retail .flow_wrap .process .process_line {
  width: 97px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.retail .flow_wrap .process .process_line .line_item {
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}

.retail .flow_wrap .process .process_line .lin2 {
  margin-top: 25px;
}

.retail .flow_wrap .process .path2_item_wrap {
  width: 124px;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.retail .flow_wrap .process .path2_item_wrap .path2_item {
  width: 1px;
  height: 100%;
  background-color: #eaeaea;
}

.retail .flow_wrap .process .path2_item_wrap .line_right {
  margin-right: 27px;
}

.retail .flow_wrap .process .process_path2 {
  width: 100%;
  height: 37px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.retail .flow_wrap .process .process_path3 {
  width: 100%;
  height: 37px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.retail .apply {
  padding: 72px 0 105px;
}

@media (max-width: 768px) {
  .retail .apply {
    padding-top: 6px;
  }
}

.retail .apply .apply_title {
  text-align: center;
  color: #000;
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 42px;
}

@media (max-width: 768px) {
  .retail .apply .apply_title {
    font-size: 20px;
  }
}

.retail .apply .apply_bg {
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 3.7rem;
  background: url(../img/retail_apply.jpg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

@media (max-width: 768px) {
  .retail .apply .apply_bg {
    padding: 0 1rem;
  }
}

.retail .apply .apply_info {
  padding-top: 30px;
}

.retail .apply .apply_info :last-child .apply_info_item_ipt {
  margin-right: 0;
}

@media (max-width: 768px) {
  .retail .apply .apply_info .apply_info_item {
    width: -webkit-calc(50% - 13px);
    width: -moz-calc(50% - 13px);
    width: calc(50% - 13px);
    margin-right: 13px;
    overflow: hidden;
  }
  .retail .apply .apply_info .apply_info_item .apply_info_item_ipt {
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
}

.retail .apply .apply_info .apply_info_item .apply_info_item_ipt {
  width: 6.9rem;
  height: 1.4rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #d1d2d5;
  margin-right: 20px;
  border: none;
  outline: none;
}

@media (max-width: 768px) {
  .retail .apply .apply_info .apply_info_item .apply_info_item_ipt {
    background-color: #fff;
  }
}

.retail .apply .remark {
  margin-top: 30px;
}

.retail .apply .remark .remark_ipt {
  width: 100%;
  height: 3.85rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 15px;
  resize: none;
  margin-top: 20px;
  font-size: 20px;
}

.retail .apply .present_wrap {
  margin-top: 1rem;
  padding-bottom: 30px;
}

.retail .apply .present_wrap .present {
  width: 5rem;
  height: 1.5rem;
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 1.5rem;
  font-size: 16px;
  line-height: 1.5rem;
  border: 1px solid #eb3d36;
  border-right-width: 8px;
  background: #fff url(../img/plus.png) no-repeat right 42px center;
  -o-background-size: 10px;
     background-size: 10px;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  color: #fe0000;
  text-indent: 42px;
  margin-top: 0;
}

@media (max-width: 768px) {
  .retail .apply .present_wrap .present {
    color: #fff;
    border-right-width: 1px;
    text-indent: 0px;
    font-size: 10px;
    text-align: center;
    background: url(../img/plus2.png) no-repeat right 10px center;
    background-color: #ff0000;
    -o-background-size: 12px;
       background-size: 12px;
  }
}

.retail .apply .present_wrap .present:hover {
  background: url(../img/plus2.png) no-repeat right 42px center;
  -o-background-size: 10px;
     background-size: 10px;
  color: #fff;
  -webkit-transform: translateX(-5px);
     -moz-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
       -o-transform: translateX(-5px);
          transform: translateX(-5px);
}

@media (max-width: 768px) {
  .retail .apply .present_wrap .present:hover {
    background: url(../img/plus2.png) no-repeat right 10px center;
    background-color: #ff0000;
    -o-background-size: 12px;
       background-size: 12px;
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
         -o-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.retail .apply .present_wrap .present:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -o-background-size: 30px !important;
     background-size: 30px !important;
}

.retail .apply .present_wrap .present:before {
  right: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 0;
  height: 100%;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #eb3d36;
}

.retail .apply .present_wrap .present:hover:before {
  width: 100%;
}

@media (max-width: 768px) {
  .retail .apply .present_wrap .present:hover:before {
    width: 0;
  }
}

.ajax_icos_wrap {
  display: none;
}

.title-wrap {
  background: #f6f6f6;
  height: 67px;
  line-height: 1;
}

@media (max-width: 768px) {
  .title-wrap {
    display: none;
  }
}

.title-wrap-s {
  padding: 30px 0;
}

.title-wrap-s img {
  margin: 0 8px;
}

.channel .f36 {
  font-weight: bold;
  line-height: 1;
}

.title-wrap a {
  color: #888;
}

.title-wrap a:hover {
  color: #f00;
}

.title-wrap h2 {
  line-height: 1;
}

.delivery-wrap .footer {
  background-color: #fff;
}

.delivery .delivery-service {
  padding-top: 50px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .delivery .delivery-service {
    padding-top: 0;
  }
}

.delivery .delivery-service-title {
  -webkit-flex: 0 0 -webkit-calc(50% - 1.2rem);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 1.2rem);
          flex: 0 0 calc(50% - 1.2rem);
  width: -webkit-calc(50% - 1.2rem);
  width: -moz-calc(50% - 1.2rem);
  width: calc(50% - 1.2rem);
  padding-top: 1.85rem;
}

@media (max-width: 768px) {
  .delivery .delivery-service-title {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

.delivery .imgWrap {
  -webkit-flex: 0 0 47%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .delivery .imgWrap {
    width: 100%;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 20px;
  }
}

.delivery .imgWrap .img100 {
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.delivery .imgWrap .img100:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.delivery .t2 {
  width: 303px;
  height: 1px;
  border: 1px solid #888888;
  opacity: 0.5;
  margin: 36px 0;
}

.delivery .service-list-main {
  padding-bottom: 104px;
  background-color: #f8f8f8;
}

.delivery .service-list-main .service-list {
  padding-top: 50px;
}

.delivery .service-list-main .service-list .service-list-img {
  -webkit-flex: 0 0 47%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .delivery .service-list-main .service-list .service-list-img {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 0.5rem;
  }
}

.delivery .service-list-main .service-list .service-list-img .img100 {
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.delivery .service-list-main .service-list .service-list-img .img100:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.delivery .service-list-main .service-list .introduce {
  -webkit-flex: 0 0 -webkit-calc(50% - 1.2rem);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 1.2rem);
          flex: 0 0 calc(50% - 1.2rem);
  width: -webkit-calc(50% - 1.2rem);
  width: -moz-calc(50% - 1.2rem);
  width: calc(50% - 1.2rem);
}

@media (max-width: 768px) {
  .delivery .service-list-main .service-list .introduce {
    -webkit-flex: 0 0 -webkit-calc(100% - 0.5rem);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0.5rem);
            flex: 0 0 calc(100% - 0.5rem);
    width: -webkit-calc(100% - 0.5rem);
    width: -moz-calc(100% - 0.5rem);
    width: calc(100% - 0.5rem);
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.delivery .service-list-main .service-list .introduce .introduce_t2 {
  width: 12.25rem;
  height: 1px;
  border: 1px solid #ff0000;
  margin: 29px 0;
}

.farm_info_wrap {
  background-color: #fff;
  padding: 2.5rem 0;
}

.farm_info_wrap .farm_info_title {
  -webkit-flex: 0 0 -webkit-calc(50% - 1.2rem);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 1.2rem);
          flex: 0 0 calc(50% - 1.2rem);
  width: -webkit-calc(50% - 1.2rem);
  width: -moz-calc(50% - 1.2rem);
  width: calc(50% - 1.2rem);
  padding-top: 1.85rem;
}

@media (max-width: 768px) {
  .farm_info_wrap .farm_info_title {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

.farm_info_wrap .farm_info_icon {
  margin-top: 1.65rem;
}

@media (max-width: 768px) {
  .farm_info_wrap .farm_info_icon {
    margin-top: 0.83rem;
  }
}

.farm_info_wrap .farm_info_icon .farm_icon_item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.farm_info_wrap .farm_info_icon .farm_icon_item img {
  width: 54px;
  -webkit-filter: gray;
          filter: gray;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .farm_info_wrap .farm_info_icon .farm_icon_item img {
    width: 27px;
  }
}

.farm_info_wrap .farm_info_icon .farm_icon_item .farm_icon_des {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.farm_info_wrap .farm_info_icon .farm_icon_item:hover .farm_icon_des {
  color: #ff0000;
}

.farm_info_wrap .farm_info_icon .farm_icon_item:hover img {
  -webkit-filter: none;
          filter: none;
}

.farm_info_wrap .farm_info_img {
  -webkit-flex: 0 0 47%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .farm_info_wrap .farm_info_img {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 10px;
  }
}

.farm_info_wrap .farm_info_img .img100 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.farm_info_wrap .farm_info_img .txts {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4rem 0.75rem 1rem 1.2rem;
  width: 100%;
  height: auto;
  background-image: -webkit-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.65));
  background-image: -moz-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.65));
  background-image: -o-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.65));
  background-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.65));
}

.farm_info_wrap .farm_info_img .txts .tit {
  position: relative;
  padding-left: 10px;
  color: #fff;
}

.farm_info_wrap .farm_info_img .txts .tit:before {
  content: "";
  width: 4px;
  height: 28px;
  background: #ff0000;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.farm_info_wrap .farm_info_img .txts .infos {
  height: 0;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  line-height: 24px;
  padding-top: 20px;
  padding-right: 155px;
  overflow: hidden;
  position: relative;
  color: #fff;
}

@media (max-width: 768px) {
  .farm_info_wrap .farm_info_img .txts .infos {
    height: 68px;
  }
}

.farm_info_wrap .farm_info_img .txts .infos::after {
  right: 0;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  top: 50%;
  margin-top: -0.75rem;
  position: absolute;
  border-radius: 50%;
  background: #fe0000 url(../img/next1on.png) no-repeat center;
}

@media (max-width: 768px) {
  .farm_info_wrap .farm_info_img .txts .infos::after {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

.farm_info_wrap .farm_info_img:hover .hw100 {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.farm_info_wrap .farm_info_img:hover .img100 {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.farm_info_wrap .farm_info_img:hover .infos {
  height: 68px;
}

.farm_info_wrap .farm_info_img:hover .infos::after {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 768px) {
  .farm_info_wrap .farm_info_img:hover .hw100 {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  .farm_info_wrap .farm_info_img:hover .img100 {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

.research .research_info_wrap {
  padding: 2rem 0;
}

.research .research_info_wrap .anone {
  color: #999;
}

.research .research_info_wrap .research_info {
  padding-bottom: 1.25rem;
}

.research .research_info_wrap .research_info .research_info_title {
  -webkit-flex: 0 0 -webkit-calc(50% - 1.2rem);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 1.2rem);
          flex: 0 0 calc(50% - 1.2rem);
  width: -webkit-calc(50% - 1.2rem);
  width: -moz-calc(50% - 1.2rem);
  width: calc(50% - 1.2rem);
}

@media (max-width: 768px) {
  .research .research_info_wrap .research_info .research_info_title {
    -webkit-flex: 0 0 -webkit-calc(100% - 1.2rem);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 1.2rem);
            flex: 0 0 calc(100% - 1.2rem);
  }
}

.research .research_info_wrap .research_info .research_info_title .text2 {
  width: 90%;
  height: 1px;
  border: 1px solid #888888;
  opacity: 0.4;
  margin: 1rem 0;
}

.research .research_info_wrap .research_info .research_info_img {
  -webkit-flex: 0 0 47%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .research .research_info_wrap .research_info .research_info_img {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 0.5rem;
  }
}

.research .research_info_wrap .research_info .research_info_img .img100 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.research .research_info_wrap .research_info .research_info_img .img100:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.research .research_info_wrap .research_team_wrap {
  padding: 56px 0 87px;
  background-color: #f5f5f5;
}

@media (max-width: 768px) {
  .research .research_info_wrap .research_team_wrap {
    padding-bottom: 44px;
  }
}

.research .research_info_wrap .research_team_wrap .research_team {
  overflow: hidden;
}

.research .research_info_wrap .research_team_wrap .research_team .anone {
  color: #999;
}

.research .research_info_wrap .research_team_wrap .research_team .jacket {
  margin-right: 20px;
}

.research .research_info_wrap .research_team_wrap .research_team .jacket .research_team_item_img {
  width: 100%;
  height: 246px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .research .research_info_wrap .research_team_wrap .research_team .jacket .research_team_item_img {
    height: auto;
  }
}

.research .research_info_wrap .research_team_wrap .research_team .jacket .research_team_item_info {
  margin-top: 53px;
  background-color: #fff;
  height: 110px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 20px;
}

.research .research_info_wrap .research_team_wrap .research_team .jacket .research_team_item_info span {
  color: #000;
  margin-right: 0.45rem;
}

.research .research_info_wrap .research_team_wrap .swiper-scrollbar-wrap {
  margin: 0 auto;
  margin-top: 1.5rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .research .research_info_wrap .research_team_wrap .swiper-scrollbar-wrap {
    display: none;
  }
}

.research .research_info_wrap .research_team_wrap .swiper-scrollbar-wrap .swiper-scrollbar {
  height: 5px;
  width: 50%;
}

.research .research_info_wrap .team_case {
  padding-top: 1.4rem;
}

.research .research_info_wrap .team_case .team_case_tips {
  color: #000;
  text-align: center;
  line-height: 1;
}

.research .research_info_wrap .team_case .team_case_list :nth-child(4n) {
  margin-right: 0 !important;
}

@media (max-width: 768px) {
  .research .research_info_wrap .team_case .team_case_list :nth-child(2n) {
    margin-right: 0 !important;
  }
}

.research .research_info_wrap .team_case .team_case_list .team_case_item {
  width: -webkit-calc(25% - 15px);
  width: -moz-calc(25% - 15px);
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-top: 1.4rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .research .research_info_wrap .team_case .team_case_list .team_case_item {
    width: -webkit-calc(50% - 0.5rem);
    width: -moz-calc(50% - 0.5rem);
    width: calc(50% - 0.5rem);
  }
}

.research .research_info_wrap .team_case .team_case_list .team_case_item:hover {
  box-shadow: 0px 5px 15px 0px rgba(20, 26, 41, 0.2);
}

.research .research_info_wrap .team_case .team_case_list .team_case_item:hover .top_img img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.research .research_info_wrap .team_case .team_case_list .team_case_item .top_img {
  height: 209px;
  overflow: hidden;
}

.research .research_info_wrap .team_case .team_case_list .team_case_item .top_img img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px 5px 0px 0px;
}

@media (max-width: 768px) {
  .research .research_info_wrap .team_case .team_case_list .team_case_item .top_img {
    height: auto;
  }
}

.research .research_info_wrap .team_case .team_case_list .team_case_item .case_info {
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 25px 20px 20px 25px;
}

.brand_content .wrigley {
  padding-top: 2rem;
}

.brand_content .wrigley .wrigley_titl {
  -webkit-flex: 0 0 -webkit-calc(50% - 1.25rem);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 1.25rem);
          flex: 0 0 calc(50% - 1.25rem);
}

.brand_content .wrigley .wrigley_titl .wrigley_titl_t2 {
  width: 353px;
  height: 1px;
  border: 1px solid #888;
  margin: 29px 0;
}

.brand_content .wrigley .wrigley_titl .wrigley_titl_t3 {
  width: 600px;
}

@media (max-width: 768px) {
  .brand_content .wrigley .wrigley_titl .wrigley_titl_t3 {
    width: 354px;
  }
}

.brand_content .wrigley .wrigley_titl_img {
  -webkit-flex: 0 0 49%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

@media (max-width: 768px) {
  .brand_content .wrigley .wrigley_titl_img {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 48px;
  }
}

.brand_content .wrigley .wrigley_titl_img img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brand_content .wrigley .wrigley_titl_img:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.brand_content .advertising {
  height: 13.82rem;
  overflow: hidden;
  position: relative;
  padding-top: 0.3rem;
  padding-bottom: 1.2rem;
}

@media (max-width: 1024px) {
  .brand_content .advertising {
    height: 10.82rem;
    padding-bottom: 0;
    margin-bottom: 1rem;
  }
}

.brand_content .advertising img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .brand_content .advertising img {
    height: auto;
  }
}

.brand_content .advertising .btns_wrap1 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 6;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 1.3rem;
}

@media (max-width: 768px) {
  .brand_content .advertising .btns_wrap1 {
    padding: 0;
  }
}

.brand_content .stars {
  overflow: hidden;
  padding-bottom: 0.3rem;
}

.brand_content .stars .jacket {
  border-bottom: 1px solid #888;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brand_content .stars .jacket:hover {
  border-bottom: 4px solid #ff0000;
  box-shadow: 0px 10px 15px 3px rgba(0, 0, 0, 0.15);
}

.brand_content .stars .jacket:hover .research_team_item_img img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.brand_content .stars .jacket .research_team_item_img {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .brand_content .stars .jacket .research_team_item_img {
    height: auto;
  }
}

.brand_content .stars .jacket .research_team_item_img img {
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brand_content .stars .jacket .research_team_item_info {
  background-color: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 20px;
}

.brand_content .stars .jacket .research_team_item_info span {
  color: #000;
  margin-right: 0.45rem;
}

.brand_content .stars .swiper-scrollbar-wrap {
  margin: 0 auto;
  margin-top: 1.5rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.brand_content .stars .swiper-scrollbar-wrap .swiper-scrollbar {
  height: 5px;
  width: 50%;
}

.channelProjectDetail-wrap .footer {
  background-color: #fff;
}

.teletext {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.teletext .teletext_info .teletext_info_left {
  -webkit-flex: 0 0 -webkit-calc(50% - 1.25rem);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 1.25rem);
          flex: 0 0 calc(50% - 1.25rem);
  width: -webkit-calc(50% - 1.25rem);
  width: -moz-calc(50% - 1.25rem);
  width: calc(50% - 1.25rem);
}

.teletext .teletext_info .teletext_info_left p span {
  white-space: pre-wrap !important;
}

@media (max-width: 768px) {
  .teletext .teletext_info .teletext_info_left {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.teletext .teletext_info .teletext_info_left .teletext_info_left_top {
  color: #000;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #888;
  margin-bottom: 0.8rem;
}

.teletext .teletext_info .teletext_info_right {
  -webkit-flex: 0 0 49%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  height: 11rem;
}

@media (max-width: 768px) {
  .teletext .teletext_info .teletext_info_right {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.teletext .teletext_info .teletext_info_right img {
  width: 100%;
  height: 100%;
}

.teletext .teletext_img {
  padding-top: 0.5rem;
}

.teletext .teletext_img .teletext_img_left {
  -webkit-flex: 0 0 80%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
}

@media (max-width: 768px) {
  .teletext .teletext_img .teletext_img_left {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.teletext .teletext_img .teletext_img_right {
  -webkit-flex: 0 0 18%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
}

@media (max-width: 768px) {
  .teletext .teletext_img .teletext_img_right {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 0.5rem;
  }
}

.teletext .teletext_img .teletext_img_right img {
  height: 100%;
}

.facility_wrap {
  padding: 1.2rem 0;
  background-color: #f4f4f4;
  position: relative;
}

.facility_wrap .facility {
  position: relative;
  overflow: hidden;
}

.facility_wrap .facility_sw {
  overflow: hidden;
}

.facility_wrap .btns_wrap1 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 6;
}

@media (max-width: 768px) {
  .facility_wrap .btns_wrap1 {
    display: none;
  }
}

.offline-wrap .footer {
  background-color: #fff;
}

.offline_wrap2 {
  background-color: #f3f3f3;
}

.offline_wrap2 .offline {
  padding: 2rem 0;
}

.offline_wrap2 .offline .offline_main {
  margin-top: 1.7rem;
}

.offline_wrap2 .offline .offline_main .offline_main_top .main_top_com {
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding-bottom: 28px;
  border-bottom: 1px solid #dddddd;
  color: #888;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen {
  .offline_wrap2 .offline .offline_main .offline_main_top .main_top_com .main_top_com_tips {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
  }
}

.offline_wrap2 .offline .offline_main .offline_main_top .main_top_com.cur {
  border-bottom: 1px solid #ff0000;
}

.offline_wrap2 .offline .offline_main .offline_main_top .main_top_com.cur :first-child {
  color: #ff0000;
}

.offline_wrap2 .offline .offline_main .offline_main_top .main_top_com.cur :last-child {
  color: #000;
}

.offline_wrap2 .offline .offline_main .offline_main_list {
  margin-top: 0.5rem;
}

.offline_wrap2 .offline .offline_main .offline_main_list :nth-child(5n) {
  margin-right: 0;
}

.offline_wrap2 .offline .offline_main .offline_main_list .offline_main_item {
  -webkit-flex: 0 0 -webkit-calc(20% - 35px);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 35px);
          flex: 0 0 calc(20% - 35px);
  width: -webkit-calc(20% - 35px);
  width: -moz-calc(20% - 35px);
  width: calc(20% - 35px);
  margin-right: 35px;
  margin-top: 1.25rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 3px solid transparent;
  position: relative;
  background-color: #fff;
}

@media (max-width: 768px) {
  .offline_wrap2 .offline .offline_main .offline_main_list .offline_main_item {
    -webkit-flex: 0 0 -webkit-calc(50% - 35px);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 35px);
            flex: 0 0 calc(50% - 35px);
    width: -webkit-calc(50% - 35px);
    width: -moz-calc(50% - 35px);
    width: calc(50% - 35px);
  }
}

.offline_wrap2 .offline .offline_main .offline_main_list .offline_main_item:hover {
  border: 3px solid #ff0000;
}

.offline_wrap2 .offline .offline_main .offline_main_list .offline_main_item:hover::after {
  display: block;
}

.offline_wrap2 .offline .offline_main .offline_main_list .offline_main_item::after {
  display: none;
  content: "";
  background: url(../img/offline_ico1.png);
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 29px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.offstore_wrap .offstore {
  padding: 2rem 0;
}

.offstore_wrap .offstore .offstore_top_tips {
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #ddd;
}

.offstore_wrap .offstore_sec {
  padding-top: 1.5rem;
}

@media (max-width: 768px) {
  .offstore_wrap .offstore_sec .offstore_sec_top .left {
    display: block;
  }
}

.offstore_wrap .offstore_sec .offstore_sec_top .left .apply_info_item {
  margin-left: 1.5rem;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 768px) {
  .offstore_wrap .offstore_sec .offstore_sec_top .left .apply_info_item {
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
}

.offstore_wrap .offstore_sec .offstore_sec_top .left .apply_info_item .apply_info_item_ipt {
  width: 144px;
  border: none;
  outline: none;
}

.offstore_wrap .offstore_sec .offstore_sec_top .right {
  height: 43px;
  border: 1px solid #eee;
}

.offstore_wrap .offstore_sec .offstore_sec_top .right .right_ipt {
  width: 247px;
  height: 90%;
  border: none;
  outline: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 30px;
}

.offstore_wrap .offstore_sec .offstore_sec_top .right .right_icon {
  width: 42px;
  height: 100%;
  border-left: 1px solid #eee;
}

.offstore_wrap .offstore_sec .offstore_sec_list {
  padding-top: 1rem;
}

.offstore_wrap .offstore_sec .offstore_sec_list :nth-child(3n) {
  border-right: none !important;
}

@media (max-width: 768px) {
  .offstore_wrap .offstore_sec .offstore_sec_list :nth-child(3n) {
    border-right: 1px solid #ddd !important;
  }
}

.offstore_wrap .offstore_sec .offstore_sec_list .offstore_sec_item {
  -webkit-flex: 0 0 32%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  padding-left: 1.25rem;
  padding-top: 1rem;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 768px) {
  .offstore_wrap .offstore_sec .offstore_sec_list .offstore_sec_item {
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.offstore_wrap .offstore_sec .offstore_sec_list .offstore_sec_item .offstore_sec_item_name {
  color: #555657;
}

.offstore_wrap .offstore_sec .offstore_sec_list .offstore_sec_item .site {
  -webkit-flex: 0 0 14%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 14%;
          flex: 0 0 14%;
  width: 14%;
  line-height: 1.6;
}

.offstore_wrap .offstore_sec .offstore_sec_list .offstore_sec_item .site_detail {
  -webkit-flex: 0 0 80%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  width: 80%;
  height: 1.24rem;
  line-height: 1.6;
}

.offstore_wrap .offstore_sec .offstore_sec_list .offstore_sec_item .site_tel {
  border: none !important;
}

.offstore_wrap .offstore_sec .offstore_sec_list .offstore_sec_item .site_tel span {
  width: 14%;
}

.offstore_wrap .offstore_sec .offstore_sec_list .offstore_sec_item .operate {
  margin-top: 0.5rem;
  padding-bottom: 1.25rem;
}

.offstore_wrap .offstore_sec .offstore_sec_list .offstore_sec_item .operate .operate_item {
  width: 3.1rem;
  height: 0.95rem;
}

@media (max-width: 768px) {
  .offstore_wrap .offstore_sec .offstore_sec_list .offstore_sec_item .operate .operate_item {
    width: 50%;
  }
}

.offstore_wrap .offstore_sec .offstore_sec_list .offstore_sec_item .operate .operate_item .operate_item_icon {
  margin-right: 12px;
}

.offstore_wrap .offstore_sec .offstore_sec_list .offstore_sec_item .operate .caption_l {
  background-color: #eb3d36;
  color: #fff;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .offstore_wrap .offstore_sec .offstore_sec_list .offstore_sec_item .operate .caption_l {
    margin: 0;
  }
}

.offstore_wrap .offstore_sec .offstore_sec_list .offstore_sec_item .operate .caption_r {
  background-color: #fff;
  color: #eb3d36;
  border: 1px solid #eb3d36;
  height: 100%;
}

@media (max-width: 768px) {
  .offstore_wrap .offstore_sec .offstore_sec_list .offstore_sec_item .operate .caption_r img {
    margin-right: 0 !important;
  }
}
