/**/
.smenul {
    border-bottom: 1px solid #d2d2d2;
    padding-top: 18px;
    /*height: 54px;*/
    line-height: 54px;
}
.smenul .div1200 {
    position: relative;
}
.smenul li {
    float: left;
    padding-right: 42px;
    padding-bottom: 2px;
    height: 52px;
    line-height: 52px;
}
.smenul li a {
    display: block;
    font-size: 16px;
    color: #3e3e3e;
}

.smenul .active a {
    border-bottom: 3px solid #2b78d9;
    margin-bottom: -3px;
    color: #2b78d9;
}
.news {
    padding-top: 36px;
    padding-bottom: 30px;
}
.news .list li {
    box-shadow: 4px 4px 4px #cfcfcf;
    width: 556px;
    height: 192px;
    background: #fff;
    float: left;
    margin-bottom: 30px;
}
.news .list li a {
    display: block;
}
.news .list .left {
    width: 106px;
    padding-right: 20px;
    text-align: right;
    background: #3498db;
    height: 192px;
}
.news .list .left .num {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    padding-top: 12px;
    line-height: 80px;
}
.news .list .left .time {
    font-size: 15px;
    color: #fff;
    line-height: 16px;
}
.news .list .left .bj {
    font-size: 13px;
    color: #fff;
    line-height: 38px;
    /*background: url(../images/74_03.jpg) no-repeat right bottom;*/
}
.news .list .left .js {
    font-size: 12px;
    color: #fff;
    line-height: 32px;
}
.news .list .con {
    width: 400px;
    padding-left: 28px;
}
.news .list .tit {
    font-size: 18px;
    color: #292929;
    line-height: 44px;
    padding-top: 15px;  
    overflow:hidden; /*//超出的文本隐藏*/
    text-overflow:ellipsis; /*//用省略号显示*/
    white-space:nowrap; /*//不换行*/
}
.news .list .txt {
    font-size: 15px;
    color: #717171;
    line-height: 30px;
    height: 96px;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;    /*//将对象作为弹性伸缩盒子模型显示。*/
    -webkit-box-orient:vertical;  /*// 从上到下垂直排列子元素*/
    -webkit-line-clamp:3; /*//显示的行数*/
}
.news .list .more {
    font-size: 13.39px;
    color: #3498db;
    border: 1px solid #4caafc;
    margin-right: 27px;
    line-height: 26px;
    width: 89px;
    float: right;
    text-align: center;
}
.news .list li.fr {
    float: right;
}
.mhjj .tit {
    color: #f56c00;
    padding-bottom: 10px;
    font-size: 35px;
    line-height: 76px;
    font-weight: bold;
    text-align: center;
}
.mhjj .txt {
    font-size: 16px;
    color: #5b5b5b;
    line-height: 40px;
}
.fr {
    float: right;
}
.fl {
    float: left;
}







/*新*/
.q-con-right_title2 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #666;
    border-bottom: 1px solid #ececec;
}
.q-con-right1 {
    width: 930px;
    box-sizing: border-box;
    padding: 20px;
    margin-left: 20px;
    float: left;
    background: #f7f7f7;
}
.question-list li {
    margin: 8px 0;
}
.question-list li .icon-dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 10px;
    background: #757575;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.question-list li a {
    line-height: 200%;
    vertical-align: middle;
    color: #666;
    font-size: 16px;
}

.q-con-right1 .tit{
    text-align: center;
    font-size: 20px;
    line-height: 200%;
}
.q-con-right1 .txt{
    text-align: left;
    font-size: 16px;
    line-height: 200%;
}

