﻿
@font-face {
    font-family: 'Alibaba-PuHuiTi-Light';
    src: url('fonts/Alibaba-PuHuiTi-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Alibaba-PuHuiTi-Medium';
    src: url('fonts/Alibaba-PuHuiTi-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Alibaba-PuHuiTi-Regular';
    src: url('fonts/Alibaba-PuHuiTi-Regular.otf') format('opentype');
}
body, html {
    font-family: 'Alibaba-PuHuiTi-Regular';
    letter-spacing: 0.02rem;
}
h1, h2, h3, h4, h5, h6,p,a,span,small,div{
    font-weight:200;
}
.banner .img {
    position: relative;
}
.banner .img1 img, .banner .img2 img{
    width: 100%;
}
.banner .img2{
    position:absolute;
    left:50%;
    top:2.13rem;
    transform:translate(-50%,0);
    width:5.46rem
}
.containers {
    width: 14rem;
    margin: 0 auto;
}
.containers-three {
    width: 16rem;
    margin: 0 auto;
}
.containers-two{
    width:14rem;
    margin:0 auto;
}


.ff1 {
    font-family: 'Alibaba-PuHuiTi-Light';
}
.ff2 {
    font-family: 'Alibaba-PuHuiTi-Medium';
}
.ff3 {
    font-family: 'Alibaba-PuHuiTi-Regular';
}
@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.bx-head {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 1.25rem;
    display: flex;
    align-items: center;
}

    .bx-head.active {
        background-color: #235560;
        width: 100%;
        z-index: 99;
        animation-name: opacity;
      /*  animation-duration: 0.3s;*/
        box-shadow: 0 0 0.38rem rgba(33,79,33,.28);
    }
    .bx-index-top01 {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .bx-index-top01 .bx-logo {
        width: 2.29rem;
    }

        .bx-index-top01 .bx-logo img {
            width: 100%;
        }
      

    .bx-index-top01 .bx-nav ul li {
        position: relative;
        float: left;
        text-align: center;
        z-index: 600;
        padding: 0 0px;
        margin-right: 0.38rem;
    }

        .bx-index-top01 .bx-nav ul li .bx-nav-fd {
            display: none;
            position: absolute;
            top: 0.3rem;
            left: 0;
            transform: translate(0,0);
            width: 10rem;
            z-index: 600;
            text-align: left
        }

            .bx-index-top01 .bx-nav ul li .bx-nav-fd .bx-nav-fd-box {
                display: inline-block;
                padding: 0.05rem 0;
                background-color: #ffffff;
                box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
            }

            .bx-index-top01 .bx-nav ul li .bx-nav-fd a {
                padding: 0 0.4rem;
                display: block;
                line-height: 0.45rem;
                color:#000;
                font-size:0.18rem;
            }
                .bx-index-top01 .bx-nav ul li .bx-nav-fd a:hover {
                    color: #235560;
                }
                .bx-index-top01 .bx-nav ul li .bx-nav-fd a::before{
                    display:none;
                }

                .bx-index-top01 .bx-nav ul li a {
                    display: block;
                    color: #fff;
                    font-size: 0.2rem;
                    position: relative;
                    line-height: 1;
                }

    .bx-index-top01 .bx-navigation {
        display: none;
    }

    .bx-index-top01 .bx-nav ul li a:hover, .bx-index-top01 .bx-nav ul li a.active {
        color: #fff;
    }

        .bx-index-top01 .bx-nav ul li a::before {
            content: '';
            display: block;
            width: 0;
            height: 0.02rem;
            background-color: #fff;
            border-radius: 0.02rem;
            position: absolute;
            left: 50%;
            bottom: -0.08rem;
            transition:all 0.5s;
            transform:translateX(-50%);
        }
    .bx-index-top01 .bx-nav ul li a.active::before, .bx-index-top01 .bx-nav ul li :hover::before {
        width: 100%;
    }

            .bx-navigation {
                display: none;
            }

.bx-index-top01 .zt a {
    display: inline-block;
    color: #fff;
    font-size: 0.2rem;
    position: relative;
    line-height: 1;
    margin-left:0.05rem;
    vertical-align:top;
    line-height:2;
}
.bx-index-top01 .zt{
    display:inline-block;
    line-height:1;
}
.bx-index-top01 .zt a.active {
    font-weight: bold;
}

    .bx-right-nav {
        display: flex;
        align-items:center;
    }

.contactUs-item{
    margin-top:1rem;
    display:flex;
    justify-content:space-between;
    margin-bottom:0.3rem;

}
    .contactUs-item .left{
        width:50%;
        padding-right:0.5rem;
    }
    .contactUs-item .right {
        width: 50%;
        padding-left:0.5rem;
    }
.contactUs-input{
    margin-bottom:0.2rem;
}
.contactUs-input span {
    display: block;
    font-size: 0.2rem;
    color: #2a2a2a;
}
.contactUs-input input {
    width: 100%;
    height: 0.5rem;
    border-radius: 0.1rem;
    border: 0.02rem solid #14363c;
    padding:0 0.2rem;
    font-size:0.18rem;
    margin-top:0.05rem;
}
    .contactUs-input textarea {
        width: 100%;
        height: 1.65rem;
        border-radius: 0.2rem;
        border: 0.02rem solid #14363c;
        padding: 0.05rem 0.2rem;
        font-size: 0.18rem;
        margin-top: 0.05rem;
    }
.contactUs-item .left .but {
    background-color: #235560;
    line-height: 0.45rem;
    text-align: center;
    font-size: 0.22rem;
    color: #ffffff;
    cursor: pointer;
    border-radius: 0.5rem;
    width: 1.1rem;
    transition:all 0.5s;
    float:right;
}
    .contactUs-item .left .but:hover{
        opacity:0.8;
    }
    .contactUs-item .right .logo {
        margin-top: 0.35rem;
        width: 2.2rem;
    }
        .contactUs-item .right .logo img{
            width:100%;
        }
        .contactUs-item .right .contactUs-text {
            margin-top: 0.5rem;
        }

    .contactUs-item .right .contactUs-text p {
        font-size: 0.22rem;
        color: #2a2a2a;
        padding-left:0.6rem;
        position:relative;
        margin-bottom:0.3rem;
    }
        .contactUs-item .right .contactUs-text p img{
            position:absolute;
            left:0;
            top:0.02rem;
            width:0.35rem;
        }

        @media (max-width: 768px) {
            .bx-head .containers-two{
        overflow:inherit;
    }
    .bx-index-top01 .bx-logo {
        width: auto;
    }

    .bx-index-top01 {
        height: 1.2rem;
        line-height: 1.2rem;
    }

        .bx-index-top01 .bx-logo img {
            max-height: 0.6rem;
        }
    .bx-right-nav {
        display: none;
        position: absolute;
        top: 1.25rem;
        z-index: 500;
        width:100%;
        right: 0;
        box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5);
        margin: 0;
        z-index: 600;
        background-color:#fff;
    }
    .bx-index-top01 .bx-nav {
      
    }
     
        .bx-index-top01 .bx-nav ul li a:hover, .bx-index-top01 .bx-nav ul li a.active {
            color: #235560;
        }

        .bx-index-top01 .bx-nav ul li {
            float: none;
            margin-right: 0;
        }

                .bx-index-top01 .bx-nav ul li a {
                    width: 100%;
                    font-size: 0.32rem;
                    line-height: 0.8rem !important;
                    color:#333;
                }
    .bx-index-top01 .zt{
        text-align:center;
        width:100%;
    }
    .bx-index-top01 .zt a {
        font-size: 0.32rem;
        color: #333;
        margin:0 0.2rem;
    }

    .bx-index-top01 .bx-navigation {
        display: block;
    }

        .bx-index-top01 .bx-nav ul li .bx-nav-fd {
            display: none !important;
            position: relative;
            top: 0px;
        }

    .bx-navigation {
        display: block;
    }
}

.hamburger {
    margin-top: 0.1rem;
}

    .hamburger .line {
        width: 0.7rem;
        height: 0.06rem;
        background-color: #fff;
        display: block;
        margin: 0.16rem auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .hamburger:hover {
        cursor: pointer;
    }

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
}


.index-one{
    padding-top:1.2rem;
}

.index-title {
    text-align: center;
    font-size: 0.33rem;
    color: #000000;
}

    .index-title h3 span {
        line-height: 0.55rem;
        display: inline-block;
        position: relative;
        font-weight: 400;
        letter-spacing: 0;
    }
    .index-title h3 span::before {
        content: '';
        display: block;
        width: 100%;
        height: 0.03rem;
        background-color: #235560;
        position:absolute;
        bottom:0;
        left:0;
    }
.index-one-item{
    position:relative;
    margin-top:0.7rem;
}
.index-one-item ul {
    display: flex;
    flex-wrap: wrap;
    position:relative;
    z-index:2;
}
.index-one-item ul li{
    width:50%;
    position:relative;
    margin:0.3rem 0;
}
    .index-one-item ul li:nth-child(odd){
        padding-right:1.85rem;
    }
    .index-one-item ul li:nth-child(even) {
        padding-left: 1.85rem;
    }
    .index-one-item ul li .icons{
        width:0.85rem;
        height:0.85rem;
        display:flex;
        justify-content:center;
        align-items:center;
        background-color:#fff;
        overflow:hidden;
        border-radius:50%;
        position:absolute;
        transition:all 0.5s;
    }

    .index-one-item ul li:nth-child(odd) .icons {
        right: 0.4rem;
        /*top: 50%;*/
        
       /* transform: translate(0,-50%);*/
    }
    .index-one-item ul li:nth-child(even) .icons {
        left: 0.4rem;
        /*      top: 50%;*/
        bottom: 0;
     /*   transform: translate(0,-50%);*/
    }
    .index-one-item ul li:nth-child(1) .icons, .index-one-item ul li:nth-child(2) .icons {
        bottom: 0;
    }
    .index-one-item ul li:nth-child(3) .icons, .index-one-item ul li:nth-child(4) .icons {
        top: 0;
    }

    .index-one-item ul li .icons img {
        width: 0.5rem;
        transition: all 0.5s;
    }

    .index-one-item ul li .text h3 {
        font-size: 0.25rem;
        color: #235560;
        transition: all 0.3s;
    }
    .index-one-item ul li .text p {
        margin-top: 0.1rem;
        font-size: 0.18rem;
        color: #000000;
        overflow: hidden;
        text-overflow: ellipsis;
       /* word-break: break-all;*/
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 0.3rem;
       /* height: 0.9rem;*/
        transition: all 0.3s;
        font-weight:200;
        text-align:left;
    }
    .index-one-item.active ul li .text p {
        -webkit-line-clamp: 50;
    }
        .index-one-item ul li:nth-child(odd) .text h3 {
            text-align: right;
        }

            .index-one-bg {
                width: 3rem;
                height: 3rem;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
            }
                .index-one-bg img{
                    width:100%;
                }
                .index-one-item ul li:hover .icons img {
                    transform: scale(1.05)
                }
    .index-one-item ul li:hover .icons{
        box-shadow:0 0 0.1rem rgba(0,0,0,.16);
    }

.index-one-item ul li:hover .text h3, .index-one-item ul li:hover .text p{
    font-weight:400;
}

.index-two{
    margin-top:0.8rem;
}

.index-two-item {
    background-color: #f4f4f4;
    margin-top:0.85rem;
    padding:0.03rem 0.81rem;
}

.index-two-item ul{
    display:flex;
    flex-wrap:wrap;
}
    .index-two-item ul li{
        width:33.33%;

    }
    .index-two-item ul li a{
        display:block;
        padding:0.4rem 0.65rem;
        transition:all 0.5s;
    }
        .index-two-item ul li a h3 {
            font-size: 0.25rem;
            color: #235560;
            text-align:center;
        }
            .index-two-item ul li a h3 span {
                padding-bottom: 0.08rem;
                display: inline-block;
                border-bottom: 0.01rem solid #235560;
            }
        .index-two-item ul li a p {
            font-size: 0.18rem;
            color: #000000;
            margin-top: 0.2rem;
            letter-spacing: 0;
            text-align: left;

            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 7;
            line-height: 0.28rem;
            height: 1.96rem;
            transition: all 0.3s;
            font-weight:200;
        }
            .index-two-item ul li a>span {
                width: 0.38rem;
                height: 0.38rem;
                background-color: #b9b9b9;
                display: block;
                border-radius: 50%;
                overflow: hidden;
               margin:0 auto;
               margin-top:0.3rem;
               transition:all 0.5s;
            }


.index-two-item ul li a > small {
    display: block;
    font-size: 0.25rem;
    color: #ffffff;
    background-color: #235560;
    line-height: 0.38rem;
    text-align: center;
    width: 1.4rem;
    border-radius: 0.06rem;
    margin: 0 auto;
    margin-top: 0.3rem;
    opacity:0;
    transition:all 0.5s;
    position:absolute;
    bottom:0.4rem;
    left:50%;
    transform:translate(-50%,0);
}
                .index-two-item ul li a span i {
                    display: block;
                    width: 100%;
                    height: 100%;
                    background-image: url('../images/icon-right.png');
                    background-size: 0.14rem 0.25rem;
                    background-repeat: no-repeat;
                    background-position: 0.14rem center;
                }
        .index-two-item ul li a:hover{
            background-color:#fff;
            box-shadow:0 0 0.38rem rgba(33,79,33,.28);
        }
            .index-two-item ul li a:hover>span {
                background-color: #235560;
            }
            /*      .index-two-item ul li a:hover > small {
                opacity:1;
            }*/
            .index-three {
                margin-top: 0.7rem;
                background-image: url('../images/index-threebg.png');
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                background-attachment: fixed;
            }

.index-three{

}
.index-three-item{
    padding:0.775rem 0;
}
    .index-three-item ul{
        display:flex;
        flex-wrap:wrap;
        margin:0 -0.7rem;
    }
        .index-three-item ul li{
            width:25%;
            padding:0 0.7rem;
            margin:0.125rem 0;
        }

        .index-three-item ul li .index-three-list {
            width: 1.9rem;
            height: 1.9rem;
            background-color: #fff;
            display:flex;
            justify-content:center;
            align-items:center;
            flex-direction:column;
        }
            .index-three-item ul li .index-three-list .img{
                width:100%;
                text-align:center;
                height:50%;
                display:flex;
                align-items:center;
                justify-content:center;
            }
            .index-three-item ul li .index-three-list p {
                font-size: 0.2rem;
                color: #235560;
                width:100%;
                text-align:center;
                margin-top:0.1rem;
            }
.idnex-four{
    margin-top:0.8rem;
}

.idnex-four-swiper{
    margin-top:0.7rem;
}

.idnex-four-swiper {
    font-size: 0.2rem;
    position: relative;
    
}

.idnex-four-swiper-list {
    padding: 0 2rem;
    font-weight:200;
}

.idnex-four-swiper .swiper-pagination{
    text-align:center;
    width:100%;
    position:relative;
    margin-top:0.5rem;
}
.idnex-four-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.15rem;
    background-color: transparent;
    border: 0.03rem solid #235560;
    margin:0 0.05rem;
    opacity:1;
}

.idnex-four-swiper .swiper-pagination .swiper-pagination-bullet-active{
    background-color:#235560;
}

.idnex-four-swiper .swiper-button-next, .idnex-four-swiper .swiper-button-prev{
    width:0.27rem;
    height:0.66rem;
    background-size:100% 100%;
    margin-top:0;
    transform:translateY(-50%);
}
.idnex-four-swiper .swiper-button-next {
    background-image: url('../images/next.png');
}
.idnex-four-swiper .swiper-button-prev {
    background-image: url('../images/prev.png');
}
.idnex-four-logo{
    margin-top:0.5rem;
}
.idnex-four-logo img {
    width: 100%
}
.idnex-five{
    margin-top:0.6rem;
}
.idnex-five-item {
    max-width: 7.2rem;
    margin: 0 auto;
    margin-top: 0.7rem;
}
.idnex-five-item ul li{
    background-color:#f3f3f3;
    margin-top:0.15rem;
    padding: 0.17rem 0.37rem;
    border-radius:0.06rem;
    cursor:pointer;
}
.idnex-five-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    position:relative;
}
    .idnex-five-top h3 {
        width: calc(100% - 0.3rem);
        font-size: 0.18rem;
        color: #000000;
    }
    .idnex-five-top i{
        font-size:0.2rem;
        font-weight:bold;
        position:absolute;
        right:-0.1rem;
        top:-0.03rem;
        transition:all 0.5s;
    }
    .idnex-five-bottom {
        margin-top: 0.15rem;
        font-size: 0.16rem;
        padding-right: 0.4rem;
        display: none;
    }
