@font-face {
    font-family: 'maiweiFont';
    src: url('https://www.maxwell-gp.com/css/font/PINGFANG%20HEAVY.ttf');
    /* src: url('/css/font/13726_u.ttf')
    ,url('/css/font/13727_u.ttf')
    ,url('/css/font/13728_u.ttf')
    ,url('/css/font/13729_u.ttf')
    ,url('/css/font/14459_UB.TTF')
    ,url('/css/font/14460_u.ttf')
    ,url('/css/font/14461_UB.TTF')
    ,url('/css/font/14462_u.ttf')
    ,url('/css/font/HELVETICA-BLACK.otf')
    ,url('/css/font/HELVETICA-LIGHT.otf')
    ,url('/css/font/PINGFANG BOLD.ttf')
    ,url('/css/font/PINGFANG EXTRALIGHT.ttf')
    ,url('https://www.maxwell-gp.com/css/font/PINGFANG%20HEAVY.ttf')
    ,url('/css/font/PINGFANG LIGHT.ttf')
    ,url('/css/font/PINGFANG MEDIUM.ttf')
    ,url('/css/font/PINGFANG REGULAR.ttf');  */
}

html {
    font-size: 1.04166666vw;
}

body {
    font-family: 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
    margin: auto;
}

.main {
    position: relative;
    line-height: 1.5;
}

