/*申明编码*/
@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;}
ul{margin: 0;padding: 0;}
li{list-style: none;}
i,em{font-style: normal;}
img{border: none;max-width: 100%;}
input:focus{outline: none;}
select:focus{outline: none;}
textarea:focus{outline: none;}
/*IOS输入框样式处理*/
input{
    -webkit-appearance: none;
}
textarea{
    -webkit-appearance: none;
}
/*IOS按钮处理*/
button,
input[type=file],
input[type=button],
input[type=submit]{
    cursor: pointer;
    -webkit-appearance: none;
}




/*HEAD*/
#header{
    display: block;
    position: absolute;
    z-index: 768;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.mk_headMenuSt02{
    display: block;
    position: relative;
    width: 100%;
    max-width: 12.8rem;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0.3rem 0.25rem 3.7rem 2.8rem;
}
.head_logo{
    top: 0.37rem;
    left: 0;
    position: absolute;
    display: block;
}
.head_logo > a{
    display: block;
}
.head_logo > a > img{
    display: block;
    width: 3.07rem;
    height: auto;
}
.head_menu{
    display: block;
    text-align: right;
}
.head_menu_btn{
    display: none;
}
.head_menu_ecc{
    display: block;
}
.head_menu_ecc_logo{
    display: none;
}
.head_menu_ecc_close{
    display: none;
}
.head_search{
    display: block;
    position: absolute;
    top: 0.08rem;
    right: 0;
}
.head_search_ecc{
    width: 0.35rem;
    height: auto;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 0.35rem 0 0;
    border-radius: 0.4rem;
    background-color: rgba(255, 255, 255, 0);
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
}
.head_search_ecc:hover{
    width: 1.75rem;
    height: auto;
    background-color: rgba(255, 255, 255, 0.4);
}
.head_search_ecc > input{
    width: 1.4rem;
    height: auto;
    color: #fff;
    display: block;
    border: none;
    background: none;
    text-align: center;
    font-size: 0.13rem;
    padding: 0.1rem 0;
}
.head_search_ecc > button{
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.2rem;
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    position: absolute;
    top: 45%;
    right: 0.13rem;
    background: none;
    border: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.head_search_ecc > button:after{
    content: "";
}
.head_menu_lb{
    display: block;
}
.head_menu_lb > li{
    vertical-align: top;
    display: inline-block;
    position: relative;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
}
.head_menu_lb > li > a{
    color: #fff;
    display: block;
    position: relative;
    font-size: 0.14rem;
    font-weight: 100;
    line-height: 0.19rem;
    padding: 0.15rem 0.17rem 0.13rem 0.1rem;
}
.head_menu_lb > li.hov > a{
    font-weight: 500;
}
.head_menu_lb > li > a:before{
    content: "";
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: 0.05rem;
    margin: 0 auto;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
}
.head_menu_lb > li > .linkSub:after{
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    top: 0.02rem;
    right: 0.02rem;
    bottom: 0;
    margin: auto;
}
.head_menu_lb > li.df > .linkSub:after{
    content: "";
}
.head_menu_lb > li.hov > .linkSub:after{
    content: "";
}
.head_menu_lb_sub{
    display: block;
    position: absolute;
    text-align: left;
    top: 0.47rem;
    left: 0;
    width: 2rem;
    height: auto;
    padding-left: 0.15rem;
    box-sizing: border-box;
    background-color: rgba(193, 46, 57, 0.7);
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
}
.head_menu_lb > li.df .head_menu_lb_sub{
    display: none;
}
.head_menu_lb > li.hov .head_menu_lb_sub{
    display: block;
}
.head_menu_lb_sub > a{
    display: block;
    font-size: 0.15rem;
    padding: 0.1rem 0.1rem;
    top: 0;
    left: 0;
    position: relative;
    color: #fff;
    transition: All 0.1s ease-in-out;
    -webkit-transition: All 0.1s ease-in-out;
}
.head_menu_lb_sub > a:hover{
    left: -0.07rem;
}
.head_menu_lb_sub > a:after{
    content: "";
    color: #fff;
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    top: 0.02rem;
    right: -0.1rem;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
}
.head_menu_lb_sub > a:hover:after{
    opacity: 1;
    right: 0.15rem;
}
.head_menu_bg{
    display: none;
}
@media screen and (max-width: 1280px){
    .mk_headMenuSt02 {
        padding: 0.07rem 0.05rem 0.07rem 1.8rem;
    }
    .head_logo{
        top: 0.1rem;
        left: 0.1rem;
    }
    .head_logo > a > img{
        width: 2rem;
    }
    .head_menu_btn{
        cursor: pointer;
        display: inline-block;
    }
    .head_menu_btn > i{
        color: #fff;
        font-size: 0.24rem;
        line-height: 0.28rem;
        text-align: center;
        width: 0.28rem;
        height: 0.28rem;
        display: block;
        padding: 0.05rem;
    }
    .head_menu_ecc{
        position: fixed;
        z-index: 772;
        width: 2rem;
        height: 100%;
        padding: 1.4rem 0 0.8rem 0;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: cover;
        background-image: url(../images/home/head_bg.png);
        transition: All 0.2s ease-in-out;
        -webkit-transition: All 0.2s ease-in-out;
    }
    .head_menu_ecc:before{
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(155, 0, 0, 0.8);
    }
    #header.df .head_menu_ecc{
        top: 0;
        right: -100%;
    }
    #header.hov .head_menu_ecc{
        top: 0;
        right: 0;
    }
    .head_menu_ecc_logo{
        display: block;
        margin: 0.1rem auto 0.05rem auto;
        text-align: center;
        width: 0.8rem;
        height: 0.8rem;
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        border-radius: 50%;
        border: 0.01rem #fff solid;
    }
    .head_menu_ecc_logo > img{
        width: 80%;
        height: 35%;
        display: block;
        top: 32.5%;
        left: 10%;
        position: absolute;
    }
    .head_menu_ecc_close{
        display: block;
        text-align: center;
        width: 100%;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        cursor: pointer;
        padding-bottom: 0.3rem;
    }
    .head_menu_ecc_close > i{
        font-size: 0.2rem;
        line-height: 0.27rem;
        display: inline-block;
        width: 0.27rem;
        height: 0.27rem;
        color: #fff;
        border-radius: 50%;
        border: 0.01rem #fff solid;
    }
    .head_search{
        top: 1.05rem;
        left: 0;
        width: 100%;
        height: auto;
    }
    .head_search_ecc{
        width: 90%;
        height: auto;
        margin: 0 auto;
        background-color: rgba(255, 255, 255, 0.4);
    }
    .head_search_ecc:hover{
        width: 90%;
        height: auto;
    }
    .head_search_ecc > input{
        padding: 0.07rem;
    }
    .head_search_ecc > button{
        right: 0.25rem;
    }
    .head_menu_lb{ 
        position: relative;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .head_menu_lb::-webkit-scrollbar{
        width: 0.05rem;/*竖向滚动条的宽度*/
        height: 0.05rem;/*横向滚动条的高度*/
    }
    .head_menu_lb::-webkit-scrollbar-thumb{/*滚动条里面的小方块*/
        background: rgba(255, 255, 255, 0.4);
        border-radius: 0.05rem;
    }
    .head_menu_lb::-webkit-scrollbar-track{/*滚动条轨道的样式*/
        background: rgba(0, 0, 0, 0.2);
        border-radius: 0.05rem;
    }
    .head_menu_lb > li{
        display: block;
        text-align: left;
        margin: 0 auto;
    }
    .head_menu_lb > li > a{
        color: #fff;
        font-size: 0.14rem;
        padding: 0.1rem 0 0.1rem 0.6rem;
    }
    .head_menu_lb > li:hover > a{
        font-weight: bold;
    }
    .head_menu_lb > li > a:after{
        display: none;
    }
    .head_menu_lb_sub{
        top: 0 !important;
        left: 0;
        position: relative !important;
        width: 100%;
        height: auto;
        display: block;
        background-color: rgba(255, 255, 255, 0.4);
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .head_menu_lb > li.df .head_menu_lb_sub{
        display: none;
    }
    .head_menu_lb > li.hov .head_menu_lb_sub{
        display: block;
    }
    .head_menu_lb_sub > a{
        font-size: 0.13rem;
    }
    .head_menu_bg{
        position: fixed;
        z-index: 770;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }
    #header.df .head_menu_bg{
        display: none;
    }
    #header.hov .head_menu_bg{
        display: block;
    }
}




/*浮动区块*/
#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 #ad2d27 solid;
    background-color: #990e0f;
}