.content .pro_box img {
	width: 95%;
	margin: 14px auto;
}

.content{
	padding: 40px 0;
}
.top_box{
	border-top: 10px solid #ea5504;
	padding: 40px 50px;
	position: absolute;
	bottom: 50px;
	right: 350px;
	background: white;
	width: 300px;
	min-height: 500px;
	min-width: 450px;
}
.top_box img{
	width: 50px;
	position: absolute;
	bottom: 40px;
	left: 50px;
}
.top_box h1{
	font-size: 28px;
	margin-bottom: 40px;
}
.bannner_box{
	position: relative;
	overflow: hidden;
}@media screen and (max-width: 1024px) {

.top_box {
    border-top: 10px solid #ea5504;
    padding: 40px 50px 0px 50px;
    position: absolute;
    bottom: 50px;
    right: 50px;
    background: white;
    min-height:inherit; 
    min-width: 350px;
}
.top_box img {
    position: static;
    margin: 40px 0;
}
.top_box h1 {
    font-size: 28px;
    margin-bottom: 20px;
}
}
 .content p img {        width:100%;    }
@media screen and (max-width: 414px) {    .content p img {        width:100%;        padding:0 10px;    }
.top_box {
    position: static; 
    min-width: 100%;
    min-height: auto;
}
.top_box img {
    bottom: 0px;
    width: 35px;
}
}

