/* 内页banner */
.infoBanner {
    position: relative;
    min-height: 300px;
}

.infoBanner .txt {
    padding: 80px 0;
    width: 100%;
}

.infoBanner h1 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 40px;
    margin-bottom: 30px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.infoBanner p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 36px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

@media (max-width: 539px) {
    .infoBanner {
        min-height: auto;
    }

    .infoBanner .txt {
        padding: 60px 0;
    }

    .infoBanner h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .infoBanner p {
        font-size: 14px;
        line-height: 20px;
    }
}

/* 选项卡 */

.infoPageTab .aBox {
    position: relative;
}

.infoPageTab .aBox a {
    background-color: #fff;
    border: solid 1px #eee;
    line-height: 50px;
    display: inline-block;
    padding: 0 30px;
    margin-right: 15px;
    border-radius: 20px 0 20px 0;
    transition: all 0.5s;
}

.infoPageTab .aBox a.on,
.infoPageTab .aBox a:hover {
    background-color: #1e2188;
    color: #fff;
    transition: all 0.5s;
}

/* 面包屑导航 */
.mbx {
    justify-content: end;
}

.mbx i {
    line-height: 60px;
    margin: 0 10px;
    color: #888;
    font-size: 12px;
}

.mbx a {
    line-height: 60px;
    color: #888;
}

.mbx a.on {
    font-weight: bold;
    color: #666;
}

/* 关于   公司简介 */
.ny-gsjj {
    background: url(../images/zhi-bj.png) no-repeat;
    background-size: 100% auto;
}

.ny-gsjj p {
    font-size: 17px;
    line-height: 38px;
    color: #666;
}

.ny-gsjj img {
    float: left;
    width: 40%;
    margin: 0px 4% 10px 0;
}

.ny-gsjj p.EN {
    font-size: 70px;
    color: #f0f0f0;
    font-weight: 900;
}

.ny-gsjj p.bt {
    font-size: 40px;
    font-weight: 900;
    line-height: 80px;
    margin-bottom: 50px;
    position: relative;
}

.ny-gsjj p span {
    color: #001b4c;
    margin-right: 5px;
}

.ny-gsjj p.nr {
    margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
    .ny-gsjj {
        padding: 100px 0 80px;
    }
}

