﻿*{margin:0;padding:0}
header{
    position:fixed;
    left:0;
    top:0;
    z-index:99;
    width:100%;
    background-color:#fff;
}
.header-yd{
    display:none;
}
header.active {
    box-shadow: 0 5px 10px rgba(0,0,0,.16);
}
        header.active .header .logo::before{
            bottom:0;
        }
        .header {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
    .header .left, .header .right{
        width:calc(50% - 90px)
    }
        .header .left{
            padding-right:100px;
            text-align:right;
        }
            .header .left ul li:nth-child(1){
                margin-left:0;
            }
            .header .left ul li {
                display: inline-block;
                margin-left: 40px;
                position:relative;
            }
            .header ul li {
                line-height: 100px;
                position: relative;
            }



            .header .left ul li a:hover, .header .left ul li a.active {
                color: #126335
            }
            .header .right ul li a:hover, .header .right ul li a.active {
                color: #126335
            }
                    .header .right {
                        padding-left: 100px;
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                    }

        .header .right ul li:nth-last-child(1) {
            margin-right: 0;
        }
.header-pop {
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translate(-50%,0);
    background-color: #fff;
    width: 130px;
    padding: 10px 0;
    box-shadow: 0 3px 5px rgba(0,0,0,.16);
    display: none;
}

    .header-pop p {
        text-align: center;
    }

        .header-pop p a {
            display: block;
            font-size: 16px;
            color: #fff;
            padding: 3px;
            line-height: 28px;
        }
.header .left ul li a {
    font-size: 16px;
    color: #070707;
    transition: all 0.5s;
}

.header  ul li .header-pop a:hover {
    background-color: #126335;
    color: #fff !important;
}

.headers-search {
    width: 160px;
    height: 38px;
    border: 1px solid #D9D9D9;
    border-radius: 25px;
    overflow: hidden;
    padding-right: 30px;
    position: relative;
    vertical-align: middle;
}
    .headers-search input{
        border:none;
        padding-left:15px;
        height:33px;
        font-size:16px;
        width:100%;
        background-color:transparent;
    }
    .headers-search span {
        position: absolute;
        right: 10px;
        font-size: 20px;
        color: #000000;
        line-height: 35px;
        cursor: pointer;
    }
        .header .right ul li {
            display: inline-block;
            margin-right: 40px;
            position:relative;

        }
            .header .right ul li a {
                font-size: 16px;
                color: #070707;
            }
            .header .logo {
                width: 180px;
                line-height: 100px;
                background-color: #fff;
                line-height: 100px;
                text-align: center;
                position:relative;
                border-bottom:1px solid #fff;
                z-index:10;

            }
    .header .logo  a{
       display:inline-block;
       
    }
    .header .logo img{
        max-width:90%;
        max-height:90%;
    }
          /*      .header .logo::before {
                    content: "";
                    display: block;
                    width: 0px;
                    height: 0px;
                    border-style: solid;
                    border-color: transparent;
                    border-width: 60px 90px 90px 90px;
                    border-top-color: #126335;
                    position: absolute;
                    left: 50%;
                    bottom: -151px;
                    transform: translate(-50%,0);
                    transition: all 1.5s;
                    z-index:2;
                }*/
.banner{
    margin-top:100px;
}
.title h3 {
    font-size: 40px;
    color: #4B4B4B;
    font-weight: bold;
    text-align: center;
}
    .title  p {
        font-size: 14px;
        color: #787878;
        margin-top:27px;
        text-align:center;
    }
.indexAbout{
    margin-top:80px;
}
.indexAbout-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
    .indexAbout-item .text, .indexAbout-item .img{
        width:50%;
    }
        .indexAbout-item .text{
            padding-right:60px;
        }
        .indexAbout-item .texts {
            font-size: 14px;
            color: #787878;
            margin-top: 30px;
            line-height:26px;
        }
    .indexAbout-item .text .but {
        width: 160px;
        line-height: 46px;
        text-align: center;
        background-color: #126335;
        font-size: 16px;
        color: #FFFFFF;
        display:block;
        margin-top:50px;
        transition:all 0.5s;
    }
.indexPro-list .img {
    width: 100%;
    height: 380px;
}
    .indexPro-list .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .indexAbout-item .text .but:hover{
        opacity:0.8;
    }
.indexPro{
    margin-top:87px;
}
.indexPro-item ul{
    overflow:hidden;
    margin:0 -5px;
}
.indexPro-item ul li {
    display: block;
    width: 33.33%;
    padding: 5px;
    float:left;
}
    .indexPro-item ul .indexPro-list {
        display: block;
        width: 100%;
        position: relative;
        transition:all 0.5s;
    }
        .indexPro-item ul .indexPro-list .text {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            padding: 50px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            transition:all 0.5s;
        }
    .indexPro-item ul .indexPro-list::before {
        content: "";
        display: block;
        width: 100%;
        height: 44%;
        background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, #333 100%);
        position: absolute;
        bottom: 0;
        left: 0;
    }
        .indexPro-item ul a .text h3 {
            font-size: 20px;
            color: #FFFFFF;
            font-weight: 400;
            margin-bottom: 23px;
        }
    .indexPro-item ul a .text span{
        width:60px;
        height:60px;
        border-radius:50%;
        background-color:rgba(255,255,255,.4);
        color:#fff;
        display:flex;
        justify-content:center;
        align-items:center;
        font-size:25px;
        transition:all 0.5s;
    }
        .indexPro-item ul a .text .textBox {
            font-size: 14px;
            color: #FFFFFF;
            margin-bottom:35px;
            display:none;
        }
            .indexPro-item ul a .text .textBox p:nth-child(1) {
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
                line-height: 26px;
                height: 75px;
            }
            .indexPro-item ul a .text .textBox p:nth-child(2) {
                margin-top: 20px;
                white-space: break-spaces;
            }
    .indexPro-item ul .indexPro-list:hover .text {
        background-color: rgba(18,99,53,.9);
    }
        .indexPro-item ul .indexPro-list:hover .text span {
            background-color: #96C41F;
        }
.indexPro-item{
    margin-top:45px;
}
body .indexBut {
    width: 160px;
    line-height: 46px;
    text-align: center;
    background-color: #126335;
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    margin:0 auto;
    margin-top: 70px;
    transition: all 0.5s;
}
body .indexBut:hover{
    opacity:0.8;
}
.indexOem{
    margin-top:80px;
}
.indexOem-item ul{
    overflow:hidden;
    margin:0 -20px;
}
.indexOem-item ul li {
    width: 25%;
    float: left;
    padding:0 20px;
}
.indexOem-list{
    display:block;
}
.indexOem-list .img{
    width:100%;
    height:300px;
    overflow:hidden;
}
    .indexOem-list .img img{
        width:100%;
        height:100%;
        object-fit:cover;
    }
    .indexOem-list .text{
        padding:30px;
    }
        .indexOem-list .text h3 {
            font-size: 20px;
            color: #070707;
            font-weight:400;
        }
        .indexOem-list .text p {
            font-size: 16px;
            color: #787878;
            margin-top: 20px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            line-height:26px;
            height:75px;
        }
.indexOem-item{
    margin-top:45px;
}
    .indexOem-item .indexOem-list:hover .text h3, .indexOem-item .indexOem-list:hover .text p{
        color: #126335;
    }

.indexQuality {
    margin-top: 70px;
    padding: 40px 60px;
    background: url('../images/indexQualityBg.png') no-repeat center;
    background-size:cover;
}
    .indexQuality-item{
        margin-top:50px;
        position:relative;
        display:block;
    }
.indexQuality-list{
    position:relative;
}
.indexQuality-list .img {
    width: 100%;
}
.indexQuality-list .text{
    position:absolute;
    width:50%;
    right:0;
    top:50%;
    transform:translate(0,-50%);
    padding:0 8%;
}
    .indexQuality-list .text h3 {
        font-size: 20px;
        color: #FFFFFF;
        font-weight:400;
        margin-bottom:20px;
    }
    .indexQuality-list .text p {
        font-size: 14px;
        color: #FFFFFF;
        line-height:26px;
    }
    .indexQuality-list .text .but {
        width: 160px;
        line-height: 46px;
        text-align: center;
        background-color: #126335;
        font-size: 16px;
        color: #FFFFFF;
        display: block;
        margin-top: 60px;
        transition: all 0.5s;
    }
.indexQualitySwiper{
    margin-top:50px;
    padding-left:80px;
    padding-right:80px;
    position:relative;

}
    .indexQualitySwiper .swiper-button-next, .indexQualitySwiper .swiper-button-prev {
        background-image: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #126335;
        display:flex;
        justify-content:center;
        font-size:50px;
        color:#fff;
        line-height:30px;
        opacity:1 !important;
    }
    .indexQualitySwiper .swiper-slide p {
        text-align: center;
        margin-top: 20px;
        font-size: 18px;
        color: #787878;
    }

.indexNews{
    margin-top:80px;
    padding-bottom:100px;
}
.indexNews-item{
    margin-top:50px;
}
    .indexNews-item ul{
        overflow:hidden;
        width:55%;
    }
    .indexNews-item ul li {
        width: calc(50% - 40px);
        float: left;
        margin-right:40px;
        margin-top:70px;
    }
        .indexNews-item ul li .indexNews-list{
            width:100%;
            display:block;
        }
            .indexNews-item ul li .indexNews-list .img {
                height: 240px;
                width:100%;
                position:relative;
                overflow:hidden;
            }
            .indexNews-item ul li .indexNews-list .img  img{
                width:100%;
                height:100%;
                object-fit:cover;
            }
                .indexNews-item ul li .indexNews-list .img small {
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    line-height: 30px;
                    padding: 0 11px;
                    font-size: 14px;
                    color: #FEFEFE;
                    background-color: #96C41F;
                }
        .indexNews-item ul li .indexNews-list .text{
            padding-top:20px;
        }
            .indexNews-item ul li .indexNews-list .text h3 {
                font-size: 16px;
                color: #070707;
                font-weight:400;
            }
            .indexNews-item ul li .indexNews-list .text p {
                margin-top: 25px;
                margin-bottom: 20px;
                font-size: 14px;
                color: #787878;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
                line-height: 26px;
                height: 75px;
            }
            .indexNews-item ul li .indexNews-list .text span {
                width: 190px;
                line-height: 60px;
                text-align: center;
                background-color: #126335;
                font-size: 14px;
                color: #FFFFFF;
                display: block;
                transition: all 0.5s;
            }
.indexNews-item{
    position:relative;
}
.indexNews-rm{
    position:absolute;
    left:55%;
    top:0;
    width:58%;
}
    .indexNews-rm .text{
        position:absolute;
        right:0;
        bottom:0;
        background-color:#fff;
        width:55%;
    }
            .indexNews-rm .text h3 {
                font-size: 60px;
                color: #96C41F;
                font-weight:400;
            }
            .indexNews-rm .text p {
                font-size: 14px;
                color: #787878;
                margin-top:10px;
            }
            .indexNews-rm .text span {
                width: 100%;
                line-height: 60px;
                text-align: left;
                background-color: #126335;
                font-size: 14px;
                color: #FFFFFF;
                display: block;
                transition: all 0.5s;
                padding-left:50px;
            }
        .indexNews-rm .text .textBox{
            padding:37px 50px;
        }
        .indexNews-rm .img {
            overflow: hidden;
            height:527px;
        }
    .indexNews-rm .img img {
        width: 100%;
        height:100%;
        object-fit:cover;
    }
    .indexNews {
        width: 100%;
        overflow: hidden;
    }
footer {
    background-color: #DDE1EC;
}
.footer-link {
    padding: 34px 0 20px 0;
    border-bottom: 1px solid #AEB2BE;
}
.footer-link ul li{
    display:inline-block;
    margin-right:20px;
}
    .footer-link ul li h3 {
        font-size: 16px;
        color: #000000;
        font-weight:400;
    }
    .footer-link ul li a{
        font-size:16px;
        color: #000000;
    }
        .footer-link ul li a:hover {
            color: #126335;
        }
.footer-item{
    padding:0 10.5%;
}
.footer-box {
    padding: 33px 0 44px 0;
    display: flex;
    justify-content: space-between;
    align-items: inherit;
}
    .footer-box ul {
        width: calc(100% - 100px);
        display: flex;
        justify-content: space-between;
        align-items: inherit;
        padding-right:45px;
    }
        .footer-box ul li h3 {
            font-size: 20px;
            color: #000000;
            font-weight:400;
        }
        .footer-box ul li .links{
            margin-top:30px;
        }
            .footer-box ul li .links a {
                font-size: 14px;
                color: #4B4B4B;
                display:block;
                line-height:26px;
            }
        .footer-box ul li{
            width:19%;
        }
            .footer-box ul li:nth-last-child(1){
                width:36%;
            }
            .footer-box ul li p {
                margin: 7px 0;
                font-size: 14px;
                color: #4B4B4B;
                padding-left:20px;
                position:relative;
            }
                .footer-box ul li p i{
                    font-size:16px;
                    position:absolute;
                    left:0;
                    top:3px;
                }
                .footer-box ul li p .icon-envelope-alt{
                    font-size:14px;
                }
                .footer-box ul li .links a:hover {
                    color: #126335;
                }           
                .footer-box .ewm {
                    width: 100px;
                }
.footer-bottom {
    background-color: #CACFE2;
    padding: 17px;
    font-size: 14px;
    color: #4B4B4B;
    text-align:center;
}
    .footer-bottom a {
        font-size: 14px;
        color: #4B4B4B;
        display:inline-block;
    }
    .footer-bottom a:hover{
        color:#126335;
    }
.footer-box .ewm h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
}
.footer-box .ewm .img{
    margin-top:30px;
}
.nei-nav{
    margin-top:50px;
}
    .nei-nav p {
        font-size: 16px;
        color: #787878;
    }
        .nei-nav p a {
            font-size: 16px;
            color: #787878;
        }
        .nei-nav p a:hover{
            color:#126335;
        }
