
      .g_nytop {position: absolute;width: 100%;top: 0;left: 0;z-index: 99;}
      .contenttb{ margin: 0 6.25%;position: relative;}
      i,em{font-style:normal;}
      .g_nytop .header{height:126px;background:rgba(15, 16, 18, 0.8);position:relative;}          
      .header .logo {float: left; width:245px;height: 69px;margin-top: 26px;  }
      .header .logo a img {width:245px;height: 69px; }
     
      .header .nav {float: right;margin-top: 76px; height:50px;}
      .header .nav ul li {display: block;float: left;height: 50px;}
    
  
      .header .nav ul li>a { display: block;position: relative;z-index: 1; font-size: 18px;line-height: 18px;color: #ffffff;height:50px;padding: 0 20px;}
        .header .nav ul li>a::before {content: "";display: block;width: 0;position: absolute;left: 50%;bottom: 0px;background: #e50015; height: 5px;transition: 0.35s;}
      .header .nav ul li:first-of-type {margin-left: 0;}
      .header .nav ul li:first-of-type::after {background: 0;}
      .header .nav ul li.cur>a::before,.header .nav ul li:hover>a::before {width: calc(100% + 0rem);
          left: 0;}
      .header .nav ul li.cur>a,.header .nav ul li:hover>a {color: #fff;}
       .submenu { position: absolute; left: 0%; top: 126px; display: none; z-index: 99 ;width:100%;}
        .submenu p{
            background: rgba(243, 244, 249, .9); padding:6px 100px;border-radius:10px; position: relative;text-align: center;
        }
        /*.submenu p:before { position: absolute; content: ""; border-width: 9px 8px; border-style: solid; border-color: transparent transparent rgba(243, 244, 249, .9); top: -18px; left: 50%; margin-left: -8px }*/
        .submenu a { transition: all .4s ease; display: block; font-weight: 500; padding: 0 40px 0 32px; font-size: 16px; line-height: 48px; color: #333; line-height: 54px; white-space: nowrap; position: relative;text-align:left;display:inline-block;}
        .submenu a:last-child { border-bottom: 0 }
        .submenu a:before { position: absolute; content: ""; width:4px;
                height:4px;
                border:2px solid rgba(125,125,125,1);
                border-radius:50%; top: 23px; left: 13px; transition: ease .4s; -o-transition: ease .4s; }
        .submenu a:hover { color: #cd0014;font-weight:bold; }
        .submenu a:hover:before { border-color: #cd0014  }
      .header .h_top{position: absolute;right: 0%;top: 27px; }
      .header .tel {font-size:16px;line-height: 16px;color: #fff;float: left; }
      .tel img{ display: inline-block;width: 17px;height: 17px;vertical-align:-3px;margin-right: 8px;}
      .tel em{display: inline-block;font-size:14px;color: #ffffff;opacity: 0.6;}   
      .header .xz{float: left;display: block;font-size: 14px;line-height: 20px;color: #e50015;margin-left: 15px;margin-right: 15px;}
      .header .xz img{ display: inline-block;width: 14px;height: 15px;margin-left: 5px;vertical-align:-3px;}
      .search{float:right;width: 26px;height: 19px;z-index: 2; }
          .sea_icon{width: 26px;height: 19px;background: url(images/head_ic2.png) no-repeat center;background-size: 100%;cursor: pointer;}
          .sea_box{position: absolute;width: 345px;right: 0;top:120px;z-index: 10;display: none;}
          .sea_box input {float: left;border: 2px solid #e50015;font-size: 14px;}
          .sea_box input.txt {width: 230px;padding: 0 20px;line-height: 34px;height: 34px;}
          .sea_box input.btn {width: 70px;background-color: #e50015;color: #fff;cursor: pointer;height: 38px;}
   

      .header::after {line-height: 0;visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

      .g_top2{position: absolute;left:0;top:0;width:100%;background: #cc0013;height:84px; display: none; }
       
        .g_top2 .submenu{top:84px;}
       .g_top2 .logo2{float: left;width: 178px; height:50px;margin-top: 17px;}
       .g_top2 .logo2 img{ display:block; width:100%;}
      
       .g_top2  .load {float: right;position: relative;margin-top: 30px;width: 104px;height: 24px;margin-top: 30px;background: #db4d5a;border-radius: 10px;display: block;text-align: center;}
       .g_top2  .load img{display: inline-block; width: 14px;height: 15px;vertical-align: -3px;margin-left: 10px;}
       .g_top2  .load span{font-size: 14px;line-height: 24px;color: #fff;}
     
       .g_top2 .navlst{float: right;margin-right: 20px;}
       .g_top2 .navlst li {display: block;float: left;height: 84px;}
      
       .g_top2 .navlst li>a { display: block;position: relative;z-index: 1; font-size: 18px;line-height: 84px;color: #ffffff;height:84px;padding: 0 20px;}
        .g_top2 .navlst li>a::before {content: "";display: block;width: 0;position: absolute;left: 50%;bottom: 0px;background: #fff; height: 5px;transition: 0.35s;}
  
       .g_top2 .navlst li:first-of-type {margin-left: 0;}
       .g_top2 .navlst li:first-of-type::after {background: 0;}
       .g_top2 .navlst li.cur>a::before,.g_top2 .navlst li:hover>a::before {width: calc(100% + 0rem);
          left: 0;}

      
       
       .g_nytop_fiexd{ position:fixed; -webkit-transition: all .2s linear; transition: all .2s linear;}
       .g_nytop_fiexd .header{ display:none; -webkit-transition: all .2s linear; transition: all .2s linear;}
       .g_nytop_fiexd .g_top2{ display:block; position:relative; -webkit-transition: all .2s linear; transition: all .2s linear;height:84px; }

      
  
  

    .content5{width: 1400px;margin: 0 auto;}
    .f_bg{ height:550px;overflow: hidden;background: url(images/foot_bg.jpg) no-repeat center;padding-top: 80px;box-sizing: border-box; }
    .f_xx{float: left;}
    .f_top h2{display: block;}
    .f_top h2 img{ display: inline-block;width: 319px;height: 90px;vertical-align: middle;}
    
    .dh{display: block;font-size:30px;color: #fff;font-weight: bold;line-height:30px;margin-top: 40px;}   
    .dh em{ display: block;font-size:18px;color: #fff;font-weight: bold;line-height:18px;margin-bottom: 12px;}
    .f_xx span{display: block;margin-top: 20px;}
    .f_xx span em{font-size: 14px;color: rgba(255, 255, 255, 0.6);display: inline-block;line-height: 28px;margin-right: 30px;}
    .f_xx span em img{display: inline-block;width: 24px;height: 24px;vertical-align: middle;margin-right: 5px;}

    .f_dh{float: right;padding-top: 20px;}
    .f_dh .zc{float: left;width: 252px;}
    .f_dh .zc b>a{font-size: 20px;line-height: 20px;color: #ffffff;font-weight: bold;padding-bottom:24px;display: block; }
    .f_dh .zc p>a{font-size: 14px;color: #ffffff;line-height: 30px;display: block;opacity: 0.6;width: 126px;float: left;}
    /*.f_dh ul{float: right;}*/
    .f_dh  ul li{float: left;padding-left: 70px;}
    .f_dh  ul li:nth-child(1){padding-left: 30px;}
     .f_dh  ul li:nth-child(3){padding-left: 30px;}
    .f_dh  ul li b>a{font-size: 20px;line-height: 20px;color: #ffffff;font-weight: bold;padding-bottom:24px;display: block;}
    .f_dh ul li p>a{font-size: 14px;color: #ffffff;line-height: 30px;display: block;opacity: 0.6;}
    .f_con{margin-top: 90px;}
    .gsxx{ float: left;padding-top: 20px;width: 800px;}
    .gsxx p{font-size: 14px;color: #ffffff;line-height: 28px;display: block;opacity: 0.3;}
     .gsxx p a{ color: #ffffff;}
    .links{margin-top: 6px;}
    .links b{ float: left;font-size: 14px;color: #fff; line-height: 24px;display: block;font-weight: normal;}
    .links a{ float: left;margin-right:20px;font-size: 14px;color: #fff;line-height: 24px; display: block;}
    .pt{ float: left;padding-top: 20px;width: 180px;}
    .pt li{float: left;width: 45px;margin-right: 15px;position:relative;}
    .pt li img{ display: block;width: 45px;height: 45px;}
     .pt li em{ display: none;width: 100px;height: 100px;position: absolute;left:-36px;top:-110px; }
    .pt li em img{ display: block;width:100px;height:100px; }
    .pt li:hover em{display: block; }
    .gsxx p{font-size: 14px;color: #fff}
    .ewm{ float: right;width: 306px;}
    .ewm li{float: left;width: 82px;height: 110px;padding: 6px 6px 0;box-sizing: border-box;background: #fff;margin-right: 30px;}
    .ewm li:last-child{margin-right: 0;}
    .ewm li img{ display: block;width: 70px;height: 70px;}
    .ewm li span{ display: block;font-size: 14px;color: #000000;line-height: 36px;text-align: center;}

      @media screen and (max-width: 1440px) {
          .content5{ width: 1200px;margin: 0 auto; }
          .f_dh .zc{float: left;width: 220px;}
          .f_dh .zc em a{width: 110px;float: left;}
          .f_dh  ul li{float: left;padding-left: 40px;}
          .f_dh  ul li:nth-child(1){padding-left: 0px;}
          .gsxx{ float: left;padding-top: 20px;width: 660px;}
           .f_dh .zc p>a{width: 110px;}
          
      }



        .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:#cd0014 url(images/cimg23.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-weixin {
            background:#cd0014 url(images/cimg24.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-tel {
            background:#cd0014 url(images/cimg25.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-shouye {
            background:#cd0014 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:#cd0014 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:#cd0014 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:#cd0014 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;
        }
    
