
  
  .nav {height:33px;font: 0.7rem "Microsoft YaHei";color:#272636;line-height:33px;overflow: hidden;}
.nav p a{ color:#272636;  padding:0 10px}
.nav p .cur{ padding-left: 24px;}
.nav p span a { color:#fff}
.nav p .nones { background:none}
  
  .content {
    width: 83.333%;
    margin: 0 auto;
    max-width: 1600px;
    min-width: 1400px;
}
 .logo:after {
    content: "";
    background: linear-gradient(to bottom, rgba(224, 224, 224, 0) 0%, #e0e0e0 20%, #e0e0e0 80%, rgba(224, 224, 224, 0) 100%);
    position: absolute;
    right: 0px;
    top: 1.2rem;
    width: 1px;
    height: 2.6rem;
}
.content01 {width: 80rem;
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1600px;}
.header {width:100%;height:8.9rem;z-index:10; background:#fff;}
.h_top{ height:5.8rem;}
.logo {line-height: 0;
    margin-right: 1rem;
    margin-top: 0.7rem;
    padding-right: 0.8rem; position:relative;}
.logo a {display:block;position:relative;}

.logo a::after {
    content: "";
    background: #187a42;
    position: absolute;
    right: -1rem;
    top: 2.3rem;
    border-radius: 50%;
    width: 0.35rem;
    height: 0.35rem;
    z-index: 10;
}
.logo a::before {
    content: "";
    background: #fff;
    position: absolute;
    right: -1.2rem;
    top: 2rem;
    width: 0.95rem;
    height: 0.95rem;
    z-index: 9;
}
.logo img {display:block;width:16.5rem;}
.h_dw {padding:1.7rem 0 0 0rem;font-size:1.3rem;font-weight:bold;color:#333333;position:relative;font-weight:bold;line-height:100%;}
.h_dw span {display:block;font-size:1.1rem;padding-top:0.35rem;font-weight:normal;letter-spacing:0;color:#333333;}
.h_nav {clear:both;background: #187a42;}

.h_nav>ul>li {position:relative;float:left;background:url(images/nav_line.jpg) no-repeat right 0;}
.h_nav>ul>li:hover>a:after,.h_nav ul li.cur>a:after{ display:none;}
.h_nav>ul>li:last-child>a:after { display:none;}
.h_nav>ul>li>a:after {
      content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    border-right: 1px dotted #469568;
}

.h_nav>ul>li:last-of-type {background:none;}
.h_nav>ul>li>a {font-size:0.9rem;color:#fff;display:inline-block;position:relative;z-index:4;/*! font-weight:bold;*/text-decoration:none;height:3.1rem;line-height:3.25rem;padding:0 1.41rem;text-align:center;}
.h_nav>ul>li:last-child {border:0px;}
.h_nav>ul>li:after {position:absolute;bottom:0;left:0;width:100%;height:0;background:#009638;content:'';opacity:0;-webkit-transition:height 0.3s,opacity 0.3s,-webkit-transform 0.3s;-moz-transition:height 0.3s,opacity 0.3s,-moz-transform 0.3s;transition:height 0.3s,opacity 0.3s,transform 0.3s;/* -webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);transform:translateY(-10px);*/                    transform:skew(0);}
.h_nav>ul>li:hover:after,.h_nav li.cur:after {height:3.25rem;opacity:1;/* -webkit-transform:translateY(0px);-moz-transform:translateY(0px);transform:translateY(0px);*/                    transform:skew(0);}
.h_nav>ul>li a:hover,.h_nav li.cur a {/*! font-weight:bold;*/}
.h_nav>ul>li.cur,.h_nav>ul>li:hover {background:none;}
.search {
    position: relative;
    margin: 1.68rem 0 0 0;
    color: #666666;
    font-size: 1rem;
    padding-left: 2.65rem;
    background: url(images/f-tel.png) left top no-repeat;
    background-size: 2.05rem;
    line-height: 0.8rem;
}
.search span {display:block;padding-top:0.4rem;font-size:1.3rem;color:#333333;line-height:120%;font-weight:bold;}




.submenu {
            position: absolute;
            left: 50%;
            top: 80%;
            transform: translateX(-50%);
            z-index: 99;
            max-height: 0;
            transition: max-height 0.4s linear;
            -ms-transition: max-height 0.4s linear;
            -moz-transition: max-height 0.4s linear;
            overflow: hidden;
            z-index: 999;
            border-radius: 0.5rem;
        }
        
        .submenu p {
            background: rgba(242, 242, 242, 1);
            padding: 0.3rem 1rem;
            border-radius: 0.5rem;
            position: relative;
            margin-top: 1rem;
        }
        
        .submenu p:before {
            position: absolute;
            content: "";
            border-width: 0.5rem 0.5rem;
            border-style: solid;
            border-color: transparent transparent #fff;
            top: -0.92rem;
            left: 50%;
            margin-left: -0.5rem;
            transition: all 0.4s linear;
            -ms-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            opacity: 0;
        }
        
        .submenu a {
            transition: all .4s ease;
            display: block;
            font-weight: 500;
            padding: 0 0.9rem 0 1.6rem;
            font-size: 0.8rem;
            color: #333333;
            line-height: 2.5rem;
            white-space: nowrap;
            position: relative;
            border-bottom: 1px dotted #333333;
            text-align: left;
        }
        
        .submenu a:last-child {
            border-bottom: 0
        }
        
        .submenu a:before {
            position: absolute;
            content: "";
            width: 0.2rem;
            height: 0.2rem;
            border: 0.1rem solid #333333;
            border-radius: 50%;
            top: 1.2rem;
            left: 0.6rem;
            transition: ease .4s;
            -o-transition: ease .4s;
        }
        
        .submenu a:hover {
            font-weight: bold;
        }
        
        .submenu a:hover:before {
            border-color: #333;
        }
        .header .h_nav li:hover .submenu{max-height: 500px;}
        .header .h_nav li:hover .submenu p:before{opacity: 1;}


input::-webkit-input-placeholder {color:#666;}
em,i {font-style:normal;}
html {font-size:12px;-webkit-text-size-adjust:none}




   @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);
          }
          }

            

            

 body .banner .swiper-button-prev:after, .banner .swiper-button-next:after {
    content: "";
}
        .banner {
            position: relative;
            width: 102%!important;
            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_txt2 {
            position: absolute;
            top: 0;
            left: 0;
          z-index: 40;
            width: 100%;
            display:block;
        }
        
        .ban_txt img{display:block; width: 100%;}
        .ban_txt2 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.9rem;
            height: 3.1rem;
            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.9rem 3.1rem;
        }
        
        .banner .swiper-button-next {
            right: 4%;
            background: url(images/next1.png) no-repeat center center;
            background-size: 1.9rem 3.1rem;
        }
        
        /*.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: #187a42
            /*width: 40px;*/
        }
        
        .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
            margin: 0 8px;
        }
    

 



    
.g_ft{background: url(images/ftbgs.jpg) no-repeat center top;position:relative;background-size: 100% 100%;}
.g_ft .top{position:absolute;width:10.3rem;height:2.45rem;left:50%;margin-left:-5.15rem;top:-2.45rem}
.g_ft .top img{width:100%;display:block}
.g_ft .ftup{height: 7.5rem;border-bottom:1px solid rgba(255,255,255,.2);margin-bottom: 4rem;}
.g_ft .ftup .flogo{float:left;width: 18rem;margin-top: 1.4rem;}
.g_ft .ftup .flogo img{width:100%;display:block}
.g_ft .ftup p{float:right;font-size:1.3rem;font-weight: bold;line-height: 2rem;color:#fff;margin-top: 1.48rem;}
.g_ft .ftmid{
    height: auto;
}
.g_ft .ftmid h2{font-size: 1.1rem;font-weight:400;line-height:2.3rem;color:#fff;font-weight:700}
.g_ft .ftmid .f_ftcon{float:left;width: 29.81%;}
.g_ft .ftmid .f_ftcon ul{margin-top:.5rem}
.g_ft .ftmid .f_ftcon li{float:left;width: 100%;margin-bottom: 0;height: 4.1rem;border-bottom: 1px solid rgba(255,255,255,.12);line-height: 4.1rem;}
.g_ft .ftmid .f_ftcon li span{display: inline-block;position:relative;padding-left: 1.5rem;height: 4.1rem;border: 0px;}
.g_ft .ftmid .f_ftcon li span i{height: auto;position:absolute;left:0;width: auto;top: 2.3rem;margin-top:-1rem}
.g_ft .ftmid .f_ftcon li span i img{width: auto;display:block;height: 1.1rem;}
.g_ft .ftmid .f_ftcon li span em{font-size: 0.9rem;font-weight:400;line-height:3.7rem;color:#fff;font-weight: normal;}
.g_ft .ftmid .f_ftcon li b{font-size: 0.9rem;font-weight: normal;line-height:3rem;color:#fff;display: inline-block;}
.g_ft .ftmid .f_ftcon li:first-child{
    margin: 0px;
}
.g_ft .ftmid .f_ftcon li:nth-child(3){width: 100%;}
.g_ft .ftmid .ftnav{float:left;width: 10%;margin-left: 5.87%;}
.g_ft .ftmid .ftnav h2{margin-bottom:1.2rem}
.g_ft .ftmid .ftnav p a{display:block;float:left;width: 100%;font-size:.85rem;font-weight:400;line-height: 2.27rem;color:#fff;font-weight: normal;}
.g_ft .ftmid .ftnav p a:nth-child(7){width:100%;display: none;}
.g_ft .ftmid .ftnav p a:nth-child(8){width:100%;display: none;}
.g_ft .ftmid .m_code{float: right;width: 37%;}
.g_ft .ftmid .m_code h2{margin-bottom:2.3rem}
.g_ft .ftmid .m_code ul{display:flex;justify-content:space-between}
.g_ft .ftmid .m_code li{float:left;width:30.3%;margin-right: 2.22%;}
.g_ft .ftmid .m_code li i{width:100%;margin:0 auto;overflow:hidden;display:block}
.g_ft .ftmid .m_code li i img{width:100%;display:block}
.g_ft .ftmid .m_code li em{display:block;font-size:.85rem;font-weight:400;line-height:2.5rem;color:rgba(255,255,255,.4);text-align:center}
.g_ft .ftd{background:url(images/linkbg.png) no-repeat center;background-size:100%;height: 6.9rem;padding-top: 2rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.g_ft .ftd .copyr{float:left;width: 58%;font-size:.85rem;font-weight:400;line-height:2.5rem;color:#fff}
.g_ft .ftd .copyr a{color:#fff}
.g_ft .ftd .link_c a{white-space:nowrap;font-size:.85rem;padding:0 1%;float:left;height:2.3rem;line-height:2.3rem;color:#fff;display:block}
.g_ft .ftd .link_c a:hover{color:#fff}
.g_ft .ftd .link_c .lasta a{background:0 0}  









.ftlogo.g_ft .ftup {}

.g_ft .ftlogo {
    display: block;
}

.g_ft .ftup p em {
    font-size: 1rem;
    font-weight: normal;
}

.g_ft .ftmid .f_ftcon li:last-child {
    border: 0px;
}

.g_ft .ftmid .ftnav.n2 {
    margin-left: 3.27%;
}

.g_ft .ftmid .ftnav p  b {
    font-weight: normal;
}

.g_ft .ftmid .content {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 1.8rem;
}

  

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