body{
    color:#fff;
}
.mkbox{
    padding-top:1rem;
    padding-bottom:2rem;
    margin-top:3rem;    
    border-bottom:2px dashed rgb(255, 116, 232);
    overflow: hidden;
}
.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);
}
@media(max-width:768px){
    .mkbox{
        background: url(../images/bg_01.jpg);
        background-size:100% 100%;
        border:none;
        border-radius: 2.5rem;
        box-shadow: 0 0 20px 5px rgb(0, 0, 0,0.5);
    }
}

.bg_main{
    background-color: #5aa717;
    background-image: url("https://www.transparenttextures.com/patterns/batthern.png");
}

.mk_biaoti{
    color:#ffffff;
    font-size: 3.8rem;
    line-height: 6rem;
    text-align: center;
    font-weight: 600;
    margin-top:4rem;
}
.mk_biaoti_02{
    color:#ffffff;
    font-size: 2.8rem;
    line-height: 4rem;
    text-align: center;
    font-weight: 600;
    margin-top:5rem;
}
.mk_biaoti_img{
    display: block;
    width:500px;
    margin:3rem auto;
    margin-top:8rem;
}
.mk_brief{
    width:90%;
    margin-left: 5%;
    color:rgb(234, 255, 225);
    text-align: center;
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-top:3rem;
}
.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;
        margin-top:2rem;
    }
    .mk_biaoti_img{
        width:70%;
        margin:0 auto;
        margin-top:5rem;
    }
}


/*滚动条整体样式*/
.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 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;
    }
}
