@charset "UTF-8";

/* index */
.index {
    width: 100%;
}
.idx-if{width: 80vw;height: 46.875vw;background-color: #000;display: block;margin: 0 auto;}
@media(max-width: 1200px){
    .idx-if{width: 100vw;}
}
@media(max-width: 750px){
    .idx-if{height: 100vw;}
}
.ifa{width: 100%;padding-top: 62.5%;position: relative;}
.ifa iframe{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}

.index .idx-banner {
    width: 100%;
}

.index .idx-banner .container {
    width: 100%;
}

.index .idx-banner .idx-ban-swiper-gt {
    width: 100%;
}

.index .idx-banner .idx-ban-swiper-gt .swiper-wrapper {
    width: 100%;
}

.index .idx-banner .swiper-button-next,
.index .idx-banner .swiper-button-prev {
    width: .48rem;
    height: .96rem;
    background: unset;
    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: .5s;
    transition: .5s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.index .idx-banner .swiper-button-next:hover,
.index .idx-banner .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.index .idx-banner .swiper-button-next span,
.index .idx-banner .swiper-button-prev span {
    font-size: .16rem;
    color: #fff;
}

@media (max-width: 1000px) {

    .index .idx-banner .swiper-button-next span,
    .index .idx-banner .swiper-button-prev span {
        font-size: calc(14 * 1920 / 100vw);
    }
}

.index .idx-banner .swiper-button-next {
    right: 0;
    border-top-left-radius: .08rem;
    border-bottom-left-radius: .08rem;
}

.index .idx-banner .swiper-button-prev {
    left: 0;
    border-top-right-radius: .08rem;
    border-bottom-right-radius: .08rem;
}

.index .idx-banner .idx-ban-swiper-lt {
    width: 80%;
    height: 16%;
    position: absolute;
    bottom: 2%;
    left: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index .idx-banner .idx-ban-swiper-lt .swiper-wrapper {
    width: 80%;
}

.index .idx-banner .idx-ban-swiper-lt .swiper-slide-active {
    color: #fff;
}

.index .idx-banner .swiper-line {
    width: .02rem;
    margin-right: .4rem;
    background-color: #fff;
    height: .2rem;
}

@media (max-width: 1920px) {
    .index .idx-banner .swiper-line {
        width: 2px;
    }
}

.index .idx-banner .swiper-page-bullet {
    color: rgba(255, 255, 255, 0.5);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.75;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.index .idx-banner .swiper-img-slide {
    width: 100%;
    position: relative;
    background-color: #000;
}

.index .idx-banner .swiper-img-slide img {
    width: 100%;
}

.index .idx-banner .slide-text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 17%;
    z-index: 2;
    text-align: center;
}

.index .idx-banner .slide-title-lt {
    color: #fff;
}

.index .idx-banner .slide-title-gt {
    color: #fff;
    margin-top: .26rem;
}

.index .idx-banner .slide-title-gt::after {
    content: '';
    display: block;
    width: 6.72rem;
    height: .01rem;
    background-color: rgba(255, 255, 255, 0.5);
    margin: .2rem auto;
}

@media (max-width: 1920px) {
    .index .idx-banner .slide-title-gt::after {
        height: 1px;
    }
}

.index .idx-banner .slide-title-en {
    color: #fff;
    font-family: 'ArialMT';
}

.index .idx-banner .swiper-video-slide {
    width: 100%;
}

.index .idx-banner .swiper-video-slide video {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

@media (max-width: 700px) {
    .index .idx-banner .idx-ban-swiper-lt {
        height: 30%;
        bottom: .2rem;
    }
}

@media (max-width: 500px) {
    .index .idx-banner .slide-text {
        top: 10%;
        padding-left: 20px;
        /* text-align: left; */
    }

    .index .idx-banner .slide-title-lt {
        font-size: 12px;
    }

    .index .idx-banner .slide-title-gt {
        font-size: 24px;
    }

    .index .idx-banner .slide-title-gt::after {
        margin: .2rem 0;
    }

    .index .idx-banner .slide-title-en {
        font-size: 12px;
    }

    .index .idx-banner .idx-ban-swiper-lt {
        width: 100%;
        left: 0;
        height: 20px;
        padding-left: 20px;
    }

    .index .idx-banner .swiper-page-bullet {
        font-size: 10px;
    }
}

.index .idx-manage {
    margin-top: .5rem;
    width: 100%;
    position: relative;
}

.index .idx-manage .container {
    width: 100%;
}

.index .idx-manage .swiper-button-next,
.index .idx-manage .swiper-button-prev {
    width: .48rem;
    height: .48rem;
    background: unset;
    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: .5s;
    transition: .5s;
    top: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    border-radius: 50%;
}

.index .idx-manage .swiper-button-next:hover,
.index .idx-manage .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.index .idx-manage .swiper-button-next span,
.index .idx-manage .swiper-button-prev span {
    font-size: .16rem;
    color: #fff;
}

@media (max-width: 1000px) {

    .index .idx-manage .swiper-button-next span,
    .index .idx-manage .swiper-button-prev span {
        font-size: calc(14 * 1920 / 100vw);
    }
}

.index .idx-manage .swiper-button-next {
    right: 26%;
}

.index .idx-manage .swiper-button-prev {
    left: 26%;
}

.index .idx-manage .swiper-slide{
    position: relative;
    height: auto;
}

.index .idx-manage .mana-swiper-img-slide {
    width: 100%;
}

.index .idx-manage .mana-swiper-img-slide img {
    width: 100%;
    height: 100%;
}

.index .idx-manage .mana-swiper-video-slide video {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.index .idx-manage .swiper-slide .screen-full{
    width: 0.4rem;
    height: 0.4rem;
    padding: .1rem;
    border-radius: 50%;
    background-color: #aaaaaa;
    overflow: hidden;
    position: absolute;
    right: .2rem;
    top: .2rem;
    z-index: 3;
    cursor: pointer;
}

.index .idx-manage .swiper-slide .screen-full img{
    width: 100%;
    height: 100%;
}

.index .idx-manage .slide-text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 7%;
    z-index: 2;
    padding: 0 10px;
}

.index .idx-manage .slide-title {
    color: #fff;
    font-family: 'SourceHanSansSC-Regular';
    text-align: center;
}

.index .idx-manage .slide-desc {
    font-family: 'SourceHanSansSC-Regular';
    color: #fff;
    text-align: center;
    line-height: 1.5;
    margin: .26rem 0 .3rem;
}

.index .idx-manage .slide-more {
    font-family: 'SourceHanSansSC-Regular';
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: block;
}

.index .idx-manage .slide-more span {
    color: #fff;
    font-size: .16rem;
    margin-left: .1rem;
}

@media (max-width: 1000px) {
    .index .idx-manage .slide-more span {
        font-size: calc(14 * 1920 / 100vw);
    }
}

@media (max-width: 900px) {
    .index .idx-manage .swiper-button-next {
        right: 20px;
    }

    .index .idx-manage .swiper-button-prev {
        left: 20px;
    }
}

.index .idx-skill {
    width: 100%;
    margin-top: .5rem;
    position: relative;
}

.index .idx-skill .container {
    width: 15.5rem;
    margin: 0 auto;
}

.index .idx-skill .skill-title {
    color: #333;
    text-align: center;
    margin-bottom: .3rem;
    font-family: 'SourceHanSansCN-Regular';
}

.index .idx-skill .idx-ski-swiper {
    width: 100%;
    position: static;
}

.index .idx-skill .swiper-button-next,
.index .idx-skill .swiper-button-prev {
    width: .48rem;
    height: .96rem;
    background: unset;
    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: .5s;
    transition: .5s;
    top: 50%;
}

.index .idx-skill .swiper-button-next span,
.index .idx-skill .swiper-button-prev span {
    font-size: .16rem;
    color: #333333;
}

@media (max-width: 1000px) {

    .index .idx-skill .swiper-button-next span,
    .index .idx-skill .swiper-button-prev span {
        font-size: calc(14 * 1920 / 100vw);
    }
}

.index .idx-skill .swiper-button-next {
    right: 5%;
}

.index .idx-skill .swiper-button-prev {
    left: 5%;
}

.index .idx-skill .swiper-slide img {
    width: 100%;
}

.index .idx-skill .slide-text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 10%;
    z-index: 2;
    padding: 0 10px;
}

.index .idx-skill .slide-title {
    color: #fff;
    font-family: 'SourceHanSansSC-Regular';
    text-align: center;
}

.index .idx-skill .slide-desc {
    font-family: 'SourceHanSansSC-Regular';
    color: #fff;
    text-align: center;
    line-height: 1.5;
    margin: .26rem 0 .3rem;
}

.index .idx-skill .slide-more {
    font-family: 'SourceHanSansSC-Regular';
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: block;
}

.index .idx-skill .slide-more span {
    color: #fff;
    font-size: .16rem;
    margin-left: .1rem;
}

@media (max-width: 1000px) {
    .index .idx-skill .slide-more span {
        font-size: calc(14 * 1920 / 100vw);
    }
}

@media (max-width: 900px) {
    .index .idx-skill .container {
        width: 100%;
        padding: 0 10px;
    }

    .index .idx-skill .swiper-button-next {
        right: 0;
    }

    .index .idx-skill .swiper-button-prev {
        left: 0;
    }

    .index .idx-skill .idx-ski-swiper {
        position: relative;
    }

    .index .idx-skill .swiper-button-next,
    .index .idx-skill .swiper-button-prev {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .index .idx-skill .swiper-button-next span,
    .index .idx-skill .swiper-button-prev span {
        color: #fff;
    }
}

.index .idx-case {
    width: 100%;
    margin-top: .5rem;
}

.index .idx-case .container {
    width: 100%;
}

.index .idx-case .case-title {
    color: #333;
    font-family: 'SourceHanSansCN-Regular';
    text-align: center;
    margin-bottom: .5rem;
}

.index .idx-case .case-title::after {
    content: '';
    display: block;
    width: .48rem;
    height: .02rem;
    margin: .3rem auto;
    background-color: #105ab9;
}

.index .idx-case .case-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.index .idx-case .case-item {
    width: 32.8%;
    background-color: #f7f9fa;
    margin-bottom: .15rem;
    display: block;
    transition: all .6s;
}

.index .idx-case .case-item:hover{
    box-shadow: 0 0 .3rem 0 rgba(0, 0, 0, .2);
    transform: translateY(-5px);
}

.index .idx-case .case-item:hover .item-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.index .idx-case .case-item:hover .item-title{
    color: #00914f;
    font-weight: 700;
}

.index .idx-case .case-item .item-img {
    width: 100%;
    height: 4.2rem;
    overflow: hidden;
}

.index .idx-case .case-item .item-img img {
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    height: 100%;
}

.index .idx-case .case-item .item-text {
    width: 100%;
    padding: .3rem;
}

.index .idx-case .case-item .item-title {
    color: #333;
    transition: color .5s;
}

.index .idx-case .case-item .item-pos {
    color: #999;
    line-height: 1.5;
    margin: .12rem 0 .27rem;
}

.index .idx-case .case-item .item-more {
    font-family: 'SourceHanSansSC-Regular';
    color: #00914f;
    cursor: pointer;
    display: block;
}

.index .idx-case .case-item .item-more span {
    color: #00914f;
    font-size: .16rem;
    margin-left: .1rem;
}

@media (max-width: 1000px) {
    .index .idx-case .case-item .item-more span {
        font-size: calc(14 * 1920 / 100vw);
    }
}

.index .idx-case .case-btn {
    width: 100%;
    text-align: center;
    margin-top: .5rem;
}

.index .idx-case .case-more {
    display: inline-block;
    padding: .17rem .8rem;
    background-color: #2a2a2a;
    border-radius: .04rem;
    color: #fff;
    cursor: pointer;
    transition: all .5s;
}

.index .idx-case .case-more:hover{
    background-color: #00904b;
}

@media (max-width: 1100px) {
    .index .idx-case .case-item {
        width: 49.5%;
        margin-bottom: 1%;
    }

    .index .idx-case .case-item .item-pos {
        margin: .2rem 0 .3rem;
    }
}

@media (max-width: 500px) {
    .index .idx-case .case-item {
        width: 100%;
        margin-bottom: 2%;
    }
}

.index .idx-news {
    width: 100%;
    margin-top: .5rem;
}

.index .idx-news .container {
    width: 15.5rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.index .idx-news .news_l {
    width: 64%;
}

.index .idx-news .news_l_header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: .01rem solid #666666;
}

@media (max-width: 1920px) {
    .index .idx-news .news_l_header {
        border-width: 1px;
    }
}

.index .idx-news .cate-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.index .idx-news .cate-item {
    margin-right: .4rem;
    cursor: pointer;
}

.index .idx-news .cate-item-title {
    display: inline-block;
    padding: .3rem 0;
    color: #666666;
    border-bottom: .02rem solid transparent;
    -webkit-transition: .5s;
    transition: .5s;
}

.index .idx-news .cate-item-title:hover {
    color: #00904b;
    border-bottom-color: #00904b;
}

.index .idx-news .news-more {
    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;
    color: #888888;
    cursor: pointer;
    transition: color .5s;
}

.index .idx-news .news-more:hover{
    color: #00904b;
}

.index .idx-news .isCate {
    color: #00904b;
    border-bottom-color: #00904b;
}

.index .idx-news .news_l_main {
    width: 100%;
}

.index .idx-news .idx-news-swiper {
    width: 100%;
}

.index .idx-news .swiper-slide {
    width: 100%;
    padding: .3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.index .idx-news .swiper-slide .slide-img {
    width: 37.5%;
}

.index .idx-news .swiper-slide .slide-img img {
    width: 100%;
}

.index .idx-news .swiper-slide .slide-text {
    width: 62.5%;
    padding-left: .3rem;
}

.index .idx-news .swiper-slide .slide-title {
    color: #333;
    margin-top: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.index .idx-news .swiper-slide .slide-guide {
    color: #666;
    line-height: 1.6;
    margin: .21rem 0 .46rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index .idx-news .swiper-slide .slide-time {
    color: #666;
}

.index .idx-news .swiper-pagination {
    bottom: .3rem;
    width: 90%;
}

.index .idx-news .swiper-pagination-bullet {
    width: .16rem;
    height: .02rem;
    background-color: #dddedf;
    margin: 0 .04rem;
    border-radius: unset;
}

@media (max-width: 1920px) {
    .index .idx-news .swiper-pagination-bullet {
        height: 2px;
        margin: 0 4px;
    }
}

.index .idx-news .swiper-pagination-bullet-active {
    background-color: #333;
}

.index .idx-news .news_r {
    width: 32%;
}

.index .idx-news .news_r_header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: .01rem solid #666666;
}

@media (max-width: 1920px) {
    .index .idx-news .news_r_header {
        border-width: 1px;
    }
}

.index .idx-news .news_r_title {
    color: #333;
    padding: .3rem 0;
}

.index .idx-news .news_r_main {
    width: 100%;
}

.index .idx-news .news-list {
    width: 100%;
}

.index .idx-news .news-item {
    width: 100%;
    padding: .2rem 0;
    border-bottom: .01rem solid #eee;
    display: block;
    cursor: pointer;
}

@media (max-width: 1920px) {
    .index .idx-news .news-item {
        border-width: 1px;
    }
}

.index .idx-news .news-item .item-title {
    width: 100%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: .18rem;
    line-height: 1.5;
}

.index .idx-news .news-item .item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.index .idx-news .news-item .item-time {
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index .idx-news .news-item .item-link span {
    font-size: .35rem;
    color: #888;
    -webkit-transition: .5s;
    transition: .5s;
}

@media (max-width: 1000px) {
    .index .idx-news .news-item .item-link span {
        font-size: calc(35 * 1920 / 100vw);
    }
}

.index .idx-news .news-item:hover .item-title {
    color: #00904b;
}

.index .idx-news .news-item:hover .item-link span {
    color: #00904b;
}

@media (max-width: 1100px) {
    .index .idx-news .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index .idx-news .news_l,
    .index .idx-news .news_r {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .index .idx-news .container {
        width: 100%;
        padding: 0 10px;
    }
}

@media (max-width: 600px) {
    .index .idx-news .swiper-slide {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index .idx-news .swiper-slide .slide-img {
        width: 100%;
    }

    .index .idx-news .swiper-slide .slide-text {
        width: 100%;
        padding-left: 0;
    }

    .index .idx-news .swiper-slide .item-time {
        margin-bottom: 10px;
    }

    .index .idx-news .swiper-pagination {
        width: 100%;
        bottom: 10px;
    }
}

/* 资讯中心 */
.news {
    width: 100%;
    padding: .6rem 0;
    /* 下拉框 */
}

.news .select-diy {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: .5rem;
    background-color: #ccc;
    position: relative;
    padding-right: .3rem;
    padding-left: .12rem;
    white-space: nowrap;
}

.news .select-diy .cur {
    width: 100%;
    display: inline-block;
    height: 100%;
    color: #666;
    line-height: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: .1rem;
    white-space: nowrap;
}

.news .select-diy select {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    opacity: 0;
    filter: alpha(opacity=0);
}

.news .select-diy::after {
    display: inline-block;
    content: "";
    border-left: .05rem solid transparent;
    border-top: .05rem solid #ffffff;
    border-right: .05rem solid transparent;
    position: absolute;
    right: .2rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
}

.news .select-diy::before {
    width: .5rem;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #aaaaaa;
}

.news .container {
    width: 15.5rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news .news_l {
    width: 64%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news .news-item {
    width: 100%;
    padding: .5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: .01rem solid transparent;
    border-bottom-color: #e8e8e8;
    cursor: pointer;
}

@media (max-width: 1920px) {
    .news .news-item {
        border-width: 1px;
    }
}

.news .news-item .item-img {
    width: 38%;
    -webkit-box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
}

.news .news-item .item-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}

.news .news-item .item-text {
    width: 57%;
}

.news .news-item .item-time .iconfont {
    font-size: .2rem;
}

.news .news-item .item-time span {
    color: #999;
}

.news .news-item .item-title {
    color: #333;
    margin: .3rem 0;
    line-height: 1.6;
    -webkit-transition: .5s;
    transition: .5s;
}

.news .news-item .item-guide {
    line-height: 1.6;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news .news-item .item-more {
    display: inline-block;
    margin-top: .48rem;
    color: #333;
    padding: .14rem 0;
    cursor: pointer;
    border-bottom: .01rem solid #e8e8e8;
    -webkit-transition: .5s;
    transition: .5s;
}

.news .news-item .item-more .iconfont {
    margin-left: .4rem;
    color: #333;
    font-size: .16rem;
    -webkit-transition: .5s;
    transition: .5s;
}

@media (max-width: 1920px) {
    .news .news-item .item-more {
        border-width: 1px;
    }
}

@media (max-width: 1000px) {
    .news .news-item .item-more .iconfont {
        font-size: calc(14 * 1920 / 100vw);
    }
}

.news .news-item:hover .item-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news .news-item:hover .item-title {
    font-weight: 700;
}

.news .news-item:hover .item-more {
    color: #00904b;
}

.news .news-item:hover .item-more .iconfont {
    color: #00904b;
}

.news .news-page {
    width: 100%;
}

.news .news_r {
    width: 32%;
}

.news .news-find {
    padding: .3rem;
    background-color: #f7f9fa;
    margin-bottom: .6rem;
}

.news .news-find form {
    width: 100%;
}

.news .news-find form>div {
    margin-top: .2rem;
}

.news .find-title {
    color: #333;
}

.news .find-year {
    width: 100%;
}

.news .find-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news .news-month,
.news .news-day {
    width: 49%;
}

.news .find-key {
    width: 100%;
    border: .01rem solid #ddd;
}

@media (max-width: 1920px) {
    .news .find-key {
        border-width: 1px;
    }
}

.news .find-key input {
    border: none;
    width: 100%;
    font-size: calc(16 * 100vw / 1920);
    padding: .17rem .2rem;
    background-color: #f6f6f6;
}

.news .find-btn {
    width: 100%;
    cursor: pointer;
}

.news .find-btn a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .18rem 0;
    color: #fff;
    background-color: #00904b;
}

.news .nr-title {
    color: #333;
}

.news .news-reco {
    width: 100%;
    display: block;
    cursor: pointer;
}

.news .news-reco:hover .reco-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.news .news-reco:hover .reco-title {
    font-weight: 700;
}

.news .reco-img {
    width: 100%;
    -webkit-box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
    margin-top: .2rem;
    overflow: hidden;
}

.news .reco-img img {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}

.news .reco-time {
    color: #999;
    margin: .3rem 0;
}

.news .reco-time .iconfont {
    color: #999;
    font-size: .2rem;
    margin-right: .1rem;
}

.news .reco-title {
    color: #333;
    line-height: 1.6;
    -webkit-transition: .5s;
    transition: .5s;
}

.news .reco-guide {
    color: #666;
    line-height: 1.6;
    margin-top: .3rem;
}

@media (max-width: 1200px) {
    .news .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news .news_l {
        width: 100%;
    }

    .news .news_r {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .news .news-find {
        margin-bottom: 0;
    }

    .news .news-reco {
        padding: .2rem;
    }
}

@media (max-width: 900px) {
    .news .container {
        width: 100%;
        padding: 0 10px;
    }
}

@media (max-width: 750px) {
    .news {
        padding: .2rem 0;
    }
}

@media (max-width: 600px) {
    .news .news-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news .news-item .item-img {
        width: 100%;
        margin-bottom: .3rem;
    }

    .news .news-item .item-text {
        width: 100%;
    }
}

/* 资讯中心-详情 */
.news-detail {
    width: 100%;
    padding: .6rem 0;
}

.news-detail .container {
    width: 15.5rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-detail .detail_l {
    width: 64%;
}

.news-detail .detail_header {
    width: 100%;
    padding-bottom: .1rem;
}

.news-detail .detail-title {
    color: #333;
    line-height: 1.5;
    padding-bottom: .3rem;
}

.news-detail .detail-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .1rem 0;
}

.news-detail .detail-info .info-brow {
    color: #888;
    margin-right: .8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-detail .detail-info .info-brow .iconfont {
    font-size: .3rem;
    color: #888;
    margin-right: .1rem;
}

.news-detail .detail-info .info-time {
    color: #888;
    margin-right: .8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-detail .detail-info .info-time .iconfont {
    font-size: .3rem;
    color: #888;
    margin-right: .1rem;
}

.news-detail .detail-info .info-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.news-detail .detail-info .info-link .link-item {
    width: 0.2rem;
    margin: 0 .2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-detail .detail-info .info-link .link-item .iconfont {
    font-size: .3rem;
    color: #666;
    -webkit-transition: .5s;
    transition: .5s;
}

.news-detail .detail-info .info-link .wx-link:hover .iconfont {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    color: #09bb07;
}

.news-detail .detail-info .info-link .wb-link:hover .iconfont {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    color: #e71f19;
}

.news-detail .detail-info .info-link .qq-link:hover .iconfont {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    color: #4cafe9;
}

.news-detail .detail_main {
    padding: .4rem 0;
    border-top: .01rem solid #e8e8e8;
    border-bottom: .01rem solid #e8e8e8;
}

@media (max-width: 1920px) {
    .news-detail .detail_main {
        border-width: 1px;
    }
}

@media (min-width: 1921px) {
    .news-detail .detail_main {
        font-size: calc(16 * 100vw / 1920);
    }
}

@media (max-width: 1920px) and (min-width: 551px) {
    .news-detail .detail_main {
        font-size: calc(12px + 4 * 100vw / 1920);
    }
}

@media (max-width: 550px) {
    .news-detail .detail_main {
        font-size: calc(12px + 4 * 550px / 1920);
    }
}

.news-detail .detail_main table {
    width: 100%;
    word-wrap: break-word;
}

.news-detail .detail_main p {
    width: 100%;
    line-height: 1.8;
    color: #333;
    word-wrap: break-word;
}

.news-detail .detail_main h1 {
    width: 100%;
    color: #333;
    word-wrap: break-word;
}

.news-detail .detail_main div {
    width: 100%;
    word-wrap: break-word;
}

.news-detail .detail_main div img {
    width: 100%;
}

.news-detail .detail-img-text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 17%;
    z-index: 2;
    text-align: center;
}

.news-detail .img-title-lt {
    color: #fff;
}

.news-detail .img-title-gt {
    color: #fff;
    margin-top: .16rem;
}

.news-detail .img-title-gt::after {
    content: '';
    display: block;
    width: 3.2rem;
    height: .01rem;
    background-color: rgba(255, 255, 255, 0.5);
    margin: .1rem auto;
}

@media (max-width: 1920px) {
    .news-detail .img-title-gt::after {
        height: 1px;
    }
}

.news-detail .img-title-en {
    color: #fff;
    font-family: 'ArialMT';
}

.news-detail .space {
    margin-bottom: .3rem;
}

.news-detail .detail-footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: .4rem;
}

.news-detail .detail-page {
    width: 70%;
}

.news-detail .detail-page .prev,
.news-detail .detail-page .next {
    color: #666;
    line-height: 1.8;
    display: block;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
}

.news-detail .detail-page .prev:hover,
.news-detail .detail-page .next:hover {
    color: #00904b;
}

.news-detail .detail-ret {
    width: 30%;
    text-align: right;
}

.news-detail .detail-ret .ret-btn {
    display: inline-block;
    padding: .16rem .4rem;
    border-radius: .04rem;
    cursor: pointer;
    background-color: #2a2a2a;
}

.news-detail .detail-ret .ret-btn .iconfont {
    font-size: .25rem;
    margin-right: .1rem;
}

.news-detail .detail-ret .ret-btn span {
    color: #fff;
    vertical-align: middle;
}

.news-detail .detail_r {
    width: 32%;
}

.news-detail .news-reco {
    width: 100%;
}

.news-detail .reco-title {
    color: #333;
    margin-bottom: .1rem;
}

.news-detail .reco-item {
    display: block;
    width: 100%;
    padding: .4rem 0;
    border-bottom: .01rem solid #e8e8e8;
    cursor: pointer;
}

@media (max-width: 1920px) {
    .news-detail .reco-item {
        border-width: 1px;
    }
}

.news-detail .reco-item .item-time .iconfont {
    font-size: .2rem;
}

.news-detail .reco-item .item-time span {
    vertical-align: middle;
    color: #999;
}

.news-detail .reco-item .item-title {
    color: #333;
    line-height: 1.5;
    margin: .3rem 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.news-detail .reco-item .item-guide {
    color: #666;
    line-height: 1.6;
}

.news-detail .reco-item:hover .item-title {
    font-weight: 700;
}

@media (max-width: 900px) {
    .news-detail .container {
        width: 100%;
        padding: 0 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news-detail .detail_l {
        width: 100%;
        margin-bottom: 4%;
    }

    .news-detail .detail_r {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .news-detail .detail-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .news-detail .detail-page {
        width: 100%;
        margin-bottom: 2%;
    }

    .news-detail .detail-ret {
        width: 100%;
        text-align: center;
    }
}

/* 招标采购-招标信息 */
.buy {
    width: 100%;
    padding: .5rem 0;
}

.buy .container {
    width: 15.5rem;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .buy .container {
        width: 100%;
        padding: 0 10px;
    }
}

.buy .info {
    width: 100%;
}

.buy .info .info-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.buy .info .info-list .list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.buy .info .info-list .list-page {
    width: 100%;
}

.buy .info .info-item {
    width: 48%;
    padding: .6rem .4rem;
    border-bottom: .01rem solid #e8e8e8;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
    cursor: pointer;
}

@media (max-width: 1920px) {
    .buy .info .info-item {
        border-width: 1px;
    }
}

.buy .info .info-item .item-time .iconfont {
    margin-right: .1rem;
    font-size: .2rem;
}

.buy .info .info-item .item-time span {
    color: #999999;
    vertical-align: middle;
}

.buy .info .info-item .item-title {
    color: #333;
    line-height: 1.4;
    margin: .2rem 0 .3rem;
    -webkit-transition: .5s;
    transition: .5s;
}

.buy .info .info-item .item-guide {
    color: #888;
    line-height: 1.6;
}

.buy .info .info-item .item-more {
    display: inline-block;
    margin-top: .5rem;
    cursor: pointer;
}

.buy .info .info-item .item-more .iconfont {
    font-size: .2rem;
    margin-left: .4rem;
}

.buy .info .info-item .item-more span {
    color: #333;
    vertical-align: middle;
    -webkit-transition: .5s;
    transition: .5s;
}

.buy .info .info-item:hover {
    background-color: #f7f9fa;
    border-color: #f7f9fa;
}

.buy .info .info-item:hover .item-title {
    font-weight: 700;
}

.buy .info .info-item:hover .item-more span {
    color: #00904b;
}

@media (max-width: 600px) {
    .buy .info .info-item {
        width: 100%;
    }
}

/* 招标采购-专家征集 */
.buy .expert {
    width: 100%;
}

.buy .expert .expert_header {
    width: 60%;
    padding-bottom: .1rem;
    border-bottom: .01rem solid #e8e8e8;
}

.buy .expert .expert-title {
    color: #333;
    line-height: 1.5;
    padding-bottom: .3rem;
}

.buy .expert .expert-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .1rem 0;
}

.buy .expert .expert-info .info-brow {
    color: #888;
    margin-right: .8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.buy .expert .expert-info .info-brow .iconfont {
    font-size: .3rem;
    color: #888;
    margin-right: .1rem;
}

.buy .expert .expert-info .info-time {
    color: #888;
    margin-right: .8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.buy .expert .expert-info .info-time .iconfont {
    font-size: .3rem;
    color: #888;
    margin-right: .1rem;
}

.buy .expert .expert-info .info-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.buy .expert .expert-info .info-link .link-item {
    width: 0.2rem;
    margin: 0 .2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.buy .expert .expert-info .info-link .link-item .iconfont {
    font-size: .3rem;
    color: #666;
    -webkit-transition: .5s;
    transition: .5s;
}

.buy .expert .expert-info .info-link .wx-link:hover .iconfont {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    color: #09bb07;
}

.buy .expert .expert-info .info-link .wb-link:hover .iconfont {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    color: #e71f19;
}

.buy .expert .expert-info .info-link .qq-link:hover .iconfont {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    color: #4cafe9;
}

.buy .expert .expert_main {
    width: 100%;
}

.buy .expert .expert_main h1 {
    margin: .4rem 0 .6rem;
    color: #00904b;
    font-size: calc(16 * 100vw / 1920);
}

.buy .expert .expert_main div {
    width: 100%;
    margin-bottom: .4rem;
}

.buy .expert .expert_main div h2 {
    display: block;
    text-indent: .2rem;
    color: #666;
    margin-bottom: .1rem;
    font-size: calc(16 * 100vw / 1920);
}

.buy .expert .expert_main div p {
    text-indent: .2rem;
    color: #666;
    line-height: 2.2;
    font-size: calc(16 * 100vw / 1920);
}

.buy .expert .expert_main div a {
    display: inline-block;
    cursor: pointer;
}

.buy .expert .expert_main div a:hover {
    color: #00904b;
}

@media (max-width: 1200px) {
    .buy .expert .expert_header {
        width: 100%;
    }
}

/* 联系我们 */
.contact {
    width: 100%;
}

.contact .info {
    width: 100%;
}

.contact .info .container {
    width: 15.5rem;
    margin: 0 auto;
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact .info .info_l {
    width: 48%;
}

.contact .info .info_r {
    width: 36%;
}

.contact .info .form-guide {
    width: 100%;
    color: #666;
}

.contact .info .form-title {
    width: 100%;
    color: #333;
    margin: .2rem 0 .45rem;
}

.contact .info form {
    width: 100%;
}

.contact .info form input {
    border: none;
    width: 100%;
    height: .5rem;
    background-color: #d8d9da;
    text-indent: .2rem;
}

.contact .info .form-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact .info .form-info div {
    overflow: hidden;
    border-radius: .03rem;
    margin-bottom: 2%;
    width: 49%;
}

.contact .info .form-work,
.contact .info .form-theme {
    width: 100%;
    margin-bottom: 2%;
    overflow: hidden;
    border-radius: .03rem;
}

.contact .info .form-cont {
    width: 100%;
    overflow: hidden;
    border-radius: .03rem;
    margin-bottom: 3%;
}

.contact .info .form-cont textarea {
    width: 100%;
    border: none;
    background-color: #d8d9da;
    height: 1.8rem;
    padding: .2rem;
}

.contact .info .form-send {
    width: 100%;
    text-align: right;
}

.contact .info .form-send .sendbtn {
    border: none;
    background-color: #00904b;
    border-radius: .04rem;
    padding: .17rem .65rem;
    color: #fff;
    cursor: pointer;
}

.contact .info .we-info {
    width: 100%;
}

.contact .info .we-title {
    color: #333;
    line-height: 1.5;
}

.contact .info .we-title::after {
    content: '';
    display: block;
    width: 0.23rem;
    height: 0.02rem;
    margin: .45rem 0 .3rem;
    background-color: #333333;
}

@media (max-width: 1920px) {
    .contact .info .we-title::after {
        height: 2px;
    }
}

.contact .info .we-guide {
    color: #888;
    line-height: 1.3;
    margin-bottom: .6rem;
}

.contact .info .we-cont {
    width: 100%;
}

.contact .info .we-cont p {
    line-height: 2;
    color: #605f5f;
}

@media (max-width: 1200px) {
    .contact .info .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .contact .info .info_l {
        width: 100%;
        margin-top: 5%;
    }

    .contact .info .info_r {
        width: 100%;
    }

    .contact .info form input {
        height: 40px;
    }
}

@media (max-width: 900px) {
    .contact .info .container {
        width: 100%;
        padding: 0 10px;
    }
}

@media (max-width: 500px) {
    .contact .info .form-info div {
        width: 100%;
    }
}

.contact .map {
    width: 100%;
}

.contact .map img {
    width: 100%;
}

/* 服务领域 */
.serve {
    width: 100%;
}

.serve .serve-list {
    width: 100%;
}

.serve .serve-item {
    width: 100%;
    padding: 1rem 0;
    background-color: #f7f9fa;
}

.serve .serve-item:nth-of-type(2n) {
    background-color: #fff;
}

.serve .serve-item:nth-of-type(2n) .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.serve .serve-item .container {
    width: 15.5rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.serve .serve-item .item_l {
    width: 48%;
    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;
    position: relative;
}

.serve .serve-item .item_r {
    width: 48%;
}

.serve .serve-item .item-num {
    color: #666;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.serve .serve-item .item-num::before {
    content: '';
    display: block;
    width: 1.25rem;
    height: .01rem;
    background-color: #dddddd;
    margin-right: .2rem;
}

.serve .serve-item .item-cont {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.serve .serve-item .item-title {
    color: #333;
    -webkit-transition: .5s;
    transition: .5s;
}

.serve .serve-item .item-guide {
    color: #666;
    line-height: 2;
    margin-top: .5rem;
    margin-bottom: 1.4rem;
}

.serve .serve-item .item-more {
    display: inline-block;
    cursor: pointer;
}

.serve .serve-item .item-more .iconfont {
    font-size: .16rem;
    margin-left: .1rem;
}

.serve .serve-item .item-more span {
    color: #00914b;
}

.serve .serve-item .item-img {
    width: 100%;
    overflow: hidden;
}

.serve .serve-item .item-img img {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}

.serve .serve-item:hover .item-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.serve .serve-item:hover .item-title {
    font-weight: 700;
    color: #00914f;
}

@media (max-width: 1200px) {
    .serve .serve-item:nth-of-type(2n) {
        background-color: #fff;
    }

    .serve .serve-item:nth-of-type(2n) .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .serve .serve-item .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .serve .serve-item .item_l {
        width: 100%;
    }

    .serve .serve-item .item_r {
        width: 100%;
        margin-bottom: 2%;
    }
}

@media (max-width: 900px) {
    .serve .serve-item {
        padding: .4rem 0;
    }

    .serve .serve-item .container {
        width: 100%;
        padding: 0 10px;
    }

    .serve .serve-item .item-guide {
        margin-bottom: .8rem;
    }
}

/* 工程案例 */
.case {
    width: 100%;
}

.case .container {
    width: 15.5rem;
    margin: 0 auto;
}

.case .case-crumbs {
    width: 100%;
}

.case .case-crumbs .crumbs-one,
.case .case-crumbs .crumbs-two {
    width: 100%;
    background-color: #f7f9fa;
    border-top: .01rem solid #eee;
    border-bottom: .01rem solid #eee;
}

.case .case-crumbs .crumbs-one img,
.case .case-crumbs .crumbs-two img {
    display: inline-block;
    vertical-align: middle;
    width: 0.16rem;
    margin-right: 0.2rem;
}

@media (max-width: 1920px) {

    .case .case-crumbs .crumbs-one,
    .case .case-crumbs .crumbs-two {
        border-width: 1px;
    }

    .case .case-crumbs .crumbs-one img,
    .case .case-crumbs .crumbs-two img {
        width: 16px;
    }
}

.case .case-crumbs .crumbs-item {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    cursor: pointer;
    padding: .4rem 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.case .case-crumbs .crumbs-item:hover {
    color: #00914f;
}

.case .case-crumbs .crumbs-sign {
    color: #dddddd;
    vertical-align: middle;
    margin: 0 .3rem;
}

.case .case-crumbs .isCrumbs {
    color: #00914f;
}

.case .case-list {
    width: 100%;
    padding: .6rem 0;
}

.case .case-list .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.case .case-list .case-item {
    width: 32.6%;
    margin-bottom: 1.4%;
    margin-right: 1.1%;
    display: block;
    transition: all .6s;
}

.case .case-list .case-item:nth-of-type(3n) {
    margin-right: 0;
}

.case .case-list .case-item .item-img {
    width: 100%;
    height: 3.4rem;
    overflow: hidden;
}

.case .case-list .case-item .item-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}

.case .case-list .case-item .item-text {
    width: 100%;
    padding: .3rem;
    background-color: #f7f9fa;
}

.case .case-list .case-item .item-title {
    color: #333;
    line-height: 1.4;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.case .case-list .case-item .item-guide {
    color: #999;
    line-height: 1.5;
    margin: .12rem 0 .3rem;
}

.case .case-list .case-item .item-more {
    display: inline-block;
    cursor: pointer;
}

.case .case-list .case-item .item-more .iconfont {
    font-size: .16rem;
    margin-left: .1rem;
}

.case .case-list .case-item .item-more span {
    color: #00941b;
}

.case .case-list .case-item:hover .item-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.case .case-list .case-item:hover .item-title {
    font-weight: 700;
    color: #00914f;
}

.case .case-list .case-item:hover{
    box-shadow: 0 0 .3rem 0 rgba(0, 0, 0, .2);
    transform: translateY(-5px);
}

@media (max-width: 900px) {
    .case .case-list .case-item {
        width: 49.45%;
    }

    .case .case-list .case-item:nth-of-type(3n) {
        margin-right: 1.1%;
    }

    .case .case-list .case-item:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media (max-width: 500px) {
    .case .case-list .case-item {
        width: 100%;
        margin-bottom: 2%;
    }
}

@media (max-width: 900px) {
    .case .container {
        width: 100%;
        padding: 0 10px;
    }
}

/* 工程案例-详情 */
.case-banner {
    width: 100%;
    position: relative;
}

.case-banner .container {
    width: 100%;
}

.case-banner .swiper-button-next,
.case-banner .swiper-button-prev {
    width: .48rem;
    height: .48rem;
    background: 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;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    top: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    border-radius: 50%;
}

.case-banner .swiper-button-next:hover,
.case-banner .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.case-banner .swiper-button-next span,
.case-banner .swiper-button-prev span {
    font-size: .16rem;
    color: #fff;
}

@media (max-width: 1000px) {

    .case-banner .swiper-button-next span,
    .case-banner .swiper-button-prev span {
        font-size: calc(14 * 1920 / 100vw);
    }
}

.case-banner .swiper-button-next {
    right: 26%;
}

.case-banner .swiper-button-prev {
    left: 26%;
}

.case-banner .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: auto;
}

.case-banner .swiper-slide img {
    width: auto;
    height: 5.9rem;
}

.case-banner .slide-text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 7%;
    z-index: 2;
    padding: 0 10px;
}

.case-banner .slide-title {
    color: #fff;
    font-family: 'SourceHanSansSC-Regular';
    text-align: center;
}

.case-banner .slide-desc {
    font-family: 'SourceHanSansSC-Regular';
    color: #fff;
    text-align: center;
    line-height: 1.5;
    margin: .26rem 0 .3rem;
}

.case-banner .slide-more {
    font-family: 'SourceHanSansSC-Regular';
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: block;
}

.case-banner .slide-more span {
    color: #fff;
    font-size: .16rem;
    margin-left: .1rem;
}

@media (max-width: 1000px) {
    .case-banner .slide-more span {
        font-size: calc(14 * 1920 / 100vw);
    }
}

@media (max-width: 900px) {
    .case-banner .swiper-button-next {
        right: 20px;
    }

    .case-banner .swiper-button-prev {
        left: 20px;
    }
}

.case-detail {
    width: 100%;
    position: relative;
}

.case-detail .container {
    width: 15.5rem;
    margin: 0 auto;
    background-color: #f7f9fa;
}

.case-detail .crumbs {
    padding: 0 .5rem;
}

.case-detail .detail {
    padding: .5rem;
}

.case-detail .detail .detail_header {
    width: 100%;
    padding-bottom: .1rem;
}

.case-detail .detail .detail-title {
    color: #333;
    line-height: 1.5;
    padding-bottom: .3rem;
}

.case-detail .detail .detail-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .1rem 0;
}

.case-detail .detail .detail-info .info-brow {
    color: #888;
    margin-right: .8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.case-detail .detail .detail-info .info-brow .iconfont {
    font-size: .3rem;
    color: #888;
    margin-right: .1rem;
}

.case-detail .detail .detail-info .info-time {
    color: #888;
    margin-right: .8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.case-detail .detail .detail-info .info-time .iconfont {
    font-size: .3rem;
    color: #888;
    margin-right: .1rem;
}

.case-detail .detail .detail-info .info-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.case-detail .detail .detail-info .info-link .link-item {
    width: 0.2rem;
    margin: 0 .2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.case-detail .detail .detail-info .info-link .link-item .iconfont {
    font-size: .3rem;
    color: #666;
    -webkit-transition: .5s;
    transition: .5s;
}

.case-detail .detail .detail-info .info-link .wx-link:hover .iconfont {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    color: #09bb07;
}

.case-detail .detail .detail-info .info-link .wb-link:hover .iconfont {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    color: #e71f19;
}

.case-detail .detail .detail-info .info-link .qq-link:hover .iconfont {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    color: #4cafe9;
}

.case-detail .detail .detail_main {
    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;
    width: 100%;
    padding: .5rem 0;
    border-top: .01rem solid #e8e8e8;
    border-bottom: .01rem solid #e8e8e8;
}

@media (max-width: 1920px) {
    .case-detail .detail .detail_main {
        border-width: 1px;
    }
}

.case-detail .detail .detail-desc {
    width: 65%;
}

.case-detail .detail .detail-desc p {
    color: #666;
    line-height: 1.5;
    margin-bottom: .4rem;
}

@media (min-width: 1921px) {
    .case-detail .detail .detail-desc p {
        font-size: calc(18 * 100vw / 1920);
    }
}

@media (max-width: 1920px) and (min-width: 551px) {
    .case-detail .detail .detail-desc p {
        font-size: calc(12 + 6 * 100vw / 1920);
    }
}

@media (max-width: 550px) {
    .case-detail .detail .detail-desc p {
        font-size: calc(12 + 6 * 500px / 1920);
    }
}

.case-detail .detail .detail-desc p:last-of-type {
    margin-bottom: 0;
}

.case-detail .detail .detail-tips {
    width: 25%;
}

.case-detail .detail .detail-tips .tips {
    padding: .4rem 0;
}

.case-detail .detail .detail-tips .tips-title {
    color: #666;
    margin-bottom: 0.1rem;
    line-height: 1.3;
}

.case-detail .detail .detail-tips .tips-text {
    display: block;
    line-height: 1.3;
    color: #333;
    cursor: pointer;
}

.case-detail .detail .detail-tips .tips-line {
    width: 100%;
    height: .01rem;
    background-color: #e8e8e8;
}

@media (max-width: 1920px) {
    .case-detail .detail .detail-tips .tips-line {
        height: 1px;
    }
}

.case-detail .detail .detail-footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: .4rem;
}

.case-detail .detail .detail-page {
    width: 70%;
}

.case-detail .detail .detail-page .prev,
.case-detail .detail .detail-page .next {
    color: #666;
    line-height: 1.8;
    display: block;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
}

.case-detail .detail .detail-page .prev:hover,
.case-detail .detail .detail-page .next:hover {
    color: #00904b;
}

.case-detail .detail .detail-ret {
    width: 25%;
    text-align: right;
}

.case-detail .detail .detail-ret .ret-btn {
    display: inline-block;
    padding: .16rem .4rem;
    border-radius: .04rem;
    cursor: pointer;
    background-color: #2a2a2a;
}

.case-detail .detail .detail-ret .ret-btn .iconfont {
    font-size: .25rem;
    margin-right: .1rem;
}

.case-detail .detail .detail-ret .ret-btn span {
    color: #fff;
    vertical-align: middle;
}

@media (max-width: 900px) {
    .case-detail .container {
        width: 100%;
        padding: 0 10px;
        position: static;
        top: unset;
        left: unset;
        -webkit-transform: unset;
        transform: unset;
    }

    .case-detail .crumbs {
        padding: 10px 0;
    }

    .case-detail .detail {
        padding: 10px 0;
    }

    .case-detail .detail .detail_main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .case-detail .detail .detail-desc {
        width: 100%;
    }

    .case-detail .detail .detail-tips {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 3%;
    }

    .case-detail .detail .detail-tips .tips {
        width: 45%;
    }

    .case-detail .detail .detail-tips .tips-line {
        width: 1px;
        height: auto;
    }
}

@media (max-width: 900px) and (max-width: 1920px) {
    .case-detail .detail .detail-tips .tips-line {
        height: auto;
    }
}

@media (max-width: 500px) {
    .case-detail .detail-footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .case-detail .detail-page {
        width: 100%;
        margin-bottom: 2%;
    }

    .case-detail .detail-ret {
        width: 100%;
        text-align: center;
    }
}

/* 荣誉资质 */
.honor {
    width: 100%;
}

.honor .honor-title {
    color: #333;
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.honor .honor-title::after {
    content: '';
    display: block;
    width: .48rem;
    height: .02rem;
    margin: .3rem auto;
    background-color: #105ab9;
}

.honor .honor-one {
    width: 100%;
    padding: .6rem 0;
}

.honor .honor-one .container {
    width: 15.5rem;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 900px) {
    .honor .honor-one .container {
        width: 100%;
        padding: 0 10px;
    }
}

.honor .honor-one-box {
    width: 80%;
    position: static;
    margin: 0 auto;
}

.honor .honor-one-box .swiper-slide {
    width: 100%;
}

.honor .honor-one-box .swiper-slide .slide-text {
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    display: none;
}

.honor .honor-one-box .swiper-slide-active .slide-text {
    opacity: 1;
    width: 200%;
    margin-left: -50%;
    display: block;
    margin-top: .2rem;
}

.honor .honor-one-box .swiper-button-prev {
    left: 0%;
}

.honor .honor-one-box .swiper-button-next {
    right: 0%;
}

.honor .honor-two,
.honor .honor-three {
    width: 100%;
    padding: .6rem 0;
    background-color: #f7f9fa;
    position: relative;
}

.honor .honor-two .container,
.honor .honor-three .container {
    width: 15.5rem;
    margin: 0 auto;
}

.honor .honor-three {
    background-color: #fff;
}

.honor .honor-two-box,
.honor .honor-three-box {
    width: 100%;
    position: static;
}

.honor .swiper-wrapper {
    position: static;
}

.honor .swiper-slide .slide-img {
    width: 100%;
    padding: .2rem;
    margin-bottom: .2rem;
}

.honor .swiper-slide .slide-img img {
    width: 100%;
    -webkit-box-shadow: 0 0 0 .2rem #efefef;
    box-shadow: 0 0 0 .2rem #efefef;
}

.honor .swiper-slide .slide-text {
    width: 100%;
    text-align: center;
}

.honor .swiper-slide .slide-text .s20 {
    color: #333;
    line-height: 1.4;
    display: block;
    margin-bottom: 0.1rem;
}

.honor .swiper-slide .slide-text .s16 {
    color: #888;
    display: block;
}

.honor .swiper-pagination {
    position: static;
    margin-top: .5rem;
    bottom: unset;
    left: unset;
}

.honor .swiper-pagination-bullet {
    background-color: #d6d8d8;
    width: .16rem;
    height: .02rem;
    border-radius: unset;
}

@media (max-width: 1920px) {
    .honor .swiper-pagination-bullet {
        width: 16px;
        height: 2px;
    }
}

.honor .swiper-pagination-bullet-active {
    background-color: #333;
}

.honor .honor-two-button,
.honor .honor-three-button,
.honor .honor-one-button {
    width: .2rem;
    height: .2rem;
    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;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    background: unset;
}

.honor .honor-two-button .iconfont,
.honor .honor-three-button .iconfont,
.honor .honor-one-button .iconfont {
    font-size: .2rem;
    color: #333;
}

.honor .swiper-button-prev {
    left: 5%;
}

.honor .swiper-button-next {
    right: 5%;
}

@media (max-width: 900px) {

    .honor .honor-two .container,
    .honor .honor-three .container {
        width: 100%;
        padding: 0 10px;
    }

    .honor .honor-two-box,
    .honor .honor-three-box {
        width: 80%;
    }
}

@media (max-width: 750px) {
    .honor .swiper-button-prev {
        left: .5rem;
    }

    .honor .swiper-button-next {
        right: .5rem;
    }
}

@media (max-width: 550px) {
    .honor .swiper-button-prev {
        left: 10px;
    }

    .honor .swiper-button-next {
        right: 10px;
    }
}

@media (max-width: 400px) {

    .honor .honor-two-box,
    .honor .honor-three-box {
        width: 100%;
    }

    .honor .swiper-slide .slide-img {
        width: 100px;
        margin: 0 auto;
    }
}

/* 招贤纳士 */
.recruit {
    width: 100%;
    padding: .3rem 0;
}

.recruit .recr-search {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    /* 下拉框 */
}

.recruit .recr-search .search_l {
    width: 20%;
    margin-left: 6.25%;
}

.recruit .recr-search .search_l .img {
    width: 100%;
}

.recruit .recr-search .search_l .img img {
    width: 100%;
}

.recruit .recr-search .search_r {
    width: 53.75%;
    margin-right: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.recruit .recr-search .search_r .city-sel {
    width: 32%;
}

.recruit .recr-search .search_r .post-sel {
    width: 32%;
}

.recruit .recr-search .search_r .key-input {
    width: 32%;
    background-color: #2a2a2a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.recruit .recr-search .search_r .key-input .input {
    display: block;
    height: 100%;
    width: 70%;
}

.recruit .recr-search .search_r .key-input .input input {
    border: none;
    width: 100%;
    color: #fff;
    height: 100%;
    background-color: #2a2a2a;
    text-indent: .2rem;
}

.recruit .recr-search .search_r .key-input .input input::-webkit-input-placeholder {
    color: #fff;
}

.recruit .recr-search .search_r .key-input .input input::-moz-input-placeholder {
    color: #fff;
}

.recruit .recr-search .search_r .key-input .input input::-ms-input-placeholder {
    color: #fff;
}

.recruit .recr-search .search_r .key-input .iconfont {
    width: .5rem;
    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;
    color: #fff;
    cursor: pointer;
    font-size: .2rem;
}

@media (max-width: 1920px) {
    .recruit .recr-search .search_r .key-input .iconfont {
        font-size: 16px;
    }
}

.recruit .recr-search .city-sel,
.recruit .recr-search .post-sel {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: .5rem;
    background-color: #2a2a2a;
    position: relative;
    padding-left: .12rem;
    white-space: nowrap;
}

.recruit .recr-search .city-sel .cur,
.recruit .recr-search .post-sel .cur {
    width: 100%;
    display: inline-block;
    height: 100%;
    color: #ffffff;
    line-height: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: .1rem;
    white-space: nowrap;
}

.recruit .recr-search .city-sel select,
.recruit .recr-search .post-sel select {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    opacity: 0;
    filter: alpha(opacity=0);
}

.recruit .recr-search .city-sel .iconfont,
.recruit .recr-search .post-sel .iconfont {
    width: 0.5rem;
    height: 100%;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    color: #fff;
    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;
    font-size: .16rem;
}

@media (max-width: 1920px) {

    .recruit .recr-search .city-sel .iconfont,
    .recruit .recr-search .post-sel .iconfont {
        font-size: 16px;
    }
}

@media (max-width: 900px) {
    .recruit .recr-search {
        width: 100%;
        padding: 0 10px;
    }

    .recruit .recr-search .search_l {
        margin-left: 0;
    }

    .recruit .recr-search .search_r {
        width: 70%;
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .recruit .recr-search {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .recruit .recr-search .search_r {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 450px) {
    .recruit .recr-search .search_r {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .recruit .recr-search .search_r .city-sel,
    .recruit .recr-search .search_r .post-sel {
        width: 240px;
        margin-bottom: 10px;
    }

    .recruit .recr-search .search_r .key-input {
        width: 240px;
        height: .5rem;
        margin-bottom: 10px;
    }
}

.recruit .recr-list {
    width: 100%;
    padding: .6rem 0;
}

.recruit .recr-list .container {
    width: 15.5rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.recruit .recr-item {
    width: 32.6%;
    margin-bottom: 1%;
    margin-right: 1.1%;
}

.recruit .recr-item:nth-of-type(3n) {
    margin-right: 0;
}

.recruit .recr-item .item-img {
    width: 100%;
    overflow: hidden;
}

.recruit .recr-item .item-img img {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}

.recruit .recr-item .item-text {
    width: 100%;
    padding: .3rem;
    background-color: #f7f9fa;
    height: 2.8rem;
}

.recruit .recr-item .item-title {
    color: 333;
    padding-bottom: .2rem;
    border-bottom: .01rem solid #e5e5e5;
}

@media (max-width: 1920px) {
    .recruit .recr-item .item-title {
        border-width: 1px;
    }
}

.recruit .recr-item .item-guide {
    line-height: 2;
    color: #666;
    margin: .26rem 0 .4rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.recruit .recr-item .item-more {
    cursor: pointer;
}

.recruit .recr-item .item-more .iconfont {
    font-size: .16rem;
}

.recruit .recr-item .item-more span {
    color: #00904b;
}

.recruit .recr-item:hover .item-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.recruit .recr-item:hover .item-title {
    font-weight: 700;
}

.recruit .recr-page {
    width: 100%;
}

@media (max-width: 900px) {
    .recruit .recr-list .container {
        width: 100%;
        padding: 0 10px;
    }
}

@media (max-width: 750px) {
    .recruit .recr-item {
        width: 49.5%;
        margin-right: 1%;
    }

    .recruit .recr-item:nth-of-type(3n) {
        margin-right: 1%;
    }

    .recruit .recr-item:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media (max-width: 450px) {
    .recruit .recr-item {
        width: 100%;
        margin-bottom: 2%;
    }
}

.recruit .recr-cont {
    width: 100%;
}

.recruit .recr-cont .container {
    width: 15.5rem;
    margin: 0 auto;
}

.recruit .cont-title {
    text-align: center;
    color: #333;
    margin-bottom: 0.5rem;
}

.recruit .cont-swiper {
    width: 100%;
}

.recruit .cont-swiper .swiper-slide {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f7f9fa;
}

.recruit .cont-swiper .swiper-pagination {
    margin-top: 0;
    bottom: .2rem;
    text-align: right;
    padding-right: 18%;
}

.recruit .cont-swiper .swiper-pagination-bullet {
    background-color: #dddddd;
    width: .08rem;
    height: .08rem;
    cursor: pointer;
    vertical-align: middle;
}

@media (max-width: 1920px) {
    .recruit .cont-swiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}

.recruit .cont-swiper .swiper-pagination-bullet-active {
    background-color: #00904b;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.recruit .cont-swiper .slide-img {
    width: 48%;
}

.recruit .cont-swiper .slide-img img {
    width: 100%;
}

.recruit .cont-swiper .slide-text {
    width: 52%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: .45rem;
}

.recruit .cont-swiper .slide-title {
    color: #333;
    margin-bottom: .42rem;
}

.recruit .cont-swiper .slide-desc {
    width: 80%;
    display: block;
}

.recruit .cont-swiper .slide-desc li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.3rem;
}

.recruit .cont-swiper .slide-desc li .dot-view {
    width: 5%;
}

.recruit .cont-swiper .slide-desc li .dot-view .dot {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.recruit .cont-swiper .slide-desc li .dot-view .dot::before {
    display: block;
    content: '';
    background-color: #f17424;
    width: .05rem;
    height: .05rem;
    border-radius: 50%;
}

@media (max-width: 1920px) {
    .recruit .cont-swiper .slide-desc li .dot-view .dot::before {
        width: 5px;
        height: 5px;
    }
}

.recruit .cont-swiper .slide-desc .s16 {
    width: 95%;
    color: #666;
    line-height: 2;
}

@media (max-width: 1100px) {
    .recruit .cont-swiper .swiper-pagination {
        text-align: center;
        padding-right: 0;
    }

    .recruit .cont-swiper .swiper-slide {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .recruit .cont-swiper .swiper-slide .slide-img {
        width: 100%;
    }

    .recruit .cont-swiper .swiper-slide .slide-text {
        width: 100%;
        padding: .45rem;
    }

    .recruit .cont-swiper .swiper-slide .slide-desc {
        width: 100%;
    }

    .recruit .cont-swiper .swiper-slide .slide-desc li .dot-view {
        width: 3%;
    }
}

@media (max-width: 900px) {
    .recruit .recr-cont .container {
        width: 100%;
        padding: 0 10px;
    }
}

.recruit .recr-proc {
    width: 100%;
    padding: .6rem 0;
}

.recruit .recr-proc .container {
    width: 15.5rem;
    margin: 0 auto;
}

.recruit .proc-title {
    text-align: center;
    color: #333;
    margin-bottom: 0.5rem;
}

.recruit .proc-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.recruit .proc-box .step {
    width: 12.5%;
    border: .01rem solid #ddd;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .5s;
    transition: .5s;
}

.recruit .proc-box .step .step-num {
    color: #333;
    text-align: center;
    margin-bottom: 10%;
    -webkit-transition: .5s;
    transition: .5s;
}

.recruit .proc-box .step .step-text {
    color: #333;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
}

.recruit .proc-box .step:hover {
    background-color: #00904b;
}

.recruit .proc-box .step:hover .step-num {
    color: #fff;
}

.recruit .proc-box .step:hover .step-text {
    color: #fff;
}

.recruit .proc-box .isStep {
    background-color: #00904b;
}

.recruit .proc-box .isStep .step-num {
    color: #fff;
}

.recruit .proc-box .isStep .step-text {
    color: #fff;
}

.recruit .proc-box .arrow {
    width: 9.375%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.recruit .proc-box .arrow img {
    width: 80%;
}

@media (max-width: 900px) {
    .recruit .recr-proc .container {
        width: 100%;
        padding: 0 10px;
    }
}

@media (max-width: 600px) {
    .recruit .proc-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .recruit .proc-box .step {
        height: 12.5%;
        margin: 0 auto;
        width: 120px;
    }

    .recruit .proc-box .arrow {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        height: 12.5%;
        margin: 0 auto;
        width: 100px;
        height: 100px;
    }
}

.recruit .recr-way {
    width: 100%;
    padding: .6rem 0;
}

.recruit .recr-way .container {
    width: 15.5rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.recruit .recr-way .network,
.recruit .recr-way .contact {
    width: 50%;
    position: relative;
}

.recruit .recr-way .network-img,
.recruit .recr-way .contact-img {
    width: 100%;
}

.recruit .recr-way .network-img img,
.recruit .recr-way .contact-img img {
    width: 100%;
}

.recruit .recr-way .network-text,
.recruit .recr-way .contact-text {
    width: 80%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.recruit .recr-way .network-title,
.recruit .recr-way .contact-title {
    color: #fff;
    margin-bottom: .3rem;
}

.recruit .recr-way .network-desc,
.recruit .recr-way .contact-desc {
    color: #fff;
    line-height: 1.8;
}

@media (max-width: 1200px) {
    .recruit .recr-way .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .recruit .recr-way .network,
    .recruit .recr-way .contact {
        width: 100%;
        margin-bottom: 2%;
    }
}

@media (max-width: 900px) {
    .recruit .recr-way .container {
        width: 100%;
        padding: 0 10px;
    }
}

@media (max-width: 500px) {

    .recruit .recr-way .network-img img,
    .recruit .recr-way .contact-img img {
        height: 200px;
    }
}

.Popup {
    display: none;
}

.Popup .layer {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 6;
    background-color: rgba(0, 0, 0, 0.2);
}

.Popup .container {
    width: 8rem;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 7;
    background-color: #fff;
    max-height: 5.5rem;
    overflow-y: scroll;
}

.Popup .Popup_header {
    width: 100%;
    padding: .3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: .02rem solid #00914f;
}

@media (max-width: 1920px) {
    .Popup .Popup_header {
        border-width: 2px;
    }
}

.Popup .Popup-title {
    text-indent: .2rem;
    color: #333;
}

.Popup .close {
    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;
    cursor: pointer;
}

.Popup .close .iconfont {
    font-size: .2rem;
}

.Popup .Popup_main {
    width: 100%;
    padding: .3rem;
}

.Popup .Popup_main .explain {
    width: 100%;
}

.Popup .Popup_main .email {
    width: 100%;
    padding: .3rem;
    background-color: #f7f9fa;
    border-radius: .04rem;
}

.Popup .explain-item .item-title {
    padding: .16rem .2rem;
    border-bottom: .01rem solid #eee;
}

@media (max-width: 1920px) {
    .Popup .explain-item .item-title {
        border-width: 1px;
    }
}

.Popup .explain-item .item-desc {
    padding: .3rem .2rem;
}

.Popup .explain-item .item-desc p {
    color: #666;
    line-height: 2;
}

@media (max-width: 450px) {
    .Popup .container {
        width: 80%;
    }
}

/* 关于我们 */
.about {
    width: 100%;
}

.about .about-intro {
    width: 100%;
    padding: 1rem 0;
    background-color: #f7f9fa;
}

.about .about-intro .container {
    width: 15.5rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about .about-intro .intro_l {
    width: 46%;
    position: relative;
}

.about .about-intro .intro-time {
    color: #666;
    position: absolute;
    top: 0;
    right: 0;
}

.about .about-intro .intro-time::before {
    content: '';
    display: inline-block;
    width: 1.25rem;
    height: 0.01rem;
    background-color: #bbb;
    vertical-align: middle;
    margin-right: .3rem;
}

.about .about-intro .intro-cont {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about .about-intro .intro-title {
    color: #333;
    margin-bottom: .5rem;
}

.about .about-intro .intro-desc {
    line-height: 2;
    color: #666;
}

.about .about-intro .intro_r {
    width: 46%;
}

.about .about-intro .intro-img {
    width: 100%;
    overflow: hidden;
}

.about .about-intro .intro-img img {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}
/* 
.about .about-intro:hover .intro-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
} */

@media (max-width: 1200px) {
    .about .about-intro .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .about .about-intro .intro_l {
        width: 100%;
    }

    .about .about-intro .intro_r {
        width: 100%;
        margin-bottom: 2%;
    }
}

@media (max-width: 900px) {
    .about .about-intro .container {
        width: 100%;
        padding: 0 10px;
    }
}

.about .about-skill {
    width: 100%;
    padding-top: 1rem;
}

.about .about-skill .skill_header {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
}

.about .about-skill .skill_header .container {
    width: 15.5rem;
    margin: 0 auto;
}

.about .about-skill .skill-title {
    color: #333;
}

.about .about-skill .skill-title::after {
    content: '';
    display: block;
    width: .48rem;
    height: .02rem;
    background-color: #105ab9;
    margin: .26rem auto .35rem;
}

@media (max-width: 1920px) {
    .about .about-skill .skill-title::after {
        height: 2px;
    }
}

.about .about-skill .skill-guide {
    color: #666;
    line-height: 2;
}

.about .about-skill .skill_main {
    width: 100%;
}

.about .about-skill .skill-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about .about-skill .skill-list .swiper-button-next,
.about .about-skill .skill-list .swiper-button-prev {
    width: .48rem;
    height: 0.96rem;
    background: unset;
    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;
    -webkit-transition: .5s;
    transition: .5s;
}

.about .about-skill .skill-list .swiper-button-next .iconfont,
.about .about-skill .skill-list .swiper-button-prev .iconfont {
    color: #fff;
    font-size: .2rem;
}

.about .about-skill .skill-list .swiper-button-prev {
    left: 0 !important;
}

.about .about-skill .skill-list .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: .08rem 0 0 .08rem;
}

.about .about-skill .skill-list .swiper-button-prev {
    right: 0 !important;
}

.about .about-skill .skill-list .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0 .08rem .08rem 0;
}

.about .about-skill .skill-item {
    width: 33%;
    margin-bottom: 1%;
}

.about .about-skill .skill-item .item-img {
    width: 100%;
}

.about .about-skill .skill-item .item-img img {
    width: 100%;
}

.about .about-skill .skill-item .item-text {
    width: 100%;
    background-color: #f7f9fa;
    padding: .3rem;
}

.about .about-skill .skill-item .item-title {
    color: #333;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.about .about-skill .skill-item .item-more {
    cursor: pointer;
}

.about .about-skill .skill-item .item-more span {
    color: #00904b;
}

.about .about-skill .skill-item .item-more .iconfont {
    font-size: .16rem;
}

@media (max-width: 900px) {
    .about .about-skill .skill_header .container {
        width: 100%;
        padding: 0 10px;
    }
}

.about .about-class {
    width: 100%;
    padding-bottom: 1rem;
}

.about .about-class .container {
    width: 15.5rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about .about-class .class_l {
    width: 46%;
}

.about .about-class .class-cont {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about .about-class .class_r {
    width: 50%;
    margin-top: 4%;
}

.about .about-class .class-title {
    color: #333;
    line-height: 1.3;
}

.about .about-class .class-title::after {
    content: "";
    display: block;
    margin: .26rem 0 .55rem;
    width: .48rem;
    height: .02rem;
    background-color: #105ab9;
}

@media (max-width: 1920px) {
    .about .about-class .class-title::after {
        height: 2px;
    }
}

.about .about-class .class-desc {
    color: #666;
    line-height: 2;
    margin-bottom: 0.6rem;
}

.about .about-class .class-data {
    width: 100%;
}

.about .about-class .data-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about .about-class .data-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.about .about-class .data-item .people {
    color: #00904b;
    margin-bottom: .1rem;
}

.about .about-class .data-item .people span {
    margin-right: .1rem;
    font-weight: 700;
}

.about .about-class .data-item .work {
    color: #666;
    line-height: 1.5;
    padding: 0!important;
}

.about .about-class .class-img {
    width: 100%;
}

.about .about-class .class-img img {
    width: 100%;
}

@media (max-width: 1300px) {
    .about .about-class .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about .about-class .class_l {
        width: 100%;
    }

    .about .about-class .class_r {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .about .about-class .container {
        width: 100%;
        padding: 0 10px;
    }
}

@media (max-width: 450px) {
    .about .about-class .data-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about .about-class .data-item {
        width: 50%;
        margin-bottom: 4%;
    }
}

.about .about-aim {
    width: 100%;
    padding: 1rem 0;
    background-color: #f7f9fa;
}

.about .about-aim .container {
    width: 15.5rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about .about-aim .aim_r {
    width: 46%;
    position: relative;
}

.about .about-aim .aim-time {
    color: #666;
    position: absolute;
    top: 0;
    right: 0;
}

.about .about-aim .aim-time::before {
    content: '';
    display: inline-block;
    width: 1.25rem;
    height: 0.01rem;
    background-color: #bbb;
    vertical-align: middle;
    margin-right: .3rem;
}

.about .about-aim .aim-cont {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about .about-aim .aim-title {
    color: #333;
    margin-bottom: .5rem;
}

.about .about-aim .aim-desc {
    line-height: 2;
    color: #666;
}

.about .about-aim .aim_l {
    width: 46%;
}

.about .about-aim .aim-img {
    width: 100%;
    overflow: hidden;
}

.about .about-aim .aim-img img {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}

/* .about .about-aim:hover .aim-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.about .about-aim:hover .aim-title {
    font-weight: 700;
} */

@media (max-width: 1200px) {
    .about .about-aim .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about .about-aim .aim_l {
        margin-bottom: 2%;
        width: 100%;
    }

    .about .about-aim .aim_r {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .about .about-aim .container {
        width: 100%;
        padding: 0 10px;
    }
}

.about .epilogue {
    width: 100%;
    padding: 1rem 0;
}

.about .epilogue .container {
    width: 15.5rem;
    margin: 0 auto;
}

.about .epilogue .container .s16 {
    color: #666;
    line-height: 2;
    margin-bottom: 0.4rem;
}

@media (max-width: 900px) {
    .about .epilogue .container {
        width: 100%;
        padding: 0 10px;
    }
}

.about .about-frame {
    width: 100%;
    padding: 1rem 0;
}

.about .about-frame .container {
    width: 15.5rem;
    margin: 0 auto;
    position: relative;
}

.about .about-frame .frame-img {
    width: 12rem;
    margin: 0 auto;
}

.about .about-frame .frame-img img {
    width: 100%;
}

.about .about-frame .frame-text {
    width: 30%;
    padding: .4rem;
    background-color: #00914f;
    position: absolute;
    top: 0;
    left: 0;
}

.about .about-frame .frame-title {
    color: #fff;
    margin: .4rem 0 .1rem;
}

.about .about-frame .frame-desc {
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 900px) {
    .about .about-frame .container {
        width: 100%;
        padding: 0 10px;
    }
}

@media (max-width: 750px) {
    .about .about-frame .frame-text {
        width: 250px;
        top: unset;
        left: unset;
        position: static;
        margin-bottom: 3%;
    }
}

@media (max-width: 650px) {
    .about .about-frame .frame-img {
        width: 100%;
    }
}

.about .about-branch {
    width: 100%;
    padding-bottom: 1rem;
}

.about .about-branch .container {
    width: 15.5rem;
    margin: 0 auto;
    position: relative;
}

.about .about-branch .branch-box {
    width: 80%;
    margin: 0 auto;
    background-color: #f7f9fa;
}

.about .about-branch .branch-title {
    background-color: #00914f;
    color: #fff;
    display: inline-block;
    padding: .18rem .58rem;
    position: absolute;
    left: 50%;
    top: -5%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about .about-branch .branch-list {
    width: 100%;
    padding: 1rem .4rem .3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about .about-branch .branch-item {
    display: block;
    width: 16.6%;
    margin-bottom: .2rem;
    cursor: pointer;
    color: #333;
    -webkit-transition: .5s;
    transition: .5s;
}

.about .about-branch .branch-item:hover {
    color: #00904b;
}

@media (max-width: 1450px) {
    .about .about-branch .branch-item {
        width: 20%;
    }
}

@media (max-width: 1100px) {
    .about .about-branch .branch-item {
        width: 25%;
    }
}

@media (max-width: 900px) {
    .about .about-branch .container {
        width: 100%;
        padding: 0 10px;
    }
}

@media (max-width: 750px) {
    .about .about-branch .branch-box {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .about .about-branch .branch-item {
        width: 33.3%;
    }
}

@media (max-width: 400px) {
    .about .about-branch .branch-item {
        width: 50%;
    }
}

/* 社会工作 */
.work{
    width: 100%;
    padding: 1rem 0;
}

.work .container{
    width: 15.5rem;
    margin: 0 auto;
}

.work .honor-title {
    color: #333;
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.work .honor-title::after {
    content: '';
    display: block;
    width: .48rem;
    height: .02rem;
    margin: .3rem auto;
    background-color: #105ab9;
}

.work .honor-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.work .honor-item{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    display: block;
}

.work .honor-item:nth-of-type(4n){
    margin-right: 0;
}

.work .honor-item .item-img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .2rem;
}

.work .honor-item .item-img img{
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 0 .2rem #efefef;
    box-shadow: 0 0 0 .2rem #efefef;
}

.work .honor-item .item-text {
    width: 100%;
    text-align: center;
}

.work .honor-item .item-text .s20 {
    color: #333;
    line-height: 1.4;
    display: block;
    margin: .1rem 0;
}

.work .honor-item .item-text .s16 {
    color: #888;
    display: block;
}

@media (max-width: 1200px) {
    .work .container{
        width: 100%;
        padding: 0 10px;
    }
}

@media (max-width: 900px) {
    .work .honor-item{
        width: 32%;
    }

    .work .honor-item:nth-of-type(4n){
        margin-right: 2%;
    }

    .work .honor-item:nth-of-type(3n){
        margin-right: 0;
    }
}

@media (max-width: 550px) {
    .work .honor-item{
        width: 49%;
    }

    .work .honor-item:nth-of-type(3n){
        margin-right: 2%;
    }

    .work .honor-item:nth-of-type(2n){
        margin-right: 0;
    }
}

@media (max-width: 400px) {
    .work .honor-item{
        width: 100%;
        margin-right: 0;
    }

    .work .honor-item:nth-of-type(3n){
        margin-right: 0;
    }
}


.news-detail .detail_main h1{max-width: 100%;}
.detail_main iframe{width: 80%;height: 25vw;margin:30px auto 0 auto;display: block;}
@media(max-width: 900px){
    .detail_main iframe{width: 100%;height: 60vw;}
}