.hide-b{
    position:fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 99999999999;
    box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5)
}
.h-100{
    height: 100px;
}
.magin-b {
    margin-bottom: 20px;
}
.bx-yuyan {
    padding-left: 60px;
    position: relative;
}

.bx-yuyan .yy {
    cursor: pointer;
    padding-right: 8px;
}

.bx-yuyan .yy img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.bx-yuyan .yy .img-a {
    width: 36px;
}

.bx-yuyan-xl {
    position: absolute;
    width: 75px;
    top: 70px;
    right: 0;
    background-color: #fff;
    padding: 5px 5px;
    display: none;
    z-index: 5;
    box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5)
}

.bx-yuyan:hover .bx-yuyan-xl {
    display: block;
}

.bx-yuyan-xl a {
    display: block;
    line-height: 36px;
    font-size: 14px;
}

.bx-yuyan-xl a:hover {
    color: #A7202E;
}

.bx-yuyan-xl img {
    width: 36px;
    height: 24px;
}

.lz-banenr {
    overflow: hidden;
    position: relative;
    /* height: calc(100vh - 100px); */
    /*height: 550px;*/
    border-radius: 20px;
}

.lz-banenr .swiper-slide-active img{
    animation: asd 5s linear infinite alternate;
}
.lz-banenr .swiper-slide{
    border-radius: 20px;
    overflow: hidden;
}
.lz-banenr .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.lz-banenr .swiper {
    position: relative;
    height: 100%;
}