.yf {
    max-width: 72.92%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.yuanfang {
    max-width: 75%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

body {
    overflow: hidden;
}

a {
    color: #0056B5;
}

img {
    max-width: 100%;
}

.home-head {
    position: absolute;
    /* position: fixed; */
    z-index: 999;
    left: 0;
    right: 0;
    background: #fff;
    top: 0;
}

header .liebiao {
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 0 0 120px;
    background: #fff;
    position: fixed;
    justify-content: space-between;
    background: #fff;
    line-height: 90px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

header .liebiao .pc-top-logo .hid {
    display: none;
}

header .liebiao.bannershow .pc-top-logo .hid {
    display: inline;
}

header .liebiao.bannershow .pc-top-logo .show {
    display: none;
}

header .liebiao {
    background: none;
}

header .liebiao.bannershow {
    background: #fff;
}

header .liebiao.bannershow .daohan li>a {
    color: #4C4C4C;
}

header .liebiao .daohan {
    line-height: 90px;
    font-weight: 400;
    font-size: 1rem;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

header .liebiao .daohan li>a {
    color: #fff;
    display: block;
}

header .liebiao .daohan li a {
    color: #fff;
    position: relative;
}

header .liebiao .daohan li>a::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 0;
    height: 2px;
    background: #034FA3;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all .0s ease;
    -webkit-transition: all .0s ease;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transition: all .0s ease;
    -ms-transition: all .0s ease;
    -o-transition: all .0s ease;
}

header .liebiao .daohan li:hover>a::before {
    width: 0%;
}

header .liebiao .daohan li.done>a::before {
    width: 0%;
}

.banner_home {
    position: relative;
    overflow: hidden;
}

header .liebiao .daohan li:hover>a {
    color: #0056B5;
}

header .liebiao .daohan li.done {
    background: #0056B5;
}

header .liebiao .daohan li.done>a {
    color: #fff;
}

header .liebiao .daohan ul {
    display: flex;
}

header .liebiao .daohan ul li {
    padding-left: 23px;
    padding-right: 23px;
    position: relative;
}

header .liebiao .daohan .naverji {
    line-height: 25px;
    font-size: 16px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 12px;
}

header .liebiao .daohan .naverji>div {
    line-height: 60px;
    background: #fff;
    height: 0;
    font-size: .9rem;
    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;
}

header .liebiao .daohan .naverji>div a {
    line-height: 60px;
    display: block;
    color: #333;
}

header .liebiao .daohan .naverji>div:hover {
    background: #0056B3;
}

header .liebiao .daohan .naverji>div:hover a {
    color: #fff;
    background: #0056B3;
}

header .liebiao .daohan ul li:hover .naverji>div {
    height: 60px;
}


/* header .liebiao:hover{
    background: #011b37;
    line-height: 63px;
}
header .liebiao:hover .scol{
    margin-top: 0;
}
header .liebiao:hover .daohan{
    line-height: 63px;
} */

header .scol {
    /* width: 230px; */
    height: 60px;
    border-radius: 19px;
    line-height: 60px;
    margin-top: 15px;
    display: flex;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

header .scol .scolright {
    width: 90px;
    height: 63px;
    background: #034FA3;
    text-align: center;
}

header .scol>div.scolleft {
    height: 60px;
    width: 140px;
    background: none;
    text-align: center;
}

header .scol span {
    margin: 0 10px;
}

header .scol img {
    width: 16px;
}

header .scol a {
    font-size: 1rem;
    position: relative;
    text-align: center;
    color: rgba(3, 3, 5, .5);
}

header .scol a:hover {
    color: #0056B5;
}

header .scol a.done {
    color: rgba(3, 3, 5, 1);
    cursor: inherit;
}

header .scol svg {
    position: relative;
    top: 2px;
}

.banner .banner_home img {
    /*transform: scale(1.1);*/
    /*-webkit-transform: scale(1.1);*/
    /*-moz-transform: scale(1.1);*/
    /*-ms-transform: scale(1.1);*/
    /*-o-transform: scale(1.1);*/
    /*transition-property: all;*/
    /*transition-duration: 1.5s;*/
    /*transition-timing-function: ease;*/
    /*transition-delay: .2s;*/
}

.banner img {
    width: 100%;
    position: relative;
}

.banner .swiper-slide-active img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.footer {
    position: relative;
    padding-top: 5.7%;
    background: #E4EBF3;
    z-index: 12;
}

.footer .footchos {
    display: flex;
    justify-content: space-between;
}

.footer .footchos .foot-logo img {
    width: 258px;
}

.footer .footdh {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
    width: 75%;
}

.footer .footdh>div>div:nth-child(1) {
    font-size: 1rem;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 1.8rem;
}

.footer .footdh>div>div:nth-child(1) a {
    color: #4D4D4D;
    font-weight: bold;
}

.footer .footdh>div>div:nth-child(2) {
    font-size: .8rem;
    font-weight: 400;
    line-height: 42px;
}

.footer .footdh>div>div:nth-child(2) a {
    opacity: .8;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.footer .footdh>div>div:nth-child(2) a:hover {
    opacity: 1;
    color: #4D4D4D;
}

.footer .footdh>div>div:nth-child(2) a {
    color: #737373;
}

.footer .footcomm {
    height: 80px;
    background: #E4EBF3;
    line-height: 80px;
}

.footer .footcomm .footcommleft.pc-port {
    line-height: 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer .footcomm>div {
    display: flex;
    color: #737373;
    justify-content: space-between;
    border-top: 1px solid #e0e0e0;
}

.footer .footcomm>div .flys {
    color: #737373;
    margin: 0 20px;
}

.footer .footcomm>div a {
    color: #737373;
}

.footer .footcomm .footcommleft span {
    margin-left: 46px;
}

.footer .footcomm .footcommleft span {
    color: #737373;
}

.footer .footergxxx {
    margin-top: 35px;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #999;
    font-size: .8rem;
    font-weight: 400;
    line-height: 42px;
}

.footer .footergxxx a {
    color: #999;
}

.footer .foorwx ul {
    display: flex;
}

.footer .foorwx ul li {
    margin-right: 24px;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
    color: #999;
    font-size: .8rem;
}

.footer .foorwx ul li>div>img {
    width: 1rem;
    padding-right: 17px;
}

.footer .foorwx ul .hid {
    display: none;
    position: absolute;
    bottom: 24px;
    padding: 6px;
    left: -37px;
    width: 100px;
}

.footer .foorwx 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: 50%;
    bottom: -1px;
}

.footer .foorwx ul li:nth-child(1):hover .hid {
    display: block;
}

.footer .foorwx ul .hid img {
    width: 100%;
}

.footer .footergxxx span {
    padding-right: 17px;
}

.footer .footergxxx img {
    width: 1rem;
}

.footer .bottom-mk {
    position: relative;
    left: -14px;
}

.footer .bottom-mk span i:nth-child(1) {
    z-index: 1;
}

.footer .bottom-mk span i:nth-child(2) img {
    transform: scale(1);
    top: 1px;
    left: 0px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.footer .bottom-mk a {
    color: #737373;
}

.footer .bottom-mk:hover span i:nth-child(2) {
    opacity: 1;
}

.footer .bottom-mk span {
    position: absolute;
    top: -1px;
    right: -5px;
}

.footer .bottom-mk span i {
    position: absolute;
    left: 0%;
    top: 0;
    width: 14px;
    height: 14px;
}

.footer .bottom-mk span i:nth-child(2) {
    opacity: 0;
    width: 16px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.hidshowup>div {
    position: relative;
    top: 100px;
    opacity: -1;
    transition: top .4s linear, opacity .4s linear;
    -webkit-transition: top .4s linear, opacity .4s linear;
    -moz-transition: top .4s linear, opacity .4s linear;
    -ms-transition: top .4s linear, opacity .4s linear;
    -o-transition: top .4s linear, opacity .4s linear;
}

.hidshowup>div:nth-child(2) {
    transition: top .7s linear, opacity .7s linear;
    -webkit-transition: top .7s linear, opacity .7s linear;
    -moz-transition: top .7s linear, opacity .7s linear;
    -ms-transition: top .7s linear, opacity .7s linear;
    -o-transition: top .7s linear, opacity .7s linear;
}

.hidshowup>div:nth-child(3) {
    transition: top 1s linear, opacity 1s linear;
    -webkit-transition: top 1s linear, opacity 1s linear;
    -moz-transition: top 1s linear, opacity 1s linear;
    -ms-transition: top 1s linear, opacity 1s linear;
    -o-transition: top 1s linear, opacity 1s linear;
}

.hidshowup>div:nth-child(4) {
    transition: top 1.3s linear, opacity 1.3s linear;
    -webkit-transition: top 1.3s linear, opacity 1.3s linear;
    -moz-transition: top 1.3s linear, opacity 1.3s linear;
    -ms-transition: top 1.3s linear, opacity 1.3s linear;
    -o-transition: top 1.3s linear, opacity 1.3s linear;
}

.hidshowup>div:nth-child(5) {
    transition: top 1.6s linear, opacity 1.6s linear;
    -webkit-transition: top 1.6s linear, opacity 1.6s linear;
    -moz-transition: top 1.6s linear, opacity 1.6s linear;
    -ms-transition: top 1.6s linear, opacity 1.6s linear;
    -o-transition: top 1.6s linear, opacity 1.6s linear;
}

.hidshowup>div:nth-child(6) {
    transition: top 1.9s linear, opacity 1.9s linear;
    -webkit-transition: top 1.9s linear, opacity 1.9s linear;
    -moz-transition: top 1.9s linear, opacity 1.9s linear;
    -ms-transition: top 1.9s linear, opacity 1.9s linear;
    -o-transition: top 1.9s linear, opacity 1.9s linear;
}

.hidshowup>div:nth-child(7) {
    transition: top 2.1s linear, opacity 1.9s linear;
    -webkit-transition: top 2.1s linear, opacity 1.9s linear;
    -moz-transition: top 2.1s linear, opacity 1.9s linear;
    -ms-transition: top 2.1s linear, opacity 1.9s linear;
    -o-transition: top 2.1s linear, opacity 1.9s linear;
}

.hidshowup.showup>div {
    opacity: 1;
    top: 0;
}

.hidshowup>li {
    position: relative;
    top: 100px;
    opacity: -1;
    transition: top .4s linear, opacity .4s linear;
    -webkit-transition: top .4s linear, opacity .4s linear;
    -moz-transition: top .4s linear, opacity .4s linear;
    -ms-transition: top .4s linear, opacity .4s linear;
    -o-transition: top .4s linear, opacity .4s linear;
}

.hidshowup>li:nth-child(2) {
    transition: top .7s linear, opacity .7s linear;
    -webkit-transition: top .7s linear, opacity .7s linear;
    -moz-transition: top .7s linear, opacity .7s linear;
    -ms-transition: top .7s linear, opacity .7s linear;
    -o-transition: top .7s linear, opacity .7s linear;
}

.hidshowup>li:nth-child(3) {
    transition: top 1s linear, opacity 1s linear;
    -webkit-transition: top 1s linear, opacity 1s linear;
    -moz-transition: top 1s linear, opacity 1s linear;
    -ms-transition: top 1s linear, opacity 1s linear;
    -o-transition: top 1s linear, opacity 1s linear;
}

.hidshowup>li:nth-child(4) {
    transition: top 1.3s linear, opacity 1.3s linear;
    -webkit-transition: top 1.3s linear, opacity 1.3s linear;
    -moz-transition: top 1.3s linear, opacity 1.3s linear;
    -ms-transition: top 1.3s linear, opacity 1.3s linear;
    -o-transition: top 1.3s linear, opacity 1.3s linear;
}

.hidshowup>li:nth-child(5) {
    transition: top 1.6s linear, opacity 1.6s linear;
    -webkit-transition: top 1.6s linear, opacity 1.6s linear;
    -moz-transition: top 1.6s linear, opacity 1.6s linear;
    -ms-transition: top 1.6s linear, opacity 1.6s linear;
    -o-transition: top 1.6s linear, opacity 1.6s linear;
}

.hidshowup>li:nth-child(6) {
    transition: top 1.9s linear, opacity 1.9s linear;
    -webkit-transition: top 1.9s linear, opacity 1.9s linear;
    -moz-transition: top 1.9s linear, opacity 1.9s linear;
    -ms-transition: top 1.9s linear, opacity 1.9s linear;
    -o-transition: top 1.9s linear, opacity 1.9s linear;
}

.hidshowup>li:nth-child(7) {
    transition: top 2.1s linear, opacity 1.6s linear;
    -webkit-transition: top 2.1s linear, opacity 1.6s linear;
    -moz-transition: top 2.1s linear, opacity 1.6s linear;
    -ms-transition: top 2.1s linear, opacity 1.6s linear;
    -o-transition: top 2.1s linear, opacity 1.6s linear;
}

.hidshowup>li:nth-child(8) {
    transition: top 2.2s linear, opacity 1.9s linear;
    -webkit-transition: top 2.2s linear, opacity 1.9s linear;
    -moz-transition: top 2.2s linear, opacity 1.9s linear;
    -ms-transition: top 2.2s linear, opacity 1.9s linear;
    -o-transition: top 2.2s linear, opacity 1.9s linear;
}

.hidshowup.showup>li {
    opacity: 1;
    top: 0;
}

@media only screen and (min-width: 1100px) {
    .phone-port {
        display: none;
    }
}


/* 首页 */

.homeshouye header .liebiao.hid {
    top: -90px;
    opacity: 0;
}

.tltle .zhu {
    font-size: 46px;
    line-height: 53px;
    margin-bottom: 1.15rem;
    font-weight: 600;
}

.tltle .lit {
    font-size: 0.9rem;
    line-height: 1.8rem;
}

.tltle .lit1 {
    font-size: 1.2rem;
    line-height: 1.8rem;
}

.home .banner_home .banner_homedesc {
    position: relative;
    overflow: hidden;
}

.home .homebantext {
    position: absolute;
    left: 56.145833%;
    top: 34.3%;
}

.home .banner_home .homebantext {
    transition-property: all;
    transition-duration: .8s;
    transition-timing-function: ease;
    transition-delay: 1s;
    opacity: 0;
}

.banner .swiper-slide-active .homebantext {
    opacity: 1;
}

.home .sy_banner1 .homebantext {
    right: 54.5%;
    left: auto;
}

.home .sy_banner2 .homebantext {
    top: 29%;
}

.home .sy_banner3 .homebantext {
    top: 34%;
    right: 54.5%;
    left: auto;
}

.home .sy_banner4 .homebantext {
    top: 32.4%;
    left: 49%;
}

.home .homebantext>div:nth-child(1) {
    font-size: 70px;
    line-height: 101px;
    color: #FFFFFF;
    margin-bottom: 42px;
    font-weight: bold;
}

.home .sy_banner1 .homebantext>div:nth-child(1) {
    color: #2256A6;
}

.home .sy_banner1 .homebantext>div:nth-child(2) {
    color: #2256A6;
}

.home .sy_banner4 .homebantext>div:nth-child(1) {
    color: #2256A6;
}

.home .sy_banner4 .homebantext>div:nth-child(2) {
    color: #2256A6;
}

.home .homebantext>div:nth-child(2) {
    font-size: 36px;
    line-height: 54px;
    color: #FFFFFF;
}

.home .banner_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #034FA3;
}

.home .banner_swiper .swiper-pagination-bullet {
    width: 88px;
    height: 6px;
    background: #fff;
    opacity: 1;
    margin: 0 12px 2.5%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.home .ho_kysl {
    position: relative;
    background: #fff;
}

i.sy-backg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 14%;
    overflow: hidden;
}

i.sy-backg img {
    width: 100%;
    position: absolute;
    bottom: -1500px;
}

.sy-zhuyao {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    line-height: 1;
}

.home .ho_kysl>div .tltle {
    padding-top: 141px;
    padding-bottom: 58px;
    color: #fff;
    text-align: center;
}

.home .ho_kysl>div .tltle .zhu {
    margin-bottom: 23px;
}

.home .ho_kysl .kysl_topul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 105px;
    text-align: center;
    color: #fff;
}

.home .ho_kysl .kysl_topul>div {
    width: 20%;
}

.home .ho_kysl .kysl_topul>div>div:nth-child(1) {
    font-size: 33px;
    margin-bottom: 17px;
}

.home .ho_kysl .kysl_topul>div>div:nth-child(1) span {
    font-size: 60px;
}

.home .ho_kysl .kysl_topul>div>div:nth-child(2) {
    font-size: 24px;
    line-height: 24px;
    color: #C2D1F8;
}

.home .flex3-1 {
    display: flex;
    justify-content: space-between;
}

.home .flex3-1>div {
    width: 32%;
}

.home .flex3-1>div>div:nth-child(1) {
    overflow: hidden;
}

.home .flex3-1>div img {
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.home .flex3-1>div:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.home .ho_kysl .kysl_bottext {
    text-align: center;
    background: #fafafa;
}

.home .ho_kysl .kysl_bottext>div:nth-child(1) {
    font-weight: bold;
    font-size: 24px;
    color: #242424;
    padding-top: 27px;
}

.home .flex3-1>div:hover .kysl_bottext>div:nth-child(1) {
    color: #014EA3;
}

.home .ho_kysl .kysl_bottext>div:nth-child(2) {
    width: 48px;
    height: 2px;
    background: #014EA3;
    margin: 17px auto 18px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.home .ho_kysl .flex3-1>div:hover .kysl_bottext>div:nth-child(2) {
    width: 70px;
}

.home .ho_kysl .kysl_bottext>div:nth-child(3) {
    width: 80%;
    margin: 0 auto;
    color: #666666;
    padding-bottom: 29px;
    height: 5rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5rem;
}

.home .ho_wjfz {
    position: relative;
    background: #fff;
}

.home .ho_wjfz .tltle {
    position: absolute;
    top: 150px;
    left: 12.5%;
    z-index: 99;
}

.home .ho_wjfz .wjfzdesc {
    position: relative;
    padding-top: 40px;
    padding-bottom: 104px;
    overflow: hidden;
}

.home .ho_wjfz .wjfzdesc video {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.home .ho_wjfz .wjfzdesc img {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.home .ho_wjfz .swiper-button-next,
.home .ho_wjfz .swiper-button-prev {
    width: 45px;
    height: 98px;
}

.home .ho_wjfz .swiper-button-next:hover,
.home .ho_wjfz .swiper-button-prev:hover {
    background: #E5E5E5;
}

.home .ho_wjfz .swiper-button-next:after,
.home .ho_wjfz .swiper-button-prev:after {
    font-size: 28px;
}

.home .ho_qqbj {
    position: relative;
}

.home .ho_qqbj .tltle {
    position: absolute;
    top: 123px;
    left: 0;
    right: 0;
    text-align: center;
}

.home .ho_qqbj img {
    width: 100%;
}

.home .ho_qqbj .qqbj-hover ul li {
    position: absolute;
    top: 51%;
    left: 21.8%;
    width: 1.875%;
}

.home .ho_qqbj .qqbj-hover ul li .qqbjqiu {
    width: 100%;
}

.home .ho_qqbj .qqbj-hover ul li .qqbjqiu img {
    width: 100%;
    transform: rotate(0deg);
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.home .ho_qqbj .qqbj-hover ul li:hover .qqbjqiu img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.home .ho_qqbj .qqbj-hover.done ul li .qqbjqiu img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.home .ho_qqbj .qqbj-hover ul li .qqbjsvg {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 80%;
}

.home .ho_qqbj .qqbj-hover ul li .qqbjsvg svg {
    width: 100%;
    height: auto;
}

.home .ho_qqbj .qqbj-hover ul li .qqbjzi {
    position: absolute;
    top: -9px;
    font-size: 18px;
    line-height: 18px;
    width: 300px;
    left: 120%;
    color: #004FA3;
    z-index: -1;
    opacity: 0;
    transition-property: opacity;
    transition-duration: .6s;
    transition-timing-function: ease;
    transition-delay: 2s;
}

.home .ho_qqbj .qqbj-hover ul li:hover .qqbjzi {
    z-index: 1;
    opacity: 1;
}

.home .ho_qqbj .qqbj-hover.done ul li .qqbjzi {
    z-index: 1;
    opacity: 1;
}

.home .ho_qqbj .qqbj-hover ul li:nth-child(2) {
    left: 58.75%;
    top: 53.72%;
}

.home .ho_qqbj .qqbj-hover ul li:nth-child(3) {
    top: 52.25%;
    left: 61.98%;
}

.home .ho_qqbj .qqbj-hover ul li:nth-child(4) {
    top: 57.38%;
    left: 63.18%;
}

.home .ho_qqbj .qqbj-hover ul li:nth-child(5) {
    top: 52.25%;
    left: 64.11%;
}

.home .ho_qqbj .qqbj-hover ul li:nth-child(6) {
    top: 42.75%;
    left: 66%;
}

.home .ho_qqbj .qqbj-hover ul li:nth-child(7) {
    top: 58.53%;
    left: 65.73%;
}

.home .ho_qqbj .qqbj-hover ul li:nth-child(8) {
    top: 46%;
    left: 46.6%;
}

.home .ho_qqbj .qqbj-hover ul li:nth-child(9) {
    top: 41%;
    left: 69.6%;
}

.home .ho_qqbj .qqbj-hover ul li:nth-child(2) .qqbjsvg {
    left: -32%;
    top: 122%;
    bottom: auto;
}

.home .ho_qqbj .qqbj-hover ul li:nth-child(3) .qqbjsvg {
    left: -19%;
    bottom: 100%;
}

.home .ho_qqbj .qqbj-hover ul li:nth-child(4) .qqbjsvg {
    left: 50%;
    bottom: auto;
    width: 1px;
    top: 125%;
}

.home .ho_qqbj .qqbj-hover ul li:nth-child(5) .qqbjsvg {
    left: 50%;
    bottom: 100%;
    width: 1px;
}

.home .ho_qqbj .qqbj-hover ul li:nth-child(6) .qqbjsvg {
    left: 50%;
    bottom: 100%;
}

.home .ho_qqbj .qqbj-hover ul li:nth-child(7) .qqbjsvg {
    left: 50%;
    bottom: auto;
    top: 138%;
}

.home .ho_qqbj .qqbj-hover ul li:nth-child(8) .qqbjsvg {
    left: -19%;
    bottom: 100%;
}

.home .ho_qqbj .qqbj-hover ul li:nth-child(2) .qqbjzi {
    top: 69%;
    left: -210%;
}

.home .ho_qqbj .qqbj-hover ul li:nth-child(3) .qqbjzi {
    top: -9px;
    left: -210%;
}

.home .ho_qqbj .qqbj-hover ul li:nth-child(4) .qqbjzi {
    top: auto;
    left: -50px;
    right: -50px;
    width: auto;
    bottom: -20px;
    text-align: center;
}

.home .ho_qqbj .qqbj-hover ul li:nth-child(5) .qqbjzi {
    top: -20px;
    left: -50px;
    right: -50px;
    width: auto;
    text-align: center;
}

.home .ho_qqbj .qqbj-hover ul li:nth-child(6) .qqbjzi {
    top: -9px;
    left: 120%;
}

.home .ho_qqbj .qqbj-hover ul li:nth-child(7) .qqbjzi {
    top: auto;
    left: 120%;
    bottom: -6px;
}

.home .ho_qqbj .qqbj-hover ul li:nth-child(8) .qqbjzi {
    top: -8px;
    left: -274%;
}

.cls-1 {
    fill: none;
    stroke: #004fa3;
}

.home .qqbj-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 112px;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    text-align: center;
}

.home .qqbj-text span {
    color: rgba(0, 79, 163, 1);
}

.home .ho_zlhz {
    position: relative;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 0;
    padding-bottom: 49.18%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../image/zlhzbg.png);
}

.home .ho_zlhz .tltle {
    padding-top: 6rem;
    padding-bottom: 4.5rem;
}

.home .ho_zlhz .zlhzdesc {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 224px;
    overflow: hidden;
}

.home .ho_zlhz .zlhzdesc .zlhzflex {
    display: flex;
    flex-wrap: wrap;
}

.home .ho_zlhz .zlhzdesc .zlhzflex>div {
    margin-bottom: 30px;
    width: 16.6666%;
    height: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.home .ho_zlhz .zlhzdesc .hid {
    display: none;
}

.home .ho_zlhz .zlhzdesc .zlhzflex>div:hover {
    background: rgba(255, 255, 255, 1);
}

.home .ho_zlhz .zlhzdesc .zlhzflex>div:hover .hid {
    display: block;
}

.home .ho_zlhz .zlhzdesc .zlhzflex>div:hover .show {
    display: none;
}

.home .ho_zlhz .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.home .ho_zlhz .swiper-pagination-bullet {
    width: 50px;
    height: 6px;
    background: rgba(162, 184, 217, 0.59);
    margin: 0 12px 4px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.home .ho_zlhz .swiper-container-horizontal>.swiper-pagination-bullets,
.home .ho_zlhz .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10%;
}

.home .ho_xwzx .tltle {
    padding-top: 103px;
    padding-bottom: 51px;
    text-align: center;
}

.home .ho_xwzx .xwzximg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 59%;
    background: #F7F7F7;
}

.home .ho_xwzx .xwzx_text {
    margin-bottom: 143px;
    background: #F7F7F7;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 47px;
    padding-bottom: 45px;
}

.home .ho_xwzx .xwzx_text>div:nth-child(1) {
    font-size: 18px;
    color: #808080;
}

.home .ho_xwzx .xwzx_text>div:nth-child(2) {
    font-size: 24px;
    color: #292929;
    margin-top: 20px;
    margin-bottom: 33px;
    height: 60px;
    font-weight: 400;
}

.home .ho_xwzx .xwzx_text>div:nth-child(3) {
    font-size: 16px;
    color: #666666;
    height: 80px;
}

.home .ho_xwzx .xwzx_text>div:nth-child(4) {
    font-size: 16px;
}

.home .ho_xwzx .xwzx_text>div:nth-child(4) a {
    color: #666666;
}

.home .ho_xwzx .xwzx_text>div:nth-child(4)::after {
    content: '>';
    position: relative;
    color: rgba(3, 79, 163, 1);
    display: inline;
    line-height: 16px;
    left: 15px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.home .ho_xwzx .xwzx_ul>div:hover .xwzx_text>div:nth-child(4)::after {
    left: 25px;
}

.home .ho_xwzx .xwzximg img {
    width: 100%;
    transform: scale(1);
    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: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.home .ho_xwzx .xwzx_ul>div:hover .xwzximg img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/* 子页面 */

.ziyemian header .liebiao.hid {
    top: -90px;
    opacity: 0;
}

.ziyemian .index {
    padding-top: 90px;
}

.ziyemian .banner {
    position: relative;
}

.ziyemian .profw .banner img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.ziyemian .ban-text {
    position: absolute;
    width: 100%;
    bottom: 24%;
    color: #fff;
}

.ziyemian .ban-text>div {
    width: 72.9%;
    margin: 0 auto;
}

.ziyemian .ban-text>div>div {
    width: 40%;
    padding-left: 60%;
}

.ziyemian .ban-text>div>div:nth-child(1) {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
}

.ziyemian .ban-text>div>div:nth-child(2)>div {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.5;
}

.ziyemian .ban-text2 {
    position: absolute;
    width: 100%;
    bottom: 44%;
    color: #fff;
}

.ziyemian .ban-text2>div>div:nth-child(1) {
    font-size: 60px;
    font-weight: bold;
    line-height: 84px;
}

.ziyemian .ban-text2>div>div:nth-child(2) {
    font-size: 24px;
    font-weight: 400;
    display: none;
    line-height: 30px;
    text-transform: uppercase;
}

.ziyemian .tyindex-nav {
    border-bottom: 1px solid #F7F7F7;
    background: #fff;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.03);
}

.tyindex.fix .tyindex-nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
}

.tyindex.fix .main {
    margin-top: 75px;
}

.ziyemian .tyindex-nav>div {
    line-height: 75px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    color: #777777;
    text-align: center;
}

.ziyemian .nav-ul {
    display: flex;
}

.ziyemian .nav-li {
    width: 193px;
    margin-right: 1px;
    cursor: pointer;
}

.ziyemian .nav-li.done {
    background: #0056B3;
    color: #fff;
}

.ziyemian .nav-li:hover {
    background: #0056B3;
    color: #fff;
}

.ziyemian .nav-gotop {
    font-size: 18px;
    font-weight: 400;
    color: #888888;
    cursor: pointer;
    padding-right: 20px;
    position: relative;
}

.ziyemian .nav-gotop::after {
    content: '^';
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 75px;
    right: 0;
    color: #004DA0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    -moz-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    -o-transform: scaleY(.5);
    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 .nav-gotop:hover:after {
    bottom: 50%;
    transform: scaleY(.6);
    -webkit-transform: scaleY(.6);
    -moz-transform: scaleY(.6);
    -ms-transform: scaleY(.6);
    -o-transform: scaleY(.6);
}

.ziyemian .tyindex-ul {
    display: flex;
    width: 1000%;
    position: relative;
}

.ziyemian .tyindex-ul .tyindex-li {
    width: 10%;
    height: 500px;
    overflow: hidden;
}

.ziyemian .tyindex-ul .tyindex-li.done {
    height: auto;
}

.ziyemian .casels-yftd {
    display: flex;
    justify-content: space-between;
    margin-top: 5.3%;
}

.ziyemian .casels-yftd .yftd_left {
    width: 41.285714%;
    background: #FAFAFA;
    padding-top: 48px;
    text-align: center;
    padding-bottom: 45px;
}

.ziyemian .casels-yftd .yftd_left>div:nth-child(2) {
    margin: 0 auto;
    width: 62.11%;
    margin-top: 63px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    background: #F1F1F1;
    padding-top: 20px;
    padding-bottom: 10px;
}

.ziyemian .casels-yftd .yftd_left img {
    width: 66.22%;
}

.ziyemian .casels-yftd .yftd_left>div:nth-child(2)>div:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    color: #004DA0;
    position: relative;
}

.ziyemian .casels-yftd .yftd_left>div:nth-child(2)>div:nth-child(1)::before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 40px;
    right: 40px;
    height: 1px;
    background: #FAFAFA;
}

.ziyemian .casels-yftd .yftd_left>div:nth-child(2)>div:nth-child(2) {
    margin-top: 22px;
    margin-bottom: 10px;
}

.ziyemian .casels-yftd .yftd_right {
    width: 53.7857142%;
    position: relative;
}

.ziyemian .casels-yftd .yftd_right .tltle {
    margin-bottom: 42px;
}

.ziyemian .casels-yftd .yftd_right .yftd_text {
    color: #666666;
    margin-bottom: 50px;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5rem;
}

.ziyemian .casels-yftd .yftd_right .yftd_rightimg img {
    width: 100%;
}

.ziyemian .casels-ssspt {
    margin-top: 7%;
}

.ziyemian .casels-ssspt .tltle {
    text-align: center;
}

.ziyemian .casels-ssspt .ssspt_desc ul {
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
}

.ziyemian .casels-ssspt .ssspt_desc ul li {
    width: 48%;
    position: relative;
}

.ziyemian .casels-ssspt .ssspt_desc ul li img {
    width: 100%;
}

.ziyemian .casels-ssspt .ssspt_desc ul li .ssspt_deschid {
    position: absolute;
    padding: 39px 36px 46px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    height: 46px;
    overflow: hidden;
    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 .casels-ssspt .ssspt_desc ul li .ssspt_deschid::before {
    content: '';
    width: 52px;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    top: 39px;
    left: 36px;
    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 .casels-ssspt .ssspt_desc ul li .ssspt_deschid>div:nth-child(1) {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #FFFFFF;
    padding-top: 14px;
    margin-bottom: 20px;
}

.ziyemian .casels-ssspt .ssspt_desc ul li .ssspt_deschid>div:nth-child(2) {
    opacity: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #CCCCCC;
    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 .casels-ssspt .ssspt_desc ul li:hover .ssspt_deschid {
    height: 177px;
    padding-top: 54px;
}

.ziyemian .casels-ssspt .ssspt_desc ul li:hover .ssspt_deschid>div:nth-child(2) {
    opacity: 1;
}

.ziyemian .casels-ssspt .ssspt_desc ul li:hover .ssspt_deschid::before {
    top: 54px;
}

.ziyemian .casels-jcjg {
    margin-top: 7%;
    margin-bottom: 7%;
}

.ziyemian .casels-jcjg .tltle {
    margin-bottom: 2.5%;
    text-align: center;
}

.ziyemian .casels-jcjg .jcjgdesc ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ziyemian .casels-jcjg .jcjgdesc ul li {
    width: 31.111111%;
    border: 1px solid #EDEDED;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.ziyemian .casels-jcjg .jcjgdesc ul li .jcjgdescbag {
    opacity: 0;
    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 .casels-jcjg .jcjgdesc ul li .jcjgdescbag img {
    width: 100%;
}

.ziyemian .casels-jcjg .jcjgdesc ul li .jcjgtext {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ziyemian .casels-jcjg .jcjgdesc ul li .jcjgtext img {
    padding-top: 13%;
    width: 16.52%;
}

.ziyemian .casels-jcjg .jcjgdesc ul li .jcjgtext .hid {
    display: none;
}

.ziyemian .casels-jcjg .jcjgdesc ul li .jcjgtext>div:nth-child(2) {
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    color: #333333;
    margin-top: 17px;
    margin-bottom: 6px;
}

.ziyemian .casels-jcjg .jcjgdesc ul li .jcjgtext>div:nth-child(3) {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.ziyemian .casels-jcjg .jcjgdesc ul li:hover .jcjgtext .hid {
    display: inline;
}

.ziyemian .casels-jcjg .jcjgdesc ul li:hover .jcjgtext .show {
    display: none;
}

.ziyemian .casels-jcjg .jcjgdesc ul li:hover .jcjgdescbag {
    opacity: 1;
}

.ziyemian .casels-jcjg .jcjgdesc ul li:hover .jcjgtext>div:nth-child(2) {
    color: #fff;
}

.ziyemian .casels-jcjg .jcjgdesc ul li:hover .jcjgtext>div:nth-child(3) {
    color: #fff;
}

.ziyemian .casels-hzjz {
    background: #FAFAFA;
    padding: 6.6% 0;
}

.ziyemian .casels-hzjz .tltle {
    text-align: center;
    margin-bottom: 37px;
}

.ziyemian .casels-hzjz .hzjzdescls {
    position: relative;
}

.ziyemian .swiper-hzjz {
    overflow: hidden;
    margin-right: 77px;
    margin-left: 77px;
}

.ziyemian .swiper-hzjz .hzjzdesc {
    height: 249px;
    text-align: center;
    background: #fff;
    font-size: 15px;
    font-weight: 400;
    color: #3270B2;
}

.ziyemian .swiper-hzjz .hzjzdesc img {
    padding-top: 55px;
    padding-bottom: 42px;
    height: 94px;
}

.ziyemian .casels-hzjz .swiper-button-next:hover,
.ziyemian .casels-hzjz .swiper-button-prev:hover {
    background: #E5E5E5;
}

.ziyemian .casels-hzjz .swiper-button-next,
.ziyemian .casels-hzjz .swiper-button-prev {
    width: 45px;
    height: 98px;
    top: 40%;
}

.ziyemian .casels-zlsq {
    background: #FCFCFC;
}

.ziyemian .casels-zlsq ul {
    width: 100%;
    height: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 43%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../image/zlsqbg.svg);
}

.ziyemian .casels-zlsq ul li {
    width: 29.5%;
    height: 0;
    padding-bottom: 15.3571428%;
    margin-bottom: 6.4%;
    margin-top: 2.3%;
    position: relative;
}

.ziyemian .casels-zlsq ul li>div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #0066D2;
    line-height: 50px;
}

.ziyemian .casels-zlsq ul li>div span {
    font-size: 89px;
    font-weight: bold;
    line-height: 95px;
}

.ziyemian .casels-zlsqzs {
    overflow: hidden;
    margin-top: 2%;
    margin-bottom: 7%;
}

.ziyemian .casels-zlsqzs ul li {
    position: relative;
    margin-top: 5%;
}

.ziyemian .casels-zlsqzs ul li img {
    width: 100%;
}

.ziyemian .casels-zlsqzs ul li>div:nth-child(1) {
    font-size: 46px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 3%;
    line-height: 60px;
}

.ziyemian .casels-zlsqzs ul li>div:nth-child(1) span {
    display: inline-block;
    margin-left: 29px;
    background: #0056B3;
    line-height: 34px;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    padding: 0 32px;
    position: relative;
    top: -7px;
}

.ziyemian .casels-zlsqzs .swiper-button-next,
.ziyemian .casels-zlsqzs .swiper-button-prev {
    width: 60px;
    height: 60px;
    border: 1px solid #EDEDED;
    top: 0;
}

.ziyemian .casels-zlsqzs .swiper-button-next {
    right: 0;
    left: auto;
}

.ziyemian .casels-zlsqzs .swiper-button-prev {
    right: 68px;
    left: auto;
}

.ziyemian .casels-zlsqzs .swiper-button-next:hover,
.ziyemian .casels-zlsqzs .swiper-button-prev:hover {
    border: 1px solid #004DA0;
}

.ziyemian .casels-zlsqzs .swiper-button-next:after,
.ziyemian .casels-zlsqzs .swiper-button-prev:after {
    font-size: 28px;
}

.ziyemian .jobls-wmtd {
    margin-top: 5%;
    margin-bottom: 8%;
}

.ziyemian .jobls-wmtd .lit {
    font-size: 0.9rem;
    line-height: 1.5rem;
}

.ziyemian .jobls-wmtd img {
    width: 100%;
    margin-top: 3%;
}

.ziyemian .jobls-ptys {
    padding-bottom: 7%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../image/ptysbg.png);
}

.ziyemian .jobls-ptys .tltle {
    padding-top: 7%;
    color: #fff;
    margin-bottom: 3%;
}

.ziyemian .jobls-ptys ul {
    padding: 6% 3% 3%;
    background: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ziyemian .jobls-ptys ul li {
    width: 33%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #3270B2;
    margin-bottom: 4%;
    position: relative;
    padding-bottom: 1%;
}

.ziyemian .jobls-ptys ul li img {
    width: 25%;
    margin-bottom: 8px;
}

.ziyemian .jobls-ptys ul li i {
    width: 8%;
    height: 1px;
    display: block;
    margin: 0 auto;
    margin-bottom: 7%;
    background: #E7E7E7;
}

.ziyemian .jobls-ptys ul li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #3270B2;
    opacity: .17;
}

.ziyemian .jobls-ptys ul li:nth-child(4n)::before {
    display: none;
}

.ziyemian .jobls-fldy {
    margin-top: 3.3%;
    padding-bottom: 6rem;
}

.ziyemian .jobls-fldy .tltle {
    margin-bottom: 2.25rem;
}

.ziyemian .jobls-fldy ul {
    display: flex;
    width: 101.2%;
    justify-content: space-between;
}

.ziyemian .jobls-fldy ul li {
    width: 15.3%;
}

.ziyemian .jobls-fldy ul li>div {
    width: 90.7%;
    text-align: center;
    padding-right: 9.3%;
    height: 0;
    padding-bottom: 163.255814%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../image/fldy1.svg);
}

.ziyemian .jobls-fldy ul li:nth-child(2)>div {
    background-image: url(../image/fldy2.svg);
}

.ziyemian .jobls-fldy ul li:nth-child(3)>div {
    background-image: url(../image/fldy3.svg);
}

.ziyemian .jobls-fldy ul li:nth-child(4)>div {
    background-image: url(../image/fldy4.svg);
}

.ziyemian .jobls-fldy ul li:nth-child(5)>div {
    background-image: url(../image/fldy5.svg);
}

.ziyemian .jobls-fldy ul li:nth-child(6)>div {
    background-image: url(../image/fldy6.svg);
    padding-right: 0%;
    margin-right: -9.3%;
}

.ziyemian .jobls-fldy ul li>div>div {
    padding-top: 100%;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #707070;
    position: relative;
}

.ziyemian .jobls-fldy ul li>div>div::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 30%;
    bottom: -20px;
    height: 2px;
    background: #3270B2;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.ziyemian .jobls-szxz {
    line-height: 69px;
    background: #F7F7F7;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

.ziyemian .jobls-szxz .szxzchos {
    display: flex;
}

.ziyemian .jobls-szxz .szxzchos>div {
    margin: 0 57px;
    position: relative;
    cursor: pointer;
}

.ziyemian .jobls-szxz .szxzchos>div.done,
.ziyemian .jobls-szxz .szxzchos>div:hover {
    color: #004DA0;
}

.ziyemian .jobls-szxz .szxzchos>div.done::after,
.ziyemian .jobls-szxz .szxzchos>div:hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    left: 0;
    right: 0;
    background: #004DA0;
}

.ziyemian .jobls-zplc {
    margin-top: 4.5%;
    margin-bottom: 5.5%;
}

.ziyemian .jobls-zplc ul {
    display: flex;
    justify-content: space-between;
}

.ziyemian .jobls-zplc ul:nth-child(1) {
    margin-bottom: 54px;
}

.ziyemian .jobls-zplc ul li {
    width: 21.2142857%;
    background: #F6F6F6;
    line-height: 86px;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 500;
    color: #004DA0;
    text-align: center;
    position: relative;
}

.ziyemian .jobls-zplc ul li span {
    padding-right: 7px;
    font-size: 26px;
    font-weight: bold;
}

.ziyemian .jobls-zplc ul:nth-child(2)>li:nth-last-child(1) {
    opacity: 0;
    height: 0;
}

.ziyemian .jobls-zplc ul li::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 110%;
    top: 50%;
    transform: translateY(-50%);
    border-left: 13px solid #00AEEF;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.ziyemian .jobls-zplc ul li:nth-last-child(1)::after {
    display: none;
}

.ziyemian .jobls-zplc ul.tshul li:nth-last-child(1) {
    opacity: 1;
    height: auto;
}

.ziyemian .jobls-zplc ul.tshul {
    justify-content: left;
}

.ziyemian .jobls-zplc ul.tshul li:nth-child(1) {
    margin-right: 77px;
    width: 33%;
}

.ziyemian .jobls-zplc ul.tshul li:nth-child(1)::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: -46px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 13px solid #00AEEF;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.ziyemian .jobls-zplc ul:nth-child(2) li:nth-last-child(2)::after {
    display: none;
}

.ziyemian .jobls-jlls>div {
    overflow: hidden;
}

.ziyemian .jobls .swiper-button-next,
.ziyemian .jobls .swiper-button-prev {
    width: 60px;
    height: 60px;
    border: 1px solid #EDEDED;
    top: auto;
    bottom: 0%;
}

.ziyemian .jobls .swiper-button-next {
    left: auto;
    right: 42%;
}

.ziyemian .jobls .swiper-button-prev {
    right: auto;
    left: 42%;
}

.ziyemian .jobls .swiper-button-next:hover,
.ziyemian .jobls .swiper-button-prev:hover {
    border: 1px solid #004DA0;
}

.ziyemian .jobls .swiper-button-next:after,
.ziyemian .jobls .swiper-button-prev:after {
    font-size: 28px;
}

.ziyemian .jlls-sousuo {
    position: relative;
    margin-bottom: 1%;
}

.ziyemian .jobls-jlls .jlls-sousuo input {
    width: 100%;
    line-height: 70px;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    background: none;
    border-bottom: 2px solid #C8C8C8;
}

.ziyemian .jobls-jlls .jlls-sousuo img {
    width: 25px;
    margin: 0 10px;
    position: relative;
    top: -2px;
}

.ziyemian .jobls .szxz_ul {
    width: 200%;
    display: flex;
    position: relative;
    left: 0;
    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 .jobls .szxz_ul>div {
    width: 50%;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    opacity: 0;
    position: relative;
    margin-bottom: 0;
    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 .jobls .szxz_ul>div.done {
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #C2C2C2;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #C2C2C2;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #C2C2C2;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #C2C2C2;
}

.ziyemian .jobls-jlls {
    margin-bottom: 3%;
    position: relative;
}

.ziyemian .jobls-jlls::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 0;
    padding-bottom: 46.2678935%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../image/jllsafter.svg);
}

.ziyemian .jobls-jlls .jllsbot {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 70px;
    cursor: pointer;
    font-size: 23px;
    font-weight: 400;
    color: #034FA3;
}

.ziyemian .jobls-jlls .sshid {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    top: 100%;
}

.ziyemian .jobls-jlls .sshid ul {
    padding: 0 20px;
    background: #fff;
    max-height: 300px;
    overflow-y: auto;
}

.ziyemian .jobls-jlls .sshid ul li {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 3.5rem;
    height: 0;
    color: #666;
    overflow: hidden;
    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 .jobls-jlls .sshid ul li.wjg {
    color: #a6a6a6;
}

.ziyemian .jobls-jlls .sshid ul li:hover {
    color: #004DA0;
}

.ziyemian .jobls-jlls .sshid ul li.show {
    height: 3.5rem;
}

.ziyemian .jobls-jlls .sshid ul li>div {
    display: flex;
    justify-content: space-between;
}

.ziyemian .jobls-jlls .jlls_desc ul {
    padding-bottom: 112px;
}

.ziyemian .jobls-jlls .jlls_desc li {
    border-bottom: 2px solid #E6E6E6;
    padding-top: 3%;
    position: relative;
}

.ziyemian .jobls-jlls .jlls_desc li .jlls-show {
    cursor: pointer;
}

.ziyemian .jobls-jlls .jlls_desc li .jlls-hid {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
    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 .jobls-jlls .jlls_desc li .jlls-hid>div {
    padding-bottom: 64px;
}

.ziyemian .jobls-jlls .jlls_desc li.done .jlls-hid {
    opacity: 1;
}

.ziyemian .jobls-jlls .jlls_desc li.done .jlls-close {
    top: 5%;
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
}

.ziyemian .jobls-jlls .jlls-name {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}

.ziyemian .jobls-jlls .jlls-topdesc {
    display: flex;
    font-size: 18px;
    line-height: 18px;
    margin-top: 16px;
    margin-bottom: 3%;
}

.ziyemian .mb_all .jobls-jlls .jlls-topdesc {
    margin-bottom: 30px;
}

.ziyemian .jobls-jlls .jlls-topdesc>div {
    margin-right: 63px;
    position: relative;
}

.ziyemian .jobls-jlls .jlls-topdesc>div::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -31px;
    width: 1px;
    background: #C2C2C2;
}

.ziyemian .jobls-jlls .jlls-close {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    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 .jobls-jlls .swiper-pagination-clickable .swiper-pagination-bullet {
    background: none;
    width: auto;
    height: auto;
    margin: 0px 7px;
}

.ziyemian .jobls-jlls .swiper-pagination-bullet {
    opacity: 1;
    color: #00AEEF;
}

.ziyemian .jobls-jlls .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #333;
}

.ziyemian .jobls-jlls .jlls-jd {
    margin-bottom: 60px;
}

.ziyemian .jobls-jlls .jlls-jd>div {
    margin-bottom: 33px;
}

.ziyemian .jobls-jlls .jlls-jd>div>div:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: #3270B2;
    margin-bottom: 22px;
}

.ziyemian .jobls-jlls .jlls-jd>div>p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #666666;
}

.ziyemian .jobls-jlls .sqzw {
    font-size: 18px;
    width: 244px;
    text-align: center;
    font-weight: 400;
    line-height: 60px;
    color: #FFFFFF;
    background: #0357B3;
}

.ziyemian .jobls-jlls .sqzw a {
    color: #fff;
    display: block;
}

.ziyemian .zxns-mb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
    height: 0;
    opacity: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
}

.ziyemian .zxns-mb.show {
    height: auto;
    opacity: 1;
}

.ziyemian .zxns-mb .mb_all {
    position: relative;
    width: 60%;
}

.ziyemian .zxns-mb .mb_all .zxns-back {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -1.75rem;
    width: 1.17rem;
    height: 1.2rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../image/zyry-back.png);
}

.ziyemian .zxns-mb .mb_all .mb_text {
    background: #fff;
    padding: 3.25rem 4rem 3rem 6rem;
    max-height: 35rem;
    overflow-y: auto;
}

.ziyemian .zxns-mb .mb_all .mb_text .sqzw a {
    color: #fff;
    display: block;
}

.ziyemian .mb_text.jobls-jlls .jlls-jd {
    margin-bottom: 30px;
}

.ziyemian .contact-gsgl {
    padding-top: 6%;
    padding-bottom: 8%;
    background: #F8F8F8;
}

.ziyemian .contact-gsgl .tltle .lit {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #666666;
}

.ziyemian .contact-gsgl img {
    width: 100%;
    margin-top: 6%;
}

.ziyemian .contact-gscy {
    padding-top: 14%;
    padding-bottom: 7%;
    display: none;
}

.ziyemian .gscy_desc {
    overflow: hidden;
}

.ziyemian .gscy_desc ul {
    display: flex;
    flex-wrap: wrap;
}

.ziyemian .gscy_desc li {
    width: 23%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-bottom: 29px;
}

.ziyemian .gscy_desc li:nth-child(4n+3) {
    margin-left: 1.33333334%;
    margin-right: 2.666666%;
}

.ziyemian .gscy_desc li:nth-child(4n+2) {
    margin-left: 2.666666%;
    margin-right: 1.3333333%;
}

.ziyemian .gscy_desc li img {
    width: 100%;
}

.ziyemian .gscy_desc li>div:nth-child(2) {
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: -200px;
    color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    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 .gscy_desc li:hover>div:nth-child(2) {
    bottom: -0;
}

.ziyemian .gscy_desc li>div:nth-child(2)>div:nth-child(1)>div:nth-child(2) {
    font-size: 26px;
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 28px;
}

.ziyemian .gscy_desc li>div:nth-child(2)>div:nth-child(2) {
    position: absolute;
    bottom: 28px;
    right: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 100;
    transform: scaleY(1.5);
    -webkit-transform: scaleY(1.5);
    -moz-transform: scaleY(1.5);
    -ms-transform: scaleY(1.5);
    -o-transform: scaleY(1.5);
}

.ziyemian .contact-gscy .swiper-pagination {
    top: -130px;
    bottom: auto;
    left: 0;
    right: 0;
    flex-direction: row;
    text-align: left;
}

.ziyemian .contact-gscy .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    height: auto;
    background: none;
    width: 280px;
    line-height: 65px;
    font-size: 32px;
    font-weight: 400;
    cursor: pointer;
    color: #000000;
    transition: font-size .03s ease;
    -webkit-transition: font-size .03s ease;
    -moz-transition: font-size .03s ease;
    -ms-transition: font-size .03s ease;
    -o-transition: font-size .03s ease;
}

.ziyemian .contact-gscy .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 32px;
    color: #004DA0;
}

.ziyemian .contact-gscy .swiper-pagination .swiper-pagination-bullet:hover {
    color: #004DA0;
}

.ziyemian .contact-mb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
}

.ziyemian .contact-mb>div {
    position: absolute;
    top: 15%;
    left: 15%;
    right: 15%;
    background: #fff;
    overflow: hidden;
}

.ziyemian .contact-mb .contact-li>div {
    display: flex;
}

.ziyemian .contact-mb .contact-li>div>div:nth-child(1) {
    width: 50%;
}

.ziyemian .contact-mb .contact-li img {
    position: relative;
    left: -2px;
}

.ziyemian .contact-mb .contact-litext {
    width: 34.11%;
    padding-left: 5%;
    padding-top: 10%;
}

.ziyemian .contact-mb .contact-litext>div:nth-child(1) {
    font-size: 24px;
    font-weight: 400;
    color: #666666;
}

.ziyemian .contact-mb .contact-litext>div:nth-child(2) {
    font-size: 35px;
    font-weight: bold;
    color: #004DA0;
    margin-top: 4px;
    margin-bottom: 6%;
}

.ziyemian .contact-mb .contact-litext>div:nth-child(3) {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6rem;
    color: #666666;
}

.ziyemian .contact-mb .mb-back {
    position: absolute;
    right: 0%;
    top: 10%;
    font-size: 30px;
    transform: scaleX(1.2);
    color: #666666;
    width: 5%;
    height: 10%;
    cursor: pointer;
    z-index: 999;
    -webkit-transform: scaleX(1.2);
    -moz-transform: scaleX(1.2);
    -ms-transform: scaleX(1.2);
    -o-transform: scaleX(1.2);
}

.ziyemian .contact-mb .mbback {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.ziyemian .contact-mb .swiper-button-next,
.ziyemian .contact-mb .swiper-button-prev {
    width: 60px;
    height: 60px;
    border: 1px solid #EDEDED;
    bottom: 15%;
    top: auto;
}

.ziyemian .contact-mb .swiper-button-next:hover,
.ziyemian .contact-mb .swiper-button-prev:hover {
    border: 1px solid #004DA0;
}

.ziyemian .contact-mb .swiper-button-next:after,
.ziyemian .contact-mb .swiper-button-prev:after {
    font-size: 28px;
}

.ziyemian .contact-mb .swiper-button-prev {
    left: 55%;
}

.ziyemian .contact-mb .swiper-button-next {
    left: 65%;
}

.ziyemian .contact-xzgg .xzggul {
    margin-top: 5%;
    margin-bottom: 9%;
}

.ziyemian .contact-xzgg .xzggli {
    display: flex;
    justify-content: space-between;
}

.ziyemian .contact-xzgg .xzggli .xzgg_nianfen ul {
    position: relative;
}

.ziyemian .contact-xzgg .xzggli .xzgg_nianfen {
    width: 240px;
}

.ziyemian .contact-xzgg .xzggli .xzgg_nianfen ul::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 25px;
    bottom: 25px;
    width: 1px;
    background: #666666;
}

.ziyemian .contact-xzgg .xzggli .xzgg_nianfen ul::after {
    display: none;
    position: absolute;
    content: '';
    top: 25px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #004DA0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.ziyemian .contact-xzgg .xzggli .xzgg_nianfen li {
    line-height: 65px;
    /*margin-bottom: 40px;*/
    font-size: 32px;
    font-weight: 400;
    color: #666666;
    padding-left: 60px;
    position: relative;
}

.ziyemian .contact-xzgg .xzggli .xzgg_nianfen li:nth-last-child(1) {
    margin-bottom: 0;
}

.ziyemian .contact-xzgg .xzggli .xzgg_nianfen li:nth-child(4) {
    display: none;
}

.ziyemian .contact-xzgg .xzggli .xzgg_nianfen li:nth-child(5) {
    display: none;
}

.ziyemian .contact-xzgg .xzggli .xzgg_nianfen li:nth-child(2) {
    margin-bottom: 0;
}

/*.ziyemian .contact-xzgg .xzggli .xzgg_nianfen.show li:nth-child(2) {*/
/*    margin-bottom: 60px;*/
/*}*/

.ziyemian .contact-xzgg .xzggli .xzgg_nianfen.show li:nth-child(4) {
    display: block;
}

.ziyemian .contact-xzgg .xzggli .xzgg_nianfen.show li:nth-child(5) {
    display: block;
}

.ziyemian .contact-xzgg .xzggli .xzgg_nianfen li.done {
    font-size: 46px;
    font-weight: bold;
    color: #004DA0;
}

.ziyemian .contact-xzgg .xzggli .xzgg_nianfen li i {
    position: absolute;
    top: 25px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #666666;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.ziyemian .contact-xzgg .xzggli .xzgg_nianfen li.done i {
    background: #004DA0;
}

.ziyemian .contact-xzgg .xzggli .xzgg_xiazai {
    width: 71.428571%;
}

.ziyemian .contact-xzgg .xzggli .xzgg_xiazai ul {
    height: 1000px;
}

.ziyemian .contact-xzgg .xzggli .xzgg_xiazai ul.show {
    height: auto;
}

.ziyemian .contact-xzgg .xzggli .xzgg_xiazai ul:nth-child(2) {
    display: none;
}

.ziyemian .contact-xzgg .xzggli .xzgg_xiazai li>div {
    display: flex;
    justify-content: space-between;
    height: 120px;
    color: #666666;
}

.ziyemian .contact-xzgg .xzggli .xzggshijian>div:nth-child(1) {
    font-size: 20px;
}

.ziyemian .contact-xzgg .xzggli .xzggshijian>div:nth-child(2) {
    font-size: 32px;
    font-weight: bold;
    line-height: 44px;
}

.ziyemian .contact-xzgg .xzggli .xzggname {
    padding-top: 11px;
    width: 60%;
    font-size: 20px;
}

.ziyemian .contact-xzgg .xzggli .xzggshijian {
    width: 10%;
}

.ziyemian .contact-xzgg .xzggli .xzggname img {
    margin-right: 40px;
    width: 44px;
}

.ziyemian .contact-xzgg .xzggli .xzggdown {
    padding-top: 15px;
}

.ziyemian .contact-xzgg .xzggli .xzggdown img {
    width: 35px;
}

.ziyemian .contact-xzgg .xzggli .hid {
    display: none;
}

.ziyemian .contact-xzgg .xzggli .xzgg_xiazai li:hover>div {
    color: #004DA0;
}

.ziyemian .contact-xzgg .xzggli .xzgg_xiazai li:hover .show {
    display: none;
}

.ziyemian .contact-xzgg .xzggli .xzgg_xiazai li:hover .hid {
    display: inline;
}

.ziyemian .tyindex-li.done .contact-xzgg .xzggli .xzgg_nianfen ul.fix {
    position: fixed;
    top: 120px;
    left: 13.54%;
}

.newls-chos {
    margin-top: 5%;
    display: flex;
    justify-content: center;
}

.newls-chos>div {
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    color: #777777;
    padding: 20px 63px;
    border: 1px solid #E7E7E7;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    margin: 0 18px;
}

.newls .newls-chos>div.done {
    background: #0056B3;
    border: 1px solid #0056B3;
    color: #fff;
}
.newls .newls-chos>div.done a {
    color: #fff;
}
.newls .newls-chos>div:hover {
    background: #0056B3;
    border: 1px solid #0056B3;
    color: #fff;
}



.newls .newls-chos>div:hover a {
    color: #fff;
}
.newls .newlsul {
    margin-top: 6%;
    width: 200%;
    display: flex;
    position: relative;
    left: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.newls .newls-desc {
    overflow: hidden;
}

.newls .newlsul>div {
    width: 50%;
    border-top: 1px solid #E7E7E7;
    opacity: 0;
    position: relative;
    margin-bottom: 8%;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.newls .newlsul>div ul li:nth-child(1)>div {
    top: 0;
    opacity: 1;
}

.newls .newlsul>div ul li:nth-last-child(1) {
    border-bottom: 1px solid #E7E7E7;
}

.newls .newlsul>div.done {
    opacity: 1;
}

.newls .newlsul .newls_xxi {
    display: flex;
    justify-content: space-between;
}

.newls .newlsul .newls_day {
    position: relative;
    margin-top: 60px;
}

.newls .newlsul .newls_day>div:nth-child(1) {
    font-size: 20px;
    line-height: 25px;
    color: #0056B3;
}

.newls .newlsul .newls_day>div:nth-child(2) {
    font-size: 36px;
    font-weight: bold;
    line-height: 37px;
    color: #0056B3;
}

.newls .newlsul .newls_day>div:nth-child(3) {
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    bottom: -31px;
    text-align: center;
}

.newls .newlsul .newls_day>div:nth-child(3) img {
    height: 100%;
}

.newls .newlsul .newls_desc {
    width: 90%;
    border-bottom: 1px solid #E7E7E7;
    ;
}

.newls .newlsul li:nth-last-child(1) .newls_desc {
    border-bottom: none;
}

.newls .newlsul li:nth-last-child(1) .newls_day>div:nth-child(3) img {
    display: none;
}

.newls .newlsul .newls_desc>a {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
}

.newls .newlsul .newls_desc>a>div:nth-child(1) {
    width: 41.44%;
}

.newls .newlsul .newls_desc>a>div:nth-child(1)>div {
    overflow: hidden;
    margin-bottom: 50px;
    height: 16rem;
}

.newls .newlsul .newls_desc>a>div:nth-child(1) img {
    width: 100%;
    transform: scale(1);
    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: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.newls .newlsul .newls_desc>a>div:nth-child(2) {
    width: 51%;
    position: relative;
}

.newls .newlsul .newls_desc .newls_text>div:nth-child(1) {
    font-size: 33px;
    font-weight: bold;
    line-height: 50px;
    color: #292929;
    margin-bottom: 29px;
}

.newls .newlsul .newls_desc .newls_text>div:nth-child(2) {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #666666;
}

.newls .newlsul .newls_desc .newls_text>div:nth-child(3) {
    position: absolute;
    left: 0;
    width: 139px;
    height: 60px;
    padding-right: 30px;
    bottom: 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    opacity: 1;
    border: 1px solid #0062CC;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: #FCFCFC;
    color: #0056B3;
}

.newls .newlsul .newls_desc .newls_text>div:nth-child(3)::after {
    content: '>';
    position: absolute;
    right: 40px;
    top: 0;
    line-height: 58px;
    bottom: 0;
    transition: right .4s ease;
    -webkit-transition: right .4s ease;
    -moz-transition: right .4s ease;
    -ms-transition: right .4s ease;
    -o-transition: right .4s ease;
}

.newls .newlsul li:hover .newls_desc .newls_text>div:nth-child(3)::after {
    right: 30px;
}

.newls .newlsul li:hover .newls_desc .newls_text>div:nth-child(3) {
    color: #fff;
    background: #0056B3;
}

.newls .newlsul li:hover .newls_desc {
    background: #FCFCFC;
}

.newls .newlsul li .newls_desc>a>div:nth-child(1) img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.newls .newlsul .swiper-button-next,
.newls .newlsul .swiper-button-prev {
    width: 60px;
    height: 60px;
    border: 1px solid #EDEDED;
    top: auto;
    bottom: -7rem;
}

.newls .newlsul .swiper-button-next {
    left: auto;
    right: 42%;
}

.newls .newlsul .swiper-button-prev {
    right: auto;
    left: 42%;
}

.newls .newlsul .swiper-button-next:hover,
.newls .newlsul .swiper-button-prev:hover {
    border: 1px solid #004DA0;
}

.newls .newlsul .swiper-button-next:after,
.newls .newlsul .swiper-button-prev:after {
    font-size: 28px;
}

.aboutls .abo_zzs {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.aboutls .abo_zzs>div {
    width: 50%;
}

.aboutls .abo_zzs>div img {
    width: 100%;
}

.aboutls .abo_zzs>div:nth-child(2)>div {
    padding-right: 7rem;
    padding-left: 7rem;
}

.aboutls .abo_zzs>div:nth-child(2) .tltle {
    margin-top: 6.6rem;
    line-height: 3rem;
    color: #0056B3;
    position: relative;
}

.ziyemian .aboutls .ban-text2 {
    color: #333333;
}

.aboutls .abo_zzs .abo_zzstext {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #666666;
    margin-top: 2rem;
    margin-bottom: 3.25rem;
}

.aboutls .abo_zzs .zzs_abso {
    position: absolute;
    top: 3rem;
    right: 0;
    width: 43rem;
}

.aboutls .abo_zzs .zzs_abso img {
    width: 100%;
}

.aboutls .abo_zzs .abo_zzstfl {
    display: flex;
    justify-content: space-between;
}

.aboutls .abo_zzs .abo_zzstfl>div {
    width: 9rem;
}

.aboutls .abo_zzs .abo_zzstfl>div {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #236DBD;
}

.aboutls .abo_zzs .abo_zzstfl>div>div:nth-child(1) {
    padding-bottom: .25rem;
    border-bottom: 1px solid #E8E8E8;
}

.aboutls .abo_zzs .abo_zzstfl>div>div:nth-child(2) {
    font-size: 0.9rem;
    margin-top: .85rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #707070;
    position: relative;
}

.aboutls .abo_zzs .abo_zzstfl>div>div:nth-child(2)::before {
    content: ' ';
    width: 8px;
    position: absolute;
    height: 8px;
    top: .4rem;
    left: -.8rem;
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 50%;
}

.aboutls .abo_jzjs {
    padding-top: 4.75rem;
    padding-bottom: 4.55rem;
    background: #F7F7F7;
}

.aboutls .abo_jzjs .tltle {
    text-align: center;
    margin-bottom: 2.75rem;
}

.aboutls .abo_jzjs img {
    width: 100%;
}

.aboutls .abo_cybj {
    position: relative;
}

.aboutls .abo_cybj>i {
    text-align: right;
    display: block;
}

.aboutls .abo_cybj>i img {
    width: 50%;
    display: none;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.aboutls .abo_cybj>i img.show {
    display: inline;
}

.aboutls .abo_cybj>div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.aboutls .abo_cybj .tltle {
    margin-top: 6.45rem;
}

.aboutls .abo_cybj .abo_cybjshow {
    overflow: hidden;
}

.aboutls .abo_cybj .cybjdesc {
    padding-top: 4.25rem;
    position: relative;
}

.aboutls .abo_cybj .cybjdesc ul {
    display: flex;
}

.aboutls .abo_cybj .cybjdesc ul li {
    width: 22.2rem;
    position: relative;
    overflow: hidden;
}

.aboutls .abo_cybj .cybjdesc ul li img {
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.aboutls .abo_cybj .cybjdesc ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.aboutls .abo_cybj .cybjdesc ul li:nth-child(3n+2) {
    margin: 0 1.65rem;
}

.aboutls .tltle .zhu {
    margin-bottom: 1.2rem;
}

.aboutls .abo_cybj .cybjdesc ul li .hid {
    position: absolute;
    left: 2.7rem;
    right: 2.7rem;
    height: 3.15rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5rem;
    opacity: 1;
    bottom: 1.4rem;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.aboutls .abo_cybj .cybjdesc ul li .hid2 {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 70%;
    z-index: 99;
    background: #FFFFFF;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: #666666;
    opacity: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.aboutls .abo_cybj .cybjdesc ul li .hid2>div {
    position: absolute;
    top: 1.85rem;
    right: 2.15rem;
    left: 2.15rem;
    bottom: 2rem;
    overflow-y: auto;
}

.aboutls .abo_cybj .cybjdesc ul li .hid2>div::-webkit-scrollbar-track {
    background-color: #e6dfdf;
}

.aboutls .abo_cybj .cybjdesc ul li:hover .hid2 {
    opacity: 1;
    top: 0%;
}

.ziyemian .abo_cybj .swiper-pagination {
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    flex-direction: row;
    text-align: left;
}

.ziyemian .abo_cybj .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    height: auto;
    background: none;
    width: auto;
    line-height: 1.8rem;
    font-size: 1.3rem;
    font-weight: 400;
    cursor: pointer;
    color: #666666;
    margin-right: 3.3rem;
    transition: color .4s ease;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -ms-transition: color .4s ease;
    -o-transition: color .4s ease;
    position: relative;
}

.ziyemian .abo_cybj .swiper-pagination .swiper-pagination-bullet:hover {
    color: #236DBD;
}

.ziyemian .abo_cybj .swiper-pagination .swiper-pagination-bullet:hover::before {
    width: 100%;
}

.ziyemian .abo_cybj .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #236DBD;
}

.ziyemian .abo_cybj .swiper-pagination .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #236DBD;
    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 .abo_cybj .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    width: 100%;
}

.aboutls .abo_pgs {
    position: relative;
}

.aboutls .abo_pgs .abo_pgsdesc {
    display: flex;
    justify-content: space-between;
    padding-top: 10.35rem;
    padding-bottom: 6.55rem;
}

.aboutls .abo_pgs .abo_pgsimg {
    width: 30.4rem;
}

.aboutls .abo_pgs .abo_pgstext {
    width: 34.1rem;
}

.aboutls .abo_pgs .abo_pgstext {
    padding-top: 4rem;
    position: relative;
}

.aboutls .abo_pgs.abo_qqlx .abo_pgstext {
    padding-top: 0;
}

.aboutls .abo_pgs .abo_pgstext>i {
    position: absolute;
    right: 0;
    top: 1rem;
    width: 44.9rem;
    opacity: .8;
}

.aboutls .abo_pgs .tltle .zhu {
    margin-bottom: 1.4rem;
}

.aboutls .abo_pgs .abo_pgwenzi {
    font-size: 0.9rem;
    font-weight: 400;
    max-height: 28rem;
    line-height: 1.5rem;
    color: #666666;
    overflow-y: auto;
}

.aboutls .abo_pgs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 31.8rem;
    height: 40.1rem;
    background: #F7F7F7;
}

.aboutls .abo_pgs.abo_qqlx::before {
    right: 0;
    left: auto;
    width: 31.8rem;
    height: 37.25rem;
    background: #F7F7F7;
    opacity: 1;
}

.aboutls .abo_pgs.abo_qqlx .abo_pgsdesc {
    padding-top: 5.8rem;
    padding-bottom: 5.8rem;
}

.aboutls .abo_qywh {
    padding: 4.3rem 0 6.4rem;
    text-align: center;
    background: #F7F7F7;
}

.aboutls .abo_qywh .tltle {
    margin-bottom: 2.5rem;
}

.aboutls .abo_qywh .abo_qywhdesc ul {
    display: flex;
    justify-content: space-between;
}

.aboutls .abo_qywh .abo_qywhdesc ul li {
    width: 21.3rem;
    background: #FFFFFF;
}

.aboutls .abo_qywh .abo_qywhdesc ul li>div {
    padding: 3.25rem 3.3rem 4.65rem;
}

.aboutls .abo_qywh .abo_qywhdesc ul li .qywh_img {
    width: 2.6rem;
    margin: 0 auto;
}

.aboutls .abo_qywh .abo_qywhdesc ul li .qywh_img img {
    width: 100%;
}

.aboutls .abo_qywh .abo_qywhdesc ul li .qywh_lm {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
    margin-top: 2.25rem;
    margin-bottom: 1.5rem;
    position: relative;
    color: #0056B3;
}

.aboutls .abo_qywh .abo_qywhdesc ul li .qywh_lm::before {
    content: '';
    position: absolute;
    width: 2.1rem;
    height: 0.25rem;
    background: #236DBD;
    opacity: 0.17;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
}

.aboutls .abo_qywh .abo_qywhdesc ul li .qywh_fh {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #666666;
    text-align: left;
}

.aboutls .abo_qywh .abo_qywhdesc ul li:nth-child(3) .qywh_fh {
    text-align: center;
}

.aboutls .abo_qylc .tltle {
    margin-top: 6.55rem;
    text-align: center;
}

.aboutls .abo_qylc .tltle .zhu {
    margin-bottom: 1.6rem;
}

.aboutls .abo_qylc .qylc_main {
    margin-top: 3rem;
    background: #FCFCFC;
}

.aboutls .abo_qylc .qylc_top {
    position: relative;
}

.aboutls .abo_qylc .qylc_top .qylc_qiu {
    width: 1.1rem;
    height: 1.1rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../image/qylc_qiuhui.png);
    position: relative;
    top: -.6rem;
    margin: 0 auto;
}


/* .aboutls .abo_qylc .qylc_top .qylc_qiu>div {
    position: absolute;
    top: .3rem;
    left: .3rem;
    bottom: .3rem;
    right: .3rem;
    border-radius: 50%;
    background: #ccc;
} */

.aboutls .abo_qylc .qylc_top .qylc_xian {
    width: 0.05rem;
    height: 8.3rem;
    background: #CCCCCC;
    margin: -.6rem auto 0;
}

.aboutls .abo_qylc ul li {
    position: relative;
}

.aboutls .abo_qylc ul li .qylc_al {
    display: flex;
    justify-content: center;
}

.aboutls .abo_qylc ul li:nth-child(2n) .qylc_al {
    flex-direction: row-reverse;
}

.aboutls .abo_qylc ul li .qylc_qiu {
    width: 1.1rem;
    height: 1.1rem;
    /* border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #236DBD;
    position: relative; */
    margin-top: 1.15rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../image/qylc_qiulan.png);
}


/* .aboutls .abo_qylc ul li .qylc_qiu>div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #236DBD;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
} */

.aboutls .abo_qylc ul li .qylc_al>div:nth-child(2n+1) {
    width: 23rem;
}

.aboutls .abo_qylc ul li .qylc_zi>div:nth-child(1) {
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 3.4rem;
    color: #0056B3;
    margin-bottom: .55rem;
}

.aboutls .abo_qylc ul li .qylc_zi>div:nth-child(1) span.bai {
    padding-right: 1.5rem;
    background: #FCFCFC;
    position: relative;
}

.aboutls .abo_qylc ul li .qylc_zi>div:nth-child(2) {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4rem;
    color: #666666;
    padding-left: 1.4rem;
}

.aboutls .abo_qylc ul li .qylc_zi>div:nth-child(2)>div {
    margin-bottom: .45rem;
    position: relative;
}

.aboutls .abo_qylc ul li .qylc_zi>div:nth-child(2)>div::before {
    content: '';
    position: absolute;
    left: -1.3rem;
    top: 10px;
    width: 10px;
    height: 10px;
    border: 1px solid #0056B3;
    background: #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.aboutls .abo_qylc ul li .qylc_zi {
    padding-bottom: 8rem;
}

.ziyemian .jobls .ban-text2 {
    color: #333333;
}

.aboutls .abo_qylc ul li .qylc_xian {
    position: absolute;
    width: 0.05rem;
    background: #B3B3B3;
    left: 50%;
    top: 3.25rem;
    bottom: 0;
}

.aboutls .abo_qylc ul li:nth-child(2n+1) .qylc_zi {
    position: relative;
    left: 9.15rem;
}

.aboutls .abo_qylc ul li:nth-child(2n+1) .qylc_zi>div:nth-child(1) {
    position: relative;
}

.aboutls .abo_qylc ul li:nth-child(2n+1) .qylc_zi>div:nth-child(1)::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 7.65rem;
    height: 1px;
    background: #236DBD;
    right: calc(100% + 1.5rem);
}

.aboutls .abo_qylc ul li:nth-child(2n) .qylc_zi>div:nth-child(1) {
    position: relative;
}

.aboutls .abo_qylc ul li:nth-child(2n) .qylc_zi>div:nth-child(1)::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 16.5rem;
    height: 1px;
    background: #236DBD;
    left: 6.5rem;
}

.aboutls .abo_qylc ul li .tu2010 {
    line-height: 3.4rem;
}

.aboutls .abo_qylc ul li .tu2010 img {
    width: 14.15rem;
}

.aboutls .abo_qylc ul li .tu2012 img {
    width: 12.33rem;
    margin-top: -1.15rem;
    margin-left: 7.6rem;
}

.aboutls .abo_qylc ul li .tu2017 img {
    width: 9.07rem;
    margin-top: -1.45rem;
}

.aboutls .abo_qylc ul li .tu2020 img {
    width: 6.3rem;
    margin-top: -.4rem;
    margin-left: 7.6rem;
}

.aboutls .abo_qylc ul li:nth-last-child(1) .qylc_xian {
    display: none;
}

.aboutls .abo_qylc ul li:nth-last-child(1) .qylc_zi {
    padding-bottom: 5.65rem;
}

.aboutls .abo_qyzr .tltle {
    width: 48rem;
    margin: 6.7rem auto 4.8rem;
    text-align: center;
}

.aboutls .abo_qyzr ul {
    margin-bottom: 7.95rem;
}

.aboutls .abo_qyzr ul li {
    position: relative;
    margin-bottom: 5.65rem;
}

.aboutls .abo_qyzr ul li .qyzrimg {
    text-align: right;
    position: relative;
}

.aboutls .abo_qyzr ul li .qyzrimg img {
    width: 42.7rem;
}

.aboutls .abo_qyzr ul li .qyzrtext {
    position: absolute;
    top: 3.2rem;
    left: 0;
    width: 34.65rem;
    background: #FFFFFF;
    padding-bottom: 3.9rem;
    border: 1px solid #D4D4D4;
}

.aboutls .abo_qyzr ul li .qyzrtext>div {
    padding: 3.2rem 3.75rem 0;
    width: 24.7rem;
}

.aboutls .abo_qyzr ul li .qyzrtexttop {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.65rem;
    position: relative;
    color: #001933;
    margin-bottom: 2.2rem;
}

.aboutls .abo_qyzr ul li .qyzrtexttop::before {
    content: '';
    width: 3.5rem;
    height: 2px;
    background: #2167B3;
    top: 2.6rem;
    left: 0;
    position: absolute;
}

.aboutls .abo_qyzr ul li .qyzrtextbott {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #666666;
}

.aboutls .abo_qyzr ul li .qyzrtextbott .lan {
    color: #236DBD;
    margin-top: .5rem;
    margin-bottom: .25rem;
}

.ziyemian .casels-zlsq {
    padding-bottom: 5rem;
    text-align: center;
}

.ziyemian .casels-zlsq .tltle {
    padding-top: 4.05rem;
    padding-bottom: 2.8rem;
    text-align: center;
}

.ziyemian .casels-zyry .tltle {
    padding-top: 3.75rem;
    padding-bottom: 3.1rem;
    text-align: center;
}

.ziyemian .casels-zyry ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5.3rem;
}

.ziyemian .casels-zyry ul li {
    cursor: pointer;
    width: 15.86rem;
    height: 6.38rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../image/casels-zyrybg.png);
    margin-right: 2.1rem;
    margin-bottom: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ziyemian .casels-zyry ul li:nth-child(4n) {
    margin-right: 0;
}

.ziyemian .casels-zyry ul li>div {
    width: 9rem;
    transform: scale(1);
    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: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.ziyemian .casels-zyry ul li:hover>div {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.ziyemian .casels-zyry ul li>div>div:nth-child(1) {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    color: #3270B2;
    margin-bottom: .35rem;
}

.ziyemian .casels-zyry ul li>div>div:nth-child(2) {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4rem;
    color: #666666;
}

.ziyemian .zyry-mb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
    height: 0;
    opacity: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
}

.ziyemian .zyry-mb.show {
    height: auto;
    opacity: 1;
}

.ziyemian .zyry-mb .zyryimg {
    position: relative;
}

.ziyemian .zyry-mb .zyryimg .zyry-back {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -2.75rem;
    width: 1.17rem;
    height: 1.2rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../image/zyry-back.png);
}

.ziyemian .zyry-mb .zyryimg .zyrymain {
    overflow-y: auto;
    max-height: 40rem;
}

.ziyemian .contactmo #container {
    width: 100%;
    height: 35rem;
}

