/*申明编码*/
@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;}
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{
    width: 100%;
    height: 1.2rem;
    display: block;
    position: absolute;
    z-index: 768;
    top: 0;
    left: 0;
    background-position: left 0 top 0;
    background-repeat: no-repeat;
    background-size: 100% 1.2rem;
    background-image: url(../images/gl/head_menu_bg.png);
}
.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;
    width: 100%;
    height: auto;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
}
.head_cen_menu_lb > li{
    min-width: 8.5%;
    vertical-align: top;
    display: inline-block;
    position: relative;
}
.head_cen_menu_lb > li > a{
    display: block;
    font-size: 0.17rem;
font-weight: 600;
    color: #fff;
    padding: 0.35rem 0.12rem 0.25rem 0.12rem;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0);
    transition: All 0.1s ease-in-out;
    -webkit-transition: All 0.1s ease-in-out;
}
.head_cen_menu_lb > li:hover > a{
    font-weight: 600;
}
.head_menu_lb_sub{
    min-width: 1.2rem;
    max-height: 0;
    overflow: hidden;
    display: block;
    top: 0.81rem;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    background-position: left 0 top 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/gl/head_menu_bg.png);
    transition: All 0.1s ease-in-out;
    -webkit-transition: All 0.1s ease-in-out;
}
.head_cen_menu_lb > li:hover .head_menu_lb_sub{
    max-height: 4.8rem;
    padding: 0.1rem 0.2rem 0.1rem 0.2rem;
left: -0.35rem;
}
.head_menu_lb_sub > a{
    display: block;
    font-size: 0.15rem;
    color: #fff;
    top: 0;
    left: 0;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    padding: 0.1rem 0 0.1rem 0;
    transition: All 0.1s ease-in-out;
    -webkit-transition: All 0.1s ease-in-out;
}
.head_menu_lb_sub > a:hover{
font-weight: bold;
    color: #73ffbf;
}
.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%;
        background: none;
    }
    .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: #317ad4;
    }
    .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{
        width: 100%;
        height: auto;
        display: block;
        overflow: auto;
        top: auto;
        left: auto;
        position: relative;
        max-height: none;
        padding: 0.1rem 0;
        background: none;
    }
    .head_cen_menu_lb > li:hover .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.4rem;
    }
    .head_btn > i:after{
        width: 0.4rem;
        height: 0.4rem;
        text-align: center;
        line-height: 0.4rem;
        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: #317ad4;;
    }
    #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);
    }
}

.glrk{
color: #fff;width: 1.2rem;height: auto;    font-size: 0.15rem;    display: block;    position: absolute;    top: 0.05rem;    right: 0.3rem;

}
.sjssrk{display:none;}

