/* 统一top bottom*/

.phone-fix {
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 49px;
    z-index: 9999;
    background: #2458A4;
    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;
}

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

.phonetop {
    background: #2458A4;
    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 {
    height: 580px;
}

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

.phonetop-ls>div.ph_choslange {
    left: 10%;
    top: auto;
    width: auto;
    bottom: 13px;
}

header .phonetop-ls>div .scol>div.scolleft {
    height: auto;
    width: auto;
    font-size: 13px;
}

header .phonetop-ls>div .scol a.done {
    opacity: 1;
}

header .phonetop-ls>div .scol a {
    color: #fff;
    opacity: .5;
}

.phonetop-ls>div ul {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
}

.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.hidts98 {
    display: none;
}

.phonetop-ls>div ul li.hidts9 {
    display: none;
}

.phonetop-ls>div ul li.hid .before {
    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: 12px;
    height: 12px;
    right: 1px;
    top: 18px;
    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;
}

.phonetop-ls>div ul li .naverji-phone a {
    color: #fff;
    display: block;
}

.phonetop-ls>div ul li .naverji-phone>div {
    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: 30px;
}

.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) {
     ::-webkit-scrollbar-thumb {
        background-color: #CFCFCF;
    }
    html {
        font-size: 14.4444444px;
    }
    body {
        padding-top: 48px;
        overflow: hidden;
    }
    .pc-port {
        display: none !important;
    }
    .pc-port>div {
        display: none;
    }
    .pc-port>div>div {
        display: none;
    }
    .ziyemian .index {
        padding-top: 0px;
    }
    .hidshowup.showup {
        z-index: 1;
    }
    .ziyemian .flys .banner-hpone {
        height: 124px;
        background: #F8F8F8;
    }
    .footer>div {
        width: auto;
        padding: 0 20px;
        overflow: hidden;
        display: block;
    }
    .footer {
        height: auto;
        padding-top: 42px;
    }
    .footer .footergxxx span {
        padding-right: 7px;
    }
    .footer .foot-logo img {
        width: 143px;
    }
    .footer .foot_chos ul {
        padding-bottom: 26px;
    }
    .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;
        border-bottom: 1px #CDCDCD solid;
    }
    .footer .foorwx ul .hid {
        left: 0;
    }
    .footer .foorwx ul .hid:before {
        right: auto;
    }
    .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 .hid {
        display: none;
        position: absolute;
        bottom: 60px;
        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;
    }
    .footer .footergxxx {
        margin-top: 36px;
        margin-bottom: 17px;
        font-size: 13px;
        line-height: 30px;
    }
    .footer .footergxxx img {
        width: 12px;
    }
    .footer .footcomm .footcommleft span {
        display: block;
        margin-left: 0;
    }
    .footer .footcomm>div {
        padding: 0;
        display: block;
    }
    .footer .footcomm {
        background: #dfe6ed;
        font-size: 12px;
        height: auto;
        padding-top: 15px;
        padding-bottom: 16px;
        line-height: 30px;
    }
    .footer .bottom-mk span i {
        left: 100%;
        right: inherit;
    }
    .footer .bottom-mk span i:nth-child(2) {
        display: none;
    }
    .footer .bottom-mk span i img {
        display: inline;
    }
    .footer .bottom-mk {
        left: 0;
        width: 80px;
    }
    .footer .footcomm>div .flys {
        margin: 0 5px;
    }
    .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) {
    .yuanfang {
        max-width: inherit;
        padding: 0 20px;
    }
    .yf {
        max-width: inherit;
        padding: 0 20px;
    }
    .tltle .zhu {
        margin-bottom: 0;
        font-size: 1.79rem;
        font-weight: bold;
        line-height: 2.34rem;
    }
    .tltle .lit {
        font-size: 13px;
        line-height: 23px;
    }
    .home .homebantext {
        left: 20px;
        top: 162px;
        right: 20px;
    }
    .home .homebantext>div:nth-child(1) {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .home .homebantext>div:nth-child(2) {
        font-size: 13px;
        line-height: 25px;
    }
    .home .sy_banner1 .homebantext {
        right: 20px;
        left: 20px;
        top: 12%;
    }
    .home .sy_banner2 .homebantext {
        top: 12%;
        left: 20px;
        right: 20px;
    }
    .home .sy_banner4 .homebantext {
        top: 12%;
        left: 20px;
        right: 20px;
    }
    .home .sy_banner4 .homebantext>div:nth-child(1) {
        color: #fff;
    }
    .home .sy_banner4 .homebantext>div:nth-child(2) {
        color: #fff;
    }
    .home .sy_banner3 .homebantext {
        top: 12%;
        left: 20px;
        right: 20px;
    }
    .home .banner_swiper .swiper-pagination-bullet {
        width: 28px;
        height: 3px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 10px;
    }
    .home .ho_kysl i {
        display: none;
    }
    .tltle .zhu {
        margin-bottom: 13px;
    }
    .sy-zhuyao {
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url(/images/zhuyaobg-m.png);
        padding-bottom: 20px;
    }
    .home .ho_kysl>div .tltle {
        padding-top: 52px;
        padding-bottom: 35px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .home .ho_kysl>div .tltle .lit {
        text-align: left;
    }
    .home .ho_kysl .kysl_topul {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 40px;
    }
    .home .ho_kysl .kysl_bottext>div:nth-child(2) {
        margin: 12px auto 15px;
    }
    .home .ho_kysl .kysl_bottext>div:nth-child(3) {
        height: auto;
        font-size: 14px;
    }
    .home .ho_kysl .kysl_bottext>div:nth-child(3)>div {
        margin-bottom: 10px;
    }
    .home .ho_kysl .kysl_topul>div {
        width: 33.333%;
        margin-bottom: 25px;
    }
    .home .ho_kysl .kysl_topul>div>div:nth-child(1) span {
        font-size: 25px;
    }
    .home .ho_kysl .kysl_topul>div>div:nth-child(1) {
        font-size: 16px;
        margin-bottom: 9px;
    }
    .home .ho_kysl .kysl_topul>div>div:nth-child(2) {
        font-size: 13px;
        max-height: 56px;
        overflow-y: auto;
    }
    .home .flex3-1 {
        display: block;
    }
    .home .flex3-1>div {
        width: 100%;
        margin-bottom: 34px;
    }
    .home .ho_wjfz .tltle {
        position: relative;
        left: 0;
        top: 0;
        padding: 44px 20px;
        padding-top: 44px;
        width: auto;
        margin-bottom: 20px;
    }
    .home .ho_wjfz .wjfzdesc img {
        width: 100%;
        margin-bottom: 47px;
    }
    .home .ho_wjfz .wjfzdesc {
        padding-top: 0;
        padding-bottom: 0;
    }
    .home .ho_wjfz .kb {
        height: 3px;
        background: #fff;
    }
    .home .ho_qqbj .tltle {
        top: 26px;
        padding: 0 20px;
    }
    .home .ho_qqbj .tltle .lit {
        text-align: left;
    }
    .home .ho_zlhz .tltle .lit {
        text-align: left;
    }
    .home .qqbj-text {
        left: 42px;
        right: 42px;
        bottom: 53px;
        font-size: 13px;
        line-height: 23px;
        text-align: left;
        max-height: 64px;
        overflow-y: auto;
    }
    .home .ho_zlhz .tltle {
        padding-top: 46px;
        padding-bottom: 40px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .home .ho_zlhz {
        position: relative;
        text-align: center;
        color: #fff;
        width: 100%;
        height: auto;
        padding-bottom: 80px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url(/images/zlhzbg-m.png);
    }
    .home .ho_zlhz .zlhzdesc {
        width: auto;
        padding: 0 20px;
    }
    .home .ho_zlhz .zlhzdesc .zlhzflex>div {
        width: 25%;
        height: 40px;
        margin-bottom: 23px;
    }
    .home .ho_zlhz .zlhzdesc .zlhzflex>div img {
        width: 75px;
    }
    .home .ho_xwzx .tltle {
        padding-top: 45px;
        padding-bottom: 31px;
        text-align: center;
    }
    .home .ho_xwzx .xwzx_text {
        margin-bottom: 26px;
        background: #F7F7F7;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 29px;
        padding-bottom: 33px;
    }
    .home .ho_xwzx .xwzx_text>div:nth-child(1) {
        font-size: 13px;
    }
    .home .ho_xwzx .xwzx_text>div:nth-child(2) {
        font-size: 20px;
        margin-bottom: 21px;
        margin-top: 13px;
        height: auto;
    }
    .home .ho_xwzx .xwzx_text>div:nth-child(3) {
        font-size: 13px;
        height: auto;
        margin-bottom: 20px;
    }
    .home .ho_xwzx .xwzx_text>div:nth-child(4) {
        font-size: 13px;
    }
    .ho_xwzx {
        margin-bottom: 45px;
    }
    .home .ho_zlhz .swiper-container-horizontal>.swiper-pagination-bullets,
    .home .ho_zlhz .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 5%;
    }
}


/* 子页面 */

@media only screen and (max-width: 1100px) {
    .banner-hpone {
        position: relative;
    }
    .ph_banner_text {
        position: absolute;
        bottom: 46px;
        left: 20px;
        right: 20px;
        color: #FFFFFF;
    }
    .ph_banner_text>div:nth-child(1) {
        height: 49px;
        font-size: 25px;
        font-weight: bold;
    }
    .ph_banner_text>div:nth-child(2) {
        font-size: 13px;
        line-height: 20px;
    }
    .ph_banner_text>div:nth-child(2)>div:nth-child(1) {
        margin-bottom: 10px;
    }
    .ziyemian .tyindex-nav>div {
        line-height: 50px;
    }
    .ziyemian .nav-gotop {
        display: none;
    }
    .ziyemian .tyindex-nav {
        background: #F7F7F7;
    }
    .ziyemian .nav-ul {
        overflow-x: auto;
    }
    .ziyemian .nav-ul::-webkit-scrollbar {
        height: 0px;
    }
    .ziyemian .nav-li {
        width: auto;
        margin-right: 20px;
        font-size: 13px;
        white-space: nowrap;
    }
    .ziyemian .nav-li.done {
        color: #2760B3;
        background: none;
        border-bottom: 1px solid #2458A4;
        ;
    }
    .ziyemian .casels-yftd {
        flex-direction: column-reverse;
    }
    .ziyemian .casels-yftd .yftd_right {
        width: 100%;
    }
    .tyindex.fix .tyindex-nav {
        top: 47px;
    }
    .tyindex.fix .main {
        margin-top: 51px;
    }
    .ziyemian .casels-yftd .yftd_right .tltle {
        text-align: center;
        margin-top: 16px;
        margin-bottom: 1.36rem;
    }
    .ziyemian .casels-yftd .yftd_right .yftd_text {
        font-size: 13px;
        font-weight: 400;
        line-height: 23px;
        color: #666666;
        margin-bottom: 20px;
    }
    .ziyemian .casels-yftd .yftd_left {
        width: 100%;
        margin-top: 32px;
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .ziyemian .casels-yftd .yftd_left>div:nth-child(2) {
        margin: 0 auto;
        width: 80.11%;
        margin-top: 33px;
        font-size: 14px;
        font-weight: 400;
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .ziyemian .casels-yftd .yftd_left>div:nth-child(2)>div:nth-child(1) {
        font-size: 18px;
    }
    .ziyemian .casels-yftd .yftd_left>div:nth-child(2)>div:nth-child(1)::before {
        bottom: -9px;
    }
    .ziyemian .casels-ssspt {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
    }
    .ziyemian .casels-ssspt .lit {
        width: auto;
    }
    .ziyemian .casels-ssspt .tltle .lit {
        text-align: left;
    }
    .ziyemian .casels-ssspt .ssspt_desc ul {
        display: block;
        margin-top: 18px;
    }
    .ziyemian .casels-ssspt .ssspt_desc ul li {
        width: 100%;
        margin-bottom: 19px;
    }
    .ziyemian .casels-ssspt .ssspt_desc ul li .ssspt_deschid {
        position: relative;
        background: #F7F7F7;
        padding: 31px 20px 23px;
        height: auto;
    }
    .ziyemian .casels-ssspt .ssspt_desc ul li .ssspt_deschid>div:nth-child(1) {
        font-size: 17px;
        font-weight: 400;
        line-height: 20px;
        color: #2760B3;
    }
    .ziyemian .casels-ssspt .ssspt_desc ul li .ssspt_deschid>div:nth-child(2) {
        max-height: inherit;
        opacity: 1;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        color: #666666;
    }
    .ziyemian .casels-ssspt .ssspt_desc ul li:hover .ssspt_deschid {
        height: auto;
        padding-top: 31px;
    }
    .ziyemian .casels-ssspt .ssspt_desc ul li .ssspt_deschid::before {
        background: #2760B3;
        top: 25px;
        left: 20px;
    }
    .ziyemian .casels-ssspt .ssspt_desc ul li:hover .ssspt_deschid::before {
        top: 25px;
        left: 20px;
    }
    .ziyemian .casels-jcjg {
        background: #F7F7F7;
        padding-top: 43px;
        margin-bottom: 0;
    }
    .ziyemian .casels-jcjg .jcjgdesc ul {
        margin-top: 26px;
        padding-bottom: 40px;
    }
    .ziyemian .casels-jcjg .jcjgdesc ul li {
        width: 48%;
        border: none;
        margin-bottom: 10px;
    }
    .ziyemian .casels-jcjg .jcjgdesc ul li .jcjgtext img {
        width: 20%;
        padding-top: 19px;
    }
    .ziyemian .casels-jcjg .jcjgdesc ul li .jcjgdescbag img {
        height: 137px;
    }
    .ziyemian .casels-jcjg .jcjgdesc ul li .jcjgtext>div:nth-child(2) {
        font-size: 12px;
        line-height: 13px;
        margin-top: 10px;
        margin-bottom: 3px;
    }
    .ziyemian .casels-jcjg .jcjgdesc ul li .jcjgtext>div:nth-child(3) {
        font-size: 12px;
        line-height: 13px;
    }
    .ziyemian .casels-jcjg .jcjgdesc ul li .jcjgtext {
        background: #fff;
    }
    .ziyemian .casels-jcjg .jcjgdesc ul li:hover .jcjgtext {
        background: none;
    }
    .ziyemian .casels-hzjz .tltle .zhu {
        margin-bottom: 20px;
    }
    .ziyemian .casels-hzjz {
        background: #FFFFFF;
        padding: 44px 0;
    }
    .ziyemian .casels-hzjz .lit {
        text-align: left;
    }
    .ziyemian .casels-hzjz .hzjzdescls-m ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ziyemian .casels-hzjz .hzjzdescls-m ul li {
        width: 48%;
        height: 130px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #F7F7F7;
        margin-bottom: 20px;
    }
    .ziyemian .casels-hzjz .hzjzdescls-m ul li img {
        width: 36%;
    }
    .ziyemian .ban-text2>div>div:nth-child(1) {
        font-size: 33px;
        line-height: 46px;
    }
    .ziyemian .ban-text2>div>div:nth-child(2) {
        font-size: 13px;
        line-height: 15px;
        display: none;
    }
    .ziyemian .ban-text2 {
        bottom: 67%;
    }
    .ziyemian .jobls-wmtd {
        margin-top: 36px;
        margin-bottom: 45px;
    }
    .ziyemian .jobls .tltle .zhu {
        text-align: center;
    }
    .ziyemian .jobls-ptys .tltle {
        padding-top: 39px;
        margin-bottom: 30px;
    }
    .ziyemian .jobls-ptys ul {
        padding: 0;
    }
    .ziyemian .jobls-ptys ul li {
        margin-bottom: 28px;
        font-size: 13px;
    }
    .ziyemian .jobls-ptys ul li img {
        width: 45.744681%;
    }
    .ziyemian .jobls-ptys ul li i {
        width: 20%;
    }
    .ziyemian .jobls-ptys {
        padding-bottom: 0;
        background-image: none;
    }
    .ziyemian .jobls-ptys img {
        width: 100%;
    }
    .ziyemian .jobls-fldy {
        margin-top: 40px;
        padding-bottom: 44px;
    }
    .ziyemian .jobls-fldy ul {
        flex-wrap: wrap;
    }
    .ziyemian .jobls-fldy ul li {
        width: 30%;
        margin-bottom: 16px;
    }
    .ziyemian .jobls-fldy ul li:nth-child(3)>div {
        background-image: url(/images/fldy6.svg);
        padding-right: 0%;
        margin-right: -9.3%;
    }
    .ziyemian .jobls-fldy ul li>div>div {
        padding-top: 90%;
        font-size: 12px;
        line-height: 18px;
    }
    .ziyemian .jobls-fldy ul li>div>div::after {
        height: 1px;
    }
    .ziyemian .jobls-zplc ul li {
        width: 24%;
        background: none;
        line-height: 17px;
        font-weight: 500;
        color: #004DA0;
        text-align: left;
        font-size: 12px;
        margin-bottom: 11px;
    }
    .ziyemian .jobls-zplc ul li span {
        font-size: 14px;
        font-weight: 400;
        padding-right: 2px;
    }
    .ziyemian .jobls-zplc ul:nth-child(1) {
        margin-bottom: 0;
    }
    .ziyemian .jobls-zplc ul:nth-child(2)>li:nth-last-child(2) {
        width: 40%;
    }
    .ziyemian .jobls-zplc ul:nth-child(2)>li:nth-last-child(1) {
        width: 10%;
    }
    .ziyemian .jobls-zplc ul li::after {
        left: 85%;
        border-left: 7px solid #00AEEF;
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;
    }
    .ziyemian .jobls-zplc {
        padding-top: 12px;
        padding-bottom: 10px;
        margin-top: 38px;
        margin-bottom: 30px;
        border-top: 1px solid #E6E6E6;
        border-bottom: 1px solid #E6E6E6;
    }
    .ziyemian .jobls-jlls .jlls-sousuo input {
        font-size: 13px;
        line-height: 37px;
    }
    .ziyemian .jobls-jlls .jllsbot {
        font-size: 13px;
        line-height: 37px;
    }
    .ziyemian .jobls-jlls .jlls-sousuo img {
        width: 13px;
    }
    .aboutls .abo_zzs {
        flex-wrap: wrap;
    }
    .aboutls .abo_zzs>div {
        width: 100%;
    }
    .aboutls .abo_zzs>div:nth-child(2)>div {
        padding: 0 20px;
        margin-top: 1.48rem;
        margin-bottom: 1rem;
        max-height: inherit;
    }
    .aboutls .abo_zzs .zzs_abso {
        top: 2.57rem;
        right: 20px;
        left: 20px;
        width: auto;
    }
    .aboutls .abo_zzs>div:nth-child(2) .tltle {
        margin-top: 4.91rem;
    }
    .aboutls .tltle .zhu {
        margin-bottom: 1.48rem;
    }
    .aboutls .abo_zzs .abo_zzstfl {
        flex-wrap: wrap;
    }
    .aboutls .abo_zzs .abo_zzstfl>div {
        width: auto;
        padding-left: 1.28rem;
        margin-bottom: 2.1rem;
    }
    .aboutls .abo_zzs .abo_zzstfl>div>div:nth-child(1) {
        width: 12rem;
    }
    .aboutls .abo_zzs .abo_zzstfl>div>div:nth-child(2)::before {
        width: 6px;
        height: 6px;
        top: .5rem;
    }
    .aboutls .abo_jzjs .tltle {
        width: 18.3rem;
    }
    .aboutls .abo_cybj-m .abo_cybj_ul {
        padding: 3.43rem 0 1.5rem;
    }
    .aboutls .abo_cybj-m .abo_cybj_ul .abo_cybj_li {
        margin-bottom: 2.42rem;
    }
    .aboutls .abo_cybj-m .abo_cybj_ul .abo_cybj_li .abo_cybjtitle {
        font-size: 1.79rem;
        font-weight: 500;
        line-height: 2.34rem;
        color: #0062CC;
        margin-bottom: 20px;
    }
    .aboutls .abo_cybj-m .abo_cybj_ul .abo_cybj_li .abo_cybjtitle2 {
        font-size: 1.3rem;
        font-weight: bold;
        line-height: 1.95rem;
        color: #333333;
        margin-top: .27rem;
        margin-bottom: 1.4rem;
    }
    .aboutls .abo_cybj-m .abo_cybj_ul .abo_cybj_li ul li {
        background: #F7F7F7;
        margin-bottom: 1.8rem;
    }
    .aboutls .abo_cybj-m .abo_cybj_ul .abo_cybj_li ul li img {
        width: 100%;
    }
    .aboutls .abo_cybj-m .abo_cybj_ul .abo_cybj_li ul li .cybj_xiaobiao {
        padding: 2.06rem 1.7rem 1.13rem;
        font-size: 1.17rem;
        font-weight: bold;
        line-height: 1.4rem;
        color: #0062CC;
    }
    .aboutls .abo_cybj-m .abo_cybj_ul .abo_cybj_li ul li .cybj_desc {
        padding: 0 1.7rem 2.8rem;
        font-size: 0.93rem;
        font-weight: 400;
        line-height: 1.56rem;
        color: #666666;
    }
    .aboutls .abo_pgs .abo_pgsdesc {
        padding-top: 2.92rem;
    }
    .aboutls .abo_pgs .abo_pgwenzi {
        max-height: inherit;
        overflow-y: inherit;
    }
    .aboutls .abo_qyzr ul li .qyzrtextbott {
        max-height: inherit;
        overflow-y: inherit;
        padding-right: 0;
    }
    .ziyemian .casels-yftd .yftd_right .yftd_text {
        max-height: inherit;
        overflow-y: inherit;
    }
    .ziyemian .jobls-wmtd .lit {
        width: 100%;
    }
    .aboutls .abo_pgs .abo_pgsdesc {
        display: flex;
        flex-wrap: wrap;
        padding-top: 2.92rem;
        padding-bottom: 0rem;
        flex-direction: column-reverse;
    }
    .aboutls .abo_pgs .abo_pgstext {
        width: 100%;
        padding-top: 0;
        padding-bottom: 2.65rem;
    }
    .aboutls .abo_pgs .abo_pgstext .tltle .zhu {
        text-align: center;
        margin-bottom: .9rem;
    }
    .aboutls .abo_pgs .abo_pgsimg {
        width: 100%;
    }
    .aboutls .abo_pgs .abo_pgstext>i {
        width: 102%;
        top: auto;
        bottom: -1.3rem;
    }
    .aboutls .abo_pgs.abo_qqlx .abo_pgsdesc {
        flex-direction: column;
        padding-top: 4rem;
    }
    .aboutls .abo_pgs::before {
        display: none;
    }
    .aboutls .abo_pgs.abo_qqlx::before {
        display: none;
    }
    .aboutls .abo_qywh .abo_qywhdesc ul {
        display: block;
    }
    .aboutls .abo_qywh .abo_qywhdesc ul li {
        width: 100%;
        margin-bottom: 1.6rem;
    }
    .aboutls .abo_qywh .abo_qywhdesc ul li>div {
        padding: 4rem 4.6rem 5rem;
    }
    .aboutls .abo_qywh .abo_qywhdesc ul li .qywh_lm {
        margin-top: 2.9rem;
        font-size: 1.4rem;
        margin-bottom: 1.17rem;
    }
    .aboutls .abo_qywh .abo_qywhdesc ul li .qywh_img {
        width: 3.2rem;
    }
    .aboutls .abo_qywh .abo_qywhdesc ul li .qywh_lm::before {
        width: 3.2rem;
        top: -1.17rem;
    }
    .aboutls .abo_qywh {
        padding: 1.7rem 0 2.2rem;
    }
    .aboutls .abo_qylc .tltle {
        margin-top: 3.12rem;
    }
    .aboutls .abo_qylc .tltle .zhu {
        margin-bottom: 1.2rem;
    }
    .aboutls .abo_qylc ul li .qylc_al>div:nth-child(2n+1) {
        width: 44%;
    }
    .aboutls .abo_qylc ul li:nth-child(2n+1) .qylc_zi {
        left: 1.79rem;
    }
    .aboutls .abo_qylc ul li:nth-child(2n+1) .qylc_zi>div:nth-child(1)::before {
        width: 1.35rem;
        right: calc(100% + 0.5rem);
    }
    .aboutls .abo_qylc .qylc_main {
        padding: 0 20px;
    }
    .aboutls .abo_qylc ul li .qylc_zi>div:nth-child(1) span.bai {
        padding-right: .5rem;
    }
    .aboutls .abo_qylc ul li .qylc_zi {
        padding-bottom: 6.6rem;
    }
    .aboutls .abo_qylc ul li .qylc_zi>div:nth-child(1) {
        font-size: 2.1rem;
        line-height: 2.65rem;
    }
    .aboutls .abo_qylc ul li .qylc_zi>div:nth-child(2) {
        font-size: 0.93rem;
        line-height: 1.4rem;
    }
    .aboutls .abo_qylc ul li .qylc_qiu {
        margin-top: .76rem;
    }
    .aboutls .abo_qylc ul li .tu2010 {
        line-height: 2.65rem;
    }
    .aboutls .abo_qylc ul li .qylc_xian {
        top: 2.6rem;
    }
    .aboutls .abo_qylc ul li:nth-child(2n) .qylc_zi>div:nth-child(1)::before {
        width: 7.6rem;
        left: auto;
        right: 0;
    }
    .aboutls .abo_qylc ul li .tu2012 img {
        width: 8.33rem;
        margin-top: -1.15rem;
        margin-left: 1.6rem;
    }
    .aboutls .abo_qylc ul li .tu2017 img {
        width: 6.07rem;
        margin-top: -0.45rem;
    }
    .aboutls .abo_qylc ul li .tu2020 img {
        width: 4.3rem;
        margin-top: -.4rem;
        margin-left: 4.6rem;
    }
    .aboutls .abo_qylc ul li:nth-last-child(1) .qylc_zi {
        padding-bottom: 4rem;
    }
    .aboutls .abo_qyzr .tltle {
        width: auto;
    }
    .aboutls .abo_qyzr .tltle {
        margin: 3.1rem 20px 3.1rem;
        text-align: center;
    }
    .aboutls .abo_qyzr .tltle .lit {
        text-align: left;
    }
    .aboutls .abo_qyzr ul li .qyzrtext {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        border: none;
        background: #FAFAFA;
        padding-bottom: 0;
    }
    .aboutls .abo_qyzr ul li .qyzrtext>div {
        padding: 1.9rem 20px 2.7rem;
        width: auto;
    }
    .aboutls .abo_qyzr ul li {
        margin-bottom: 2.7rem;
    }
    .aboutls .abo_qyzr ul {
        margin-bottom: 5.95rem;
    }
    .ziyemian .casels .ban-text2 {
        flex-direction: row;
        padding-left: 20px;
        bottom: 27%;
    }
    .ziyemian .casels-zlsq .tltle {
        padding-top: 2.1rem;
        padding-bottom: 2.06rem;
        padding-right: 20px;
        padding-left: 20px;
    }
    .ziyemian .casels-zlsq ul {
        background-image: url(/images/zlsqbg-en-m.svg);
        padding-bottom: 63%;
    }
    .ziyemian .casels-zlsq ul li {
        width: 29.5%;
        height: 0;
        padding-bottom: 19.357143%;
        margin-bottom: 12.4%;
        margin-top: 6.3%;
        position: relative;
    }
    .ziyemian .casels-zlsq .lit {
        width: auto;
    }
    .ziyemian .casels-zlsq .tltle .zhu {
        margin-bottom: .55rem;
    }
    .ziyemian .casels-zyry .tltle .zhu {
        margin-bottom: .55rem;
    }
    .ziyemian .casels-zlsq ul li>div span {
        font-size: 1.64rem;
        font-weight: bold;
        line-height: 2.06rem;
        color: #0066D2;
        margin-right: 5px;
    }
    .ziyemian .casels-zlsq ul li>div {
        font-size: 17px;
    }
    .ziyemian .casels-zlsq {
        padding-bottom: 4.17rem;
    }
    .ziyemian .casels-zyry .tltle {
        padding-top: 3.43rem;
        padding-bottom: 2.8rem;
    }
    .ziyemian .casels-zyry ul {
        margin-bottom: 3.22rem;
        justify-content: space-between;
    }
    .ziyemian .casels-zyry ul li {
        width: 48%;
        margin-right: 0;
        margin-bottom: 2.23rem;
    }
    .ziyemian .casels-zyry ul li>div>div:nth-child(2) {
        font-size: 12px;
        line-height: 15px;
    }
    .newls-chos {
        justify-content: center;
        margin-bottom: 2.69rem;
        margin-top: 2.69rem;
    }
    .newls-chos>div {
        width: 9.74rem;
        height: 3.34rem;
        line-height: 3.34rem;
        padding: 0;
        text-align: center;
        font-size: 0.93rem;
    }
    .newls .newlsul>div {
        border: none;
        padding-bottom: 4rem;
        margin-bottom: 0;
    }
    .newls .newlsul li:hover .newls_desc .newls_text>div:nth-child(3) {
        color: #666666;
        background: none;
    }
    .newls .newlsul .newls_day {
        display: none;
    }
    .newls .newlsul .newls_desc {
        width: 100%;
    }
    .newls .newlsul .newls_desc>a {
        padding-top: 0;
        display: block;
        background: #F7F7F7;
        margin-bottom: 1.83rem;
    }
    .newls .newlsul .newls_desc>a>div:nth-child(1) {
        width: 100%;
    }
    .new .newdesc img {
        width: 100% !important;
        height: auto !important;
    }
    .newls .newlsul .newls_desc>a>div:nth-child(1)>div {
        margin-bottom: 0;
        height: auto;
    }
    .newls .newlsul .newls_desc>a>div:nth-child(2) {
        width: auto;
    }
    .newls .newlsul .newls_desc .newls_text>div:nth-child(3) {
        position: relative;
        bottom: 0;
        width: auto;
        height: auto;
        font-size: 0.93rem;
        line-height: 1.25rem;
        color: #666666;
        border: none;
        background: none;
        text-align: left;
        padding-bottom: 2.24rem;
    }
    .newls .newlsul .newls_desc {
        border-bottom: none;
    }
    .newls .newlsul>div ul li:nth-last-child(1) {
        border-bottom: none;
    }
    .newls .newlsul .newls_desc .newls_text>div:nth-child(3)::after {
        line-height: 1.25rem;
        left: .86rem;
        bottom: auto;
        top: -1px;
        position: relative;
        color: #034FA3;
    }
    .newls .newlsul .newls_desc .newlsday {
        padding-left: 1.39rem;
        font-size: 0.93rem;
        line-height: 0.36rem;
        color: #808080;
        padding-top: 2rem;
        padding-bottom: .94rem;
    }
    .newls .newlsul .newls_desc .newls_text {
        padding-left: 1.39rem;
        padding-right: 1.39rem;
        width: auto;
    }
    .newls .newlsul .newls_desc .newls_text>div:nth-child(1) {
        font-size: 1.4rem;
        line-height: 2.1rem;
        padding-bottom: 1.54rem;
    }
    .newls .newlsul .newls_desc .newls_text>div:nth-child(2) {
        font-size: 0.93rem;
        line-height: 1.64rem;
        color: #666666;
        padding-bottom: 4.24rem;
    }
    .newls .newlsul .swiper-button-next,
    .newls .newlsul .swiper-button-prev {
        bottom: 2rem;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .newls .newlsul .swiper-button-next {
        right: 38%;
    }
    .newls .newlsul .swiper-button-prev {
        left: 38%;
    }
    .newls .newlsul .swiper-button-next:after,
    .newls .newlsul .swiper-button-prev:after {
        font-size: 12px;
    }
    .newls .newlsul {
        margin-top: 0%;
    }
    .new .title {
        line-height: 2.1rem;
        font-size: 1.4rem;
        margin-top: 20px;
    }
    .new .newsj {
        position: relative;
        margin: 10px auto 30px;
    }
    .new .newchos .new-next {
        width: 148px;
        height: 39px;
        text-align: center;
        border: 1px solid #0062CC;
    }
    .new .newchos .new-next a {
        font-size: 14px;
        line-height: 39px;
    }
    .new .newchos {
        margin-top: 20px;
        padding-top: 20px;
    }
    .ziyemian .jobls .tltle .zhu {
        margin-bottom: 1.36rem;
    }
    .ziyemian .jobls-jlls .jlls-name {
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.93rem;
        color: #333333;
    }
    .jlls_desc {
        overflow: hidden;
    }
    .ziyemian .jobls-jlls .jlls-topdesc {
        display: flex;
        margin-top: 16px;
        margin-bottom: 2.1rem;
        font-size: 0.93rem;
        font-weight: 400;
        line-height: 1.4rem;
        color: #666666;
    }
    .ziyemian .jobls-jlls .jlls-topdesc>div {
        margin-right: .62rem;
    }
    .ziyemian .jobls-jlls .jlls-topdesc>div::before {
        right: -.32rem;
        bottom: .2rem;
        top: .2rem;
    }
    .ziyemian .jobls-jlls .jlls-close {
        width: 14px;
    }
    .jobls-jlls .swiper-container-horizontal>.swiper-pagination-bullets,
    .jobls-jlls .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 2.45rem;
    }
    .ziyemian .jobls-jlls .jlls_desc ul {
        padding-bottom: 6.47rem;
    }
    .ziyemian .jobls-jlls .jlls_desc li {
        padding-top: 2.45rem;
    }
    .ziyemian .jobls-jlls .jlls-jd>div>div:nth-child(1) {
        font-size: 0.93rem;
        line-height: 1.4rem;
        margin-bottom: .47rem;
    }
    .ziyemian .jobls-jlls .jlls-jd>div>p {
        font-size: 0.93rem;
        line-height: 1.4rem;
    }
    .ziyemian .jobls-jlls .jlls_desc li .jlls-hid>div {
        padding-bottom: 3.16rem;
    }
    .ziyemian .jobls-jlls .sqzw {
        text-align: center;
        font-size: 0.7rem;
        width: 9.51rem;
        line-height: 2.34rem;
    }
    .ziyemian .jobls-jlls .jlls-jd {
        margin-bottom: 2.45rem;
    }
    .ziyemian .contact .ban-text2 {
        bottom: 30%;
    }
    .ziyemian .jobls-szxz {
        display: none;
    }
    .ziyemian .contact-xzgg .xzggli .xzgg_nianfen {
        display: none;
    }
    .ziyemian .contact-xzgg .xzggli .xzggshijian {
        display: none;
    }
    .ziyemian .contact-xzgg .xzggli .xzgg_xiazai {
        width: 100%;
    }
    .ziyemian .contact-xzgg .xzggli .xzggname img.show {
        display: none;
    }
    .ziyemian .contact-xzgg .xzggli .xzggname img.hid {
        display: none;
    }
    .ziyemian .contact-xzgg .xzggli .xzggname {
        font-size: 1.09rem;
        font-weight: 400;
        line-height: 1.64rem;
        color: #333333;
    }
    .ziyemian .contact-xzgg .xzggli .xzggname>div {
        margin-top: .78rem;
        font-size: 0.93rem;
        font-weight: 400;
        line-height: 1.87rem;
        color: #929898;
        padding-bottom: 1.95rem;
    }
    .ziyemian .contact-xzgg .xzggli .xzggname {
        width: 80%;
    }
    .ziyemian .contact-xzgg .xzggli .xzgg_xiazai li:hover .hid {
        display: none;
    }
    .ziyemian .tyindex-ul .tyindex-li:nth-child(3) .xzgg_xiazai ul:nth-child(1) {
        display: none;
    }
    .ziyemian .tyindex-ul .tyindex-li:nth-child(1) .xzgg_xiazai ul:nth-child(2) {
        display: none;
    }
    .ziyemian .tyindex-ul .tyindex-li:nth-child(3) .xzgg_xiazai ul:nth-child(2) {
        display: inherit;
    }
    .ziyemian .contact-xzgg .xzggli .xzgg_xiazai li:hover .xzggdown .hid {
        display: inline;
    }
    .ziyemian .contact-xzgg .xzggli .xzgg_xiazai ul li {
        border-bottom: 1px solid #E1E1E1;
    }
    .ziyemian .contact-xzgg .xzggli .xzgg_xiazai li>div {
        height: auto;
    }
    .ziyemian .contact-gsgl .tltle .zhu {
        text-align: center;
        margin-bottom: 1.4rem;
    }
    .ziyemian .contact-gsgl img {
        margin-top: 1.4rem;
    }
    .ziyemian .contact-gscy .swiper-pagination .swiper-pagination-bullet {
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.4rem;
        color: #000000;
    }
    .ziyemian .contact-gscy .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        font-size: 1.25rem;
    }
    .ziyemian .contact-gscy .swiper-pagination .swiper-pagination-bullet {
        width: auto;
    }
    .ziyemian .contact-gscy .swiper-pagination {
        padding-right: 20px;
        padding-left: 20px;
        display: flex;
        justify-content: space-between;
        top: -3.7rem;
        width: auto;
    }
    .ziyemian .contact-gscy {
        padding-top: 6.39rem;
    }
    .ziyemian .gscy_desc li {
        width: 47%;
    }
    .ziyemian .gscy_desc li:nth-child(4n+2) {
        margin-left: 0%;
        margin-right: 0%;
    }
    .ziyemian .gscy_desc li:nth-child(4n+3) {
        margin-left: 0%;
        margin-right: 0%;
    }
    .ziyemian .gscy_desc ul {
        justify-content: space-between;
    }
    .ziyemian .gscy_desc li>div:nth-child(2) {
        bottom: -0;
    }
    .ziyemian .gscy_desc li>div:nth-child(2)>div:nth-child(1)>div:nth-child(2) {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.4rem;
        color: #FFFFFF;
        padding-top: 13px;
        padding-bottom: 1rem;
    }
    .ziyemian .gscy_desc li>div:nth-child(2) {
        font-size: 0.39rem;
        font-weight: 400;
        line-height: 0.62rem;
        color: #FFFFFF;
    }
    .ziyemian .gscy_desc li>div:nth-child(2)>div:nth-child(2) {
        bottom: 14px;
        font-size: 14px;
    }
    .ziyemian .contact-mb>div {
        bottom: 15%;
    }
    .ziyemian .contact-mb .contact-li>div {
        display: block;
    }
    .ziyemian .contact-mb .contact-li>div>div {
        width: auto;
    }
    .ziyemian .contact-mb .contact-litext {
        width: auto;
        padding: 20px 20px;
    }
    .ziyemian .contact-mb .swiper-button-next,
    .ziyemian .contact-mb .swiper-button-prev {
        bottom: 5%;
    }
    .ziyemian .contact-mb .contact-litext>div:nth-child(3) {
        max-height: 10rem;
        overflow-y: auto;
    }
    .ziyemian .contact-mb .swiper-button-next,
    .ziyemian .contact-mb .swiper-button-prev {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .ziyemian .contact-mb .swiper-button-next:after,
    .ziyemian .contact-mb .swiper-button-prev:after {
        font-size: 12px;
    }
    .ziyemian .contact-mb .swiper-button-prev {
        left: 48%;
    }
    .ziyemian .zyry-mb .zyryimg .zyry-back {
        right: 1rem;
        top: -1.75rem;
    }
    .ziyemian .contact-mb .mb-back {
        right: 7%;
        top: 3%;
    }
    .ziyemian .contact-mb .contact-litext>div:nth-child(2) {
        font-size: 25px;
    }
    .ziyemian .contact-mb .contact-litext>div:nth-child(1) {
        font-size: 20px;
    }
    .ziyemian .contactmo .ditu_m .ditu_m_title {
        font-size: 1.79rem;
        padding: 3.19rem 20px 1.95rem;
        font-weight: bold;
        line-height: 2.53rem;
        color: #0056B3;
    }
    .ziyemian .contactmo .ditu_m ul li .dizhi_m {
        font-size: 1.17rem;
        font-weight: bold;
        line-height: 1.4rem;
        color: #236DBD;
        margin-left: 20px;
        margin-right: 20px;
        padding-bottom: 1rem;
        border-bottom: 1px solid #E6E6E6;
    }
    .ziyemian .contactmo .ditu_m ul li .ditu_text {
        font-size: 0.93rem;
        margin-left: 20px;
        font-weight: 500;
        line-height: 1.4rem;
        color: #666666;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 2.6rem;
        margin-top: .7rem;
    }
    .ziyemian .contactmo .ditu_m ul li .dizhi_m img {
        width: .59rem;
        padding-right: 10px;
    }
    .ziyemian .contactmo .ditu_m ul li .ditumain_m {
        width: 100%;
        height: 15.7rem;
    }
    .ziyemian .contactmo .contactmo_bot ul li {
        width: 100%;
    }
    .ziyemian .contactmo .ditu_m ul li {
        margin-bottom: 3rem;
    }
    .ziyemian .contactmo .ditu_m ul li:nth-last-child(1) {
        margin-bottom: 0;
    }
    .ziyemian .contactmo .contactmo_bot {
        padding-top: 5.41rem;
    }
    .ziyemian .pro_div {
        display: block;
    }
    .ziyemian .pro_div>div:nth-child(1) {
        width: 100%;
    }
    .ziyemian .pro_div>div:nth-child(2) {
        width: auto;
        padding-right: 0;
        padding-left: 0px;
        padding-top: 40px;
    }
    .ziyemian .pro_div.fix1>div:nth-child(2) {
        padding-top: 90px;
    }
    .ziyemian .pro_div .pro_chos .pro_ul {
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
        display: none;
        background: #fff;
        width: auto;
        margin: 0;
    }
    .ziyemian .pro_div .pro_desc .desc_title {
        padding: 0 20px;
        font-size: 25px;
        line-height: 38px;
    }
    .ziyemian .prols .pro_div .pro_desc .desc_desc {
        padding: 17px 20px 32px;
        width: auto;
        font-size: 13px;
        line-height: 20px;
    }
    .ziyemian .prols .pro_div .pro_desc .desc_gxlc {
        padding: 0 20px 0;
    }
    .ziyemian .prols .pro_desc .desc_gxlc .gxlc_title {
        padding: 0;
        margin-bottom: 20px;
    }
    .ziyemian .prols .pro_desc .desc_gxlc .gxlc_desc ul {
        padding: 0;
    }
    .ziyemian .pro_div .pro_desc .desc_sbys .sbys_title {
        padding: 0;
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 28px;
    }
    .ziyemian .pro_div .pro_desc .desc_sbys {
        margin-top: 20px;
        padding: 37px 20px 36px;
        background: #FAFBFC;
    }
    .ziyemian .prols .pro_desc .desc_gongxv {
        padding: 0;
    }
    .ziyemian .jobls .swiper-button-next,
    .ziyemian .jobls .swiper-button-prev {
        width: 30px;
        height: 30px;
        bottom: 3%;
    }
    .ziyemian .jobls .swiper-button-next:after,
    .ziyemian .jobls .swiper-button-prev:after {
        font-size: 12px;
    }
    .ziyemian .jobls .swiper-button-prev {
        left: 38%;
    }
    .ziyemian .jobls .swiper-button-next {
        right: 38%;
    }
    .ziyemian .jlls-sousuo {
        display: none;
    }
    .ziyemian .pro_div .pro_chos .kongge {
        margin-top: 0rem;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        color: #333333;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 50px;
        position: relative;
        white-space: nowrap;
        background: #F7F7F7;
        margin-right: 40px;
        overflow: hidden;
    }
    .ziyemian .pro_div.fix1 .pro_chos {
        position: fixed;
        top: 48px;
        left: 0;
        right: 0;
        z-index: 2;
    }
    .ziyemian .pro_div .pro_chos::after {
        position: absolute;
        content: "^";
        right: 12px;
        top: -4px;
        font-size: 20px;
        line-height: 50px;
        transform: rotate(180deg);
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .ziyemian .pro_div .pro_chos.done::after {
        top: -0;
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
    .ziyemian .pro_div>div:nth-child(1) {
        background: #F7F7F7;
        overflow: hidden;
        /* height: auto; */
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
    }
    .ziyemian .pro_div .desc_sbys ul li {
        width: 100%;
    }
    .ziyemian .pro_div .desc_sbys ul li>div {
        padding: 28px 20px 40px;
    }
    .ziyemian .profangan .pro_div .desc_sbys ul li>div>div:nth-child(1) {
        font-size: 15px;
        line-height: 18px;
        height: 28px;
        margin-bottom: 10px;
    }
    .ziyemian .profangan .pro_div .desc_sbys ul li>div>div:nth-child(2) {
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        height: auto;
        color: #666666;
    }
    .ziyemian .prols .pro_desc .desc_gongxv_li .gongxv_top {
        line-height: 55px;
        margin: 0 20px;
    }
    .ziyemian .prols .pro_desc .desc_gongxv_li:nth-child(1) .gongxv_top {
        border-top: 0px solid #EBEBEB;
    }
    .ziyemian .prols .pro_desc .desc_gongxv_li .gongxv_top>div:nth-child(1) {
        font-size: 15px;
        padding-left: 20px;
    }
    .ziyemian .prols .pro_desc .desc_gongxv_li .gongxv_top>div:nth-child(2) {
        font-size: 20px;
    }
    .ziyemian .prols .pro_desc .desc_gongxv_li .gx11 {
        padding-top: 22px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .ziyemian .prols .pro_desc .desc_gongxv_li .gx11 .gx11_text>div:nth-child(1) {
        font-size: 17px;
        line-height: 23px;
        margin-top: 23px;
        margin-bottom: 10px;
    }
    .ziyemian .prols .pro_desc .desc_gongxv_li .gx11 .gx11_text>div:nth-child(2) {
        font-size: 13px;
        line-height: 20px;
        color: #666666;
        margin-bottom: 18px;
    }
    .ziyemian .prols .pro_desc .desc_gongxv_li .tstitle {
        padding-left: 34px;
        font-size: 14px;
        line-height: 29px;
        margin-bottom: 22px;
    }
    .ziyemian .prols .pro_desc .desc_gongxv_li .tstitle::before {
        left: 20px;
        width: 2px;
        top: 7px;
        height: 13px;
    }
    .ziyemian .prols .pro_desc .desc_gongxv_li .gx13 {
        padding-top: 31px;
        padding-bottom: 20px;
    }
    .ziyemian .prols .pro_desc .desc_gongxv_li .gx13 ul li {
        width: 48%;
        height: 95px;
        margin-bottom: 10px;
    }
    .ziyemian .prols .pro_desc .desc_gongxv_li .gx13 ul {
        padding: 0 20px;
    }
    .ziyemian .prols .pro_desc .desc_gongxv_li .gx13 ul li>div {
        padding-left: 20px;
        font-size: 13px;
        line-height: 20px;
    }
    .ziyemian .prols .pro_desc .desc_gongxv_li .gx13 ul li>div::before {
        left: 6px;
    }
    .ziyemian .prols .pro_desc .desc_gongxv_li .gx14 {
        padding-bottom: 36px;
    }
    .ziyemian .prols .pro_desc .desc_gongxv_li .gx14 .phone-port {
        padding: 0 20px;
    }
    .ziyemian .prols .pro_desc .desc_gongxv_li .gx15 .gx15desc {
        padding: 0 20px;
    }
    .ziyemian .prols .pro_desc .desc_gongxv_li .gongxv_top>div:nth-child(2).zhuan {
        left: 3px;
    }
    .ziyemian .prols .pro_desc .desc_gongxv_li .gx14>div:nth-child(2) {
        padding: 0 20px;
    }
    .ziyemian .prols .pro_desc .desc_gongxv_li .gx15desc>div:nth-child(2) {
        display: block;
        padding-top: 22px;
    }
    .ziyemian .prols .pro_desc .desc_gongxv_li .gx15desc>div:nth-child(2)>div {
        width: 100%;
        margin-bottom: 10px;
    }
    .ziyemian .prols .pro_desc .desc_gongxv_li .gx15 {
        padding: 0 0 30px;
    }
    .ziyemian .pro_div .pro_desc>div {
        padding-bottom: 70px;
    }
    .ziyemian .pro_div .pro_desc .desc_desc {
        padding: 17px 20px 32px;
        width: auto;
        font-size: 13px;
        line-height: 20px;
    }
    .ziyemian .pro_div .desc_sbys ul li>div>div:nth-child(2) {
        height: auto;
    }
    .ziyemian .pro_sb .pro_div .desc_sbys ul li>div>div:nth-child(1) {
        font-size: 15px;
        line-height: 25px;
    }
    .ziyemian .pro_sb .pro_div ul li {
        margin-bottom: 10px;
    }
    .ziyemian .pro_div .desc_sbzs {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 39px;
        padding-bottom: 24px;
    }
    .ziyemian .pro_div .desc_sbzs .sbzs_title {
        font-size: 20px;
        line-height: 28px;
    }
    .ziyemian .pro_sb .pro_div ul li>div:nth-child(2) {
        padding-bottom: 20px;
        font-size: 13px;
        padding-left: 15px;
        padding-top: 19px;
    }
    .ziyemian .pro_sb .pro_div .pro_desc>div {
        padding-bottom: 40px;
    }
    .ziyemian .pro_sb .pro_div ul li>div:nth-child(2)::before {
        top: 31px;
        left: 0;
        width: 4px;
        height: 4px;
    }
    .ziyemian .pro_div .pro_desc .profw_ls ul {
        display: block;
        padding: 0 20px;
    }
    .ziyemian .pro_div .pro_desc .profw_ls ul li {
        width: 100%;
    }
    .ziyemian .pro_div .desc_jbsx .jbsx_title {
        font-size: 20px;
        line-height: 28px;
    }
    .ziyemian .pro_div .desc_jbsx {
        padding: 0 20px;
    }
    .ziyemian .pro_div .desc_jbsx .jbsx_desc ul li {
        padding-left: 20px;
        font-size: 13px;
        line-height: 20px;
        padding: 10px 0;
    }
}