.ziyemian .contactmo .contactmo_bot {
    background: #F0F1F2;
    padding-top: 7.75rem;
    padding-bottom: 2rem;
}

.ziyemian .contactmo .contactmo_bot ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ziyemian .contactmo .contactmo_bot ul li {
    width: 22.1rem;
    ;
    background: #F7F7F7;
    border: 1px solid #C7C7C7;
    height: 9.35rem;
    position: relative;
    margin-bottom: 4.7rem;
}

.ziyemian .contactmo .contactmo_bot ul li.hid {
    height: 0;
    opacity: 0;
}

.ziyemian .contactmo .contactmo_bot ul li>div:nth-child(1) {
    position: absolute;
    right: 4.6rem;
    left: 4.6rem;
    height: 3.25rem;
    background: #236DBD;
    top: -1.625rem;
    line-height: 3.25rem;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
}

.ziyemian .contactmo .contactmo_bot ul li>div:nth-child(2) {
    position: absolute;
    top: 1.625rem;
    left: 5.25rem;
    right: 0rem;
    bottom: .7rem;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: #666666;
}

.ziyemian .contactmo .contactmo_bot ul li>div:nth-child(2) .phone a {
    color: #666666;
}

.ziyemian .contactmo .contactmo_bot ul li>div:nth-child(2) .phone {
    position: relative;
}

