
.top_bg{width: 100%;height: 5.2rem;background: #fff;}
.header{width: 93%;margin:0 auto;position: relative;}
.logo{width: 20%;line-height: 0;display: flex;align-items: center;height: 5.2rem;}
.logo img{display: block;width: 100%;}
.h_dw{padding:1.4rem 0 0 1.2rem;font-size: 0.9rem;color: #000;line-height: 1.2rem;font-weight: normal;}
.h_dw i{color: #3e3e3e;display: block;font-size: 0.85rem;}
.h_nav{width: 44%;padding-top: 2.4rem;height: 2.8rem;}
.h_nav ul{ width: 100%; height:2.8rem;display: flex;justify-content: space-between;}
.h_nav li{position: relative;}
.h_nav li>a{ font-size:0.8rem; color:#000;display:block; float:left;position: relative;z-index: 4; text-decoration:none;height: 2.8rem;line-height: 2.5rem;}
.h_nav li>a:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 0.25rem;
background: #69b01a;
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);
}
.h_nav li>a:hover:after,
.h_nav li.cur>a:after{
height: 0.25rem;
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
}
.h_nav li>a:hover,.h_nav li.cur>a{color: #69b01a;}
.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;
            padding-top: 1.2rem !important;
            overflow: hidden;
        }
        
        .submenu p {
            background: rgba(242, 242, 242, 1);
            padding: 0.3rem 1rem;
            border-radius: 0.5rem;
            position: relative;
        }
        
        .submenu p:before {
            position: absolute;
            content: "";
            border-width: 0.5rem 0.5rem;
            border-style: solid;
            border-color: transparent transparent rgba(242, 242, 242, 1);
            top: -1rem;
            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 {
            color: #69b01a;
            font-weight: bold;
        }
        
        .submenu a:hover:before {
            border-color: #69b01a;
        }
        .h_nav li:nth-child(8) .submenu a,.h_nav li:nth-child(9) .submenu a{padding: 0 2rem 0 1.6rem;}
        .header .h_nav li:hover .submenu{max-height: 500px;}
        .header .h_nav li:hover .submenu p:before{opacity: 1;}
.h_tel{font-size: 0.7rem;color: #fff;height: 1.6rem;position: absolute;top: 0.7rem;right: 0;background: #69b01a;display: flex;align-items: center;padding: 0 0.7rem 0 0.4rem;border-radius: 1rem;}
.h_tel em{width: 1rem;height: 1rem;line-height: 0;padding-right: 0.3rem;}
.h_tel em img{width: 1rem;height: 1rem;}
em,i{font-style: normal;}

html{font-size:12px;-webkit-text-size-adjust:none}
@media screen and (min-width:1200px){html{font-size:12.5px}
}
@media screen and (min-width:1280px){html{font-size:13.33333px}
}
@media screen and (min-width:1366px){html{font-size:14.22916px}
}
@media screen and (min-width:1440px){html{font-size:15px}
}
@media screen and (min-width:1600px){html{font-size:16.66666px}
}
@media screen and (min-width:1800px){html{font-size:18.75px}
}
@media screen and (min-width:1920px){html{font-size:20px}
}


        .ty-banner-1 {
            position: relative;
            overflow: hidden;
            line-height: 0;
            text-align:center;
        }
        .ty-banner-1 img{ 
            top: 0;
            left: 50%;
            visibility: hidden;
        }
        .ty-banner-1 img.show{
            visibility: visible;
        }
    

        .p101-curmbs-1 {
            position: relative;
            max-width: 1920px;
            margin: 0 auto;
        }
        .blk-main01{
            width: 1200px;
            margin: 0 auto;
        }
        .plc {
            position: absolute;
            top: -65px;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 10;
            background: url("images/p101-curmbs-bg.png") no-repeat center bottom;
            padding: 20px 0 5px;
        }
        
        .p12-curblock {
            display: none;
        }
        
        .p101-curmbs-con {
            float: right;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            color: #fff;
        }
        
        .p101-curmbs-con b {
            font-weight: normal;
            padding-left: 25px;
            background: url(images/p101-curmbs-icon1.png) no-repeat left center;
        }
        
        .p101-curmbs-con i {
            font-style: normal;
        }
        
        .p101-curmbs-con span {
            font-family: 宋体;
            height: 46px;
            line-height: 46px;
            padding: 0px 5px;
        }
        
        .p101-curmbs-con a {
            color: #fff;
        }
        
        .p101-curmbs-con a:hover {
            text-decoration: underline;
        }
    

    .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: #69b01a;}
    .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 #69b01a;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


    .p102-fdh-1 {
        border: 1px solid #ebebeb;
        box-shadow: 5px 5px 10px #f0f0f0, -5px -5px 10px #f0f0f0;
        padding: 0 60px 12px;
        margin-top: 30px;
    }
    
    .p102-fdh-1-title {
        height: 56px;
        margin: -1px auto 0;
        line-height: 56px;
        position: relative;
        overflow: hidden;
        text-align: center;
    }
    
    .p102-fdh-1-title h2 {
        display: inline-block;
        font-weight: normal;
        font-size: 26px;
        height: 56px;
        color: #fff;
        padding: 0 50px;
        background: #69b01a;
    }
    
    .p102-fdh-1-nav {
        margin-top: -1px;
    }
    
    .p102-fdh-1-nav-one {
        border-top: 1px solid #e6e6e6;
        padding: 22px 0 10px;
    }
    
    .p102-fdh-1-nav-one h3 {
        float: left;
        min-width: 80px;
        max-width: 100%;
        margin-bottom: 10px;
    }
    
    .p102-fdh-1-nav-one h3 a {
        display: block;
        line-height: 30px;
        height: 30px;
        font-size: 18px;
        font-weight: bold;
        color: #1a1a1a;
    }
    
    .p102-fdh-1-nav-one h3 a:hover,
    .p102-fdh-1-nav-one h3.sidenavcur a {
        color: #69b01a;
    }
    
    .p102-fdh-1-nav-one dl {
        float: left;
        max-width: 990px;
    }
    
    .p102-fdh-1-nav-one dd {
        display: inline-block;
        position: relative;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        margin-right: 12px;
        padding-bottom: 10px;
    }
    
    .p102-fdh-1-nav-one dd> a {
        display: block;
        color: #4c4c4c;
        padding: 0 10px;
        border: 1px solid transparent;
        border-radius: 5px;
    }
    
    .p102-fdh-1-nav-one dd:hover> a,
    .p102-fdh-1-nav-one dd.sidenavcur> a {
        border-color: #69b01a;
        color: #69b01a;
    }
    
    .p102-fdh-1-nav-one .three-list {
        position: absolute;
        left: 0;
        top: 40px;
        background: #fff;
        height: auto;
        line-height: 36px;
        float: none;
        width: auto;
        display: none;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        z-index: 9;
        padding: 10px 15px;
    }
    
    .p102-fdh-1-nav-one .three-list:before {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        left: 50%;
        top: -8px;
        margin-left: -8px;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-bottom: 8px solid #fff;
    }
    
    .p102-fdh-1-nav-one .three-list a {
        display: block;
        font-size: 14px;
        color: #555555;
        clear: both;
        white-space: nowrap;
    }
    
    .p102-fdh-1-nav-one dd:hover .three-list {
        display: block;
    }
    
    .p102-fdh-1-nav-one .three-list a:hover {
        color: #69b01a;
    }


    .hyt-product-list {
        padding: 30px 0 0;
    }
    .p102-pros-1-title {
        height: 66px;
        line-height: 66px;
        font-size: 26px;
        color: #333333;
        border-bottom: 1px solid #e0e0e0;
        position: relative;
        margin-bottom: 30px;
    }
    
    .p102-pros-1-title:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 3px;
        background: #69b01a;
        left: 0;
        bottom: -2px;
        z-index: 1;
    }
    .hyt-product-list-6 dl {
        float: left;
        width: 31.33%;
        margin-right: 3%;
        margin-bottom: 35px;
        border: 1px solid #dfdfdf;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
    }
    
    .hyt-product-list-6 dl:nth-of-type(3n) {
        margin-right: 0;
    }
    
    .hyt-product-list-6 dt {
        border-bottom: 1px solid #dbdbdb;
        position: relative;
    }
    
    .hyt-product-list-6 dt a,
    .hyt-product-list-6 dt img {
        width: 100%;
        display: block;
    }
    
    .hyt-product-list-6 dt em {
        position: absolute;
        padding: 0 15px;
        max-width: 77%;
        height: 30px;
        line-height: 30px;
        font-style: normal;
        font-size: 15px;
        color: #69b01a;
        border: 1px solid #69b01a;
        left: 25px;
        top: 20px;
        z-index: 2;
    }
    
    .hyt-product-list-6 dd {
        padding: 10px 0;
        text-align: center;
    }
    
    .hyt-product-list-6 dd h4 {
        height: 40px;
        font-weight: normal;
    }
    
    .hyt-product-list-6 dd h4 a {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        color: #333333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .hyt-product-list-6 dd p {
        line-height: 28px;
        font-size: 15px;
        color: #666666;
    }
    
    .hyt-product-list-6 dd p a {
        color: #69b01a;
    }
    
    .hyt-product-list-6 dl:hover {
        border-color: #fff;
        box-shadow: 6px 6px 8px #e6e6e6, -6px -6px 8px #e6e6e6;
        transform: translateY(-16px);
        -webkit-transform: translateY(-16px);
        -moz-transform: translateY(-16px);
    }


    .p102-pagination-blk {
        padding-bottom: 40px;
    }


.f_bg{background: url(images/f_bg.jpg) no-repeat center top/100% 26.5rem; height:22rem;padding-top: 4.5rem;overflow: hidden;}
.footer{width: 83.33%; margin:0 auto;}
.f_logo{width: 25.3%;height: 22rem;}
.f_logo h5{width: 100%;line-height: 0;overflow: hidden;}
.f_logo h5 img{display: block;width: 100%;}
.f_logo i{display: block;width: 100%;line-height: 2.2rem;margin-bottom: 1.8rem;padding-bottom: 2.5rem;border-bottom:rgba(255,255,255,0.3) 1px solid;font-size: 1.5rem;color: rgba(255,255,255,1);padding-top: 1rem;letter-spacing: 5px;}
.f_logo p{line-height: 1.5rem;font-size: 0.7rem;color: rgba(255,255,255,0.6);}
.f_logo span{padding: 0 0.5rem;}
.f_logo a{color: rgba(255,255,255,0.6);}
.f_ban{width: 17.5%;height: 22rem;margin-left: 8%;font-size: 0.9rem;color: rgba(255,255,255,0.7);}
.f_ban p{border-bottom:rgba(255,255,255,0.3) 1px solid;padding: 1.5rem 0;}
.f_ban p:first-child{padding-top: 0.5rem;}
.f_ban em{display: block;width: 1.6rem;height: 1.5rem;line-height: 0;margin-bottom: 0.5rem;overflow: hidden;}
.f_ban em img{width: 1.6rem;height: 1.5rem;}
.f_ban span{display: block;font-size: 0.7rem;line-height: 1rem;}
.f_ban b{display: block;font-size: 0.9rem;color: #fff;line-height: 1.5rem;}
.f_ban p:last-child{border-bottom: none;}
.f_nav{height: 22rem;width: 29%;margin-left: 8%;}
.f_nav b{display: block;font-size: 1.5rem;color: rgba(255,255,255,1);font-weight: normal;height: 3rem;line-height: 3rem;margin-bottom: 1.5rem;}
.f_ul01 li{width: 100%;display: inline-block;padding-bottom: 1rem;}
.f_ul01 li a{font-size: 0.8rem;color: rgba(255,255,255,1);display: block;float: left;height: 1.6rem;line-height: 1.6rem;width: 20%;}
.f_ul01 .f_ul02{float: left;width: 80%;}
.f_ul01 .f_ul02 li{width: 50%;float: left;padding-bottom: 0;}
.f_ul01 .f_ul02 li a{font-size: 0.7rem;color: rgba(255,255,255,0.7);width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.f_ul01 li.f_li02 .f_ul02 li{width: 33.3%;}
.f_ul01 li.f_li03 .f_ul02 li{width: 25%;}
.f_nav ul li a:hover{text-decoration: underline;color: rgba(255,255,255,1);}
.f_er{width: 7%;padding-top: 2.4rem;}
.f_er p{width: 100%;text-align: center;padding-bottom: 0.8rem;}
.f_er p em{display: block;width: 100%;line-height: 0;overflow: hidden;}
.f_er p img{display: block;width: 100%;}
.f_er p span{display: block;font-size: 0.7rem;color: rgba(255,255,255,0.7);width: 100%;line-height: 1rem;padding-top: 0.3rem;}
  

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