a{
    color: #999;
}
a:hover{
    color: #48a8d9;
}
::-webkit-scrollbar {
    width: 8px;
    height: 1px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0,0,0,0.2);
}

::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    /* border-radius: 10px; */
    background: #f8f8f8;
}
video{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}
.breadcrumb{
    background: #fff;
    padding: 10px 15px!important;
    border-radius:5px!important;
}
.swiper-pagination-bullet{
    transition: all 0.5s ease;
    border-radius:5px!important;
}
.swiper-pagination-bullet-active{
    width:40px!important;
    border-radius:5px!important;
    background: #00c8aa!important;
}

/***/
.card-title .fw-bold{
    position: relative;
    font-size: 18px !important;
    padding-left:25px;
}
.card-title .fw-bold:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/catbg.png);
    background-size: 20px 20px;
}
/***/
.logo-head{
    overflow: hidden;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    margin-bottom:5px;
    align-items: center;
    background: url(../images/topbg.png);
    background-size: 100% 100%;
}
.head-search{
    width: 31%;
}
.sskm{
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    padding:0;
    border-radius: 10px!important;
    background: #fff;
}
.sskm .ssipt{
    width: 85%;
}
.sskm .sico{
    width: 10%;
    text-align: center;
    border-radius: 0 10px 10px 0!important;
}
.sskm .sico .btn{
    padding: 0!important;
    height: 40px;
    color: #00c8aa;
}
/*导航样色调整*/
.app-header{
    background:#fff url(../images/nvabg.jpg) repeat-x left bottom;
    box-shadow: 0px 2px 3px rgb(168 164 205 / 30%);
    height: 150px;
    /**position: relative!important;**/
}
.menu-lg-row{
    justify-content: space-between;
}
.menu .menu-item .menu-link{
    padding: 1.05rem 0.6rem!important;
}
.menu .menu-item .menu-link:hover{
    background: none!important;
}
.menu .menu-item .menu-link:hover .menu-title{
    color:#00ffbf!important;
}
.menu .menu-item .menu-link .menu-arrow{
    transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	vertical-align: -1px
}
.menu .menu-item .menu-link:hover .menu-arrow,
.menu .menu-item.here .menu-link .menu-arrow{
    transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg)
}
.menu .menu-item .menu-link .menu-arrow:after{
    background-color:#fff!important;
}
.menu .menu-item.here .menu-link .menu-arrow:after,
.menu .menu-item .menu-link:hover .menu-arrow:after{
    background-color:#00ffbf!important;
}
.menu .menu-item.here .menu-link{
    background: none!important;
}
.menu .menu-item .menu-link .menu-title{
    color:#fff!important;
    font-weight: bold;
    font-size: 16px!important;
}
.menu .menu-item.here .menu-link .menu-title{
    color:#00ffbf !important;
}
.menu .menu-item.here .menu-link .menu-arrow{
    color:#00ffbf!important;
}
.menu .menu-sub .menu-link .menu-title{
    color:#999!important;
}
.menu .menu-sub .menu-link:hover .menu-title{
    color:#00ffbf!important;
}
.btn.btn-icon-muted i,
.btn.btn-icon-muted .svg-icon {
    color: #00ffbf!important;
}
.active.show .btn.btn-icon-muted i,
.active.show .btn.btn-icon-muted .svg-icon{
    color:#00ffbf!important;
}
.menu-sub:before{
    position: absolute;
    top: -8px;
    left: 16px;
    right: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left:8px solid transparent;
    content: '';
}
.menu-sub i{
    margin-right: 5px;
}
/*最宽下拉框*/
.menu .menu-sub-lg-down-accordion.w-12 {
    width: 100%!important;
    border-radius: 0!important;
}
.menu .menu-sub-lg-down-accordion.w-12.menu-sub:before{
    display: none!important;
}
.menu .menu-sub-lg-down-accordion.w-12 .container{
    overflow: hidden;
    position: relative;
    padding: 0 30px;
}
.menu .menu-sub-lg-down-accordion.w-12.show .container{
    display: flex!important;
    flex-direction: row;
    flex-wrap: wrap;
}
.menu .menu-sub-lg-down-accordion.w-12.show .container .menu-link{
    flex:0 0 25%!important;
    display: block;
}
/*下拉框内颜色*/
.menu .menu-sub-lg-down-accordion.show .menu-link .menu-title{
    color:#999!important;
    font-weight: 400!important;
}
.menu .menu-sub-lg-down-accordion.show .menu-link:hover .menu-title{
    color: #48a8d9!important;
}
/**/
.app-wrapper{
    margin-top: 150px!important;
}
/**/
.iflash{
    margin-bottom: 20px!important;
    overflow: hidden;
    border-radius: 0;
}
.iflash .container-xxl{
    position: relative;
}
.iflash .swiper-button-next, .iflash .swiper-button-prev{
    top: -200px;
}
.plr0{
    padding-left: 0!important;
    padding-right: 0!important;
}
.btm10{
    margin-bottom: 10px;
}
.borb1{
    border-bottom:1px solid #eee;
}
.sidenva{
    position: sticky;
    top: 0px;
    z-index: 6;
}

