body{
    color:#333;
}
.swiper-container>.gallery>a{
    display: block;
    padding-bottom:1rem;
}
.bg_main{
    background-color: #c60001;
    background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png");
}
.btline{
    display: block;
    height: 1rem;
    width:60%;
    margin-left:20%;
    margin-top:1rem;
    margin-bottom: 3rem;
    opacity: 0.5;
}
.mk{
    margin-top:12rem;
}
#mk01{
    margin-top:6rem;
}
@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:rgb(255, 255, 255);
    font-size: 3.8rem;
    line-height: 6rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1rem;
}
.mk_biaoti_02{
    color:#eee;
    font-size: 2.8rem;
    line-height: 4rem;
    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-size: 2.2rem;
        line-height: 3rem;
        margin-top:6rem;
        margin-bottom: 2rem;
    }
}
.mk_biaoti_img{
    display: block;
    width:400px;
    margin:0 auto;
    margin-top:8rem;
}
.mk_brief{
    color:#ddd;
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom:2rem;
}
.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_brief{
        width:100%;
        margin:0;
    }
}



/* 模块-用户说 */
.say{
    /* background: rgba(128, 85, 216, 0.2); */
    border-radius: 1rem;
}
.say p{
    color:#eee;
    line-height: 2.4rem;
    margin-bottom: 1rem;
}
.say>a>img{
    display: block;
    border-radius: 1rem;
}
.say_link{
    display: block;
    color:#eee;
    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:rgb(255, 253, 131);
}
.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:#082135;
    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:#ddd;
    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(255, 255, 255, 0.1);
}

/* 新闻盒子 */
.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;
    }    
}

/* 图文轮播 */
.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:#082135;
    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;
    }   
}
/* 左右视频图片评测 */
.pc iframe,.yh iframe{
    width:100%;
    height: 350px;
}
.pc .swiper_02{
    height: 310px;
}
@media(max-width:768px){
    .pc iframe,.yh iframe{
        height: 240px;
    }
    .pc .swiper_02{
        height: 260px;
    }    
}
.pc_btn{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ff6428;
    color:#eee;
}
.pc_btn:hover{
    color:#fff;
    background: #f37949;
}


/* 图文（图片轮播） */
.item{
    overflow: hidden;
    margin-top:3rem;
    margin-bottom: 3rem;
}
.left{
    width:calc(40% - 4rem);
    margin-left:3rem;
    float: left;
    border:6px double rgba(255, 255, 255, 0.4);
    /* background-image: url(../images/img-border.png); */
    background-size: 100% 100%;
    padding:0.5rem;
    border-radius: 4px 4px 0 0;
}
.left .swiper_a a img{
    border:1px solid #ddd;
}
.right{
    width:50%;
    margin-left: 5%;
    float: left;
}
.right h3{
    color:#eee;
    font-size: 3rem;
    line-height: 6rem;
    text-align: left;
    font-weight: 600;
    margin-top:1rem;
    border-bottom: 4px dashed #eee;
}
.right p{
    color:rgb(245, 192, 192);
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top:2rem;
}
.con_04 .item{
    padding-left: 2rem;
    padding-right: 2rem;
}
@media(max-width:768px){
    .right h3{
        border-bottom: none;
    }
    .con_04 .item{
        padding-left: 0;
        padding-right: 0;
    }    
    .left{
        width:calc(100% - 6px);
        margin-left:0;
        float: left;
        background-size: 100% 100%;
        padding:3px;
    }
    .right{
        width:100%;
        margin-left: 0;
        float: left;
    }
    .right h3{
        text-align: center;
        color:#fff;
        font-size: 3rem;
        line-height: 3rem;
        font-weight: 600;
        margin-top:1rem;
    }
    .right p{
        color:#eee;
        font-size: 1.6rem;
        line-height: 3rem;
        margin-top:1rem;
        text-align: left;
    }    
}
/* 自定义轮播圆点 */
.swiper-pagination_a{
    margin-left: 1rem;
    margin-bottom:1rem;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff;
    opacity: 0.5;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}