body{
	background-color: #F4F4F4;
}
.header2 ul li a{
	 color: black;
}
.details{
      width: 1600px;
      height: 587px;
      margin:  0 auto;
      padding-top: 120px;
}
.details> img{
	width: 100%;
	/*height: 100%;*/
}
.details2{
	 width: 1000px;
	 min-height: 500px;
	 background: white;
	 padding-bottom: 50px;
	 margin: 0 auto;
     position:relative;
     top: -180px;	     
     overflow: hidden;
     word-break: break-word;
     padding:  0 80px 0 80px;
}
.details2 img{
	  /*width: 100%;*/
	  margin: 0 auto;
	  height:auto !important;
}
.bottom{
	margin-top: -180px;
}
@media only screen and (min-width:0px ) and (max-width: 1500px) {
.details{
      width: 1200px;
      height: 440px;
      margin:  0 auto;
      padding-top: 120px;
}
.details2{
	 width: 790px;
	 min-height: 500px;
	 background: white;
	 padding-bottom: 50px;
	 margin: 0 auto;
     position:relative;
     top: -180px;	     
     overflow: hidden;
     word-break: break-word;
     padding:  0 60px 0 60px;
}
}