/* 头部样式 start */
.header-wrapper{   
    width:100%; 
    position: fixed;    
    top: 0px;
    background-color:rgb(25,25,25,0.8);
    border-top:3px solid #ad0c0c;    
    height:82px;
    z-index: 888888;
}

.header-wrapper .header{
    position: relative;
}

.header-wrapper .header .version{
    display:inline-block;
    position:absolute;
    top:4px;
    right:0;
    height:18px;
    line-height: 18px;
    font-size: 12px;
    color:#fff;
    background-color: #ad0c0c;
    padding:2px 10px;
    border-radius: 50px;
    width:38px;
    text-align: center;
    cursor: pointer;
}

.header-wrapper .header .version:hover{
    background-color:#dd3603;
}

.header-wrapper .header .logo{
    float: left;
    width: 192px;
    height: 60px;
    background: url(../images/logo.png) no-repeat top center;
    background-size: 100%;
    margin:11px 50px 11px 0;
}

.header-wrapper .header .nav,
.header-wrapper .header .nav li{
    float: left;
}

.header-wrapper .header .nav li{
    position: relative;
}

.header-wrapper .header .nav li .nav-a{
    display: inline-block;
    width: 108px;
    height:82px;
    line-height: 82px;
    color:#fff;
    text-align: center;
    cursor:pointer;
}

.header-wrapper .header .nav li .current{
    display: inline-block;
    width: 108px;
    height:82px;
    line-height: 82px;
    color:#fff;
    text-align: center;
    cursor:pointer;
    background-color: #ad0c0c;
}

.header-wrapper .header .nav li .nav-sub{
    position: absolute;
    top:82px;
}

.header-wrapper .header .nav li .nav-sub .nav-sub-a{
    display: inline-block;
    width: 108px;
    color:#fff;
    text-align: center;
    background: rgba(0,0,0,0.6);
    line-height: 45px;
}

.header-wrapper .header .nav li .nav-sub .nav-sub-a:hover{
    background-color: #ad0c0c;
}

.header-wrapper .header .nav li .nav-sub .nav-sub-a-en{
    font-size:12px;
}

.header-wrapper .header .tel{
    float: left;
}

.header-wrapper .header .tel i,
.header-wrapper .header .tel span{
    float: left;
    height:82px;
    line-height: 82px;
}

.header-wrapper .header .tel i{    
    font-size:50px;
    color:#ad0c0c;
    margin:0 10px 0 25px;
}

.header-wrapper .header .tel span{
    color:#fff;
    font-size:20px;
}
/* 头部样式 end */


/* 首页轮播图样式 start */
.banner-wrapper{
    width:100%;
    margin-top:85px;
}

.main-slide-bullet{
    display: inline-block;
    width:60px;
    height:7px;
    background-color: #fff;
    margin-right: 10px;
}

.main-slide-bullet:last-child{
    margin-right:0px;
}

.main-slide-bullet-active{
    background-color:#ad0c0c;
}

.banner-wrapper img{
    width:100%;
    height:500px;
    vertical-align: bottom;
}
/* 首页轮播图样式 end */


/* 首页内容第一屏 start */
.screen-1-wrapper,
.screen-2-wrapper,
.screen-3-wrapper,
.screen-4-wrapper,
.screen-5-wrapper{
    width:100%;
    background-color: #f1f2f3;
}

.screen-4-wrapper{
    background-color: #ad0c0c;
}

.screen-2-wrapper,
.screen-5-wrapper{
    background-color: #fff;
}

.screen-1-wrapper .screen-1,
.screen-2-wrapper .screen-2,
.screen-3-wrapper .screen-3,
.screen-4-wrapper .screen-4,
.screen-5-wrapper .screen-5{    
    padding:50px 20px;
}

.screen-1-wrapper .screen-1 h1,
.screen-2-wrapper .screen-2 h1,
.screen-3-wrapper .screen-3 h1,
.screen-5-wrapper .screen-5 h1{
    text-align: center;
    color:#ad0c0c;
    font-size:38px;
    font-weight: bold;
    letter-spacing: 3px;
}