@keyframes asd {
    0% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

.icon-y {
    width: 20px;
    height: 7px;
    background: url(../imges/you.png) no-repeat center;
    vertical-align: middle;
    margin-left: 10px;
}

.lz-banenr-tet .ba-moer .icon-y {
    display: inline-block;
}

.lz-banenr-tet {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.lz-banenr-tet .container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.lz-banenr-tet .tet {
    /*padding-top: 14%;*/
    padding-left: 10%;
}
.nr-banenr .lz-banenr-tet .tet {
    /*padding-top: 7%;*/
}

.lz-banenr-tet .tet h3 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}
.nr-banenr .lz-banenr-tet .tet h3 {
    text-align: left;
}
.lz-banenr-tet .tet p {
    font-size: 30px;
    color: #fff;
    padding-top: 40px;
    /*text-align: center;*/
}

.lz-banenr-tet .ba-moer {
    position: absolute;
    bottom: 10%;
    right: 0;
    width: 160px;
    height: 60px;
    background-color: #A7202E;
    transition: all 0.5s;
    overflow: hidden;
}

.lz-banenr-tet .ba-moer:hover:before {
    content: "";
    background: #fff;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
    border-radius: 50%;
    animation-name: example1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform: translate(-50%, 0);
}

.lz-banenr-tet .ba-moer a {
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 60px;
}

/* .lz-banenr-tet .ba-moer:hover {
    opacity: 0.8;
    border-radius: 5px;
} */

@media (max-width: 1000px) {
    .h-100{
        height: 60px;
    }
    .lz-banenr {
        height: 250px
    }

    .lz-banenr-tet .tet h3 {
        font-size: 24px;
        font-weight: bold;
    }

    .lz-banenr-tet .tet p {
        font-size: 16px;
        color: #fff;
        padding-top: 20px;
    }

    .lz-banenr-tet .ba-moer {
        position: relative;
        margin-top: 20px;
        bottom: 0;
        right: 0;
        width: 120px;
        height: 40px;
        background-color: #A7202E;
        transition: all 0.5s;
    }

    .lz-banenr-tet .ba-moer a {
        font-size: 14px;
        color: #fff;
        display: block;
        text-align: center;
        line-height: 40px;
    }

    .bx-yuyan {
        padding-left: 0px;
        position: relative;
        padding-right: 10px;
    }

    .bx-yuyan-xl {
        width: 75px;
        top: 50px;
        right: 10px;
    }
}

/* 关于我们 */
.bx-siteMAbout012-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bx-siteMAbout012-item .left,
.bx-siteMAbout012-item .right {
    width: 50%;
}

.bx-siteMAbout012-item .left {
    padding-right: 30px;
}

.bx-siteMAbout012-item .left .title {
    position: relative;
}

.bx-siteMAbout012-item .left .title p {
    font-size: 70px;
    color: #F2F2F2;
}

.bx-siteMAbout012-item .left .title h3 {
    font-size: 40px;
    color: #000000;
    position: absolute;
    left: 0;
    bottom: 25px;
}

.bx-siteMAbout012-item .left .p {
    font-size: 24px;
    color: #A7202E;
    /*margin-top: 30px;*/
}

.bx-siteMAbout012-item .left .text {
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
}

@keyframes example1 {
    from {
        width: 0;
        height: 0;
        opacity: 0.1
    }

    to {
        opacity: 0.3;
        width: 240px;
        height: 240px;
    }
}

.bx-siteMAbout012-item .left .but {
    width: 160px;
    line-height: 60px;
    background-color: #A7202E;
    display: block;
    text-align: center;
    margin-top: 50px;
    font-size: 16px;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.bx-siteMAbout012-item .left .but:hover:before {
    content: "";
    background: #fff;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
    border-radius: 50%;
    animation-name: example1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform: translate(-50%, 0);
}

.bx-siteMAbout012-item .right {
    padding-left: 55px;
    /* padding-right: 125px; */

}

.bx-siteMAbout012-item .right .img {
    position: relative;

}

.bx-siteMAbout012-item .right .img img {
    width: 100%;
}

.bx-siteMAbout012-item .right .text {
    position: absolute;
    bottom: 0;
    right: -125px;
    background-color: #A7202E;
    width: 200px;
    padding: 30px;
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
}

.bx-siteMAbout012-item .right span {
    font-size: 30px;
    color: #FFFFFF;
    margin-right: 20px;
}

.bx-siteMAbout012-item .right .text::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 30px solid #A7202E;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    position: absolute;
    left: -30px;
    top: 0;
}

@media screen and (max-width: 1500px) {
    .bx-siteMAbout012-item .left .title p {
        font-size: 60px;
    }

    .bx-siteMAbout012-item .left .title h3 {
        font-size: 32px;
    }

    .bx-siteMAbout012-item .left .p {
        /*margin-top: 30px;*/
        font-size: 20px;
    }

    .bx-siteMAbout012-item .left .text {
        margin-top: 30px;
    }

    .bx-siteMAbout012-item .left .but {
        width: 140px;
        line-height: 50px;
        font-size: 14px;
    }

    .bx-siteMAbout012-item .right {
        /*padding-right: 100px;*/
    }

    .about-part  .right{
        margin-top: 60px;
    }

    .bx-siteMAbout012-item .right .text {
        right: -100px;
        padding: 25px;
    }

    .bx-siteMAbout012-item .right span {
        font-size: 25px;
    }

}

@media screen and (max-width: 1200px) {
    .bx-siteMAbout012-item .left .title p {
        font-size: 50px;
    }

    .bx-siteMAbout012-item .left .title h3 {
        font-size: 25px;
    }

    .bx-siteMAbout012-item .left .p {
        font-size: 16px;
        /*margin-top: 20px;*/
    }

    .bx-siteMAbout012-item .left .text {
        margin-top: 10px;
    }

    .bx-siteMAbout012-item .left .but {
        margin-top: 30px;
        line-height: 45px;

    }

    .bx-siteMAbout012-item .right {
        /* padding-right: 80px; */
        padding-left: 28px;
    }

    .bx-siteMAbout012-item .right .text {
        right: -80px;
        width: 180px;
        padding: 18px;
    }

    .bx-siteMAbout012-item .right .text::before {
        border-top: 20px solid #A7202E;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        left: -20px;
    }
}

@media screen and (max-width: 1000px) {
    .bx-siteMAbout012-item {
        flex-direction: column;
    }

    .bx-siteMAbout012-item .left,
    .bx-siteMAbout012-item .right {
        width: 100%;
        padding: 0;
    }

    .bx-siteMAbout012-item .left .title p {
        font-size: 28px;
        text-align: center;
    }

    .bx-siteMAbout012-item .left .title h3 {
        font-size: 25px;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .bx-siteMAbout012-item .right {
        margin-top: 20px;
    }

    .bx-siteMAbout012-item .right .text {
        right: 0;
    }

    .bx-siteMAbout012-item .left .but {
        margin: 0 auto;
        margin-top: 15px;
    }
}



/* 2.产品与服务 */
.lz-title-jf {
    text-align: center;
    padding-bottom: 40px;
}

.lz-title-jf .title p {
    font-size: 70px;
    color: #F2F2F2;
    line-height: 50px;
}

.lz-title-jf .title h2 {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
    font-size: 40px;
    color: #000;
}
.text-left .title h2 {
    left: 0;
    transform: none;
}

.core-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 0px;
}

.core-swiper .swiper-container {
    width: 100%;
    height: 100%;
    padding: 0 340px;
}

.core-swiper .swiper-slide {
    width: 100%;
    height: auto;
}

.core-swiper .lcmain {
    position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
}

.core-swiper .img {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.core-swiper .img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 0.39);
    top: 0;
    left: 0
}

