li {
    list-style: none;
}

.header {
    width: 100%;
    height:108px;
    background: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0px 70px;
    box-sizing: border-box;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header .menu {
    cursor: pointer;
    transition: all 0.5s ease-in-out;

}

.header .menu:hover {
    transform: scale(1.3);
}

.header .search {
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.header .search:hover {
    transform: scale(1.3);
}

.header .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header .logo .title {
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
    font-family: 'Source Han Serif';
}

.header_hide {
    display: none;

}

.header_show {
    display: block;
}

.shop_icon {
    display: flex;
    align-items: center;
}
.shop_icon>div:nth-child(1){
    position: relative;
}
.shop_icon>div:nth-child(1) img:nth-child(2) {
    display: none;
    position: absolute;
    bottom:-178px;
    left:-45px;
}
.shop_icon>div:nth-child(1):hover img:nth-child(2){
    display: block;

}

.shop_icon div:nth-child(2) img {
    margin-left: 20px;
}

.menu_box {
    color: #fff;
    font-size: 16px;
    transition: all 0.5s linear;
    width: 100%;
    height:100%;
    margin-left: 13vw;
    margin-right: 5vw;
}

.menu_box .title {
    font-size: 24px;
    margin-top: 20%;
    text-align: center;

}

.menu_box .close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    font-size: 20px;
    width: 30px;
    height: 30px;
    display: none;
}

.menu_box>ul {
    width: 100%;
    height:100%;
    padding: 0 !important;
    display: flex;
    align-items: center;
}

.menu_box>ul>li {
    text-align: center;
    cursor: pointer;
    padding: 0 30px;
    box-sizing: border-box;
}

.menu_box>ul>li a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    height:100%;
    line-height: 108px;

}

.header_bottom {
    background: #fff !important;
    border:none;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);

}
.header_bottom>.menu_box>ul li{
    position: relative;
   
}
.header_bottom>.menu_box>ul>li:hover .second_nav{
    opacity: 1;
    height:auto;
    padding:20px 0;
    box-sizing: border-box;
}
.header_bottom>.menu_box>ul>li:hover .second_nav li{
    display: block;
}
.header_bottom .menu_box>ul li .second_nav{
    position: absolute;
    left:0;
    top:108px;
    width:100%;
    background:rgba(234, 212, 181, 0.9);
    display: flex;
    flex-direction: column;
    transition: all 0.5s;
    opacity: 0;
    height:0;
}
.header_bottom .menu_box>ul li .second_nav a{
    color: #222;
    font-size: 16px;
   line-height:40px;


}
.header_bottom .menu_box>ul li .second_nav li{
   height:40px;
   display: none;
}
.header_bottom .menu_box>ul li a {
    color: #333333;
}
.header_bottom .menu_box .active{
    background: url(../images/navActive.png) no-repeat;
    background-size: cover;
    background-position: center;
    
}
.header_bottom .menu_box>ul>li:hover>a{
    color:#fff;
}
.header_bottom .menu_box>ul>li:hover{
    background: url(../images/navActive.png) no-repeat;
    background-size: cover;
    background-position: center;
    
}
.header_bottom .menu_box .active a{
    color:#fff;
}
.banners{
    margin-top:108px;
    width:100%;
    height:480px;
}
.banners .banner_box{
    width:100%;
    height:100%;
}
.banners img{
    width:100%;
    height:100%;
    object-fit: cover;
}

