/* 引入字体 */
@font-face{
    font-family: "ysbt";
    src: url(../font/youshebiaotihei.ttf);
}
@font-face{    
    font-family: "rzzy";
    src: url(../font/DMFT1541427649707.ttf);
}
:root{
    --color_bg_01:#4e6680; /*主背景色*/
    --color_btn_01:#404f61;/* 按钮字体颜色01 */
    --color_btn_02:#eaf4ff;/* 按钮字体颜色02 */
    --color_btn_bg_01:#ffffff;/* 按钮背景颜色01 */
    --color_btn_bg_02:#79a8db;/* 按钮背景颜色02 */    
    --color_title_01:#ffffff;/* 大标题字体颜色 */
    --color_title_02:#d9ecff;/* 小标题字体颜色 */
    --color_title_news:#ffffff;/* 新闻标题字体颜色 */
    --color_font_01:#e2e2e2;/* 段落字体颜色 */    
}
html{
background-color: var(--color_bg_01);
/* background-image: url("https://www.transparenttextures.com/patterns/black-felt.png"); */
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.banner_box{
    background: url(../images/bg_max.jpg) no-repeat;
    background-size: 1920px;
    background-position: top center;
    height: 860px;
}
.bg_main{
    max-width:1920px;
    margin:0 auto;
    background-color: var(--color_bg_01);
    background-image: url("https://www.transparenttextures.com/patterns/low-contrast-linen.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    padding-bottom: 10rem;
}
@media(max-width:768px){
    .banner_box{
        background: url(../images/bg_min.jpg) no-repeat;
        width: 100%;
        background-size: 100%;
        height: 230px;
    }
    .bg_main{
        width: 100%;
        padding-bottom:4rem;
    }
    
}
.btline{
    width:400px;
    display: block;
    margin:0 auto;
    margin-top:2rem;
    margin-bottom: 5rem;
}
@media(max-width:768px){
    .btline{
        margin-bottom: 2rem;
        width:70%;
        margin-left: 15%;
    }
    }
.top_img{
    display: block;
    width:100%;
    max-width:1200px;
    margin:0 auto;
}
.mk_top{
    color:var(--color_font_01);
    width:100%;
    margin:0 auto;
    margin-top:4rem;
    /* border-radius: 2rem; */
}
.mk_top>p{
    font-size: 1.8rem;
    line-height: 3.8rem;
}
.mk_top02{
    font-family: "rzzy";
    font-size: 6rem;
    letter-spacing: 6px;
    line-height: 6.6rem;
    text-align: center;
    margin-top:6rem;
    color:var(--color_font_01);
}
@media(max-width:768px){
    .mk_top{
        width:90%;
        padding:0;
        padding-bottom: 2rem;
        line-height: 3rem;
    }
    .mk_top02{
    font-size: 4rem;
    letter-spacing: 2px;
    line-height: 5rem;
    text-align: center;
    margin-top:15rem;
    color:var(--color_font_01);
    }
}
.mk_biaoti{
    /* font-family: "rzzy"; */
    font-weight: 600;
    color:var(--color_title_01);
    font-size: 4.8rem;
    line-height: 8rem;
    text-align: center;
    margin: 0 auto;
    margin-top:10rem;
    /* background: url(../images/bg_bt01.png) no-repeat; */
    background-size: 100%;
    background-position: center center;
}
.mk_biaoti_02{
    color:#eee;
    /* font-family: "rzzy"; */
    font-size: 2.8rem;
    line-height: 4rem;
    letter-spacing:5px;
    text-align: center;
    margin-bottom: 2rem;
}
.mk_biaoti_02 a{
    color:#eee;
    font-size: 2.8rem;
    line-height: 4rem;
    display: block;
}
.mk_biaoti_02 a:hover{
    color:#df3434;
}
@media(max-width:768px){
    .mk_biaoti{
        width:98%;
        font-size: 4rem;
        line-height: 6rem;
        letter-spacing: 2px;
    }
    .mk_biaoti_02{
        /* color:#a10001; */
        font-size: 2.6rem;
        line-height: 3.0rem;
        margin-top:6rem;
        margin-bottom: 2rem;
    }
}
.mk_biaoti_img{
    display: block;
    width:600px;
    margin:0 auto;
    margin-top:8rem;
    margin-bottom:6rem;
}
@media(max-width:768px){
    .mk_biaoti_img{
        width:80%;
        margin-top:1rem;
    }
}
.mk_brief{
    text-indent: 2em;
    color:var(--color_font_01);
    font-size: 1.6rem;
    line-height: 2.6rem;
    width:auto;
    margin:0 auto;
    margin-top:5rem;
    margin-bottom:2rem;
    padding:2rem;
    /* border-bottom:4px dotted rgb(219, 231, 255); */
    /* border-radius: 2rem; */
    background: rgba(255, 255, 255, 0.1);
}
.mk_brief a{
    color:rgb(203, 255, 30);
}
.mk_brief a:hover{
    color:rgb(250, 216, 27);
}
.mk_brief_02{
    color:var(--color_font_01);
    font-size: 1.6rem;
    line-height: 2.6rem;
    width:66%;
    margin: 0 auto;
    margin-bottom:2rem;
    padding:2rem;
    background: rgba(255, 255, 255, 0.1);
}
.mt20{
    margin-top:2rem;
}
.mt50{
    margin-top:5rem;
}
@media(max-width:768px){
    .mk_brief,.mk_brief_02{
        width:auto;
    }
}



/* 模块-用户说 */

.say{
    border-radius: 1rem;
}
.say p{
    color:#333;
    line-height: 2.4rem;
    margin-bottom: 1rem;
}
.say>a>img{
    display: block;
    border-radius: 1rem;
}
.say_link{
    display: block;
    color:var(--color_font_01);
    text-align: center;
    width:14rem;
    margin-top:2rem;
    line-height: 4rem;
    height: 4rem;
    border-radius:2rem;
    border:1px solid var(--color_font_01);
    transition: all 0.2s;
}
.say i{
    font-size:1.6rem; 
    color:#333;
}
.say_link:hover{
    background-color:#eee;
    color:#fff;
}
@media(max-width:768px){
    .say>a{
        height: 20rem;
    }
    .say p{
        margin-top:0rem;
    }
    .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(100% - 6px);
        padding:3px;
        margin-top: 3rem;
    }
    .mk_news_right{    
        width:calc(100% - 6px);
        padding:3px;
    }    
}
.mk_news_title{
    font-weight: 600;
    color:var(--color_title_02);
    text-align: left;
    font-size: 2.8rem;
    line-height: 4rem;
}
.mk_news_title:hover{
    color:var(--color_font_01);
}
.mk_news_content{
    color:rgba(255, 255, 255, 0.628);
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-top:1rem;
}
.mk_news_link{
    display: block;
    margin-top:2rem;
    color:var(--color_font_01);
    text-align: center;
    width: 20rem;
    font-size: 2rem;
    line-height: 4rem;
    border-radius: 0.6rem;
    border:1px solid rgba(255, 255, 255,0.5);
    transition: all 0.3s;
}
.mk_news_link:hover{
    color:var(--color_font_01);
    background: rgba(255, 255, 255, 0.1);
}
@media(max-width:768px){
    .mk_news_link{
        font-size: 1.4rem;
        line-height: 3rem;
    }
    .mk_news_title{
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
    /* .mk_news_content{
        display:none;
    } */
}
/*滚动条整体样式*/
.gundong::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}
/*滚动条滑块*/
.gundong::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #d1fbff;
}
/*滚动条轨道*/
.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;
        width:96%;
        margin-left: 2%;
    }    
}
.news_list a{
    text-align: center;
    color:#eee;
    font-size: 1.8rem;
    line-height: 4rem;
    border-bottom: 1px solid rgba(255, 231, 152, 0.2);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.news_list a:hover{
    color:#fff;
    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: var(--color_font_01);
    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{
    letter-spacing: 4px;
    font-size: 2rem;
    color:var(--color_font_01);
    border-radius: 6px;
    display: block;
    line-height: 5rem;
    height: 5rem;
    font-weight: 600;
    margin-top:1rem;
    width:100%;
    text-align: center;
    background:var(--color_btn_01);
}
.btn_lianjie:hover{
    background:rgb(149, 164, 195);
    color:var(--color_font_01);
}
@media(max-width:768px){
    .btn_lianjie{
        width:100%;
    }
}

/* 更多链接 */
.more{
    font-size: 1.4rem;
    display: block;
    border:1px solid #eee;
    border-radius: 2rem;
    color:#ddd;
    text-align: center;
    line-height: 3rem;
    width:80%;
    margin-top:1rem;
}
.more:hover{
    background:#eee;
    color:#eee;
}
@media(max-width:768px){
    .more{
        font-size: 1.6rem;
        border:none;
        text-align: left;
        margin-top:0;
    }
    .more:hover{
        background:none;
        color:#ddd;
    }
}


/* 底部 */
.footer{
    background:#333333;
}
.footer p{
    color:#999999;
    font-size:12px;
    line-height:2rem;
    text-align:center;
    margin-bottom:0;
}
@media(max-width:768px){
    .footer{
        margin-top:0;
    }
    .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;
    }
}


/* 图文轮播 */
.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;
    }   
}