.nei-tab{
    margin-top:50px;
}
.nei-tab ul {
    text-align: center;
}
    .nei-tab ul li {
        display: inline-block;
       
    }
    .nei-tab ul li a {
        line-height: 60px;
        min-width: 200px;
        padding: 0 10px;
        font-size: 16px;
        color: #707070;
        margin: 0 10px;
        background-color: #F5F5F5;
        display:inline-block;
        transition:all 0.5s;
    }
        .nei-tab ul li a:hover, .nei-tab ul li a.active {
            background-color: #126335;
            color:#fff;
        }
.Culture-item ul li {
    display: inline-block;
    vertical-align: text-top;
}
.Culture-item ul li:nth-child(1) {
    width: 21.7%;
    margin-right:47px;
}
    .Culture-item ul li:nth-child(1) .Culture-box{
        height:330px;
        margin-top:150px;
    }
    .Culture-item ul li:nth-child(2) {
        width: 21.7%;
        margin-right: 47px;
    }

    .Culture-item ul li:nth-child(2) .Culture-box {
        height: 330px;
    }
    .Culture-item ul li:nth-child(3) {
        width: 18.4%;
        margin-right: 75px;
    }

    .Culture-item ul li:nth-child(3) .Culture-box {
        height: 280px;
        margin-top:215px;
    }
