.page-ban{
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.page-font{
    width: 1300px;
    height: 120px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin: 0 0 -60px -650px;
    z-index: 2;
}
.page-font h2{
    display: block;
    font-size: 38px;
    color: #e50011;
    line-height: 60px;
}
.page-font text{
    color: #baaba8;
}
.page-ban img{
    width: 1920px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}
/* Link */
.link-box{
    width: 1300px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
}
.link-box img{
    padding-right: 10px;
}
.link-box text{
    color: #e50011;
}
/* Product */
.product-menu{
    width: 1300px;
    height: auto;
    padding-bottom: 20px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
.product-menu a{
    font-size: 15px;
    color: #444;
    display: inline-block;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border:solid 1px #ccc;
    margin-left: -6px;
    background: #fff;
    border-radius: 20px;
    margin: 0 5px;
}
.product-menu a:hover{
    color: #fff;
    background: #e50011;
    border-color: #e50011;
}
.product-menu a.nav{
    color: #fff;
    background: #e50011;
    border-color: #e50011;
}
.product-menu:hover a.nav{
    color: #444;
    background: #fff;
    border-color: #ccc;
}
.product-menu:hover a.nav:hover{
    color: #ccc;
    background: #e50011;
    border-color: #e50011;
}
.product-text-box{
    width: 1360px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0 60px 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: 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;
}
/* Product */
.product-text{
    width: 1150px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    min-height: 430px;
}
.product-left{
    width: 454px;
    height: 430px;
    float: left;
    margin-right: 46px;
    position: relative;
    margin-left: 30px;
}
.product-left .swiper-button-next, .swiper-button-prev{
    top: auto !important;
    bottom:30px !important;
}
.product-left .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: -30px;
}
.product-left .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: -30px;
}
:root{--swiper-theme-color:#e50011 !important}
.product-left .swiper-slide{
    width: 450px;
    height: 330px;
    box-sizing: border-box;
    border:solid 1px #ccc;
    overflow: hidden;
}
.product-left .gallery-top img{
    height: 330px;
    display: block;
    margin: 0 auto;
}
.product-left .gallery-thumbs{
    margin-top: 10px;
}
.product-left .gallery-thumbs .swiper-slide{
    height: 82px;
    overflow: hidden;
    cursor: pointer;
}
.product-left .gallery-thumbs .swiper-slide img{
    height: 82px;
    display: block;
    margin: 0 auto;
}
.product-left .gallery-thumbs .swiper-slide-thumb-active {
   border-color: #e50011;
}
.white{
    width: 100%;
    height: 30px;
}
.product-riht{
    width: 570px;
    margin-left: 40px;
    height: auto;
    float: left;
    overflow: hidden;
}
.riht-title{
    width: 100%;
    height: 60px;
    line-height: 40px;
    border-bottom: solid 1px #ccc;
    font-size: 28px;
    font-weight: bold;
    color: #e50011;
}
.riht-texts{
    width: 100%;
    height: auto;
    min-height: 230px;
    padding: 20px 0;
    border-bottom: solid 1px #ccc;
    font-size: 18px;
    line-height: 40px;
    color: #666;
}
.riht-texts>text{
    display: block;
}
.riht-btns{
    width: 100%;
    height: 50px;
    padding: 30px 0 0 0;
}
.riht-btns a{
    display: block;
    width: 200px;
    height: 50px;
    box-sizing: border-box;
    border:solid #eaeaea 1px;
    border-radius: 25px;
    float: left;
    margin-right: 20px;
    line-height: 50px;
    text-align: center;
}
.riht-btns a img{
    margin-right: 10px;
}
.riht-btns a:hover{
    color: #e50011;
}
.product-info{
    width: 1150px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0 50px 0;
}
.product-info .layui-tab-content{
    padding: 0;
}
.product-info .layui-tab-title{
    height: 70px;
    background: #fff;
    line-height: 70px;
    border:solid 1px #ccc;
    box-sizing: border-box;
    text-align: center;
    border-left: none;
    border-right: none;
}
.product-info .layui-tab-title .layui-this:after{
    display: none;
}
.product-info .layui-tab-title li{
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    padding: 0 ;
    color: #666;
    width: 25%;
    text-align: center;
    position: relative;
}
.product-info .layui-tab-title li.layui-this{
    color: #e50011;
}
.product-info .layui-tab-title li span{
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    background: #ccc;
}
.product-info .layui-tab-item{
    font-size: 16px;
    color: #666;
}
.product-info .layui-tab-item img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
/* Down */
.down .pro-list{
    height: 370px;
}
.download-title{
    width:580px;
    height: 80px;
    margin: 0 auto;
    line-height: 80px;
    font-size: 20px;
    color: #444;
}
.download-texts{
    width: 580px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.download-left{
    width: 348px;
    height: 278px;
    border:solid 1px #ccc;
    float: left;
    overflow: hidden;
}
.download-left img{
    height: 278px;
    display: block;
    margin: 0 auto;
}
.download-riht{
    width: 230px;
    height: auto;
    float: left;
}
.down-btn{
    display: block;
    height: 40px;
    background: #e50011;
    color: #fff;
    margin-left: 30px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}
.down-btn:hover{
    color: #fff;
}
.down-txt{
    width: 90%;
    height: 30px;
    margin-left: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    color: #999;
}
.down-cod{
    width: 87%;
    height: auto;
    margin-left: 30px;
}
.down-cod img{
    width: 100%;
}
.layui-layer-setwin .layui-layer-close2{
    right: 0px !important;
    top: 0px !important;
}
/* About */
/* 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;
}
.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;
}
/* Contact */
.contact-box{
    width: 1300px;
    height: auto;
    min-height: 360px;
    box-sizing: border-box;
    padding-right: 940px;
    position: relative;
    margin: 0 auto 60px auto;
    line-height:36px;
}
.map{
    width: 890px;
    height: 460px;
    position: absolute;
    right: 0;
    top: 0;
}
.contact-title{
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #e50011;
}
.contact-box>ul{
    padding-top: 15px;
}
.contact-box>ul li{
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 12px 40px;
    position: relative;
    color: #666;
}
.contact-box>ul li img{
    position: absolute;
    left: 0;
}
.con-btn{
    margin-left: 40px;
    width: 100%;
    height: 38px;
    position: relative;
    line-height: 38px;
}
.con-btn{
    margin-top: 10px;
    display: block;
    width: 130px;
    height: 38px;
    box-sizing: border-box;
    padding-right: 50px;
    background: #e50011;
    color: #fff;
    line-height: 38px;
    text-align: center;
    position: relative;
    font-size: 14px;
    -webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;
}
.con-btn:hover {
    color: #fff;
}
.con-btn span{
    position: absolute;
    right: 15px;
    top: 7px;
    -webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;
}
.con-btn:hover span{
    right: 20px;
    -webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;
}
.con-btn:hover{
    padding-left: 10px;
    -webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;
}
/* News */
.news-box{
    width: 1300px;
    height: auto;
    margin: 0 auto 50px auto;
    min-height: 380px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.news-right{
    width: 1040px;
    height: auto;
    overflow: hidden;
    float: right;
    padding:0 45px;
    background: #fff;
}
.news-list{
    box-sizing: border-box;
    padding-left: 375px;
    position: relative;
    width: 1040px;
    height: auto;
    padding-bottom: 50px;
    margin-bottom: 30px;
    overflow: hidden;
    border-bottom: solid 1px #dadada;
}
.news-img{
    width: 340px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
}
.news-img img{
    width: 340px;
    height: 200px;
}
.news-list h2{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    font-size: 16px;
    overflow: hidden;
    text-overflow: hidden;
    white-space: nowrap;
    *white-space: nowrap;
}
.news-list h2 a{
    color: #222;
}
.news-list h2 a:hover{
    color: #e50011;
}
.news-list p{
    width: 100%;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    margin-top: 7px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-list-btn{
    width: 100%;
    height: 38px;
    position: relative;
    line-height: 38px;
}
.news-list-btn text{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #999;
}
.n-list-btn{
    margin-top: 10px;
    display: block;
    width: 130px;
    height: 38px;
    box-sizing: border-box;
    padding-right: 50px;
    background: #e50011;
    color: #fff;
    line-height: 38px;
    text-align: center;
    position: relative;
    font-size: 14px;
    -webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;
}
.n-list-btn:hover {
    color: #fff;
}
.n-list-btn span{
    position: absolute;
    right: 15px;
    top: 11px;
    -webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;
}
.n-list-btn:hover span{
    right: 20px;
    -webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;
}
.n-list-btn:hover{
    padding-left: 10px;
    -webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;
}
.about-nav{
    width: 150px;
    height: auto;
    padding: 10px 0;
    background: #f5f5f5;
    float: left;
}
.nav-dw{
    position: fixed;
}
.about-nav ul li{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    padding-left: 20px;
    cursor: pointer;
}
.about-nav ul li.mo-nav{
    background: #e50011;
}
.about-nav ul:hover li.mo-nav:hover{
    background: #e50011;
}
.about-nav ul:hover li.mo-nav:hover a{
    color: #fff;
}
.about-nav ul:hover li.mo-nav{
    background: #fff;
}
.about-nav ul:hover li.mo-nav a{
    color: #444;
}
.about-nav ul li.mo-nav a{
    color: #fff;
}
.about-nav ul li:hover{
    background: #e50011;
}
.about-nav ul li a{
    display: block;
    width: 100%;
    height: 45px;
    color: #444;
}
.about-nav ul li:hover a{
    color: #fff;
}
.news-title{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 18px;
    color: #444;
    font-weight: bold;
    padding: 10px 0;
}
.news-time{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #999;
    font-size: 14px;
}
.news-texts{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 30px;
    margin-top: 20px;
    border-top: solid 1px #dadada;
    font-size: 16px;
    color: #666;
}
.news-texts p{
    line-height: 36px;
    padding-bottom: 30px;
}
.news-texts img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}