/* 图文（图片轮播） */
.item{
    /* border-bottom:1px solid #ddd; */
    width:100%;
    overflow: hidden;
    margin-top:5rem;
    margin-bottom: 3rem;
    /* background: #efefef; */
}
@media(max-width:768px){
    .item{
        border:none;
    }
}
.left{
    float: left;
    /* background-image: url(../images/img-border.png); */
    background-size: 100% 100%;
    border-radius: 4px 4px 0 0;
    /* border:1px solid #ccc; */
}
.left .swiper_a a img{
    /* border:1px solid #ddd; */
}
.right{
    margin-top:1rem;
    margin-left: 20px;
    float: left;
}
@media(min-width:768px){
    .gundong{
        max-height: 380px;
        overflow: auto;
        padding-right: 3rem;
    }
}
.right h3{
    color:var(--color_title_news);
    font-size: 2.4rem;
    line-height: 5rem;
    text-align: left;
    font-weight: 600;
    margin-bottom: 1rem;
    border-bottom: 2px dashed var(--color_font_01);
}
.right p{
    color:var(--color_font_01);
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom:1rem;
}
.right a{
    font-size: 1.4rem;
    display: block;
    border:1px solid var(--color_btn_01);
    border-radius: 2rem;
    background:var(--color_btn_bg_01);
    color:var(--color_btn_01);
    text-align: center;
    line-height: 4rem;
    width:220px;
    max-width: 80%;
    margin-top:0.4rem;
}
.right a:hover{
    background:var(--color_btn_bg_02);
    color:var(--color_btn_02);
}
.lunbo01{
    /* box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1); */
    background: rgba(255, 255, 255, 0.2);
}
@media(max-width:768px){
    .lunbo01{
        box-shadow: none;
        border:none;
    }
}
.lunbo01 .left{
    width:calc(30% - 20px);
}
.lunbo01 .right{
    width:calc(70% - 10px);
}
.lunbo02 .left{
    float: left;
    width:calc(50% - 20px);
}
.lunbo02 .right{
    float: left;
    width:calc(50% - 20px);
}
@media(max-width:768px){
    .con_04 .item{
        padding-left: 0;
        padding-right: 0;
    }    
    .left{
        margin-left:0;
        float: left;
        background-size: 100% 100%;
    }
    .right{
        width:100%;
        margin-left: 0;
        float: left;
    }
    .right h3{
        text-align: left;
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 600;
        margin-top:1rem;
        border-bottom:none;
    }
    .right p{
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
    .right a{
        width:calc(100% - 2px);
        max-width: 100%;
        margin:0 auto;
        font-size: 1.6rem;
        line-height: 3.6rem;
        margin-top:0;
    }
    .lunbo01 .left{
        margin-left: 0;
        width:100%;
    }
    .lunbo01 .right{
        width:100%;
        margin-left: 0;
    }
    .lunbo02 .left{
        float: left;
        width:calc(50% - 20px);
    }
    .lunbo02 .right{
        float: left;
        width:calc(50% - 20px);
        margin-left: 20px;
    }
    /* .item_02 .left{
        width:calc(50% - 20px);
    }
    .item_02 .right{
        margin-top:0rem;
        width:calc(50% - 20px);
        margin-left: 20px;
    } 
    .item_02 p{
        line-height: 2rem;
    }  */
    
}
/* 自定义轮播圆点 */
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #ccc;
    opacity: 0.5;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #333;
}
/* 自定义轮播滚动条样式 */
.swiper-scrollbar{
    height: 1rem;
    background:rgba(255, 255, 255, 0.1);
}
.swiper-scrollbar-drag{
    background: rgba(255, 255, 255, 0.6);
}




