body{
    color:#fff;
}
.swiper-container>.gallery>a{
    display: block;
    padding-bottom:1rem;
}
.bg_main{
    background-color: #082135;
    background-image: url(../images/bg_01.jpg);
    background-position-y: 244px;
    background-size: 100%;
}
@media(max-width:768px){
    .bg_main{
        background-image: url(../images/bg_02.jpg);
        background-position-y: 0px;
        background-size: 100%;
    }    
}
#top{
    background-image: url(../images/bg-mk01.png);
    background-size: 100% 100%;
}
.top-con{
    padding-top:8rem;
    padding-bottom:10rem;
}
.top-con a{
    font-size: 3rem;
    color:#38c7ff;
}
.top-con a:hover{
    color:#fff7b0;
}
.top-con p{
    text-align:center;
    font-size:2.4rem;
    line-height: 3.6rem;;
    font-weight: 300;
    margin-top:2rem;
}
@media(max-width:768px){
    .top-con{
        padding-top:4rem;
        padding-bottom:5rem;
    }
    .top-con p{
        font-size: 2rem;
        line-height: 2.8rem;
    }
}
.btline{
    display: block;
    height: 1rem;
    width:60%;
    margin-left:20%;
    margin-top:1rem;
    margin-bottom: 3rem;
    opacity: 0.5;
}
.mk{
    margin-top:20rem;
}
@media(max-width:768px){
    .mk{
        margin-top:8rem;
    }
    .btline{
        margin-bottom: 2rem;
        width:100%;
        margin-left: 0;
    }
    #mk01{
        margin-top:4rem;
    }    
}
.gallery>a>img{
    display: block;
    width:96%;
    margin-left: 2%;
}
.mk_biaoti{
    color:#ffffff;
    font-size: 3.8rem;
    line-height: 6rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1rem;
}
.mk_biaoti_02{
    color:#38c7ff;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 4.8rem;
    text-align: center;
    margin-top:6rem;
    margin-bottom: 3rem;
    letter-spacing: 4px;
}
@media(max-width:768px){
    .mk_biaoti{
        font-size: 2.4rem;
        line-height: 3.8rem;
        letter-spacing: 2px;
    }
    .mk_biaoti_02{
        font-weight: 500;
        font-size: 2.2rem;
        line-height: 3rem;
        margin-top:4rem;
        margin-bottom: 2rem;
    }
}
.mk_biaoti_img{
    display: block;
    width:800px;
    margin:0 auto;
    margin-top:8rem;
}
.mk_brief{
    width:70%;
    margin:0 auto;
    text-align: center;
    color:rgb(255, 255, 255);
    font-size: 2.6rem;
    line-height: 4rem;
    margin-top:2rem;
    margin-bottom:2rem;
    font-weight: 300;
}
.mk_brief_02{
    width:90%;
    margin-left: 5%;
    color:rgb(234, 255, 225);
    font-size: 1.8rem;
    line-height: 3.2rem;
}
.mk_brief_02:hover{
    color:#fff;
}
@media(max-width:768px){
    .mk_biaoti_img{
        width:100%;
        margin-top:8rem;
    }
    .mk_brief{
        font-size: 1.8rem;
        line-height: 2.6rem;
        width:100%;
    }
}



/* 模块-用户说 */
.say{
    background: rgba(128, 85, 216, 0.2);
    border-radius: 1rem;
}
.say p{
    line-height: 2.4rem;
    margin-bottom: 1rem;
}
.say>a>img{
    display: block;
    border-radius: 1rem;
}
.say_link{
    display: block;
    color:#fff;
    text-align: center;
    width:14rem;
    line-height: 4rem;
    height: 4rem;
    border-radius:2rem; 
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.2s;
}
.say p:nth-child(2){
    font-size:1.8rem; 
    color:#ecde12;
}
.say_link:hover{
    background-color:rgba(255, 255, 255, 0.2);
    color:#fff;
}
@media(max-width:768px){
    .say>a{
        height: 20rem;
        overflow: hidden;
    }
    .say p{
        margin-top:1rem;
    }
    .say_link{
        margin:0 auto;
        margin-top:2rem;
        margin-bottom: 2rem;
    }    
}
/* 模块-新闻 */
.mk_news{
    overflow: hidden;
}

.mk_news_left{
    width:calc(30% - 20px);
    padding:10px;
    float: left;
}
.mk_news_right{    
    width:calc(70% - 20px);
    padding:10px;
    float: left;
}
@media(max-width:768px){
    .mk_news_left{
        width:calc(30% - 6px);
        padding:3px;
    }
    .mk_news_right{    
        width:calc(70% - 6px);
        padding:3px;
    }    
}
.mk_news_title{
    color:#fff;
    text-align: left;
    font-size: 2.4rem;
    line-height: 4rem;
}
.mk_news_title:hover{
    color:#fff;
}
.mk_news_content{
    color:rgb(255, 249, 197);
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-top:1rem;
}
.mk_news_link{
    display: block;
    margin-top:2rem;
    color:#fff;
    text-align: center;
    width: 20rem;
    font-size: 2rem;
    line-height: 4rem;
    border-radius: 0.6rem;
    border:1px solid rgba(255, 255, 255, 0.6);
    transition: all 0.3s;
}
.mk_news_link:hover{
    color:#fff;
    background: rgba(255, 255, 255, 0.1);
}
@media(max-width:768px){
    .mk_news_title{
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
    .mk_news_content,.mk_news_link{
        display:none;
    }
}


/*滚动条整体样式*/
.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_list{
    margin-bottom: 6rem;
}
@media(max-width:768px){
    .news_list{
        margin-bottom: 8rem;
    }    
}
.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);
}

