html, body {
    overflow-x: hidden;
  }
  :root{
    --cw:75%;
    --cwm:94%;
    --hh:2rem;
  }
  /* header开始 */
  #header{
      border-top: 10px solid #efefef;
  }
  .index-header{
    margin:auto;
    padding:10px 0 0;
  }
  .header-pc{
      padding: 10px 0 20px;
      width: var(--cw);
      margin:auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-m{
    display: none;
  }
  .header-logo{
    width:43%;
  }
  .h-daohang{
      text-align: right;
      width: 25%;
    margin-left: 20%;
  }
  .header-lang{
    display: flex;
    align-items: center;
    margin-left: 70%;
  }
  .header-lang > div a{
    color:#000;
    font-size:17px;
  }
  .header-lang > div:nth-child(2){
    padding:0 0.5rem;
  }
  .header-lang > div.h-l-active a{
    color:#23ac38;
    font-size:15px;
  }
  .header-search{
      margin-top:.6rem;
      background: #fafafa;
      border: 1px solid #dcdcdc;
    height:45px;
    border-radius:5rem;
  }
  .header-search form{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:45px;
  }
  input::-webkit-input-placeholder{
     color: #c3c3c3;
  }
  .h-s-input input{
    border: none;
    height: var(--hh);
    line-height: var(--hh);
    background: transparent;
    width: 10VW;
    margin-left:15px;
    text-indent: 0.5rem;
    font-size: 15px;
  }
  .h-s-sub input{
    padding: 0 1rem;
    border: none;
  }
  /*导航*/
  .header-nav{
   background: #01479d;
   line-height: 65px;
   width: 100%;
   height: 65px;
  }
  .nav-pc{
      width: var(--cw);
      padding: 0;
      margin: 0 auto;
    -webkit-box-align: center;
    align-items: center;
  }
  .nav-pc li {
      width: calc(100% / 9);
    margin:0;
      float: left;
      text-align: center;
      line-height: 65px;
    cursor: pointer;
    transition: all 0.6s;
    position: relative;
  }
  .mobile_nav .menulevel{
    display: none !important;
  }
  .nav-pc li a{
      display: block;
      font-size:1rem;
       color: #fff;
  }
  .nav-pc li:hover{
      background: #23ac38; 
  }
  .nav-pc li a span{
      font-size:17px;
    position: relative;
    color: #fff;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
  .nav-pc li:hover a span{ 
    color: #fff;
    background: transparent;
    position: relative;
    transition: all 0.5s;
  }
  .nav-pc li a#menu_selected{
    background: #23ac38; 
  }
  .nav-pc li a#menu_selected span:after {
    opacity: 1;
    bottom:-1rem;
  }
  /*banner*/
  .index-banner-bg{
    width: 100%;
  }
  .index-banner-bg img{
    width: 100%;
    object-fit:cover;
  }
  /*产品*/
  .pro-title{
      background: #105cb1;
      padding:40px 0;
  }
  .pro-bt {
      width: 35%;
      color: #fff;
      font-size:42px;
      letter-spacing:0.1rem;
  }
  .pro-bt p{
      font-size: 22px;
      letter-spacing:0.4rem;
      color: rgba(255,255,255,.5);
  }
  .pro-fl{
      width:60%;
      float: right;
      margin-top: 1rem;
  }
  .pro-fl ul{
      display: flex;
      flex-wrap:wrap;	    
  }
  .pro-fl ul li{
      width: 25%;
    text-align: left;
    line-height: 40px;
  }
  .pro-fl ul li a{
      color: #fff;
      font-size: 16px;
      display: -webkit-box;-webkit-line-clamp:1;overflow: hidden;-webkit-box-orient: vertical;
  }
  .pro-con{
      margin-top:70px;
      position: relative;
  }
  .pro-more{
      position: relative;
      margin-top: 70px;
      text-align: center;
      line-height: 52px;
      background: url(/html/class/template/images/pro-gd.png) no-repeat top center;
  }
  .pro-more a{
      color: #fff;
      font-size: 17px;
  }
  /*优势*/
  .ys{padding-top:90px;margin-top:90px;height:930px;background: url(/html/class/template/images/ys-bg.jpg) no-repeat top center;}
  .ys-title{color: #fff;font-size: 42px;}
  .ys-title p{font-size: 32px;}
  .ys-title:after{width: 30px;height: 5px;display: block;content: "";margin-top: 2rem;background: #fff;}
  .ys-znr{position:relative;margin-top:80px;}
  .ys-znr li{height: 615px; float: left;width: 1680px;margin-top:22px;}
  .ys-con{width:700px;}
  .ys-xbt{line-height: 32px;color: #555555;font-size: 16px;margin-top:200px!important;padding-right: 90px;}
  .ys-xbt p{margin-bottom: 50px;font-family: arial;text-transform: uppercase;color: #181818;font-size: 37px;}
  .ys-xgd{margin-top: 60px;}
  .ys-xgd img{vertical-align: middle;margin-left:100px;}
  .ys-xgd a{font-size: 16px;color: #000;}
  .ys-tu-dingwei{position:relative;}
  .ys-tu{height: auto;position: absolute;right:0px;bottom: 0px; width: 49%;}
  .ysa{padding-bottom: 100px;background: url(/html/class/template/images/ys1.png) no-repeat bottom 40px right;}
  .ysb{padding-bottom: 100px;background: url(/html/class/template/images/ys2.png) no-repeat bottom 40px right;}
  .ysc{padding-bottom: 100px;background: url(/html/class/template/images/ys3.png) no-repeat bottom 40px right;}
  
  
  /*简介*/
  .about-bg{padding:90px 0;}
  .about-nav{width:45%}
  .about-con{width: 50%;}
  .about-nav li{height:185px;border-bottom: 1px solid #ddd;font-size:18px;line-height: 35px;padding-top:60px;cursor: pointer;transition: all 0.6s;}
  .about-nav li:last-child{border-bottom:none;}
  .about-nav li span{font-family: "century gothic";font-size:62px;letter-spacing: -1px;}
  .about-nav li p{font-size: 21px;}
  .aba{background: url(/html/class/template/images/ab-tu_03.png) no-repeat right center;}
  .aba:hover{background: url(/html/class/template/images/ab-tu1_03.png) no-repeat right 20px center #105cb1;padding-left: 20px}
  .abb{background: url(/html/class/template/images/ab-tu_06.png) no-repeat right center;}
  .abb:hover{background: url(/html/class/template/images/ab-tu1_06.png) no-repeat right 20px center #105cb1;padding-left: 20px}
  .abc{background: url(/html/class/template/images/ab-tu_12.png) no-repeat right center;}
  .abc:hover{background: url(/html/class/template/images/ab-tu1_12.png) no-repeat right 20px center #105cb1;padding-left: 20px}
  .abd{background: url(/html/class/template/images/ab-tu_17.png) no-repeat right center;}
  .abd:hover{background: url(/html/class/template/images/ab-tu1_17.png) no-repeat right 20px center #105cb1;padding-left: 20px}
  .abe{background: url(/html/class/template/images/ab-tu_19.png) no-repeat right center;}
  .abe:hover{background: url(/html/class/template/images/ab-tu1_19.png) no-repeat right 20px center #105cb1;padding-left: 20px}
  .about-nav li:hover{color: #fff;}
  .about-nav li:hover p{color: #fff;}
  .about-nav li:hover span{color: #fff;}
  .about-dbt{font-size: 40px;margin-top: 20px;}
  .about-dbt p{font-weight: bold;font-size: 25px;margin-top:20px;}
  .about-diao{font-size: 16px;line-height: 36px;margin-top: 45px;}
  .about-more{background: url(/html/class/template/images/ab-tu_09.png) no-repeat top center;line-height: 52px;width: 270px;text-align: center;margin: 50px 0px 70px;}
  .about-more a{color: #fff;font-size: 16px;}
  /*新闻*/
  .news{padding-top: 270px;background: url(/html/class/template/images/news-bg.jpg) repeat top center #efefef;padding-bottom: 50px;}
  .news-znr{background: #fff;padding:45px;}
  .news-title{border-bottom: 1px solid #ddd;margin-bottom: 40px;}
  .news-bt{width: 30%;}
  .news-bt li{float: left;text-align: center;line-height: 55px;width:50%;}
  .news-a{color: #fff;font-size: 22px;}
  .news-b{color: #000;font-size: 22px;}
  .news-gd a{font-size: 17px;line-height: 55px;}
  .news-gd img{margin-left: 20px;}
  .gongsi{width: 33%;}
  .gs-xbt{margin: 30px 0px;}
  .gs-xbt a{line-height: 32px;font-size: 21px;color: #000;display: -webkit-box;-webkit-line-clamp:2;overflow: hidden;-webkit-box-orient: vertical;}
  .gs-xnr a{color: #7f7f7f;font-size: 15px;line-height: 28px;}
  .gs-xgd{margin-top: 35px;}
  .gs-xgd img{margin-left:10px;}
  .gs-xgd a{color: #000;font-size: 15px;}
  .zixun{width: 65%;}
  .zxzx{border-bottom: 1px solid #ddd;padding-bottom:30px;margin-bottom: 25px;}
  .zx-con{width: 55%;}
  .zx-xbt a{line-height:75px;font-size: 21px;color: #000;display: -webkit-box;-webkit-line-clamp:1;overflow: hidden;-webkit-box-orient: vertical;}
  .zx-xnr{margin: 15px 0px 30px;}
  .zx-xnr a{color: #7f7f7f;font-size: 15px;line-height: 28px;}
  .zx-xsj{color: #00cf50;font-size: 15px;}
  .zx-tu{width:41%;}
  .jishu li{float: left;width: 46%;line-height: 40px;}
  .jishu li:nth-child(1),.jishu li:nth-child(3),.jishu li:nth-child(5),.jishu li:nth-child(7),.jishu li:nth-child(9),.jishu li:nth-child(11){padding-right:45px;}
  .ba-con a{color: #000;font-size: 15px;display: -webkit-box;-webkit-line-clamp:1;overflow: hidden;-webkit-box-orient: vertical;}
  .date{color: #ddd;font-size: 14px;}
  /*底部*/
  .yqlj-bg{background: #efefef;padding: 20px 0px;}
  .footer-pc{display: block;background: #0056c0;}
  .footer-m{display: none;}
  .footer-con{width: var(--cw);;margin:auto;padding-top: 80px;padding-bottom: 50px;}
  .f-con{width: 34%;}
  .f-lxdh{margin-top: 35px;}
  .f-lxdh{font-size: 17px;color: #fff;margin-bottom: 20px;}
  .f-lxdh img{vertical-align: middle;margin-right:15px;}
  .f-lxdh span{font-family: "times new roman";color: #00cf50;font-size:28px;}
  .f-lxfsa li{font-size: 17px;color: #fff;line-height: 45px;}
  .f-lxfsa li img{vertical-align: middle;margin-right:15px;}
  .f-nav{float: right;width: 55%;}
  .f-qxgs{width: 40%;}
  .f-qxgs p{color: #fff;font-size: 25px;margin-bottom:25px;}
  .f-qxgs li a{line-height: 44px;color: rgba(255,255,255,.5);font-size: 16px;}
  .f-cpzx{width:20%;}
  .f-cpzx p{color: #fff;font-size: 25px;margin-bottom:25px;}
  .f-cpzx li {background: url(/html/class/template/images/f-gd.jpg) no-repeat right center;}
  .f-cpzx li a{line-height: 44px;color: rgba(255,255,255,.5);font-size: 16px;}
  .f-kjdh{width:25%;}
  .f-kjdh p{color: #fff;font-size: 25px;margin-bottom:25px;}
  .f-kjdh li {background: url(/html/class/template/images/f-gd.jpg) no-repeat right center;}
  .f-kjdh li a{line-height: 44px;color: rgba(255,255,255,.5);font-size: 16px;}
  .dibu{border-top:1px solid rgba(255,255,255,0.2);padding: 30px 0px;}
  .dibu-lxfs{background: #00cf50;width: 230px;line-height: 55px;text-align: center;}
  .dibu-lxfs a{color: #fff;font-size: 17px;}
  .dibu-sha{text-align: right;color: rgba(255,255,255,0.5);font-size: 15px;line-height: 30px;}
  .dibu-sha a{color: rgba(255,255,255,0.5);font-size: 15px;}
  /* 内页ib1开始 */
  .ib1{
    display: block;
  }
  .ib1m{
    display: none;
  }
  .ib1-con{
    position: relative;
  }
  .ib1c-tit{
    position: absolute;
    top:10%;
    left:25%;
    opacity: 0;
    -webkit-animation: fadeOutLeft 0.5s ease-in-out 0s;
    -o-animation: fadeOutLeft 0.5s ease-in-out 0s;
    animation: fadeOutLeft 0.5s ease-in-out 0s;
  }
  .ib1-con-active .ib1c-tit{
    -webkit-animation: fadeInLeft 0.5s ease-in-out 0s forwards;
    -o-animation: fadeInLeft 0.5s ease-in-out 0s forwards;
    animation: fadeInLeft 0.5s ease-in-out 0s forwards;
  }
  .ib1c-tit1{
    color: #004d9b;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
  }
  .ib1c-tit2{
    color: #010101;
    font-size: 1.4rem;
  }
  .ib1c-con{
    position: absolute;
    top: 25%;
    left: 14%;
    width: 80%;
  }
  .ib1cc-con{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .ib1cc-con li{
    float: left;padding-right: 10px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
  }
  
  .ib1cc-con li span:hover{
    color:#1db42f;
    font-weight: bold;
  }
  
  
  
  
  
  
  
  .ib1ccc-list{
    width: calc((100% - 3rem) / 4);
    margin-left:1rem;
    transform: skew(-30deg);
    overflow: hidden;
  }
  .ib1ccc-list:nth-child(1){
    margin-left:0%;
    opacity: 0;
  }
  .ib1-con-active .ib1ccc-list:nth-child(1){
    -webkit-animation: fadeIn 0.5s ease-in-out 0.8s forwards;
    -o-animation: fadeIn 0.5s ease-in-out 0.8s forwards;
    animation: fadeIn 0.5s ease-in-out 0.8s forwards;
  }
  .ib1ccc-list:nth-child(2){
    opacity: 0;
  }
  .ib1-con-active .ib1ccc-list:nth-child(2){
    -webkit-animation: fadeIn 0.5s ease-in-out 1s forwards;
    -o-animation: fadeIn 0.5s ease-in-out 1s forwards;
    animation: fadeIn 0.5s ease-in-out 1s forwards;
  }
  .ib1ccc-list:nth-child(3){
    opacity: 0;
  }
  .ib1-con-active .ib1ccc-list:nth-child(3){
    -webkit-animation: fadeIn 0.5s ease-in-out 1.2s forwards;
    -o-animation: fadeIn 0.5s ease-in-out 1.2s forwards;
    animation: fadeIn 0.5s ease-in-out 1.2s forwards;
  }
  .ib1ccc-list:nth-child(4){
    visibility: hidden;
    opacity: 0;
  }
  .ib1ccc-list:nth-child(5){
    margin-left:16%;
    margin-top:1rem;
    opacity: 0;
  }
  .ib1-con-active .ib1ccc-list:nth-child(5){
    -webkit-animation: fadeIn 0.5s ease-in-out 1.4s forwards;
    -o-animation: fadeIn 0.5s ease-in-out 1.4s forwards;
    animation: fadeIn 0.5s ease-in-out 1.5s forwards;
  }
  .ib1ccc-list:nth-child(6){
    margin-top:1rem;
    opacity: 0;
  }
  .ib1-con-active .ib1ccc-list:nth-child(6){
    -webkit-animation: fadeIn 0.5s ease-in-out 1.6s forwards;
    -o-animation: fadeIn 0.5s ease-in-out 1.6s forwards;
    animation: fadeIn 0.5s ease-in-out 1.6s forwards;
  }
  .ib1ccc-list:nth-child(7){
    margin-top:1rem;
    opacity: 0;
  }
  .ib1-con-active .ib1ccc-list:nth-child(7){
    -webkit-animation: fadeIn 0.5s ease-in-out 1.8s forwards;
    -o-animation: fadeIn 0.5s ease-in-out 1.8s forwards;
    animation: fadeIn 0.5s ease-in-out 1.8s forwards;
  }
  .ib1cccl-img{
    overflow: hidden;
  }
  .ib1cccl-img img{
    transform: skew(30deg) scale(1.4);
  }
  .ib1cccl-text{
    background: #004d9b;
    padding:1rem;
    width: calc(100% - 2rem);
  }
  .ib1cccl-t1{
    transform: skew(30deg);
    color:#fff;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .ib1cccl-t2{
    transform: skew(30deg);
    color:#fff;
    font-size: 1rem;
  }
  /* ib1结束 */
  @media (max-width: 1366px){
  .h-daohang {text-align: right;width: 20%;}
  .header-lang {
      margin-left:55%;
  }
  .header-logo{
      width: 50%;
  }
  .header-pc{
      padding: 0 0 1rem;
  }
    .header-nav{
      width: 100%;
    }
    .nav-pc li a span {
      font-size: 15px;
    }
    .h-s-input input {
      width: 7VW;
      font-size: 13px;
    }
    .header-lang > div a{
      font-size: 14px;
    }
  }
  @media (max-width: 1024px){
    .header-logo {
      width: 55%;
    }
    .header-nav {
      width: 100%;
    }
    .nav-pc li {
      width: calc(100% / 9);
      min-width: 4em;
    }
    .nav-pc li a span {
      font-size: 14px;
    }
    .h-s-input input {
      width: 3VW;
    }
    .header-lang > div:nth-child(2) {
      padding: 0 0.2rem;
    }
    .ib1 {
      height: 40rem;
    }
    .ib2ccn-list > span:nth-child(1) {
      font-size: 1.6rem;
    }
    .ib3-con {
      height: 50VH;
      margin-top: 10VH;
    }
    .ib3c-left, .ib3c-center, .ib3c-bottom {
      height: 50VH;
    }
    .ib3c-bj {
      height: 50VH;
    }
    .ib3c-bottom .ib3c-bj {
      height: calc((50VH - 0.7rem) / 2);
    }
    .ib3cb-bot {
      margin-top: 0.7rem;
    }
    .ib3ct-t1, .ib3ct-t2 {
      font-size: 1rem;
    }
  }
  @media (min-width:992px) and (max-width: 1439px) {
  
  .f-con{width: 100%!important;}
  .f-nav {border-top: 1px solid rgba(255,255,255,.2);width: 100%!important;padding-top:30px;margin-top:30px;}
  
  .zx-xbt a{line-height:55px!important;}
  .zx-xsj{display: none;}
  .date{display: none;}
  .zx-xnr{margin-bottom: 0!important;}
  .zx-xnr a{display: -webkit-box;-webkit-line-clamp:3;overflow: hidden;-webkit-box-orient: vertical;}
  .jishu li{float: left;width:47%!important;line-height: 40px;}
  .jishu li:nth-child(1),.jishu li:nth-child(3),.jishu li:nth-child(5),.jishu li:nth-child(7),.jishu li:nth-child(9),.jishu li:nth-child(11){padding-right:20px!important;}
  .ysa{background: none!important;}
  .ysb{background: none!important;}
  .ysc{background: none!important;}
  .ys-xbt{padding-right:2%;}
  .ys-tu{width: 61%;}
  .w-imgText3 .textB{left: calc((80% - var(--cw))/2);}
  .w-imgText3 .igt_btn{left: 8%;}
  .ys-xbt{margin-top: 50%;}
  .container {width: var(--cwm);}
  .nav-pc{ width: var(--cwm);}
  .header-pc{width: var(--cwm);}
  .pro-bt {font-size: 38px;}
  .pro-bt p {font-size: 19px;}
  .pro-fl ul li{display: -webkit-box;-webkit-line-clamp:1;overflow: hidden;-webkit-box-orient: vertical; color: #fff;}
  .pro-fl ul li a {font-size: 15px!important;}
  
  
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
  
  .pro-more{margin-top:40px!important;}
  .pro-bt {font-size:30px!important;}
  .pro-bt p{font-size:13px!important;}
  .pro-fl{width:60%!important;margin-top: 0!important;}
  .pro-fl li{line-height:28px!important;width:33%!important;display: -webkit-box;-webkit-line-clamp:1;overflow: hidden;-webkit-box-orient: vertical;}
  .pro-fl li a{font-size: 14px!important;}
  
  .f-con{width: 100%!important;}
  .f-nav {border-top: 1px solid rgba(255,255,255,.2);width: 100%!important;padding-top:30px;margin-top:30px;}
  .dibu-sha{display: none;}
  .news-a{color: #fff;font-size: 19px!important;}
  .news-b{color: #000;font-size:19px!important;}	
  .gs-xnr a{display: -webkit-box;-webkit-line-clamp:3;overflow: hidden;-webkit-box-orient: vertical;}
  .zx-xbt a{line-height:45px!important;font-size: 19px!important;}
  .zx-xsj{display: none;}
  .date{display: none;}
  .zx-xnr{margin-bottom: 0!important;}
  .zx-xnr a{display: -webkit-box;-webkit-line-clamp:2;overflow: hidden;-webkit-box-orient: vertical;}
  .jishu li{float: left;width:47%!important;line-height: 40px;}
  .jishu li:nth-child(1),.jishu li:nth-child(3),.jishu li:nth-child(5),.jishu li:nth-child(7),.jishu li:nth-child(9),.jishu li:nth-child(11){padding-right:20px!important;}	
      
      .about-nav{width: 100%!important;}
    .about-nav li{height:150px!important;padding-top:40px!important;float: left;width: 41%;margin:0 30px;}
      .about-nav li span{font-size: 50px!important;}
    .about-con{width: 99%!important;padding: 0 25px;}
      .about-diao{display: -webkit-box;-webkit-line-clamp:4;overflow: hidden;-webkit-box-orient: vertical;margin-top: 30px!important;}
      .about-dbt p{font-size: 20px!important;}
      .container {width: var(--cwm);}
    .nav-pc{ width: var(--cwm);}
    .header-pc{width: var(--cwm);padding: 1rem 0;}
      .header-search{display: none;}
      .f-ewm{display: none;}
      .header-lang{margin-left: 0;}
      .hamburger {
    display: inline-block;
    position: absolute;
    right: 2rem;
    top: 25px;
    z-index: 111;
  }
  .header-nav{height: 0;}
  .w-imgText3 .img{display: none;}
  .w-imgText3 .textB{left: calc((85% - var(--cw))/2);width: 98%;}
  .ys-xbt{margin-top: 20%;}
  .ys-xbt span{font-size: 18px;}
  .w-imgText3 .igt_btn{left: 11%;}
  .fa-right{top: 92%;}
  .fa-left{top: 92%;}
  
  }
  @media (max-width: 768px){
  .ib1 {height: 60rem;background: url(/html/class/template/images/ib1m-bj1.jpg) no-repeat;}
  .ib1ccc-list {width: 47%;margin-left: 0rem;height: 10rem;position: absolute;}
  .ib1ccc-list:nth-child(1) {top:24%;left:10%;}
  .ib1ccc-list:nth-child(2) {top: calc(24% + 7rem);right: 10%;}
  .ib1ccc-list:nth-child(3) {top: calc(24% + 17rem);left: 10%;}
  .ib1ccc-list:nth-child(4) {display: none;}
  .ib1ccc-list:nth-child(5) {top: calc(24% + 24rem);right: 10%; margin-top:0;}
  .ib1ccc-list:nth-child(6) {top: calc(24% + 34rem);left: 10%;margin-top:0;}
  .ib1ccc-list:nth-child(7) {top: calc(24% + 41rem);right: 10%;margin-top:0;}
  .w-imgText3 .img img{height: auto;}
  .ys-tu{width: 100%;}
  .pro-con{margin-top: 0; padding-top: 30px;}
  .w-imgText .img-count-in{bottom:-15%;}
  .w-imgText3 .textB{top: 30px;}
  .fa-left{top: 91%;}
  .fa-right{top: 91%;}
  /*优势*/
  .ys{margin-top:40px!important;background: url(/html/class/template/images/ys-bg.jpg) no-repeat top cente #efefef!important;padding: 50px 0px!important;height: auto!important;}
  .ys-title{color: #fff;font-size:34px!important;}
  .ys-title p{font-size:24px!important;}
  .ys-title:after{width: 30px;height: 5px;display: block;content: "";background: #fff;margin:20px 0px!important;}
  .ys-znr{position:relative;margin-top:39px!important;}
  .ys-znr li{float: left;width:100%!important;margin-top:22px; overflow: hidden;}
  .ys-xbt{line-height: 32px;color: #555555;font-size: 16px;margin-top:25px!important;padding-right: 90px;}
  .ysa,.ysb,.ysc{background: none!important;}
  .ys-xgd{margin-top:30px!important;}
  .ys-xgd img{vertical-align: middle;margin-left:30px!important;}
  
  /*
  .ys-con{width:700px;}
  
  .ys-xbt p{margin-bottom: 50px;font-family: arial;text-transform: uppercase;color: #181818;font-size: 37px;}
  
  
  .ys-xgd a{font-size: 16px;color: #000;}
  .ys-tu-dingwei{position:relative;}
  .ys-tu{position: absolute;right:0px;bottom: 0px;}
  */
  
  
  .pro-bt{font-size:34px!important;}
  .pro-bt p {font-size: 22px!important;margin-bottom: 20px!important;}
  .pro-more{margin-top:40px!important;}
  .pro-fl{width: 100%!important;}
  .pro-fl ul li a{font-size: 15px!important;line-height: 28px!important;color: #fff;}
  .news{padding-top: 90px!important;}
  .news-znr{padding:25px!important;}
  .news-bt{width:70%!important;}
  .news-bt li{line-height:45px!important;width:45%!important;}
  .news-a{color: #fff;font-size:18px!important;}
  .news-b{color: #000;font-size:18px!important;}
  .news-gd a{display: none;}
  .gongsi{width: 100%!important;clear: both;border-bottom: 1px solid #ddd;padding-bottom: 20px;margin-bottom: 20px;}
  .gs-tu{width: 45%;float: left;}
  .gs-con{width: 50%;float: right;}
  .gs-xbt{margin: 20px 0px!important;}
  .gs-xbt a{line-height:25px!important;font-size:18px!important;-webkit-line-clamp:1!important;}
  .gs-xnr a{display: -webkit-box;-webkit-line-clamp:2!important;overflow: hidden;-webkit-box-orient: vertical;}
  .gs-xgd{display: none;}
  .zxzx{display: none;}
  .zixun{width: 100%!important;}
  .jishu{width: 100%!important;}
  .jishu li{float: left;width:47%!important;line-height: 40px;}
  .date{display: none;}
  .jishu li:nth-child(1),.jishu li:nth-child(3),.jishu li:nth-child(5),.jishu li:nth-child(7),.jishu li:nth-child(9),.jishu li:nth-child(11){padding-right:20px!important;}
  .ba-con a{color: #000;font-size: 15px;display: -webkit-box;-webkit-line-clamp:1;overflow: hidden;-webkit-box-orient: vertical;}
  .about-bg {padding:30px 0!important;}
  .about-nav{width: 100%!important;}
  .about-nav li{height:110px!important;padding-top:25px!important;float: left;width:92%;margin:0 15px!important;line-height: 30px!important;}
  .about-nav li span{font-size:40px!important;}
  .about-nav li p{font-size:15px!important;}
  .about-diao{display: -webkit-box;-webkit-line-clamp:4;overflow: hidden;-webkit-box-orient: vertical;margin-top: 30px!important;}
  .about-dbt {font-size: 36px!important;margin-top:0px!important;}
  .about-dbt p{font-size:18px!important;}
  .about-con{width: 99%!important;padding: 0 25px;}
  .about-more{margin: 20px 0px 30px!important;}
  
  
  .index-header{width:var(--cwm);}
  .header-pc{display: none;}
  .header-nav{height: 0;}
  .header-search{display: none;}
  .header-m{
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1rem 0;
    }
    .header-logo {
      width: 60%;
    }
    .header-m-right{
      display: flex;
      align-items: center;
      justify-content: flex-end;
      width:50%;
    }
    .h-s-imgm{
      opacity: 0.2;
      width: 90%;
      position: relative;
      margin-right:1rem;
    }
    .h-s-imgm:after{
      content:'';
      position: absolute;
      top:0;
      right:0rem;
      background: #000;
      height: 100%;
      width: 0.15rem;
    }
    .header-searchm form{
      background: #f0f0f0;
      border-radius: var(--hh);
      display: flex;
      align-items: center;
      justify-content: space-between;
      display: none;
    }
    .header-lang{
        width:32%;
      position: relative;
      margin-left:15px;
    }
    .header-langtit{
      padding:0 1rem;
      display: flex;
      align-items:center;
      border:0.15rem solid #dddddd;
      padding-right:0.5rem;
      height: 32px;
      position: relative;
      box-sizing: border-box;
    }
    .header-langtit:after{
      content:'';
      position: absolute;
      top:0;
      right:-1rem;
      background: #cccccc;
      height: 100%;
      width: 0.15rem;
    }
    .header-langtit > div{
      font-size:1.2rem;
      color:rgba(0,0,0,0.3);
    }
    .header-langtit .h-arrow-m{
      margin-left:0.5rem;
      opacity: 0.5;
      transform:rotate(0deg);
      cursor: pointer;
    }
    .header-langtcon{
      display: none;
      border:0.15rem solid #dddddd;
      border-top:none;
      text-align: center;
      position: absolute;
      top:32px;
      left:0;
      width: 100%;
      box-sizing: border-box;
      z-index: 99;
      background: #fff;
      min-width: 7em;
    }
    .header-langtcon > div{
      color:rgba(0,0,0,0.3);
      padding:0.2rem 0;
      border-bottom:0.1rem solid #dddddd;
    }
    .header-langtcon > div:last-child{
      border-bottom:none;
    }
    .header-nav {
      width: 4.5rem;
    }
    .hamburger {
      right: 2%;
      top: calc(1.8rem - 3px);
      background: transparent;
    }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
      background-color: #0548ab;
    }
    /* header结束 */
    /* ib1开始 */
    .ib1 {
      height: 70rem;
      background: url(/html/class/template/images/ib1m-bj1.jpg) no-repeat;
      background-position: center top;
      background-size: cover;
    }
    .ib1c-bj{
      visibility: hidden;
    }
    .ib1c-tit {
      top: 20%;
    }
    .ib1c-tit1 {
      font-size: 1.6rem;
    }
    .ib1c-tit2 {
      font-size: 1rem;
    }
    .ib1c-con {
      position: absolute;
      top: 60%;
      left: 0;
      width: 100%;
    }
    .ib1cc-con {
      position: relative;
    }
    .ib1ccc-list {
      width: 40%;
      margin-left: 0rem;
      height: 10rem;
      position: absolute;
    }
    .ib1ccc-list:nth-child(1) {
      top:24%;
      left:14%;
    }
    .ib1ccc-list:nth-child(2) {
      top: calc(24% + 7rem);
      right: 14%;
    }
    .ib1ccc-list:nth-child(3) {
      top: calc(24% + 17rem);
      left: 14%;
    }
    .ib1ccc-list:nth-child(4) {
      display: none;
    }
    .ib1ccc-list:nth-child(5) {
      top: calc(24% + 24rem);
      right: 14%;
      margin-top:0;
    }
    .ib1ccc-list:nth-child(6) {
      top: calc(24% + 34rem);
      left: 14%;
      margin-top:0;
    }
    .ib1ccc-list:nth-child(7) {
      top: calc(24% + 41rem);
      right: 14%;
      margin-top:0;
    }
    .ib1cccl-img{
      height: 100%;
    }
    .ib1cccl-img img{
      height: 100%;
      width: auto;
      object-fit: cover;
    }
    .ib1cccl-text {
      position: absolute;
      bottom: 0;
      left: 0;
      background: #004d9b;
      padding: 0;
      height: 3rem;
      line-height: 3rem;
      width: 100%;
    }
    .ib1cccl-t1 {
      font-size: 0.8rem;
      margin-left:1rem;
    }
    .ib1cccl-t2 {
      display: none;
    }
    /* ib1结束 */
    /* ib2开始 */
    .ib2c-t1 {
      font-size: 1.8rem;
    }
    .ib2c-t2 {
      font-size: 1rem;
    }
    .ib2c-con {
      background-size: auto 100%;  
    }
    .ib2cct-t {
      width: 100%;
      padding: 0;
    }
    .ib2cct-t1 {
      font-size: 1.2rem;
    }
    .ib2cct-t2 {
      font-size: 1.2rem;
    }
    .ib2cct-t3 {
      -webkit-line-clamp: 6;
      width: 72%;
    }
    .ib2cc-num {
      width: var(--cwm);
    }
    .ib2ccn-con {
      align-items: flex-end;
      flex-wrap: wrap;
    }
    .ib2ccn-list{
      width: 50%;
    }
    .ib2ccn-list > span:nth-child(1) {
      font-size: 1rem;
    }
    .ib2ccn-list > span:nth-child(2) {
      font-size: 1rem;
      margin-left: 0%;
    }
    .ib2ccn-list > span:nth-child(3) {
      font-size:1.2rem;
      margin-left: 0%;
    }
    .ib2ccn-list:nth-child(1),.ib2ccn-list:nth-child(2){
      padding-bottom:2VH;
      border-bottom:0.1rem solid rgba(255,255,255,0.2);
    }
    .ib2ccn-list:nth-child(3),.ib2ccn-list:nth-child(4){
      padding-top:2VH;
    }
    .ib2ccn-list:nth-child(3) > span:nth-child(3){
      display: none;
    }
    /* ib2结束 */
    /* ib3开始 */
    .ib3-con {
      width: var(--cwm);
      display: block;
      height: auto;
      margin-top: 10rem;
    }
    .ib3c-left, .ib3c-center, .ib3c-bottom {
      width: 100%;
    }
    .ib3c-left{
      height: 45VH;
    }
    .ib3c-left .ib3c-bj {
      height: 45VH;
    }
    .ib3c-center{
      height: 30VH;
      margin-left: 0%;
      margin-top:0.5rem;
    }
    .ib3c-center .ib3c-bj {
      height: 30VH;
    }
    .ib3c-center .ib3c-bj:before {
      border: 0.1rem solid transparent;
  }
    .ib3c-bottom {
      margin-left: 0%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 30VH;
      margin-top:0.5rem;
    }
    .ib3c-bottom > div{
      width: calc((100% - 0.5rem) / 2);
    }
    .ib3cb-bot {
      margin-top: 0rem;
      margin-left:0.5rem;
    }
    .ib3c-bottom .ib3c-bj {
      height: 30VH;
    }
    .ib3c-tit {
      left: 1rem;
    }
    .ib3c-text {
      left: 1rem;
    }
    /* ib3结束 */
    /* ib4开始 */
    .ib4 {
      margin-bottom: 5VH;
    }
    .ib4-con {
      width: var(--cwm);
    }
    .ib4c-con {
      display: block;
    }
    .ib4cc-right {
      display: block;
      width: 100%;
    }
    .ib4ccr-list {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .ib4ccr-list:nth-child(2) {
      margin-left: 0%;
      margin-top:2VH;
    }
    .ib4ccrl-img {
      height: auto;
      width: 48%;
    }
    .ib4ccrl-img img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .ib4ccrl-con {
      padding: 0;
      box-sizing: border-box;
      border: none;
      border-top: none;
      width: 50%;
    }
    .ib4ccrlc-tit {
      font-size: 1.1rem;
    }
    .ib4ccrlc-con {
      margin-top: 0VH;
    }
    .ib4cc-left {
      width: 100%;
      padding-right: 0;
    }
    .ib4ccl-top{
      display: none;
    }
    .ib4ccl-bottom {
      margin-top: 5VH;
      padding: 1rem 0;
      border-top: none;
      border-bottom: none;
    }
    .ib4cclb-list:last-child {
      border-bottom: 0.1rem dashed rgba(0,0,0,0.22);
    }
    /* ib4结束 */
    /* footer开始 */
    .footer-m{
      display: block;
      background: #004d9b;
    }
    .footer-pc{
      display: none;
    }
    .footer-m-con{
      width: var(--cwm);
      margin:auto;
      padding:1rem 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .fm-list{
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }
    .fm-l-img{
      width: 35%;
    }
    .fm-l-img img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .fm-l-tit{
      color: #fff;
      font-size: 1rem;
      margin-left:0.5rem;
    }
  }