/* 顶部新闻模块 */
.top_news{
    overflow: hidden;
}
.top_news_left{
    float: left;
    width:30%;
}
.top_news_left img{
    display: block;
    width:100%;
    margin:0 auto;
}
.top_news_right{
    float: left;
    padding-left: 20px;
    width:calc(70% - 20px);
    color:#333;
}
.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:#eee;
    font-size: 1.8rem;
    line-height: 4.2rem;
    border-radius: 2.1rem;
    width:16rem;
    text-align: center;
    cursor: pointer;
}
.top_news_button:hover{
    color:#fff;
    background:#5b48bb;
}
@media(max-width:768px){
    .top_news_left{
        width:50%;
    }
    .top_news_right{
        width:calc(50% - 20px);
    }
    .top_news_title{
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .top_news_contont{
        display:none;
    }
    .top_news_button{
        font-size: 1.6rem;
        display: block;
        color: #eee;
        text-align: center;
        width: 12rem;
        line-height: 3.4rem;
        height: 3.4rem;
        border-radius: 2rem;
        background: #eee;
        transition: all 0.2s;
    }
}



/* 选项卡layui自带 */
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #1b5c91;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    color: #1b5c91;
    font-weight: 600;
}
.layui-tab-title li{
    font-size:18px;
    color:#666;
}
.layui-tab-title{
    height: 50px;
}
.layui-tab-title .layui-this:after{
    height: 50px;
}