.core-swiper .txt {
    position: absolute;
    bottom: 0;
    left: 90px;
    max-width: 380px;

    width: 80%;
    height: auto;
    background-color: #ffffff;
}

.core-swiper .txt a {
    display: block;
    position: relative;
    padding: 50px;
    z-index: 4
}

.core-swiper .txt::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    top: 0;
    left: 0;
    transition: all 0.5s
}

.core-swiper .txt::before {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    bottom: 0;
    right: 0;
    transition: all 0.5s
}

.core-swiper .lcmain:hover .txt:before {
    width: 100%;
    height: 100%;
    border-bottom: solid 2px #A7202E;
    border-right: solid 2px #A7202E;

}

.core-swiper .lcmain:hover .txt::after {
    width: 100%;
    height: 100%;
    border-top: solid 2px #A7202E;
    border-left: solid 2px #A7202E;
}

.core-swiper .lcmain:hover .img:before {
    background: none
}

.core-swiper .txt h3 {
    font-size: 24px;
    color: #A7202E;
}

.core-swiper .txt p {
    line-height: 30px;
    margin-top: 30px;
    color: #626262;
    font-size: 16px;
    /* 文字对齐 */
    height: 120px;
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.core-swiper .txt span {
    display: block;
    margin-top: 30px;
    color: #A7202E;
}

/* 轮播图默认样式修改 */
.core-swiper .swiper-button-next,
.core-swiper .swiper-button-prev {
    width: 80px;
    height: 50px;
    transition: all 0.5s;
    background-color: #A7202E;
}

.core-swiper .swiper-button-prev,
.core-swiper .swiper-container-rtl .swiper-button-next {
    background-image: url(../imges/fl.png);
    background-size: 25px;
    left: 300px;
}

.core-swiper .swiper-button-next:hover,
.core-swiper .swiper-button-prev:hover {
    border-radius: 10px;
}

.core-swiper .swiper-button-next,
.core-swiper .swiper-container-rtl .swiper-button-prev {
    background-image: url(../imges/fr.png);
    background-size: 25px;
    right: 300px;
}

.core-swiper .swiper-pagination {
    width: 100%;
    bottom: 0px;
    text-align: center;
}

.core-swiper .swiper-pagination-bullet,
.core-swiper .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    border-radius: 0;
    background-color: #e4e5e8;
    opacity: 1;
}

.core-swiper .swiper-pagination-bullet-active {
    background-color: #A7202E;
}

.core-swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}

.index-map {
    margin-top: 60px;
    height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

}

.index-map img {
    width: 80%;
}

