/* 统一top bottom*/

span:focus {
    outline: none;
}
span {
    outline: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0); 
    cursor: auto;
}
.phone-fix {
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 49px;
    z-index: 9999;
    background: linear-gradient(270deg, #33D6D6 0%, #449FD7 100%);
    transition: height .3s linear;
    -webkit-transition: height .3s linear;
    -moz-transition: height .3s linear;
    -ms-transition: height .3s linear;
    -o-transition: height .3s linear;
    overflow: hidden;
}

.banner-hpone img {
    width: 100%;
}

.phone-fix.show {
    height: 100%;
}

.phonetop {
    background: linear-gradient(270deg, #33D6D6 0%, #449FD7 100%);
    line-height: 49px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.phonetop img {
    width: 83px;
}

.phonetop .phone-hgang {
    margin-top: 18px;
}

.phonetop .phone-hgang i {
    top: 0;
    width: 26px;
    height: 2px;
    background: #fff;
    display: block;
    margin-bottom: 5px;
    position: relative;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.show .phonetop .phone-hgang i:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 7px;
}

.show .phonetop .phone-hgang i:nth-child(2) {
    opacity: 0;
}

.show .phonetop .phone-hgang i:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: -7px;
}

.phonetop-ls {
    position: absolute;
    top: 49px;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    /*display: none;
    */
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.show .phonetop-ls {
    opacity: 1;
}

.phonetop-ls>div ul {
    height: 200px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.phonetop-ls>div {
    width: 100%;
}

.show .phonetop-ls>div ul {
    /* display: block; */
    height: 580px;

}

.phonetop-ls>div {
    position: absolute;
    top: 0;
    left: 0;
}

.phonetop-ls>div ul {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}

.phonetop-ls>div ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.phonetop-ls>div ul li>a {
    line-height: 47px;
    display: flex;
    color: #fff;
}
.phonetop-ls>div ul li.hid{
    position: relative;
}
.phonetop-ls>div ul li.hid .before{
    display: none;
    content: '';
    background: url(../images/szj.svg) center right no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 16px;
    height: 16px;
    right: 1px;
    top: 15px;
    position: absolute;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transition:  all .5s ease;
    -webkit-transition:  all .5s ease;
    -moz-transition:  all .5s ease;
    -ms-transition:  all .5s ease;
    -o-transition:  all .5s ease;
}
.phonetop-ls>div ul li.hid.show .before{
    right: 0px;
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
}

.phonetop-ls>div ul li .naverji-phone{
    line-height: 26px;
    font-size: 12px;
    padding-left: 10px;
    padding-bottom: 15px;
}
.phonetop-ls>div ul li .naverji-phone a{
    color: #fff;
    display: block;
}
.phonetop-ls>div ul li .naverji-phone>div{
    height: 26px;
    /* height: 0; */
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;

}
.phonetop-ls>div ul li.hid.show .naverji-phone>div{
    height: 26px;
}

.phonetop-ls>div ul li>a>div:nth-child(2) img {
    margin-right: 32px;
    width: 144px;
}

.phonetop-ls>div ul li>a>div:nth-child(1) img {
    margin-right: 32px;
    width: 67px;
}


.phonetop-ls>div ul li:nth-last-child(1) img {
    padding-right: 10px;
    width: 13px;
}


.phone-footls {
    display: none;
    margin-top: 20px;
}

@media only screen and (max-width: 1100px) {
    body {
        padding-top: 48px;
    }

    .pc-port {
        display: none !important;
    }

    .pc-port>div {
        display: none;
    }

    .pc-port>div>div {
        display: none;
    }

    .hidshowup.showup {
        z-index: 1;
    }

    .footer>div {
        width: auto;
        padding: 0 20px;
        overflow: hidden;
        display: block;
    }

    .footer {
        height: auto;
        padding-top: 28px;
    }

    .footer .foot_logo img {
        width: 131px;
        margin-bottom: 22px;
    }

    .footer .foot_chos ul li {
        position: relative;
        line-height: 49px;
        font-size: 13px;
        font-weight: 400;
        line-height: 49px;
        border-top: 1px solid #e6e6e6;
    }

    .footer .foot_chos ul li>a {
        color: #4D4D4D;
        display: flex;
    }

    .footer .foorwx-phnge ul .foot-wx span:hover .hid {
        display: block;
    }

    .footer .foorwx-phnge ul .foot-wx .wx>img {
        width: 32px;
    }
    .footer .foorwx-phnge ul .foot-wx .wx {
        margin-right: 20px;
        position: relative;
    }

    .footer .foorwx-phnge ul .hid {
        display: none;
        position: absolute;
        bottom: 30px;
        padding: 6px;
        left: -0;
    }

    .footer .foorwx-phnge ul .hid:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #fff;
        position: absolute;
        right: 87%;
        bottom: -1px;
    }

    .footer .foorwx-phnge ul li:nth-child(1):hover .hid {
        display: block;

    }

    .footer .foorwx-phnge ul .hid img {
        width: 144px;
    }

    .footer .foot-wx img {
        margin-right: 11px;
    }

    .phone-footls {
        display: block;
    }

    .phone-footls ul {
        margin-bottom: 32px;
    }

    .phone-footls ul li {
        line-height: 70px;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(255, 255, 255, .19);
    }

    .phone-footls ul li a {
        display: flex;
        color: #FFFFFF;
    }

    .phone-footls ul li:nth-child(1) {
        border-top: 1px solid rgba(255, 255, 255, .19);
    }

    .bottom-mk span {
        right: inherit;
        left: 2%;
        top: -3px;
        position: relative;
    }
}

/* 首页 */
@media only screen and (max-width: 1100px) {
    body.homeshouye{
        padding-top: 48px;
    }
    .banner-home .bantxt1 {
        font-size: 35px;
        font-weight: 500;
        color: #4D4D4D;
        line-height: 50px;
    }

    .banner-home .bantxt2 {
        font-size: 15px;
        font-weight: 400;
        color: #4D4D4D;
        line-height: 22px;
        margin-top: 9px;
        margin-bottom: 25px;
    }

    .banner-home .swiper-slide>div {
        top: 43px;
        left: 20px;
        right: 20px;
    }

    .home .bantxt3 {
        width: 159px;
        height: 34px;
        line-height: 34px;
        font-weight: 400;
    }

    .home .bantxt3 a {
        font-size: 13px;
    }

    .home .hover ul {
        display: block;
    }

    .home .hover ul li {
        width: 100%;
    }

    .home .hover ul li .hovernum {
        display: none;
    }

    .home .hover ul li .hoverjj {
        display: none;
    }

    .home .hover .hoverxf {
        display: none;
    }

    .home .hover ul li .hoversvg2 {
        display: none;
    }

    .home .hover ul li:hover .hoverky {
        color: #4C4C4C;
    }
    .home .hover ul li .hoversvg{
        width: 66px;
        height: 66px;
        margin-bottom: 20px;
    }


    .home .hover ul li .hoverdesc {
        font-size: 13px;
        font-weight: 400;
        color: #737373;
        line-height: 22px;
        opacity: 1;
    }

    .home .hover ul {
        padding-top: 52px;
        padding-bottom: 22px;
    }

    .home .hover ul li {
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
    }

    .home .hover ul li>div {
        padding: 0 0 55px 0;

    }

    .home .hover ul li .hoverky {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 25px;
        position: absolute;
        top: 0;
        line-height: 66px;
        margin-left: 88px;
    }

    .home .jhxm>div {
        width: 100%;
        height: 850px;
    }

    .home .jhxm>div>div:nth-child(1) {
        width: 100%;
        padding-top: 0;
    }

    .home .jhxm>div>div:nth-child(2) {
        position: relative;
        width: 100%;
        top: -120px;
        padding: 0;
        overflow: inherit;
    }

    .home .jhxm>div>div:nth-child(1)::after {
        display: none;
    }

    .home .home-swipezjr .sptitle {
        padding: 0;
        margin-bottom: 19px;
        font-size: 25px;
        line-height: 35px;
        margin-top: 30px;
        height: 35px;
        overflow-y: auto;
    }

    .home .jhxm>div>div:nth-child(2) .home-swiperall {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 60px;
    }
    .home .jhxm .jhxmdesc{
        margin-top: 30px;
    }
    .home .swiper-button-prev {
        bottom: -50px;
        top: auto;
        left: 20px;
        right: auto;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        outline: none;
        -webkit-tap-highlight-color:rgba(0,0,0,0); 
        cursor: auto;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
}

    .home .swiper-button-next {
        bottom: -50px;
        top: auto;
        left: 70px;
        right: auto;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        outline: none;
        -webkit-tap-highlight-color:rgba(0,0,0,0); 
        cursor: auto;
}

    .main .swiper-button-prev:after {
        width: auto;
    height: auto;
    left: 12px;
    right: 12px;
    position: absolute;
    top: 14px;
    bottom: 14px;
    }

    .main .swiper-button-next:after {
        width: auto;
    height: auto;
    left: 12px;
    right: 12px;
    position: absolute;
    top: 14px;
    bottom: 14px;
    }

    .home .home-swipezjr>div {
        box-shadow: none;
        background: none;
        padding-top: 84px;
    }

    .home .home-swipezjr .spdesc {
        padding: 0;
        margin-bottom: 0;
        font-size: 13px;
        color: #737373;
        line-height: 23px;
        height: 250px;
        overflow-y: auto;
    }

    .home .home-swipezjr .spnum {
        left: 0;
        top: 36px;
        width: 66px;
        height: 66px;
        line-height: 66px;
        font-size: 40px;
    }

    .home .home-swipezjr .sppg {
        display: none;
    }

    .typb1 .tltle {
        margin-top: 0;
    }

    .home .swiper-pagination {
        display: none;
    }

    .typb1 .tltle .lit {
        font-size: 13px;
        color: #999999;
        line-height: 16px;
    }

    .typb1 .tltle .zhu {
        font-size: 20px;
        font-weight: 500;
        color: #4D4D4D;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .newls .newlslsdesc {
        display: block;
    }

    .newls .newlslsdesc>div {
        width: 100%;
        margin-bottom: 52px;
    }

    .yuanfang {
        width: auto;
        padding-right: 20px;
        padding-left: 20px;
        max-width: none;
    }


    .newls .newlswste>div:nth-child(1) {
        width: 90%;
        margin-top: 20px;
        height: 70px;
    }

    .home .newls {
        padding-bottom: 20px;
        padding-top: 75px;
    }

    .lczl .lczllogo ul li {
        width: 33.333%;
        height: 90px;

    }
    .home .lczl .lczllogo ul li:nth-child(10){
        display: none;
    }

    .aboutas .lczl .lczllogo ul li:nth-child(10) {
        display: none;
    }

    .lczl .lczllogo ul li img {
        width: 47px;
    }

    .typb1 .lczl .tltle {
        padding-top: 55px;
    }

    .lczl {
        padding-bottom: 64px;
        z-index: 1;
    }

    .liuyan::after {
        display: none;
    }

    .liuyan.typb1 .tltle {
        padding-top: 55px;
        text-align: left;
        padding-left: 20px;
    }

    .liuyan .liuyanbot ul {
        display: block;
    }

    .liuyan .liuyanbot ul li {
        width: 100%;
    }

    .liuyan .liuyanbot ul li>div:nth-child(2) {
        margin-bottom: 22px;
    }

    .liuyan::before {
        top: -377px;
        right: -360px;
    }

    .liuyan {
        padding-bottom: 66px;
    }

    .liuyan .liuyanbot ul li>div:nth-child(1) {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 8px;
    }
    .liuyan .liuyanbot ul li input{
        line-height: 44px;
        height: 44px;
    }

}

/* 子页面 */
@media only screen and (max-width: 1100px) {
    .product .banner-text{
        position: absolute;
        top: 43px;
    left: 20px;
    right: 20px;
        text-align: left;
    }
    .product .banner-text>div:nth-child(1) {
        font-size: 35px;
        font-weight: 500;
        color: #4D4D4D;
        line-height: 50px;
    
    }
    
    .product .banner-text>div:nth-child(2) {
        font-size: 15px;
        font-weight: 400;
        color: #4D4D4D;
        line-height: 22px;
        margin-top: 9px;
        margin-bottom: 25px;
    }
    .bannerty-text{
        position: absolute;
        top: 43px;
    left: 20px;
    right: 20px;
        text-align: left;
    }
    .bannerty-text>div:nth-child(1) {
        font-size: 35px;
        font-weight: 500;
        line-height: 50px;
    
    }
    
    .bannerty-text>div:nth-child(2) {
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        margin-top: 9px;
        margin-bottom: 25px;
    }
    .product .ngs .tltle {
        padding-top: 44px;
    }

    .product .ngs .tydesc {
        display: block;
    }

    .product .tydesc>div {
        width: 100%;
        margin-bottom: 10px;
    }

    .product .tytexttop {
        margin-top: 33px;
        margin-bottom: 22px;
        font-size: 20px;
        font-weight: 500;
        color: #4C4C4C;
        line-height: 35px;
    }

    .product .tytextzw>div:nth-child(1) {
        margin-bottom: 8px;
        font-weight: 800;
        font-size: 16px;
    }
    .product .pnewste>div:nth-child(1){
        font-size: 16px;
    }
    .product .tytextzw {
        margin-bottom: 22px;
    }
    .product .tydesc .tytext{

        margin-bottom: 60px;
    }
    .product .ngs {
        padding-bottom: 0;
    }

    .product .pro-news .tltle {
        padding-top: 55px;
        text-align: left;
        padding-left: 20px;
    }

    .product .pnewste {
        width: 80%;
        margin-top: 22px;
        margin-left: 0;
        padding-bottom: 55px;
        font-size: 18px;
        font-weight: 400;
        color: #4D4D4D;
        line-height: 30px;
    }

    .product .pnewste>div:nth-child(2) {
        margin-top: 17px;
    }

    .product .pro-news .xuanfusvg img {
        width: 45px;
    }

    .product .pro-news .xuanfusvg {
        transform: translate(-14px, 18px);
    }

    .product .pro-news:hover .xuanfusvg {
        transform: translate(-4px, 8px);

    }
    .product .pro-new1 .pnewste{
        padding-bottom: 55px;
    }
    .product .syszzphone img {
        width: 100%;
        margin-bottom: 22px;
    }

    .product .syszz {
        margin-top: 11px;
        padding-bottom: 33px;
    }
    .product .syszz .porlsswiper{
        width: 200%;
    }
    .product .swiper-button-prev{
        display: none;
    }
    .product .swiper-button-next{
        display: none;
    }
    .aboutas .gsjj .tltle {
        margin-top: 40px;
    }

    .aboutas .typb1 .tltle .zhu {
        margin-bottom: 18px;
    }

    .aboutas .gsjjtext {
        width: 100%;
        margin-bottom: 22px;
        font-size: 13px;
        line-height: 26px;
    }

    .aboutas .twoimg>div:nth-child(1) {
        display: none;
    }

    .aboutas .twoimg>div:nth-child(2) {
        width: auto;
    }

    .aboutas .threesvg ul {
        display: block;
        padding: 24px 0 44px;
        text-align: center;
    }

    .aboutas .threesvg ul li {
        width: 100%;
        position: relative;
        display: flex;
    }
    .aboutas .threesvg ul li .topsvg {
        height: auto;
    }
    .aboutas .threesvg ul li .topsvg img{
        width: 70px;
    }
    .aboutas .threesvg {
        background: #fff;
    }

    .aboutas .threesvg ul li .jzg {
        left: 95px;
    top: 9px;
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    color: #4C4C4C;
    line-height: 23px;
    margin-bottom: 0;
    margin-top: 0;
    }

    .aboutas .threesvg ul li .miaoshu {
        font-size: 13px;
        font-weight: 400;
        color: #737373;
        line-height: 21px;
        padding-top: 36px;
        margin-bottom: 33px;
        text-align: justify;
        padding-left: 25px;
    }

    .aboutas .csr {
        padding-top: 0;
        margin-bottom: -44px;
    }

    .aboutas .csrsj-text>div:nth-child(1) {
        font-size: 13px;
        font-weight: 500;
        color: #4D4D4D;
        line-height: 15px;
    }

    .aboutas .csrsj-text>div:nth-child(2) {
        font-size: 25px;
        font-weight: 500;
        color: #4D4D4D;
        line-height: 36px;
        margin-top: 7px;
        margin-bottom: 17px;
    }

    .aboutas .csrsj-text>div:nth-child(3) {
        font-size: 13px;
        font-weight: 400;
        color: #737373;
        line-height: 26px;
        margin-bottom: 35px;
    }

    .aboutas .csr img {
        width:100%;
        margin-bottom: 44px;
    }

    .aboutas .fzlc .tltle {
        padding-top: 41px;
    }

    .aboutas .scceshi {
        transform: scale(2);
        height: 34px;
    }

    .aboutas .typb1 .fzlc .tltle .zhu {
        margin-bottom: 41px;
    }

    .aboutas .fzlc ul li:nth-child(1) .nianqiu {
        top: -58px;
    }

    .aboutas .fzlc ul li:nth-child(3) .nianqiu {
        top: -50px;
    }

    .aboutas .fzlc ul li:nth-child(4) .nianqiu {
        top: 39px;
    }

    .aboutas .fzlc ul li:nth-child(5) .nianqiu {
        top: -48px;
    }

    .aboutas .fzlc ul li:nth-child(6) .nianqiu {
        top: 34px;
    }

    .aboutas .fzlc .fzlcdesc {
        width: 65%;
        margin: 0 auto;

    }


    .aboutas .fzlc .fzlcdesc .swiper-slide>div:nth-child(1) {
        width: auto;
        font-size: 20px;
        text-align: center;
        line-height: 28px;
    }
    .aboutas .fzlc .fzlcdesc .swiper-slide>div:nth-child(2){
        font-size: 13px;
font-weight: 400;
color: #4D4D4D;
line-height: 22px;
text-align: center;
    }
    .aboutas .fzlc .fzlcdesc .home-swipezjr>div {
        margin-top: 26px;
        margin-bottom: 26px;
        border: none;
    }
    .aboutas .fzlc .fzlcdesc .home-swipezjr>div::before{
        display: none;
    }
    .aboutas .fzlc .fzlcdesc .swiper-slide>div:nth-child(2) {
        width: 80%;
        margin: 0 auto;

    }
    .aboutas .guangqiu .swiper-slide::before{
        top: 50%;
    }
    .aboutas .main .fzlc .swiper-button-next:after {
        width: 80px;
        height: 80px;
    }

    .aboutas .main .fzlc .swiper-button-prev:after {
        width: 80px;
        height: 80px;
    }

    .aboutas .fzlc .swiper-button-next,
    .aboutas .fzlc .swiper-button-prev {
        width: 80px;
        height: 80px;
        outline: none;
        -webkit-tap-highlight-color:rgba(0,0,0,0); 
        cursor: auto;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
}

    .aboutas .fzlc .swiper-button-next {
        bottom: 27%;
        right: -35px;
    }
    .aboutas .fzlc .swiper-button-prev {
        bottom: 27%;
        left: -35px;
    }
    .aboutas .fzlc .scceshi{
        margin-bottom: 60px;
    }
    .aboutas .fzlc{
        padding-bottom: 55px;
    }
    .aboutas .guangqiu {
        padding-top: 0;
        position: relative;
        padding-bottom: 40px;
    }

    .aboutas .guangqiu .porlsswiper {

        width: auto;
        margin: 0 auto;
        overflow: hidden;
        padding-right: 0;
        padding-left: 0;
    }

    .aboutas .zzry>div:nth-child(2) {
        width: 200%;
    }

    .aboutas .main .zzry .swiper-button-next,
    .aboutas .main .zzry .swiper-button-prev {
        display: none;
    }

    .aboutas .zzry {
        padding-bottom: 52px;
    }

    .aboutas .typb1 .lczl .tltle {
        padding-top: 33px;
    }

    .news .newstop {
        width: 243px;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        margin: 49px auto 30px;
    }

    .news .newstop span {
        line-height: 30px;
        font-size: 13px;
        font-weight: 400;
        color: #1E9A9A;
    }
    .news .newstop span:nth-child(1){
        position: relative;
        left: -1px;
        top: -1px;
    }
    .news .newstop span:nth-child(2){
        position: relative;
        left: 1px;
        top: -1px;
    }
    .jobls .yf {
        padding-right: 20px;
        padding-left: 20px;
    }

    .jobls .rcfzjhtext {
        width: auto;
        font-size: 13px;
        font-weight: 400;
        color: #666666;
        margin-bottom: 30px;
        line-height: 20px;
    }

    .jobls .typb1 .rcfzjh .tltle {
        margin-top: 55px;
    }

    .jobls .rcfzjhhover ul {
        flex-wrap: wrap;
    }

    .jobls .rcfzjhhover ul li {
        width: 49%;
        padding-top: 30px;
        padding-bottom: 38px;
        background: #FAFAFA;
        border-radius: 4px;
        margin-bottom: 2%;
    }
    .jobls .rcfzjhhover ul li:hover{
    background: #1E9A9A;
}

    .jobls .rcfzjhhover ul li:nth-child(3) {
        width: 100%;
    }

    .jobls .rcfzjhhover ul li>div {
        padding: 0;
        text-align: center;
    }

    .jobls .rcfzjhhover ul li>div:nth-child(2) {
        margin-top: 15px;
        font-size: 15px;
        font-weight: bold;
        color: #666666;
        line-height: 14px;
        margin-bottom: 5px;
    }
    .jobls .rcfzjhhover ul li>div:nth-child(3){
        line-height: 16px;
    }
    .jobls .typb1 .rcln .tltle {
        margin-top: 57px;
    }

    .jobls .rclntext {
        width: auto;
        font-size: 13px;
        font-weight: 400;
        color: #666666;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .jobls .rcbgs {
        width: 200%;
        padding-bottom: 66px;
    }

    .jobls .rcbgs .swiper-container-horizontal>.swiper-pagination-bullets,
    .rcbgs .swiper-pagination-custom,
    .rcbgs .swiper-pagination-fraction {
        width: 50%;
        bottom: 30px;
    }

    .jobls .fldy .tltle {
        margin-top: 0;
        padding-top: 59px;
    }

    .jobls .typb1 .fldy .tltle .zhu {
        color: #fff;
        margin-bottom: 43px;
    }

    .jobls .typb1 .fldy .tltle .lit {
        color: #fff;
    }

    .jobls .fldy .fldydesc ul li {
        width: 25%;
        margin-bottom: 40px;
    }

    .jobls .fldy .fldydesc ul {
        justify-content: center;
    }

    .jobls .fldy .fldydesc ul li>div:nth-child(1) {
        height: 40px;
        margin-bottom: 9px;
    }

    .jobls .fldy .fldydesc ul li>div:nth-child(1) img {
        height: 40px;
        margin-bottom: 10px;
    }
    .jobls .shzpdesc .shzpxx::after{
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 49px;
    }
    .jobls .fldy {
        padding-bottom: 40px;
    }

    .jobls .shzptops {
        width: 70%;
        margin:  0 auto 20px;
    }

    .jobls .shzp {
        overflow: hidden;
        padding-right: 0;
        padding-left: 0;
        margin-right: 20PX;
        margin-left: 20PX;
        padding-bottom: 10PX;
        padding-top: 55px;
    }
    .jobls .shzptops>span.done{
        font-size: 20px;
    }
    .jobls .shzptops>span{
        font-size: 13px;
    }
    .jobls .shzpdesc>div{
        padding-bottom:72px ;
    }
    .shzp .swiper-container-horizontal>.swiper-pagination-bullets,
    .shzp .swiper-pagination-custom,
    .shzp .swiper-pagination-fraction {
        bottom: 30PX;
    }

    .footer .footcomm {
        font-size: 11px;
        font-weight: 400;
        color: #737373;
        line-height: 20px;
        height: auto;
        padding-top: 17px;
        padding-bottom: 14px;
    }

    .footer .footcomm>div {
        display: block;
        padding-right: 0;
        padding-left: 0;
    }

    .footer .footcomm>div>div:nth-child(1) {
        margin-bottom: 10px;
    }
    .footer .bottom-mk {
        position: relative;
        left: -0;
    }
    
    .zsgx .sjd {
        display: block;
        position: absolute;
        font-size: 20px;
        line-height: 20px;
        height: 20px;
        left: 0;
        top: 90px;
    }

    .zsgx .sjd.show {
        color: #1E9A9A;
        /* font-size: 40px; */
    }

    .zsgx .zsgxdesc {
        display: block;
    }

    .zsgx .newchos {
        width: 100%;
        background: none;
        padding-top: 20px;
        padding-bottom: 40px;
        margin-top: 0;
        position: relative;
    }
    .zsgx .jbcx{
        padding-bottom: 20px;
    }
    .productjia .main .productls {
        overflow: hidden;
        width: 100%;
        margin-right: 0;
        height: 0px;
        opacity: -2;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;

    }

    .productjia .main .productls.phoneshow {
        opacity: 1;
        overflow-y: auto;

    }

    .productjia .main .productls.phoneshow>div {
        margin-bottom: 30px;
    }

    .zsgx .main .bzdai{
        display: block;
        margin-top: 35px;
    }

    .productjia .main .productls>div {
        min-height: auto;
        box-shadow: none;
        padding: 0 0 46px 0;
    }

    .zsgx .newls {
        width: 100%;
        margin-top: 40px;
    }

    .proxiangxi .procc {
        display: flex;
        margin-top: 0;
        flex-direction: column;
        margin-bottom: 52px;
    }

    .proxiangxi .procc:nth-child(1) {
        flex-direction: column-reverse;
        margin-bottom: 10px;
    }
    .proxiangxi.tjlcp .procc:nth-child(1) {
        margin-bottom: 50px;
    }

    .proxiangxi .procc .proxxms{
        height: auto;
    }
    .proxiangxi .procc .proxximg::before{
        display: none;
    }
    .proxiangxi .procc>div {
        width: 100%;
    }
    .proxiangxi .procc:nth-child(1)>.proxximg{
        width: 100%;
        margin-right: 0;
    }
    .proxiangxi .procc:nth-child(2)>.proxximg{
        width: 100%;
        margin-right: 0;
    }
    .proxiangxi .procc:nth-child(2){
        margin-bottom: 52px;
    }
    .proxiangxi .procc .proxxtext>div {
        width: 100%;
        padding-left: 0;
    }

    .proxiangxi .procc .proxxtext {
        margin-top: 60px;
    }

    .proxiangxi .procc .proxxtitle>div:nth-child(2) {
        margin-bottom: 30px;
    }

    .proxiangxi .procc .proxxtitle>div:nth-child(2) {
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 33px;
        line-height: 22px;
    }

    .proxiangxi .procc .proxxtitle>div:nth-child(1) {
        font-size: 12px;
    }

    .proxiangxi .procc .proxxtext>div {
        font-size: 13px;
        font-weight: 500;
        color: #8C8C8C;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .proxiangxi .procc .proxximg img {
        width: 100%;
    }

    .proxiangxi .cpnr {
        padding-top: 0;
        padding-bottom: 77px;
    }

    .proxiangxi .tltle .zhu {
        font-size: 22px;
        font-weight: 800;
        color: #333333;
        line-height: 33px;
    }

    .proxiangxi .tltle {
        padding-bottom: 30px;
        margin-bottom: 47px;
    }

    .proxiangxi .cpnrdesctitl {
        font-size: 18px;
        font-weight: 800;
        color: #333333;
        line-height: 33px;
        margin-bottom: 30px;
    }

    .proxiangxi .cpnr .tltle .zhu {
        font-size: 22px;
        font-weight: 800;
        color: #333333;
        line-height: 33px;
    }

    .proxiangxi .cpnr .tltle {
        padding-bottom: 30px;
        margin-bottom: 47px;
    }

    .proxiangxi .cpnr .cpnrdesctitl {
        font-size: 18px;
        font-weight: 800;
        color: #333333;
        line-height: 33px;
        margin-bottom: 30px;
    }

    .proxiangxi .cpnr .cpnrdesctitl span {
        font-size: 11px;
        font-weight: bold;
        color: #1E9A9A;
        line-height: 33px;
        position: relative;
        top: -10px;
    }

    .proxiangxi .cpnr .cpnrtext ul {
        display: block;
    }

    .proxiangxi .cpnr .cpnrtext ul li {
        width: 100%;
        border-left: none;
        border-right: none;
        border-top: 1px solid #333;
        font-size: 12px;
        line-height: 42px;
    }
    .proxiangxi .cpnr .cpnrtext ul li .li-i{
        font-size: 12px;
    }

    .proxiangxi .cpnr .cpnrtext ul li span {
        width: 33px;
    }
    .proxiangxi .cpnr .cpnrtext ul li{

    font-size: 12px;
}
    .proxiangxi .cpnr .cpnrtext ul li:nth-child(2n-1) {
        border-left: none;
        border-right: none;

    }

    .proxiangxi .threesvg ul {
        display: block;
        padding: 44px 0 20px;
    }

    .proxiangxi .threesvg ul li {
        width: 100%;
    }
    .proxiangxi .threesvg ul li  img{
        width: 92px;
    }

    .proxiangxi .threesvg {
        background: #fff;
    }

    .proxiangxi .threesvg ul li .jzg {
        font-size:18px;
        font-weight: 800;
        color: #333333;
        line-height: 14px;
        margin-bottom: 18px;
        margin-top: 35px;
        width: 100%;
    }

    .proxiangxi .threesvg ul li .miaoshu {
        font-size: 13px;
        font-weight: 400;
        color: #737373;
        line-height: 22px;
        margin-bottom: 33px;
        width: 100%;
    }

    .proxiangxi .typb1 .tltle .lit {
        padding-top: 60px;
    }

    .proxiangxi .threesvg .tltle .zhu {
        margin-bottom: 0;
    }

    .proxiangxi .threesvg .tltle {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .proxiangxi.tjlcp .sjts{
        display: flex;
    }
    .proxiangxi.tjlcp  .threesvg ul li .jzg{
        width: 10%;
        margin-top: 20px;
    }
    .proxiangxi.tjlcp  .threesvg ul li .miaoshu{
        width: 90%;
        margin-top: 20px;
    }
    .zhyxff .jycx {
        padding: 41px 0 68px;
    }

    .zhyxff .gnyz .tltle {
        padding-top: 54px;
    }

    .zhyxff .gnyz .tltle .zhu {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .zhyxff .gnyz .tltle .wei {
        margin-bottom: 33px;
    }

    .zhyxff .gnyz {
        text-align: center;
        padding-bottom: 40px;
    }

    .zhyxff .gnyz img {
        width: 200px;
    }

    .zhyxff .gnyz .gnyzdesc ul {
        margin-top: 31px;
        background: none;
        display: block;
        padding: 0;
    }

    .zhyxff .gnyz .gnyzdesc ul li {
        width: auto;
        background: #fff;
        margin-bottom: 12px;
        padding: 30px 36px;
    }

    .zhyxff .gnyz .gnyzdesc ul li>div:nth-child(1) {
        width: 50px;
        margin-right: 15px;
    }

    .zhyxff .gnyz .gnyztext>div:nth-child(1) {
        margin-bottom: 14px;
        font-size: 14px;
        font-weight: 400;
        color: #41A49F;
        line-height: 20px;
        text-transform: uppercase;
    }

    .zhyxff .gnyz .gnyzdesc ul li>div:nth-child(2) {
        flex: 1;
        text-align: left;
    }

    .zhyxff .gnyz .gnyztext>div:nth-child(2) {
        font-size: 13px;
        font-weight: 400;
        color: #666666;
        line-height: 20px;
    }

    .zhyxff .gnyzlx .tltle {
        margin-top: 34px;
    }

    .typb1 .zhyxff .tltle .zhu {
        font-size: 20px;
        font-weight: bold;
        color: #333333;
        line-height: 14px;
    }

    .zhyxff .gnyzlx {
        padding-bottom: 74px;
        height: auto;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: none;
    }

    .zhyxff .gnyzlximg {
        width: 80%;
        margin: 69px auto 0;
    }

    .zhyxff .gnyzlximg img {
        width: 100%;
    }

    .zhyxff .fwlc .tltle {
        margin-top: 0;
        padding-top: 59px;
        text-align: center;
    }

    .fwlc .typb1 .tltle .zhu {
        font-size: 20px;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 14px;
    }

    .zhyxff .fwlc .fwlcdesc ul {
        display: block;
    }

    .zhyxff .fwlc .fwlcdesc ul li {
        width: 62%;
        margin: 0 auto 64px;
    }

    .zhyxff .fwlc {
        background: linear-gradient(122deg, #60AEC4 0%, #6CE1E8 100%);
        padding-bottom: 10px;
    }

    .zhyxff .fwlc .fwlcdesc ul li>div:nth-child(1) img {
        width: 56px;
        height: auto;
    }

    .zhyxff .fwlc .fwlcdesc ul li>div:nth-child(1) {
        margin-bottom: 20px;
    }

    .zhyxff .fwlc .fwlcdesc ul li>div:nth-child(2)>div {
        font-size: 13px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
    }
    .new .main{
        padding-top: 50px;
        padding-bottom: 40px;
        padding: 0 20px;
    }
    .new .title{
        font-size: 22px;
        color: #19191A;
        line-height: 34px;
        padding-top: 20px;
    }
    .new .newsj{
        margin: 11px auto 20px;
    }
    .new  img{
        max-width: 100%;
    }
    .new .new-next{
        display: none;
    }
    .new .newchos>div:nth-child(2n-1){
        width: 50%;
        font-size: 12px;
    }
    .jobls .shzpdesc .shzpxx{
        padding-top: 20px;
    padding-bottom: 25px;
    }
    .jobls .shzpdesc .shzpxx>div:nth-child(2){
        width: 85%;
        font-size: 14px;
    }
    .jobls .shzpdesc .shzpxx>div:nth-child(1){
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 12px;
    }
    .jobls .mb>div{
        left: 20px;
        right: 20px;
        padding: 40px  25px;
        height: 400px;
    }

    .jobls .gzdt>div:nth-child(1){
        margin-bottom: 23px;
        font-size: 20px;
font-weight: 500;
color: #1E9A9A;
line-height: 14px;
    }
    .jobls .gzdt .jlsqzong{
        display: block;
    }
    .jobls .gzdt .jlsqzong>div {
        font-size: 15px;
        line-height: 1.8;
        width: 150px;
        margin: 20px auto;
    }
    

    .jobls .gzdt .guanbi{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    font-weight: 100;
    }
    .jobls .gzdt>div:nth-child(2)>div:nth-child(1) {
        font-size: 9px;
        font-weight: 500;
        color: #333333;
        line-height: 14px;
        margin-bottom: 12px;
    }
    .jobls .gzdt>div:nth-child(2)>div:nth-child(2) {
        font-size: 12px;
        font-weight: 400;
        color: #666666;
        line-height: 16px;
        margin-bottom: 25px;
    }
    .jobls .gzdt>div:nth-child(2)>div:nth-child(3){
        font-size: 9px;
        font-weight: 500;
        color: #333333;
        line-height: 14px;
        margin-bottom: 12px;
    }
    .jobls .gzdt>div:nth-child(2)>div:nth-child(4) {
        font-size: 12px;
        font-weight: 400;
        color: #666666;
        line-height: 16px;
        margin-bottom: 25px;
    }







}