.nav{
    width:100%;
    height:70px;
    background:#a90000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 106px;
    box-sizing: border-box;
}
.nav ul{
    display: flex;
    align-items: center;
}
.nav ul li{
    width:110px;
    border-right: 1px solid rgba(255,255,255,0.2);
}
.nav ul .active{
    position: relative;

}
.nav ul .active::after{
    position: absolute;
    bottom: -28px;
    left: 19px;
    content: '';
    width: 70px;
    height: 4px;
    background: #fff;

}
.nav ul li a{
    display: inline-block;
    width:100%;
    color:#fff;
    font-size: 16px;
    text-align: center;
}
.nav ul li:last-child{
    border: none;
}
.nav .location{
    display: flex;
    align-items: center;
}
.nav .location img{
    width:20px;
    height:24px;
}
.nav .location>div{
    display: flex;
    align-items: center;
}
.nav .location>div div{
    color:#fff;
    font-size: 14px;
    margin-left:10px;
}
.nav .location>div a{
    color:#fff;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;

}
.about{
    display: flex;
    justify-content: space-between;
}
.about .left{
    width:50%;
    background:url(../images/about_bg.png) no-repeat;
    background-size: cover;
    padding:100px 100px 100px 120px;
    box-sizing: border-box;
}
.about .right{
    width:50%;
}
.about .right img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.about .left .title{
    color:#333333;
    font-size: 16px;
}
.about .left .name{
    color:#333333;
    font-size: 36px;
    font-weight: bold;
    margin-top:14px;
}
.about .left .info{
    display: flex;
    justify-content: space-between;
    margin-top:50px;
}
.about .left .info .info_item{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about .left .info .info_item div:nth-child(1){
    color:#b50003;
    font-weight: bold;
    font-size: 40px;
    display: flex;
    align-items: flex-end;
}
.about .left .info .info_item div:nth-child(1) span{
    color:#b50003;
    font-weight: bold;
    font-size: 24px;
    display: flex;
}
.about .left .info .info_item div:nth-child(2){
    color:#333;
    font-size: 16px;
    margin-top:18px;
}
.about .left  .desc{
    margin-top:60px;
}
.about .left  .desc p{
    font-size: 16px;
    color:#333;
    line-height: 30px;
    margin-bottom: 50px;
}
.about .left  .desc p:last-child{
    margin-bottom: 0px;

}

.zhuzhi{
    background:url(../images/zhuzhi_bg.png) no-repeat;
    background-size: cover;
    padding:100px 120px 0px;
    box-sizing: border-box;
}
.zhuzhi .title{
    font-size: 44px;
    font-weight: bold;
    color:#333;
    text-align: center;
}
.zhuzhi .zhuzhi_box{
    width:100%;
    height:736px;
    background:#fff;
    margin-top:40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rongyu{
    background:url(../images/rongyu_bg.png) no-repeat;
    background-size: cover;
    padding:40px 120px 190px;
    box-sizing: border-box;
}
.rongyu .title{
    font-size: 44px;
    font-weight: bold;
    color:#333;
}
.rongyuSwiper{
    position: relative;
    overflow: hidden;
    padding:90px 0 20px;
    box-sizing: border-box;
}
.rongyuSwiper .swiper-slide{
    height:auto;
    background:#fff;
    padding:32px 45px 36px;
    box-sizing: border-box;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);

}
.rongyuSwiper .swiper-slide img{
    width:100%;
    height: auto;
}
.rongyuSwiper .swiper-slide .title{
    text-align: center;
    font-size: 18px;
    color:#333;
    margin-top:48px;
}
.rongyuSwiper .swiper-button-next{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #c8c0a9;
    right:118px;
    top:26px;
    
}
.rongyuSwiper .swiper-button-prev{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #a90000;
    right: 180px;
    top: 26px;
    left: inherit;

    
}
.rongyuSwiper .swiper-button-prev:after, .swiper-button-next:after{
    font-size: 14px !important;
    color:#fff;
}

.fengcai{
    background:url(../images/fengcai_bg.png) no-repeat;
    background-size: cover;
    padding:94px 120px 120px;
    box-sizing: border-box;
}
.fengcai>.title{
    font-size: 44px;
    font-weight: bold;
    color:#fff;
}
.fengcaiSwiper{
    position: relative;
    overflow: hidden;
    padding:90px 0 80px;
    box-sizing: border-box;
}
.fengcaiSwiper .swiper-slide{
    height:auto;
    background:#fff;
    padding:20px 20px 46px;
    box-sizing: border-box;
}
.fengcaiSwiper .swiper-slide .img_box{
    width:100%;
    height:18vw;
}
.fengcaiSwiper .swiper-slide .img_box img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.fengcaiSwiper .swiper-slide .title{
    font-size: 18px;
    color:#333;
    margin-top:24px;
    text-align: center;
}
.fengcaiSwiper .swiper-slide .name{
    font-size: 18px;
    color:#333;
    margin-top:34px;
    text-align: center;

}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.3;
    width: 14px;
    height: 14px;
    border-radius: 50% !important;
}
.swiper-pagination-bullet-active{
    background: #a90000;
    width: 40px;
    height: 14px;
    opacity: 1;
    border-radius: 7px !important;

}

.factory{
    background:#fff;
    padding:94px 120px 80px;
    box-sizing: border-box;
}
.factory>.title{
    font-size: 44px;
    font-weight: bold;
    color:#333;
}
.factorySwiper{
    position: relative;
    overflow: hidden;
    padding:90px 0 120px;
    box-sizing: border-box;
}

.factorySwiper .swiper-pagination-bullet {
    background: #000;
    opacity: 0.2;
    width: 14px;
    height: 14px;
    border-radius: 50% !important;
}
.factorySwiper .swiper-pagination-bullet-active{
    background: #a90000;
    width: 40px;
    height: 14px;
    opacity: 1;
    border-radius: 7px !important;

}

.factorySwiper .swiper-slide .img_box{
    width:100%;
    height:24vw;
    position: relative;
}
.factorySwiper .swiper-slide .img_box img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.factorySwiper .swiper-slide .img_box .title{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:100px;
    line-height: 100px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.01), rgba(0,0,0,0.5));
    font-size: 24px;
    color:#fff;
    text-align: center;
}
.team{
    background:url(../images/team_bg.png) no-repeat;
    background-size: cover;
    padding:94px 120px 120px;
    box-sizing: border-box;
}
.team>.title{
    font-size: 44px;
    font-weight: bold;
    color:#333;
}
.team .team_box{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top:50px;

}
.team_item{
    position: relative;
    height:26vw;
}
.team_item .img_box{
    width:100%;
    height:100%;
}
.team_item .img_box img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.team_item div:nth-child(2){
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:100px;
    line-height: 100px;
    padding-left:30px;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.01), rgba(0,0,0,0.5));
    color:#fff;
    font-size: 20px;
    font-weight: bold;
}
.team_item div span{
    font-size: 14px;
    color:#fff;
}

