a{
    color: #333;
    text-decoration: none;
}
a:hover{
    color: #e50012;
}
.header{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.i-button{
    display: none;
}
.h-left{

}
.logo{

}
.h-right{

}
.language{
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    align-items: center;
    padding: 10px 0;
}
.language a{
    font-size: 14px;
    padding: 0 10px;
}
.search{
    background: #bfbfbf;
    border-radius: 15px;
    overflow: hidden;
    padding-left: 10px;
    padding: 5px 10px;
}
.search input{
    background: #bfbfbf;
    outline: none;
    border: none;
    padding: 3px 0;
}
.s-input-1{
    width: 85px;
    color: #f5f5f5;
    
}
.s-input-2{
    width: 28px;
    
   
}
.nav{
    width: 760px;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.nav a{
    
    font-size: 14px;
}
.i-about-wrap{
    width: 1200px;
    margin: 80px auto 0;
}
.c-title{
    text-align: center;
}
.c-title span{
    font-size: 16px;
    background: #e8202f;
    color: #fff;
    padding: 3px 10px;
}
.c-title h3{
    font-size: 28px;
    font-weight: bold;
    color: #434343;
    padding: 15px 0;
}
.c-title p{
    font-size: 17px;
    color: #aaa7a7;
}
.i-about{
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.i-about-img{
    width: 600px;
}
.i-about-right{
    width: 580px;
}
.i-about-intro{
    margin-bottom: 80px;
}
.i-about-intro h2{
    font-size: 16px;
    color: #ff0000;
    font-weight: bold;
    padding: 20px 0;
    border-bottom: 1px solid #ff0000;
}
.i-about-intro h3{
    font-size: 16px;
    color: #161616;
    padding: 20px 0;
}
.i-about-intro p{
    font-size: 12px;
    line-height: 2;
    color: #6b6b6b;
    text-align: justify;
}
.more{
    text-align: right;
}
.more a{
    padding: 5px 20px;
    background: #e8202f;
    color: #fff;
    font-size: 14px;
}
.more-2{
    text-align: center;
    margin-top: 60px;
}
.more-2 a{
    padding: 5px 20px;
    color: #e8202f;;
    font-size: 14px;
    border: 1px solid #e8202f;
}
.i-pruduct-wrap{
    margin-top: 80px;
    padding: 80px 0;
   background: url(i-product-bg.jpg) no-repeat center center;
   background-size: cover;
}
.i-priduct{
    width: 1200px;
    margin: 0 auto;
}
.i-product-list{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.i-product-list li{
    width: 24%;
    position: relative;
    height: 336px;
    overflow: hidden;
}
.i-p-img{

}
.i-p-title{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10%;
    margin-left: -50%;
    
}
.i-p-title span{
    padding: 0px 20px;
    border-top: 5px solid #fff;
}
.i-p-title h3{
    font-size: 14px;
    color: #fff;
}
.i-p-intro{
    background: #e8202f;
    padding: 15px 20px;
    position: absolute;
    width: 100%;
    height: 201px;
    
}
.i-p-intro h3{
    font-size: 14px;
    color: #ecebeb;
    font-weight: bolder;
}
.i-p-intro p{
    font-size: 14px;
    color: #ecebeb;
    
}
.i-priduct .c-title h3{
    color: #fff;
}
.i-priduct .c-title p{
    color: #fff;
}
.i-news-wrap{
    width: 1200px;
    margin: 80px auto 70px;
}
.i-news{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.i-news li{
    width: 32%;
}
.i-news-img{

}
.i-news-info{
    display: flex;
    justify-content: space-between;
    padding: 35px 0 45px;
    border-bottom: 1px solid #eee;
}
.i-news-date{
    width: 20%;
    text-align: center;
    border: 1px solid #eee;
    padding: 0px 0px;
}
.i-news-date p{
    font-size: 20px;
    color: #919191;
    margin-top: 8px;
}
.i-news-date span{
    font-size: 14px;
    color: #949393;
}
.i-news-text{
    width: 75%;
}
.i-news-text h3{
    color: #202020;
    font-size: 16px;
    margin-bottom: 10px;
}
.i-news-text p{
    color: #838383;
    line-height: 1.6;
    font-size: 12px;
}
.footer{
    background: #252525;
    color: #fff;
    
}
.footer-top{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
.footer-top li{
    width: 16%;
}
.footer-contact{
    width: 25% !important;
}
.footer-top li h3{
    padding: 10px 0;
}
.footer-top li p{
    font-size: 12px;
    color: #c3c0c0;
    padding: 10px 0;
}
.footer-top li p a{
    color: #fff;
}
.footer-bottom{
    background: #323232;
    font-size: 12px;
    color: #c3c0c0;
}  
.footer-bottom li{
    
}
.footer-bottom ul{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
}
.footer-bottom li a{ 
    color: #c3c0c0;
    background: inherit;
    padding: 0 5px;
}
.cur{
    border-color: #e8202f;
}
.cur1{
    background: #e8202f;
    transition: .5s;
}
.cur2{
    color: #fff !important;
}
.cur3{
    color: #e8202f !important;
    transition: .5s;
}
/* 新闻中心 */
.banner{
    min-width: 1200px;
}
.news-wrap{
    margin: 80px auto 0;
    width: 1200px;
}
.news-1{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.news-1-rec{
    width: 480px;
    position: relative;
}
.news-1-img{

}
.news-date{
    width: 110px;
    text-align: center;
    color: #c0bfbf;
}
.news-1-rec .news-date{
    
    color: #e50012;
    position: absolute;
    top: 260px;
}
.news-date p{
    font-size: 58px;
}
.news-date span{
    font-size: 14px;
}
.news-1-text{

}
.news-1-text h3{
    font-size: 16px;
    color: #161616;
    padding: 10px 0 ;
}
.news-1-text p{
    font-size: 12px;
    color: #757474;
    line-height: 2;
    margin-top: 8px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news-1-list{
    width: 680px;
}
.news-1-list .news-1-text{
    width: 550px;
}
.news-1-list ul{
    margin-top: -25px;
}
.news-1-list ul li{
    display: flex;
    justify-content: space-between;
    padding: 15px 0 20px;
    border-bottom: 1px solid #e50012;
}
.news-1-list .more{
    text-align: left;
    margin: 50px 0 0 30px;
}
.news-2{
    padding: 80px 0;
    margin-top: 80px;
    background: #faf7f7;
}
.news-2-list{
    width: 1200px;
    margin: 0 auto;
}
.news-2-swiper{
    padding: 50px 0px;
}
.news-2-item{
    width: 90%;
}
.news-2-item-img{
    height: 229px;
    overflow: hidden;
}
.news-2-item-info{

}
.news-2-item-info h3{
    font-size: 16px;
    color: #161616;
    padding: 5px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news-2-item-info p{
    font-size: 12px;
    line-height: 2;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
/* 业务范围 */
.business-wrap{
    width: 1200px;
    margin: 80px auto 50px;
}
.business-memo{
    padding: 40px 30px;
    text-align: center;
}
.business-memo p{
    font-size: 12px;
    color: #6b6b6b;
    line-height: 2;
} 
.business{
    padding-left: 30px;
}
.business-swiper{

}
.business-item{
    width: 78%;
    padding: 15px;
    box-shadow: 0px 0px 15px #eee;
    margin-bottom: 60px;
}
.business-item-img{

}
.business-item-info{

}
.business-item-info h3{
    font-size: 14px;
    color: #161616;
    font-weight: bolder;
    margin-top: 20px;
}
.business-item-info p{
    font-size: 12px;
    color: #6b6b6b;
    line-height: 2;
    margin-top: 15px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.business-item-info span{
    padding: 0 20px;
    border-bottom: 3px solid #eee;
}
.business-item-wrap{
    padding: 5px;
}
/* 产品中心 */
.product-wrap{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}
.product-class{
    width: 300px;
}
.product-class h3{
    font-size: 16px;
    color: #434343;
    margin-top: 25px;
    padding-left: 33px;
    background: url(p-icon-2.jpg) no-repeat left center;
    background-size: contain;
}
.p-cur{
    background: url(p-icon-1.jpg) no-repeat left center !important;
    background-size: contain !important;
}
.p-cur1{
    color: #e8202f !important;
}
.product-class ul {
    padding-left: 50px;
    display: none;
}
.product-class ul li{
    font-size: 14px;
    color: #434343;
    margin-top: 15px;
}
.product{
    width: 880px;
}
.product h3{
    font-size: 16px;
    color: #434343;
    font-weight: bold;
    padding: 10px 0;
}
.product p{
    font-size: 12px;
    color: #6b6b6b;
    line-height: 2;
}
.product-part-1{
    display: flex;
    justify-content: space-between;
}
.product-part-1-img{
    width: 360px;
}
.product-memo{
    width: 460px;
}

.product-memo span{ 
    padding: 0px 25px;
    border-top: 2px solid #e50112;
}
.product-memo p{
    margin-top: 40px;
}

.product-part-2 h3{
    margin-top: 20px;
    
}

.product-part-3{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}
.p-part-3-left{
    width: 500px;
}
.p-detail-img{
    width: 360px;
}
.map{
    height: 443px;
}


.news-d-wrap{
    width: 1200px;
    margin: 30px auto;
}
.news-d-title{
    text-align: center;
    font-size: 20px;
    color: #393939;
    padding: 10px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}
.news-d-date{
    font-size: 12px;
    color: #6f6f6f;
    display: block;
    text-align: center;
    margin: 20px 0;
}

.news-d-info{
    margin-top: 20px;
    
}