html {
    -webkit-text-size-adjust: none;
}

@font-face {
    font-family: PingFangSC-Regular;
    src: url(../fonts/PingFangSC-Regular.ttf);
}

@font-face {
    font-family: PingFangSC-Medium;
    src: url(../fonts/PingFangSC-Medium.ttf);
}

@font-face {
    font-family: PingFangSC-Semibold;
    src: url(../fonts/PingFangSC-Semibold.ttf);
}

@font-face {
    font-family: PingFangSC-Light;
    src: url(../fonts/PingFangSC-Light.ttf);
}

body {
    font-size: 12px;
    color: #4D4D4D;
    line-height: 1;
    font-family: PingFangSC-Regular;
}

a {
    text-decoration: none;
    transition: all 0.3s
}

a:hover {
    text-decoration: none;
}

.imgbox img {
    max-width: 100%;
    vertical-align: top;
}

.wrap {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

input,
button,
textarea {
    outline: none;
    font-family: PingFangSC-Regular;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #192537;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #192537;
}


/* *::-webkit-scrollbar {

	width: 3px;

	background-color: #fff;

}



*::-webkit-scrollbar-thumb {

	background-color: #86CB3D;

	border-radius: 3px;

	-webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .3);

} */

.hong {
    color: #2062b0;
}

.hei {
    color: #192537;
}

.hei2 {
    color: #1A2638;
}

.hui {
    color: #5B626C;
}

.header {
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0;
    top: 0;
    padding: 25px 0 0;
}

.logo {
    height: 60px;
}

.nav li {
    position: relative;
    margin: 0 40px;
    cursor: pointer;
}

.navlink,
.navtxt {
    color: #444;
    font-size: 16px;
    line-height: 28px;
    position: relative;
    font-weight: bold;
}

.nav li:hover .navlink,
.nav li:hover .navtxt {
    color: #2062b0;
}

.navlink::before,
.navtxt::before {
    content: '';
    width: 0;
    height: 3px;
    background: #2062b0;
    box-shadow: 0px 2px 4px 0px rgb(36, 124, 195, 0.3900);
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3px;
    transition: all 0.3s;
}

.nav li:hover .navlink::before,
.nav li:hover .navtxt::before {
    width: 20px;
}

.nav li.now .navlink,
.nav li.now .navtxt {
    color: #2062b0;
}

.nav li.now .navlink::before,
.nav li.now .navtxt::before {
    width: 20px;
}

.navb {
    position: absolute;
    width: 160px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    padding: 12px 0 0;
    /*box-shadow: 0 4px 4px 0 rgb(64 75 91 / 2%), 0 16px 32px 0 rgb(29 53 89 / 8%);*/
    transition: all 0.3s ease;
    overflow: hidden;
    height: 0;
}

.navbm {
    background: #fff;
    border-top: 3px solid #2062b0;
    padding: 10px 0;
}

.navbm a {
    width: 100%;
    text-align: center;
    color: #192537;
    font-size: 16px;
    line-height: 40px;
}

.navbm a:hover {
    color: #2062b0;
}

.nav li:hover .navb {
    height: auto;
}

.navr {
    padding-left: 40px;
    position: relative;
}

.navr::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.4;
}

.icon1 {
    background: url(../images/icon1.png) no-repeat left center;
    padding-left: 26px;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}

.icon1:hover {
    color: #2062b0;
}

.banner {
    position: relative;
    z-index: 1;
}

.banpic {
    position: relative;
    z-index: 1;
}

.bantxt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    z-index: 2;
    height: 100%;
    top: 0;
}

    .bantxt h2 {
        font-family: PingFangSC-Medium;
        color: #000;
        font-size: 40px;
        margin-bottom: 10px;
        line-height: 60px;
    }

    .bantxt p {
        color: #000;
        font-size: 20px;
        line-height: 38px;
        padding-bottom: 30px;
    }

.bantxt a {
    background: #2062b0;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    padding: 0 36px;
    border-radius: 5px;
}

.bantxt a:hover {
    background: #192988;
}

.kjfw {
    padding: 120px 0;
    position: relative;
    z-index: 1;
}

.title {
    text-align: center;
}

.title span {
    font-family: PingFangSC-Medium;
    color: #192537;
    font-size: 30px;
    position: relative;
    padding: 0 10px;
}

.title span::before {
    content: '';
    display: inline-block;
    width: 144px;
    height: 10px;
    background: url(../images/icon3a.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.title span::after {
    content: '';
    display: inline-block;
    width: 144px;
    height: 10px;
    background: url(../images/icon3b.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.title p {
    color: #5B626C;
    font-size: 14px;
    padding: 20px 0 0;
    max-width: 480px;
    margin: 0 auto;
}

.title2 span,
.title2 p {
    color: #fff;
}

.title2 span::before {
    background: url(../images/icon4a.png) no-repeat center center;
    background-size: cover;
}

.title2 span::after {
    background: url(../images/icon4b.png) no-repeat center center;
    background-size: cover;
}

.tcclose {
    width: 36px;
    height: 36px;
    fill: #fff;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.kjfwm {
    padding: 100px 0 0 324px;
    position: relative;
}

.kjfwmm {
    overflow: hidden;
    padding-bottom: 105px;
}

.kjfwmm .swiper-slide {
    padding-right: 218px;
    position: relative;
    box-sizing: border-box;
}

.kjfwmm .swiper-slide img {
    width: 100%;
    position: relative;
    z-index: 1;
    vertical-align: top;
    border-radius: 20px;
    transition: all 0.3s;
    transform: translateY(50px);
    opacity: 0;
}

.kjfwmm .swiper-slide-active {
    opacity: 1!important;
}

.kjfwmm .swiper-slide-active img {
    transform: translateY(0);
    opacity: 1;
}

.kjr {
    position: absolute;
    right: 20px;
    top: 200px;
    width: 375px;
    box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 80px 40px 0;
    height: 430px;
    border-radius: 25px;
    color: #192537;
    background: #fff;
    z-index: 3;
    opacity: 0;
    transition: all 0.3s 0.1s;
}

.kjr::after {
    content: '';
    display: inline-block;
    width: 66px;
    height: 52px;
    background: url(../images/icon3d.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    right: 22px;
    top: -20px;
}

.kjr h2 {
    font-size: 20px;
    line-height: 28px;
    font-family: PingFangSC-Semibold;
    margin-bottom: 40px;
}

.kjr p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
}

.kjfwmm .swiper-slide-active .kjr {
    top: 150px;
    opacity: 1;
}

.kjfwml {
    width: 247px;
    position: absolute;
    left: 0;
    top: 100px;
}

.kjfwml li {
    position: relative;
    padding-bottom: 1px;
    cursor: pointer;
}

.kjfwml li span {
    padding-left: 30px;
    position: relative;
    z-index: 3;
    font-size: 16px;
    color: #5B626C;
    letter-spacing: 4px;
    line-height: 68px;
    transition: all 0.3s;
}

.kjfwml li::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #F4F4F4;
    border-radius: 13px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.kjfwml li:hover span {
    font-family: PingFangSC-Semibold;
    font-size: 22px;
}

.kjfwml li.now span {
    color: #fff;
    font-family: PingFangSC-Semibold;
    font-size: 22px;
}

.kjfwml li.now::after {
    opacity: 0;
}

.kjfwml li.now::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../images/icon3c.png) no-repeat left center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
}

.img3 {
    height: 315px;
    background: url(../images/img3.png) no-repeat center center;
    background-size: cover;
}

.yshi {
    padding: 60px 0 120px;
}

.yshi li {
    width: 19%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    transition: width .6s ease-out 0s;
    height: 360px;
}

.yshi li.now {
    width: 43%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 4px 0 rgb(64 75 91 / 2%), 0 16px 32px 0 rgb(29 53 89 / 8%);
}

.yshil {
    width: 100%;
    padding-left: 40px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.yshil p {
    white-space: nowrap;
}

.yshi li.now .yshil {
    width: 38%;
}

.yshir {
    width: 0;
    overflow: hidden;
    box-sizing: border-box;
    height: 100%;
}

.yshi li.now .yshir {
    width: 62%;
    padding: 60px 0 0;
    text-align: center;
}

.yshitxt {
    font-size: 35px;
    color: #2062b0;
    font-family: PingFangSC-Semibold;
    margin-right: 10px;
}

.ysbm {
    padding: 98px 0 158px;
}

.ysbm li {
    width: calc((100% - 140px)/3);
    height: 468px;
    transition: all 0.3s;
    position: relative;
}

.ysbm li::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.0800);
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s;
}

.ysbm li:hover::before {
    transform: scaleY(1.16);
}

.yspic {
    position: relative;
    z-index: 2;
    transition: all 0.3s;
    overflow: hidden;
}

.yspic img {
    position: relative;
    vertical-align: top;
    z-index: 1;
    width: 100%;
}

.yspic h2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    color: #fff;
    text-align: center;
    background: #2062b0;
    line-height: 54px;
    font-size: 20px;
    z-index: 2;
    transition: all 0.3s;
    opacity: 0;
}

