/*申明编码*/
@charset "utf-8";




/*准备字体*/
@font-face { 
    font-family: "icofont";
    src: url("../fonts/fontIcon/mkIcon-v1.5.0.eot"),
         url("../fonts/fontIcon/mkIcon-v1.5.0.svg"),
         url("../fonts/fontIcon/mkIcon-v1.5.0.ttf"),
         url("../fonts/fontIcon/mkIcon-v1.5.0.woff");
}




/*初始化页面*/
html{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
html.load{
    display: none;
}
html.done{
    display: block;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
}
body{
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    font-size: 0.16rem;
}
a{text-decoration: none;color:#000000}
ul{margin: 0;padding: 0;}
li{list-style: none;}
i,em{font-style: normal;}
img{border: none;}
input:focus{outline: none;}
select:focus{outline: none;}
textarea:focus{outline: none;}
/*IOS输入框样式处理*/
input{
    -webkit-appearance: auto;
}
textarea{
    -webkit-appearance: none;
}
/*IOS按钮处理*/
button,
input[type=file],
input[type=button],
input[type=submit]{
    cursor: pointer;
    -webkit-appearance: none;
}




/*HEAD*/
#header{
    width: 100%;
    height: 0.8rem;
    display: block;
    position: absolute;
    z-index: 768;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.header_cen{
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 14rem;
    height: auto;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 3rem;
}
.head_cen_logo{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2rem 0 0 0.1rem;
}
.head_cen_logo > a{
    display: block;
}
.head_cen_logo > a > img{
    display: block;
    margin: 0 auto;
}
.head_cen_menu{
    display: block;
}
.head_cen_menu_lb{
    display: block;
    text-align: center;
    overflow: hidden;
    width: 102%;
    height: 0.8rem;
    background-position: left 0 top 0.8rem;
    background-repeat: no-repeat;
    background-size: 100% 3rem;
    background-image: url(../images/gl/head_menu_bg.png);
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
}
.head_cen_menu_lb:hover{
    width: 100%;
    height: 4.6rem;
}
.head_cen_menu_lb > li{
    vertical-align: top;
    display: inline-block;
}
.head_cen_menu_lb > li > a{
    display: block;
    font-size: 0.15rem;
    color: #fff;
    padding: 0.33rem 0.12rem 0.25rem 0.12rem;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0);
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
}
.head_cen_menu_lb > li:hover > a{
    background-color: #53954c;
}
.head_menu_lb_sub{
    width: 100%;
    height: auto;
    display: block;
    padding: 0.2rem 0 0 0;
}
.head_menu_lb_sub > a{
    display: block;
    font-size: 0.14rem;
    color: #fff;
    top: 0;
    left: 0;
    position: relative;
    text-align: right;
    box-sizing: border-box;
    padding: 0.05rem 0.12rem 0.05rem 0;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
}
.head_menu_lb_sub > a:hover{
    left: -0.05rem;
    font-weight: bold;
}
.head_btn{
    display: none;
}
@media screen and (max-width: 1400px){
    #header{
        left: auto;
        display: block;
        position: fixed;
        width: 2.8rem;
        height: 100%;
        background: none;
        transition: All 0.3s ease-in-out;
        -webkit-transition: All 0.3s ease-in-out;
    }
    #header.df{
        top: 0;
        right: -2.8rem;
        background-color: rgba(0, 0, 0, 0);
    }
    #header.hov{
        top: 0;
        right: 0;
    }
    .header_cen{
        top: auto;
        left: auto;
        right: auto;
        position: relative;
        z-index: 772;
        width: 100%;
        height: 100%;
        padding: 0 0 0 0;
        background-color: rgba(0, 0, 0, 0.7);
        transition: All 0.2s ease-in-out;
        -webkit-transition: All 0.2s ease-in-out;
    }
    #header.df .header_cen{
        opacity: 0;
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
    #header.hov .header_cen{
        opacity: 1;
    }
    .head_cen_logo{
        display: block;
        width: 100%;
        height: auto;
        padding: 0.35rem 0 0 0;
    }
    .head_cen_logo > a > img{
        max-width: 70%;
    }
    .head_cen_menu{
        width: 100%;
        height: 100%;
        position: absolute;
        padding: 1rem 0 0 0;
        box-sizing: border-box;
    }
    .head_cen_menu_lb{
        text-align: left;
        overflow: auto;
        width: 100%;
        height: 100%;
        background: none;
    }
    .head_cen_menu_lb:hover{
        width: 100%;
        height: 100%;
    }
    .head_cen_menu_lb::-webkit-scrollbar{
        width: 0.05rem;
        background-color: rgba(0, 0, 0, 0.05);
    }
    .head_cen_menu_lb::-webkit-scrollbar-thumb{
        background-color: rgba(83, 149, 76, 0.2);
    }
    .head_cen_menu_lb:hover::-webkit-scrollbar{
        background-color: rgba(0, 0, 0, 0.2);
    }
    .head_cen_menu_lb:hover::-webkit-scrollbar-thumb{
        background-color: #53954c;
    }
    .head_cen_menu_lb > li{
        display: block;
    }
    .head_cen_menu_lb > li > a{
        position: relative;
        padding: 0.1rem 0.12rem 0.1rem 0.25rem;
        background: none;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 100% 100%;
        background-image: url(../images/gl/head_menu_title_bg_.png);
    }
    .head_cen_menu_lb > li:hover > a{
        background: none;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 100% 100%;
        background-image: url(../images/gl/head_menu_title_bg_.png);
    }
    .head_menu_lb_sub{
        padding: 0.1rem 0;
    }
    .head_menu_lb_sub > a{
        text-align: left;
        padding: 0.05rem 0 0.05rem 0.15rem;
    }
    .head_btn{
        display: block;
        position: fixed;
        z-index: 770;
        cursor: pointer;
        width: 100%;
        height: auto;
        transition: All 0.3s ease-in-out;
        -webkit-transition: All 0.3s ease-in-out;
    }
    #header.df .head_btn{
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.2);
    }
    #header.hov .head_btn{
        top: 0;
        left: -2.8rem;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .head_btn.rsHov{
        background-color: rgba(0, 0, 0, 0.7) !important;
    }
    .head_xys_logo{
        display: block;
        position: absolute;
        width: 1.8rem;
        height: 0.27rem;
        top: 0;
        left: 0.05rem;
        bottom: 0;
        margin: auto;
    }
    .head_xys_logo > img{
        width: 100%;
        height: 100%;
        display: block;
    }
    .head_btn > i{
        display: block;
        margin: 0 0 0 auto;
        width: 0.4rem;
        height: 0.5rem;
    }
    .head_btn > i:after{
        width: 0.4rem;
        height: 0.4rem;
        text-align: center;
        line-height: 0.5rem;
        font-size: 0.3rem;
        display: block;
        color: #fff;
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
    }
    .head_btn:hover > i:after{
        color: #53954c;
    }
    #header.df .head_btn > i:after{
        content: "";
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    #header.hov .head_btn > i:after{
        content: "";
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}




