body{
    color:#fff;
}
.mkbox{
    margin-top:0px;
    padding-top:1rem;
    padding-bottom:2rem; 
    border:1px solid rgba(255, 255, 255,0.3);
    overflow: hidden;
    clear: both;
}
.xiangqing{
    display: block;
    text-align: center;
    font-size: 2.6rem;
    line-height: 4rem;
    color:rgb(238, 255, 0);
}
.xiangqing:hover{
    color:rgb(247, 255, 139);
}

.bg_main{
    background-color: #c32731;
    background-image: url("https://www.transparenttextures.com/patterns/batthern.png");
}
.video_box{
    width: 60%;
    margin-left: 20%;
}
@media(max-width:768px){
    .video_box{
        width: 100%;
        margin-left: 0;
    }    
}
.video_box>video{
    width:100%;
}
.mk_biaoti{
    color:#ffffff;
    font-size: 3.8rem;
    line-height: 6rem;
    text-align: center;
    font-weight: 600;
    margin-top:4rem;
}
.mk_biaoti_02{
    color:#ecde12;
    font-size: 2.8rem;
    line-height: 4rem;
    text-align: center;
    margin-top:4rem;
    margin-bottom: 1rem;
    padding-top:2rem;
    box-shadow: 0 -10px 10px 2px rgba(70, 0, 0, 0.3);
}
@media(max-width:768px){
    .mk_biaoti_02{
        margin-top:1rem;
    }
}
.mk_biaoti_img{
    display: block;
    width:400px;
    margin:0 auto;
    margin-top:8rem;
}
.mk_brief{
    width:90%;
    margin-left: 5%;
    color:rgb(234, 255, 225);
    text-align: center;
    font-size: 1.6rem;
    line-height: 3.2rem;
    border-bottom:1px dashed rgba(255, 255, 255, 0.3);
}
.cx_jianjie{
    color:rgb(234, 255, 225);
    font-size: 2rem;
    line-height: 3rem;
    margin-top:3rem;    
}
.cx_tedian{
    color:rgb(234, 255, 225);
    font-size: 2rem;
    line-height: 3rem;
    margin-top:2rem;      
}
.btn_goumai{
    display: block;
    height: 6rem;
    line-height: 6rem;
    font-size: 2.4rem;
    text-align: center;
    color:#eee;
    margin:1rem auto;
    background-color: #5aa717;
    border-radius:3rem;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.13);
}
.btn_goumai:hover{
    color:#fff;
    background-color: yellowgreen;
    box-shadow: none;
}
@media(max-width:768px){
    .mk_biaoti{
        font-size: 3.2rem;
        line-height: 3.8rem;
        margin-top:2rem;
    }
    .mk_brief{
        width:100%;
        margin-left: 0;
        font-size: 1.8rem;
        line-height: 2.8rem;padding-top:6px;
        padding-bottom:6px;
    }
    .mk_biaoti_img{
        width:50%;
        margin:0 auto;
        margin-top:5rem;
    }
}
/* 模块-新闻 */
.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;
}
.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: 2.4rem;
    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: 3rem;
    }
    .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);
}
/* 新闻列表 */
.btline{
    width:80%;
    margin-left: 10%;
}
.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:#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%;
    }
}



/* 底部 */
.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;
    }
}

/* 单独 */
.fwcn{
    display: flex;
    flex-wrap:wrap;
}
.fwcn h3{
    color:#ecde12;
    font-weight: 500;
    font-size: 3.2rem;
    letter-spacing: 4px;
    line-height: 8rem;
    margin-bottom: 2rem;
    border-bottom: 4px dashed rgba(255, 255, 255, 0.6);
}
@media(max-width:768px){
    .fwcn h3{
        font-size: 3rem;
        font-weight:600;
    }
    .fwcn h3::before{
        content: '· '
    }
    .fwcn h3::after{
        content: ' ·'
    }
}
.fwcn>section{    
    width:calc(25% - 80px);
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    padding-top:30px;
    padding-bottom:50px;
    background-image: url(../images/mk_bg01.png);
    background-position-y: -200px;
}
@media(max-width:768px){
    .fwcn>section{
        width:calc(100% - 2rem);
        padding:0;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 3rem;
    }
}
.fwcn>section>p{
    font-size: 2rem;
    line-height: 2.6rem;    
}
.fwcn>section:nth-child(01){
    background-position-x: -20px;
}
.fwcn>section:nth-child(02){
    background-position-x: -320px;
}
.fwcn>section:nth-child(03){
    background-position-x: -320px;
}
.fwcn>section:nth-child(04){
    background-position-x: -920px;
}

.video_g6{
    padding-top:30px;
}
.video_g6 video{
    width:90%;
    margin-left: 10%;
}
@media(max-width:768px){
    .video_g6{
        padding-top:0;
    }
    .video_g6 video{
        width:100%;
        margin-left:0;
    }    
}