
/*通用部分初始化，开始*/

body,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd,input,textarea{margin: 0;padding: 0;}

body,html{-webkit-text-size-adjust: none;width: 100%;height: 100%;}

html{font-size:625%;}

body{font-size:0;font-family: "微软雅黑";color:#666;overflow-x: hidden;}

a{text-decoration: none; color: inherit;}

ul,li{list-style: none;}

img{border:0;}

input,textarea{outline: none;}

input,textarea,select{color: inherit;font-size: inherit;font-family: inherit;}

textarea{resize: none;}

button, select, a { cursor: pointer; }

input[type=“button”],input[type=“submit”],input[type=“reset”]{cursor:pointer}


/*.contain{max-width: 1400px;margin: 0 auto;box-sizing: border-box;padding:0 0.1rem}*/

.text-clamp1{white-space:nowrap;overflow: hidden;text-overflow: ellipsis;}
.text-clamp2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;
}

.clear:after{content:"";display: block;height: 0;overflow: hidden;visibility: hidden;clear: both;}
.clear{zoom: 1;}
.rowShare{
    position: absolute;
    right: 0;
    top: 0;
}
.rowShare div{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.rowShare .social-share .social-share-icon{
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
}

/*通用部分初始化，结束*/
/*@font-face*/
/*{*/
/*    font-family:pfr;*/
/*    src: url('../fonts/PingFang SC Regular.ttf');*/
/*}*/

/*body{*/
/*    word-break: break-all;*/

/*    -moz-user-select:none;!*火狐*!*/

/*    -webkit-user-select:none;!*webkit浏览器*!*/

/*    -ms-user-select:none;!*IE10*!*/

/*    -khtml-user-select:none;!*早期浏览器*!*/

/*    user-select:none;*/
/*}*/
/*头部样式，开始*/
/*头部样式，开始*/
.headerLoad.-xq header{
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
header{
    display: block;
    position: relative;
    z-index: 10;
}
.header_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 90px;
}
.contain{
    max-width: 80%;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
}
.header_logo{
    display: inline-block;
    vertical-align: middle;
    width: 180px;
}
.header_ul{
    display: inline-block;
    vertical-align: middle;
    flex: 1;
    text-align: center;
}
.header_ul>li{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #333;
    margin-right:5%;
    position: relative;
}
/*.header_ul>li.active{*/
/*    color: #007D47;*/
/*}*/
.header_ul>li.active:after{
  content: '';
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 5px;
    border-radius: 60px;
    background-color: #007D47;
}
.header_ul>li:last-child{
    margin-right: 0;
}

.sub_ul{
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%)!important;
    width: 180px;

    color: #333;
    display: none;

    /*border-top: 2px solid #007D47;*/
}
.sub_ul>li{
    background-color: #fff;
    display: block;
    font-size: 16px;
    line-height: 42px;
    transition-duration: .6s;
    box-sizing: border-box;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sub_ul>li:hover{
    background-color: #007D47;
    color: #fff;
}
.header_ul>li:before{
    content: "";
    display: block;
    position: absolute;
    background-color: #007D47;
    width: 180px;
    transform: translate(-50%,-50%) scale(0,0);
    transition-duration: .5s;
    top:38px;
    border-radius: 10px;
    height: 6px;
    left: 50%;
}

.header_ul>li:hover::before{

    z-index: 3;
    transform: translate(-50%,-50%) scale(1,1);
}

.header_right{
    display: inline-block;
    vertical-align: middle;
    width: 80px;
}
.caidan{
    display: none;
}
.lang{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #333;
    margin-right: 30px;
}
.header_search{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
#search_btn{cursor: pointer}
.search_bar{
    position: absolute;
    top: 36px;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    right: 0;
    display: none;
}
.search_bar.show{
    display: block;
}
.search_input{
    display: block;
    box-shadow: 0 3px 10px rgba(0,0,0,.16);
    position: relative;
}
.search_input input{
    width: 300px;
    line-height: 44px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding-left: 14px;
}
.search_input input::placeholder{
    color: #999;
}
.search_icon{
    position: absolute;
    top: 13px;
    right: 16px;
}
/*头部结束，尾部开始*/
footer{
    display: block;
    background: url("../image/footer_back.png") center;
    background-size: cover;
    padding: 110px 0 100px;
    position: relative;
}
.f_top{
    display: block;
}
.f_logo{
    display: inline-block;
    vertical-align: top;
    width: 260px;
}
.f_logo img{
    max-width: 100%;
}
.f_ul{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 260px);
    text-align: right;
}
.f_ul>li{
    display: inline-block;
    vertical-align: top;
    /*width: 25%;*/
    width: auto;
    box-sizing: border-box;
    text-align: left;
    margin-right: 6%;
}
.f_ul>li:last-child{
    margin-right: 0;
}
.f_nav1{
    display: block;
    font-size: 18px;
    color: #333;
}
.f_nav2{
    display: block;
    margin-top: 24px;
}
.f_nav2>li{
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    width: 100%;
    box-sizing: border-box;
    padding-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.f_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
}
.f_left{
    display: inline-block;
    vertical-align: middle;
}
.f_ewm{
    display: inline-block;
    vertical-align: middle;
    border: 5px solid #fff;
    margin-right: 50px;
}
.f_ewm img{
    width: 120px;
}
.f_content{
    display: inline-block;
    vertical-align: middle;
}
.f_pSec{
    display: block;
    margin-top: 20px;
}
.f_pSec p{
  font-size: 14px;
    color: #666;
    line-height: 30px;
}
.f_right{
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.f_copyright{
    display: block;
    margin-top: 30px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.totop{
    position: absolute;
    top: 30px;
    right: 15px;
}
.row{padding: 20px 0 0 20px}
.row-pad{padding: 20px 0 0 60px}
/*dibu*/

/*响应式开始*/
/*头部*/
@media screen and (max-width: 1050px){
    .header_box{
        height: 60px;
    }
    .header_right{
        width: auto;}
    .caidan{
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
    }
    .header_ul{
        position: absolute;
        top: 60px;
        right: 0;
        display: none;
        width: 160px;
        background-color: #fff;
    }
    .header_ul>li{
        display: block;
        margin-right: 0!important;
        font-size: 16px;
        line-height: 44px;
        box-sizing: border-box;
        /*padding-left: 40px;*/
    }

    .sub_ul {
        transform: translateX(0%)!important;
    }


    .header_ul>li:before{
        content: '';
        position: absolute;
        top: 0;
        left: -50%;
    }
    .header_ul>li.active{
        color: #007D47;
    }
    .header_ul>li.active:after{
        display: none;
    }
    .sub_ul{
        top: 0;
        left: -100%;
        transform: translateX(-100%);
        width: 160px;
        border-top: none;

    }
    .sub_ul>li{
        font-size: 15px;
        line-height: 38px;
    }
}
@media screen and (max-width: 350px){
    .caidan{margin-right: 10px}
    .lang{margin-right: 10px}
}
/*尾部*/
@media screen and (max-width: 1150px){
    footer{
        padding: 60px 0;
    }
    .f_ul{
        display: block;
        width: 100%;
        margin-top: 30px;
        text-align: initial;
    }
}
@media screen and (max-width: 870px){
    .f_ul>li{
        width: 50%;
        margin-right: 0;
        margin-top: 20px;
    }
    .f_bottom{
        display: block;
        margin-top: 40px;
    }
    .f_left{
        display: block;
    }
    .f_right{
        display: block;
        text-align: initial;
        margin-top: 30px;
    }
    .row{padding: 0 0}
}
@media screen and (max-width: 769px){
    .contain {
        max-width: 100%;
    }
    .f_content{
        display: block;
        margin-top: 20px;
    }
    .totop{zoom: .8}
}