.ziyemian .contactmo .contactmo_bot ul li>div:nth-child(2) .emal {
    position: relative;
}

.ziyemian .contactmo .contactmo_bot ul li>div:nth-child(2) .emal::after {
    content: '';
    position: absolute;
    top: .45rem;
    left: -1.4rem;
    width: .61rem;
    height: .66rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../image/emal.svg);
}

.ziyemian .contactmo .contactmo_bot ul li>div:nth-child(2) .phone::after {
    content: '';
    position: absolute;
    top: .45rem;
    left: -1.4rem;
    width: .61rem;
    height: .66rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../image/phone.svg);
}

.ziyemian .contactmo .ban-text2 {
    color: #333333;
}

.ziyemian .contactmo .ditu {
    position: relative;
}

.ziyemian .contactmo .ditutiaozhuan {
    position: absolute;
    width: 37.2rem;
    background: #FFFFFF;
    top: 1.55rem;
    left: 13rem;
}

.ziyemian .contactmo .ditutiaozhuan>div {
    padding-top: 3.85rem;
    padding-bottom: 2.65rem;
    padding-left: 3.55rem;
    padding-right: 5.1rem;
}

.ziyemian .contactmo .ditutiaozhuan .ditutitle {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 2.95rem;
    color: #333333;
}