.ysbm li:hover .yspic {
    transform: translateY(-38px);
}

.ysbm li:hover .yspic h2 {
    top: calc(100% - 54px);
    opacity: 1;
}

.ysbb {
    padding: 40px 20px 0;
    color: #192537;
    transition: all 0.3s;
}

.ysbb h2 {
    font-size: 20px;
    font-family: PingFangSC-Semibold;
}

.ysbb h3 {
    font-size: 16px;
    padding: 15px 0;
}

.ysbb p {
    font-size: 12px;
    line-height: 26px;
    display: none;
}

.ysbm li:hover .ysbb {
    transform: translateY(-38px);
}

.ysbm li:hover .ysbb h2 {
    display: none;
}

.ysbm li:hover .ysbb p {
    display: block;
}

.img5 {
    background: url(../images/img5a.png) no-repeat center center;
    background-size: cover;
    padding: 60px 0;
}


/* .img5:hover{background: url(../images/img5b.png) no-repeat center center;} */

.map {
    padding: 60px 0 0;
}

.map img {
    width: 100%;
    vertical-align: top;
}

.hzhb {
    padding: 120px 0;
}

.hzhbm {
    padding: 100px 0 0;
}

.hzhbmm {
    overflow: hidden;
}

.hzhbmm .swiper-slide {
    text-align: center;
    margin-bottom: 45px;
}

.hzhbmm .swiper-slide img {
    width: 168px;
    height: 104px;
}

.hzhbb .swiper-pagination-bullet,
.swipernav .swiper-pagination-bullet {
    background: rgba(240, 35, 22, 0);
    border: 1px solid rgba(240, 35, 22, 0);
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    position: relative;
    margin: 0 5px;
    opacity: 1;
}

.hzhbb .swiper-pagination-bullet::before,
.swipernav .swiper-pagination-bullet::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2062b0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.08;
}

.hzhbb .swiper-pagination-bullet-active,
.swipernav .swiper-pagination-bullet-active {
    border: 1px solid rgb(36, 124, 195, 0.1700);
    background: rgba(36, 124, 195, 0.1300);
}

.hzhbb .swiper-pagination-bullet-active::before,
.swipernav .swiper-pagination-bullet-active::before {
    opacity: 1;
}

.fws {
    padding: 60px 0 30px;
    background: #F6F8FA;
}

.fwsm {
    padding: 75px 0 0;
}

.fwsmm {
    padding: 0 110px;
    position: relative;
}

.fwsmmm {
    overflow: hidden;
}

.fwsl {
    width: 41.5%;
    text-align: center;
}

.fwsl img {
    vertical-align: top;
    max-width: 100%;
}

.fwsr {
    width: 58.5%;
    box-sizing: border-box;
    padding: 10px 30px 0 55px;
}

.fwstxt {
    font-family: PingFangSC-Light;
    color: #5B626C;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 42px;
    margin: 28px 0 33px;
}

.fwsr h2 {
    color: #192537;
    font-size: 20px;
    font-family: PingFangSC-Semibold;
    line-height: 28px;
}

.fwstxt2 {
    font-family: PingFangSC-Light;
    color: #5B626C;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 0 33px;
}

.more {
    border: 1px solid #DCDCDC;
    border-radius: 6px;
    width: 143px;
    height: 46px;
}

