.panel, .swiper-slide{
    width: 100%;
    height: 100%;
}
.headerBox{
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom: #000 5px solid;
}
.footer {
    height: 100%;
}
.footer .middle dd{
    width: 50%;
    height: 100%;
    padding: 15px;
    float: left;
}
.footer .top li .scale_box{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: visible;
}
.footer .top li .scale{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: left 1s, top 1s, width 1s, height 1s;
    -moz-transition: left 1s, top 1s, width 1s, height 1s;
    -webkit-transition: left 1s, top 1s, width 1s, height 1s;
    -o-transition: left 1s, top 1s, width 1s, height 1s;
}
.news_list{
    float: left;
    width: 100%;
    color: #fff;
    padding: 10px;
    margin: 0px;
}
.news_list li{
    height: 125px;
    float: left;
    width: 100%;
    text-align: justify;
}
.news_list li *{
    align-self: center;
}
.news_list li a{
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
}
.news_list li h1{
    float: left;
    width: 30%;
    max-height: 100%;
    font-size: 16px;
    font-weight: bold;
    margin-right: 2%;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news_list li .img{
    float: left;
    width: 30%;
    height: 100%;
    margin-right: 2%;
    text-align: center;
}
.news_list li .img img{
    height: 100%;
}
.news_list li .news_list_cont{
    float: left;
    width: 36%;
    max-height: 100%;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
    overflow:hidden;
    text-overflow:ellipsis;
}
.newsCenter .bottom{
    border: 1px #ccc solid;
    background-color: rgba(255, 0, 0, 0.6);
}
.newsCenter .bottom dl{
    padding: 0px;
}

.nav_indicators ul li{
    position: static;
    display: inline-block;
    width: 5px !important;
    height: 5px !important;
    margin: 10px !important;
    padding: 0;
    overflow: hidden;
    background: #fff;
    color: #fff;
    border: 2px solid #000;
    border-radius: 50%;
    cursor: pointer;
}
.aboutUs td a:hover {
    text-decoration: none;
}
.product_top_img img{
    width: 100%;
    height: 200px;
}