@media only screen and (max-width: 1023px) {
    .ny-gsjj {
        padding: 60px 0 40px;
    }

    .ny-gsjj p.EN {
        font-size: 50px;
    }

    .ny-gsjj p.bt {
        font-size: 34px;
    }

    .ny-gsjj p.nr {
        font-size: 16px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 539px) {
    .ny-gsjj {
        padding: 40px 0 20px;
    }

    .ny-gsjj .indexTitle {
        background-size: auto 100%;
        background-position: left center;
    }

    .ny-gsjj p.EN {
        font-size: 40px;
    }

    .ny-gsjj p.bt {
        font-size: 30px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .ny-gsjj img {
        float: none;
        width: 100%;
        margin: 0;
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .ny-gsjj p.EN {
        font-size: 30px;
        line-height: 40px;
    }

    .ny-gsjj p.bt {
        font-size: 22px;
        line-height: 30px;
    }
}

/* 企业文化 */
.ny-title h2 {
    color: #666;
}

.ny-qywh {
    overflow: hidden;
    margin-top: 60px;
}

.ny-qywh .container {
    overflow: hidden;
}

.ny-qywh .left {
    background: url(../images/qywh-L-bj.png) no-repeat;
    background-position: right center;
    width: 40%;
    padding-top: 100px;
}

.ny-qywh .left li {
    background: url(../images/qywh-Icon3.png) no-repeat;
    background-position: top left;
    background-size: 50px 50px;
    padding-left: 70px;
    margin-bottom: 30px;
}

.ny-qywh .left li:nth-child(2) {
    background: url(../images/qywh-Icon1.png) no-repeat;
    background-position: top left;
    background-size: 50px 50px;
}

.ny-qywh .left li:nth-child(3) {
    background: url(../images/qywh-Icon2.png) no-repeat;
    background-position: top left;
    background-size: 50px 50px;
}

.ny-qywh .left li h1 {
    font-size: 24px;
    line-height: 50px;
    font-family: "微软雅黑";
}

.ny-qywh .right {
    height: 460px;
    background: #1e2148;
    width: 60%;
    background-size: 100% 100%;
    padding: 100px 100px 0 100px;
}

.ny-qywh .right li {
    margin-bottom: 40px;
}

.ny-qywh .right strong {
    display: inline-block;
    width: 150px;
    float: left;
    font-size: 22px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 2px;
}

.ny-qywh .right p {
    color: #fff;
    font-size: 16px;
    opacity: 0.9;
    line-height: 34px;
    padding-left: 90px;
}

@media only screen and (max-width: 1280px) {
    .ny-qywh {
        margin-top: 20px;
    }

    .ny-gsjj p.bt {
        margin-bottom: 20px;
    }

    .ny-qywh .right {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .ny-qywh .left {
        padding-top: 60px;
        width: 30%;
    }

    .ny-qywh .left li,
    .ny-qywh .left li:nth-child(2),
    .ny-qywh .left li:nth-child(3) {
        background-size: 36px 36px;
        padding-left: 60px;
        margin-bottom: 20px;
    }

    .ny-qywh .left li h1 {
        font-size: 20px;
        font-weight: 900;
        line-height: 32px;
    }

    .ny-qywh .right {
        padding: 60px 40px;
        height: auto;
        width: 70%;
    }

    .ny-qywh .right li {
        margin-bottom: 30px;
    }

    .ny-qywh .right strong {
        font-size: 20px;
        width: 70px;
    }

    .ny-qywh .right p {
        padding-left: 70px;
    }
}


@media only screen and (max-width: 991px) {
    .ny-qywh {
        padding-bottom: 30px;
    }

    .ny-qywh .left {
        float: none;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-top: 40px;
    }

    .ny-qywh .left li,
    .ny-qywh .left li:nth-child(2),
    .ny-qywh .left li:nth-child(3) {
        display: inline-block;
        width: 32.5%;
        padding: 0;
        padding-top: 50px;
        background-position: top center;
    }

    .ny-qywh .left li h1,
    .ny-qywh .left li p {
        text-align: center;
    }

    .ny-qywh .right {
        height: auto;
        width: 100%;
        float: none;
        padding: 0;
        padding: 20px 20px;
    }

    .ny-qywh .right li:nth-child(3) {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 576px) {
    .ny-qywh .left li h1 {
        font-size: 16px;
    }

    .ny-qywh .left li h1 {
        line-height: 20px;
    }

    .ny-qywh .left li p {
        font-size: 14px;
    }

    .ny-qywh .right strong {
        font-size: 16px;
    }

    .ny-qywh .right p {
        font-size: 14px;
        line-height: 28px;
    }
}

/* 荣誉资质*/
.certificate {
    position: relative;
    background-color: #f8f8f8;
}

.certificate ul {
    margin-top: 40px;
}

.certificate .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.certificate .swiper-slide {
    height: 400px;
    overflow: hidden;
    position: relative;
    padding: 5px;
    border: solid 1px #eee;
    background-color: #fff;
}

.certificate .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.certificate .swiper-slide:hover img {
    transform: scale(1.03);
    -ms-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.certificate .swiper-button-prev,
.certificate .swiper-container-rtl .swiper-button-next,
.infoPhotoBox .swiper-button-prev,
.infoPhotoBox .swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: 10px;
    right: auto;
    background: url(../images/left.png) no-repeat;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 80% auto;
    background-position: center;
}

.certificate .swiper-button-next,
.certificate .swiper-container-rtl .swiper-button-prev,
.infoPhotoBox .swiper-button-next,
.infoPhotoBox .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    background: url(../images/right.png) no-repeat;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 80% auto;
    background-position: center;
}

@media only screen and (max-width: 1439px) {
    .certificate .swiper-slide {
        height: 368px;
    }
}

@media only screen and (max-width: 1199px) {
    .certificate {
        padding: 40px 0;
    }

    .certificate ul {
        margin-top: 20px;
    }

    .certificate .swiper-slide {
        height: 300px;
    }
}

@media only screen and (max-width: 425px) {
    .certificate .swiper-slide {
        height: 264px;
    }
}

@media only screen and (max-width: 375px) {
    .certificate .swiper-slide {
        height: 230px;
    }
}

/* 人文关怀  */
.infoPhotoBox {
    background: url(../images/hezuo-bj2.png) no-repeat;
    background-position: right center;
    background-size: 20% auto;
}

.infoPhotoBox h1 {
    color: #fff;
}

.infoPhotoBox .swiper {
    width: 100%;
    height: 100%;
    padding: 20 0;
}

.infoPhotoBox ul {
    margin-top: 40px;
}

.infoPhotoBox .swiper-slide {
    height: auto;
    transition: 300ms;
    transform: scale(0.85);
    border: solid 1px #eee;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 10px #ccc;
}

.infoPhotoBox .swiper-slide img,
.infoPhotoBox .swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.infoPhotoBox .swiper-slide-active,
.infoPhotoBox .swiper-slide-duplicate-active {
    transform: scale(1);
}

@media only screen and (max-width: 1199px) {
    .infoPhotoBox {
        padding: 40px 0 0;
    }

    .infoPhotoBox .swiper-slide {
        padding: 5px;
    }
}

@media only screen and (max-width: 576px) {
    .infoPhotoBox ul {
        margin-top: 20px;
    }
}

/* 合作伙伴 */
.OurPartners {
    padding: 100px 0 60px;
    background: url(../images/about-bj.png) no-repeat;
    background-position: top center;
    background-size: cover;
}

.OurPartners .infoAboutTitle .leftBt {
    width: 100%;
    text-align: center;
    padding: 0 20%;
}

.OurPartners .infoAboutTitle .leftBt h1 {
    line-height: 60px;
}

.OurPartners ul {
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.OurPartners ul li {
    width: 15%;
    margin: 10px;
    padding: 10px;
    border: solid 1px #eee;
}

.OurPartners ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

@media only screen and (max-width: 1440px) {
    .OurPartners .infoAboutTitle .leftBt {
        padding: 0;
    }

    .OurPartners ul {
        margin-top: 0;
    }

    .OurPartners ul li {
        width: 23%;
    }
}

@media only screen and (max-width: 1199px) {
    .OurPartners {
        padding: 40px 0 20px;
    }

    .OurPartners .infoAboutTitle .leftBt h1 {
        line-height: 50px;
    }

    .OurPartners ul li {
        width: 22.8%;
    }
}

@media only screen and (max-width: 991px) {
    .OurPartners ul li {
        width: 30.4%;
    }
}

@media only screen and (max-width: 767px) {
    .OurPartners .infoAboutTitle .leftBt h1 {
        line-height: 34px;
    }

    .OurPartners ul li {
        margin: 0;
        width: 50%;
    }
}

/* 产品中心 */
/* 左侧选项卡 */
.infoProduct .infoTabBox {
    position: sticky;
    top: 60px;
    left: 0px;
    display: inline-block;
    width: 280px;
    margin-top: 40px;
    border-radius: 20px 0 0 0;
}

.infoProduct .infoTabBox .bt {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 80px;
    padding-left: 20px;
    font-family: "DIN";
    background: url(../images/zhuantiTabBj.jpg) no-repeat;
    color: #fff;
    border-radius: 20px 0 0 0;
}

.infoProduct .infoTabBox form {
    display: block;
    padding: 20px;
    width: 100%;
    background-color: #fff;
}

.infoProduct .infoTabBox form input {
    border: solid 1px #ddd;
    font-size: 14px;
    padding: 5px 10px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.infoProduct .infoTabBox form button {
    border: none;
    background-color: #2b408a;
    color: #fff;
    height: 33px;
    position: relative;
    width: 64px;
    font-size: 14px;
}

.leftContactTab {
    background-color: #2b408a;
    padding: 5px;
    padding-top: 0;
    border-radius: 10px;
    margin-top: 30px;
}

.leftContactTab h2 {
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
}

.leftContactTab .ewm {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
}

.leftContactTab .ewm img {
    display: block;
    width: 120px;
    margin: 0 auto;
}

.leftContactTab .ewm p {
    color: #333;
    line-height: 30px;
    font-weight: bold;
}

.leftContactTab .ewm strong {
    font-size: 16px;
    color: #2b408a;
}

.leftContactTab .ewm em {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #eee;
    margin: 20px 0;
}

@media (max-width: 1199px) {
    .infoProduct .infoTabBox {
        display: none;
    }

    .infoProduct main {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .infoPageTab .aBox a:nth-of-type(3n) {
        margin-right: 0;
    }
}

.infoProduct .container {
    position: relative;
    min-height: 100vh;
}

.infoProduct main {
    width: calc(100% - 310px);
    float: right;
}

.infoProduct .cardBox a {
    width: 23.5%;
    margin-right: 2%;
}

.infoProduct main a:nth-child(3n) {
    margin-right: 0;
}

.infoProduct .pagination {
    padding: 60px 0;
}

.infoProduct .cardBox a {
    display: inline-block;
    width: 32%;
    margin-top: 40px;
    margin-right: 2%;
    border: solid 1px #eee;
    background-color: #fff;
}

.infoProduct .cardBox .imgBox {
    height: 260px;
    padding: 20px;
}

.infoProduct .cardBox .imgBox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: all 0.5s;
}

.infoProduct .cardBox a:hover .imgBox img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.infoProduct .cardBox .txt {
    padding: 0 10px 30px 10px;
}

.infoProduct .cardBox .txt h2 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all 0.5s;
}

.infoProduct .cardBox a:hover .txt h2 {
    color: #2b408a;
    transition: all 0.5s;
}

.infoProduct .cardBox .txt h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #eee;
    margin-top: 5px;
    transition: all 0.5s;
}

.infoProduct .cardBox a:hover .txt h2::after {
    background-color: #2b408a;
    transition: all 0.5s;
}

.infoProduct .cardBox .txt p {
    display: block;
    padding: 0 10px 0;
    margin-top: 20px;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 1439px) {

    .infoProduct .cardBox a,
    .infoProduct .cardBox a:nth-child(3n) {
        width: 49%;
        margin-right: 2%;
    }

    .infoProduct .cardBox a:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    .infoProduct main {
        width: 100%;
    }
}

@media (max-width: 539px) {
    .infoProduct .cardBox .txt h2 {
        font-size: 16px;
        font-weight: normal;
    }

    .infoProduct .cardBox .txt p {
        padding: 0;
    }

    .infoProduct .cardBox .imgBox {
        height: 170px;
    }

    .infoProduct .pagination {
        padding: 30px 0;
    }
}


/* 产品详情 */
/********* 详情 *********/
.infoProductProfile {
    margin-top: 60px;
    padding-bottom: 20px;
}

.infoProductProfile .left {
    position: relative;
    width: 460px;
    height: auto;
}

.infoProductProfile .right {
    padding-top: 20px;
    margin-left: 6%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.infoProductProfile .left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.infoProductProfile .swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.infoProductProfile .mySwiper2 {
    height: auto;
    width: 100%;
}

.infoProductProfile .mySwiper2 img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.infoProductProfile .mySwiper {
    height: 114px;
    box-sizing: border-box;
    padding: 10px 0;
}

.infoProductProfile .mySwiper .swiper-slide {
    padding: 10px;
    height: 100%;
    opacity: 0.4;
    border: solid 1px #ddd;
    margin-right: 10px;
    background-color: #fff;
}

.infoProductProfile .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.infoProductProfile .swiper-button-next,
.infoProductProfile .swiper-button-prev {
    border-color: #eee;
    color: #eee;
}

.infoProductProfile .swiper-button-next:hover,
.infoProductProfile .swiper-button-prev:hover {
    border-color: #e60013;
    color: #e60013;
}

.infoProductProfile .right h1 {
    font-size: 34px;
    font-weight: bold;
    color: #4a4a4a;
    margin: 0px 0 40px;
}

.infoProductProfile .right .nr {
    font-size: 18px;
    line-height: 30px;
    color: #888888;
    margin: 20px 0 0 0;
    position: relative;
    padding-left: 94px;
}

.infoProductProfile .right .nr span {
    font-size: 16px;
    color: #2b408a;
    font-weight: bold;
    display: inline-block;
    min-width: 94px;
    position: absolute;
    left: 0;
    top: 0;
}

.infoProductProfile .right a {
    float: right;
    width: 180px;
    text-align: center;
    padding: 0;
}

.infoProductProfile .right a i {
    margin-left: 0;
}

.infoProductProfile .right a.a1 {
    margin-left: 20px;
    background-color: #2b408a;
    border-color: #2b408a;
    color: #fff;
}

.infoDetails {
    margin-bottom: 60px;
}

.infoDetails h1.bt {
    padding: 10px 0;
    text-align: center;
    background-color: #f8f8f8;
    color: #999;
    font-size: 16px;
}

.infoDetails main {
    background-color: #fff;
    padding: 40px 60px;
}

.infoDetails main p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 32px;
    margin: 20px 0;
}

.infoDetails main img {
    display: block;
    width: 100%;
    height: auto;
}

.infoDetails main strong {
    display: block;
    font-size: 22px;
    color: #2b408a;
}

.infoDetails main a {
    text-decoration: underline;
}

.infoDetails main a:hover {
    color: #1e2188;
}

/* 产品推荐 */
.productTuijian {
    padding-bottom: 60px;
}

.productTuijian h1 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #2b408a;
}

@media (max-width: 1199px) {
    .infoPageTab .aBox {
        padding-left: 0;
    }

    .infoPageTab .aBox a {
        margin-bottom: 15px;
        height: 50px;
        overflow: hidden;
    }

    .infoPageTab .aBox span {
        display: none;
    }

    .infoProductProfile .right h1 {
        font-size: 22px;
    }

    .infoProductProfile .right a {
        width: 160px;
        line-height: 40px;
    }

    .infoProduct .cardBox a,
    .productTuijian a {
        width: 49%;
        margin-right: 2%;
        margin-top: 15px;
    }

    .infoProduct .cardBox a:nth-child(2n),
    .productTuijian a:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 991px) {

    .infoPageTab .aBox a {
        width: 32%;
        margin-right: 2%;
        text-align: center;
        padding: 0;
    }

    .infoPageTab .aBox a:nth-of-type(3n) {
        margin-right: 0;
    }

    .infoProductProfile {
        margin-top: 20px;
    }

    .infoProductProfile .left {
        width: 100%;
    }

    .infoProductProfile .right {
        margin-left: 0;
    }
}

@media (max-width: 539px) {
    .infoProductProfile .mySwiper .swiper-slide {
        height: 70px;
        padding: 3px;
    }

    .infoProductProfile .right {
        padding-top: 0;
    }

    .infoProductProfile .right h1 {
        margin-bottom: 10px;
        line-height: 38px;
    }

    .infoDetails main {
        padding: 15px;
    }

    .infoDetails main strong {
        font-size: 18px;
    }

    .infoDetails main p {
        margin: 10px 0;
    }

    .infoDetails {
        margin-bottom: 30px;
    }

    .productTuijian h1 {
        font-size: 22px;
    }
}

/* 新闻列表 */

.infoNewsBottomBox .leftBox,
.infoNewsXq .leftBox {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.infoNewsBottomBox .rightBox,
.infoNewsXq .rightBox {
    width: 320px;
    margin-left: 5%;
}

.infoNewsBottomBox main a {
    display: block;
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.infoNewsBottomBox main a .imgBox {
    width: 260px;
    height: 160px;
    overflow: hidden;
}

.infoNewsBottomBox main a .imgBox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.5s;
}

.infoNewsBottomBox main a:hover .imgBox img {
    transform: scale(1.06);
    transition: transform 0.5s;
}

.infoNewsBottomBox main a .txtBox {
    padding-left: 40px;
    position: relative;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.infoNewsBottomBox main a .txtBox p.bt {
    font-size: 22px;
    line-height: 32px;
    font-weight: 100;
    height: 64px;
    overflow: hidden;
}

.infoNewsBottomBox main a:hover .txtBox p.bt {
    color: #2b408a;
    display: block;
}

.infoNewsBottomBox main a .txtBox p.nr {
    margin: 10px 0 15px;
    font-size: 15px;
    line-height: 26px;
    color: #9babbf;
    height: 52px;
    overflow: hidden;
}

.infoNewsBottomBox main a .txtBox p.bt,
.infoNewsBottomBox a .txtBox p.nr {
    color: #000000;
}

.infoNewsBottomBox main a .txtBox em {
    color: #999;
}

.infoNewsBottomBox main a .txtBox .time {
    font-size: 14px;
    line-height: 32px;
    color: #9babbf;
    font-family: Arial;
    margin-top: 10px;
}

.infoRightTabBox .nextBox a {
    display: block;
    padding: 30px;
    border-radius: 5px;
    border: solid 1px #eee;
    margin-bottom: 40px;
}

.infoRightTabBox .nextBox .line {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 12px 0 24px;
}

.infoRightTabBox .nextBox .line span {
    position: relative;
    top: -12px;
    display: block;
    width: 90px;
    height: 18px;
    font-size: 18px;
    background-color: #ffffff;
}

.infoRightTabBox .nextBox a p.title,
.infoRightTabBox .tuijian a.xw p.bt {
    font-size: 16px;
    color: #696969;
    line-height: 25px;
    height: 50px;
    margin-top: 20px;
    overflow: hidden;
    text-align: left;
}

.infoRightTabBox .nextBox a:hover p.title,
.infoRightTabBox .tuijian a.xw:hover p.bt {
    color: #2b408a;
}

.infoRightTabBox .tuijian {
    padding: 20px;
    border-radius: 10px;
}

.infoRightTabBox .tuijian .title strong {
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #323f47;
    line-height: 26px;
}

.infoRightTabBox .tuijian .title a {
    float: right;
    color: #aaaaaa;
}

.infoRightTabBox .tuijian a.xw {
    display: block;
    padding: 15px 0;
    border-bottom: solid 1px #eee;
}

.infoRightTabBox .tuijian a.xw p.time {
    font-size: 14px;
    color: #727272;
    margin-top: 20px;
}

/* 新闻详情 */
.newsTitle {
    padding: 60px 0;
    margin-bottom: 60px;
    background-color: #f8f8f8;
}

.newsTitle h1 {
    font-size: 30px;
    line-height: 50px;
}

.newsTitle p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.4);
}

.infoNewsXq img {
    display: block;
    width: 100%;
    margin: 20px 0;
}

.infoNewsXq p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
    margin: 20px 0;
    text-align: justify;
}

@media only screen and (max-width: 1023px) {
    .newsTitle {
        padding: 60px 15px;
    }

    .infoNewsXq {
        padding: 0;
    }
}

@media only screen and (max-width: 575px) {
    .newsTitle h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .newsTitle {
        padding: 30px 15px;
        margin-bottom: 30px;
    }
}


@media only screen and (max-width: 1439px) {
    .infoNewsBottomBox main a .imgBox {
        width: 300px;
        height: 200px;
    }

    .infoNewsBottomBox main a .txtBox p.bt {
        font-size: 18px;
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .infoNewsBottomBox main a .txtBox p.nr {
        height: auto;
        margin: 12px 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}

@media only screen and (max-width: 1199px) {
    .infoNewsBottomBox main a {
        padding: 15px;
    }

    .infoNewsBottomBox main a .imgBox {
        width: 200px;
        height: auto;
    }

    .infoNewsBottomBox main a .imgBox img {
        display: block;
        width: 100%;
        height: auto;
    }

    .infoNewsBottomBox main a .txtBox {
        padding-left: 20px;
    }

    .infoNewsBottomBox main a .txtBox p.nr {
        -webkit-line-clamp: 2;
    }
}

@media only screen and (max-width: 1023px) {

    .infoNewsBottomBox .rightBox,
    .infoNewsXq .rightBox {
        width: 100%;
        margin-left: 0;
        background-color: #fff;
        margin-top: 20px;
    }

    .infoRightTabBox .tuijian a.xw p.time {
        margin-top: 0;
    }
}

@media only screen and (max-width: 539px) {
    .infoNewsBottomBox main a {
        margin-bottom: 15px;
    }

    .infoNewsBottomBox main a .imgBox {
        width: 120px;
    }

    .infoNewsBottomBox main a .txtBox p.bt {
        -webkit-line-clamp: 2;
        font-size: 16px;
        line-height: 24px;
    }

    .infoNewsBottomBox main a .txtBox p.nr {
        display: none;
    }

    .infoRightTabBox .tuijian .title strong {
        font-size: 22px;
    }

    .infoNewsBottomBox main a .txtBox .time {
        margin-top: 10px;
    }
}

/* 加入我们 */

.join-2 main {
    margin-top: 40px;
}

.wapMain {
    display: none;
}

.join-2 main h2 {
    text-align: right;
    font-size: 22px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: #333333;
    margin: 0;
    padding-bottom: 20px;
}

.join-2 h3 {
    text-align: right;
    font-size: 14px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: #666666;
    margin: 0;
}

.join-2 .join-2-1 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.join-2 .join-2-1 .join-2-1-2 {
    width: 300px;
    height: 300px;
}

.join-2 img {
    display: block;
    width: 100%;
    height: auto;
}

.join-2 .join-2-1 .join-2-1-1 {
    height: 70px;
    margin-top: 90px;
    padding-right: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
}

.join-2 .join-2-1 .join-2-1-1-r {
    padding-left: 60px;
    padding-right: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
}

.join-2 .join-2-1 .join-2-1-1:last-child {
    margin-right: 0;
}

.join-2 .join-2-img {
    display: inline-block;
    width: 56px;
    height: 56px;
    margin: 0 20px;
}

.join-2 .join-2-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.join-2 .wz {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.join-2 .join-2-2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.join-2 .join-2-2 .join-2-2-1 {
    display: flex;
    align-items: center;
    width: 42%;
    height: 70px;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
}

.join-2 .join-2-2 .join-2-2-1-r {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
}


.join-3 {
    padding-top: 0;
    background: #f7f8fa;
    overflow: hidden;
}

.join-3 h1 {
    text-align: center;
    font-size: 24px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: #333333;
    padding-bottom: 20px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.join-3 h2 {
    width: 100%;
    font-size: 14px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: #333333;
    margin: 0;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.join-3 a {
    position: absolute;
    display: block;
    right: 32px;
    bottom: 30px;
    font-size: 14px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: #4726de;
    margin: 0;
    cursor: pointer;
}

/* 人才招聘下拉 */

.join-3 .list {
    width: 100%;
}

.join-3 .inactive {
    padding: 0 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.join-3 .inactive span {
    font-size: 16px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.join-3 .inactive {
    font-size: 18px;
    color: #3f4c5c;
    line-height: 60px;
}

.join-3 .inactive em {
    margin-right: 15px;
    color: #9babbf;
    font-style: normal;
}

.join-3 .list {
    margin-top: 60px;
}

.join-3 .list ul li {
    background-color: #fff;
    margin: 5px 0;
    padding: 10px 0;
    border-radius: 5px;
}

.join-3 .list ul li a {
    display: block;
    position: relative;
}

.join-3 .list ul li .inactive {
    background: url(../images/off.png) no-repeat;
    background-size: 34px 34px;
    background-position: 98% 14px;
}

.join-3 .list ul li .inactives {
    background: url(../images/on.png) no-repeat;
    background-size: 34px 34px;
    background-position: 98% 14px;
}

.join-3 .list ul li ul {
    display: none;
}

.join-3 .nrBox {
    border-top: solid 1px #eee;
    background-color: #fff;
    padding: 20px 60px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

@media (max-width: 991px) {
    .webMain {
        display: none;
    }

    .join-2 .wapMain {
        display: block;
    }

    .join-2 .wapMain li {
        padding: 0 5px;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .join-2 .wapMain li img {
        display: block;
        width: 60px;
        margin: 0 auto 20px;
    }

    .join-2 .wapMain li h2,
    .join-2 .wapMain li h3 {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
    }

    .join-2 .wapMain li h3 {
        font-weight: normal;
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .join-3 .inactive {
        padding: 0 50px 0 20px;
    }

    .join-3 .list ul li .inactive {
        background: url(../images/off.png) no-repeat;
        background-size: 24px 24px;
        background-position: top 20px right 20px;
    }

    .join-3 .list ul li .inactives {
        background: url(../images/on.png) no-repeat;
        background-size: 24px 24px;
        background-position: top 20px right 20px;
    }

    .join-3 .inactive span:nth-child(2) {
        display: none;
    }

    .join-3 .list {
        margin-top: 0;
    }

    .join-3 .nrBox {
        padding: 20px;
    }
}

/* 联系我们内页 */
.ny-contact .left,
.ny-contact .right {
    display: inline-block;
    width: 47%;
}

.ny-contact p.bt {
    font-weight: 900;
    font-family: "yahei";
    margin-bottom: 30px;
}

.ny-contact .left .imgBox {
    height: 160px;
}

.ny-contact .left .imgBox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ny-contact .txtBox {
    background-color: #fff;
    padding: 40px;
}

.ny-contact p.dz {
    font-size: 24px;
    line-height: 40px;
    margin: 10px 0;
}

.ny-contact p.dh {
    font-size: 16px;
    margin: 10px 0;
    line-height: 26px;
}

.ny-contact p.rx {
    font-size: 32px;
    color: #003596;
    font-weight: 900;
    margin: 40px 0 10px;
}

.ny-contact .inp1 {
    width: 100%;
    line-height: 50px;
    background-color: #fff;
    margin-bottom: 30px;
    border: solid 1px #eee;
    padding-left: 20px;
    color: #333;
}

.ny-contact textarea {
    background-color: #fff;
    color: #333;
    padding: 14px 20px 20px;
    border: solid 1px #eee;
    width: 100%;
}

.ny-contact .inp2 {
    width: 200px;
    height: 50px;
    background-color: #003596;
    margin: 30px auto 0;
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .ny-contact main {
        margin: 0;
        padding: 40px;
    }

    .ny-contact .txtBox {
        padding: 20px;
    }

    .ny-contact .map {
        height: 300px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .ny-contact main {
        padding: 15px;
        background-color: #fff;
    }

    .ny-contact .left,
    .ny-contact .right {
        display: block;
        float: none;
        width: 100%;
        background-color: #fff;
    }

    .ny-contact .left {
        padding-bottom: 30px;
    }

    .ny-contact p.dz {
        font-size: 20px;
    }

    .ny-contact p.rx {
        font-size: 20px;
    }

    .ny-contact .txtBox {
        background-color: #f5f5f5;
    }

    .ny-contact .inp1 {
        background-color: #f5f5f5;
        margin-bottom: 15px;
    }

    .ny-contact textarea {
        background-color: #f5f5f5;
        height: 160px;
    }
}