﻿
/*NewsDetail*/
body {
    background-color: #FFF8E6;
}
a:hover{
    color:#D76B41;
}
.NewsDetail001 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.NewsDetail001-title {
    text-align: center;
}

    .NewsDetail001-title h3 {
        font-size: 24px;
        color: #333;
    }

.tit_bar {
    margin-top: 15px;
}

.social-share {
    display: inline-block;
}

.tit_bar .text {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    display: inline-block;
    margin: 0 3%;
}

.NewsDetail001-item {
    padding: 30px 0;
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.TurnPages {
    display: flex;
    justify-content: space-between;
}

    .TurnPages p {
        width: 40%;
    }

        .TurnPages p:nth-last-child(1) {
            text-align: right;
        }

    .TurnPages a {
        font-size: 16px;
        color: #000;
    }

        .TurnPages a:hover {
            color: #008dce;
        }

@media screen and (max-width: 1000px) {
    .nei-banner .img {
        height: 200px;
    }

        .nei-banner .img img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .nei-banner .text h3 {
        font-size: 25px;
    }

    .bx-mb-nav {
        margin-top: 20px;
    }

        .bx-mb-nav p {
            font-size: 16px;
        }

    .NewsDetail001-title h3 {
        font-size: 20px;
    }

    .tit_bar .text {
        margin: 5px 3%;
    }

    .NewsDetail001 {
        margin-bottom: 30px;
    }

    .TurnPages {
        display: block;
    }

.TurnPages p {
    width: 100%;
    text-align: left !important;
    margin: 5px 0;
}

.TurnPages p a {
    font-size: 14px;
}
}

header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    background-color: #FFF8E6;
}

.header-yd {
    display: none;
}
.hpt100{
    padding-top:100px;
}





.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    position:relative;
}

    .header .box-lang{
        position:absolute;
        right:0;
        top:50%;
        transform:translate(0,-50%);
        
    }
        .header .box-lang a, .header .box-lang span{
            display:inline-block;
            vertical-align:middle;
            font-size:16px;
        }
            .header .box-lang span{
                margin:0 5px;
            }

        .header .box-lang a.active{
            color:#D76B41;
        }

        .header .left, .header .right {
            width: calc(50% - 50px)
        }

    .header .left {
        padding-right: 80px;
        text-align: right;
    }

        .header .left ul li:nth-child(1) {
            margin-left: 0;
        }

        .header .left ul li {
            display: inline-block;
            margin-left: 80px;
            position: relative;
        }

    .header ul li {
        line-height: 100px;
        position: relative;
    }



    .header .left ul li a:hover, .header .left ul li a.active {
        color: #D76B41;
    }

    .header .right ul li a:hover, .header .right ul li a.active {
        color: #D76B41;
    }

    .header .right {
        padding-left: 80px;
        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: 80px;
    position: relative;
}

    .header .right ul li a {
        font-size: 16px;
        color: #070707;
    }

.header .logo {
    width: 100px;
    line-height: 100px;
    text-align: center;
    position: relative;
    z-index: 10;
}

    .header .logo a {
        display: block;
    }

    .header .logo img {
        height:100px;
    }
    .header .logo::before {
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-color: transparent;
        border-width: 50px 90px 50px 90px;
        border-top-color: #FFF8E6;
        position: absolute;
        left: 50%;
        bottom: -100px;
        transform: translate(-50%,0);
        transition: all 1.5s;
        z-index: 2;
    }
.banner .swiper {
    border-radius: 20px;
    overflow: hidden;
}
.banner a {
    display: block;
  
}
.banner img {
    width: 100%;
   
}

.pt150{
    padding-top:150px;
}
.pb150{
    padding-bottom:150px;
}
.mt150{
    margin-top:150px;
}

.buts {
    display:inline-block;
    width: 150px;
    line-height: 50px;
    background-color: #F8E9CF;
    text-align: center;
    color: #8A7A6A;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s;
    border-radius:50px;
}
    .buts:hover{
        opacity:0.8;
    }


    .abouts-box {
        display: flex;
        justify-content: space-between;
    }