/* 新闻盒子 */
.news_box{
    margin-top: 3rem;
}
.news_box img{
    display: block;
    width:90%;
    margin-left: 5%;
}
.news_box a{
    display: block;
    margin-top:2rem;
    color:#fff;
    text-align: center;
    line-height: 4rem;
    border-radius: 2rem;
    border:1px solid #fff;
    background-color: rgba(255, 255, 255, 0.2);
}
.news_box p{
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.6rem;
    margin-top:0.6rem;
}
.news_title{
    font-size: 2rem;
    font-weight: 600;
}
.news_box a:hover{
    background-color: #264708;
}
@media(max-width:768px){
    .news_box img{
        width:100%;
        margin-left: 0;
        margin-top:3rem;
    }
    .news_title{
    margin-top:1rem;
    }
}

/* 按钮 */
.btn_lianjie{
    color:#38c7ff;
    border-radius: 1rem;
    display: block;
    font-size: 2.2rem;
    letter-spacing: 10px;
    text-indent:10px;
    line-height: 5rem;
    height: 5rem;
    margin-top:3rem;
    width:50%;
    text-align: center;
    background-image: url(../images/bg-btn.png);
    background-size: 100% 100%;
    transition: all 0.2s;
}
.btn_lianjie:hover{
    background-color:rgba(16, 56, 165, 0.5);
    color:#fff;
}
@media(max-width:768px){
    .btn_lianjie{
        margin-left:auto;
        margin-right: auto;
        margin-bottom:5rem;
    }
}



/* 底部 */
.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;
    }
}

/* 侧边导航按钮 */
.nav_right{
    padding:1rem;
    position: fixed;
    right:2rem;
    bottom:200px;
    background: rgba(133, 15, 20, 0.2);
    z-index: 9999;
}
.nav_right>a{
    display: block;
    text-align: center;
    color:#fff;
    font-size: 1.6rem;
    line-height: 4.4rem;
    border-bottom:1px dotted #fff;
    transition:all 0.2s;
}
.nav_right a:hover{
    transform: scale(1.2)
}
@media(max-width:768px){
    .nav_right{
        bottom:0;
        left: 0;
        right:0;
        padding:0;
        width:100%;
        background: rgba(133, 15, 20,1);
    }
    .nav_right>a{
        line-height:6rem;
        display: block;
        float: left;
        width:20%;
        border:none;
    }
}



/* 图文轮播 */
.tuwen_left img{
    width:80%;
    margin:0 auto;
}
.tuwen_right p{
    text-align: 1.8rem;
    line-height: 2.4rem;
    width:90%;
    padding-right: 10%;
}
.tuwen_right p:nth-child(1){
    color:#ecde12;
    font-size: 2rem;
    line-height: 4rem;
}
@media(max-width:768px){
    .tuwen_left img{
        width:100%;
        margin:0 auto;
    }
    .tuwen_right p{
        width:100%;
        padding-right:0;
    }
    .tuwen_right p:nth-child(1){
        line-height: 3rem;
        margin-top:1rem;
        text-align: center;
        margin-bottom:1rem;
    }   
}

/* 自定义 */
.con_bg{
    border-top:1px solid rgb(12, 57, 87);
    border-bottom:1px solid rgb(12, 57, 87);
    background-color:rgba(16, 98, 165, 0.15);
}
.item{
    overflow: hidden;
    margin-top:3rem;
    margin-bottom: 3rem;
}
.left{
    width:calc(50% - 5rem);
    margin-left:3rem;
    float: left;
    background-image: url(../images/img-border.png);
    background-size: 100% 100%;
    padding:1rem;
}
.right{
    width:40%;
    margin-left: 5%;
    float: left;
}
.right h3{
    color:#38c7ff;
    font-size: 3rem;
    line-height: 3rem;
    text-align: left;
    font-weight: 600;
    margin-top:4rem;
}
.right p{
    color:#cde5ff;
    font-size: 1.6rem;
    line-height: 3rem;
    margin-top:2rem;
}
.con_04 .item{
    padding-left: 2rem;
    padding-right: 2rem;
}
@media(max-width:768px){
    .con_04 .item{
        padding-left: 0;
        padding-right: 0;
    }    
    .left{
        width:calc(100% - 6px);
        margin-left:0;
        float: left;
        background-image: url(../images/img-border.png);
        background-size: 100% 100%;
        padding:3px;
    }
    .right{
        width:100%;
        margin-left: 0;
        float: left;
    }
    .right h3{
        text-align: center;
        color:#38c7ff;
        font-size: 3rem;
        line-height: 3rem;
        font-weight: 600;
        margin-top:4rem;
    }
    .right p{
        color:#cde5ff;
        font-size: 1.6rem;
        line-height: 3rem;
        margin-top:2rem;
        text-align: center;
    }    
}




/* 自定义轮播圆点 */
.swiper-pagination_a{
    margin-left: 1rem;
    margin-bottom:1rem;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #f2f2f2;
    opacity: 0.5;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}