@media (max-width: 1400px) {
    .core-swiper {
        margin-bottom: 70px;
    }

    .core-swiper .swiper-container {
        padding: 0 180px;
    }

    /*  .core-swiper .txt {
      padding: 30px;
    }*/
    .core-swiper .txt a {
        padding: 30px;
    }

    .core-swiper .txt h3 {
        font-size: 20px;
    }

    .core-swiper .txt p,
    .core-swiper .txt span {
        margin-top: 20px;
    }

    .core-swiper .swiper-button-prev,
    .core-swiper .swiper-container-rtl .swiper-button-next {
        left: 150px;
    }

    .core-swiper .swiper-button-next,
    .core-swiper .swiper-container-rtl .swiper-button-prev {
        right: 150px;
    }

    .core-swiper .swiper-pagination-bullet,
    .core-swiper .swiper-pagination-bullet-active {
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 1000px) {
    .lz-title-jf {
        text-align: center;
        padding-bottom: 40px;
    }

    .lz-title-jf .title p {
        font-size: 28px;
        color: #F2F2F2;
    }

    .lz-title-jf .title h2 {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%);
        font-size: 25px;
        color: #000;
    }
    .text-left .title h2 {
        left: 0;
        transform: none;
    }

    .index-map {
        margin-top: 20px;
        height: 500px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .index-map img {
        width: 100%;
    }

    .core-swiper {
        padding-bottom: 60px;
        margin-bottom: 0px;
    }

    .core-swiper .swiper-container {
        width: 100%;
        padding: 0 30px;
    }

    .core-swiper .lcmain {
        height: 320px;
    }

    .core-swiper .txt {
        /*padding: 20px;*/
        left: 50%;
        transform: translateX(-50%);
    }

    .core-swiper .txt a {
        padding: 20px;
    }

    .core-swiper .txt h3 {
        font-size: 17px;
    }

    .core-swiper .txt p {
        line-height: 25px;
        margin-top: 10px;
        height: 100px;
        font-size: 14px;
    }

    .core-swiper .txt span {
        margin-top: 15px;
    }

    .core-swiper .swiper-button-next,
    .core-swiper .swiper-button-prev {
        width: 50px;
        height: 35px;
    }

    .core-swiper .swiper-button-prev,
    .core-swiper .swiper-container-rtl .swiper-button-next {
        left: 0;
    }

    .core-swiper .swiper-button-next,
    .core-swiper .swiper-container-rtl .swiper-button-prev {
        right: 0;
    }

    .core-swiper .swiper-pagination-bullet,
    .core-swiper .swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
    }

    .core-swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px;
    }
}

/* 首页新闻 */
.sy-news-pic {
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    width: 100%;
}

.sy-news-pic .pic {
    width: 50%;
    padding-left: 100px;
}

.sy-news-pic .pic img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.sy-news-tet {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}

.sy-news-tet ul {
    width: 50%;
    padding-right: 20px;
    padding-top: 60px;
}

.sy-news-tet ul li {
    position: relative;
    padding-bottom: 40px;
    padding-left: 20px;
}

.sy-news-tet ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    border: solid 1px #A7202E;
    transform: rotateZ(45deg);
}

.sy-news-tet ul li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 15px);
    background-color: #DADBDA;
    top: 18px;
    left: 4px;
}

.sy-news-tet ul li:last-child:after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 55px);
    background-color: #DADBDA;
    top: 18px;
    left: 4px;
}

.sy-news-tet ul li a {
    display: flex;
}

.sy-news-tet ul li .time-a {
    width: 120px;
    font-size: 16px;
    color: #9c9c9c;
    text-align: center;
}

.sy-news-tet ul li .tet {
    width: calc(100% - 130px);
}

.sy-news-tet ul li .tet h3 {
    font-size: 20px;
    color: #000;
}

.sy-news-tet ul li .tet p {
    margin-top: 10px;
    font-size: 16px;
    color: #666;
}

.sy-news-tet ul li :hover h3 {
    color: #A7202E;
}

.sy-news-tet ul li:hover::before {
    background-color: #A7202E;
}

@media (max-width: 1000px) {
    .sy-news-pic {
        display: none;
    }

    .sy-news-tet {
        position: relative;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
    }

    .sy-news-tet ul {
        width: 100%;
        padding-right: 0px;
        padding-top: 0px;
    }

    .sy-news-tet ul li {
        padding-bottom: 20px;
    }

    .sy-news-tet ul li a {
        display: block;
    }

    .sy-news-tet ul li .time-a {
        width: 100%;
        text-align: left;
    }

    .sy-news-tet ul li .tet {
        width: 100%;
        padding-top: 10px;
    }

    .sy-news-tet ul li .tet h3 {
        font-size: 18px;
    }

    .sy-news-tet ul li .tet p {
        font-size: 14px;
    }
}

.sy-more .but {
    width: 160px;
    line-height: 40px;
    /* background-color: #A7202E; */
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333;
    position: relative;
    overflow: hidden;
    margin: 20px auto 0;
}

.sy-more .but:hover:before {
    content: "";
    background: #fff;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
    border-radius: 50%;
    animation-name: example1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform: translate(-50%, 0);
}

@media (max-width: 1000px) {
    .sy-more .but {
        width: 140px;
        line-height: 40px;
        font-size: 14px;
        margin: 0px auto 0;
    }
}