.Culture-item ul li:nth-child(4) {
    width: 26.3%;
}

    .Culture-item ul li:nth-child(4) .Culture-box {
        height: 400px;
        margin-top: 170px;
    }
    .Culture-item ul li .Culture-box {
        width: 100%;
        border: 22px solid #fff;
        border-radius: 50%;
        box-shadow: 0 5px 10px rgba(245,245,245);
        position:relative;
        background-color:#fff;
        overflow:hidden;
    }
.Culture-item ul li .Culture-box .img{
    width:100%;
    height:100%;
}
    .Culture-item ul li .Culture-box .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .Culture-item ul li .Culture-box .text {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 10%;
        text-align: center;
    }
    .Culture-item ul li .Culture-box .text h3 {
        font-size: 20px;
        color: #FEFEFE;
        font-weight:400;
    }
    .Culture-item ul li .Culture-box .text p {
        font-size: 14px;
        color: #FEFEFE;
        margin-top:10px;
        line-height:19px;
    }
.Culture{
    margin-top:110px;
}
.Culture-item{
    margin-top:50px;
}
.Honors{
    margin-top:110px;
    padding-bottom:110px;
}
.Honors-item{
    margin-top:50px;
    position:relative;
}
    .Honors-item .swiper-button-next, .Honors-item .swiper-button-prev {
        background-image: none;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #787878;
        display: flex;
        justify-content: center;
        font-size: 40px;
        color: #fff;
        line-height: 28px;
        opacity: 1 !important;
    }
    .Honors-item .swiper-button-next{
        right:-50px;
    }
    .Honors-item .swiper-button-prev {
        left: -50px;
    }

    .Honors-item .swiper-slide p {
        text-align: center;
        margin-top: 30px;
        font-size: 18px;
        color: #787878;
    }
.Products{
    margin-top:50px;
    padding-bottom:100px;
}
.Pro-ys-fl{
    display:none;
}

.Products-nav {
    width: 300px;
    background-color: #F5F5F5;
}
.Products-nav span{
    display:none;
}
.Products-nav ul li .nav1 {
    transition: all 0.5s;
    display: inline-block;
    width: 100%;

}
    .Products-nav ul li .nav1 a {
        color: #126335;
        font-size: 16px;
        padding: 20px 10px 20px 50px;
        display:block;
    }
    .Products-nav ul li .nav2 a {
        border-bottom: 1px solid #fff;
    }
    .Products-nav ul li .nav2{
        display:none;
    }
    .Products-nav ul li .nav2 a {
        display: inline-block;
        width: 100%;
        padding: 20px 10px 20px 80px;
        font-size: 16px;
        color: #707070;
        transition: all 0.5s;
    }
    .Products-nav ul li .nav1.active, .Products-nav ul li .nav1:hover {
        background-color: #126335;
    }
        .Products-nav ul li .nav1.active a, .Products-nav ul li .nav1:hover a{
            color:#fff;
        }
        .Products-nav ul li .nav2 a.active, .Products-nav ul li .nav2 a:hover {
            background-color: #96C41F;
            color: #fff;
        }
.Products-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.Products-box{
    width:calc(100% - 350px);
}
    .Products-box ul{
        overflow:hidden;
        margin:0 -15px;
        margin-top:-50px;
    }
    .Products-box ul li {
        float: left;
        padding: 0 15px;
        margin-top:50px;
        width:33.33%;
    }
        .Products-box ul li .img{
            width:100%;
            height:280px;
            overflow:hidden;
        }
        .Products-box ul li .img img{
            width:100%;
            height:100%;
            object-fit:cover;
        }
        .Products-box ul li .text{
            margin-top:20px;
        }
        .Products-box ul li .text p {
            font-size: 16px;
            color: #707070;
            text-align:center;
            padding:0 20px;
        }
.Oem-item ul li{
    margin-top:50px;
}
.Oem-item ul li .Oem-list {
    display: flex;
    justify-content: space-between;
}
.Oem-item ul li .Oem-list .img{
    width:50%;
    overflow:hidden;
}
    .Oem-item ul li .Oem-list .img img{
        width:100%;
        height:100%;
        object-fit:cover;
    }
    .Oem-item ul li .Oem-list .text {
        width: 50%;
        background-color: #F5F5F5;
        display:flex;
        flex-direction:column;
        justify-content:center;
        padding:50px 60px;
        transition:all 0.5s;
    }
        .Oem-item ul li .Oem-list .text h3 {
            font-size: 32px;
            color: #000000;
            font-weight:400;
        }
        .Oem-item ul li .Oem-list .text p {
            font-size: 16px;
            color: #787878;
            margin-top:24px;
            line-height:28px;
        }
        .Oem-item ul li .Oem-list .text span {
            width: 160px;
            line-height: 46px;
            text-align: center;
            background-color: #126335;
            font-size: 16px;
            color: #FFFFFF;
            display: block;
            margin-top: 50px;
            transition: all 0.5s;
        }
    .Oem-item ul li .Oem-list:hover .text {
        background-color: #126335;
    }
        .Oem-item ul li .Oem-list:hover .text p, .Oem-item ul li .Oem-list:hover .text h3{
            color:#fff;
        }
        .Oem-item ul li .Oem-list:hover .text span {
            background-color: #96C41F;
        }
    .Oem-item ul li:nth-child(even) .Oem-list{
        flex-direction:row-reverse;
    }