.idnex-five-item ul li.active .idnex-five-top i{
    transform:rotate(180deg)
}
.index-six {
    margin-top: 1.4rem;
    width:100%;
    overflow:hidden;
    margin-bottom:1.3rem;
}
.index-six-item {
    display: flex;
    justify-content: space-between;
    position:relative;
}

    .index-six-item::before{
        content:'';
        display:block;
        width:100%;
        height:100%;
        position:absolute;
        left:0;
        top:0;
        z-index:2;
        background-color:#fff;
        transform:translate(-100%,0);
    }

    .index-six-item .index-six-left {
        width: 2.8rem;
        position: relative;
        background-color: #fff;
        z-index: 2;
    }
    .index-six-item .index-six-right{
        width:calc(100% - 2.8rem);
    }

    .index-six-item .swiper-button-next, .index-six-item .swiper-button-prev{
        position:relative;
        margin-top:0;
        width:0.38rem;
        height:0.38rem;
        background-image:none;
        display:inline-block;
        background-color:#235560;
        left:0;
        top:0;
        margin-right:0.15rem;
        background-size:0.19rem 0.25rem;
    }

    .index-six-item .swiper-button-next {
        background-image: url('../images/prev1.png');
    }
    .index-six-item .swiper-button-prev {
        background-image: url('../images/next1.png');
    }

