.slide-banner a {
    display: block;
    position: relative;;
}

.slide-banner a .ani {
    position: absolute;
    top: 0;
    right: 15%;
    z-index: 2;
    width: 8.29rem;
    bottom: 0;
    pointer-events: none
}

.slide-banner a .ani:before {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 200%;
    background: url(../images/line.png) repeat-y top center;
    background-size: 100% auto;
    animation: move 10s linear infinite
}

.slide-banner .swiper-pagination {
    bottom: .35rem
}

.slide-banner .swiper-pagination-bullet {
    opacity: 1;
    transition: .3s
}

.slide-banner .swiper-pagination-bullet-active {
    width: .4rem;
    opacity: .5
}

@keyframes move {
    0% {
        top: -100%;
    }
    100% {
        top: 0;
    }
}

@media screen and (max-width: 1080px) {
    .slide-banner a .ani {
        width: 60%;
        right: 5%
    }
}
.card-img{
    background-repeat: no-repeat;
}
.card-img1{
    background-image: url("../images/zhhq/img1.png");
    background-position: 281px 100px;
    background-size: 37%;
}
.card-img2{
    background-image: url("../images/zhhq/img2.png");
    background-position: 281px 100px;
    background-size: 34%;
}
.card-img3{
    background-image: url("../images/zhhq/img3.png");
    background-position: 281px 100px;
    background-size: 37%;
}
.dynamic-contain h3 span{
    border-bottom: none;
    font-weight: 600;
}
.zxbtn a {
    background: #ff6600;
    color: #fff;
    display: block;;
    width: 1.2rem;
    height: .38rem;
    border-radius: .05rem;
    text-align: center;
    line-height: .38rem;
    transition: .3s;
    position: absolute;
    bottom: 40px;
}

.zxbtn a:hover {
    letter-spacing: .1em
}

.intit {
    margin-bottom: .85rem
}

.intit h3 {
    font-size: .4rem;
    font-weight: bold;
    color: #333333
}

.homea {
    background-size: 100% 100%;
    min-height: 300px;
    position: relative;
    z-index: 5;
    margin-top: -.25rem;
    padding: 1rem 0 0.6rem;
    background-image: url("../images/zhhq/bg1.png");
    background-position: 298px 100px;
}
.homeb {
    background-size: 100% 100%;
    min-height: 300px;
    position: relative;
    z-index: 5;
    margin-top: -.25rem;
    padding: 1rem 0 0.6rem;
    background-image: url("../images/zhhq/bg2.png");
    background-position: 298px 100px;
}

.homea .intit {
    margin-bottom: 0
}

.homea .wp {
    max-width: 1640px;
    margin: 0 auto;
    width: 90%;
}

.homea .slide-pro {
    padding: .5rem 0 1.4rem;
    position: relative;
    margin-top: -150px;
}

.homea .slide-pro .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 4.7rem;
    height: 3rem;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    top: 1.2rem;
    transition: .5s
}

.homea .slide-pro .swiper-slide .item {
  /*  filter: blur(3px);
    opacity: .8;*/
    padding: .45rem;
    height: 100%;
}
.homea .slide-pro .swiper-slide .item .ico {
    margin-bottom: .1rem;
    width: .7rem;
    height: .7rem
}

.homea .slide-pro .swiper-slide .item h4 {
    font-size: .26rem;
    margin-bottom: .1rem;
    font-weight: bold;
}
.homea .slide-pro .swiper-slide .item .item-span{
    font-size: 15px;
    line-height: 1.8em;
    min-height: .84rem;
    width: 246px;
    display: block;
}
.homea .slide-pro .swiper-slide .item p {
    font-size: .16rem;
    color: #666;
    margin-bottom: .2rem;
    line-height: 1.8em;
    min-height: .84rem
}

.homea .slide-pro .swiper-slide.swiper-slide-prev {
    top: .7rem;
}

.homea .slide-pro .swiper-slide.swiper-slide-next {
    top: .7rem;
}

.homea .slide-pro .swiper-slide.swiper-slide-active {
    top: 0
}

.homea .slide-pro .swiper-slide.swiper-slide-prev .item {
    opacity: .9
}

.homea .slide-pro .swiper-slide.swiper-slide-next .item {
    filter: blur(1.5px);
    opacity: .9
}

.homea .slide-pro .swiper-slide.swiper-slide-active .item {
    filter: blur(0);
    height:100%;
}

.homea .swiper-pagination-bullet {
    background: #000
}

.homea .swiper-pagination-bullet-active {
    background: #f60
}

.homea .swiper-pagination-bullets {
    bottom: 0;
    display: none
}

.homea .slide-pro.iefix .swiper-slide {
    transform: scale(.85);
    transition: none;
    top: .7rem;
}

.homea .slide-pro.iefix .swiper-slide.swiper-slide-prev {
    top: .5rem;
}

.homea .slide-pro.iefix .swiper-slide.swiper-slide-next {
    top: .5rem;
}

.homea .slide-pro.iefix .swiper-slide.swiper-slide-active {
    transform: scale(1);
    top: 0
}

.homea .ssbtn {
    position: absolute;
    bottom: 0;
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    /*border: 2px solid #ddd;*/
    text-align: center;
    line-height: .46rem;
    cursor: pointer;
    font-size: .2rem;
    color: #ddd;
    transition: .3s
}

.homea .ssbtn.prev {
    left: 46%
}

.homea .ssbtn.next {
    right: 43%
}

.homea .ssbtn:hover {
    color: #f60;
    border: 2px solid #f60
}

.homeb {
    background: url(../images/bgb.jpg) no-repeat center;
    background-size: cover;
    min-height: 500px;
    position: relative;
    z-index: 1;
    margin-top: -.25rem;
    padding: 1rem 0 1.3rem;
    position: relative;
    overflow: hidden;
}

.homeb #lizi {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.homeb #lizi canvas {
    position: absolute;
    left: 0;
    bottom: -45%;
    right: 0;
    z-index: 0;
    opacity: 0.7;
}

.homeb .wp {
    max-width: 1300px;
    position: relative;
    z-index: 3
}

