 .titles{
				 width: 100%;
				 text-align: center;
				 font-size: 22px;
				 font-family: Microsoft YaHei;
				 font-weight: bold;
				 line-height: 35px;
				 color: #000000;
				 margin-top: 40px;
				 margin-bottom: 50px;
			 }
			 .TitleBg{
				 width: 800px;
				 margin: 0 auto;
				 height: 79px;
				 margin-bottom: 30px;
			 }
			 .TitleBg>img{
				 width: 800px; 
				 height: 79px;
				 
			 }
			 .imgContent{
				 width: 100%;
				 display: flex;
				 justify-content: space-between;
				 align-items: center;
				 height: 295px;
				 margin-bottom: 45px;
			 }
			 .imgContent>img{
				 width: 207px;
				 height: 295px;
				 display: block;
			 }
			 .margin-bottom100{
				 margin-bottom: 100px;
			 }