@media (max-width: 1340px) and (min-width:1280px){

}
@media (max-width: 1279px) and (min-width:1025px) {
	.ous_advantage_left{
		width: 47%;
	}
	.ous_advantage_right{
		width: 50%;
	}
	.ous_advantage_right img{
		width: 100%;
	}
}
@media (max-width: 1024px) and (min-width:769px) {
	.ous_advantage_left{
		width: 47%;
	}
	.ous_advantage_right{
		width: 50%;
	}
	.ous_advantage_right img{
		width: 100%;
	}
	
	.cooperation_text_banner_text{
		width: 100%;
		height: auto;
	    -webkit-align-items: flex-start;
	    -moz-align-items: flex-start;
	    -ms-align-items: flex-start;
	    -o-align-items: flex-start;
	    align-items: flex-start;
	}
	.cooperation_text_banner_text p{
		width: 100%;
		padding: 20px;
	}
	.ous_advantage_content{
	    -webkit-flex-direction: column;
	    -moz-flex-direction: column;
	    -ms-flex-direction: column;
	    -o-flex-direction: column;
	    flex-direction: column;
	}
	.ous_advantage_left{
		width: 100%;
	}
	.ous_advantage_right{
		width: 100%;
	}
	.page_content .content{
		padding: 50px;
	}
}
@media (max-width: 768px) and (min-width:500px) {
	.ous_advantage_left{
		width: 47%;
	}
	.ous_advantage_right{
		width: 50%;
	}
	.ous_advantage_right img{
		width: 100%;
	}
	
	.cooperation_text_banner_text{
		width: 100%;
		height: auto;
	    -webkit-align-items: flex-start;
	    -moz-align-items: flex-start;
	    -ms-align-items: flex-start;
	    -o-align-items: flex-start;
	    align-items: flex-start;
	}
	.cooperation_text_banner_text p{
		width: 100%;
		padding: 20px;
	}
	.ous_advantage_content{
	    -webkit-flex-direction: column;
	    -moz-flex-direction: column;
	    -ms-flex-direction: column;
	    -o-flex-direction: column;
	    flex-direction: column;
	}
	.ous_advantage_left{
		width: 100%;
	}
	.ous_advantage_right{
		width: 100%;
	}
	.page_content .content{
		padding: 50px 10px;
	}
}
@media (max-width: 499px){
	.ous_advantage_left{
		width: 47%;
	}
	.ous_advantage_right{
		width: 50%;
	}
	.ous_advantage_right img{
		width: 100%;
	}
	
	.cooperation_text_banner_text{
		width: 100%;
		height: auto;
	    -webkit-align-items: flex-start;
	    -moz-align-items: flex-start;
	    -ms-align-items: flex-start;
	    -o-align-items: flex-start;
	    align-items: flex-start;
	}
	.cooperation_text_banner_text p{
		width: 100%;
		padding: 10px;
		line-height: 24px;
	}
	.ous_advantage_content{
	    -webkit-flex-direction: column;
	    -moz-flex-direction: column;
	    -ms-flex-direction: column;
	    -o-flex-direction: column;
	    flex-direction: column;
	}
	.ous_advantage_left{
		width: 100%;
	}
	.ous_advantage_right{
		width: 100%;
	}
	.page_content .content{
		padding: 50px 10px;
	}
	.cooperation_text_banner{
		height: 300px;
	}
	.form_content input{
		width: 100%;
		margin-bottom: 15px;
	}
} 