.screen-1-wrapper .screen-1 h2,
.screen-2-wrapper .screen-2 h2,
.screen-3-wrapper .screen-3 h2{
    text-align: center;
    font-size:24px;
    height:60px;
    line-height: 60px;
    color:#595959;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.screen-1-wrapper .screen-1 .screen-1-content video,
.screen-1-wrapper .screen-1 .screen-1-content img,
.screen-1-wrapper .screen-1 .screen-1-content div{
    float: left;
}

.screen-1-wrapper .screen-1 .screen-1-content img,
.screen-1-wrapper .screen-1 .screen-1-content video{
    width:400px;
    max-width:400px;
    margin-right:50px;
    vertical-align: bottom;
    border-radius: 5px;
}

.screen-1-wrapper .screen-1 .screen-1-content div{
    width:710px;
}

.screen-1-wrapper .screen-1 .screen-1-content div p{
    font-size:16px;
    line-height: 30px;
    padding-bottom:10px;
}

.screen-1-wrapper .screen-1 .screen-1-more,
.screen-2-wrapper .screen-2 .screen-2-more,
.screen-5-wrapper .screen-5 .screen-5-more{
    margin-top:36px;
    text-align: center;
}

.screen-1-wrapper .screen-1 .screen-1-more a,
.screen-2-wrapper .screen-2 .screen-2-more a,
.screen-5-wrapper .screen-5 .screen-5-more a{
    display: inline-block;
    background-color: #ad0c0c;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    cursor: pointer;
    border-radius: 8px;
}

.screen-1-wrapper .screen-1 .screen-1-more a:hover,
.screen-2-wrapper .screen-2 .screen-2-more a:hover,
.screen-5-wrapper .screen-5 .screen-5-more a:hover{
    background-color: #dd3603;
}
/* 首页内容第一屏 end */

/* 首页内容第二屏 start */
.screen-2-wrapper .screen-2 h1{
    margin-bottom: 50px;
}

.screen-2-wrapper .screen-2 .news-item{
    width:260px;
}

.screen-2-wrapper .screen-2 .news-item img{
    width:260px;
    height:156px;
    max-height:156px;
    vertical-align: bottom;
}

.screen-2-wrapper .screen-2 .news-item a{
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    /* background-color: #f1f2f3; */
    width:260px;
    height:40px;
    line-height: 40px;
    padding:0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.screen-2-wrapper .screen-2 .news-item a:hover{
    color:#ad0c0c;
}

.screen-2-wrapper .screen-2 .news-item p{
    width:250px;
    line-height: 24px;
    height:72px;
    overflow: hidden;
    padding:5px;
    background-color: #f1f2f3;
    border-radius: 5px;
    text-align: left;
}

.screen-2-wrapper .screen-2 .news-item .p-en{
    text-align: center;
}
/* 首页内容第二屏 end */

/* 首页内容第三屏 start */
.screen-3-wrapper .screen-3 .reward-list{
    padding:10px;
    /* background-color: #e1e2e3; */
    border-radius: 5px;
}

.screen-3-wrapper .screen-3 .reward-list img{
    float: left;
    margin-right:109px;
    vertical-align: bottom;
    width:213px;
}

.screen-3-wrapper .screen-3 .reward-list img:last-child{
    margin-right:0px;
}

.screen-3-wrapper .screen-3 h3{
    height:60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;font-weight: bold;
    color:#ad0c0c;
}

.screen-3-wrapper .screen-3 h3 i{
    font-size: 18px;
    margin-right: 12px;
    padding: 5px;
    background-color: #ad0c0c;
    border-radius: 50px;
    color: #fff;
    font-weight: normal;
}

.screen-3-wrapper .screen-3 p{
    font-size:16px;
    line-height: 36px;
    padding:10px;
    background-color: #fff;
    border-radius: 8px;
    color:#333;
}
/* 首页内容第三屏 end */

/* 首页内容第四屏 start */
.screen-4-wrapper{
    padding-bottom: 0px;
}

.screen-4-wrapper .screen-4 .custom-title{
    padding:0 0 50px;
}

.screen-4-wrapper .screen-4 .custom-title h2{
    float: left;
    font-size:32px;
    font-weight: bold;
    color:#fff;
    margin-right:18px;
}

.screen-4-wrapper .screen-4 .custom-title .h2-en{
    font-size:24px;
}

.screen-4-wrapper .screen-4 .custom-title span{
    float: left;
    margin-top: 16px;
    font-size: 18px;
    color: #fff;    
}

.screen-4-wrapper .screen-4 .custom-title .span-en{
    font-size:16px;
    margin-top:6px;
}

.screen-4-wrapper .screen-4 .custom-list{
    padding:0 16px;
}

.screen-4-wrapper .screen-4 .custom-list .custom-item{
    float: left;
    width:150px;
    text-align: center;
}

.screen-4-wrapper .screen-4 .custom-list .custom-item-sp{
    float: left;
}

.screen-4-wrapper .screen-4 .custom-list .custom-item-sp i{
    display: inline-block;
    font-size: 50px;
    color: lightgray;
    margin: 30px 1px 0px;
}

.screen-4-wrapper .screen-4 .custom-list .custom-item img{
    width:110px;
    height:110px;
    vertical-align: bottom;
    border-radius: 100px;
    padding:5px;
    border:1px solid lightgrey;

}

.screen-4-wrapper .screen-4 .custom-list .custom-item span{
    display: block;
    color:#fff;
    line-height: 24px;
    color:#eee;
    margin:10px 0;
    text-align: center;
}

.screen-4-wrapper .screen-4 .custom-list .custom-item a{
    display: block;
    background-color: #000;
    color:#fff;
    padding:10px 0;
    cursor: pointer;
    border-radius: 8px;
}

.screen-4-wrapper .screen-4 .custom-list .custom-item a:hover{
    background-color: #222;
}

.screen-4-wrapper .screen-4 .custom-list-middle i{
    float: right;
    margin-right: 65px;
    font-size: 50px;
    color: lightgrey;
    margin-bottom: 40px;
}
/* 首页内容第四屏 end */

/* 首页内容第五屏 start */
.screen-5-wrapper .screen-5 h1{
    margin-bottom: 50px;
}

.screen-5-wrapper .screen-5 .case-slide-box{
    position: relative;
    padding: 0 55px;
}

.screen-5-wrapper .screen-5 .case-item{
    width:320px;
}


.screen-5-wrapper .screen-5 .case-item img{
    width:320px;
    height:460px;
    max-height:460px;
    vertical-align: bottom;
}

.screen-5-wrapper .screen-5 .case-item div{
    background-color: #f1f2f3;
}

.screen-5-wrapper .screen-5 .case-item a{
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    color:#000;
    width:320px;
    height:40px;
    line-height: 40px;
    padding:0 20px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.screen-5-wrapper .screen-5 .case-item a:hover{
    color:#ad0c0c;
}

.screen-5-wrapper .screen-5 .case-item p{
    width:280px;
    line-height: 24px;
    height:72px;
    padding:5px 20px;
    color:#666;
    border-radius: 5px;
    overflow: hidden;
}

.screen-5-wrapper .screen-5 .swiper-button-prev,
.screen-5-wrapper .screen-5 .swiper-button-next{
    position: absolute;
    color:#e1e2e3;
}
/* 首页内容第五屏 end */


/*  公用面包屑导航 start  */
.crumbs-wrapper{
    width:100%;
    background-color: #222;
}

.crumbs-wrapper .crumbs-box ul,
.crumbs-wrapper .crumbs-box ul li{
    float: left;
}

.crumbs-wrapper .crumbs-box ul li{
    border-left:1px solid #333;
}

.crumbs-wrapper .crumbs-box ul li:last-child{
    border-right:none;
}

.crumbs-wrapper .crumbs-box ul li a{
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color:#ccc;
    font-size: 16px;
    padding: 0 30px;
    cursor: pointer;
}

.crumbs-wrapper .crumbs-box ul li a:hover,
.crumbs-wrapper .crumbs-box ul li .current{
    background-color: #ad0c0c;
    color:#fff;
}

.crumbs-wrapper .crumbs-box div{
    float: right;
}

.location-wrapper .location-box label{
    float: right;
    margin-right: 20px;
    background: #ccc;
    height: 14px;
    line-height: 14px;
    margin-top: 18px;
    padding: 5px 10px;
    background-color: #fff;
}

.location-wrapper .location-box label i{
    font-weight: bold;
    color:#ad0c0c;
}

.location-wrapper .location-box span,
.crumbs-wrapper .crumbs-box div span{
    height:60px;
    line-height: 60px;
    color:#ccc;
}

.location-wrapper .location-box span{
    color:#333;
}

.crumbs-wrapper .crumbs-box div span a{
    color:#ccc;
}

.location-wrapper .location-box span a{
    color:#333;
}

.location-wrapper .location-box span a:hover,
.crumbs-wrapper .crumbs-box div span a:hover{
    color:#ad0c0c;
}

.crumbs-wrapper .crumbs-box div span i{
    vertical-align: bottom;
    color:#fff;
}

.location-wrapper .location-box span i{
    vertical-align: bottom;
    color:#333;
}

.location-wrapper{
    width:100%; 
    background-color: #f1f2f3;
}

.location-wrapper .location-box{    
    height:60px;
    line-height: 60px;   
}
/*  公用面包屑导航 end  */

/* 单篇文章 start */
.article-content-wrapper{
    width:100%;
}

.article-content-wrapper .article-content-box .article-content{
    padding:30px 10px;
}

.article-content-wrapper .article-content-box .article-content .article-img{
    float: left;
    width:530px;
    height:340px;
    padding:2px;
    border:1px solid #f1f2f3;
    border-radius: 5px;
    margin-right:20px;
    vertical-align: bottom;
}

.article-content-wrapper .article-content-box .article-content p{
    line-height:30px;
    font-size:16px;
    margin-bottom: 20px;
    color:#333;
}

.article-content-wrapper .article-content-box .article-content strong{
    font-weight: bold;
}

.article-content-wrapper .article-content-box .article-content .article-title-en{
    display: inline-block;
    font-size: 18px;
    color: #ad0c0c;
    background-color: #f1f2f3;
    padding: 5px 0;
    width: 634px;
    text-indent: 10px;
    margin-left: -10px;
    border-radius: 50px;
}

.article-content-wrapper .article-content-box .article-content .article-title-en em{
    vertical-align: bottom;
    margin-right:12px;
    font-size: 20px;
}

.article-content-wrapper .article-content-box .article-content .article-subtitle{
    font-size:20px;
    font-weight:bold;
    letter-spacing: 2px;
}

.article-content-wrapper .article-content-box .article-content .article-subtitle label{
    color:#ad0c0c;
}

.article-content-wrapper .article-content-box .article-content .article-announce{
    border-bottom: 2px solid #ad0c0c;
    padding-bottom: 10px;
}

.article-content-wrapper .article-content-box .article-content .contact-box{
    background: #f1f2f3;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}

.article-content-wrapper .article-content-box .article-content .contact-box .contact-title{
    color:#ad0c0c;
    font-weight: bold;
    font-size: 20px;
}

.article-content-wrapper .article-content-box .article-content h2{
    font-size:24px;
    color:#ad0c0c;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    padding-bottom: 20px;
}

.article-content-wrapper .article-content-box .article-content h3{
    text-align: center;
    margin-top:50px;
}

.article-content-wrapper .article-content-box .article-content .about-honor-box,
.article-content-wrapper .article-content-box .article-content .about-goal-box{
    border-bottom: 1px solid #f1f2f3;
    padding-bottom: 60px;
}

.article-content-wrapper .article-content-box .article-content .about-zl-box{
    margin-bottom: 50px;
}

.article-content-wrapper .article-content-box .article-content h4{
    font-size:38px;
    color:#ad0c0c;
    font-weight: bold;
    text-align: center;
    padding:0 0 50px;
}

.article-content-wrapper .article-content-box .article-content .about-honor-box h4,
.article-content-wrapper .article-content-box .article-content .about-zl-box h4{
    padding:30px 0 50px;
}

.article-content-wrapper .article-content-box .article-content .about-zl-box .about-zl-sub,
.article-content-wrapper .article-content-box .article-content .about-honor-box .about-honor-sub,
.article-content-wrapper .article-content-box .article-content .about-goal-box p{
    font-size:24px;
    text-align: center;
    color:#595959;
}

.article-content-wrapper .article-content-box .article-content .about-honor-box .about-honor-sub{
    padding:0px 0 20px;
}

.article-content-wrapper .article-content-box .article-content .about-honor-box .about-honor-list img{
    float: left;
    margin-right: 109px;
    vertical-align: bottom;
    width: 213px;
}

.article-content-wrapper .article-content-box .article-content .about-honor-box .about-honor-list img:last-child{
    margin-right:0px;
}

.article-content-wrapper .article-content-box .article-content .about-honor-box .about-honor-reward-title{
    padding-top:20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ad0c0c;
}

.article-content-wrapper .article-content-box .article-content .about-honor-box .about-honor-reward-title em{
    font-size: 18px;
    margin-right: 12px;
    padding: 5px;
    background-color: #ad0c0c;
    border-radius: 50px;
    color: #fff;
}

.article-content-wrapper .article-content-box .article-content .about-honor-box .about-honor-reward-content{
    font-size: 16px;
    line-height: 36px;
    padding: 10px;
    background-color: #f1f2f3;
    border-radius: 8px;
    color: #333;
}

.article-content-wrapper .article-content-box .article-content .about-zl-box .zl-item img{
    width:200px;
    height:280px;
    padding:3px;
    border:1px solid #f1f2f3;
    vertical-align: bottom;
    border-radius: 5px;
}

.article-content-wrapper .article-content-box .article-content h3 label{
    display: inline-block;
    background-color: #ad0c0c;
    color:#fff;
    font-size:14px;
    padding:8px 16px;
    border-radius: 5px;
}

.article-content-wrapper .article-content-box .article-content .business-condition{
    margin-bottom: 50px;
}

.article-content-wrapper .article-content-box .article-content .business-condition div{
    float: left;
    width:30%;
    height:256px;
}

.article-content-wrapper .article-content-box .article-content .business-condition .business-div-2{
    margin:0px 20px;
    border-left:1px solid #f1f2f3;
    border-right:1px solid #f1f2f3;
    padding:0 30px;
}

.article-content-wrapper .article-content-box .article-content .business-condition div .business-title{
    font-weight:bold;
    font-size:20px;
}

.article-content-wrapper .article-content-box .article-content .contact-map{
    max-width:1200px;
    vertical-align: bottom;
}

/* 单篇文章 end */

/* 新闻列表 start */
.topic-list-wrapper{
    width:100%;
}

.topic-list-wrapper .topic-list{
    box-sizing: border-box;
    padding:0px 10px 50px;
    min-height:860px;
}

.topic-list-wrapper .topic-list .topic-none{
    margin: 80px 0 0 0;
    padding: 100px 20px 100px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: #f1f2f3;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    color: #999;
}

.topic-list-wrapper .topic-list .topic-item,
.prod-list-wrapper .prod-list .prod-item{
    padding-top:50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e0e0e0;
}

.topic-list-wrapper .topic-list .topic-item img,
.topic-list-wrapper .topic-list .topic-item .item-content,
.topic-list-wrapper .topic-list .topic-item .item-time{
    float: left;
}

.topic-list-wrapper .topic-list .topic-item img{
    width:260px;
    min-height:156px;
    vertical-align: bottom;
    margin-right:20px;
    border-radius: 5px;
}

.topic-list-wrapper .topic-list .topic-item .img-cases{
    width:180px;
    max-height:210px;
}

.topic-list-wrapper .topic-list .topic-item .item-content{
    width:790px;
}

.topic-list-wrapper .topic-list .topic-item .item-content-cases{
    width:870px;
}

.topic-list-wrapper .topic-list .topic-item .item-content .a-title{
    display: inline-block;
    font-size:18px;
    height:36px;
    line-height: 36px;
    max-width:760px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    cursor: pointer;    
    font-weight: bold;
}

.topic-list-wrapper .topic-list .topic-item .item-content .a-button{
    display: inline-block;
    margin-top:10px;
    padding:10px 20px;
    font-size: 12px;
    background-color: #ad0c0c;
    color:#fff;
    border-radius: 8px;
}

.topic-list-wrapper .topic-list .topic-item .item-content .a-button:hover{
    background-color: #dd3603;
}

.topic-list-wrapper .topic-list .topic-item .item-content .a-title:hover{
    color:#ad0c0c;
}

.topic-list-wrapper .topic-list .topic-item .item-content p{
    height:67px;
    line-height: 24px;
    color:#666;
    padding:10px;
    background-color: #f1f2f3;
    border-radius: 8px;
    overflow: hidden;
}

.topic-list-wrapper .topic-list .topic-item .item-time{
    float: left;
    margin-right:20px;
}

.topic-list-wrapper .topic-list .topic-item .item-time span,
.topic-list-wrapper .topic-list .topic-item .item-time label{
    display: block;
    text-align: center;
}

.topic-list-wrapper .topic-list .topic-item .item-time span{
    width:88px;
    border-top:2px solid #666;
    padding-top:26px;
    font-size:16px;
    font-weight: bold;
    color:#666; 
    margin-bottom: 30px;   
}

.topic-list-wrapper .topic-list .topic-item .item-time span i{
    padding:10px;
    background-color: #ad0c0c;
    color:#fff;
    border-radius: 100px;
}

.topic-list-wrapper .topic-list .topic-item .item-time label{
    color:#666;
}
/* 新闻列表 end */

/* 新闻详情 start */
.topic-detail-wrapper{
    width:100%;
}

.topic-detail-wrapper .topic-detail-box .detail-title{
    border-bottom: 1px solid #f1f2f3;
}

.topic-detail-wrapper .topic-detail-box .detail-title h2{
    height:60px;
    line-height: 60px;
    font-size:28px;
    font-weight: bold;
    color:#ad0c0c;
    text-align: center;
    padding-top:20px;
}

.topic-detail-wrapper .topic-detail-box .detail-title .detail-item{
    margin-bottom: 10px;
}

.topic-detail-wrapper .topic-detail-box .detail-title .detail-item span{
    float: left;
    height:30px;
    line-height: 30px;
    margin:0 10px;
    color:#999;
}

.topic-detail-wrapper .topic-detail-box .detail-title .detail-item .share-list{
    float: right;
    margin-right:10px;
    margin-top:5px;
}

.topic-detail-wrapper .topic-detail-box .detail-content{
    min-height:660px;
    padding:10px;
}

.topic-detail-wrapper .topic-detail-box .detail-content p{
    line-height: 30px;
    font-size: 16px;
    margin:10px 0;
}

.topic-detail-wrapper .topic-detail-box .detail-content p img{
    max-width: 1000px;
}

.topic-detail-wrapper .topic-detail-box .detail-about{
    margin:20px 0 50px 0;
    background-color: #f1f2f3;
    padding:20px 10px;
    border-radius: 50px;
}

.topic-detail-wrapper .topic-detail-box .detail-about .detail-about-prev{
    float: left;
    margin-left:20px;
}

.topic-detail-wrapper .topic-detail-box .detail-about .detail-about-next{
    float: right;
    margin-right:20px;
}

.topic-detail-wrapper .topic-detail-box .detail-about .detail-about-prev a,
.topic-detail-wrapper .topic-detail-box .detail-about .detail-about-next a{
    display:inline-block;
    max-width: 480px;
    height:16px;
    line-height: 16px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.topic-detail-wrapper .topic-detail-box .detail-about .detail-about-prev a:hover,
.topic-detail-wrapper .topic-detail-box .detail-about .detail-about-next a:hover{
    color:#ad0c0c;
}


/* 新闻详情 end */

/* 产品列表 start */
.prod-list-wrapper{
    width:100%;
}

.prod-list-wrapper .prod-list{
    box-sizing: border-box;
    padding:0px 10px 50px;
    min-height:860px;
}

.prod-list-wrapper .prod-list .prod-none{
    margin: 80px 0 0 0;
    padding: 100px 20px 100px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: #f1f2f3;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    color: #999;
}

.prod-list-wrapper .prod-list .prod-item img,
.prod-list-wrapper .prod-list .prod-item .item-content{
    float: left;
}

.prod-list-wrapper .prod-list .prod-item img{
    width:300px;
    height:300px;
    vertical-align: bottom;
    margin-right:20px;
}

.prod-list-wrapper .prod-list .prod-item .item-content{
    width:860px;
}

.prod-list-wrapper .prod-list .prod-item .item-content div .a-title{
    float: left;
    font-size:24px;
    font-weight: bold;
    letter-spacing: 3px;
    color:#ad0c0c;
    height:42px;
    line-height: 42px;
    margin-bottom: 10px;
}

.prod-list-wrapper .prod-list .prod-item .item-content div .a-title-en{
    letter-spacing: 0px;
}

.prod-list-wrapper .prod-list .prod-item .item-content div label{
    float: right;
    min-width:60px;
    margin-right:10px;
    padding:10px;
    border:1px solid #ad0c0c;
    color:#ad0c0c;
    font-weight: bold;
    border-radius: 8px;
    text-align: center;
}

.prod-list-wrapper .prod-list .prod-item .item-content p{
    font-size:16px;
    line-height: 26px;
    height: 156px;
    padding:10px;
    background-color: #f1f2f3;
    border-radius: 8px;
    color:#666;
    overflow: hidden;
}

.prod-list-wrapper .prod-list .prod-item .item-content .a-button{
    display: inline-block;
    margin-top:38px;
    padding:10px 20px;
    background-color: #ad0c0c;
    color:#fff;
    border-radius: 8px;
}

.prod-list-wrapper .prod-list .prod-item .item-content .a-button:hover{
    background-color:#dd3603;
}
/* 产品列表 end */

/* 产品详情 start */
.prod-header-wrapper,
.prod-detail-wrapper{
    width:100%;
}

.prod-header-wrapper .prod-header-box{
    position: relative;
    padding:50px 10px;
}

.prod-header-wrapper .prod-header-box .prod-img-box,
.prod-header-wrapper .prod-header-box .prod-intro-box{
    float: left;
}

.prod-header-wrapper .prod-header-box .prod-img-box{
    margin-right:40px;
}

.prod-header-wrapper .prod-header-box .prod-intro-box{
    width:680px;
}

.prod-header-wrapper .prod-header-box .swiper-button-next,
.prod-header-wrapper .prod-header-box .swiper-button-prev{
    position: absolute;    
    font-weight: bold;
}

.prod-header-wrapper .prod-header-box .swiper-button-prev{
    top:610px;
    left:18px;
}

.prod-header-wrapper .prod-header-box .swiper-button-next{
    top:610px;
    left:468px;
}

.prod-header-wrapper .prod-header-box {
    --swiper-navigation-color: #999; /* 单独设置按钮颜色 */
    --swiper-navigation-size: 26px; /* 设置按钮大小 */
  }

.prod-header-wrapper .prod-header-box .prod-img-box .prod-img-big{
    width:472px;
    height:472px;
    padding:3px;
    border:1px solid #eee;
    margin-bottom: 20px;
    vertical-align: bottom;
}

.prod-header-wrapper .prod-header-box .prod-img-box .swiper-container{
    padding:20px 30px;
    width:420px;
    margin:0;
    background-color: #f1f2f3;
}

.prod-header-wrapper .prod-header-box .prod-img-box .swiper-container .swiper-wrapper .swiper-slide{
    box-sizing: border-box;
    border:2px solid #f1f2f3;
}

.prod-header-wrapper .prod-header-box .prod-img-box .swiper-container .swiper-wrapper .swiper-slide:hover{
    border:2px solid #ad0c0c;
}

.prod-header-wrapper .prod-header-box .prod-img-box .swiper-container .swiper-wrapper .current{
    border:2px solid #ad0c0c;
}

.prod-header-wrapper .prod-header-box .prod-img-box .swiper-container img{
    width:77px;
    height:77px;
    vertical-align:bottom;
    border:none;
    padding:0px;
    cursor: pointer;
}

.prod-header-wrapper .prod-header-box .prod-intro-box h2{
    background-color: #ad0c0c;
    height:50px;
    line-height: 50px;
    color:#fff;
    font-size:20px;
    font-weight: bold;
    text-indent: 16px;
    border-radius: 5px;
}

.prod-header-wrapper .prod-header-box .prod-intro-box div{
    padding: 10px 15px;
    background-color: #f1f2f3;
    margin-top: 20px;
}

.prod-header-wrapper .prod-header-box .prod-intro-box div p{    
    line-height: 30px;
    max-height: 210px;
    overflow: hidden;
    font-size:16px;
}

.prod-header-wrapper .prod-header-box .prod-contact-box{
    position: absolute;
    right:30px;
    bottom:60px;
}

.prod-header-wrapper .prod-header-box .prod-contact-box a{
    float: left;
    padding:10px 16px;
    background-color: #ad0c0c;
    color:#fff;
    margin-left:20px;
    cursor: pointer;
    background-image: linear-gradient(#ad0c0c,#dd3603);
}

.prod-header-wrapper .prod-header-box .prod-contact-box a i{
    margin-right:6px;
    vertical-align: bottom;
}

.prod-detail-wrapper{
    padding-top:50px;
    background-color: #f1f2f3;
}

.prod-detail-wrapper .prod-detail-box .prod-detail-left{
    float:left;
    width:258px;
    border-left: 1px solid #f1f2f3;
    border-right: 1px solid #f1f2f3;
    border-bottom: 1px solid #f1f2f3;
    margin-bottom: 50px;
    margin-right:40px;
    background-color: #fff;
}

.prod-detail-wrapper .prod-detail-box .prod-detail-left h2{
    width: 258px;
    height: 40px;
    line-height: 40px;
    background-color: #ad0c0c;
    color: #fff;
    font-size: 16px;
    text-indent: 10px;
    margin-bottom: 10px;
    border: 1px solid #ad0c0c;
    margin-left: -1px;
}

.prod-detail-wrapper .prod-detail-box .prod-detail-left h2 i{
    vertical-align: bottom;
    font-size: 18px;
    margin-right:4px;
}

.prod-detail-wrapper .prod-detail-box .prod-detail-left .detail-suggest-item{
    text-align: center;
    margin-bottom: 10px;    
    padding:10px;
}

.prod-detail-wrapper .prod-detail-box .prod-detail-left .detail-suggest-item img{
    width:200px;
    height:200px;
    vertical-align: bottom;
}

.prod-detail-wrapper .prod-detail-box .prod-detail-left .detail-suggest-item a{
    display: inline-block;
    /* background-color: #f1f2f3; */
    cursor:pointer;
    height:36px;
    line-height: 36px;
    text-align: center;
    width:180px;
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #666;
    color:#eee;
    margin-top:10px;
    border-radius: 5px;
}

.prod-detail-wrapper .prod-detail-box .prod-detail-left .detail-suggest-item a:hover{
    background-color: #ad0c0c;
    color:#fff;
}

.prod-detail-wrapper .prod-detail-box .prod-detail-right{
    float: left;
    width: 900px;
    margin-bottom: 50px;
}

.prod-detail-wrapper .prod-detail-box .prod-detail-right h2{    
    border:1px solid #eee;
    border-bottom: 1px solid #ad0c0c;
    margin-bottom: 20px;
    background-color: #fff;
}

.prod-detail-wrapper .prod-detail-box .prod-detail-right h2 span{
    float: left;
    height:40px;
    line-height: 40px;
    padding:0px 25px;
    cursor: pointer;
}

.prod-detail-wrapper .prod-detail-box .prod-detail-right h2 span:hover{
    color:#ad0c0c;
}

.prod-detail-wrapper .prod-detail-box .prod-detail-right h2 .current{    
    color:#fff;
    background-color: #ad0c0c;
    border-left: 1px solid #ad0c0c;
    border-right: 1px solid #ad0c0c;
    border-top: 1px solid #ad0c0c;
}

.prod-detail-wrapper .prod-detail-box .prod-detail-right h2 .current:hover{
    color:#fff;
}

.prod-detail-wrapper .prod-detail-box .prod-detail-right h2 label{
    float: right;
    margin-right:8px;
    background-color: #ad0c0c;
    color:#fff;
    padding:5px 16px;
    margin-top:10px;
}

.prod-detail-wrapper .prod-detail-box .prod-detail-right div{
    padding:0 8px;
}

.prod-detail-wrapper .prod-detail-box .prod-detail-right div video{
    max-width:800px;
    border: 1px solid #fff;
    padding: 2px;
    background-color: #fff;
    border-radius: 5px;
    width:800px;
}

.prod-detail-wrapper .prod-detail-box .prod-detail-right iframe{
    width:90%;
    height:600px;
}

.prod-detail-wrapper .prod-detail-box .prod-detail-right div p{
    line-height: 30px;
    font-size: 16px;
    margin: 10px 0;
}

.prod-detail-wrapper .prod-detail-box .prod-detail-right div p strong{
    font-weight:bold;
}

.prod-detail-wrapper .prod-detail-box .prod-detail-right div img{
    max-width:800px;
    vertical-align: bottom;
}

.article-content table,
.prod-detail-wrapper .prod-detail-box .prod-detail-right div table{
    width: 100%;
    margin:0 auto;
    border-collapse: collapse;
    margin-top:20px;
    margin-bottom: 20px;
}

.article-content table tr:nth-child(odd),
.prod-detail-wrapper .prod-detail-box .prod-detail-right div table tr:nth-child(odd){
    background: #fff;
}

.article-content table td,
.article-content table th,
.prod-detail-wrapper .prod-detail-box .prod-detail-right div table td,
.prod-detail-wrapper .prod-detail-box .prod-detail-right div table th{
    border:1px solid #e9e9e9;
    text-align: center;
    padding:5px 8px;
}

.article-content table td,
.prod-detail-wrapper .prod-detail-box .prod-detail-right div table td{
    padding:8px;
    line-height:20px;
}

.article-content table td img,
.prod-detail-wrapper .prod-detail-box .prod-detail-right div table td img{
    vertical-align: middle;
    max-width:300px;
}

.article-content table th,
.prod-detail-wrapper .prod-detail-box .prod-detail-right div table th{
    font-weight: bold;
    color:#666;
    height:36px;
    line-height: 36px;
    background-color: #e0e0e0;
}

.article-content table td p,
.prod-detail-wrapper .prod-detail-box .prod-detail-right div table td p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
}

.article-content table .td-title{
    width:80px;
    background-color: #f1f2f3;
    font-weight: bold;
}

.article-content table .td-input{
    text-align: left;
    margin-left:10px;
}

.article-content table .td-title-multi{
    width:80px;
    vertical-align: top;
    background-color: #f1f2f3;
    font-weight: bold;
}

.article-content table .input-text{
    margin: 5px 0 5px 10px;
    width: 420px;
    height: 28px;
    line-height: 28px;
    text-indent: 6px;
    outline: none;
    border: 1px solid #d1d1d1;
    color: #999;
    border-radius: 5px;
}

.article-content table .input-long{
    width:1010px;
}

.article-content table textarea{
    margin: 5px 0 5px 10px;
    padding: 5px;
    line-height: 1.5;
    width: 1000px;
    height: 256px;
    color: #999;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    outline: none;
    resize: none;
}

.article-content table .input-chb-label{
    display: inline-block;
    min-width:126px;
    text-align: left;
}

.article-content table .input-radio{
    margin-left:10px;
    vertical-align: baseline;
}

.article-content table .input-chb{
    margin-left:10px;
    vertical-align: text-bottom;
}

.article-content button{
    width: 80px;
    height: 28px;
    background-color: #ad0c0c;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-right:20px;
}

.article-content button:hover{
    background-color: #dd3603;
}

.article-content .btn-reset{
    background-color: #ccc;
}

.article-content .btn-reset:hover{
    background-color: #e0e0e0;
}

.article-content .article-comments-title{
    text-indent: 10px;
}

.article-content .article-comments-title em{
    color:#ad0c0c;
}

.word-count-box{
    top: 266px;
    color: rgb(153, 153, 153);
    right: 10px;
}

.article-content .article-talent-box .article-talent-title{
    background-color: #ad0c0c;
    height:50px;
    line-height: 50px;
}

.article-content .article-talent-box .article-talent-item{
    border-bottom: 1px dashed #e0e0e0;
}

.article-content .article-talent-box .article-talent-item span{
    float: left;
    text-align: center;
    line-height: 50px;
    font-size:16px;
}

.article-content .article-talent-box .article-talent-title span{
    float: left;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    text-align: center;
}

.article-content .article-talent-box .article-talent-item .span-company,
.article-content .article-talent-box .article-talent-title .span-company{
    width:360px;
}

.article-content .article-talent-box .article-talent-item .span-job,
.article-content .article-talent-box .article-talent-title .span-job{
    width:460px;
}

.article-content .article-talent-box .article-talent-item .span-dy,
.article-content .article-talent-box .article-talent-title .span-dy{
    width:200px;
}

.article-content .article-talent-box .article-talent-item .span-expand{
    float: right;
    margin-right:20px;
    color:#999;
    font-size: 14px;
    cursor: pointer;
}

.article-content .article-talent-box .article-talent-item .span-expand:hover{
    color:#ad0c0c;
    font-weight: bold;
}

.article-content .article-talent-box .article-talent-item .span-expand em{
    vertical-align: baseline;
    font-size:14px;
}

.article-content .article-talent-box .article-talent-item .article-talent-content{
    background-color: #f1f2f3;
    padding:10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.article-content .article-talent-box .article-talent-item .article-talent-content p{
    font-size:14px;
    line-height: 24px;
    margin-bottom: 0px;
}

/* 产品详情 end */

/* 公用分页样式  start */
.page-wrapper{
    width:100%;
}

.page-wrapper .page-box{    
    text-align: center;
    margin-bottom: 50px;
}

.page-wrapper .page-box span{
    display: inline-block;
    margin-right:10px;
}

.page-wrapper .page-box label i{
    color:#ad0c0c;
    font-weight: bold;
}

.page-wrapper .page-box a,
.page-wrapper .page-box span{
    display: inline-block;
    padding:5px 8px;
    border:1px solid #e0e0e0;
    color:#666;
    cursor: pointer;
    border-radius: 8px;
    margin:0 2px;
}

.page-wrapper .page-box span{
    cursor: default;
}

.page-wrapper .page-box a:hover,
.page-wrapper .page-box .current{
    border-color: #ad0c0c;
    background-color: #ad0c0c;
    color:#fff;
}
/* 公用分页样式  end */


/* 底部样式 start */
.footer{
    background-color: #222;
}

.footer .info{
    padding:50px 0px;
}

.footer .info .info-box{
    padding:0 10px;
}

.footer .info .info-box .info-item,
.footer .info .info-box .info-contact{
    float: left;
    margin-right:60px;
	max-width:480px;
}

.footer .info .info-box .info-item-en{
    margin-right:38px;
}

.footer .info .info-box .info-weixin{
    float:left;
}

.footer .info .info-box .info-item label,
.footer .info .info-box .info-item a{
    display: block;
}

.footer .info .info-box .info-item label{
    font-weight: bold;
    font-size:16px;
    height:36px;
    line-height: 36px;
    color:#fff;
}

.footer .info .info-box .info-item a{   
    height:36px;
    line-height: 36px;
    color:#bbb;
    cursor: pointer;
}

.footer .info .info-box .info-item a:hover{
    color:#ad0c0c;
}

.footer .info .info-box .info-contact span{
    display: block;
    width:388px;
    line-height: 36px;
    color:#bbb;
}

.footer .info .info-box .info-contact span i{
    font-size: 16px;
    color:#ad0c0c;
    padding:5px;
    background-color: #fff;
    border-radius: 100px;
    margin-right:10px;
}

.footer .info .info-box .info-contact span label{
    font-size: 16px;
    color:#ad0c0c;
    font-weight: bold;
}

.footer .info .info-box .info-weixin img{
    width:128px;
    height:128px;
    vertical-align: bottom;
}

.footer .info .info-box .info-weixin span{
    display: block;
    text-align: center;
    height:36px;
    line-height: 36px;
    color:#bbb;
}


.footer .copyright{
    background-color: #000;
}

.footer .copyright .copyright-box{
    padding:0 10px;
}

.footer .copyright .copyright-box span,
.footer .copyright .copyright-box img{
    float: left;
}

.footer .copyright .copyright-box span,
.footer .copyright .copyright-box a{
    height:45px;
    line-height: 45px;
    margin-right:28px;
    color:#ccc;
}

.footer .copyright .copyright-box img{
    margin-top:12px;
    vertical-align: bottom;
    margin-right:10px;
}

.footer .other{
    background-color: #ad0c0c;
    background-image: linear-gradient(#ad0c0c,#dd3603);
}

.footer .other .other-box{
    padding: 0 10px;
}

.footer .other .other-box span{
    float: left;
    height:80px;
    line-height: 80px;
}

.footer .other .other-box span{
    font-size:22px;
    font-weight: bold;
    color:#ccc;
    letter-spacing: 3px;
}

.footer .other .other-box .span-en{
    font-size:18px;
    letter-spacing: 0px;
}

.footer .other .other-box span i{
    font-size: 28px;
    vertical-align: bottom;
}


.footer .other .other-box a{
    float: right;
    background-color: #000;
    color: #fff;
    padding: 10px 30px;
    cursor: pointer;
    border-radius: 8px;
    margin-top:23px;
}

.footer .other .other-box a:hover{
    background-color: #222;
}
/* 底部样式 end */