.banner_box {
	background: url(../img/jg_img/j_banner.png) no-repeat center;
	background-size: cover;
	position: relative;
}

.banner_text {
	width: 100%;
	height: 100%;
	display: block;
	padding-top: 5vh;
}

.banner_text  .banner_title {
	height: 48px;
	background: url(../img/jg_img/title_p.png) no-repeat left;
	background-size: contain;
}

.banner_text p {
	height: 30px;
	line-height: 30px;
	font-size:30px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(255,255,255,1);
	margin-top: 3vh;
}

 .banner_text .img_span {
	 width: 100px;
	 height: 130px;
	 	position: relative;
		font-size:16px;
		font-family:Microsoft YaHei;
		font-weight:400;
		color:rgba(255,255,255,1);
 }

.banner_text .banner_img {
	width: 100px;
	height: 100px;
	line-height: 100px;
	background: white;
	padding: 5px;
	border-radius:6px;
	position: relative;
	margin-top: 1.9vh;
}

.banner_text .banner_img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.banner_text span {
	height: 20px;
	line-height: 20px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
	position: absolute;
	bottom: 0;
}

.cpgn_js img {
	margin-right: 120px;
}

.cpgn_js img:last-child {
	margin-right: 0;
}

.img_pro {
	width: 100%;
	padding-top: 40px;
}
.img_pro img {
	width: 80%;
	margin: 0 auto;
}

.img_pro p {
	height: 32px;
	width: 100%;
	line-height: 32px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
	margin-top: 30px;
}

.img_pro p img {
	width: 32px;
	height: 32px;
	vertical-align: middle;
}

.text_title {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.text_title  p {
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:30px;
}

.part_body_f_text p.last_p {
	margin-top: 0;
}

.prev_img,.next_img {
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 50px;
	text-align: center;
}
.prev_img span {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/jg_img/blue_btn.png) no-repeat center;
}

.next_img span {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/jg_img/blue_btn1.png) no-repeat center;
}

.hover_img:hover {
	cursor: pointer;
	background:rgba(61,129,242,1);
	box-shadow:0px 4px 8px 0px rgba(61,129,242,0.4);
	border-radius:50%;
}

.prev_img:hover span {
	background: url(../img/jg_img/white_btn1.png) no-repeat center;
}

.next_img:hover span {
	background: url(../img/jg_img/white_btn.png) no-repeat center;
}
.part_body_f_img {
	position: relative;
}


.part_body_f_img img {
	width: 80%;
	height: auto;
}
.more_img {
	height: 200px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.more_img img{
	width: 90%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	left: 5%;
	z-index: 1;
}


@media screen and (min-width: 1200px) {
	.banner_text,.content_info {
		width: 1200px;
		margin: 0 auto;
	}
	
	.img_pro {
		width: 1200px;
		margin: 0 auto;
	}
		
}

@media screen and (min-width: 750px) and (max-width: 1200px) {
.banner_text,.content_info {
		width: 100%;
		margin: 0 auto;
		padding: 5vh 20px;
	}
}

@media screen and (max-width: 750px) {
	 .banner_text {
	 	display: none;
	 }
	 .banner_box {
		 width: 100%;
	 	height: 145px !important;
	 	background: url(../img/h5_img/h5_y_banner.png) no-repeat center;
		background-size: cover;
	 }
	 .text_title {
		 margin-top: 15px;
		 padding: 0px 20px;
	 }
	 .text_title p {
		 font-size: 12px;
		 line-height: 18px;
	 }
	 
	 .bzfw_part1 .cpgn_js img {
		 margin-right: 0px;
	 }
	 .img_pro img {
		 width: 100%;
	 }
	 .img_pro p {
		 margin-top: 12px;
		 font-size: 12px;
		 text-align: left;
		 height: auto;
		 line-height: 18px;
	 }
	 
	 .img_pro p img {
			width: 17px;
			height: 17px;
		}
		
		.img_pro .h5_show p:last-child {
			margin-top: 10px;
		}
		
		.img_pro .h5_show p span {
			width: calc(100% - 17px);
			display: inline-block;
			vertical-align: top;
			padding-left: 10px;
		} 
		
		.part_body_f_img img {
			height: auto !important;
		}
 }
@media screen and (min-width: 1200px){
.content_info {
    width: 100% !important;
    margin: 0 auto;
}
}
.text_title{
 margin-bottom: 20px;
}