/*************** banner **********************/
.banner{
    margin-top: 80px;
    display: flex;
    background-color: #FDFDFD;
}
.banner .container{
    display: flex;  
}
.banner-left{
    display: flex;
    width: 100%;
    flex-direction: column;
    background: url('./../images/product-center/未标题-20.png') no-repeat;
    background-size: 100% 100%;
    height: 500px;
    overflow: hidden;
    padding-left: 20px;
}
.banner-left img:first-of-type{
    width: 102px;
    height: 28px;
    margin-top: 132px;
}
.banner-left span:nth-of-type(1){
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-top: 10px;
}
.banner-left span:nth-of-type(2){
    font-size: 20px;
    color: #b6b6b6;
    line-height: 15px
}
/*************** category **********************/
.hover-img{
    display: none;
}
.category ul{
    display: flex;
    justify-content: space-between;
}
.category ul li{
    width: 25%;
    height: 140px;
    line-height: 140px;
    text-align: center;
    border-right: 1px solid #f0f0f0;
    font-size: 20 px;
}
.hover-shadow{
    -moz-box-shadow: 0px 5px 10px #B3B3B3;
    -webkit-box-shadow: 0px 5px 10px #B3B3B3;
    box-shadow: 0px 5px 10px #B3B3B3;
}
.category ul li:hover{
    cursor: pointer;
}
.category .show{
    -moz-box-shadow: 0px 5px 10px #B3B3B3;
    -webkit-box-shadow: 0px 5px 10px #B3B3B3;
    box-shadow: 0px 5px 10px #B3B3B3;
    color: #0fbbeb
}
.category .show img:nth-child(1){
    display: none
}
.category .show img:nth-child(2){
    display: inline
}
/* .category ul li:first-of-type{
    -moz-box-shadow: 0px 5px 10px #B3B3B3;
    -webkit-box-shadow: 0px 5px 10px #B3B3B3;
    box-shadow: 0px 5px 10px #B3B3B3;
}
.category ul li:first-of-type img:nth-child(1){
    display: none
}
.category ul li:first-of-type img:nth-child(2){
    display: inline
} */
/* .category ul li:hover{
    -moz-box-shadow: 0px 5px 10px #B3B3B3;
    -webkit-box-shadow: 0px 5px 10px #B3B3B3;
    box-shadow: 0px 5px 10px #B3B3B3;
}
.category ul li:hover .hover-img{
    display: inline;
}
.category ul li:hover img:first-of-type{
    display: none
}
.category ul li:hover span{
    color: #0fbbeb
} */
.category ul li:last-of-type{
    border: none
}
.category ul li span{
    margin-left: 17px
}
/* .category li i{
    display: inline-block;
    width: 45px;
    height: 45px;
}
.category li:nth-child(1) i{
    background: url('./../images/product-center/未标题-10.png');
} */
/*************** more **********************/
.bottom-container{
    background: #F7F7F7;
    padding-bottom: 40px;
}
.more-container{
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
    display: none;
    
}
.more-container.showcont{
    
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* .more-container:first-of-type{
    display: block;
} */
.more-info{
    width: 49%;
    margin-top: 30px;
    background: #fff;
    padding-bottom: 35px;
}
.more-info-img{
    overflow: hidden;
}
.more-info img{
    transition: all 0.3s ease;
}
.more-info:hover{
    cursor: pointer;
}
.more-info:hover img{
    transform: scale(1.05);
    
}
.more-info img{
    width: 100%;
}
.more-info h3{
    text-align: center;
    margin-top: 37px
}
.more-info hr{
    width: 41px;
    border-top: 1px solid #0096ff
}
.more-info p{
    padding: 0 20px
}
.info-btn{
    margin-top: 62px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background:#0096ff;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
}
/*************** footer **********************/
.footer{
    margin-top: 500px;
}
.footer .container{
    display: flex;
}
.contact{
    width: 80%
}
.contact a{
    color: #000;
}
.contact ul:first-of-type{
    display: flex;
}
.contact ul:first-of-type li span:last-of-type{
    margin: 0 5px;
}
.contact ul:last-of-type{
    margin-top: 30px;
}
.contact ul:last-of-type li:last-of-type{
    margin-top: 5px;
}
.QR-code{
    width: 20%;
    text-align: right;
}
.contact-secondul img{
    width: 18px;
    height: 18px;
    
}
.contact-secondul li{
    display: flex;
}
.contact-secondul span{
    display: inline-block;
    /* padding-top: 5px; */
    margin-left: 7px;
}
.copyright{
    margin-top: 50px;
    color:#7E7A7A;
    text-align: center;
}