.homeb .slide-sol {
    max-width: 1020px;
    box-shadow: 0 0.05rem 0.3rem rgba(0, 0, 0, .1);
    border-radius: .05rem;
    width: calc(100% - 2.6rem);
}

.homeb .slide-solt {
    position: absolute;
    left: 0;
    top: 20%;
    z-index: 5;
    width: 50%;
    max-width: 2.6rem
}

.homeb .slide-solt .swiper-slide.swiper-slide-active {
    z-index: 99
}

.homeb .slide-solt .item h4 {
    color: #1769ae;
    font-size: .35rem;
    font-weight: bold;
    margin-bottom: .2rem
}

.homeb .slide-solt .item p {
    color: #697070;
    font-size: 0.15rem;
    margin-bottom: .4rem;
    line-height: 1.8em;
    font-weight: 500;
}

.homeb .slide-solt .item .zxbtn a {
    width: 1rem;
    height: .35rem;
    line-height: .35rem;
    font-size: .14rem;
}

.homeb .tabnav {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.homeb .tabnav li {
    padding: .3rem 0;
    display: flex;
    position: relative;
    line-height: .28rem;
    cursor: pointer;
}

.homeb .tabnav li:first-child:before {
    display: none
}

.homeb .tabnav li:last-child:after {
    display: none
}

.homeb .tabnav li:before {
    display: block;
    width: 1px;
    height: .25rem;
    background: #1769ae;
    top: -.05rem;
    left: .13rem;
    content: '';
    position: absolute
}

.homeb .tabnav li:after {
    display: block;
    width: 1px;
    height: .25rem;
    background: #1769ae;
    bottom: -.05rem;
    left: .13rem;
    content: '';
    position: absolute
}

.homeb .tabnav li i {
    display: block;
    width: .28rem;
    height: .28rem;
    border-radius: 50%;
    border: 1px solid #1769ae;
    position: relative;
    margin-right: .1rem
}

.homeb .tabnav li i:before {
    display: block;
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    background: #1769ae;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    content: '';
    position: absolute
}

.homeb .tabnav li.on span {
    font-weight: bold;
    color: #ff6600
}

.homeb .tabnav li.on i {
    border: 1px solid #ff6600;
}

.homeb .tabnav li.on i:before {
    background: #ff6600;
}

.homec {
    background: url(../images/bgd.png) no-repeat top center;
    background-size: 100% auto;
    min-height: 500px;
    position: relative;
    z-index: 4;
    margin-top: -.25rem;
    padding: 1rem 0 4rem;
    position: relative;
    overflow: hidden;
}

.homec .intit h4 span {
    background: url(../images/tbg.png) no-repeat;
    background-size: cover;
    background-origin: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: .7rem;
    font-weight: bold;
    color: #054fd6 \0;
    background: none \0
}

.homec .intit h4 {
    margin-bottom: .1rem;
    font-size: .6rem
}

.homed {
    margin-top: -3rem;
    position: relative;
    z-index: 4
}

.homed .wp {
    max-width: 1400px
}

.homed .intit {
    margin-bottom: 1rem
}

.homed .slide-userp {
    width: calc(100% - 1.7rem);
    position: relative;
    margin: 0 auto
}

.homed .slide-user {
    border-radius: .1rem;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
}

.homed .slide-userp:before {
    content: '';
    padding-top: .6rem; /*background: url(../images/shadow.png) no-repeat top center;*/
    background-size: 100% auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -.6rem;
    height: 100%;
    z-index: 0
}

.homed .swiper-slide {
    padding: .85rem .65rem;
    background: #e0edfa;
}

.homed .swiper-slide .item {
    transform: scale(0);
    transition: all 1.3s;
    -webkit-transition: all 1.3s;
    opacity: 0;
}

.homed .swiper-slide-active .item {
    transform: scale(1.0);
    opacity: 1;
}

/*.homed .item{padding: .85rem  .65rem;background: #e0edfa;}*/
.homed .item .pic {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    position: relative;
}

.homed .item .pic:before {
    width: 1.76rem;
    height: 1.76rem;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.88rem;
    margin-top: -.88rem;
    background: #f29e69;
    z-index: 2;
    content: ''
}

.homed .item .pic:after {
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.95rem;
    margin-top: -.95rem;
    background: #eac5af;
    z-index: 1;
    content: ''
}

.homed .item .pic span {
    border-radius: 50%;
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%
}

.homed .item .txt {
    width: calc(100% - 2.2rem)
}

.homed .item .txt h4 {
    font-size: .26rem;
    font-weight: bold;
    margin-bottom: .1rem
}

.homed .item .txt h4 span {
    font-size: .18rem;
    display: inline-block;
    margin-left: .2rem
}

.homed .item .txt p {
    font-size: .17rem;
    margin-bottom: .2rem;
    line-height: 1.7em;
    color: #555
}

.homed .item .txt .pybtn a i {
    color: #f60;
    font-size: .24rem;
    margin-right: .1rem;
    vertical-align: -.04rem
}

.homed .item .txt .pybtn a:hover {
    color: #f60;
}

.homed .ssbtn {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    border: 2px solid #ddd;
    text-align: center;
    line-height: .46rem;
    cursor: pointer;
    font-size: .2rem;
    color: #ddd;
    transition: .3s
}

.homed .ssbtn.prev {
    left: 0
}

.homed .ssbtn.next {
    right: 0
}

.homed .ssbtn:hover {
    color: #f60;
    border: 2px solid #f60
}


.homee {
    background: url(../images/bgc.png) no-repeat bottom center;
    background-size: cover;
    min-height: 500px;
    position: relative;
    z-index: 3;
    margin-top: -1.4rem;
    padding: 2.15rem 0 1rem;
    position: relative;
    overflow: hidden;
}

.homee .in-nlist li {
    width: 32%;
    margin-bottom: .25rem;
    background: #fff;
    transition: .3s
}

.homee .in-nlist li:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2)
}

