.z_container{
    width: 1200px;
    margin: 0 auto;
}
.z_flex_between{
    display: flex;
    justify-content: space-between;
}
.z_page_banner img{
    width: 100%;
    height: auto;
    display: block;
}
.z_breadcrumb{
    height: 60px;
    background-color: #f5f5f5;
    line-height: 60px;
}
.z_breadcrumb .z_path{
    font-size: 14px;
	color: #666666;
}
.z_breadcrumb .z_path a{
	color: #666666;
}
.z_breadcrumb .z_path_tab a{
    font-size: 16px;
    color: #333333;
    margin: 0 0 0 45px;
}
.z_breadcrumb .z_path_tab a.hover{
    color: #ba0b15;
}
.z_business_con{
    margin: 30px 0 64px;
}
.z_title{
    text-align: center;
}
.z_title span{
    display: block;
}
.z_title .en{
    font-size: 48px;
	line-height: 30px;
    color: #e6e6e6;
    font-weight: bold;
}
.z_title .cn{
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #ba0b15;
    position: relative;
    padding: 0 0 12px;
    margin: -14px 0 0 0;
}
.z_title .cn::after{
	width: 140px;
	height: 3px;
	background-image: linear-gradient(
		#d4af62, 
		#d4af62), 
	linear-gradient(
		#ba0b15, 
		#ba0b15);
	background-blend-mode: normal, 
        normal;
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    left: 44.3%;
}
.z_business_con .z_con_text{
    font-size: 15px;
	line-height: 30px;
    color: #333333;
    margin: 9px 0 24px;
    padding: 0 3px;
}
.z_business_con .swiper-container{
    padding: 0 3px;
}
.z_business_con .swiper-button-next,
.z_business_con .swiper-button-prev{
    width: 32px;
	height: 50px;
}
.z_business_con .swiper-button-prev{
    background: url("../img/z_business_prev.png") no-repeat center center rgba(0,0,0,0.5);
    left: 3px;
}
.z_business_con .swiper-button-next{
    background: url("../img/z_business_next.png") no-repeat center center rgba(0,0,0,0.5);
    right: 2px;
}