body{
    color:#fff;
}
.bgbox{
    /* background: url(../images/bg_01.jpg); */
    
    /* background:#460482; */
    /* box-shadow: 0 0 20px 5px rgb(0, 0, 0,0.5); */
    padding-top:1rem;
    padding-bottom:2rem;
    margin-top:3rem;
    
    border-bottom:2px dashed rgb(255, 116, 232);
    overflow: hidden;
}
@media(max-width:768px){
    .bgbox{
        background: url(../images/bg_01.jpg);
        background-size:100% 100%;
        border:none;
        border-radius: 2.5rem;
        box-shadow: 0 0 20px 5px rgb(0, 0, 0,0.5);
    }
}
.xiangqing{
    font-size: 2rem;
    color:rgb(249, 255, 172);
}
.xiangqing:hover{
    color:#ffef0a;
}
h3{
    font-size: 2.6rem;
    line-height: 6rem;
}
p{
    font-size: 1.8rem;
}
.gallery>a>img{
    display: block;
    border-radius: 0.4rem;
    overflow: hidden;
}
.gallery span{
    font-size: 1.4rem;
    line-height: 2.0rem;
    color: #eee;
}
.swiper02 img,.swiper02 span,.con p{
    display: block;
    width:96%;
    margin-left: 2%;
}
.swiper02 img{
    margin-top:1rem;
}
.bg_01{
    /* background-color: #460482;
    background-image: url("https://www.transparenttextures.com/patterns/batthern.png"); */
    background: url(../images/bg_01.jpg);
    background-size:100% 100%;
}

.top_nav a img{
    opacity: 1.0;
    filter: grayscale(0.3);
}
.top_nav a img:hover{
    filter: grayscale(0);
}
.layui-elem-field{
    border:1px solid #9c2229;
}
.banner_box{
    box-shadow: 0 0 1rem 2px #000;
}
.title_01{
    color:#ffffff;
    font-size: 3.8rem;
    line-height: 6rem;
    text-align: center;
    font-weight: 600;
    margin-top:4rem;
}

.title_02{
    width:90%;
    margin-left: 5%;
    color:rgb(225, 253, 255);
    font-size: 2rem;
    line-height: 3.2rem;
    margin-top:5rem;
}
.title_03{
    text-align: center;
    font-size: 2.6rem;
    line-height: 4rem;
}
@media(max-width:768px){
    .title_01{
        font-size: 3.2rem;
        line-height: 3.8rem;
        margin-top:2rem;
    }
    .title_02{
        line-height: 2.8rem;
        margin-top:2rem;
    }
    .title_03{
        text-align: center;
        font-size: 2.6rem;
        line-height: 3rem;
    }
}
.btline{
    display: block;
    width:80%;
    margin:1rem auto;
    max-width: 80rem;
}
.sq_01{
    width:100%;
    margin:0 auto;
    background-image: url(../images/bg_01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width:800px;
    margin-top:3rem;
    padding-top:2rem;
    padding-bottom: 2rem;
}
.sq_01>p{
    width:80%;
    margin:0 auto;
    height: 350px;
    overflow: auto;
}
/*滚动条整体样式*/
.sq_01>p::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}
/*滚动条滑块*/
.sq_01>p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #082135;
}
/*滚动条轨道*/
.sq_01>p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0,0,0,0);
    border-radius: 10px;
    background: rgba(204, 204, 204, 0.2);
}
.news_box{
    width:100%;
}
.news_box>a{
    display: block;
    font-size: 1.6rem;
    line-height: 3.6rem;
    width:calc(50% - 1rem);
    text-align: center;
    color:#eee;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.news_box>a:nth-child(even){
    margin-left: 1rem;
}
.news_box>a:nth-child(odd){
    margin-right: 1rem;
}
/* .news_box>a:last-child{
    color:#85faf4;
    font-weight: 600;
} */
@media(max-width:768px){
    .news_box>a{
        width:100%;
    }
    .news_box>a:nth-child(even){
        margin-left:0;
    }
    .news_box>a:nth-child(odd){
        margin-right:0;
    }

    .sq_01>p{
        height: 160px;
    }
}
.news_box>a:hover{
    color: #0aceff;
}

.content_01 p{
    color:#eee;
    font-size: 2.4rem;
    line-height: 3.4rem;
}

