
       @font-face {
              font-family:'mon1';
              src:url("font/OPPOSans-B.ttf");
          }
          @font-face {
              font-family:'mon2';
              src:url("font/OPPOSans-M.ttf");
          }
          @font-face {
              font-family:'mon3';
              src:url("font/OPPOSans-R.ttf");
          }
      .header {height: 4.8rem;z-index:900;width: 100%; position:relative; background:rgba(255,255,255,0.9);  transition:0.5s all; box-sizing:border-box;}
       .h_nr{padding:0 5%;box-sizing:border-box;}
      /*.ttel{float:right;position: relative;z-index:90;margin:1.5rem 0 0;}*/
      /*.ttel em{display: inline-block;width: 1.9rem;height: 1.9rem;}*/
      /*.ttel em img{display: block;width: 1.9rem;height: 1.9rem;}*/
      /*.ttel span{display:inline-block;font-size:1.4rem;line-height:1.9rem;color:#333;    font-family: "mon2";margin-left: 0.3rem;vertical-align: 0.4rem;}*/
     /*.header .content01{position:relative;}*/
      .ttel{height: 1.9rem;z-index:90;margin:1.5rem 0 0;border-radius:1rem;float:right;position:relative;width:1.9rem;}
      .ttel em{display: inline-block;width: 1.9rem;height: 1.9rem;    vertical-align: -0.6rem;}
      .ttel em img{display: block;width: 1.9rem;height: 1.9rem;}
      .ttel span{ height: 1.9rem; line-height: 1.9rem;text-align: center; font-size: 0.95rem; color:#fff; transition: all 0.3s linear 0s; display:none;font-family: "mon2";margin-left: -0.2rem;}
       .ttel:hover{border-radius:1rem;background: #cc0000;width:10rem;margin-left:-8.1rem; }
      .ttel:hover span{display:inline-block;}
      /*.ttel:hover em{ -webkit-animation:hvr-buzz-out 3s infinite linear;animation:hvr-buzz-out 3s infinite linear}*/
   
      .header .logo {float: left; width:7.85rem;height:2.8rem;margin-top: 1rem; position: relative;z-index: 20; }
      .header .logo a img {width:7.85rem;height:2.8rem;}
      .header h2{float: left;margin-top: 1rem;margin-left: 2rem;display: block;}
      .header h2 span{ display: block;font-size: 0.9rem;line-height: 1.4rem;color: #333333;font-weight: normal;font-family: "mon3";}
   

      .header .nav {float: right;margin-right: 1%;}

      .header .nav ul{display: flex;justify-content: space-between;height: 4.8rem;}
      .header .nav ul li {display: block;padding: 0 0.8rem;}
      /*.header .nav ul li::before {content: "";display: block;width: 100%;position: absolute;left: 0%;bottom: 0rem;background: #cc0000; height: 0rem;transition: 0.35s;}*/

      .header .nav ul li>a { display: block;position: relative; font-size: 0.9rem;line-height: 4.8rem;color: #333333;font-weight: normal;height: 4.8rem;text-transform: uppercase;z-index: 6;font-family: "mon3";}

      .header .nav ul li.cur>a,.header .nav ul li:hover>a{color: #fff; }
      
      .header .nav ul li.cur,.header .nav ul li:hover{color: #fff;background: #cc0000; }
      
      /*.header .nav ul li.cur::before,.header .nav ul li:hover::before {height: 4.8rem;}*/
      /* .header .nav ul li.cur a,.header .nav ul li:hover a {font-weight: bold;color: #fff;} */
      
       .header .menu ul li .nav-two {
            width: 100%;
            position: absolute;
            left: 0%;
            top: 4.8rem;
         height: 4.5rem;
            background: #f8f8f8;
                box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
           text-align: center;
            /*transition: .5s;*/
            display: none;
            z-index: 50;
       
        }
        
        .header .menu ul li .nav-two .sj{
            display: inline-block;
            line-height: 2rem;
            font-size: 0.9rem;
            color: #333333;
            padding:0 1.5rem;
              border: 1px solid #e5e5e5;
              box-sizing: border-box;
            text-align: center;
            margin: 1rem 0.5rem;
            border-radius: 1.3rem;
          
        }
        
         .header .menu ul li .nav-two .sj a{   color: #333333;display:block;width:100%;}
         
        .header .menu ul li .nav-two .sj:hover {
             background: #cc0000;
    border-color: #cc0000;
        }
       .header .menu ul li .nav-two .sj:hover a{
            background: #cc0000;
            color:#fff;
       }
       .header .menu ul li:hover .nav-two{display:block;}
      .header::after {line-height: 0;visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
 
          em,i{ font-style:normal;}

    .header.header_hide{opacity: 0; transform: translate(0, -90px); 

	-webkit-transform: translate(0, -90px);

    -moz-transform: translate(0, -90px);

    -ms-transform: translate(0, -90px);

    -o-transform: translate(0, -90px);}
    
.header_scroll {background:#fff; transition: all .4s ease;position:fixed;opacity:1;}

     .header.headFix{position: fixed;left: 0;top: 0;box-shadow: 0 2px 10px rgba(0,0,0,0.1);z-index: 99;background:#fff;}
     
  

    .f_bg{ height:33rem;overflow: hidden;box-sizing: border-box;background: url(images/foot_bg.jpg) no-repeat center;background-size: 100% 100%; padding-top: 6rem;}  

    .f_nav{height: 6rem;border-bottom: 0.1rem solid #231816;box-sizing: border-box;}
    .f_nav h2{ display: block;float: left;}
    .f_nav h2 img{ display: block;width: 7.8rem;height: 2.8rem;} 
  .content01{width: 75rem;margin: 0 auto;}
    .f_nav ul{ float: right;display: flex;justify-content: space-between;width: 75%;padding-top: 1rem;}
    .f_nav ul li{position: relative;box-sizing: border-box;} 
    .f_nav ul li a{font-size: 0.9rem;color: #333333;line-height: 1.1rem;display: block;font-family: "mon2";}
    .f_nav ul li a:hover{color: #cc0000;}

    .f_con{display: flex;justify-content: space-between;padding-top: 5.3rem;box-sizing: border-box;}
    .f_con h3{display: block;font-size: 1rem;color: #333333;line-height: 1.1rem;font-weight: normal;font-family: "mon1";}
    .gsxx {width: 27rem;}
    .gsxx p img{display: inline-block;width: 1.15rem;height: 1.15rem;margin-right: 0.4rem;}
    .gsxx p{display: block;font-size: 1.5rem;line-height: 1.5rem;color: #333333;font-family: "mon1";margin-top: 3.5rem;margin-bottom: 1rem;}
    .gsxx li{display: block;font-size: 0.8rem;line-height: 1.5rem;color: #333333;font-family: "mon3";}


    .f_xx {width: 21rem;}
    .f_xx p{display: block;font-size: 0.9rem;line-height: 1.5rem;color: #333333;margin-top: 3.5rem;margin-bottom: 1rem;font-family: "mon3";}
    .f_xx p em{display: block;font-size: 0.6rem;line-height: 0.6rem;color: #333333;text-transform: uppercase;font-family: "mon3";}
    .f_xx li{display: block;font-size: 0.8rem;line-height: 1.5rem;color: #333333;font-family: "mon3";}


    .f_er{float: right;width: 21rem;}
    .f_ma{margin-top: 1.2rem; }
    .f_ma li{float: left;width: 10rem;height: 8rem;margin-right: 1rem;}

    .f_ma li:last-child{margin-right: 0;}
    .f_ma li em{display: block;float: left;}
    .f_ma li img{ display: block;width: 8rem;height:8rem;}
    .f_ma li span{height: 8rem;width: 2rem;background: #fff;display: inline-block;font-size: 0.8rem;color: #333;line-height: 2rem;text-align: center;  -ms-writing-mode: vertical-rl; -webkit-writing-mode: vertical-rl;writing-mode: vertical-rl; writing-mode: tb-rl;box-sizing: border-box;border-left: 1px solid #f0f0f0;box-sizing: border-box;font-family: "mon2";}


    









   .links{ height: 5rem;background: #231816;}
   .links b{font-weight: normal;font-size:  0.8rem;color: #fff;line-height: 5rem;display: inline-block;opacity: 0.3;font-family: "mon3";}
   .links a{margin-right: 1rem;font-size: 0.8rem;color: #fff; line-height: 5rem; display: inline-block;opacity: 0.3;font-family: "mon3";}
  

        .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;
        }
    
