

/********/
.main-box {
    padding: 2em 0 3em;
}

@media screen and (max-width: 767px) {
    .main-box {
        padding: 0.36rem 0 0.45rem;
    }
}

/**** banner ***/
.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.banner .ban-tit {
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 20;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.pc-ban .tit {
    font-size: 2.1em;
    line-height: 1.2em;
    color: #fff;
}

.pc-ban .arrow {
    width: 24px;
    height: 24px;
    display: block;
    background: url(../image/arrow_01.png) no-repeat center center;
    background-size: contain;
    margin: 1.5em auto 0;
}

.ph-ban .ban-imgs {
    width: 100%;
    height: 1.1rem;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
}

.ph-ban .tit {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #fff;
}

.ph-ban .arrow {
    width: 0.18rem;
    height: 0.18rem;
    display: block;
    background: url(../image/arrow_01.png) no-repeat center center;
    background-size: contain;
    margin: 4px auto 0;
}

/**** 面包屑导航 ****/
.crumbs-list-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 20;
}

.crumbs-list-box .global-inner {
    border-bottom: solid 1px #dae5dc;
}

.crumbs-list {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 50px;
    color: #999;
}

.crumbs-list li {
    float: left;
}

.crumbs-list li:after {
    content: '>';
    float: right;
    margin: 0 12px;
}

.crumbs-list li:hover a {
    text-decoration: underline;
}

.crumbs-list li.last {
    color: #212121;
}

.crumbs-list li.last:after {
    display: none;
}

@media screen and (max-width: 991px) {
    .crumbs-list {
        font-size: 0.14rem;
        line-height: 0.44rem;
    }
    .crumbs-list li:after{
        margin: 0 0.05rem;
    }
}

/*** global-tit-box ***/
.global-tit-box {
    width: 100%;
    overflow: hidden;
    margin: 0 0 1.75em;
}

.global-tit-box .cn {
    font-size: 1.5em;
    line-height: 1.3em;
    color: #212121;
}

.global-tit-box .en {
    min-height: 0.8em;
    font-size: 1em;
    line-height: 2.25em;
    color: #4c4c4c;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 3px;
    position: relative;
}

.global-tit-box .en:after {
    content: '';
    width: 3.25em;
    height: 3px;
    display: block;
    background: #51c262;
    position: absolute;
    left: 0;
    bottom: 0;
}

.global-tit-box .first {
    color: #51c262;
}

@media screen and (max-width: 991px) {
    .global-tit-box {
        margin: 0 0 0.2rem;
    }

    .global-tit-box .cn {
        font-size: 0.25rem;
        line-height: 0.3rem;
    }

    .global-tit-box .en {
        font-size: 0.16rem;
        line-height: 0.4rem;
        padding-bottom: 2px;
    }

    .global-tit-box .en:after {
        width: 0.6rem;
        height: 2px;
    }
}

/**** global-coldesc ***/
.global-coldesc .doc {
    font-size: 0.8em;
    line-height: 2em;
    color: #4c4c4c;
    margin-top: 1.75em;
}

@media screen and (max-width: 767px) {
    .global-coldesc {
        width: 100%;
        display: block;
    }

    .global-coldesc .doc {
        font-size: 0.16rem;
    }
}

/**** about ****/
.page-about-box .main-box {
    padding: 0;
}

.page-about-box .crumbs-list-box {
    background: #f5f5f5;
}

.page-about-box .global-tit-box {
    margin-top: 2em;
    margin-bottom: 1.4em;
}

@media screen and (max-width: 991px) {
    .page-about-box .global-tit-box {
        margin-top: 0.36rem;
    }
}

.about-sec1 {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    padding-bottom: 3.6em;
}

.about-sec1 .introd {
    font-size: 0.8em;
    line-height: 2em;
    color: #4c4c4c;
}

.about-sec1 .introd p {
    margin-top: 0.9em;
}

.about-sec1 .introd p:first-child {
    margin-top: 0;
}

.about-sec1 .introd img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.about-sec1 .imgs {
    width: 100%;
    position: relative;
    margin-top: 3.2em;
}