.index-six-left > h3 {
    font-size: 0.39rem;
    width: 2rem;
    border-bottom: 0.03rem solid #235560;
    padding-bottom: 0.05rem;
    font-weight: 400;
}
.index-six-left .botttom {
    margin-top: 0.8rem;
}

    .index-six-left .botttom a {
        display:inline-block;
        font-size: 0.27rem;
        color: #000000;
        text-align:center;
        width:1rem;
        margin-bottom:0.1rem;
    }






.index-six-right .swiper-container {
    overflow: visible;
}

    .index-six-right .swiper-container .swiper-slide {
        width: 2.79rem;
        opacity: 0;
        transition: .1s opacity ease;
    }


        .index-six-right .swiper-container .swiper-slide.swiper-slide-active ~ .swiper-slide {
            opacity: 1;
        }

        .index-six-right .swiper-container .swiper-slide.swiper-slide-active {
            opacity: 1;
        }

.index-six-right .index-six-list {
    display: block;
    padding: 0.2rem;
    padding-bottom: 0.4rem;
    background-color: #f3f3f3;
    border-radius:0.1rem 0 0 0.1rem;
    position:relative;
    transition:all 0.5s;
}
    .index-six-right .index-six-list::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 0.4rem solid;
        border-color: transparent #235560 transparent transparent;
        position: absolute;
        bottom: -0.39rem;
        right: -0.39rem;
        transform: rotate(225deg);
    }

    .index-six-right .index-six-list h3 {
        font-size: 0.2rem;
        color: #262626;
        border-bottom: 0.03rem solid #235560;
        padding-bottom: 0.15rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 0.28rem;
        height: 0.62rem;
        transition: all 0.5s;
        font-weight: 400;
        letter-spacing: 0;
    }
    .index-six-right .index-six-list p {
        font-size: 0.16rem;
        color: #000000;
        margin-top: 0.2rem;
        letter-spacing: 0;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        line-height: 0.24rem;
        height: 1.2rem;
        transition: all 0.5s;
        padding:0 0.02rem;
    }

