body{
    color:#fff;
}
p{
    font-size: 1.8rem;
}
.bd_01{
    background-color: #41756d;
    background-image: url("https://www.transparenttextures.com/patterns/worn-dots.png");
}
.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{
    display: block;
    width:400px;
    margin:0 auto;
    margin-top:5rem;
}
@media(max-width:768px){
    .title{
        width:80%;
    }
}
.content{
    padding:2rem;
    border:1px solid rgb(255, 255, 255);
}
.content .box{
    box-shadow: 0 0 10px 4px #333 inset;
    padding:2rem;
}
.content .box>p{
    color: #fff;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
}
.content_01 .box img{
    width:98%;
    margin:4px auto;
}
.content_03>.box{
    background-color:#174840;
}
.content_03 img{
    display: block;
    width:40%;
    margin:2rem auto;
}
.content_03 span{
    color:#ddd;
    display: block;
    text-align: center;
}
.content_03 p{
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: left;
    margin:1rem auto;
}
.title_02{
    font-size: 2rem;
    line-height: 3.2rem;
}

.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%;
    }
}
.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;
}
.on{
    display: block;
}
.sel{
    color:rgba(255, 255, 255, 0.5);
    transition: all 0.3s;
    float: left;
    width:20%;
    font-size: 2.0rem;
    line-height:6rem;
    background:rgb(14, 69, 141,0.3);
}
.sel_01{
    color:#fff;
    width:60%;
    background: rgba(0, 96, 221, 0.8);
    /* box-shadow: 0 0 10px rgba(0, 0, 0); */
}
.sel_02{
    width:20%;
}
.news_list a{
    text-align: center;
    color:#eee;
    font-size: 1.6rem;
    line-height: 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media(max-width:768px){
    .news_list a{
        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;
    }
}