.bx-Recruiting ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* width: 100%; */
}

.bx-Recruiting #joinList li {
    width: calc(33.3% - 40px);
    margin-bottom: 20px;
}

.bx-Recruiting ul li a {
    position: relative;
    display: block;
    border: solid 1px #EFEFEF;
    padding: 30px;
    transition: all 0.5s;
}

.bx-Recruiting ul li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #A7202E;
    top: 0;
    left: 0;
}

.bx-Recruiting ul li a h3 {
    font-size: 24px;
    color: #000;
}

.bx-Recruiting ul li a h4 {
    font-size: 24px;
    color: #A7202E;
    padding: 20px 0 15px 0;
}

.bx-Recruiting ul li a .tet-label span {
    background-color: #EFEFEF;
    padding: 2px 8px;
    border-right: 4px;
    font-size: 14px;
    margin-right: 5px;
    color: #8d8d8d;
}

.bx-Recruiting ul li a .tet-Details {
    margin-top: 15px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    max-height: 215px;
    overflow: auto;
}

.bx-Recruiting ul li a .more-j {
    color: #A7202E;
    font-size: 30px;
}

.bx-Recruiting ul li a:hover {
    border: solid 1px #A7202E;
}

.bx-Recruiting ul li a:hover h3 {
    color: #A7202E;
}

@media (max-width: 1000px) {
    .bx-Recruiting ul {
        display: block;
    }
    .bx-Recruiting #joinList li {
        width: 100%;
        margin-bottom: 20px;
    }

    .bx-Recruiting ul li a h3 {
        font-size: 20px;
    }

    .bx-Recruiting ul li a h4 {
        font-size: 20px;
    }

    .bx-Recruiting ul li a .tet-Details {
        font-size: 14px;
        line-height: 25px;
        height: auto;
    }
}

/* 页脚 */
.jf-footer-bj {
    background-color: #595959;
}

.jf-footer {
    display: flex;
    /*justify-content: space-between;*/
}
.jf-footer .jqt-content {
    margin-left: auto;
    display: flex;
    align-items: flex-start;
}
#fimg {
    margin-right: 10px;
    width: 120px;
}
.jf-footer .jqx{
    width: 120px;
    font-size: 12px;
    color: #b1b1b1;
}
.jf-footer .jqx  .info{
    margin-top: 10px;
}
.jf-footer .foot-fl ul {
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}

.jf-footer .foot-fl ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #b1b1b1;
    padding-right: 40px;
}

.jf-footer .foot-fl ul li a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #b1b1b1;
    top: 7px;
    right: 20px;
}

.jf-footer .foot-fl ul li:last-child a::before {
    background-color: #595959;
}

.jf-footer .foot-fl ul li a:hover {
    color: #fff;
}

.jf-footer .foot-fl p,
.jf-footer .foot-fl p a {
    font-size: 16px;
    color: #b1b1b1;
}

.jf-footer .foot-fl p a:hover {
    color: #fff;
}

.jf-footer .foot-fl .foot-tel {
    padding-top: 30px;
}

.jf-footer .foot-fl .foot-tel span {
    font-size: 24px;
    font-weight: bold;
}
.jf-footer .foot-fr {
    margin-right: 10px;
}

.jf-footer .foot-fr img {
    width: 120px;
}

.jf-footer .foot-fr p {
    font-size: 14px;
    color: #b1b1b1;
    padding-top: 5px;
    text-align: center;
}

@media (max-width: 1000px) {
    .jf-footer {
        display: block;
    }

    .jf-footer .foot-fl ul {
        padding-bottom: 20px;
    }

    .jf-footer .foot-fl ul li a {
        font-size: 14px;
        padding: 0 5px;
    }

    .jf-footer .foot-fl ul li a::before {
        display: none;
    }

    .jf-footer .foot-fl p,
    .jf-footer .foot-fl p a {
        font-size: 14px;
        color: #b1b1b1;
    }

    .jf-footer .foot-fl .foot-tel {
        padding-top: 20px;
    }

    .jf-footer .foot-fr {
        text-align: center;
        width: 100%;
        display: none;
    }
}




.nr-banenr {
    position: relative;
    text-align: center;
}
.nr-banenr img {
    border-radius: 20px;
}

.jcny-product {
    padding-bottom: 60px;
}