.more span {
    background: url(../images/icon11a.png) no-repeat right center;
    padding-right: 26px;
    color: #192537;
    font-size: 14px;
    font-family: PingFangSC-Semibold;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.more:hover {
    border: 1px solid #2062b0;
    background: #2062b0;
}

.more:hover span {
    color: #fff;
    background: url(../images/icon11b.png) no-repeat right center;
}

.icon9 {
    width: 60px;
    height: 60px;
    background: url(../images/icon9a.png) no-repeat center center;
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.icon9:hover {
    background: url(../images/icon9b.png) no-repeat center center;
}

.icon10 {
    width: 60px;
    height: 60px;
    background: url(../images/icon10a.png) no-repeat center center;
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.icon10:hover {
    background: url(../images/icon10b.png) no-repeat center center;
}

.icon9.swiper-button-disabled {
    background: url(../images/icon9a.png) no-repeat center center!important;
}

.icon10.swiper-button-disabled {
    background: url(../images/icon10a.png) no-repeat center center!important;
}

.share .social-share .social-share-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0;
    border: none!important;
}

.share .social-share .icon-wechat {
    background: url(../images/icon12a.png) no-repeat center center!important;
    background-size: cover!important;
}

.share .social-share .icon-weibo {
    background: url(../images/icon12b.png) no-repeat center center!important;
    background-size: cover!important;
    margin: 0 30px!important;
}

.share .social-share .icon-qq {
    background: url(../images/icon12c.png) no-repeat center center!important;
    background-size: cover!important;
}

.icon12 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.icon12a {
    background: url(../images/icon12a.png) no-repeat center center;
    background-size: cover;
}

.icon12b {
    background: url(../images/icon12b.png) no-repeat center center;
    background-size: cover;
    margin: 0 30px;
}

.icon12c {
    background: url(../images/icon12c.png) no-repeat center center;
    background-size: cover;
}

.footertr h2 {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.footertr p {
    padding: 10px 0;
}

.footertr p a {
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    opacity: 0.6;
}

.footertr p a:hover {
    opacity: 1;
}

.footertr li {
    padding-left: 110px;
}

.footertr li:first-child {
    padding-left: 0;
}

.footerb {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 18px;
    line-height: 18px;
}

.footerb span {
    color: #fff;
    opacity: 0.6;
}
    .footerb span a{
        color: #fff;
        
    }

.footer {
    background: #141716;
}

.footert {
    padding: 68px 0;
}

.tcbg,
.tcbg2 {
    background: #000;
    opacity: 0.6;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
}

.tcbj,
.tcsq {
    max-width: 1300px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    width: 100%;
    display: none;
}

.tcbj h2,
.tcsq h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 45px;
}

.tcbjbox {
    width: calc((100% - 50px)/3);
    box-sizing: border-box;
    padding: 0 15px 0 45px;
    background: #FBFBFB;
    border: 1px solid #DCDCDC;
    transition: all 0.3s;
    position: relative;
}

.tcbjbox:hover {
    border: 1px solid #2062b0;
}

.bj_input {
    border: none;
    background: none;
    width: 100%;
    box-sizing: border-box;
    color: #192537;
    font-size: 16px;
    line-height: 50px;
}

.tcbjbox.need::before {
    content: '*';
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #f00;
    font-size: 16px;
}

.bjxl {
    margin: 30px 0;
    width: 100%;
    background: url(../images/icon13.png) no-repeat right 40px center #FBFBFB;
}

.bjxlb,
.sqxlb {
    position: absolute;
    width: calc(100% + 2px);
    left: -1px;
    top: 100%;
    background: #FBFBFB;
    box-sizing: border-box;
    padding: 0 55px 0 45px;
    display: none;
    border: 1px solid #2062b0;
    border-top: none;
    z-index: 999;
}

.bjxlb p,
.sqxlb p {
    font-size: 16px;
    color: #192537;
    line-height: 45px;
    cursor: pointer;
    transition: all 0.3s;
}

.bjxlb p:hover,
.sqxlb p:hover {
    color: #2062b0;
}

.bj_text {
    width: 100%;
    height: 260px;
    color: #192537;
    font-size: 16px;
    line-height: 50px;
    margin-bottom: 60px;
}

.bj_text2 {
    margin-bottom: 0;
}

.btn236 {
    width: 236px;
    height: 56px;
    border: none;
    color: #fff;
    color: #fff;
    font-size: 14px;
    background: #2062b0;
    transition: all 0.3s;
    cursor: pointer;
}

.btn236:hover {
    background: #192988;
}

.float {
    position: fixed;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.floatt {
    background: #fff;
    border-radius: 35px;
    box-shadow: 0px 0px 15px 0px rgba(30, 53, 54, 0.0800);
    margin-bottom: 10px;
}

.floatt li {
    position: relative;
    height: 66px;
    width: 70px;
}

.icon2a {
    background: url(../images/icon2a.png) no-repeat center center;
    width: 100%;
    height: 30px;
    cursor: pointer;
    transition: all 0.3s;
}

.icon2a:hover {
    background: url(../images/icon2ab.png) no-repeat center center;
}

.icon50 {
    background: url(../images/icon50.png) no-repeat center center;
    width: 100%;
    height: 30px;
    cursor: pointer;
    transition: all 0.3s;
}

.icon50:hover {
    background: url(../images/icon50b.png) no-repeat center center;
}

.icon2b {
    background: url(../images/icon2b.png) no-repeat center center;
    width: 100%;
    height: 30px;
    cursor: pointer;
}

.icon2b:hover {
    background: url(../images/icon2bb.png) no-repeat center center;
}

.hztxt {
    color: #192537;
    line-height: 18px;
}

.hztxt:hover {
    color: #2062b0;
}

.floatt li:last-child {
    height: 92px;
}

.floatt li::after {
    content: '';
    display: inline-block;
    width: 51px;
    height: 1px;
    background: #f5f5f5;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.floatt li:last-child::after {
    display: none;
}

.icon2c {
    box-shadow: 0px 0px 15px 0px rgba(30, 53, 54, 0.0800);
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background: url(../images/icon2c.png) no-repeat center center #fff;
    cursor: pointer;
    transition: all 0.3s;
}

.icon2c:hover {
    background: url(../images/icon2cb.png) no-repeat center center #fff;
}

.email {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 10px;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}

.email span {
    border-radius: 14px;
    line-height: 64px;
    padding: 0 20px;
    white-space: nowrap;
    box-shadow: 0px 0px 15px 0px rgba(30, 53, 54, 0.0800);
    color: #192537;
    font-size: 14px;
    background: #fff;
}

.floatt li:hover .email {
    right: 100%;
    visibility: visible;
    opacity: 1;
}

.yshi2 {
    padding: 120px 0;
}

.yshi2 li {
    width: 28.5%;
}

.yshi2 .title {
    padding-bottom: 55px;
}

.peis {
    padding: 120px 0;
}

.peisl {
    width: 47%;
}

.peisl span {
    display: none;
}

.peisl img {
    vertical-align: top;
    width: 100%;
    border-radius: 20px;
}

.peisr {
    width: calc(53% - 50px)
}

.peisr li {
    position: relative;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 20px;
    cursor: pointer;
}

.peisr li::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #F6F8FA;
}

.peisr li:last-child::after {
    display: none;
}

.peisr li h2 {
    color: #192537;
    font-size: 20px;
    line-height: 28px;
    font-family: PingFangSC-Semibold;
}

.peisrb {
    padding: 10px 0 0;
    display: none;
}

.peisrb h3 {
    color: #192537;
    font-size: 14px;
    line-height: 20px;
}

.peisrbm {
    padding: 0 0 0 38px;
}

.peisrbm dl {
    margin-top: 10px;
}

.peisrbm dt {
    color: #192537;
    font-size: 14px;
    line-height: 20px;
    font-family: PingFangSC-Semibold;
}

.peisrbm dd {
    font-family: PingFangSC-Light;
    color: #5B626C;
    font-size: 14px;
    line-height: 20px;
    padding-left: 25px;
}

.peisr li.now {
    background: url(../images/logo3.png) no-repeat right 20px top 50px #F6F8FA;
}

.peisr li.now .peisrb {
    display: block;
}

.phps {
    overflow: hidden;
}

.phps .swiper-slide img {
    vertical-align: top;
    width: 100%;
    border-radius: 20px;
}

.phpsb {
    position: relative;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 20px;
    cursor: pointer;
    background: url(../images/logo3.png) no-repeat right 20px top 50px #F6F8FA;
    transform: translateY(-30px);
    margin: 0 10px;
}

.phpsb h2 {
    color: #192537;
    font-size: 20px;
    line-height: 28px;
    font-family: PingFangSC-Semibold;
}

.phpsb .peisrb {
    padding: 10px 0 0;
    display: block;
}

.bdz {
    padding: 100px 0;
}

.bdzm li {
    width: calc((100% - 40px)/2);
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 8%);
    position: relative;
    padding-bottom: 75px;
    overflow: hidden;
}

.bdzmb {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 0 0 10px 10px;
}

.bdzmbm {
    padding: 40px 30px 85px;
    transition: all .3s ease;
    transform: translateY(135px);
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), #fff 52%, #fff);
}