/*FOOTER*/
#footer{
    background-color: #242424;
}
.foot_cen{
    display: block;
    width: 14rem;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0.1rem 0.1rem;
}
.foot_cen_link{
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0.2rem 0 0.45rem 4.8rem;
    border-bottom: 0.01rem #444 solid;
    margin: 0 auto 0.1rem auto;
}
.foot_cen_link_logo{
    display: block;
    position: absolute;
    top: 0.22rem;
    left: 0.1rem;
}
.foot_cen_link_lb{
    display: block;
}
.foot_cen_link_lb > *{
    font-size: 0.13rem;
    display: inline-block;
    padding: 0.1rem 0;
    margin: 0 0.15rem 0 0;
}
.foot_cen_link_lb > a{
    color: #b3b3b3;
}
.foot_cen_link_lb > span{
    color: #fff;
}
.foot_cen_copy{
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0 0.8rem 0 0;
}
.foot_cen_copy > p{
    display: block;
    margin: 0 auto;
    font-size: 0.12rem;
    line-height: 0.25rem;
    color: #8a8989;
}
.foot_cen_copy_ss{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.foot_cen_copy_ss > a{
    display: block;
    padding: 0.1rem;
    font-size: 0.17rem;
    color: #fff;
    font-weight: bold;
}
@media screen and (max-width: 960px){
    .foot_cen_link{
        padding: 0.2rem 0 0.45rem 2.8rem;
    }
    .foot_cen_link_logo > img{
        width: 2rem;
        height: auto;
    }
}
@media screen and (max-width:640px){
    .foot_cen_link{
        padding: 0.15rem 0.15rem;
    }
    .foot_cen_link_logo{
        top: 0;
        left: 0;
        position: relative;
        margin: 0 auto 0.15rem auto;
    }
}




/*浮动区块*/
#fix_button{
    width: 0.4rem;
    height: auto;
    position: fixed;
    z-index: 768;
    bottom: 1.6rem;
    right: 0.2rem;
}
.fix_button_backTop{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
}
.fix_button_backTop.df{
    opacity: 0;
    right: -0.8rem;
}
.fix_button_backTop.hov{
    opacity: 1;
    right: 0;
}
.fix_button_backTop > a{
    color: #fff;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    box-sizing: border-box;
    font-size: 0.2rem;
    line-height: 0.4rem;
    text-align: center;
    border: 0.01rem #18b958 solid;
    background-color: #109f49;
}