.jcny-product ul li {
    margin-top: 60px;

}

.jcny-product ul li a {
    position: relative;
    display: block;
    padding-bottom: 100px;
}

.jcny-product ul li .pic img {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
}

.jcny-product ul li .tet {
    position: absolute;
    width: 420px;
    background-color: #fff;
    box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5);
    padding: 40px 30px;
    bottom: 0;
    left: 60px;
}

.jcny-product ul li:nth-child(2n) .tet {
    left: auto;
    right: 60px;
}

.jcny-product ul li .tet h3 {
    font-size: 36px;
    color: #A7202E;
}

.jcny-product ul li .tet p {
    margin-top: 30px;
    font-size: 16px;
    color: #666;
    line-height: 25px;
    text-align: justify;
    max-height: 400px;
    overflow: auto;
}

@media (max-width: 1000px) {
    .nr-banenr img {
        min-height: 200px;
        object-fit: cover;

    }

    .jcny-product {
        padding-bottom: 40px;
    }

    .jcny-product ul li {
        margin-top: 40px;
    }

    .jcny-product ul li a {
        padding-bottom: 0px;
    }

    .jcny-product ul li .tet {
        position: relative;
        width: 100%;
        padding: 20px 20px;
        left: 0px;
    }

    .jcny-product ul li:nth-child(2n) .tet {
        left: auto;
        right: 0px;
    }

    .jcny-product ul li .tet h3 {
        font-size: 20px;
    }

    .jcny-product ul li .tet p {
        margin-top: 20px;
        max-height: 100000;
        font-size: 14px;

    }

    .jcny-product ul li .pic img {
        width: 100%;
        min-height: 200px;
        object-fit: cover;
    }

}

.jcny-news{
    overflow: hidden;
}
.jcny-news ul {
    overflow: hidden;
    margin: -30px;
}

.jcny-news #pList li {
    width: 33.3%;
    padding: 30px;
    float: left;
}

.jcny-news ul li .pic {
    height: 270px;
    overflow: hidden;
}

.jcny-news ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jcny-news ul li .tet {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5);
    transition: all 0.5s;
}

.jcny-news ul li .tet h3 {
    font-size: 22px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.jcny-news ul li .tet p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 25px;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.jcny-news ul li .tet span{
    font-size: 24px;
    color: #666;
}
.jcny-news ul li:hover .tet{
   background-color: #A7202E;
}
.jcny-news ul li:hover .tet h3,
.jcny-news ul li:hover .tet p,
.jcny-news ul li:hover .tet span{
   color: #fff;
 }
 .naws-fy{
    text-align: center;
    padding-top: 50px;
 }
 .naws-fy a{
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px;
    border: solid 1px #EDF0F6;
    font-size: 14px;
    color: #666;
    margin: 0 5px;
 }
 .naws-fy a:hover,
 .naws-fy a.cur{
    background-color: #A7202E;
    color: #fff;
 }
 @media (max-width: 1380px) {
    .jcny-news ul li .pic {
        height: 220px;
    }
 }
 @media (max-width: 1000px) {
    .jcny-news ul {
        overflow: hidden;
        margin: -5px;
    }

    .jcny-news #pList li {
        width: 50%;
        padding: 5px;
    }

    .jcny-news ul li .pic {
        height: 150px;
    }
    .jcny-news ul li .tet h3 {
        font-size: 18px;
    }
    .jcny-news ul li .tet{
        padding: 10px;
    }
    .jcny-news ul li .tet p {
        font-size: 14px;
        margin-top: 10px;
    }
    .naws-fy a{
        padding: 5px 10px;
        margin: 0 2px;
     }

 }
 @media (max-width: 720px) {
    .jcny-news ul li .pic {
        height: 120px;
    }
 }

 .jcny-newsdetail .detail-title{
      text-align: center;
      border-bottom: solid 2px #A7202E;
      padding-bottom: 20px;
 }
 .jcny-newsdetail .detail-title h3{
    font-size: 30px;
    color: #333;
    padding-bottom: 20px;
 }
 .jcny-newsdetail .detail-title span{
    font-size: 14px;
    color: #999;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
 }
 .jcny-newsdetail  .detail-xq {
    padding: 20px 0;
    min-height: 350px;
 }
 .jcny-newsdetail  .detail-xq .p{
    font-size: 16px;
    color: #666;
    line-height: 25px;;
 }
 .jcny-newsdetail  .detail-xq .h3{
    font-size: 18px;
    color: #333;
    line-height: 25px;;
 }
 .bx-Recruiting-ny {
    min-height: 350px;
 }

 .bx-Recruiting-ny ul {
    display: block;
}
.bx-Recruiting-ny #pList li {
    width: 100%;
    margin-bottom: 20px;
}

