.pop-nav-box {
    top: 4.3em;
}

.inner-banner {
    width: 100%;
    position: relative;
    min-height: 3em;
    height: 3em;
}

.inner-banner .pc-inner-ban {
    height: 22em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.inner-banner .ph-inner-ban img {
    width: 100%;
}

.inner-banner .titarea {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 2.4em;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.2em;
}

/* 二级导航 */
.twostage {
    height: 3em;
    line-height: 3em;
    background: #103954;
    z-index: 99;
    position: absolute;
    width: 100%;
    top: 0;
}

.fixed {
    position: fixed;
    z-index: 999;
}

.twostage .global-inner {
    max-width: 1300px;
    width: 85%;
}

.twostage .home {
    width: 3em;
    height: 3em;
    display: block;
    background: rgba(0, 0, 0, 0.3) url(/Img/images/qian-icon06.png) no-repeat center;
    background-size: 20px auto;
}

.twostage .container {
    width: calc(100% - 3em);
}

.twostage .oneD {
    width: 39.2%;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.twostage .navli1 {
    font-size: 18px;
    display: block;
    padding-left: 2.5em;
    border-right: 1px solid #fff;
    color: rgba(255, 255, 255, 0.8);
    background: url(/Img/images/qian-icon07.png) no-repeat right 25px center;
    cursor: pointer;
}

.twostage .oneD.on .navli1 {
    color: #fff;
    background-image: url(/Img/images/qian-icon07-1.png);
    background-color: #043f66;
}

.twostage .moremenu {
    position: absolute;
    width: 100%;
    background: #034874;
    padding: 20px 0 2.15em;
    display: none;
}

.twostage .moremenu li {
    display: block;
    padding-left: 2.7em;
    color: #ffffff;
    line-height: 35px;
    font-size: 16px;
}

.autograph {
    width: 9.5em;
    height: 5.25em;
    position: absolute;
    right: 3%;
    bottom: -18%;
    display: none;
}

@media screen and (max-width: 767px) {


    .inner-banner .titarea {
        font-size: 0.28rem;
    }

    .twostage .global-inner {
        padding: 0;
    }

    .twostage {
        position: relative;
    }

    .twostage .home {
        display: none;
    }

    .twostage .container {
        width: 100%;
        float: none;
    }

    .twostage .oneD {
        width: 100%;
        float: none;
    }

    .twostage .oneD:first-child {
        display: none;
    }

    .twostage .navli1 {
        padding-left: 0;
        border-right: none;
        padding: 0 0.18rem;
        background: url(/Img/images/qian-icon07.png) no-repeat right 0.18rem center;
    }

}


/***** 发展历程 *****/
.liblayout {
    padding-bottom: 6.5em;
    min-height: 500px;
}

.liblayout .titlebox {
    position: relative;
}

.titlebox .h3_tit {
    position: relative;
    z-index: 2;
    padding: 4.9em 15% 3.5em ;
    text-align: center;
    word-break: keep-all;
}

.titlebox .title_text {
    font-size: 2em;
    color: #1a1a1a;
    font-weight: bold;
    line-height: 1.225em;
}

.titlebox .article_nav {
    position: absolute;
    top: 5.2em;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 33px;
    box-sizing: border-box;
}

.article_nav_btn {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
}

.article_nav_pre {
    left: 0;
}

.article_nav_next {
    right: 0;
}

.article_nav_pic {
    position: relative;
    width: 33px;
    height: 100%;
    border: 1px solid #999;
    line-height: 0;
    text-indent: -999em;
    border-radius: 50%;
    box-sizing: border-box;
    transition: border-color .5s, transform .5s;
}

.article_nav_btn .article_nav_pic {
    transform: rotate(0.05deg);
}

.article_nav_pre .article_nav_pic,
.article_nav_pre .article_nav_title {
    float: left;
}

.article_nav_next .article_nav_pic,
.article_nav_next .article_nav_title {
    float: right;
}

.article_nav_pic:before {
    display: block;
    width: 37px;
    height: 1px;
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    background: #666;
    content: '';
    box-sizing: border-box;
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.article_nav_pre .article_nav_pic:before {
    left: 19px;
}

.article_nav_pic:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    content: '';
    box-sizing: border-box;
}

.article_nav_pre .article_nav_pic:after {
    z-index: 1;
    background-image: url(/Img/images/qian-arrow10.png);
    transition: all .5s;
}

.article_nav_title {
    max-width: 250px;
    height: 46px;
    line-height: 46px;
    margin-top: -7px;
    opacity: 0;
    transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.article_nav_pre .article_nav_title {
    margin-left: 15px;
    text-align: left;
    transform: translateX(8px);
}

.article_nav_next .article_nav_pic:before {
    right: 19px;
}

.article_nav_next .article_nav_pic:after {
    background-image: url(/Img/images/qian-arrow11.png);
}

.article_nav_next:hover .article_nav_pic:after,
.article_nav_next:focus .article_nav_pic:after,
.article_nav_next:active .article_nav_pic:after {
    background-image: url(/Img/images/qian-arrow11-1.png);
}

.article_nav_pre:hover .article_nav_pic:after,
.article_nav_pre:focus .article_nav_pic:after,
.article_nav_pre:active .article_nav_pic:after {
    z-index: 0;
    background-image: url(/Img/images/qian-arrow10-1.png);
}

.article_nav_next .article_nav_title {
    margin-right: 15px;
    text-align: right;
    transform: translateX(-8px);
}

.article_nav_btn:hover .article_nav_pic,
.article_nav_btn:focus .article_nav_pic,
.article_nav_btn:active .article_nav_pic {
    border-color: #05ad8e;
    transform: scale(0.9) rotate(0.05deg);
}

.article_nav_btn:hover .article_nav_pic:before,
.article_nav_btn:focus .article_nav_pic:before,
.article_nav_btn:active .article_nav_pic:before {
    width: 0;
    background: #05ad8e;
    transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.article_nav_btn:hover .article_nav_title,
.article_nav_btn:focus .article_nav_title,
.article_nav_btn:active .article_nav_title {
    transform: translateX(0);
    opacity: 1;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.article_nav_title p {
    font-size: 16px;
    color: #05ad8e;
}

@media screen and (max-width: 767px) {
    .article_nav_next .article_nav_pic:before {
        right: 15px;
    }

    .article_nav_pre .article_nav_pic:before {
        left: 15px;
    }
}

.historybox .time-tab {
    text-align: center;
    display: block;
}

.historybox .time-tab li {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin: 0 20px;
    cursor: pointer;
    width: auto;
}

.historybox .time-tab li.active {
    color: #05ad8e;
}

.swiper-history {
    margin-top: 23px;
    position: relative;
}

.swiper-history .swiper-slide {
    background: #1ba196;
    height: 32.25em;
}

.swiper-history .right {
    background: no-repeat right top;
    background-size: cover;
    width: 50%;
    float: right;
    height: 100%;
}

.swiper-history .left {
    width: 50%;
    float: left;
    padding: 45px 2.6em 52px 49px;
}

.swiper-history .left .time {
    font-size: 1.8em;
    font-weight: bold;
    color: #fff;
    line-height: 1.05em;
    margin-bottom: 46px;
}

.swiper-history .left .doc {
    height: 377px;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.swiper-history .mCustomScrollBox {
    padding-right: 30px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 58%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
}

.history-btns {
    position: absolute;
    bottom: 2.65em;
    left: 49px;
    overflow: hidden;
}

.history-btns .btns {
    width: 2.6em;
    height: 2.7em;
    line-height: 2.7em;
    border: 1px solid #05ad8e;
    background-color: #007d73;
    position: relative;
    z-index: 99;
    float: left;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.button-next {
    background: url(/Img/images/qian-arrow05.png) no-repeat center center;
    background-size: 68% auto;
}

.button-prev {
    background: url(/Img/images/qian-arrow05-4.png) no-repeat center center;
    background-size: 68% auto;
}

.history-btns .btns span {
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: currentColor;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    width: 54px;
    height: 54px;
    display: none;
}

.history-btns .btns span:after {
    display: block;
    position: absolute;
    bottom: 2px;
    width: 8px;
    height: 2px;
    background: currentColor;
    content: '';
    display: none;
}

.history-btns .btns.swiper-button-disabled {
    opacity: 0.7;
    cursor: default;

}

.history-btns .button-prev {
    margin-right: 9px;
}

.history-btns .button-prev span:after {
    left: -1px;
    transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
}

.history-btns .button-next span:after {
    right: -1px;
    transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.swiper-history .left .doc img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0 auto;

}

@media screen and (max-width:1440px) {
    .swiper-history .left .doc {
        height: 317px;
    }

    .history-btns .btns {
        width: 2.3em;
        height: 2.3em;
        line-height: 2.3em;
    }

    .history-btns {
        bottom: 2em;
    }

    .history-btns .btns span {
        width: 24px;
    }

    .historybox .time-tab li {
        margin: 0 10px;
        font-size: 22px;
        line-height: 0.71rem;
        margin-right: 0.35rem;
    }
}

@media screen and (max-width:1200px) {
    .historybox .time-tab li {
        font-size: 18px;
    }

    .swiper-history .left {
        padding: 45px 52px 49px;
    }

    .swiper-history .left .doc {
        height: 305px;
    }

    .swiper-history .left .time {
        margin-bottom: 34px;
    }
}

@media screen and (max-width:767px) {
    .historybox .time-tab {
        display: flex;
    }

    .titlebox .h3_tit {
        padding: 0.4rem 0 0.28rem !important;
        width: 65%;
        margin: 0 auto;
    }

    .titlebox .article_nav {
        top: 0.52rem;
        height: 0.3rem;
    }

    .article_nav_pic {
        width: 0.3rem;
    }

    .titlebox .title_text {
        font-size: 0.24rem;
        font-weight: normal;
        line-height: 0.4rem;
    }

    .article_nav_pic:before {
        width: 0.3rem;
    }

    .article_nav_title {
        max-width: 1rem;
        height: 0.3rem;
        line-height: 0.3rem;
        margin-top: 0;
        overflow: hidden;
    }

    .article_nav_title p {
        font-size: 0.16rem;
    }

    .article_nav_next .article_nav_title {
        margin-right: 0.2rem;
        display: none;
    }

    .article_nav_prev .article_nav_title {
        margin-left: 0.2rem;
        display: none;
    }

    .historybox .lg-inner {
        padding: 0;
    }

    .time-tabs-box {
        height: 0.71rem;
        background: #f7f7f7;
    }

    .time-tab li {
        font-size: 0.18rem;
        margin: 0 0.05rem;
        line-height: 0.7rem;
        width: auto;
    }

    .swiper-history .swiper-slide {
        height: auto;
    }

    .swiper-history .left {
        width: 100%;
        float: none;
        padding: 0.46rem 0.18rem;
    }

    .swiper-history .left .time {
        margin-bottom: 0.18rem;
        font-size: 0.3rem;
        line-height: 0.34rem;
    }

    .swiper-history .left .doc {
        height: auto;
        font-size: 0.21rem;
        line-height: 0.32rem;
    }

    .swiper-history .right {
        display: none;
    }

    .swiper-history .left .doc {
        height: auto;
        font-size: 0.16rem;
        line-height: 0.3rem;
    }

    .swiper-history .left .doc img {
        margin-bottom: 0.2rem;
    }

    .history-btns {
        display: none;
    }

    .article_nav_pic:before {
        margin: 0;
    }

    .right-img {
        max-width: 100%;
        height: auto !important;
    }

    .swiper-history {
        margin-top: 0;
    }
}

/***** 集团简介 *****/
.introdlayout {
    background: no-repeat bottom center;
    background-size: contain;
    padding-bottom: 15.9em;
}

.introdbox .doc {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    padding: 0 54px;
}

.introdbox .doc p {
    margin-bottom: 27px;
}

.introdbox .nums {
    width: 95%;
    margin: 13px auto 3em;
    background: no-repeat center;
    background-size: cover;
    overflow: hidden;
    padding: 3.25em 0 2.9em;
}

.introdbox .num-box {
    width: 33.33%;
    float: left;
    color: #c4f0ee;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.introdbox .num-box .item-tit {
    font-size: 4em;
    font-weight: bold;
    line-height: 55px;
    margin-bottom: 7px;
    position: relative;
    color: #61ced1;
    font-family: Arial;
    font-style: normal;
}

.introdbox .num-box .item-tit span {
    position: relative;
}

.introdbox .num-box .item-tit .symbol {
    font-size: 38px;
    position: absolute;
    right: -23px;
    top: -15px;
    font-style: normal;
    color: #61ced1;
    font-weight: normal;
}
.introdbox .num-box:nth-child(3) .item-tit .symbol{
    display:none;
}
@media screen and (max-width:767px) {
    .fixed {
        position: fixed;
        z-index: 999;
    }

    .liblayout {
        padding-bottom: 1rem;
        min-height: 3rem;
    }

    .titlebox .article_nav {
        padding: 0 0.18rem;
        margin: 0 auto;
        right: 0;
        width: 92%;
        top: 0.45rem;
    }

    .introdbox .doc {
        font-size: 0.17rem;
        line-height: 0.35rem;
        padding: 0;
    }

    .introdbox .num-box .item-tit {
        font-size: 0.3rem;
        line-height: 0.42rem;
        margin-bottom: 0;
        color: #61ced1;
    }

    .introdbox .num-box {
        font-size: 0.12rem;
        line-height: 0.24rem;
    }

    .introdbox .nums {
        width: 100%;
        margin: 0.1rem auto 0.3rem;
        padding: 0.64rem 0 0.52rem;
    }

    .introdbox .doc p {
        margin-bottom: 0.27rem;
    }

    .introdlayout {
        padding-bottom: 1rem;
    }

    .introdbox .num-box .item-tit .symbol {
        font-size: 20px;
        right: -10px;
    }
}


/***** 董事长寄语 *****/
.messageslayout {
    background: url(/Img/images/qian-bg07.png) no-repeat bottom left;
    background-size: contain;
    padding-bottom: 13.5em;
}

.messageslayout .messagesbox {
    max-width: 1213px;
}

.messageslayout .img_ceo {
    width: 33.5em;
    height: 43.5em;
    background: no-repeat bottom left;
    background-size: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.messageslayout .right {
    float: right;
    width: 590px;
    height: 700px;
    margin-right: 45px;
    margin-top: 43px;
    position: relative;
    padding: 55px 40px 65px;
    overflow: hidden;
    background: url(/Img/images/qian-biz_box.jpg) no-repeat;
    background-size: cover;
    box-shadow: 6px 5px 13px rgba(15, 71, 163, 0.4);
}

.messageslayout .txt_message {
    margin-bottom: 35px;
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
}

.messageslayout .txt_message h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.messageslayout .txt_message strong {
    font-size: 24px;
    font-weight: normal;
}


.messageslayout .swiper-slide {
    height: auto;
    margin-right: 40px;
}

.messageslayout .message-btns {
    text-align: right;
}

.messageslayout .message-btns .btns {
    display: inline-block;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    color: #3affdb;
    position: relative;
    cursor: pointer;
    margin: 0 10px;
    z-index: 99;
    width: 60px;
    height: 10px;
}

.messageslayout .message-btns .btns::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    bottom: 0;
    right: 0;
}

.messageslayout .message-btns .btns.swiper-button-disabled {
    display: none;
}



.messageslayout .message-btns .btns span {
    display: block;
    position: absolute;
    bottom: 3px;
    width: 11px;
    height: 2px;
    background: currentColor;
}

.messageslayout .message-btns .btns.btns-next span {
    right: -2px;
    transform: rotate(50deg);
}

.messageslayout .message-btns .btns.btns-prev span {
    left: -2px;
    transform: rotate(-50deg);
}

@media screen and (max-width:1200px) {
    .messageslayout .right {
        height: 656px;
        margin-right: 0;
        width: 50%;
        padding: 30px 20px;
        margin-top: 20px;
    }

    .messageslayout .message-btns {
        right: 20px;
        bottom: 30px;
    }
}

@media screen and (max-width:767px) {
    .messageslayout .img {
        width: 100%;
    }

    .messageslayout .message-btns {
        display: none;
    }

    .messageslayout .lg-inner {
        padding: 0;
    }

    .messageslayout .right {
        height: auto;
        margin-right: 0;
        width: 100%;
        padding: 0.36rem 0.18rem;
        float: none;
        margin: 0 auto;
        background: none;
        box-shadow: none;
    }

    .messageslayout .right .swiper-wrapper {
        display: block;
    }

    .autograph {
        bottom: -4%;
    }

    .messageslayout .txt_message {
        margin-bottom: 0.23rem;
        font-size: 0.17rem;
        line-height: 0.36rem;
        color: #545454;
    }

    .messageslayout .txt_message strong {
        font-size: 0.21rem;
        line-height: 0.31rem;
        margin-bottom: 0.06rem;
        color: #222222;
    }

    .messageslayout {
        padding-bottom: 1.47rem;
        background-image: url(/Img/images/qian-bg07-1.png);
    }
}


/***** 钱江学堂 *****/
.schoolbox {
    max-width: 1213px;
}

.schoolbox .list li {
    margin-bottom: 2.5em;
}

.schoolbox .left {
    width: 26.7%;
    height: 390px;
    padding: 55px 44px 31px;
    float: left;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.schoolbox .left:hover {
    background: url(/Img/images/qian-biz_box.jpg) no-repeat;
    background-size: cover;
    box-shadow: 0 0 35px rgba(15, 71, 163, 0.4);
}

.schoolbox .left li {
    margin-bottom: 50px;
    position: relative;
}

.schoolbox .periods {
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
    color: #2155a5;
}

.schoolbox .txt {
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    color: #1a1a1a;
    margin: 9px 0 39px;
}

.schoolbox .doc {
    line-height: 23px;
    height: 96px;
    font-size: 16px;
    color: #4c4c4c;
    overflow: hidden;
    margin-bottom: 37px;
}

.schoolbox .imgbox {
    width: 69.2%;
    height: 390px;
    overflow: hidden;
    float: right;
}

.schoolbox .rightbg {
    background: no-repeat right center;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.schoolbox .imgbox:hover .rightbg {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.schoolbox .left:hover .periods,
.schoolbox .left:hover .txt {
    color: #fff;
}

.schoolbox .left:hover .doc {
    color: #a7ffef;
}

.schoolbox .left:hover .view {
    color: #fff;
}

.view {
    font-size: 16px;
    color: #05ad8e;
    width: 196px;
    height: 57px;
    line-height: 57px;
    display: block;
    text-align: center;
    border: 1px solid currentColor;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.view span {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 5px;
    margin: 13% 0 0 10px;
    vertical-align: top;
}

.view span i {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: currentColor;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.view span i:after {
    display: block;
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 6px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
    content: '';
}

.view:hover span i {
    width: 40px;
}

@media only screen and (max-width:1440px) {
    .view {
        width: 9.8em;
        height: 2.85em;
        line-height: 2.85em;
    }

    .schoolbox .left {
        padding: 45px 25px 21px;
    }

    .schoolbox .imgbox {
        width: 62%;
    }
}

@media only screen and (max-width:1280px) {
    .schoolbox .left {
        width: 35%;
        height: 350px;
    }

    .schoolbox .imgbox {
        height: 350px;
    }

    .schoolbox .txt {
        margin: 9px 0 20px;
    }

    .schoolbox .rightbg {
        width: 100%;
        height: 100;
    }

    .schoolbox .list li {
        margin-bottom: 2em;
    }
}

@media only screen and (max-width:767px) {
    .schoolbox .list li {
        margin-bottom: 0.38rem;
    }

    .view span i {
        width: 0.2rem;
        height: 2px;
    }

    .view:hover span i {
        width: 0.3rem;
    }

    .schoolbox .list li img {
        max-width: 100%;
        height: auto !important;
        display: block;
        margin: 0 auto 0.3rem;
    }

    .schoolbox .left {
        width: 100%;
        height: auto;
        padding: 0.47rem 0.27rem 0.3rem;
        float: none;
        box-shadow: 3px -3px 10px rgba(0, 0, 0, 0.1);
    }

    .schoolbox .periods {
        line-height: 0.23rem;
        font-size: 0.17rem;
    }

    .schoolbox .txt {
        line-height: 0.28rem;
        height: 0.28rem;
        font-size: 0.21rem;
        margin: 0.1rem 0 0.17rem;
    }

    .schoolbox .doc {
        line-height: 0.3rem;
        height: 0.89rem;
        font-size: 0.17rem;
        margin-bottom: 0.37rem;
    }

    .pagebox .pg-num a {
        line-height: 0.45rem;
    }

    .pagebox .pg-prev,
    .pagebox .pg-next {
        line-height: 0.45rem;
        width: 1rem;
    }
}


/***** 集团产业 *****/


.industry-box .industry-bg {
    width: 100%;
    height: 100%;
}

.industry-box .industry-bg li {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 600ms ease;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top: 7px solid #e7e8e8;
    border-bottom: 7px solid #1d2f3b;
}

.industry-box .industry-bg li.on {
    opacity: 1;
    z-index: 10;
}

.industry-box .page-ind-box ul {
    height: 100%;
    width: 100%;
    z-index: 50;
    position: absolute;
    top: 0;
}

.industry-box .page-ind-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.industry-box .page-ind-box li {
    position: absolute;
    top: 7px;
    width: 20%;
    height: 98.2%;
    overflow: hidden;
    display: table;
    overflow: hidden;
    text-align: center;
    background-position: center;
    background-size: 0;
    background-repeat: no-repeat;
}

.industry-box .page-ind-box li:nth-child(1) {
    left: 0;
}

.industry-box .page-ind-box li:nth-child(2) {
    left: 20%;
}

.industry-box .page-ind-box li:nth-child(3) {
    left: 40%;
}

.industry-box .page-ind-box li:nth-child(4) {
    left: 60%;
}

.industry-box .page-ind-box li:nth-child(5) {
    left: 80%;
}

.industry-box .page-ind-box .li-con {
    border-left: 1px solid #869da0;
    padding: 0 10%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.industry-box .page-ind-box .li-con .li-titimg img {
    width: 5em;
}

.industry-box .page-ind-box li:first-child .li-con {
    border-left: none;
}

.industry-box .page-ind-box li .tit-line {
    background: #fff;
    width: 50px;
    height: 2px;
    margin: 30px auto;
}

.industry-box .page-ind-box li .tit-en {
    color: #fff;
    font-size: 1.3em;
    line-height: 42px;
    font-family: Arial;
    word-break: break-word;
    /*word-break: break-all;*/
    opacity: 0.8;
}

.industry-box .page-ind-box li.active .tit-en {
    font-size: 18px;
    opacity: 1;
}

.industry-box .page-ind-box li .tit-cn {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    margin-top: 6px;
}

.industry-box .page-ind-box li .tit-text {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-top: 2.5em;
    max-height: 18em;
    overflow: hidden;
    display: none;
    text-align: left;
}

.industry-box .page-ind-box li .tit-text p {
    margin: 19px 0 0 0;
    position: relative;
    background: url(/Img/images/qian-icon08.png) no-repeat left top 6px;
    background-size: 14px auto;
    padding-left: 24px;
}

.industry-box .page-ind-box li .tit-link {
    display: none;
}

.industry-box .page-ind-box li .tit-link a {
    display: block;
    font-size: 16px;
    width: 194px;
    height: 56px;
    margin: 70px auto 0;
    line-height: 56px;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 2.5em;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: url(/Img/images/qian-arrow05.png) no-repeat right 2.5em center;
    background-size: 25px auto;
    text-align: left;
}

.industry-box .page-ind-box li .tit-link a {
    display: block;
    color: #fff;
}

.industry-box .page-ind-box li .tit-link a:hover {
    background: url(/Img/images/qian-arrow05.png) no-repeat right 2em center;
    background-size: 25px auto;
}


.industry-box .li-bg {
    position: absolute;
    width: 20%;
    top: 0;
    left: -20%;
    display: none;
    background: rgba(3, 114, 118, 0.75);
    z-index: 20;
    border-bottom: 7px solid #078185;
}

.industry-box .page-ind-box li.active .tit-line {
    display: none;
}

.industry-box .page-ind-box li.active .tit-text {
    display: block;
}

.industry-box .page-ind-box li.active .tit-link {
    display: block;
}

@media screen and (max-width: 1366px) {
    .industry-box .page-ind-box li .tit-en {
        font-size: 18px;
        line-height: 28px;
    }

    .industry-box .page-ind-box li .tit-cn {
        font-size: 22px;
        line-height: 30px;
    }

    .industry-box .page-ind-box li .tit-text {
        margin-top: 1.5em;
    }

    .industry-box .page-ind-box li .tit-link a {
        background: url(/Img/images/qian-arrow05.png) no-repeat right 2.5em center;
        background-size: 25px auto;
        margin-top: 40px;
        width: 9.7em;
        height: 2.8em;
        line-height: 2.8em;
    }

}

@media screen and (max-width:1000px) {
    .groupindustry {
        margin-top: 0;
    }

    .industry-box .industry-bg {
        display: none;
    }

    .industry-box .page-ind-box {
        position: relative;
    }

    .industry-box .page-ind-box ul {
        position: relative;
        top: 0;
    }

    .industry-box .li-bg {
        display: none;
        z-index: -100;
        position: relative;
    }

    .industry-box .page-ind-box li {
        position: relative;
        left: auto;
        height: auto;
        width: 100%;
        background-size: cover;
        padding: 50px 0 40px;
        margin: 10px 0;
    }

    .industry-box .page-ind-box .li-con {
        border: none;
    }

    .industry-box .page-ind-box li:nth-child(1) {
        left: auto;
    }

    .industry-box .page-ind-box li:nth-child(2) {
        left: auto;
    }

    .industry-box .page-ind-box li:nth-child(3) {
        left: auto;
    }

    .industry-box .page-ind-box li:nth-child(4) {
        left: auto;
    }

    .industry-box .page-ind-box li:nth-child(5) {
        left: auto;
    }

    .industry-box .page-ind-box li .tit-text {
        display: block;
        text-align: center;
    }

    .industry-box .page-ind-box li .tit-text p {
        background: none;
    }

    .industry-box .page-ind-box li .tit-link {
        display: block;
    }

    .industry-box .page-ind-box li .tit-line {
        margin: 15px auto;
    }

    .industry-box .page-ind-box li .tit-link a {
        margin-top: 25px;
    }
}
@media screen and (max-width:767px) {
    .industry-box .page-ind-box li .tit-link a{
        background: url(/Img/images/qian-arrow05.png) no-repeat right 1em center;
        background-size: 0.25rem auto;
    }
    .industry-box .page-ind-box li .tit-link a:hover {
        background: url(/Img/images/qian-arrow05.png) no-repeat right 0.5em center;
        background-size: 0.25rem auto;
    }
   
}



/***** 集团荣誉 *****/
.honorbox .time-tab {
    text-align: right;
    width: 93%;
    margin: auto;
    display: block;
}

.honorbox .time-tab li {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    padding: 0 0.18rem;
    cursor: pointer;
    width: auto;
    border: 3px solid #fff;
    font-weight: bold;
}

.honorbox .time-tab li.active {
    border: 3px solid #05ad8e;
}

.honorbox .swiper-honor {
    width: 90.7%;
    min-height: 500px;
    margin: 20px auto 0;
}

.honorbox .honor-list li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.honorbox .honor-list li:nth-child(3n) {
    margin-right: 0;
}


.honorbox .swiper-honor .bg {
    width: 100%;
    height: 250px;
    background: no-repeat center;
    background-size: 100% auto;
    border: 10px solid #fff;
    box-shadow: 1px 0px 4px 1px rgba(0, 0, 0, 0.1);
}

.honorbox .swiper-honor .txt {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    height: 25px;
    text-align: center;
    overflow: hidden;
    margin: 20px 0 50px;
}

.honorbox .inner-pages {
    margin: 10px auto 0;
}

.honor-btns {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 18.75%;
    height: 58px;
    right: 0;
    margin: auto;
}

.honor-btns .swiper-pagination {
    top: inherit;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #1c303b;
}

.honor-btns .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #05ad8e;
}

.honor-btns .swiper-button-prev,
.honor-btns .swiper-button-next {
    top: inherit;
    bottom: 2px;
    width: 30px;
    height: 17px;
    margin-bottom: 34px;
}

.honor-btns .swiper-button-prev::after,
.honor-btns .swiper-button-next::after {
    display: none;
}

.honor-btns .swiper-button-prev {
    left: 23px;
    background: url(/Img/images/qian-arrow06.png) 0 0 no-repeat;
    background-size: 100% auto;
}

.honor-btns .swiper-button-next {
    right: 23px;
    background: url(/Img/images/qian-arrow07.png) 0 0 no-repeat;
    background-size: 100% auto;
}

@media (max-width: 1440px) {
    .honor-btns {
        width: 18.7500vw;
    }

    .honorbox .swiper-honor .bg {
        height: 200px;
    }
}

@media (max-width: 1366px) {
    .honor-btns {
        width: 14.6413vw;
    }
}

@media screen and (max-width:767px) {
    .honorbox .time-tab {
        display: flex;
    }

    .honorbox .lg-inner {
        padding: 0;
    }

    .honorbox .time-tab {
        width: 100%;
        text-align: left;
    }

    .honorbox .time-tab li {
        font-size: 0.18rem;
        line-height: 0.7rem;
        padding: 0;
        width: auto;
        text-align: center;
        display: block;
        float: left;
    }

    .honorbox .time-tab li {
        border: none;
    }

    .honorbox .time-tab li.active {
        border: none;
        color: #05ad8e;
    }

    .honor-btns {
        width: 80%;
    }

    .honorbox .swiper-honor {
        width: 100%;
        margin: 0;
        min-height: 3rem;
    }

    .honor-list {
        margin-top: 0.2rem;
        padding: 0 0.18rem;
    }

    .honorbox .honor-list li {
        width: 100%;
    }

    .honor-list li img {
        border: 0.17rem solid #fff;
        max-width: 100%;
        box-shadow: 0 3px 7px 2px rgba(0, 0, 0, .1);
        height: auto !important;
    }

    .honorbox .swiper-honor .txt {
        line-height: 0.3rem;
        height: 0.3rem;
        margin-top: 0.17rem;
        text-align: center;
        overflow: hidden;
    }

    .bot-box {
        text-align: center;
    }

    .bot-box .more {
        font-size: 0.17rem;
        color: #2155a5;
        text-align: center;
        display: inline-block;
        background: url(/Img/images/qian-arrow12.png) no-repeat bottom center;
        background-size: 0.2rem auto;
        padding-bottom: 0.12rem;
    }
}


/*****集团产业 详情页 *****/


.detailbanner {
    position: relative;
}

.video-covers {
    background: rgba(29, 73, 148, 0.8);
    right: 5%;
    top: 54%;
    position: absolute;
    z-index: 99;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    width: 143px;
    text-align: center;
    padding: 3em 0 2em;
}

.video-covers .img100 {
    width: 2em;
    display: block;
    margin: 0 auto 20px;
    transition: all 0.3s;
}

.video-covers .img100:hover {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}

.pc-inner-ban {
    height: 565px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-doc {
    background: #2155a5;
    padding: 35px 27.9% 44px 16%;
    font-size: 18px;
    color: #fff;
    line-height:28px;
}

@media screen and (max-width: 1400px) {
    .pc-inner-ban {
        height: 295px;
    }
}

.ph-inner-ban img {
    width: 100%;
}

.datilesbox {
    margin-top: 59px;
}

.datilesbox .left {
    font-size: 24px;
    font-weight: bold;
    color: #05ad8e;
    width: 16%;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
}

.datilesbox .right-doc {
    font-size: 16px;
    color: #1a1a1a;
    width: 83.7%;
    line-height: 24px;
    display: block;
    margin: auto;
}
.datilesbox .right-doc p{
    margin-bottom: 15px;
}

.datilesbox .right-doc img {
    max-width: 100%;
    height: auto !important;
}

@media screen and (max-width: 1366px) {
    .datilesbox .left {
        font-size: 22px;
        width: 20%;
    }

    .datilesbox .right-doc {
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    .detailbanner {
        padding: 0 0.18rem;
    }

    .pc-inner-ban {
        height: 295px;
    }

    .banner-doc {
        padding: 0.34rem 0.2rem 0.4rem;
        font-size: 0.18rem;
        line-height: 0.36rem;
    }

    .datilesbox {
        margin-top: 0.5rem;
    }

    .datilesbox .left {
        font-size: 0.24rem;
        line-height: 0.3rem;
        font-weight: bold;
        width: 100%;
        float: none;
    }

    .datilesbox .right-doc {
        font-size: 0.16rem;
        line-height: 0.29rem;
        width: 100%;
        float: none;
        margin-top: 0.2rem;
    }

    .video-covers {
        width: 1rem;
        padding: 0.38rem 0 0.23rem;
        right: 7%;
        top: 50%;
        font-size: 0.16rem;
        line-height: 0.21rem;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .video-covers .img100 {
        width: 0.23rem;
        display: block;
        margin: 0 auto 0.1rem;
        transition: all 0.3s;
    }
}


/***** 集团产业列表页 *****/
.grouplistlayout .list li {
    margin-bottom: 5.2em;
}

.grouplistlayout .list li:last-child {
    margin-bottom: 0;
}

.grouplistlayout .list .right {
    position: relative;
    width: 58.3%;
    overflow: hidden;
    z-index: 100;
    animation: fadeInUp 1.5s;
    float: right;
    height:23.75em;
}
.grouplistlayout .list .right .imgbox{
    width: 100%;
    height:21.25em;
    position: relative;
}

.grouplistlayout .list .right .imgbg {
    width: 86.4%;
    height:21.25em;
    background:no-repeat right top;
    background-size: cover;
    position: relative;
    transition: all .3s ;
    -webkit-transition: all .3s ;
}
.grouplistlayout .list li:nth-child(2n-1) .imgbg{
    margin-left: 13.8%;
}
.grouplistlayout .list .right .imgbg::after{
    content:'';
    width: 101px;
    height: 205px;
    position: absolute;
    bottom:0;
    background: #ededed;
}
.grouplistlayout .list .right .imgbg::before{
    content:'';
    width: 91.2%;
    height: 50px;
    position: absolute;
    bottom:-50px;
    background: #ededed;
    z-index: -1;
}
.grouplistlayout .list .right img{
    max-width: 100%;
    height: auto !important;
}
.grouplistlayout .list li:nth-child(2n-1) .imgbg::before{
    left: 0;
} 
.grouplistlayout .list li:nth-child(2n-1) .imgbg::after{
    left: -101px;
} 
.grouplistlayout .list li:nth-child(2n) .imgbg::before{
    right: 0;
} 
.grouplistlayout .list li:nth-child(2n) .imgbg::after{
    right: -101px;
} 

.grouplistlayout .list .right:hover .imgbg {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.grouplistlayout .list .right .txt{
    font-size:16px;
    color:#fff;
    position: absolute;
    right:20px;
    bottom: 20px;
}
.grouplistlayout .list li:nth-child(2n) .txt{
    right: 16%;
}
.grouplistlayout .list .left {
    width: 41.6%;
    padding-left: 115px;
    padding-right: 40px;
    float: left;
}

.grouplistlayout .list li:nth-child(2n) .left {
    float: right;
}

.grouplistlayout .list li:nth-child(2n) .right {
    float: left;
}

.grouplistlayout .list .left h2 {
    font-size: 24px;
    font-weight: bold;
    color: #2155a5;
    line-height: 39px;
    margin-top: 4.9em;
}

.grouplistlayout .list .left:nth-child(2n) h2 {
    margin-top: 74px;
}

.grouplistlayout .list .left .doc {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    height: 165px;
    margin-top: 30px;
    padding-left: 94px;
    position: relative;
    overflow: hidden;
    word-break: keep-all;
}

.grouplistlayout .list .left .doc::after {
    content: '';
    width: 82px;
    height: 4px;
    background: #05ad8e;
    position: absolute;
    left: 0;
    top: 12px;
}

.grouplistlayout .view {
    margin-top: 2.3em;
}


@media screen and (max-width: 1680px) {
    .grouplistlayout .list .right {
        width: 50%;
    }
    .grouplistlayout .list .right .imgbg,
    .grouplistlayout .list .right .imgbox{
        height: 15em;
    }
    .grouplistlayout .list .left {
        width: 50%;
        padding-left: 8%;
    }

    .grouplistlayout .list li:nth-child(2n) .left {
        padding-right: 6%;
        padding-left: 30px;
    }

    .grouplistlayout .list .left h2 {
        margin-top: 30px;
    }

    .grouplistlayout .list .left:nth-child(2n) h2 {
        margin-top: 30px;
    }

    .grouplistlayout .list .left .doc {
        line-height: 32px;
        padding-left: 21%;
    }

    .grouplistlayout .list .left .doc::after {
        width: 16%;
    }

    .grouplistlayout .list li {
        margin-bottom: 3em;
    }
}

@media screen and (max-width: 1366px) {
    .grouplistlayout .list .left .doc {
        height: 135px;
    }
   
}

@media screen and (max-width: 1200px) {
    .grouplistlayout .list .left .doc {
        height: 100px;
    }
    .grouplistlayout .list .right{
        height: 18em;
    }
    .grouplistlayout .list .left h2,
    .grouplistlayout .list .left:nth-child(2n) h2 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .grouplistlayout .list .right {
        width: 100%;
        float: none;
    }
    .grouplistlayout .list .right{
        height: auto;
    }
    .grouplistlayout .list .right .txt{
        right: 0.2rem;
        bottom: 0.2rem;
        font-size: 0.16rem;
    }
    .grouplistlayout .list li:nth-child(2n) .txt{
        right: 0.2rem;
    }
    .grouplistlayout .list .left {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .grouplistlayout .list li:nth-child(2n) .left {
        padding-left: 0;
        padding-right: 0;
    }

    .grouplistlayout .list .left h2 {
        font-size: 0.21rem;
        font-weight: normal;
        color: #2155a5;
        line-height: 0.31rem;
        margin-top: 0.23rem;
    }

    .grouplistlayout .list .left .doc {
        font-size: 0.17rem;
        line-height: 0.37rem;
        height: auto;
        margin-top: 0.36rem;
        padding-left: 0;
        overflow: visible;
    }

    .grouplistlayout .list .left .doc::after {
        width: 0.66rem;
        height: 0.03rem;
        top: -0.17rem;
    }

    .grouplistlayout .view {
        margin-top: 0.2rem;
    }

    .view {
        width: 1.5rem;
        height: 0.48rem;
        line-height: 0.48rem;
        font-size: 0.16rem;
    }

    .view span {
        margin: 13.5% 0 0 0.1rem;
        width: 0.21rem;
        height: 0.08rem;
    }

    .view span i:after {
        height: 2px;
        width: 0.07rem;
        bottom: 3px;
    }

    .grouplistlayout .list li {
        margin-bottom: 0.38rem;
    }
}


/***** 联系我们 *****/
.contact-box {
    margin: 0 auto;
    max-width: 1250px;
    width: 86%;
}

.contact-box .map {
    position: relative;
    width: 63.2%; 
    height: 640px;
    background-color: #fcfbf7;
}

.contact-box .right {
    width: 32.8%;
    height: 640px;
    padding: 23px 12px 0 30px;
    background: #f9f9fb;
    overflow: hidden;
}
.contact-box .net-cent{
    overflow: hidden;
}
.contact-box .net-cent input{
    width:80%;
    float: left;
    font-size: 14px;
    background: #fff;
    line-height: 32px;
    height: 32px;
    text-indent: 10px;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
}
.contact-box .net-cent a{
    float: left;
    width: 54px;
    height: 32px;
    background: #11ab8f url(/img/images/website-search.png) no-repeat center;
    background-size: 16px 18px;
    border-radius: 0 5px 5px 0;
}
.contact-box .net-cent a:hover {
    background-color: rgba(17, 171, 143, 0.8);
}
.contact-box .right ul {
    height: 564px;
    overflow: hidden;
}
.contact-box .right li {
    padding:10px 0 15px;
    border-bottom: 1px dashed #ccc;
    word-break: keep-all;
}
.contact-box .right li:last-child{
    border-bottom:none;
}
.contact-box .right li a{
    display: block;
}
.contact-box .right h5 {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin: 0 0 3px 0;
}
.contact-box .right li:hover h5{
    color: #1569c1;
}
.contact-box .right .map-doc{
    overflow: hidden;
    margin-bottom: 6px;
    word-break: keep-all;
}
.contact-box .right .map-doc span+span{
    width: 86%;
}
.contact-box .right .map-doc span {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    float: left;
}
.contact-box .scrollbox .mCSB_draggerRail {
    background: #e6e6e6;
    width: 1px;
}
.contact-box .scrollbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #e5e5e5;
    width: 10px;
}
.contact-box .mCSB_inside>.mCSB_container {
    margin-right: 18px;
}
.contact-box .scrollbox .mCSB_scrollTools .mCSB_draggerContainer {
    right: 0;
}
@media screen and (max-width: 767px) {
    .contact-box {
        margin: 0 auto;
        width: 100%;
    }

    .contact-box .map {
        width: 100%;
        height: 3rem;
        float: none;
    }

    .contact-box .right {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        float: none;
        padding: 0.33rem 0.18rem 0;
    }

    
}


/***** 行业动态 *****/
.industrynew-box {
    background: no-repeat top center;
    background-size: 100% auto;
}

.industrynew-box .lg-inner {
    width: 80%;
    max-width: 1300px;
    margin: 0 auto;
    border-top: 2px solid #000000;
}

.industrynew-box .inword {
    background: no-repeat center center;
    background-size: cover;
    font-size: 24px;
    color: #333333;
    line-height: 33px;
    text-align: center;
    height: 360px;
    margin: 40px auto 60px;
    width: 92.3%;
}

.industrynew-box .inword .en {
    font-size: 2.25em;
    color: #11ab8f;
    line-height: 1.28em;
    margin-bottom: 28px;
}

.industrynew-box .inword .cn {
    display: none;
}

.industrynew-box .list {
    width: 92%;
    margin: 0 auto;
    overflow: hidden;
    height: 300px;
}

.industrynew-box .list li {
    float: left;
    margin-right: 5%;
    overflow: hidden;
    width: 47.2%;
    margin-bottom: 45px;
}

.industrynew-box .list li:nth-child(2n) {
    margin-right: 0;
}

.industrynew-box .list li .time {
    font-size: 16px;
    color: #38567b;
    text-align: center;
    float: left;
    font-family: Arial;
}

.industrynew-box .list li .year {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 47px;
}

.industrynew-box .list li .txt {
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    height: 62px;
    overflow: hidden;
    background: url(/Img/images/dian.png) no-repeat left top 17px;
    float: left;
    width: 83.6%;
    margin-left: 29px;
    padding-left: 11px;
}


@media screen and (max-width: 1600px) {
    .industrynew-box .list li .txt {
        margin-left: 19px;
        line-height: 34px;
        height: 68px;
        font-size: 16px;
        width: 81%;
    }

    .industrynew-box .list li {
        margin-bottom: 30px;
    }

    .industrynew-box .list li .year {
        line-height: 38px;
    }
}

@media screen and (max-width: 767px) {
    .industrynew-box {
        width: 92%;
        margin: auto;
        background-image: none !important;
    }

    .industrynew-box .lg-inner {
        padding: 0 !important;
    }

    .industrynew-box .inword {
        padding: 1.06rem 0 0.9rem;
        font-size: 0.2rem;
        color: #333333;
        line-height: 0.3rem;
        height: 2.24rem;
        margin: 0.25rem auto 0.33rem;
        width: 100%;
        padding: 0;
    }

    .industrynew-box .inword .en {
        font-size: 0.29rem;
        line-height: 0.4rem;
        margin-bottom: 0.18rem;
    }

    .industrynew-box .inword .cn {
        width: 38.6%;
        margin: 0 auto;
        background: #fff;
    }

    .industrynew-box .list {
        width: 100%;
        min-height: 2rem;
        height:auto;
    }

    .industrynew-box .list li {
        margin-bottom: 0.36rem;
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .industrynew-box .list li:last-child {
        margin-bottom: 0;
    }

    .industrynew-box .list li .time {
        font-size: 0.16rem;
        display: none;
    }

    .industrynew-box .list li .year {
        font-size: 2em;
        line-height: 0.32rem;
        letter-spacing: 2px;
    }

    .industrynew-box .list li .mobtime {
        font-size: 0.16rem;
        color: #38567b;
        line-height: 0.28rem;
        letter-spacing: 2px;
        float: left;
    }

    .industrynew-box .list li .txt {
        margin-left: 0.18rem;
        line-height: 0.28rem;
        height: 0.56rem;
        font-size: 0.17rem;
        width: 81%;
        color: #545454;
        background: url(/Img/images/dian.png) no-repeat left top 0.12rem;
    }
}


/***** 集团要闻 *****/
.group-box {
    width: 80%;
    max-width: 1300px;
    margin: 0 auto;
    border-top: 2px solid #000000;
}

.group-box li {
    padding: 50px 40px;
    overflow: hidden;
    width: 100%;
    transition: all 0.3s;
    border-bottom: 1px solid #e5e5e5;
}

.group-box li .imgs-box {
    width: 29.2%;
    height: 12em;
    overflow: hidden;
    margin-right: 2em;
    float: left;
}

.group-box li .imgs-box .bgimage {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    background: no-repeat center;
    background-size: cover;
}

.group-box li .item-box {
    float: left;
    width: 67%;
    padding-top: 11px;
}

.group-box li .time {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 23px;
}

.group-box li .item-txt1 {
    margin: 5px 0 8px;
    font-size: 24px;
    color: #1a1a1a;
    line-height: 33px;
    height: 33px;
    overflow: hidden;
}

.group-box li .item-txt2 {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.group-box li.noimg .item-box {
    float: none;
    width: 100%;
}

.group-box li .view {
    margin-top: 2em;
}

.group-box li .view:hover {
    color: #05ad8e;
}

.group-box li:hover {
    background: #ededed;
}

.group-box li:hover .bgimage {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

@media screen and (max-width: 1600px) {
    .group-box li .view {
        margin-top: 1.2em;
    }

    .group-box li .item-box {
        width: 65%;
    }

    .group-box li {
        padding: 50px 20px 50px 40px;
    }
}

@media screen and (max-width: 1440px) {
    .group-box li {
        padding: 40px 2%;
    }
}

@media screen and (max-width: 767px) {
    .group-box {
        width: 92%;
    }

    .group-box li {
        padding: 0.3rem 0 0.22rem;
        border-bottom: 0.02rem solid #e5e5e5;
    }

    .group-box li .imgs-box {
        width: 100%;
        height: 2.5rem;
        margin-right: 0;
        float: none;
    }

    .group-box li .item-box {
        float: none;
        width: 100%;
        padding-top: 0.2rem;
    }

    .group-box li .time {
        font-size: 0.12rem;
        color: #999999;
        line-height: 0.21rem;
    }

    .group-box li .item-txt1 {
        margin: 0.07rem 0 0;
        font-size: 0.17rem;
        line-height: 0.27rem;
        height: 0.27rem;
    }

    .group-box li .item-txt2 {
        display: none;
    }

    .group-box li .view {
        display: none;
    }

    .group-box .inner-pages {
        margin-top: 0.5rem;
    }
}

/***** 集团要闻详情页 *****/
.groupinfo-box {
    width: 80%;
    max-width: 1300px;
    margin: 0 auto;
    border-top: 2px solid #000000;
}

.groupinfo-box .gi-word {
    padding: 2.8em 2.75em 2.85em;
    border-bottom: 1px solid #d9d9d9;
}

.groupinfo-box .gi-tit {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 27px;
    line-height: 34px;
}

.groupinfo-box .gi-time {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 24px;
}

.groupinfo-box .gi-time span {
    margin-right: 15px;
}

.groupinfo-box .gi-doc {
    padding: 47px 44px 14px 55px;
    border-bottom: 2px solid #505050;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 30px;
}

.groupinfo-box .gi-doc img {
    max-width: 100%;
    height: auto !important;
}

.groupinfo-box .gi-doc p {
    margin-bottom: 14px;
}

.groupinfo-box .gi-btn {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.groupinfo-box .gi-btn a {
    display: block;
}

.groupinfo-box .hd-more {
    width: 70px;
    height: 66px;
}

.groupinfo-box .hbtn {
    width: 40%;
}

.groupinfo-box .hbtn span {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.groupinfo-box .hd-more img {
    width: 100%;
}

.groupinfo-box .hbtn.hd-prev {
    background: url(/img/images/qian-arrow06-1.png) no-repeat no-repeat left center;
    background-size: 40px auto;
    padding-left: 80px;
}

.groupinfo-box .hbtn.hd-next {
    background: url(/img/images/qian-arrow07-1.png) no-repeat no-repeat right center;
    background-size: 40px auto;
    padding-right: 80px;
}

.groupinfo-box .hbtn.hd-next {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .groupinfo-box {
        width: 92%;
    }

    .groupinfo-box .gi-word {
        padding: 0.23rem 0;
        border-bottom: none;
    }

    .groupinfo-box .gi-tit {
        color: #1a1a1a;
        font-size: 0.22rem;
        font-weight: bold;
        line-height: 0.36rem;
        margin-bottom: 0.12rem;
    }

    .groupinfo-box .gi-time {
        font-size: 0.12rem;
        line-height: 0.22rem;
        color: #999999;
    }

    .groupinfo-box .gi-time span {
        margin-right: 0.21rem;
    }

    .groupinfo-box .gi-doc {
        padding: 0;
        padding-bottom: 0.16rem;
        border-bottom: 2px solid #505050;
        text-indent: 2em;
        font-size: 0.17rem;
        color: #545454;
        line-height: 0.35rem;
    }

    .groupinfo-box .gi-doc p {
        margin-bottom: 0.36rem;
    }

    .groupinfo-box .gi-btn {
        margin-top: 0.57rem;
        height: 0.42rem;
    }

    .groupinfo-box .hbtn {
        font-size: 0.17rem;
        line-height: 0.42rem;
    }

    .groupinfo-box .hbtn.hd-next {
        background: url(/img/images/qian-arrow07-1.png) no-repeat no-repeat right center;
        background-size: 0.3rem auto;
        padding-right: 0.4rem;
    }

    .groupinfo-box .hbtn.hd-prev {
        background: url(/img/images/qian-arrow06-1.png) no-repeat no-repeat left center;
        background-size: 0.3rem auto;
        padding-left: 0.4rem;
    }

    .groupinfo-box .hd-more {
        width: 0.52rem;
        height: 0.48rem;
    }
    .groupinfo-box .gi-doc img {
        display: block;
        margin: auto;
    }
}

/***** 媒体报道 *****/
.media-box {
    width: 80%;
    max-width: 1300px;
    margin: 0 auto;
    border-top: 2px solid #000000;
    padding-top: 50px;
    margin-top: 29px;
}

.media-box .media-list {
    float: none;
    width: 100%;
    margin-right: 0;
}

.media-box .media-list .medList {
    min-height: 500px;
}

.media-box .media-list li {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.media-box .media-list li:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.media-box .media-list li a {
    position: relative;
    display: block;
}

.media-box .media-list li .pic {
    width: 21%;
    position: absolute;
    height: 88%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    background: none;
}

.media-box .media-list li .pic img {
    width: 100%;
    height: 100%;
    /* display: none; */
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.media-box .media-list li .main {
    padding-left: 25%;
    min-height: 10.625em;
}

.media-box .media-list li .medtitle {
    color: #333333;
    font-size: 1.2em;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.media-box .media-list li .tab {
    font-size: 14px;
    color: #4c4c4c;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 16px 0 25px;
    border: 1px solid #808080;
    padding: 0 20px;
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
}

.media-box .media-list li .txt {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
}

.media-box .media-list li .date {
    color: #999999;
    font-size: 14px;
    text-align: right;
    line-height: 23px;
}

.media-box .media-list li:hover .medtitle {
    color: #05ad8e;
}

.media-box .hot_news {
    width: 300px;
    float: right;
    margin-right: -300px;
    display: none;
}

.media-box .hot_news .hot_title {
    color: #2159b7;
    font-size: 18px;
    padding-left: 18px;
    line-height: 18px;
    border-left: 3px solid #2159b7;
    margin-bottom: 25px;
}

.hotnewsList li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.hotnewsList li:hover .hot-main .title {
    color: #37bda5;
}

.hotnewsList li a {
    display: block;
}

.hotnewsList .hot-img {
    width: 100px;
    height: 60px;
    float: left;
    overflow: hidden;
}

.hotnewsList .hot-img .hot-img-bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.hotnewsList li:hover .hot-img-bg {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.hotnewsList .hot-main {
    float: right;
    width: 176px;
}

.hotnewsList .hot-main .title {
    color: #4c4c4c;
    font-size: 14px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
}

.hotnewsList .hot-main .date {
    color: #999999;
    font-size: 14px;
}
@media screen and (max-width: 1600px) {
    .media-box .media-list li .pic {
        width: 24%;
    }
    .media-box .media-list li .main{
        padding-left: 28%;
    }
}
@media screen and (max-width: 1200px) {
    .media-box .media-list li .pic {
        width: 26%;
    }
    .media-box .media-list li .main{
        padding-left: 30%;
    }
}
@media screen and (max-width: 767px) {
    .media-box {
        width: 100%;
        padding: 0.29rem 0.18rem 0;
        margin-top: 0;
    }

    .media-box .media-list {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .media-box .media-list li .pic {
        position: static;
        width: 100%;
        background: none;
        height: 100%;
    }

    .media-box .media-list li .pic img {
        display: block;
    }

    .media-box .media-list li .main {
        padding-left: 0;
        width: 100%;
        min-height: 0.2rem;
    }

    .media-box .media-list li .txt {
        height: auto;
        margin-bottom: 10px;
    }

    .media-box .media-list li .medtitle {
        margin-top: 0.23rem;
        font-size: 0.17rem;
        line-height: 0.25rem;
        height: 0.25rem;
    }

    .media-box .media-list li .date {
        margin-top: 0.09rem;
        font-size: 0.12rem;
        line-height: 0.23rem;
        height: 0.23rem;
        text-align: left;
    }

    .media-box .media-list li {
        margin-bottom: 0.4rem;
        padding-bottom: 0.18rem;
    }

    .media-box .media-list li .tab,
    .media-box .media-list li .txt {
        display: none;
    }

    .media-box .media-list .medList {
        padding-right: 0;
        border-right: none;
        min-height: 3rem;
    }

    .media-box .hot_news {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-top: 0.42rem;
    }

    .media-box .hot_news .hot_title {
        font-size: 0.21rem;
        padding-left: 0.13rem;
        line-height: 0.2rem;
        border-left: 0.03rem solid #2159b7;
        margin-bottom: 0.57rem;
    }

    .hotnewsList li {
        padding-bottom: 0.21rem;
        margin-bottom: 0.21rem;
    }

    .hotnewsList .hot-img {
        width: 1.06rem;
        height: 0.65rem;
    }

    .hotnewsList .hot-main {
        width: 70%;
    }

    .hotnewsList .hot-main .title {
        font-size: 0.17rem;
        line-height: 0.25rem;
        max-height: 0.25rem;
    }

    .hotnewsList .hot-main .date {
        font-size: 0.12rem;
    }
}


/***** 视频新闻 *****/
.vedio-news {
    width: 80%;
    max-width: 1300px;
    margin: 0 auto;
}

.vedio-news ul {
    margin: 0 -10px;
}

.vedio-news li {
    padding: 0 10px;
    margin-bottom: 45px;
}

.vedio-news li .vn-box {
    display: block;
    position: relative;
    overflow: hidden;
}

.vedio-news li .vn-con:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    cursor: pointer;
    background: url("/Img/images/vedio-bt.png") no-repeat center;
}

.vedio-news li .vn-con {
    position: relative;
    overflow: hidden;
}

.vedio-news li .vn-con .vedio-img img {
    width: 100%;
    transition: all 2.4s ease 0s;
    -webkit-transition: all 2.4s ease 0s;
}

.vedio-news li .vn-con .vedio-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -10;
}

.vedio-news li .vn-text {
    font-size: 1.125em;
    line-height: 3.111;
    text-align: center;
    max-height: 3.111em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #e0e0e0;
    color: #666666;
}

.vedio-news li:hover .vn-text {
    border-bottom: 1px solid #05ad8e;
    color: #05ad8e;
}

.vedio-news li .video-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
}

.vedio-news li .vjs-big-play-button {
    position: absolute;
    width: 67px;
    height: 65px;
    left: 50%;
    top: 50%;
    margin: -33.5px 0 0 -32.5px;
    z-index: 50;
    background: url("/Img/images/vedio-bt.png") no-repeat center;
    background-size: 100%;
    border: none;
}

.vedio-news li:hover .vjs-big-play-button {
    background: url("/Img/images/vedio-bton.png") no-repeat center;
}

.vedio-news li .vjs-icon-placeholder:before {
    content: "";
    display: none;
}

.vedio-news li:hover .vn-con:before {
    background: url("/Img/images/vedio-bton.png") no-repeat center;
}

.vedio-news li:hover .vn-con .vedio-img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.ved-news {
    margin-bottom: 30px;
    min-height: 400px;
}

.ved-news .inner-pages {
    margin: 0 auto 110px;
}

@media screen and (max-width: 991px) {
    .vedio-news li .vn-con:before {
        background-size: 50px;
    }

    .vedio-news li:hover .vn-con:before {
        background-size: 50px;
    }
}


/***** 员工风采详情页 *****/
.newsLayout .newsdet-tit {
    color: #333333;
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.3;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    padding-top: 14px;
}

.newsLayout .newsdet-bs {
    text-align: center;
    padding: 10px 0 14px;
    border-bottom: 1px solid #e0e0e0;
}

.newsLayout .newsdet-bs span {
    display: inline-block;
    text-align: center;
    color: #999999;
    font-size: 14px;
    line-height: 1.714;
    margin: 0 9px;
}

.newsLayout .newsdet-bs em {
    display: inline-block;
    font-style: normal;
}

.newsLayout .news-detail {
    min-height: 600px;
}

.newsLayout .news-detail .newsdet-box {
    min-height: 350px;
}

.newsLayout .news-detail .newsdet-box .newsdet-con {
    min-height: auto;
}

.newsLayout .newsdet-con {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    padding: 35px 0 60px 0;
    min-height: 335px;
}

.newsLayout .newsdet-con p {
    margin-top: 14px;
}

.newsLayout .newsdet-con img {
    max-width: 600px;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 600px) {
    .newsLayout .newsdet-con img {
        max-width: 100%;
    }
}

.news-detail img {
    max-width: 100%;
    height: auto !important;
}

.news-detail .back {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-bottom: 110px;
    overflow: hidden;
    margin-top: 20px;
}

.news-detail .back .lf {
    max-width: 75%;
}

.news-detail .back a {
    color: #4c4c4c;
    font-size: 14px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 28px;
    font-style: normal;
}

.news-detail .back a:hover {
    color: #37bda5;
}

@media screen and (max-width: 991px) {
    .news-detail .back {
        margin-bottom: 60px;
    }
}

.rg {
    float: right;
}

.lf {
    float: left;
}

.newsLayout .detail-lb {
    position: relative;
    max-width: 715px;
    margin: 0 auto 60px;
    overflow: hidden;
}

.newsLayout .detail-lb:after {
    content: "";
    position: absolute;
    width: 68px;
    height: 100%;
    z-index: 10;
    left: 0;
    background: #fff;
    top: 0;
}

.newsLayout .detail-lb:before {
    content: "";
    position: absolute;
    top: 0;
    width: 68px;
    height: 100%;
    right: 0;
    z-index: 10;
    background: #fff;
}

.newsLayout .detail-lb .swiper-container {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    position: static;
    overflow: inherit;
}

.newsLayout .detail-lb .swiper-slide img {
    width: 100%;
}

.newsLayout .detail-lb .swiper-button-next,
.newsLayout .detail-lb .swiper-button-prev {
    position: absolute;
    opacity: 1;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 20;
    cursor: pointer;
}

.newsLayout .detail-lb .swiper-button-prev {
    background: url("/Img/images/qian-arrow01-1.png") no-repeat center;
    background-size: 100%;
    left: 0;
}

.newsLayout .detail-lb .swiper-button-prev:hover {
    background: url("/Img/images/qian-arrow01.png") no-repeat center;
    background-size: 100%;
}

.newsLayout .detail-lb .swiper-button-next {
    background: url("/Img/images/qian-arrow02.png") no-repeat center;
    background-size: 100%;
    right: 0;
}

.newsLayout .detail-lb .swiper-button-next:hover {
    background: url("/Img/images/qian-arrow02-1.png") no-repeat center;
    background-size: 100%;
}

@media screen and (max-width: 715px) {

    .newsLayout .detail-lb:after,
    .newsLayout .detail-lb:before {
        display: none;
    }

    .newsLayout .detail-lb .swiper-container {
        position: relative;
        overflow: hidden;
        padding-bottom: 70px;
    }

    .newsLayout .detail-lb .swiper-button-prev {
        left: 0;
        bottom: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        background-size: 60%;
    }

    .newsLayout .detail-lb .swiper-button-next {
        bottom: 50%;
        right: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        background-size: 60%;
    }

    .newsLayout .detail-lb .swiper-button-prev:hover {
        background-size: 60%;
    }

    .newsLayout .detail-lb .swiper-button-next:hover {
        background-size: 60%;
    }
}


/***** 人才招聘 *****/

.hr-bd {
    width: 100%;
    overflow: hidden;
    margin-bottom: 38px;
    border-bottom: 2px solid #020202;
    line-height: 104px;
    padding: 0 18px 0 10px;
}
.hr-list-box:nth-child(1){
    margin-top: 29px;
}
.hr-bd .txt {
    font-size: 18px;
    color: #666666;
    float: right;
}

.hr-bd .txt span {
    color: #11ab8f;
}
.hr-list-box .hr-list{
    overflow: hidden;
}
.hr-list-box li {
    width: 33.33%;
    float: left;
    font-size: 18px;
    line-height: 37px;
    color: #1a1a1a;
    margin-bottom: 24px;
    padding-left: 25px;
}

.hr-list-box .point {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url(/Img/images/dian01.png) no-repeat center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    margin: -3px 10px 0 0;
}

.hr-list-box a {
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    padding-bottom: 2px;
    position: relative;
    height: 36px;
    overflow: hidden;
}
.hr-list-box .line {
    width: 0;
    height: 3px;
    display: block;
    background: #11ab8f;
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    position: absolute;
    left: 0;
    bottom: 0;
}

.hr-list-box a:hover .line {
    width: 100%;
}
@media screen and (max-width: 1400px) {
    .hr-list-box a{
        width: 88%;
    }
}
@media screen and (max-width: 767px) {
    .hr-bd {
        line-height: 0.3rem;
        margin-bottom: 0.2rem;
        padding:0 0 0.1rem
    }

    .hr-list-box li {
        width: 100%;
        float: none;
        font-size: 0.18rem;
        line-height: 0.3rem;
        margin-bottom: 0.12rem;
        padding-left: 0;
    }
    .hr-list-box a {
        width: auto;
        height: 0.36rem;
    }
    
}