﻿
.gyzb_content .about_info{
	overflow: hidden;
	padding:.7rem 0 .2rem 0;
}
.gyzb_content .info_img {
	float: left;
}
.gyzb_content .info_img img{
	width: 5.6rem;
	height: 6.08rem;
}
.gyzb_content .about_info .text{
	width: 6.2rem; 
	float: right;
}
.gyzb_content .about_info h4{
	font-size: .28rem;
	color: #0068b7;
	font-weight: bold;
	padding: .24rem 0;
}
.gyzb_content .about_info p{
	font-size: .16rem;
	color: #333333;
	line-height: .26rem;
	padding-bottom: .18rem;
}
.gyzb_img{
	padding-bottom: .8rem;
}
.gyzb_img{
	width: 100%;
	height: 5.68rem;
	background: url(../images/gyzb_bg.png) right center no-repeat;
	background-size: 11.48rem 5.68rem;
}
.gyzb_img  .left_img{
	padding: 1.9rem .74rem 0  0;
}
.gyzb_img  .right_img {
	padding-top: .6rem;
}
.gyzb_img  .left_img,.gyzb_img  .right_img {
	float: left;
}
.gyzb_img  .left_img img{
	width: 6.03rem;
	height: 2.45rem;
}
.gyzb_img  .right_img img{
	width: 5.61rem;
	height: 4.96rem;
}
@media screen and (max-width: 1024px) {
   .gyzb_content .about_info h4{
   	font-size: 14px;
   }
   .gyzb_content .about_info p{
   	font-size: 12px;
   	line-height: 16px;
   	padding-bottom: 18px;
   }
}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 414px){
	
	.gyzb_content .info_img, .gyzb_content .about_info .text{
		float: none;
	}
	.gyzb_content .info_img img{
		width: 100%;
		height: auto;
	}
	.gyzb_content .about_info .text{
		width: 100%;
		padding:20px 0;
	}

	
	.gyzb_img{
		height: auto;
		background: url(../images/gyzb_bg.png)  no-repeat;
		background-size: auto;
	}
	.gyzb_img  .left_img,.gyzb_img  .right_img {
		float: none;
		text-align: center;
		padding: 0 0 40px 0;
	}
	.gyzb_img  .left_img img{
		width: 90%;
		height: auto;
	}
	.gyzb_img  .right_img img{
		width: 100%;
		height: auto;
	}
}