.top_wrapper{
    
    border-bottom:1px solid #e1e1e1;
}

.top_center{
    display: flex;
    
    justify-content: space-between;
}

.top_left{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #5e6061;
    height: 35px;
}

.w1400{
    width: 1400px;
    margin:0 auto;
    
}

.top_right{
    display: flex;
    cursor: pointer;
}

.top_right_icon1{
    display: flex;
    align-items: center;
    height: 35px;
    padding-left: 20px;
}

.top_right_icon1 img{
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 6px;
}
.top_right_icon1 span{
    font-size: 14px;
    color: #5e6061;
}
.top_right_icon1 a{
    font-size: 14px;
    color: #5e6061;
}

.logo_left{
    display: flex;
    height: 144px;
    align-items: center;

}
.logo_wenzi{
    display: flex;
    flex-direction: column;
    padding-left: 30px;
}

.logo_wenzi_s{
    font-size: 28px;
    color: #5e6061;
}
.logo_wenzi_x{
    font-size: 12px;
    color: #5e6061;
}

.logo_wrap{
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.logo_right_tel{
    width: 56px;
}

.w100{
    width: 100%;
    display: block;
}


.logo_right{
    display: flex;
    align-items: center;

}
.logo_right_wenzi{
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}
.logo_right_wenzi1{
    font-size: 30px;
    color: #d20104;
    font-weight: bold;
}

.logo_right_wenzi2{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.logo_right_wenzi2 span{
    border:1px solid #5e6061;
    color: #252525;
    width: 68px;
    height: 32px;
    border-radius: 4px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav{
    height: 60px;
    background: #d20104;
}

.nav_center{
    display: flex;
    height: 60px;
    
}
.nav_center a{
    height: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    transition: all linear .2s;
}
.nav_center a.active{
    background: #252525;
}
.nav_center a:hover{
    background: #252525;
}

.title_wrap{
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 20px;
    flex-direction: column;
}

.title_ch{
    font-size: 36px;
    color: #666;
    font-weight: bold;
}

.title_en{
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

.company_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.company_left{
    width: 48.8%;
}
.company_left img{
border-radius: 30px;    
}
.company_right{
    width: 48.8%;
}

.company_right_1{
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.company_right_2{
    font-size: 14px;
    line-height: 28px;
    color: #999;
    padding-top: 20px;
}

.pro_wrap{
    background: url("../images/pro_bg.jpg");
    background-size: cover;
    
}

.shebei_wrap{
    display: flex;
    justify-content: space-between;
}
.shebei_left{
    width: 21%;

}
.shebei_right{
    margin-left:40px;
    flex:1;
    
}

.shebei_left_title{
    height: 172px;
    display: flex;
    flex-direction: column;
    background: #d20104;
    align-items: center;
    justify-content: center;
}

.shebei_left_title b{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}
.shebei_left_title span{
    font-size: 16px;
    color: #d1d1d1;
}

.shebei_left_nav{
    padding-top: 2px;

}

.shebei_left_nav ul li a{
width: 100%;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
border-bottom:1px solid #fff;
background: #ebebeb;
font-size: 16px;
color:#252525;
}

.shebei_left_nav ul li a.active{
    color: #fff;
    background:#252525;
    border-bottom: 1px solid #252525;
}

.shebei_left_nav ul li a:hover{
    color: #fff;
    background:#252525;
    border-bottom: 1px solid #252525;
}

.shebei_item{
    width: 342px;
    height: 468px;
    border:1px solid #e0e0e0;
    display: flex;
    position: relative;
    cursor: pointer;
    margin-right:20px;
    margin-bottom:20px;
}
.shebei_item:nth-of-type(3n){
    margin-right: 0;
}



.shebei_item img{
    position: absolute;
    z-index:1;
    left: 0;
    top:0;
    width: 100%;


}

.swiper-banner{
	position: relative;
	overflow: hidden;
}
.swiper-banner .swiper-slide{
	position: relative;
	overflow: hidden;
}
.swiper-banner .swiper-slide .ban_img{
	width: 100%;
	object-fit: cover;
	min-height: 420px;
	max-height: 100vh;
	/*-webkit-animation: animScale 20s linear infinite;*/
	/*animation: animScale 20s linear infinite;*/
	/*-ms-animation: animScale 20s linear infinite;*/
	/*-moz-animation: animScale 20s linear infinite;*/
	/*-o-animation: animScale 20s linear infinite;*/
}
.swiper-banner .swiper-slide .ban_m{
    display: none;
}
.swiper-banner .ban-pagination{
	position: absolute;
	width: 100%;
	bottom: 30px;
	z-index: 9;
	text-align: center;
}
.ban-pagination .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	background: rgba(255,255,255,1);
	position: relative;
	border-radius: 50%;
	opacity: 1;
	margin: 0 5px !important;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.ban-pagination .swiper-pagination-bullet-active{
	background:#d20104;
	
}
.swiper-notification{
	display: none;
}
.swiper-banner .swiper-slide .ban_img_m{
	display: none;
}
.shebei_item_wenzi{
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
    z-index: 2;
    background: #3a3a3a;
    padding-left: 10%;
    padding-right: 10%;

}
.titles{
    color: #fff;
    
    height: 52px;
    width: 100%;
    display: flex;
    align-items: center;
   
    font-size: 14px;
}
.descs{
    
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    margin-bottom:20px;
    display: none;
}

.shebei_item.active .shebei_item_wenzi{
    background: linear-gradient(to right,rgba(220,43,45,0.8) 0%,rgba(220,1,4,0.8) 100%);
}
.shebei_item:hover .descs{
    display: block;
    
    
}


.shebei_item:hover .shebei_item_wenzi{
    background: linear-gradient(to right,rgba(220,43,45,0.8) 0%,rgba(220,1,4,0.8) 100%);
}
.shebei_item.active .descs{
    display: block;
    
    
}
.zhengshu_wrap{
    display: flex;
   
    flex-wrap: wrap;
}
.zhengshu_item{
    width: 31%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 3.5%;
    
    margin-bottom: 3.5%;


}
.zhengshu_item span{
    display: flex;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #999;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
}
.zhengshu_item:nth-of-type(3n){
    margin-right:0%
}



.gap2{
    height: 20px;
}

.shebei_right_s{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    
}
.shebei_right_x{
    height: 66px;
    display: flex;
    align-items: center;
}
.shebei_right_x_left{
    font-size: 18px;
    color: #999999;
    margin-right: 20px;
}
.shebei_right_x_right{
    width: 140px;
    height: 38px;
    border-radius: 6px;
    background: #d20104;
    display: flex;
    color: #fff;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}
.shebei_right_x_right:hover{
    background: #252525;
}
.pro_w2{
    display: flex;
    
    padding-bottom: 30px;
    flex-wrap:wrap;

}
.pro_item{
 width:32%;
 
 border:1px solid #d5d5d5;
 background: #fff;
 position: relative;
 margin-bottom: 20px;
 margin-right:2% ;
}

.pro_item:nth-of-type(3n){
    margin-right: 0;
}

.pro_item img{
    position: relative;
    z-index: 1;
}

.titlex{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #666666;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
.pro_item:hover .titlex{
    background: #d20104;
}
.adv_wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.adv_item{
    width: 23.5%;
    
    background: #f7f7f7;
}



.adv_item_txt{
    height: 218px;
    padding-top: 26px;
    padding-left: 28px;
    width: 100%;
 
    position: relative;
}

.adv_item_title{
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    font-weight: bold;
    color: #666;
}
.adv_item_desc{
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #999;
}

.adv_item_desc_en{
    padding-top: 26px;
    line-height: 18px;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

.adv_arrow{
    position: absolute;
    bottom:0;
    right:0;
    width: 109px;
    height: 110px;
    background: url("../images/arrow.png") no-repeat center center;
    
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    padding-left: 60px;
    padding-top: 50px;
}


.adv_item:hover .adv_item_txt{
    background: #d20104;
}

.adv_item:hover .adv_item_title{
    color: #fff;
}

.adv_item:hover .adv_item_desc{
    color: #fff;
}

.adv_item:hover .adv_item_desc_en{
    color: #fff;
}



.footer_wrap{
    height: 244px;
    background: #d20104;
    margin-top: -142px;
    z-index: 1;
    position: relative;
}

.news_wrap{
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
  


}

.news_item{
    width: 31%;
    margin-right:3.5%;
    display: flex;
    flex-direction: column;
    transition: all linear .5s;
    cursor: pointer;
    margin-bottom: 20px;
}
.news_item:nth-of-type(3n){
    margin-right: 0%;
}
.news_item:hover{
    transform: translateY(-10px);
    background: #d20104;
}

.news_item_cont{
    border-left:1px solid #dddddd;
    border-right:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    
    padding: 12px 22px 22px;
}
.news_item_title1{
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    color: #666;
    font-weight: bold;
    overflow: hidden;
}

.news_item_desc{
    line-height: 24px;
    color: #666;
    font-size: 14px;
    padding-bottom: 26px;
    border-bottom: 1px solid #ddd;
}

.news_item_date{
    font-weight: bold;
    font-size: 18px;
    color: #666666;
    height: 46px;
    line-height: 46px;
}
.news_item:hover .news_item_title1{
    color: #fff;
}
.news_item:hover .news_item_cont{
    color: #fff;
    border-left:1px solid #d20104;
    border-right:1px solid #d20104;
    border-bottom: 1px solid #d20104;
}
.news_item:hover .news_item_desc{
    color: #fff;
}

.news_item:hover .news_item_date{
    color: #fff;
}
.contactzx{
    margin-top: 40px;
    margin-bottom: 60px;
    min-height: 500px;
}









.contact_wrap{
    height: 426px;
    border:1px solid #dddddd;
    display: flex;
    position: relative;
    z-index: 2;
}

.contact_left{
    width: 50%;
    background: #252525;
    height: 100%;

}

.contact_right{
    width: 50%;
    background: #fff;
    height: 100%;
    position: relative;
}

.contact_right_icon{
    position: absolute;
    top:0;
    right:0;
    width: 51px;
    height: 51px;
    background: url("../images/arrow2.png") no-repeat center center;
}

.contact_right_con{
    padding-top: 45px;
    padding-left: 60px;
    padding-right: 36px;
}

.contact_right_con_title{
    height: 82px;
    display: flex;
    border-bottom:1px solid #ddd;
    align-items: center;
}
.stext{
    font-size: 24px;
    color: #666666;
    padding-left: 20px;
}

.contact_right_con_desc{
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}

.footer_centers{
    height: 76px;
    padding-top:168px;
}

.footer_center{
    height: 76px;
    border-top:1px solid #db3436;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

.contact_right_con_left{
    font-size: 16px;
    line-height: 28px;
    color: #666;

}


.footer_wrap2{
    background: #d20104;
}

.footer_centers2{
    height: 76px;
    
}