.ziyemian .contactmo .ditutiaozhuan ul {
    padding-top: 2.3rem;
}

.ziyemian .contactmo .ditutiaozhuan ul li {
    padding-bottom: 2rem;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    line-height: 1.5rem;
    color: #666666;
}

.ziyemian .contactmo .ditutiaozhuan ul li .ditu {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.8rem;
    color: #236DBD;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #E6E6E6;
}

.ziyemian .contactmo .ditutiaozhuan ul li .ditu img {
    width: .57rem;
    position: relative;
    padding-right: .5rem;
    top: -.15rem;
}

.ziyemian .pro_ty.profw .ban-text2 {
    color: #666;
    flex-direction: inherit;
}

.ziyemian .pro_ty.profw .ban-text2>div {
    padding-left: 14%;
    padding-right: 0;
}

.ziyemian .pro_ty .ban-text2 {
    display: flex;
    flex-direction: row-reverse;
}

.ziyemian .casels .ban-text2 {
    display: flex;
    flex-direction: row-reverse;
}

.ziyemian .casels .ban-text2>div {
    padding-right: 14%;
}

.ziyemian .pro_ty .ban-text2>div {
    padding-right: 14%;
}

.ziyemian .pro_div {
    display: flex;
    justify-content: space-between;
}

.ziyemian .pro_div>div:nth-child(1) {
    width: 28.8rem;
    position: relative;
}

