﻿

@font-face {
    font-family: "Poppins-Bold";
    src: url(/css/font/Poppins-Bold.ttf);
}

@font-face {
    font-family: "Poppins-Light";
    src: url(/css/font/Poppins-Light.ttf);
}

@font-face {
    font-family: "Poppins-Medium";
    src: url(/css/font/Poppins-Medium.ttf);
}

@font-face {
    font-family: "Poppins-Regular";
    src: url(/css/font/Poppins-Regular.ttf);
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url(/css/font/Poppins-SemiBold.ttf);
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}
/* .layout {
    width:1400px;
    margin: 0 auto;
} */
.layout {
    width:1000px;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.3);
    z-index: 101;
}

    header.active {
        background: #000;
    }

.header_layout,
.banner_title {
    width: 1100px;
    margin: 0 auto;
}

.header_pack {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 90px;
    padding: 21px 0;
}

    .logo a {
        display: block;
        height: 100%;
    }

    .logo img {
        height: 100%;
        display: block;
    }

.w_nav {
    display: flex;
}

    .w_nav > li {
        position: relative;
        padding: 0 19px;
    }

        .w_nav > li > a {
            display: block;
            font-size: 16px;
            line-height: 90px;
            color: #fff;
            font-family: "Poppins-SemiBold";
        }

            .w_nav > li > a:hover,
            .w_nav > .active > a {
                color: #F39823;
            }

.home_banner {
    position: relative;
}

    .home_banner img {
        width: 100%;
        display: block;
    }

.banner_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .banner_title h5 {
        font-size: 30px;
        line-height: 40px;
        color: #fff;
        font-family: "Poppins-Bold";
    }

    .banner_title h3 {
        font-size: 40px;
        color: #fff;
        font-family: "Poppins-Bold";
        max-width:600px;
    }

    .banner_title p {
        font-size: 16px;
        line-height: 26px;
        color: #fff;
        font-family: "Poppins-SemiBold";
        width: 520px;
    }

.banner_btn {
    display: flex;
}

    .banner_btn a {
        display: block;
        width: 130px;
        line-height: 38px;
        font-size: 14px;
        text-align: center;
        border-radius: 20px;
        background: #F39823;
        margin-right: 10px;
        color: #fff;
        font-family: "Poppins-SemiBold";
        margin-top: 50px;
        border:1px solid #F39823;
    }

        .banner_btn a:hover {
            background:#fff;
            color:#F39823;
        }

/*.container {
    width: 1200px;
    margin: 0 auto;
}*/

.home_plate1 {
    padding: 30px 0 85px;
}

.home_palte1_logo {
    width: 150px;
    margin: 0 auto;
}

    .home_palte1_logo img {
        width: 100%;
        display: block;
    }

.home_palte1_text {
    text-align: center;
    margin-top: 50px;
}

    .home_palte1_text h3 {
        font-size: 40px;
        line-height: 50px;
        color: #0A0A0A;
        font-family: "Poppins-Bold";
    }

    .home_palte1_text p {
        max-width: 800px;
        font-size: 14px;
        line-height: 24px;
        color: #0A0A0A;
        font-family: "Poppins-Regular";
        margin: 20px auto;
    }

.home_plate1_pack {
    display: flex;
    align-items: center;
}

.home_plate1_img {
    width: 650px;
}

    .home_plate1_img img {
        width: 100%;
        display: block;
    }

.home_plate1_list {
    width: calc(100% - 650px);
    padding-left: 185px;
}

    .home_plate1_list li {
        margin-bottom: 70px;
    }

        .home_plate1_list li:last-child {
            margin-bottom: 0;
        }

.home_plate1_list_img {
    width: 50px;
    margin: 0 auto;
}

    .home_plate1_list_img img {
        max-width: 100%;
        display: block;
    }

.home_plate1_list_text {
    font-size: 23px;
    line-height: 33px;
    color: #0A0A0A;
    text-align: center;
    font-family: "Poppins-Bold";
    margin-top: 25px;
}

.home_plate2 {
    padding: 90px 0 85px;
    background: url(../images/plate2_bg.jpg) no-repeat center/cover;
}

.home_plate2_icon {
    width: 88px;
    margin: 0 auto;
}

    .home_plate2_icon img {
        width: 100%;
        display: block;
    }

.home_plate2_title_cont {
    text-align: center;
    margin-top: 45px;
}

    .home_plate2_title_cont h3 {
        font-size: 40px;
        line-height: 50px;
        color: #fff;
        font-family: "Poppins-Bold";
    }

    .home_plate2_title_cont p {
        max-width: 640px;
        margin: 20px auto;
        font-size: 14px;
        line-height: 24px;
        font-family: "Poppins-Regular";
        color: #fff;
    }

.home_bottom_cont {
    position: relative;
    padding-bottom: 80px;
}

.home_plate2_swiper {
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}

.arrow {
    width: 23px;
    height: 47px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 101;
}

.arrow_left {
    background: url(../images/arrleft.png) no-repeat center/100% 100%;
    left: 70px;
}

.arrow_right {
    background: url(../images/arrright.png) no-repeat center/100% 100%;
    right: 70px;
}

.home_plate2_swiper a {
    display: block;
}

.home_plate2_swiper_img img {
    width: 100%;
    display: block;
}

