 .container {
   width: 1200px;
 }

 .content {
   margin: 0 auto;
   height: auto;
   background: #fff;
   width: 1000px;
   line-height: 28px;
   font-size: 16px;
   padding: 10px 0px 50px 0px;
   margin: 30px auto;
 }

 .main {
   background: #fff;
 }
.content img{
  max-width: 100%;
}
 @media screen and (max-width: 1200px) {
   .container {
     width: 100%;
   }

   /* 	.content>p>img{
		width: 96% !important;
		margin: auto !important;
		height: auto !important; 
	} */
   .content {
     width: 96%;
     margin: auto;
   }

   .link>a:nth-child(4)>div {
     text-align: center;
     position: relative !important;
     width: 120px !important;
     left: 0px !important;
   }
 }