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

            

            

        .ty-banner-1 {
            position: relative;
          
        }
        .ty-banner-1 img{ 
            width: 100%;
        }
      
    

    .p102-search-1 {
        height: 70px;
        border-bottom: 1px solid #ededed;
        background: #f7f7f7;
    }
    
    .p102-search-1 p {
        float: left;
        width: 750px;
        height: 70px;
        line-height: 70px;
        font-size: 14px;
        color: #333333;
    }
    
    .p102-search-1 p b {
        display: inline-block;
    }
    
    .p102-search-1 p a {
        color: #666666;
        display: inline-block;
        margin-right: 15px;
    }
    .p102-search-1 p a:hover{color: #187a42;}
    .p102-search-1-inp {
        float: right;
        width: 356px;
        height: 36px;
        background: #fff;
        margin-top: 18px;
        border-radius: 25px;
        position: relative;
    }
    
    .p102-search-1-inp:before,
    .p102-search-1-inp:after {
        content: '';
        position: absolute;
        width: 80%;
        height: 1px;
        background: #e3e3e3;
        left: 10%;
        z-index: 0;
    }
    
    .p102-search-1-inp:before {
        top: 0;
    }
    
    .p102-search-1-inp:after {
        bottom: 0;
    }
    
    .p102-search-1-inp1 {
        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;
    }
    
    .p102-search-1-inp2 {
        width: 66px;
        height: 36px;
        border: 0;
        border-radius: 25px;
        background: url(images/p102-search-icon1.png) no-repeat center center #187a42;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


		.plc{padding: 5px 0 25px;}
		.p12-curblock{
			display: none;
		}
		.p102-curmbs-1{height: 40px;line-height: 40px;font-size: 14px;color: #808080;}
		.p102-curmbs-1 b {
			font-weight: normal;
			padding-left: 35px;
			background: url(images/p102-curmbs-icon1.png) no-repeat left center;

		}
		.p102-curmbs-1 i {
			font-style: normal;
		}

		.p102-curmbs-1 span {
			font-family: 宋体;
			height: 46px;
			line-height: 46px;
			padding: 0px 5px;
		}
		.p102-curmbs-1 a{color: #808080;}
		.p102-curmbs-1 a:hover{color: #187a42;}
	

    .p102-fdh-3 {
        height: 100px;
        box-shadow: 0 4px 6px #e9e9e9;
    }
    
    .p102-fdh-3 li {
        float: left;
        width: 20%;
        height: 100px;
        position: relative;
    }
    
    .p102-fdh-3 li:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 26px;
        background: #cfcfcf;
        right: 0;
        top: 50%;
        margin-top: -13px;
    }
    
    .p102-fdh-3 li:last-child:after {
        display: none;
    }
    
    .p102-fdh-3 li a {
        display: block;
        height: 100px;
        line-height: 100px;
        font-size: 22px;
        color: #1a1a1a;
        text-align: center;
    }
    
    .p102-fdh-3 li.sidenavcur:before,
    .p102-fdh-3 li:hover:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #187a42;
        left: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .p102-fdh-3 li.sidenavcur a,
    .p102-fdh-3 li:hover a {
        font-weight: bold;
        color: #187a42;
    }
    
    .p102-fdh-3 li.sidenavcur a:before,
    .p102-fdh-3 li:hover a:before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background: #fff;
        border: 3px solid #187a42;
        border-radius: 100%;
        left: 50%;
        margin-left: -9px;
        bottom: -8px;
        z-index: 2;
    }
    
    .p102-fdh-3 li.sidenavcur a:after,
    .p102-fdh-3 li:hover a:after {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        background: #187a42;
        border-radius: 100%;
        left: 50%;
        margin-left: -3px;
        bottom: -2px;
        z-index: 3;
    }


    .p102-about-content{font-size: 16px;line-height: 32px;color: #4c4c4c;text-align: justify;padding: 40px 0;}


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