.bx-Recruiting-ny ul li  .tet-Details-nr{
    display: flex;
    justify-content: space-between;

}
.bx-Recruiting-ny  ul li  .tet-Details-nr .tet-Details{
    width: 45%;
}
.bx-Recruiting-ny ul li .zxns-moer {
    width: 160px;
    height: 60px;
    background-color: #A7202E;
    transition: all 0.5s;
    overflow: hidden;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}


.bx-Recruiting-ny ul li .zxns-moer:hover:before {
    content: "";
    background: #fff;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
    border-radius: 50%;
    animation-name: example1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform: translate(-50%, 0);
}
.bx-Recruiting-ny ul li .zxns-moer .icon-y {
    display: inline-block;
}
.bx-Recruiting-ny ul li a:hover {
    border: solid 1px
#EFEFEF;
}

@media (max-width: 1000px) {
    .bx-Recruiting-ny ul li  .tet-Details-nr{
        display: block;

    }
    .bx-Recruiting-ny  ul li  .tet-Details-nr .tet-Details{
        width: 100%;
    }
    .bx-Recruiting-ny ul li .zxns-moer {
        width: 120px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
 }

 .gy-lxwm h3{
    font-size: 28px;
    display: inline-block;
    color: #000;
    padding-bottom: 5px;
    border-bottom: solid 1px #A7202E;
    margin-bottom: 10px;
 }
 .gy-lxwm .h3{
    margin-top: 40px;
 }
 .gy-lxwm p{
    font-size: 16px;
    color: #666;
 }
 .gy-lxwm .pic{
    margin-top: 10px;
 }
 @media (max-width: 1000px) {
    .gy-lxwm h3{
        font-size: 20px;

     }
     .gy-lxwm .h3{
        margin-top: 40px;
     }
     .gy-lxwm p{
        font-size: 14px;
        color: #666;
     }

 }

/*公司荣誉*/
.text-left {
    text-align: left;
}
.ryzs {
    font-size: 14px;
    color: #666;
    padding-bottom: 40px;
}
.swiper-padding {
    padding: 0 40px;
    z-index: 1;
    position: relative;
}
.res-bg {
    width: 100%;
    background: #B40404FF;
    height: 200px;
    position: relative;
    top:-180px;
    margin-bottom: -220px;
}
.bx-none-bottom {
    padding-bottom: 0px !important;
}

.swiper-container {
    padding-bottom: 75px;
}

@media (max-width: 1000px) {
    .swiper-container {
        padding-bottom: 55px;
    }
    .ryzs {
        padding-bottom: 20px;
    }
    .res-bg {
        height: 100px;
        top:-90px;
        margin-bottom: -160px;
    }
    .px-10 {
        padding:40px 10px !important;
    }
    .bx-none-bottom {
        padding-bottom: 0px !important;
    }
}
.swiper-padding .swiper-pagination-bullet {
    background:rgb(229,173,81)  !important;
    opacity: 0.2;
    border-radius: 50%;
}
.zs .swiper-pagination-bullet {
    background:rgb(229,173,81)  !important;
    opacity: 0.2;
    border-radius: 50%;
}
.swiper-container .swiper-container-horizontal > .swiper-pagination-bullets{
    background:rgb(229,173,81)  !important;
    opacity: 0.2;
}
.swiper-container .swiper-pagination-bullet-active{
    background:rgb(229,173,81) !important;
    opacity: 1;
}
.zs {
    display: flex;
}
.swiper-container2 {
    flex: 1.9;
}
.right {
    flex: 1;
    /*display: flex;*/
    margin-left: 2%;
}
/*.right .right-img {*/
/*    flex: 1;*/
/*    !*object-fit: cover;*!*/
/*}*/
.swiper-container2 {
    /*padding-bottom: 0 !important;*/
}
.swiper-container3 {
    /*padding-bottom: 0 !important;*/
}


