@charset "UTF-8";

.yx_Header.yx_H_Active {
    background-color: #fff;
    border: none;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.white_nav_top {
    height: max(90px, 4.5vw);
}

.nei_banner {
    position: relative;
    overflow: hidden;
}

.nei_banner img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.nei_banner .nei_txt {
    position: absolute;
    left: 0%;
    bottom: 0%;
    z-index: 2;
    padding: 3% 3% 7.5%;
    background: linear-gradient(0, rgb(0 0 0 / 53%), rgba(0, 0, 0, 0));
    width: 100%;
}

.nei_banner .nei_txt .n_ban_tit {
    color: #fff;
    line-height: 133%;
    font-weight: 500;
    font-size: var(--f48);
}

.nei_banner .nei_txt .n_ban_tit span {
    color: var(--li);
}

.nei_banner .nei_txt .n_ban_sub {
    color: #fff;
    max-width: calc(var(--f16) * 35);
    width: 100%;
    margin: 2% auto 0;
}


/* 关于我们 */

.company_sort {
    width: 100%;
    border-bottom: 1px solid #E5E7EC;
    padding: 0 3%;
}

.company_sort .flex {
    align-items: center;
}

.bread_crumbs * {
    font-size: var(--f18);
    color: #000;
    line-height: 133%;
}

.bread_crumbs {
    padding: 2% 0;
}

.ab_one {
    padding: 6% 3%;
    text-align: center;
}

.ab_one .ab_lo {
    max-width: 30rem;
    width: 100%;
}

.ab_one .ab_1_tit {
    font-size: var(--f36);
    color: #000;
    font-weight: bold;
    margin: 3% 0 1%;
}

.ab_one .ab_1_info {
    font-size: 1rem;
    color: #000;
    line-height: 187%;
}

.ab_one .ab_1_img {
    display: flex;
    margin: 3.5% 0 0;
    justify-content: center;
    gap: var(--f60);
    align-items: center;
}

.ab_one .ab_1_img img {
    transition: all .5s ease;
    cursor: pointer;
}

.ab_one .ab_1_img img:hover {
    transform: translateY(-10px);
    filter: drop-shadow(0px 10px 1px #ccc);
}

.ab_1_bg img {
    width: 100%;
}

.ab_two {
    padding: 6.5% 3%;
}

.ab_tit {
    text-align: center;
    font-size: var(--f36);
    font-weight: bold;
    color: #000;
    line-height: 133%;
}

.ab_tit span {
    color: var(--li);
}

.hist_swiper {
    position: relative;
    margin-top: 4%;
}

.hist_swiper .line {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    height: 3px;
    background: var(--li);
}

.hist_nei {
    height: 100%;
    position: absolute;
    width: 200%;
}

.hist_swiper .swiper-slide {
    height: 25rem;
    cursor: col-resize;
}


.hist_nei:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    background: #D7511A;
    left: 3%;
    top: 0;
}

.hist_nei:after {
    content: '';
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 13px;
    height: 13px;
    background: var(--li);
    border: 3px solid #FFFFFF;
    border-radius: 50%;
}

.hist_time {
    font-size: var(--f36);
    color: #333;
    line-height: 100%;
    padding: 0 6%;
}

.hist_nei .year {
    font-size: var(--f18);
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.hist_word p {
    position: relative;
    margin: var(--f18) 0 0;
    padding: 0 6%;
    color: #333;
    font-size: 1rem;
    font-weight: 300;
    line-height: 156%;
    width: 80%;
}

.hist_word p:before {
    content: '';
    width: .85rem;
    height: .85rem;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    border: 1px solid var(--li);
    left: 4%;
    top: 16%;
    transform: translateX(-60%);
}

.hist_word {
    position: relative;
}

.hist_word span {
    color: var(--li);
}

.hist_word img {
    position: absolute;
    max-width: 25rem;
    left: 6%;
    top: 150%;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
}

.hist_word.cur img {
    top: 100%;
    opacity: 1;
    visibility: visible;
}


.hor_botton {
    display: flex;
    gap: var(--f36);
    justify-content: center;
    margin-top: 5%;
}

.hor_botton>div {
    position: static;
    transform: none;
    background-color: #fff;
    border-color: #DCDCDC;
    opacity: 1 !important;
}

.hor_botton>div::after {
    color: #888;
    font-weight: 500;
}

.hor_botton>div:hover {
    background: #fff;
    border-color: var(--li);
}

.hor_botton>div:hover:after {
    color: var(--li);
}

.ab_three {
    background: url(/src/img/ab3.jpg) center/cover;
    padding: 6% 1% 7%;
}

.honor_swiper {
    position: relative;
    margin-top: 3%;
    background: url(/src/img/ab4.png) bottom center no-repeat;
    padding-bottom: 2%;
    background-size: 87% auto;
}

.honor_swiper .swiper {
    width: 73%;
    padding: 10px 0 1%;
}

.honor_swiper .swiper .swiper-wrapper {
    align-items: flex-end;
}

.honor_swiper .swiper .swiper-slide .Limg_con {
    padding-top: 132%;
    background-color: #fff;
}

.honor_swiper .swiper .swiper-slide {
    flex: 0 0 auto;
    width: 16%;
    box-sizing: border-box;
}

.honor_swiper .swiper .swiper-slide.is-big {
    width: 30%;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

/* 产品 */
.company_sort .fx {
    font-size: var(--f18);
    color: #333;
    font-weight: bold;
}

.pro_one {
    padding: 3% 3% 3.5%;
}

.pro_one .pro_1_tit {
    font-size: var(--f22);
    color: #000;
    font-weight: 500;
    line-height: 150%;
    width: 90%;
}

.pro_one .pro_1_tit span {
    color: var(--li);
}

.pro_one>img {
    display: block;
    margin: 2% auto 1%;
    max-width: 104.5rem;
    width: 94%;
}

.pro_one .pro_1_info {
    color: #000;
    line-height: 187%;
    margin-bottom: 5%;
}

.pro_one hr {
    border: none;
    border-bottom: 1px dashed #c4c4c4;
}

.product_box {
    margin-bottom: 5%;
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
}

.product_box .swide {
    width: calc((100% - 6vw) / 4);
}

.product_box .swide .Limg_cov {
    padding-bottom: 75%;
    border-radius: .5rem;
}

.product_box .swide .Limg_cov:hover img {
    transform: scale(1.05);
}

.pro_two {
    padding: 0 3%;
}

.pro_two .pro_2_tit {
    font-size: var(--f36);
    color: #000;
    line-height: 130%;
    font-weight: bold;
}

.pro_two .pro_2_tit span {
    color: var(--li);
}

.pro_two .pro_2_info {
    color: #888;
    line-height: 150%;
}

.pro_proces {
    max-width: 82rem;
    width: 100%;
    margin: 3% auto 6%;
    display: flex;
    flex-wrap: wrap;
    gap: 6rem 4rem;
}

.pro_proces .proces_list {
    width: calc((100% - 8rem) / 3);
    text-align: center;
    color: #888;
    line-height: 150%;
    position: relative;
}


.pro_proces .proces_list .Limg_con {
    padding-bottom: 86%;
}

.pro_down {
    border: 6px solid #F6F8FD;
    padding: 2.5%;
    border-radius: 1.2rem;
    margin-bottom: 6%;
}

.pro_down .flex {
    align-items: center;
}

.pro_down .txt {
    width: 36%;
}

.pro_down .txt h2 {
    font-size: var(--f48);
    color: #000;
    line-height: 100%;
}

.pro_down .txt p {
    font-size: var(--f24);
    color: #000;
    margin: 3% 0 5%;
}

.pro_down .txt a {
    display: inline-block;
    background: var(--li);
    color: #fff;
    font-size: 1.25rem;
    border: 1px solid var(--li);
    padding: .7rem 3rem;
    transition: all .5s ease;
}

.pro_down .txt a:hover {
    background: transparent;
    color: var(--li);
}

.pro_three {
    background: #F6F8FD;
    padding: 4% 3% 6%;
}

.pro_three .flex {
    align-items: center;
}

.pro_three .pro_3_tit {
    font-size: var(--f48);
    color: #000;
    line-height: 150%;
    font-weight: 500;
}

.pro_three .flex a {
    color: #888;
    font-size: var(--f18);
    font-weight: 500;
    transition: all .5s;
}

.pro_three .flex a:hover {
    color: var(--li);
}

.project_swiper {
    margin-top: 3.5%;
    position: relative;
    text-align: center;
}

.project_swiper .swiper-button-prev,
.project_swiper .swiper-button-next {
    background: #fff;
    top: 45%;
    opacity: 1 !important;
}

.project_swiper .swiper-button-prev:hover:after,
.project_swiper .swiper-button-next:hover:after {
    color: var(--li);
}

.ject_more .Limg_cov {
    padding-bottom: 62%;
    border-radius: .5rem;
}

.project_swiper .swiper-slide:hover img {
    transform: scale(1.05);
}

.ject_more .tit {
    margin: 2%;
    padding-left: 1.5rem;
    position: relative;
    color: #333;
    line-height: 150%;
    display: inline-block;
    max-width: 80%;
}

.project_swiper .swiper-slide:hover .tit {
    color: var(--li);
}

.ject_more .tit:before {
    content: '\e664';
    font-family: "iconfont";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--li);
    font-size: var(--f18);
}

.ject_more .swiper-slide:hover img {
    transform: scale(1.05);
}

/* 项目 */

.custom-dropdown {
    border-radius: .5rem;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: all .5s ease;
    border: 1px solid #E5E7EC;
    color: #333;
    line-height: var(--f48);
}

.custom-dropdown .selected-value {
    font-weight: 500;
    padding: 0 var(--f54);
    display: block;
    border-right: 1px solid #E5E7EC;
    transition: all .5s ease;
}

.custom-dropdown .arrow {
    width: var(--f48);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: var(--f48);
    transition: all .5s;
}

.custom-dropdown.active .arrow {
    transform: rotate(90deg);
}

.dropdown-header {
    display: flex;
    align-items: center;
}

.custom-dropdown:hover .selected-value,
.custom-dropdown.active .selected-value {
    border-color: #000;
}

.custom-dropdown:hover,
.custom-dropdown.active {
    color: #000;
    border-color: #000;
    z-index: 99;
}

.dropdown-options {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    top: 120%;
    border-radius: .5rem;
    box-shadow: 0 0 20px rgb(0 33 68 / 15%);
    padding: var(--f18) 0;
    display: none;
    max-height: 500px;
    overflow-y: auto;
    border: 1px solid #E5E7EC;
}

.dropdown-options a {
    display: block;
    color: #888;
    font-size: var(--f16);
    padding: 0 var(--f54);
    transition: all .5s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-options li.active a,
.dropdown-options a:hover {
    background: #e9ecf2;
    color: var(--li);
}

.custom-dropdown.active .dropdown-options {
    display: block;
}

.ject_top {
    padding: 3% 3% 5%;
}

.ject_top .box {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw 3vw;
    text-align: center;
}

.ject_top .list {
    width: calc((100% - 6vw) / 3);
}

.ject_top .list:hover img {
    transform: scale(1.05);
}

.ject_top .list:hover .tit {
    color: var(--li);
}

.jectde_bottom {
    padding: 4% 0 10%;
    text-align: center;
    overflow: hidden;
}

.jectde_bottom .prod_tit {
    font-size: var(--f24);
    color: #333;
    font-weight: 500;
    padding-left: 2rem;
    position: relative;
    line-height: 150%;
    display: inline-block;
    max-width: 80%;
    margin-bottom: 4%;
}

.jectde_bottom .prod_tit:before {
    content: '\e664';
    font-family: "iconfont";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--li);
}

.ject_swiper .Limg_con {
    background-color: #fff;
    padding-bottom: 50%;
    border-radius: .5rem;
}

.ject_swiper .swiper-slide {
    transition: all .5s ease;
}

.ject_swiper .swiper-slide-prev {
    transform: scale(.5) !important;
    transform-origin: right bottom;
    opacity: .5;

}

.ject_swiper .swiper-slide-next {
    transform: scale(.5) !important;
    transform-origin: left bottom;
    opacity: .5;
}

.jectde_bottom .ject_swiper {
    max-width: 80rem;
    width: 94%;
    margin: 0 auto;
    overflow: visible;
}

.aniu.flex {
    display: inline-flex;
    background: #fff;
    flex-wrap: nowrap;
    margin-top: var(--f30);
    padding: 0 var(--f24);
    height: var(--f60);
    align-items: center;
    gap: var(--f72);
    border-radius: .5rem;
    color: #969696;
    font-size: var(--f22);
}

.aniu.flex .icon {
    cursor: pointer;
}

.aniu.flex .icon:hover {
    color: var(--li);
}

.aniu.flex .pagination {
    color: #000;
}

.aniu.flex span.swiper-pagination-total {
    color: #969696;
}

.news_sort {
    display: flex;
    background: #E5E7EC;
    border-radius: .5rem;
    line-height: var(--f54);
    font-size: var(--f18);
    border: 1px solid #E5E7EC;
    overflow: hidden;
}

.news_sort a {
    width: 10rem;
    text-align: center;
    color: #000;
    font-weight: 500;
}

.news_sort a:hover {
    color: var(--li);
}

.news_sort a.active {
    background: #fff;
}

.newsbox {
    padding: 3% 0 6%;
}

.newsbox .h_news {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
}

.newsbox .h_news li {
    width: calc((100% - 6vw) / 3);
}

.newsbox .h_news .Limg_cov {
    padding-bottom: 62%;
}

.newsbox .h_news .news_tit {
    font-size: var(--f18);
    color: #000;
    line-height: 150%;
    margin: 4% 0 2%;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    font-weight: 500;
}

.newsbox .h_news .news_more {
    color: var(--li);
    font-size: var(--f18);
    font-weight: 500;
    transition: all .5s ease;
}

.newsbox .h_news li:hover img {
    transform: scale(1.05);
}

.newsbox .h_news li:hover .news_more {
    letter-spacing: 1px;
}


.news_text_word {
    padding: 3% 0 5%;
}

.news_text_word .center {
    background: #fff;
    padding: 4% 5%;
}

.news_text_word .new_tt {
    font-size: var(--f30);
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 0 0 0.781vw;
    margin-bottom: 0.781vw;
    color: #000;
    line-height: 120%;
}

.news_word iframe {
    width: 100%;
    aspect-ratio: 2 / 1;
}

.news_flex {
    text-align: center;
    font-size: max(14px, 0.833vw);
    color: #999;
    line-height: 200%;
}

.news_flex span {
    display: inline-block;
    margin: 0 0.781vw;
}


.news_word {
    font-size: var(--f16);
    line-height: 200%;
    color: #333;
    font-weight: 300;
    margin-top: 2%;
}

.news_word h2 {
    font-size: var(--f24);
    margin: 1rem 0 .8rem;
}

.news_word h3 {
    font-size: var(--f18);
    margin: 1rem 0 0rem;
}

.news_word ol,
.news_word ul {
    padding-inline-start: 1.302vw;
}

.news_word li {
    list-style-type: disc;
}

.news_word ol li {
    list-style-type: decimal;
}

.news_word img {
    max-width: 100% !important;
    height: auto !important;
}
.news_word iframe {
    width: 100%;
    aspect-ratio: 2 / 1;
}

.news_word video {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    max-height: 85vh;
    object-fit: contain;
}

.news_text_word table td,
.news_text_word table th {
    border: 1px solid #ccc;
    padding: 5px;
}

.news_text_word table {
    border-collapse: collapse;
    margin: .5rem 0;
}


.con_one {
    padding: 5% 0 6%;
}

.con_one .left {
    width: 35%;
    color: #333;
    line-height: 200%;
}

.con_one .right {
    width: 59%;
    background: #eee;
    border-radius: .5rem;
    position: relative;
}

.con_one .right .map {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.con_one .left .con_tit {
    font-size: var(--f48);
    color: #000;
    font-weight: 700;
    line-height: 100%;
}

.con_one .left .con_name {
    font-size: var(--f24);
    color: #333;
    font-weight: 500;
    margin: 3% 0 1%;
}

.con_one .left .con_f_name {
    font-size: var(--f24);
    font-weight: 500;
    margin: 5% 0 1%;
}

.con_one .left .con_ts {
    font-size: var(--f24);
    color: var(--li);
    margin-top: 3%;
    font-weight: 500;
    display: inline-block;
    border-bottom: 2px solid var(--li);
}

.con_one .left .con_ts a {
    color: var(--li);
    font-size: var(--f36);
}

.con_two {
    background: #F6F8FD;
    padding: 5% 0 8%;
}

.con_two .left {
    width: 30%;
}

.con_two .right {
    width: 59%;
}

.con_two .left h2 {
    font-size: var(--f48);
    color: #000;
    line-height: 100%;
    font-weight: 700;
}

.con_two .left .mess_sum {
    font-size: var(--f24);
    color: var(--li);
    font-weight: 500;
    margin: 10% 0 6%;
}

.con_two .left p {
    font-size: var(--f18);
    color: #333;
    line-height: 200%;
}

.con_two .left p span {
    color: var(--li);
    text-decoration: underline;
}


.mefore {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 3%;
    align-items: center;
}

.mefore .input-group {
    width: calc((100% - 1rem) / 2);
    height: 3.75rem;
    background: #fff;
    border-radius: .5rem;
    overflow: hidden;
    padding: 0 1.5rem;
    display: flex;
    align-items: flex-end;
}

.mefore .input-group:nth-of-type(3) {
    width: 100%;
}

.mefore input.form-control {
    width: 100% !important;
    font-size: 1rem;
    color: #000;
    border: 0;
    outline: none;
    resize: none;
    height: 2.5rem;
}

.mefore label {
    position: absolute;
    left: 0;
    top: 1rem;
    font-size: var(--f18);
    color: #999;
    transition: 0.3s;
    pointer-events: none;
    width: 100%;
    padding: 0 1.5rem;
}

.mefore label i {
    color: var(--li);
    opacity: .5;
    margin-right: .2rem;
}

.mefore .input-group input:focus~label,
.mefore .e_textarea-66 textarea:focus~label,
.mefore .input-group input:valid~label,
.mefore .e_textarea-66 textarea:valid~label {
    transform: translateY(-15px);
    font-size: 88%;
}

.mefore .e_textarea-66 {
    width: 100%;
    border-radius: .5rem;
    overflow: hidden;
}

.mefore .e_textarea-66 textarea.form-control {
    width: 100%;
    border: 0;
    outline: none;
    resize: none;
    min-height: 8.5rem;
    vertical-align: top;
    padding: 2rem 1.5rem;
}

button.btn-primary {
    width: 100%;
    background: var(--li);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    font-size: var(--f22);
    line-height: var(--f60);
    width: 100%;
    border-radius: .5rem;
    margin-top: 2%;
    cursor: pointer;
    transition: all .5s ease;
}

.ject_top .sort_name {
    font-size: var(--f22);
    color: #333;
    font-weight: 500;
    margin-bottom: 1%;
}


@media screen and (min-width:769px) {

    .hist_swiper .swiper-slide:nth-of-type(2n) .hist_nei {
        padding-top: 15rem;
    }

    .hist_swiper .swiper-slide:nth-of-type(2n) .hist_nei:before {
        top: auto;
        bottom: 0;
    }

    .pro_proces .proces_list:before {
        content: '';
        background: url(/src/image/jt.png) center center no-repeat;
        width: 5rem;
        height: 5rem;
        position: absolute;
        top: 50%;
    }

    .pro_proces .proces_list:nth-of-type(1) {
        order: 1;
    }

    .pro_proces .proces_list:nth-of-type(1):before {
        right: 0;
        transform: translate(55%, -50%);
    }

    .pro_proces .proces_list:nth-of-type(2) {
        order: 2;
    }

    .pro_proces .proces_list:nth-of-type(2):before {
        right: 0;
        transform: translate(130%, -50%);
    }

    .pro_proces .proces_list:nth-of-type(3) {
        order: 3;
    }

    .pro_proces .proces_list:nth-of-type(3):before {
        top: 100%;
        right: 50%;
        transform: translate(50%, 25%) rotate(90deg);
    }

    .pro_proces .proces_list:nth-of-type(4) {
        order: 6;
    }

    .pro_proces .proces_list:nth-of-type(4):before {
        left: 0;
        transform: translate(-100%, -50%) rotate(180deg);
    }

    .pro_proces .proces_list:nth-of-type(5) {
        order: 5;
    }

    .pro_proces .proces_list:nth-of-type(5):before {
        left: 0;
        transform: translate(-100%, -50%) rotate(180deg);
    }

    .pro_proces .proces_list:nth-of-type(6) {
        order: 4;
    }

    .pro_proces .proces_list:nth-of-type(6):before {
        display: none;
    }
}

@media only screen and (max-width:1480px) {}

@media only screen and (max-width:1140px) {}

@media only screen and (min-width:1921px) {}

@media only screen and (max-width:768px) {
    br {
        display: none;
    }

    .mo_pd {
        padding: 50px 20px !important;
    }

    .nei_banner .nei_txt .n_ban_tit {
        font-size: 24px;
    }

    .nei_banner {
        height: 75vw;
        margin-top: 70px;
    }

    .nei_banner img {
        height: 100%;
        object-fit: cover;
    }

    .ab_one .ab_1_img {
        gap: 20px;
    }

    .ab_one .ab_1_img img {
        width: 50px;
    }

    .ab_one>img {
        max-width: 140px;
    }

    .ab_one .ab_1_tit {
        font-size: 20px;
        margin: 20px 0;
        line-height: 130%;
    }

    .hist_nei {
        width: 100%;
    }

    .hist_word p {
        width: 100%;
    }

    .hist_nei:before {
        left: 2%;
        top: 0;
    }

    .hist_word p:before {
        top: 5px;
        left: 3%;
        transform: translateX(-70%);
    }

    .hist_swiper .swiper-slide {
        height: 200px;
    }

    .hist_swiper .line {
        top: 100%;
    }

    .hist_nei:before {
        height: 100%;
    }

    .hist_nei:after {
        left: 2%;
        top: auto;
        bottom: 0;
        transform: translateX(-50%);
    }

    .hist_swiper .line {
        top: 96%;
    }

    .hist_swiper {
        margin-top: 50px;
    }

    .pro_one .pro_1_tit {
        width: 100%;
    }

    .pro_one img {
        margin: 20px 0;
        width: 100%;
    }

    .pro_one .pro_1_info {
        margin-bottom: 50px;
    }

    .pro_one {
        padding-bottom: 0 !important;
    }

    .product_box {
        gap: 10px;

    }

    .product_box .swide {
        width: calc((100% - 10px) / 2);
    }

    .pro_proces {
        margin: 50px 0;
        gap: 2rem;
    }

    .pro_proces .proces_list {
        width: calc((100% - 2rem) / 2);
    }

    .pro_proces .proces_list .Limg_con {
        padding-bottom: 100%;
    }

    .pro_down {
        border: 6px solid #F6F8FD;
        padding: 10px;
        border-radius: 0;
        margin-bottom: 6%;
        background: #F6F8FD;
    }

    .pro_down .txt {
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .custom-dropdown {
        width: 100%;
        line-height: 3rem;
        margin-bottom: 10px;
    }

    .custom-dropdown .selected-value {
        width: calc(100% - 3rem);
    }

    .custom-dropdown .arrow {
        width: 3rem;
    }

    .ject_top .list {
        width: 100%;
        background: #eee;
        margin-bottom: 20px;
    }

    .jectde_bottom .prod_tit,
    .ject_more .tit {
        margin: 2% auto;
        max-width: 100%;
        padding: 10px;
        text-align: center;
    }

    .jectde_bottom .prod_tit:before,
    .ject_more .tit:before {
        display: none;
    }

    .ject_swiper .Limg_con {
        padding-bottom: 75%;
    }

    .bread_crumbs * {
        font-size: 14px;
        color: #333;
    }

    .newsbox {
        padding: 50px 0;
    }

    .newsbox .h_news li {
        width: 100%;
        margin-bottom: 20px;
    }

    .news_sort {
        margin-bottom: 10px;
    }

    .con_one .left {
        width: 100%;
        margin: 30px 0;
    }

    .con_one .right {
        width: 100%;
        height: 400px;
        overflow: hidden;
    }

    .con_two .left {
        width: 100%;
    }

    .con_two .right {
        width: 100%;
        margin-top: 20px;
    }

    .mefore .input-group {
        width: 100%;
    }

    .project_swiper .swiper-button-prev,
    .project_swiper .swiper-button-next {
        background: #fff;
        top: 40%;
        opacity: 1 !important;
    }

    .news_text_word .new_tt {
        font-size: 20px;
        padding: 0 0 20px;
        margin-bottom: 20px;
    }

    .news_text_word .center {
        padding: 30px 20px 40px;
    }

    .con_one .left .con_f_name,
    .con_one .left .con_name {
        font-size: 18px;
    }

    .con_one .left .con_ts {
        font-size: 14px;
    }

    .con_one .left .con_ts a {
        font-size: 24px;
    }

    .con_two {
        padding: 50px 0;
    }

    .con_two .left .mess_sum {
        margin: 20px 0 10px;
    }

    .pro_down .txt p {
        font-size: 16px;
    }
}