.margin-top-100{
    margin-top: 100px;
}
.mainBox{
    background-image: url('../images/xing.png');
    background-position: top center;
    padding-top: 100px;
}




/* 系列产品 */
@media screen and (min-width:768px){
    .seriesRow > div{
        width: calc((100% - 16px) / 3);
        padding-left: 0;
        padding-right: 0;
    }
    .seriesRow > div:nth-child(2){
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media screen and (max-width:768px){
    .seriesRow > div{
        margin-bottom: 15px;
    }
    .mainBox{
        padding-top: 50px;
    }
}


.seriesImgBox .img-responsive{
    width: 100%;
}
.seriesTitleBox{
    display: flex;
    justify-content: center;
}
.seriesTitle{
    display: inline-block;
    height: 56px;
    line-height: 56px;
    font-size: 30px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-image: url('../images/titleBg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 100px;
    padding: 0 15px;
}
.seriesImgBox{
    position: relative;
    display: block;
    cursor: pointer;
}
.seriesRow_title{
    height: 95px;
    width: 100%;
    background-color: rgba(0,0,0,0.59);
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.seriesRow_title_name{
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
}
.seriesRow_title_icon{
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.seriesRow_title_icon img{
    transition: all 0.5s linear;
}
.seriesImgBox:hover .seriesRow_title_icon img{
    margin-left: 500px;
}


/* 云膜专区 */
@media screen and (min-width:768px){
    .padding-left-0{
        padding-left: 0;
    }
}
.margin-bottom-15{
    margin-bottom: 15px;
}
.lingjin_box{
    width: 100%; 
    height: 535px;
    display: block;
    /*background-image: url('../images/home_lingjin_bg.png');*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}
.guangnian_box{
    width: 100%; 
    height: 260px;
    display: block;
    /*background-image: url('../images/home_guangnian_bg.png');*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}
.qingmu_box{
    width: 100%; 
    height: 260px;
    display: block;
    /*background-image: url('../images/home_qingmu_bg.png');*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}
.bingdu_box{
    width: 100%; 
    height: 260px; 
    display: block;
    /*background-image: url('../images/home_bingdu_bg.png');*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}
.xinghang_box{
    width: 100%; 
    height: 260px; 
    display: block;
    /*background-image: url('../images/home_xinghang_bg.png');*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}
.cpImg{
    height: 100%;
    transition: all 0.3s linear;
}
.bigtitle_box{
    position: relative;
    overflow: hidden;
}
.bigtitle_box:hover .cpImg{
    transform: scale(1.1,1.1);
}
.bigtitle{
    height: 95px;
    width: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 50%;
    margin-top: -48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nameBox{
    height: 95px;
    padding-top: 15px;
}
.name{
    padding: 0 10px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background-image: url('../images/textDecorate.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.nameRow{
    display: flex;
    align-items: center;
    justify-content: center;
}
.subheading{
    color: #fff;
    font-size: 16px;
    opacity: 0.9;
    letter-spacing: 2px;
    margin-top: 8px;
    font-family: '黑体';
    white-space: nowrap;
}
.directionIcon{
    margin: 0 15px;
}


/* 品牌介绍 */
@media screen and (max-width:768px){
    .video_box{
        background-color: #fff; 
        width: 100%; 
        height: 230px;
    }
    .videoItem{
        height: 230px;
    }
    .brandAllBox{
        margin-top: 30px;
        text-align: center;
    }
    .brandIntroduce{
        color: #fff;
        opacity: 0.9;
        font-size: 16px;
        line-height: 30px;
        font-family: 'STXihei';
        letter-spacing: 1px;
        margin-bottom: 0;
    }
}
@media screen and (min-width:768px){
    .video_box{
        background-color: #fff; 
        width: 100%; 
        height: 430px;
    }
    .videoItem{
        height: 430px;
    }
    .brandAllBox{
        margin-top: 30px;
        text-align: right;
    }
    .brandIntroduce{
        color: #fff;
        opacity: 0.9;
        font-size: 18px;
        line-height: 35px;
        font-family: 'STXihei';
        letter-spacing: 1px;
        margin-bottom: 0;
        text-indent: 40px;
    }
}
.brandTitle{
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    margin-top: 70px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.brandAll{
    display: inline-block;
    width: 131px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.8);
}
.brandAll:hover{
    text-decoration: none;
    color: #fff;
}


/* 客户服务 */
.serveBox{
    width: 100%; 
    height: 185px; 
    background-color: #fff;
    cursor: pointer;
    position: relative;
}
.serve_1_bg{
    background-image: url('../images/serve_1_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.serve_2_bg{
    background-image: url('../images/serve_2_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.serve_3_bg{
    background-image: url('../images/serve_3_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.serve_4_bg{
    background-image: url('../images/serve_4_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.serveName{
    width: 100%;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background-color: rgba(0,0,0,0.39);
    color: #fff;
    letter-spacing: 1px;
    font-size: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: 'STXihei';
}


/* 新闻资讯 */
.newsBox{
    width: 100%; 
    height: 248px;
    /*background-image: url('../images/news_bg.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.news_1{
    background-image: url('http://anebula-1251098330.cossh.myqcloud.com/news/1597566433.png');
}
.news_2{
    background-image: url('http://anebula-1251098330.cossh.myqcloud.com/news/1597566978.png');
}
.news_3{
    background-image: url('http://anebula-1251098330.cossh.myqcloud.com/news/1597572389.png');
}
.newsName{
    width: calc(100% - 15px);
    height: 32px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #fff;
    opacity: 0.85;
    background-color: rgba(0,0,0,0.85);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 14px;
    padding-left: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.Trapezoid{
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 0 100%);
    background-color: #313131;
    height: 74px;
    width: 160px;
}
.news_item{
    width: 100%;
    display: block;
}
.news_item:hover{
    text-decoration: none;
}
.time_day{
    font-size: 27px;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
}
.time_year{
    font-size: 20px;
    color: #65ffef;
    padding-left: 10px;
    font-family: 'STXihei';
}
.news_item_title{
    color: #fff;
    font-size: 18px;
    margin: 20px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

@media screen and (min-width:768px){
    .news_item_info{
        color: #bdbdbd;
        font-size: 15px;
        line-height: 30px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        padding-right: 100px;
    }
}
.news_item_info{
    color: #bdbdbd;
    font-size: 15px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.nameBox{
    overflow: hidden;
}