.bdzmbm h2 {
    color: #192537;
    font-size: 25px;
    line-height: 36px;
    font-family: PingFangSC-Semibold;
}

.bdzmbm h3 {
    color: #192537;
    font-size: 16px;
    line-height: 22px;
    font-family: PingFangSC-Semibold;
    padding: 30px 0;
}

.bdzmbm p {
    font-family: PingFangSC-Light;
    color: #192537;
    font-size: 16px;
    line-height: 26px;
    opacity: 0;
    transition: all .3s ease;
}

.bdzm li:hover .bdzmbm {
    transform: translateY(0);
}

.bdzm li:hover .bdzmbm p {
    opacity: 1;
}

.sem {
    padding: 100px 0 120px;
}

.sem2 {
    padding: 100px 0 0;
}

.semm {
    padding: 60px 0 0;
}

.seml {
    width: 44%;
}

.seml p {
    color: #192537;
    font-size: 16px;
    line-height: 30px;
    padding: 45px 0 0;
}

.semr {
    width: 49%;
    text-align: center;
}

.semr img {
    max-width: 100%;
}

.seml img {
    height: 29px;
}

.ynt {
    padding: 100px 0 120px;
}

.yntm {
    padding: 60px 0 0;
    position: relative;
}

.yntml {
    position: absolute;
    left: 0;
    z-index: 2;
    bottom: 60px;
    width: 36%;
    background: rgba(255, 255, 255, .5);
    box-shadow: -10px 10px 40px 0 rgba(216, 218, 224, .5);
    border-radius: 15px;
}

.yntmlm {
    background: hsla(0, 0%, 100%, .85);
    padding: 60px 30px 105px;
    color: #192537;
    font-size: 16px;
    line-height: 30px;
    border-radius: 15px;
}

.yntmlm div span {
    font-size: 22px;
}

.yntml::before {
    content: '';
    display: inline-block;
    width: 74px;
    height: 58px;
    background: url(../images/icon20.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 30px;
    top: -30px;
}

.yntmm {
    padding: 0 18% 0 33%;
    position: relative;
    z-index: 1;
}

.yntmm img {
    vertical-align: top;
    width: 100%;
    border-radius: 15px;
}

.yntmr {
    width: 24%;
    position: absolute;
    bottom: 60px;
    right: 0;
    z-index: 2;
}

.yntmr img {
    vertical-align: top;
    width: 100%;
    border-radius: 15px;
}

.tzz {
    padding: 60px 0 75px;
}

.tzz li {
    margin-bottom: 45px;
}

.tzz li img {
    max-width: 168px;
    max-height: 104px;
}

.zyc {
    padding: 120px 0;
}

.zyc li {
    width: calc((100% - 120px)/4);
    cursor: pointer;
    box-sizing: border-box;
}

.zycm {
    transition: all .5s ease-in-out;
    background: #EEF3F3;
    padding: 40px 30px 50px;
    color: #192537;
    height: 100%;
    box-sizing: border-box;
}

.zyc li span {
    width: 50px;
    height: 40px;
    transition: all 0.3s;
}

.zyc li span.iconb {
    display: none;
}

.zyc li:hover span {
    display: none;
}

.zyc li:hover span.iconb {
    display: block;
}

.icon21 {
    background: url(../images/icon21a.png) no-repeat left center;
}

.zyc li:hover .icon21 {
    background: url(../images/icon21b.png) no-repeat left center;
}

.icon22 {
    background: url(../images/icon22a.png) no-repeat left center;
}

.zyc li:hover .icon22 {
    background: url(../images/icon22b.png) no-repeat left center;
}

.icon23 {
    background: url(../images/icon23a.png) no-repeat left center;
}

.zyc li:hover .icon23 {
    background: url(../images/icon23b.png) no-repeat left center;
}

.icon24 {
    background: url(../images/icon24a.png) no-repeat left center;
}

.zyc li:hover .icon24 {
    background: url(../images/icon24b.png) no-repeat left center;
}

.zyc li h2 {
    padding: 30px 0;
    font-size: 25px;
    line-height: 36px;
    height: 120px;
    font-family: PingFangSC-Semibold;
}

.zyc li p {
    font-size: 14px;
    line-height: 30px;
    padding-left: 15px;
    position: relative;
    min-height: 60px;
}

.zyc li p::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: url(../images/icon32.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 12px;
}

.zyc li:hover .zycm {
    background: #2062b0;
    transform: translateY(-20px);
    color: #fff;
}

.zyc li:hover p::before {
    background: url(../images/icon32b.png) no-repeat center center;
}

.team {
    padding: 100px 0;
}

.teamm {
    overflow: hidden;
}

.teamm .swiper-slide {
    background: #EEF3F3;
    position: relative;
    padding-bottom: 135px;
    overflow: hidden;
}

.teamm .swiper-slide img {
    width: 100%;
    vertical-align: top;
    position: relative;
    z-index: 1;
}

.teammb {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
}

.teammbm {
    padding: 40px 25px 0;
    height: 235px;
    box-sizing: border-box;
    color: #192537;
    font-size: 14px;
    line-height: 20px;
    transition: all 0.3s;
    transform: translateY(100px);
    background: #EEF3F3;
}

.teammbm h2 {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
}

.teammbm h3 {
    font-family: PingFangSC-Semibold;
    padding: 15px 0 25px;
    font-size: 14px;
}

.teammbm p {
    opacity: 0;
}

.teamm .swiper-slide:hover .teammbm {
    transform: translateY(0);
}

.teamm .swiper-slide:hover .teammbm p {
    opacity: 1;
}

.newbox {
    padding: 140px 0 120px;
}

.header.new {
    background: #f2f3f5;
    /* height: 80px; */
    box-sizing: border-box;
    padding: 25px 0;
    display: block;
}

.newl {
    width: 67.5%;
}

.newr {
    width: 24%;
}

.newpic {
    position: relative;
    overflow: hidden;
}

.newpic .swiper-slide img {
    width: 100%;
    vertical-align: top;
    position: relative;
    z-index: 1;
}

.newpicb {
    box-shadow: inset 0px -1px 0px 0px #F2F5FA;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%) #FFFFFF;
    padding: 24px 0;
}

.newpicbl {
    width: calc(100% - 80px);
}

.newpicblm {
    display: none;
}

.newpicbl h2 a {
    color: #192537;
    font-family: PingFangSC-Medium;
    font-size: 22px;
}

.newpicbl p {
    padding: 15px 0 0;
    color: #192537;
    font-size: 14px;
}

.newpicbr .swiper-pagination-bullet {
    background: #404B5B;
    margin: 0 0 0 12px;
    border-radius: 4px;
}

.newpicbr .swiper-pagination-bullet-active {
    background: #2062b0;
    width: 24px;
}

.newpicbtn {
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 16px 32px 0px rgba(87, 87, 87, 0.0800);
    cursor: pointer;
    transition: all 0.3s;
}

.newpicbtnl {
    background: url(../images/icon30a.png) no-repeat center center #fff;
    left: 0;
}

.newpicbtnl:hover {
    background: url(../images/icon29a.png) no-repeat center center #fff;
}

.newpicbtnr {
    background: url(../images/icon30b.png) no-repeat center center #fff;
    right: 0;
}

.newpicbtnr:hover {
    background: url(../images/icon29b.png) no-repeat center center #fff;
}

.nmenu {
    padding: 15px 0 30px;
}

.nmenu a {
    position: relative;
    line-height: 48px;
    color: #192537;
    font-size: 14px;
    margin-right: 48px;
}

.nmenu a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/icon26.png) no-repeat center center;
    transition: all 0.3s;
}

