body{
    color:#fff;
}
.bgbox{
    background:rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 1px 2px rgb(0, 0, 0,0);
    padding-top:1rem;
    padding-bottom:2rem;
    margin-top:3rem;
    border-radius: 2.5rem;
}
.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: 2rem;
    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-image: url(../images/bg_01.jpg);
    background-size: 100%;
}
@media(max-width:768px){
.bg_01{
    background-image: url(../images/bg_02.jpg);
    background-size: 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;
}
@media(max-width:768px){
    .title_01{
        line-height: 4rem;
        margin-top:2rem;
    }
}
.title_02{
    color:rgb(225, 253, 255);
    font-size: 2rem;
    line-height: 3.2rem;
    margin-top:5rem;s
}
.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;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #082135;
}
/*滚动条轨道*/
.sq_01>p::-webkit-scrollbar-track {
    -webkit-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;
    }
    .title_01{
        font-size: 3.2rem;
    }
    .title_02{
        line-height: 2.4rem;
        margin-top:2rem;
    }
    .sq_01>p{
        height: 160px;
    }
}
.news_box>a:hover{
    color: #0aceff;
}

.content_01 p{
    color:#eee;
    font-size: 2.4rem;
    line-height: 3.4rem;
}
@media(max-width:768px){
    .gallery>a>span{
        display: none;
    }
}

.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;
    }
}