.index-six-right .index-six-list:hover{
    background-color:#235560;
}

    .index-six-right .index-six-list:hover h3, .index-six-right .index-six-list:hover p{
        color:#fff;
    }

    .index-six-right .index-six-list:hover h3{
        border-bottom-color:#fff;
    }


.footer {
    background-color: #0f3335;
    min-height: 2.1rem;
    padding-top:2.1rem;
    width: 100%;
    background-image: url('../images/footer-top.png');
    background-size:100% 2.1rem;
    background-position:left -0.01rem;
    background-repeat:no-repeat;
}

.footer-item{
    padding-top:0.5rem;
    display:flex;
    justify-content:space-between;
}
    .footer-item .footer-left{
        width:2.27rem;
        margin-top:0.47rem;
    }
        .footer-item .footer-left img{
            width:100%;
        }

        .footer-item .footer-right {
            width: calc(100% - 3rem);
        }


        .footer-item .footer-right ul {
            display: flex;
            justify-content: flex-end;
        }

        .footer-item .footer-right ul li{
            display:block;
            padding-left:0.1rem;
            width:20%;
        }
            .footer-item .footer-right ul li:nth-last-child(2){
                width:25%;
            }
            .footer-item .footer-right ul li:nth-last-child(1) {
                width: 30%;
            }
            .footer-item .footer-right ul li > h3 {
                font-size: 0.2rem;
                color: #ffffff;
            }
            .footer-item .footer-right ul li .footer-right-box{
                margin-top:0.25rem;
            }
                .footer-item .footer-right ul li .footer-right-box a, .footer-item .footer-right ul li .footer-right-box p{
                    display: block;
                    font-size: 0.16rem;
                    line-height: 0.3rem;
                    color: #fff;
                    transition:all 0.5s;
                }
                    .footer-item .footer-right ul li .footer-right-box a:hover {
                        font-weight:bold;
                    }

.footer-bottom{
    text-align:center;
    font-size:0.14rem;
    color:#fff;
    padding:0.1rem;
    margin-top:0.5rem
}
.footer-bottom a{
    font-size:0.14rem;
    color:#fff;
}
    .footer-bottom a:hover{
        font-weight:bold;
    }

    .nei-banner .img img{
        width:100%;
    }

.about, .news, .time, .serve ,.contactUs{
    margin-top: -0.4rem;
}

.about-item-box {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    color: #000000;
    font-size: 0.18rem;
    
}
    .about-item-box h3 {
        font-size: 0.26rem;
        font-weight:400;
    }


.news-item-box {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
}
.News-list {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    -webkit-box-align: center;
    padding: 0.25rem 0;
    border-bottom: 1px solid rgba(3,59,136,.2);
}

    .News-list .News-left {
        width: 2rem;
        height: 1.5rem;
        background-color: #f3f3f3;
        color: #fff;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        justify-content: center;
        align-items: center;
        -webkit-box-align: center;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        border-radius: 0.08rem;
        transition:all 0.3s;
    }

        .News-list .News-left p {
            font-size: 0.38rem;
            color: #000;
            line-height: 1;
            letter-spacing: 0;
            text-align: center;
            font-weight: 400;
            letter-spacing: 0;
        }

        .News-list .News-left h3 {
            font-size: 0.23rem;
            color: #9f9f9f;
            margin-top: 0.1rem;
            letter-spacing: 3px;
            margin-top: 0.2rem;
            text-align: justify;
            text-align-last: justify;
            font-weight:400;
        }

    .News-list .News-right {
        width: calc(100% - 2rem);
        padding-left: 0.4rem;
        box-sizing:border-box;
    }

        .News-list .News-right h3 {
            font-size: 0.22rem;
            color: #3E4349;
            margin-bottom: 0.26rem;
            transition: all 0.3s;
            font-weight: 400;
            letter-spacing: 0.01rem;
            line-height:1.3;
        }

        .News-list .News-right p {
            font-size: 0.16rem;
            color: #666;
            line-height: 0.25rem;
            height: 0.75rem;
            font-weight: 200;
            letter-spacing: 0.01rem;
        }

    .News-list:hover .News-right h3 {
        color: #235560;
        font-weight:bold;
    }
    .News-list:hover .News-left{
        background-color:#235560;
    }

        .News-list:hover .News-left h3, .News-list:hover .News-left p{
            color:#fff;
        }
.newsdetail-item{
    margin-top:1.2rem;
    margin-bottom:1rem;
}

.NewsDetail001 {
    background-color: #f3f3f3;
    padding: 0 0.88rem;
    padding-top: 0.45rem;
    padding-bottom: 1rem;
    min-height: 1rem;
    border-radius: 0.1rem;
    background-image: url('../images/news-icon.png');
    background-repeat:no-repeat;
    background-position:right bottom;
    background-size:1.02rem 0.99rem;
}
    .NewsDetail001 .NewsDetail001-title h3{
        text-align:center;
        font-size:0.32rem;
    }
    .NewsDetail001 .NewsDetail001-title .tit_bar {
        margin:0.4rem 0;
        text-align: center;
    }
        .NewsDetail001 .NewsDetail001-title .tit_bar .text{
            display:inline-block;
            margin:0 0.3rem;
            letter-spacing:0;
            font-size:0.2rem;
        }
            .NewsDetail001 .NewsDetail001-title .tit_bar .text i {
                vertical-align: text-bottom;
            }
            .NewsDetail001 .NewsDetail001-title .tit_bar .text img {
                width: 0.2rem;
               
            }
.NewsDetail001-item {
    line-height: 0.3rem;
    font-size: 0.2rem;

}