.abouts-box .text{
    width:46%;
    padding-top:8%;
    position:relative;

}
    .abouts-box .text h3 {
        font-size: 36px;
        color: #282C38;
        font-weight:bold;
    }
    .abouts-box .text .desc {
        font-size: 16px;
        color: #333333;
        white-space:pre-line;
        margin-top:50px;
    }
    .abouts-box .text .img-icon{
        position:absolute;
        left:-50%;
        bottom:10%;
        width:180%;
        z-index:-1
    }
        .abouts-box .text .img-icon img{
            width:100%;
        }
        .abouts-box .text .buts {
            margin-top: 30px;
            background-color: #D76B41;
            color: #fff;
        }
    .abouts-box .img {
        width: 43%;
    }

    .abouts-box .img img{
        width:100%;
    }


.index-title h3 {
    text-align: center;
    font-size: 36px;
    color: #282C38;
    font-weight:bold;
}
.img-padding {
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .img-padding img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
    }

.bx-img-hover img{
    transition:all 0.5s;
}
.pro-box{
    margin-top:50px;
}
.pro-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.pro-box ul li{
    width:25%;
    padding:0 20px;
    margin-bottom:50px;
}

.pro-box-list{
    display:block;
 
}
    .pro-box-list .img {
        overflow: hidden;
        border-radius: 20px;
    }
    .pro-box-list .text {
        padding-top: 15px;
        text-align: center;
    }
    .pro-box-list .text h3 {
        font-size: 20px;
        color: #2E1F0E;
    }
    .pro-box-list .text p {
        font-size: 16px;
        color: #8A7A6A;
        margin-top:10px;
    }
    .pro-box-list .text .buts{
        margin-top:15px;
    }
    .pro-box-list:hover .text h3 {
        color: #D76B41;
    }
    .pro-box-list:hover .text .buts{
        background-color:#D76B41;
        color:#fff;
    }
footer {
    background: #FFF8E6;
}

.footer_pack {
    display: flex;
    align-items: flex-start;
    padding: 50px 0;
    border-top: 1px solid #E9E1D8
}

.footer_pack_phone {
    width: 29%;
    border-right: 1px solid #E9E1D8;
}

    .footer_pack_phone li {
        margin-bottom: 31px;
        display: flex;
        align-items: center;
    }

.footer_phone_icon {
    width: 44px;
}

.footer_phone_cont {
    width: calc(100% - 44px);
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
}

    .footer_phone_cont h4 {
        color: rgb(149, 149, 149);
    }

    .footer_phone_cont p {
        color: #666;
    }

.footer_pack_right {
    width: 71%;
    padding-left: 5%;
}

.footer_pack_list {
    display: flex;
    justify-content: space-between;
}

    .footer_pack_list li {
        max-width: 19%;
    }

    .footer_pack_list h4 {
        font-size: 20px;
        line-height: 29px;
        color: #000000;
        margin-bottom: 10px;
        font-weight:bold;
    }

    .footer_pack_list a {
        display: block;
        font-size: 16px;
        color: #666666;
        margin-top: 10px;
    }

.footer_code {
    max-width: 148px;
    margin-top: 10px;
}

.footer_pack_list li:last-child h4 {
    text-align: center;
}

.copyright {
    text-align: center;
    font-size: 16px;
    color: #959595;
    padding: 15px 0;
    border-top: 1px solid #E9E1D8;
}

.footer-logo {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ECECEC;
}

    .footer-logo img {
        width: 230px;
    }


.procust-box{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}

    .procust-box .procust-nav {
        width: 320px;
    }

    .procust-box .procust-item{
        width:calc(100% - 390px);
    }

