.banner_img_box{width: 100%;}
.banner_img_box img{width: 100%;}
.banner_content{width:1200px;height: 100%;margin: 0 auto;display: flex;flex-direction: column;justify-content: center;}
.banner_content p{font-size: 60px;color: white;margin-left: 50px;font-weight: bold;}
.banner_content span{font-size: 20px;color: white;margin-left: 50px;margin-top: 10px; font-weight: bold;}

.zp_content_box{width: 100%;}
.zp_content{width: 1200px;margin: 0 auto;}
.zp_leimu_01{width: 100%;display: flex;flex-direction: row;align-items: center;margin-top: 90px;border-bottom: 1px solid #0078d7;margin-bottom: 12px;padding-bottom: 30px;box-sizing: border-box;}
.zp_leimu_01 p{font-size: 40px;color: #0078D7;font-weight: bold;}

.leimu001{margin-left: 40px;}
.leimu001 li{width: 110px;height: 35px;text-align: center;line-height: 35px;border-radius: 30px;font-size: 16px;margin-left: 30px;cursor: pointer;float: left;}
.leimu001_li_ative{background: #0078D7;color: white !important;}

.leimu002{}
.leimu002 li{float: left;text-align: center;padding: 0px 15px;border-right: 1px solid black;margin-top: 12px;margin-bottom: 12px;cursor: pointer;}
.leimu002 li:last-child{border-right: 0px solid black;}

.zp_details{width: 100%;display: flex;flex-direction: column;margin-top: 55px;margin-bottom: 150px;}
.zp_details_title{font-size: 30px;color: #0078D7;font-weight: bold;}
.zp_details_didian{margin-top: 35px;}
.zp_details_zhize{font-size: 18px;color: #0078D7;margin-top: 30px;margin-bottom: 30px;}
.zp_details_zhizes p{font-size: 16px;line-height: 30px;}

.zp_details_yaoqiu{font-size: 18px;color: #0078D7;margin-top: 30px;margin-bottom: 30px;}


/* 1024 */
@media (max-width: 1201px){
	.zp_content{width: 1024px;}
}
/* 800 */
@media (max-width: 999px){
	.zp_content{width: 800px;}
	.zp_leimu_01{flex-direction: column;}
	.leimu001{margin: 20px;}
}

/*ipad mobile*/
/* 768 */
@media (max-width: 779px){
	.zp_content{width: 750px;}
}
/* iphone6s mobile */
/* 375 */
@media (max-width: 414px){
	.zp_content{width: 360px;}
	.zp_leimu_01{align-items: stretch;margin-top: 35px;padding-bottom: 0px;}
	.leimu001{flex-direction: row;margin: 0;}
	.leimu001 li{margin: 20px auto;float: left;width: 90px;}
	

}
/*iphone5 mobile*/
/* 320 */
@media(max-width:320px) {
	.zp_content{width: 300px;}
	
}