.nmenu a:hover,
.nmenu a.now {
    color: #2062b0;
}

.nmenu a:hover::after,
.nmenu a.now::after {
    width: 57px;
}

.nmenu a:last-child {
    margin-right: 0;
}

.newlb li {
    margin-bottom: 65px;
}

.newlbl {
    width: 220px;
    height: 122px;
    overflow: hidden;
}

.newlbl img {
    transition: all 0.3s;
    width: 220px;
    height: 122px;
}

.newlbr {
    width: calc(100% - 250px);
    height: 122px;
}

.newlbr h2 {
    color: #192537;
    font-size: 18px;
    font-family: PingFangSC-Medium;
    line-height: 24px;
    transition: all 0.3s;
}

.newlbr h3 {
    color: #192537;
    font-size: 14px;
    line-height: 24px;
}

.newlbr span {
    color: #192537;
    opacity: 0.5;
}

.newlb li:hover img {
    transform: scale(1.1);
}

.newlb li:hover h2 {
    color: #2062b0;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination li {
    margin: 0 1px;
}

.pagination li span,
.pagination li a {
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #192537;
    font-size: 14px;
}

.pagination li.active span {
    color: #fff;
    background: #2062b0;
}

.pagination li:nth-child(1) {
    background: url(../images/icon30a.png) no-repeat center center rgba(87, 87, 87, 0.1);
    box-shadow: 0px 16px 32px 0px rgba(87, 87, 87, 0.0800);
    margin-right: 40px;
    cursor: pointer;
    font-size: 0;
}

.pagination li:last-child {
    background: url(../images/icon30b.png) no-repeat center center rgba(87, 87, 87, 0.1);
    box-shadow: 0px 16px 32px 0px rgba(87, 87, 87, 0.0800);
    margin-left: 40px;
    cursor: pointer;
}

.pagination li a:hover {
    color: #2062b0;
    font-weight: bold;
}

.ssbox {
    height: 48px;
    background: #F2F5FA;
    padding-left: 24px;
}

.ss_input {
    border: none;
    line-height: 48px;
    background: none;
    width: calc(100% - 64px);
    color: #192537;
    font-size: 14px;
}

.ss_btn {
    width: 64px;
    height: 48px;
    border: none;
    background: url(../images/icon27.png) no-repeat center center;
    cursor: pointer;
}

.ss_input:-ms-input-placeholder {
    color: #192537;
    opacity: 0.5;
}

.ss_input::-webkit-input-placeholder {
    color: #192537;
    opacity: 0.5;
}

.icon28 {
    background: url(../images/icon28.png) no-repeat left center;
    margin: 40px 0;
    padding-left: 20px;
    font-size: 22px;
    font-family: PingFangSC-Medium;
}

.bjjx li {
    margin-bottom: 40px;
    position: relative;
    padding-left: 40px;
    position: relative;
}

.bjjx li h2 a {
    color: #192537;
    font-size: 14px;
    line-height: 20px;
}

.bjjx li h2 {
    padding-bottom: 15px;
}

.bjjx li span {
    color: #192537;
    opacity: 0.5;
}

.bjjx li:hover h2 a {
    color: #2062b0;
}

.bjjx li::before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    content: '';
    display: inline;
}

.bjjx li:nth-child(1)::before {
    background: url(../images/icon31a.png) no-repeat left top;
}

.bjjx li:nth-child(2)::before {
    background: url(../images/icon31b.png) no-repeat left top;
}

.bjjx li:nth-child(3)::before {
    background: url(../images/icon31c.png) no-repeat left top;
}

.bjjx li:nth-child(4)::before {
    background: url(../images/icon31d.png) no-repeat left top;
}

.bjjx li:nth-child(5)::before {
    background: url(../images/icon31e.png) no-repeat left top;
}

.bjjx li:nth-child(6)::before {
    background: url(../images/icon31f.png) no-repeat left top;
}

.bjjx li:nth-child(7)::before {
    background: url(../images/icon31g.png) no-repeat left top;
}

.bjjx li:nth-child(8)::before {
    background: url(../images/icon31h.png) no-repeat left top;
}

.newxq h2 {
    color: #192537;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
    font-family: PingFangSC-Medium;
}

.newxqtxt {
    opacity: 0.5;
    color: #192537;
    padding: 30px 0;
}

.newxqm {
    color: #192537;
    font-size: 14px;
    line-height: 25px;
}

.newxqm img {
    max-width: 100%;
}

.link {
    padding: 100px 0;
}

.linkl,
.linkr {
    width: 47%;
}

.linklm {
    display: none;
    text-align: center;
}

.linklm img {
    max-width: 100%;
}

.linkr li {
    position: relative;
    height: 130px;
    padding-left: 40px;
    color: #192537;
    cursor: pointer;
}

.linkr li h2 {
    font-size: 25px;
    font-family: PingFangSC-Medium;
    position: relative;
    z-index: 3;
    transition: all 0.3s;
}

.linkr li p {
    font-size: 16px;
    padding-top: 20px;
    position: relative;
    z-index: 3;
}

.linkr li::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #F4F4F4;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.linkr li::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/icon25.png) no-repeat left center;
    z-index: 2;
    transition: all 0.3s;
}

.linkr li.now {
    color: #fff;
}

.linkr li.now::after {
    width: 100%;
}


/****/

.jobbox {
    padding: 100px 0 120px;
}

.jobt li {
    width: 344px;
    height: 60px;
    background: #F6F8FA;
    margin: 0 15px;
    position: relative;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 16px;
}

