
		body{min-width:1200px;width:100%;overflow-x:hidden;  color: #333;
font-family: 'Microsoft Yahei', Arial;}
		i,em{ font-style:normal;}
		.content{ width:1200px; margin:0 auto;font-family: "Microsoft Yahei";}
      .header { height: 160px; position: relative; background: url(../image/head_bg.jpg) no-repeat center; }
            .h_con{height: 100px;}
            .header .logo { float: left; padding-top:15px; }
            .header .logo img { width: 222px;height:60px; }
            .slogan { float: left; margin-top: 28px;  position: relative;font-weight: normal;height: 56px;margin-left: 27px;}
            .slogan strong { display: block; font-size: 23px; color: #1a1a1a; line-height: 24px;  font-weight: normal;font-family: 'Microsoft Yahei', Arial;}
           
            .slogan span { display: block;  font-size: 15px; color: #666666; line-height: 18px; margin-top: 5px;}
            .h_contact { float: right; width: 394px;}
           
            .h_contact p { float: left;display: block;height: 100px;padding-top:7px; box-sizing:border-box;}
            .h_contact span { display: inline-block; font-size: 15px; color: #4c4c4c; line-height: 97px;}
            .h_contact strong { display: inline-block; font-size: 28px; color: #008753; line-height: 100px;font-weight: bold; font-family: Arial;vertical-align:top;}
            .h_contact .en{float: right;width: 86px;height: 32px;border:1px solid #008753;box-sizing: border-box;margin-top: 34px; font-size: 15px;color: #808080;line-height: 32px;font-family: Arial; display:block;transition: all 0.3s;text-align:center;}
            .h_contact .en a{ display:inline-block;padding:0 3px;font-size: 15px;color: #808080;line-height: 32px;font-family: Arial;}
            .h_contact .en a.cur{ font-weight: bold;color:#008753;}
          
          
    
            
            .h_nav { height: 60px; }
            .h_nav li { position: relative; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0 50px 0 0;font-family: 'Microsoft Yahei', Arial;}
            .h_nav li:last-child>a:after{display: none;}
            .h_nav li>a:before { position: absolute; content: ""; width: 0; height: 3px; background:#008f59; left: 17px; top: -2px; transition: .3s ease; -o-transition: .3s ease; z-index: -1;margin-left: -17px;}
          
            .h_nav li>a { position: relative; display: block; font-size: 15px; color: #1a1a1a; text-align: center; line-height: 60px; height:60px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  z-index: 2;transition: .3s ease; -o-transition: .3s ease; font-family: 'Microsoft Yahei', Arial;}
            .h_nav li p{width:152px;background:rgba(255,255,255,0.95);position: absolute;top:60px;display:none;z-index:50;border:1px solid #e5e5e5;left:0;font-family: 'Microsoft Yahei', Arial;}
            .h_nav li p>a{display:block;font-size:15px;color: #333;height:44px;line-height:44px;padding:0 20px;box-sizing:border-box;font-family: 'Microsoft Yahei', Arial;}
           
            .h_nav li:hover p{display:block;}
         
            .h_nav li p a:hover{color: #fff;background:#008753;width:154px;margin-left: -1px;}
            .h_nav li p a:last-child:hover{height:45px;line-height:45px;margin-bottom:-1px;}
            .h_nav li:last-child{ margin-right: 0; }
            .h_nav li:first-child a{letter-spacing: 4px;}
            .h_nav li:hover>a,.h_nav li.cur>a { color: #00915a;font-weight: bold; }
           .h_nav li:hover>a:before, .h_nav li.cur>a:before { width:100%;}
            .hd_fixed{position:fixed; top:0; width:100%;_position:absolute;_top:expression(eval(document.documentElement.scrollTop)-0); z-index:10; left:0;-webkit-transition:top 0.5s;transition:top 0.5s;background: #fff;box-shadow: 5px 8px 12px rgba(0,0,0,0.06);}
             .hd_fixed li>a:before { position: absolute; content: ""; width: 0; height: 3px; background:#008f59; left: 17px; top: 0px; transition: .3s ease; -o-transition: .3s ease; z-index: -1;}
          
	

        .search{height: 70px;border-bottom: 1px solid #ededed;box-sizing: border-box;}
.search p{float: left;height: 70px;line-height: 70px;font-size: 14px;color: #666666;}
.search p b{ color: #4c4c4c;float: left;font-weight: normal;padding-left: 30px;background: url(../image/hot.png) no-repeat left;}
.search p a{ font-size:14px ;display: block;float: left;color: #4c4c4c;line-height: 70px;margin-right: 14px;}
.search p a:hover{color: #00915a;}
.s_box{
        float: right;
        width: 356px;
        height: 36px;
        background: #fff;
        margin-top: 18px;
        border-radius: 25px;
        position: relative;
    }
    
.s_box:before,
.s_box:after {
        content: '';
        position: absolute;
        width: 80%;
        height: 1px;
        background: #e3e3e3;
        left: 10%;
        z-index: 0;
    }
    
.s_box:before {
        top: 0;
    }
    
.s_box:after {
        bottom: 0;
    }

.s_box .input1 {
        width: 249px;
        height: 34px;
        line-height: 34px;
        color: #999999;
        border: 1px solid #e3e3e3;
        border-right: 0;
        padding: 0 20px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        float: left;
    }
    
.s_box .input2{
        width: 66px;
        height: 36px;
        border: 0;
        border-radius: 25px;
        background: url(../image/sea.png) no-repeat center #4d4d4d;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }
  .s_box .input2:hover  { background: url(../image/sea.png) no-repeat center #008753;}
    

    .f_bg{ background:#323333; height:530px;overflow: hidden;}
     .content{width: 1200px; margin:0 auto;}
     .f_con{ position: relative;height: 415px;padding-top: 68px;border-bottom: 1px solid #525252;box-sizing: border-box;}
     .gsxx{ float: left;width: 200px; }
     .gsxx h2 img{ display: block;width: 180px;height: 50px; }
     .gsxx span b{ font-size: 14px;line-height: 14px;color: #fff;padding: 34px 0 16px 0; display: block;}
     .gsxx span{ font-size: 28px;line-height: 28px;color: #ffffff;font-weight: normal; font-family: Arial;display: block;margin-bottom: 30px;}
    .gsxx p{height: 26px;font-size: 14px;color: #fff;padding-left: 26px;line-height: 26px;width: 204px;box-sizing: border-box;}
    .gsxx .yx{ background: url(../image/foot1.png) no-repeat 0 9px;}
    .gsxx .dz{ background: url(../image/foot2.png) no-repeat 0 3px;}
   


    .f_nav{float: right;width:935px;}
    .f_nav li{float: left;box-sizing: border-box;position: relative;margin-right: 28px;}
    .f_nav li:last-child{ margin-right: 0; }
    .f_nav li h3{font-size: 13px;color: #ffffff;line-height: 32px;position: relative;}
    .f_nav li h3 a{color: #ffffff;}
    .f_nav li p a{display: block;font-size: 13px;color: #ffffff;line-height: 32px;}
    
  
    .f_bt{ font-size: 14px;line-height: 26px;color: #e5e5e5;padding-top: 16px; }
    .f_bt span{ display: inline-block;margin-left: 18px; }
    .f_bt span a{color: #e5e5e5;  }
    .links{ font-size: 14px;line-height: 26px;display:none;}
    .links b{ float: left;}
    .links a{ float: left;font-size: 14px;display: block;line-height: 26px;margin-right: 12px;color: #e5e5e5;}
    .links a i{ font-size: 14px;display: block;line-height: 26px;margin-left: 12px;color: #e5e5e5;display: inline-block;}
    .links a:last-child i{ display: none; }
   
      
  

        .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;
       
            cursor: pointer;
            position: relative;
        }
        
        .client-2 li.my-kefu-qq {
            background:#008753 url(../image/cimg23.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-weixin {
            background:#008753 url(../image/cimg24.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-tel {
            background:#008753 url(../image/cimg25.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-shouye {
            background:#008753 url(../image/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:#008753 url(../image/fx.png) no-repeat;
              background-position: -18px -42px;
                background-size: 52px 82px;
        }
        
        .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:#008753 url(../image/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:#008753 url(../image/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;
        }
    
