/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "utf-8";

html{font-family: "Noto Sans SC", sans-serif;}
body {font-size: 14px;color: #555;}
/* html,body {background-color: #FCFBFB;} */
body,div,h1,h2,h3,h4,h5,h6,hr,p,span,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,a,:after,:before{margin:0;padding:0;box-sizing: border-box;}
ul,ol,li{list-style:none;}
a{text-decoration: none;color: #555}
.auto{margin-left:auto;margin-right:auto;}
.l{float:left;}.r{float:right;}.tc{text-align: center;}.ti2{text-indent: 2em;}
.db{display:block;}.dn{display:none;}.dib{display: inline-block;}
.ovh{overflow:hidden;}.rel{position:relative;}.abs{position:absolute;}
.fix:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-flex:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-web:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-phone:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.img-responsive{max-width: 100%; height: auto; display: block;}
.ellipsis{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: block; white-space: nowrap;}
.ellipsis1{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: inline-block; white-space: nowrap;}
img {border:none;display: inline-block;height: auto;max-width: 100%;}
.showmenu.nav-ul-box {
  left: 0;
}
/*margin*/
.m0{margin: 0px;}
.m1{margin: 1px;}.ml1{margin-left: 1px;}.mt1{margin-top: 1px;}.mr1{margin-right: 1px;}.mb1{margin-bottom: 1px;}
.m2{margin: 2px;}.ml2{margin-left: 2px;}.mt2{margin-top: 2px;}.mr2{margin-right: 2px;}.mb2{margin-bottom: 2px;}
.m5{margin: 5px;}.ml5{margin-left: 5px;}.mt5{margin-top: 5px;}.mr5{margin-right: 5px;}.mb5{margin-bottom: 5px;}
.m10{margin: 10px;}.ml10{margin-left: 10px;}.mt10{margin-top: 10px;}.mr10{margin-right: 10px;}.mb10{margin-bottom: 10px;}
.m15{margin: 15px;}.ml15{margin-left: 15px;}.mt15{margin-top: 15px;}.mr15{margin-right: 15px;}.mb15{margin-bottom: 15px;}
.m20{margin: 20px;}.ml20{margin-left: 20px;}.mt20{margin-top: 20px;}.mr20{margin-right: 20px;}.mb20{margin-bottom: 20px;}
.mr25 {margin-right: 25px;}
/*padding*/
.p0{padding: 0px;}
.p1{padding: 1px;}.pl1{padding-left: 1px;}.pt1{padding-top: 1px;}.pr1{padding-right: 1px;}.pb1{padding-bottom: 1px;}
.p2{padding: 2px;}.pl2{padding-left: 2px;}.pt2{padding-top: 2px;}.pr2{padding-right: 2px;}.pb2{padding-bottom: 2px;}
.p5{padding: 5px;}.pl5{padding-left: 5px;}.pt5{padding-top: 5px;}.pr5{padding-right: 5px;}.pb5{padding-bottom: 5px;}
.p10{padding: 10px;}.pl10{padding-left: 10px;}.pt10{padding-top: 10px;}.pr10{padding-right: 10px;}.pb10{padding-bottom: 10px;}
.p15{padding: 15px;}.pl15{padding-left: 15px;}.pt15{padding-top: 15px;}.pr15{padding-right: 15px;}.pb15{padding-bottom: 15px;}
.p20{padding: 20px;}.pl20{padding-left: 20px;}.pt20{padding-top: 20px;}.pr20{padding-right: 20px;}.pb20{padding-bottom: 20px;}
.p30 {padding: 30px;}
.mt30 {margin-top: 30px;}
.mb25 {margin-bottom: 25px;}


input[type="text"],input[type="password"],input[type="number"],textarea,button,input[type="email"],input[type="date"] {
  border: none;
  outline: none;
  background-color: transparent;
}

.nav-ul>li::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  width: 0;
  height: 3px;
  background-color: #e5212b;
  transition: width .3s ease;
}

.nav-ul>li:hover::after,.nav-ul>li.on::after {
  width: 100%;
}

.normal-on {
  opacity: 0;
  visibility: hidden;
}

.nav-ul>li.on .normal-on,.nav-ul>li:hover .normal-on{
  opacity: 1;
  visibility: visible;
}

.nav-ul>li.on .normal-img,.nav-ul>li:hover .normal-img{
  opacity: 0;
  visibility: hidden;
}

.nav-ul>li.on a,.nav-ul>li:hover a {
  color: #e5212b;
}

.center-box {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

input {
  outline: none;
}

html,body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.swiper-normal-button.swiper-button-disabled {
  pointer-events: all;
  opacity: 1;
}

.swiper-normal-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* box-shadow: 0 6px 6px 0px rgba(12, 67, 126, .5); */
  justify-content: center;
  align-items: center;
  font-weight: 600;
  background-color: #fff;
}

.swiper-normal-button::after {
  font-size: 20px;
  color: #0c437e;
}


.swiper-people-prev,.swiper-people-next {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
  font-size: 0;
} 

.swiper-people-prev::after,.swiper-people-next::after {
  font-size: 20px;
  color: #979797;
  font-weight: 600;
}

.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.swiper-people-next.swiper-button-lock,.swiper-people-prev.swiper-button-lock {
  display: block;
}

.showmenu.nav-ul-box {
  left: 0;
}


.menu {
  margin-left: 10px;
  cursor: pointer;
  display: none;
}

.hide-pc {display: none;}
.menu i {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #e5212b;
  margin-top:7px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition:-webkit-transform 0.3s;
  transition:-webkit-transform 0.3s;
  -o-transition:transform 0.3s;
  transition:transform 0.3s;
  transition:transform 0.3s, -webkit-transform 0.3s;
}


.menu i:first-child {
  margin-top: 0;
}
.menu.rotate i:nth-of-type(1) {
  -webkit-transform: rotate(46deg);
      -ms-transform: rotate(46deg);
          transform: rotate(46deg);
}
.menu.rotate i:nth-of-type(2){
  opacity: 0;
}

.menu.rotate i:nth-of-type(3){
  -webkit-transform: rotate(-46deg);
      -ms-transform: rotate(-46deg);
          transform: rotate(-46deg);
}

.footer {
    background-color: #0c437e;
    color: #fff;
    padding: 20px 0;
    font-size: 14px;
}

.footer a {
    color: inherit;
}

.block {
    display: block;
}


.footer-logo {
    max-width: 160px;
}

.mt10 {
    margin-top: 10px;
}

.code-img {
    width: 87px;
}

.footer-info {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}

.footer-info a {
    color: rgba(255,255,255,0.5);
}

.text-center {
    text-align: center;
}

.flex {
    display: flex;
}


.flex-wrap {
    flex-wrap: wrap;
}

.mr5 {
    margin-right: 5px;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.flex1 {
    flex: 1;
}

.pb25 {
    padding-bottom: 25px;
}

.normal-bg {
    background-color: #f7f7f7;
}

.main-pd {
    padding: 25px 0;
}

.fs14 {
    font-size: 14px;
}

.overflow-y-auto {
    overflow-y:auto;
}

.items-start {
    align-items: flex-start;
}

.banner-mask {
    padding: 10px;
    background-color: #fff;
}

.banner-mask-ul>li {
    border-bottom: 1px solid #ddd;
}

.w-full {
    width: 100%;
}

.absolute {
    position: absolute;
}

.left-0 {
    left: 0;
}

.bottom-0 {
    bottom: 0;
}

.swiper-news-mask {
    padding: 10px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    width: 100%;
    left: 0;
    bottom: 0;
}


.tr {text-align: right;}

.webkit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1; 
}
.line2 {
  -webkit-line-clamp: 2;
}
.line3 {
  -webkit-line-clamp: 3;
}
.line4 {
  -webkit-line-clamp: 4;
}
.line5 {
  -webkit-line-clamp: 5;
}
.line6 {
  -webkit-line-clamp: 6;
}

.col-000 {
  color: #000;
}
.col-333 {
  color: #333;
}
.col-666 {
  color: #666;
}
.col-999 {
  color: #999;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}

.col-fff {
  color: #fff;
}
.col-fff a{
  color: #fff;
}
.bgfff {
  background-color: #fff;
}

.font-bold {
    font-weight: 600;
}
.relative {
    position: relative;
}
.hot-img {
    top: -2px;
    margin-right: 5px;
}
.inline-block {
    display: inline-block;
}
.align-middle {
    vertical-align: middle;
}

.search-box {padding:25px 0}

.logo-img {
    max-width: 160px;
}

.sticky {
    position: sticky;
    z-index: 999;
    background-color: #fff;
    top: 0;
}

.head {
    padding: 10px 0;
}

.justify-between {
    justify-content: space-between;
}


.img-box {
    width: 25px;
    height: 25px;
}


.search-inner-box {
    border-radius: 999px;
}

.ph15 {
    padding: 0 15px;
}

.search-val {
    height: 40px;
}

.search-btn {
    font-size: 16px;
    color: #fff;
    width: 80px;
    height: 40px;
    background-color: #e5212b;
    cursor: pointer;
}

.banner-mask-ul>li a {
    padding: 10px 0;
}

.normal-page {
    gap: 5px;
}

.pv20 {
    padding: 15px 0;
}
.fs34 {
    font-size: 18px;
}

.bb {
    border-bottom: 1px solid #e9e9e9;
}

.fs16 {
    font-size: 14px;
}

.pv30 {
    padding: 15px 0;
}

.line-8 {
    line-height: 24px;
}

.inline-flex {
    display: inline-flex;
}

.wx_share-btn {
    width: 178px;
    height: 36px;
    background-color: #e6e6e6;
    border-radius: 999px;
    color: #999;
    font-size: 14px;
    max-width: calc(50% - 10px);
}
.wx_share-btn:hover {
    background-color: #e5212b;
    color: #fff;
}

.fs28 {
    font-size: 18px;
}

.w30 {
    width: 20px;
}

.fs20 {
    font-size: 16px;
}

.swiper-people-inner {
    padding: 1.56vw 2.08vw ;
}

.sub-btn {
    display: inline-flex;
    width: 140px;
    height: 50px;
    background-color: #d61338;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.banner-img {
    max-height: 534px;
    object-fit: cover;
}

.sub-val {
    height: 50px;
    font-size: 16px;
}

.sub-dl {
    border-bottom: 1px solid #dadada;
    font-size: 16px;
}

.sub-dt {
    width: 70px;
}

.join-right {
    padding: 0 15px;
}


.title-line {
    width: 25px;
    height: 3px;
    background-color: #d61338;
}

.pv80 {
    padding: 25px 0;
}

.result-text {
    color: #d11f3e;
}

.result-ul {
    gap: 15px;
}

.result-ul>li {
    width: calc(calc(100% - 15px) / 2);
}

.main-pb {
    padding-bottom: 25px;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.nav-ul {
    gap: 15px;
}

.flex-col-reverse {
    display: flex;
    flex-direction: column-reverse;
}

.hidden {
    display: none;
}

#qrcode,.qrcode {
    border:1px solid #d7d7d7;width: 108px;height: 108px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%,100%);display:none;padding: 10px;background-color: #fff;z-index:98
}

#swiper-people .siper-slide {
    height: auto;
}

 @media screen and (min-width:768px) {
    .grid-outer-box {
        padding: 35px 0;
    }
    .head {
        padding: 0;
    }
    
    .logo-img {
        max-width: 370px;
    }
    
    .nav-ul {
        gap: 100px;
    }
    
    .drop-a {
        padding: 30px 0;
    }
    
    .search-box {padding:50px 0}
    
    .search-val {
        font-size: 18px;
        height: 50px;
        padding:  0 20px;
    }
    
    .search-inner-box {
        max-width: 560px;
    }
    
    .search-btn {
        font-size: 18px;
        height: 50px;
        width: 100px;
    }
    
    .footer {padding:40px 0}
    
    .normal-flex {
        display: flex;
        flex-direction: row;
    }
    
    
    .fooer-links-box {
        border-left: 1px solid rgba(255,255,255,0.1);
        padding-left: 25px;
        margin-left: 25px;
    }
    
    .fooer-links-ul {
        margin-top: 0;
        justify-content: flex-start;
    }
    
    .code-text {
        display: flex;
        flex-direction: column;
        text-align: right;
        margin-right: 20px;
    }
    
    .normal-mt0 {
        margin-top: 0;
    }
    
    .footer-logo {
        max-width:370px;
    }
    
    .fooer-links-ul>li{
        margin-right: 40px;
    }
    
    .normal-mt10 {
        margin-top: 10px;
    }
    
    .normal-mt20 {
        margin-top: 20px;
    }
    
    .main-pd {
        padding: 60px 0;
    }
    
    .normal-top0 {
        top: 0;
    }
    
    .normal-right0 {
        right: 0;
    }
    .normal-mr20 {
        margin-right: 20px;
    }
    
    .normal-mt30 {
        margin-top: 30px;
    }
    
    .w30 {
        width: 30px;
    }
    
    .w50 {
        width: 50%;
    }
    
    .w46 {
        width: 46%;
    }
    
    .pv10 {
        padding: 10px 0;
    }
    
    .fs20 {
        font-size: 20px;
    }
    
    .main-pb {
        padding-bottom: 50px;
    }
    
    .normal-absolute {
        position: absolute;
    }
    
    .pv20 {
        padding: 20px 0;
    }
    
    .fs28 {
        font-size: 28px;
    }
    
    .fs34 {
        font-size: 34px;
    }
    
    .pv30 {
        padding: 30px 0;
    }
    
    .line-8 {
        line-height: 32px;
    }
    
    .tr {
        text-align: right;
    }
    .w44 {
        width: 44%;
    }
    
    .line-7 {
        line-height: 28px;
    }
    .banner-mask {
        width: 375px;
        background-color:  rgba(0,0,0,0.5);
        color: #fff;
        padding: 20px 0;
        height: 100%;
        max-width: 100%;
        z-index: 98;
        color: #fff;
    }
    
    .banner-mask a {
        color: inherit;
    }
    
    .banner-mask-ul>li {
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .banner-mask-ul>li:hover {
        background: url(../img/1240pics_show01-1240.png) repeat-y left top;
        background-size: 100% auto;
    }
    
    .banner-mask-ul>li a {
        padding: 10px 20px;
    }
    
    .swiper-news {
        margin-top: 50px;
    }
    
    .swiper-news-mask {
        padding: 20px;
    }
    
    .swiper-news-mask-tit {
        font-size: 20px;
    }
    
    .fs16 {
        font-size: 16px;
    }
    
    .w48 {
        width: 48%;
    }
    
    .pv80{
        padding: 80px 0;
    }
    
    .join-right {
        padding-right: calc(calc(100vw - 1250px) / 2);
    }
    
    .result-ul {
        gap: 2.08vw;
    }
    
    .result-ul>li {
        width: calc(calc(100% - 2.08vw * 3) / 4);
    }
    
    .line2 {
        display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      -webkit-line-clamp: 2;
    }
    .line3 {
      -webkit-line-clamp: 3;
    }
    .line4 {
      -webkit-line-clamp: 4;
    }
    .line5 {
      -webkit-line-clamp: 5;
    }
    .line6 {
      -webkit-line-clamp: 6;
    }
    .normal-mt {
        margin-top: 50px;
    }
 }
 
 
 .normal-bj {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
      }

      .center-box2 {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
      }

      .grid-outer-box {
        padding: 20px 0;
      }

      .grid-item {
        background-color: #fbf0ee;
        padding: 5px;
        overflow: hidden;
        font-size: 16px;
        font-weight: 600;
        min-height: 93px;
        position: relative;
      }

      .grid-item-inner {
        background-color: #e97076;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #fff;
        position: absolute;
        inset: 5px;
      }
      
      .grid-item a .grid-item-inner:hover {
        background-color: #e5212b;
      }

      .grid-item a[href='javascript:void(0)'] .grid-item-inner:hover  {
        background-color: #e97076;
      }
      
      .grid-box {
        display: grid;
        display: -ms-grid;
        display: -moz-grid;
        grid-template-rows: repeat(4, 1fr);
        grid-template-columns: repeat(13, 1fr);
        overflow: hidden;
      }

      .grid-item9,.grid-item11,.grid-item37{
        grid-column: span 2;
      }

      .grid-item10 {
        grid-column: span 2;
        grid-row:  span 2;
      }

      .grid-item-img + .grid-item-span {
        margin-left: 5px;
      }

      .grid-item15 {
        grid-column: span 3;
        grid-row:  span 2;
      }

      .grid-item19 {
        grid-column: span 2;
        grid-row:  span 2;
      }

      @media screen and (min-width:768px) {
        .grid-item9,.grid-item10,.grid-item19,.grid-item15,.grid-item37 {
          font-size: 26px;
        }
       }
      

      .grid-item9 .grid-item-inner,.grid-item10 .grid-item-inner,.grid-item15 .grid-item-inner,.grid-item18 .grid-item-inner,
      .grid-item25 .grid-item-inner,.grid-item26 .grid-item-inner,.grid-item19 .grid-item-inner,.grid-item37 .grid-item-inner{
        background-image: url(../img/chess_2_3.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: center;
      }

      .grid-item-span i {
        font-size: 16px;
        font-style: normal;
      }

      @media screen and (max-width:768px) {
          #qrcode {
              width: 100px;
              height: 100px;
              bottom: unset;
              left: unset;
              right: -10px;
              top: 50%;
              transform: translate(100%,-50%);
          }
          
          .company_share .qrcode {
              width: 100px;
              height: 100px;
              bottom: unset;
              left: unset;
              left: -10px;
              top: 50%;
              transform: translate(-100%,-50%);
          }
          
          .web-display {
              display: flex;
              align-content: center;
              justify-content: space-between;
          }
         .grid-box {
          grid-template-rows: repeat(13, 1fr);
          grid-template-columns: repeat(4, 1fr);
        }

        .grid-item9 {
          grid-column: span 3;
        }
        .grid-item37 {
            grid-column: span 1;
            grid-row: span 1;
        }
        .grid-item {padding: 2px;}

        .grid-item-inner {
          inset: 2px;
        }
        
        .web-tc {
            text-align: center;
        }
        
        .hide-web {
            display: none;
        }
        
        .hide-pc {
            display: block;
        }
      }