/*.homee .in-nlist li:nth-child(1){width:66% }
.homee .in-nlist li:nth-child(1) .pic{height: 3.38rem }
.homee .in-nlist li:nth-child(1) .txt h4{margin-bottom: .12rem }
.homee .in-nlist li:nth-child(1) .txt p{line-height: 1.6em;color: #888;height: .76rem\0 }
.homee .in-nlist li:nth-child(2){background: #e0edfa }
.homee .in-nlist li:nth-child(2) .txt{background: #e0edfa }
.homee .in-nlist li:nth-child(2) .txt h4{margin-bottom: .12rem}
.homee .in-nlist li:nth-child(2) .txt h4 a{display: block\0;height: .61rem\0}
.homee .in-nlist li:nth-child(2) .txt p{line-height: 1.6em;color: #888;height: 1.01rem\0}
.homee .in-nlist li:nth-child(2) .pic{height: 2.8rem }*/

.homee .in-nlist li .pic {
    height: 1.66rem;
}

.homee .in-nlist li .txt {
    background: #fff;
    padding: .25rem .3rem .3rem
}

.homee .in-nlist li .txt h4 {
    font-size: .22rem;
    line-height: 1.4em
}

.homee .in-nlist li .txt h4 a {
    display: block \0;
    height: .61rem \0
}