.factorySwiper .swiper-slide-next .img_box{
    height:100%;
}


.factory .swiper-slide {
    /* width: 60%  !important; */
    transform: scale(0.75);
}
.factory  .swiper-slide-next { 
    /* width: calc((100% -  32% - 104px)) !important;  */
    /* width: 60%  !important; */
    height:24vw;
    top:0px;
    transform: scale(1.2);

}
.factorySwiper .swiper-slide .img_box .title{
    display: none;
}
.factory  .swiper-slide-next .img_box .title{
    display: block;
}









.footer {
    width: 100%;
    height: 100%;
    background: url('../images/footer_bg.png') #ead4b5 no-repeat;
    color: #555454;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 20px;

}

.footer>a {
    margin: 0 auto;

}

.footer .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 120px 20px 120px;
    box-sizing: border-box;
}

.footer .top .left {
    color: #555454;
    font-size: 14px;
}

.footer .top .right {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 12px;
    color: #fff;
}

.footer .top .left>div {
    margin-bottom: 20px;
}

.footer .center {
    display: flex;
    width: 50%;
    align-items: flex-start;
    margin-left:6%;
   
}

.footer .center ul {
    width: 20%;
}

.footer .center ul li {
    height: 40px;

}

.footer .center ul li a {
    color: #666666;
    font-size: 14px;
}

.footer .center ul li:nth-child(1) a {
    font-size: 18px;
    color:#333;
    font-weight: bold;
}

.footer>.top .right div span {
    font-size: 16px;
    color: #333;
}

.footer .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 60px;
    box-sizing: border-box;
    color: #666;
    font-size: 14px;
    border-top: 1px solid rgba(175, 126, 58, 0.21)
}

.footer .bottom a {
    color: #fff;
}


.footer .top .right img {
    width: 106px;
    height: 106px;
}
@media screen and (max-width:1300px) {
    .about .left .name{
        font-size: 30px;
    }
    .about .left .info .info_item div:nth-child(1){
        font-size: 30px;

    }
    .about .left{
        padding: 100px 40px 40px 40px;
    }
}
@media screen and (max-width:1400px) {
    .about .left .name{
        font-size: 30px;
    }
    .about .left .info .info_item div:nth-child(1){
        font-size: 30px;

    }
    .about .left{
        padding: 100px 40px 40px 40px;
    }
}
@media screen and (max-width:1500px) {
    .about .left .name{
        font-size: 30px;
    }
    .about .left .info .info_item div:nth-child(1){
        font-size: 30px;

    }
    .about .left{
        padding: 100px 40px 40px 40px;
    }
}
@media screen and (max-width:800px) {
    .about{
        flex-direction: column;
    }
    .about .left{
        width:100%;
        padding: 20px;
    }
    .about .right{
        width:100%;
    }
    .about .left .name{
        font-size: 20px;
    }
    .about .left .info .info_item div:nth-child(1){
        font-size: 16px;
    }
    .about .left .info .info_item div:nth-child(2){
        font-size: 14px;

    }
    .about .left .desc{
        margin-top:20px;
    }
    .zhuzhi{
        padding: 20px;
    }
    .zhuzhi .title{
        font-size: 24px;
    }
    .zhuzhi .zhuzhi_box{
        width:100%;
        height:auto;
    }
    .zhuzhi .zhuzhi_box img{
        width:100%;
        height:100%;
    }
    .rongyuSwiper{
        padding: 20px;
    }
    .rongyu{
        background:#fff;
    }
    .fengcai{
        padding:20px;
    }
    .fengcai>.title{
        font-size: 24px;
    }
    .fengcaiSwiper{
        padding: 40px 0 80px;
    }
    .fengcaiSwiper .swiper-slide .img_box{
        height:200px;
    }
    .factory{
        padding:20px;

    }
    .factory>.title{
        font-size: 24px;

    }
    .factorySwiper{
        padding: 40px 0 80px;

    }
    .factorySwiper .swiper-slide .img_box{
        height:200px;
    }
    .factory .swiper-slide{
        transform: scale(1);
    }
    .team{
        padding:20px;

    }
    .team>.title{
        font-size: 24px;

    }
    .team .team_box{
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .team_item{
        height:200px;
    }
    .about .left .info .info_item div:nth-child(1) span{
        font-size: 16px;
    }
    .rongyu .swiper-button-next{
        display: none;
    }
    .rongyu .swiper-button-prev{
        display: none;
    }
    .about .left .desc p{
        margin-bottom:30px;
    }
    .rongyu{
        padding: 20px 20px 40px 20px;

    }
}
