@charset "UTF-8";

.Bread {
    font-size: 16px;
    color: #2f2f2f;
    line-height: 200%;
    padding: var(--yx_FS30) 0;
}

.Bread a.bread_more_ {
    color: #2f2f2f;
}

section.nei_banner {
    line-height: 0;
    position: relative;
    height: 0;
    padding-bottom: 27%;
    overflow: hidden;
    margin-top: 90px;
}

section.nei_banner>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    object-fit: cover;
}

section.yx_about {
    background: rgb(248 248 248);
    line-height: 0;
}

.aboutBox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.about_left {
    width: 45%;
    text-align: right;
    line-height: 200%;
}

.icon_tit {
    display: flex;
    line-height: 100%;
    font-size: var(--yx_FS30);
    color: var(--yx_Color);
    align-items: center;
}

.icon_tit img {
    margin-right: 20px;
}

.about_left summary {
    text-align: justify;
    color: #4C4A4A;
    font-size: var(--yx_FS18);
    margin: calc(var(--yx_FS42) * 2) 0 var(--yx_FS22);
}

.about_right {
    width: 55%;
    text-align: center;
    margin: 0 0 90px;
    padding: 0 5%;
}

.about_left a {
    font-size: var(--yx_FS16);
    color: var(--yx_Color);
}

.about_bottom {
    margin-top: var(--yx_FS42);
}

.aboutBox img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

section.yx_about .Bread {
    margin-bottom: 4%;
}



/* 企业文化 */

section.yx_Culture {
    padding: 10% 0;
}

.Culture_list {
    display: flex;
    background: #f5f5f5;
    flex-wrap: wrap;
}

.Culture_text {
    width: 50%;
    padding: 5%;
}

.Culture_tit {
    font-size: 30px;
    color: #4c4a4a;
}

.Culture_sum {
    font-size: 18px;
    color: #4c4a4a;
    line-height: 200%;
    margin-top: 5%;
}

.Culture_img {
    width: 50%;
    line-height: 0;
    overflow: hidden;
}

.Culture_img img {
    max-width: 100%;
}

.Culture_list:nth-of-type(2) .Culture_text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
}

/* 发展历程 */

section.yx_History {
    background-image: url(/src/Img/about_fz.jpg);
    background-repeat: no-repeat;
    background-position: center -80%;
    padding: 0 0 3%;
}

.History {
    margin: 10% 0 0;
}

.swiper-slide .swiper-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.History_top {
    font-size: 36px;
    color: #13428b;
    text-align: center;
    padding: 30px 0;
    font-weight: bold;
    position: relative;
    height: 250px;
    display: flex;
    align-items: flex-end;
}


.History:before {
    content: '';
    position: absolute;
    width: 90%;
    left: 50%;
    bottom: 50%;
    height: 1px;
    background: #e0e6f0;
    transform: translateX(-50%);
}


.History_bottom {
    position: relative;
    height: 250px;
    padding-top: 85px;
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #353535;
    width: 100%;
}

.History_top:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    background: #13428b;
    border-radius: 50%;
    left: 50%;
    bottom: -5px;
    outline: 5px solid #99adcd;
    outline-offset: 0px;
    margin-left: -5px;
}

.History_bottom:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background: #d5deeb;
    top: 20px;
    left: 50%;
    margin-left: -0.5px;
}

@media only screen and (min-width:769px) {
    .History .swiper-slide:nth-of-type(2n) .History_top {
        order: 2;
        align-items: flex-start;
    }

    .History .swiper-slide:nth-of-type(2n) .History_top:before {
        top: -6px;
        bottom: auto;
    }

    .History .swiper-slide:nth-of-type(2n) .History_bottom {
        padding: 0 0 85px;
        align-items: flex-end;
    }

    .History .swiper-slide:nth-of-type(2n) .History_bottom:before {
        bottom: 20px;
        top: auto;
    }


}

/* 荣誉证书 */

