.container .container_body{
    width: 100%;
}
/* .container .container_body > article > section:nth-child(3){
    width: 100%;
    background: red;
    height: 350px
} */
.container .container_body > article > section > h4{
    font-weight: bolder;
}

.container .container_body > article > section.sec_width
{
  width:100%;
  margin:0 auto;
}
.green_int{
	margin-top: 4%;
	margin-bottom: 3%;
	position: relative;
	min-height: 350px;
	width:100%;
	background: url(../../asset/green_bgsr1.jpg)no-repeat left center;
	background-size: cover;
}

.green_positions{
  position: relative;
  width: 1000px;
  min-height: 350px;
  margin: 0 auto;

}
.green_conter{
	position: absolute;
	top:56px;
	right:0;
	background: rgba(5,40,59,0.8);
	padding:30px 25px ;
	height: 210px;
	width:330px;
	
}
.green_conter h3{
	width:100%;
	font-size: 16px;
	font-size: 1.6rem;
	color:#fff;
	text-align: left;
	font-weight: bold;
	padding-bottom:20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.green_conter p{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	color:#fff;
}
h4.iphone_block{
	display: none;
	font-size: 16px;
	font-size: 1.6rem;
	color:#3f3f3f;
	font-weight: bold;
	margin-bottom: 3%;
}
/* 技术创新 */






/*pad单独样式 <1000px分辨率*/
@media screen and (max-width: 999px) {
    h1{
        color:red;
    }
.green_r_text{
	width:100%;
}
h4.iphone_block{
	display: block;
}

.green_r_text h4{
	display: none;
}
.green_positions{
	width:94%;
}


}
/*pad单独样式 <960px */
@media screen and (min-width: 768px) and (max-width: 959px) {
}
/*手机单独样式 <768px */
@media screen and (min-width: 640px) and (max-width: 767px) {
}
/*手机单独样式 <640px */
@media screen and (min-width: 480px) and (max-width: 639px) {
	.green_conter{
    height: auto;
    left: 50%;
    margin-left: -43%;
    padding: 5% 3% 8% 3%;
    position: absolute;
    top: 15%;
    width: 86%;
}

}
/*手机单独样式 <480px */
@media screen and (max-width: 479px) {
	.green_conter{
    height: auto;
    left: 50%;
    margin-left: -43%;
    padding: 5% 3% 12% 3%;
    position: absolute;
    top:25%;
    width: 80%;
}

}