.ziyemian .pro_div>div:nth-child(1)::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #F1F2F4;
}

.ziyemian .pro_div .pro_chos .pro_ul {
    /* padding-top: 7rem; */
    /* padding-left: 4.6rem; */
    /* padding-right: 4.6rem; */
    width: 20rem;
    margin: 0 auto 0;
}

.ziyemian .pro_div .pro_chos .kongge {
    margin-top: 7rem;
}

.ziyemian .pro_div .pro_chos .pro_ul.fix {
    position: fixed;
    top: 70px;
    left: 4.4rem;
}

.ziyemian .pro_div .pro_chos .pro_ul .yijidesc {
    border-bottom: 2px solid #EBEBEB;
    ;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 4.25rem;
}

.ziyemian .pro_div .pro_chos .pro_ul .erjidesc {
    font-size: 0.9rem;
    font-weight: 500;
    color: #707070;
    line-height: 3.55rem;
    border-bottom: 2px solid #EBEBEB;
    ;
}

.ziyemian .pro_div .pro_chos .pro_ul .sanjidesc {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 3.55rem;
    border-bottom: 2px solid #EBEBEB;
    ;
}

.ziyemian .pro_div .pro_chos .pro_ul .yijidesc a {
    color: #333333;
}

.ziyemian .pro_div .pro_chos .pro_ul .erjidesc a {
    color: #707070;
}