.app-footer{
   background: #555; 
}
.h-50px{width:350px;}
.listbg{
        background:#fff url(../images/listbg.jpg) no-repeat center;
        background-size: 100% 100%;
        padding-right: 380px;
        color: #999;
}
.listbg .card-body p span{
    color: #999!important;
}
.bmdht{
    text-align: center;
    border-bottom:1px solid #eee;
    height: 40px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #48a8d9;
}
.bmdh{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
    padding: 0;
}
.bmdh li{
    width: 12.5%;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
}
.bmdh li.active a{
    color: #f60;
    font-size: 24px;
}
.bmdh li img{
    width: 150px;
    height: 150px;
    display: block;
    margin: 10px auto;
    border-radius: 50%!important;
    transition: transform 0.3s ease;
}
.bmdh li:hover img{
    transform: scale(1.3);
}
/**/
.bkmenu{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bkmenu .bkk{
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
    width: 32%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.bkmenu .bkk .bkt{
    height: 60px;
    font-size: 24px;
    line-height:50px;
    padding-left: 10px;
    border-radius: 5px;
    position: relative;
    background: #48a8d9 url(../images/bkbg.png) no-repeat 0px 0px;
    background-size: 100% 100%;
    margin-bottom: 10px;
}
.bkmenu .bkk .bkt a{
   color: #00c8aa;
   display: block;
   position: relative;
}
.bkmenu .bkk .bkt .tt:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    content: '';
    height: 5px;
    width: 50px;
    background: #00c8aa;
    border-radius: 5px;
}
.bkmenu .bkk .bkt span{
    position: absolute;
    right: 10px;
    top:10px;
    font-size: 14px;
    line-height:20px;
    font-weight: 300;
        background: linear-gradient(315deg, #00c8aa, #069183);
    box-shadow: 0px 2px 3px rgb(36 68 141 / 30%);
    border-radius: 20px;
    padding: 5px 15px;
}
.bkmenu .bkk .bkt span a{
    color: #fff;
}
/**/
.syzx .article-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.syzx .article-list .card{
    width: 49%;
}
/**/
    .newsflash {
      width: 100%;
      height: 100%;
    }

    .newsflash .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .newsflash .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
/**/
.lsh {
    position: absolute;
    right: 20px;
    top: 20px;
}
.lst,.lst1 {
    position: relative;
    display: flex;
}
.lst li,.lst1 li{
    cursor: pointer;
    user-select: none;
    list-style-type:none;
    margin-left: 18px;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #999;
    transition: all 0.5s ease;
}
.lst li:last-child{
    display: block;
    border:1px solid #04452c;
    padding: 0 15px;
    border-radius: 20px;
    height: 30px;
    line-height: 30px;
    background: #fff;
}
.lst li:last-child:hover{
    background:#04452c;
    color: #fff;
}
.lst .more{
    font-size: 12px;
}
.lst .more i{
    color: #04452c;
}
.lst .more:hover,
.lst .more:hover i{
    color: #fff;
}
.lst .liShow,.lst1 .liShow1{
    color: #0a466a;
    position: relative;
}
.lst .liShow a,.lst1 .liShow1 a{
    color: #00c8aa;
}
.lst .i,.lst1 .i{
    display: none;
    position: absolute;
    overflow: hidden;
    height: 3px;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    background: #00c8aa;
    border-radius: 3px;
}
.lst .liShow .i,.lst1 .liShow1 .i{
    display: block;
}
.lsmk>div {
    box-sizing: border-box;
    display: none;
    width: 100%;
}
.lsmk>div.imgShow,.lsmk>div.imgShow1{
    display: block;
    position: relative;
}
.lsmk>div.imgShow1{
    padding:0 0 20px 0;
    overflow: hidden;
}
.lsmk>div.imgShow1 a{
    height: 30px;
    line-height: 30px;
    margin-right: 18px;
}
/**/
.lst2 {
    position: relative;
    display: flex;
    background: #f4f6f8;
    height: 50px;
    border-bottom: 1px solid #eee;
    padding: 0 0 0 1px;
    justify-content: flex-start;
}
.lst2 li{
    cursor: pointer;
    user-select: none;
    list-style-type:none;
    display: block;
    padding: 0 25px;
    height:50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #5e5c5c;
}
.lst2 .liShow2  {
    background-color: #00c8aa;
    color: #fff;
    position: relative;
}
.lst2 .liShow2:before{
    position: absolute;
    bottom: -8px;
    left: 42%;
    right: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-top: 8px solid #00c8aa;
    border-left: 8px solid transparent;
    content: '';
}
.lsmk>div.imgShow2{
    display: block;
    position: relative;
}
.lsmk>div.imgShow2 ul{
    margin: 0;
    padding: 0;
}
.lsmk>div.imgShow2 li{
    height: 40px;
    line-height: 40px;
    font-style: normal;
    transition: all 0.5s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}
.lsmk>div.imgShow2 li .ksgd{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.lsmk>div.imgShow2 li .ksgd .t{
    color: #333;
    transition:all 0.5s ease;
}
.lsmk>div.imgShow2 li .ksgd:hover .t{
    color: #00c8aa;
    transform:translateX(10px);
}
/**/
.zjlc{
    height: 50px;
    line-height:50px;
    background: #fff;
    display: flex;
    justify-content: center;
    padding: 0;
    border-radius:3px!important;
}
.zjlc li{
    list-style:none;
    width:33.3333%;
    text-align: center;
    font-size: 18px;
}
.zjlc li:first-child.on,
.zjlc li:hover:first-child{
    border-radius:3px 0 0 3px!important;
}
.zjlc li:last-child.on,
.zjlc li:hover:last-child{
    border-radius:0 3px 3px 0!important;
}
.zjlc li.on,.zjlc li:hover{
    background:#28b4c3;
    color: #fff;
}
.zjlc li.on a,
.zjlc li:hover a{
    color: #fff;
    display: block;
    width: 100%;
}
/*专家*/
.home_zj{overflow:hidden;background:#fff url(../images/zjbg.png) no-repeat 0px 0px;background-size:100% 100%;padding:20px 20px 0 20px;margin:20px 0;border-radius: 0.475rem;}
.zjcon{overflow: hidden;display: flex;justify-content: space-between;}
.zjk{width:35%;height:460px; overflow:hidden;position:relative;}
.zjk ul{overflow: hidden;display: flex;flex-wrap: wrap;justify-content: flex-start;padding-bottom: 15px;}
.zjk li{list-style-type: none;width:22.5%; height:103px;text-align:center;font-size:18px;margin-bottom:10px;position:relative;background:#fff;border-radius:5px;cursor: pointer;}
.zjk li:nth-child(2),
.zjk li:nth-child(3),
.zjk li:nth-child(4),
.zjk li:nth-child(6),
.zjk li:nth-child(7),
.zjk li:nth-child(8),
.zjk li:nth-child(10),
.zjk li:nth-child(11),
.zjk li:nth-child(12){
    margin-left:13px;
}
.zjk li span{display:block;width:100%;position:absolute; left:0; bottom:0; height:30px; line-height:30px; text-align:center;color:#fff;background: rgba(0, 0, 0, 0.6);border-radius:0 0 5px 5px;}
.zjk .active{cursor:pointer;box-shadow: 0px 5px 10px rgba(0,0,0,0.35);}
.zjk .active span{background: rgb(27 144 242 / 60%);}
.zjk li img{width:100%;height:100%;border-radius:5px;}
.zjk .zjimg{
    background: url(../images/yz_zj_tit.jpg) no-repeat 0px 0px;
    background-size: 100% 100%;
    display: block;
    height: 100px;
    width: 21.5%;
    position: absolute;
    right: 0;
    bottom: 12px;
}
.zjkmt {width:65%;overflow:hidden;}
.zjmm{width:100%;overflow:hidden;display:none;}
.zjmm.active{display: block;}
.zjmm .zjj{display: flex;flex-direction: row;justify-content: space-between;}
.zjmm .zjja{overflow:hidden;}
.zjmm .zjja .bd_con{
    border:1px solid #fff;
    border-radius: 10px;
    padding: 20px;
    height: 440px;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
}
.zjmm .zjja .bd_con h2{
    height: 40px;
    line-height: 40px;
    display: block;
    border-bottom: 1px solid #fff;
    color: #4aa3f2;
    display: flex;
    align-items: center;
}
.zjmm .zjja .bd_con h2 span{
    font-size: 12px;
    color: #666;
    font-weight: 300;
    margin-left: 10px;
}
.zjmm .zjja .bd_con_center h3{
    height: 40px;
    line-height: 40px;
}
.zjmm .zjja .bd_con_center p{
    line-height:26px;
    color: #999;
    font-size: 14px;
    text-indent: 4ch;
}
.zjmm .zjja .bd_con .bd_con_btn{
    position: absolute;
    left: 5%;
    bottom: 0;
    height: 65px;
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.zjmm .zjja .bd_con .bd_con_btn a{
    display: block;
    width: 46%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3dacce;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.35);
}
.zjmm .zjja .bd_con .bd_con_btn a i{
    color: #fff;
    margin-right: 5px;
    font-size: 14px;
}
.zjmm .zjjb{overflow:hidden;width:50%;}
.zjmm .zjjb img{width:100%;height:100%;display:block;border-radius:10px;height:440px;}
/**/
.kscon{
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-left: -24px;
    }
    .kscon .kscon1,
    .kscon .kscon2{
    width: 48%;
    margin: 0 0 0 2%;
    background: #fff;
    height: 360px;
    overflow: hidden;
    }
    .kscon .kscon2{
        overflow: hidden;
    }
/**/
.bkk{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: hidden;
}
.bk1,.bk2,.bk3{
    overflow: hidden;
    position: relative;
}
.bk1{width: 32%;}
.bk2{width: 37%;}
.bk3{width: 28%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bk1 .catpic{
    height: 415px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.bk1 .catimg{
    display: block;
    height: 415px;
    width: 100%;
}

.bk1 .catimg .tit{
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background: rgba(0, 200, 170, 0.8);
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 10px;
    border-radius: 5px 5px 0 0;
}
.bk1 .catpic img{
    width: 100%;
    height: 415px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.bk1 .catpic .fbox{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    background: #999;
    border-radius: 0 0 10px 10px;
    width: 100%;
}
.bk1 .catpic .fbox span{
    text-indent: 10px;
    line-height: 40px;
    color: #fff;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bk2 ul{
    padding: 0;
    margin: 0;
    display: block;
    overflow: hidden;
}
.bk2 li{
    list-style-type: none;
    height: 43px;
    line-height: 43px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bk2 li:last-child{
    border: 0;
}
.bk2 li span{
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    color: #fff;
    background: #999;
    margin-right: 5px;
    float: left;
    margin-top: 10px;
    border-radius:20px;
}
.bk2 li:nth-child(1) span{
    background: #f90;
}
.bk2 li:nth-child(2) span{
    background: #f60;
}
.bk2 li:nth-child(3) span{
    background: #f30;
}
.bk2 li em{
    float: right;
    color: #999;
    font-style: normal;
}
.bk3 a{
    display: block;
    width: 48%;
    height: 190px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}
.bk3 a img{
    display: block;
    height: 190px;
    width: 100%;
    border-radius: 5px;
}
.bk3 span{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgb(27 144 242 / 60%);
    color: #fff;
    width: 100%;
    border-radius: 0 0 5px 5px;
    text-indent: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*
.page-title{
    background: #fff;
    padding: 15px;
    border-radius: 10px!important;
}*/
/**/
.flash1,.flash2,.flash3{
    overflow: hidden;
    padding:0 0 10px 0;
}
.flash3{
    padding-bottom: 30px!important;
}
.flash3 .swiper-pagination{
    bottom: -4px!important;
}
.flash1 img,.flash2 img,.flash3 img{
    border-radius: 10px;
    display: block;
}

.flash1 .swiper-slide {
    overflow:hidden;
}
.flash1 img{
    width: 200px;
    height: 90px;
    box-shadow: 0 0 30px rgba(83,115,252,0.13);
    border:1px solid #eee;
    padding: 20px!important;
    display: block;
}
.flash2 img{
    height: 150px;
}
.flash3 .swiper-slide span{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 0 0 5px 5px;
    background: #000;
    color: #fff;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgb(27 144 242 / 60%);
    text-indent: 10px;
}
.flash3 img{
    width: 100%;
    height:auto;
    box-shadow: 0 0 30px rgba(83,115,252,0.13);
}
.flash1 .swiper-slide-active, 
.flash1 .swiper-slide-duplicate-active,
.flash2 .swiper-slide-active, 
.flash2 .swiper-slide-duplicate-active,
.flash3 .swiper-slide-active, 
.flash3 .swiper-slide-duplicate-active{
    transform: scale(1);
}
.hjk{
    overflow: hidden;
}
.hjk .hjm {
    width: 21%;
    float: left;
    margin-left:20px;
}
.hjk .hjm:nth-child(1){
    width: 32%;
    margin: 0;
}
.hjk .hjm:nth-child(5),.hjk .hjm:nth-child(6),.hjk .hjm:nth-child(7){
    margin-top: 20px;
}
.hjk .hjm img{
    display: block;
    height: 200px;
    width:100%;
    border-radius: 10px;
    
}
.hjk .hjm:nth-child(1) img{
    width:100%;
    height: 420px;
}
/**/
.subject{
    overflow: hidden;
    position: relative;
}
.subject h4{
    font-size: 24px;
    color: #00c8aa;
    margin: 0;
}
.subject h4 i{
    font-size: 24px;
    float: left;
    margin:1px 10px 0 0;
    color: #f90;
}
.subject p{
    font-size: 14px;
    color: #999;
}
.subject span{
    position: absolute;
    right: 0;
    top: 10px;
    display: block;
    border: 1px solid #04452c;
    padding: 5px 15px;
    border-radius: 20px;
    background: #fff;
}
.subject span i{
    color:#04452c;
    font-size: 14px;
    margin-right: 5px;
}
.subject span:hover{
    background: #04452c;
    color: #fff;
}
.subject span:hover i{
    color: #fff;
}
.subject span:hover a{
    color: #fff;
}
/**/
.outart{max-width:100%;padding:20px;background: #fff;border-radius:10px;position:relative;}
/**/
.outart-wrap{display:flex;flex-wrap:wrap;margin:0 0 0 -2%;}
.outart-item{width:31.33%;margin:0 0 0 2%;background:#fff;border:1px solid #f3f3f3;box-shadow:0 0 30px rgba(83,115,252,0.13);border-radius:0 0 16px 16px;}
.outart-item .title{padding:15px 20px;background:#fff url(../images/nvabg.jpg) repeat-x left top;color:#fff;font-size:22px;border-radius:16px 16px 0 0;}
.outart-item .title i{font-size:22px;color:#fff;margin: 8px 6px 0 0;float: left;}
.outart-item .list{background:#fff;padding:10px 15px 0 15px;}
.outart-item .list ul{list-style:none;padding:0;}
.outart-item .list ul li{border-bottom:1px solid #f3f3f3;margin-bottom:15px;padding-bottom:10px;transition:all 0.5s ease;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:16px;}
.outart-item .list ul li i{color:#098df9;margin-right:10px;}
.outart-item .list ul li span{background:#cdcdcd;display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;color:#fff;border-radius:50%;margin-right:8px;font-size:14px;}
.outart-item .list ul li:hover{transform:translateX(10px);}
.outart-item .list ul li:nth-child(1) span{background:#FD754D;}
.outart-item .list ul li:nth-child(2) span{background:#FF9F26;}
.outart-item .list ul li:nth-child(3) span{background:#FFC11A;}
.outart-item .more{margin:20px;}
.outart-item .more a{display:block;text-align:center;border:1px solid #296BEF;background:#fff;color:#296BEF;padding:10px 0;border-radius:40px;}
.outart-item .more a i{color:#296BEF;}
.outart-item .more a:hover{background:#098df9;border-color:#098df9;color:#fff;}
.outart-item .more a:hover i{color:#fff;}
/**/
.cattxt{
    overflow: hidden;
    padding: 0;
    margin: 10px 0 0 0;
}
.cattxt li{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    list-style-type:none;
    border-top:1px solid #eee;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cattxt li span{
    float: right;
    color: #999;
    font-size: 14px;
}
/**/
.picbox{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
}
.picbox li{
    width: 24%;
    text-align: center;
    overflow: hidden;
    margin-right:1.3333%;
    position: relative;
    margin-bottom: 20px;
}
.picbox li:nth-child(1){
    width: 49.3333%;
}
.picbox li:nth-child(3),
.picbox li:nth-child(7),
.picbox li:nth-child(11),
.picbox li:nth-child(15),
.picbox li:nth-child(19){
    margin-right: 0;
}
.picbox li img{
    display: block;
    width: 100%;
    height:250px;
    border-radius: 10px;
}
.picbox .tdk{
    width: 100%!important;
    overflow: hidden;
}
.picbox .tdk img{
    width: 100%;
    height: 600px!important;
}
.picbox li span{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.35);
    border-radius:0 0 10px 10px;
}
/**/
.zjfl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.kslx{
    color:#32babc;
    font-size:24px;
    position: relative;
    font-weight: bold;
}
.kslx:before {
    content: '';
    position: absolute;
    bottom: -10px;
    transform: translateY(-50%);
    left: 0;
    width: 45px;
    height: 10px;
    background-color: #c5e0e1;
    z-index: 0;
}
.zjmenu {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}
.zjmenu a{
    color: #32babc;
    font-size: 18px;
    margin-right:40px;
    position: relative;
    font-weight: bold;
}
.zjmenu a:not(:last-child):after {
    content: '';
    height: 10px;
    width: 1px;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    background: #32babc;
}
/**/
.zxjk{
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #fff url(../images/p03.png) no-repeat 0px 0px;background-size:105% 100%;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 3px rgb(201 201 201 / 30%);
}
.zxjk1{
    width: 25%;
    position: relative;
    overflow: hidden;
}
.zxjk1 img{
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 10px;
}
.zxjk1 .zjlx{
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
}
.zxjk1 .zjlx span{
    line-height: 40px;
    display: block;
    width: 50%;
    text-align: center;
    background: #00c8aa;
    color: #fff;
    font-size: 16px;
}
.zxjk1 .zjlx span:nth-child(1){
    border-radius: 10px 0 0 10px!important;
    background: #28b4c3;
}
.zxjk1 .zjlx span:nth-child(2){
    border-radius: 0 10px 10px 0!important;
    background: #00c8aa;
}
.zxjk2{
    width: 55%;
}
.zxjk2 .xm{
    font-size: 24px;
    display: flex;
    align-items: center;
    text-shadow: 2px 2px 2px #d7c8c8;
}
.zxjk2 .xm span{
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
    background:#28b4c3;
    padding: 5px 15px;
    border-radius: 20px;
}
.zxjk2 .xm span .tb{
    width: 16px;
    height:16px;
    border-radius: 50%;
    margin-right: 10px;
}
.zxjk2 .sc{
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 30px;
    display: block;
    width: 100%;
    overflow: hidden;
}
.zxjk2 .sc span{
    display: block;
    float: left;
    color: #48a8d9;
    font-weight: bold;
    margin-right: 10px;
    background: #00c8aa;
    padding: 0 20px;
    color: #fff;
    box-shadow: 5px 5px rgba(102, 102, 102, .1);
}
.zxjk2 .jj{
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 30px;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top:1px solid #eee;
}
.zxjk2 .jj span{
    display: block;
    float: left;
    color: #48a8d9;
    font-weight: bold;
    margin-right: 10px;
    background: #00c8aa;
    padding: 0 20px;
    color: #fff;
    box-shadow: 5px 5px rgba(102, 102, 102, .1);
}
.zxjk2 .jj em{
    display: block;
    width: 100%;
    overflow: hidden;
    font-style: normal;
    margin-top: 10px;
}
.zxjk2 .jj em i{
    margin: 0 3px;
    font-style: normal;
    color: #f60;
}
.zxjk3{
    width:15%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.zxjk3 a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    background: linear-gradient(315deg,#53a3ef,#6b2eff);
    box-shadow: 0px 2px 3px rgb(36 68 141 / 30%);
    color: #fff;
    margin-top: 20px;
}
.zxjk3 a:first-child{
    margin-bottom: 20px;
}
.zxjk3 a i{
    font-size: 18px;
    margin-right: 5px;
    color: #fff;
}
/**/
.glzj{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
    border:1px solid #eee;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 3px rgb(36 68 141 / 30%);
}
.glzj .zjimg{
    overflow: hidden;
    width: 25%;
}
.glzj .zjimg a{
    overflow: hidden;
    position: relative;
    display: block;
}
.glzj .zjimg img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.glzj .zjimg h4{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #666;
    color: #fff;
    width: 100%;
    border-radius:0 0 10px 10px;
    justify-content: space-between;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.glzj .zjimg h4 span{
    font-size: 14px;
    color: #999;
    font-weight: 400;
    margin-left: 5px;
}
.glzj .zjjj{
    width: 50%;
}
.glzj .zjjj h4{
    font-size: 18px;
}
.glzj .zjjj p{
    margin-top: 20px;
    font-size: 14px;
    color: #999;
}
.glzj .zxbtn{
    width:15%;
}
.glzj .zxbtn a{
    display: block;
    width: 100%;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #3dacce;
    border-radius: 20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
    margin-top: 20px;
}
.glzj .zxbtn a:nth-child(1){
    margin-bottom: 20px;
}
/**/
.zjlist{
    overflow: hidden;
}
.zjlist .swiper-slide{
    overflow: hidden;
    position: relative;
}
.zjlist .swiper-slide .zj-show{
    display: block;
    width: 100%;
    height:300px;
    border-radius: 10px!important;
}
.zjlist .swiper-slide span{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height:60px;
    line-height:60px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    border-radius: 0 0 10px 10px;
}
.zjlist .swiper-slide span em{
    margin-left: 10px;
    color: #999;
    font-size: 14px;
    font-style: normal;
}
.zjlist .swiper-slide p{
    height: 0;
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 100%;
    padding: 0 5% 0 5%;
    overflow: hidden;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
    background: rgb(27 144 242 / 60%);
    color: #fff;
    line-height: 35px;
}
.zjlist .swiper-slide:hover p{
    height: 105px;
}
/**/
.zjinfo{    
    display: flex;
    align-content: space-between;
    flex-direction: row;
    background: #fff url(../images/index-bg3.jpg) no-repeat 0px 0px;
    background-size:100% 100%;
    padding: 20px;
    box-shadow: 0px 2px 3px rgb(201 201 201 / 30%);
}
.zjinfo .picshow{
    position: relative;
    overflow: hidden;
    margin-right: 20px;
}
.zjinfo .picshow .tpzj{
    position: absolute;
    left: 0;
    bottom:0;
    z-index: 1;
    width:100%;
    line-height:60px;
    background: rgb(27 144 242 / 50%);
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    border-radius: 0 0 10px 10px!important;
}
.zjinfo .picshow .tpzj em{
    font-style: normal;
    margin-right: 10px;
    position: relative;
}
.zjinfo .picshow .tpzj em:not(:last-child):after {
    content: '';
    height: 14px;
    width: 2px;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    background: #ddd;
}
.card{
    box-shadow: 0px 2px 3px rgb(201 201 201 / 30%);
}
.zjtx{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.sxp{
    display: flex;
    justify-content: space-between;
}
.zxp{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    width: 100%;
}
.zxp a{
    display: block;
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background:#28b4c3;
    box-shadow: 0px 2px 3px rgb(24 100 137 / 30%);
    color: #fff;
}
.zxp a:first-child {
    border-radius: 25px 0 0 25px;
}
.zxp a:last-child{border-radius:0 25px 25px 0;
    background: #00c8aa;
}
.zxp a i{
    margin-right: 5px;
    font-size: 18px;
    color: #fff;
}
.zjxx{
    overflow: hidden;
    position: relative;
}
.zjxx .ewm{
    position: absolute;
    right:0;
    top:0;
}
.zjxx .xx1,.zjxx .xx2,.zjxx .xx3{
    overflow: hidden;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
    padding-right: 200px;
}
.zjxx .xx2{
    min-height: 100px;
}
.zjxx .xx1{
    display: flex;
    align-items: center;
    text-shadow: 2px 2px 2px #d7c8c8;
    position: relative;
}
.zjxx .xx1 span{
    font-weight:600;
    font-size: 24px;
}
.zjxx .xx1 .ks,.zjxx .xx1 .zw{
    font-size: 14px;
    color: #ffffff;
    background: #00c8aa;
    padding: 0 15px;
    border-radius: 20px;
}
.zjxx .xx1 .ks .tb{
    width: 16px;
    height: 16px;
    margin-right: 5px;
    filter: brightness(0) invert(1);
}
.zjxx .xx1 .ks a{
    color: #ff0;
    display: flex;
    align-items: center;
}
.zjxx .xx3 span{
    font-weight: 400;
}
.zjxx span{
    margin-right: 10px;
    color: #f60;
}
.zjxx .js{
    background: #f60;
    color: #fff;
    padding: 5px 10px;
    box-shadow: 5px 5px rgba(102, 102, 102, .1);
    font-weight:700;
}
/**/
.ztbox{
    overflow: hidden;
}
.ztlist{
    overflow: hidden;
}
.ztlist ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.ztlist ul li{
    overflow: hidden;
    width: 49%;
    list-style:none;
    position: relative;
    padding: 0;
    margin: 0;
}
.ztlist ul li span{
    height: 80px;
    position: absolute;
    width:100%;
    left: 0;
    top:50%;
    margin-top: -40px;
    padding-left: 120px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.ztlist ul li span .zt1{
    line-height:40px;
    font-size: 18px;
    text-indent: 10px;
    width: 80%;
    display: block;
    color: #fff;
    overflow: hidden;
     word-break: break-word;
    font-style: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 2px 2px 2px #000000;
}
.ztlist ul li span .zt2{
    display: block;
    width: 20%;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3dacce;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.35);
    font-size: 16px;
    font-style: normal;
    margin-right: 10px;
}
.ztlist ul li img{
    display: block;
    width: 100%;
    height: 240px;
    border-radius: 10px;
}
/**/
/**/
.jsbox{
    overflow: hidden;
    padding-bottom: 15px;
}
.jslist{
    overflow: hidden;
}
.jslist ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.jslist ul li{
    overflow: hidden;
    width: 49%;
    list-style:none;
    position: relative;
    padding: 0;
    margin: 15px 0 0 0!important;
}
.jslist ul li span{
    height: 80px;
    position: absolute;
    width:100%;
    left: 0;
    top:50%;
    margin-top: -40px;
    background: rgb(27 144 242 / 60%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.jslist ul li span .zt1{
    line-height: 80px;
    font-size: 24px;
    text-indent: 10px;
    width: 80%;
    display: block;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-style: normal;
    text-shadow: 2px 2px 2px #000000;
}
.jslist ul li span .zt2{
    display: block;
    width: 20%;
    margin-top:20px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3dacce;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.35);
    font-size: 16px;
    font-style: normal;
    margin-right: 10px;
}
.jslist ul li img{
    display: block;
    width: 100%;
    height: 180px;
    border-radius: 10px;
}
/**/
.ztimg{
    display: block;
    width: 100%;
    height: 300px;
    position: relative;
    border-radius: 10px;
}
.ztimg .article-title{
    position: absolute;
    left: 10%;
    top:30%;
    width: 80%;
    padding: 10px;
    overflow: hidden;
    height: 120px;
    font-size: 24px;
    display: block;
    background: rgb(27 144 242 / 40%);
    border-radius: 10px!important;
}
.ztimg .article-title span{
    height: 60px;
    line-height: 60px;
}
.ztimg .article-title .ck{
    width: 30%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background: #3dacce;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
}
.ztimg .article-title .text-dark{
    color: #fff!important;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
}
.ztimg .article-tag{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.zttit{
    display: block;
    text-align: center;
    font-size: 36px!important;
    position: relative;
    background: #d3eeff;
    padding: 20px 0;
    border-radius: 10px;
    margin-bottom: 30px;
}
.zttit:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon_01.png);
    background-size: 20px 20px;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -3px;
    vertical-align: middle;
}
.zttit:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon_01.png);
    background-size: 20px 20px;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -3px;
    vertical-align: middle;
}
.ztk{
    width: 100%;
    overflow: hidden;
}
/**/
.jtlist{
    overflow: hidden;
}
.jtlist ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    justify-content: space-between;
}
.jtlist .jtli {
    width: 24%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.jtlist .jtli .jtpic{
    width: 100%;
    overflow: hidden;
    display: block;
    height: auto;
    border-radius: 10px;
}
.jtlist .jtli h5{
    position: absolute;
    left: 0;
    top:30px;
    height: 60px;
    line-height:60px;
    background: rgb(27 144 242 / 60%);
    color: #fff;
    width: 100%;
    text-indent: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}
.jtlist .jtli .article-tag{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.jtlist .jtli i {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -40px;
    color: #fff;
    font-size:60px;
}
.jtlist .jtli time {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 5px 15px;
    background: rgba(0,0,0, .3);
    border-radius:30px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}
/**/
/**/
.yygh .t{
    height:60px;
    line-height:60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom:1px solid #eee;
    margin-top: 10px;
    width: 100%;
}
.yygh .t:hover{
    background: #fafafa;
    border-radius:10px;
}
.yygh .t span{
    display:block;
}
.yygh .t .a1{
    display: block;
    width: 88%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.yygh .t .a1 .yy1{
    font-weight: bold;
    text-indent: 10px;
}
.yygh .t .a1 .yy1 img{
    float: left;
    border-radius: 50%!important;
    margin: 15px 0 0 5px;
}
.yygh .t .a1 .yy2,
.yygh .t .a1 .yy3{
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.yygh .t .a1 .yy1{width: 20%;}
.yygh .t .a1 .yy2{width: 40%;}
.yygh .t .a1 .yy3{width: 40%;}
.yygh .t .a2{
    display: block;
    width:10%;
}
.yygh .t .a1 .yy2 em{
    font-style: normal;
    color: #00c8aa;
    margin-right: 10px;
}
.yygh .t .a2 .yy3{
    width: 100%;
    text-align: center;
    border:1px solid #28b4c3;
    border-radius: 20px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    width: 90%;
    display: block;
    text-align: center;
    margin-top: 15px;
}
.yygh .t .a2:hover .yy3{
    background: #28b4c3;
    color: #fff;
    
}
.yygh{
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px;
}
.yygh .titi{
    font-weight: bold;
    color: #333;
    background: #e8e8e8;
    border-radius:5px;
    height: 40px;
    line-height: 40px;
    display: flex;
    margin-top: 10px;
}
.yygh .titi .yy1{
    width: 30%;
    font-weight: bold;
    text-indent: 10px;
}
.yygh .titi .yy2{
    width: 50%;
    color: #999;
}
.yygh .titi .yy3{
    width: 20%;
    text-align: center;
}
/**/
.xlk_more{
    position: relative;
}
.xlk_more:before {
    position: absolute;
    top: -6px;
    left: 9px;
    right: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #b4ccec;
    border-left: 8px solid transparent;
    content: '';
}
.xlk_more .zzsj {
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    overflow: hidden;
    margin-top:10px;
}
.xlk_more .zzsj h4{
    font-weight: bold;
    font-size: 12px;
    text-indent: 10px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    background: #b4ccec;
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
}
.xlk_more .zzsj ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.xlk_more .zzsj ul li{
    list-style-type: none;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    height: 70px;
}
.xlk_more .zzsj ul li span{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
    font-size: 12px;
}
.xlk_more .zzsj ul li .t1{
    background: #eef1f5;
    border-bottom: 1px solid #e8e8e8;
    font-weight: bold;
}
/**/
/**/
.zjk26 {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    overflow: hidden;
    margin-top: 10px;
    background: #fff;
}
.zjk26 h4{
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    text-indent: 13px;
    margin: 0;
    background: #e8e8e8;
}
.zjk26 ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.zjk26 ul li{
    list-style-type: none;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
    height: 80px;
}
.zjk26 ul li span{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
}
.zjk26 ul li .t1{
    background: #fcfcfc;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

/**/
.ztpic{
    overflow: hidden;
    margin-bottom: -10px;
}
.ztpic img{
    width: 100%;
    height: auto;
    display: block;
}
.titm h4{
    margin: 40px 0;
    border-top: 1px solid #ddd;
    position: relative;
}
.titm h4 span{
    position: absolute;
    left: 0;
    top:-20px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0 7px;
    background: #e8e8e8;
    border-radius: 20px;
}
.titm h4 em{
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    background: #f60;
    color: #fff;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    border-radius: 20px!important;
}
/**/
.bkfenlei{
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                width: 100%;
                padding: 0 30px;
                padding-top: 10px;
                }
.bkfenlei a{
                    display: block;
                    width: 12%;
                    height: 34px;
                    line-height:34px;
                    border:1px solid #eee;
                    text-align: center;
                    font-size: 16px;
                    border-radius: 20px;
                }
.bkfenlei a:hover,.bkfenlei .on{
                    background: #48a8d9;
                    color: #fff;
                }
/**/
.w-with{
    width: 100%;
    overflow: hidden;
    flex-wrap: wrap;
}
.ssk{
    padding-left: 10px;
}
/**/
.fyxx{
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.fyxx p{
    width: 50%;
    text-align: center;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/**/
 .gzgd{
       overflow: hidden;
      }
.gzgd ul{
          border:1px solid #eee;
          padding: 20px 0 10px 0;
          overflow: hidden;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
      }
.gzgd h4{
          height: 40px;
          line-height: 40px;
          font-size: 16px;
          color: #999;
          margin: 0;
          font-weight: bold;
      }
.gzgd li{
          text-align: center;
          width: 50%;
          min-width: 33.3333%;
          position: relative;
      }
.gzgd li:last-child{
          margin: 0;
      }
.gzgd li:not(:last-child):after {
    content: '';
    height: 80px;
    width: 1px;
    position: absolute;
    right: -1%;
    top: 50%;
    transform: translateY(-60%);
    background: #ddd;
}
.gzgd li span{
          display: block;
          margin-top: 10px;
          color: #999;
      }
/**/
.areak{
    overflow: hidden;
    padding: 20px 20px 10px 20px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px!important;
}
.areak:last-child{
    margin: 0;
}
.areak h4{
    font-weight: bold;
    color: #f60;
    margin: 0;
}
.areak span{
    display: block;
    overflow: hidden;
    float: left;
    margin-top:10px;
    line-height: 40px;
}
.areak span em,.areak span i{
    font-style: normal;
    padding:5px 10px;
    margin-right:10px;
    border-radius: 3px;
    background: #eff3f8;
}
.areak span i a{
    color: #999;
}
.areak span em a{
    color: #f60;
}
.areah{
    margin: 15px 0;
}
/**/
.sb-show{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 20px 20px 20px;
}
.sb-show .sbbox{
    width: 49%;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}
.sb-show .sbbox img{
    display: block;
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 10px!important;
}
.sb-show .sbbox p{
    position: absolute;
    left: 0;
    bottom:-60px;
    background: rgba(68, 190, 237, 0.6);
    color: #fff;
    overflow: hidden;
    height: 0;
    padding: 20px;
    line-height: 40px;
    font-size: 16px;
    transition: all .2s;
}
.sb-show .sbbox:hover p{
    height: 200px;
    bottom:47px;
}
.sb-show .sbbox span{
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(68, 190, 237, 0.6);
    z-index: 9;
    color: #fff;
    border-radius: 0 0 10px 10px;
    font-size: 18px;
}
.sbtit {
    height:80px;
    line-height: 60px;
    text-align: center;
    border-bottom: 5px solid #eee;
    margin-bottom: 20px;
    display: block;
    font-size: 40px!important;
}
/**/
.gzgd{
overflow: hidden;
}
.gzgd .gzgdt{
          height: 40px;
          line-height: 40px;
          font-size: 16px;
          color: #999;
          margin: 0;
          font-weight: bold;
      }
.gzgd .gzgdm{
          border:1px solid #eee;
          padding:10px 0 0 0;
          height: 170px;
          overflow: hidden;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          margin: 0;
          border-radius: 10px;
      }

.gzgd .ewmk{
          text-align: center;
          width: 50%;
          min-width: 33.3333%;
          position: relative;
      }
.gzgd .ewmk:last-child{
          margin: 0;
      }
.gzgd .ewmk:not(:last-child):after {
    content: '';
    height: 80px;
    width: 1px;
    position: absolute;
    right: -1%;
    top: 50%;
    transform: translateY(-60%);
    background: #ddd;
}
.gzgd .ewmk span{
          display: block;
          margin-top: 10px;
          color: #999;
      }
/***/
.jtbox{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0!important;
    margin-left: -20px;
}
.zjjt{
    width: 23.5%;
    overflow: hidden;
    border:1px solid #eee;
    border-radius: 10px!important;
    padding-bottom: 10px;
    margin-left: 1.5%;
    margin-bottom: 20px;
}
.zjjt .pic{
    position: relative;
    overflow: hidden;
}
.zjjt .pic .img{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.zjjt .pic .img i{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    background: rgb(0 0 0 / 60%);
    color: #fff;
    text-align: center;
    line-height:30px;
    font-size: 24px;
}
.zjjt .pic .img img{
    display: block;
    height: 240px;
    width: 100%;
}
.zjjt .pic .info{
    position: absolute;
    width: 100%;
    overflow: hidden;
    left: 0;
    bottom: 0;
    background: rgb(27 144 242 / 60%);
    height: 40px;
    line-height: 40px;
}
.zjjt .pic .info span{
    color: #fff!important;
}
.zjjt .pic .info span i{
    color: #ff0!important;
}
.zjjt .bt{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 18px;
    transition: all 0.5s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
}
.zjjt .glxx{
    overflow: hidden;
    padding: 0 10px;
}
.zjjt .glxx a{
        justify-content: flex-start;
    display: flex;
    width: 100%;
}
.zjjt .glxx img{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    margin-right: 10px;
}
.zjjt .glxx h4{
    display: flex;
    align-items: center;
}
.zjjt .glxx h4 span{
    font-size: 14px;
    font-weight: 400px;
    color: #999;
    margin-left: 5px;
}
/**/
.categoryk .card-header{
    padding: 15px 15px 5px 15px;
    background: #def4f3;
    border-radius: 10px;
}
.categoryk .listk{
    background: #fff;
    overflow: hidden;
    margin-top: 15px;
    border-radius: 10px;
    box-shadow: 0px 2px 3px rgb(201 201 201 / 30%);
}
.categoryk .listk .article-title{
    font-size: 1.65rem!important;
    transition:all 0.5s ease;
}
.categoryk .listk .article-title:hover{
    transform:translateX(10px);
}
.categoryk .listk .article-title:hover a{
    color: #00c8aa;
}
.categoryk .listk .symbol.symbol-90px.symbol-2by3 .symbol-label{
    height: 120px!important;
    width: 185px!important;
}
/**/
.ylkm{
    height: 350px;
    overflow: hidden;
    padding-bottom: 30px;
    position:relative;
    font-size: 16px;
    color:#423a3a !important;
    background:#fff url(../images/ylgybg.png) no-repeat right bottom;
    background-size: 70% 80%;
}
.ylkm .zmico{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #f60;
    background: linear-gradient(-180deg, rgba(255, 255, 255, .8) 0, #fff 80%);
    display: block;
    width: 100%;
    cursor: pointer;
    border-radius: 0 0 15px 15px!important;
}
.ylkm .zmico i{
    webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    width: 30px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin: 0 auto;
    display: block;
    transform: rotate(180deg);
    -webkit-transform: rotate(0deg);
}
.ylkm.active{
    height: auto;
    padding-bottom:40px;
}
.ylkm.active .zmico i{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    color: #f60;}
    
/**/
.xxbox{
    overflow: hidden;
    padding: 0 10px;
}
.xxbox .xxtit{
    border-bottom: 3px solid #00c8aa;
    height: 60px;
}
.xxbox .xxtit h4{
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    position: relative;
    text-align: center;
}
.xxbox .xxtit h4:before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    right: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-top: 8px solid #00c8aa;
    border-left: 8px solid transparent;
    content: '';
}
.xxbox .xxcon{
    padding: 20px 0;
    overflow: hidden;
}
.xxbox .flash5,
.xxbox .flash6{
    padding-bottom: 25px;
    overflow: hidden;
    position: relative;
}
.xxbox .flash5 .swiper-pagination,
.xxbox .flash6 .swiper-pagination{
    bottom: -4px!important;
}

.xxbox .flash5 .swiper-slide,
.xxbox .flash6 .swiper-slide{
    overflow: hidden;
    position:relative;
}
.xxbox .flash5 .swiper-slide img,
.xxbox .flash6 .swiper-slide img{
    height:200px;
    width: 100%;
    display: block;
    border-radius: 10px!important;
}
.xxbox .flash5 .swiper-slide span,
.xxbox .flash6 .swiper-slide span{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    margin-top: 5px;
}
.xxbox .flash5 .swiper-slide span em{
    font-style: normal;
    position: relative;
    padding-right: 15px;
}
.xxbox .flash5 .swiper-slide span em:last-child{
    padding: 0;
    color: #00c8aa;
}
.xxbox .flash5 .swiper-slide span em:not(:last-child):after {
    content: '';
    height: 10px;
    width: 1px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: #aaa;
}
.ksdh{
    overflow: hidden;
}
.ksdh ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
}
.ksdh li{
    font-style: normal;
    width: 24%;
    overflow: hidden;
}
.ksdh li a{
    height: 50px;
    display: block;
    width: 100%;
    line-height:50px;
    font-size: 16px;
    transition:all 0.5s ease;
}
.ksdh li:hover{
    background: #00c8aa;
}
.ksdh li a:hover{
    transform:translateX(20px);
    color: #fff;
    
}
/**/
.ksjj{
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff url(../images/ysbg.jpg) no-repeat right bottom;
    background-size: 100% 100%;
    padding: 20px;
    border-radius: 10px;
    line-height: 40px;
    font-size: 16px;
    box-shadow: 0px 2px 3px rgb(201 201 201 / 30%);
}
.ksjj a{
    margin-left: 20px;
    padding: 5px 15px;
    background:#28b4c3;
    color: #fff;
    border-radius: 30px!important;
}
/**/
.zjtdbg{
    height: 200px;
    font-size:36px;
    font-weight: bold;
    line-height: 200px;
    text-indent: 40px;
    color: #fff;
    background: url(../images/inke-top-1.png) no-repeat left top;
    background-size: 100% 100%;
    margin-bottom: 20px;
    border-radius: 10px!important;
}
/**/
.ksbox{
      overflow: hidden;
      margin-bottom: 20px;
      background:#fff url(../images/ysbg.jpg) no-repeat right bottom;
      background-size:100% 100%;
      padding: 20px;
      border-radius:10px;
      box-shadow: 0px 2px 3px rgb(201 201 201 / 30%);
  }
  .ksbox .swiper{
      padding-bottom: 30px;
  }
  .ksbox .swiper-slide{
      background:none;
  }
    .zjpic{overflow: hidden;position:relative;width:100%;box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);margin-bottom:10px;border-radius:5px;}
    .zjpic .cxxx{
    position: absolute;
    right: -74px;
    top: 10px;
    z-index: 10;
    width: 200px;
    line-height: 32px;
    background: #2DB7F5;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-style: normal;
    transform: rotate(45deg);
}
.zjpic .list_setup{
    position: relative;
    overflow: hidden;
}
.zjpic .list_setup .text_list_jj{position: absolute; left: 0;bottom:0;overflow:hidden;height:40px;background: rgb(27 144 242 / 60%);color:#fff;width:100%;margin:0;}
.zjpic .list_setup .text_list_jj span{
    padding: 0 10px;
    display: flex;
    flex-direction: column;
}
.zjpic .list_setup .text_list_jj .zw{
    line-height: 40px;
}
.zjpic .list_setup .text_list_jj .jj{
    line-height: 20px;
    word-break: break-word;
    font-style: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ff0;
    font-size: 14px;
}
.zjpic .list_setup .text_list_jj .zjlx{
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.zjpic .list_setup .text_list_jj .zjlx em{
    font-style: normal;
    font-size: 16px;
}
.zjpic .list_setup .text_list_jj .zjlx em:first-child{
    margin-right: 10px;
}
.zjpic:hover .list_setup .text_list_jj{position: absolute; left: 0;bottom: 0;overflow:hidden;height:120px;transition: all 0.4s 
ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s 
ease 0s;}
.zjpic span.pic{display: list-item; overflow: hidden;height:320px;
    background-size: 100% 100%!important;
}
.zjpic p.textfont{text-align: center; line-height: 22px; height:44px; overflow: hidden; margin-bottom: 5px; font-size: 14px;}
.zjpic p.label_explain{height:25px; overflow: hidden;}
.zjpic .pic_text{position: relative;}
.zjpic .pic_text .shopBtn{position: absolute;
    right: 5px;
    top: 5px;background: #00c8aa; color:#fff; height: 30px; line-height: 30px; padding:0 10px; border-radius:25px;font-size:14px;}
.zjpic .pic_text .text_list_bk{margin-bottom: 5px; line-height:36px;height:36px;position: relative;word-break: break-word;font-style:normal;display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 16px;
}
.zjpic .pic_text .text_list_bk i{margin-right:5px;}
.zjpic .bt_text{
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(27 144 242 / 60%);
    color: #fff;
    width: 100%;
    text-indent: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}