.homef {
    background: url(../images/bgd.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-top: -.35rem;
    padding: 1rem 0;
    position: relative;
    overflow: hidden;
}

.homef .txt {
    font-size: .4rem;
    color: #fff;
    font-weight: bold;
}

.homef .zxbtn a {
    width: 1.4rem;
    font-size: .17rem;
    height: .42rem;
    line-height: .42rem
}

@keyframes sca {
    0% {
        transform: scaleX(1);
    }
    65% {
        transform: scale3d(1.06, 1.06, 1.06);
    }
    100% {
        transform: scaleX(1);
    }
}

.homec .picp {
    background: url(../images/brand.png) no-repeat center;
    background-size: 100% auto;
    max-width: 1920px;
    margin: 0 auto
}

.homec .picM {
    display: none;
}

.homec .pic {
    height: 6rem;
    position: relative;
    max-width: 10.5rem;
    margin: 0 auto;
    width: 90%;
}

/* .homec .pic img{position: absolute;animation: sca 2s linear infinite;pointer-events: none;} */
.homec .pic img {
    position: absolute;
}

.homec .pic img.abc {
    animation: sca 2s linear infinite;
    position: absolute;
}

.homec .pic .img1 {
    width: 1.12rem;
    height: .88rem;
    left: 0;
    top: .75rem;
    animation-duration: 5s !important;
    z-index: 14;
    opacity: .8;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.homec .pic .img2 {
    width: 1.14rem;
    height: .92rem;
    left: 1.5rem;
    top: .25rem;
    animation-duration: 5.4s !important;
    z-index: 14;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.homec .pic .img3 {
    width: 1.1rem;
    height: .85rem;
    left: 3.4rem;
    top: 0;
    animation-duration: 5.1s !important;
    z-index: 14;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.homec .pic .img4 {
    width: 2.29rem;
    height: 1.83rem;
    left: 3.8rem;
    top: .4rem;
    animation-duration: 5.6s !important;
    z-index: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.homec .pic .img5 {
    width: 2.47rem;
    height: 1.66rem;
    right: 1.88rem;
    top: .3rem;
    animation-duration: 4.6s !important;
    z-index: 14;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.homec .pic .img6 {
    width: 2.09rem;
    height: 1.64rem;
    left: 1.1rem;
    top: 1.5rem;
    animation-duration: 4.8s !important;
    z-index: 14;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.homec .pic .img7 {
    width: 1.45rem;
    height: 1.13rem;
    left: 4.2rem;
    top: 1.8rem;
    animation-duration: 4.9s !important;
    z-index: 14;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.homec .pic .img8 {
    width: .75rem;
    height: .59rem;
    left: 6rem;
    top: 2.5rem;
    animation-duration: 5.4s !important;
    z-index: 14;
    opacity: .6;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.homec .pic .img9 {
    width: 2.62rem;
    height: 2.11rem;
    right: .65rem;
    top: 1.45rem;
    animation-duration: 5.3s !important;
    z-index: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.homec .pic .img10 {
    width: 1.25rem;
    height: .99rem;
    right: 0;
    top: 2.65rem;
    animation-duration: 5.2s !important;
    z-index: 14;
    opacity: .6;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.homec .pic .img11 {
    width: 1.12rem;
    height: .88rem;
    left: .7rem;
    bottom: 1.4rem;
    animation-duration: 5.1s !important;
    z-index: 14;
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.homec .pic .img12 {
    width: 2.89rem;
    height: 2.27rem;
    left: 2.55rem;
    bottom: 1.45rem;
    animation-duration: 4.8s !important;
    z-index: 0;
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.homec .pic .img13 {
    width: 1.58rem;
    height: 1.26rem;
    right: 2.08rem;
    bottom: 1.44rem;
    animation-duration: 5.5s !important;
    z-index: 14;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.homec .pic .img14 {
    width: 1.39rem;
    height: 1.05rem;
    left: 2.2rem;
    bottom: .7rem;
    animation-duration: 5.6s !important;
    z-index: 14;
    opacity: .9;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.homec .pic .img15 {
    width: 2.68rem;
    height: 1.93rem;
    right: 2.58rem;
    bottom: 0rem;
    animation-duration: 5.4s !important;
    z-index: 14;
    transition: all .3s;
    -webkit-transition: all .3s;
}

@media screen and (max-width: 768px) {
    .homec .intit {
        margin-bottom: 0
    }

    .homec .pic {
        transform: scale(.8)
    }

    .homec {
        padding-bottom: 3.2rem
    }

    .homec .picp {
        display: none;
    }

    .homec .picM {
        display: block;
        padding: .8rem 0;
    }

    .homec .picM img {
        width: auto;
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    @keyframes sca {
        0% {
            transform: scale3d(.6, .6, .6);
        }
        65% {
            transform: scale3d(.65, .65, .65);
        }
        100% {
            transform: scale3d(.6, .6, .6);
        }
    }
    .homec .intit {
        margin-bottom: .4rem
    }

    .homec .pic {
        transform: scale(1)
    }

    .homec .pic .img1 {
        left: 0;
        top: .65rem;
    }

    .homec .pic .img2 {
        left: 2.5rem;
        top: .25rem;
    }

    .homec .pic .img3 {
        left: 1.4rem;
        top: 0;
    }

    .homec .pic .img4 {
        left: 2.8rem;
        top: .4rem;
    }

    .homec .pic .img5 {
        right: 1.88rem;
        top: .5rem;
    }

    .homec .pic .img6 {
        left: .1rem;
        top: 1.6rem;
    }

    .homec .pic .img7 {
        left: auto;
        top: 1.8rem;
        right: 0
    }

    .homec .pic .img8 {
        left: 2.4rem;
        top: 2.5rem;
    }

    .homec .pic .img9 {
        right: .65rem;
        top: 1.15rem;
    }

    .homec .pic .img10 {
        right: 0;
        top: 2.65rem;
    }

    .homec .pic .img11 {
        left: .2rem;
        bottom: 2.1rem;
    }

    .homec .pic .img12 {
        left: 2.55rem;
        bottom: 1.45rem;
    }

    .homec .pic .img13 {
        right: 2.08rem;
        bottom: 2.14rem;
    }

    .homec .pic .img14 {
        left: 3rem;
        bottom: .9rem;
    }

    .homec .pic .img15 {
        right: 1.58rem;
        bottom: .5rem;
    }
}


@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 980px) {
    .intit h3 {
        font-size: .32rem
    }

    .homef .txt {
        font-size: .32rem
    }

    .homea {
        background-size: auto 100%
    }

    .homea .wp {
        width: 100%
    }

    .homea .ssbtn {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .homeb .tabnav {
        position: static;
        width: 100%;
        order: 3;
        flex-direction: inherit;
        margin-top: .3rem
    }

    .homeb .tabnav li {
        display: block;
        text-align: center;
        padding: 0 .2rem;
        width: 100px
    }

    .homeb .tabnav li:after {
        height: 1px;
        width: .2rem;
        top: .13rem;;
        left: 0;
        bottom: auto
    }

    .homeb .tabnav li:before {
        height: 1px;
        width: .2rem;
        top: .13rem;
        left: auto;
        right: 0
    }

    .homeb .tabnav li:first-child:before {
        display: block;
    }

    .homeb .tabnav li:first-child:after {
        display: none;
    }

    .homeb .tabnav li:last-child:after {
        display: block;
    }

    .homeb .tabnav li:last-child:before {
        display: none;
    }

    .homeb .tabnav li i {
        margin: 0 auto
    }

    .homeb .tabnav li span {
        display: block;
        margin-top: .1rem;
        font-size: .18rem
    }

    .homeb .slide-solt {
        position: static;
        width: 100%;
        max-width: inherit;
        order: 2
    }

    .homeb .slide-solt .item {
        text-align: center
    }

    .homeb .slide-solt .item h4 {
        font-size: .28rem
    }

    .homeb .slide-solt .item p {
        margin-bottom: .2rem
    }

    .homeb .slide-solt .item .zxbtn a {
        margin: 0 auto
    }

    .homeb .slide-sol {
        width: 100%;
        max-width: inherit;
        order: 1;
        margin-bottom: .3rem
    }

    .homed .slide-userp {
        padding-bottom: .4rem;
        width: 100%
    }

    .homed .ssbtn {
        display: none
    }

    .homed .swiper-pagination-bullet {
        background: #000;
        margin: 0 5px
    }

    .homed .swiper-pagination-bullet-active {
        background: #f60
    }

    .homed .swiper-pagination-bullets {
        bottom: 0;
        text-align: center;
        width: 100%
    }

    .homed .item .pic {
        margin: 0 auto;
        margin-bottom: .5rem
    }

    .homed .intit {
        margin-bottom: .7rem
    }

    .homed .item {
        padding: .7rem .5rem .5rem
    }

    .homed .slide-userp:before {
        top: -.3rem;
    }

    .homed .item .txt {
        width: 100%
    }
}

@media screen and (max-width: 640px) {
    .homea {
        background-size: auto 100%;
        padding: .8rem 0 1rem
    }

    .homee {
        background-size: auto 100%;
    }

    .homef {
        padding: .6rem 0;
        text-align: center
    }

    .homea .slide-pro .swiper-slide {
        width: 3.8rem
    }

    .homea .swiper-pagination-bullets {
        display: block;
    }

    .homec .intit h4 span {
        font-size: .45rem
    }

    .homec .intit h4 {
        font-size: .35rem
    }

    .homee .in-nlist li:nth-child(1) {
        width: 100%
    }

    .homee .in-nlist li:nth-child(2) {
        width: 100%
    }

    .homee .in-nlist li:nth-child(1) .pic {
        height: 40vw
    }

    .homee .in-nlist li:nth-child(2) .pic {
        height: 40vw
    }

    .homee .in-nlist li {
        width: 100%
    }

    .homee .in-nlist li .pic {
        height: 40vw
    }

    .homef .txt {
        width: 100%;
        margin-bottom: .3rem
    }

    .homef .zxbtn {
        width: 100%
    }

    .homef .zxbtn a {
        margin: 0 auto
    }
}

@media screen and (max-width: 360px) {
    .homea .slide-pro .swiper-slide {
        width: 3.5rem
    }

    .homeb .tabnav li {
        padding: 0 .1rem
    }
}

/*2021.11.11*/


/*2021.11.11*/

.codeimg {
    width: 114px;
    height: 114px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -57px;
    top: calc(230px / 2 * -1 - 15px);
    box-shadow: 0 10px 18px 2px rgba(0, 0, 0, .5);
    z-index: 10;

    justify-content: center;
    align-items: center;
    display: none;
}

.codeimg::after {
    content: '';
    position: absolute;
    left: 50%;
    border-left: 8px transparent solid;
    border-right: 8px transparent solid;
    border-top: 8px #fff solid;
    bottom: -8px;
    margin-left: -8px;
}

.codeimg img {
    max-width: 100%;
    max-height: 100%;
}

.ul-fdshare li:hover .codeimg {
    display: flex;
}

.ul-fdshare li {
    float: left;
    margin: 0 10px;
    position: relative;
}

.nyJoinc .getJob p {
    width: calc(99% - 2.5rem) !important;
}

.nyJoinc .getJob a {
    padding: 0 !important;
    border: 0px solid #fff !important;
}


.sub {
    background: rgb(23 105 174 / 0.75);
    position: absolute;
    left: 50%;
    margin-left: -90px;
    PADDING: 0 15PX;
    WIDTH: auto;
    TOP: 42px;
    min-width: 180px;
    display: none;
}

/* .sub .wl{margin-top: 5px; background: rgb(0 106 173 / 80%);} */
.sub a {
    font-size: 14px;
    text-align: center;
    border-bottom: 1px dashed rgb(255 255 255 / 0.2);
    line-height: 0.4rem;
}

.header .hd-nav li {
    height: 40px;
    cursor: pointer;
}

.header .hd-nav li:hover .sub {
    display: block;
}

.header .hd-nav li:before {
    z-index: 1;
}

#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 9999;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;;
    z-index: -1
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../images/bro.png) no-repeat 0 0
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) no-repeat 0 -100px
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) no-repeat 0 -200px
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/bro.png) no-repeat 0 -300px
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    background-size: 100% 100%;
    z-index: 999;
}

html {
    font-size: 100px;
}

.spnum {
    font-family: 'din';
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/*body {
    margin: 0;
    position: relative;
    overflow-x: hidden;
    font-size: .16rem;
    font-family: 'georgia', "Microsoft YaHei", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;
}*/

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-weight: normal;
}

ol, ul {
    list-style: none
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    color: #222;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
    text-decoration: none
}


abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}


address, cite, dfn, em, var, i {
    font-style: normal;
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    border: none;
    border-top: 2px solid #f4f3f2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

:focus {
    outline: 0
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible;
    border: none
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal;
    -webkit-appearance: none
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}


.none {
    display: none
}

.check:checked, .check:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.check:checked + label, .check:not(:checked) + label {
    position: relative;
    display: inline-block;
    height: 14px;
    font-size: 14px;
    cursor: pointer;
    padding-left: 20px;
}

.check + label:after, .check + label:before {
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 0;
    width: 16px;
    height: 13px;
    border-radius: 3px;
    content: '';
    background: #000
}

.check:checked + label:after {
    background: #ca140d
}

.radio:checked + label, .radio:not(:checked) + label {
    position: relative;
    display: inline-block;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    padding-left: 20px
}

.radio + label:after, .radio + label:before {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    content: ''
}

.radio:not(:checked) + label:after, .radio:not(:checked) + label:before {
    border: 1px solid #888
}

.radio:checked, .radio:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.radio:checked + label:before {
    border: 1px solid #d9a65c
}

.radio:checked + label:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d9a65c;
    top: 3px;
    left: 4px
}

::-webkit-input-placeholder {
    color: #999;
    opacity: .54
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

:-ms-input-placeholder {
    color: #999
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    content: "."
}

.l {
    float: left
}

.r {
    float: right
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}

.bor {
    border: 1px dashed #999
}

.poab {
    position: absolute
}

.pore {
    position: relative
}

.texto a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.eclip {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.imgInline {
    display: inline-block !important;
    vertical-align: middle
}

.imgMargin {
    margin: 0 auto
}

.imgW100 {
    width: 100%
}

.text-r {
    text-align: right
}

.text-m {
    text-align: center
}

.text-bold {
    font-weight: 700;
}

.text-light {
    font-weight: 100;
}

.text-up {
    text-transform: uppercase;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.flex-left {
    display: flex;
    flex-wrap: wrap
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.flex-v-center {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center; /* margin:0 auto; */
}

.flex-v {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-v-bottom {
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: left;
}

.trans {
    transition: all .5s
}

.trans-mask {
    display: block;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    position: relative;
}

.trans-mask img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.trans-mask:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.bg-mask .pic {
    overflow: hidden;
}

.bg-mask .pic .a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.bgimg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ablink {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(255, 255, 255, 0);
}

.wp {
    width: 90%;
    margin: 0 auto;
    max-width: 1600px
}

.wp1 {
    width: 90%;
    margin: 0 auto;
    max-width: 1220px
}

.greybg {
    background: #f2f2f2
}

.textup {
    text-transform: uppercase
}

.co {
    color: #bd2323
}

.co-fff {
    color: #fff !important
}

.fixdbody {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.m-show {
    display: none
}

.filter-page {
    filter: blur(5px);
}

@media screen and (max-width: 980px) {
    .pc-show {
        display: none
    }

    .m-show {
        display: block
    }
}

.titline_w {
    position: relative;
    background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s
}

.titlin_w:hover .titline_w {
    background-size: 100% 1px
}

.titline_w:hover {
    background-size: 100% 1px
}

.titline_y {
    position: relative;
    background-image: linear-gradient(#eb8e08, #eb8e08);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s
}

.titlin_y:hover .titline_y {
    background-size: 100% 1px
}

.titline_y:hover {
    background-size: 100% 1px
}

@keyframes go5 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(0);
    }
}

.zi6 {
    position: relative;
    z-index: 6
}

.zi5 {
    position: relative;
    z-index: 5
}

.zi4 {
    position: relative;
    z-index: 4
}

.zi3 {
    position: relative;
    z-index: 3
}

.zi2 {
    position: relative;
    z-index: 2
}

.zi1 {
    position: relative;
    z-index: 1
}

@keyframes aniBlink {
    from {
        margin-left: -50%
    }
    to {
        margin-left: 120%
    }
}

@-webkit-keyframes aniBlink {
    from {
        margin-left: -50%
    }
    to {
        margin-left: 120%
    }
}

@keyframes go {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes roted {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes roted1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes roteda {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


.overhide {
    overflow: hidden
}


.menu-btn {
    z-index: 999;
    overflow: hidden;
    margin-left: 35px;
    width: 30px;
    height: 30px;
    background: 0 0;
    text-indent: -5260px;
    opacity: 1;
    position: relative;
    z-index: 999;
}

.menu-btn .line-1, .menu-btn .line-2, .menu-btn .line-3 {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    right: 0;
    width: 30px;
    height: 2px;
    background: #0561b0;
    transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
    transition-property: transform, width, margin, background-color
}

.menu-btn .line-1 {
    margin-top: -9px;
    width: 26px
}

.menu-btn .line-3 {
    margin-top: 9px;
    width: 26px
}

.drawerMenu-open .menu-btn .line-1 {
    visibility: hidden
}

.drawerMenu-open .menu-btn .line-2 {
    margin-top: 0 !important;
    width: 28px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.drawerMenu-open .menu-btn .line-3 {
    margin-top: 0 !important;
    width: 28px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.searchbtn {
    width: 30px;
    text-align: center;
    line-height: 40px
}

.searchbtn i {
    color: #c80d17;
    font-size: 18px
}

.mobNav {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 98;
    padding-top: 53px;
    padding: 40px 8% 30px;
    display: none
}

.mobNav ul {
    max-height: 70vh;
    overflow: auto;
}

.mobNav ul::-webkit-scrollbar {
    display: none;
}

.mobNav ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.mobNav ul li .navp a {
    font-size: 15px;
    color: #0561b0;
    font-weight: bold;
    background-size: auto 100%
}

.mobNav ul li .navp i {
    display: block;
    width: 16px;
    transition: .3s;
    transform-origin: center;
    margin-right: 5px;
    height: 16px;
    background: url(../images/more.svg) no-repeat center;
    background-size: 16px 16px
}

.mobNav ul li.on .navp i {
    transform: rotate(-45deg);
}

.mobNav ul li .subNavm {
    margin-top: 10px;
    padding-left: 10px;
    display: none
}

.mobNav ul li .subNavm a {
    display: block;
    line-height: 30px;
    font-size: 14px
}

.mobNav .toplink {
    margin-bottom: 20px
}

.mobNav .toplink a i {
    font-size: 24px;
}

.mobNav .toplink a {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    transition: .3s;
    color: #bd2323;
    background: #f2f2f2;
    position: relative;
}

.mobNav .toplink a span {
    width: 100px;
    height: 100px;
    background: #fff;
    top: 100%;
    left: -15px;
    position: absolute;
    z-index: 10;
    padding: 3px;
    display: none
}

.mobNav .toplink a:hover span {
    display: block;
}

.headerm {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: #fff;
    height: 60px;
    padding-right: 4%;
    padding-left: 4%
}

.headerm .logo img {
    height: 30px
}

.scrolling .headerm {
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .2)
}


.scrolling .header:before {
    top: -2px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    padding-top: .2rem
}

.header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -1.38rem;
    right: 0;
    height: 1.38rem;
    background: url(../images/head-bg.png) center repeat-x;
    background-size: auto 99%;
    transition: .3s
}

.header .wp {
    position: relative;
    z-index: 3
}

.header .hd-nav li {
    line-height: .36rem;
    font-size: .18rem;
    margin: 0 .21rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header .hd-nav li:before {
    position: absolute;
    bottom: -.06rem;
    left: 50%;
    width: 0;
    height: .02rem;
    background: #fff;
    content: "";
    transition: width .5s;
    opacity: 0
}

.header .hd-nav li:after {
    position: absolute;
    bottom: -.06rem;
    right: 50%;
    width: 0;
    height: .02rem;
    background: #fff;
    content: "";
    transition: width .5s;
    opacity: 0
}

.header .hd-nav li:hover:before {
    width: 50%;
    opacity: 1
}

.header .hd-nav li:hover:after {
    width: 50%;
    opacity: 1
}

.header .hd-nav li.on:before {
    width: 50%;
    opacity: 1
}

.header .hd-nav li.on:after {
    width: 50%;
    opacity: 1
}

.header .hd-nav a {
    color: #fff;
    display: block;
    line-height: .36rem;
    position: relative;
}

.header .hd-nav a {
    color: #fff
}

.header .topico a {
    color: #fff;
    display: block;
    width: .3rem;
    height: .3rem;
    border: 1px solid #e4e4e5;
    text-align: center;
    line-height: .28rem;
    border-radius: 50%;
    margin-left: .25rem
}

.header .topico a i {
    font-size: .16rem
}

.header .topico a span {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    border-radius: .05rem;
    padding: .1rem .2rem;
    color: #0666b4;
    font-weight: bold;
    font-size: .18rem;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: .3s
}

.header .topico a:hover span {
    opacity: 1;
    visibility: inherit;
    transform: translateY(0);
}


.footer {
    background: #fff;
}

.footer .fta {
    padding: .45rem 0 .4rem;
    color: #666666;
    font-size: .14rem
}

.footer .fta a {
    color: #666666
}

.footer .fta a:hover {
    color: #126897
}

.footer .ftb a:hover {
    color: #126897
}

.footer .fta dl dt {
    font-size: .2rem;
    color: #000;
    margin-bottom: .1rem
}

.footer .fta dl dd ul li {
    padding: .05rem 0
}

.footer .fta dl.codes dd {
    text-align: center;
    margin: 0 .1rem
}

.footer .fta dl.codes dd img {
    max-width: .9rem
}

.footer .fta dl.codes dd p {
    margin-top: .1rem
}

.footer .fta dl.cinfo {
    font-size: .16rem;
    color: #000
}

.footer .fta dl.cinfo p {
    margin-bottom: .18rem
}

.footer .fta dl.cinfo p em {
    font-size: .22rem;
    color: #0666b4;
    margin-right: .1rem;
    vertical-align: -.03rem;
    display: inline-block;
}

.footer .fta dl.cinfo p span {
    font-size: .26rem;
    color: #0666b4;
    font-weight: bold;
    font-style: italic;
}

.footer .ftb {
    border-top: 1px solid #f0f0f0;
    font-size: .14rem;
    padding: .2rem 0 .35rem;
    color: #666666
}

.footer .ftb a {
    color: #666666
}

.footer .ftb p span {
    margin-right: .1rem
}


@media screen and (max-width: 1680px) {

}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1366px) {


}

@media screen and (max-width: 1180px) {
    body {
        padding-top: 60px
    }

    .header {
        display: none
    }

    .headerm {
        display: flex;
    }

}

@media screen and (max-width: 1023px) {
    .footer .fta dl.codes {
        width: 100%;
        justify-content: center;
        margin-top: .2rem
    }

    .footer .fta dl.cinfo {
        width: 100%;
        text-align: center;
        margin-top: .3rem
    }

    .footer .ftb p {
        width: 100%;
        text-align: center;
        padding: 3px 0
    }

    .footer .fta dl.codes dd img {
        max-width: 90px
    }
}

@media screen and (max-width: 980px) {
    html {
        font-size: 80px !important;
    }
}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 640px) {
    body {
        padding-top: 52px
    }

    .menu-btn {
        margin-left: 10px
    }

    .headerm {
        height: 55px
    }

    html {
        font-size: 75px !important;
    }

    .headerm .logo img {
        height: 26px
    }

    .footer .fta dl:nth-child(1) {
        display: none
    }

    .footer .fta dl:nth-child(2) {
        display: none
    }

    .footer .fta dl:nth-child(3) {
        display: none
    }

    .footer .fta dl:nth-child(4) {
        display: none
    }

    .footer .fta dl:nth-child(5) {
        display: none
    }
}

.topser .serpc {
    display: none;
    position: absolute;;
    width: 3rem;
    height: .5rem;
    padding: .05rem 0;
    top: .4rem;
    right: -.55rem;
    z-index: 66;
    background: transparent;
    border-radius: .5rem
}

.topser .inp {
    width: calc(100% - .3rem);
    height: .4rem;
    line-height: .4rem;
    padding: 0 .4rem 0 .15rem;
    font-size: .14rem;
    color: #444;
    background: none;
    border: 1px solid #eee;
    border-radius: .4rem;
    background: #fff
}

.topser .sub {
    display: block;
    cursor: pointer;
    position: absolute;
    right: .35rem;
    top: 0;
    height: .4rem;
    width: .4rem;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    color: #8f0e16;
    background: url(../images/serbtn.svg) no-repeat center;
    background-size: .2rem .2rem
}

.topser .close {
    position: absolute;
    right: 0;
    width: .2rem;
    height: .2rem;
    top: 50%;
    margin-top: -.12rem;
    transition: 0.5s;
    font-size: .2rem;
    color: #fff;;
    cursor: pointer;
}

.sermob {
    position: fixed;;
    width: 100%;
    padding: 10px;
    top: 60px;
    right: 0;
    z-index: 66;
    background: #fff;
    display: none
}

.sermob .inp {
    width: calc(100% - 30px);
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 10px;
    font-size: 14px;
    color: #444;
    background: none;
    border: 1px solid #eee;
}

.sermob .sub {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 0;
    height: 40px;
    width: 40px;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    font-size: 14px;
    color: #8f0e16;
    background: 0 0;
    background: url(../images/serbtn.svg) no-repeat center;
    background-size: 20px 20px
}

.sermob .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    color: #888;;
    cursor: pointer;
    line-height: 42px
}

@media screen and (max-width: 640px) {
    .sermob {
        top: 55px;
    }
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.l3 {
    line-height: 1.6em;
    color: #999;
    height: 1.01rem \0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: .14rem;
}

.l4 {
    line-height: 1.6em;
    color: #999;
    height: 1.01rem \0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: .14rem;
}

.l5 {
    line-height: 1.6em;
    color: #999;
    height: 1.01rem \0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: .14rem;
}

.l8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical
}

/*print*/
@media print {

}

/*ie11*/
@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
}

/*ie10*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

}


/*二级导航*/
.navsols .subNavp {
    width: 2.3rem;

}

.navpro .subNavp {
    width: 6.6rem;
    left: -.75rem;
    transform: translateX(0);
}

.navpro .subNav:before {
    left: 17%
}

.navpro .subNav {
    width: 100%;
    min-height: 1rem;
    background: rgba(255, 255, 255, .95);
    border-radius: .1rem;
    padding: .25rem .1rem
}

.navpro .subNav .item {
    width: 50%;
    padding: 0 .3rem;
    margin: .15rem 0
}

.navpro .subNav .item:nth-child(1) {
    border-right: 1px solid #bdcfdd
}

.navpro .subNav .item:nth-child(3) {
    border-right: 1px solid #bdcfdd
}

.navpro .subNav .item p {
    font-size: .14rem;
    color: #888;
    line-height: 1.4em;
    margin-top: .05rem
}

.navpro .subNav .item:nth-child(1) i {
    background: #087ad6
}

.navpro .subNav .item:nth-child(2) i {
    background: #ff8134
}

.navpro .subNav .item:nth-child(3) i {
    background: #ffb23d
}

.navpro .subNav .item:nth-child(4) i {
    background: #ee3e26
}

.navsol .subNav .item:nth-child(1) i {
    background: #087ad6
}

.navsol .subNav .item:nth-child(2) i {
    background: #ff8134
}

.navsol .subNav .item:nth-child(3) i {
    background: #5652ec
}

.navsol .subNav .item:nth-child(4) i {
    background: #ee3e26
}

.navsol .subNav .item {
    padding: .1rem 0;
    border-bottom: 1px dashed #bac1c8;
    width: 100%;
}

.navabo .subNav .item {
    padding: .1rem 0;
    border-bottom: 1px dashed #bac1c8
}

.navabo .subNav .item:nth-child(1) i {
    background: #087ad6
}

.navabo .subNav .item:nth-child(2) i {
    background: #ff8134
}

.navabo .subNav .item:nth-child(3) i {
    background: #11c99a
}

.navabo .subNav .item:nth-child(4) i {
    background: #5652ec
}

.subNavp {
    position: absolute;
    z-index: 10;
    padding-top: .2rem;
    display: none;
    width: 1.7rem;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.subNavp .item a {
    color: #444;
    display: flex
}

.subNavp .item:last-child {
    border-bottom: 0
}

.subNavp .item a i {
    display: block;
    width: .28rem;
    height: .28rem;
    border-radius: 50%;
    text-align: center;
    line-height: .28rem;
    color: #fff;
    margin-right: .1rem;
    font-size: .16rem
}

.subNavp .item a span {
    display: block;
    width: calc(100% - .38rem);;
    line-height: .28rem;
    font-size: .17rem
}

.subNavp .item a:hover {
    color: #087ad6
}

.subNav {
    position: relative;
    width: 100%;
    min-height: 1rem;
    background: rgba(255, 255, 255, .95);
    border-radius: .1rem;
    justify-content: center;
}

.subNav:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: rgba(255, 255, 255, .95);
    top: -.16rem;
}

.subNav {
    width: 100%;
    min-height: 1rem;
    background: rgba(255, 255, 255, .95);
    border-radius: .1rem;
    padding: .15rem .25rem
}

.hd-nav li:hover .subNavp {
    display: block;
}


.nulist li:nth-child(3n+2) {
    margin-left: 3.5%;
    margin-right: 3.5%;
}

.nulist.flex {
    justify-content: center;
}

.wp1 .flex li:nth-child(3n+2) {
    /* margin-left: 1.7%; */
    /* margin-right: 1.7%; */
}

.wp1 .flex {
    /* justify-content: center; */
}


/*@font-face {
    font-family: "swiper-icons"; !* Project id 2560839 *!
    src: url('../fonts/swiper.woff?t=1621499440278') format('woff');
}*/

.swiper-icons {
    font-family: "swiper-icons" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


:root {
    --swiper-theme-color: #007aff
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    transform: translate3d(0px,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top:-25px ;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007aff
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 45px;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after {
    content: "\e60a";
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {
    content: "\e648";
}

.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 10px;
    background: #fff;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform,.2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background:#007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid #007aff;
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: auto;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: auto
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-button-next:after, .swiper-button-prev:after{}
.prev{
    background-image: url("../images/icon/icon1.png");
    background-size: 100%;
}
.next{
    background-image: url("../images/icon/icon4.png");
    background-size: 100%;
}

.government-tabs {
    min-height: 116px;
    height: auto;
    background: #F2F7FF;
    flex-wrap: wrap;
    padding: 10px;
    width: 100%;
}

.government-tabs .tabs-li {
    height: 56px;
    border: 1px solid #4789FD;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    width: 130px;
    padding: 0 2px;
}

.government-tabs .tabs-li a {
    color: #4789FD;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 54px;
    text-align: center;
}
.government-tabs .tabs-active,.government-tabs .tabs-li:hover {
    border: 1px solid #4789FD;
    background: #4789FD;
}
.government-tabs .tabs-active a,.government-tabs .tabs-li:hover a{
    color: #FFF;
}
/*.government-tabs .tabs-li:hover{
    background: #4789FD;
}*/
.su-title{
    border-bottom: 5px rgb(211,227,255) solid;
    padding-bottom: 0.2em;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
    margin: 35px 0;
}
.su-title h3{
    color: rgb(96,150,250);
    font-weight: 600;
    border-bottom: none;
    margin-bottom: 0;
}
.su-bg{
    height: 400px;
}
.dropdown-menu{
    border:none;
    box-shadow:none
}
.title-p{
    text-indent: 32px;
}
.contact-us {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 60px auto 120px;
}
.contact-info .info-title{
    font-family: PingFang-SC-Bold, sans-serif;
    font-size: 16px;
    color: #2D3238;
    font-weight: 700;
}
.contact-info .info-dir {
    margin-top: 10px;
    font-size: 14px;
    font: 400 16px PingFangSC-Regular,sans-serif;
    color: #54595E;
}
.contact-info {
    width: 236px;
    height: 160px;
    box-sizing: border-box;
    border: 1px solid #E9F3FC;
    border-radius: 4px;
    padding: 20px 26px;
    text-align: left;
    margin-right: 37px;
}
@media screen and (max-width: 2680px) {
    .pc-hide{
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .su-bg{
        height: 150px !important;
        width: 100%;
        background-size: 250%;
    }
    .su-bg2{
        background-position: -80px;
        background-size: 200%;
    }
    .su-bg3{
        background-position: -52px -61px !important;
    }
    .banner {
        height: 150px;
    }
    .title-p{
        margin:0 auto !important;
    }
    .hpart-title .sub-content {
        width: 95%;
    }
    .yd-hide{
        display: none !important;
    }
    .sec-footer {
        padding: 0px 10px !important;
    }
    .hpart-data .pc-hide{
        display: flex;
    }
    .sol-card{
        width: 45%;
        border-radius: 10px;
    }
    .sol-card p {
        text-align: center;
        color: #848691;
        font-weight: 600;
        margin-top: 5px;
    }
    .sol-card img{
        width: 135px;
        height: 112px;
    }
    .open-solution a,.open-solution a:hover {
        width: 120px;
        height: 32px;
        border: none;
        border-radius: 3px;
        color: #FFF;
        background-color: #ff6600;
    }
    .hpart-title{
        padding-bottom: 0px;
    }
    .homea {
        padding: 20px 0;
    }
    .homee{
        margin-top :0px;
        padding: 20px 0 1rem;
    }
    .dynamic-date{
        top: -5px;
    }
    .dynamic-list li {
        border-bottom: 1px solid #F3F3F3;
    }
    .government-tabs{
        margin: 0 auto;
    }
    .government-tabs .tabs-li {
        height: 36px;
        line-height: 36px;
        border: 1px solid #4789FD;
        font-size: 13px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        width: 110px;
        padding: 0 0px;
        margin-top: 5px;
        margin-right: 2px;
    }
    .government-tabs .tabs-li a {
        line-height: 36px;
    }
    .contact-info{
        width: 44%;
        padding: 20px 0;
        margin-right: 10px;
        margin-top: 10px;
        height: 191px;
    }
    .contact-info .info-title,.contact-info .info-dir{
        text-align: center;
    }
    .intit{
        margin-bottom: 20px;
    }
}
