.header {
    position: relative
}

.header .c-content {
    height: 1.06rem
}

.header .logo {
    width: 2.64rem;
    height: .54rem;
    margin-right: 1.12rem
}

.header .logo img {
    width: 100%
}

.header .topnav {
    border-right: solid 1px #eee;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header .topnav a.fnav {
    font-size: .16rem;
    color: #333;
    line-height: 1.06rem;
    position: relative;
    display: block
}

.header .topnav a.fnav.active::after,
.header .topnav a.fnav:hover::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #f7a700;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0
}

.header .top-right {
    padding-left: .29rem;
    position: relative
}

.header .top-right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .top-right li {
    line-height: 1.06rem
}

.header .top-right a {
    font-size: .15rem;
    color: #006b8e;
    margin-left: .15rem
}

.header .top-right .down {
    margin-left: .15rem;
    font-size: .15rem;
    color: #006b8e;
    cursor: pointer
}

.header .top-right .down::after {
    content: "";
    display: block;
    width: .1rem;
    height: .05rem;
    background: url(../image/icon-arrow_down.png) no-repeat;
    background-size: 100%;
    margin-left: .04rem
}

.header .top-right>img {
    cursor: pointer
}

.header .top-right .web-full:hover .webF {
    display: block
}

.webF {
    width: 150px;
    min-height: 180px;
    border: solid 1px #f5f5f5;
    position: absolute;
    top: 1.06rem;
    right: 0;
    background-color: #fff;
    z-index: 111;
    display: none
}

.webF a {
    text-align: left;
    color: #333 !important;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px
}

.top-search {
    position: absolute;
    background: #fff;
    border-radius: 50px;
    display: none;
    z-index: 111;
    top: 1.06rem;
    right: 0
}

.top-search input {
    width: 800px;
    height: 58px;
    border: 1px solid #dbdbdb;
    border-radius: 50px;
    line-height: 58px;
    color: #333;
    text-indent: 24px;
    font-size: 16px
}

.top-search #Submit {
    position: absolute;
    right: 20px;
    top: 12px;
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    text-indent: 0;
    text-align: center;
    background-color: transparent
}

.topnav__nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.topnav__nav-item {
    margin-right: .25rem
}

.subMenu {
    display: none;
    position: absolute;
    top: 1.06rem;
    left: 5rem;
    z-index: 299;
    width: 100%;
    height: .7rem;
    background-color: #00769e
}

.subMenu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: .3rem
}

.subMenu>ul>li>a {
    display: block;
    padding: 0 .15rem;
    text-align: center;
    color: #fff;
    font-size: .15rem;
    line-height: .7rem
}

.subMenu>ul>li>a:hover {
    color: #eee
}

.header-mobile {
    display: none;
    padding: 10px;
    height: 45px;
    padding: 0 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.header-mobile .head-menu {
    width: 25px
}

.header-mobile .head-action {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right
}

.header-mobile .head-logo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 160px
}

.header-mobile .head-email {
    width: 25px;
    margin-right: 15px
}

.ui.menu {
    padding: 0 15px
}

.ui.menu .item {
    padding: 18px 0
}

.ui.vertical.menu {
    background: rgba(0, 107, 142, .95);
    padding-top: 20px
}

.ui.vertical.menu .close-btn {
    text-align: right;
    margin-bottom: 30px
}

.ui.vertical.menu .close-btn .bx {
    background: url(../image/icon-14.png) no-repeat;
    width: 18px;
    height: 18px;
    background-size: 100%;
    display: inline-block
}