.ziyemian .pro_div .pro_chos .pro_ul .sanjidesc a {
    color: #707070;
}

.ziyemian .pro_div .pro_chos .pro_ul a:hover {
    color: #0062CC;
}

.ziyemian .pro_div .pro_chos .pro_ul .done a {
    color: #0062CC;
}

.ziyemian .pro_div .pro_chos .pro_ul .done1 a {
    color: #0062CC;
}

.ziyemian .pro_div .pro_chos .pro_ul a {
    display: flex;
    justify-content: space-between;
}

.ziyemian .pro_div .pro_chos .pro_ul a i {
    color: #0062CC;
    font-size: 1.5rem;
    display: none;
}

.ziyemian .pro_div .pro_chos .pro_ul .youzi a i {
    display: inline;
}

.ziyemian .pro_div .pro_chos .pro_ul .yijihid {
    padding-left: 1.45rem;
    display: none;
}

.ziyemian .pro_div .pro_chos .pro_ul .erjihid {
    padding-left: 1.8rem;
    display: none;
}

.ziyemian .pro_div>div:nth-child(2) {
    width: 70%;
    padding-top: 7rem;
}

.ziyemian .pro_div .pro_desc>div {
    padding-bottom: 7rem;
}

.ziyemian .pro_div .pro_desc .desc_title {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
    width: auto;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 3.4rem;
    color: #333333;
}

.ziyemian .pro_div .pro_desc .desc_desc {
    padding-left: 4.8rem;
    padding-top: 1.5rem;
    padding-bottom: 4rem;
    width: 48.1rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #666666;
}

.ziyemian .pro_div .pro_desc .desc_sbys {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
    padding-top: 3.1rem;
    padding-bottom: 2.3rem;
    background: #FAFBFC;
}

.ziyemian .pro_div .pro_desc .desc_sbys .sbys_title {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.5rem;
    color: #0062CC;
    padding-bottom: 2.3rem;
}

.ziyemian .pro_div .desc_sbys ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ziyemian .pro_div .desc_sbys ul li {
    width: 18.2rem;
    margin-bottom: 1.5rem;
}

.ziyemian .pro_div .desc_sbys ul li>div {
    background: #FFFFFF;
    padding: 1.7rem 2.5rem 6rem 2.35rem;
    border: 1px solid #F6F6F7;
}

.ziyemian .pro_div .desc_sbys ul li>div.hid {
    display: none;
}

.ziyemian .pro_div .desc_sbys ul li>div>div:nth-child(1) {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.35rem;
    color: #A3C6ED;
    margin-bottom: 2.65rem;
}

.ziyemian .pro_div .desc_sbys ul li>div>div:nth-child(1) span {
    position: relative;
}

.ziyemian .pro_div .desc_sbys ul li>div>div:nth-child(1) span::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.45rem;
    height: 1px;
    background: #3E87D8;
}

.ziyemian .profangan .desc_sbys ul li>div>div:nth-child(1) span::before {
    display: none;
}

.ziyemian .profangan .pro_div .desc_sbys ul li>div>div:nth-child(1) {
    color: #0062CC;
}

.ziyemian .pro_sb .pro_div .desc_sbys ul li>div>div:nth-child(1) {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8rem;
    color: #0062CC;
    margin-bottom: 1.3rem;
}

.ziyemian .pro_sb .pro_div .desc_sbys ul li>div {
    padding-bottom: 4.2rem;
}

.ziyemian .pro_sb .pro_div ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ziyemian .pro_sb .pro_div ul li {
    width: 27.75rem;
    margin-bottom: 2.4rem;
}

.ziyemian .pro_sb .pro_div ul li>div:nth-child(2) {
    padding-left: 1.45rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    color: #666666;
    position: relative;
    padding-top: 1.5rem;
}

.ziyemian .pro_sb .pro_div ul li>div:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 2.15rem;
    left: 0;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border: 1px solid #0062CC;
    border-radius: 50%;
}

.ziyemian .pro_sb .pro_div .desc_sbzs {
    padding-bottom: 0;
}

.ziyemian .pro_sb .pro_div .pro_desc>div {
    padding-bottom: 4rem;
}

.ziyemian .pro_div .desc_sbys ul li>div>div:nth-child(2) {
    height: 2.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #666666;
}

.ziyemian .pro_div .desc_sbzs {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
    padding-top: 1.8rem;
    padding-bottom: 4.8rem;
}

.ziyemian .pro_div .desc_sbzs img {
    width: 100%;
}

.ziyemian .pro_div .desc_sbzs .sbzs_title {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.5rem;
    color: #0062CC;
    margin-bottom: 2.65rem;
}

.ziyemian .pro_div .desc_jbsx {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
}

.ziyemian .pro_div .desc_jbsx .jbsx_title {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.5rem;
    color: #0062CC;
    margin-bottom: 2.35rem;
}

.ziyemian .pro_div .desc_jbsx .jbsx_desc ul li {
    font-size: 1rem;
    font-weight: 500;
    line-height: 3.95rem;
    color: #808080;
    border-bottom: 2px solid #DBDBDB;
    padding-left: 3rem;
}

.ziyemian .pro_div .desc_jbsx .jbsx_desc ul li.hid {
    display: none;
}

.ziyemian .pro_div .desc_jbsx .jbsx_desc ul {
    border-top: 2px solid #DBDBDB;
}

.ziyemian .prols .pro_div .pro_desc .desc_desc {
    padding-bottom: 2.35rem;
    padding-left: 4.8rem;
}

.ziyemian .prols .pro_desc .desc_gxlc .gxlc_title {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.5rem;
    color: #0062CC;
    padding-bottom: 2.55rem;
    padding-left: 4.8rem;
}

.ziyemian .prols .pro_desc .desc_gxlc .gxlc_desc ul {
    display: flex;
    padding-left: 4.8rem;
    padding-right: 4.8rem;
    padding-bottom: 3.3rem;
    justify-content: space-between;
}

.ziyemian .prols .pro_desc .desc_gxlc .gxlc_desc ul li>div:nth-child(2) {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 3.35rem;
    color: #FFFFFF;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    background: #0062CC;
    margin-top: -.8rem;
}

.ziyemian .prols .pro_desc .desc_gxlc .gxlc_desc ul li>div:nth-child(1) {
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    line-height: 2rem;
    color: #0062CC;
    width: 2rem;
    height: 2rem;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -1rem;
    position: relative
}

.ziyemian .prols .pro_desc .desc_gongxv {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
}

.ziyemian .prols .pro_desc .desc_gongxv_li .gongxv_top {
    display: flex;
    justify-content: space-between;
    line-height: 6rem;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    cursor: pointer;
}

.ziyemian .prols .pro_desc .desc_gongxv_li .gongxv_top>div:nth-child(1) {
    font-size: 1.6rem;
    font-weight: 500;
    color: #333333;
}

.ziyemian .prols .pro_desc .desc_gongxv_li .gongxv_top>div:nth-child(2) {
    font-size: 2.5rem;
    color: #0062CC;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    position: relative;
    left: 0;
}

.ziyemian .prols .pro_desc .desc_gongxv_li .gongxv_top>div:nth-child(2).zhuan {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    left: .3rem;
}

.ziyemian .prols .pro_desc .desc_gongxv_li img {
    width: 100%;
}

.ziyemian .prols .pro_desc .desc_gongxv_li .gx11 {
    padding-top: 3.65rem;
}

.ziyemian .prols .pro_desc .desc_gongxv_li .gx11 .gx11_text>div:nth-child(1) {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.25rem;
    color: #333333;
    margin-top: 3.2rem;
    margin-bottom: .65rem;
}

.ziyemian .prols .pro_desc .desc_gongxv_li .gx11 .gx11_text>div:nth-child(2) {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: #666666;
    margin-bottom: 3.1rem;
}

.ziyemian .prols .pro_desc .desc_gongxv_li .tstitle {
    padding-left: 1.35rem;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.85rem;
    color: #0062CC;
    position: relative;
    margin-bottom: 1.55rem;
}

.ziyemian .prols .pro_desc .desc_gongxv_li .tstitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: .3rem;
    bottom: .3rem;
    width: .2rem;
    background: #0062CC;
}

.ziyemian .prols .pro_desc .desc_gongxv_li .gx13 {
    padding: 5.25rem 0 3.4rem;
}

.ziyemian .prols .pro_desc .desc_gongxv_li .gx13 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ziyemian .prols .pro_desc .desc_gongxv_li .gx13 ul li {
    width: 17.25rem;
    height: 9.3rem;
    display: flex;
    justify-content: center;
    margin-bottom: 1.3rem;
    align-items: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../image/gx131.png);
}

.ziyemian .prols .pro_desc .desc_gongxv_li .gx13 ul li:nth-child(3n+2) {
    background-image: url(../image/gx132.png);
}

.ziyemian .prols .pro_desc .desc_gongxv_li .gx13 ul li:nth-child(3n) {
    background-image: url(../image/gx133.png);
}

.ziyemian .prols .pro_desc .desc_gongxv_li .gx13 ul li>div {
    width: 13.1rem;
    padding-left: .8rem;
    position: relative;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: #666666;
}

.ziyemian .prols .pro_desc .desc_gongxv_li .gx13 ul li>div::before {
    content: '';
    position: absolute;
    top: 0.35rem;
    left: 0;
    width: .4rem;
    height: .4rem;
    border: 1px solid #707070;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.ziyemian .prols .pro_desc .desc_gongxv_li .gx14 {
    padding-bottom: 3.2rem;
}

.ziyemian .prols .pro_desc .desc_gongxv_li .gx15 {
    padding: 0 0 4.1rem;
}

.ziyemian .prols .pro_desc .desc_gongxv_li .gx15 .gx15desc {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: #666666;
}

.ziyemian .prols .pro_desc .desc_gongxv_li .gx15desc>div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    padding-top: 2.55rem;
}

.ziyemian .prols .pro_desc .desc_gongxv_li .gx15desc>div:nth-child(2)>div {
    width: 27.55rem;
}

.ziyemian .prols .pro_desc .desc_gongxv_li .gongxv_desc {
    display: none;
}

.ziyemian .pro_div .pro_desc .profw_ls {
    padding-top: 2rem;
}

.ziyemian .pro_div .pro_desc .profw_ls ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 4.8rem;
    width: 48.1rem;
    margin-bottom: 4.7rem;
}

.ziyemian .pro_div .pro_desc .profw_ls ul li {
    width: 23.35rem;
    background: #FAFCFF;
    margin-bottom: 1.5rem;
}

.ziyemian .pro_div .pro_desc .profw_ls ul li>div {
    padding: 2.65rem 4.25rem 3.75rem;
}

.ziyemian .profw .pro_div .pro_desc>div {
    padding-bottom: 0;
}

.ziyemian .pro_div .pro_desc .profw_ls ul li .profw_img img {
    width: 2.6rem;
}

.ziyemian .pro_div .pro_desc .profw_ls ul li .profw_titl {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.65rem;
    color: #333333;
    margin-top: .6rem;
    margin-bottom: 1.5rem;
}

.ziyemian .pro_div .pro_desc .profw_ls ul li .profw_heng {
    width: 3.55rem;
    margin-bottom: 1.8rem;
    height: 2px;
    background: #236DBD;
}

.ziyemian .pro_div .pro_desc .profw_ls ul li .profw_desc {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #666666;
}


/* 新闻low版本 */

.new .main {
    background: #FAFAFA;
    padding-top: 6%;
    padding-bottom: 4.5%;
}

.new .title {
    font-size: 46px;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.new .newsj {
    position: relative;
    margin: 20px auto 60px;
}

.new .newsj .newdata {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #C4C4C4;
}

.new .newsj .datahg {
    flex: 1;
    border-bottom: 1px solid #D9D9D9;
    height: 15px;
}

.new .newdesc {
    word-wrap: break-word;
}

.new .newchos {
    border-top: 1px solid #D9D9D9;
    margin-top: 60px;
    padding-top: 60px;
    display: flex;
    justify-content: center;
    line-height: 45px;
}

.new .newchos .new-next {
    display: none;
    width: 138px;
    height: 49px;
    text-align: center;
    border: 1px solid #0062CC;
}

.new .newchos .new-next a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 49px;
    color: #0062CC;
}

