@charset "utf-8";

	
/*lunbo样式*/
.swiper-container {
    width: 100%;
    height: 520px;
    margin-left: auto;
    margin-right: auto;
}
.swiper1 .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px;
}
.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;
}
.swiper1 img{
    width: 100%;
    height: 520px;
    object-fit:cover;
}
/*lunbo样式覆盖*/
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.swiper-pagination-bullet-active {
    width: 30px;
    background-color: #DA251C;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.swiper-button-next, .swiper-button-prev{
    width: 65px;
    height: 65px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #000;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 25px;
}


/*主营产品部分*/
.main-product-wrap{
    width: 100%;
    float: left;
    padding: 75px 0px;
}
.main-product-titlebox{
    width: 100%;
    float: left;
}
.main-product-tbox{
    width: 50%;
    float: left;
}
.main-product-text1{
    display: block;
    font-size: 28px;
    color: #DA251C;
    font-weight: 600;
}
.main-product-text2{
    font-size: 14px;
    color: #A1A1A1;
    float: left;
    margin-top: 10px;
}
.product-more{
    float: right;
    width:130px;
    border:1px solid #999999;
    height: 38px;
    color: #A3A3A3;
    text-align: center;
    line-height: 38px;
    border-radius:30px;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    margin-top: 8px;
}
.product-more:hover{
    background: #DA251C;
    color: #ffffff;
    border:0;
}
.main-product{
    width: 282px;
    float: left;
    height:350px;
}
.mr-24{margin-right: 24px;}
.main-product:nth-child(4n) {
    margin-right: 0;
}
.main-product-img{
    width: 100%;
    height: 215px;
    float: left;
    object-fit:cover;
}
.main-product-title{
    width: 100%;
    float: left;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #343434;
    margin: 25px 0px 20px 0px;
	text-align: left;
}
.main-product-content{
    width: 100%;
    float: left;
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    color: #989898;
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.main-product-line{
    width: 100%;
    height: 1px;
    background: #E2E3E5;
    float: left;
    margin: 0 0px 20px 0px;
}
.main-product-detail{
    cursor: pointer;
    width:103px;
    height: 33px;
    color: #969696;
    text-align: center;
    line-height: 35px;
    float: left;
    font-size: 12px;
    border:1px solid #E2E3E5;
    margin: 2px;
}
.main-product:hover .main-product-title{color: #DA251C;}
.main-product:hover .main-product-detail{color: #fff;background:#DA251C;}


/*关于我们*/
.index-about-us{
    width:100%;
    padding:100px 0px;
    float: left;
    background: #EAEEF1;
}
.aboutus-wrap{
    width: 618px;
    float: left;
    margin-top: 20px;
}
.aboutus-title{
    width: 100%;
    float: left;
    font-size: 24px;
    color: #2F3032;
    margin-bottom: 20px;
}
.aboutus-text{
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 25px;
    color: #97989C;
    height: 200px;
    overflow: hidden;
    text-indent: 28px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}
.aboutus-detail{
    float: left;
    width:185px;
    height: 60px;
    color: #FFF;
    text-align: center;
    line-height: 60px;
    border-radius:30px;
    background: #DA251C;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    margin-top: 60px;
    margin-right:25px;
    font-size: 16px;
}
.bg-dark-gray{background: #333333;}
.aboutus-img{
    width: 550px;
    height: 418px;
    float: right;
    object-fit:cover
}
/*新闻*/
.index-news-wrap{
   width: 100%;
   float: left;
   padding: 95px 0px 140px 0px;
}
.tborder-red{
    border-color: #DA251C;
    color: #DA251C;
}
.news-imgbox{
    width: 485px;
    height: 420px;
    float: left;
    position: relative;
}
.news-img{
    width: 100%;
    height: 100%;
    float: left;
    object-fit:cover
}
.news-imgbox-tbox{
    width:415px;
    padding: 35px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #DA251C;
}
.news-imgbox-timebox{
    width: 70px;
    float: left;
}
.news-imgbox-day{
    display: block;
    font-size: 46px;
    color: #fff;
}
.news-imgbox-year{
    display: block;
    font-size: 14px;
    color: #fff;
}
.news-imgbox-tbox2{
    width: 330px;
    float: right;
}
.news-imgbox-text1{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}
.news-imgbox-text1 a {
    color: #fff;
}
.news-imgbox-text2{
    width: 100%;
    float: left;
    font-size: 14px;
    height: 50px;
    line-height: 25px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    padding-top: 10px;
    border-top: 1px solid #D1D1D3;
}
.news-text-wrap{
    width: 645px;
    float: right;
}
.news-text-title{
    width: 100%;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-text-title2{
    width: 100%;
    float: left;
    height: 44px;
    margin-top:15px;
    color: #676767;
    line-height: 22px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.news-text-tbox{
    width: 100%;
    float: left;
    padding: 20px 0px;
    border-bottom: 1px dashed #DDDDDD;
    font-size: 16px;
    color: #9A9A9A;
    line-height:35px;
}
.news-text-more{
    float: right;
    width:95px;
    height: 35px;
    color: #FFF;
    text-align: center;
    line-height: 35px;
    border-radius:30px;
    background: #DA251C;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    font-size: 14px;
}
.news-text-list{
    width: 100%;
    height: 250px;
    float: left;
    overflow: hidden;
}
.news-text-list li{
    width: 100%;
    margin-top: 21px;
    float: left;
}
.news-text-list li i{
    width: 6px;
    height: 6px;
    float: left;
    margin-top: 8px;
    background-color: #DA251C;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-right: 8px;
}
.index-list-text{
    width: 430px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #676767;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-list-time{
    float: right;
    font-size: 14px;
    color: #9B9B9B;
    line-height: 20px;
}
/*合作伙伴部分*/
.index-partners-wrap{
    width: 100%;
    float: left;
    background: #F7F8FC;
    padding: 60px 0px 120px 0px;
}
.partners-img{
    width: 180px;
    height: 75px;
    float: left;
    object-fit: cover;
    margin-right: 24px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}
.partners-img img{
    max-width: 100%;
    object-fit: cover;
    float: left;
    max-height: 100%;
}
.partners-img:nth-child(6n){margin-right: 0px;}

/**/
.swiper2{
   height: 380px;
}
.next2{
    width: 40px;
    height: 85px;
    border-radius: 0px;
    right: 0px;
    top: 23%;
}
.prev2{
    left: 0px;
    width: 40px;
    height: 85px;
    border-radius: 0px;
    top: 23%;
}
.swiper2 .swiper-button-next:after,.swiper2 .swiper-button-prev:after {
    font-size: 24px;
    font-weight: 800;
}
