/*banner*/
.banimg {
    width: 100%;
    height: 940px;
    position: relative;
    top: -223px;
}
.navlist1 {
    background: url(../img/sy_banner1.png) no-repeat;
    background-size: cover;
}
.navlist2 {
    background: url(../img/sy_banner2.jpg) no-repeat;
    background-size: cover;
}
.navlist3 {
    background: url(../img/sy_banner3.jpg) no-repeat;
    background-size: cover;
}
.el-carousel__container {
    height: 940px;
    position: relative;
}
.lastp {
    font-size: 36px;
    position: relative;  
}
.firstp, .lastp {
   
    position: relative;
   
}
.firstp{
    font-size: 60px;
    font-weight: 600;
   
}
.textpst {
    z-index: 9999;
    position: relative;
    color:#fff;
    top:400px;
    padding-left: 20px;
}
.textpst a{
    width: 140px;
    height: 45px;
    line-height: 45px;
    border: solid 1px #f7f7f7;
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-top: 50px;
}
.banner-top{
    top: 0;
}
.banner-car .el-carousel__indicators--horizontal,.banner-car1 .el-carousel__indicators--horizontal{
    display: none;
}
.banner-index .el-carousel__indicators--horizontal{
    bottom: 70px;
}
.banner-car1 .el-carousel__arrow {
    display: none;
}
/*卓世产品*/
.home-title {
    font-size: 40px;
    color: #333333;
    position: relative;
    text-align: center;
    padding-bottom: 16px;
    margin: 57px 0 45px;
}
.home-title:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
    width: 60px;
	height: 2px;
    background: #d2d2d2;
}
.product-ul{
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.product-ul li{
    display: flex;
    flex-direction: column;
    width: 32.4%;
    position: relative;
    margin-bottom: 18px;  
}

.product-ul-pub-new li{ 
    display: flex;
    flex-direction: column;
    width: 18%;
    position: relative;
    margin-bottom: 18px;
}
.mascotconstin{
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.mascotTitle{
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 8px;
}
.mascotTitlecontain{
    font-size: 12px;
    color: #333;
    margin-top: 3px;
}
.product-div-box{
    position: absolute;
    bottom: 0px;
    color: #ffffff;
    padding: 20px;
    width: 100%;
}
.product-div-box>div{
    display: none;
}
.product-ul li:hover .product-div-box>div{
    display: block;
}
.product-ul li:hover .product-div-box>h3{
    display: none;
}
.product-ul li:hover .product-div-box{
    background: #f33742;
    opacity: 1;
    animation: fadeIn 1s;
    transition: all .2s linear;
}
.product-div-box h3{
    font-size: 18px;
}
.product-div-box>div h3{
    margin-bottom: 10px;
}
.product-div-box>div p{
    line-height: 22px;
}

/*媒体查询*/
@media screen and (max-width: 1610px){
    .maxcontent {
        width: 1220px;
    }
    .banimg {
        height: 640px;
    }
    .el-carousel__container {
        height: 640px;
    }
    .textpst{
        top:300px
    }
    .product-ul{
        width: 1180px;
    }
    .animenu__nav>li{
        margin-right: 50px;
    }
    .animenu__nav>li:nth-child(6) {
        margin-right: 60px;
    }
    .animenu__nav>li:nth-child(7) {
        margin-right: 30px;
    }
    .animenu__nav>li:nth-child(6)::after {
        right: -30px;
    }
    .lastp{
        font-size: 30px;
    }
    .firstp{
        font-size: 50px;
    }
    .textpst a{
        height: 40px;
        line-height: 40px;
    }
    .banimg{
        top: -198px;
    }
}

@media (max-width: 800px){
    .product-ul li{
        width: 100% !important;
    }
    .product-ul{
        width: 100% !important;
    }
    .product-div-box>h3 {
        display: none;
    }
    .product-div-box>div {
        display: block !important;
    }
    .product-div-box {
        background: rgba(0,0,0,0.4);
        padding: 10px 20px;
    }
    .product-ul li:hover .product-div-box{
        background: rgba(0,0,0,0.4);
        animation: none;
        transition: none;
    }
    .home-title {
        font-size: 26px;
        margin: 15px 0 20px;
    }
    .footer-top-flex>div:first-of-type {
        display: none;
    }
    .footer-top-flex>div:first-of-type {
        display: none;
    }
    .footer-top-flex>div:nth-child(2) {
        display: none;
    }
    .footer-top-flex>div:last-of-type{
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }
    .footer-top{
        padding-top: 15px;
    padding-bottom: 15px;
    }
    .footer-bottom{
        height: 45px;
        line-height: 45px
    }
    .footer-top-flex>div:last-of-type p:first-of-type {
        margin-bottom: 5px;
    }
    .footer-top-flex>div:last-of-type p:nth-child(2) {
        font-size: 20px;
        margin-bottom: 9px;
    }
    .footer-top-flex>div:last-of-type p:last-of-type{
        margin-top: 10px;
    }
    .webhp{
        display: none;
    }
    .record{
        display: block;
    }
    .footer-bottom {
        height: auto;
        line-height: 20px;
        padding: 5px 0px;
    }
    .product-ul {
        margin-bottom: 0px;
    }
    .firstp {
        font-size: 38px;
    }
    .lastp {
        font-size: 26px;
    }
    .banner-index .el-carousel__indicators--horizontal{
        display: none;
    }
    .banner-index .el-carousel__arrow{
        display: none;
    }

}