.about-sec1 .imgs img {
    width: 100%;
    max-width: 100%;
    display: block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.about-sec1 .imgs:after {
    content: '';
    width: 1px;
    height: 3em;
    display: block;
    background: #51c262;
    position: absolute;
    left: 50%;
    top: -1.5em;
    z-index: 5;
}

.about-sec1 .imgs:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

@media screen and (max-width: 991px) {
    .about-sec1 {
        padding-bottom: 0.4rem;
    }

    .about-sec1 .introd {
        font-size: 0.16rem;
        line-height: 0.3rem;
    }

    .about-sec1 .imgs {
        margin-top: 0.52rem;
    }

    .about-sec1 .imgs:after {
        height: 0.5rem;
        top: -0.25rem;
    }
}

.about-sec2 {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 3.3em 0;
}

.about-sec2 .sec-tit {
    font-size: 1.5em;
    line-height: 1.3em;
    color: #333;
    margin-bottom: 7px;
}

@media screen and (max-width: 991px) {
    .about-sec2 {
        padding: 0.4rem 0 0.44rem;
    }

    .about-sec2 .sec-tit {
        font-size: 0.26rem;
        line-height: 0.3rem;
        margin-bottom: 0;
    }
}

.about-bss {
    overflow: hidden;
    margin: 0 -0.5em;
}

.about-bss li {
    padding: 0 0.5em;
    margin-top: 18px;
}

.about-bss li.col-sm-6 .item-imgs .image {
    height: 17.5em;
}

.about-bss .item-inner {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 2.3em;
}

.about-bss .item-inner:hover .item-imgs .image {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.about-bss .item-imgs {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.about-bss .item-imgs .image {
    width: 100%;
    height: 11.5em;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.about-bss .item-imgs img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.about-bss .item-bd {
    width: 100%;
    height: 2.3em;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.about-bss .item-zhe {
    width: 100%;
    height: 2.3em;
    display: block;
    background: #000;
    opacity: 0.3;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.about-bss .item-tit {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 0 1em;
    font-size: 0.9em;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 991px) {

    .about-bss .item-bd,
    .about-bss .item-zhe {
        height: 0.4rem;
        line-height: 0.4rem;
    }

    .about-bss .item-tit {
        font-size: 0.2rem;
        padding: 0 0.16rem;
        font-weight: normal;
    }
}

/**** organization ****/
.page-org-box .main-box {
    padding: 0;
}

.page-org-box .main-box:before {
    content: '';
    display: block;
    background: url('../image/bg_01.jpg') no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: -50px;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.org-imgs {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 3.4em auto 3.5em;
}

.org-imgs img {
    max-width: 100%;
    margin: 0 auto;
}
.org-imgs img.img2{
    display: none;
}

@media screen and (max-width: 1366px) {
    .org-imgs img.img1{
        display: none;
    }
    .org-imgs img.img2{
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .org-imgs {
        margin: 0.38rem auto;
    }
}

/**** history *****/
.history-box {
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    position: relative;
    background: url(/images/hist_01.jpg) no-repeat top center #f5f5f5;
    background-size: 100% auto;
    padding: 1.3em 4.5em 3.4em;
}

@media screen and (max-width: 767px) {
    .history-box {
        padding-left: 1em;
        padding-right: 1em;
    }
}

.hist-list {
    width: 100%;
    overflow: hidden;
    font-size: 0.8em;
    line-height: 1.5em;
    color: #4c4c4c;
}

.hist-list>li {
    margin-top: 15px;
}

.hist-list .item-year {
    font-size: 1.25em;
    line-height: 1.7em;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .hist-list {
        font-size: 0.16rem;
    }
}

.hist-det li {
    width: 100%;
    display: table;
    padding: 0.25em 0;
    overflow: hidden;
}

.hist-det .item-moth {
    width: 2.75em;
    float: left;
    white-space: nowrap;
}

.hist-det .item-det {
    width: 100%;
    display: table-cell;
    vertical-align: top;
}

/**** honor ****/
.honor-imgs-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 1.75em 0 0;
}

.honor-imgs-box img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.honor-imgs-box .swiper-ctrl {
    width: 16px;
    height: 100%;
    display: block;
    background: no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 0;
    z-index: 20;
    cursor: pointer;
}

.honor-imgs-box .swiper-ctrl.prev {
    left: 1em;
    background-image: url(/images/prev_01.png);
}

.honor-imgs-box .swiper-ctrl.next {
    right: 1em;
    background-image: url(/images/next_01.png);
}

.honor-imgs-box .swiper-ctrl.swiper-button-disabled {
    display: none;
}

@media screen and (max-width: 767px) {
    .honor-imgs-box .swiper-ctrl {
        width: 0.16rem;
    }
}

.honor-list-box {
    width: 100%;
    overflow: hidden;
    margin-top: 0.5em;
}

.honor-list-hd {
    width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    line-height: 2.125em;
    color: #999;
    margin-bottom: 1.625em;
}

.honor-list-hd .swiper-wrapper {
    margin: 0 -0.5em;
    position: relative;
}

.honor-list-hd .swiper-slide {
    width: auto;
    overflow: hidden;
    position: relative;
}

.honor-list-hd .swiper-slide.active a {
    color: #333;
}

.honor-list-hd a {
    display: inline-block;
    vertical-align: top;
    padding: 0 0.5em;
    position: relative;
}

.honor-list-hd .timeline-box {
    width: 100%;
    height: 2px;
    display: block;
    background: #666;
    position: relative;
}

.honor-list-hd .timeline {
    width: 3.75em;
    height: 100%;
    display: block;
    background: #51c262;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

@media screen and (max-width: 767px) {
    .honor-list-hd {
        font-size: 0.16rem;
    }
}

.honor-list-bd {
    width: 100%;
    max-width: 900px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.honor-list {
    width: 100%;
    overflow: hidden;
}

.honor-list li {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-bottom: dotted 1px #e6e6e6;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
    padding: 0.75em 0 0.75em 2.8em;
}

.honor-list li:before {
    content: '';
    width: 1.125em;
    height: 2px;
    display: block;
    background: #ccc;
    position: absolute;
    left: 0.9em;
    top: 1.43em;
    z-index: 5;
}

.honor-list li:hover:before {
    background: #40cd68;
}

.honor-list li:hover:after {
    height: 100%;
}

.honor-list li:after {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    background: #f5f5f5;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.honor-list li p {
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 767px) {
    .honor-list li {
        font-size: 0.16rem;
    }
}

/**** news-list ****/
.news-headline-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 1.25em;
    border-bottom: solid 2px #ebebeb;
    margin-bottom: 16px;
}

.news-headline-box .news-imgs {
    width: 20.25em;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 2em;
}

.news-headline-box .news-imgs .image {
    width: 100%;
    height: 11.5em;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.news-headline-box .news-imgs:hover .image {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.news-headline-box .news-imgs img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.news-headline-box .news-bd {
    width: 10000px;
    display: table-cell;
    vertical-align: top;
    padding: 1.1em 0 0;
}

.news-headline-box .news-tit {
    width: 100%;
    height: 1.5em;
    overflow: hidden;
    font-size: 20px;
    line-height: 1.5em;
    color: #212121;
}

.news-headline-box .news-tit:hover a {
    color: #51c262;
}

.news-headline-box .news-doc {
    width: 100%;
    max-height: 3.25em;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.625em;
    color: #666;
    margin-top: 0.875em;
}

.news-headline-box .news-info {
    font-size: 14px;
    line-height: 1.857em;
    color: #999;
    margin-top: 1.857em;
    overflow: hidden;
}

.news-headline-box .news-info .info {
    float: left;
    margin-right: 1.429em;
}

.news-headline-box .news-info .info:last-child {
    margin-right: 0;
}

@media screen and (max-width: 991px) {
    .news-headline-box {
        margin-bottom: 0.16rem;
    }
}

@media screen and (max-width: 767px) {
    .news-headline-box {
        padding-bottom: 0.5em;
    }

    .news-headline-box .news-imgs {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .news-headline-box .news-bd {
        width: 100%;
        display: block;
    }

    .news-headline-box .news-tit {
        font-size: 0.2rem;
        height: auto;
    }

    .news-headline-box .news-doc {
        font-size: 0.16rem;
        margin-top: 0.5em;
    }

    .news-headline-box .news-info {
        font-size: 0.14rem;
        margin-top: 0.5em;
    }
}

.news-list {
    width: 100%;
    overflow: hidden;
}

.news-list li {
    width: 100%;
    overflow: hidden;
    border-bottom: dashed 1px #eee;
}

.news-list li:hover a,
.news-list li:hover .time {
    color: #51c262;
}

.news-list li:hover .bg {
    height: 100%;
}

.news-list li:hover .arrow {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    opacity: 1;
}

.news-list a {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0 6.625em 0 10px;
    font-size: 16px;
    line-height: 2.875em;
    color: #4c4c4c;
}

.news-list .bg {
    width: 100%;
    height: 0;
    display: block;
    background: #f5f5f5;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.news-list .bd {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.news-list .tit {
    float: left;
    max-width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-list .time {
    float: right;
    white-space: nowrap;
    color: #999;
}

.news-list .arrow {
    width: 5.625em;
    height: 100%;
    display: block;
    background: url(../image/arrow_03.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    opacity: 0;
}

@media screen and (max-width: 991px) {
    .news-list a {
        font-size: 0.16rem;
        padding: 0;
    }

    .news-list .arrow {
        display: none;
    }
}

.global-page-box {
    width: 100%;
    height: 2.5em;
    line-height: 2.5em;
    overflow: hidden;
    position: relative;
    padding: 0 4.5em;
    background: #c8decb;
    text-align: center;
    margin-top: 32px;
}

.global-page-box a {
    width: 2.188em;
    font-size: 0.8em;
    line-height: 2em;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-family: Arial;
}

.global-page-box a.active {
    background: #fff;
    color: #23ac38;
}

.global-page-box a:hover {
    color: #23ac38;
}

.global-page-box .page-prev,
.global-page-box .page-next {
    width: 4.5em;
    height: 100%;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-color: #82c28b;
    position: absolute;
    top: 0;
    z-index: 5;
}

.global-page-box .page-prev:hover,
.global-page-box .page-next:hover {
    background-color: #23ac38;
}

.global-page-box .page-prev {
    left: 0;
    background-image: url(/images/page_prev.png);
}

.global-page-box .page-next {
    right: 0;
    background-image: url(../image/page_next.png);
}

@media screen and (max-width: 991px) {
    .global-page-box {
        font-size: 0.2rem;
        margin-top: 0.32rem;
    }

    .global-page-box a {
        font-weight: normal;
    }
}

/**** party-list ****/
.page-party-list .main-box {
    padding: 2.5em 0 3.5em;
}

.page-party-list .news-headline-box .news-tit:hover a {
    color: #f46f36;
}

.page-party-list .news-list li:hover a,
.page-party-list .news-list li:hover .time {
    color: #f46f36;
}

.page-party-list .news-list .arrow {
    background-image: url(../image/arrow_02.png);
}

.page-party-list .global-page-box {
    background-color: #e3afaf;
}

.page-party-list .global-page-box a.active,
.page-party-list .global-page-box a:hover {
    color: #de2120;
}

.page-party-list .global-page-box .page-next,
.page-party-list .global-page-box .page-prev {
    background-color: #ce8989;
}

.page-party-list .global-page-box .page-next:hover,
.page-party-list .global-page-box .page-prev:hover {
    background-color: #de2120;
}

@media screen and (max-width: 767px) {
    .page-party-list .main-box {
        padding: 0.36rem 0 0.45rem;
    }
}

/**** news-det ***/
.news-det-hd {
    width: 100%;
    overflow: hidden;
    padding: 1.1em 0 0.5em;
    border-bottom: solid 2px #9bc2a1;
    text-align: center;
}

.news-det-hd .news-tit {
    font-size: 1.5em;
    line-height: 1.4em;
    color: #212121;
    margin-bottom: 1em;
}

.news-det-hd .news-info {
    font-size: 14px;
    line-height: 1.429em;
    color: #999;
    overflow: hidden;
}

.news-det-hd .news-info .info {
    margin: 0 1.5em;
}

.news-det-bd {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 1.6em 4em 0.5em;
}

.news-det {
    font-size: 16px;
    line-height: 2em;
    color: #666;
}

.news-det img {
    max-width: 100%;
    height: auto !important;
}

.news-det p {
    margin-top: 10px;
}

.news-det p:first-child {
    margin-top: 0;
}

.news-ft {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-top: solid 1px #e6e6e6;
    padding-top: 1em;
    margin-top: 1.4em;
}

.news-ft .bc-prev,
.news-ft .bc-next {
    width: 140px;
    height: 38px;
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 38px;
    color: #666;
    text-align: center;
    background: #f5f5f5;
    position: relative;
}

.news-ft .bc-prev .bg,
.news-ft .bc-next .bg {
    width: 0;
    height: 100%;
    display: block;
    background: #40cd68;
    position: absolute;
    top: 0;
    z-index: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.news-ft .bc-prev .txt,
.news-ft .bc-next .txt {
    display: block;
    position: relative;
    z-index: 5;
}

.news-ft .bc-prev .arrow,
.news-ft .bc-next .arrow {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../image/arrow_04.png);
    background-repeat: no-repeat;
    background-size: 40px;
    margin-top: -2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.news-ft .bc-prev:hover,
.news-ft .bc-next:hover {
    color: #fff;
}

.news-ft .bc-prev:hover .bg,
.news-ft .bc-next:hover .bg {
    width: 100%;
}

.news-ft .bc-prev .bg {
    right: 0;
}

.news-ft .bc-prev .arrow {
    background-position: left top;
    margin-right: 8px;
}

.news-ft .bc-prev:hover .arrow {
    background-position: right top;
}

.news-ft .bc-next .bg {
    left: 0;
}

.news-ft .bc-next .arrow {
    background-position: right bottom;
    margin-left: 8px;
}

.news-ft .bc-next:hover .arrow {
    background-position: left bottom;
}

.news-ft .backlist {
    width: 140px;
    height: 38px;
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    background: #40cd68;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -70px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.news-ft .backlist:hover {
    background: #999 !important;
    color: #fff;
}

.news-attach {
    width: 100%;
    overflow: hidden;
    margin: 1.9em 0 1.75em;
}

.news-attach .tit {
    font-size: 16px;
    line-height: 1.625em;
    color: #333;
}

.news-attach .attach-list {
    font-size: 14px;
    line-height: 2em;
    color: #333;
    margin-top: 0.5em;
}

.news-attach .attach-list img {
    width: 1em;
    margin: -3px 0 0 0.85em;
}

@media screen and (max-width: 767px) {
    .news-det-hd {
        text-align: left;
    }

    .news-det-hd .news-info .info {
        margin: 0 10px 0 0;
        float: left;
    }

    .news-det-hd .news-info .info:last-child {
        margin-right: 0;
    }

    .news-det-bd {
        padding-left: 0;
        padding-right: 0;
    }

    .news-ft .bc-prev,
    .news-ft .bc-next,
    .news-ft .backlist {
        width: 1rem;
        height: 0.38rem;
        font-size: 0.14rem;
        line-height: 0.38rem;
    }

    .news-ft .bc-prev .arrow,
    .news-ft .bc-next .arrow,
    .news-ft .backlist .arrow {
        width: 0.2rem;
        height: 0.2rem;
        background-size: 0.4rem;
    }

    .news-ft .backlist {
        margin-left: -0.5rem;
    }
}

/**** party_det ****/
.page-party-det .news-det-hd {
    border-bottom-color: #de2120;
}

.page-party-det .news-ft .bc-prev .bg,
.page-party-det .news-ft .bc-next .bg {
    background-color: #de2120;
}

.page-party-det .news-ft .backlist {
    background-color: #de2120;
}

/**** party-video ****/
.video-headline {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0.5em 0 0;
}

.video-headline:hover .bg {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.video-headline a {
    display: block;
    position: relative;
}

.video-headline .bg {
    width: 100%;
    height: 29em;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.video-headline img.bg{
    max-width: 100%;
    height: auto;
}

.video-headline .tit-box {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.video-headline .icon {
    width: 4em;
    display: block;
    margin: 0 auto;
}

.video-headline .tit {
    width: 100%;
    height: 1.25em;
    overflow: hidden;
    padding: 0 1em;
    font-size: 1.6em;
    line-height: 1.25em;
    color: #fff;
    margin-top: 0.5em;
}
@media screen and (max-width: 1366px) {
    .video-headline .bg{
        height: 25em;
    }
}
@media screen and (max-width: 991px) {
    .video-headline .icon {
        width: 0.4rem;
    }

    .video-headline .tit {
        font-size: 0.2rem;
    }
}

.video-list {
    overflow: hidden;
    margin: 1.2em -2.25em 0;
}

.video-list li {
    padding: 0 2.25em;
    margin-top: 2.3em;
}

.video-list .item-inner {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.video-list .item-inner:hover .item-imgs .image {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.video-list .item-imgs {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.video-list .item-imgs:after{
    content: '';
    width: 60px;
    height: 60px;
    display: block;
    background: url('../image/video_play.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    z-index: 20;
}

.video-list .item-imgs .image {
    width: 100%;
    height: 11.25em;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.video-list .item-imgs img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.video-list .item-tit {
    width: 100%;
    height: 2.3em;
    overflow: hidden;
    font-size: 18px;
    line-height: 2.3em;
    color: #333;
}

.video-list .item-tit img {
    width: 1.1em;
    margin: -3px 6px 0 0;
}
@media screen and (max-width: 1366px) {
    .video-list{
        margin-top: 0;
    }
    .video-list .item-imgs .image{
        height: 9em;
    }
}
@media screen and (max-width: 991px) {
    .video-list li {
        margin-top: 0.2rem;
    }

    .video-list .item-tit {
        font-size: 0.18rem;
    }
}

.pop-video-box .popover-close {
    right: 3em;
    top: 2.9em;
}

.pop-video-box .popover-bd {
    width: 80%;
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.pop-video-box .tit {
    font-size: 1.2em;
    line-height: 1.25em;
    color: #fff;
    margin: 1.3em 0 1.875em;
}

@media screen and (max-width: 991px) {
    .pop-video-box .popover-close {
        right: 0.2rem;
        top: 0.2rem;
    }

    .pop-video-box .popover-bd {
        width: 90%;
    }
}

/***** invite ****/
.invite-list {
    overflow: hidden;
    margin: 0.5em -1% 0;
}

.invite-list li {
    padding: 0 1%;
    margin-bottom: 2%;
}

.invite-list .item-inner {
    width: 100%;
    overflow: hidden;
    display: block;
    background: #fff;
    position: relative;
    padding: 1.5em 1.75em;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.invite-list .item-inner:hover {
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
}

.invite-list .item-inner:hover .item-date {
    background: #51c262;
}

.invite-list .item-inner:hover .item-tit a {
    color: #f46f36;
}

.invite-list .item-date {
    width: 4.2em;
    height: 6.5em;
    display: block;
    background: #b3b3b3;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    float: left;
    text-align: center;
    overflow: hidden;
    margin-right: 2.25em;
    padding-top: 1em;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.invite-list .item-date .day {
    display: block;
    font-size: 1.5em;
    line-height: 1em;
}

.invite-list .item-date .ym {
    font-size: 12px;
    line-height: 1.3em;
}

.invite-list .item-date .icon {
    width: 1.5em;
    display: block;
    margin: 0.6em auto 0;
}

.invite-list .item-bd {
    width: 10000px;
    height: 6.5em;
    display: table-cell;
    vertical-align: top;
    padding-top: 0.7em;
    position: relative;
}

.invite-list .item-tit {
    height: 1.5em;
    overflow: hidden;
    font-size: 20px;
    line-height: 1.5em;
    color: #333;
}

.invite-list .item-ft {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 3px;
}

.invite-list .item-ft a {
    float: left;
}

.invite-list .btn-download {
    font-size: 14px;
    line-height: 2em;
    color: #999;
}

.invite-list .btn-download img {
    width: 1em;
    margin: -3px 0 0 6px;
}

@media screen and (max-width: 767px) {
    .invite-list .item-inner {
        padding: 0.2rem;
    }

    .invite-list .item-date {
        height: 6em;
        font-weight: normal;
        margin-right: 1em;
        padding-top: 0.6em;
    }

    .invite-list .item-date .icon {
        margin-top: 0.2em;
    }

    .invite-list .item-bd {
        height: 6em;
        padding-top: 0;
    }

    .invite-list .item-tit {
        height: auto;
        max-height: 3em;
        font-size: 0.18rem;
    }

    .invite-list .item-ft {
        bottom: 0;
    }
}

/**** protection ****/
.page-protection-box .global-page-box {
    margin-top: 2em;
}

.protection-list {
    width: 100%;
    position: relative;
    margin: 6px 0 0;
}

.protection-list .item {
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: relative;
    padding: 22px 6.25em 28px 5.8em;
    margin-bottom: 20px;
}

.protection-list .item.active {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.09);
}

.protection-list .item.active .item-desc {
    height: 0;
}

.protection-list .item.active .item-ctrl .ctrl.ctrl-show {
    display: none;
}

.protection-list .item.active .item-ctrl .ctrl.ctrl-hide {
    display: block;
}

.protection-list .item-icon {
    width: 42px;
    display: block;
    position: absolute;
    left: 2.5em;
    top: 36px;
    z-index: 10;
}

.protection-list .item-ctrl {
    width: 3.5em;
    position: absolute;
    right: 2.5em;
    top: 36px;
    z-index: 10;
}

.protection-list .item-ctrl .ctrl {
    width: 100%;
    display: block;
    border-bottom: solid 2px #333;
    position: relative;
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 16px;
    line-height: 2.25em;
    color: #333;
}

.protection-list .item-ctrl .ctrl.ctrl-show {
    background-image: url(/images/arrow_05.png);
}

.protection-list .item-ctrl .ctrl.ctrl-hide {
    background-image: url(/images/arrow_06.png);
    display: none;
}

.protection-list .item-ctrl .ctrl:after {
    content: '';
    width: 0;
    height: 2px;
    display: block;
    background: #51c262;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 15;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.protection-list .item-ctrl .ctrl:hover:after {
    width: 100%;
}

.protection-list .item-hd {
    width: 100%;
    height: 70px;
    display: table;
}

.protection-list .item-hd .inner {
    display: table-cell;
    vertical-align: middle;
}

.protection-list .item-tit {
    width: 100%;
    height: 38px;
    display: block;
    overflow: hidden;
    font-size: 22px;
    line-height: 38px;
    color: #333;
}

.protection-list .item-desc {
    width: 77%;
    height: 32px;
    display: block;
    overflow: hidden;
    font-size: 16px;
    line-height: 32px;
    color: #666;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.protection-list .item-bd {
    width: 100%;
    display: none;
    padding: 0.75em 0 0.25em;
    font-size: 16px;
    line-height: 2em;
    color: #666;
}

.protection-list .item-bd img {
    max-width: 100%;
    height: auto !important;
    margin-bottom: 1.625em;
}

@media screen and (max-width: 767px) {
    .protection-list .item {
        padding: 0.22rem 0.4rem 0.28rem 0.45rem;
    }

    .protection-list .item-icon {
        width: 0.3rem;
        left: 0.1rem;
        top: 0.36rem;
    }

    .protection-list .item-ctrl {
        width: 0.4rem;
        right: 0;
        top: 0.32rem;
    }

    .protection-list .item-ctrl .ctrl {
        height: 0.36rem;
        font-size: 0.16rem;
        border-bottom: none;
        background-position: center;
    }

    .protection-list .item-ctrl .ctrl:after {
        display: none;
    }

    .protection-list .item-ctrl span {
        display: none;
    }

    .protection-list .item-hd {
        height: 0.54rem;
    }

    .protection-list .item-tit {
        font-size: 0.2rem;
        line-height: 0.28rem;
        height: 0.28rem;
    }

    .protection-list .item-desc {
        max-height: 0.26rem;
        font-size: 0.16rem;
        line-height: 0.26rem;
    }

    .protection-list .item-bd {
        font-size: 0.16rem;
        padding-top: 0;
    }
}

/***** hr *****/
.page-hr-box .main-box {
    padding: 0;
}

.hr-sec1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 2em 0 3.1em;
}

.hr-sec1 .global-coldesc {
    padding: 0 10.58% 0 0;
}

.hr-sec1 .global-coldesc .doc {
    margin-top: 2.18em;
}

.hr-sec1 .sec-imgs {
    padding: 0;
}

.hr-sec1 .sec-imgs img {
    width: 100%;
    max-width: 100%;
    display: block;
}

@media screen and (max-width: 767px) {
    .hr-sec1 .global-coldesc {
        padding: 0;
    }

    .hr-sec1 .sec-imgs {
        margin-left: 0;
        margin-top: 0.25rem;
    }
}

.hr-sec2 {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    padding: 2em 0 3.5em;
}

.hr-sec2 .global-page-box {
    margin-top: 1.8em;
}

@media screen and (max-width: 767px) {
    .hr-sec2 {
        padding: 0;
    }

    .hr-sec2 .global-inner {
        padding-left: 0;
        padding-right: 0;
    }
}

.hr-sch-box {
    width: 100%;
    overflow: hidden;
    padding-bottom: 25px;
}

.hr-sch-box .sch-box {
    width: 58%;
    max-width: 804px;
    overflow: hidden;
    position: relative;
    padding: 0 120px 0 14px;
    border: solid 1px #41bc54;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 0 auto;
}

.hr-sch-box input {
    width: 100%;
    height: 40px;
    display: block;
    border: none;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 30px;
    padding: 5px 0;
}

.hr-sch-box .btn-sch {
    width: 120px;
    height: 100%;
    display: block;
    background: #41bc54;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.hr-sch-box .btn-sch:hover {
    color: #fff;
    opacity: 0.8;
}

@media screen and (max-width: 767px) {
    .hr-sch-box {
        padding: 0.28rem 0.2rem 0.24rem;
    }

    .hr-sch-box .sch-box {
        width: 100%;
        padding: 0 0.9rem 0 0.14rem;
    }

    .hr-sch-box input {
        height: 0.34rem;
        font-size: 0.14rem;
        line-height: 0.24rem;
        padding: 0.05rem 0;
    }

    .hr-sch-box .btn-sch {
        width: 0.9rem;
        font-size: 0.16rem;
        line-height: 0.34rem;
    }
}

.hr-list-group {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 2.25em 4.5em 3.6em;
}

@media screen and (max-width: 767px) {
    .hr-list-group {
        padding: 0.3rem 0.2rem 0.4rem;
    }
}

.hr-list-box {
    width: 100%;
    overflow: hidden;
    min-height: 29.8em;
}

.hr-list-box .th,
.hr-list-box .td {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}

.hr-list-box .th1 {
    width: 23%;
}

.hr-list-box .th2 {
    width: 24.5%;
}

.hr-list-box .th3 {
    width: 12.2%;
}

.hr-list-box .th4 {
    width: 25.8%;
    text-align: center;
}

.hr-list-box .th5 {
    width: 14.5%;
}

.hr-list-box .th5 span {
    width: 58px;
    float: right;
    text-align: center;
}

@media screen and (max-width: 767px) {

    .hr-list-box .th,
    .hr-list-box .td {
        padding: 0 0.1rem;
    }
}

.hr-list-hd {
    width: 100%;
    padding: 0 15px;
    background: #f5f5f5;
    height: 36px;
    table-layout: fixed;
    display: table;
    border: solid 1px #f5f5f5;
    margin-bottom: 10px;
}

.hr-list-hd .th {
    font-size: 14px;
    color: #999;
}

@media screen and (max-width: 767px) {
    .hr-list-hd {
        height: 0.45rem;
        padding: 0 0.1rem;
    }

    .hr-list-hd .th {
        font-size: 0.15rem;
    }
}

.hr-list li {
    width: 100%;
    overflow: hidden;
    position: relative;
    border: solid 1px transparent;
    transition: all 0.35s linear;
    -webkit-transition: all 0.35s linear;
}

.hr-list li:hover,
.hr-list li.active {
    border-color: #9bc2a1;
    box-shadow: 0 0 5px rgba(49, 146, 63, 0.35);
    -moz-box-shadow: 0 0 5px rgba(49, 146, 63, 0.35);
    -webkit-box-shadow: 0 0 5px rgba(49, 146, 63, 0.35);
}

.hr-list li:hover .item-hd,
.hr-list li.active .item-hd {
    border-bottom-color: #ebebeb;
}

.hr-list li:hover .item-hd .th1,
.hr-list li.active .item-hd .th1 {
    color: #f46f36;
}

.hr-list li.active {
    border-color: #9bc2a1;
    box-shadow: 0 0 5px rgba(49, 146, 63, 0.35);
    -moz-box-shadow: 0 0 5px rgba(49, 146, 63, 0.35);
    -webkit-box-shadow: 0 0 5px rgba(49, 146, 63, 0.35);
}

.hr-list li.active .item-hd {
    border-bottom-color: #ebebeb;
}

.hr-list li.active .item-hd .arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.hr-list li.active .item-hd .th1 {
    color: #f46f36;
}

.hr-list .item-hd {
    width: 100%;
    height: 45px;
    display: table;
    table-layout: fixed;
    padding: 0 15px;
    border-bottom: solid 1px transparent;
    cursor: pointer;
}

.hr-list .td {
    font-size: 16px;
    color: #666;
    position: relative;
}

.hr-list .arrow {
    width: 100%;
    height: 100%;
    display: block;
    background: url(/images/arrow_07.png) no-repeat center center;
}

.hr-list .item-bd {
    width: 100%;
    font-size: 16px;
    line-height: 2em;
    color: #666;
    padding: 1em 30px 2em;
    display: none;
}

.hr-list .item-bd h5 {
    color: #212121;
}

.hr-list .item-bd .row {
    width: 100%;
    margin-bottom: 2em;
    overflow: hidden;
}

.hr-list .item-bd .row:last-child {
    margin-bottom: 0;
}

.hr-list .item-bd .row1 h5 {
    float: left;
}

@media screen and (max-width: 767px) {
    .hr-list .td {
        font-size: 0.16rem;
    }

    .hr-list .item-hd {
        height: 0.45rem;
        padding: 0 0.1rem;
    }

    .hr-list .item-bd {
        padding: 0.15rem 0.2rem 0.26rem;
        font-size: 0.16rem;
        line-height: 0.3rem;
    }

    .hr-list .item-bd .row {
        margin-bottom: 0.14rem;
    }
}

/***** travel ****/
.page-travel-box .main-box {
    padding-top: 0;
    padding-bottom: 3.5em;
}

.travel-list {
    overflow: hidden;
    margin: 0.25em -1em 0;
}

.travel-list li {
    padding: 0 1em;
    margin-top: 2em;
}

.travel-list li.col-sm-6 .item-imgs .image {
    height: 17em;
}

.travel-list li.col-sm-4 .item-imgs .image {
    height: 11em;
}

.travel-list .item-inner {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.travel-list .item-inner:hover .item-imgs .image {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.travel-list .item-inner:hover .item-tit {
    background: rgba(0, 0, 0, 0.5);
}

.travel-list .item-imgs {
    width: 100%;
    overflow: hidden;
}

.travel-list .item-imgs .image {
    width: 100%;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.travel-list .item-imgs img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.travel-list .item-tit {
    width: 100%;
    height: 2.5em;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    font-size: 1.2em;
    line-height: 2.5em;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    padding: 0 0.8em;
}

/**** party ****/
.party-sec1 {
    width: 100%;
    overflow: hidden;
}

.party-sec1 .sec-txt {
    width: 40%;
    font-size: 0.8em;
    line-height: 2em;
    color: #4c4c4c;
}

.party-sec1 .sec-txt .tit {
    font-size: 1.875em;
    line-height: 1.33em;
    color: #212121;
    font-weight: bold;
    padding-bottom: 0.4em;
    position: relative;
    margin-bottom: 1em;
}

.party-sec1 .sec-txt .tit:after {
    content: '';
    width: 2.17em;
    height: 3px;
    display: block;
    background: #de2120;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.party-sec1 .sec-imgs {
    width: 52.2%;
    padding-top: 0.7em;
}

.party-sec1 .imgs-list {
    overflow: hidden;
    margin: 0 -0.75em;
}

.party-sec1 .imgs-list li {
    padding: 1em 0.75em;
}

.party-sec1 .imgs-list li.item1 .image {
    height: 17em;
}

.party-sec1 .imgs-list .imgs-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 3px 10px rgba(153, 22, 17, .3);
    -webkit-box-shadow: 0 3px 10px rgba(153, 22, 17, .3);
}

.party-sec1 .imgs-list .imgs-box:hover .image {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.party-sec1 .imgs-list .image {
    width: 100%;
    height: 7.5em;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.party-sec1 .imgs-list img {
    width: 100%;
    max-width: 100%;
    display: block;
}

@media screen and (max-width: 767px) {
    .party-sec1 .sec-txt {
        width: 100%;
        font-size: 0.16rem;
        float: none;
    }

    .party-sec1 .sec-txt .tit {
        font-size: 1.625em;
        margin-bottom: 0.5em;
    }

    .party-sec1 .sec-imgs {
        width: 100%;
        float: none;
        padding-top: 0.5em;
    }

    /* .party-sec1 .sec-imgs li {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    } */
}

.party-sec2 {
    overflow: hidden;
    margin: 0.7em -1.1em 0;
}

.party-item {
    padding: 0 1.1em;
    margin-top: 1.5em;
}

.party-item.item1 .party-item-hd {
    border-bottom-color: transparent;
}

.party-item .item-inner {
    width: 100%;
    overflow: hidden;
}

.party-item .item-headline {
    width: 100%;
    height: 7.9em;
    display: block;
    overflow: hidden;
}

.party-item .item-list {
    width: 100%;
    height: 9em;
    overflow: hidden;
    margin-top: 0.5em;
    font-size: 0.8em;
    line-height: 2.25em;
    color: #333;
}

.party-item .item-list li {
    width: 100%;
    height: 2.25em;
    overflow: hidden;
    padding-left: 1.125em;
    position: relative;
}

.party-item .item-list li:before {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    background: #999;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

.party-item .item-list li:hover:before {
    background: #f46f36;
}

.party-item .item-list li:hover a {
    color: #f46f36;
}

.party-item .djwork-box {
    width: 100%;
    height: 7.3em;
    overflow: hidden;
    background: #da0000;
    padding: 1.25em 0.8em;
    margin-top: 2px;
}
.party-item .djwork-box:hover a {
    color: #f46f36;
}

.party-item .djwork-box .tit {
    height: 3.2em;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.6em;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.6em;
}
.party-item .djwork-box:hover .tit a{
    color: #fff;
    text-decoration: underline;
}

.party-item .djwork-box .time {
    font-size: 0.7em;
    line-height: 1.4em;
    color: #fff;
}

.party-item .twwork-box {
    width: 100%;
    overflow: hidden;
    margin-top: 1em;
}

.party-item .twwork-box:hover .imgs-box .image {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.party-item .twwork-box:hover a {
    color: #f46f36;
}

.party-item .twwork-box .imgs-box {
    width: 46%;
    float: left;
    margin-right: 0.7em;
    overflow: hidden;
}

.party-item .twwork-box .imgs-box .image {
    width: 100%;
    height: 6.4em;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.party-item .twwork-box .imgs-box img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.party-item .twwork-box .bd-box {
    width: 10000px;
    display: table-cell;
    vertical-align: top;
}

.party-item .twwork-box .bd-box .tit {
    width: 100%;
    height: 2.8em;
    overflow: hidden;
    font-size: 0.9em;
    line-height: 1.4em;
    color: #333;
}

.party-item .twwork-box .bd-box .time {
    font-size: 0.7em;
    line-height: 1.4em;
    color: #999;
    margin-top: 1em;
}

@media screen and (max-width: 767px) {
    .party-item {
        font-size: 0.2rem;
    }

    .party-item .item-headline {
        height: auto;
    }

    .party-item .item-list {
        font-size: 0.16rem;
    }

    .party-item .item-list li:before {
        width: 4px;
        height: 4px;
        margin-top: -2px;
    }

    .party-item .djwork-box {
        height: auto;
    }

    .party-item .djwork-box .tit {
        height: auto;
    }

    .party-item .djwork-box .time {
        font-size: 0.16rem;
    }

    .party-item .twwork-box .imgs-box {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .party-item .twwork-box .bd-box {
        width: 100%;
        display: block;
        margin-top: 0.5em;
    }

    .party-item .twwork-box .bd-box .tit {
        height: auto;
    }

    .party-item .twwork-box .bd-box .time {
        font-size: 0.16rem;
        margin-top: 0.5em;
    }
}

.party-item-hd {
    width: 100%;
    overflow: hidden;
    line-height: 2.3em;
    border-bottom: solid 2px #da0000;
}

.party-item-hd .tit {
    font-size: 1.3em;
    color: #222;
    font-weight: bold;
    float: left;
}

.party-item-hd .more {
    font-size: 0.8em;
    color: #999;
    float: right;
}

.party-item-hd .more:hover {
    color: #f46f36;
}

@media screen and (max-width: 767px) {
    .party-item-hd .tit {
        font-size: 1.25em;
    }

    .party-item-hd .more {
        font-size: 0.16rem;
    }
}

.party-sec3 {
    overflow: hidden;
    margin-top: 1.7em;
}

.party-sec3 .video-list {
    margin: 0 -1.1em;
}

.party-sec3 .video-list li {
    padding: 0 1.1em;
    margin-top: 1.5em;
}

.party-sec3 .video-list .item-imgs .image {
    height: 12.1em;
}

/**** service ***/
.page-service-box .main-box {
    padding: 0;
}

.serv-det-box {
    width: 100%;
    overflow: hidden;
    padding: 1.9em 0 3.25em;
}

.serv-map-box {
    padding: 0 7.5% 0 4.6%;
}

@media screen and (max-width: 767px) {
    .serv-map-box {
        padding: 0;
    }
}

.serv-map {
    width: 100%;
    max-width: 522px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.serv-map .map {
    width: 100%;
    max-width: 100%;
    display: block;
}

.serv-map .point-box {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.serv-map .btn-point {
    width: 6.7%;
    position: absolute;
    z-index: 10;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
}

.serv-map .btn-point img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.serv-map .btn-point:hover,
.serv-map .btn-point.active {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    z-index: 20;
}

.serv-det {
    padding: 0.75em 0 0 0.1em;
}

.serv-det .company {
    font-size: 1.4em;
    line-height: 1.14em;
    color: #212121;
}

.serv-det .info-box {
    font-size: 14px;
    line-height: 1.57em;
    color: #4c4c4c;
    padding: 9px 0;
    border-top: solid 1px #41bc54;
    border-bottom: solid 1px #41bc54;
    margin-top: 1.7em;
}

.serv-det .info-box b {
    color: #333;
}

.serv-det .scope-list {
    font-size: 16px;
    line-height: 1.75em;
    color: #4c4c4c;
    margin-top: 1.75em;
}

.serv-det .scope-list li {
    margin-bottom: 10px;
}

.serv-det .scope-list h5 {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .serv-det {
        font-size: 0.2rem;
        padding-left: 0;
    }

    .serv-det .info-box {
        font-size: 0.14rem;
    }

    .serv-det .scope-list {
        font-size: 0.16rem;
        margin-top: 1em;
    }
}

.serv-ctrl-hd {
    width: 100%;
    background: #599758;
    display: table;
}

.serv-ctrl-list {
    width: 100%;
    height: 3.75em;
    line-height: 3.75em;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.serv-ctrl-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 2.4%;
    position: relative;
    line-height: 1.3em;
}

.serv-ctrl-list li.active .tit {
    opacity: 1;
}

.serv-ctrl-list li.active .icon {
    display: block;
}

.serv-ctrl-list li:hover .tit {
    color: #fff;
    opacity: 1;
}

.serv-ctrl-list .tit {
    opacity: 0.7;
    display: block;
    font-size: 16px;
    padding: 1.625em 0 1.375em;
}

.serv-ctrl-list .icon {
    width: 1.75em;
    display: none;
    position: absolute;
    left: 50%;
    top: -1.2em;
    margin-left: -0.875em;
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .serv-ctrl-list {
        font-size: 0.18rem;
        height: auto;
    }

    .serv-ctrl-list li {
        width: 16.6%;
        float: left;
        padding: 0;
    }

    .serv-ctrl-list .tit {
        font-size: 0.14rem;
        font-weight: normal;
        padding: 0.26rem 0 0.22rem;
    }
}

/***** vision ****/
.page-vision-box .main-box {
    min-height: 23.5em;
    padding-bottom: 4.5em;
}

.page-vision-box .main-box:before {
    content: '';
    display: block;
    background: url('/images/bg_02.jpg') no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -50px;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.vision-box {
    width: 100%;
    height: 23.5em;
    overflow: hidden;
    position: relative;
    background: no-repeat center bottom;
    background-size: cover;
}

.vision-box .lev-box {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.vision-box .v2 {
    width: 100%;
    max-width: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

.vision-box .tit-box {
    width: 100%;
    overflow: hidden;
    padding: 0 9%;
    font-size: 0.8em;
    line-height: 2em;
    color: #4c4c4c;
    position: absolute;
    left: 0;
    top: 27%;
    z-index: 15;
}

.vision-box .tit-box h5 {
    font-size: 1.25em;
    margin-bottom: 2px;
    font-weight: bold;
    color: #185278;
}

@media screen and (max-width: 991px) {
    .page-vision-box .main-box{
        padding-bottom: 0;
    }
    .vision-box {
        width: auto;
        height: 4.7rem;
        font-size: 0.2rem;
        margin: 0 -0.2rem;
    }

    .vision-box .tit-box {
        top: 25%;
        padding: 0 0.2rem;
        line-height: 1.5em;
    }
    .vision-box .tit-box h5{
        margin-bottom: 0.5em;
    }
}

/**** bss_clean ***/
.page-bss-box .main-box {
    padding: 0;
}

.page-bss-clean .crumbs-list-box {
    background: #f5f5f5;
}

.bss-clean-sec1 {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    padding: 2em 0 3em;
}

.bss-clean-sec1 .global-tit-box {
    margin-bottom: 1.9em;
}

.bss-clean-sec1 .sec-lf {
    padding: 0;
}

.bss-clean-sec1 .sec-bd {
    padding: 3em 0 0;
    font-size: 0.8em;
    line-height: 2em;
    color: #4c4c4c;
}

@media screen and (max-width: 767px) {
    .bss-clean-sec1 .sec-bd {
        padding-top: 2em;
        font-size: 0.16rem;
    }
}

.clean-top-slide {
    width: 15em;
    overflow: hidden;
    position: relative;
}

.clean-top-slide .image {
    width: 15em;
    height: 15em;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
}

.clean-top-slide img {
    width: 100%;
    max-width: 100%;
    display: block;
}

@media screen and (max-width: 767px) {
    .clean-top-slide {
        width: 100%;
    }
}

.clean-top-ctrl {
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0.1em;
    z-index: 10;
    line-height: 8px;
}

.clean-top-ctrl .item {
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: top;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    margin: 0 5px;
    opacity: 0.6;
    cursor: pointer;
}

.clean-top-ctrl .item.active {
    opacity: 1;
}

.bss-clean-sec2 {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 3em 0 1.8em;
}

.bss-clean-sec2 .sec2-list {
    padding: 0 5.4%;
}

.bss-clean-sec2 .sec2-list li {
    padding: 0 4.5%;
    text-align: center;
    margin-bottom: 1.5em;
}
.bss-clean-sec2 .sec2-list li:last-child{
    margin-bottom: 0;
}

.bss-clean-sec2 .sec2-list img {
    width: 100%;
    max-width: 15em;
    display: block;
    margin: 0 auto 1.3em;
}

.bss-clean-sec2 .sec2-list .tit {
    font-size: 1.2em;
    line-height: 1.17em;
    color: #333;
}

.bss-clean-sec2 .sec2-list .doc {
    width: 100%;
    height: 1.75em;
    overflow: hidden;
    font-size: 0.8em;
    line-height: 1.75em;
    color: #666;
    margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
    .bss-clean-sec2 {
        font-size: 0.2rem;
        padding: 0.4rem 0;
    }

    .bss-clean-sec2 .sec2-list img {
        max-width: 2.34rem;
        margin-bottom: 0.2rem;
    }
    .bss-clean-sec2 .sec2-list .tit{
        font-size: 0.19rem;
        line-height: 0.3rem;
    }
    .bss-clean-sec2 .sec2-list .doc {
        height: auto;
        font-size: 0.16rem;
        margin-top: 0;
    }
}

.bss-clean-sec3 {
    width: 100%;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    padding: 5.5em 0 4em;
    color: #fff;
}

.bss-clean-sec3 .data {
    font-weight: bold;
}

.bss-clean-sec3 .digitalFlv {
    font-family: Arial;
}

.bss-clean-sec3 .sec3-hd {
    width: 100%;
    overflow: hidden;
    padding-bottom: 4px;
    border-bottom: solid 1px #41bc54;
}

.bss-clean-sec3 .sec3-hd .t1 {
    font-size: 1.6em;
    line-height: 1.25em;
}

.bss-clean-sec3 .sec3-hd .t2 {
    font-size: 0.9em;
    line-height: 2.78em;
    font-weight: bold;
    margin-top: 2em;
}

.bss-clean-sec3 .sec3-hd .data {
    height: 2.53em;
    font-size: 1.5em;
    line-height: 2.53em;
}

.bss-clean-sec3 .sec3-hd .digitalFlv {
    font-size: 2.53em;
}

.bss-clean-sec3 .sec3-hd .unit {
    font-size: 0.7em;
    line-height: 2em;
    opacity: 0.8;
    margin-top: 5px;
    text-align: center;
}

.bss-clean-sec3 .data-list {
    width: 100%;
    overflow: hidden;
    margin-top: 1.4em;
}

.bss-clean-sec3 .data-list li {
    padding: 0 2em 1em;
    border-right: solid 1px rgba(255, 255, 255, 0.3);
    margin-bottom: 1.5em;
}

.bss-clean-sec3 .data-list li:last-child {
    border-right: none;
}

.bss-clean-sec3 .data-list .item-inner {
    width: 100%;
    overflow: hidden;
    background: url(/images/clean_bg.png) no-repeat center bottom;
    background-size: auto 6.25em;
    text-align: center;
}

.bss-clean-sec3 .data-list .tit {
    font-size: 0.8em;
    line-height: 1.25em;
    font-weight: bold;
}

.bss-clean-sec3 .data-list .data {
    height: 3.75em;
    font-size: 0.8em;
    line-height: 3.75em;
    margin-top: 1.625em;
}

.bss-clean-sec3 .data-list .digitalFlv {
    font-size: 3.25em;
    margin-right: 5px;
}

.bss-clean-sec3 .data-list .digitalFlv i {
    font-style: normal;
    font-size: 0.5em;
}

.bss-clean-sec3 .data-list .icon {
    height: 5.4em;
    margin-top: 2.7em;
}

@media screen and (max-width: 991px) {
    .bss-clean-sec3 {
        font-size: 0.2rem;
        padding: 3em 0 2em;
    }

    .bss-clean-sec3 .sec3-hd .digitalFlv {
        font-size: 0.55rem;
    }

    .bss-clean-sec3 .data-list li {
        padding: 0 0.1rem;
    }

    .bss-clean-sec3 .data-list .item-inner {
        background-size: auto 0.9rem;
    }

    .bss-clean-sec3 .data-list .data {
        margin-top: 1em;
    }

    .bss-clean-sec3 .data-list .digitalFlv {
        font-size: 0.3rem;
    }

    .bss-clean-sec3 .data-list .icon {
        height: 0.8rem;
        margin-top: 1em;
    }
}

@media screen and (max-width: 767px) {
    .bss-clean-sec3 .data-list li:nth-child(even) {
        border-right: none;
    }
}

.bss-clean-sec4 {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 3.9em 0 1.5em;
}

.clean-compare {
    overflow: hidden;
    margin: 0 -0.6em;
}

.clean-compare .compare-item {
    padding: 0 0.6em;
    margin-bottom: 1.5em;
}

.clean-compare .imgs-box {
    width: 100%;
    display: block;
    position: relative;
}

.clean-compare .imgs-box .bg {
    width: 100%;
    max-width: 100%;
    display: block;
    opacity: 0;
}

.clean-compare .compare-box {
    width: 100% !important;
    height: 100% !important;
    display: block;
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: 20;
}

.clean-compare .compare-box .tt {
    font-size: 0.9em;
    line-height: 1.56em;
    font-weight: bold;
    position: absolute;
    top: 0.9em;
    z-index: 10;
    white-space: nowrap;
}

.clean-compare .compare-box .tt.tt1 {
    left: 1em;
    color: #fff;
}

.clean-compare .compare-box .tt.tt2 {
    right: 1em;
    color: #333;
}

.clean-compare .tit {
    width: 100%;
    display: block;
    background: #f5f5f5;
    font-size: 0.9em;
    line-height: 2.3em;
    color: #333;
    text-align: center;
}

.clean-compare div[id^="line"] {
    border-style: dotted !important;
}

.clean-compare div[id^="line"]:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    background: url(/images/btn_01.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

@media screen and (max-width: 767px) {
    .clean-compare {
        font-size: 0.2rem;
    }
}

/**** bss_health ***/
.bss-sec-introd {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 2em 0 4.1em;
}

.bss-sec-introd .row {
    margin: 0 -5%;
}

.bss-sec-introd .global-tit-box {
    margin-bottom: 1.4em;
}

.bss-sec-introd .intord-box {
    padding: 0 5%;
}

.bss-sec-introd .intord-box .doc {
    font-size: 0.8em;
    line-height: 2em;
    color: #4c4c4c;
}

.bss-sec-introd .imgs-box {
    padding: 2.8em 5% 0;
}

.bss-sec-introd .imgs-box img {
    width: 20em;
    max-width: 100%;
    display: block;
    float: right;
}

@media screen and (max-width: 767px) {
    .bss-sec-introd{
        padding-bottom: 0.5rem;
    }
    .bss-sec-introd .intord-box .doc {
        font-size: 0.16rem;
    }
    .bss-sec-introd .imgs-box{
        padding-top: 0.4rem;
    }

    .bss-sec-introd .imgs-box img {
        width: 100%;
        float: none;
        margin: auto;
    }
}

.bss-bot-sec {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
}

.bss-health-sec2 {
    width: 100%;
    height: 17.5em;
    display: block;
    overflow: hidden;
    position: relative;
    background: no-repeat center center;
    background-size: cover;
    color: #fff;
    padding: 4em 0;
}

.bss-health-sec2 .global-inner {
    height: 100%;
}

.bss-health-sec2 .row {
    height: 100%;
}

.bss-health-sec2 .tit-box {
    padding: 0;
    height: 100%;
    position: relative;
}

.bss-health-sec2 .tit-box .tit {
    font-size: 1.6em;
    line-height: 1.5em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding-left: 1.875em;
}

.bss-health-sec2 .tit-box .tit:before {
    content: '';
    width: 1.25em;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0.75em;
}

.bss-health-sec2 .honor-box {
    padding: 0 0 0 4%;
}

.bss-health-sec2 .honor {
    width: 100%;
    overflow: hidden;
}

.bss-health-sec2 .honor .item {
    padding: 0 0.5em;
    margin-top: 1.6em;
    text-align: center;
}

.bss-health-sec2 .honor .icon {
    width: 1.7em;
    display: block;
    margin: 0 auto 0.5em;
}

.bss-health-sec2 .honor .w1 {
    font-size: 1em;
    line-height: 1.5em;
}

.bss-health-sec2 .honor .w2 {
    font-size: 1.2em;
    line-height: 1.7em;
}

.bss-health-sec2 .honor .w3 {
    font-size: 0.8em;
    line-height: 1.375em;
}

@media screen and (max-width: 991px) {
    .bss-health-sec2 {
        font-size: 0.16rem;
    }
}

@media screen and (max-width: 767px) {
    .bss-health-sec2 {
        height: auto;
    }

    .bss-health-sec2 .tit-box .tit {
        position: static;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }

    .bss-health-sec2 .honor {
        padding-left: 0;
    }
}

.bss-health-sec3 {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 3em 0 3.1em;
}

.bss-health-sec3 .sec3-list {
    overflow: hidden;
    margin: 1.6em -1.1em 0;
}

.bss-health-sec3 .sec3-list li {
    padding: 0 1.1em;
    margin-top: 1.5em;
}

.bss-health-sec3 .sec3-list li:hover .imgs-box .image {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.bss-health-sec3 .sec3-list .imgs-box {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.bss-health-sec3 .sec3-list .imgs-box .image {
    width: 100%;
    height: 13.5em;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.bss-health-sec3 .sec3-list .imgs-box img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.bss-health-sec3 .sec3-list .tit {
    font-size: 0.8em;
    line-height: 2em;
    color: #333;
    margin-top: 4px;
}

@media screen and (max-width: 767px) {
    .bss-health-sec3 .sec3-list .tit {
        font-size: 0.16rem;
    }
    .bss-health-sec3 .sec3-list{
        margin-top: 0;
    }
}

.landfill-introd {
    width: 100%;
    min-height: 10.7em;
    position: relative;
}

.landfill-introd .introd-box {
    padding: 0.6em 29% 1em 6.5%;
}

.landfill-introd .introd-box .tit {
    font-size: 1.4em;
    line-height: 1.29em;
    color: #51c262;
}

.landfill-introd .introd-box .doc {
    font-size: 0.8em;
    line-height: 2em;
    color: #4c4c4c;
    margin-top: 1.375em;
}

.landfill-introd .imgs-box {
    width: 10.7em;
    height: 10.7em;
    display: block;
    overflow: hidden;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.landfill-introd .imgs-box .image {
    width: 100%;
    height: 100%;
    display: block;
    background: no-repeat center center;
    background-size: cover;
    position: relative;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.landfill-introd .imgs-box:hover .image {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.landfill-introd .arrow-box {
    width: 1.9em;
    height: 2.3em;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1.15em 0 0 -0.95em;
}

.landfill-introd .arrow-box .line {
    width: 1px;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    margin-left: -1px;
}

.landfill-introd .arrow-box .arrow {
    width: 100%;
    height: 1em;
    display: block;
    background: url(/images/arrow_08.png) no-repeat center bottom;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    animation: hide-dt 3s infinite;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .landfill-introd .introd-box {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .landfill-introd {
        font-size: 0.2rem;
    }

    .landfill-introd .introd-box {
        padding: 0;
    }

    .landfill-introd .introd-box .tit {
        font-size: 1.2em;
    }

    .landfill-introd .introd-box .doc {
        margin-top: 1em;
    }

    .landfill-introd .imgs-box {
        position: relative;
        top: 0 !important;
        margin: 1.5em auto 0;
    }
}

.bss-health-sec4 {
    padding: 2.7em 0 3.5em;
}

.bss-health-sec4 .landfill-introd {
    min-height: 13.3em;
}

.bss-health-sec4 .landfill-introd .imgs-box {
    top: 1.8em;
}
.bss-health-sec4 .bss-slide-box{
  margin-bottom: 0;
}

.bss-slide-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 4em auto 3.5em;
}

.bss-slide-inner {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 2.7em;
    background: url(/images/bg_03.png) no-repeat center bottom;
    background-size: 50% 2.85em;
}

.bss-slide-inner img {
    width: 100%;
    max-width: 100%;
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.bss-slide-inner .tit {
    width: 100%;
    height: 2.56em;
    overflow: hidden;
    padding: 0 1em;
    font-size: 0.9em;
    line-height: 2.56em;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: -3em;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    opacity: 0;
}
.bss-slide-inner .swiper-slide.swiper-slide-active .tit{
    font-weight: bold;
    bottom: 0;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .bss-slide-inner {
        width: 82%;
        margin: 0 auto;
        background-size: 100% auto;
        overflow: visible;
    }
    .bss-slide-box{
        overflow: visible;
    }
}

.bss-slide-ctrl {
    width: 100%;
    text-align: center;
    line-height: 12px;
    margin-top: 14px;
}

.bss-slide-ctrl .item {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: top;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #ccc;
    margin: 0 9px;
    cursor: pointer;
}

.bss-slide-ctrl .item.active {
    background: #51c262;
}

@media screen and (max-width: 767px) {
    .bss-slide-ctrl {
        line-height: 0.12rem;
        margin-top: 0.1rem;
    }

    .bss-slide-ctrl .item {
        width: 0.12rem;
        height: 0.12rem;
        margin: 0 5px;
    }
}

.bss-slide-arrow {
    width: 2.4em;
    height: 2.4em;
    display: block;
    background: no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -2em;
    z-index: 20;
    opacity: 0.9;
    cursor: pointer;
}

.bss-slide-arrow.prev {
    background-image: url(/images/prev_02.png);
    left: 19%;
}

.bss-slide-arrow.next {
    background-image: url(/images/next_02.png);
    right: 19%;
}

.bss-slide-arrow:hover {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .bss-slide-arrow.prev {
        left: 1em;
    }

    .bss-slide-arrow.next {
        right: 1em;
    }
}

/**** bss-sewage ***/
.bss-sewage-sec2 {
    width: 100%;
    height: 17.5em;
    display: block;
    overflow: hidden;
    position: relative;
    background: no-repeat center center;
    background-size: cover;
    color: #fff;
    padding: 4em 0;
}

.bss-sewage-sec2 .global-inner {
    height: 100%;
}

.bss-sewage-sec2 .tit-box {
    padding: 0;
    height: 100%;
    position: relative;
}

.bss-sewage-sec2 .tit-box .tit {
    font-size: 1.6em;
    line-height: 1.5em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding-left: 1.875em;
}

.bss-sewage-sec2 .tit-box .tit:before {
    content: '';
    width: 1.25em;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0.75em;
}

@media screen and (max-width: 991px) {
    .bss-sewage-sec2 {
        font-size: 0.16rem;
    }
}

@media screen and (max-width: 767px) {
    .bss-sewage-sec2 {
        height: auto;
    }

    .bss-sewage-sec2 .tit-box .tit {
        position: static;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }
}

/**** project ****/
.page-project-box .main-box {
    padding-bottom: 3.5em;
}

.project-sec1 {
    width: 100%;
    min-height: 10.4em;
    overflow: hidden;
    position: relative;
    padding: 0.8em 0 2.3em;
}

.project-sec1 .intord-box {
    padding: 0 4% 0 0;
}

.project-sec1 .tit {
    width: 100%;
    height: 3.2em;
    display: block;
    position: relative;
}

.project-sec1 .cn {
    font-size: 1.6em;
    line-height: 1.25em;
    color: #212121;
    position: relative;
    z-index: 10;
}

.project-sec1 .en {
    font-size: 2.1em;
    line-height: 1em;
    color: #e4f5e6;
    font-weight: bold;
    position: absolute;
    left: 0.9em;
    bottom: 0;
    z-index: 1;
    white-space: nowrap;
}

.project-sec1 .doc {
    font-size: 0.8em;
    line-height: 2em;
    color: #4c4c4c;
    margin-top: 1em;
}

.project-sec1 .imgs {
    width: 7.4em;
    max-width: 100%;
    display: block;
    margin: 1em auto 0;
    position: absolute;
    right: 0;
    top: 2.4em;
}

@media screen and (max-width: 767px) {
    .project-sec1 {
        padding-top: 0;
    }

    .project-sec1 .introd-box {
        padding-right: 0;
    }

    .project-sec1 .tit {
        height: 0.5rem;
    }

    .project-sec1 .cn {
        font-size: 0.3rem;
        line-height: 0.4rem;
    }

    .project-sec1 .en {
        font-size: 0.26rem;
        line-height: 0.3rem;
    }

    .project-sec1 .doc {
        font-size: 0.16rem;
        margin-top: 0.5em;
    }

    .project-sec1 .imgs {
        position: static;
    }
}

.project-list {
    overflow: hidden;
    position: relative;
    margin: 0 -1em;
}

.project-list li {
    padding: 0 1em;
    margin-top: 2em;
}
@media screen and (max-width: 767px){
    .project-list li {
        margin-top: 1em;
    }
}

.project-list .item-inner {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.project-list .item-inner:hover .item-imgs .image {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.project-list .item-inner:hover .item-tit {
    background: rgba(0, 0, 0, 0.5);
}

.project-list .item-imgs {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.project-list .item-imgs .image {
    width: 100%;
    height: 17em;
    display: block;
    overflow: hidden;
    position: relative;
    background: no-repeat center center;
    background-size: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.project-list .item-imgs img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.project-list .item-tit {
    width: 100%;
    height: 2.5em;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 1.2em;
    line-height: 2.5em;
    color: #fff;
    padding: 0 0.8em;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

/*** bss_biogas ***/
.bga-data {
    width: 100%;
    display: table;
    overflow: hidden;
    padding: 0 2.6%;
    margin: 3em 0 0.5em;
}

.bga-data li {
    width: 25%;
    padding: 0 0.5em;
    overflow: hidden;
    display: table-cell;
    margin-top: 1em;
}

.bga-data .item-inner {
    width: 100%;
    display: table;
}

.bga-data .item-icon {
    width: 5em;
    display: block;
    float: left;
    margin-right: 1.2em;
}

.bga-data .item-bd {
    width: 10000px;
    height: 5em;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}

.bga-data .data {
    font-size: 0.8em;
    line-height: 2.5em;
    color: #999;
}

.bga-data .num {
    font-size: 2.375em;
    font-family: Arial;
    color: #4c4c4c;
    font-weight: bold;
}

.bga-data .txt {
    font-size: 0.9em;
    line-height: 1.56em;
    color: #999;
    margin-top: 3px;
}

@media screen and (max-width: 1440px) {
    .bga-data {
        padding: 0;
    }

    .bga-data .item-icon {
        margin-right: 1em;
    }
}

@media screen and (max-width: 991px) {
    .bga-data {
        font-size: 0.16rem;
        margin-top: 0.2rem;
    }

    .bga-data li {
        width: 50%;
        float: left;
    }
    .bga-data .item-icon{
        width: 0.5rem;
        margin-right: 0.5em;
    }
    .bga-data .item-bd{
        height: 0.5rem;
    }
    .bga-data .num{
        font-size: 1.5em;
    }
    .bga-data .txt{
        font-size: 0.8em;
        margin-top: 0;
    }
}

/**** bss_science ****/
.page-bss-science .main-box {
    padding: 0.5em 0 3.5em;
}

.science-item-box {
    width: 100%;
    display: table;
    background: #fff;
    position: relative;
    margin-top: 1em;
}

.science-item-box:nth-child(even):after {
    left: auto;
    right: 0;
}

.science-item-box:nth-child(even) .item-imgs {
    float: left;
}

.science-item-box:nth-child(even) .item-bd {
    float: right;
}

.science-item-box:after {
    content: '';
    width: 0;
    height: 3px;
    display: block;
    background: #51c262;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.science-item-box:hover .item-imgs .image {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
.science-item-box:hover .item-tit .cn{
    color: #51c262;
}

.science-item-box:hover:after {
    width: 63%;
}

.science-item-box .item-imgs {
    width: 37%;
    float: right;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.science-item-box .item-imgs .image {
    width: 100%;
    height: 19em;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.science-item-box .item-imgs img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.science-item-box .item-bd {
    width: 63%;
    height: 19em;
    padding: 3.1em 2.75em 3.1em 4.5em;
    float: left;
}

.science-item-box .item-tit {
    padding-left: 2.5em;
    position: relative;
}

.science-item-box .item-tit:before {
    content: '';
    width: 2em;
    height: 2px;
    display: block;
    background: #51c262;
    position: absolute;
    left: 0;
    top: 0.95em;
}

.science-item-box .item-tit .cn {
    height: 1.25em;
    font-size: 1.6em;
    line-height: 1.25em;
    color: #212121;
}

.science-item-box .item-tit .en {
    font-size: 1.2em;
    line-height: 1.25em;
    color: #e5e5e5;
    margin-top: 0.17em;
}

.science-item-box .item-doc {
    height: 8.75em;
    overflow: hidden;
    font-size: 0.8em;
    line-height: 1.75em;
    color: #4c4c4c;
    margin-top: 1.25em;
    padding-left: 3.125em;
}

.science-item-box .mCSB_inside>.mCSB_container {
    margin-right: 2.188em;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .science-item-box .item-bd {
        padding-left: 2.5em;
        padding-right: 1.5em;
    }

    .science-item-box .mCSB_inside>.mCSB_container {
        margin-right: 1.25em;
    }
}

@media screen and (max-width: 767px) {
    .science-item-box:after {
        display: none;
    }

    .science-item-box .item-imgs {
        width: 100%;
        float: none !important;
    }

    .science-item-box .item-bd {
        width: 100%;
        height: auto;
        display: block;
        padding: 2em 1em;
        float: none !important;
    }

    .science-item-box .item-tit {
        font-size: 0.16rem;
    }

    .science-item-box .item-tit .cn{
        color: #51c262;
    }

    .science-item-box .item-doc {
        height: auto;
        font-size: 0.16rem;
        padding-left: 2.5em;
        margin-top: 0.5em;
    }

    .science-item-box .mCSB_inside>.mCSB_container {
        margin-right: 0;
    }
}

/**** result ***/
.result-top {
    background: #f2f2f2;
    padding: 1.5em 1.76% 0.75em 1.76%;
    margin-bottom: 2em;
}

.result-top .cont {
    overflow: hidden;
}

.result-top .sou-box {
    width: 46.6%;
    float: left;
    height: 2.857em;
    line-height: 2.6em;
    font-size: 14px;
}

.result-top .sou-box a {
    display: block;
    width: 15.69%;
    height: 100%;
    float: left;
    text-align: center;
    background: #00a0ea;
}

.result-top .sou-box img {
    width: 20px;
}

.result-top input[type='text'] {
    width: 84.31%;
    height: 100%;
    line-height: 2.6em;
    float: left;
    border: 1px solid #cccccc;
    background: #fff;
    padding: 0 3%;
    border-right: none;
}

.result-top input[type='text']::-webkit-input-placeholder {
    color: #999999;
}

.result-top .doc {
    width: 53.4%;
    float: left;
    font-size: 14px;
    line-height: 2.857em;
    padding-left: 1.125em;
}

.result-top .doc span {
    color: #de0013;
}

.result-top .tip {
    font-size: 14px;
    color: #666666;
    line-height: 2.286em;
}

@media screen and (max-width: 767px) {
    .result-top {
        margin: 0 -0.2rem 0.2rem;
        padding: 1.5em 0.2rem 0.5em;
    }

    .result-top .sou-box {
        width: 100%;
        font-size: 0.16rem;
    }

    .result-top .doc {
        width: 100%;
        padding-left: 0;
        font-size: 0.16rem;
    }

    .result-top .tip {
        display: none;
    }
}

/**** 友情链接 ***/
.blogroll-list {
    overflow: hidden;
    margin: 0 -10px;
}

.blogroll-list li {
    float: left;
    overflow: hidden;
    width: 20%;
    margin-bottom: 1.5em;
    padding: 0 10px;
}

.blogroll-list a {
    width: 100%;
    display: block;
    border: 1px solid #d9d9d9;
}

.blogroll-list img {
    width: 100%;
    max-width: 100%;
    display: block;
}

@media screen and (max-width: 1200px) {
    .blogroll-list li {
        width: 25%;
    }
}

@media screen and (max-width: 991px) {
    .blogroll-list li {
        width: 33%;
    }
}

@media screen and (max-width: 767px) {
    .blogroll-list li {
        width: 50%;
    }
}

/**** 网站地图 ****/
.siteMap-box .item {
    margin-bottom: 2.5em;
}

.siteMap-box .name {
    color: #154374;
    font-size: 1.3em;
    padding-bottom: 0.5em;
    background: url(/images/siteMap-namebg.png) left bottom repeat-x;
}

.siteMap-box .name a {
    display: inline-block;
    border-left: 4px solid #00a0ea;
    line-height: 1em;
    padding-left: 0.423em;
    color: #154374;
}

.siteMap-box .name a:hover {
    color: #00a0ea;
}

.siteMap-box .list {
    margin-top: 1.625em;
    overflow: hidden;
}

.siteMap-box .list li {
    float: left;
    margin-right: 6.4%;
    line-height: 1.5625em;
    margin-bottom: 0.9375em;
}

.siteMap-box .list li.last {
    margin-right: 0;
}

.siteMap-box .list a {
    color: #333;
    display: inline-block;
    padding-left: 1.75em;
    position: relative;
}

.siteMap-box .list a:before {
    content: '>>';
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
}

.siteMap-box .list a:hover {
    color: #00a0ea;
}

/**** copyright-box ***/
.copyright-box {
    background: #f5f5f5;
    min-height: 200px;
    border-top: 3px solid #00a0ea;
}

.copyright-box .name {
    font-size: 1.3em;
    text-align: center;
    line-height: 2.923em;
}

.copyright-box .doc {
    border-top: 2px solid #fff;
    font-size: 14px;
    line-height: 2em;
    padding: 1.929em 3% 9em;
}

.copyright-box .doc h3 {
    font-size: 1.125em;
}

@media screen and (max-width: 767px) {
    .copyright-box {
        margin: 0 -0.2rem;
        padding: 0 0.2rem;
    }

    .copyright-box .name {
        font-size: 0.24rem;
    }

    .copyright-box .doc {
        font-size: 0.16rem;
        padding: 1.929em 0 3em;
    }
}

/**** travel-spot ****/
.tvspot-top-box {
    width: 100%;
    height: 12em;
    overflow: hidden;
    position: relative;
    background: url(/images/tvpot_08.jpg) no-repeat center center;
    background-size: cover;
}

.tvspot-map-open {
    font-size: 0.8em;
    line-height: 2.125em;
    color: #fff;
    text-align: center;
    display: block;
    width: 7.5em;
    height: 2.125em;
    background: rgba(0, 0, 0, 0.23);
    position: absolute;
    right: 0.625em;
    bottom: 0.625em;
    z-index: 5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all 0.3s linear;
}

.tvspot-map-open span {
    margin-left: 6px;
}

.tvspot-map-open:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
}

.tvspot-list {
    overflow: hidden;
    margin: 1.5em -0.5em -1.2em;
}

.tvspot-list .item {
    padding: 0 0.5em;
    margin-bottom: 1.2em;
}

.tvspot-list .item-inner {
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.tvspot-list .item-imgs {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.tvspot-list .item-imgs .image {
    width: 100%;
    height: 7.9em;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
}

.tvspot-list .item-imgs img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.tvspot-list .item-bd {
    padding-top: 5px;
    text-align: center;
}

.tvspot-list .item-tit {
    height: 1.625em;
    overflow: hidden;
    font-size: 0.8em;
    line-height: 1.625em;
    color: #333;
}

.pop-tvspot-det .pop-zhe {
    background: rgba(0, 0, 0, 0.7);
}

.pop-tvspot-det .pop-inner {
    max-width: 44em;
    background: #ebf2e6;
    padding: 1.5625em 2.5em 3em;
    border-radius: 0.625em;
    -webkit-border-radius: 0.625em;
    font-size: 0.8em;
}

.pop-tvspot-det .tit {
    font-size: 1.5em;
    line-height: 1.4em;
    color: #333;
    font-weight: bold;
}

.pop-tvspot-det .pop-close {
    background-image: url('/images/close_03.png');
    right: 0.875em;
    top: 0.875em;
}

.pop-tvspot-det .pop-bd {
    width: 100%;
    max-height: 33.125em;
    font-size: 1em;
    line-height: 1.625em;
    color: #474747;
    margin-top: 0.625em;
    padding: 0;
    background: transparent;
}

.pop-tvspot-det .pop-bd img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
    .tvspot-list .item-tit {
        height: auto;
    }
}

.pop-tvspot-map {
    background: #2a4034;
    font-size: 0.8em;
}

.pop-tvspot-map .map-box {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1030;
}

.pop-tvspot-map .map-box img {
    display: block;
}

.pop-tvspot-map .map-tips {
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1040;
    font-size: 0.875em;
    line-height: 1.286em;
    color: #fff;
}

.pop-tvspot-map .map-tips .item {
    width: 3.4em;
    height: 3.4em;
    display: block;
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    margin-bottom: 1px;
}

.pop-tvspot-map .map-tips img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.pop-tvspot-map .map-tips .txt {
    padding: 0.4em 0.5em;
}

.pop-tvspot-map .pop-close {
    background-position: center center;
    position: fixed;
    right: 0.875em;
    top: 0.875em;
    z-index: 1040;
}

/**** travel_route ****/
.tvroute-imgs {
    width: 100%;
    margin-top: 1.375em;
}

.tvroute-imgs img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.tvroute-list-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 1.75em;
}

.tvroute-tips {
    width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 1em;
    line-height: 1.625em;
    color: #666;
}

.tvroute-tips .global-inner {
    padding: 0.5em 0;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .tvroute-tips .global-inner {
        padding: 0.5em 0.2rem 1em;
    }
}

.tvroute-tips .tit {
    color: #00a0ea;
    font-size: 1em;
    float: left;
    position: relative;
    z-index: 5;
}

.tvroute-tips .word {
    font-size: 0.875em;
    float: left;
    position: relative;
    z-index: 5;
}

.tvroute-tips .line {
    width: 100%;
    height: 2px;
    display: block;
    background: #ccc;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.tvroute-tips .line2 {
    width: 4.8em;
    height: 2px;
    display: block;
    background: #00a0ea;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.tvroute-list {
    overflow: hidden;
    position: relative;
    margin-top: 2.5em;
}

.tvroute-item {
    width: 100%;
    position: relative;
    margin-bottom: 3.75em;
}

.tvroute-item:before,
.tvroute-item:after {
    content: '';
    display: table;
    clear: both;
}

.tvroute-item-slide {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.tvroute-item:nth-child(even) .tvroute-item-slide {
    float: right;
}

.tvroute-item-slide .image {
    width: 100%;
    height: 21.25em;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
}

.tvroute-item-slide img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.tvroute-ctrl {
    width: 1.75em;
    height: 1.75em;
    display: block;
    overflow: hidden;
    position: absolute;
    border: solid 1px #fff;
    background: rgba(255, 255, 255, .2);
    top: 50%;
    margin: -0.875em 0 0;
    z-index: 10;
    cursor: pointer;
}

.tvroute-ctrl.swiper-button-disabled {
    display: none;
}

.tvroute-ctrl .arrow {
    width: 0.625em;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -0.3125em;
    background: url('/images/arrow_12.png') no-repeat center center;
    background-size: 0.625em auto;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.tvroute-ctrl .line {
    width: 0;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.tvroute-ctrl:hover .line {
    width: 1em;
}

.tvroute-ctrl.prev {
    left: 10px;
}

.tvroute-ctrl.prev .arrow {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

.tvroute-ctrl.prev .line {
    right: 0.3125em;
}

.tvroute-ctrl.next {
    right: 10px;
}

.tvroute-ctrl.next .line {
    left: 0.3125em;
}

.tvroute-ctrl.prev:hover .arrow {
    transform: translateX(-0.3em) rotateY(180deg);
    -webkit-transform: translateX(-0.3em) rotateY(180deg);
    -ms-transform: translateX(-0.3em) rotateY(180deg);
}

.tvroute-ctrl.next:hover .arrow {
    transform: translateX(0.3em);
    -webkit-transform: translateX(0.3em);
    -ms-transform: translateX(0.3em);
}

.tvroute-item-bd {
    padding: 1.125em 0 0 3.125em;
}

.tvroute-item:nth-child(even) .tvroute-item-bd {
    padding: 1.125em 3.125em 0 0;
}

.tvroute-item-bd .item-tit {
    font-size: 1.5em;
    line-height: 1.5em;
    color: #212121;
    padding-bottom: 2em;
    border-bottom: dotted 1px #d5dae1;
}

.tvroute-item-bd .item-tit .num {
    font-size: 0.75em;
    line-height: 1.78em;
}

.tvroute-item-bd .item-tit .tit {
    font-size: 1em;
}

.tvroute-item-bd .item-desc {
    font-size: 1em;
    line-height: 1.625em;
    color: #666;
    margin-top: 1.875em;
}

.tvroute-item .item-adorn {
    display: block;
    background: no-repeat center bottom;
    background-size: contain;
    position: absolute;
    bottom: 50%;
    z-index: 1;
}

.tvroute-item:first-child .item-adorn {
    display: none;
}

.tvroute-item:nth-child(odd) .item-adorn {
    left: 0;
}

.tvroute-item:nth-child(even) .item-adorn {
    right: 0;
}

.tvroute-item:nth-child(4n+1) .item-adorn {
    width: 12.8em;
    height: 19em;
    background-image: url('/images/route_04.png');
}

.tvroute-item:nth-child(4n+2) .item-adorn {
    width: 12em;
    height: 20.875em;
    background-image: url('/images/route_03.png');
}

.tvroute-item:nth-child(4n+3) .item-adorn {
    width: 12.25em;
    height: 21.125em;
    background-image: url('/images/route_02.png');
}

.tvroute-item:nth-child(4n+4) .item-adorn {
    width: 12.75em;
    height: 18.75em;
    background-image: url('/images/route_05.png');
}

@media screen and (max-width: 767px) {
    .tvroute-item-bd {
        padding: 1em 0 0 !important;
    }

    .tvroute-item-slide {
        float: none !important;
    }

    .tvroute-item-bd .item-tit {
        padding-bottom: 0.5em;
    }

    .tvroute-item-bd .item-desc {
        margin-top: 10px;
    }
}

/**** travel_spot ***/
.tvspot-top-box {
    width: 100%;
    height: 15em;
    overflow: hidden;
    position: relative;
    background: url(/images/tvpot_08.jpg) no-repeat center center;
    background-size: cover;
}

.tvspot-map-open {
    font-size: 1em;
    line-height: 2.125em;
    color: #fff;
    text-align: center;
    display: block;
    width: 7.5em;
    height: 2.125em;
    background: rgba(0, 0, 0, .23);
    position: absolute;
    right: 0.625em;
    bottom: 0.625em;
    z-index: 5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all 0.3s linear;
}

.tvspot-map-open span {
    margin-left: 6px;
}

.tvspot-map-open:hover {
    color: #fff;
    background: rgba(0, 0, 0, .4);
}

.tvspot-list {
    overflow: hidden;
    margin: 1.875em -0.625em -1.5em;
}

.tvspot-list .item {
    padding: 0 0.625em;
    margin-bottom: 1.5em;
}

.tvspot-list .item-inner {
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.tvspot-list .item-imgs {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.tvspot-list .item-imgs .image {
    width: 100%;
    height: 9.875em;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
}

.tvspot-list .item-imgs img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.tvspot-list .item-bd {
    padding-top: 5px;
    text-align: center;
}

.tvspot-list .item-tit {
    height: 1.625em;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.625em;
    color: #333;
}

.pop-tvspot-det .pop-zhe {
    background: rgba(0, 0, 0, 0.7);
}

.pop-tvspot-det .pop-inner {
    max-width: 44em;
    background: #ebf2e6;
    padding: 1.5625em 2.5em 3em;
    border-radius: 0.625em;
    -webkit-border-radius: 0.625em;
}

.pop-tvspot-det .tit {
    font-size: 1.5em;
    line-height: 1.4em;
    color: #333;
    font-weight: bold;
}

.pop-tvspot-det .pop-close {
    background-image: url('/images/close_04.png');
    right: 0.875em;
    top: 0.875em;
}

.pop-tvspot-det .pop-bd {
    width: 100%;
    max-height: 33.125em;
    font-size: 1em;
    line-height: 1.625em;
    color: #474747;
    margin-top: 0.625em;
    padding: 0;
    background: transparent;
}

.pop-tvspot-det .pop-bd img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
    .tvspot-list .item-tit {
        height: auto;
    }
}

.pop-tvspot-map {
    background: #2a4034;
}

.pop-tvspot-map .map-box {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1030;
}

.pop-tvspot-map .map-box img {
    display: block;
}

.pop-tvspot-map .map-tips {
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1040;
    font-size: 0.875em;
    line-height: 1.286em;
    color: #fff;
}

.pop-tvspot-map .map-tips .item {
    width: 3.4em;
    height: 3.4em;
    display: block;
    background: rgba(255, 255, 255, .4);
    text-align: center;
    margin-bottom: 1px;
}

.pop-tvspot-map .map-tips img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.pop-tvspot-map .map-tips .txt {
    padding: 0.4em 0.5em;
}

.pop-tvspot-map .pop-close {
    background-position: center center;
    position: fixed;
    right: 0.875em;
    top: 0.875em;
    z-index: 1040;
}

/**** travel_notice ****/
.tvnotice-hd {
    width: 100%;
    height: 13.75em;
    display: table;
    background: url('/images/tvnotice_01.jpg') no-repeat center center #94cb88;
    background-size: contain;
    margin-top: 1em;
}

.tvnotice-hd .item {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.tvnotice-hd a {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.tvnotice-hd .icon {
    width: 5em;
    display: block;
    float: left;
    margin-right: 1.5em;
}

.tvnotice-hd .bd {
    width: 8em;
    height: 5em;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    text-align: left;
}

.tvnotice-hd h5 {
    font-size: 1.125em;
    line-height: 2em;
    color: #fff;
    font-weight: bold;
}

.tvnotice-hd .viewdet {
    display: block;
    font-size: 0.875em;
    line-height: 1.57em;
    color: #fff;
    margin-top: 0.4em;
}

.tvnotice-hd .viewdet img {
    margin: -2px 0 0 1em;
}

@media screen and (max-width: 1085px) {
    .tvnotice-hd {
        height: auto;
        padding: 1.5em 1em;
    }

    .tvnotice-hd a {
        width: 4em;
    }

    .tvnotice-hd .icon {
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .tvnotice-hd .bd {
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
        margin-top: 0.5em;
        white-space: normal;
    }

    .tvnotice-hd h5 {
        height: 3.25em;
        font-size: 1em;
        line-height: 1.5em;
    }

    .tvnotice-hd .viewdet {
        display: none;
    }
}

.tvnotice-item {
    color: #666;
}

.tvnotice-item .item-tit {
    font-size: 1.5em;
    line-height: 1.5em;
    color: #212121;
}

.tvnotice-item .doc {
    font-size: 14px;
    line-height: 32px;
}

.tvnotice-item.safety,
.tvnotice-item.jqczl {
    padding: 3.5em 0 4.5em;
}

.tvnotice-item.safety .doc,
.tvnotice-item.jqczl .doc {
    margin-top: 1em;
}

.tvnotice-item.guide {
    padding: 4em 0 4.5em;
    background: #f2f4f7;
    position: relative;
}

.tvnotice-item.guide .bg {
    width: 200%;
    height: 100%;
    display: block;
    background: #f2f4f7;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -100%;
    z-index: 1;
}

.tvnotice-item.guide .addr {
    font-size: 14px;
    line-height: 2em;
    margin-top: 1em;
}

.tvnotice-item.guide .addr img {
    width: 1em;
    margin: -3px 5px 0 0;
}

.tvnotice-item.guide .guide-list {
    overflow: hidden;
    margin: 0 -1.125em;
}

.tvnotice-item.guide .guide-list .item {
    padding: 0 1.125em;
    margin-top: 1.625em;
}

.tvnotice-item.guide .guide-list .inner {
    width: 100%;
    overflow: hidden;
    border: solid 1px #c8cacc;
}

.tvnotice-item.guide .guide-list .hd {
    width: 100%;
    overflow: hidden;
    padding: 0 1.125em;
    font-size: 16px;
    line-height: 2.875em;
    color: #333;
    border-bottom: solid 1px #c8cacc;
    background: #fff;
}

.tvnotice-item.guide .guide-list .bd {
    height: 14.275em;
    overflow: hidden;
    padding: 1.25em 0;
}

.tvnotice-item.guide .guide-list .doc {
    padding: 0 1.429em;
}

.tvnotice-item.guide .guide-list .doc span {
    color: #212121;
}

.tvnotice-item.tourist {
    padding: 3.375em 0 4em;
}

.tvnotice-item.tourist .tips {
    margin-top: 1em;
}

.tvnotice-item.tourist .tourist-det {
    padding: 2em 0 1.9em;
    border-bottom: dotted 1px #808080;
    margin-bottom: 1em;
}

.tvnotice-item.tourist .det-tit {
    font-size: 1.286em;
    line-height: 1.78em;
    color: #333;
}

.tvnotice-item.tourist .det-bd {
    margin-top: 0.857em;
}

.tvnotice-item .table-box {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    position: relative;
    margin-top: 1em;
    -webkit-overflow-scrolling: touch;
}

.tvnotice-item .table-box .inner {
    width: 100%;
    min-width: 40em;
    -webkit-overflow-scrolling: touch;
}

.tvnotice-item table {
    width: 100%;
    max-width: 100%;
    border: solid 1px #dadfe6;
}

.tvnotice-item th,
.tvnotice-item td {
    border: solid 1px #dadfe6;
    background: #fff;
    vertical-align: middle;
    padding: 1.2em;
    word-wrap: break-word;
    word-break: break-all;
}

.tvnotice-item th {
    background: #f2f4f7;
    font-size: 1.286em;
    line-height: 1.78em;
    color: #333;
}

.tvnotice-item.tourist .tourist-det.det1 table {
    text-align: center;
}

.tvnotice-item.tourist .tourist-det.det1 th {
    width: 25%;
    text-align: center;
}

.tvnotice-item.tourist .tourist-det.det4 .table-box .inner {
    max-width: 50em;
}

.tvnotice-item.tourist .tourist-det.det4 th {
    width: 25.5%;
    font-size: 1em;
}

.tvnotice-item.tourist .tourist-det.det6 {
    border-bottom: none;
}

.tvnotice-item.tourist .tourist-det.det6 .det-bd {
    padding: 0;
}

.tvnotice-item.tourist .tourist-det.det6 .det-wx {
    padding: 0;
}

.tvnotice-item.tourist .tourist-det.det6 .wx-box {
    width: 9em;
    float: right;
    margin: 1.571em 5.7em 0 0;
    text-align: center;
    font-size: 1.143em;
    line-height: 2em;
    color: #00a0ea;
}

.tvnotice-item.tourist .tourist-det.det6 .wx-box .imgs {
    width: 100%;
    overflow: hidden;
    border: solid 1px #00a0ea;
}

.tvnotice-item.tourist .tourist-det.det6 .wx-box img {
    width: 100%;
    max-width: 100%;
    display: block;
}

@media screen and (max-width: 767px) {
    .tvnotice-item {
        padding: 3em 0 !important;
    }

    .tvnotice-item.guide .guide-list .bd {
        height: auto;
    }

    .tvnotice-item.tourist .tourist-det.det6 .wx-box {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

/**** travel_station ****/
.tvstat-slide-box {
    margin-top: 1.375em;
    overflow: hidden;
    position: relative;
}

.tvstat-slide-item {
    position: relative;
}

.tvstat-slide-box .swiper-wrapper {
    position: relative;
}

.tvstat-slide-item .swiper-slide {
    width: 100%;
    height: 35em;
    display: block;
    overflow: hidden;
    position: relative;
}

.tvstat-slide-imgs {
    width: 100%;
    position: relative;
}

.tvstat-slide-imgs .imgs {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    background: no-repeat center center;
    background-size: cover;
}

.tvstat-slide-page {
    height: 0.75em;
    text-align: center;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 1.25em;
    z-index: 20;
}

.tvstat-slide-page .item {
    width: 0.75em;
    height: 0.75em;
    display: inline-block;
    vertical-align: top;
    border: solid 1px #fff;
    background: #fff;
    opacity: 0.8;
    margin: 0 0.5em;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    cursor: pointer;
}

.tvstat-slide-page .item.active {
    background: #00a0ea;
    opacity: 1;
}

.tvstat-slide-bd {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    padding: 9.125em 3%;
    background: rgba(0, 159, 234, .9);
}

.tvstat-slide-bd .tit {
    font-size: 1.125em;
    line-height: 2em;
    color: #fff;
    font-weight: bold;
}

.tvstat-slide-bd .info {
    font-size: 0.875em;
    line-height: 2em;
    color: #fff;
    margin-top: 1em;
}

.tvstat-slide-ctrl {
    width: 5.875em;
    height: 2.875em;
    display: block;
    background: rgba(255, 255, 255, .8);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 20;
}

.tvstat-slide-ctrl .le {
    width: 2px;
    height: 1em;
    display: block;
    background: #aac8d7;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -0.5em 0 0 -1px;
}

.tvstat-slide-ctrl .ctrl {
    width: 50%;
    height: 2.875em;
    display: block;
    float: left;
    position: relative;
    cursor: pointer;
}

.tvstat-slide-ctrl .arrow {
    width: 0.625em;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -0.3125em;
    background: url('/images/arrow_11.png') no-repeat center center;
    background-size: 0.625em auto;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.tvstat-slide-ctrl .line {
    width: 0;
    height: 2px;
    display: block;
    background: #00a0ea;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.tvstat-slide-ctrl .ctrl:hover .line {
    width: 1em;
}

.tvstat-slide-ctrl .ctrl.prev .arrow {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

.tvstat-slide-ctrl .ctrl.prev .line {
    right: 1em;
}

.tvstat-slide-ctrl .ctrl.next .line {
    left: 1em;
}

.tvstat-slide-ctrl .ctrl.prev:hover .arrow {
    transform: translateX(-0.3em) rotateY(180deg);
    -webkit-transform: translateX(-0.3em) rotateY(180deg);
    -ms-transform: translateX(-0.3em) rotateY(180deg);
}

.tvstat-slide-ctrl .ctrl.next:hover .arrow {
    transform: translateX(0.3em);
    -webkit-transform: translateX(0.3em);
    -ms-transform: translateX(0.3em);
}

@media (min-width: 768px) {
    .tvstat-slide-page {
        width: 50% !important;
    }
}

@media (min-width: 992px) {
    .tvstat-slide-page {
        width: 66.66666667% !important;
    }
}

@media screen and (max-width: 767px) {
    .tvstat-slide-item .swiper-slide {
        height: 15.625em;
    }

    .tvstat-slide-bd {
        height: auto;
        position: static;
        padding: 1.875em 4% 4.25em;
    }

    .tvstat-slide-bd .info {
        margin-top: 2px;
    }
}

.tvstat-list-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 2em;
    margin-bottom: 3.75em;
}

.tvstat-list-box .level-tit {
    display: block;
    font-size: 1.125em;
    line-height: 2em;
    color: #333;
    margin-bottom: 0.67em;
}

.tvstat-list-table {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    position: relative;
    margin-top: 1em;
    -webkit-overflow-scrolling: touch;
}

.tvstat-list-table .inner {
    width: 100%;
    min-width: 55em;
    -webkit-overflow-scrolling: touch;
}

.tvstat-list-table table {
    width: 100%;
    max-width: 100%;
    border: solid 1px #dadfe6;
}

.tvstat-list-table th,
.tvstat-list-table td {
    border: solid 1px #dadfe6;
    background: #fff;
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
}

.tvstat-list-table th {
    width: 20%;
    height: 2.67em;
    background: #f2f4f7;
    font-size: 1.125em;
    line-height: 1.78em;
    color: #333;
    padding: 0.38em 0.78em;
}

.tvstat-list-table th:last-child {
    max-width: 124px;
}

.tvstat-list-table td {
    height: 5em;
    font-size: 14px;
    line-height: 1.57em;
    color: #666;
    padding: 0.5em 1em;
}

/*** plane ****/
.plane-lev-box{
  width: 100%;
  overflow: hidden;
  font-size: 1.875em;
  line-height: 2.33em;
  color: #212121;
}
@media screen and (max-width: 1440px){
  .plane-lev-box{
    font-size: 1.75em;
  }
}
.plane-lev-box a{
  float: left;
  position: relative;
  padding-right: 22px;
  margin-right: 25px;
}
.plane-lev-box a:after{
  content: '';
  width: 1px;
  height: 20px;
  display: block;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.plane-lev-box a:last-child{
  margin-right: 0;
  padding-right: 0;
}
.plane-lev-box a:last-child:after{
  display: none;
}
.plane-lev-box a.active{
  color: #41bc54;
}
.pc-plane-hd {
    width: 100%;
    overflow: hidden;
    background: #ededed;
    position: relative;
    padding: 10px 0 10px 20px;
}

.pc-plane-hd .plane-nav {
    float: left;
    overflow: hidden;
}

.pc-plane-hd .plane-nav li {
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 25px;
}
.pc-plane-hd .plane-nav li:last-child{
    margin-right: 0;
}

.pc-plane-hd .plane-nav a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
}
.pc-plane-hd .plane-nav li:before{
  content: '';
  width: 0;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  background-color: #40cd68;
  margin: -1px 10px 0 0;
}
.pc-plane-hd .plane-nav li.active:before{
  width: 18px;
}
.pc-plane-hd .plane-nav li.active a,
.pc-plane-hd .plane-nav li:hover a{
  color: #41bc54;
}


.pc-plane-hd .plane-sch {
    width: 25.6%;
    max-width: 246px;
    float: right;
    padding: 0 3.25em 0 0.9375em;
    position: relative;
}

.pc-plane-hd .plane-sch input {
    background: none;
    width: 100%;
    height: 30px;
    display: block;
    border: none;
    font-size: 1em;
    line-height: 30px;
    color: #333;
}

.pc-plane-hd .plane-sch .btn-sch {
    width: 3.25em;
    height: 100%;
    display: block;
    background: url('/images/btn_02.png') no-repeat center center;
    background-size: 1.375em auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
@media screen and (max-width: 767px){
    .pc-plane-hd {
        background-color: transparent;
        padding: 0;
    }
    .pc-plane-hd .plane-nav {
        float: none;
        width: 100%;
        overflow: hidden;
        background: #ededed;
        position: relative;
        padding: 10px 0 10px 20px;
    }
    .pc-plane-hd .plane-sch {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        background: #fff;
        border-bottom: solid 1px #e0e0e0;
        margin-top: 1em;
        padding: 0;
    }

    .pc-plane-hd .plane-sch input {
        width: 100%;
        height: 2.375em;
        display: block;
        background: none;
        font-size: 0.16rem;
        line-height: 2.375em;
        color: #333;
        border: none;
    }

    .pc-plane-hd .plane-sch .btn-sch {
        width: 2.375em;
        height: 100%;
        display: block;
        overflow: hidden;
        background: url('/images/btn_03.png') no-repeat center center;
        background-size: 1.5em auto;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
    }
}


.plane-list{
  min-height: 53em;
  overflow: hidden;
  margin: 0 -1.4em;
}
.plane-list li{
  padding:  0 1.4em;
  margin-top: 2.8em;
}
.plane-list .item-inner{
  width: 100%;
  height: 24em;
  display: block;
  overflow: hidden;
  position: relative;
  border: solid 1px #e5e5e5;
}
.plane-list .item-imgs{
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  transition: all 0.6s linear;
}
.plane-list .item-tit{
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  font-size: 14px;
  transition: all 0.3s linear;
}
.plane-list .item-tit .tit{
  display: block;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
  color: #4c4c4c;
}
.plane-list .item-tit .viewdet{
  width: 90px;
  height: 26px;
  display: block;
  line-height: 24px;
  color: #fff;
  border: solid 1px #fff;
  text-align: center;
  margin: 15px auto 0;
}
@media screen and (min-width: 992px){
  .plane-list .item-inner:hover .item-imgs{
    transform: scale(1.1, 1.1);
  }
  .plane-list .item-inner:hover .item-tit{
    height: 110px;
    background-color: #51c262;
  }
  .plane-list .item-inner:hover .item-tit .tit{
    color: #fff;
  }
}
@media screen and (max-width: 991px){
  .plane-list{
    margin: 0 -0.1rem;
  }
  .plane-list li{
    padding: 0 0.1rem;
    margin-top: 0.4rem;
  }
  .plane-list .item-inner{
    height: 3.85rem;
  }
  .plane-list .item-tit{
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media screen and (max-width: 767px){
  .plane-list .item-inner{
    height: 2.5rem;
  }
  .plane-list li{
    margin-top: 0.3rem;
  }
}

.pop-plane-box .pop-zhe{
    background: rgba(0,0,0,.85);
    position: fixed;
}
.pop-plane-box .pop-close{
    width: 2.75em;
    height: 2.75em;
    background: url('/images/close_02.png') no-repeat center center;
    background-size: contain;
    right: 4%;
    top: 4.5em;
    position: fixed;
}
.pop-plane-box .plane-det{
    width: 90%;
    max-width: 1435px;
    padding: 4.375em 0;
    overflow: hidden;
    margin:  0 auto;
    position: relative;
    z-index: 1030;
}
.pop-plane-box .tit{
    font-size: 1.5em;
    line-height: 1.25em;
    color: #fff;
}
.pop-plane-box .doc{
    margin-top: 2.875em;
}
.pop-plane-box img{
    width: 100%;
    max-width: 100%;
    display: block;
}
@media screen and (max-width: 767px){
    .pop-plane-box .pop-close{
        top: 1em;
        right: 1em;
        background-size: 2em auto;
    }
    .pop-plane-box .doc{
        margin-top: 1.5em;
    }
}

/**** contact ***/
.global-page-title {
    font-size: 2.125em;
    line-height: 1.176em;
    color: #333;
}

@media screen and (max-width: 1440px) {
    .global-page-title {
        font-size: 1.75em;
    }
}

.contact-group {
    margin-top: 2em;
}

.contact-top {
    position: relative;
}

.contact-top .left {
    width: 67.43%;
    float: left;
}

.contact-top .list {
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0.375em;
}

.contact-top .list li {
    float: left;
    width: 46.763%;
    line-height: 2.75em;
}

.contact-top .list span {
    color: #666;
}

.contact-top .list img {
    margin-top: -2px;
    margin-right: 0.75em;
    width: 22px;
}

.contact-top .right {
    width: 30%;
    position: absolute;
    right: 0;
    bottom: -1.5em;
    text-align: center;
    color: #666666;
    font-size: 14px;
    line-height: 1;
    overflow: hidden;
}

.contact-top .right .item {
    float: right;
    padding-left: 1.5em;
    max-width: 50%;
}

.contact-top .right img {
    max-width: 100%;
}

.contact-top .right .item .name {
    line-height: 1.75em;
}

.contact-mid {
    overflow: hidden;
    margin-top: 3.75em;
    text-align: center;
}

.contact-mid .item {
    width: 49%;
    background: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 10px;
}

.contact-mid .item.on .name {
    color: #00a0ea;
}

.contact-mid .left {
    float: left;
}

.contact-mid .right {
    float: right;
}

.contact-mid a {
    display: block;
    padding: 2em 1em;
    cursor: pointer;
}

.contact-mid .name {
    color: #333333;
    font-size: 1.375em;
}

.contact-mid .name img {
    margin-right: 8px;
    margin-top: -8px;
}

.contact-mid .doc {
    padding: 0 14%;
    font-size: 14px;
    color: #666;
    line-height: 1.429em;
    margin-top: 1.125em;
    height: 2.858em;
}

.contact-bot {
    margin-top: 2em;
    position: relative;
    overflow: hidden;
    background: #f5f3f0;
}

.contact-bot .bg {
    width: 100%;
}

.contact-bot .map-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


@media screen and (max-width: 1200px) {
    .contact-top .list li {
        width: 50%;
        font-size: 1.125em;
    }
}

@media screen and (max-width:991px) {
    .contact-group {
        font-size: 0.875em;
    }
}

@media screen and (max-width:768px) {
    .contact-top .left {
        width: 100%;
    }

    .contact-top .list li {
        width: 100%;
        line-height: 2.2em;
    }

    .contact-top .right {
        position: inherit;
        width: 100%;
        bottom: 0;
        text-align: center;
        float: left;
        margin-top: 1em;
    }

    .contact-top .list {
        border-bottom: none;
        margin-bottom: 0;
    }

    .contact-mid {
        margin-top: 3em;
    }

    .contact-mid .item {
        width: 100%;
        margin-bottom: 1.5em;
    }

    .contact-mid .doc {
        padding: 0;
        font-size: 1.125em;
    }

    .contact-bot {
        margin-top: 1em;
    }

    .page-contact-box .inside-content-box {
        padding-bottom: 2.5em;
        padding-top: 0;
    }

    .contact-top .right .item {
        width: 50%;
        padding-left: 0;
    }
}

/**** 2018.12.28 ***/
@media screen and (max-width: 767px){
    .bss-clean-sec3{
        padding: 0.46rem 0;
    }
    .bss-clean-sec3 .sec3-hd{
        padding-bottom: 0.14rem;
    }
    .bss-clean-sec3 .sec3-hd .t1{
        font-size: 0.26rem;
        line-height: 0.3rem;
    }
    .bss-clean-sec3 .sec3-hd .t2{
        font-size: 0.16rem;
        line-height: 0.2rem;
        margin-top: 0.2rem;
    }
    .bss-clean-sec3 .sec3-hd .data{
        height: 0.46rem;
        line-height: 0.46rem;
        font-size: 0.26rem;
    }
    .bss-clean-sec3 .sec3-hd .digitalFlv{
        font-size: 0.42rem;
    }
    .bss-clean-sec3 .sec3-hd .unit{
        font-size: 0.16rem;
        line-height: 0.18rem;
        margin-top: 0.06rem;
    }
    .bss-clean-sec3 .data-list{
        margin-top: 0.26rem;
    }
    .bss-clean-sec3 .data-list .icon{
        height: 0.6rem;
    }
    .bss-clean-sec3 .data-list .data{
        margin-top: 0.5em;
    }
    .bss-clean-sec3 .data-list .item-inner{
        background-size: auto 0.7rem;
    }
    .bss-clean-sec3 .data-list li{
        margin-bottom: 0.36rem;
    }

    .party-sec1 .imgs-list li{
        padding: 0.5em;
    }
    .party-sec1 .imgs-list .image{
        height: 8em;
    }
    .serv-det-box{
        padding-bottom: 2em;
    }
    .invite-list li{
        margin-bottom: 1em;
    }
    .travel-list li{
        margin-top: 1em;
    }
    .plane-lev-box{
        margin-top: -0.1rem;
    }
    .pc-plane-hd .plane-nav{
        padding-left: 0.2rem;
    }
    .pc-plane-hd .plane-nav li{
        margin-right: 0.2rem;
    }

}

/**** 2018.12.29 ***/
.video-list .item-tit{
    height: 3em;
    padding-left: 1.625em;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
    margin-top: 0.75em;
}
.video-list .item-tit img{
    position: absolute;
    left: 0;
    top: 0.6em;
}
@media screen and (max-width: 767px){
    .video-list .item-tit{
        height: auto;
    }
}