/* 选项卡手写 */
.nav_01{
    height: 4rem;;
    border-bottom: 2px solid #ccc;
}
@media(max-width:768px){
    .nav_01{
        border-bottom: none;
    }
}
.sel{    
    /* font-family: "ysbt"; */
    font-size: 2rem;
    color: rgb(184, 189, 255);
    line-height: 6rem;
    text-align: center;
    cursor: pointer;
    /* border-bottom: 2px solid #9cacb9; */
}

.con{
    display: none;
    margin-top: 3rem;
}
@media(max-width:768px){
    .sel{
        font-size: 2rem;
        line-height: 5rem;
    }
    .con{
        margin-top:1rem;
    }
}


.con .con{
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sel_active{
    color:#ffffff;
    background: url(../images/bg_bt02.png) no-repeat;
    background-size: 80% 80%;
    background-position: center center;
    transform: scale(1.2);
    /* border-bottom: 2px solid #ddd; */
}
.con .sel{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2rem;
    line-height: 4rem;
}
@media(max-width:768px){
    .con .sel{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.6rem;
        line-height: 4rem;
    }    
}
.con .sel_active{
    background: none;
    border-bottom:1px solid rgba(255, 255, 255, 0.8);
}
.nav_01 li{
    font-size: 1.6rem;
    line-height: 4rem;
    cursor: pointer;
    text-align: center;
}

/* 时间线自定义 */
.layui-timeline{
    margin-top: 1rem;
}
.layui-timeline-content>.layui-timeline-title{
    color:rgb(255, 255, 255);
}
.layui-timeline-content>p{
    color:rgba(173, 243, 255, 0.9);
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: justify;
}
/* 模块分区 */
.mk{
    padding:3rem 0;
}
/* .swiper_a{
    background:url(../images/bg_box.png) no-repeat;
    background-size: 100% 96%;
}
.swiper-pagination_a{
    margin-top:1rem;
} */
.swiper_a a img{
    width:98%;
    margin:0 auto;
}
.mk07 .swiper_b{
    height: 320px;
}
@media(max-width:768px){
    .mk07 .swiper_b{
        height: 170px;
    }
    .swiper_b>.swiper-pagination_b{
        bottom:0rem;
    }     
}

/* .mk02,.mk04,.mk06{
    background:url(../images/bg_mk.jpg) no-repeat;
    background-size: 100% 100%;
} */
.mk01 em{
    font-size: 2rem;
    line-height: 4rem;
}
.mk02 .layui-timeline{
    max-height: 400px;
    overflow: auto;
}
/* 用户卡片 */
.yhcard{
    width:calc(50% - 50px);
    margin-left: 10px;;
    padding:1.2rem;
    float: left;
    border-radius: 4px;
    /* background: #ffffff; */
    margin-top:20rem;
}

.yh_left{
    display: block;
    float: left;
    border:2px solid #fff;
    width:calc(45% - 4px);
}
.yh_right{
    float: left;
    width:calc(55% - 10px);
    padding-left: 10px;
}
.yhcard{
    margin-top:2rem;
}
.yhcard .title{
    color: var(--color_title_news);
    text-align: justify;
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 600;
}
.yhcard p{
    text-align: justify;
    color:var(--color_font_01);
    font-size: 1.6rem;
    line-height: 2.2rem;
}
.yhcard a{
    text-align: center;
    line-height: 3rem;
    display: block;
    width:60%;
    border-radius: 1rem;
    color:var(--color_btn_01);
    background: var(--color_btn_bg_01);
    margin-top: 1rem;
}
@media(max-width:768px){
    .yhcard{
        padding:5px;
        width:calc(100% - 10px);
        margin-left: 0;
        margin-top:1rem;
    }
    .yhcard .title{
        margin-top:1rem;
    }

}
/* 文字盒子模块 */
.fontbox{
    overflow: hidden;
    margin-bottom: 3rem;
}
.fontbox>div{
    width:20%;
    float: left;
    text-align: center;
    font-size: 3rem;
    line-height: 7rem;
    background: url(../images/bg_border.png) no-repeat;
    background-size: 90% 100%;
    background-position: center center;
}
@media(max-width:768px){
    .fontbox>div{
        width:33.333333%;
        background-size: 98% 100%;
    }
}
.mk07 .sel{
    font-size:3rem;
}
.tw_box{
    width:calc(60% - 8rem);
    padding:4rem 2rem;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/bg_01.png) no-repeat;
    background-position:right  center;
    background-size: 80% 100%;
    padding:5rem 0;
}
.tw_left{
    float: left;
    width:40%;
}
.tw_left img{
    display: block;
    width:90%;
    border:8px solid #ffffff;
    margin:0 auto;
}
.tw_right{
    color:#eee;
    float: left;
    padding-right:5rem;
    width:calc(60% - 5rem);
    font-size: 2.4rem;
    line-height: 4.8rem;
    text-align: justify;
}
.mk02 .tw_left{
    padding-top:4rem;
}
.mk03 .tw_left{
    padding-top:2rem;
}
.mk04 .tw_left{
    padding-top:9rem;
}
@media(max-width:768px) {

    .tw_box{
        width:100%;
        padding: 0 0 1rem 0;
        background-image: none;
        /* background-color: #9c2229; */
    }
    .tw_left,.tw_right{
        margin:1rem auto;
        float: none;
        padding: 0;
    }
    .tw_left{
        width:100%;
        padding-top:0rem;
    }
    .tw_left img{
        border:4px solid #a10001;
    }
    .tw_right{
        width:90%;
        font-size: 2rem;
        line-height: 3.6rem;
        color:#333;
    }
    .mk02 .tw_left,.mk03 .tw_left,.mk04 .tw_left{
        padding-top:0;
    }
}
.mk_tj{
    margin-top: 4rem;
}
/* 图文 单独配文字 上下排 */
.cx_box{
    color:#fff;
    margin-top:2rem;
    margin-bottom: 2rem;
    width:calc(25% - 8px);
    padding:0 4px;
}
.cx_box img{
    width:90%;
    border-radius: 50%;
    border:6px double rgba(255, 255, 255, 0.6);
    margin:0 auto;
    /* border-radius:1rem; */
}
.cx_box>h3{
    margin-top:1rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 3rem;
    text-align: center;
}
.cx_box>p{
    width:92%;
    margin:0 auto;
    color:rgba(239, 242, 255, 0.8);
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top:1rem;
    text-align: justify;
    display: -webkit-box; /* 必须结合的值 */
    -webkit-box-orient: vertical; /* 必须结合的值 */
    -webkit-line-clamp: 7; /* 限制显示的行数 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 溢出时显示省略号 */
}

