/* Bann */
.bann-box{
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
}
.bann-box .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bann-box .swiper-slide {
    text-align: center;
    background: #fff;
    overflow: hidden;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.bann-img{
    width: 1920px;
    height: 700px;
}
.bann-box .swiper-pagination-bullet-active {
    color:#fff;
    background: rgba(229,0,17,.8);
}
:root{
    --swiper-theme-color:#e50011 !important;
}
/* Demo */
.in-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.in-title text{
    line-height: 45px;
    font-size: 34px;
    color: #222;
    display: block;
}
.in-title span{
    font-size: 18px;
    color: #666;
    display: block;
    padding: 7px 0;
}
.in-title em{
    display: block;
    width: 80px;
    height: 2px;
    margin: 0 auto;
    background: #e50011;
}
/* Product */
.in-pro-box{
    width: 1360px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 50px 0;
}
.in-pro-box .layui-tab{
    margin: 30px 0 0 0;
}
.in-pro-box .layui-tab-title{
    border:none;
    text-align: center;
}
.in-pro-box .layui-tab-title li{
    padding: 0 30px;
    font-size: 15px;
    border:solid 1px #ccc;
    border-left: none;
    color: #666;
}
.in-pro-box .layui-tab-title li:first-child{
    border-left: 1px #ccc solid;
}
.layui-tab-title .layui-this:after{
    display: none;
}
.layui-tab-title .layui-this{
    border-color:#e50011 !important;
    background: #e50011;
    color: #fff !important;
}
.in-pro-box .layui-tab-content{
    width: 100%;
    height: 400px;
    padding: 50px 0 0 0;
}
.pro-list{
    display: block;
    width: 315px;
    height: 395px;
    float: left;
    background: #fff;
    box-shadow:  0 0 5px rgba(0,0,0,0.2);
    margin: 0 10px; 
}
.pro-list a dt{
    display: block;
    width: 315px;
    height: 315px;
    overflow: hidden;
    position: relative;
}
.pro-list a dt img{
    width: 315px;
    height: 315px;
    -webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;
}
.pro-list a dt span{
    display: block;
    width: 315px;
    height: 315px;
    background: rgba(229,0,17,.4);
    position: absolute;
    top: 0;
    left: 0;
    line-height: 315px;
    text-align: center;
    display: none;
}
.pro-list a:hover dt span{
    display: block;
}
.pro-list a:hover dt img{
    transform: scale(1.05);
    -webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;
}
.pro-list a dt span text{
    color: #fff;
    font-size: 14px;
    border:solid 1px #fff;
    padding: 5px 10px;
}
.pro-list a dd{
    display: block;
    width: 300px;
    height: 80px;
    margin: 0 auto;
    border-top: solid 1px #ccc;
    box-sizing: border-box;
    text-align: center;
}
.pro-list a dd text{
    display: block;
    width: 100%;
    padding-top: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    color: #444;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.pro-list a dd span{
    color: #999;
    font-size: 14px;
}
.pro-list a:hover dd text{
    color: #e50011;
}
/* News */
.in-news-box{
    width: 100%;
    height: auto;
    padding: 50px 0;
    overflow: hidden;
    background: #f5f5f5;
}
.in-news-cent{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.in-news-list{
    margin-top: 40px;
    width: 400px;
    height: 450px;
    background: #fff;
    float: left;
    margin-left: 20px
}
.in-news-list:first-child{
    margin-left: 0;
}
.in-news-img{
    width: 400px;
    height: 270px;
    overflow: hidden;
}
.in-news-img img{
    width: 400px;
    height: 270px;
}
.in-news-tit{
    margin: 20px auto 0 auto;
    width: 90%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #222;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.in-news-txt{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    text-align: center;
}
.news-btn{
    display: block;
    width: 280px;
    height: 40px;
    margin: 15px auto 0 auto;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background: #e9e9e9;
}
.news-btn:hover{
    background: #e50011;
    color: #fff;
}
/* About */
.in-about{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.in-about-box{
    width: 1300px;
    height: auto;
    position: relative;
    padding: 50px 0;
    min-height: 380px;
    box-sizing: border-box;
    padding-right: 670px;
    margin: 0 auto;
}
.in-about-box .in-title{
    text-align: left;
}
.in-about-box .in-title em{
    margin: 0;
}
.in-about-box p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding-bottom: 30px;
}
.about-white{
    width: 100%;
    height: 30px;
}
.about-img{
    position: absolute;
    top: 50px;
    left: 710px;
    height: 340px;
}
.about-btn{
    display: block;
    width: 140px;
    height: 40px;
    background: #e50011;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}
.about-btn:hover{
    color: #fff;
}