.new .new-next a {
    color: #4D4D4D;
}

.new .newleft a {
    color: #4D4D4D;
    line-height: 45px;
}

.new .newright a {
    color: #4D4D4D;
    line-height: 45px;
}

.new .newdesc {
    word-wrap: break-word;
    line-height: 1.95;
    font-size: 16px;
}

.new .newdesc img {
    margin-top: 40px;
    margin-bottom: 20px;
}

.ziyemian .flys .ban-text2 {
    bottom: 22%;
}

.ziyemian .flys .banner {
    height: 11.34rem;
    background: #F8F8F8;
}

.ziyemian .flys .ban-text2 {
    color: #333;
}

.ziyemian .flys .main {
    padding-top: 3rem;
    padding-bottom: 3.9rem;
}

.ziyemian .flys .flys_title {
    font-size: 0.93rem;
    font-weight: bold;
    line-height: 0.93rem;
    color: #333333;
    margin-bottom: 1.09rem;
}

.ziyemian .flys .flys_desc {
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1.17rem;
    color: #666666;
    margin-bottom: 1.56rem;
}


/* 小屏幕pc端 */

@media only screen and (max-width: 1700px) and (min-width: 1100px) {
    .footer .footdh {
        width: 70%;
    }
    header .liebiao .daohan {
        line-height: 70px;
    }
    header .liebiao {
        line-height: 70px;
    }
    header .scol {
        margin-top: 10px;
    }
    .ziyemian .index {
        padding-top: 70px;
    }
    header .scol .scolright {
        height: 50px;
        line-height: 50px;
    }
    header .scol>div.scolleft {
        height: 50px;
        line-height: 50px;
        font-size: 1rem;
        /* width: 140px; */
    }
    /* 首页 */
    .home .homebantext {
        top: 30%;
    }
    .home .homebantext>div:nth-child(1) {
        font-size: 55px;
        line-height: 73px;
        margin-bottom: 32px
    }
    .home .homebantext>div:nth-child(2) {
        font-size: 29px;
        line-height: 44px;
    }
    .home .sy_banner1 .homebantext {
        right: 54.5%;
        left: auto;
        top: 34%;
    }
    .home .sy_banner2 .homebantext {
        top: 29%;
    }
    .home .sy_banner3 .homebantext {
        top: 34%;
        right: 54.5%;
        left: auto;
    }
    .home .sy_banner4 .homebantext {
        top: 32.4%;
        left: 49%;
    }
    .tltle .zhu {
        font-size: 38px;
    }
    .home .ho_kysl>div .tltle {
        padding-top: 87px;
        padding-bottom: 47px;
    }
    .home .ho_kysl .kysl_topul>div>div:nth-child(1) {
        font-size: 27px;
        margin-bottom: 13px;
    }
    .home .ho_kysl .kysl_topul>div>div:nth-child(1) span {
        font-size: 49px;
    }
    .home .ho_kysl .kysl_topul>div>div:nth-child(2) {
        font-size: 20px;
    }
    .home .ho_kysl .kysl_topul {
        margin-bottom: 49px;
    }
    .home .ho_qqbj .tltle {
        top: 94px;
    }
    .home .qqbj-text {
        bottom: 72px;
        font-size: 15px;
        line-height: 25px;
    }
    .home .ho_zlhz .zlhzdesc .zlhzflex>div {
        height: 81px;
    }
    .home .ho_xwzx .tltle {
        padding-top: 83px;
        padding-bottom: 20px;
        text-align: center;
    }
    .home .ho_xwzx .xwzx_text {
        margin-bottom: 110px;
    }
    .home .ho_xwzx .xwzx_text>div:nth-child(2) {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 29px;
    }
    .footer .footergxxx {
        margin-top: 27px;
    }
    /* 子页面 */
    .new .newchos .new-next {
        width: 138px;
        height: 49px;
    }
    .new .newchos .new-next a {
        line-height: 49px;
    }
    .new .title {
        font-size: 38px;
    }
    .newls .newlsul .newls_desc .newls_text>div:nth-child(1) {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 22px;
    }
    .newls .newlsul .newls_desc>a {
        padding-top: 50px;
    }
    .newls-chos>div {
        padding: 20px 52px;
    }
    .newls .newlsul .newls_desc>a>div:nth-child(1)>div {
        margin-bottom: 40px;
    }
    .newls .newlsul .newls_desc .newls_text>div:nth-child(3) {
        bottom: 40px;
        width: 138px;
        height: 49px;
        line-height: 49px;
        font-size: 13px;
    }
    .newls .newlsul .newls_desc .newls_text>div:nth-child(3)::after {
        line-height: 46px;
    }
    .newls .newlsul .newls_desc .newls_text>div:nth-child(2) {
        font-size: 15px;
        line-height: 24px;
    }
    .newls .newlsul .swiper-button-next,
    .newls .newlsul .swiper-button-prev {
        width: 52px;
        height: 52px;
        line-height: 52px;
    }
    .newls .newlsul .swiper-button-next:after,
    .newls .newlsul .swiper-button-prev:after {
        font-size: 23px;
    }
    .newls .newlsul .newls_day>div:nth-child(1) {
        font-size: 16px;
        line-height: 20px;
    }
    .newls .newlsul .newls_day>div:nth-child(2) {
        font-size: 29px;
        line-height: 37px;
    }
    .ziyemian .ban-text2>div>div:nth-child(1) {
        font-size: 49px;
        line-height: 80px;
    }
    .ziyemian .ban-text2>div>div:nth-child(2) {
        font-size: 20px;
    }
    .ziyemian .tyindex-nav>div {
        line-height: 61px;
        font-size: 15px;
    }
    .ziyemian .nav-gotop {
        font-size: 15px;
        padding-right: 20px;
        position: relative;
    }
    .ziyemian .nav-gotop::after {
        line-height: 61px;
    }
    .tyindex.fix .main {
        margin-top: 61px;
    }
    .ziyemian .jobls-szxz {
        font-size: 16px;
        line-height: 56px;
    }
    .ziyemian .contact-xzgg .xzggli .xzgg_nianfen li.done {
        font-size: 36px;
    }
    .ziyemian .contact-xzgg .xzggli .xzgg_nianfen.show li:nth-child(2) {
        margin-bottom: 43px;
    }
    .ziyemian .contact-xzgg .xzggli .xzgg_nianfen li {
        font-size: 25px;
        line-height: 51px;
        margin-bottom: 43px;
    }
    .ziyemian .contact-xzgg .xzggli .xzggshijian>div:nth-child(1) {
        font-size: 16px;
    }
    .ziyemian .contact-xzgg .xzggli .xzggshijian>div:nth-child(2) {
        font-size: 25px;
        line-height: 35px;
    }
    .ziyemian .contact-xzgg .xzggli .xzggname img {
        margin-right: 30px;
        width: 34px;
    }
    .ziyemian .contact-xzgg .xzggli .xzgg_xiazai li>div {
        height: 100px;
    }
    .ziyemian .contact-xzgg .xzggli .xzggdown img {
        width: 27px;
    }
    .ziyemian .contact-xzgg .xzggli .xzggname {
        padding-top: 13px;
        font-size: 16px;
    }
    .ziyemian .contact-gsgl .tltle .lit {
        font-size: 14px;
        line-height: 23px;
    }
    .ziyemian .contact-gscy .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        font-size: 25px;
    }
    .ziyemian .contact-gscy .swiper-pagination .swiper-pagination-bullet {
        width: 220px;
        font-size: 25px;
    }
    .ziyemian .gscy_desc li>div:nth-child(2)>div:nth-child(1)>div:nth-child(2) {
        font-size: 20px;
        line-height: 29px;
        padding-top: 1px;
        padding-bottom: 22px;
    }
    .ziyemian .gscy_desc li>div:nth-child(2)>div:nth-child(2) {
        bottom: 25px;
    }
    .ziyemian .contact-mb>div {
        top: 10%;
        left: 13%;
        right: 13%;
    }
    .ziyemian .contact-mb .contact-litext>div:nth-child(1) {
        font-size: 19px;
    }
    .ziyemian .contact-mb .contact-litext>div:nth-child(2) {
        font-size: 35px;
        font-weight: bold;
        color: #004DA0;
        margin-top: 4px;
        margin-bottom: 6%;
    }
    .ziyemian .contact-mb .contact-litext {
        width: 37.11%;
        padding-left: 5%;
        padding-top: 10%;
    }
    .ziyemian .contact-mb .swiper-button-next,
    .ziyemian .contact-mb .swiper-button-prev {
        width: 52px;
        height: 52px;
        line-height: 52px;
        bottom: 8%;
    }
    .ziyemian .jobls-ptys ul li {
        font-size: 16px;
    }
    .ziyemian .jobls-fldy ul li>div>div {
        font-size: 19px;
        line-height: 28px;
    }
    .ziyemian .jobls-zplc ul li {
        line-height: 67px;
        font-size: 19px;
    }
    .ziyemian .jobls-zplc ul li span {
        font-size: 20px;
    }
    .ziyemian .jobls-jlls .jlls-sousuo input {
        line-height: 55px;
        font-size: 19px;
    }
    .ziyemian .jobls-jlls .jllsbot {
        line-height: 55px;
        font-size: 18px;
    }
    .ziyemian .jobls-jlls .jlls-sousuo img {
        width: 20px;
    }
    .ziyemian .jobls-jlls .jlls-name {
        font-size: 28px;
    }
    .ziyemian .jobls-jlls .jlls-topdesc {
        font-size: 14px;
    }
    .ziyemian .jobls-jlls .jlls-close img {
        width: 24px;
    }
    .ziyemian .jobls-jlls .jlls-jd>div>div:nth-child(1) {
        font-size: 14px;
        margin-bottom: 17px;
    }
    .ziyemian .jobls-jlls .jlls-jd>div>p {
        font-size: 14px;
        line-height: 23px;
    }
    .ziyemian .jobls-jlls .jlls-jd>div {
        margin-bottom: 26px;
    }
    .ziyemian .jobls-jlls .jlls-jd {
        margin-bottom: 47px;
    }
    .ziyemian .jobls-jlls .sqzw {
        width: 191px;
        font-size: 14px;
        line-height: 47px;
    }
    .ziyemian .jobls-jlls .jlls_desc li .jlls-hid>div {
        padding-bottom: 50px;
    }
    .ziyemian .ban-text>div>div:nth-child(2)>div {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .ziyemian .ban-text>div>div:nth-child(1) {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .ziyemian .casels-yftd .yftd_right .tltle {
        margin-bottom: 27px;
    }
    .ziyemian .casels-yftd .yftd_left>div:nth-child(2)>div:nth-child(1) {
        font-size: 19px;
    }
    .ziyemian .casels-yftd .yftd_left>div:nth-child(2) {
        font-size: 14px;
        margin-top: 33px;
    }
    .ziyemian .casels-yftd .yftd_left>div:nth-child(2)>div:nth-child(1)::before {
        bottom: -10px;
    }
    .ziyemian .casels-ssspt .ssspt_desc ul {
        margin-top: 30px;
    }
    .ziyemian .casels-yftd .yftd_left>div:nth-child(2)>div:nth-child(2) {
        margin-top: 16px;
        margin-bottom: 7px;
    }
    .ziyemian .casels-ssspt .ssspt_desc ul li .ssspt_deschid>div:nth-child(1) {
        font-size: 19px;
        margin-bottom: 10px;
        padding-top: 9px;
        line-height: 29px;
    }
    .ziyemian .casels-ssspt .ssspt_desc ul li:hover .ssspt_deschid::before {
        top: 48px;
    }
    .ziyemian .casels-ssspt .ssspt_desc ul li .ssspt_deschid>div:nth-child(2) {
        font-size: 13px;
        line-height: 20px;
    }
    .ziyemian .casels-ssspt .ssspt_desc ul li:hover .ssspt_deschid {
        height: 137px;
        padding-top: 44px;
    }
    .ziyemian .casels-jcjg .jcjgdesc ul li .jcjgtext>div:nth-child(2) {
        font-size: 19px;
        line-height: 28px;
        margin-top: 12px;
        margin-bottom: 4px;
    }
    .ziyemian .casels-jcjg .jcjgdesc ul li .jcjgtext>div:nth-child(3) {
        font-size: 13px;
    }
    .ziyemian .swiper-hzjz .hzjzdesc {
        font-size: 12px;
    }
    .ziyemian .swiper-hzjz .hzjzdesc img {
        padding-top: 43px;
        padding-bottom: 33px;
        height: 74px;
    }
    .ziyemian .swiper-hzjz .hzjzdesc {
        height: 194px;
    }
    .ziyemian .casels-zlsq ul li>div span {
        font-size: 89px;
        font-weight: bold;
        line-height: 95px;
    }
    .ziyemian .casels-zlsq .lit {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .ziyemian .casels-zlsq ul li>div span {
        font-size: 70px;
        font-weight: bold;
        line-height: 95px;
    }
    .ziyemian .casels-zlsq ul li>div {
        font-size: 20px;
    }
    .ziyemian .casels-zlsqzs .swiper-button-next,
    .ziyemian .casels-zlsqzs .swiper-button-prev {
        width: 52px;
        height: 52px;
        line-height: 52px;
        top: 5%;
    }
    .ziyemian .casels-zlsqzs ul li>div:nth-child(1) {
        font-size: 36px;
    }
    .ziyemian .casels-zlsqzs ul li>div:nth-child(1) span {
        font-size: 19px;
        line-height: 27px;
        padding: 0 13px;
        top: -7px;
        margin-left: 16px;
    }
    .ziyemian .casels-hzjz .swiper-button-next,
    .ziyemian .casels-hzjz .swiper-button-prev {
        width: 35px;
        height: 77px;
    }
    .ziyemian .casels-hzjz .swiper-button-next:after,
    .ziyemian .casels-hzjz .swiper-button-prev:after {
        font-size: 30px;
    }
}

.amap-controls .amap-toolbar {
    left: auto !important;
    right: 10px !important;
}