.procust-nav-title {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #DFDFDF;
}
.procust-nav-item ul li {
    padding: 20px 0;
    border-bottom: 1px solid #DFDFDF;
}
    .procust-nav-item ul li .t1 {
        display: block;
        font-size: 20px;
        color: #000000;
        padding:0 30px;
        position:relative;
    }
        .procust-nav-item ul li .t1 i{
            position:absolute;
            right:30px;
            top:7px;
        }
        .procust-nav-item ul li .text-p2 {
            display: none;
            padding-left:40px;
        }
            .procust-nav-item ul li .text-p2 p:nth-child(1){
                margin-top:15px;
            }
            .procust-nav-item ul li .text-p2 p:nth-last-child(1){
                padding-bottom:0;
            }

            .procust-nav-item ul li .text-p2 p {
                font-size: 18px;
                padding: 10px 0;
                border-top: 1px solid #DFDFDF;
                color: #000000;
            }
                .procust-nav-item ul li .text-p2 p.active a, .procust-nav-item ul li .t1.active a{
                    color: #D76B41;
                }


.productsdetail{
    padding:100px 0;
}

.pro-detail-box {
    display: flex;
}

    .pro-detail-box .img {
        width: 450px;
    }

    .pro-detail-box .text {
        width: calc(100% - 450px);
        padding-left: 30px;
        padding-top:5%;
    }

#magnifier {
    position: relative;
    width: 450px;
}

.small-box {
    position: relative;
    width: 450px;
    height: 450px;
    line-height: 450px;
}

    .small-box table td {
        width: 450px;
        height: 450px;
        padding: 0;
        text-align: center;
    }

    .small-box img {
        width: auto;
        height: auto;
        max-height: 450px;
        max-width: 450px;
    }

    .small-box .hover {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100px;
        height: 100px;
        border: 1px solid #aaa;
        background: rgba(0,0,0,.2);
        opacity: .5;
        cursor: move;
    }

.thumbnail-box {
    position: relative;
    width: 100%;
}

.big-box {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 450px;
    top: 0;
    width: 350px;
    height: 350px;
    line-height: 350px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    z-index: 2;
}

    .big-box img {
        display: block;
        width: 200%;
        max-width: 200%;
    }

.pro-swiper-box {
    margin-top: 15px;
    position: relative;
    padding-left: 37px;
    padding-right: 37px;
}

    .pro-swiper-box .img {
        border: 1px solid rgba(0,0,0,0);
        cursor: pointer;
        width: 100%;
    }

        .pro-swiper-box .img img {
            object-fit: contain;
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .pro-swiper-box .img.active {
            border-color: #D76B41;
        }

    .pro-swiper-box .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
        right: 0;
    }

    .pro-swiper-box .swiper-button-prev {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
        left: 0;
    }

    .pro-swiper-box .swiper-button-next, .pro-swiper-box .swiper-button-prev {
        opacity: 1;
        background-size: 15px 44px;
    }

.pro-detail-box .text .p1 {
    font-size: 16px;
    color: #666666;
}

.pro-detail-box .text h3 {
    font-size: 40px;
    color: #000000;
    font-weight:bold;
}

.pro-detail-box .text .p1 {
    font-size: 20px;
    color: #000000;
    font-weight:bold;
    margin-top: 20px;
}
    .pro-detail-box .text .p1 span{
        color:#D76B41;
    }

    .pro-detail-box .text .desc {
        font-size: 16px;
        color: #666666;
        white-space: pre-line;
        margin-top: 20px;
    }

.pro-detail-box .text .pro-color {
    display: flex;
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}

    .pro-detail-box .text .pro-color .pro-color-item {
        flex: 1;
    }

    .pro-detail-box .text .pro-color .pro-color-box .pro-color-list {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-top: 5px;
        margin-right: 5px;
        cursor: pointer;
        padding: 3px;
        border: 1px solid transparent;
        border-radius: 3px;
    }

        .pro-detail-box .text .pro-color .pro-color-box .pro-color-list img {
            display: block;
            width: 100%;
            height: 100%;
        }

        .pro-detail-box .text .pro-color .pro-color-box .pro-color-list.active {
            border: 1px solid #666;
        }