.jobttxt {
    width: calc(100% - 85px);
    background: url(../images/icon40.png) no-repeat right center;
    padding-right: 20px;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 60px;
    color: #2062b0;
    border: none;
}

.jobtb {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    box-sizing: border-box;
    padding: 17px 0 0;
    display: none;
}

.jobtbm {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.19);
    padding: 25px 0 30px 35px;
    box-sizing: border-box;
}

.jobtbmm {
    max-height: 405px;
    overflow-y: auto;
}

.jobtbm p {
    cursor: pointer;
    line-height: 45px;
    color: #3C3D51;
    font-size: 16px;
    transition: all 0.3s;
}

.jobtbm p:hover {
    color: #F04B42;
}

.jobtbmm::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}

.jobtbmm::-webkit-scrollbar-thumb {
    background-color: #F04B42;
    border-radius: 3px;
}

.jobb {
    padding: 65px 0 50px;
}

.jobb li {
    width: calc((100% - 60px)/3);
    margin: 0 30px 30px 0;
}

.jobb li:nth-child(3n) {
    margin-right: 0;
}

.jobb li a {
    background: #F6F8FA;
    border-radius: 15px;
    padding: 40px 15px 0 45px;
    height: 220px;
    box-sizing: border-box;
    width: 100%;
    transition: all 0.5s;
    color: #3C3D51;
}

.jobb li:hover a {
    transform: translateY(-10px);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.19);
}

.jobxq {
    background: #F6F8FA;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 40px 30px 80px;
}

.social-share-icon::before {
    font-size: 0;
}

.icon-linkedin {
    background: url(../images/linkedin.png) no-repeat center center #2552C4!important;
    border: 1px solid #2552C4!important;
    background-size: 15px auto!important;
}

.icon-weibo {
    background: url(../images/weibo.png) no-repeat center center #E03620!important;
    border: 1px solid #E03620!important;
    background-size: 18px auto!important;
}

.icon-wechat {
    background: url(../images/wechat.png) no-repeat center center #1AB454!important;
    border: 1px solid #1AB454!important;
    background-size: 20px auto!important;
}

.icon-qq {
    background: url(../images/qq.png) no-repeat center center #E02120!important;
    border: 1px solid #E02120!important;
    background-size: 19px auto!important;
}

.jobxqtxt {
    border-bottom: 1px solid #d8d8d8;
    padding: 20px 10px 20px 0;
    color: #3C3D51;
    font-size: 16px;
}

.jobxqtxt li {
    width: 25%;
    box-sizing: border-box;
    padding-right: 10px;
}

.jobxqtxt2 {
    margin: 50px 0 55px;
    background: #fff;
    border-radius: 15px;
    padding: 0 100px 0 45px;
    height: 145px;
    position: relative;
}

.jobxqtxt2 a {
    width: 38px;
    height: 38px;
    background: url(../images/icon43.png) no-repeat center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 45px;
}

.jobxqtxt3 li {
    color: #3C3D51;
    font-size: 16px;
    line-height: 40px;
    padding-left: 23px;
    position: relative;
}

.jobxqtxt3 li::before {
    content: '';
    display: inline-block;
    background: #3C3D51;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 9px;
    top: 17.5px;
    border-radius: 50%;
}

.btn220 {
    width: 220px;
    height: 56px;
    border: none;
    color: #fff;
    color: #fff;
    font-size: 14px;
    background: #2062b0;
    transition: all 0.3s;
    cursor: pointer;
}

.btn220:hover {
    background: #192988;
}

.sqsc {
    padding: 35px 0 80px;
}

.sqsc p {
    font-size: 16px;
    padding: 23px 0 0;
    line-height: 26px;
}

.sqfj {
    box-sizing: border-box;
    position: relative;
    width: 176px;
    height: 52px;
    background: #fff;
    border: 1px solid #2062b0;
    padding-left: 45px;
    position: relative;
    color: #192537;
    font-size: 16px;
}

.sqfj.need::before {
    content: '*';
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #f00;
    font-size: 16px;
}

