body{font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Helvetica Neue", Helvetica, "Noto Sans", "Microsoft Yahei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";}
/*body{ font-family:  Microsoft Yahei,Avenir,Segoe UI,Hiragino Sans GB,STHeiti,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif}*/
a{color:#333; text-decoration: none}
a:hover,a:focus{text-decoration:none;color:#d32930;}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
.top-box{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.top-box-page{
    box-shadow: 0px 5px 5px #ccc;
}
.home-top-box{
    background-color: rgba(86,86,86,0.3);
    transition: ease .5s;
}
.nav li{
    padding: 0 20px;
    position: relative;
    height: 40px;
    font-size: 16px;
}
.nav-white li a{
    color: #fff;
}
.nav li a.active{
    color: #cf141b;
}
.nav li .nav-content{
    display: none;
    margin-top: 10px;
    position: absolute;
    z-index: 9999;
    background: #f4f4f4;
    width: 450px;
    margin-left: -50px;
}
.nav li:hover .nav-content{
    display: block;
}
.nav-list{
    font-size: 16px;
}
.nav-list p{
    width: 90%;
    text-align: center;
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
}
.nav-list p a{
    display: block;
    color:#333;
}
.nav-list p a:hover{
    background-color: #cf141b;
    color: #fff;
}
.bg-phone{
    background: #cf141b;
}
.home-swiper .swiper-slide{
    position: relative;
}
.swiper-txt{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 300px;
    text-shadow: 5px 5px 5px #666;
}
.home-box1{
    overflow: hidden;
    height: auto;
    background: url("../images/home-bg1.png") no-repeat left bottom;
}
.home-ten{
    font-family: "Arial Black";
    font-size: 70px;
    color: #cccccc;
    text-transform:uppercase;
}
.home-ten span{
    color: #f70502;
}
a.home-aboutbtn{
    display: block;
    background: #f70502;
    color: #fff;
    float: left;
    padding: 6px 15px;
}
.home-thr svg{
    color: #cf141b;
    font-size: 40px;
}
.home-thrtxt{
    color: #999999;
    font-size: 12px;
}
.home-thrtxt b{
    color: #333333;
    font-size: 24px;
    margin-right: 5px;
}
.home-box2{
    background: url("../images/home-bg2.jpg") no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.home-pronav{

}
.home-pronav a{
    display: inline-block;
    padding: 8px 15px;
    background: #eee;
    color: #707070;
    margin-bottom: 2px;
}
.home-pronav a:hover{
    background: #cf141b;
    color: #fff;
}
.img-scale{
    display: block;
    width: 100%;
    overflow: hidden;
    height: auto;

}
.img-scale img{
    transition: ease .5s;
}
.img-scale:hover img{
    transform:scale(1.2);
}
.pro-button-next{
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 0;
    background: #dddddd;
    color: #000;
    padding-top: 4px;
}
.pro-button-prev{
    right: 40px;
    left: auto;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #dddddd;
    color: #000;
    padding-top: 4px;
}
.home-newstitle{
    float: left;
    color: #cf141b;
    position: relative;
}
.home-newstitle:after{
    content: "";
    width: 50px;
    height: 2px;
    background: #cf141b;
    position: absolute;
    right: -70px;
    top: 16px;
}
/*一行省略号*/
.text-1col{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 这里是超出几行省略 */
    overflow: hidden;
}
.text-2col{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}
.text-3col{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 这里是超出几行省略 */
    overflow: hidden;
}
.foot-box{
    width: 100%;
    background: #252525;
    color: #bababa;
}
.foot-box a{
    color: #bababa;
}
.footer-border{
    border-color: #525252 !important;
}

.product-nav{

}
.product-nav a{
    display: block;
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 5px;
    position: relative;
    font-size: 16px;
}
.product-nav a:before{
    content: "";
    width: 2px;
    height: 15px;
    position: absolute;
    background: #d32930;
    left: 10px;
    top: 15px;
}
.product-nav a:hover,.product-nav a.active{
    background: #d32930;
    color: #fff;
}
.product-nav a:hover:before,.product-nav a.active:before{
    background:#fff
}
.product-menu{
    background: #FAFAFA;
    border-bottom: 2px solid #d32930;
    margin-bottom: 15px;
    font-size: 16px;
}
.product-menu a{
    display: inline-block;
    border: 1px solid #E5E5E5;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 15px;
    background: #fff;
}
.product-menu a.active,.product-menu a:hover{
    border-color: #d32930;
    background: #d32930;
    color: #fff;
}


.breadcrumb-box{
    border: 1px solid #e5e5e5;
    background: #fafafa;
    width: 100%;
}
.pro-list-title{
    padding-left: 15px;
    position: relative;
}
.pro-list-title:after{
    content: "";
    width: 2px;
    height: 18px;
    position: absolute;
    background: #e92129;
    left: 0;
    top: 3px;
}
a.pro-list-more{
    padding: 10px 20px;
    border: 1px solid #dadada;
    border-radius: 0 15px 0 15px;
    display: block;
    float: left;
    color: #6c757d;
}
a.pro-list-more:hover{
    background: #d32930;
    color: #fff;
}
.news-bg{
    /* 背景图垂直、水平均居中 */
    background-position: center top;
    /* 背景图不平铺 */
    background-repeat: no-repeat;
    /* 让背景图基于容器大小伸缩 */
    background-size: cover;
    height: 200px;
}
.news-nav{
    /*height: 50px;*/
    line-height: 50px;
    border-bottom: 1px solid #e9e9e9;
}
.news-nav a{
    display: block;
    margin: 0 20px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #fff;
}
.news-nav a:hover,.news-nav a.active{
    border-bottom: 2px solid #d52a2a;
    color: #d52a2a;
}
.news-list{
    border-left: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.news-list-img a{
    position: relative;
    display: block;
    overflow: hidden;
}
.news-list-img a img{
    display: block;
    position: relative;
}
.news-list-img a span{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    background: rgba(213,42,42,0.7);
    color: #fff;
    transition: all .5s;
}
.news-list-img a:hover span{
    top: 0;
}
.anli-imgs{
}
.anli-imgs .inner{
    position: relative;
}
.anli-imgs a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.anli-imgs img {
    width: calc(100% + 50px) !important;
    max-width: calc(100% + 50px) !important;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(-40px, 0, 0);
}

.anli-imgs a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 99;
    opacity: 0;
    transition: opacity 0.4s;
}
.anli-imgs:hover img {
    transform: translate3d(0, 0, 0);
    transition: opacity 0.35s, transform 0.35s;
}

.anli-imgs:hover a::before {
    opacity: 0.3;
    transition: opacity 0.5s;
}
.anli-yh{
    color: #e3e3e3;
    font-size: 30px;
}
.about-img{
    overflow: hidden;
    border-radius: 0 20px 20px 20px;
}
.about-icon{
    color: #e8eaed;
    font-size: 50px;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: -1;
}
.about-ms{
    text-align: center;
}
.about-ms b{
    display: block;
    font-size: 40px;
}
.about-bg2{
    background: url("../images/about-bg2.jpg") no-repeat top center ;
    background-size: cover;
}
.about-honorbg{
    background: url("../images/about-honor.png") no-repeat top left;
}
.swiper-honor{
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
}
.swiper-honor .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* 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;
    transition: 300ms;
    transform: scale(0.8);
}
.swiper-honor .swiper-slide-active,.swiper-honor .swiper-slide-duplicate-active{
    transform: scale(1);
}
.swiper-honor .swiper-slide img{
    max-width: 100%;
}
.about-bg3{
    background: url("../images/about-bg3.jpg") no-repeat top center ;
    background-size: cover;
}
.lx-title{
    position: relative;
}
.lx-title:after{
    content: "";
    width: 40px;
    height: 2px;
    background: #d52a2a;
    position: absolute;
    left: 0;
    top: 35px;
}
.lx-box{
    box-shadow: #ececec 0px 0px 5px 5px;
    transition: 300ms;
    transform: scale(0.9);
    height: 360px;
}
.lx-box:hover{
    background: #cf3139;
    color: #fff;
    transform: scale(1);
}
.news-title{
    font-size: 24px;
}
.news-content{
    text-indent: 2em;
}
.news-content img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: auto !important;
}
.news-content strong{
    color: #cf3139;
    font-size: 18px;
}

/*分页*/
.pagepage{
    width:100%;
    /*height: 100%;*/
    padding-top: 8px;
    padding-right: 3px;
    padding-bottom: 12px;
    padding-left: 3px;
    margin: 30px 0;
    /*float: right;*/
    text-align:center;
    margin:auto;
    margin-top:30px;
}

.pagepage  a{
    font-size:14px;
    /*display: block;*/
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    background-color: #c8c8dd;
    border: 1px solid #cf3139;
    /*float: left;*/
    text-align: center;
    margin-right: 4px;
    margin-left: 4px;
    text-decoration: none;
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
    padding:3px 15px;
    color: #cf3139;
}
.pagepage  a:hover{
    /*display: block;*/
    background-color: #cf3139;
    border: 1px solid #cf3139;
    /*float: left;*/
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}
.pagepage .epages b{
    /*display: block;*/
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    background-color: #FFFFFF;
    border: 1px solid #cf3139;
    /*float: left;*/
    text-align: center;
    margin-right: 2px;
    margin-left: 2px;
    color: #999999;
    padding-right: 8px;
    padding-left: 8px;
}

.mobile-telephone{
    width: 100%;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    background: #CF131B;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-align: center;
}
.mobile-telephone a{
    color: #fff;
    font-size: 20px;
}

