body{
    color:rgb(255, 255, 232);
}
.swiper-container>.gallery>a{
    display: block;
    padding-bottom:1rem;
}
.bg_main{
    background-color: #f98e0b;
background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.mk_biaoti,.top_news_title{
    color:rgb(255, 255, 255);
}
h3{
    color:rgb(255, 255, 255);
}
.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{
    font-size: 3.8rem;
    line-height: 6rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1rem;
    width:900px;
    margin: auto auto;
    border-bottom:1px solid rgba(255, 255, 255, 0.5);
}
.mk_biaoti_02{
    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{
        width:100%;
        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:#eee;
    font-size: 1.8rem;
    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(255, 255, 255, 0.2);
    border-radius: 1rem;
    margin-top: 2rem;
}
.say p{
    font-size: 2.0rem;
    line-height: 3.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, 255, 255);
}
.say_link:hover{
    background-color:rgba(255, 255, 255, 0.2);
    color:#fff;
}
@media(max-width:768px){
    .say>a{
        height: auto;
        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;
    }
}


/*滚动条整体样式*/
.gundong::-webkit-scrollbar {
    width: 20px;
    height: 1px;
}
/*滚动条滑块*/
.gundong::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #ffffff;
}
/*滚动条轨道*/
.gundong::-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:#fff;
    font-size: 1.8rem;
    line-height: 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    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;
    padding-top:5rem;
    padding-bottom: 5rem;
    border-radius: 1rem;
    position: fixed;
    right:2rem;
    bottom:200px;
    background: #9c2229;
    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.1);
    color:#ffae00;
}
@media(max-width:768px){
    .nav_right{
        bottom:0;
        left: 0;
        right:0;        
        padding:1rem 0 1rem 0;
        width:100%;
        background: rgba(133, 15, 20,1);
        border-radius:0;
    }
    .nav_right>a{
        font-size: 1.4rem;
        text-align: center;
        line-height:4rem;
        display: block;
        float: left;
        width:calc(25% - 2px);
        border:none;
        border-left: 1px solid rgb(180, 30, 37);
        border-right: 1px solid rgb(180, 30, 37);
    }
    .nav_right a:hover{
        transform: scale(1.0);
        color:#fffbc3;
    }
}

/* 单独 */
.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(35% - 4rem);
    margin-left:3rem;
    float: left;
    /* background-image: url(../images/img-border.png); */
    background-size: 100% 100%;
    padding:0.5rem;
    border-radius: 4px 4px 0 0;
    border:1px solid rgb(255, 255, 255);
}
.left .swiper_a a img{
    border:1px solid rgb(255, 255, 255);
}
.right{
    width:55%;
    margin-left: 5%;
    float: left;
}
@media(min-width:768px){
    .gundong{
        max-height: 300px;
        overflow: auto;
        padding-right: 3rem;
    }
}
.right h3{
    font-size: 3rem;
    line-height: 6rem;
    text-align: left;
    font-weight: 600;
    margin-bottom: 1rem;
    border-bottom: 4px dashed rgb(255,255,255);
}
.right p{
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom:1rem;
}
.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% - 8px);
        margin-left:0;
        float: left;
        background-size: 100% 100%;
        padding:3px;
    }
    .right{
        width:100%;
        margin-left: 0;
        float: left;
    }
    .right h3{
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 600;
        margin-top:1rem;
    }
    .right p{
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-top:1rem;
    }    
}
/* 自定义轮播圆点 */
.swiper-pagination_a{
    margin-left: 1rem;
    margin-bottom:1rem;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: rgb(255, 255, 255);
    opacity: 0.5;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}

/* 顶部新闻模块 */
.top_news{
    overflow: hidden;
}
.top_news_left{
    float: left;
    width:40%;
}
.top_news_left img{
    display: block;
    width:80%;
    margin:0 auto;
}
.top_news_right{
    float: left;
    width:60%;
}
.top_news_title{
    font-size: 2.4rem;
    line-height: 4rem;
    font-weight: 600;
}
.top_news_contont{
    font-size: 1.6rem;
    line-height: 3rem;
}
.top_news_button{
    display: block;
    margin-top:1rem;
    color:#fff;
    background:#da2707;
    font-size: 2.4rem;
    line-height: 4.2rem;
    width:16rem;
    text-align: center;
    cursor: pointer;
}
.top_news_button:hover{
    color:#fff;
    background:#c51729;
}
@media(max-width:768px){
    .top_news_left{
        width:54%;
    }
    .top_news_right{
        width:46%;
    }
    .top_news_title{
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .top_news_contont{
        display:none;
    }
    .top_news_button{
        font-size: 1.6rem;
        line-height: 3.8rem;
        width:100%;
        margin-top:0.4rem;
    }
}
/* 模块-纯文字 */
.mk_word{
    display:flex;
    flex-direction: row;
    overflow: hidden;
}
.mk_word_item{
    width:calc(25% - 22px);
    float: left;
    padding-top:2rem;
    padding-bottom:2rem;
    margin-left: 10px;
    margin-right: 10px;
    border:1px solid rgba(255,255,255,0.2);
}
.mk_word_item:hover{
    background: rgba(0,0,0,0.05)
}
.mk_word h3{
    font-size: 2.4rem;
    line-height: 4.0rem;
    font-weight: 600;
}
.mk_word p{
    width:90%;
    margin-left: 5%;
    font-size: 1.6rem;
    line-height: 3rem;
}
@media(max-width:768px){
    .mk_word h3{
        font-size: 2rem;
    }
    .mk_word{
        flex-direction: column;
    }
    .mk_word_item{
        clear: both;
        width:calc(100% - 2px);
        margin:0;
    }
}
.liuzirukou{
    display:block;
    margin-top:5rem;
}
.liuzirukou img{
    display: block;
    width:400px;
    margin:0 auto;
}
.liuzirukou img:hover{
    filter: hue-rotate(-25deg);
}
@media(max-width:768px){
    .liuzirukou img{
        width:80%;
        margin:1rem auto;
    }
}