
    i,em{font-style:normal;}
    
    @font-face {
        font-family:'mon1';
        src:url("font/Inter_18pt-Bold.ttf");
    }
    @font-face {
        font-family:'mon2';
        src:url("font/Inter_18pt-Regular.ttf");
    }
    @font-face {
        font-family:'mon3';
        src:url("font/Inter_18pt-Medium.ttf");
    }
    .head{width:100%; box-sizing: border-box;position: absolute;left: 0;top: 0;z-index: 20;box-sizing: border-box;height: 4.5rem;border-bottom: 1px solid rgba(255,255,255,0.15);}
    .head .logo .t_logo{display:block; line-height: 0; overflow: hidden;margin-top: 0.8rem;float: left;margin-left: 2%;}
    .head .logo .t_logo img:nth-child(1){display: block;width: 10.8rem;height: 3.2rem;}


    .head .logo h2{display: block;margin-left:0.4rem ;margin-top: 1.4rem;float: left;height: 1.8rem;border-left: 1px solid rgba(255,255,255,0.2);padding-left: 0.9rem;}
    .head .logo h2 span{font-size: 1.05rem;line-height: 1.8rem;color: #fff;display: block;font-weight: bold;}

    .head .hea-tel{float: right;height: 4.5rem;margin-right: 2.5%;}
    .head .hea-tel em{display: inline-block;width: 2rem;height: 2rem;margin-right: 0.3rem;vertical-align: -0.5rem;overflow:hidden;}
    .head .hea-tel img{display: block;width: 2rem;height: 2rem;}
    .head .hea-tel p{position: relative;display: inline-block;font-size: 1.4rem;line-height: 4.5rem;color:#fff;font-weight: bold;font-family: "mon1";}
   
    .head .h_con .nav ul{float: right;margin-right: 2.1%;}
    .head .h_con .nav li{position: relative;height: 4.5rem;float: left;}
    .head .h_con .nav li>a{display: block; font-size: 0.9rem; color:#fff;z-index:60; position: relative;transition: 0.5s;height: 4.5rem;line-height: 4.5rem;text-align: center;padding: 0 0.6rem;font-weight: bold;}
    .head .h_con .nav li.cur::before ,.head .h_con .nav ul li:hover::before {content: "";display: block;width: 1.4rem;position: absolute;left: 50%;top: 4.35rem;background: #cc0000; height: 0.25rem;transition: 0.35s;margin-left:-0.7rem ;border-radius: 0.3rem;}
    .head .h_con .nav ul li.cur a,.head .h_con .nav ul li:hover a {font-weight: bold;}

  

    .head.headFix{background:#fff;position: fixed;left: 0;top: 0;height: 4.5rem;box-shadow:0 10px 10px 0 rgba(0,0,0,0.05);z-index: 99;}

    .head.headFix .logo h2{border-color: #cccccc;}
 
    .head.headFix .logo h2 span{color:#1a1a1a;}
    .head.headFix  .h_con .nav li>a{color:#1a1a1a;}
    .head.headFix  .hea-tel em img:nth-child(1){margin-top:-2rem;}
    .head.headFix  .hea-tel p{color:#1a1a1a;}

          @media screen and (min-width: 1263px) {
          html {
              font-size: calc(1263px * 20 / 1903);
          }
          }

          @media screen and (min-width: 1349px) {
          html {
              font-size: calc(1349px * 20 / 1903);
          }
          }

          @media screen and (min-width: 1463px) {
          html {
              font-size: calc(1463px * 20 / 1903);
          }
          }

          @media screen and (min-width: 1543px) {
          html {
              font-size: calc(1543px * 20 / 1903);
          }
          }

          @media screen and (min-width: 1583px) {
          html {
              font-size: calc(1583px * 20 / 1903);
          }
          }

          @media screen and (min-width: 1643px) {
          html {
              font-size: calc(1643px * 20 / 1903);
          }
          }

          @media screen and (min-width: 1663px) {
          html {
              font-size: calc(1663px * 20 / 1903);
          }
          }

          @media screen and (min-width: 1903px) {
          html {
              font-size: calc(1903px * 20 / 1903);
          }
          }


  

        .banner {
            position: relative;
            height: auto;
            clear: both;
        }
        
        .banner img {
            display: block;
            width: 100%;
            margin: 0 auto;
        }
        
        .ban1{position:relative;}
          /*.ban1:after{position:absolute;left:0;top:0;width:100%;height:1000%;background:rgba(0,0,0,0.45);content:"";z-index:2;}*/
           .ban1::after{position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,0.25);background-size: 100% 100%;content: "";left: 0rem;top: 0rem;z-index:10;}
        .ban_txt {
            position: absolute;
            top: 0;
            left: 0;
          z-index: 30;
            width: 100%;
            display:block;
        }
        .ban_txt img{display:block; width: 100%;}
        
        .banner video {
            display: block;
            width: 100%;
            margin: 0 auto;
         position:relative;
        }
      
         
         
        .banner .swiper-button-prev,
        .banner .swiper-button-next {
            position: absolute;
            font-size: 0;
            top: 45%;
            margin-top: 0;
            z-index: 11;
            width: 1.8rem;
            height: 3.5rem;
            border: 0;
            outline: none;
            cursor: pointer;
            border-radius: 50%;
            transition: .5s;
        }
        
        .banner .swiper-button-prev {
            left: 4%;
            background: url(images/prev1.png) no-repeat center center;
            background-size: 1.8rem 3.5rem;
        }
        
        .banner .swiper-button-next {
            right: 4%;
            background: url(images/next1.png) no-repeat center center;
            background-size: 1.8rem 3.5rem;
        }
        
        /*.banner .swiper-button-prev:hover,*/
        /*.banner .swiper-button-next:hover {*/
        /*    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);*/
        /*}*/
        
        .banner .swiper-container-horizontal > .swiper-pagination-bullets {
            bottom: 6%;
        }
        
        .banner .swiper-pagination .swiper-pagination-bullet {
            border: 0 none;
            width: 15px;
            height: 15px;
            border-radius: 15px;
            display: inline-block;
            outline: none;
            background: #fff;
            transition: .5s;
            opacity: 1;
        }
        
        .banner .swiper-pagination .swiper-pagination-bullet-active {
            background: #cc0001;
            /*width: 40px;*/
        }
        
        .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
            margin: 0 8px;
        }
    

    .content01{width:80rem;margin:0 auto;}
    .f_bg{height: 27.45rem;background:url(images/foot_bg.jpg) no-repeat center;background-size: 100% 100%;padding-top: 5rem;box-sizing: border-box;}
    .f_con{height: 17.45rem;display: flex;justify-content: space-between;}
    .f_nav{width: 47.66%;}  
    .f_nav ul{ display: flex;justify-content: space-between;}
    .f_nav  ul li b>a{font-size: 1rem;line-height: 1rem;color: #1a1a1a;font-weight: bold;padding-bottom:1.4rem;display: block;position: relative;}
    .f_nav ul li p>a{font-size: 0.8rem;color: #595959;line-height: 1.8rem;display: block;transition: all 0.5s;}
    .f_nav ul li p>a:hover{color: #cc0000;}

    .f_er{width: 30.75%;}
    .f_er h2{font-size: 1rem;line-height: 1rem;color: #1a1a1a;font-weight: bold;padding-bottom:1.4rem;display: block;position: relative;}
    .f_er p{margin-bottom: 0.6rem;}
    .f_er p img{display: inline-block;width: 1.45rem;height: 1.5rem;vertical-align: -0.3rem;}
    .f_er p i{display: inline-block;font-size: 1.4rem;line-height: 1.5rem;color: #1a1a1a;font-family: "mon1";margin-left: 0.6rem;font-weight: bold;}
    .f_er ul li{display: block;font-size: 0.8rem;line-height: 1.6rem;color: #595959;margin-top: 1rem;}
    .f_er span{display: block;font-size: 0.8rem;line-height: 1.6rem;color: #1a1a1a;margin-top: 0.6rem;}


    .f_bt{height: 5rem;}
    .f_bt p{font-size: 0.75rem;line-height: 5rem;color: #595959;float: left;}
    .f_bt p span{display: inline-block;margin-right: 1rem;}
    .f_bt p span a{color: #595959;}

    .f_ma{float: right;width: 30.75%;}

    .f_ma i{font-size: 1rem;color: #fff;line-height: 5rem;font-weight: bold;float: left;}
    .f_ma ul{float: left;margin-left: 1.2rem;margin-top: 1.35rem;}
    .f_ma ul li{float: left;width: 2.3rem;position:relative;margin-right: 0.8rem;} 
    .f_ma ul li>img{display: block;width: 2.3rem;height: 2.3rem;margin:0 auto;}
    .f_ma ul li b{display: none;width:14.2rem; height:16.2rem;line-height: 0;position: absolute;left:-6rem;bottom:1.2rem;z-index: 20;background: url(images/foot_dd.png) no-repeat center;background-size: 100% 100%;padding:2.5rem 2.5rem 0;box-sizing: border-box;}
    .f_ma ul li b span{display: block;font-size: 0.8rem;line-height: 1.9rem;color: #4c4c4c;text-align: center;font-weight: normal;}
    .f_ma ul li b img{width:100%;}
    .f_ma ul li:hover b{display: block;}


  

        .client-2 {
            width: 45px;
            position: fixed;
            right: 10px;
            top: 60%;
            z-index: 999;
            color: #fff;
        }
        
        .client-2 li a {
            text-decoration: none;
            color: #fff;
        }
        
        .client-2 li {
            margin-bottom: 5px;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
        }
        
        .client-2 li.my-kefu-qq {
            background:#cc0001 url(images/cimg23.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-weixin {
            background:#cc0001 url(images/cimg24.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-tel {
            background:#cc0001 url(images/cimg25.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-shouye {
            background:#cc0001 url(images/tohome.png) center no-repeat;
            background-size:26px;
        }
        
        .client-2 li.my-kefu-shouye a {
            width: 45px;
            height: 45px;
            display: block;
        }
        
        .client-2 li.my-kefu-ftop {
            background:#cc0001 url(images/returnTop.png) center no-repeat;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 li.my-kefu-qq .cont {
            margin: 0;
            background:#cc0001 url(images/cimg23.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 45px;
            height: 45px;
            line-height: 45px;
            color: #fff;
            font-size: 16px;
            width: 130px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 li.my-kefu-tel .cont {
            margin: 0;
            background:#cc0001 url(images/cimg25.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 45px;
            height: 45px;
            line-height: 45px;
            color: #fff;
            font-size: 18px;
            width: 180px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop .my-kefu-main {
            padding-top: 6px;
        }
        
        .client-2 li.my-kefu-weixin .cont {
            margin: 0;
            width: 115px;
            padding: 5px;
            border: solid 1px #ccc;
            position: absolute;
            left: -150px;
            top: -44px;
            background-color: #fff;
        }
        
        .client-2 li.my-kefu-weixin .cont  span {
            display: block;
            line-height: 20px;
            font-size: 12px;
            text-align: center;
            color: #1a1a1a;
        }
        
        .client-2 li.my-kefu-weixin .cont  img {
            width: 115px;
            height: 115px;
        }
        
        .client-2 li:hover .cont {
            display: block!important;
        }
    