.home_plate2_swiper_cont {
    text-align: center;
}

    .home_plate2_swiper_cont h4 {
        margin-top: 20px;
        font-size: 23px;
        line-height: 33px;
        color: #fff;
        font-family: "Poppins-Bold";
    }

.yih {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.erh {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.home_plate2_swiper_cont p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    font-family: "Poppins-Regular";
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    height:calc(24px * 4);
}

.home_plate2_swiper_cont span {
    display: block;
    margin: 40px auto 0;
    width: 130px;
    line-height: 38px;
    border:1px solid #F39823;
    border-radius: 20px;
    background: #F39823;
    text-align: center;
    font-size: 14px;
    font-family: "Poppins-SemiBold";
    color: #fff;
}

.home_plate2_swiper a:hover .home_plate2_swiper_cont span {
    background:#fff;
    color:#F39823;
}

.home_bottom_cont .swiper-pagination {
    width: 100%;
    bottom: 0;
}

.home_bottom_cont .swiper-pagination-bullet {
    background: #fff;
    opacity: .3;
    margin: 0 4px;
}

.home_bottom_cont .swiper-pagination-bullet-active {
    opacity: 1;
}

.home_plate3 {
    padding: 0 0 95px;
}

.home_plate3_icon {
    width: 68px;
    margin: 0 auto;
}

    .home_plate3_icon img {
        width: 100%;
        display: block;
    }

.home_plate3_list {
    width: 1470px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
}

    .home_plate3_list li {
        width: 33.1%;
    }

        .home_plate3_list li a {
            display: block;
            position: relative;
        }

.home_plate3_list_img {
    position: relative;
    height:0;
    overflow:hidden;
    padding-bottom:120%;
}

    .home_plate3_list_img img {
        width: 100%;
        height:100%;
        display: block;
        position:absolute;
        left:0;
        top:0;
        object-fit:cover;
    }

.home_palte3_list_title {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px 30px;
}

.home_plate3_list_num {
    width: auto;
}

    .home_plate3_list_num img {
        width: 100%;
        display: block;
    }

.home_palte3_list_title h3 {
    font-size: 42px;
    line-height: 52px;
    color: #fff;
    margin-top: 20px;
    font-family: "Poppins-Bold";
}

.home_plate3_list_cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 50px;
    text-align: center;
    display: none;
}

.home_plate4 {
    background: url(../images/plate4_bg.jpg) no-repeat center;
}

.home_plate4_pack {
    width: 1650px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.home_plate4_cont {
    width: calc(100% - 910px);
    padding-right: 55px;
}

.home_plate4_cont_icon {
    width: 80px;
    margin: 0 auto;
}

.home_plate4_cont_text {
    margin-top: 45px;
    text-align: center;
}

    .home_plate4_cont_text h3 {
        font-size: 40px;
        line-height: 50px;
        color: #fff;
        font-family: "Poppins-Bold";
    }

    .home_plate4_cont_text p {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        font-family: "Poppins-Regular";
        margin-top: 20px;
    }

.home_plate4_img {
    width: 910px;
}

    .home_plate4_img img {
        width: 100%;
        display: block;
    }

.home_plate5 {
    padding: 120px 0 50px;
}

.home_plate5_cont {
    text-align: center;
}

    .home_plate5_cont h3 {
        font-size: 40px;
        line-height: 50px;
        color: #0A0A0A;
        font-family: "Poppins-Bold";
    }

    .home_plate5_cont p {
        font-size: 14px;
        line-height: 24px;
        color: #0A0A0A;
        font-family: "Poppins-Regular";
        max-width: 794px;
        margin: 15px auto;
    }

    .home_plate5_cont a {
        display: block;
        width: 355px;
        line-height: 40px;
        border-radius: 20px;
        background: #F39823;
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-family: "Poppins-SemiBold";
        margin: 50px auto 0;
    }

.footer {
    padding: 160px 0 50px;
    background: url(../images/footer_bg.png) no-repeat center/100% 100%;
}

.footer_left_cont {
    width: 40%;
}

.footer_logo {
    width: 190px;
}

    .footer_logo img {
        width: 100%;
        display: block;
    }

.footer_desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
    color: #fff;
    font-family: "Poppins-Regular";
}

.container6 {
    width: 1200px;
    margin: 0 auto;
}

.footer_link_list {
    display: flex;
    margin-top: 30px;
}

    .footer_link_list li {
        margin-right: 50px;
        width: 25px;
    }

        .footer_link_list li a {
            display: block;
        }

    .footer_link_list img {
        max-width: 100%;
        display: block;
    }

.footer_right_cont {
    width: 50%;
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
}

    .footer_right_cont li {
        width: 50%;
    }

.footer_pack {
    display: flex;
    justify-content: space-between;
}

.footer_right_cont li h4 {
    font-size: 23px;
    line-height: 33px;
    color: #fff;
    font-family: "Poppins-Bold";
    margin-bottom: 20px;
}

.footer_right_cont li a,
.footer_right_cont li p {
    font-size: 14px;
    line-height: 31px;
    color: #fff;
    font-family: "Poppins-Regular";
    display: block;
}