.file {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.icon45 {
    width: 28px;
    height: 28px;
    background: url(../images/icon45.png) no-repeat center center;
}

.share a {
    position: relative;
}

.share a img {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: 50px;
    width: 120px;
    height: 120px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s;
}

.share a:hover img {
    transform: scale(1);
    opacity: 1;
}

.pcno {
    display: none;
}

.phno {
    display: block;
}

@media screen and (max-width:1440px) {
    .zyc li {
        width: calc((100% - 100px)/2);
        margin-bottom: 50px;
    }
    .yntmlm {
        padding: 30px 15px 30px;
        font-size: 14px;
        line-height: 24px;
    }
    .yntml,
    .yntmr {
        bottom: 30px;
    }
    .peisr li {
        padding: 20px 30px;
    }
    .tcbj,
    .tcsq {
        padding: 0 30px;
        box-sizing: border-box;
    }
    .tcsq h2 {
        margin-bottom: 35px;
    }
    .tcsq .bjxl {
        margin: 20px 0;
    }
    .tcsq .sqsc {
        padding: 25px 0 40px;
    }
    .tcsq .bj_text2 {
        height: 240px;
    }
    .wrap {
        padding: 0 40px;
    }
    .nav li {
        margin: 0 calc(40px * 0.5);
    }
    .navr {
        padding-left: calc(40px * 0.5);
    }
    .banpic img {
        min-height: 320px;
    }
    .bantxt h2 {
        font-size: calc(40px * 0.5);
        padding: 60px 0 0;
        line-height: calc(60px * 0.5);
    }
    .bantxt p {
        font-size: calc(20px * 0.5);
        line-height: calc(38px * 0.5);
        padding-bottom: calc(70px * 0.3);
    }
    .bantxt a {
        line-height: 30px;
        font-size: 12px;
        padding: 0 20px;
        border-radius: 5px;
    }
    .kjfw {
        padding: 95px 0;
    }
    .kjfwm {
        padding: calc(100px * 0.8) 0 0 calc(324px * 0.8);
    }
    .kjfwmm {
        padding-bottom: calc(105px * 1);
    }
    .kjfwmm .swiper-slide {
        padding-right: calc(218px * 0.8);
    }
    .kjfwmm .swiper-slide img {
        min-height: 350px;
    }
    .kjr {
        right: calc(20px * 1);
        top: calc(200px * 0.5);
        width: calc(375px * 1);
        padding: calc(80px * 0.8) calc(40px * 0.5) 0;
        height: calc(430px * 0.7);
        border-radius: calc(25px * 1);
    }
    .kjr::after {
        width: calc(66px * 1);
        height: calc( 52px * 1);
        right: calc(22px * 1);
        top: calc(-20px * 1);
    }
    .kjr h2 {
        font-size: calc(20px * 1);
        line-height: calc(28px * 1);
        margin-bottom: calc(40px * 0.5);
    }
    .kjr p {
        font-size: calc(16px * 1);
        line-height: calc(26px * 1);
        margin-bottom: calc(40px * 0.5);
    }
    .kjfwmm .swiper-slide-active .kjr {
        top: calc(150px * 1);
    }
    .kjfwml {
        width: calc(247px * 0.8);
        top: calc(100px * 0.8);
    }
    .kjfwml li span {
        padding-left: calc(30px * 0.8);
        font-size: calc(16px * 1);
        letter-spacing: calc(4px * 0.5);
        line-height: calc(68px * 0.78);
    }
    .kjfwml li:hover span {
        font-size: calc(22px * 0.8);
    }
    .kjfwml li.now span {
        font-size: calc(22px * 0.8);
    }
    .yshi li {
        width: 40%
    }
    .yshi li.now {
        width: 60%;
    }
    .ysbm li {
        width: calc((100% - 60px)/3);
        height: 450px;
    }
    .ysbb h2,
    .yspic h2 {
        font-size: 18px;
    }
    .yshi2 li {
        width: 28.5%;
    }
    .yshi2 li.now {
        width: 43%;
    }
    .footertr li {
        padding-left: 60px;
    }
}

@media screen and (max-width:1020px) {
    .pcno {
        display: block;
    }
    .phno {
        display: none;
    }
    .jobbox {
        padding: 50px 0 60px;
    }
    .jobb li {
        width: calc((100% - 30px)/2);
    }
    .jobb li:nth-child(3n) {
        margin-right: 30px;
    }
    .jobb li:nth-child(2n) {
        margin-right: 0;
    }
    .sqsc {
        padding: 0 0 20px;
    }
    .sqfj {
        padding-left: 15px;
    }
    .sqfj.need::before {
        left: 5px;
    }
    .sqsc p {
        font-size: 14px;
        padding: 10px 0 0;
        line-height: 24px;
    }
    .phlink {
        overflow: hidden;
    }
    .phlink .swiper-slide {
        text-align: center;
    }
    .phlink .swiper-slide img {
        max-width: 100%;
    }
    .phlinkb {
        margin: 0 20px;
        transform: translateY(-15px);
        height: 75px;
        color: #fff;
        background: url(../images/icon25.png) no-repeat left center;
        background-size: cover;
        border-radius: 10px;
    }
    .phlinkb h2 {
        font-size: 20px;
        font-family: PingFangSC-Medium;
        position: relative;
    }
    .phlinkb p {
        font-size: 14px;
        padding-top: 10px;
        position: relative;
        z-index: 3;
    }
    .link {
        padding: 50px 0
    }
    .header.new {
        height: 66px;
    }
    .newbox {
        padding: 100px 0 50px;
    }
    .newl {
        width: 100%;
    }
    .team {
        padding: 50px 0;
    }
    .zyc {
        padding: 50px 0 5px;
    }
    .zyc li {
        width: 100%;
        margin-bottom: 50px;
    }
    .tzz {
        padding: 30px 0 35px;
    }
    .tzz li {
        margin-bottom: 25px;
    }
    .ynt {
        padding: 50px 0;
    }
    .yntm {
        padding: 30px 0 0;
    }
    .yntmm {
        padding: 0 40% 0 0;
    }
    .yntmr {
        bottom: initial;
        top: 20%;
        width: 34%;
    }
    .yntml {
        position: relative;
        left: initial;
        bottom: initial;
        width: 95%;
        margin: 0 auto;
        transform: translateY(-10%);
    }
    .yntmlm {
        font-size: 13px;
        line-height: 22px;
    }
    .yntml::before {
        height: 29px;
        width: 37px;
        top: -15px;
        left: 15px;
    }
    .sem {
        padding: 50px 0;
    }
    .sem2 {
        padding: 50px 0 0;
    }
    .seml,
    .semr {
        width: 100%;
    }
    .seml {
        padding: 30px 0 0;
    }
    .semm {
        padding: 30px 0 0;
    }
    .seml p {
        font-size: 14px;
        line-height: 24px;
        padding: 25px 0 0;
    }
    .bdz {
        padding: 50px 0 10px;
    }
    .bdzm li {
        width: 100%;
        margin-bottom: 45px;
    }
    .bdzm li img {
        width: 100%;
        vertical-align: top;
    }
    .bdzmbm {
        padding: 20px 15px 25px;
        transform: translateY(65px);
    }
    .bdzmbm h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .bdzmbm h3 {
        padding: 10px 0;
    }
    .peis {
        padding: 50px 0;
    }
    .peisrbm {
        padding-left: 10px;
    }
    .peisrbm dd {
        padding-left: 10px;
    }
    .yshi2 .title {
        padding-bottom: 25px;
    }
    .yshi2 {
        padding: 50px 0;
    }
    .tcbj h2,
    .tcsq h2 {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 40px;
    }
    .tcbjbox {
        width: 100%;
        margin-bottom: 15px;
        padding: 0 10px 0 15px;
    }
    .bjxl {
        margin-top: 0;
    }
    .bj_text {
        margin-bottom: 30px;
        height: 150px;
    }
    .bj_text2 {
        margin-bottom: 10px;
        height: 100px;
    }
    .tcbjbox.need::before {
        left: 5px;
    }
    .phfootert {
        padding: 30px 0;
    }
    .footerb {
        font-size: 14px;
        padding: 20px 5px;
        line-height: 24px;
    }
    .fwsmmb .swiper-pagination-bullet {
        background: rgba(240, 35, 22, 0);
        border: 1px solid rgba(240, 35, 22, 0);
        box-sizing: border-box;
        width: 18px;
        height: 18px;
        position: relative;
        margin: 0 5px;
        opacity: 1;
    }
    .fwsmmb .swiper-pagination-bullet::before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #2062b0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.08;
    }
    .fwsmmb .swiper-pagination-bullet-active {
        border: 1px solid rgb(36, 124, 195, 0.1700);
        background: rgba(240, 35, 22, 0.1300);
    }
    .fwsmmb .swiper-pagination-bullet-active::before {
        opacity: 1;
    }
    .fwsm {
        padding: 35px 0 0;
    }
    .fwstxt {
        white-space: initial;
        font-size: 20px;
        line-height: 32px;
        margin: 20px 0 25px;
    }
    .fwsmm {
        padding: 0 5px;
    }
    .fwsr {
        padding: 30px 10px;
    }
    .fwsl,
    .fwsr {
        width: 100%;
        box-sizing: border-box;
    }
    .icon9,
    .icon10 {
        display: none;
    }
    .hzhb {
        padding: 50px 0;
    }
    .hzhbm {
        padding: 50px 0 0;
    }
    .hzhbmm .swiper-slide {
        margin-bottom: 30px;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .hzhbmm .swiper-slide img {
        max-width: 100%;
        height: auto;
    }
    .img5 {
        padding: 50px 0;
    }
    .map {
        padding: 30px 0 0;
        min-height: 250px;
    }
    .map img {
        min-height: 250px;
    }
    .ysbm {
        padding: 50px 10px 20px;
    }
    .ysbm li {
        width: 100%;
        height: auto;
        margin-bottom: 35px;
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.0800);
        border-radius: 15px;
    }
    .ysbm li:hover .yspic,
    .ysbm li:hover .ysbb {
        transform: translateY(0);
    }
    .ysbm li::before {
        display: none;
    }
    .ysbb {
        padding: 40px 20px 30px;
    }
    .yshi {
        padding: 30px 0 50px;
    }
    .physhi {
        padding: 0 10px;
        position: relative;
    }
    .physhim {
        overflow: hidden;
    }
    .physhi .swiper-slide {
        padding: 20px 15px 40px;
        box-sizing: border-box;
    }
    .physhimbox {
        background: #fff;
        border-radius: 15px;
        box-shadow: 0 4px 4px 0 rgb(64 75 91 / 2%), 0 16px 32px 0 rgb(29 53 89 / 8%);
        padding: 10px 20px 30px;
    }
    .physhit {
        height: 250px;
    }
    .physhit img {
        max-width: 100%;
    }
    .physhimb {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 10px;
        z-index: 10;
    }
    .physhimb .swiper-pagination-bullet {
        width: 40px;
        height: 2px;
        border-radius: 2px;
        margin: 0 2px;
        background: #2062b0;
    }
    .wrap {
        padding: 0 15px;
    }
    .header {
        padding: 15px 0 0;
    }
    .icon-header {
        width: 36px;
        height: 36px;
        fill: #2062b0;
        cursor: pointer;
    }
    .logo {
        height: 25px;
    }
    .icon-close {
        display: none;
    }
    .header.open {
        background: #141716;
        box-sizing: border-box;
        height: 100vh;
    }
    .header.open .icon-close {
        display: block;
    }
    .header.open .icon-menu {
        display: none;
    }
    .phnav {
        padding: 30px;
        display: none;
    }
    .header.open .phnav {
        display: block;
    }
    .phnav li {
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .phnavlink {
        line-height: 30px;
        color: #fff;
        font-size: 16px;
        width: 100%;
    }
    .phnavtxt {
        line-height: 30px;
        color: #fff;
        font-size: 16px;
    }
    .icon-m-arrow {
        width: 25px;
        height: 25px;
        opacity: .6;
        transform: rotate(90deg);
        transition: transform .3s ease 0s;
    }
    .phnavb {
        padding: 15px 15px 5px;
        display: none;
    }
    .phnavb a {
        width: 100%;
        line-height: 35px;
        color: #fff;
        font-size: 15px;
        opacity: 0.6;
    }
    .phnavb a:hover {
        opacity: 1;
    }
    .phnav li.open .icon-m-arrow {
        transform: rotate(270deg);
    }
    .phnav2 {
        padding: 30px 0;
        display: block;
    }
    .phkjfwbox {
        position: relative;
    }
    .phkjfwm {
        position: relative;
        overflow: hidden;
        padding: 60px 30px;
    }
    .phkjfwm .swiper-slide img {
        vertical-align: top;
        border-radius: 15px;
        max-width: 100%;
        min-height: 220px;
    }
    .phkjfwmb {
        box-shadow: 0px 0 20px rgb(0 0 0 / 10%);
        background: #fff;
        border-radius: 25px;
        position: relative;
        z-index: 10;
        padding: 28px 20px;
        margin: -50px 10px 0;
        color: #192537;
        font-size: 14px;
        line-height: 24px;
    }
    .phkjfwmb h2 {
        font-size: 16px;
        font-family: PingFangSC-Semibold;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .phkjfwmbm {
        display: none;
    }
    .phkjfwmbmm {
        max-height: 120px;
        overflow: auto;
    }
    .phkjfwmbmm::-webkit-scrollbar {
        width: 3px;
        background-color: #fff;
    }
    .phkjfwmbmm::-webkit-scrollbar-thumb {
        background-color: #ddd;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .3);
    }
    .phkjfwmbb .swiper-pagination-bullet {
        width: 40px;
        height: 2px;
        border-radius: 2px;
        margin: 0 2px;
        background: #2062b0;
    }
    .jobxqtxt li {
        width: 50%;
        line-height: 40px;
    }
}

@media screen and (max-width:750px) {
    .jobbox {
        padding: 30px 0 40px;
    }
    .jobb {
        padding: 35px 0 20px;
    }
    .jobb li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .jobb li:nth-child(3n) {
        margin-right: 0;
    }
    .jobb li:nth-child(2n) {
        margin-right: 0;
    }
    .jobb li a {
        padding: 25px 10px 0 25px;
    }
    .jobb li a h2 {
        line-height: 30px;
    }
    .jobt li {
        margin: 0;
        width: calc((100% - 15px)/2);
        padding: 0 10px;
        height: 50px;
        font-size: 15px;
    }
    .jobt li:nth-child(1) {
        margin-right: 15px
    }
    .jobttxt {
        padding-right: 10px;
        background-size: 9px auto;
        line-height: 50px;
    }
    .jobtbm {
        padding: 15px 0 15px 15px;
    }
    .jobtbm p {
        line-height: 35px;
        font-size: 15px;
    }
    .jobtbmm {
        max-height: 315px;
    }
    .jobtb {
        padding: 12px 0 0;
    }
    .jobxqtxt {
        padding: 0 5px 15px 0;
    }
    .jobxqtxt li {
        width: 100%;
        line-height: 30px;
    }
    .jobxqtxt2 {
        margin: 20px 0 25px;
        padding: 0 50px 0 25px;
        line-height: 26px;
    }
    .jobxqtxt2 a {
        right: 20px;
        width: 25px;
        height: 25px;
        background-size: 100% auto;
    }
    .jobxq {
        padding: 20px 15px 40px;
    }
    .title span {
        font-size: 18px;
        padding: 0 5px;
        max-width: calc(100% - calc(144px * 0.5) - calc(144px * 0.5));
        box-sizing: border-box;
    }
    .title span::before {
        width: calc(144px * 0.5);
        height: calc(10px * 0.5);
    }
    .title span::after {
        width: calc(144px * 0.5);
        height: calc(10px * 0.5);
    }
    .title p {
        font-size: 12px;
        padding: 10px 0 0;
    }
    .kjfw {
        padding: 50px 0 5px;
    }
    .img3 {
        height: 160px;
    }
    .newlb li {
        margin-bottom: 40px;
    }
    .newlbl {
        width: 100%;
        text-align: center;
        height: auto;
    }
    .newlbl img {
        max-width: 100%;
        width: auto;
        height: auto;
    }
    .newlbr {
        width: 100%;
        padding: 30px 0 0;
        height: auto;
    }
    .newlbr h3 {
        padding: 15px 0;
    }
    .pagination li:nth-child(1) span {
        margin-right: 20px;
    }
    .pagination li:last-child span {
        margin-left: 20px;
    }
    .nmenu a {
        margin-right: 10px;
    }
}