.banner .swiper-slide img{width:100%;}
.banner .swiper-pagination{bottom:16px;}
.banner .swiper-pagination-bullet{width: 12px;height:12px;opacity:1;background:#fff;}
.banner .swiper-pagination-bullet-active{background: rgb(187, 27, 33);}


.title{font-size: 30px;font-weight: 600;margin-bottom: 4px;color: rgb(187, 27, 33);position: relative;text-align:center;height: 60px;margin-bottom:30px;margin-top:50px;}
.title:after{content:'';position: absolute;width: 60px;height: 2px;background: rgb(187, 27, 33);    bottom: 0;left: 50%;transform: translateX(-50%);}

.newsType{display:flex;}
.newsType div{display: block;font-size:25px;font-weight: bold;color:#333;position: relative;padding-left:6px;margin-right:15px;cursor: pointer;line-height:2.8;}
.newsType div:before {width:5px; height: 1px; background: #c70019; content: ""; display: inline-block; position: absolute; left:-5px; top: 50%; opacity: 0; transition: all 0.3s; -webkit-transition: all 0.3s; }
.newsType div:hover,.newsType div.active{padding-left:12px;color:#c70019;}
.newsType div:hover:before,.newsType div.active:before{left:2px;opacity: 1;}

.news_list{width:100%;}
.news_list ul li{width:31%;float: left;position: relative;-webkit-transition: all .4s ease;transition: all .4s ease;overflow:hidden;}
.news_list ul li+li{/*margin-left:3.5%;*/}
.news_list ul li .zt_n{width:100%;height:100%;display:block;}
.zc-h5{width:100%;padding: 24px 30px 30px;background: #fff;text-align: left;}
.zc-h5 h5{line-height:1.5em ;font-size:16px;color:#333;margin-bottom: 34px;height: 46px;transition: all 0.4s ease;-webkit-transition: all 0.4s ease;}
.zc-h5 p{line-height:18px;}
.zc-h5 p span{display: inline-block;margin-right: 30px;color:#999; font-family: 'DINCONDLIGHT';font-size:18px;}
.zc-h5 p span:last-child{margin-right: 0;}
.zc-h5 p span i{font-size:14px;font-family: "iconfont";margin-right: 10px;display:inline-block;}
.news_list ul li:hover{-webkit-box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 6px 13px rgba(0, 0, 0, 0.1); box-shadow: 0 6px 13px rgba(0, 0, 0, 0.1);transform: translateY(-8px); -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px)}
.news_list ul li:hover h5{color:#c70019;}
.zc_data{width:100%;padding:80px 0 50px;}
.d_box{width:68%;margin: auto;text-align: center;}
.d_box h3{color:#fff;font-size:40px;font-weight: bold;line-height: 1em;word-wrap:break-word;}
.nimg{width:100%;height: 210px;overflow:hidden;}
.nimg img{width:100%; height: 100%;object-fit: cover;}
.nimg img { width: 100%; transition: all 0.8s ease;-webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease;}
.news_list ul li a:hover img {
    -webkit-transform-origin: center center;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform-origin: center center;
    -moz-transform: scale(1.1, 1.1);
}
.news_list .swiper-pagination{display:none;}
.news_list .swiper-pagination span{border: 1px solid #c70019;background:#fff;opacity:1;}
.news_list .swiper-pagination .swiper-pagination-bullet-active{background: #c70019;}



.company .companyTit{font-size: 22px;font-weight: 600;word-break: break-word;margin-bottom:24px;}
.company p{font-size: 14px;font-weight: 400;line-height: 1.5;color: rgba(0, 0, 0, 0.65);word-break: break-word; white-space: pre-wrap;text-align: justify;}


.news{margin-bottom:80px;}
.picTopContentBox.tiled {display: flex;flex-wrap: wrap;/*gap: 32px;*/}
.picTopContentBox .lists {width: 378px;height: 420px;overflow: hidden;box-shadow: 0 2px 12px rgb(0 0 0 / 12%);position: relative; -moz-transition: all .5s;-webkit-transition: all .5s; -o-transition: all .5s;transition: all .5s;margin-right:32px;    border-radius: 16px;}
.picTopContentBox .lists:nth-child(3n){margin-right:0;}
.picTopContentBox .lists .listsTop {height: 218px;}
.picTopContentBox .lists .listsTop .photoInfo{width: 100%;height: 100%;display: flex;justify-content: center;transform: translateZ(0);-ms-transform: translateZ(0);-moz-transform: translateZ(0);-webkit-transform: translateZ(0);overflow: hidden;}
.picTopContentBox .lists .listsTop .photoInfo .picture{display: block;width: 100%;transition: all .3s;object-fit: cover;}
.picTopContentBox .lists .listsBottom {padding: 24px;height: 202px;display: flex;flex-direction: column;background: #fff;}
.picTopContentBox .lists .listsBottom .titleP p{font-size: 22px;font-weight: 600;color: rgba(0,0,0,.85);margin-bottom: 12px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.picTopContentBox .lists .content p {white-space: pre-wrap;font-size: 14px;font-weight: 400;color: rgba(0,0,0,.65);overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-break: break-word;}
.picTopContentBox .lists .listsTop:hover .picture {transform: scale(1.03);}