
        .content {
          width: 1200px;
          margin: 0 auto;
        }
        .header .content {
          width: 1200px;
        }
        .header {
          height: 200px;
          position: relative;
          z-index: 99;
          margin-bottom: -60px
        }
        .h_con {
          height: 150px;
          background: #333333;
        }
        .logo {
          width: 286px;
          float: left;
          margin-top: 40px;
          margin-right: 48px;
          
        }
     
        .slogan {
          float: left;
          margin-top: 38px;
          font-size: 0;
          line-height: 0;
        }
        .slogan strong {
          display: block;
          font-size: 26px;
          line-height: 100%;
          color: #fff;
          font-weight: normal;
          margin-bottom: 11px;
        }
        .slogan i {
          display: inline-block;
          width: 115px;
          height: 35px;
          border: 1px solid rgba(255, 255, 255, 0.2);
          border-radius: 18px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          margin-right: 5px;
          text-align: center;
          font-style: normal;
        }
        .slogan i img {
          display: inline-block;
          vertical-align: middle;
        }
        .slogan i span {
          display: inline-block;
          font-size: 15px;
          line-height: 33px;
          color: #fff;
          font-weight: bold;
          margin-left: 6px;
          vertical-align: middle;
        }
        .slogan i:nth-child(3) img {
          vertical-align: -9px;
        }
        .h_tel {
          float: right;
          padding-left: 65px;
          padding-top: 25px;
          background: url(images/h_tel.png) no-repeat left top;
        }
        .h_tel span {
          display: block;
          font-size: 16px;
          line-height: 100%;
          color: #fff;
        }
        .h_tel strong {
          display: block;
          font-size: 32px;
          font-family: DINCond;
          font-weight: 500;
          color: #ffffff;
          line-height: 32px;
          margin-top: 5px;
          letter-spacing: 1.5px;
        }
        .menu {
          background: url(images/h_bg.png) no-repeat center top;
          height: 60px;
          z-index: 2;
          margin-top: -10px;
          text-align: center;
          font-size: 0;
          line-height: 0;
          width: 100%; 
          /*-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;*/
          /*transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;*/
        }
        .menu li {
          display: inline-block;
          position: relative;
          height: 60px;
        }
        .menu li > a {
          display: block;
          padding: 18px 22px 0 ;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          height: 60px;
        }
        .menu li:first-child>a{padding-left:35px;}
        .menu li:last-child>a{padding-right:0;}
        .menu li strong {
          display: block;
          font-size: 18px;
          line-height: 100%;
          color: #fff;
          font-weight: normal;
        }
        .menu li span {
          display: block;
          font-size: 12px;
          font-family: Arial;
          font-weight: 400;
          color: rgba(255, 255, 255, 0.5);
          line-height: 12px;
          text-transform: uppercase;
          margin-top: 6px;
        }
        .menu li.cur > a strong,
        .menu li:hover > a strong {
          font-weight: bold;
        }
        .menu .sub:after {
          position: absolute;
          content: "";
          width: 12px;
          height: 7px;
          background: url(images/h_menu.png) no-repeat center;
          padding: 10px;
          top: 17px;
          right: -2px;
          z-index: 3;
          cursor: pointer;
        }
        .menu .submenu {
          position: absolute;
          background: rgba(0, 0, 0, 0.8);
          padding: 30px 46px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 3;
          display: none;
        }
        .menu .submenu:before {
          position: absolute;
          content: "";
          border-style: solid;
          border-width: 11px 14px;
          left: 50%;
          margin-left: -14px;
          top: 0;
          border-color: #bb070d transparent transparent transparent;
        }
        .menu .submenu a {
          display: block;
          font-size: 16px;
          line-height: 36px;
          color: #fff;
          text-align: left;
          white-space: nowrap;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          /*text-align: center*/
        }
        .menu .submenu a:hover {
          font-weight: bold;
        }
        .header-stick .menu{
            background: #bb070d;
            background: #b0050b;
            background: rgba(176,5,11,.85);
            position: fixed;
            top:0;
            margin-top:0;
        }
        .header-stick .menu li >a {
            padding-top:14px;
        }
        .header-stick .menu .sub:after {
         
          top: 11px;
         
        }
      

        .footer {
          height: 469px;
          background: url(images/footer_bg.jpg) no-repeat center top;
          padding-top: 97px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          position: relative;
          z-index: 999;
        }
        .f_logo {
          width: 353px;
         
        }
        .f_logo h3 {
          height: 53px;
          margin-bottom: 38px;
          line-height: 0;
           
        }
      
        .f_contact p {
          font-size: 16px;
          line-height: 38px;
          color: #ccc;
        }
        .f_contact p span {
          margin-right: 20px;
        }
        .f_contact p a {
          color: #ccc;
        }
        .f_contact p:last-child {
          font-size: 12px;
          color: #ccc;
          position: absolute;
        }
        .f_con {
          width: 847px;
        }
        .f_menu {
          height: 42px;
          margin-bottom: 38px;
          margin-left: 55px;
        }
        .f_menu a {
          display: block;
          float: left;
          font-size: 16px;
          line-height: 42px;
          color: #fff;
          position: relative;
          margin-left: 31px;
        }
        .f_info {
          margin-left: 86px;
          width: 351px;width: 424px;
        }
        .f_info .f_tel {
          height: 54px;
          padding-left: 58px;
          background: url(images/f_tel.png) no-repeat left center;
        }
        .f_info .f_tel span {
          display: block;
          font-size: 16px;
          line-height: 100%;
          color: #fff;
          /*float: left;*/
          /*padding-top: 23px;*/
        }
        .f_info .f_tel strong {
          display: block;
          font-size: 32px;
          font-family: DINCond;
          font-weight: 500;
          color: #ffffff;
          line-height: 42px;
          float: left;
          padding-top: 5px;
          letter-spacing: 1px;
        }
         .f_info .f_tel strong:last-child {margin-left:15px;}
        .f_info p {
          font-size: 14px;
          line-height: 30px;
          color: #fff;
          margin-top: 21px;
        }
        .f_qr {
          width: 280px;
        }
        .f_qr p {
          width: 120px;
          float: left;
          margin-left: 20px;
          line-height: 0;
        }
        .f_qr img {
          display: block;
          width: 120px;
          height: 120px;
        }
        .f_qr span {
          display: block;
          font-size: 14px;
          line-height: 40px;
          color: #ccc;
          text-align: center;
        }
        .clearfix:after {
          content: ".";
          height: 0;
          display: block;
          visibility: hidden;
          clear: both;
        }
      

        .client-2 {
            width: 45px;
            position: fixed;
            right: 10px;
            top: 50%;
            z-index: 999;
            color: #fff;
        }
        #newBridge .icon-right-center{
            left: 2px!important;
        }
        .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:#b0050b url(images/cimg23.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-weixin {
            background:#b0050b url(images/cimg24.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-tel {
            background:#b0050b url(images/cimg25.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-shouye {
            background:#b0050b 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:#b0050b 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:#b0050b 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:#b0050b 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;
        }
    