.productsdetail-item{
    margin-top:50px;
}



.productsdetail-del {
    font-size: 16px;
    color:#000;
    margin-top:30px;
}


.productsdetail-item .detail-title {
    font-size: 40px;
    color: #000000;
    font-weight:bold;
    display:inline-block;
    line-height:1;
    border-bottom:8px solid #D76B41;
}


.contact-box{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
    .contact-box .left {
        width: 45%;
    }
        .contact-box .left .footer_pack_phone {
            margin-top:50px;
        }
        .contact-box .map {
            width: 45%;
        }



@media (max-width: 1600px) {
    .header .left ul li{
        margin-left:50px;
    }
    .header .right ul li{
        margin-right:50px;
    }
    .header .left{
        padding-right:50px;
    }
    .header .right{
        padding-left:50px;
    }
    .header .logo img{
        height:80px;
    }
    .header ul li{
        line-height:80px;
    }
    .header .logo{
        width:80px;
        height:80px;
        line-height:80px;
    }
        .header .logo::before {
            border-width: 40px 70px 40px 70px;
            bottom:-80px;
        }
    .hpt100{
        padding-top:80px;
    }
    .pt150{
        padding-top:100px;
    }
    .pb150{
        padding-bottom:100px;
    }
    .abouts-box .text h3{
        font-size:30px;
    }
    .abouts-box .text .desc{
        margin-top:30px;
    }
    .pro-box ul{
        margin:0 -10px;
    }
    .pro-box ul li {
        padding: 0 10px;
        margin-bottom:30px;
    }
    .buts {
        width: 120px;
        line-height: 42px;
        font-size:14px;
    }
    .footer_phone_cont {
        font-size: 14px;
    }

    .footer_pack_list h4 {
        font-size: 18px;
    }

    .footer_pack_list a {
        font-size: 14px;
    }

    .copyright, .copyright a {
        font-size: 14px;
    }

    .procust-box .procust-nav{
        width:280px;
    }
    .procust-box .procust-item{
        width:calc(100% - 320px);
    }
    .procust-nav-title{
        font-size:20px;
    }
    .procust-nav-item ul li{
        padding:10px 0;
    }
        .procust-nav-item ul li .t1{
            font-size:18px;
            padding:0 20px;
        }
            .procust-nav-item ul li .t1 i{
                right:20px;
                top:3px;
            }
        .procust-nav-item ul li .text-p2 p{
            font-size:16px;
        }

    .pro-detail-box .text h3{
        font-size:32px;
    }
    .pro-detail-box .text .p1{
        font-size:18px;
    }
    .productsdetail-item .detail-title{
        font-size:32px;
    }
    .index-title h3{
        font-size:30px;
    }
}


@media (max-width: 1000px) {
    .header-yd {
        display: block;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #FFF8E6;
        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: #D76B41;
            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%;
        display:none;
    }

        .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%;
            }
          

            .container {
                width: 100%;
                max-width: 100%;
                box-sizing: border-box;
                padding-left: 15px;
                padding-right: 15px;
            }

    .header-pc {
        display: none;
    }

    .hpt100{
        padding-top:70px;
    }
    .pt150{
        padding-top:30px;
    }
    .pb150{
        padding-bottom:30px;
    }
    .mt150{
        margin-top:30px;
    }
    .banner .swiper{
        border-radius:10px;
    }
    .abouts-box {
        flex-direction: column;
    }
        .abouts-box .text{
            padding-top:0;
            width:100%;
        }
        .abouts-box .img{
            width:100%;
            margin-top:15px;
        }
        .abouts-box .text h3{
            font-size:18px;
        }
        .abouts-box .text .desc{
            font-size:14px;
            margin-top:15px;
        }
    .abouts-box{
        overflow:hidden;
    }
        .abouts-box .text .buts{
            margin-top:20px;
        }
    .index-title h3{
        font-size:18px;
    }
    .pro-box{
        margin-top:10px;
    }
        .pro-box ul{
            margin:0 -5px;
        }
        .pro-box ul li {
            width: 50%;
            padding: 0 5px;
        }
    .pro-box-list .img{
        border-radius:10px;
    }
    .pro-box-list .text h3 {
        font-size: 16px;
    }
    .pro-box-list .text p{
        font-size:14px;
        margin-top:3px;
    }
    .pro-box-list .text .buts {
        margin-top: 5px;
        width: 110px;
        line-height: 36px;
        font-size: 12px;
    }
    .footer-logo {
        text-align: center;
        padding: 10px 0;
    }

        .footer-logo img {
            width: 120px;
        }

    .footer_pack {
        padding: 20px 0;
        flex-direction: column;
    }

    .footer_pack_phone {
        width: 100%;
    }

    .footer_pack_list li {
        display: none;
        width: 100%;
        max-width: 100%;
    }

        .footer_pack_list li:nth-last-child(1) {
            display: block;
        }

    .footer_pack_right {
        width: 100%;
        padding-left: 0;
    }

    .footer_code {
        margin: 0 auto;
    }
    .footer_pack_phone li{
        margin-bottom:15px;
    }
    .footer_pack_list h4{
        font-size:16px;
    }

    .contact{
        overflow:hidden;
    }
    .contact-box {
        flex-direction: column;
    }
        .contact-box .left{
            width:100%;
        }
        .contact-box .map {
            width:100%;
            margin-top:15px;
        }
        .contact-box .left .footer_pack_phone{
            margin-top:20px;
        }
    .index-title h3{
        text-align:center !important;
    }

    .procust{
        overflow:hidden;
    }
    .procust-box .procust-nav{
        width:100%;
        margin-bottom:15px;
    }

    .procust-nav-item ul li .text-p2{
        padding-left:30px;
    }

    .procust-nav-title {
        text-align: center;
        padding-bottom: 15px;
    }

    .procust-box {
        flex-direction: column;
    }
        .procust-box .procust-item{
            width:100%;
        }
    .pro-box ul li{
        width:50% !important;
    }
    .productsdetail{
        padding:20px 0;
    }

    .pro-detail-box .img {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .small-box table td {
        width: 300px;
        height: 300px;
    }

    .small-box {
        width: 100%;
    }

    .pro-detail-box {
        flex-direction: column;
    }

        .pro-detail-box .text {
            width: 100%;
            padding-left: 0;
        }


    #magnifier {
        width: 100%;
    }

    .pro-detail-list ul li {
        width: 50%;
    }

    .small-box .hover {
        display: none !important;
    }

    .small-box {
        height: 300px;
        line-height: 300px;
    }

        .small-box img {
            max-width: 300px;
            max-height: 300px;
        }

    .big-box {
        display: none !important;
    }

    .pro-detail-box .text .p1, .pro-detail-box .text .p2 {
        font-size: 14px;
        margin-top:10px;
    }

    .pro-detail-box .text h3 {
        font-size: 16px;
    }

    .pro-detail-box .text .p3 {
        font-size: 16px;
        margin: 10px 0;
    }
    .pro-detail-box .text .desc{
        font-size:14px;
        margin-top:10px;
    }
    .productsdetail-item{
        margin-top:20px;
    }
        .productsdetail-item .detail-title{
            font-size:18px;
        }
    .productsdetail-del{
        font-size:14px;
        margin-top:15px;
    }

    .header-yd-nav ul .box-lang{
        text-align:center;
    }
    .header-yd-nav ul .box-lang a {
        display: inline-block;
        width: auto;
        vertical-align: middle;
      
    }
        .header-yd-nav ul .box-lang span {
            display: inline-block;
            color: #333;
            vertical-align: middle;
            font-size: 16px;
            margin:0 2px;
        }
        .header-yd-nav ul .box-lang a.active{
            color:#D76B41;
        }
}