.Oem{
    padding-bottom:100px;
}
.Machining{
    margin-top:60px;
}
.Machining-item ul{
    overflow:hidden;
    margin:0 -20px;
}
.Machining-item ul li {
    width: 33.33%;
    padding: 0 20px;
    float:left;
    margin-top:40px;
}
    .Machining-item ul li .Machining-list{
        display:block;
        width:100%;
    }
    .Machining-item ul li .Machining-list .img{
        width:100%;
        height:380px;
        overflow:hidden;
    }
        .Machining-item ul li .Machining-list .img img{
            width:100%;
            height:100%;
            object-fit:cover;
        }
        .Machining-item ul li .Machining-list .text{
            padding:20px 0;
        }
            .Machining-item ul li .Machining-list .text h3 {
                font-size: 20px;
                color: #4B4B4B;
                font-weight:400;

            }
            .Machining-item ul li .Machining-list .text p {
                font-size: 16px;
                color: #787878;
                margin-top: 20px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                line-height: 28px;
                height: 55px;
            }
.team-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 10.5%;
    margin-top:250px;
}
.team-item .left{
    width:30%;
}
    .team-item .right{
        width:50%;
    }
    .team-item .left p {
        font-size: 16px;
        color: #787878;
        margin-top:67px;
    }
.Quality-item ul li{
    margin-top:50px;
}
.Quality-list{
    display:block;
    position:relative;
}
    .Quality-list::before {
        content: "";
        display: block;
        width: 50%;
        height: 100%;
        background: linear-gradient( 90deg, rgba(0, 0, 0, 0) 0%, #333 100%);
        position: absolute;
        bottom: 0;
        right: 0;
   }
    .Quality-list .text {
        position: absolute;
        top: 0;
        right: 0;
        height:100%;
        width:50%;
        display:flex;
        flex-direction:column;
        justify-content:center;
        padding-left:6%;
        padding-right:10%;
    }
        .Quality-list .text h3 {
            font-size: 20px;
            color: #FFFFFF;
            font-weight:400;
            margin-bottom:20px;
        }
        .Quality-list .text p {
            font-size: 14px;
            color: #FFFFFF;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            line-height: 19px;
            height: 57px;
        }
        .Quality-list .text span {
            width: 160px;
            line-height: 46px;
            text-align: center;
            background-color: #126335;
            font-size: 16px;
            color: #FFFFFF;
            display: block;
            margin-top: 40px;
            transition: all 0.5s;
        }
            .Quality-list .text span:hover{
                opacity:0.8;
            }
            .Quality-item ul li:nth-child(even) .Quality-list::before {
                content: "";
                display: block;
                width: 50%;
                height: 100%;
                background: linear-gradient( 270deg, rgba(0, 0, 0, 0) 0%, #333 100%);
                position: absolute;
                bottom: 0;
                left: 0;
            }

.Quality-item ul li:nth-child(even) .Quality-list .text {
    left: 0;
    right: auto;
    padding-right: 6%;
    padding-left: 10%;
    align-items: flex-end;
    text-align:right;
}
.Quality-item ul li:nth-child(even) .Quality-list span{
    display:inline-block;
}
.Quality{
    padding-bottom:100px;
}
.News{
    margin-top:50px;
    padding-bottom:100px;
}
.News-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
    .News-item .News-nav {
        width: 300px;
        background-color: #F5F5F5
    }
    .News-item ul li{
        width:100%;
    }
.News-nav ul li a {
    padding: 20px 50px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    color: #707070;
    transition: all 0.5s;
}
    .News-nav ul li a.active, .News-nav ul li a:hover {
        background-color: #126335;
        color: #fff;
    }
.News-item .News-box {
    width: calc(100% - 350px);
}
    .News-item .News-box .News-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px dashed #E4E4E4;
    }
    .News-item .News-box .News-list .img{
        width:320px;
        height:240px;
    }
        .News-item .News-box .News-list .img img{
            width:100%;
            height:100%;
            object-fit:cover;
        }
        .News-item .News-box .News-list .text{
            padding-left:30px;
            width:calc(100% - 320px);
        }
            .News-item .News-box .News-list .text h3 {
                font-size: 20px;
                color: #4B4B4B;
                font-weight:400;
            }
        .News-item .News-box .News-list .team{
            margin-top:18px;
            margin-bottom:25px;
        }
            .News-item .News-box .News-list .team span {
                font-size: 14px;
                color: #C7C7C7;
                margin-right:60px;
            }
            .News-item .News-box .News-list .text p {
                font-size: 16px;
                color: #787878;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
                line-height: 28px;
                height: 84px;
            }
        .News-item .News-box .News-list:hover .text h3{
            color:#126335;
        }

.News-item ul li:nth-last-child(1) .News-list{
    margin-bottom:0;
}
.ContactUs-title {
    font-size: 39px;
    color: #000000;
    font-weight:400;
    position:relative;
    padding-bottom:30px;
}
.ContactUs-title::before{
    content:"";
    display:block;
    width:80px;
    height:3px;
    background-color:#96C41F;
    position:absolute;
    bottom:0;
    left:0;
}
.ContactUs-item{
    margin-top:50px;
    padding-bottom:100px;
}
.ContactUs-text {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid #E2E2E2;
}
.ContactUs-text{
    margin-top:48px;
}
    .ContactUs-text p{
        margin-top:30px;
    }
    .ContactUs-text p span {
        display: block;
        font-size: 16px;
        color: #787878;
        line-height:28px;
    }
.ContactUs-text .left{
    width:26%;
}
    .ContactUs-text .centers {
        width: 45%;
    }
    .ContactUs-text .right {
        width: 240px;
    }
        .ContactUs-text .right img{
            width:100%;
        }

        .ContactUs-from .ContactUs-top {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
    .ContactUs-from .ContactUs-top .input{
        width:31%;
    }
        .ContactUs-from .ContactUs-top .input input {
            width: 100%;
            height: 60px;
            border: none;
            background-color: #F5F5F5;
            font-size:16px;
            padding:0 20px;
        }
.ContactUs-from .textarea{
    margin-top:20px;
}
    .ContactUs-from .textarea textarea {
        width: 100%;
        height: 180px;
        background-color: #F5F5F5;
        padding:20px;
        border:none;
        font-size:16px;
    }
.ContactUs-from{
    padding-top:50px;
    padding-bottom:100px;
}
    .ContactUs-from .but .buts {
        width: 160px;
        line-height: 46px;
        text-align: center;
        background-color: #126335;
        font-size: 16px;
        color: #FFFFFF;
        display: block;
        margin-top: 40px;
        transition: all 0.5s;
        display: inline-block;
        margin-right: 20px;
        cursor: pointer;
        transition:all 0.5s;
    }
        .ContactUs-from .but .buts:nth-last-child(1) {
            background-color: #96C41F;
        }
    .ContactUs-from .but .buts:hover{
        opacity:0.8;
    }
.map img, .map iframe{
    width:100% !important;
}
.Join{
    margin-top:50px;
    padding-bottom:100px;
}
.Join-list .Join-title {
    font-size: 39px;
    line-height: 50px;
    color: #126335;
    font-weight: 400;
    position: relative;
    padding-bottom: 30px;
}
    .Join-list .Join-title::before {
        content: "";
        display: block;
        width: 80px;
        height: 3px;
        background-color: #96C41F;
        position: absolute;
        bottom: 0;
        left: 0;
    }
.Join-list .rs {
    font-size: 16px;
    color: #787878;
    margin-top:50px;
    margin-bottom:30px;
}
.Join-list .text {
    font-size: 16px;
    color: #787878;
    line-height:28px;
}
    .Join-list .text h3 {
        font-size: 16px;
        color: #4B4B4B;
    }
.ProductsDetail-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #FFF;
    box-shadow: 0 0 6px rgba(0,0,0,.16);
    padding:30px;
}
    .ProductsDetail-top .img{
        width:40%;
    }
        .ProductsDetail-top .img img{
            width:100%;
        }
        .ProductsDetail-top .text {
            width: 60%;
            padding-left:30px;
        }
            .ProductsDetail-top .text h3 {
                font-size: 25px;
                font-weight: bold;
                color: #126335;
                margin-bottom: 10px;
            }
            .ProductsDetail-top .text .texts {
                white-space: pre-line !important;
                color: #777777;
                font-size: 16px;
                line-height: 24px;
                overflow: hidden;
            }
                .ProductsDetail-top .text .texts .but {
                    width: 160px;
                    line-height: 46px;
                    text-align: center;
                    background-color: #126335;
                    font-size: 16px;
                    color: #FFFFFF;
                    display: block;
                    margin-top: 10px;
                    transition: all 0.5s;
                }
                    .ProductsDetail-top .text .texts .but:hover{
                        opacity:0.8;
                    }
                    .ProductsDetail-bottom {
                        margin-top: 30px;
                        display: flex;
                        justify-content: space-between;
                        align-items: flex-start;
                    }
    .ProductsDetail-bottom .title {
        font-size: 18px;
        color: #126335;
        border-bottom: 1px solid #eaeaea;
        padding-bottom:10px;
        position:relative;
    }
        .ProductsDetail-bottom .title::before{
            content:'';
            display:block;
            width:75px;
            height:2px;
            background-color:#126335;
            position:absolute;
            bottom:0;
            left:0;
        }
        .ProductsDetail-bottom .left {
            width: calc(100% - 350px);
            background-color: #FFF;
            box-shadow: 0 0 6px rgba(0,0,0,.16);
            border-radius: 10px;
            padding: 30px;
        }
            .ProductsDetail-bottom .left .texts{
                margin-top:20px;
            }
    .ProductsDetail-bottom .right {
        width: 310px;
        background-color: #FFF;
        box-shadow: 0 0 6px rgba(0,0,0,.16);
        padding:30px 20px;
    }
        .ProductsDetail-bottom .right ul li{
            display:block;
            margin-top:15px;
        }
            .ProductsDetail-bottom .right ul li .img{
                width:100%;
                height:204px;
                overflow:hidden;
            }
                .ProductsDetail-bottom .right ul li .img img{
                    width:100%;
                    height:100%;
                    object-fit:cover;
                }
            .ProductsDetail-bottom .right ul li p{
                text-align:center;
                font-size:16px;
                color:#333;
                line-height:35px;
            }
            .ProductsDetail-bottom .right ul li a:hover p{
                color:#126335;
            }

            @media (max-width: 1550px) {
                .header .left{
        padding-right:60px;
    }
    .header .right{
        padding-left:60px;
    }
        .header .right ul li{
            margin-right:18px;
        }
        .header .left ul li{
            margin-left:18px;
        }
    .header .logo{
        line-height:90px;
    }
    .banner{
        margin-top:90px;
    }
    .header .logo{
        width:165px;
    }
        .header .logo::before {
            border-width: 60px 80px 80px 80px;
            bottom: -141px;
        }
    .header .left, .header .right{
        width:calc(50% - 82px);
    }
    .headers-search{
        height:34px;
    }
        .headers-search input{
            font-size:14px;
        }
    .title h3{
        font-size:34px;
    }
    .indexAbout-item .texts{
        margin-top:20px;
    }
    .indexAbout-item .text .but {
        width: 145px;
        line-height: 40px;
        font-size:14px;
        margin-top:35px;
    }
    .title p{
        margin-top:20px;
    }
    .indexPro-list .img{
        height:330px;
    }
    .indexPro-item ul a .text span{
        width:50px;
        height:50px;
    }
    .indexPro-item ul a .text h3{
        margin-bottom:18px;
    }
    .indexPro-item ul .indexPro-list .text{
        padding:40px;
    }
    .indexPro-item ul a .text .textBox{
        margin-bottom:25px;
    }
    body .indexBut {
        width: 145px;
        line-height: 40px;
        font-size: 14px;
        margin-top:60px;
    }
    .indexOem{
        margin-top:70px;
    }
    .indexOem-item ul{
        margin:0 -15px;
    }
    .indexOem-item ul li {
        padding: 0 15px
    }
    .indexOem-list .img{
        height:263px;
    }
    .indexOem-list .text{
        padding:20px;
    }
        .indexOem-list .text p{
            margin-top:15px;
        }
    .indexQuality{
        margin-top:60px;
    }
    .indexQuality-item{
        margin-top:40px;
    }
    .indexQuality-list .text .but {
        width: 145px;
        line-height: 40px;
        font-size: 14px;
        margin-top: 35px;
    }
    .indexNews{
        margin-top:70px;
    }
    .indexNews-item ul li{
        margin-right:30px;
        margin-top:35px;
    }
        .indexNews-item ul li .indexNews-list .img{
            height:204px;
        }
    .indexNews-rm{
        width:53%;
        left:54%;
    }
        .indexNews-rm .img {
            height: 410px;
        }
        .indexNews-rm .text h3 {
            font-size: 50px;
        }
        .indexNews-rm .text .textBox{
            padding:37px;
        }
    .indexNews-item ul li .indexNews-list .text p {
        -webkit-line-clamp: 2;
        height: 50px;
        margin-top: 10px;
        margin-bottom: 14px;
    }
    .indexNews-item ul li .indexNews-list .text span {
        width: 170px;
        line-height: 45px;
    }
    .footer-item {
        padding: 0 6.5%;
    }
    .footer-box ul li{
        width:15%;
    }
    .nei-nav{
        margin-top:40px;
    }
    .nei-tab{
        margin-top:40px;
    }
        .nei-tab ul li a {
            line-height: 54px;
            min-width: 180px;
        }
    .indexAbout{
        margin-top:70px;
    }
    .Culture{
        margin-top:90px;
    }
    .Culture-item ul li:nth-child(1) .Culture-box {
        height: 281px;
     
    }
    .Culture-item ul li:nth-child(2) .Culture-box {
        height: 281px;
       
    }
    .Culture-item ul li:nth-child(3) .Culture-box {
        height: 242px;
        
    }
    .Culture-item ul li:nth-child(4) .Culture-box{
        height:347px;
    }
    .Culture-item ul li:nth-child(1) {
        margin-right: 34px;
    }
    .Culture-item ul li:nth-child(2) {
        margin-right: 34px;
    }
    .Culture-item ul li:nth-child(3) {
        margin-right: 52px;
    }
    .Culture-item{
        margin-top:40px;
    }
    .Honors{
        margin-top:90px;
        padding-bottom:90px;
    }
    .Honors-item{
        padding:0 80px;
    }
        .Honors-item .swiper-button-next{
            right:10px;

        }
        .Honors-item .swiper-button-prev{
            left:10px;
        }
    .Products-nav{
        width:270px;
    }
    .Products-box{
        width:calc(100% - 300px)
    }
        .Products-box ul{
            margin:0 -10px;
            margin-top:-40px;
        }
        .Products-box ul li {
            padding: 0 10px;
            margin-top:40px;
        }
            .Products-box ul li .img{
                height:247px;
            }
            .Products-box ul li .text{
                margin-top:10px;
            }
    .Products-nav ul li .nav1 {
        padding: 15px 10px 15px 35px;
    }
        .Products-nav ul li .nav1 a{
            font-size:15px;
        }
    .Products-nav ul li .nav2 a {
        padding: 15px 10px 15px 60px;
        font-size: 15px;
    }
    .Oem-item ul li .Oem-list .text h3{
        font-size:28px;
    }
    .Oem-item ul li .Oem-list .text p{
        font-size:14px;
        line-height:24px;
    }
    .Oem-item ul li .Oem-list .text span {
        width: 145px;
        line-height: 40px;
        font-size: 14px;
        margin-top: 40px;
    }
    .Oem-item ul li .Oem-list .text{
        padding:50px;
    }
    .Quality-list .text span {
        width: 145px;
        line-height: 40px;
        font-size: 14px;
        margin-top: 40px;
    }
    .Machining-item ul{
        margin:0 -15px
    }
    .Machining-item ul li {
        padding: 0 15px;
    }
        .Machining-item ul li .Machining-list .img{
            height:332px;
        }
    .team-item{
        margin-top:200px;
    }
    .News-item .News-nav{
        width:270px;
    }
    .News-item .News-box{
        width:calc(100% - 300px);
    }
    .News-nav ul li a {
        padding: 15px 10px 15px 35px;
        transition:all 0.5s;
    }
        
        .News-item .News-box .News-list .img {
            width: 300px;
            height: 225px;
        }
    .News-item .News-box .News-list .text{
        width:calc(100% - 300px);
    }
    .ContactUs-title {
        font-size: 33px;
        padding-bottom: 24px;
    }
    .ContactUs-text .left{
        width:33%;
    }
    .ContactUs-text {
        margin-top: 40px;
        padding-bottom: 40px;
    }
        .ContactUs-text p{
            margin-top:25px;
        }
        .ContactUs-text .right{
            width:210px;
        }
    .ContactUs-from{
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .Products {
        margin-top: 40px;
        padding-bottom: 80px;
    }
    .ContactUs-item, .Join {
        margin-top: 40px;
        padding-bottom: 80px;
    }
    .Join-list .Join-title {
        font-size: 33px;
        padding-bottom: 24px;
    }
    .Oem,.Quality{
        padding-bottom:80px;
    }
    .footer-box ul li h3{
        font-size:18px;
    }
    .footer-box ul li .links, .footer-box .ewm .img {
        margin-top: 25px;
    }
    .footer-link {
        padding: 28px 0 20px 0;
    }
    .footer-bottom{
        padding:15px;
    }
}

@media (max-width: 1300px) {
    .container{
        width:1300px;
        max-width:1300px;
    }
}
@media (max-width: 960px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 740px;
    }
}

    @media (max-width: 1000px) {
        .header-yd {
            display: block;
            width:100%;
            position:fixed;
            left:0;
            top:0;
            width:100%;
            background-color:#fff;
            z-index:999;
        }
        .header-yd-item{
            display:flex;
            justify-content:space-between;
            align-items:center;
        }
            .header-yd-item .logo-yd{
                height:60px;
                display:inline-block;
            }
                .header-yd-item .logo-yd img{
                    max-height:95%;
                }
            .header-yd-item .right i {
                color: #126335;
                font-size:23px;
            }

        .header-yd-nav{
            width:100%;
            height:100vh;
            background-color:rgba(0,0,0,.5);
            position:fixed;
            left:0;
            top:0;
            width:100%;
        }
            .header-yd-nav ul{
                float:right;
                width:180px;
                height:100vh;
                background-color:#fff;
                position:relative;
            }
                .header-yd-nav ul li:nth-last-child(1) {
                    position: absolute;
                    left: -35px;
                    top: 6px;
                }
                .header-yd-nav ul li span{
                    color:#fff;
                    font-size:20px;
                }
                .header-yd-nav ul li a {
                    display: inline-block;
                    line-height: 45px;
                    text-align: center;
                    font-size: 16px;
                    color: #333;
                    width: 100%;
                }
                        .header-yd-nav ul li a.active{
                            background-color:#126335;
                            color:#fff;
                        }
                        .container {
                            width: 100%;
                            max-width: 100%;
                            box-sizing: border-box;
                        }

        .header-pc {
            display: none;
        }

        .banner {
            margin-top: 60px;
        }

        .row {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .indexAbout {
            margin-top: 30px;
        }

        .indexAbout-item {
            flex-direction: column;
        }

            .indexAbout-item .text, .indexAbout-item .img {
                width: 100%;
                padding: 0;
            }

        .title h3 {
            font-size:22px;
        }
        .indexAbout-item .texts{
            margin-top:10px;
        }
        .indexAbout-item .text .but{
            margin:0 auto;
            margin-top:15px;
        }
        .indexAbout-item .img{
            margin-top:20px;
        }
        .indexPro{
            margin-top:30px;
        }
        .title p{
            margin-top:10px;
        }
        .indexPro-item ul li{
            width:100%;
        }
        .indexPro-item{
            margin-top:20px;
        }
            .indexPro-item ul .indexPro-list .text{
                padding:30px 20px
            }
            .indexPro-item ul a .text h3{
                font-size:18px;
            }
        .indexPro-list .img{
            height:auto;
        }
        .indexPro-item ul a .text span{
            width:40px;
            height:40px;
            font-size:20px;
        }
        .indexPro-item ul a .text .textBox{
            margin-bottom:16px;
        }
            .indexPro-item ul a .text .textBox p:nth-child(2){
                margin-top:15px;
            }
        body .indexBut{
            margin-top:20px;
        }
        .indexOem{
            margin-top:30px;
        }
        .indexOem-item ul li{
            width:100%;
        }
        .indexOem-item{
            margin-top:20px;
        }
        .indexOem-list .img{
            height:auto;
        }
        .indexOem-list .text p {
            font-size: 14px;
            line-height: 21px;
            height: 43px;
            -webkit-line-clamp: 3;
        }
        .indexOem-list .text h3{
            font-size:18px;
        }
        .indexQuality{
            margin-top:30px;
            padding:0;
        }
        .indexQuality-list .text {
            position: relative;
            left: 0;
            top: 0;
            transform: translate(0,0);
            width:100%;
            padding:0;
        }
            .indexQuality-list .text p{
                color:#333;
                margin-top:15px;
            }
            .indexQuality-list .text .but{
                margin:0 auto;
                margin-top:20px;
            }
        .indexQualitySwiper{
            margin-top:20px;
            padding-left:30px;
            padding-right:30px;
        }
            .indexQualitySwiper .swiper-button-next, .indexQualitySwiper .swiper-button-prev{
                font-size:30px;
                line-height:33px;
            }
            .indexQualitySwiper .swiper-button-next{
                right:0;
            }
            .indexQualitySwiper .swiper-button-prev{
                left:0;
            }
            .indexQualitySwiper .swiper-slide p{
                margin-top:10px;
                font-size:14px;
            }
        .indexNews{
            margin-top:30px;
            padding-bottom:30px;
        }
        .indexNews-item ul{
            width:100%;
        }
        .indexNews-rm{
            width:100%;
            position:relative;
            left:0;
            top:0;
            display:block;
        }
        .indexNews-item ul li{
            width:100%;
            margin-top:15px;
            margin-right:0;
        }
            .indexNews-item ul li .indexNews-list .text span{
                display:none;
            }
        .indexNews-rm .text{
            width:100%;
            right:auto;
            left:0;
        }
            .indexNews-rm .text .textBox{
                padding:20px;
                padding:10px;
                background-color:rgba(255,255,255,.5);
            }
            .indexNews-rm .text h3{
                font-size:25px;
            }
            .indexNews-rm .text span{
                display:none;
            }
        .indexNews-item{
            margin-top:10px;
        }
        .indexNews-rm .img{
            height:auto;
        }
        .footer-item {
            padding: 0;
        }
        .footer-link {
            padding: 15px 0 15px 0;
        }
            .footer-link ul li a{
                font-size:14px;
            }
            .footer-link ul li h3{
                font-size:14px;
            }
            .footer-link ul li{
                margin-right:10px;
            }
        .footer-box ul li{
            display:none;
        }
        .footer-box ul li:nth-last-child(1){
            display:block;
            width:100%;
        }
        .footer-box {
            flex-direction: column;
            padding: 17px 0 17px 0;
        }
            .footer-box ul{
                width:100%;
                padding-right:0;
            }
            .footer-box .ewm{
                margin:0 auto;
                width:130px;
            }
                .footer-box .ewm img{
                    width:100%;
                }
                .footer-box .ewm h3 {
                    display: none;
                }
                .footer-box ul li .links, .footer-box .ewm .img{
                    margin-top:15px;
                }
        .footer-bottom{
            font-size:12px;
        }
        .nei-nav{
            margin-top:20px;
        }
            .nei-nav p, .nei-nav p a {
                font-size: 14px;
                
            }
        .nei-tab ul li a {
            line-height: 43px;
            min-width: 75px;
            margin:0 5px;
            font-size:14px;
        }
        .nei-tab{
            margin-top:20px;
        }
        .Culture{
            margin-top:30px;
        }
        .Culture-item ul li:nth-child(1){
            width:281px;
            margin-right:0;
        }
        .Culture-item ul li:nth-child(2){
            width:281px;
            margin-right:0;
            
        }
        .Culture-item ul li:nth-child(3){
            width:242px;
            margin-right:0
        }
        .Culture-item ul li:nth-child(4) {
            width: 347px;
        }
        .Culture-item ul li:nth-child(4) .Culture-box {
            margin-top:0;
        }
        .Culture-item ul li:nth-child(1) .Culture-box{
            margin-top:0;
        }
        .Culture-item ul li:nth-child(3) .Culture-box{
            margin-top:0;
        }
        .Culture-item ul{
            overflow:hidden;
        }
        .Culture-item ul li {
            display: block;
            float: left;
        }
            .Culture-item ul li:nth-child(even){
                float:right;
            }
        .Honors {
            margin-top: 30px;
            padding-bottom: 30px;
        }
        .Honors-item{
            padding:0 40px;
        }
            .Honors-item .swiper-slide p{
                margin-top:10px;
                font-size:16px;
            }
        .Products {
            margin-top: 30px;
            padding-bottom: 30px;
        }
        .Products-nav{
            width:calc(100% - 40px);
            position:fixed;
            left:20px;
            top:15vh;
            z-index:9;
            height:70vh;
            display:none;
            
        }
            .Products-nav ul {
                height: 100%;
                overflow-y: auto;
            }
            .Products-nav span {
                display: block;
                position: absolute;
                right: 0;
                top: -35px;
                color: #FFF;
                font-size:20px;
            }
        .Pro-ys-fl{
            text-align:right;
            position:absolute;
            right:0;
            top:-65px;
            display:block;
        }
            .Pro-ys-fl span{
                font-size:30px;
                color:#126335;
            }
            .Products-item {
                flex-direction: column;
                position:relative;
            }
        .Products-box ul li:nth-child(1){
            margin-top:0;
        }
        .Products .row {
            overflow: revert;
        }
        .Products-box {
            width: 100%;
        }
        .Products-box ul li {
            width: 100%;
        }
        .Products-box{

        }
            .Products-box ul{
                margin-top:0;
            }
                .Products-box ul li .img{
                    height:auto;
                }
                .Products-box ul li{
                    margin-top:20px;
                }
        .Oem-item ul li{
            margin-top:20px;
        }
            .Oem-item ul li .Oem-list{
                flex-direction:column !important;
            }
                .Oem-item ul li .Oem-list .img, .Oem-item ul li .Oem-list .text{
                    width:100%;
                }
                .Oem-item ul li .Oem-list .text{
                    padding:20px;
                }
                    .Oem-item ul li .Oem-list .text h3{
                        font-size:20px;
                    }
                    .Oem-item ul li .Oem-list .text p{
                        margin-top:15px;
                    }
                    .Oem-item ul li .Oem-list .text span{
                        margin:0 auto;
                        margin-top:15px;
                    }
        .Oem, .Quality{
            padding-bottom:30px;
        }
        .Machining-item ul li{
            width:100%;
            margin-top:15px;
        }
            .Machining-item ul li .Machining-list .img{
                height:auto;
            }
            .Machining-item ul li .Machining-list .text{
                padding:10px;
            }
                .Machining-item ul li .Machining-list .text p {
                    margin-top: 10px;
                    font-size: 14px;
                    line-height: 21px;
                    height: 42px;
                }
                .Machining-item ul li .Machining-list .text h3 {
                    font-size: 18px;
                   
                }
        .Machining{
            margin-top:30px;
        }
        .team-item{
            margin-top:30px;
            padding:0;
        }
        .team-item{
            flex-direction:column;
        }
            .team-item .left, .team-item .right{
                width:100%;
            }
                .team-item .left p{
                    font-size:14px;
                    margin-top:15px;
                }
            .team-item .right{
                margin-top:20px;
            }
        .Honors-item{
            margin-top:20px;
        }
        .Honors{
            margin-top:44px;
        }
        .Quality-item ul li{
            margin-top:30px;
        }
        .Quality-list .text{
            position:relative;
            left:0;
            top:0;
            width:100%;
            padding:0;
            margin-top:20px;
        }
            .Quality-list .text h3{
                color:#333;
            }
            .Quality-list .text p {
                color: #333;
                line-height: 21px;
                height: 62px;
            }
        .Quality-list::before{
            display:none !important;
        }
        .Quality-list .text h3{
            font-size:18px;
            margin-bottom:10px;
        }
        .Quality-list .text span{
            margin:0 auto;
            margin-top:15px;
        }
        .Quality-item ul li:nth-child(even) .Quality-list .text{
            text-align:left;
            padding:0;
            align-items:baseline;
        }
        .News-item{
            flex-direction:column;
        }
            .News-item .News-nav{
                width:100%;
            }
            .News-item .News-box{
                width:100%;
                margin-top:20px;

            }
                .News-item .News-box .News-list .img{
                    width:120px;
                    height:90px;
                }
                .News-item .News-box .News-list .text{
                    width:calc(100% - 120px);
                    padding-left:15px;
                }
                    .News-item .News-box .News-list .text p{
                        display:none;
                    }
                .News-item .News-box .News-list .team span{
                    display:block;
                }
                .News-item .News-box .News-list .team{
                    margin-bottom:0;
                    margin-top:11px;
                }
                .News-item .News-box .News-list .text h3{
                    font-size:18px;
                }
                .News-item .News-box .News-list {
                    margin-bottom: 10px;
                    padding-bottom: 10px;
                }
        .News {
            margin-top: 30px;
            padding-bottom: 30px;
        }
        .ContactUs-item, .Join {
            margin-top: 30px;
            padding-bottom: 30px;
        }
        .ContactUs-title {
            font-size: 22px;
            padding-bottom: 14px;
        }
        .ContactUs-text{
            flex-direction:column;
            margin-top:0;
        }
            .ContactUs-text .left, .ContactUs-text .centers {
                width: 100%;
            }
            .ContactUs-text p{
                margin-top:15px;
            }
            .ContactUs-text .right{
                margin:0 auto;
                margin-top:20px;
                width:180px;
            }
        .ContactUs-from .ContactUs-top{
            flex-direction:column;
        }
            .ContactUs-from .ContactUs-top .input{
                width:100%;
                margin-top:10px;
            }
        .ContactUs-from .textarea{
            margin-top:10px;
        }
        .ContactUs-from .ContactUs-top .input input{
            height:50px;
            font-size:14px;
        }
        .ContactUs-from .but{
            text-align:center;
        }
        .ContactUs-from .but .buts {
            display: inline-block;
            margin:0 5px;
            margin-top:15px;

        }
        .ContactUs-from .textarea textarea{
            font-size:14px;
        }
        .ContactUs-from .but .buts {
            width: 145px;
            line-height: 40px;
            font-size: 14px;
        }
        .ContactUs-from{
            padding-top:20px;
            padding-bottom:30px;
        }
        .Join-list .Join-title {
            font-size: 22px;
            padding-bottom: 14px;
        }
        .Join-list .Join-title{
            line-height:30px;
        }
        .Join-list .rs {
            margin-top: 20px;
            margin-bottom: 10px;
        }
        .News-nav ul{
            text-align:center;
        }
        .News-nav ul li {
            display: inline-block;
            width: auto;
        }
            .News-nav ul li a {
                display: inline-block;
                width: auto;
                line-height: 43px;
                min-width: 75px;
                margin: 0 5px;
                font-size: 14px;
                background-color: #F5F5F5;
                display: inline-block;
                transition: all 0.5s;
                color: #707070;
                padding: 0 10px;
                border-bottom:none;
            }
        .News-item .News-nav{
            background-color:transparent;
        }
        .ProductsDetail-top{
            flex-direction:column;
            padding:10px;
        }
            .ProductsDetail-top .img, .ProductsDetail-top .text{
                width:100%;
            }
            .ProductsDetail-top .text{
                padding-left:0;
                margin-top:15px;
            }
                .ProductsDetail-top .text .texts{
                    line-height:18px;
                    font-size:15px;
                }
        .ProductsDetail-bottom .right{
            display:none;
        }
        .ProductsDetail-bottom .left{
            width:100%;
            padding:10px;
        }
        .ProductsDetail-top .text .texts .but {
            margin: 0 auto;
            margin-top: 15px;
            width: 145px;
            line-height: 40px;
            font-size: 14px;
        }
    }
.webdiyerCss input{
    display:none !important;
}