@media(max-width:768px){
    .cx_box{
        margin-bottom: 2rem;
        width:calc(50% - 4px);
        padding:0 2px;
    }  
    .cx_box>p{
        width:96%;
        margin-bottom:1rem;
        font-size:1.6rem;
        line-height: 2.4rem;
        -webkit-line-clamp: 3;
    }
}





/* gallery 图片点击放大 样式修改 */
.swiper-container>.gallery>a{
    text-align: justify;
    display: block;
    padding-bottom:1rem;
}
.gallery>a>img{
    display: block;
    /* width:96%;
    margin-left: 2%; */
}
.mk02 .vote-gallery img{
    border:2px solid #fff;
    border-radius: 10px;
}
.vote-gallery h3{
    font-size: 2.4rem;
    font-family: 'rzzy';
    color:#fff;
}
.vote-gallery p{
    width:90%;
    margin:4px auto;
    text-align: justify;
    color:#fff;
}
.vote-gallery>a>img{
    width:90%;
    margin:0 auto;
}
.vote-gallery span{
    display: block;
    text-align: center;
}
/* 图文 无链接 */
.product_box{
    overflow: hidden;
    /* padding:3rem; */
    margin-top:2rem;
    /* background: url(../images/bg_03.png); */
    background-size: 100%;
    background-position: center;
    
}
.product_left{
    float: left;
    overflow: hidden;
    width: 40%;
    padding:1.4rem;
    border-top:2px solid #7fc0f5;
    border-bottom:2px solid #7fc0f5;
    /* background: url(../images/bg_03.png); */
    background-size: 100% 100%;
    box-shadow: rgba(0,0,0,0.2) 0 0 18px;    
}
.product_left img{
    width:calc(100% - 2px);
    display: block;
    /* border:1px solid rgba(255, 255, 255, 0.8); */
    /* border-radius: 2rem; */
    margin:0 auto;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;    
}
.product_right{
    float: left; 
    padding-left: 3rem;
    width:calc(60% - 8rem);
}
.product_right h3{
    text-align: left;
    font-size: 2.4rem;
    line-height: 4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #eee;
    text-align: justify;

}
.product_right p{
    font-size: 1.6rem;
    line-height: 2.6rem;
    text-align: justify;
    color:rgba(255, 255, 255, 0.8);
    border-radius: 1rem;
}
.product_right a{
    letter-spacing: 4px;
    font-size: 2rem;
    color:#ffffff;
    border-radius: 6px;
    display: block;
    line-height: 5rem;
    height: 5rem;
    margin-top:1rem;
    width:100%;
    text-align: center;
    background:rgb(53, 153, 235);
}
.product_right a:hover{
    background:rgb(13, 120, 207);
}


