@charset "utf-8";
/* CSS Document */
@font-face {
    font-family:'iconfont';
    src:url('../images/iconfont.ttf') format('truetype');
}
.head {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 0;
    font-size: 0;
}
ul{margin-block-start: 0em;padding-inline-start:0px;margin-block-end:0em}
a{color: #FFF}
.left{ float:left}
.clear{ clear:both}
body, div, dl, dt, dd, img, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, select, option, textarea, p, blockquote, th, td, a, span {
    padding: 0;
    margin: 0;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
    zoom: 1;
    font-size: 16px;
    text-decoration: none;
    list-style:none;
}
body{max-width:6.4rem;margin:0 auto !important;font-family: "Microsoft Yahei";font-size: 0.2rem;line-height:0.35rem;}
img {
    border: 0px;
    vertical-align: top;
    max-width: 100%;
}
.w640{
    width:6.4rem;
    margin:0 auto;
}
.top{
    height:1.15rem;
}
.top>*{
    float:left;
}
.top>img{
    width:5.03rem;
    height:1.15rem;
}
.top>div{
    width:1.35rem;
}
.top>div>img{
    width:1.35rem;
    height:0.65rem;
}
.top>div>p{
    font-size:0.22rem;
    text-align:center;
}
.menu{
    background:#faedd8;
}
.menu ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.menu ul li{
    flex: 1 0 25%;
    max-width: 25%;
    box-sizing: border-box;
    text-align:center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #d9a58c;
    border-bottom: 1px solid #d9a58c;
}
.menu ul li:nth-child(4),
.menu ul li:last-child{
    border-right: none;
}
.menu>ul>li>a{
    font-size:0.27rem;
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0.75rem;
}

.banner .swiper-slide{
    position: relative;
    height: 4rem;
    overflow: hidden;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ban_top{
    height: 0.1rem;
    background: #7e3620;
}

.new{
    width: 100%;
}
.tit{
    width: 100%;
    padding: .35rem 0;
}
.tit .tit_box{
    margin: 0 auto;
    font-size: .35rem;
    color: #361001;
    font-weight: bold;
    text-align: center;
}
.tit .tit_box span {
    font-weight: bold;
    color: #361001;
    display: inline-block;
    font-size: .4rem;
}
.tit .tit_box::before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../images/tit_img_l.png") no-repeat center;
    background-size: contain;
    margin-right: 15px;
    vertical-align: middle;
}
.tit .tit_box::after{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../images/tit_img_r.png") no-repeat center;
    background-size: contain;
    margin-left: 15px;
    vertical-align: middle;
}
.tit .tit_p{
    text-align: center;
    font-size: .2rem;
    color: #333;
    line-height: .5rem;
}
.new_box{
    padding: 0 10px;
}


.newpic .swiper-slide {
    position: relative;
    height: 4rem; /* 设置固定高度，使用rem单位更适合移动端 */
    overflow: hidden;
}

.newpic .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持图片比例并覆盖整个容器 */
}

.newpic .swiper-slide .ban_tit{
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #333 82.5%);
}
.newpic .swiper-slide .ban_tit p{
    color: #fff;
    font-size: .225rem;
    line-height: .3rem;
}
.newpic .swiper-slide .ban_tit span{
    color: #aaa;
    font-size: .2rem;
    line-height: .3rem;
    float: right;
}