.box>ul{
    overflow:hidden;
}
.gd_box{
    margin-top:3rem;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0.2);
}
.gd_01{
    height: 60px;
    position: relative;
    overflow: hidden;
}
.gd_02{
    font-size: 4rem;
    line-height: 60px;
    position: absolute;
}
.btn_lianjie{
    color:#9c2229;
    border-radius: 6px;
    display: block;
    line-height: 3rem;
    height: 3rem;
    margin-top:1rem;
    width:50%;
    margin-left: 10%;
    text-align: center;
    border:1px dashed #c51729;
}
.btn_lianjie:hover{
    background:#c51729;
    color:#fff;
}
@media(max-width:768px){
    .btn_lianjie{
        margin-left: 6%;
    }
    .gd_02{
        text-align: center;
        font-size: 3rem;
    }
}
.layui-elem-field>.title_02{
    font-size: 4rem;
    font-weight: 600;
    color:#9c2229;
}
.nav_box{
    width:100%;
    margin:0 auto;
    border-radius: 3rem;
    overflow: hidden;
}
.nav_box li{
    text-align:center;
    cursor: pointer;
}
.con{
    display:none;
}
.con p{
    margin-top:2rem;
    margin-bottom:1rem;
    font-size: 1.8rem;
    line-height: 3.2rem;
}
.con>a{
    color:#eee;
}
.on{
    display: block;
}
.sel{
    cursor: pointer;
    color:rgba(255, 255, 255, 0.5);
    transition: all 0.3s;
    float: left;
    width:25%;
    text-align: center;
    font-size: 2.0rem;
    line-height:6rem;
    background:rgba(141, 14, 20, 0.3);
}
@media(max-width:768px){
    .sel{
        width:50%;
        line-height: 4rem;
    }
}
.sel_01{
    color:#fff;
    background: rgba(221, 33, 0, 0.8);
    /* box-shadow: 0 0 10px rgba(0, 0, 0); */
}
.news_list a{
    text-align: center;
    color:#eee;
    font-size: 1.8rem;
    line-height: 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.news_list a:hover{
    font-weight: 600;
    background: rgba(0, 0, 0, 0.2);
}

.bt_fixed{
    position: fixed;
    z-index: 999;
    right:0;
    font-size: 2rem;
    bottom: 10rem;
    background:rgba(0, 0, 0, 0.2)
}
.bt_fixed i{
    color: #fff;
    font-size: 6rem;
}

.baguetteBoxOne{
    margin-top:0rem;
}
.baguetteBoxOne a{
    display: block;
    margin-top:0;
}
section>div>a{
    margin-top:1rem;
}
section>p{
    text-align:center;
    font-size:2rem;
}
.footer{
    background:#333333;
    margin-top:10rem;
}
.footer p{
    color:#999999;
    font-size:12px;
    line-height:2rem;
    text-align:center;
    margin-bottom:0;
}
@media(max-width:768px){
    .footer{
        margin-top:5rem;
    }
    .footer p{
        line-height:2.6rem;
    }
}
/* ??????? */
.layui-tab-title li{
    line-height: 5rem;
    font-size: 2rem;
    color:rgb(255, 255, 255);
    /* background-color:#02defe;  */
}
.layui-tab-title{
    height: auto;
}
.layui-tab-brief>.layui-tab-title li{
    color:#eee;
    border:1px solid rgb(0, 0, 0,0)
}
.layui-tab-brief>.layui-tab-title .layui-this{
    color:#eee;
    /* border-radius: 1rem 1rem 0 0; */
    overflow: hidden;
    /* border:1px solid #eee; */
    background:rgba(0, 0, 0, 0.2);
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
    height: 5rem;
    border:none;
}
.layui-tab-title .layui-this:after {
    height: auto;
}
.layui-tab-title{
    overflow: hidden;
    background:none;
}
/* ??????*/
#baguetteBox-overlay .full-image figcaption{
    bottom:6rem;
    background:none;
}
@media(min-width:768px){
    .canshu{
        height: 600px;
        overflow: auto;
    }
}
.dz_01{
    width:50%;
    margin:1rem auto;
    text-align: center;
    border-bottom:4px dashed #fff;
    padding-bottom: 2rem;
    line-height: 4rem;
}
@media(max-width:768px){
    .dz_01{
        width:80%;
    }
}
.btn_box p{
    font-size: 2.2rem;
    height: 6rem;
}
@media(max-width:768px){
    .btn_box p{
        height: 3rem;    
    }
}
.btn_02{
    display:block;
    width:80%;
    color:#dcb0ff;
    margin-left: 10%;
    height: 5rem;
    text-align: center;
    font-size: 1.8rem;
    line-height: 5rem;
    border-radius: 2.5rem;
    border:1px solid #eee;
    transition: all 0.5s;
    background-image:linear-gradient(#ad53d1, #910aff);
}
.btn_02:hover{
    background:#910aff;
    color:#fff;
}
.huhang>p{
    font-size: 4rem;
    text-align: center;
}
.huhang>div{
    font-size: 2rem;
    text-align: center;
    line-height: 6rem;
    border-radius: 3rem;
    border:4px dotted #eee;
}
.btn_01{
    text-align: center;
    color:#dcb0ff;
    display: block;
    height: 5rem;
    line-height: 5rem;
    width:20%;
    margin:2rem auto;
    margin-top:5rem;
    border-radius:2.5rem;
    border:1px solid rgba(238, 238, 238, 0.479);
    background-image:linear-gradient(#ad53d1, #910aff);
    transition: all 0.5s;
}
@media(max-width:768px){
    .btn_01{
        width:50%;
        line-height: 4rem;
        height: 4rem;
        border-radius: 2rem;
    }
    .btn_02{
        width:50%;
        margin-left: 25%;
        line-height: 4rem;
        height: 4rem;
        border-radius: 2rem;
    }    
}
.btn_01:hover{
    background:#910aff;
    color:#fff;
}
.title_04{
    width:80%;
    margin-left: 10%;
    font-size: 2.6rem;
    line-height: 4rem;
    text-align: center;
}
@media(max-width:768px){
    .title_04{
        width:100%;
        margin-left: 0;
        font-size: 2.4rem;
        line-height: 2.8rem;
        text-align: left;
    }    
}