﻿.header .header-box a {
    color: #fff;
}
.header-style .header-box a {
    color: #808080;
}
.production-wrap .banner{
    width: 100%;
    min-width: 1200px;
    height: 580px;
    position: relative;
}

.production-wrap .banner .title{
    align-items: center!important;
}

.production-wrap .banner .title>div{
    margin-bottom: 10px;
    opacity: 0;
}
.production-wrap .banner .title>div h1{
    color: #fff;
    font-size: 36px;
    height: 28px;
    line-height: 28px;
}

.production-wrap .banner .title>h2{
    color: #fff;
    font-size: 15px;
    opacity: 0;
}

.production-wrap .banner .bottom{
    width: 1000px;
    margin: 0 auto;
    position: relative;
    opacity: 0;
}

.production-wrap .banner .bottom ul{
    width: 100%;
    height: 360px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    top: -170px;
}

.production-wrap .banner .bottom li{
    width: 190px;
    height: 360px;
}

.production-wrap .banner .bottom li .name{
    width: 190px;
    height: 170px;
    background-color: #edebeb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    cursor: pointer;
}
.production-wrap .banner .bottom li .name h3,.production-wrap .banner .bottom li .name div{
    transition: all 0.2s linear;
}
.production-wrap .banner .bottom li .name:hover{
    background-color: #c92829;
}

.production-wrap .banner .bottom li .name:hover h3{
    color: #fff;
    margin-bottom: 20px;
}

.production-wrap .banner .bottom li .name:hover div{
    background: url('../image/bottom-hover.png') no-repeat 100% 100%;
    background-size: 100%;
    position: relative;
    bottom: 10px;
}

.production-wrap .banner .bottom li .name h3{
    font-size: 16px;
    color: #606060;
    margin-bottom: 30px;
}

.production-wrap .banner .bottom li .name div{
    width: 18px;
    height: 18px;
    background: url('../image/bottom.png') no-repeat 100% 100%;
    background-size: 100%;
}

.production-wrap .banner .bottom li .img{
    width: 190px;
    height: 190px;
    position: relative;
    overflow: hidden;
}

.production-wrap .banner .bottom li .img img{
    opacity: 0;
    transition: transform .5s;
    cursor: pointer;
}

.production-wrap .banner .bottom li .img img:hover{
    transform: scale(1.2);
}

.mask-animation{
    animation: mask-motion 1s cubic-bezier(0.86, 0, 0.07, 1) 2.6s 1 alternate forwards;
}

.img-animation{
    animation: mask-img-motion 1s cubic-bezier(0.86, 0, 0.07, 1) 2.6s 1 alternate forwards;
}


.production-wrap .production-detail{
    margin: 250px auto 0;
    opacity: 0;
    display: none;
}

.production-wrap .production-detail.first-display{
    display: block;
}

.production-wrap .production-detail>h1{
    width: 1000px;
    margin: 0 auto;
    font-size: 15px;
    color: #616160;
    margin-bottom: 40px;
}

.production-wrap .production-detail .content .top{
    width: 100%;
    height: 150px;
}

.production-wrap .production-detail .content .top>div{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.production-wrap .production-detail .content .top>div .swiper-wrap{
    width: 480px;
    height: 720px;
    position: absolute;
    left: 0;
    top: 0;
}

.production-wrap .production-detail .content .top>div .swiper-wrap>div{
    width: 100%;
    height: 100%;
}

.production-wrap .production-detail .content .top>div ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.production-wrap .production-detail .content .top>div li{
    width: 80px;
    margin-left: 10px;
}

.production-wrap .production-detail .content .top>div li img{
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    transition: transform .5s;
    cursor: pointer;
}

.production-wrap .production-detail .content .top>div li img:hover{
    transform: scale(1.2);
}

.production-wrap .production-detail .content .bottom{
    width: 100%;
    height: 620px;
    background-color: #edebeb;
}

.production-wrap .production-detail .content .bottom >div{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.production-wrap .production-detail .content .bottom >div>div{
    position: absolute;
    right: 0;
    top: 0;
    width: 350px;
    height: 620px;
    padding-top: 20px;
    display: none
}

.production-wrap .production-detail .content .bottom >div>div.first-display{
    display: block;
}

.production-wrap .production-detail .content .bottom >div>div h1{
    font-size: 18px;
    line-height: 78px;
}

.production-wrap .production-detail .content .bottom >div>div p{
    font-size: 13px;
    line-height: 73px;
}

.production-wrap .production-detail .content .bottom >div>div span{
    display: inline-block;
    width: 85px;
    height: 2px;
    background-color: #766d69;
}
.production-detail .swiper-wrap .swiper-lazy{
    transition: transform .5s;
}
.production-detail .swiper-wrap .swiper-lazy:hover{
    transform: scale(1.2);
}
.reset-animation-delay{
    animation-delay: .5s!important;
}

.swiper-container{
    display: none;
}
.swiper-container.first-display{
    display: block;
}