/*FOOTER*/
#footer{
    display: block;
    background-size: 14rem auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: fixed;
    background-image: url(../images/gl/footer_bgst.png);
    background-color: #185cb1;
}
.foot_cen{
    display: block;
    width: 14rem;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0.45rem 0.1rem 0.1rem 0.1rem;
}
.foot_cen_link{
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0.1rem 0 0.65rem 5.6rem;
}
.foot_cen_link_logo{
    display: block;
    position: absolute;
    top: 0.1rem;
    left: 0.1rem;
    box-sizing: border-box;
    padding: 0.05rem 0 0.1rem 1.2rem
}
.foot_cen_link_logo_pic{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0.8rem;
    height: 0.8rem;
    margin: auto;
}
.foot_cen_link_logo_pic > img{
    display: block;
    width: 100%;
    height: 100%;
}
.foot_cen_link_logo_contact{
    display: block;
}
.foot_cen_link_logo_contact > p{
    font-size: 0.13rem;
    line-height: 0.18rem;
    color: #fff;
    margin: 0 auto 0.05rem auto;
}
.foot_cen_link_lb{
    display: block;
    font-size: 0;
    text-align: left;
}
.foot_cen_link_lb > *{
    font-size: 0.16rem;
}
.foot_cen_link_lb_sub{
    width: 33.333%;
    height: auto;
    vertical-align: middle;
    padding: 0.05rem 0.1rem 0.05rem 0.35rem;
    box-sizing: border-box;
    display: inline-block;
}
.foot_cen_link_lb_sub > a{
    display: block;
    font-size: 0.14rem;
    min-height: 0.38rem;
    color: #fff;
    position: relative;
    padding: 0 0.5rem 0.1rem 0;
    margin: 0 auto 0.15rem auto;
    border-bottom: 0.01rem #5a85ba solid;
    transition: All 0.6s ease-in-out;
    -webkit-transition: All 0.6s ease-in-out;
}
.foot_cen_link_lb_sub > a:hover{
    border-bottom: 0.01rem #9cc0eb solid;
}
.foot_cen_link_lb_sub > a:after{
    content: "";
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    text-align: center;
    font-size: 0.15rem;
    line-height: 0.2rem;
    color: #fff;
    position: absolute;
    top: 0.04rem;
    right: 0;
}
.foot_cen_link_lb_sub > a:hover:after{
    animation: dh-footLink 1s;
    -webkit-animation: dh-footLink 1s;
}
@keyframes dh-footLink{
    0%{right: 0.1rem; opacity: 0;}
    20%{right: 0.1rem; opacity: 0;}
    100%{right: 0; opacity: 1;}
}
@-webkit-keyframes dh-footLink{
    0%{right: 0.1rem; opacity: 0;}
    20%{right: 0.1rem; opacity: 0;}
    100%{right: 0; opacity: 1;}
}
.foot_copy{
    display: block;
    padding: 0 0.1rem;
    box-sizing: border-box;
    border-top: 0.01rem #5a85ba solid;
}
.foot_copy_cen{
    display: block;
    width: 14rem;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 0.1rem 0.1rem 0.3rem 0.1rem;
}
.foot_copy_cen > p{
    display: block;
    margin: 0 auto;
    font-size: 0.12rem;
    line-height: 0.25rem;
    color: #fff;
}
.foot_copy_cen_ss{
    width: 1.2rem;
    height: auto;
opacity: 80%;
    display: block;
    position: absolute;
top: 27.1%;
    right: 10%;
}
.foot_copy_cen_ss > input{
    display: block;
    border: none;
    width: 100%;
    height: auto;
    font-size: 0.14rem;
    box-sizing: border-box;
    padding: 0.05rem 0.05rem 0.05rem 0.3rem;
    background-color: #fff;
    border-radius: 0.5rem;
}
.foot_copy_cen_ss > a{
    display: block;
    color: #777;
    position: absolute;
    top: -0.01rem;
    left: 0.03rem;
    bottom: 0;
    margin: auto;
    width: 0.18rem;
    height: 0.18rem;
    font-size: 0.15rem;
    line-height: 0.18rem;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
@media screen and (max-width: 1400px){
    #footer{
        background-position: left bottom;
        background-size: auto 70%;
    }
.sjssrk{display: block;
        color: #fff;
        width: 1.2rem;
        right: 0.1rem;
        top: 0.43rem;
        position: absolute;}
.glrk{
top: 0.45rem;right: 1.2rem;

}

    .foot_cen_link{
        width: 80%;
        height: auto;
        margin: 0 auto;
        padding: 0.1rem 0;
    }
    .foot_cen_link_logo{
        display: block;
        position: relative;
        top: 0.0rem;
        left: 0.0rem;
        margin: 0 auto 0.4rem auto;
        padding: 0.05rem 0 0.1rem 1.2rem;
    }
    .foot_cen_link_lb_sub{
        padding: 0.05rem 0.4rem 0.05rem 0;
    }
    .foot_cen_link_lb_sub > a{
        padding: 0 0.25rem 0.1rem 0;
    }
    .foot_copy_cen{
        width: 80%;
        height: auto;
        padding: 0.1rem 0 0.3rem 0;
    }
}
@media screen and (max-width: 800px){
    .foot_cen_link_lb_sub{
        width: 50%;
    }
    .foot_copy_cen_ss{
        position: relative;
        top: 0;
        right: 0;
        margin: 0.08rem auto 0.1rem 0;
    }
}
@media screen and (max-width: 640px){
    .foot_cen_link{
        width: 95%;
    }
    .foot_copy_cen{
        width: 95%;
    }
    .foot_cen_link_logo{
        padding: 0.1rem 0 0.05rem 0.75rem;
    }
    .foot_cen_link_logo_pic{
        width: 0.6rem;
        height: 0.6rem;
    }
    .foot_cen_link_logo_contact > p{
        font-size: 0.12rem;
        line-height: 0.16rem;
    }
}
@media screen and (max-width: 480px){
    .foot_cen_link_lb_sub{
        padding: 0.05rem 0.1rem;
    }
    .foot_cen_link_lb_sub > a{
        display: block;
        font-size: 0.12rem;
        min-height: 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 #0065bc solid;
    background-color: #317ad4;
}
.fix_button_backTop > a:hover{
    background-color: #3ba2fa;
    border: 0.01rem #317ad4 solid;
}

























/*焦点图皮肤默认样式PX单位
样式标记符：dfstpx*/
.mkSlideMod.dfstpx{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    transition:All 0.2s ease-in-out;
    -webkit-transition:All 0.2s ease-in-out;
}
/*子容器默认样式*/
.mkSlideMod.dfstpx .slideSub{
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 64;
    top: 0;
    left: 0;
}
/*顺序切换按钮公共样式*/
.mkSlideMod.dfstpx .prevBtn,
.mkSlideMod.dfstpx .nextBtn{
    width: 4%;
    height: auto;
    min-width: 24px;
    max-height: 96px;
    display: none;
    padding: 5px 5px;
    position: absolute;
    z-index: 128;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.3);
}
/*顺序切换按钮prev样式*/
.mkSlideMod.dfstpx .prevBtn{
    left: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAA/CAMAAACy0eq1AAAAY1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+aRQ2gAAAAIHRSTlMA+tLN9jAJBDQOfAd2N9eIlI86xz5v84yDviwdF+ytRd2hYSEAAADaSURBVEjHvZNLFoMgDEXlU6QKIiL+22b/q6wryGPAMeN7yE1eaJ6o0yDipXLLE17SfvFEIuVZwkqSL54YSPHELFEXr0hZflrsIZHHpG4PREjgMSCPaUCzzIqShVs/8D5A+tjjofSThbngrR9o6wlfoX0gfeRx7vT5NWz1nRabAYwTIhr8zvjmmbYTFABjNk2hxKfHPiv00bQhxglaoc89u4G9RCzwCYjJmsYCn1jgE4ryglnQWOU2Fjy70wTvMJdlsdbIwgmKNW7DLfA2Gof/RZuXL3rG+KupVH8DWw9fdeYU5QAAAABJRU5ErkJggg==);
}
/*顺序切换按钮next样式*/
.mkSlideMod.dfstpx .nextBtn{
    right: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABHCAMAAABcS8VjAAAAe1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////NgkbwAAAAKHRSTlMA+OXfBugLA8e+VC30ikjYWFEkIX5c63pNzbZ1PzRKZz0VuZuTbyq1iZVHHwAAAOBJREFUSMfF0EkSgkAQBVEGERlEEJkVRBDr/ie0CQ9QuSCk1y8qP1g7vXHIgTpO8skBm21piTtzFzDHu9dtuy/qSPdmusAd1n30O7bsGneKgGP3uKti1PUrs2+B3WXjbkT/H+py9wD7Olsacq+D+7pYGtJ9Q7dXdxYJRpUlrniFr6neqFC9VTvihKiY6reAosXeIeszV5xUV6aYqSpdFbrFdtWk6DKVgF2kGHri9kglugL/ixYLVExLoOD6opQLU0+06w6+kRbVW/5gboFiDNb7AylaYwuUedH0K6pZ68/vC1uhGXktC/yRAAAAAElFTkSuQmCC);
}
/*随机切换按钮容器*/
.mkSlideMod.dfstpx .tabBtn{
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 128;
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    text-align: center;
}
/*随机切换按钮样式*/
.mkSlideMod.dfstpx .tabBtn > span{
    margin: 0 10px;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px 50px;
    -webkit-border-radius: 50px 50px;
    transition:All 0.2s ease-in-out;
    -webkit-transition:All 0.2s ease-in-out;
}
/*随机切图按钮默认颜色*/
.mkSlideMod.dfstpx .tabBtn_dfst{
    width: 15px;
    height: 15px;
    background-color: #ddd;
    border: 2px #fff solid;
}
/*随机切图按钮激活颜色*/
.mkSlideMod.dfstpx .tabBtn_hover{
    width: 35px;
    height: 15px;
    background-color: #00a7ff;
    border: 2px #99d6f7 solid;
}
/*设置画布*/
.mkSlideMod.dfstpx .slide_bg{
    width: 100%;
    height: auto;
    display: block;
}
/*-----------------
具体要滚动的内容【用户自定义】
高度auto模式下建议设置height为auto
反之，则建议为height为100%
------------------*/
.mkSlideMod.dfstpx .slideSub > a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.mkSlideMod.dfstpx .slideSub > a > img{
    width: 100%;
    height: 100%;
    display: block;
}
.mkSlideMod.dfstpx .slideSub > img{
    width: 100%;
    height: 100%;
    display: block;
}




