body{
    background-color: #102857;
    background-image: url("https://www.transparenttextures.com/patterns/random-grey-variations.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.sq_01{
    width:96%;
    margin:0 auto;
}
@media(max-width:768px){
    .sq_01{
        width:100%;
    }
}

.title_01{
    line-height: 3rem;
    font-weight: 600;
    margin:0 auto;
    margin-top:6rem;
    margin-bottom:0.8rem;
    color:#02defe;
}
.news_top{
    border:0px solid #02defe;
    background: #02defe20;
    box-shadow: 0 0 40px 0px #133b477e;
}
.img_responsive{
    display:block;
    width:100%;
}
.banner_head{
    width:100%;
    max-width:1920px;
    margin:0 auto;
}
.gallery{
    /* border:1px solid #02defe; */
}
.gallery a{
    transition: all 0.3s;
    opacity: 0.8;
    background:transparent;
    /* box-shadow: 0 0 4px 1px rgb(22, 226, 192); */
}
@media(max-width:768px){
    .gallery a{
        opacity: 1;
    }
}
.gallery a:hover{
    opacity: 1;
    text-decoration: none;
}
.btline{
    display:block;
    max-width:100%;
    margin:0 auto;
    margin-bottom:2rem;
}
.news_box{
    margin-top:2rem;
}
.news_box .layui-col-md8{
    padding-left: 4rem;
}
@media(max-width:768px){
    .news_box .layui-col-md8{
        padding-left:0;
    }
}
.news_box a{
    color:#ddd;
}
.news_box p{
    color:#ccc;
}
.news_box a:hover{
    color:#eee;
}
.news_title{
    margin-top:0.4rem;
    margin-bottom:1rem;
    line-height: 3rem;
    border-bottom:1px dashed rgb(255, 255, 255);
    font-weight:600;
}
.news_box .lianjie{
    display: block;
    width:26rem;
    text-align: center;
    height:4rem;
    color:#ffe54f;
    line-height: 4rem;
    border-radius:0.4rem;
    border:1px solid rgb(209, 209, 209);
}
.news_box .lianjie:hover{
    background:#e0e0e0;
    color:rgb(0, 0, 0);
    text-decoration:none;
    border-color:transparent;
}

/* .title_01::before{
    content: "";
    display: inline-block;
    width:1.6rem;
    height:1.6rem;
    margin-right:3rem;
    background:#e60012;
}
.title_01::after{
    content: "";
    display: inline-block;
    width:1.6rem;
    height:1.6rem;
    margin-left:3rem;
    background:#e60012;
} */

.title_01 b{
    font-weight: 700;
}
.baguetteBoxOne{
    margin-top:0rem;
}
.baguetteBoxOne a{
    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:5rem;
    text-align:center;
    margin-bottom:0;
}
@media(max-width:768px){
    .footer{
        margin-top:5rem;
    }
    .footer p{
        line-height:3rem;
    }
}
/* ??????? */
.layui-tab-content{
    /* border:10px double #02defe; */
}
.layui-tab-card>.layui-tab-title .layui-this{
    border:none;
    background:#0e8496;
    color:#02defe;
}
.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 .layui-this{
    color:#02defe;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
    height: 5rem;
    border-bottom:2px solid #02defe;
}
.layui-tab-title .layui-this:after {
    height: auto;
}
.layui-tab-title{
    border:1px solid #0a7788;
    background:rgba(0, 153, 255, 0.2);
}
@media(max-width:768px){
    .layui-tab-content{
        border:1px solid #0a7788;
    }
}
/* ??????*/
#baguetteBox-overlay .full-image figcaption{
    bottom:6rem;
    background:none;
}