@font-face {
    font-family: 'oppo';
    src: url(../font/opprsans_r.ttf) format('truetype')
}

@font-face {
    font-family: 'geo';
    src: url(../font/GEOSLAB703_MD_BT_MEDIUM.TTF) format('truetype')
}

@font-face {
    font-family: 'gotham';
    src: url(../font/Gotham-Medium.ttf) format('truetype')
}

* {
    font-family: 'oppo'
}

.width1600 {
    width: 1600px;
    margin: 0 auto
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 4px;
    background-color: #fff
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    width: 4px;
    background-color: #00a2e9
}

header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between; 
    align-items: center;
    -webkit-align-items: center;
    padding: 0 80px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

header .logo {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center
}

header .logo img {
    height: 34px
}

header .logo .s {
    display: block
}

header .logo .h {
    display: none
}

header .fx {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center
}

header .line {
    width: 1px;
    height: 14px;
    background-color: #fff;
    margin-right: 30px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

header .search-btn {
    width: 22px;
    height: 22px;
    cursor: pointer;
    background-image: url(../image/search.png);
    background-position: center;
    background-size: 100% 100%
}

header.on {
    background-color: #fff
}

header.on .logo .s {
    display: none
}

header.on .logo .h {
    display: block
}

header.on nav li>a {
    color: #333
}

header.on .line {
    background-color: #333
}

header.on .search-btn {
    background-image: url(../image/search1.png)
}

nav {
    margin-right: 16px
}

nav ul {
    display: flex;
    display: -webkit-flex
}

nav li {
    padding: 0 32px;
    position: relative
}

nav li>a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 100px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

nav li.active:after {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background-color: #00a2e9;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

nav .child {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding: 16px 20px;
    background-color: #e9edf3
}

nav .child a {
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    padding: 0 20px;
    white-space: nowrap;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

nav .child a:hover {
    color: #00a2e9
}

.search-box {
    display: none;
    width: 100%;
    background-color: #e9edf3;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 10
}

.search-box .fx {
    padding: 30px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center
}

.search-box .input {
    display: block;
    width: 610px;
    height: 70px;
    background-color: #fff;
    border: none;
    padding: 0 20px;
    color: #333;
    font-size: 18px
}

.search-box .input::-webkit-input-placeholder {
    color: #999;
    font-size: 18px
}

.search-box .btn {
    display: block;
    width: 86px;
    height: 70px;
    border: none;
    background: #00a2e9 url(../image/search.png) center / 21px 22px no-repeat
}

.search-meng {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%
}

.banner {
    margin-top: 100px;
    width: 100%;
    height: calc(100vh - 100px );
    position: relative
}

.banner .down {
    position: absolute;
    left: 80px;
    bottom: 50px;
    z-index: 2;
    animation: down 1s ease-in-out infinite;
    -webkit-animation: down 1s ease-in-out infinite
}

.banner .down.r {
    left: auto;
    right: 80px
}

.banner .env-thumbs {
    position: absolute;
    z-index: 2;
    left: 80px;
    bottom: 38px
}

@keyframes down {
    0% {
        transform: translateY(0)
    }

    60% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes down {
    0% {
        transform: translateY(0)
    }

    60% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    }
}

.cm-sub {
    display: flex;
    display: -webkit-flex
}

.cm-sub p {
    height: 35px;
    margin-right: 60px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative
}

.cm-sub p:last-child {
    margin-right: 0
}

.cm-sub p img {
    width: 23px;
    height: 35px
}

.cm-sub p span {
    color: #ff9600;
    font-size: 24px;
    margin: 0 8px
}

.cm-sub.red p span {
    color: #d51717
}

.mo-f {
    background: url(../image/mo-f-bg.jpg) center / cover
}

.env-f {
    background: url(../image/env-f-bg.jpg) center / cover
}

.hn-f {
    background: url(../image/hn-f-bg.jpg) center / cover
}

footer {
    width: 100%;
    padding: 0 80px
}

.f-head {
    width: 100%;
    padding: 44px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.f-head .logo {
    display: block;
    height: 38px
}

.f-nav {
    display: flex;
    display: -webkit-flex
}

.f-nav a {
    color: #fff;
    font-size: 16px;
    margin-left: 70px
}

.f-nav a:first-child {
    margin-left: 0
}

.f-cont {
    width: 100%;
    padding: 105px 0 120px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.f-cont .xx {
    width: 690px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.f-cont .xx li {
    width: 310px;
    margin-right: 70px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    margin-bottom: 50px
}

.f-cont .xx li:nth-child(2n) {
    margin-right: 0
}

.f-cont .xx li .icon {
    display: block;
    width: 40px;
    margin-right: 20px
}

.f-cont .xx li h6 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 1;
    margin-bottom: 6px
}

.f-cont .xx li p {
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.f-cont .fx {
    display: flex;
    display: -webkit-flex
}

.f-cont .ewm {
    width: 150px
}

.f-cont .ewm img {
    display: block;
    width: 150px;
    margin: 0 auto 10px
}

.f-cont .ewm p {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    padding: 0 8px
}

.f-cont .yx {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    padding-right: 68px
}

.f-cont .yx h6 {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 6px
}

.f-cont .yx .link {
    width: 408px;
    height: 54px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding-left: 38px;
    padding-right: 22px;
    background-color: #154a9a;
    margin-bottom: 25px
}

.f-cont .yx .link span {
    color: #fff;
    font-size: 16px
}

.f-cont .yx p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 2
}

.f-bottom {
    padding: 32px 0;
    display: flex;
    display: -webkit-flex;
    /*justify-content: space-between;*/
    /*-webkit-justify-content: space-between;*/
    /*align-items: center;*/
    /*-webkit-align-items: center*/
}

.f-bottom p,
.f-bottom a {
    color: #999;
    font-size: 14px
}

.zhanwei {
    height: 100px
}

.width1400 {
    width: 1100px;
    margin: 0 auto
}

.rst-head {
    padding: 90px 0 35px;
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 30px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center
}

.rst-head .tit {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center
}

.rst-head .tit h6 {
    color: #333;
    font-size: 30px
}

.rst-head .tit p {
    color: #999;
    font-size: 16px;
    padding-left: 36px
}

.rst-head .tit p span {
    color: #333
}

.rst-head .inp {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center
}

.rst-head .inp .input {
    display: block;
    width: 310px;
    height: 50px;
    border: none;
    padding: 15px;
    color: #333;
    font-size: 16px
}

.rst-head .inp .input::-webkit-input-placeholder {
    color: #999;
    font-size: 16px
}

.rst-head .inp .btn {
    width: 35px;
    height: 50px;
    border: none;
    background: url(../image/search1.png) center / 21px 22px no-repeat
}

.rst-items {
    width: 100%
}

.rst-item {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding: 45px 0 52px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.rst-item .fx {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center
}

.rst-item .t {
    color: #999;
    font-size: 18px;
    margin-right: 20px
}

.rst-item h6,
.rst-item .date {
    color: #333;
    font-size: 18px
}

.rst-item h6 {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    max-width: 800px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.rst-item .m {
    margin-left: 63px
}

.rst-item:hover {
    border-bottom-color: #154a9a
}

.rst-item:hover h6 {
    color: #154a9a;
    text-decoration: underline
}

.page {
    padding: 30px 0 60px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}

.page a,
.page strong {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #ebebeb;
    margin: 0 6px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: #37363b;
    font-size: 13px
}

.page strong {
    background-color: #154a9a;
    border-color: #154a9a;
    color: #fff
}

.page span {
    color: #37363b;
    font-size: 13px;
    margin: 0 15px
}

.page input {
    width: 48px;
    height: 34px;
    border-radius: 17px;
    border: 1px solid #ebebeb;
    text-align: center;
    color: #37363b;
    font-size: 13px
}

.page input::-webkit-inner-spin-button,
.page input::-webkit-inner-spin-button {
    -webkit-appearance: none !important
}

.more {
    width: 154px;
    height: 44px;
    border-radius: 22px;
    background-color: #00a2e9;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.more img {
    margin-right: 10px
}

.more span {
    color: #fff;
    font-size: 16px
}

.more1 {
    width: 178px;
    height: 46px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    background-color: #ff9600;
    padding: 0 18px
}

.more1 span {
    color: #fff;
    font-size: 16px
}

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

.swp-banner .swiper-slide .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swp-banner .swiper-slide .txt {
    position: absolute;
    bottom: 17.5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center
}

.swp-banner .swiper-slide .txt .tu {
    display: block;
    height: 140px;
    margin: 0 auto 60px
}

.swp-banner .mo-pag-banner {
    right: 40px;
    left: auto;
    width: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    font-family: 'gotham'
}

.swp-banner .mo-pag-banner span {
    opacity: 1;
    color: #fff;
    font-family: 'gotham'
}

.swp-banner .hn-pag-banner {
    bottom: 56px;
    left: 80px;
    width: auto
}

.swp-banner .hn-pag-banner .swiper-pagination-bullet {
    width: 3px;
    height: 16px;
    opacity: .3;
    background-color: #fff;
    border-radius: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.swp-banner .hn-pag-banner .swiper-pagination-bullet-active {
    height: 32px;
    opacity: 1
}

.swp-banner .pn {
    position: absolute;
    right: 76px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    height: 230px;
    z-index: 1
}

.swp-banner .mo-next-banner,
.swp-banner .mo-prev-banner {
    position: static;
    margin-top: 0;
    width: 11px;
    height: 7px;
    background-size: 11px 7px
}

.swp-banner .mo-prev-banner {
    background-image: url(../image/prev.png)
}

.swp-banner .mo-next-banner {
    background-image: url(../image/next.png)
}

.swp-banner .more {
    margin: 0 auto
}

.swp-banner .more2 {
    position: absolute;
    bottom: 11%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.mo-h-about {
    width: 100%;
    padding: 100px 0;
    background: url(../image/mo-bg1.jpg) center / cover
}

.mo-h-about .fx {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.mo-h-about .text {
    width: 40%
}

.mo-h-about .text h6 {
    padding: 45px 0 35px;
    color: #333;
    font-size: 36px;
    font-weight: 600;
    line-height: 1
}

.mo-h-about .text .con {
    color: #666;
    font-size: 15px;
    line-height: 40px;
    margin-bottom: 60px
}

.mo-h-about .text .desc {
    color: #666;
    font-size: 15px;
    line-height: 40px
}

.mo-h-about .text .desc * {
    color: #666;
    font-size: 15px;
    line-height: 40px
}

.mo-h-about .img {
    width: 50%
}

.mo-h-about .img img {
    display: block;
    width: 100%
}

.mo-h-about .more {
    background-color: #ff9600
}

.mo-h-shu {
    width: 100%;
    background-color: #154a9a
}

.mo-h-shu ul {
    display: flex;
    display: -webkit-flex
}

.mo-h-shu li {
    width: 20%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    height: 154px;
    padding: 0 24px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.mo-h-shu li:last-child {
    border-right: none
}

.mo-h-shu li p {
    color: #fff;
    font-size: 44px;
    font-family: 'geo';
    margin-bottom: 22px;
    line-height: 1
}

.mo-h-shu li span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px
}

.mo-h-shu li .icon {
    width: 45px
}

.mo-h-shu li .icon img {
    display: block;
    width: 100%
}

.mo-h-shu li .bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.mo-h-shu li:hover {
    background-color: #00a2e9
}

.mo-h-shu li:hover .bg {
    opacity: 1
}

.mo-title {
    color: #333;
    font-size: 36px;
    line-height: 1;
    font-weight: 600
}

.mo-stitle {
    width: 174px;
    display: flex;
    display: -webkit-flex;
    padding-left: 16px;
    position: relative;
    margin-bottom: 16px
}

.mo-stitle:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-color: #e5c2c7 transparent;
    border-width: 36px 22px 0 0;
    border-style: solid
}

.mo-stitle p {
    padding: 0 30px;
    background-color: #d51717;
    transform: skewX(-30deg)
}

.mo-stitle span {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    white-space: nowrap;
    transform: skewX(30deg)
}

.mo-h-product {
    width: 100%;
    padding: 90px 0 120px;
    background: url(../image/mo-bg3.jpg) center / cover
}

.mo-h-product .mo-title {
    color: #333;
    margin-bottom: 22px
}

.mo-h-product .sub {
    margin-bottom: 60px
}

.mo-h-product .sub span {
    color: #666;
    font-size: 18px;
    margin: 0 4px
}

.mo-h-product .sub span:last-child {
    display: none
}

.mo-h-product .items {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.mo-h-product .item {
    display: block;
    width: 32%;
    padding: 60px 45px 30px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    background-image: url(../image/mo-bg4.png);
    background-position: center;
    background-size: cover;
    background-color: #fff
}

.mo-h-product .item .line {
    width: 28px;
    height: 3px;
    background-color: #154a9a;
    margin-bottom: 20px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.mo-h-product .item h5 {
    color: #333;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 34px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.mo-h-product .item h6 {
    color: #999;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 8px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.mo-h-product .item .p {
    height: 70px;
    overflow: hidden;
    margin-bottom: 30px
}

.mo-h-product .item p {
    color: #333;
    font-size: 16px;
    line-height: 35px;
    padding-left: 20px;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mo-h-product .item p:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border: 3px solid #154a9a;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.mo-h-product .item .more {
    margin-bottom: 45px
}

.mo-h-product .item .img {
    width: 100%;
    height: 350px;
    display: flex;
    display: -webkit-flex
}

.mo-h-product .item .img img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

.mo-h-product .item:hover {
    background-color: #154a9a
}

.mo-h-product .item:hover .line {
    background-color: #fff
}

.mo-h-product .item:hover h5,
.mo-h-product .item:hover h6,
.mo-h-product .item:hover p {
    color: #fff
}

.mo-h-product .item:hover p:after {
    border-color: #fff
}

.mo-h-product .item:hover .more {
    background-color: #ff9600
}

.mo-h-case {
    width: 100%;
    padding: 100px 0;
    background: url(../image/mo-bg5.jpg) center / cover
}

.mo-h-case .mo-title {
    color: #fff;
    margin-bottom: 25px
}

.mo-h-case .fx {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 80px
}

.mo-h-case .items {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.mo-h-case .item {
    width: 20%
}

.mo-h-case .item .img {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 25px;
    padding: 10px
}

.mo-h-case .item .img img {
    display: block;
    width: 100%;
    height: 446px;
    object-fit: cover
}

.mo-h-case .item h5 {
    color: #fff;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mo-h-case .item h6 {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mo-h-case .item p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mo-h-pingt {
    width: 100%;
    padding: 116px 0 100px
}

.mo-h-pingt .fx {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 66px
}

.mo-h-pingt .items {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.mo-h-pingt .item {
    width: 48.25%
}

.mo-h-pingt .item .img {
    display: block;
    width: 100%;
    height: 524px;
    object-fit: cover
}

.mo-h-pingt .item .txt {
    width: 100%;
    padding: 44px 60px;
    background-color: #f7fafc;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.mo-h-pingt .item .txt .icon {
    width: 52px
}

.mo-h-pingt .item .txt .icon img {
    width: 100%
}

.mo-h-pingt .item .txt .icon .s {
    display: block
}

.mo-h-pingt .item .txt .icon .h {
    display: none
}

.mo-h-pingt .item .txt .tx {
    width: 83%
}

.mo-h-pingt .item .txt h6 {
    color: #333;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 20px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.mo-h-pingt .item .txt .desc {
    color: #666;
    font-size: 15px;
    line-height: 2;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.mo-h-pingt .item:hover .txt {
    background-color: #00a2e9
}

.mo-h-pingt .item:hover .txt .icon .s {
    display: none
}

.mo-h-pingt .item:hover .txt .icon .h {
    display: block
}

.mo-h-pingt .item:hover .txt h6,
.mo-h-pingt .item:hover .txt .desc {
    color: #fff
}

.mo-h-rz-cq {
    width: 100%;
    display: flex;
    display: -webkit-flex
}

.mo-h-rz-cq .item {
    width: 50%;
    padding: 85px 0 105px;
    text-align: center;
    background-position: center;
    background-size: cover
}

.mo-h-rz-cq .item:nth-child(1) {
    background-image: url(../image/mo-bg6.jpg)
}

.mo-h-rz-cq .item:nth-child(2) {
    background-image: url(../image/mo-bg7.jpg)
}

.mo-h-rz-cq .item h4 {
    color: #333;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600
}

.mo-h-rz-cq .item .p {
    margin-bottom: 80px
}

.mo-h-rz-cq .item .p p {
    color: #666;
    font-size: 15px;
    line-height: 2
}

.mo-h-rz-cq .lo {
    width: 510px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.mo-h-rz-cq .lo .li {
    width: 130px;
    margin-bottom: 80px
}

.mo-h-rz-cq .lo .li img {
    display: block;
    width: 100%
}

.mo-swp-cq {
    width: 630px;
    padding: 10px 10px 60px
}

.mo-swp-cq .swiper-slide {
    box-shadow: 0 10px 20px rgba(153, 153, 153, 0.15);
    padding: 15px;
    background-color: #fff
}

.mo-swp-cq .swiper-slide img {
    display: block;
    width: 100%
}

.mo-swp-cq .pag-cq {
    color: rgba(153, 153, 153, 0.5);
    font-size: 24px;
    font-family: 'gotham'
}

.mo-swp-cq .pag-cq span {
    color: #333;
    font-family: 'gotham'
}

.mo-swp-cq .swiper-button-next,
.mo-swp-cq .swiper-button-prev {
    bottom: 12px;
    margin-top: 0;
    background-size: 7px 11px;
    width: 7px;
    height: 11px;
    top: auto
}

.mo-swp-cq .swiper-button-prev {
    left: 200px;
    right: auto;
    background-image: url(../image/prev1.png)
}

.mo-swp-cq .swiper-button-next {
    right: 200px;
    left: auto;
    background-image: url(../image/next1.png)
}

.env-swp-banner {
    width: 100%;
    height: 100%
}

.env-swp-banner .swiper-slide .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.env-swp-banner-thumbs {
    width: 320px;
    height: 108px;
    padding: 36px 0
}

.env-swp-banner-thumbs .swiper-slide {
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    padding-left: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: .2
}

.env-swp-banner-thumbs .swiper-slide:after {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    border-radius: 0 2px 2px 0;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.env-swp-banner-thumbs .swiper-slide-active {
    opacity: 1
}

.env-swp-banner-thumbs .swiper-slide-active:after {
    background-color: #fff
}

.env-h-about {
    width: 100%;
    padding: 100px 0;
    background: url(../image/env-bg1.jpg) center / cover
}

.env-h-about .fx {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.env-h-about .env-title {
    margin-bottom: 40px
}

.env-h-about .text {
    width: 38%
}

.env-h-about .text .desc {
    color: #666;
    font-size: 15px;
    line-height: 36px;
    margin-bottom: 120px
}

.env-h-about .img {
    width: 50%
}

.env-h-about .img img {
    display: block;
    width: 100%;
    margin-right: -110px
}

.env-title {
    position: relative
}

.env-title h6 {
    color: #333;
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    z-index: 1
}

.env-title .icon {
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: -7px
}

.env-title.white h6 {
    color: #fff
}

.env-h-yw {
    width: 100%;
    padding: 108px 0 86px;
    background: url(../image/env-bg2.jpg) center / cover
}

.env-h-yw .fx {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    margin-bottom: 78px
}

.env-h-yw .items {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.env-h-yw .item {
    width: 30%;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 52px 0 72px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.env-h-yw .item .yuan {
    width: 234px;
    height: 234px;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    margin: 0 auto 25px;
    padding: 16px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.env-h-yw .item .img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden
}

.env-h-yw .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.env-h-yw .item h6 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 90px;
    width: 240px;
    margin: 0 auto 44px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.env-h-yw .item .m {
    width: 95px;
    height: 40px;
    margin: 0 auto;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding: 0 15px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.env-h-yw .item .m span {
    color: #fff;
    font-size: 15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.env-h-yw .item .m .s {
    display: block
}

.env-h-yw .item .m .h {
    display: none
}

.env-h-yw .item:hover {
    background-color: #e9ecf2
}

.env-h-yw .item:hover .yuan {
    border-color: rgba(32, 93, 212, 0.2)
}

.env-h-yw .item:hover h6 {
    color: #333
}

.env-h-yw .item:hover .m {
    border-color: #00a2e9
}

.env-h-yw .item:hover .m span {
    color: #00a2e9
}

.env-h-yw .item:hover .m .s {
    display: none
}

.env-h-yw .item:hover .m .h {
    display: block
}

.env-h-case {
    width: 100%;
    padding: 80px 0;
    background: url(../image/env-bg3.jpg) center / cover
}

.env-h-case .fx {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 45px
}

.env-h-case .text {
    width: 62%
}

.env-h-case .env-title {
    margin-bottom: 42px
}

.env-h-case .cm-sub {
    margin-bottom: 15px
}

.env-h-case .con {
    color: #666;
    font-size: 15px;
    line-height: 36px
}

.env-h-case-items {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.env-h-case-item {
    width: 18.75%;
    padding-bottom: 30px;
    border-bottom: 2px solid #d7dde3;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.env-h-case-item .img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 35px
}

.env-h-case-item .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.env-h-case-item h6 {
    color: #00a2e9;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 32px
}

.env-h-case-item h6 span {
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px
}

.env-h-case-item p {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.env-h-case-item:hover {
    border-bottom-color: #00a2e9
}

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

.env-h-js {
    width: 100%;
    display: flex;
    display: -webkit-flex
}

.env-h-js .img {
    width: 50%
}

.env-h-js .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.env-h-js .item {
    width: 50%;
    padding: 200px 0 190px;
    background: url(../image/env-bg4.jpg) center / cover;
    text-align: center
}

.env-h-js .item h5 {
    color: #fff;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 26px
}

.env-h-js .item .desc {
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    width: 670px;
    margin: 0 auto 120px
}

.env-h-js .item ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    padding: 0 80px
}

.env-h-js .item li {
    width: 30%
}

.env-h-js .item li .line {
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin-bottom: 36px
}

.env-h-js .item li h6 {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 24px
}

.env-h-js .item li p {
    width: 100%;
    line-height: 48px;
    color: #fff;
    font-size: 15px;
    background-color: #ff9600
}

.more2 {
    width: 163px;
    height: 44px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 22px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 18px
}

.more2 span {
    color: #fff;
    font-size: 16px
}

.more2.orange {
    background-color: #ff9600;
    border-color: #ff9600
}

.more2.blue {
    background-color: #00a2e9;
    border-color: #00a2e9
}

.hn-h-about {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    position: relative
}

.hn-h-about .bg {
    width: 50%;
    background: url(../image/hn-bg1.jpg) center / cover
}

.hn-h-about .img {
    width: 50%
}

.hn-h-about .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hn-h-about .text {
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    z-index: 1
}

.hn-h-about .text .desc {
    width: 50%;
    color: #666;
    font-size: 15px;
    line-height: 35px;
    margin-bottom: 90px;
    padding-right: 8.8vw
}

.hn-h-about .hn-title {
    margin-bottom: 50px
}

.hn-title .en {
    color: #00a2e9;
    font-size: 30px;
    line-height: 1;
    font-family: 'gotham';
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative
}

.hn-title .en:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    border: 4px solid #154a9a;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.hn-title h5 {
    color: #333;
    font-size: 36px;
    font-weight: 600
}

.hn-title.white h5 {
    color: #fff
}

.hn-title.whites .en:after {
    background-color: #154a9a;
    border-color: #fff
}

.hn-title.whites h5 {
    color: #fff
}

.hn-h-bus {
    width: 100%;
    height: 100vh;
    position: relative
}

.hn-h-bus .tou {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 1
}

.hn-h-bus .hn-title {
    margin-bottom: 55px
}

.hn-h-bus-cont {
    width: 100%;
    height: 100%
}

.hn-h-bus-cont .con {
    display: none;
    width: 100%;
    height: 100%
}

.hn-h-bus-cont .con img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hn-h-bus-tabs {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 1
}

.hn-h-bus-tabs li {
    width: 32%;
    padding: 55px 40px;
    background-color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer
}

.hn-h-bus-tabs li .line {
    width: 100%;
    height: 1px;
    background-color: #c1cfd9;
    position: absolute;
    bottom: 0;
    left: 0
}

.hn-h-bus-tabs li .icon {
    width: 78px;
    margin-right: 26px
}

.hn-h-bus-tabs li .icon img {
    width: 100%
}

.hn-h-bus-tabs li .icon .s {
    display: block
}

.hn-h-bus-tabs li .icon .h {
    display: none
}

.hn-h-bus-tabs li h6 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 600
}

.hn-h-bus-tabs li p {
    color: #666;
    font-size: 15px;
    line-height: 1
}

.hn-h-bus-tabs li h6,
.hn-h-bus-tabs li p {
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.hn-h-bus-tabs li.active {
    background-color: #00a2e9
}

.hn-h-bus-tabs li.active .line {
    height: 6px;
    background-color: #fff
}

.hn-h-bus-tabs li.active .icon .s {
    display: none
}

.hn-h-bus-tabs li.active .icon .h {
    display: block
}

.hn-h-bus-tabs li.active h6,
.hn-h-bus-tabs li.active p {
    color: #fff
}

.hn-h-case {
    width: 100%;
    padding: 95px 0 100px;
    background: url(../image/hn-bg2.jpg) center / cover
}

.hn-h-case .fx {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    margin-bottom: 60px
}

.hn-h-case .hn-title {
    margin-bottom: 45px
}

.hn-h-case .con {
    max-width: 900px;
    color: #666;
    font-size: 15px;
    line-height: 2
}

.hn-h-case-items {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.hn-h-case-item {
    width: 23.75%;
    padding-bottom: 50px;
    border-bottom: 2px solid #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.hn-h-case-item .img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 35px
}

.hn-h-case-item .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.hn-h-case-item h6 {
    color: #154a9a;
    font-size: 30px;
    font-weight: 600;
    font-family: 'gotham';
    margin-bottom: 20px
}

.hn-h-case-item p {
    color: #666;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hn-h-case-item:hover {
    border-bottom-color: #154a9a
}

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

.hn-h-honor {
    width: 100%;
    padding: 100px 0 120px;
    background: url(../image/hn-bg3.jpg) center / cover
}

.hn-h-honor .fx {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 90px
}

.hn-h-honor-items {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.hn-h-honor-item {
    width: 18.75%;
    background-color: #fff;
    border: 2px solid #fff;
    padding: 30px 20px 50px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.hn-h-honor-item .img {
    width: 100%;
    height: 300px;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 5px
}

.hn-h-honor-item .img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.hn-h-honor-item .w {
    padding: 0 18px
}

.hn-h-honor-item .n {
    height: 35px;
    padding: 0 30px;
    position: relative;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}

.hn-h-honor-item .n:before,
.hn-h-honor-item .n:after {
    content: "";
    display: block;
    width: 24px;
    height: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-position: center;
    background-size: 100% 100%
}

.hn-h-honor-item .n:before {
    background-image: url(../image/h-l2.png);
    left: 0
}

.hn-h-honor-item .n:after {
    background-image: url(../image/h-r2.png);
    right: 0
}

.hn-h-honor-item .n p {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: #333;
    font-size: 15px;
    line-height: 20px
}

.hn-h-honor-item:hover {
    border-color: #ff9600
}

.hn-h-honor-item:hover .n p {
    color: #d51717
}

.hn-h-news {
    width: 100%;
    padding: 105px 0 120px;
    background: url(../image/hn-bg4.jpg) center / cover
}

.hn-h-news .fx {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    padding-bottom: 40px;
    border-bottom: 2px solid #e4ebf4
}

.hn-h-news .items {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.hn-h-news-head {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding: 36px 0 42px;
    border-bottom: 2px solid #e4ebf4
}

.hn-h-news-head .text {
    max-width: 840px
}

.hn-h-news-head .text .date {
    color: #666;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 36px
}

.hn-h-news-head .text h6 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px
}

.hn-h-news-head .text .desc {
    color: #666;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.hn-h-news-head .text .m {
    width: 132px;
    height: 44px;
    border-radius: 22px;
    background-color: #154a9a;
    padding: 0 18px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    color: #fff;
    font-size: 16px
}

.hn-h-news-head .img {
    width: 31%;
    height: 290px
}

.hn-h-news-head .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hn-h-news-item {
    width: 50%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    border-bottom: 2px solid #e4ebf4;
    padding: 35px 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    position: relative
}

.hn-h-news-item:nth-child(2n+1) {
    padding-right: 60px
}

.hn-h-news-item:nth-child(2n+1):after {
    content: "";
    display: block;
    width: 1px;
    height: 32px;
    background-color: #154a9a;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.hn-h-news-item:nth-child(2n) {
    padding-left: 60px
}

.hn-h-news-item h6 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    max-width: 440px;
    padding-left: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.hn-h-news-item h6:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #154a9a;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.hn-h-news-item .f {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center
}

.hn-h-news-item .d {
    color: #333;
    font-size: 16px;
    margin-right: 20px
}

.hn-h-news-item:hover {
    border-color: #154a9a
}

.hn-h-news-item:hover h6 {
    color: #154a9a
}

.ab-banner {
    width: 100%;
    height: 650px;
    position: relative
}

.ab-banner .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ab-banner .txt {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 120px
}

.ab-banner .txt h3 {
    color: #fff;
    font-size: 60px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 25px
}

.ab-banner .txt h5 {
    color: #fff;
    font-size: 18px;
    font-family: 'gotham';
    text-transform: uppercase
}

.ab-banner .txt.center {
    text-align: center
}

.ab-banner .cp {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center
}

.ab-banner .cp h3 {
    color: #fff;
    font-size: 60px;
    font-weight: 600
}
.ab-banner .cp h5 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-top: 15px;
}

.ab-banner .cp .tu {
    width: 600px;
    height: 600px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center
}

.ab-banner .cp .tu img {
    display: block;
    margin: auto;
    max-width: 80%;
    max-height: 80%
}

.ins-nav-box {
    height: 96px
}

.ins-nav {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    border-bottom: 1px solid #dde1e7;
    background-color: #fff
}

.ins-nav li {
    padding: 32px 0;
    margin: 0 35px;
    position: relative
}

.ins-nav li:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: transparent;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.ins-nav li a {
    color: #333;
    font-size: 16px;
    line-height: 32px
}

.ins-nav li.active:after {
    background-color: #00a2e9
}

.ins-nav.fixed {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 11
}

.ab-history {
    width: 100%;
    padding: 80px 0 180px;
    background: url(../image/ins-bg1.jpg) center / cover
}

.ab-history .fx {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 94px
}

.ab-history h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 600
}

.ab-history .pn {
    display: flex;
    display: -webkit-flex
}

.ab-history .prev-ab-history,
.ab-history .next-ab-history {
    width: 60px;
    height: 60px;
    background-color: #00a2e9;
    margin-top: 0;
    position: static;
    background-image: none;
    display: flex;
    display: -webkit-flex;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.ab-history .prev-ab-history img,
.ab-history .next-ab-history img {
    margin: auto
}

.ab-history .prev-ab-history:hover,
.ab-history .next-ab-history:hover {
    background-color: #ff9600
}

.swp-ab-history {
    width: 100%
}

.swp-ab-history .swiper-slide .tx {
    padding-top: 25px;
    padding-left: 42px;
    padding-bottom: 18px
}

.swp-ab-history .swiper-slide .line {
    width: 1px;
    height: 42px;
    background-color: #fff;
    transform: rotateZ(45deg);
    margin-left: 10px
}

.swp-ab-history .swiper-slide .y {
    color: #fff;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 8px;
    font-family: 'geo';
    margin-top: -15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.swp-ab-history .swiper-slide .z {
    color: #fff;
    font-size: 18px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.swp-ab-history .swiper-slide .desc {
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    padding-left: 42px;
    background: url(../image/ins-bg2.png) left 9px no-repeat;
    min-height: 324px
}

.swp-ab-history .swiper-slide:hover .y,
.swp-ab-history .swiper-slide:hover .z {
    color: #ff9600
}

.ab-honor {
    width: 100%;
    padding: 100px 0 90px;
    background: url(../image/ins-bg3.jpg) center / cover
}

.ab-honor h4 {
    color: #333;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px
}

.ab-honor .con {
    max-width: 820px;
    color: #666;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 70px;
    padding: 20px;
}

.ab-honor .kan {
    width: 100%;
    height: 2px;
    background-color: #bfcce1;
    position: relative
}

.ab-honor .kan .k {
    width: 168px;
    height: 42px;
    border-radius: 21px;
    border: 2px solid #154a9a;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.ab-honor .kan .k span {
    color: #154a9a;
    font-size: 16px;
    margin: 0 10px
}

.swp-ab-honor {
    width: 100%;
    margin-bottom: 80px
}

.swp-ab-honor .swiper-slide {
    background-color: #fff;
    border: 2px solid #fff;
    padding: 30px 20px 50px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.swp-ab-honor .swiper-slide .img {
    width: 100%;
    height: 300px;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 5px
}

.swp-ab-honor .swiper-slide .img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.swp-ab-honor .swiper-slide .w {
    padding: 0 18px
}

.swp-ab-honor .swiper-slide .n {
    height: 35px;
    padding: 0 30px;
    position: relative;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}

.swp-ab-honor .swiper-slide .n:before,
.swp-ab-honor .swiper-slide .n:after {
    content: "";
    display: block;
    width: 24px;
    height: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-position: center;
    background-size: 100% 100%
}

.swp-ab-honor .swiper-slide .n:before {
    background-image: url(../image/h-l2.png);
    left: 0
}

.swp-ab-honor .swiper-slide .n:after {
    background-image: url(../image/h-r2.png);
    right: 0
}

.swp-ab-honor .swiper-slide .n p {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: #333;
    font-size: 15px;
    line-height: 20px
}

.swp-ab-honor .swiper-slide:hover {
    border-color: #154a9a
}

.swp-ab-honor .swiper-slide:hover .n p {
    color: #d51717
}

.ab-cheng {
    width: 100%;
    padding: 160px 0 76px;
    background: url(../image/ins-bg4.jpg) center / cover
}

.ab-cheng h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 65px
}

.ab-cheng ul {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-bottom: 50px
}

.ab-cheng li {
    width: 25.4%;
    margin-right: 30px;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 28px 60px 25px 74px;
    position: relative
}

.ab-cheng li:before,
.ab-cheng li:after {
    content: "";
    display: block;
    width: 66px;
    height: 99px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-repeat: none
}

.ab-cheng li:before {
    left: 0;
    background-image: url(../image/h-l3.png)
}

.ab-cheng li:after {
    right: 0;
    background-image: url(../image/h-r3.png)
}

.ab-cheng li .star {
    position: absolute;
    top: 32px;
    left: 42px
}

.ab-cheng li p {
    color: #333;
    font-size: 16px;
    line-height: 2
}

.ab-cheng .mo {
    display: block
}

.ab-news {
    width: 100%;
    padding: 110px 0 55px;
    background: url(../image/ins-bg5.jpg) center / cover
}

.ab-news .fx {
    margin-bottom: 76px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.ab-news h4 {
    color: #333;
    font-size: 30px;
    font-weight: 600
}

.news-items {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.news-item {
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 45px
}

.news-item:nth-child(4n) {
    margin-right: 0
}

.news-item .img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-bottom: 1px solid #000
}

.news-item .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.news-item .txt {
    width: 100%;
    padding: 30px 40px 40px;
    background-color: #fff
}

.news-item .txt h6 {
    color: #333;
    font-size: 18px;
    line-height: 28px;
    height: 84px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px
}

.news-item .txt .d {
    color: #999;
    font-size: 14px;
    line-height: 20px;
    padding-left: 32px;
    background: url(../image/d.png) left center / auto 100% no-repeat
}

.news-item.shadow {
    box-shadow: 0 15px 30px rgba(87, 94, 105, 0.1)
}

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

.news {
    width: 100%;
    padding: 86px 0 0
}

.bread {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    padding: 40px 0
}

.bread .fx {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding-left: 28px;
    background: url(../image/h.png) left center no-repeat
}

.bread a {
    color: #666;
    font-size: 16px;
    margin-right: 34px;
    white-space: nowrap;
    position: relative
}

.bread a:after {
    content: "";
    display: block;
    width: 6px;
    height: 7px;
    background: url(../image/duo.png) center / 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: -20px
}

.bread span {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 40%
}

.width1200 {
    width: 1200px;
    margin: 0 auto
}

.detail {
    padding: 60px 0
}

.detail h1 {
    text-align: center;
    color: #333;
    font-size: 36px;
    line-height: 1.6;
    margin-bottom: 24px
}

.detail .sub {
    text-align: center;
    margin-bottom: 32px
}

.detail .sub span {
    color: #333;
    font-size: 16px;
    margin: 0 25px
}

.detail .desc {
    padding: 32px 0 48px;
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5
}

.detail .desc * {
    color: #333;
    font-size: 16px;
    line-height: 2
}

.detail .desc img {
    max-width: 100%;
    height: initial !important
}

.prev-next {
    padding: 20px 0
}

.prev-next a {
    display: block;
    width: 100%;
    color: #666;
    font-size: 16px;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.prev-next a:hover {
    color: #00a2e9
}

.join {
    padding: 70px 0
}

.join h4 {
    color: #333;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 38px
}

.join .items {
    width: 100%;
    border-top: 1px solid #eee
}

.join .item {
    width: 100%
}

.join .item .head {
    width: 100%;
    height: 70px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    border-bottom: 1px solid #eee
}

.join .item .head h6 {
    color: #333;
    font-size: 18px;
    line-height: 28px;
    padding-left: 40px;
    background: url(../image/ld.png) left center / auto 100% no-repeat
}

.join .item .head .f {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center
}

.join .item .head .f span,
.join .item .head .f p {
    color: #666;
    font-size: 14px
}

.join .item .head .f span {
    margin-right: 30px
}

.join .item .head .f p {
    padding-left: 30px;
    padding-right: 20px
}

.join .item .head .i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #00a2e9;
    position: relative
}

.join .item .head .i i {
    display: block;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.join .item .head .i i:nth-child(1) {
    width: 8px;
    height: 2px
}

.join .item .head .i i:nth-child(2) {
    width: 2px;
    height: 8px
}

.join .item .cont {
    display: none;
    width: 100%;
    padding: 40px 40px 36px;
    border: 1px solid #154a9a
}

.join .item .cont .fx {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px
}

.join .item .cont .li {
    width: 47%
}

.join .item .cont .tit {
    color: #154a9a;
    font-size: 18px;
    margin-bottom: 15px
}

.join .item .cont .desc {
    color: #666;
    font-size: 14px;
    line-height: 2.2
}

.join .item .cont .desc * {
    color: #666;
    font-size: 14px;
    line-height: 2.2
}

.join .item.on .head {
    border-bottom-color: transparent
}

.join .item.on .head h6 {
    color: #154a9a
}

.join .item.on .head .i i:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transform: translate(-50%, -50%) rotate(-90deg)
}

.join-li {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-bottom: 40px
}

.join-li .li {
    width: 32%;
    height: 274px;
    margin-right: 2%;
    margin-bottom: 34px;
    background-color: #f6f6f7;
    padding: 35px 90px 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    text-align: center
}

.join-li .li:nth-child(3n) {
    margin-right: 0
}

.join-li .li .icon {
    height: 64px;
    margin: 0 auto 35px
}

.join-li .li .icon.s {
    display: block
}

.join-li .li .icon.h {
    display: none
}

.join-li .li h6 {
    color: #666;
    font-size: 15px;
    margin-bottom: 15px
}

.join-li .li .p {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.join-li .li p {
    color: #222;
    font-size: 16px;
    line-height: 25px
}

.join-li .li .ma {
    display: block;
    width: 144px;
    margin: 0 auto 30px
}

.join-li .li span {
    color: #666;
    font-size: 15px
}

.join-li .li:hover {
    background-color: #154a9a
}

.join-li .li:hover .icon.s {
    display: none
}

.join-li .li:hover .icon.h {
    display: block
}

.join-li .li:hover h6,
.join-li .li:hover .p,
.join-li .li:hover p,
.join-li .li:hover span {
    color: #fff
}

.map-box {
    width: 100%;
    height: 688px;
    position: relative
}

.map-box .tab {
    position: absolute;
    z-index: 10;
    left: 72px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.map-box .tab li {
    width: 238px;
    height: 80px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin: 11px 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    background-color: #00a2e9;
    cursor: pointer
}

.map-box .tab li span {
    color: #fff;
    font-size: 24px;
    margin-left: 25px
}

.map-box .tab li.active {
    background-color: #154a9a
}

#map {
    width: 100%;
    height: 100%
}

.case {
    padding: 20px 0 60px
}

.case h4 {
    text-align: center;
    color: #333;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px
}

.case .con {
    max-width: 880px;
    margin: 0 auto 50px;
    color: #666;
    font-size: 15px;
    line-height: 2;
    text-align: center
}

.case .items {
    width: 100%
}

.case-item {
    width: 100%;
    margin-bottom: 25px;
    background-color: #f6f7fb
}

.case-item .head {
    width: 100%;
    padding: 46px 56px 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer
}

.case-item .head .fx {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center
}

.case-item .head .img {
    display: block;
    width: 207px;
    height: 146px;
    border-radius: 16px;
    margin-right: 50px
}

.case-item .head .txt h5 {
    color: #00a2e9;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 22px
}

.case-item .head .txt h6 {
    color: #333;
    font-size: 20px;
    margin-bottom: 18px
}

.case-item .head .txt p {
    color: #666;
    font-size: 16px
}

.case-item .head .z {
    color: #666;
    font-size: 16px;
    margin-right: 10px
}

.case-item .head .i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #154a9a;
    position: relative
}

.case-item .head .i i {
    display: block;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.case-item .head .i i:nth-child(1) {
    width: 12px;
    height: 2px
}

.case-item .head .i i:nth-child(2) {
    width: 2px;
    height: 12px
}

.case-item .cont {
    display: none;
    width: 100%;
    padding: 30px 56px 60px;
    border-top: 2px solid #154a9a
}

.case-item .cont .tit {
    padding: 30px 0 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #edeef1;
    position: relative;
    color: #154a9a;
    font-size: 24px;
    line-height: 1
}

.case-item .cont .tit .icon {
    position: absolute;
    left: 10px;
    bottom: -5px
}

.case-item .cont .desc {
    color: #666;
    font-size: 15px;
    line-height: 2
}

.case-item .cont .desc * {
    color: #666;
    font-size: 15px;
    line-height: 2
}

.case-item .cont .desc img {
    max-width: 100%;
    height: initial !important
}

.case-item .cont .desc table {
    width: 100% !important;
}

.case-item .cont .imgs {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.case-item .cont .imgs img {
    display: block;
    width: 48.4%;
    height: 356px;
    object-fit: cover
}

.case-item.on .head .i i:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transform: translate(-50%, -50%) rotate(-90deg)
}

.terr-title {
    padding: 115px 0 68px;
    color: #333;
    font-size: 36px;
    text-align: center
}

.terr-tit {
    padding: 0 10px 15px;
    color: #333;
    font-size: 24px;
    text-align: center
}

.terr-ul {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    padding-bottom: 50px
}

.terr-ul li {
    width: 18.75%;
    height: 130px;
    margin: 0 .625%;
    border-radius: 16px;
    margin-bottom: 24px;
    background: #fff url(../image/terr-bg1.png) center / 93% auto no-repeat;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center
}

.terr-ul li .icon {
    height: 44px;
    margin-bottom: 20px
}

.terr-ul li p {
    color: #154a9a;
    font-size: 18px;
    white-space: nowrap;
    font-weight: 600
}

.terr-ul li:nth-child(5n+1) {
    margin-left: 0
}

.terr-ul li:nth-child(5n) {
    margin-right: 0
}

.terr-ul li:last-child {
    margin-right: 0
}

.terr-scx {
    width: 100%;
    padding: 60px 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.terr-scx .li {
    width: 18%;
    height: 274px;
    margin-bottom: 40px;
    margin-right: 2%;
    position: relative
}

.terr-scx .li:nth-child(5n) {
    margin-right: 0
}

.terr-scx .li .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.terr-scx .li .b {
    width: 283px;
    height: 54px;
    background-color: #ff9600;
    position: absolute;
    top: -27px;
    left: 0;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%)
}

.terr-scx .li .b p {
    width: 273px;
    height: 54px;
    background-color: #00a2e9;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
    color: #fff;
    font-size: 18px;
    line-height: 54px;
    padding-left: 26px
}

.terr-ber {
    width: 100%;
    position: relative
}

.terr-ber .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 3
}

.terr-ber .text .desc {
    width: 590px;
    padding: 55px 50px 115px;
    background-color: rgba(255, 255, 255, 0.95);
    color: #666;
    font-size: 15px;
    line-height: 2.2
}

.terr-ber .text .desc * {
    color: #666;
    font-size: 15px;
    line-height: 2.2
}

.terr-ber .pn {
    position: absolute;
    bottom: -30px;
    left: 50px;
    z-index: 1;
    display: flex;
    display: -webkit-flex
}

.terr-ber .prev-terr,
.terr-ber .next-terr {
    margin-top: 0;
    position: static;
    width: 60px;
    height: 60px;
    background-color: #00a2e9;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    background-image: none
}

.terr-ber .prev-terr:hover,
.terr-ber .next-terr:hover {
    background-color: #ff9600
}

.swp-terr {
    width: 100%;
    height: 8rem
}

.swp-terr .swiper-slide .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cp-item {
    width: 100%;
    margin-bottom: 25px;
    background-color: #f6f7fb
}

.cp-item .head {
    width: 100%;
    padding: 25px 56px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
    background: url(../image/cp-bg1.png) center / cover
}

.cp-item .head .fx {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center
}

.cp-item .head .img {
    display: block;
    width: 220px;
    height: 190px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin-right: 70px
}

.cp-item .head .img img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

.cp-item .head .txt p {
    color: #333;
    font-size: 24px;
    line-height: 28px
}

.cp-item .head .txt .line {
    width: 28px;
    height: 3px;
    background-color: #154a9a;
    margin-top: 15px
}

.cp-item .head .z {
    color: #666;
    font-size: 16px;
    margin-right: 10px
}

.cp-item .head .i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #154a9a;
    position: relative
}

.cp-item .head .i i {
    display: block;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.cp-item .head .i i:nth-child(1) {
    width: 12px;
    height: 2px
}

.cp-item .head .i i:nth-child(2) {
    width: 2px;
    height: 12px
}

.cp-item .cont {
    display: none;
    width: 100%;
    padding: 30px 56px 60px;
    border-top: 2px solid #154a9a
}

.cp-item .cont .tit {
    padding: 30px 0 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #edeef1;
    position: relative;
    color: #154a9a;
    font-size: 24px;
    line-height: 1
}

.cp-item .cont .tit:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #154a9a;
    border-radius: 0 3px 0 0;
    position: absolute;
    left: 0;
    bottom: -1px
}

.cp-item .cont .desc {
    color: #666;
    font-size: 15px;
    line-height: 2.4
}

.cp-item .cont .desc * {
    color: #666;
    font-size: 15px;
    line-height: 2.4
}

.cp-item .cont .desc table {
    width: 100% !important;
}

.cp-item .cont .desc img {
    max-width: 100%;
    height: initial !important
}

.cp-item .cont .imgs {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.cp-item .cont .imgs img {
    display: block;
    width: 48.4%;
    height: 356px;
    object-fit: cover
}

.cp-item.on .head .i i:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transform: translate(-50%, -50%) rotate(-90deg)
}

@media screen and (max-width:1660px) {
    .width1600 {
        width: 1400px
    }

    nav li {
        padding: 0 15px
    }

    .mo-h-shu li span {
        font-size: 14px
    }

    .mo-h-product .item .img {
        height: 280px
    }

    .mo-h-case .item .img img {
        height: 390px
    }

    .mo-h-case .item h6 {
        font-size: 18px
    }

    .env-h-case-item .img {
        height: 360px
    }

    .env-h-js .item li p {
        font-size: 13px
    }

    .hn-h-about .text {
        top: 80px
    }

    .hn-h-case-item .img {
        height: 360px
    }

    .hn-h-honor-item .img {
        height: 260px
    }

    .hn-h-honor-item .n p {
        font-size: 13px
    }

    .terr-scx .li {
        height: 240px
    }

    .mo-h-about .text .desc,
    .mo-h-about .text .desc * {
        font-size: 14px;
        line-height: 2.2;
        padding: 20px;
    }

    .swp-ab-honor .swiper-slide .img {
        height: 250px
    }

    .swp-ab-honor .swiper-slide .n p {
        font-size: 13px
    }

    .ab-cheng li p {
        font-size: 14px
    }

    .news-item .img {
        height: 220px
    }
}

@media screen and (max-width:1440px) {
    .width1600 {
        width: 1200px
    }

    header {
        padding: 0 20px
    }

    nav li>a {
        font-size: 15px
    }

    .banner .down {
        left: 20px
    }

    .banner .down.r {
        right: 20px
    }

    .mo-h-about .text .con {
        font-size: 14px;
        line-height: 2
    }

    .mo-h-shu li p {
        font-size: 32px
    }

    .mo-h-shu li span {
        font-size: 12px
    }

    .mo-h-shu li {
        height: 120px
    }

    .mo-h-product .item h5 {
        font-size: 26px
    }

    .mo-h-product .item p {
        font-size: 14px
    }

    .mo-h-product .item .img {
        height: 220px
    }

    .mo-h-product .item {
        padding: 40px 25px 10px
    }

    .mo-title {
        font-size: 30px
    }

    .mo-h-product .sub span {
        font-size: 15px
    }

    .cm-sub p span {
        font-size: 18px
    }

    .cm-sub p img {
        width: auto;
        height: 100%
    }

    .cm-sub p {
        height: 24px
    }

    .mo-h-case .item .img img {
        height: 320px
    }

    .mo-h-pingt .item .img {
        height: 400px
    }

    .mo-h-about .text h6 {
        font-size: 30px
    }

    .mo-h-pingt .item .txt h6 {
        font-size: 20px
    }

    .mo-h-pingt .item .txt .icon {
        width: 40px
    }

    .mo-h-pingt .item .txt .desc {
        font-size: 14px
    }

    .mo-h-rz-cq .item h4 {
        font-size: 24px
    }

    .mo-h-rz-cq .item .p p {
        font-size: 14px
    }

    .mo-swp-cq {
        width: 560px
    }

    .mo-h-rz-cq .lo {
        width: 460px
    }

    footer {
        padding: 0 20px
    }

    .f-nav a {
        font-size: 14px;
        margin-left: 40px
    }

    .f-head {
        padding: 25px 0
    }

    .f-cont {
        padding: 40px 0 10px
    }

    .f-cont .xx li p {
        font-size: 14px
    }

    .f-cont .yx .link {
        width: 240px;
        padding: 0 20px
    }

    .f-cont .yx {
        padding-right: 30px
    }

    .f-bottom {
        padding: 20px 0
    }

    .search-box .input {
        width: 460px;
        height: 50px
    }

    .search-box .btn {
        width: 60px;
        height: 50px
    }

    .banner .env-thumbs {
        left: 20px
    }

    .env-title h6 {
        font-size: 30px
    }

    .env-title .icon {
        width: 160px
    }

    .env-h-yw .item h6 {
        font-size: 24px;
        line-height: 30px;
        height: 60px
    }

    .env-h-case-item .img {
        height: 260px
    }

    .env-h-case-item p {
        font-size: 14px
    }

    .env-h-js .item h5 {
        font-size: 28px
    }

    .env-h-js .item .desc {
        width: 500px
    }

    .env-h-js .item ul {
        padding: 0 20px
    }

    .env-h-js .item li h6 {
        font-size: 24px
    }

    .hn-title .en {
        font-size: 18px;
        padding-left: 15px
    }

    .hn-title .en:after {
        width: 4px;
        height: 4px;
        border-width: 2px
    }

    .hn-title h5 {
        font-size: 30px
    }

    .hn-h-about .hn-title {
        margin-bottom: 20px
    }

    .hn-h-about .text .desc {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 50px
    }

    .hn-h-bus-tabs li h6 {
        font-size: 18px
    }

    .hn-h-bus-tabs li p {
        font-size: 13px;
        line-height: 1.5
    }

    .hn-h-bus-tabs li {
        padding: 35px 20px
    }

    .hn-h-bus-tabs li .icon {
        width: 60px
    }

    .hn-h-case-item .img {
        height: 320px
    }

    .hn-h-case-item h6 {
        font-size: 24px
    }

    .hn-h-case-item {
        padding-bottom: 20px;
        border-width: 1px
    }

    .hn-h-honor-item .img {
        height: 180px
    }

    .hn-h-honor-item .w {
        padding: 0
    }

    .hn-h-news-head .text {
        max-width: 700px
    }

    .hn-h-news-head .text h6 {
        font-size: 20px
    }

    .hn-h-news-head .text .desc {
        font-size: 14px
    }

    .hn-h-news-item h6 {
        font-size: 16px
    }

    .hn-h-news-item h6 {
        max-width: 380px
    }

    .ab-banner {
        height: 440px
    }

    .ab-banner .txt h3 {
        font-size: 40px
    }

    .ab-banner .txt h5 {
        font-size: 16px
    }

    .case h4 {
        font-size: 30px
    }

    .case .con {
        font-size: 14px
    }

    .width1400 {
        width: 1200px
    }

    .case-item .head .txt h5 {
        font-size: 18px
    }

    .case-item .head .txt p {
        font-size: 14px;
        line-height: 25px;
    }

    .case-item .cont .desc * {
        font-size: 14px
    }

    .case-item .cont .tit {
        font-size: 20px
    }

    .case-item .cont .imgs img {
        height: 300px
    }

    .ab-banner .cp h3 {
        font-size: 40px
    }

    .ab-banner .cp .tu {
        width: 340px;
        height: 340px
    }

    .cp-item .head .img {
        width: 200px;
        height: 160px;
        margin-right: 40px
    }

    .cp-item .head .txt p {
        font-size: 20px
    }

    .cp-item .cont .tit {
        font-size: 20px
    }

    .cp-item .cont .desc * {
        font-size: 14px
    }

    .terr-ul li p {
        font-size: 16px
    }

    .terr-ber .text .desc {
        font-size: 14px;
        line-height: 2
    }

    .terr-ber .text .desc {
        padding: 35px 30px 75px
    }

    .terr-scx .li {
        height: 200px
    }

    .terr-scx .li .b p {
        font-size: 16px;
        width: 220px;
        height: 44px;
        line-height: 44px
    }

    .terr-scx .li .b {
        height: 44px;
        width: 227px
    }

    .ab-honor .con {
        font-size: 16px
    }

    .swp-ab-honor .swiper-slide .img {
        height: 180px
    }

    .swp-ab-honor .swiper-slide .w {
        padding: 0
    }

    .news-item .img {
        height: 180px
    }

    .news-item .txt {
        padding: 10px 20px 20px
    }

    .news-item .txt h6 {
        font-size: 16px;
        line-height: 25px;
        height: 50px;
        -webkit-line-clamp: 2
    }

    .join-li .li .icon {
        height: 40px
    }

    .join-li .li h6 {
        font-size: 14px
    }

    .join-li .li p {
        font-size: 15px
    }

    .join-li .li {
        height: 240px
    }

    .map-box .tab li {
        width: 200px;
        height: 60px
    }

    .map-box .tab li img {
        width: 24px
    }

    .map-box .tab li span {
        font-size: 20px
    }

    .join h4 {
        font-size: 30px
    }

    .rst-head .tit h6 {
        font-size: 24px
    }

    .rst-item {
        padding: 25px 0
    }

    .news-item {
        margin-bottom: 25px
    }

    .detail h1 {
        font-size: 30px
    }

    .detail .sub span {
        font-size: 14px
    }

    .detail .desc * {
        font-size: 14px
    }
}

@media screen and (max-width:1230px) {
    header {
        height: 60px
    }

    header.on nav li>a {
        color: #333
    }

    nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        margin-right: 0;
        border-top: 1px solid #eee
    }

    nav ul {
        display: block;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        padding: 0 20px
    }

    nav li {
        border-bottom: 1px dashed #eee;
        padding: 0
    }

    nav li>a {
        color: #333;
        text-align: center;
        line-height: 50px
    }

    nav .child {
        display: block;
        position: static;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        padding: 0 0 15px
    }

    nav .child a {
        font-size: 14px
    }

    .menu {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        width: 25px;
        height: 18px;
        margin-left: 30px
    }

    .menu .bar {
        width: 100%;
        height: 3px;
        background-color: #00a2e9;
        transition: all .3s ease;
        -webkit-transition: all .3s ease
    }

    .menu.ed .bar:nth-child(1) {
        transform: translateY(7px) rotate(-45deg)
    }

    .menu.ed .bar:nth-child(2) {
        opacity: 0
    }

    .menu.ed .bar:nth-child(3) {
        transform: translateY(-7px) rotate(45deg)
    }

    .search-box {
        top: 60px
    }

    .width1600,
    .width1400,
    .width1200 {
        width: 960px
    }

    .mo-h-shu li p {
        font-size: 22px
    }

    .mo-swp-cq {
        width: 460px
    }

    .mo-h-rz-cq .lo {
        width: 380px
    }

    .mo-h-rz-cq .lo .li {
        width: 110px;
        margin-bottom: 20px
    }

    .mo-swp-cq .swiper-button-next,
    .mo-swp-cq .swiper-button-prev {
        display: none
    }

    .mo-h-about .text h6 {
        padding: 25px 0 15px
    }

    .mo-h-about .text .con {
        margin-bottom: 30px;
        padding: 20px;
    }

    header .logo img {
        height: 26px
    }

    header .search-btn {
        width: 18px;
        height: 18px
    }

    .mo-h-product .item h5 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .mo-h-product .item h6 {
        font-size: 16px
    }

    .mo-h-product .item p {
        line-height: 2
    }

    .mo-h-product .item .p {
        height: 56px
    }

    .more {
        width: 130px;
        height: 36px;
        border-radius: 18px
    }

    .more span {
        font-size: 13px
    }

    .mo-h-product .item .img {
        height: 160px
    }

    .cm-sub p span {
        font-size: 15px
    }

    .cm-sub p {
        margin-right: 20px
    }

    .mo-h-about .text h6,
    .mo-title,
    .env-title h6 {
        font-size: 24px
    }

    .mo-stitle span {
        font-size: 16px
    }

    .mo-h-case .item .img img {
        height: 260px
    }

    .mo-h-case .item h6 {
        font-size: 16px
    }

    .mo-h-pingt .item .img {
        height: 320px
    }

    .f-nav {
        display: none
    }

    .f-head .logo {
        height: 26px
    }

    .env-h-about .text .desc {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 50px
    }

    .more1 {
        width: 130px;
        height: 36px
    }

    .more1 span {
        font-size: 14px
    }

    .env-h-yw .item {
        padding: 30px 0
    }

    .env-h-case-item .img {
        height: 220px
    }

    .env-h-case-item h6 {
        font-size: 22px
    }

    .env-h-js {
        display: block
    }

    .env-h-js .img {
        width: 100%
    }

    .env-h-js .item {
        width: 100%;
        padding: 50px 0
    }

    .env-h-js .item .desc {
        margin-bottom: 40px
    }

    .hn-h-about .text {
        top: 20px
    }

    .hn-title h5 {
        font-size: 24px
    }

    .more2 {
        width: 130px;
        height: 36px;
        border-radius: 18px
    }

    .more2 span {
        font-size: 13px
    }

    .hn-h-about .text .desc {
        padding-right: 30px
    }

    .hn-h-bus {
        height: 500px
    }

    .hn-h-bus-tabs {
        bottom: 20px
    }

    .hn-h-bus-tabs li {
        padding: 20px
    }

    .hn-h-case-item .img {
        height: 260px
    }

    .hn-h-case-item h6 {
        font-size: 20px
    }

    .hn-h-news-head .text {
        max-width: 550px
    }

    .hn-h-news-head .img {
        height: 200px
    }

    .hn-h-news-head .text h6 {
        font-size: 18px
    }

    .hn-h-news-head .text .desc {
        margin-bottom: 16px
    }

    .hn-h-news-item {
        padding: 25px 0
    }

    .hn-h-news-item h6 {
        max-width: 280px
    }

    .case h4 {
        font-size: 24px
    }

    .case-item .head .txt h6 {
        font-size: 16px;
        line-height: 25px;
    }

    .case-item .head {
        padding: 25px 20px
    }

    .case-item .cont,
    .cp-item .cont {
        padding: 30px 20px
    }

    .ab-banner .cp h3,
    .ab-banner .txt h3 {
        font-size: 32px
    }
    .ab-banner .cp h5 {
        font-size: 20px;
    }
    .cp-item .head {
        padding: 25px 20px
    }

    .ins-nav li {
        padding: 20px 0
    }

    .ins-nav-box {
        height: 72px
    }

    .terr-title {
        font-size: 24px
    }

    .terr-tit {
        font-size: 18px
    }

    .ins-nav.fixed {
        top: 60px
    }

    .terr-scx .li {
        height: 160px
    }

    .ab-cheng li {
        width: 30%
    }

    .join-li .li {
        padding: 35px 30px 0
    }

    .rst-item h6 {
        font-size: 16px;
        max-width: 600px
    }

    .rst-item h6,
    .rst-item .date {
        font-size: 16px
    }
}

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

    .width1600,
    .width1400,
    .width1200 {
        width: 750px;
    }
    
    .swp-banner .mo-pag-banner {
        font-size: 12px;
        top: 18%;
        right: 30px;
    }

    .banner {
        height: 460px
    }

    .env-h-about {
        padding: 40px 0
    }

    .env-h-about .fx {
        display: block
    }

    .env-h-about .text {
        width: 100%;
        margin-bottom: 30px
    }

    .env-h-about .img {
        width: 100%
    }

    .env-h-about .img img {
        margin-right: 0
    }

    .env-h-yw .items {
        display: block
    }

    .env-h-yw .item {
        display: block;
        width: 100%;
        margin-bottom: 20px
    }

    .env-h-yw .item h6 {
        width: 90%
    }

    .env-h-case .text {
        width: 75%
    }

    .f-bottom p,
    .f-bottom a {
        font-size: 12px
    }

    .swp-banner .hn-pag-banner {
        left: 20px
    }

    .hn-h-about {
        display: block
    }

    .hn-h-about .text {
        position: static;
        padding-top: 30px;
        margin-bottom: 30px
    }

    .hn-h-about .text .desc {
        width: 100%;
        padding-right: 0
    }

    .hn-h-about .img {
        width: 100%
    }

    .hn-h-bus-tabs li h6 {
        font-size: 15px;
        line-height: 1.2
    }

    .hn-h-honor-items {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }

    .hn-h-honor-item {
        width: 32%;
        margin-bottom: 20px
    }

    .hn-h-news-head .text {
        max-width: 460px
    }

    .mo-h-about {
        padding: 40px 0
    }

    .mo-h-about .fx {
        display: block
    }

    .mo-h-about .text {
        width: 100%;
        margin-bottom: 30px
    }

    .mo-h-about .img {
        width: 100%
    }

    .mo-h-shu ul {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }

    .mo-h-shu li {
        width: 33.333%
    }

    .mo-h-pingt .item .txt {
        padding: 25px 20px
    }

    .mo-swp-cq,
    .mo-h-rz-cq .lo {
        width: 340px
    }

    .f-cont {
        display: block
    }

    .mo-h-rz-cq .lo .li {
        width: 90px
    }

    .f-cont .xx {
        width: 100%;
        justify-content: space-between;
        -webkit-justify-content: space-between
    }

    .f-cont .xx li {
        width: 48%;
        margin-right: 0
    }

    .f-cont .fx {
        display: block
    }

    .f-cont .yx {
        align-items: center;
        -webkit-align-items: center;
        margin-bottom: 30px;
        padding-right: 0
    }

    .f-cont .ewm {
        margin: 0 auto 20px
    }

    .f-bottom {
        display: block;
        text-align: center
    }

    .f-bottom p {
        margin-bottom: 10px
    }

    .case-item .head .img {
        width: 140px;
        height: 140px;
        object-fit: cover
    }

    .cp-item .head .img {
        width: 140px;
        height: 140px
    }

    .terr-ul li {
        width: 46%;
        margin: 0 2% 20px
    }

    .terr-ul li:nth-child(5n+1) {
        margin-left: 2%
    }

    .terr-ul li:nth-child(5n) {
        margin-right: 2%
    }

    .terr-ber .text .desc {
        width: 400px
    }

    .terr-scx .li {
        width: 48%;
        margin-right: 4%
    }

    .terr-scx .li:nth-child(2n) {
        margin-right: 0
    }

    .ab-cheng li {
        width: 49%;
        margin-right: 2%
    }

    .ab-cheng li:nth-child(2n) {
        margin-right: 0
    }

    .map-box {
        height: 400px
    }

    .join .item .head .f span {
        margin-right: 15px
    }

    .join .item .cont .fx {
        display: block
    }

    .join .item .cont .li {
        width: 100%;
        margin-bottom: 20px
    }

    .rst-item .m {
        display: none
    }

    .rst-item {
        display: block
    }

    .rst-item .fx {
        padding: 10px 0
    }

    .rst-head {
        padding: 35px 0
    }
}

@media screen and (max-width:768px) {
    header {
        padding: 0 .3rem
    }

    header .logo img {
        height: .34rem
    }

    .search-box .input {
        width: 4.8rem;
        height: 40px
    }

    .search-box .btn {
        height: 40px
    }

    .banner .down {
        display: none
    }

    .width1600,
    .width1400,
    .width1200 {
        width: 7.1rem;
    }
    
    .ab-banner .txt {
        left: 40px;
        bottom: 15px;
    }
    
    .news {
        padding: 30px 0 0;
    }

    .env-h-yw .item h6 {
        font-size: 18px;
        line-height: 25px;
        height: 25px
    }

    .env-h-case .fx {
        display: block
    }

    .env-h-case .text {
        width: 100%
    }

    .cm-sub p span {
        white-space: nowrap
    }

    .env-h-case .con {
        margin-bottom: 20px
    }

    .env-h-case-items {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }

    .env-h-case-item {
        width: 49%;
        margin-bottom: 20px
    }

    .env-h-case-item .img {
        margin-bottom: 15px
    }

    .env-h-js .item .desc {
        width: 7.1rem
    }

    .env-h-js .item ul {
        padding: .3rem
    }

    .env-h-js .item li .line {
        margin-bottom: .2rem
    }

    .env-h-js .item li h6 {
        font-size: .36rem;
        margin-bottom: .24rem
    }

    .env-h-js .item li p {
        line-height: 1.5;
        padding: .3rem .2rem
    }

    .f-cont .xx li {
        width: 100%;
        margin-bottom: .3rem
    }

    .f-bottom p {
        line-height: 1.5
    }

    .banner {
        /*height: 6.4rem*/
        height: auto;
    }

    .swp-banner .hn-pag-banner {
        bottom: .3rem
    }

    .hn-h-bus-tabs li .icon {
        display: none
    }

    .hn-h-bus-tabs li p {
        display: none
    }

    .hn-h-bus-tabs li h6 {
        font-size: .3rem;
        margin-bottom: 0;
        line-height: 1.5
    }

    .hn-h-bus-tabs li {
        padding: .2rem
    }

    .hn-h-case .fx {
        display: block
    }

    .hn-h-case .con {
        margin-bottom: .3rem
    }

    .hn-h-case .fx {
        margin-bottom: 20px
    }

    .hn-h-case-items {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }

    .hn-h-case-item {
        width: 100%
    }

    .hn-h-honor-item {
        width: 49%
    }

    .hn-h-news-head .text {
        max-width: 100%
    }

    .hn-h-news-head .img {
        display: none
    }

    .hn-h-news-head .text .m {
        width: 110px;
        height: 36px;
        border-radius: 18px
    }

    .hn-h-news-item {
        width: 100%
    }

    .hn-h-news-item:nth-child(2n+1) {
        padding-right: 0
    }

    .hn-h-news-item:nth-child(2n+1):after {
        display: none
    }

    .hn-h-news-item:nth-child(2n) {
        padding-left: 0
    }

    .swp-banner .swiper-slide .txt {
        bottom: .3rem
    }

    .mo-h-shu li {
        width: 100%;
        border-right: none;
        height: 80px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2)
    }

    .mo-h-product .items {
        display: block
    }

    .mo-h-product .item {
        width: 100%;
        margin-bottom: .2rem
    }

    .cm-sub {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }

    .mo-h-case .fx {
        display: block;
        margin-bottom: 30px
    }

    .mo-h-case .cm-sub {
        margin-bottom: 20px
    }

    .mo-h-case .items {
        display: block
    }

    .mo-h-case .item {
        display: block;
        width: 100%;
        margin-bottom: .3rem
    }

    .mo-h-rz-cq {
        display: block
    }

    .mo-h-rz-cq .item {
        width: 100%
    }

    .mo-h-rz-cq .item {
        padding: .5rem .3rem
    }

    .mo-swp-cq,
    .mo-h-rz-cq .lo {
        width: 100%
    }

    .mo-h-rz-cq .lo .li {
        width: 30%
    }

    .mo-h-pingt .items {
        display: block
    }

    .mo-h-pingt .item {
        width: 100%
    }

    .ab-banner .cp h3,
    .ab-banner .txt h3 {
        font-size: .5rem
    }

    .case-item .head .img {
        display: none
    }

    .case-item .head {
        display: block
    }

    .case-item .head .txt {
        margin-bottom: .3rem
    }

    .case-item .head .i,
    .cp-item .head .i {
        width: 20px;
        height: 20px
    }

    .case-item .cont .imgs img {
        width: 100%;
        margin-bottom: .2rem;
        height: 4.2rem
    }

    .ab-banner .cp .bt {
        white-space: nowrap;
        position: absolute;
        bottom: -25px;
        left: 0;
        right: 0;
        text-align: center
    }

    .ab-banner .cp .tu {
        width: 100%;
        height: 200px
    }

    .ab-banner {
        /*height: 6.5rem;*/
        height: auto;
        margin-top: 60px;
    }

    .cp-item .head .txt p {
        font-size: 16px
    }

    .cp-item .head {
        display: block
    }

    .cp-item .head .fx:nth-child(1) {
        display: block
    }

    .cp-item .head .img {
        width: 100%;
        height: 3rem
    }

    .cp-item .head .txt {
        width: 100%;
        text-align: center
    }

    .cp-item .head .txt .line {
        margin: 0 auto 15px
    }

    .cp-item .head .fx:nth-child(2) {
        justify-content: center;
        -webkit-justify-content: center
    }

    .ins-nav {
        overflow-x: auto;
        display: block;
        white-space: nowrap
    }

    .ins-nav::-webkit-scrollbar {
        display: none
    }

    .ins-nav::-webkit-scrollbar-thumb {
        display: none
    }

    .ins-nav li {
        display: inline-block;
        margin: 0;
        text-align: center;
        padding: .2rem
    }

    .ins-nav li a {
        font-size: .26rem
    }

    .terr-ber .text {
        position: static;
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }

    .terr-ber .text .desc {
        width: 100%;
        margin-bottom: 40px
    }

    .swp-terr {
        height: 5rem
    }

    .terr-scx .li {
        width: 100%;
        margin-right: 0;
        height: 240px
    }

    .ab-history {
        padding: 30px 0 40px
    }

    .ab-history h4,
    .ab-honor h4 {
        font-size: 24px
    }

    .ab-cheng h4 {
        font-size: 22px
    }

    .ab-cheng li {
        width: 100%
    }

    .news-item {
        width: 100%
    }

    .join-li .li {
        width: 100%;
        margin-right: 0;
        margin-bottom: .2rem
    }

    .join-li .li {
        height: 230px
    }

    .map-box .tab {
        left: .3rem;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        bottom: .5rem;
        top: auto
    }

    .map-box .tab li {
        width: 110px;
        height: 40px
    }

    .map-box .tab li span {
        font-size: 14px;
        margin-left: 10px
    }

    .join .item .head .f span {
        display: none
    }

    .join .item .head h6 {
        font-size: .3rem;
        padding-left: 20px;
        line-height: 20px
    }

    .join .item .cont {
        padding: 30px 20px
    }

    .rst-head {
        display: block
    }

    .rst-head .tit h6 {
        font-size: 18px
    }

    .rst-head .tit p {
        font-size: 14px
    }

    .rst-head .tit {
        width: 100%;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        margin-bottom: .4rem
    }

    .rst-head .inp {
        width: 100%
    }

    .rst-item {
        padding: .15rem 0
    }

    .rst-item .t {
        font-size: 15px;
        white-space: nowrap;
        margin-right: .1rem
    }

    .page a {
        display: none
    }

    .page a.a {
        display: flex;
        display: -webkit-flex
    }

    .page span {
        font-size: .24rem;
        white-space: nowrap;
        margin: 0 .1rem
    }

    .detail h1 {
        font-size: .4rem
    }

    .detail .sub span {
        margin: 0 .2rem
    }

    .prev-next a {
        font-size: .28rem
    }
}