section.yx_Honor {
    background-image: url(/src/Img/about_honor.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 9% 0;
    background-size: cover;
}

.fa_scroll {
    max-width: 1430px;
    margin: 10% auto 0;
    overflow: hidden;
    background: transparent;
    width: 100%;
}

.honor_box img {
    max-width: 100%;
    object-fit: contain;
}

/* 产品中心 */
.product_box {
    padding: 2% 0;
}

.product_box .center {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.product_left {
    width: 16%;
    margin-right: 4%;
    border-top: 30px solid var(--yx_Color);
    padding: 60px 0;
    position: relative;
}

.product_swiper {
    height: 355px;
}

.indban_prev {
    position: absolute;
    top: 20px;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
    cursor: pointer;
}

.indban_next {
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
    cursor: pointer;
}

.pro_imgbox {
    width: 100px;
    margin: 0;
}

.pro_imgbox .pro_img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    border: 1px solid var(--yx_Color);
}

.slide-active .pro_imgbox .pro_img {
    border-color: #ec0000;
}

.pro_imgbox .pro_img img {
    position: absolute;
    max-width: 90%;
    height: auto;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.swiper-slide .swiper-content>p {
    width: calc(100% - 100px);
    padding: 0 0 0 10px;
    color: #333;
}

.slide-active .swiper-content>p {
    color: var(--yx_Color);
}

/* 产品右侧 */
.product_right {
    width: 80%;
}

p.Subtitle {
    font-size: 18px;
    color: #4c4a4a;
    line-height: 200%;
    margin: 2% 0 10%;
}

.pro_list>ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 10%;
}

.pro_list>ul li.pro_PPList {
    width: calc((100% - 30px) / 3);
    background: #f5f5f5;
    text-align: center;
    padding: 4% 2%;
    transition: all .5s;
}

.pro_list>ul .L_img {
    position: relative;
    height: 0;
    padding-bottom: 65%;
    overflow: hidden;
}

.pro_list>ul .L_img img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.pro_list>ul li.pro_PPList p {
    font-size: 16px;
    color: #2f2f2f;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro_list>ul li.pro_PPList:hover {
    box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
}

.pro_list>ul li.pro_PPList:hover p {
    color: var(--yx_Color);
}

.pro_list>ul li.pro_PPList:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

.Technical {
    text-align: center;
    margin-top: 20px;
}

.Technical img {
    max-width: 100% !important;
    object-fit: contain;
    margin-bottom: 3%;
}

.detaflex {
    display: flex;
    flex-wrap: wrap;
}

.details_left {
    width: 50%;
    padding-right: 8%;
}

p.pro_date_Subtitle {
    font-size: 18px;
    color: #4c4a4a;
    line-height: 200%;
    margin: 5% 0 8%;
}

a.details_more {
    display: block;
    width: 158px;
    line-height: 48px;
    background: transparent;
    border: 1px solid var(--yx_Color);
    color: var(--yx_Color);
    text-align: center;
    font-size: 18px;
    border-radius: 50px;
    transition: all .5s;
}

a.details_more:hover {
    background: var(--yx_Color);
    color: #fff;
}

.details_right {
    width: 45%;
    background: #f5f5f5;
    position: relative;
    height: 0;
    padding-bottom: 35%;
    overflow: hidden;
    margin-left: 5%;
}

.details_right_YY {
    width: 45%;
    background: #f5f5f5;
    position: relative;
    height: 0;
    padding-bottom: 30%;
    overflow: hidden;
    margin-left: 5%;
}

.details_right_YY img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.details_right img {
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.pro_date_line {
    width: 100%;
    height: 1px;
    background: #333;
    margin: 5% 0;
}

.pro_dateils {
    width: 100%;
    margin-top: 3%;
}

.pro_dateils table {
    font-size: 16px;
    color: #333;
    line-height: 200%;
    background: #fbfbfb;
    border-collapse: collapse;
    text-align: center;
}

.pro_dateils table tr:nth-child(odd) td {
    background-color: #f3f3f3;
    padding: 10px;
    border: 2px #13428b solid;
}

.pro_dateils table tr:nth-child(2n) td {
    background-color: #ffffff;
    padding: 10px;
    border: 2px #13428b solid;
}

.gape_box a {
    font-size: 24px;
    color: #2f2f2f;
    display: inline-block;
    margin: 0 10px;
}

.gape_box {
    margin-top: 15%;
}

.gape_box .on,
.gape_box a:hover {
    color: var(--yx_Color);
}

/* 应用领域 */

.territory_ul {
    gap: 45px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

li.territory_List {
    width: calc((100% - 90px) / 3);
    overflow: hidden;
}

.territory_img {
    position: relative;
    height: 0;
    padding-bottom: 80%;
    overflow: hidden;
    background: #000;
}

img.ter_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    transition: all .5s;
    opacity: .8;
}

li.territory_List:hover img.ter_bg {
    opacity: .5;
    transform: scale(1.08);
}

.terr_tc {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.terr_tc p {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.terr_tc img {
    filter: brightness(100);
}

.pro_dateils>ul li.pro_PPList {
    width: calc((100% - 45px) / 4);
}

/* 新闻 */


.news_box {
    max-width: 1720px;
    width: 94%;
    margin: 3% auto;
}

li.news_list {
    display: flex;
    background: transparent;
    padding: 50px 60px;
    transition: all .5s;
    margin-bottom: 20px;
    position: relative;
    flex-wrap: wrap;
}

li.news_list:hover {
    background: #F7F7F7;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
}

.news_imgbox {
    width: 27%;
}

.news_textbox {
    width: 57%;
    padding-left: 5%;
}

.news_arrow {
    width: 16%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_arrow span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 36px;
    text-align: center;
    line-height: 60px;
    font-family: '宋体';
    background: #EFEFEF;
    transition: all .5s;
    color: #858585;
}

.news_imgbox .img_box {
    position: relative;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
}

.news_imgbox .img_box img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

li.news_list:hover .img_box img {
    transform: translate(-50%, -50%) scale(1.05);
}

.news_textbox h4 {
    font-size: 20px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.news_textbox summary {
    font-size: 14px;
    color: #000;
    line-height: 150%;
    margin: 6% 0px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

p.news_time {
    font-size: 18px;
    color: #8b8b8b;
    font-family: arial;
}

li.news_list:hover .news_arrow span {
    background: var(--yx_Color);
    color: #fff;
}

a.news_more {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}


/* 新闻详情 */
.news_text_word {
    max-width: 1720px;
    width: 94%;
    margin: 0 auto;
    padding: 3% 0;
}

.news_text_word h3 {
    font-size: 28px;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 0 0 15px;
    margin-bottom: 15px;
}

.news_flex {
    text-align: center;
    font-size: 16px;
    color: #999;
    line-height: 200%;
}

.news_flex span {
    display: inline-block;
    margin: 0 15px;
}

.sub {
    background: #eee;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    color: #666;
    margin: 15px 0;
}

.news_word {
    font-size: 16px;
    line-height: 200%;
}

.news_word img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain;
}

.amap-container {
    z-index: 1;
    overflow: visible;
}

.contact_box {
    box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
    padding: 3%;
    border-radius: 10px;
    align-items: center !important;
}

.contact_left {
    width: 40%;
}

.contact_right {
    width: 60%;
}

.contact_left h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold !important;
}

.contact_left ul {
    margin-top: 8%;
}

.contact_left ul .textbox {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333;
    line-height: 150%;
    margin: 5% 0;
    max-width: 485px;
}

.contact_left ul .textbox i.yx_icon {
    width: 50px;
    font-size: 30px;
    color: #12418b;
}


.bannerBox {
    padding-top: 90px;
}

.bannerBox img {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
}

.bannerBox .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    transition: all .5s;
    background: #12418b;
    opacity: .8;
    margin: 0 10px 10px;
    border: 1px solid #fff;
}

.bannerBox .swiper-pagination-bullet-active {
    opacity: 1;
    background: red;
}























@media only screen and (max-width:1200px) {
    .bannerBox {
        padding-top: 70px;
    }
}


@media only screen and (max-width:768px) {
    .about_left .icon_tit {
        display: none;
    }

    .about_left {
        width: 100%;
        text-align: left;
        order: 2;
        margin-bottom: 50px;
    }

    .about_left summary {
        margin-top: 20px;
        text-align: left;
    }

    .about_right {
        width: 100%;
        text-align: center;
        margin: 30px 0;
        padding: 0 5%;
    }

    .about_bottom {
        margin-top: 0;
    }

    .Culture_text {
        order: 2;
        width: 100%;
        padding: 20px 20px 40px;
    }

    .Culture_img {
        width: 100%;
        order: 1;
    }

    .Culture_tit {
        font-size: 24px;
    }

    .Culture_sum {
        font-size: 14px;
    }

    .Culture_list:nth-of-type(2) .Culture_text {
        align-items: flex-start;
        text-align: left;
    }

    .History_top {
        width: 100%;
        height: auto;
        font-size: 24px;
    }

    .History_bottom:before,
    .History_top:before {
        left: 10%;
    }

    .History:before {
        bottom: auto;
        top: 90px;
    }

    .History_bottom {
        justify-content: start;
        font-size: 14px;
        line-height: 200%;
    }

    ul.honor_ul li {
        width: 150px;
        padding: 0 10px;
    }

    .product_left {
        width: 100%;
        margin-right: 0;
        padding: 20px;
        border-top: 10px solid var(--yx_Color);
        margin-bottom: 25px;
    }

    .product_swiper {
        height: auto;
    }

    .product_left img {
        max-width: 100% !important;
        height: auto;
    }

    .pro_imgbox {
        width: 50px;
        margin: 0;
    }

    .swiper-slide .swiper-content>p {
        width: calc(100% - 50px);
        font-size: 14px;
        list-style: 200%;
    }

    .indban_prev {
        position: absolute;
        top: 50%;
        left: -10px;
        text-align: left;
        width: 30px;
        z-index: 2;
        cursor: pointer;
        transform: translateY(-50%) rotate(-90deg);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .indban_next {
        position: absolute;
        top: 50%;
        left: auto;
        right: -10px;
        text-align: left;
        width: 30px;
        z-index: 2;
        cursor: pointer;
        transform: translateY(-50%) rotate(-90deg);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ph_swiper {
        display: none;
    }

    .product_right {
        width: 100%;
    }

    p.Subtitle {
        font-size: 14px;
    }

    .pro_list>ul li.pro_PPList {
        width: 100%;
    }

    .details_left {
        width: 100%;
        padding-right: 0;
        order: 2;
    }

    .icon_tit img {
        margin-right: 20px;
        object-fit: contain;
    }

    .icon_tit {
        line-height: 200%;
    }

    section.nei_banner {
        margin-top: 70px;
    }

    p.pro_date_Subtitle {
        font-size: 14px;
    }

    .details_right_YY,
    .details_right {
        width: 100%;
        padding-bottom: 100%;
        margin: 0 0 20px 0;
        order: 1;

    }

    .table-responsive {
        overflow: auto;
    }

    .table-responsive table {
        min-width: 1000px;
    }

    .pro_dateils table {
        font-size: 14px;
    }

    .pro_dateils table td {
        padding: 5px;
    }

    li.territory_List {
        width: 100%;
    }

    .territory_ul {
        gap: 20px;
    }

    li.news_list {
        padding: 0px;
    }

    .news_imgbox {
        width: 100%;
    }

    .news_textbox {
        width: 100%;
        padding: 20px 0 0;
    }

    .news_arrow {
        display: none;
    }

    .news_textbox summary {
        margin: 10px 0;
    }

    .news_textbox h4 {
        font-size: 17px;
        font-weight: bold !important;
    }

    p.news_time {
        font-size: 14px;
    }

    .news_text_word h3 {
        font-size: 18px;

    }

    .contact_box {
        box-shadow: none;
        padding: 50px 0px 0;
    }

    .contact_left ul .textbox {
        font-size: 14px;
    }

    .contact_left {
        width: 100%;
    }

    .contact_right {
        width: 100%;
    }

    .contact_left h3 {
        font-size: 18px;
    }

    .Bread {
        font-size: 14px;
    }
}