.footer_right_cont li p {
    padding-left: 38px;
    position: relative;
}

    .footer_right_cont li p i {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .footer_right_cont li p:nth-child(2) i {
        width: 21px;
        height: 14px;
        background: url(../images/email.png) no-repeat center/100% 100%;
    }

    .footer_right_cont li p:nth-child(3) i {
        width: 16px;
        height: 15px;
        background: url(../images/phone.png) no-repeat center/100% 100%;
    }

    .footer_right_cont li p:nth-child(4) i {
        width: 14px;
        height: 18px;
        background: url(../images/add.png) no-repeat center/100% 100%;
    }

.copyright {
    margin-top: 140px;
    text-align: center;
}

    .copyright a {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        font-family: "Poppins-Light";
    }
.nei-baner img {
    width:100%;
    display:block;
}
.about_plate1 {
    padding:70px 0;
}
.about_plate1_cont {
    text-align:center;
}
    .about_plate1_cont h4 {
        font-size: 40px;
        line-height: 50px;
        color: #0A0A0A;
        font-family:Poppins-Bold;
    }
    .about_plate1_cont p {
        font-size: 14px;
        line-height: 24px;
        color: #0A0A0A;
        max-width:793px;
        margin:28px auto 0;
        font-family:Poppins-Regular;
    }
.about_container {
    padding:0 70px 0 167px;
}
.about_plate2 {
    background:url(../images/public_bg.png) no-repeat 23px center/100%;
}
.about_plate2_pack {
    display:flex;
}
.about_plate2_left {
    width:685px;
    padding-top:230px;
}
.about_plate2_logo {
    width:160px;
    margin:0 auto;
}
    .about_plate2_logo img {
        width:100%;
        display:block;
    }
.about_plate2_desc {
    font-size: 14px;
    line-height: 24px;
    margin-top:50px;
    color:#fff;
    font-family:Poppins-Regular;
}
.about_plate2_right_img {
    width:calc(100% - 600px);
    padding-left:43px;
    margin-left:-30px;
}
    .about_plate2_right_img img {
        width:100%;
        display:block;
    }
.about_plate2_left_img {
    margin-right:-90px;
    position:relative;
    z-index:1;
}
.about_plate2_left_img img {
    width: 100%;
    display: block;
}
.about_plate3{
    margin-top:200px;
    background:url(../images/public_bg2.png) no-repeat bottom/100% 100%;
    padding-bottom:100px;
}
.about_container2 {
    padding:0 140px 0 170px;
}
.about_plate3_pack {
    display:flex;
}
.about_plate3_img {
    width:830px;
    margin-top:-45px;
}
    .about_plate3_img img {
        width:100%;
        display:block;
    }
.about_plate3_cont {
    width:calc(100% - 830px);
    padding-left:60px;
    padding-top:145px;
}
.about_plate3_cont_icon {
    width:90px;
    margin:0 auto;
}
    .about_plate3_cont_icon img {
        max-width:100%;
        display:block;
    }
.aobut_plate3_title,
.aobut_plate3_title {
    text-align: center;
}
    .aobut_plate3_title h4,
    .aobut_plate3_title h4,
    .about_plate5_pack h4 {
        font-size: 40px;
        line-height: 50px;
        color: #fff;
        margin-top: 25px;
        font-family:Poppins-Bold;
    }
    .aobut_plate3_title p,
    .aobut_plate3_title p,
    .about_plate5_pack p{
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        margin-top: 30px;
        font-family:Poppins-Regular;
    }
.about_plate4 {
    margin-top:200px;
    background:url(../images/public_bg3.png) no-repeat center/100% 100%;
    padding-bottom:60px;
}
.about_container3 {
    padding:0 80px 0 150px;
}
.about_plate4_pack {
    display:flex;
    padding-top:100px;
}
.about_plate4_cont {
    width:calc(100% - 865px);
    padding-right:150px;
    padding-top:60px;
}
.about_plate4_icon {
    width:80px;
    margin:0 auto;
}
    .about_plate4_icon img {
        width:100%;
        display:block;
    }
.about_plate4_img {
    width:865px;
    display:block;
    margin-bottom:-150px;
}
    .about_plate4_img img {
        width:100%;
        display:block;
    }
.about_plate5 {
    padding:80px 0 65px;
}
.about_plate5_pack {
    text-align:center;
}
    .about_plate5_pack a {
        display: block;
        width: 357px;
        line-height: 35px;
        border-radius: 30px;
        color: #fff;
        margin: 40px auto 0;
        background: #F39823;
        border: 1px solid #F39823;
        font-family:Poppins-SemiBold;
    }
        .about_plate5_pack a:hover {
            background:#fff;
            color:#F39823;
        }
        .about_plate5_pack h4,
        .about_plate5_pack p {
            color: #0A0A0A;
        }
        .about_plate5_pack p {
            max-width:550px;
            margin:10px  auto 0;
        }
.case_palte1 {
    padding:80px 75px 0 190px;
}
.case_plate1_list {
    margin-top:150px;
}
.case_plate1_list_img {
    display:flex;
    position:relative;
}
.case_plate1_list_pack{
    display:flex;
    justify-content:space-between;
}

    .case_plate1_list_pack .case_plate1_list_img{
        width:50%;
    }
    .case_plate1_list_pack .case_plate1_list_cont{
        width:50%;
        display:flex;
        justify-content:center;
        align-items:center;
        flex-direction:column;
    }

.case_plate1_list li{
    padding:30px 0;
}

.case_plate1_list li:nth-child(even) .case_plate1_list_pack {
    flex-direction: row-reverse;
}
    /*    .case_plate1_list_img img:first-child {
        width:1200px;
        display:block;
        border-radius:40px;
    }
    .case_plate1_list_img img:last-child {
        width:620px;
        display:flex;
        position:absolute;
        right:0;
        bottom:0;
        border-radius:40px;
        box-shadow:0 0 25px rgba(0,0,0,.1);
    }*/
    .case_plate1_list_text {
        display: block;
        width: 50%;
    }
.case_plate1_list_cont_title {
    display: flex;
    color: #F39823;
}
    .case_plate1_list_cont_title h3 {
        font-size: 65px;
        line-height: 65px;
        font-weight: 300;
        font-family: Poppins-Bold;
    }
    .case_plate1_list_cont_title h4 {
        font-family: Poppins-Bold;
        font-size:28px;
        line-height:34px;

    }
.case_plate1_list_cont {
    margin-top:35px;
}
.case_plate1_list_text p {
    font-size: 14px;
    line-height: 24px;
    color: #0A0A0A;
    margin-top:20px;
    font-family:Poppins-Regular;
}
.case_plate1_list_text span {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    color: #F39823;
    font-family:Poppins-Bold;
}
    .case_plate1_list_text span:hover {
        text-decoration:underline;
    }
    .case_plate1_list_cont .case_plate1_list_btn {
        display: block;
        width: 130px;
        line-height: 36px;
        border: 1px solid #F39823;
        border-radius: 30px;
        text-align: center;
        margin-top: 30px;
        background: #F39823;
        color: #fff;
        font-size: 14px;
        font-family: Poppins-SemiBold;
    }
        .case_plate1_list_cont .case_plate1_list_btn:hover {
            background:#fff;
            color:#F39823;
        }
.case_plate1_list li:nth-child(2n) .case_plate1_list_img {
    justify-content: flex-end;
}
    .case_plate1_list li:nth-child(2n) .case_plate1_list_img img:last-child {
        right:auto;
        left:0;
    }

    .case_plate1_list li:nth-child(2n) .case_plate1_list_cont .case_plate1_list_btn {
        margin-right:calc(410px - 130px);
    }
.case_plate1_list li {
    margin-bottom: 50px;
}
    .case_plate1_list li:last-child {
        margin-bottom:0;
    }
    .case_plate2 {
        padding-top: 0;
    }
.procucts {
    padding:60px 0 120px;
}
.products_pack {
    display:flex;
    align-items:flex-start;
}
.products_classify {
    width:292px;
    position:sticky;
    top:130px;
    
}
    .products_classify::-webkit-scrollbar-thumb {
        background:#F39823;
    }
    .products_classify::-webkit-scrollbar {
        width:5px;
    }
.products_classify_cont a {
    font-size: 23px;
    line-height: 33px;
    color: #F39823;
    display: block;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    max-width:80%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.products_classify_cont {
    display:flex;
    justify-content:space-between;
    padding:10px 0;
}
    .products_classify_cont i {
        font-size: 18px;
        line-height: 32px;
        color: #000;
        color: #F39823;
    }
    .products_classify_list2 {
        padding: 10px 10px 10px 0;
        display:none;
    }
    .products_classify_list2 li a {
        padding: 10px 10px 10px 20px;
        display: block;
        font-size: 19px;
        color: #0A0A0A;
        line-height: 20px;
        font-family:Poppins-Regular;
    }
.procuts_list {
    width:calc(100% - 292px);
    padding-left:105px;

}
.products_list_cont li h3 {
    font-size: 40px;
    line-height: 45px;
    color: #0A0A0A;
    text-transform:uppercase;
    position:relative;
    font-family:Poppins-Bold;
}
.top_height {
    position:absolute;
    top:-130px;
}
.products_list_cont > li {
    margin-bottom: 110px;
}
    .products_list_cont > li:last-child  {
        margin-bottom:0;
    }
.products_list_cont2 {
    display:flex;
    flex-wrap:wrap;
    margin:50px -37px 0;
}
    .products_list_cont2 li {
        width:33.333%;
        padding:0 37px;
        margin-bottom:50px;
    }
        .products_list_cont2 li a {
            display:block;
        }
.products_list_cont_text h4 {
    font-size: 23px;
    line-height: 33px;
    color: #0A0A0A;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-family:Poppins-Bold;
}
.products_list_cont_text p {
    font-size: 14px;
    line-height: 24px;
    color: #0A0A0A;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family:Poppins-Regular;
}
.products_list_cont_text span {
    display:block;
    font-size:16px;
    line-height:26px;
    margin-top:20px;
    color:#F39823;
    font-family:Poppins-Bold;
}
.products_list_cont_img {
    overflow:hidden;
    margin-top:20px;
}
.products_list_cont_img img {
    width: 100%;
    display: block;
    transition:all .5s;
}
.products_list_cont2 li .procuts_btn {
    display: block;
    width: 130px;
    line-height: 36px;
    border: 1px solid #F39823;
    border-radius: 30px;
    background: #F39823;
    text-align: center;
    font-size: 14px;
    color: #fff;
    box-shadow: 0 10px 15px rgba(0,0,0,.1);
    margin-top: 20px;
    font-family:Poppins-SemiBold;
    margin:20px auto 0;
}
.products_list_cont2 li:hover img {
    transform:scale(1.1);
}
.products_list_cont2 li .procuts_btn:hover {
    background: #fff;
    color: #F39823;
}
.nei-baner {
    position:relative;
}
.productsdetail_banner_cont {
    position:absolute;
    top:50%;
    left:20%;
    transform:translateY(-50%);
}
    .productsdetail_banner_cont h4 {
        font-size:30px;
        line-height:40px;
        color:#fff;
        font-family:Poppins-Bold;
    }
    .productsdetail_banner_cont h3 {
        font-size: 60px;
        line-height: 70px;
        color: #fff;
        margin-top: 10px;
        text-transform: uppercase;
        font-family: Poppins-Bold;
    }
.productsdetail_swiper {
    overflow:hidden;
    height:445px;
}
.products_container {
    width:1200px;
    margin:0 auto;
}
.productsDetail_img {
    display:flex;
}
.productsdetail_swiper .swiper-slide {
    width:80px;
    height:80px;
}
.productsdetail_swiper img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    cursor:pointer;
}
.productsDetail_image {
    width:420px;
}
    .productsDetail_image img {
        width:100%;
        display:block;
    }
.productsDetail {
    padding:90px 0 120px;
}
.productsDetail_img {
    width:49%;
    position:relative;
}
    /*.productsDetail_img::after  {
        content:"";
        width:7px;
        height:154px;
        background:#F39823;
        position:absolute;
        right:0;
        top:15px;
    }*/
.productsDetail_cont {
    width:51%;
    padding-left:60px;
}
.productsDetail_pack {
    display:flex;
}
.productsDetail_cont h3 {
    font-size: 40px;
    line-height: 50px;
    color: #0A0A0A;
    text-transform: uppercase;
    font-family: Poppins-Bold;
}
.productsDetail_cont h4 {
    font-size: 20px;
    line-height: 30px;
    color: #6D6D6D;
    font-family: Poppins-Regular;
}
.productsDetail_cont > p {
    font-size: 14px;
    line-height: 24px;
    color: #0A0A0A;
    margin-top: 35px;
    font-family: Poppins-Regular;
}
.productsDetaillist li {
    display:flex;
    align-items:center;
}
.products_detailicon {
    width:37px;
    display:none;
}
    .products_detailicon img {
        max-width:100%;
        display:block;
    }
.productsDetaillist li p {
    width:calc(100% - 37px);
    padding-left:10px;
    font-size:16px;
    line-height:26px;
    color:#0A0A0A;
    font-family:Poppins-Bold;
}
.productsDetaillist li {
    margin-top:25px;
}
.productsDetail_btn {
    margin-top:35px;
}
    .productsDetail_btn a {
        display:block;
        width:100%;
        text-align:center;
        color:#fff;
        line-height:54px;
        border:1px solid #F39823;
        background:#F39823;
        border-radius:50px;
        font-size:16px;
        margin-top:20px;
        font-family:Poppins-Bold;
    }
        .productsDetail_btn a:hover {
            background:#fff;
            color:#F39823;
        }
.home_plate3_num {
    font-size:65px;
    line-height:75px;
    color:#F39823;
    font-weight:300;
    font-family:Poppins-Regular;
}
.contactUs {
    background:url(../images/bg.png) no-repeat top/100% 46%;
    padding:100px 0;
    margin-top:-100px;
}
.contactUs_plat1_cont {
    margin-top:50px;
}
    .contactUs_plat1_cont p {
        font-size:16px;
        line-height:26px;
        color:#fff;
        font-family:Poppins-Regular;
        padding-left:30px;
        position:relative;
    }
        .contactUs_plat1_cont p img {
            position:absolute;
            left:0;
            top:8px;
            max-width:15px;
            display:block;
        }
        .addlist p img {
            top:4px;
        }
        .contactUs_plate2 {
            margin-top: 30px;
        }
.addlist {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
    .addlist p {
        width:30%;
        margin-bottom:20px;
    }
    .contactUs_plate2 * {
        width: 100%;
        border-radius: 20px;
        height: 350px !important;
        box-shadow: 0 10px 20px rgba(0,0,0,.2);
    }
.contactUs_plate3 {
    margin-top:50px;
    padding:60px ;
    border-radius:20px;
    background:#fff;
    box-shadow:0 10px 20px rgba(0,0,0,.2);
}
    .contactUs_plate3 h3 {
        font-size: 22px;
        line-height: 32px;
        font-family: Poppins-Regular;
        color: #0A0A0A;
        max-width:55%;
        margin-bottom:50px;
    }
.contactUs_plate3_form {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.contactUs_palte3_input1_pack {
    display: flex;
    justify-content: space-between;
}
    .contactUs_palte3_input {
        margin-bottom:30px;
    }
    .contactUs_palte3_input,
    .contactUs_palte3_input1_pack > div {
        width: calc(50% - 10px);
    }
    .contactUs_palte3_input1_pack>div p {
        font-size:14px;
        line-height:18px;
        color:#999;
        margin-top:10px;
    }
        .contactUs_palte3_input:first-child,
        .contactUs_palte3_input:nth-child(5) {
            width: 100%;
        }
    .contactUs_palte3_input input {
        font-size: 14px;
        line-height: 50px;
        background: #F3F3F4;
        padding: 0 15px;
        border-radius: 10px;
        width: 100%;
        outline: none;
        border: none;
    }
    .contactUs_palte3_input label {
        display: block;
        font-size: 14px;
        line-height: 18px;
        color: #0A0A0A;
        font-weight: 500;
        font-family: Poppins-Regular;
        margin-bottom:10px;
        text-transform:uppercase;
    }
        .contactUs_palte3_input label span {
            color:red;
        }
        .contactUs_palte3_input textarea {
            width: 100%;
            height: 220px;
            padding: 15px;
            font-size: 14px;
            background: #F3F3F4;
            border-radius:10px;
            border:none;
        }
        .contactUs_palte3_input:last-child {
            width:100%;
            display:flex;
            align-items:flex-start;
        }
            .contactUs_palte3_input:last-child input {
                width: auto;
                margin-top:2px;
            }
            .contactUs_palte3_input:last-child label {
                margin-left: 10px;
                margin-bottom: 0;
            }
.submit {
    width: 356px;
    line-height: 40px;
    border-radius: 70px;
    margin: 40px auto 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #F79424;
    cursor:pointer;
    text-transform:capitalize;
}
.contactUs_plate1_logo {
    width:190px;
}
    .contactUs_plate1_logo img {
        max-width:100%;
        display:block;
    }
    @media(max-width:1700px) {
        .home_plate4_pack, .home_plate3_list {
        width: 1400px;
    }

    .home_plate4_img {
        width: 800px;
    }

    .home_plate4_cont {
        width: calc(100% - 800px);
    }
    .about_plate2_left_img {
        margin-right:0;
    }
    .about_plate2_left {
        width:600px;
        padding-top:100px;
    }
    .about_plate2_right_img {
        width:calc(100% - 580px);
    }
    .about_plate3,
    .about_plate4 {
        margin-top: 100px;
    }
    .about_plate3_img,
    .about_plate4_img {
        width: 700px;
        margin: 0;
    }
    .about_plate3_cont,
    .about_plate4_cont {
        width: calc(100% - 700px);
        padding-top: 80px;
    }
    .about_plate4_cont {
        padding-top:60px;
        padding-right:60px;
    }
}

@media(max-width:1500px) {
    .home_plate4_pack,
    .home_plate3_list,
    .home_plate2_swiper {
        width: 1200px;
    }

    .home_plate4_img {
        width: 700px;
    }

    .home_plate4_cont {
        width: calc(100% - 700px);
    }
    .case_palte1 {
        padding:80px 75px 0 75px;
    }
    .case_plate1_list_img img:last-child {
        width:500px;
    }
    .case_plate1_list_img img:first-child {
        width:1100px;
    }
    .about_plate3_img,
    .about_plate4_img {
        width: 600px;
        margin: 0;
    }

    .about_plate3_cont,
    .about_plate4_cont {
        width: calc(100% - 600px);
        padding-top: 50px;
    }
        .about_plate3_cont {
            padding-left:40px;
        }
        .about_plate4_cont {
            padding-right: 40px;
        }
    .about_plate2_left {
        width: 500px;
        padding-top: 100px;
    }

    .about_plate2_right_img {
        width: calc(100% - 480px);
    }
    .about_container2,
    .about_container,
    .about_container3 {
        padding: 0 100px;
    }
}

@media(max-width:1400px) {
    .banner_title h5 {
        font-size: 25px;
        line-height: 35px;
    }

    .banner_title h3 {
        font-size: 60px;
        line-height: 80px;
    }

    .home_palte1_text h3,
    .home_plate2_title_cont h3,
    .home_plate4_cont_text h3,
    .home_plate5_cont h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .about_container2, .about_container, .about_container3 {
        padding:0 50px;
    }
    .home_plate2_swiper_cont h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .home_palte3_list_title h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .home_plate5 {
        padding: 80px 0 50px;
    }

    .home_plate4_pack,
    .home_plate3_list,
    .home_plate2_swiper,
    .container,
    .container6 {
        width: 1100px;
    }

    .home_plate1_list {
        padding-left: 60px;
        width: calc(100% - 550px);
    }

    .home_plate1_img {
        width: 550px;
    }

    .home_plate1_list_text,
    .footer_right_cont li h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .home_plate1_list li {
        margin-bottom: 50px;
    }

    .home_plate3_list_num {
        width: 50px;
    }

    .home_plate3_list_cont {
        padding: 50px 30px;
        font-size: 16px;
        line-height: 26px;
    }

    .home_plate4_img {
        width: 500px;
    }

    .home_plate4_cont {
        width: calc(100% - 500px);
    }
    .productsdetail_banner_cont h4 {
        font-size:20px;
        line-height:30px;
    }
    .productsdetail_banner_cont h3 {
        font-size:40px;
        line-height:50px;
    }
    .productsDetail {
        padding:80px 0;
    }
    .aobut_plate3_title h4, .aobut_plate3_title h4, .about_plate5_pack h4 {
        font-size:30px;
        line-height:40px;
    }
    .products_container {
        width:1100px;
    }
    .case_plate1_list_img img:last-child {
        width: 450px;
    }

    .case_plate1_list_img img:first-child {
        width: 1000px;
    }
    .home_plate3_list_num {
        width:auto;
    }
}
@media(max-width:1200px) {
    .case_plate1_list_img img:last-child {
        width: 400px;
    }

    .case_plate1_list_img img:first-child {
        width: 800px;
    }
}
@media(max-width:1000px) {
    .home_plate4_pack,
    .home_plate3_list,
    .home_plate2_swiper,
    .container,
    .container6,
    .header_layout, .banner_title {
        width: 95%;
    }

    .iconfont {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

        .iconfont i {
            width: 100%;
            height: 100%;
            position: absolute;
        }

        .iconfont .cha {
            background: url(../images/cha.png) no-repeat center/100% 100%;
            display: none;
        }

        .iconfont .nav {
            background: url(../images/nav.png) no-repeat center/100% 100%;
        }

    .logo {
        height: 60px;
        padding: 10px 15px;
    }

    .navlist {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background: #0A0A0A;
        padding: 10px;
        border-top: 1px solid #f1f1f1;
        display: none;
        z-index: 101;
    }

    .w_nav {
        display: block;
    }
    /* header {
        position:relative;
        background: #000;
    } */
    .banner_btn {
        justify-content: center;
        margin-top: 20px;
    }

    .w_nav > li > a, .language_on span {
        line-height: 30px;
        text-align: center;
    }

    .banner_title h5 {
        font-size: 18px;
        line-height: 28px;
    }

    .banner_title h3 {
        font-size: 25px;
        line-height: 35px;
        text-align: center;
    }

    .banner_title p {
        font-size: 14px;
        line-height: 24px;
        
    }

    .home_banner img {
        object-fit: cover;
    }

    .banner_btn a {
        margin-top: 30px;
        width: 120px;
    }

    .home_plate1 {
        padding: 30px 0;
    }

    .home_palte1_text {
        margin-top: 30px;
    }

        .home_palte1_text h3, .home_plate2_title_cont h3, .home_plate4_cont_text h3, .home_plate5_cont h3 {
            font-size: 20px;
            line-height: 30px;
        }

    .home_plate1_pack {
        display: block;
    }

    .home_plate1_img {
        width: 100%;
    }

    .home_plate1_list {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
        display: flex;
    }

    .home_plate1_list_text, .footer_right_cont li h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .home_plate1_list_text {
        font-size: 14px;
        line-height: 24px;
    }

    .home_plate1_list li {
        margin-bottom: 30px;
    }

    .home_plate1_list_img {
        width: 40px;
        height: 40px;
    }

    .arrow_right {
        right: 10px;
    }

    .arrow_left {
        left: 10px;
    }

    .home_plate3_list li {
        width: 100%;
    }

    .home_plate3_list {
        flex-wrap: wrap;
    }

    .home_palte3_list_title {
        padding: 30px 15px;
    }

        .home_palte3_list_title h3 {
            font-size: 20px;
            line-height: 30px;
        }

    .home_plate3 {
        padding: 0 0 30px;
    }

    .home_plate4_pack {
        display: block;
    }

    .home_plate4_cont {
        width: 100%;
        padding-right: 0;
    }

    .home_plate4 {
        background-size: auto 100%;
        padding: 80px 0;
    }

    .home_plate4_cont_text {
        margin-top: 30px;
    }

    .home_plate4_img {
        margin-top: 20px;
        width: 100%;
    }

    .home_plate5 {
        padding: 30px 0;
    }

    .home_plate5_cont a {
        width: 50%;
    }

    .footer {
        padding: 140px 0 30px;
    }

    .footer_right_cont li:first-child {
        display: none;
    }

    .footer_pack {
        display: block;
    }

    .footer_left_cont {
        width: 100%;
    }

    .footer_right_cont,
    .footer_right_cont li {
        width: 100%;
    }

    .copyright {
        margin-top: 30px;
    }

    .home_plate3_list_img img {
        object-fit: cover;
    }

    .banner_title p {
        width: 100%;
    }

    .home_plate2 {
        padding: 90px 10px 85px;
    }

    .productsDetail_pack {
        display: block;
    }

    .productsDetail_img,
    .productsDetail_cont {
        width: 100%;
    }

    .productsDetail_cont {
        padding: 20px 0 0;
    }

    .productsDetail {
        padding: 30px 10px;
    }

    .products_container {
        width: 100%;
    }

    .productsDetail_image {
        width: calc(100% - 80px);
        padding-left: 20px;
    }

    .productsdetail_swiper {
        height: 265px;
    }

    .productsDetail_cont h3,
    .productsdetail_banner_cont h3,
    .about_plate1_cont h4 {
        font-size: 25px;
        line-height: 35px;
    }

    .productsDetail_cont h4,
    .productsdetail_banner_cont h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .productsDetail_cont > p {
        margin-top: 15px;
    }

    .productsDetail_btn a {
        line-height: 45px;
        font-size: 14px;
    }

    .nei-baner img {
        height: 250px;
        object-fit: cover;
    }

    .aobut_plate3_title h4, .aobut_plate3_title h4, .about_plate5_pack h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .about_plate5_pack a {
        width: 100%;
    }

    .productsdetail_banner_cont {
        left: 5%;
        width: 95%;
    }

    .case_palte1 {
        padding: 30px 10px;
    }
    .case_plate1_list li{
        margin-bottom:0;
    }
        .case_plate1_list li{
            padding:15px 0;
        }
        .case_plate1_list_pack {
            flex-direction: column !important;
        }
        .case_plate1_list_pack .case_plate1_list_img{
            width:100%;
        }
        .case_plate1_list_pack .case_plate1_list_cont{
            width:100%;
        }
    .case_plate1_list_text{
        width:100%;
    }

    .case_plate1_list_img img:first-child,
    .case_plate1_list_img img:last-child {
        width: 100%;
        border-radius: 10px;
    }



    .case_plate1_list_img img:last-child {
        position: static;
    }

    .case_plate1_list_img {
        display: block;
    }

    .case_plate1_list_cont_title h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .case_plate1_list_cont_title h3 {
        font-size: 50px;
        line-height: 60px;
    }

    .case_plate1_list li:nth-child(2n) .case_plate1_list_cont .case_plate1_list_btn {
        margin-right: 0;
    }

    .case_plate1_list li:nth-child(2n) .case_plate1_list_cont{
        align-items:flex-start;
    }
    .footer {
        background-size:cover;
    }
    .about_plate5 {
        padding:30px 0;
    }
    .case_plate1_list {
        margin-top:50px;
    }
    .products_pack {
        display:block;
    }
    .products_classify {
        width:100%;
        position:static;
        height:200px;
    }
    .procucts {
        padding:30px 0;
    }
    .products_classify_cont a {
        font-size: 18px;
        line-height: 28px;
    }
    .products_classify_list2 li a {
        font-size:16px;
        line-height:26px;
        padding:5px 10px 5px 20px;
    }
    .procuts_list {
        width:100%;
        padding:40px 0 0;
    }
    .products_list_cont li h3{
        font-size:20px;
        line-height:30px;
    }
    .products_list_cont2 {
        margin:10px 0 0;
    }
    .products_list_cont2 li {
        width:100%;
        padding:0;
        margin-bottom:30px;
    }
    .products_list_cont_text h4 {
        font-size:18px;
        line-height:28px;
    }
    .products_list_cont_text p {
        white-space:pre-wrap;
        -webkit-line-clamp:3;
        -webkit-box-orient:vertical;
        display:-webkit-box;
    }
    .products_list_cont > li {
        margin-bottom:20px;
    }
    .about_container,
    .about_container2,
    .about_container3 {
        padding: 0 10px;
    }
    .about_plate1 {
        padding:30px 0;
    }
    .about_plate2_left{
        width:100%;
        padding-top:60px;
    }
    .about_plate2_pack,
    .about_plate3_pack,
    .about_plate4_pack {
        display: block;
    }
    .about_plate2_right_img {
        width:100%;
        padding:30px 0 0;
        margin-left:0;
    }
    .about_plate2_left_img {
        margin-right:0;
    }
    .about_plate2 {
        background-size:cover;
        background-position:0;
    }
    .about_plate3,
    .about_plate4 {
        margin-top: 50px;
        padding-bottom: 100px;
        background-size: cover;
    }
    .about_plate3_img,
    .about_plate4_cont {
        width: 100%;
    }
    .about_plate4_cont {
        padding:0 ;
    }
    .about_plate4_img {
        width:100%;
    }
    .about_plate3_cont {
        width: 100%;
        padding: 30px 0 0;
    }
    .aobut_plate3_title p, .aobut_plate3_title p, .about_plate5_pack p {
        margin-top:10px;
    }
    .about_plate2_desc {
        margin-top:20px;
    }
    .about_plate2_left_img {
        margin-top:20px;
    }
    .about_plate4_pack {
        padding-bottom:50px;
    }
    .about_plate4 {
        margin-top:0;
    }
    .home_plate3_num {
        font-size:50px;
        line-height:60px;
    }
    .submit {
        width:80%;
        line-height:50px;
        font-size:18px;
    }
    .contactUs_plat1_cont{
        margin-top:20px;
    }
        .contactUs_plat1_cont p{
            font-size:18px;
            line-height:30px;
            padding-left:30px;
        }
            .contactUs_plat1_cont p img{
                max-width:20px;
                top:7px;
            }
    .contactUs_plate1_logo {
        width:150px;
    }
    .contactUs{
        padding-top:50px;
        margin-top:-50px;
        padding-bottom:0;
    }
    .contactUs_plate2 *{
        height:300px !important;
    }
    .contactUs_plate3 {
        padding:20px;
    }
        .contactUs_plate3 h3{
            font-size:20px;
            line-height:30px;
            max-width:100%;
            margin-bottom:30px;
        }
   /* .contactUs_palte3_input label,
    .contactUs_palte3_input1_pack > div p {
        font-size: 18px;
    }*/
    .contactUs_palte3_input1_pack{
        display:block;
    }
        .contactUs_palte3_input, .contactUs_palte3_input1_pack > div{
            width:100%;
            margin-bottom:15px;
        }
            .contactUs_palte3_input input{
                font-size:18px;
                line-height:50px;
            }
            .contactUs_palte3_input textarea{
                height:200px;
                font-size:18px;
            }
    .addlist {
        display:block;
    }
    .addlist p {
        width: 100%;
        margin-bottom:0px;
    }
}