.time-item-box {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
}

.time-item-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.3rem;
}
.time-item-box ul li {
    width: 25%;
    padding:0 0.3rem;
    margin-top:0.5rem;
}

.time-list{
    display:block;
}

.time-list .img{
    width:100%;
    height:0;
    overflow:hidden;
    padding-bottom:125%;
    position:relative;
    border-radius:0.05rem;
}
    .time-list .img img {
        width:100%;
        height:100%;
        object-fit:cover;
        position:absolute;
        left:0;
        top:0;
        transition:all 0.5s;
    }
    .time-list .img .time-list-text {
        position: absolute;
        bottom: -100%;
        left: 0;
        padding: 0.2rem;
        color: #fff;
        font-size: 0.18rem;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(35,85,96,1));
        width:100%;
        transition:all 0.3s;
        text-align:center;
        line-height:1.3;
    }
        .time-list:hover .img .time-list-text{
            bottom:0;
        }
        .time-list .text {
            text-align: center;
            padding: 0.05rem 0;
            padding-top: 0.15rem
        }
    .time-list .text h3 {
        line-height:1.3;
        font-size: 0.18rem;
        color: #000000;
    }

    .time-list .text p {
        font-size: 0.16rem;
        color: #000000;
        margin-top:0.05rem;
    }

.time-detail {
    display: flex;
    justify-content: space-between;
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    align-items: flex-start;
}

    .time-detail .left {
        width: 2.45rem;
        background-color: #efefef;
    }

    .time-detail .left .img{
        width:100%;
        padding:0.15rem;
        padding-bottom:0;
    }
        .time-detail .left .img img{
            width:100%;
        }
        .time-detail .left .text{
            padding:0.2rem 0.3rem;
        }
            .time-detail .left .text h3 {
                font-size: 0.18rem;
                color: #000000;
                padding-bottom:0.15rem;
                position:relative;
                letter-spacing:0;
            }
                .time-detail .left .text h3::before {
                    content: '';
                    display: block;
                    width: 0.35rem;
                    height: 0.03rem;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    background-color: #0f3433;
                }
            .time-detail .left .text a {
                font-size: 0.15rem;
                color: #000000;
            }
                .time-detail .left .text a img{
                    width:0.25rem;
                    margin-right:0.05rem;
                }

            .time-detail .left .text p{
                margin:0.15rem 0;
                font-size:0.16rem;
            }
                .time-detail .left .text p span{
                    display:block;
                    padding-left:0.13rem;
                    position:relative;
                }
                    .time-detail .left .text p span::before {
                        content: "";
                        display: block;
                        width: 0.06rem;
                        height: 0.06rem;
                        border-radius: 50%;
                        background-color: #235560;
                        position:absolute;
                        left:0;
                        top:0.1rem;
                    }
                    .time-detail .right {
                        width: calc(100% - 2.45rem);
                        padding-left: 0.7rem;
                        font-size: 0.17rem;
                        color: #000000;
                    }
    .time-detail .right h3{
        font-size:0.25rem;
    }
                        .time-detail .right .detail-right-top{
                        display:flex;
                        justify-content:space-between;
                        
                        }
                            .time-detail .right .detail-right-top .detail-right-text{
                                width:50%;
                                display:block;
                            }
                                .time-detail .right .detail-right-top .detail-right-text h3{
                                    width:1.4rem;
                                    line-height:1.6;
                                    color:#235560;
                                    font-weight:400;
                                    margin-bottom:0.2rem
                                }
                                .time-detail .right .detail-right-top .detail-right-text>div{
                                    flex:1;
                                }
                                .time-detail .right .detail-right-top .detail-right-text p {
                                    font-size: 0.2rem;
                                    margin-bottom:0.1rem;
                                    position:relative;
                                    padding-left:0.2rem
                                }
                                    .time-detail .right .detail-right-top .detail-right-text p::before {
                                        content: "";
                                        display: block;
                                        width: 0.06rem;
                                        height: 0.06rem;
                                        background-color: #000000;
                                        position:absolute;
                                        left:0;
                                        top:0.12rem;
                                        border-radius:50%;
                                    }
                                    .detail-right-bottom {
                                        margin-top: 0.3rem;
                                        line-height: 0.3rem;
                                    }
    .detail-right-bottom h3 {
        line-height: 1.6;
        color: #235560;
        font-weight: 400;
        font-size: 0.25rem;
    }
    .serve {
        background-color: #f3f3f3;
        padding-bottom: 0.3rem;
    }
.serve-search{
    margin-top:1rem;
    padding-left:0.7rem;
  
}

.serve-search-input {
    width: 5rem;
    background-color: #fff;
    box-shadow: 0.1rem 0.1rem 0.13rem rgba(41,41,41,.24);
    border-radius: 0.5rem;
    padding-left: 0.6rem;
    padding-right: 1.1rem;
    position: relative;
}

.serve-search-input input{
    height:0.45rem;
    width:100%;
    border:none;
}
.serve-search-input img{
    width:0.3rem;
    position:absolute;
    left:0.15rem;
    top:0.08rem;
}
    .serve-search-input span {
        width: 1.1rem;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #235560;
        line-height: 0.45rem;
        text-align: center;
        font-size: 0.22rem;
        color: #ffffff;
        cursor: pointer;
        border-radius: 0.5rem;
    }