.new_list{
    margin-top: 20px;
    background: #fff;
}
.news02-ul{
    margin:0;
}
.news02-ul .news02-item {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%!important;
}
.news02-ul .con {
    padding: 15px;
    display: block;
    position: relative;
    overflow: hidden;
}
.news02-ul .con:before {
    bottom: auto;
    right: 0;
    width: 100%;
    height: 1px;
}
.news02-ul .con:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.15);
}
.news02-ul .news02-item:first-child .con:before{
    display:none;
}
.news02-ul .date {
    margin-bottom: 12px;
    padding: 4px 0;
    width: 66px;
    height: 50px;
    border: 1px solid #8b1728;
    text-align: center;
    border-radius: 5px;
    line-height: 1.1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.news02-ul .date .d1 {
    font-size: 30px;
    color: #8b1728;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.news02-ul .date .d2 {
    font-size: 14px;
    color: #8b1728;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.news02-ul .title {
    margin-bottom: 8px;
    font-size: 16px;
    color: #8b1728;
    font-weight: 400;
    line-height: 1.45;
    height: 2.9em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.news02-ul .desc {
    font-size: 14px;
    color: #777;
    line-height: .4rem;
    height: 0.8rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}
.z-btn01 {
    margin: 0;
    overflow: hidden;
}
.z-btn01 .more {
    width: 132px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    margin: 30px auto;
    display: block;
    border: 1px solid #8b1728;
    color: #8b1728;
    text-align: center;
    border-radius: 27px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.z-btn01 .more i{
    margin:-2px 0 0 8px;
    display:inline-block;
    vertical-align:middle;
    width:18px;
    height:14px;
    background:url(../images/z-jt7.png) center center no-repeat;
    -webkit-background-size:cover;
    background-size:cover;
    -webkit-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s
}

.doSwiper {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.doSwiper .swiper-slide {
    text-align: center;
    font-size: 0.2rem;
    background: #fff;
    height: calc((100% - 10px) / 2);

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}



/*疾病导航*/
.disease_box{
    padding: 0 0.3rem;
}
.disease{
    background: #fff;
}
.dis-item{
    min-width:1.85rem !important;
    overflow:hidden;
    text-align: center;
    line-height: 50px;
    background-image:url(../images/nav_yel_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 75%;
    color: #fff;
    font-size: 15px;
}
.dis-item.swiper-slide-thumb-active{
    background-image:url(../images/nav_red_bg.png);
}
.dis-item img{
    margin-right: 5px;
    vertical-align: middle;
    width: 30px;
}

/* disSwiper样式 */
.disSwiper {
    width: 100%;
    box-sizing: border-box;
}
.disSwiper .swiper-slide {
    width: calc(50% - 5px);
    margin-right: 10px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}
.disSwiper .swiper-slide:nth-child(2n) {
    margin-right: 0;
}
.dis-item {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
}


.disSwiper2{
    margin: 0.3rem 0!important;
}
.disSwiper2 .dis_img{
    padding: 0 0.5rem;
}
.disSwiper2 .dis_img img{
    width: 100%;
}
.dis_nav{
    margin:20px 0;
}
.dis_nav ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px 15px;
}

.dis_nav ul li{
    background: url("../images/jb_bg.png") no-repeat center;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-size: 100%;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.expert{
    margin: 0.3rem 0.2rem 0.5rem!important;
}
.expert_box{
    padding-bottom: 50px !important;
}
/*.expert_box ul{*/
/*    display: grid;*/
/*    grid-template-columns: repeat(2,1fr);*/
/*    gap:.3rem .2rem;*/
/*}*/
.expert_box .swiper-slide{
    display: inline-block;
    vertical-align: top;
}

.expert_box .swiper-slide .zj_img{
    width: 100%;
    height: 4rem;
    position: relative;
    overflow: hidden;
}

.expert_box .swiper-slide .zj_img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.expert_box .swiper-slide:hover .zj_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.expert_box .swiper-slide .zj_name{
    background: #7e3620;
    color: #fff;
    height: .7rem;
    line-height: .7rem;
}
.expert_box .swiper-slide .zj_name span{
    flex: 1;
    text-align: center;
}
.expert_box .swiper-slide .zj_name span.zj_name_l{
    font-size: 20px;
}
.expert_box .swiper-slide .zj_name span.zj_name_r{
    font-size: 16px;
}
.expert_box .swiper-slide p{
    text-align: center;
    line-height: .5rem;
    font-size: 16px;
    height: .5rem;
    overflow: hidden;
    margin-top: 5px;
}
.expert_box .do_prev,.expert_box .do_next{
    position: absolute;
    top: 100%;
    display: block;
    width: 47px;
    height: 20px;
}
.expert_box .do_prev {
    left: 35%;
    background: url("../images/honor_arrow_l.png") no-repeat;
}
.expert_box .do_next {
    right: 35%;
    background: url("../images/honor_arrow_r.png") no-repeat;
}
.expert_box .do_prev:after,.expert_box .do_next:after{
    display: none;
}



.expert_box ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:.3rem .2rem;
}
.expert_box li{
    display: inline-block;
    vertical-align: top;
}

.expert_box li .zj_img{
    width: 100%;
    height: 4rem;
    position: relative;
    overflow: hidden;
}

.expert_box li .zj_img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.expert_box li:hover .zj_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.expert_box li .zj_name{
    background: #7e3620;
    color: #fff;
    height: .7rem;
    line-height: .7rem;
}
.expert_box li .zj_name span{
    flex: 1;
    text-align: center;
}
.expert_box li .zj_name span.zj_name_l{
    font-size: 20px;
}
.expert_box li .zj_name span.zj_name_r{
    font-size: 16px;
}
.expert_box li p{
    text-align: center;
    line-height: .5rem;
    font-size: 16px;
    height: .5rem;
    overflow: hidden;
    margin-top: 5px;
}




.know-more {
    background:none;
    border: 1px solid #7e3620;
    padding: 5px 10px;
    border-radius: 20px;
    cursor: pointer;
    width: 90px;
    margin: 5px auto;
    text-align: center;
}
.know-more a{
    color: #7e3620;
}


/*肿瘤防治全程管理*/
.index-row4 {
    position: relative;
    background: #fff;
}
.index-row4:before {
    left: 0;
    top: 109px;
}
.index-row4:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 109px;
}
.index-row4-top {
    position: relative;
    z-index: 2;
    display: block;
    align-items: center;
}
.index-row4-top .g-tit2 {
    margin-right: 0;
    padding: 0 15px;
    margin-bottom: 15px;
}
.g-tit2 .title {
    font-weight: 700;
    font-size: 24px;
}
.g-tit2 .desc {
    font-size: 14px;
    line-height: 2;
    color: #666;
}
.index-row4-top ul {
    width: auto;
    padding: 0;
    overflow: hidden;
    background: #7e3620;
}
.index-row4-top ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 40px;
    padding-left: 43px;
    color: #fff;
    background: url(../images/arrow-down2.png) no-repeat right 23px center;
    border-bottom: 1px solid rgba(255,255,255,.4);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.index-row4-top ul li.on{
    background-color: #984e29;
}
.index-row4-top ul li a:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background: rgba(255,255,255,1);
    border-radius: 50%;
}
.swiper-gl .swiper-wrapper {
    height: auto !important;
}
.swiper-gl .swiper-slide {
    display: block;
}
.swiper-gl .pic-box .pic {
    position: relative;
    padding-top: 52.65%;
}
.swiper-gl .pic-box .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.swiper-gl .txt-box {
    padding: 15px;
}
.swiper-gl .txt-box .en {
    font-size: 24px;
    text-transform: uppercase;
    line-height: .45rem;
}
.swiper-gl .txt-box .cn {
    font-size: 20px;
    margin-bottom: 26px;
}
.swiper-gl .txt-box .desc-more {
    border-bottom: 0;
    padding: 20px 0 70px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.swiper-gl .txt-box .desc-more .desc {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.swiper-gl .txt-box .desc-more .more {
    display: block;
    font-size: 16px;
    color: #91152f;
    width: 115px;
    height: 40px;
    line-height: 40px;
    background: url(../images/arrow-right3.png) no-repeat 100px center;
    border: 1px solid #91152f;
    border-radius: 20px;
    padding-left: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.arrows-dots {
    bottom: 35px;
    right: 50%;
    margin-right: -90px;
    position: absolute;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.arrows-dots .swiper-button.swiper-prev {
    background-image: url(../images/prev.png);
}
.arrows-dots .swiper-pagination-fraction {
    font-size: 16px;
    color: #999;
    position: static;
}
.arrows-dots .swiper-button.swiper-next {
    background-image: url(../images/next.png);
}
.arrows-dots .swiper-button {
    width: 14px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.arrows-dots .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 36px;
    color: #901331;
}
/*视觉附医*/
.vision{
    margin: 0.3rem 0.2rem!important;
}
.vis_sw_box{
    padding: 0;
}
.vis-item{
    min-width:1.85rem !important;
    overflow:hidden;
    text-align: center;
    line-height: 50px;
    background-image:url(../images/nav_yel_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 75%;
    color: #fff;
    font-size: 18px;
}
.vis-item.swiper-slide-thumb-active,.vis-item.active,.vis-item.swiper-slide-active{
    background-image:url(../images/nav_red_bg.png);
}

.swiper-top .swiper-wrapper{
    margin-left: -25%;
}
.swiper-pagination-bullet-active{
    background: #91152f!important;
}

.video-list {
}
.video-list .swiper-slide {
    width: 100%;
}
.video-list .swiper-slide .inner {
    display: block;
    position: relative;
}
.video-list .pic {
    position: relative;
    padding-top: 68.52%;
    margin-bottom: 10px;
    overflow: hidden;
}
.video-list .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.video-list .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.18);
    transition: .36s ease;
    cursor: pointer;
}
.video-list .mask:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -15px;
    width: 50px;
    height: 50px;
    background: url(../images/icon-play.png) no-repeat center;
}
.video-list .mask:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -20px;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: translate3d(0,0,0);
    transition: .36s ease;
}
.video-list p.vo_tit {
    font-size: 15px;
    line-height: 23px;
    color: #333;
    text-align: left;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.video-list p.vo_time{
    font-size: 12px;
    line-height: 23px;
    color: #666;
}

/*爱心公益*/
.love{
    background: #fff;
    padding-bottom: 30px;
}
.love_box{
    margin: 0 0.2rem!important;
}
.love01-big {
    min-height: 0;
    height: auto;
    padding-top: 62.52%;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.love01-big:before {
    /*content: '';*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-color: rgba(0,0,0,.2);*/
    /*z-index: 1;*/
    /*-webkit-transition: all .5s;*/
    /*-o-transition: all .5s;*/
    /*transition: all .5s;*/
}
.love01-big img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.love01-big .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.love01-big .mask .mask-bt {
    padding: 3.6% 4%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 23px;
    overflow: hidden;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #333 82.5%);
}
.love01-big .date {
    margin-left: 15px;
    float: right;
    font-size: 14px;
    color: #fff;
    font-family: Arial;
}
.love01-big .title {
    font-size: 16px;
}
.video01 .video01-r {
    width: 100%;
}
.news03-ul {
    margin-bottom: -16px;
}
.news03-ul .news03-item {
    margin-bottom: 16px;
    width: 100%;
}
.news03-ul .con {
    display: block;
    overflow: hidden;
}
.news03-ul .pic {
    margin-right: 20px;
    float: left;
    width: 46.1%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.news03-ul .pic:before {
    /*content: '';*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-color: rgba(0,0,0,.2);*/
    /*z-index: 1;*/
    /*-webkit-transition: all .5s;*/
    /*-o-transition: all .5s;*/
    /*transition: all .5s;*/
}
.news03-ul .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: absolute;
    left: 0;
    top: 0;
}
.news03-ul .pic:after {
    content: '';
    display: block;
    padding-top: 62.45%;
}
.news03-ul .inner {
    overflow: hidden;
}
.news03-ul .title {
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 1.6;
    max-height: 3.2em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.news03-ul .date {
    font-size: 14px;
    color: #999;
    font-family: Arial;
}

/*荣誉资质*/
.honor{
    background: #fff;
    padding: 0 15px 1rem;
    position: relative;
}
.honor .swiper-slide img{
    width: 100%;
}

.honor .sPrev,.honor .sNext{
    position: absolute;
    top: 92%;
    display: block;
    width: 47px;
    height: 20px;
}
.honor .sPrev {
    left: 35%;
    background: url("../images/honor_arrow_l.png") no-repeat;
}
.honor .sNext {
    right: 35%;
    background: url("../images/honor_arrow_r.png") no-repeat;
}
.honor .sPrev:after,.honor .sNext:after{
    display: none;
}



.footer {
    color: #fff;
    position: relative;
    background: linear-gradient(180deg, #8B4513 0%, #361001 82.5%);
}
.foot{
    padding: 20px;
}
.fnav {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px 15px;
}
.fnav a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    font-size: .24rem;
    padding: 0 0.15rem;
    white-space: nowrap;
}
.fnav a::after {
    content: "|";
    position: absolute;
    right: -10px;
    color: #b9988d;
}
.fnav a:nth-child(4)::after,
.fnav a:last-child::after{
    display: none;
}

.fcontact{
    display: flex;
    flex-wrap: wrap;
}
.fcontact .fcont_l{
    flex: 2;
    padding-right: 20px;
}
.fcontact .fcont_r{
    flex: 1;
}
.fcontact .fcont_r img{
    width: 2rem;
    margin-top: 10px;
}
.fcontact .fcont_l p {
    margin: 10px 0;
    font-size: 14px;
}
.fcopyright {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #804932;
    padding-top: 10px;
}
.fcopyright p{
    font-size: 14px;
    color: #978a86;
    line-height: 0.35rem;
}


.main{
    padding: 0.3rem 0.3rem 0;
}
.curr_positon{
    line-height: .35rem;
}
.curr_positon p{

}
.curr_positon p a{
    color: #333;
}
.con_top{
    position: relative;
    margin-top: 0.3rem;
    padding: 0 29px;
}

.con_top::before {
    content: "";
    display: inline-block;
    width: 29px;
    height: 17px;
    background: url(../images/cont_tit_imgl.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
}
.con_top::after {
    content: "";
    display: inline-block;
    width: 29px;
    height: 17px;
    background: url(../images/cont_tit_imgr.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
}
.lin{
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding-top: 12px;
}
.con_box_img{
    line-height: 0;
}
.con_box_img img{
    width: 100%;
}
.con_box_info{
    border: 1px solid #ddd;
    padding: .3rem;
    box-shadow:0 0 5px rgba(0,0,0,.2)
}
.con_box_info dl{
    margin-bottom: .3rem;
}
.con_box_info dl dd{
    text-indent: 30px;
}
.con_box_info dl dd p{
    line-height: 30px;
}
.con_box_info dl dt{
    line-height: 30px;
    vertical-align: middle;
    font-weight: bold;
}

.con_box_info dl dt::before{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    vertical-align: middle;
}

.con_box_info dl:nth-child(1) dt::before{
    background: url(../images/con_img1.png) no-repeat center;
}
.con_box_info dl:nth-child(2) dt::before{
    background: url(../images/con_img2.png) no-repeat center;
}
.con_box_info dl:nth-child(3) dt::before{
    background: url(../images/con_img3.png) no-repeat center;
}
.con_box_info dl:nth-child(4) dt::before{
    background: url(../images/con_img4.png) no-repeat center;
}


.yygk_con h3{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1rem;
}
.yygk_con p{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 0.3rem;
    text-indent: 30px;
}
.yygk_c{
    padding: .3rem;
    background: url("../images/yygk_p_bg.png") no-repeat center;
    background-size: 100%;
}
.yygk_c p{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 0.3rem;
    text-indent: 30px;
}
.h3_tit{
    font-size: 18px;
    font-weight: bold;
    color: #7e3620;
    line-height: 1rem;
}

.envir{
    background: #fff;
    padding: 0 15px 50px;
    position: relative;
}
.envir .swiper-slide img{
    width: 100%;
}

.envir .ePrev,.envir .eNext{
    position: absolute;
    top: 97%;
    display: block;
    width: 47px;
    height: 20px;
}
.envir .ePrev {
    left: 35%;
    background: url("../images/honor_arrow_l.png") no-repeat;
}
.envir .eNext {
    right: 35%;
    background: url("../images/honor_arrow_r.png") no-repeat;
}
.envir .ePrev:after,.envir .eNext:after{
    display: none;
}


.news01-ul {
    font-size: 0;
    height: auto;
}
.news01-ul .news01-item {
    width: 100%;
    height: auto;
    padding-top: .3rem;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.news01-ul .news01-item:first-child{
    border-top: none;
    padding-top: 0;
}
.news01-ul .con {
    display: block;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.news01-ul .pic {
    height: auto;
    padding-top: 56.33%;
    position: relative;
    overflow: hidden;
}
.news01-ul .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.news01-ul .inner {
    padding: 15px 5px;
}

.news01-ul .title {
    margin: 6px 0;
    font-size: 16px;
    color: #7e3620;
    font-weight: 400;
    line-height: .5rem;
    height: 1rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: bold;
}
.news01-ul .desc {
    margin:5px 10px;
    font-size: 14px;
    color: #333;
    line-height: .5rem;
    height: 1rem;
    overflow: hidden;
}
.news01-ul .date {
    font-size: 14px;
    color: #999;
    font-family: Arial;
}
.news01-ul .inner .z-btn01 .more{
    margin: 0;
}



/*分页*/
.page_box {
    text-align: center;
    margin: 20px 0;
}
.page {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.page li {
    display: inline-block;
    margin: 0 5px;
    border:1px solid #333;
    border-radius:10px;
    color:#333;

}
.page li a {
    display: block;
    text-decoration: none;
    padding:0 12px;
}
.page li strong {
    display: block;
    padding:0 12px;
}
.page li{
    color:#333;
    margin:6px;
    float:left;
    border:1px solid #333;
    border-radius:10px;
    height:30px;
    line-height:30px;
}
.page li:hover{
    background-color:#7e3620;
    border:1px solid #7e3620;
}
.page li a{color:#7e3620;}
.page li:hover a,.page li:hover strong{
    color:#fff;
}
.page li.thisclass{ background:#fff;}
.page li.thisclass a{ color:#000;}


.show_tit{
    text-align: center;
    line-height: .45rem;
    color: #7e3620;
    font-size: 18px;
    margin-top: 0.3rem;
    font-weight: bold;
}
.show_small_tit{
    background-color: #fbf7f0;
    text-align: center;
    line-height: .5rem;
    height: .5rem;
    color: #666;
    font-size: 14px;
    margin: .2rem 0;
}
.show_small_tit small {
    margin: 0 15px;
}

.con_box{
    padding: 0;
}
.article_content{
    padding: .3rem 0;
    text-align: justify;
}
.article_content p{
    line-height: 30px;
    font-size: 16px;
}
.article_content img{
    height: auto!important;
    max-width: 96%;
    margin: 5px 0;
    margin-left: -7% !important;
}
.con_box video{
    margin: .3rem 0;
}
.con_box img{
    max-width: 100%;
}

.pre_next p{
    line-height: 30px;
}
.pre_next p a{
    color: #333;
    font-size: 15px;
}
.pre_next p span{
    display: inline;
    color: #7e3620;
    font-weight:bold;
    font-size: 15px;
}

.zj_show_img{
    width: 3rem;
    margin: .3rem auto;
}
.zj_show_img img{
    width: 100%;
}
.yygh{
    width: 100%;
    text-align: center;
}

.yygh a {
    display: inline-block;
    height: 0.5rem;
    margin: 0.3rem 0;
    border-radius: 0.25rem;
    background-color: #7e3620;
    color: white;
    text-align: center;
    line-height: .5rem;
    padding: 0 0.5rem;
}

.zj_con_top{
    display: flex;
    flex-wrap: wrap;
}
.zj_con_top .zj_con_topl{
    flex: 2;
}
.zj_con_topl h3{
    font-size: 20px;
    font-weight: bold;
    color: #7e3620;
    line-height: 30px;
}
.zj_con_topl p{
    font-size: 16px;
    color: #7e3620;
    line-height: 30px;
}
.zj_con_top .zj_con_topr{
    flex: 1;
}

.zj_con_topr .back{
    height: 0.5rem;
    border:1px solid #7e3620 !important;
    border-radius:0.25rem;
    line-height:0.5rem;
    text-align: center;
    cursor: pointer;
    padding: 0 0.2rem;
    margin-top: .5rem;
}
.zj_con_topr .back img{
    margin-top: 6px;
}
.zj_con_topr .back a{
    color: #333;
    font-size: .23rem;
}

.zj_con_bot{
    margin: .3rem 0;
}
.zj_con_bot h3{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    margin-top: 0.3rem;
}

.zj_con_bot .article_show_dl dd{
    font-size: 15px;
    line-height: 30px;
    color: #333;
}
.zj_con_bot p{
    text-indent: 30px;
    font-size: 15px;
    line-height: 30px;
    color: #333;
}


.spzx-title{
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.spzx-title li{
    cursor:pointer;
    height:.5rem;
    font-size:24px;
    line-height:.5rem;
    text-align:center;
    background-image:url(../images/nav_yel_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    justify-content: center;
    color:#fff;
    margin-bottom: .3rem;
    background-size: contain;
    width: 100%;
}
.spzx-title li.on{
    background-image:url(../images/nav_red_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    justify-content: center;
}
.spzx-title li a{
    color:#fff;
    font-size:18px;
    font-weight: bold;
}


.video_list{

}
.video_list li {
    background-color: #fbf7f0;
    position: relative;
    cursor: pointer;
    padding: 0.15rem;
    margin-bottom: 0.3rem;
}
.video_list .pic {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.video_list .pic img{
    width: 100%;
}
.video_list .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.18);
    transition: .36s ease;
    cursor: pointer;
}
.video_list .mask:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -20px;
    width: 50px;
    height: 50px;
    background: url(../images/icon-play.png) no-repeat center;
}
.video_list .mask:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -25px;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: translate3d(0,0,0);
    transition: .36s ease;
}
.spzx-list-det_p1 {
    color: #333;
    font-size: 16px;
    margin: 18px auto;
    line-height: 30px;
    height: 55px;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.spzx-list-det_p2 {
    font-size: 14px;
    color: #5b5a59;
}

.fltj_box{
    position: relative;
    padding-bottom: 50px;
}
.fltj_box .fPrev,.fltj_box .fNext{
    position: absolute;
    top: 100%;
    display: block;
    width: 47px;
    height: 20px;
}
.fltj_box .fPrev {
    left: 35%;
    background: url("../images/honor_arrow_l.png") no-repeat;
}
.fltj_box .fNext {
    right: 35%;
    background: url("../images/honor_arrow_r.png") no-repeat;
}
.fltj_box .fPrev:after,.fltj_box .fNext:after{
    display: none;
}

.precautions {
    margin-top: .3rem;
    line-height: .4rem;
    font-size: 16px;
    color: #666;
}

.zlfz_box{

}

.zlfz_box ul{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: .3rem;
}
.zlfz_box ul li{
    padding: .35rem;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px 2px #ddd;
}
.zlfz_box ul li img{
    width: 100%;
}
.zlfz_box ul li .pt{
    font-size:16px;
    line-height: .5rem;
    height: 1rem;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
}
.zlfz_box ul li .pb{
    font-size: .2rem;
    color: #666;
    line-height: .35rem;
    margin-bottom: .3rem;
}
.zlfz_box ul li:hover{
    background: #7e3620;
}
.zlfz_box ul li:hover .pt,
.zlfz_box ul li:hover .pb{
    color: #fff;
}




.swiper-top {
    width: 100%;
    /* 配合 slidesPerView:2.5 实现“两个半”的显示宽度 */
    padding: 10px 0;
}

.swiper-top .swiper-slide {
    width: auto; /* 自适应内容宽度 */
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* 选中项高亮样式 */
.swiper-top .swiper-slide.swiper-slide-active {
}

/* 底部内容区样式 */
.swiper-content-container {
    margin-top: 0.15rem;
}

.swiper-content {
    width: 100%;
    height: 100%;
}

/* 内容盒子（与顶部栏目一一对应） */
.content-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}


/* 盒子内部的滑动区域 */
.inner-swiper-container {
    flex: 1; /* 占满剩余高度 */
    overflow: hidden;
}

.inner-swiper {
    width: 100%;
    height: 100%;
}

/* 内部滑动项样式 */
.inner-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

/* 内部滑动的指示器样式 */
.inner-swiper .swiper-pagination {
    bottom: 10px;
}

.inner-swiper .vNext,.inner-swiper .vPrev{
    position: absolute;
    top: 50%;
    display: block;
    width: 0.51rem;
    height: 0.51rem;
    background-color: #fff !important;
    border-radius: 50%;
    background-size: 100% !important;
}
.inner-swiper .vNext {
    right: 5%;
    background: url("../images/arr_r.png") no-repeat center;
}
.inner-swiper .vPrev {
    left: 5%;
    background: url("../images/arr_l.png") no-repeat center;
}
.inner-swiper .vNext:after,.inner-swiper .vPrev:after{
    display: none;
}

.dqgz_box{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .15rem;
    margin-bottom: .3rem
}
.dq_box_c{
    grid-column: span 2 / span 2;
}
.dq_box_c .dq_box_ct img{
    width: 100%;
}
.dq_box_ct{
    margin-bottom: .15rem;
    height: 48.27%;
}
.dq_box_cb{
    display: grid;
    gap: .15rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 47.5%;
}

.dq_img{
    position: relative;
    overflow: hidden;
}
.zoom-img {
    transition: transform 0.5s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dq_img:hover .zoom-img {
    transform: scale(1.1);
}


