.header{
    height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    position: fixed;
    top:0;
    width: 100%;
    left: 0;
    z-index:2;
    box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.1);
}


.menu{
    width: 60%;
    position: fixed;
    right:0%;
    top:0;
    background: #d20104;
    z-index: 3;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: all linear .5s;
    transform: translateX(110%);
}

.close{
    width: 40px;
    height: 40px;
    top:20px;
    right:20px;
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    border:1px solid #fff;
}

.menu.active{
    transform: translateX(0);
}
.menu ul{
    width: 50%;
    margin: 0 auto;
}
.menu ul li{
    height: 40px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
}
.menu ul li a{

    font-size: 14px;
    color: #fff;
}
.logo{
    width: 50%;
    padding-left: 2%;
}

.tel{
    
    height: 32px;
    background: #0095eb;
    border-radius: 4px;
    padding-left: 3%;
    padding-right: 3%;
    color: #fff;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.icon{
    width: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.w100{
    display: block;
    width: 100%;
}
.gap{
    height: 72px;
    position: relative;
    z-index: 1;
}
.footer{
    display:flex;
    justify-content: space-between;
    align-items: center;
    height: 42px;
    position:fixed;
    width:100%;

    left:0;
    bottom:0;

z-index: 2;
}

.footer-left{
    width: 50%;
    height: 100%;
    border-radius:6px;
    display: flex;
    background: #c70732;
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-r{
    width: 50%;
    height: 100%;
    border-radius:6px;
    display: flex;
    background: #22ac38;
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-banner{
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    margin-top:42px;

}
.w_100{
    width: 100%;
}


.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: 96%;
    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: 20px;
    padding-bottom: 10px;
    flex-direction: column;
}

.title_ch{
    font-size: 26px;
    color: #666;
    font-weight: bold;
}

.title_en{
    font-size: 12px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

.company_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.company_left{
    width: 100%;
}
.company_left img{
border-radius: 10px;    
}
.company_right{
    width: 100%;
}

.company_right_1{
    font-size: 12px;
    color: #666;
    line-height: 20px;
    margin-top: 20px;
}

.company_right_2{
    font-size: 12px;
    line-height: 20px;
    color: #999;
    padding-top: 10px;
}
.zhengshu_wrap{
    display: flex;
   
    flex-wrap: wrap;
    justify-content: center;
}
.zhengshu_item{
    width: 48.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 3%;
    
    margin-bottom: 3%;


}
.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(2n){
    margin-right:0%
}
.pro_wrap{
    background: url("../images/pro_bg.jpg");
    background-size: cover;
    
}
.gap2{
    height: 20px;
}
.shebei_wrap{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.shebei_left{
    width: 100%;

}
.shebei_right{
    margin-top:10px;
    width: 100%;
    
}

.shebei_left_title{
    height: 172px;
    display: flex;
    flex-direction: column;
    background: #d20104;
    align-items: center;
    justify-content: center;
    display: none;
}

.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;
    display: flex;


}
.shebei_left_nav ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.shebei_left_nav ul li{
    width: 48%;
    margin-bottom: 10px;

}
.shebei_left_nav ul li a{
width: 100%;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border-bottom:1px solid #fff;
background: #ebebeb;
font-size: 12px;
color:#252525;
border-radius: 6px;
text-align: center;
}

.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: 49%;
    
    border:1px solid #e0e0e0;
    display: flex;
    position: relative;
    cursor: pointer;
    margin-right:2%;
    margin-bottom:20px;
    box-sizing: border-box;
}
.shebei_item:nth-of-type(2n){
    margin-right: 0;
}



.shebei_item img{
    position: relative;
    z-index:1;
    left: 0;
    top:0;
    width: 100%;


}
.client_wrap{
    display:flex;
    justify-content:space-between;
    margin-top:20px;
    margin-bottom:30px;
    flex-wrap:wrap;
}
.client_item{
    width:30%;
    border:1px solid #ddd;
    margin-bottom:2%;
}
.swiper-banner .swiper-slide{
	position: relative;
	overflow: hidden;
}
.swiper-banner .swiper-slide .ban_img{
	width: 100%;
	object-fit: cover;
	
	/*-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: 10px;
	z-index: 9;
	text-align: center;
}
.ban-pagination .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	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: 40px;
    width: 100%;
    display: flex;
    align-items: center;
   
    font-size: 12px;
}
.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;
    
    
}

.shebei_right_s{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    
}
.shebei_right_x{
    height: 66px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.shebei_right_x_left{
    font-size: 12px;
    color: #999999;
    margin-right: 20px;
}
.shebei_right_x_right{
    width: 120px;
    height: 30px;
    border-radius: 6px;
    background: #d20104;
    display: flex;
    color: #fff;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}
.shebei_right_x_right:hover{
    background: #252525;
}
.pro_w2{
    display: flex;
    
    padding-bottom: 20px;
    flex-wrap:wrap;
    flex-direction: column;

}
.pro_item{
 width:100%;
 
 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: 20px;
    flex-wrap: wrap;
    
}
.adv_item{
    width: 48%;
    
    background: #f7f7f7;
    margin-bottom: 20px;
}



.adv_item_txt{
    height: 168px;
    padding-top: 10px;
    padding-left: 10px;
    width: 100%;
 
    position: relative;
}

.adv_item_title{
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}
.adv_item_desc{
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #999;
}

.adv_item_desc_en{
    padding-top: 10px;
    line-height: 18px;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

.adv_arrow{
    position: absolute;
    bottom:0;
    right:0;
    width: 56px;
    height: 56px;
    background: url("../images/arrow.png") no-repeat center center;
    
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-left: 30px;
    padding-top: 25px;
}


.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;
    flex-direction: column;
    
    


}

.news_item{
    width: 100%;
    
    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: 10px 15px 15px;
}
.news_item_title1{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.news_item_desc{
    line-height: 24px;
    color: #666;
    font-size: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
}

.news_item_date{
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    height: 32px;
    line-height: 32px;
}
.news_item:hover .news_item_title1{
    color: #fff;
}
.news_item:hover .news_item_desc{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.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{
    
    
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column;
}

.contact_left{
    width: 100%;
    background: #252525;
    height: 200px;
    margin-bottom: 20px;
    border:1px solid #dddddd;
}

.contact_right{
    width: 100%;
    background: #fff;
    height: 300px;
    position: relative;border:1px solid #dddddd;
}

.contact_right_icon{
    position: absolute;
    top:0;
    right:0;
    width: 30px;
    height: 30px;
    background: url("../images/arrow2.png") no-repeat center center;
}

.contact_right_con{
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 16px;
}

.contact_right_con_title{
    height: 42px;
    display: flex;
    border-bottom:1px solid #ddd;
    align-items: center;
}
.stext{
    font-size: 14px;
    color: #666666;
    padding-left: 10px;
}

.contact_right_con_right{
    width: 100px;
}

.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: 12px;
    line-height: 24px;
    color: #666;

}


.footer_wrap2{
    background: #d20104;
}

.footer_centers2{
    height: 76px;
    
}