.serve-search-item{
    margin-top:0.55rem;
    display:flex;

}
    .serve-search-item .left {
        width: 5rem;
        height: 4.2rem;
        padding-left:0.1rem;
        overflow-y: auto;
        overflow-x: hidden;
        direction: rtl;
        unicode-bidi: bidi-override;
    }

        .serve-search-item .left ul li a {
            display:block;
            font-size: 0.22rem;
            color: #000000;
            line-height: 0.38rem;
            cursor: pointer;
            text-align:left;
            padding:0 0.05rem;
        }
    .serve-search-item .right {
        width: calc(100% - 5rem);
        padding-left: 0.3rem;
    }

    .serve-search-item .left::-webkit-scrollbar{
        background-color:#fff;
        border-radius:10px;
    }
        .serve-search-item .left::-webkit-scrollbar:hover {
            background-color: #fff;
        }

    .serve-search-item .left ul li.active a {
        color: #fff;
        background: linear-gradient(to right,#235560, #f3f3f3);
    }
    .serve-search-item .right{
        display:flex;
        overflow:hidden;
        position:relative;
    }
    .serve-search-item .right .img{
        width:100%;
        position:absolute;
        top:-1.9rem;
    }
        .serve-search-item .right .img img{
            width:100%;
        }
        .serve-search-item .right .text {
            width: calc(100% - 3.4rem);
            padding-left: 0.3rem;
        }

.serve-box{
    padding:0.6rem 0;
}

.serve-box-nav {
    background-color: #f3f3f3;
    padding:0 0.7rem;
    border-radius:0.1rem;
    margin-top:0.5rem;
}
.serve-box-nav ul{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
    .serve-box-nav ul li {
        padding: 0.2rem 0;
        font-size: 0.22rem;
        color: #000000;
    }
    .serve-box-nav ul li p{
        cursor:pointer;
        position:relative;
    }
        .serve-box-nav ul li p img{
            width:0.24rem;
        }
        .serve-box-nav ul li p::before {
            content: '';
            display: block;
            width: 0;
            height: 0.03rem;
            background-color: #000;
            position: absolute;
            left: 50%;
            bottom: -0.05rem;
            transition: all 0.5s;
            transform: translateX(-50%);
        }
        .serve-box-nav ul li.active p::before,
        .serve-box-nav ul li p:hover::before {
            width: 100%;
        }
.serve-box-item-tab{
    min-height:50vh;
}
.serve-box-item-one {
    margin-top: 0.6rem;
}

    .serve-box-item-one .title, .serve-box-item-two .title, .serve-box-item-three .title {
        font-size: 0.34rem;
        color: #000000;
        text-align: center;
        font-weight:400;
    }
.serve-box-item-oneBox .text {
    font-size: 0.2rem;
    color: #000000;
}

.serve-box-item-oneBox .list-box{
    padding:0 2rem;
    margin-top:0.25rem;
}
.serve-box-item-oneBox .list-box ul{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

    .serve-box-item-oneBox .list-box ul li {
        width: 50%;
        padding: 0.125rem 0;
        font-size: 0.2rem;
        color: #000000;
        line-height:0.3rem;
    }
        .serve-box-item-oneBox .list-box ul li:nth-child(odd) {
            padding-right: 0.6rem;
        }
        .serve-box-item-oneBox .list-box ul li:nth-child(even){
            padding-left:0.6rem;
        }
        .serve-box-item-oneBox .list-box ul li img {
            width: 0.32rem;
        }
        .serve-box-item-oneBox .list-box ul li p {
            display: flex;
            align-items: flex-start;
        }

        .serve-box-item-oneBox .list-box ul li span {
            flex: 1;
            margin-left:0.1rem;
        }
        .serve-box-item-oneBox{
            margin-top:0.4rem;
        }
.serve-box-item-twoBox {
    margin-top: 0.4rem;
    text-align:center;
}
    .serve-box-item-twoBox ul {
        margin:0 auto;
    }

    .serve-box-item-two {
        margin-top: 0.9rem;
    }
        .serve-box-item-two ul{
            position:relative;
            padding-top:0.2rem;
        }
            .serve-box-item-two ul::before {
                content: "";
                display: block;
                width: 0.01rem;
                height: 100%;
                background-color: #376467;
                position:absolute;
                left:47%;
                top:0;
                margin-left:-0.01rem;
            }
            .serve-box-item-two ul li {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding:0.25rem 0;
                position:relative;
            }
                .serve-box-item-two ul li::before {
                    content: "";
                    display: block;
                    width: 30%;
                    height: 0.01rem;
                    background-color: #376467;
                    position:absolute;
                    left:40%;
                    top:0;
                }
                .serve-box-item-two ul li:nth-child(even)::before {
                    left:23%;
                }
                    .serve-box-item-two ul li .left {
                        padding-right: 0.6rem;
                        width: 47%;
                        text-align: right;
                        font-size: 0.2rem;
                        
                    }
                        .serve-box-item-two ul li .left h3 {
                            font-weight: 400;
                        }
                        .serve-box-item-two ul li .right {
                            padding-left: 0.4rem;
                            width: 53%;
                            text-align: left;
                            line-height: 0.25rem;
                            font-size: 0.16rem;
                            color: #000000;
                        }
                .serve-box-item-two ul li .right p{
                    padding-left:0.2rem;
                    position:relative;
                }
                    .serve-box-item-two ul li .right p::before {
                        content: "";
                        display: block;
                        width: 0.1rem;
                        height: 0.1rem;
                        background-color: #376467;
                        border-radius:50%;
                        position:absolute;
                        left:0;
                        top:0.08rem;
                    }
.serve-box-item-three{
    margin-top:0.85rem;
    margin-bottom:0.5rem;
}
.serve-box-item-threeBox {
 /*   max-width: 7.2rem;*/
    margin: 0 auto;
    margin-top: 0.4rem;
}
    .serve-box-item-threeBox ul li{
        cursor:pointer;
        transition:all 0.5s;
        border-radius:0.5rem;
        margin-top:0.1rem;
    }
    .serve-box-item-threeBox ul li .text {
        display: none;
    }
    .serve-box-item-threeBox ul li .top{
        font-size:0.2rem;
        padding:0.05rem 0.2rem;
        border-radius:0.5rem;
        transition:all 0.5s;
    }
        .serve-box-item-threeBox ul li.active:hover {
            box-shadow:none;
        }
        .serve-box-item-threeBox ul li:hover {
            box-shadow: 0 0 0.1rem rgba(0,0,0,.26);
        }
            .serve-box-item-threeBox ul li:hover .top{
                font-weight:400;
            }
            .serve-box-item-threeBox ul li .text {
                padding: 0.05rem 0.2rem;
                font-size: 0.16rem;
                letter-spacing: 0;
                font-weight: 200;
            }
        .serve-box-item-threeBox ul li.active .top{
            font-weight:400;
        }



@media (max-width: 768px) {
    body{
       
    }
    html {
        width: 100vw;
        overflow-x: hidden;
    }
    .containers {
        width: 100%;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        overflow:hidden;
    }
    .containers-two, .containers-three{
        width: 100%;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        overflow: hidden;
    }
    .bx-index-top01 .bx-logo img {
        width:auto;
    }
    .index-title{
        font-size:0.45rem;
    }
        .index-title h3 span {
            line-height: 0.75rem;
        }
    .index-one {
        padding-top: 0.4rem;
    }
    .index-one-bg{
        display:none;

    }
    .index-one-item ul{
        flex-wrap:wrap;
    }
        .index-one-item ul li{
            width:100%;
            padding:0 0.1rem !important;
            margin:0.2rem 0;
        }
           body .index-one-item ul li .icons{
                position:relative !important;
                left:0 !important;
                top:0 !important;
                right:auto;
                bottom:auto;
                transform:translate(0,0) !important;
                background-color:#fff;
                box-shadow:0 0 0.2rem rgba(0,0,0,.16);
                width:1.2rem;
                height:1.2rem;
                margin:0 auto;
            }
            body .index-one-item ul li .text{
                margin-top:0.2rem;
            }
            .index-one-item ul li .icons img {
                width: 0.7rem;
            }
    .index-one-item ul li:nth-child(odd) .text h3 {
        text-align: left;
        
    }
    .index-one-item{
        margin-top:0.4rem;
    }

        .index-one-item ul li .text h3 {
            font-size: 0.4rem;
            text-align: center !important;
        }
        .index-one-item ul li .text p {
            font-size: 0.3rem;
            -webkit-line-clamp: 50;
            line-height: 0.4rem;
            height: auto;
            margin-top:0.2rem;
        }

    .index-two{
        margin-top:0.5rem;
    }

    .index-two-item{
        margin-top:0.5rem;
        padding:0;
    }
        .index-two-item ul li{
            width:50%;
        }
            .index-two-item ul li a {
                padding: 0.3rem 0.25rem;
            }
                .index-two-item ul li a h3{
                    font-size:0.4rem;
                }
                .index-two-item ul li a p {
                    font-size: 0.3rem;
                    line-height: 0.4rem;
                    height: 2.72rem;
                }
                .index-two-item ul li a > span{
                    width:0.5rem;
                    height:0.5rem;
                }
                .index-two-item ul li a span i {
                    background-position: 0.19rem center;
                }
                .index-two-item ul li a > small {
                    line-height: 0.42rem;
                    width: 1.8rem;
                    font-size: 0.3rem;
                }
                .index-three-item ul {
                    margin: 0 -0.2rem;
                    padding:0 0.5rem;
                }
    .index-three-item ul li {
        width: 50%;
        padding: 0 0.3rem;
        margin: 0.125rem 0;
        text-align:center;
    }
        .index-three-item ul li .index-three-list{
            width:2.5rem;
            height:2.5rem;
            margin:0 auto;
        }

            .index-three-item ul li .index-three-list p{
                font-size:0.3rem;
            }
    .idnex-four-swiper-list{
        padding:0 0.5rem;
    }
    .idnex-four-swiper-list{
        font-size:0.25rem;
    }
    .idnex-five-item{
        width:100%;
    }
    .idnex-five-top h3{
        font-size:0.32rem;
    }
    .idnex-five-bottom{
        font-size:0.28rem;
        margin-top:0.2rem;
    }
    .idnex-five-item ul li {
        margin-top: 0.2rem;
        padding: 0.2rem 0.4rem;
    }
    .idnex-five-top i{
        font-size:0.25rem;
    }
    .index-six{
        margin:1rem 0;
        margin-top:0.5rem;
    }

    .index-six-left .botttom a{
        font-size:0.32rem;
        width:auto;
    }
    .index-six-item {
        display: block;
    }
        .index-six-item .index-six-left{
            width:100%;
        }
    .index-six-left > h3 {
        margin: 0 auto;
        line-height: 0.75rem;
        font-size: 0.45rem;
        width:100%;
        text-align:center;
    }
        .index-six-left > h3 br {
            display: none;
           
        }
    .index-six-left .botttom{
        text-align:center;
        margin-top:0.2rem;
    }
    .index-six-right .swiper-container .swiper-slide{
        width:4rem;
    }
    .index-six-right .index-six-list h3{
        font-size:0.32rem;
        line-height:0.4rem;
        height:0.8rem;
    }
    .index-six-right .index-six-list p{
        font-size:0.28rem;
        line-height:0.35rem;
        height:1.75rem;
    }
    .index-six-item .index-six-right{
        width:100%;
        margin-top:0.2rem;
    }
    .footer {
        background-size: 200% 2.1rem;
        background-position: center -0.01rem;
    }
    .footer-item{
        display:block;
    }
        .footer-item .footer-left {
            width: 3.27rem;
            margin-top: 0.1rem;
        }
        .footer-item .footer-right{
            width:100%;
        }
            .footer-item .footer-right ul{
                flex-direction:column;
            }
            .footer-item .footer-right ul li {
                display: none;
            }
                .footer-item .footer-right ul li:nth-last-child(1), .footer-item .footer-right ul li:nth-last-child(2) {
                    display: block;
                    width: 100%;
                    margin-left: 0;
                    margin-top: 0.5rem;
                }
                .footer-item .footer-right ul li .footer-right-box a, .footer-item .footer-right ul li .footer-right-box p{
                    font-size:0.3rem;
                    line-height:0.4rem;
                    text-align:center;
                }
                .footer-item .footer-right ul li > h3{
                    font-size:0.4rem;
                    text-align:center;
                }
    .footer-bottom {
        font-size: 0.28rem;
        color: #fff;
        padding: 0.2rem 0;
    }
        .footer-bottom a{
            font-size:0.28rem;
        }
    .about, .news, .time, .serve, .contactUs {
        margin-top: 0;
    }
    .about-item-box{
        font-size:0.3rem;
    }
        .about-item-box p &nbsp{
            display:none;
        }
        .about-item-box h3 {
            font-size: 0.4rem;
        }

    .serve-search {
        margin-top: 0.5rem;
        padding-left: 0;
    }
    .serve-search-input{
        width:6rem;
        margin:0 auto;
        padding-right:1.6rem;
        padding-left:0.7rem;
    }
        .serve-search-input input {
            height: 0.7rem;
        }
        .serve-search-input span{
            width:1.6rem;
            line-height:0.7rem;
            font-size:0.32rem;
        }
        .serve-search-input img {
            width: 0.4rem;
            left: 0.2rem;
            top: 0.15rem;
        }
    .serve-search-item{
        display:block;
    }
        .serve-search-item .right{
            width:100%;
            margin-top:0.25rem;
            padding-left:0;
        }
        .serve-search-item .left{
            width:100%;
            height:auto;
            max-height:4rem;
        }
            .serve-search-item .left ul li a {
                font-size: 0.34rem;
                line-height: 0.6rem;
            }
        .serve-search-item .right .text{
            font-size:0.28rem;
        }
    .serve-box-nav{
        padding:0 0.1rem;
        overflow-x:auto;
    }
        .serve-box-nav ul{
            display:block;
            width:max-content;
        }
        .serve-box-nav ul li {
            padding: 0.25rem 0;
            font-size: 0.32rem;
            margin: 0 0.2rem;
            display:inline-block;
        }
            .serve-box-nav ul li p img{
                width:0.32rem;
            }
    .serve-box-item-one .title, .serve-box-item-two .title, .serve-box-item-three .title{
        font-size:0.45rem;
    }
    .serve-box-item-oneBox .text{
        font-size:0.32rem;
    }
    .serve-box-item-oneBox .list-box{
        padding:0;
    }
        .serve-box-item-oneBox .list-box ul li{
            width:100%;
            padding:0 !important;
            font-size:0.32rem;
            margin:0.1rem 0;
        }
         
            .serve-box-item-oneBox .list-box ul li img {
                width: 0.45rem;
            }
           
            .serve-box-item-twoBox ul {
                width: 100%;
            }
    .serve-box-item-two ul li .left{
        font-size:0.32rem;
    }
    .serve-box-item-two ul li .right {
        line-height: 0.35rem;
        font-size: 0.26rem;
    }
    .serve-box-item-threeBox ul li .top {
        font-size: 0.32rem;
        padding: 0.05rem 0.35rem;
    }
    .serve-box-item-threeBox ul li .text {
        font-size: 0.28rem;
        padding: 0.05rem 0.35rem;
    }
    .serve-box-item-threeBox ul li{
        margin-top:0.05rem;
    }
    .time-item-box ul{
        margin:0 -0.1rem
    }
    .time-item-box ul li {
        width: 50%;
        padding: 0 0.1rem;
        margin-top: 0.25rem;
    }
    .time-item-box{
        margin-top:0.35rem;

    }
    .time-list .text h3{
        font-size:0.32rem;
    }
    .time-list .text p{
        font-size:0.28rem;

    }
    .time-list .text{
        padding:0.1rem 0;
    }
    .time-detail{
        margin-top:0.7rem;
        flex-direction:column;
    }
        .time-detail .left{
            width:5rem;
            margin:0 auto;
        }
        .time-detail .right{
            width:100%;
            padding-left:0;
            margin-top:0.4rem;
            font-size:0.3rem;
        }
            .time-detail .right .detail-right-top{
            }
                .time-detail .right .detail-right-top .detail-right-text{
                    width:100%;
                    margin-top:0.2rem;
                    display:block;
                }
                    .time-detail .right .detail-right-top .detail-right-text h3, .detail-right-bottom h3 {
                        width: 100%;
                        margin-bottom: 0.2rem;
                        font-size: 0.4rem;
                    }
                    .time-detail .right .detail-right-top .detail-right-text p, .detail-right-bottom {
                        font-size: 0.3rem;
                        line-height:0.45rem
                    }
                    .time-detail .right h3 {
                        font-size: 0.4rem;
                    }
        .time-detail .left .text h3{
            font-size:0.32rem;
        }
        .time-detail .left .text p span{
            font-size:0.28rem;
        }
            .time-detail .left .text p span{
                padding-left:0.25rem;
            }
            .time-detail .left .text p span::before {
                width: 0.15rem;
                height: 0.15rem;
                top:0.15rem;
            }
        .time-detail .left .text a{
            font-size:0.32rem;
        }
            .time-detail .left .text a img{
                width:0.35rem;
            }

    .News {
        padding: 0.6rem 0;
    }

    .News-list .News-right h3 {
        font-size: 0.32rem;
        margin-bottom: 0.2rem;
    }

    .News-list .News-right {
        padding-left: 0.2rem;
    }

        .News-list .News-right p {
            font-size: 0.28rem;
            line-height: 0.4rem;
            height: 0.8rem;
        }
    .News-list .News-left h3{
        font-size:0.28rem;
    }
    .news-item-box{
        margin-top:0.5rem;
    }
    .newsdetail-item{
        margin-top:0.7rem;

    }
    .NewsDetail001 {
        padding: 0 0.3rem;
        padding-top: 0.45rem;
        padding-bottom: 1rem;
    }
        .NewsDetail001 .NewsDetail001-title .tit_bar{
            margin:0.2rem;
        }
        .NewsDetail001 .NewsDetail001-title h3{
            font-size:0.38rem;
        }
        .NewsDetail001 .NewsDetail001-title .tit_bar .text {
            margin: 0 0.2rem;
            letter-spacing: 0;
            font-size: 0.3rem;
        }
            .NewsDetail001 .NewsDetail001-title .tit_bar .text img{
                width:0.3rem;
            }
    .NewsDetail001-item{
        font-size:0.3rem;
        line-height:0.5rem;
    }
    .contactUs-item{
        flex-direction:column-reverse;
        margin-top:0.1rem;
    }
        .contactUs-item .right{
            margin-top:0.4rem;
        }
        .contactUs-item .left, .contactUs-item .right {
            width: 100%;
            padding: 0;
        }
            .contactUs-item .right .logo {
                width: 3.2rem;
            }
            .contactUs-item .right .contactUs-text p {
                font-size: 0.34rem;
            }
                .contactUs-item .right .contactUs-text p img{
                    width:0.45rem;
                }
    .contactUs-input span{
        font-size:0.35rem;
    }
    .contactUs-input input{
        height:0.7rem;
        font-size:0.3rem;
        padding:0 0.23rem;
    }
    .contactUs-input textarea {
        font-size: 0.3rem;
        padding: 0.1rem 0.23rem;
        height:3rem;
    }
    .contactUs-item .left .but{
        width:2.2rem;
        font-size:0.32rem;
        line-height:0.8rem;
        margin:0 auto;
        float:none;
    }
    .banner .img2 {
        position: absolute;
        left: 50%;
        top: 1rem;
        transform: translate(-50%,0);
        width: 2.2rem;
    }
}

 .messager-content .messager-text{
    font-size:0.2rem;
    line-height:0.6rem;
    padding:0 0.2rem;
}
.messagers-holder .messager{
    border-radius:0.5rem;
}
.messager-actions > .action.close, .messager-actions .action .action-icon {
    font-size: 0.32rem;
    line-height:0.6rem;
    padding:0 15px;
    display:inline-block;
}
.messager-actions > .action.close {
    width: 100%;
    height: 100%;
    display: inline-block;
    line-height: 0.58rem !important;
    padding-right:0.2rem;
}
.messager-content{
    padding:0 !important;
}