/*part-header*/
.fuwu-part-header{
    background-color: var(--theme-color);
    height: 250px;
}
.fuwu-part-container{
    display: flex;
    flex-wrap: wrap;
}
.fuwu-part-header .company{
    background: #fff;
    border: 1px solid #e5e5e5;
    width: 200px;
    height: 200px;
    float: left;
    margin-top: 73px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.fuwu-part-header .company img{
    position: absolute;
    inset: 0;
    margin: auto;
}
.fuwu-part-header .company-name{
    color: #fff;
    font-size: 24px;
}
.fuwu-part-header .info{
    color: #fff;
    float: left;
    margin-top: 125px;
    margin-left: 30px;
    font-size: 14px;
}
.fuwu-part-header .info .intro{
    font-size: 14px;
    color: #fff;
    margin: 15px 0;
    width: 700px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fuwu-part-header .info .count{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.fuwu-part-header .info .count span.icon-heart,.fuwu-part-header .info .count span.icon-comment{
    display: block;
    width: 15px;
    height: 14px;
    margin-right: 5px;
}
.fuwu-part-header .info .count span.icon-heart{
    margin-top: -3px;
    background: url(../images/icon-ha.png);
}
.fuwu-part-header .info .count span.icon-comment{
    margin-top: -1px;
    background: url(../images/icon-ha.png) 0 -15px;
    margin-left: 25px;
}
.fuwu-part-header .shop{
    float: right;
    margin-top: 195px;
    position: relative;
    z-index: 10;
    width: calc(100% - 930px);
}
.fuwu-part-header .number-status{
    display: none;
}
.fuwu-part-header .number-button{
    background: #fff;
    color: #333;
    display: block;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: 10px;
    float: left;
    text-align: center;
    cursor: pointer;
    width: 65px;
    background: #f60;
    color: #fff;
}
.fuwu-part-header .learn-more{
    position: relative;
    float: right;
    margin-left: 8px;
    width: 118px;
    height: 30px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    color: #333;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.fuwu-part-header .learn-more:hover{
    background: #F60;
    color: #fff;
}
.fuwu-part-header .learn-more i{
    color: #F60;
    margin-right: 8px;
    position: relative;
    width: 15px;
    height: 15px;
    display: inline-block;
}
.fuwu-part-header .learn-more i:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    background: url(../images/ewm1.png) no-repeat center;
    background-size: 15px 15px;
}
.fuwu-part-header .learn-more:hover i:before{
    background: url(../images/ewm2.png) no-repeat center;
    background-size: 15px 15px;
}
.fuwu-part-header .learn-more .hover-qrcode{
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -170px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    height: 154px;
    background: #FFF;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 8px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 10%);
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fuwu-part-header .learn-more:hover .hover-qrcode {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.fuwu-part-header .learn-more .hover-qrcode .qrcode-cont {
    width: 140px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.fuwu-part-header .learn-more .hover-qrcode .qrcode-cont .qrcode{
    width: 120px;
    height: 120px;
}
.fuwu-part-header .learn-more .hover-qrcode .qrcode-cont .text{
    /*margin-top: 10px;*/
    font-size: 12px;
    color: #333;
}
/*part-header*/


/*ai-topmenu-con*/
.fuwu-part-content{
    position: relative;
    background: #f2f4f6;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    min-height: calc(100vh - 334px);
}
.fuwu-topmenu-con{
    height: 100px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 9px 1px rgb(0 0 0 / 5%);
    box-shadow: 0px 1px 9px 1px rgb(0 0 0 / 5%);
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fuwu-topmenu{
    background: #fff;
    height: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    width: 100%;
}
.fuwu-topmenu .top-con{
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.fuwu-topmenu .logo-box{
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
    border: 1px solid #DDDDDD;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    display: none;
}
.fuwu-topmenu .guoyuan-name{
    display: none;
    max-width: 144px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    margin-right: 50px;
}
.fuwu-topmenu .menu-con{
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    height: 100%;
}
.fuwu-topmenu .menu-con .swiper-container{
    margin-right: 30px;
    height: 100%;
}
.fuwu-topmenu .menu-con .swiper-wrapper{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fuwu-topmenu .menu-con .swiper-slide{
    width: auto;
    margin-right: 50px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    line-height: 90px;
}
.fuwu-topmenu .menu-con .swiper-slide .label {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fuwu-topmenu .menu-con .swiper-slide:hover .label {
    color: #3B98FF;
}
.fuwu-topmenu .menu-con .swiper-slide.active{
    font-weight: bold;
    color: #3B98FF;
}

.fuwu-topmenu .menu-con .swiper-slide.active::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 4px;
    background: #3B98FF;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*fuwu-topmenu-con*/

/*fuwu-part-box-1*/
.content-container{
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    padding-bottom: 30px;
}
.content-container::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}
.fuwu-part-box-1{
    width: 100%;
    /*float: left;*/
}
.fuwu-part-box-10{
    width: 870px;
    float: left;
}
.fuwu-custommodule {
    font-size: 0;
    margin-top: 30px;
}
.fuwu-custommodule:first-child {
    margin-top: 0;
}
.fuwu-custommodule__icon {
    width: 26px;
    height: 5px;
    margin-bottom: 6px;
    box-sizing: border-box;
}
.fuwu-custommodule__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    box-sizing: border-box;
    font-size: 16px;
}
.fuwu-custommodule__title .title {
    font-weight: bold;
    color: #333333;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fuwu-custommodule__title .right-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #999;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fuwu-custommodule__title .right-btn i{
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
}
.icon-youjiantou svg{
    display: block;
    width: 100%;
    height: 100%;
    fill: #999;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fuwu-custommodule__title .right-btn:hover{
    color: #3B98FF;
}
.fuwu-custommodule__title .right-btn:hover svg{
    fill: #3B98FF;
}
.fuwu-custommodule__title .right-btn .text {
    margin-right: 0;
}
.fuwu-custommodule > div, .fuwu-custommodule span, .fuwu-custommodule a, .fuwu-custommodule i, .fuwu-custommodule p{
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}
.fuwu-custommodule .component {
    /*background: #fff;*/
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*border: 1px solid #EAEAEA;*/
    margin-top: 20px;
}
.fuwu-custommodule .component:first-child {
    margin-top: 0;
}
.fuwu-custommodule .component.article {
    /*overflow: hidden;*/
}
.fuwu-custommodule .component.article .fuwu-sectab {
    height: 60px;
    margin-bottom: 5px;
}
.fuwu-sectab__place {
    position: relative;
    max-width: 1200px;
    height: 50px;
}
.fuwu-custommodule .component.article .fuwu-sectab .fuwu-sectab__place {
    height: 60px;
}
.fuwu-sectab__cont {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 870px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    color: #666;
    border-bottom: 1px solid #ebeced;
    overflow: hidden;
    background: #fff;
}
.fuwu-custommodule .component.article .fuwu-sectab .fuwu-sectab__place .fuwu-sectab__cont {
    height: 60px;
    line-height: 60px;
    width: auto;
    display: flex;
    justify-content: center;
}
.fuwu-sectab__itembox {
    position: relative;
    height: 50px;
}
.fuwu-sectab__item {
    float: left;
    margin: 0 20px;
    height: 50px;
    text-align: center;
    cursor: pointer;
}
.fuwu-sectab__item.is-active {
    position: relative;
    text-shadow: .5px 0 0 currentColor,-.5px 0 0 currentColor;
    color: #333;
    cursor: default;
}
.fuwu-sectab a.fuwu-sectab__item {
    color: #666;
}
.fuwu-sectab a.fuwu-sectab__item.is-active {
    color: #333;
}
.fuwu-custommodule .component.article .fuwu-sectab .fuwu-sectab__place .fuwu-sectab__cont .fuwu-sectab__itembox .fuwu-sectab__item {
    height: 60px;
}
.fuwu-custommodule .component.article .fuwu-sectab .fuwu-sectab__place .fuwu-sectab__cont .fuwu-sectab__itembox .fuwu-sectab__item.is-active {
    text-shadow: none;
    font-weight: bold;
}
.fuwu-sectab__item.is-active::after, .fuwu-sectab__itembox::after {
    content: "";
}
.fuwu-sectab__item.is-active::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    left: 0;
    border-bottom: 2px solid #f60;
}
.fuwu-sectab__itembox::after {
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}
.fuwu-custommodule .component.article .fuwu-sectab .fuwu-sectab__place .fuwu-sectab__cont .fuwu-sectab__itembox .fuwu-sectab__item.is-active::after {
    width: 40px;
    bottom: 1px;
    border-color: #3B98FF;
    left: calc(50% - 20px);
}

.fuwu-articlebox__cont {
    /*padding: 0 30px;*/
    display: flex;
    flex-wrap: wrap;
}
.fuwu-article {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 16px;
    margin: 0 auto;
    width: 49%;
    margin-top: 2%;
}
.fuwu-article:nth-child(odd){
    margin-right: 2%;
}
.fuwu-article:last-child{
    margin-left: 0;
}
.fuwu-article::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}
.fuwu-article--normal {
    position: relative;
    /*border-bottom: 1px solid #ebeced;*/
    background-color: #fff;
    box-shadow: 4px 4px 4px #cfcfcf;
    /*transition: all 0.5s;*/
}
.fuwu-article--normal:hover{
    transform: scale(1.02);
}
.fuwu-article__cont {
    float: right;
    width: calc(100% - 126px);
}
.fuwu-imgbox {
    display: block;
    position: relative;
    overflow: hidden;
}
.fuwu-article>.fuwu-imgbox {
    float: left;
    margin-left: -100%;
}
.fuwu-article--normal .fuwu-imgbox {
    width: 260px;
    height: 150px;
    background-color: #f2f4f6;
}
.fuwu-article--normal .fuwu-date{
    float: left;
    width: 126px;
    padding-right: 20px;
    text-align: right;
    background-color: #3498db;
    height: 192px;
}
.fuwu-article--normal .fuwu-date .day{
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    padding-top: 12px;
    line-height: 80px;
}
.fuwu-article--normal .fuwu-date .date{
    font-size: 15px;
    color: #fff;
    line-height: 16px;
}
.fuwu-article--normal .fuwu-date .username{
    font-size: 13px;
    color: #fff;
    line-height: 38px;
}
.fuwu-article--normal .fuwu-date .fuwu-category{
    font-size: 12px;
    color: #fff;
    line-height: 32px;
}
.fuwu-custommodule .component.article .fuwu-articlebox__cont .fuwu-article > .fuwu-imgbox {
    width: 226px;
    height: 130px;
}
.fuwu-imgbox img {
    position: absolute;
    max-width: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.fuwu-imgbox--hover img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fuwu-article>.fuwu-imgbox img {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.fuwu-imgbox--hover:hover img {
    -webkit-transform: scale(1.2) translate3d(-42%, -42%, 0);
    transform: scale(1.2) translate3d(-42%, -42%, 0);
}
.fuwu-article--normal .fuwu-article__info {
    position: relative;
    /*height: 140px;*/
    /*margin-left: 285px;*/
    padding-left: 28px;
    padding-right: 28px;
}
.fuwu-custommodule .component.article .fuwu-articlebox__cont .fuwu-article .fuwu-article__cont .fuwu-article__info {
    /*margin-left: 240px;*/
    height: 192px;
    overflow: hidden;
}
.fuwu-article__tit {
    display: block;
    font-size: 18px;
    line-height: 44px;
    font-weight: 400;
    color: #333;
    margin-top: 15px;
}
.fuwu-article--normal .fuwu-article__tit, .fuwu-article--normal.plat .fuwu-article__tit {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.fuwu-article--normal .fuwu-article__tit {
    -webkit-line-clamp: 1;
}
.fuwu-article__desc {
    /*margin-top: 13px;*/
    font-size: 15px;
    color: #717171;
    line-height: 30px;
    height: 60px;
    -webkit-line-clamp: 2;
    margin-bottom: 30px;
}
.fuwu-article--normal .fuwu-article__desc {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.fuwu-article__binfo {
    margin-top: 14px;
    font-size: 12px;
    color: #999;
}
.fuwu-article--normal .fuwu-article__binfo {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 30px;
}
.fuwu-article__binfo a {
    color: #999;
}
.fuwu-article--normal .userinfo {
    height: 30px;
    line-height: 30px;
    padding-right: 16px;
    display: flex;
    align-items: center;
}
.fuwu-article--normal .userimg {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    background: #fff;
}
.fuwu-article--normal .username {
    display: inline-block;
    vertical-align: middle;
    max-width: 170px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fuwu-article--normal .userinfo {
    height: 30px;
    line-height: 30px;
    padding-right: 16px;
}

.fuwu-article__info .fuwu-link:hover {
    color: #3B98FF !important;
}
.fuwu-article__info .fuwu-more{
    font-size: 13.39px;
    color: #3498db;
    border: 1px solid #4caafc;
    line-height: 26px;
    width: 89px;
    float: right;
    text-align: center;
}
.fuwu-article--normal:hover .fuwu-more{
    background: #3498db;
    color: #fff;
}


.fuwu-custommodule .component.video {
    padding: 30px 30px 0;
}
.fuwu-custommodule .component.video .component-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
.fuwu-custommodule .component.video .component-content .content-item {
    display: inline-block;
    width: 253px;
    margin-right: 24px;
    margin-bottom: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.fuwu-custommodule .component.video .content-item:nth-child(3n) {
    margin-right: 0;
}
.fuwu-custommodule .component.video .content-item .img-box {
    position: relative;
    width: 253px;
    height: 137px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fuwu-custommodule .component.video .content-item .img-box::before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    background: url(../images/paly.png) center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
}
.fuwu-custommodule .component.video .content-item .img-box .video__duration {
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 32px;
    z-index: 2;
    width: 100%;
    text-align: right;
    padding-right: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.fuwu-custommodule .component.video .content-item .img-box::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
}
.fuwu-custommodule .component.video .content-item .img-box:hover::after {
    display: none;
}
.fuwu-custommodule .component.video .content-item .text-content .title {
    margin-top: 16px;
    font-size: 16px;
    color: #333;
    height: 45px;
    line-height: 22px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.fuwu-custommodule .component.onlytext {
    padding: 6px 30px 6px;
}
.fuwu-custommodule .component.onlytext .row {
    padding: 18px 0;
    border-bottom: 1px dashed #E8E8E8;
}
.fuwu-custommodule .component.onlytext .row:last-child {
    border-bottom: none;
}
.fuwu-custommodule .component.onlytext .content-item {
    height: auto;
    width: 50%;
    padding-right: 30px;
    display: inline-block;
    vertical-align: top;
}
.fuwu-custommodule .component.onlytext.one .row:first-child .content-item {
    width: 100%;
    padding-right: 0;
}
.fuwu-custommodule .component.onlytext .content-item .item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.fuwu-custommodule .component.onlytext .content-item .item-title img {
    width: 10px;
    height: 14px;
    margin-right: 5px;
}
.fuwu-custommodule .component.onlytext .content-item .item-title .title {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}
.fuwu-custommodule .component.onlytext .content-item .item-text {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: auto;
    margin-bottom: 2px;
    margin-left: 20px;
}
.fuwu-custommodule__bottom-btn {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 30px;
    cursor: pointer;
    font-size: 14px;
    color: #3B98FF;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
}
.fuwu-custommodule__bottom-btn .text {
    margin-right: 5px;
}
.fuwu-custommodule__bottom-btn img {
    width: 20px;
    height: 12px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fuwu-custommodule__bottom-btn:hover {
    color: #64ABFB;
}

/*fuwu-part-box-1*/
/*fuwu-part-box-2*/
.fuwu-part-box-2{
    width: 310px;
    float: right;
    height: 100%;
    margin-bottom: 20px;
    position: sticky;
    top: 80px;
}
.fuwu-custommodule .component.video .content-item .text-content .time {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
}
.fuwu-section {
    width: 100%;
    position: relative;
    background: #fff;
}
.fuwu-section--border {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ebeced;
}
.fuwu-section__head {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #ebeced;
    padding-top: 10px;
    font-size: 16px;
    line-height: 55px;
    font-weight: 700;
    color: #333;
}
.fuwu-section--small .fuwu-section__head {
    font-weight: 400;
    height: 48px;
    font-size: 20px;
    line-height: 48px;
    border-bottom: 1px solid #ebeced;
    padding: 0 20px;
}
.fuwu-section__head::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}
.fuwu-section__cont {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.list-cont ul {
    padding: 10px 0 25px;
}
.list-cont li {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fuwu-frame-guide li {
    height: 50px;
    padding: 0 20px 0 20px;
}
.list-cont .icon {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 30px;
}
.list-cont li:hover .cont{
    color: #3B98FF;
}
.list-cont .cont{
    display: block;
    font-size: 14px;
}
.fuwu-frame-guide .cont {
    line-height: 49px;
    color: #666;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #ebeced;
}
/*fuwu-part-box-2*/

/*fuwu-part-crumb*/
.fuwu-content__container{
    padding-top: 0;
    padding-bottom: 1px;
}
.fuwu-part-crumb{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.fuwu-frame-crumb{
    padding-top: 30px;
    padding-bottom: 20px;
    color: #555;
    font-size: 16px;
}
.fuwu-frame-crumb a{
    color: #555;
}
.fuwu-frame-crumb a:hover{
    color: #3B98FF;
}
.fuwu-frame-tabcont3 {
    margin-top: 20px;
}
.fuwu-frame-tab2-link {
    background: #fff;
}
.fuwu-frame-tab2-link .tab-wrap {
    overflow: hidden;
}
.fuwu-frame-tab2-link .tab {
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    cursor: pointer;
    color: #666;
}
.fuwu-frame-tab2-link .active {
    background: var(--theme-color);
    color: #fff;
}
.fuwu-frame-tab2-link .tab a {
    display: block;
    padding: 0 20px;
}
.fuwu-frame-tab2-link .active a {
    color: #fff;
}


.module-items {
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.fuwu-frame-tabcont3 .cat {
    overflow: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
}
.fuwu-frame-tabcont3 .cat-item {
    padding: 30px;
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
}
.fuwu-frame-tabcont3 .left {
    float: left;
    width: 260px;
    height: 150px;
    overflow: hidden;
}
.fuwu-frame-tabcont3 .left img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.fuwu-frame-tabcont3 .left:hover img{
    transform: scale(1.1);
}
.fuwu-frame-tabcont3 .right {
    width: 530px;
    height: 150px;
    position: relative;
    float: left;
    margin-left: 20px;
}
.fuwu-frame-tabcont3 .title {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 26px;
    margin-bottom: 10px;
}
.fuwu-frame-tabcont3 .detail {
    display: -webkit-box;
    line-height: 2;
    color: #999;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
}
.fuwu-frame-tabcont3 .title:hover{
    color: #3B98FF;
}
.fuwu-frame-tabcont3 .author {
    font-size: 12px;
    color: #aaa;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
}
.fuwu-frame-tabcont3 .more {
    display: block;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    color: #888;
}
.fuwu-platform-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 30px;
    font-size: 14px;
}
.fuwu-platform-box .fuwu-platform-summary {
    line-height: 24px;
    color: #666;
}
.fuwu-platform-content {
    margin-top: 35px;
    line-height: 160%;
    color: #666;
}
.fuwu-video{
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 30px 30px 20px;
}
.propaganda-video{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    color: #333;
    word-break: break-all;
}
.propaganda-video__item {
    width: 253px;
    margin-left: 24px;
    margin-bottom: 30px;
}
.propaganda-video__item:nth-child(3n+1){
    margin-left: 0;
}
.propaganda-video__item .propaganda-video__image{
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 253px;
    height: 154px;
}
.propaganda-video__image:before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    background: url(../images/paly.png) center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
}
.propaganda-video__item img {
    width: 100%;
    height: 100%;
}
.propaganda-video__image .video__duration {
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 32px;
    z-index: 2;
    width: 100%;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 8px;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.4)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.4));
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.4));
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.4));
}
.propaganda-video__image:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,.2);
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
}
.propaganda-video__image:hover:after{
    background: rgba(0,0,0,0);
}
.propaganda-video__body {
    margin-top: 15px;
    padding: 0 5px;
}
.propaganda-video .propaganda-video__title {
    line-height: 20px;
    height: 40px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.propaganda-video__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.propaganda-video__author .video__portrait {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.propaganda-video__author .video__portrait img {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    max-width: 100%;
    width: auto;
    height: auto;
}
.propaganda-video__author .video__author {
    max-width: calc(100% - 34px);
    margin-left: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.propaganda-video__author .video__createTime {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
}
.fuwu-video .more {
    display: block;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    color: #888;
}
/*fuwu-part-crumb*/

/*fuwu-article-box*/
.fuwu-article-box-container{
    background: #f3f4f4;
    padding-top: 20px;
}
.fuwu-article-box{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.fuwu-article-content{
    margin-top: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    color: #333;
    padding: 38px 60px;
}
.fuwu-article-content .article-title{
    font-size: 34px;
    word-break: break-all;
}
.fuwu-article-content .article-author{
    display: -ms-flexbox;
    -webkit-box-align: center;
    position: relative;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 30px;
    height: 42px\9;
}
.fuwu-article-content .article-author .article-author-link{
    display: block;
}
.fuwu-article-content .article-author .portrait {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 1px solid #e8e8e8;
    float: left;
}
.fuwu-article-content .article-author .portrait img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.fuwu-article-content .article-author .introduce {
    margin-left: 13px;
    width: 100%;
    float: left;
}
.fuwu-article-content .article-author .introduce .introduce-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fuwu-article-content .article-author .introduce .introduce-name {
    font-size: 14px;
    font-weight: 700;
    margin-left: 30px;
}
.introduce-name {
    font-size: 14px;
    margin-left: 20px;
}
.fuwu-article-content .article-author .introduce .introduce-content {
    margin-top: 5px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.fuwu-article-content .article-author .date {
    font-size: 12px;
    color: #999;
    /*width: 180px;
    text-align: right;*/
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.fuwu-article-content .article-summary {
    background: #f3f4f4;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 30px;
    padding: 26px 30px 26px 66px;
    font-size: 18px;
    color: #999;
    position: relative;
    line-height: 30px;
    word-break: break-all;
}
.article-summary:before {
    font-size: 20px;
    content: "";
    position: absolute;
    color: #666;
    left: 30px;
    top: 25px;
    background-image: url(../images/yinhao.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 30px;
    background-size: 100%;
}
.article-content {
    margin-top: 30px;
    color: #333;
    line-height: 28px;
    font-size: 16px;
}
.article-content p {
    margin-bottom: 5px;
    color: #333;
    line-height: 28px;
    word-break: break-word;
}
.picture{
    text-align: center;
}

.fuwu-video__content {
    width: 100%;
    height: 421px;
    background: #000;
    position: relative;
}
.fuwu-video__cover {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    -webkit-user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fuwu-video__cover img {
    max-width: 100%;
    max-height: 100%;
}
.prism-player {
    background-color: #000;
    position: relative;
}
.fuwu-video__player {
    width: 100%;
    height: 100%;
}

.fuwu-video__playerIcon {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    background: url(../images/paly.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-position: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
}
.news_list{
    width: 100%;
}
.news_list li{
    width: 100%;
    border-bottom: 1px solid #ddd;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 200%;
    background: #fff;
    padding-left: 24px;
}
.news_show a{
    color: #236DEF;
    font-weight: bold;
}
/*fuwu-article-box*/
.post-navigation{
    border-top: 1px solid #eee;
    display: inline-block;
    list-style: outside none none;
    min-height: 84px;
    padding: 20px 0 0;
    position: relative;
    width: 100%;
    background-color: #fff;
}
.post-navigation .post-next, .post-navigation .post-prev {
    font-size: 14px;
    width:100%;
    max-width: 100%;
    margin-bottom:12px;
    display:block;
}
