/*个性化自定义*/
body{
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: #252525;
    font-family: "icofont","Microsoft YaHei";
}
/*按钮字体绑定*/
input,button{
    font-family: "icofont","Microsoft YaHei";
}
/*HEAD个性化*/
#header{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-image: url(../images/gl/ty_head_bg.png);
}
.mk_headMenuSt02{
    padding: 1.25rem 0 0.05rem 0;
}
.head_logo{
    top: 0.42rem;
    left: 0;
}
.head_menu{
    border-top: 0.01rem #ca6c71 solid;
}
.head_search{
    top: 0.45rem;
    right: 0;
}
.head_menu_lb > li > a{
    padding: 0.15rem 0.27rem 0.13rem 0.27rem;
}
@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_menu{
        border: none;
    }
    .head_search{
        top: 1.05rem;
        left: 0;
    }
}




/*CONTENT*/
#content{
    display: block;
    width: 100%;
    height: auto;
    margin: 1.7rem auto 2.4rem auto;
    position: relative;
    z-index: 256;
}
@media screen and (max-width: 1280px){
    #content{
        margin: 0.6rem auto 2.4rem auto;
    }
}
@media screen and (max-width: 760px){
    #content{
        margin: 0.3rem auto 3.4rem auto;
    }
}
/*页面幻灯片框架*/
.con_slide{
    display: block;
    position: relative;
}
.con_slide_head{
    display: block;
    width: 100%;
    height: auto;
    max-width: 12.8rem;
    position: relative;
    margin: 0 auto 0.2rem auto;
}
.con_slide_head_title{
    display: block;
    box-sizing: border-box;
    padding: 0.3rem 0 0 0;
}
.con_slide_head_title > h2{
    color: #fff;
    font-size: 0.24rem;
    font-weight: 500;
}
.con_slide_head_mbx{
    right: 0;
    bottom: 0.1rem;
    width: 2.8rem;
    height: auto;
    position: absolute;
}
.con_slide_head_mbx > p{
    color: #7a7a7a;
    font-size: 0.12rem;
    margin: 0 auto;
    text-align: right;
}
.con_slide_head_mbx > p > a{
    color: #7a7a7a;
}
@media screen and (max-width: 1280px){
    .con_slide_head_title{
        padding: 0.3rem 0 0 0.2rem;
    }
    .con_slide_head_mbx{
        right: 0.2rem;
        bottom: 0.05rem;
    }
}
@media screen and (max-width: 960px){
    .con_slide_head_title{
        padding: 0.3rem 0 0.3rem 0.2rem;
    }
}
@media screen and (max-width: 760px){
    .con_slide_head_title{
        text-align: center;
        padding: 0.3rem 0.3rem 0.3rem 0.2rem;
    }
}
@media screen and (max-width: 640px){
    .con_slide_head_title > h2{
        font-size: 0.17rem;
    }
}
/*页面组合型幻灯片*/
.swiper{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 0.1rem auto;
    margin-left: auto;
    margin-right: auto;
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #fff;
}
.mySwiper_echo{
    padding: 0.4rem 0 !important;
}
.mySwiper_echo .swiper-slide{
    opacity: 0.25;
    text-align: center;
    font-size: 0.18rem;
    display: block;
}
.mySwiper_echo .swiper-slide-active{
    opacity: 1;
}
.mySwiper_echo .swiper-slide{
    background-size: cover;
    background-position: center;
}
.mySwiper_echo .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mySwiper_echo .swiper-slide a{
    display: block;
}
.mySwiper_echo .swiper-slide a img{
    display: block;
    height: 5rem;
    object-fit:contain;
}
.mySwiper_echo .swiper-slide .more_info{
    display: none;
}
@media screen and (max-width: 720px){
    .mySwiper_echo .swiper-slide{
        opacity: 1;
    }
    .mySwiper_echo{
        padding: 0 0 0.2rem 0 !important;
    }
}
/*文字信息部分*/
.mySwiper_info{
    display: block;
    padding: 0 0 0.3rem 0;
}
.mySwiper_info_cen{
    display: block;
    width: 100%;
    height: auto;
    max-width: 14.4rem;
    margin: 0 auto;
    text-align: center;
}
.mySwiper_info_cen > p{
    color: #fff;
    margin: 0 auto;
    font-size: 0.20rem;
    font-family: "楷体";
}
@media screen and (max-width: 480px){
    .mySwiper_info_cen > p{
        font-size: 0.13rem;
    }
}
/*缩略图部分*/
.mySwiper_thumb{
    width: 95%;
    height: auto;
    max-width: 14.4rem;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0.1rem 0;
}
.mySwiper_thumb .swiper-slide{
    width: 25%;
    height: 100%;
    opacity: 0.3;
    cursor: pointer;
}
.mySwiper_thumb .swiper-slide:hover{
    opacity: 1;
}
.mySwiper_thumb .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mySwiper_thumb .swiper-slide-thumb-active{
    opacity: 1;
}




/*FOOTER*/
#footer{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 512;
    border-top: 0.01rem #3a3b3a solid;
    background-color: #252525;
}
.foot_cen{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    max-width: 12.8rem;
    padding: 0.2rem 0;
    margin: 0 auto;
    font-size: 0;
}
.foot_cen > *{
    font-size: 0.16rem;
}
.foot_cen_copy{
    width: 50%;
    height: auto;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    padding: 0.3rem 0 0 0;
}
.foot_cen_copy > img{
    display: block;
    width: 1.4rem;
    height: auto;
    margin: 0 auto 0.1rem 0;
}
.foot_cen_copy > p{
    color: #ddd;
    display: block;
    margin: 0 auto;
    font-size: 0.12rem;
}
.foot_cen_contact{
    width: 50%;
    height: auto;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    padding: 0.1rem 0 0 3rem;
}
.foot_cen_contact > p{
    color: #ddd;
    display: block;
    margin: 0.1rem auto;
    font-size: 0.14rem;
}
.foot_cen_contact > p > a{
    color: #ddd;
}
.foot_cen_contact > p > a:hover{
    color: #d00000;
}
@media screen and (max-width: 1280px){
    .foot_cen_copy{
        padding: 0.3rem 0 0 0.3rem;
    }
}
@media screen and (max-width: 760px){
    .foot_cen_copy,
    .foot_cen_contact{
        width: 100%;
        height: auto;
        margin: 0 auto 0.2rem auto;
    }
}
@media screen and (max-width: 480px){
    .foot_cen{
        padding: 0.05rem 0;
    }
    .foot_cen_copy,
    .foot_cen_contact{
        padding: 0.2rem 0 0 0.2rem;
    }
    .foot_cen_copy > p,
    .foot_cen_contact > p{
        font-size: 0.12rem;
    }
    .foot_cen_copy > img{
        width: 1.1rem;
        height: auto;
    }
}