/*焦点图皮肤默认样式REM单位
样式标记符：dfstrem*/
.mkSlideMod.dfstrem{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    transition:All 0.2s ease-in-out;
    -webkit-transition:All 0.2s ease-in-out;
}
/*子容器默认样式*/
.mkSlideMod.dfstrem .slideSub{
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 64;
    top: 0;
    left: 0;
}
/*顺序切换按钮公共样式*/
.mkSlideMod.dfstrem .prevBtn,
.mkSlideMod.dfstrem .nextBtn{
    width: 4%;
    height: auto;
    min-width: 0.2rem;
    max-height: 0.75rem;
    display: none;
    padding: 0.05rem 0.05rem;
    position: absolute;
    z-index: 128;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.3);
}
/*顺序切换按钮prev样式*/
.mkSlideMod.dfstrem .prevBtn{
    left: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAA/CAMAAACy0eq1AAAAY1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+aRQ2gAAAAIHRSTlMA+tLN9jAJBDQOfAd2N9eIlI86xz5v84yDviwdF+ytRd2hYSEAAADaSURBVEjHvZNLFoMgDEXlU6QKIiL+22b/q6wryGPAMeN7yE1eaJ6o0yDipXLLE17SfvFEIuVZwkqSL54YSPHELFEXr0hZflrsIZHHpG4PREjgMSCPaUCzzIqShVs/8D5A+tjjofSThbngrR9o6wlfoX0gfeRx7vT5NWz1nRabAYwTIhr8zvjmmbYTFABjNk2hxKfHPiv00bQhxglaoc89u4G9RCzwCYjJmsYCn1jgE4ryglnQWOU2Fjy70wTvMJdlsdbIwgmKNW7DLfA2Gof/RZuXL3rG+KupVH8DWw9fdeYU5QAAAABJRU5ErkJggg==);
}
/*顺序切换按钮next样式*/
.mkSlideMod.dfstrem .nextBtn{
    right: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABHCAMAAABcS8VjAAAAe1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////NgkbwAAAAKHRSTlMA+OXfBugLA8e+VC30ikjYWFEkIX5c63pNzbZ1PzRKZz0VuZuTbyq1iZVHHwAAAOBJREFUSMfF0EkSgkAQBVEGERlEEJkVRBDr/ie0CQ9QuSCk1y8qP1g7vXHIgTpO8skBm21piTtzFzDHu9dtuy/qSPdmusAd1n30O7bsGneKgGP3uKti1PUrs2+B3WXjbkT/H+py9wD7Olsacq+D+7pYGtJ9Q7dXdxYJRpUlrniFr6neqFC9VTvihKiY6reAosXeIeszV5xUV6aYqSpdFbrFdtWk6DKVgF2kGHri9kglugL/ixYLVExLoOD6opQLU0+06w6+kRbVW/5gboFiDNb7AylaYwuUedH0K6pZ68/vC1uhGXktC/yRAAAAAElFTkSuQmCC);
}
/*随机切换按钮容器*/
.mkSlideMod.dfstrem .tabBtn{
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 128;
    width: 100%;
    height: auto;
    padding: 0 0 0.1rem 0;
    text-align: center;
}
/*随机切换按钮样式*/
.mkSlideMod.dfstrem .tabBtn > span{
    margin: 0 0.1rem;
    display: inline-block;
    cursor: pointer;
    border-radius: 0.5rem 0.5rem;
    -webkit-border-radius: 0.5rem 0.5rem;
    transition:All 0.2s ease-in-out;
    -webkit-transition:All 0.2s ease-in-out;
}
/*随机切图按钮默认颜色*/
.mkSlideMod.dfstrem .tabBtn_dfst{
    width: 0.05rem;
    height: 0.05rem;
    background-color: #ddd;
    border: 0.02rem #fff solid;
}
/*随机切图按钮激活颜色*/
.mkSlideMod.dfstrem .tabBtn_hover{
    width: 0.25rem;
    height: 0.1rem;
    background-color: #00a7ff;
    border: 0.02rem #99d6f7 solid;
}
/*设置画布*/
.mkSlideMod.dfstrem .slide_bg{
    width: 100%;
    height: auto;
    display: block;
}
/*-----------------
具体要滚动的内容【用户自定义】
高度auto模式下建议设置height为auto
反之，则建议为height为100%
------------------*/
.mkSlideMod.dfstrem .slideSub > a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.mkSlideMod.dfstrem .slideSub > a > img{
    width: 100%;
    height: 100%;
    display: block;
}
.mkSlideMod.dfstrem .slideSub > img{
    width: 100%;
    height: 100%;
    display: block;
}