.ui.vertical.menu .s-search {
    height: 40px;
    border: solid 1px rgba(255, 255, 255, .3);
    margin-bottom: 20px;
    border-radius: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ui.vertical.menu .s-search::after {
    content: "";
    background: url(../image/icon-15.png) no-repeat;
    background-size: 100%;
    display: block;
    width: 20px;
    height: 18px;
    margin-right: 10px
}

.ui.vertical.menu .s-search input {
    border: none;
    font-size: 14px;
    line-height: 40px;
    width: 100%;
    padding: 0 15px 0 15px;
    background: 0 0;
    color: rgba(255, 255, 255, .6)
}

.ui.vertical.menu .s-search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

.ui.vertical.menu .s-search input:-moz-placeholder {
    color: rgba(255, 255, 255, .6)
}

.ui.vertical.menu .s-search input::-moz-placeholder {
    color: rgba(255, 255, 255, .6)
}

.ui.vertical.menu .s-search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

.ui.vertical.menu .s-search input::placeholder {
    color: rgba(255, 255, 255, .6)
}

.ui.vertical.menu .item>.header:not(.ui) {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    opacity: .8
}

.ui.vertical.menu .item>.header:not(.ui)::after {
    content: "";
    background: url(../image/icon-13.png) no-repeat;
    background-size: 100%;
    width: 8px;
    height: 18px;
    display: block
}

.ui.vertical.menu .item>.menu {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0
}

.ui.vertical.menu .menu .item {
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    color: rgba(255, 255, 255, .7) !important
}

.ui.vertical.menu .third-menu {
    margin-top: 20px;
    margin-left: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ui.vertical.menu .third-item {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    line-height: 25px;
    margin-right: 10px
}

.footer {
    width: 100%;
    background: #1b1f27;
    visibility: hidden
}

.footer.active {
    visibility: visible;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.copy-right {
    padding: .24rem 0;
    border-top: solid 1px #2e333c
}

.copy-right_l a {
    color: #919294;
    font-size: 14px;
    margin-right: .25rem;
    height: .15rem
}

.copy-right_l a:hover {
    color: #fff
}

.copy-right_l a::after {
    content: "";
    width: 2px;
    height: 100%;
    background: #262a33;
    display: block;
    margin-left: .25rem
}

.copy-right_l a:last-child::after {
    display: none
}

.copy-right_t {
    font-size: 14px;
    color: #919294
}

.footer-nav {
    padding: .64rem 0 .48rem
}

.footer-nav__l {
    width: 4.42rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.footer-nav__l .h3 {
    font-size: .18rem;
    color: #fff;
    margin-bottom: .1rem
}

.footer-nav__l .h3::after {
    content: "";
    width: .17rem;
    height: .09rem;
    display: block;
    background: url(../image/icon-arrow-up.png) no-repeat;
    background-size: 100%;
    margin-left: .32rem;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.footer-nav__l .f-p {
    font-size: .15rem;
    color: #919294;
    line-height: .3rem
}

.footer-nav__l .f-gzh {
    margin-top: .35rem
}

.footer-nav__l .f-gzh__item {
    text-align: center;
    margin-right: .35rem
}

.footer-nav__l .f-gzh__item img {
    margin-bottom: .14rem;
    width: 1.15rem;
    height: 1.15rem;
    border: solid 1px #e3e4e5
}

.footer-nav__l .f-gzh__item p {
    font-size: 14px;
    color: #919294
}

.footer-nav__c {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-items: flex-start
}

.footer-nav__c__cell {
    min-width: .76rem
}

.footer-nav__c__cell h3 {
    font-size: .18rem;
    color: #fff;
    margin-bottom: .15rem
}

.footer-nav__c__cell li a {
    color: #919294;
    font-size: 14px;
    line-height: .28rem
}

.footer-nav__c__cell li a:hover {
    color: #fff
}

.footer-nav__c__cell li a::before {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    background: #919294;
    border-radius: 50%;
    margin-right: 5px
}

.ui.friendly-link {
    margin-bottom: .4rem
}

.ui.friendly-link.active .h3::after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.ui.friendly-link .menu {
    border-radius: 6px !important
}

.ui.friendly-link .menu .item {
    padding: 10px 15px !important;
    font-size: 14px;
    line-height: 24px
}

.banner-wrap {
    width: 100%;
    max-width: 1920px;
    height: 4.8rem;
    position: relative;
    margin: 0 auto;
    overflow: hidden
}

.banner-wrap .swiper-pagination {
    bottom: .38rem
}

.banner-wrap .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    border-radius: 8px;
    width: 40px;
    height: 7px;
    opacity: .5
}

.banner-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1
}

.banner-wrap .swiper-slide a {
    width: 100%;
    display: block;
    height: 6.2rem;
    overflow: hidden
}

.banner-item {
    width: 100%;
    height: 100%
}

@media screen and (max-width:1600px) {
    .banner-wrap {
        height: 550px;
        overflow: hidden
    }
}

@media screen and (max-width:1366px) {
    .banner-wrap {
        height: 500px;
        overflow: hidden
    }
}

@media screen and (max-width:1280px) {
    .banner-wrap {
        height: 430px;
        overflow: hidden
    }
}

@media screen and (max-width:1024px) {
    .banner-wrap {
        height: 320px;
        overflow: hidden
    }
}

@media screen and (max-width:768px) {
    .banner-wrap {
        height: 250px;
        overflow: hidden
    }
}

@media screen and (max-width:576px) {
    .banner-wrap {
        height: 130px;
        overflow: hidden
    }
}

.notice-wrap {
    width: 100%;
    background: #f8f8f8
}

.notice-wrap .zz-content {
    height: .5rem
}

.notice-wrap__head {
    font-size: 14px;
    color: #333;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.notice-wrap__head i {
    width: .2rem;
    height: .2rem;
    background: url(../image/icon-notice_01.png) no-repeat;
    background-size: 100%;
    display: block;
    margin-left: .1rem
}

.notice-wrap__content {
    width: 100%;
    height: .5rem;
    overflow: hidden
}

.notice-wrap__content .notice-swiper {
    width: 100%
}

.notice-wrap__content .notice-swiper .swiper-wrapper {
    width: 100%;
    height: 50px
}

.notice-wrap__content .notice-swiper .swiper-slide {
    background: 0 0;
    font-size: 15px;
    height: .5rem;
    text-align: left
}

.notice-wrap .flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.notice-list {
    width: 100%;
    margin: 0 .88rem;
    height: .5rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.notice-list:first-child {
    margin-right: 0
}

.notice-list:first-child::after {
    content: "";
    background: #dcdcdc;
    width: 1px;
    height: .22rem;
    display: block
}

@media screen and (max-width:768px) {
    .notice-wrap__content {
        margin-left: 15px
    }

    .notice-wrap__head {
        font-size: 14px;
        color: #006b8e
    }

    .notice-wrap .zz-content {
        height: 36px
    }

    .notice-wrap__content .notice-swiper .swiper-wrapper {
        height: auto
    }

    .notice-wrap__content .notice-swiper .swiper-slide {
        padding: 0 4px
    }

    .notice-list {
        width: 100%;
        margin: 0 5px
    }

    .notice-list::after {
        display: none !important
    }

    .notice-list span {
        font-size: 14px;
        height: 22px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 90%
    }

    .notice-list span:last-child {
        width: 90px;
        text-align: right
    }
}

.news-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: .56rem
}

.news-wrap .fl {
    width: 5.78rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.news-wrap .fr {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: .58rem
}

.news-wrap__tlt {
    margin-bottom: .36rem;
    visibility: hidden
}

.news-wrap__tlt span {
    font-size: .24rem;
    color: #333
}

.news-wrap__tlt i {
    font-size: .16rem;
    color: #d6d6d6;
    font-style: normal;
    margin-left: .05rem
}

.news-wrap__swiper {
    background: #f8f8f8;
    height: 4.8rem;
    padding: .3rem .5rem .2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden
}

.news-wrap__swiper .tlt {
    font-size: .18rem;
    color: #333;
    height: .65rem;
    text-align: left;
    line-height: 28px
}

.news-wrap__swiper a {
    overflow: hidden
}

.news-wrap__swiper a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.news-wrap__swiper .pic {
    width: 4.78rem;
    height: 3.1rem;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s
}

.news-wrap__swiper .btn {
    font-size: .16rem;
    color: #f7a700;
    margin-top: .15rem
}

.news-wrap.active .news-wrap__tlt {
    visibility: visible;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLefts;
    -moz-animation-name: fadeInLefts;
    animation-name: fadeInLefts
}

.news-wrap.active .news-wrap__swiper {
    visibility: visible;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLefts;
    -moz-animation-name: fadeInLefts;
    animation-name: fadeInLefts
}

.news-wrap.active .news-list {
    visibility: visible;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRights;
    -moz-animation-name: fadeInRights;
    animation-name: fadeInRights
}

.news-wrap.active .news-list:nth-child(2) {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s
}

.news-wrap.active .news-list:nth-child(3) {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    animation-delay: .8s
}

.news-wrap.active .news-list:nth-child(4) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s
}

.news-swiper {
    width: 4.8rem;
    height: 4.16rem;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.news-swiper .swiper-slide {
    background: 0 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.news-swiper .swiper-pagination {
    text-align: right;
    padding-right: .2rem;
    bottom: 55px
}

.news-swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: .4
}

.news-swiper .swiper-pagination-bullet-active {
    opacity: 1
}

.news-tabs__tab {
    margin-bottom: .36rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.news-tabs__tab .item {
    margin-left: .48rem;
    font-size: .16rem;
    color: #333;
    cursor: pointer
}

.news-tabs__tab .item.active {
    color: #006b8e;
    font-weight: 600
}

.news-tabs__content .c {
    display: none
}

.news-tabs__content .c:first-child {
    display: block
}

.news-list {
    border-bottom: solid 1px #e5e5e5;
    position: relative;
    visibility: hidden
}

.news-list+.news-list {
    margin-top: .2rem
}

.news-list::after {
    content: "";
    position: absolute;
    left: 0;
    top: -.2rem;
    opacity: 0;
    width: 0;
    z-index: -1;
    height: 120%;
    background: #006b8e;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.news-list:hover {
    padding: 0 15px
}

.news-list:hover::after {
    opacity: 1;
    width: 100%
}

.news-list:hover .news-title {
    color: #fff
}

.news-list:hover .news-title .date {
    color: #fff
}

.news-list:hover .news-title::before {
    background: #fff
}

.news-list:hover .news-brief {
    color: #fff
}

.news-title {
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-title::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333;
    margin-right: .1rem
}

.news-title .tlt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.news-title .date {
    font-size: 14px;
    color: #999
}

.news-brief {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin: 15px 0;
    letter-spacing: 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.news-brief p {
    line-height: 25px
}

@media screen and (max-width:768px) {
    .news-wrap__swiper {
        padding: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 360px
    }

    .news-wrap__swiper .tlt {
        height: 30px;
        line-height: 24px;
        text-align: left;
        margin-bottom: 0;
        margin-top: 0;
        font-size: 14px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .news-wrap__swiper .pic {
        width: 100%;
        height: 100%
    }

    .news-wrap__swiper .btn {
        margin-top: 10px;
        margin-left: 10px;
        font-size: 14px
    }

    .news-swiper {
        width: 100%;
        height: 100%
    }

    .news-swiper .swiper-slide {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .news-swiper .swiper-pagination {
        bottom: 70px
    }

    .news-swiper .swiper-pagination .swiper-pagination-bullet {
        background: #fff;
        opacity: 1
    }

    .news-swiper .swiper-pagination .swiper-pagination-bullet-active {
        background: #006b8e
    }

    .news-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 15px
    }

    .news-wrap .fl {
        width: 50%
    }

    .news-wrap .fr {
        padding-left: 15px;
        width: 50%
    }

    .news-wrap__tlt {
        margin-bottom: 20px
    }

    .news-wrap__tlt span {
        font-size: 18px
    }

    .news-wrap__tlt i {
        font-size: 15px
    }

    .news-tabs__tab {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 20px
    }

    .news-tabs__tab .item {
        font-size: 16px;
        margin-left: 0;
        margin-right: 28px;
        line-height: 45px;
        color: #666
    }

    .news-tabs__tab .item.active {
        border-bottom: solid 2px #006b8e
    }

    .news-title {
        font-size: 16px
    }

    .news-title::before {
        background: #999;
        margin-right: 10px
    }

    .news-title .tlt {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .news-title .date {
        font-size: 13px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 10px
    }

    .news-brief {
        padding-left: 16px;
        margin: 10px 0;
        font-size: 14px;
        line-height: 24px;
        display: block;
        position: relative;
        overflow: initial;
        width: 100%
    }

    .news-brief p {
        height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 3.6rem
    }

    .news-brief::before {
        content: "|";
        display: block;
        position: absolute;
        right: 25px;
        top: -3px;
        color: #999
    }

    .news-brief::after {
        content: "";
        background: url(../image/icon-12.png) no-repeat;
        background-size: 100%;
        display: block;
        width: 18px;
        height: 10px;
        position: absolute;
        right: 0;
        top: 4px
    }
}

@media screen and (max-width:576px) {
    .news-wrap__swiper {
        height: 340px;
        margin: 0 -15px
    }

    .news-wrap__swiper .pic {
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .news-wrap__swiper .tlt {
        width: 100%;
        height: auto;
        margin-top: 15px;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .news-wrap__swiper .swiper-slide a.pic-box {
        width: 100%;
        height: 200px
    }

    .news-wrap__swiper .btn {
        margin-left: auto
    }

    .news-swiper .swiper-pagination {
        bottom: 115px
    }

    .news-wrap .fl {
        width: 100%
    }

    .news-wrap .fr {
        width: 100%;
        padding-left: 0
    }

    .news-brief p {
        width: 5.6rem
    }
}

.special-column {
    margin: 60px auto
}

.special-column__item {
    width: 3.8rem;
    height: 1.2rem;
    overflow: hidden;
    visibility: hidden
}

.special-column__item+.special-column__item {
    margin-left: .3rem
}

.special-column__item a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.special-column__item img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s
}

.special-column__item p {
    text-align: center;
    font-size: .18rem;
    margin-top: .22rem
}

.special-column.active .special-column__item {
    visibility: visible
}

.special-column.active .special-column__item:first-child {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLefts;
    -moz-animation-name: fadeInLefts;
    animation-name: fadeInLefts
}

.special-column.active .special-column__item:nth-child(2) {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.special-column.active .special-column__item:last-child {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRights;
    -moz-animation-name: fadeInRights;
    animation-name: fadeInRights
}

.page-tlt {
    text-align: center
}

.page-tlt h3 {
    font-size: .24rem;
    color: #333;
    margin-bottom: .16rem
}

.page-tlt p {
    font-size: .15rem;
    color: #999
}

.index-btn {
    width: 1.6rem;
    text-align: center;
    line-height: .5rem;
    height: .5rem;
    border-radius: 4px;
    font-size: .16rem;
    cursor: pointer;
    position: relative
}

.index-btn:hover {
    border: solid 1px #000
}

.index-btn:hover a {
    color: #000
}

.index-btn:hover::before {
    width: 0;
    opacity: 0
}

.index-btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    border-radius: 4px;
    background: #f7a700;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.index-btn a {
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: .5rem;
    text-align: center
}

.specialSwiper {
    overflow: hidden
}

@media screen and (max-width:768px) {
    .index-btn {
        font-size: 14px;
        width: 2.8rem;
        line-height: 48px;
        height: 48px
    }

    .index-btn a {
        height: 48px
    }

    .page-tlt h3 {
        font-size: 18px;
        margin-bottom: 4px
    }

    .page-tlt p {
        font-size: 15px;
        color: #d6d6d6
    }

    .special-column {
        margin: 25px auto 15px;
        padding: 0 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .special-column__item {
        width: 49%;
        margin-left: 0 !important;
        float: none;
        margin-bottom: 15px;
        height: auto
    }

    .special-column__item:nth-child(2) {
        margin-left: 10px !important
    }

    .special-column__item img {
        height: auto
    }

    .special-column__item p {
        line-height: 18px;
        font-size: 14px
    }
}

@media screen and (max-width:576px) {
    .special-column__item {
        width: 100%
    }
}

.bservice-wrap {
    width: 100%;
    background: #eeeeed url(../image/business-sevice-bg.jpg) no-repeat;
    background-size: 100%;
    height: 7.8rem
}

.bservice-wrap .page-tlt {
    padding: .6rem 0 .34rem
}

.bservice-wrap .index-btn {
    margin: .56rem auto .5rem
}

.bservice-wrap .w50 {
    width: 50%
}

.bservice-wrap .w100 {
    width: 100%
}

.bservice-wrap__content .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bservice-wrap__l {
    width: 3.6rem
}

.bservice-wrap__l .bservice-item:first-child {
    margin-bottom: 1px;
    height: 2.83rem
}

.bservice-wrap__l .bservice-item:last-child {
    height: 1.83rem
}

.bservice-wrap__c {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 1px
}

.bservice-wrap__c .bservice-item:first-child {
    margin-right: 1px;
    height: 1.83rem;
    width: 2.43rem
}

.bservice-wrap__c .bservice-item:nth-child(2) {
    height: 1.83rem;
    width: 2.43rem
}

.bservice-wrap__c .bservice-item:last-child {
    margin-top: 1px;
    height: 2.83rem
}

.bservice-wrap__r {
    width: 3.5rem
}

.bservice-wrap__r .bservice-item:first-child {
    margin-bottom: 1px;
    height: 2.43rem
}

.bservice-wrap__r .bservice-item:nth-child(2) {
    height: 2.23rem;
    width: 1.74rem
}

.bservice-wrap__r .bservice-item:last-child {
    margin-left: 1px;
    height: 2.23rem;
    width: 1.75rem
}

.bservice-wrap.active .bservice-wrap__l .bservice-item {
    visibility: visible;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLefts;
    -moz-animation-name: fadeInLefts;
    animation-name: fadeInLefts
}

.bservice-wrap.active .bservice-wrap__l .bservice-item:first-child {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s
}

.bservice-wrap.active .bservice-wrap__l .bservice-item:last-child {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

.bservice-wrap.active .bservice-wrap__c .bservice-item {
    visibility: visible
}

.bservice-wrap.active .bservice-wrap__c .bservice-item:first-child {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.bservice-wrap.active .bservice-wrap__c .bservice-item:nth-child(2) {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.bservice-wrap.active .bservice-wrap__c .bservice-item:last-child {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.bservice-wrap.active .bservice-wrap__r .bservice-item {
    visibility: visible;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRights;
    -moz-animation-name: fadeInRights;
    animation-name: fadeInRights
}

.bservice-wrap.active .bservice-wrap__r .bservice-item:first-child {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s
}

.bservice-wrap.active .bservice-wrap__r .bservice-item:nth-child(2) {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

.bservice-wrap.active .bservice-wrap__r .bservice-item:last-child {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    animation-delay: .8s
}

.bservice-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    visibility: hidden
}

.bservice-item:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.bservice-item__pic {
    width: 100%;
    height: 100%;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s
}

.bservice-item__tlt {
    font-size: .16rem;
    color: #fff;
    position: absolute;
    left: .18rem;
    bottom: .2rem
}

.bservice-item .cover {
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 120, 160, .8);
    position: absolute;
    left: 0;
    z-index: 19;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.bservice-item .cover h3 {
    font-size: .2rem;
    margin-bottom: .12rem
}

.bservice-item .cover p {
    font-size: 14px;
    line-height: .28rem;
    padding: 0 .15rem
}

@media screen and (max-width:768px) {
    .bservice-wrap {
        height: auto;
        background-size: cover
    }

    .bservice-wrap__content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .bservice-wrap__l {
        width: 33%
    }

    .bservice-wrap__c {
        width: 33%
    }

    .bservice-wrap__c .bservice-item:first-child,
    .bservice-wrap__c .bservice-item:nth-child(2) {
        width: 49.5%
    }

    .bservice-wrap__r {
        width: 33%
    }

    .bservice-wrap__r .bservice-item {
        width: 100%
    }

    .bservice-wrap__r .bservice-item:last-child,
    .bservice-wrap__r .bservice-item:nth-child(2) {
        height: 2.2rem
    }

    .bservice-wrap__r .bservice-item:nth-child(2) {
        margin-left: 1px
    }

    .bservice-item .cover h3 {
        font-size: 14px
    }

    .bservice-item__tlt {
        font-size: 14px
    }
}

.achievements .page-tlt {
    padding: .72rem 0 .5rem
}

.achievements .index-btn {
    margin: .6rem auto .9rem
}

.achievements-swiper .swiper-slide {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.achievements-swiper .swiper-slide a:hover h4 {
    color: #006b8e
}

.achievements-swiper .swiper-slide .tlt {
    display: none
}

.achievements-swiper .swiper-slide .cover {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
    position: absolute;
    left: 0;
    top: 0;
    display: none
}

.achievements-mobile-swiper .swiper-slide {
    width: 80%
}

.achievements-mobile-swiper .swiper-slide .achievements-item__pic {
    width: 6rem;
    height: 4.5rem;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s
}

.achievements-mobile-swiper .swiper-slide .achievements-item .tlt {
    display: none;
    text-align: left
}

.achievements-mobile-swiper .swiper-slide .achievements-item .cover {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
    position: absolute;
    left: 0;
    top: 0
}

.achievements-mobile-swiper .swiper-slide-active .achievements-item .tlt {
    display: block
}

.achievements-mobile-swiper .swiper-slide-active .achievements-item .cover {
    display: none
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.achievements-item__pic {
    width: 270px;
    height: 355px
}

.achievements-item h4 {
    margin-top: .2rem;
    margin-bottom: .15rem;
    font-size: .16rem;
    color: #333;
    font-weight: 600;
    padding: 0 .1rem
}

.achievements-item p {
    font-size: 14px;
    color: #999;
    padding: 0 .1rem
}

@media screen and (max-width:768px) {
    .achievements {
        padding: 0 15px
    }

    .achievements-swiper {
        overflow: hidden
    }

    .achievements-item h4 {
        line-height: 24px;
        font-size: 16px;
        margin-top: 15px
    }

    .achievements-item p {
        font-size: 14px
    }

    .achievements-mobile-swiper .swiper-slide .achievements-item__pic {
        width: 10rem;
        height: 450px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media screen and (max-width:576px) {
    .achievements-mobile-swiper .swiper-slide .achievements-item__pic {
        width: 6rem;
        height: 280px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.side-toolbar {
    right: .2rem;
    top: 1.5rem;
    z-index: 1000;
    position: fixed;
    border: solid 1px #006a8e;
    width: .58rem;
    border-radius: 2px;
    background: #fff
}

.side-toolbar__item {
    text-align: center;
    padding: .12rem 0;
    position: relative;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s
}

.side-toolbar__item:hover {
    background: #006b8e
}

.side-toolbar__item:hover span {
    color: #fff
}

.side-toolbar__item:hover i.one {
    background: url(../image/icon-side_01-w.png) no-repeat
}

.side-toolbar__item:hover i.two {
    background: url(../image/icon-side_02-w.png) no-repeat
}

.side-toolbar__item:hover i.third {
    background: url(../image/icon-side_03-w.png) no-repeat
}

.side-toolbar__item:nth-child(2) img {
    width: .18rem
}

.side-toolbar__item+.side-toolbar__item::before {
    content: "";
    background: #ccc;
    height: 1px;
    width: .22rem;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -.11rem
}

.side-toolbar__item i {
    display: block;
    margin: 0 auto .04rem
}

.side-toolbar__item i.one {
    width: 20px;
    height: 18px;
    background: url(../image/icon-side_01.png) no-repeat
}

.side-toolbar__item i.two {
    width: 18px;
    height: 18px;
    background: url(../image/icon-side_02.png) no-repeat
}

.side-toolbar__item i.third {
    width: 20px;
    height: 16px;
    background: url(../image/icon-side_03.png) no-repeat
}

.side-toolbar__item span {
    font-size: 14px;
    color: #666;
    line-height: 1.2;
    width: 35px;
    word-break: break-all;
    display: block;
    margin: 0 auto
}

.page-gotop {
    right: .2rem;
    bottom: 1.2rem;
    z-index: 1001;
    margin-top: -.6rem;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.page-gotop.active {
    opacity: 1;
    visibility: visible
}

.mobile-container {
    display: none
}

@media screen and (max-width:576px) {
    .mobile-container {
        display: block
    }

    .pc-container {
        display: none
    }
}

.breadcrumb {
    border-bottom: solid 1px #ecebeb
}

.breadcrumb-main {
    height: .8rem
}

.breadcrumb-main i {
    width: .16rem;
    height: .16rem;
    background: url(../image/icon-nav_lead.png) no-repeat;
    background-size: 100%;
    margin-right: .16rem
}

.breadcrumb-main a {
    font-size: 14px;
    color: #666
}

.breadcrumb-main a:hover {
    color: #0186b2
}

.breadcrumb-main span {
    width: 5px;
    height: 1px;
    background: #666;
    margin: 0 5px
}

.breadcrumb-r {
    height: .8rem
}

.breadcrumb-r .fli {
    line-height: .8rem;
    position: relative
}

.breadcrumb-r .fli>a {
    font-size: .16rem;
    color: #666;
    margin-left: .42rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.breadcrumb-r .fli>a .icon-r {
    width: .07rem;
    height: .11rem;
    display: block;
    background: url(../image/icon-arrow-right.png) no-repeat;
    background-size: 100%;
    margin-left: .13rem
}

.breadcrumb-r .fli>a:hover .icon-r {
    background: url(../image/icon-arrow-right-h.png) no-repeat;
    background-size: 100%
}

.breadcrumb-r .fli>a.active,
.breadcrumb-r .fli>a:hover {
    color: #0186b2
}

.breadcrumb-r .fli .breadcrumb-second {
    position: absolute;
    top: .81rem;
    left: .2rem;
    display: none;
    background: #fff;
    min-width: 1.42rem;
    padding: .15rem 0;
    -webkit-box-shadow: 1px 1px 8px 3px rgba(204, 204, 204, .4);
    box-shadow: 1px 1px 8px 3px rgba(204, 204, 204, .4)
}

.breadcrumb-r .fli .breadcrumb-second li {
    line-height: .36rem;
    text-align: center
}

.breadcrumb-r .fli .breadcrumb-second li a {
    font-size: .15rem;
    color: #666
}

.breadcrumb-r .fli .breadcrumb-second li a.active,
.breadcrumb-r .fli .breadcrumb-second li a:hover {
    color: #0186b2
}

.hr-banner {
    width: 100%;
    height: 3.8rem;
    color: #fff;
    position: relative
}

.hr-banner .banner-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.hr-banner .banner-pic i {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-animation: 10s infinite alternate bannerMove;
    -moz-animation: 10s infinite alternate bannerMove;
    animation: 10s infinite alternate bannerMove
}

.hr-banner .banner-h3 {
    font-size: .46rem;
    padding-top: 1.5rem;
    margin-bottom: .2rem
}

.hr-banner .banner-h4 {
    font-size: .32rem
}

.hr-banner .banner-h5 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    font-size: 40px;
    color: rgb(0, 0, 0);
    line-height: 50px;
    max-width: calc(100% - 78px);
    font-weight: 700;
}

.hr-banner .banner-h6 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    font-size: 15px;
    color: rgb(0, 0, 0);
    line-height: 50px;
    max-width: calc(100% - 78px);
    font-weight: 700;
}

@-moz-keyframes bannerMove {
    from {
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    to {
        -moz-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }
}

@keyframes bannerMove {
    from {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    to {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }
}

@-webkit-keyframes bannerMove {
    from {
        -webkit-transform: scale(1, 1)
    }

    to {
        -webkit-transform: scale(1.1, 1.1)
    }
}

.recruit-list li {
    height: .6rem;
    padding: 0 .2rem
}

.recruit-list li:nth-child(2n-1) {
    background: #f6f6f6
}

.recruit-list li a {
    font-size: .16rem;
    color: #666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.recruit-list li a span {
    font-size: .14rem;
    white-space: nowrap;
    margin-left: 20px
}

.recruit-list li a:hover {
    color: #0186b2
}

.idea-wrap__item {
    width: 33.33333%;
    height: 3.4rem;
    padding: .64rem .36rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.idea-wrap__item+.idea-wrap__item::before {
    content: "";
    display: block;
    width: .34rem;
    height: .34rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -.17rem;
    left: -.17rem;
    z-index: 6
}

.idea-wrap__item.green {
    background: #effbff
}

.idea-wrap__item.blue {
    background: #0186b2
}

.idea-wrap__item.blue h3,
.idea-wrap__item.blue p {
    color: #fff
}

.idea-wrap__item.yellow {
    background: #fcf8ef
}

.idea-wrap__item h3 {
    font-size: .2rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: .5rem
}

.idea-wrap__item p {
    font-size: .16rem;
    color: #666;
    line-height: .3rem
}

.hr-intro {
    font-size: 14px;
    color: #999;
    width: 70%;
    margin: 0 auto;
    line-height: .3rem;
    text-align: center
}

.general-wrap {
    margin-bottom: .8rem;
    margin-top: -.4rem
}

.general-wrap-info {
    display: none
}

.general-wrap__t {
    height: 5.6rem;
    background: url(../image/g-l-bg.jpg) no-repeat left top;
    background-size: 50% 100%;
    position: relative
}

.general-wrap__d {
    height: 5.6rem;
    background: url(../image/g-r-bg.jpg) no-repeat right top;
    background-size: 50% 100%;
    position: relative
}

.t-content {
    background: #fff;
    width: 60%;
    height: 4.45rem;
    -webkit-box-shadow: 0 0 6px 5px #ebebeb;
    box-shadow: 0 0 6px 5px #ebebeb;
    position: absolute;
    top: 50%;
    left: 30%;
    margin-top: -2.225rem
}

.t-content__l {
    width: 50%;
    padding: 0 .42rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .15rem;
    color: #666
}

.t-content__l span {
    color: #0186b2
}

.t-content__r {
    padding-right: .42rem
}

.t-content__r h4 {
    font-size: .18rem;
    color: #666;
    font-weight: 700;
    margin-bottom: .18rem
}

.t-content__r img {
    margin-bottom: .2rem
}

.t-content__r p {
    font-size: .16rem;
    color: #666;
    line-height: .36rem
}

.t-content__r p span {
    color: #0186b2
}

.t-content__r p i {
    color: #f7921c;
    font-style: normal
}

.t-content__r p:last-child {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: .1rem
}

.d-content {
    background: #fff;
    width: 60%;
    height: 4.45rem;
    -webkit-box-shadow: 0 0 6px 5px #ebebeb;
    box-shadow: 0 0 6px 5px #ebebeb;
    position: absolute;
    top: 50%;
    right: 30%;
    margin-top: -2.225rem
}

.d-content__l {
    padding-left: .42rem
}

.d-content__l h4 {
    font-size: .18rem;
    color: #666;
    font-weight: 700;
    margin-bottom: .18rem
}

.d-content__r {
    width: 50%;
    padding: 0 .42rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .15rem;
    color: #666
}

.d-content__r span {
    color: #0186b2
}

.part-banner-mobile {
    display: none
}

.pb-post-list li {
    padding-bottom: .28rem;
    margin-bottom: .28rem;
    border-bottom: solid 1px #e5e5e5;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.pb-post-list li .n-pics {
    width: 2.34rem;
    height: 1.52rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .24rem;
    overflow: hidden
}

.pb-post-list li .n-pics:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.pb-post-list li .n-pics img {
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    transition: All .4s ease-in-out
}

.pb-post-list li img {
    width: 100%;
    height: 100%;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    transition: All .4s ease-in-out
}

.pb-post-list li .datetime {
    width: 1.2rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.pb-post-list li .datetime h3 {
    font-size: .3rem;
    color: #666;
    line-height: 1;
    margin-bottom: .14rem
}

.pb-post-list li .datetime span {
    font-size: .16rem;
    color: #666
}

.pb-post-list li .content h3 {
    font-size: .18rem;
    color: #333;
    margin-bottom: .22rem
}

.pb-post-list li .content p {
    font-size: .14rem;
    color: #999;
    line-height: .26rem;
    height: .54rem
}

.pb-post-list li .content .date {
    font-size: .14rem;
    color: #666
}

.organize-list h3 {
    display: none
}

.organize {
    width: 100%;
    position: relative
}

.organize:before {
    content: "";
    width: 97%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    top: -.21rem;
    left: .12rem;
    right: .12rem
}

.organize li {
    width: .25rem;
    height: 3.32rem;
    margin-right: .1rem;
    word-break: break-all;
    background: #dceaf1;
    padding: .05rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    font-size: .16rem;
    color: #000;
    line-height: 1.15
}

.organize li::before {
    content: "";
    height: .2rem;
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    left: 50%;
    top: -.2rem
}

.organize li.yellow {
    background: #ffd43c
}

.organize li.green {
    background: #aad234
}

.organize li.blue {
    background: #92d1fd
}

.s-tlt {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin-bottom: .5rem
}

.s-tlt h3 {
    display: inline-block;
    background: #f5f5f5;
    font-size: .22rem;
    color: #000;
    padding: .18rem .18rem;
    margin-right: .36rem;
    position: relative
}

.s-tlt h3::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background: #e6e6e6;
    position: absolute;
    left: 50%;
    bottom: -30px
}

.s-tlt .intro {
    padding-right: .74rem
}

.s-tlt .item {
    margin-left: .12rem
}

.s-tlt .item::before {
    content: "";
    display: block;
    width: .13rem;
    height: .13rem;
    margin-right: .06rem;
    border-radius: 50%
}

.s-tlt .item.yellow::before {
    background: #ffd43c
}

.s-tlt .item.green::before {
    background: #aad234
}

.s-tlt .item.blue::before {
    background: #92d1fd
}

.s-tlt .item.blue-light::before {
    background: #dceaf1
}

.d-contaner {
    background: url(../image/dj-bg.jpg) no-repeat;
    background-size: 100%;
    min-height: 3.22rem;
    margin-bottom: .62rem
}

.d-contaner>div {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%
}

.d-contaner__l {
    position: relative;
    padding: 0 .57rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.d-contaner__l::after {
    content: "";
    display: block;
    width: 1px;
    height: 2.63rem;
    background: #bfbfbf;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1.25rem
}

.d-contaner__l img {
    display: block;
    width: 1.15rem;
    height: 1.08rem;
    margin: 0 auto .35rem
}

.d-contaner__l p {
    font-size: .21rem;
    color: #333;
    line-height: .35rem
}

.d-contaner__r {
    padding: 0 .57rem 0 .8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.48rem
}

.d-item {
    position: relative;
    width: 1.47rem;
    height: 1.32rem;
    text-align: center
}

.d-item+.d-item {
    margin-left: .8rem
}

.d-item img {
    width: 1.47rem;
    height: 1.32rem;
    position: absolute;
    left: 0;
    top: 0
}

.d-item p {
    width: 100%;
    position: absolute;
    font-size: .21rem
}

.d-item p.f {
    top: .92rem
}

.d-item p:last-child {
    top: 1.3rem
}

.bs-page-cover img {
    max-width: 10.7rem;
    height: auto;
    display: block;
    margin: 0 auto 30px
}

.bs-page-tlt {
    font-size: .16rem;
    color: #666;
    margin: .55rem 0 0;
    padding-bottom: .32rem;
    border-bottom: solid 1px #e5e5e5
}

.bs-page-content {
    font-size: 14px;
    color: #666;
    line-height: .3rem;
    padding-bottom: .52rem;
    margin-bottom: .52rem;
    border-bottom: solid 1px #eee
}

.bs-page-content p {
    line-height: .3rem;
    font-size: 14px
}

.relevant-recommend {
    padding-top: .34rem
}

.relevant-recommend h3 {
    margin-bottom: .3rem;
    font-size: .18rem;
    color: #333
}

.r-r__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.r-r__col {
    width: 2.77rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.r-r__col+.r-r__col {
    margin-left: .28rem
}

.r-r__col .pic {
    overflow: hidden;
    width: 2.77rem;
    height: 1.8rem
}

.r-r__col .pic:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.r-r__col .pic img {
    height: 100%;
    width: 100%;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    transition: All .4s ease-in-out
}

.r-r__col p {
    text-align: center;
    margin: .18rem auto;
    font-size: .16rem;
    color: #333;
    width: 95%;
    height: .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.picture-text ul {
    margin-left: -.15rem;
    margin-right: -.15rem;
    zoom: 1
}

.picture-text ul::after,
.picture-text ul::before {
    content: "";
    display: table
}

.picture-text ul::after {
    clear: both
}

.picture-text ul li {
    margin: .15rem;
    border: solid 1px #eee;
    padding: .15rem .18rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.picture-text ul li .pic {
    width: 2.35rem;
    height: 1.5rem;
    margin-bottom: .15rem;
    overflow: hidden
}

.picture-text ul li .pic:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.picture-text ul li .pic img {
    width: 100%;
    height: 100%;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    transition: All .4s ease-in-out
}

.picture-text ul li p {
    width: 2.35rem;
    margin: 0 auto;
    text-align: center;
    height: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px
}

.picture-text ul li p a {
    color: #666
}

.picture-text ul li p a:hover {
    color: #006b8e
}

.bservice-wrap-swiper {
    width: 100%;
    height: 400px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative
}

.bservice-wrap-swiper .swiper-slide {
    background: 0 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.bservice-wrap-swiper .swiper-slide img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover
}

.bservice-wrap-swiper .swiper-slide .info h3 {
    font-size: 16px;
    color: #006b8e
}

.bservice-wrap-swiper .swiper-slide .info p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-align: left;
    margin-top: 20px;
    padding: 0 15px;
    margin-bottom: 20px
}

.bservice-wrap-swiper .swiper-slide .info p a {
    color: #f7a700
}

.bservice-wrap-swiper .swiper-pagination.swiper-pagination-bullets {
    bottom: 0
}

.bservice-wrap-swiper .swiper-pagination-bullet {
    width: 23px;
    height: 5px;
    opacity: 1;
    border-radius: 12px;
    background: #333
}

.bservice-wrap-swiper .swiper-pagination-bullet-active {
    background: #f7a700
}

.detail-intro {
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    border-bottom: solid 1px #e5e5e5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.detail-intro__item {
    margin: 0 .27rem;
    font-size: .14rem;
    color: #666
}

.detail-intro__item span {
    cursor: pointer
}

.detail-intro .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.detail-intro .share a {
    margin: 0 .06rem
}

.detail-content p {
    font-size: .14rem;
    color: #333;
    line-height: .3rem;
    margin-bottom: .2rem
}

.detail-content img {
    max-width: 7rem;
    margin: 0 auto;
    display: block;
    width: 100%
}

.detail-back {
    margin-top: .5rem;
    cursor: pointer
}

.news-video-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.15rem;
    margin-right: -.15rem
}

.news-video-row .nv-col {
    margin: 0 .15rem;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    cursor: pointer
}

.news-video-row .nv-col:hover .pic>img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.news-video-row .nv-col:hover .pic .cover {
    opacity: 1
}

.news-video-row .nv-col:hover .pic .cover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.news-video-row .nv-col:hover p {
    background: #f7f7f7;
    color: #006a8d
}

.news-video-row .nv-col .pic {
    width: 100%;
    height: 2.6rem;
    position: relative;
    overflow: hidden
}

.news-video-row .nv-col .pic>img {
    width: 100%;
    height: 100%;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    transition: All .4s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover
}

.news-video-row .nv-col .pic .cover {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 106, 141, .8)
}

.news-video-row .nv-col .pic .cover img {
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    transition: All .4s ease-in-out
}

.news-video-row p {
    height: .8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .18rem;
    color: #333
}

.new-lists {
    margin-top: .8rem;
    margin-bottom: 1.2rem
}

.hot-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: .6rem;
    margin-bottom: .6rem;
    border-bottom: solid 1px #e5e5e5
}

.hot-news .hot-news-l,
.hot-news .hot-news-r {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.hot-news .hot-news-l {
    width: 100%;
    height: 3.9rem;
    overflow: hidden
}

.hot-news .hot-news-l:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.hot-news .hot-news-l img {
    width: 100%;
    height: 100%;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    transition: All .4s ease-in-out
}

.hot-news .hot-news-r {
    background: #f8f8f8;
    padding: .4rem .36rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 3.9rem
}

.hot-news .hot-news-r h3 {
    font-size: .2rem;
    color: #333;
    line-height: .36rem;
    margin-bottom: .32rem
}

.hot-news .hot-news-r p {
    font-size: .16rem;
    color: #999;
    line-height: .32rem;
    margin-bottom: .4rem;
    max-height: 1.3rem;
    overflow: hidden
}

.hot-news .hot-news-r .vmore a {
    font-size: .14rem;
    color: #f7a700
}

.detail-swiper {
    width: 12.88rem;
    margin: 0 auto .5rem;
    overflow: hidden;
    position: relative;
    padding: 0 .44rem
}

.detail-swiper .swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.detail-swiper .ds-item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.detail-swiper .ds-item .pics {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.detail-swiper .ds-item img {
    width: 3.8rem;
    height: 2.44rem;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    transition: All .4s ease-in-out
}

.detail-swiper .ds-item p {
    background: #f8f8f8;
    height: .6rem;
    font-size: .14rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 .2rem;
    width: 3.8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.detail-swiper .ds-item p span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: .3rem;
    text-align: left
}

.detail-swiper .ds-item p img {
    width: .28rem;
    height: .28rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.detail-swiper .swiper-button-prev {
    width: .44rem;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    background: #fff
}

.detail-swiper .swiper-button-prev::before {
    content: "";
    width: .44rem;
    height: .44rem;
    display: block;
    background: url(../image/icon-prev.png);
    background-size: 100%;
    position: absolute;
    top: 50%;
    margin-top: -.22rem
}

.detail-swiper .swiper-button-next {
    width: .44rem;
    right: 0;
    height: 100%;
    top: 0;
    margin-top: 0;
    background: #fff
}

.detail-swiper .swiper-button-next::before {
    content: "";
    width: .44rem;
    height: .44rem;
    display: block;
    background: url(../image/icon-next.png);
    background-size: 100%;
    position: absolute;
    top: 50%;
    margin-top: -.22rem
}

.zc-content {
    width: 100%;
    height: 6.2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .15rem;
    color: #333;
    padding: 1.25rem 1.5rem
}

.zc-content_tlt {
    margin-bottom: .38rem;
    position: relative;
    z-index: 2
}

.zc-content_text {
    position: relative;
    z-index: 2
}

.zc-content p {
    text-indent: 2em;
    line-height: .36rem
}

.com-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: .85rem
}

.com-intro__l {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    overflow: hidden
}

.com-intro__l:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.com-intro__l img {
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    transition: All .4s ease-in-out
}

.com-intro__r {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .25rem 0 .25rem .52rem
}

.com-intro__r p {
    line-height: .34rem;
    font-size: .15rem;
    color: #666;
    text-indent: 2em
}

.shareholder-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
}

.shareholder-info-3 {
    -webkit-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    padding: .36rem;
    height: 3.75rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.shareholder-info-4 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: .36rem;
    height: 4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    flex-wrap: wrap;
    display: flex;
    box-sizing: border-box;

}

.shareholder-info-3:last-child {
    padding-right: .2rem
}

.shareholder-info-3 img {
    display: block;
    margin: .1rem auto .28rem
}

.shareholder-info-3.yellow {
    background: #fff9ee
}

.shareholder-info-4.yellow {
    background: #fff9ee
}

.shareholder-info-3.yellow h3 {
    color: #f39800;
    border-color: #f39800
}

.shareholder-info-3.blue {
    background: #f5fbff
}

.shareholder-info-3.blue h3 {
    color: #0075bb;
    border-color: #0075bb
}

.shareholder-info-3.grey {
    background: #fafafa
}

.shareholder-info-3.grey h3 {
    color: #0075bb;
    border-color: #50b345;
}

.shareholder-info-3.grey h3 span.orange {
    color: #f39800
}

.shareholder-info-3.grey h3 span.blued {
    color: #0075bb
}

.shareholder-info h3 {
    font-size: .2rem;
    text-align: center;
    border-bottom: solid 3px transparent;
    padding-bottom: .18rem;
    margin-bottom: .18rem
}

.shareholder-info p {
    line-height: .32rem;
    color: #666;
    font-size: .15rem;

}

.customer-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.customer-wrap a {
    overflow: hidden;
    margin: 0 8px .2rem
}

.customer-wrap a img {
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    transition: All .4s ease-in-out
}

.customer-wrap a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.load-more {
    display: none
}

.zz-swiper {
    position: relative;
    margin: 0 auto
}

.zz-swiper .swiper-container {
    padding-bottom: .6rem
}

.zz-swiper .swiper-slide {
    width: 3.64rem;
    height: 4.34rem;
    display: initial
}

.zz-swiper .swiper-slide img {
    display: block;
    height: 100%
}

.zz-swiper .swiper-slide p {
    line-height: .6rem;
    padding-top: 0;
    text-align: center;
    color: #666;
    font-size: .18rem;
    margin: 0;
    display: none
}

.zz-swiper .swiper-slide.swiper-slide-active p {
    display: block
}

.zz-swiper .swiper-button-prev {
    left: 0;
    width: 31px;
    height: 49px;
    background: url(../image/swiper-prev.png) no-repeat;
    background-size: 100%
}

.zz-swiper .swiper-button-next {
    right: 0;
    width: 31px;
    height: 49px;
    background: url(../image/swiper-next.png) no-repeat;
    background-size: 100%
}

.com-leader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.com-leader__item {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    border-right: solid 1px #dcdcdc;
    height: 2.6rem;
    cursor: pointer;
    position: relative
}

.com-leader__item.bborder {
    border-bottom: solid 1px #dcdcdc
}

.com-leader__item:last-child,
.com-leader__item:nth-child(4) {
    border-right: none
}

.com-leader__item__default {
    text-align: center;
    padding-top: .8rem
}

.com-leader__item__default h3 {
    font-size: .24rem;
    color: #006a8d;
    font-weight: 600
}

.com-leader__item__default h3::after {
    content: "";
    display: block;
    width: .25rem;
    height: 3px;
    background: #d9a95d;
    margin: .15rem auto .3rem
}

.com-leader__item__default p {
    font-size: .18rem;
    color: #666
}

.com-leader__item__hover {
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-shadow: 0 0 5px 3px rgba(204, 204, 204, .4);
    box-shadow: 0 0 5px 3px rgba(204, 204, 204, .4);
    background: #fff;
    padding: .2rem .15rem;
    position: absolute;
    width: 110%;
    z-index: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.com-leader__item__hover img {
    width: 1.66rem;
    height: 2.56rem
}

.com-leader__item__hover .leader-info {
    padding: .3rem .1rem .3rem .24rem
}

.com-leader__item__hover .leader-info h4 {
    font-size: .24rem;
    color: #333;
    margin-bottom: .25rem
}

.com-leader__item__hover .leader-info p {
    font-size: .18rem;
    color: #666;
    line-height: .36rem
}

.com-leader__item:hover .com-leader__item__default {
    display: none
}

.com-leader__item:hover .com-leader__item__hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-.05rem);
    -ms-transform: translateY(-.05rem);
    -moz-transform: translateY(-.05rem);
    transform: translateY(-.05rem)
}

.com-leader-mobile {
    display: none
}

.com-idea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom: .8rem
}

.com-idea-4 {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    cursor: pointer
}

.com-idea-4 .com-pic {
    overflow: hidden
}

.com-idea-4 img {
    width: 100%;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    transition: All .4s ease-in-out
}

.com-idea-4:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.com-idea-4:hover .com-idea__content .cover {
    opacity: 1
}

.com-idea__content {
    text-align: center;
    height: 2.05rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding-top: .5rem;
    box-sizing: border-box;
    position: relative;
    -webkit-box-shadow: 0 0 7px 3px rgba(204, 204, 204, .4);
    box-shadow: 0 0 7px 3px rgba(204, 204, 204, .4)
}

.com-idea__content h4 {
    font-size: .18rem;
    color: #333;
    margin-bottom: .24rem
}

.com-idea__content span {
    font-size: .28rem;
    color: #c5c5c5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.com-idea__content span::after,
.com-idea__content span::before {
    content: "";
    width: .45rem;
    height: 1px;
    background: #e5e5e5;
    display: block
}

.com-idea__content span::before {
    margin-right: .22rem
}

.com-idea__content span::after {
    margin-left: .22rem
}

.com-idea__content .cover {
    background: #0423ad;
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, .9);
    padding-top: .5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0
}

.com-idea__content .cover h5 {
    font-size: .18rem
}

.com-idea__content .cover h5::after {
    content: "";
    display: block;
    width: .4rem;
    margin: .1rem auto .2rem;
    height: 1px;
    background: rgba(255, 255, 255, .9)
}

.com-idea__content .cover p {
    font-size: .16rem
}

.com-services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: .8rem
}

.com-services-3 {
    background: #f5fdff;
    width: 4.58rem
}

.com-services-2 {
    background: #fcfaf5;
    width: 7.22rem
}

.com-services-1 {
    width: 100%;
    background: #f7fbff;
    margin-top: .2rem
}

.com-services-item {
    height: 2.22rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .3rem
}

.com-services-item h3 {
    font-size: .2rem;
    color: #333
}

.com-services-item .flex {
    height: 1.48rem
}

.com-services-item img {
    width: .81rem;
    height: .81rem;
    margin-right: .32rem;
    margin-left: 0
}

.com-services-item p {
    font-size: .16rem;
    color: #666;
    line-height: .34rem
}

.service-grow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.service-grow-item ul {
    margin-top: .4rem
}

.service-grow-item li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .4rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service-grow-item li span {
    width: 2rem;
    height: .42rem;
    line-height: .42rem;
    text-align: center;
    font-size: .2rem;
    color: #fff;
    background: #20a6a2;
    margin-right: .32rem
}

.service-grow-item li h4 {
    font-size: .16rem;
    color: #333
}

.service-grow-item li p {
    font-size: .16rem;
    color: #666;
    line-height: .36rem
}

.leader-zc {
    position: relative
}

.leader-zc::before {
    content: "";
    display: block;
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    background: rgba(255, 255, 255, .9);
    z-index: 0
}

.app-share {
    display: none
}

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

    .c-content,
    .zz-content {
        width: 100%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .bservice-wrap__r {
        width: 3.6rem
    }
}

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

    .c-content,
    .zz-content {
        width: 100%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .pusher {
        padding-top: 45px
    }

    .breadcrumb .flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .breadcrumb .fli {
        line-height: 35px;
        margin-right: 14px
    }

    .breadcrumb .fli>a {
        font-size: 16px !important;
        margin: 0 5px;
        padding-bottom: 10px
    }

    .breadcrumb .fli>a.active {
        border-bottom: 2px solid #0186b2
    }

    .breadcrumb-main,
    .breadcrumb-r {
        width: 100%;
        height: auto
    }

    .breadcrumb-main {
        padding: 10px 0
    }

    .breadcrumb-main i {
        width: 12px;
        height: 12px
    }

    .breadcrumb-main a {
        font-size: 14px;
        color: #999
    }

    .breadcrumb-r {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        overflow-x: auto
    }

    .breadcrumb-r .fli .breadcrumb-second {
        position: fixed;
        z-index: 999
    }

    .breadcrumb-r a {
        font-size: 14px !important;
        margin: 0 5px;
        white-space: nowrap
    }

    .breadcrumb-r::-webkit-scrollbar {
        height: 0
    }

    .mobile-s {
        display: block
    }

    .pc-s {
        display: none
    }

    .header .c-content {
        display: none
    }

    .header-mobile {
        background: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1001
    }

    .detail-back {
        display: none
    }

    .detail-content p {
        font-size: 14px
    }

    .detail-intro__item {
        font-size: 14px
    }

    .detail-intro__item.share {
        display: none
    }

    .app-share {
        margin-top: 50px;
        display: block
    }

    .app-share .share {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .app-share .share .share-item img {
        width: 20px;
        height: 20px
    }

    .t-content {
        width: 70%;
        left: 20%
    }

    .d-content {
        right: 20%;
        width: 70%
    }

    .d-contaner {
        background-size: cover;
        padding: 10px 0
    }

    .d-contaner__l,
    .d-contaner__r {
        padding: 0 10px
    }

    .d-contaner__l img {
        width: 40px;
        height: auto;
        margin-bottom: 10px
    }

    .d-contaner__l p {
        font-size: 14px
    }

    .d-contaner__r {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .d-contaner__r .d-item {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 10px
    }

    .d-contaner__r .d-item img {
        width: 60px;
        height: auto
    }

    .d-contaner__r .d-item p {
        position: absolute;
        top: 10px;
        left: 20px;
        font-size: 14px
    }

    .d-contaner__r .d-item p.l {
        top: 30px
    }

    .s-tlt h3 {
        display: none
    }

    .s-tlt .item {
        font-size: 14px
    }

    .organize-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .organize-list h3 {
        display: block;
        font-size: 15px;
        background: #f5f5f5;
        padding: 10px;
        margin-right: 40px;
        border-radius: 5px;
        width: 120px;
        position: relative
    }

    .organize-list h3::after {
        content: "";
        display: block;
        width: 20px;
        height: 1px;
        background: #e6e6e6;
        position: absolute;
        right: -20px;
        top: 50%
    }

    .organize-list .organize {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .organize-list .organize::before {
        top: 8px;
        left: -20px;
        width: 1px;
        height: 97%
    }

    .organize-list .organize li {
        width: 100%;
        height: auto;
        margin-bottom: 6px;
        font-size: 14px
    }

    .organize-list .organize li::before {
        width: 20px;
        height: 1px;
        top: 35%;
        left: -20px
    }
}

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

    .c-content,
    .zz-content {
        width: 100%
    }

    .pusher {
        padding-top: 45px
    }

    .hr-banner {
        height: 150px
    }

    .hr-banner .banner-h3 {
        padding-top: 40px
    }

    .column-container {
        padding: 0 15px
    }

    .column-title {
        margin-bottom: 20px;
        font-size: 18px
    }

    .detail-intro {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .detail-intro__item {
        margin: 0;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        font-size: 14px
    }

    .detail-intro .share {
        display: none
    }

    .detail-content p {
        line-height: 24px;
        text-indent: 2em;
        font-size: 14px
    }

    .detail-back {
        display: none
    }

    .app-share {
        margin-top: 50px;
        display: block
    }

    .app-share .share {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .app-share .share .share-item img {
        width: 20px;
        height: 20px
    }

    .hot-news {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .hot-news-l {
        -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important
    }

    .hot-news-r {
        -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important
    }

    .hot-news .hot-news-r h3 {
        font-size: 16px;
        line-height: 24px
    }

    .hot-news .hot-news-r p {
        font-size: 14px;
        line-height: 24px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .hot-news .hot-news-r .vmore a {
        font-size: 14px
    }

    .detail-swiper {
        width: 100%;
        padding: 0
    }

    .detail-swiper-wrap {
        padding: 0 15px;
        overflow: hidden
    }

    .detail-swiper .ds-item img {
        width: 100%;
        height: 200px
    }

    .detail-swiper .ds-item p {
        width: 100%;
        padding: 10px
    }

    .detail-swiper .ds-item p span {
        height: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .detail-swiper .ds-item {
        width: 100%
    }

    .detail-swiper .swiper-button-prev {
        left: 15px;
        background: 0 0
    }

    .detail-swiper .swiper-button-next {
        right: 15px;
        background: 0 0
    }

    .pb-post-list li .datetime {
        margin-right: 15px
    }

    .pb-post-list li .datetime h3 {
        font-size: 20px
    }

    .pb-post-list li .datetime span {
        font-size: 15px
    }

    .pb-post-list li .content {
        overflow: hidden
    }

    .pb-post-list li .content h3 {
        line-height: 24px;
        font-size: 16px;
        height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .pb-post-list li .content p {
        height: 50px;
        overflow: hidden;
        line-height: 24px;
        font-size: 14px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .mobile-hide {
        display: none
    }

    .leader-zc {
        padding: 50px 30px 80px;
        height: auto;
        background: #fff
    }

    .leader-zc .zc-content_tlt {
        margin-bottom: 5px;
        line-height: 22px
    }

    .leader-zc .zc-content_text p {
        font-size: 12px;
        line-height: 22px
    }

    .part-banner {
        display: none
    }

    .part-banner-mobile {
        display: block
    }

    .com-intro {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    .com-intro__l,
    .com-intro__r {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .com-intro__r {
        padding: 22px 15px;
        background: #f5fdff
    }

    .com-intro__r p {
        margin-bottom: 10px;
        line-height: 24px;
        font-size: 14px
    }

    .shareholder-info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .shareholder-info-3 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: auto;
        margin-bottom: 20px
    }

    .shareholder-info-3 h3 {
        font-size: 16px;
        margin: 25px 20px 20px
    }

    .shareholder-info p {
        font-size: 14px;
        line-height: 24px
    }

    .idea-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .idea-wrap__item {
        width: 100%;
        height: auto
    }

    .idea-wrap__item::before {
        width: 26px !important;
        height: 26px !important;
        top: -13px !important;
        left: 50% !important;
        margin-left: -13px;
        margin-top: 0 !important
    }

    .idea-wrap__item h3 {
        font-size: 16px;
        margin-top: 20px
    }

    .idea-wrap__item p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
        text-indent: 1em
    }

    .com-leader__item {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .com-leader {
        display: none
    }

    .com-leader__item__hover {
        display: block;
        width: 50%;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        position: initial;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 20px
    }

    .com-leader__item__hover .leader-info h4 {
        color: #0186b2;
        font-size: 16px;
        font-weight: 600
    }

    .com-leader__item__hover .leader-info p {
        font-size: 14px;
        line-height: 22px
    }

    .com-leader-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .zz-swiper .swiper-button-next,
    .zz-swiper .swiper-button-prev {
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }

    .zz-swiper .swiper-container {
        padding-bottom: 1rem
    }

    .zz-swiper .swiper-slide p {
        font-size: 14px;
        margin-top: 10px;
        line-height: 22px
    }

    .news-video-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .news-video-row .nv-col {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 30px
    }

    .news-video-row .nv-col:last-child {
        margin-bottom: 0
    }

    .news-video-row .nv-col .pic {
        height: 180px
    }

    .news-video-row .nv-col .pic .cover img {
        height: 1.5rem
    }

    .news-video-row p {
        color: #006a8d;
        font-size: 14px;
        background: #f7f7f7
    }

    .com-idea {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: .4rem
    }

    .com-idea-4 {
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        margin-bottom: 20px
    }

    .com-idea-4 img {
        height: 160px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .com-idea__content {
        padding-top: .4rem
    }

    .com-idea__content h4 {
        font-size: 18px
    }

    .com-idea__content span {
        font-size: 20px
    }

    .com-idea__content .cover h5 {
        font-size: 18px
    }

    .com-idea__content .cover p {
        font-size: 14px
    }

    .com-services {
        margin-bottom: .3rem
    }

    .com-services-item {
        width: 100%;
        margin-bottom: 15px;
        height: auto
    }

    .com-services-item .flex {
        height: auto;
        padding-top: 20px;
        padding-bottom: 5px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .com-services-item h3 {
        font-size: 17px
    }

    .com-services-item p {
        font-size: 14px;
        line-height: 24px
    }

    .com-services-item p i {
        color: #006b8e
    }

    .com-services-3 .flex {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .service-grow {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .service-grow-item li label {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 32px;
        line-height: 32px;
        font-size: 18px;
        width: 2.2rem
    }

    .service-grow-item li h4 {
        font-size: 16px
    }

    .service-grow-item li p {
        font-size: 14px;
        line-height: 24px
    }

    .customer-wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .customer-wrap a {
        -webkit-flex-basis: 23%;
        -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
        margin: 1%
    }

    .load-more {
        display: block;
        margin: 30px auto 80px;
        border: solid 1px #dcdcdc;
        font-size: 18px;
        color: #999;
        line-height: 40px;
        width: 150px;
        text-align: center
    }

    .bs-page-cover img {
        max-width: 100%
    }

    .r-r__row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .r-r__col {
        width: 48%;
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%
    }

    .r-r__col .pic {
        width: 100%
    }

    .r-r__col+.r-r__col {
        margin-left: 0
    }

    .breadcrumb-r .fli .breadcrumb-second {
        min-width: 120px
    }

    .breadcrumb-r .fli .breadcrumb-second li {
        line-height: 32px
    }

    .bs-page-content p {
        line-height: 24px;
        font-size: 14px;
        text-indent: 2em
    }

    .picture-text ul li {
        width: 45%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .picture-text ul li .pic {
        width: 100%
    }

    .picture-text ul li p {
        width: 100%;
        height: 36px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal
    }

    .picture-text ul li p a {
        font-size: 14px
    }

    .hr-intro {
        width: 100%;
        text-align: left;
        line-height: 24px;
        font-size: 14px;
        text-indent: 2em;
        color: #666
    }

    .general-wrap__t {
        margin: 0 15px;
        background-size: 100%;
        padding-top: 15px
    }

    .t-content {
        width: auto;
        left: 0;
        height: auto;
        margin: 15px;
        position: initial;
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        margin-top: 0;
        padding: 15px
    }

    .t-content__l {
        display: none
    }

    .t-content__r {
        width: 100%
    }

    .t-content__r h4 {
        font-size: 15px;
        margin-bottom: 15px
    }

    .t-content__r img {
        margin-bottom: 20px
    }

    .t-content__r p {
        font-size: 14px;
        line-height: 25px
    }

    .t-content__r p:last-child {
        border: none
    }

    .general-wrap-info {
        padding: 0 15px;
        text-indent: 2em;
        font-size: 14px;
        line-height: 24px;
        color: #666;
        display: block
    }

    .general-wrap-info span {
        color: #0186b2
    }

    .general-wrap {
        margin-top: 0
    }

    .general-wrap__d {
        height: auto;
        padding-top: 15px;
        margin: 20px 15px;
        background-size: 100%
    }

    .d-content {
        width: auto;
        position: initial;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        padding: 15px;
        margin: 0 15px
    }

    .d-content__l {
        width: 100%;
        padding-left: 0
    }

    .d-content__l h4 {
        font-size: 15px;
        margin-bottom: 15px
    }

    .d-content__l img {
        width: 98%;
        margin: 0 auto
    }

    .d-content__r {
        display: none
    }

    .recruit-list li {
        min-height: 45px;
        height: auto;
        padding: 10px 15px
    }

    .recruit-list li a {
        font-size: 14px
    }

    .header .c-content {
        display: none
    }

    .header-mobile {
        background: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1001
    }

    .footer-nav .flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 14px
    }

    .footer-nav__l {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer-nav__l .f-intro {
        -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .footer-nav__l .f-intro h3 {
        border: solid 1px #2e333c;
        padding: 10px 0 10px 20px;
        color: #919294
    }

    .footer-nav__l .f-gzh {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%
    }

    .footer-nav__l .f-gzh__item {
        margin: 0 5px
    }

    .footer-nav__l .f-gzh__item img {
        width: 80px;
        height: 80px
    }

    .footer-nav__l .f-gzh__item p {
        font-size: 14px
    }

    .footer-nav__l .f-p {
        font-size: 14px;
        line-height: 25px
    }

    .footer-nav__c {
        display: none
    }

    .copy-right {
        padding-top: 0
    }

    .copy-right .flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 14px
    }

    .copy-right_l,
    .copy-right_t {
        padding: 10px 0;
        width: 100%;
        text-align: center;
        font-size: 14px
    }

    .copy-right_l {
        padding-bottom: 0;
        padding-top: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .copy-right_l a {
        padding: 0;
        margin-right: 0;
        height: auto
    }
}