@media(max-width:768px){
    .product_box{
        padding:0;
        padding-bottom: 5rem;
        background: none;
    }
    .product_left{
        width: calc(40% - 2px);
        padding:1px;
    }
    .product_right{
        width:calc(60% - 6px);
        padding-left: 6px;
    }
    .product_right h3{
        font-size: 1.8rem;
        line-height: 3rem;
    }
    .product_right p{
        display: none;
    }
    .product_right a{
        font-size: 1.6rem;
        line-height: 4.2rem;
        height: 4.2rem;
        width:80%;
    }

}


/* 专家头像和讲话 */
.avatar{
    padding:1.4rem;
    border-top:2px solid #b6e8ff;
    border-bottom:2px solid #b6e8ff;
    /* background: url(../images/bg_03.png); */
    background-size: 100% 100%;
    box-shadow: rgba(0,0,0,0.2) 0 0 18px;    
}
.avatar>img{
    width:calc(100% - 2px);
    display: block;
    /* border:1px solid rgba(255, 255, 255, 0.8); */
    /* border-radius: 2rem; */
    margin:0 auto;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;      
}
.character_box>h3{
    height:80%;
    margin:1rem auto;
    color:#fff;
    font-size: 1.8rem;
    line-height: 3rem;
    height: 6rem;
}
.character_box>h3>a{
    display: inline-block;
    font-size: 1.8rem;
    line-height: 3rem;
    color:#3e9deb;  
}
.character_box>h3>a:hover{
    color:#f0d661;  
}
@media(max-width:768px){
    .character_box{
        margin-top:4rem;
    }
    .character_box>h3{
        font-size:2.4rem;
        line-height:3.4rem;    
    }
    .character_box>h3>a{
    font-size: 2.4rem;
    line-height: 3.4rem;
}
}
/* 顶部活动简介 */
.jianjie{
    color:#fff;
    text-align: center;
}
.jianjie>h3{
    font-size: 2.8rem;
    line-height: 5rem;
    letter-spacing: 0.2em;
    font-weight: 600;
    background-image:url(../images/bg_title.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20% 120%;
}

.jianjie>p{
    color:#eefdff;
    margin-top: 2rem;
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 3.6rem;
}
.jianjie b{
    color: #e6ec8e;
}
.jianjie i{
    /* font-style: normal; */
    font-size: 1.6rem;
    line-height: 3rem;
}
.img_box{
    overflow: hidden;
    margin-top:3rem;
}
.img_box>img{
    display: block;
    float: left;
    width:20%;
}
@media(max-width:768px){
    .jianjie>h3{
        background-size: 60% 120%;
    } 
    .img_box>img{
        width:33.333333%;
    }
    .img_box>img:first-child{
        margin-left: 16.66666%;
    }
}
        /* 定义视频容器 */
        .video-wrapper {
            position: relative;
            width: 100%;
            max-width: 500px; /* 可选：设置最大宽度 */
            margin: 0 auto; /* 可选：居中对齐 */
        }

        /* 定义内层容器 */
        .video-container {
            position: relative;
            width: 100%;
            padding-bottom: 177.78%; /* 16:9 的比例 (9/16 = 0.5625) */
            height: 0; /* 高度为0，由padding-bottom定义 */
            overflow: hidden; /* 隐藏溢出部分 */
        }

        /* 定义视频标签 */
        .video-container video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
/* .video_top{
    display: block;
    margin:0 auto;
    width:400px;
    height:800px;
}
@media (max-width:768px) {
    .video_top{
        width:60%;
        height: 400px;
    }
} */