@media screen and (max-width: 1200px) {
  .top {
    background: transparent;
  }
  .top .layout {
    background: url(aboutUs-aboutUs.png) no-repeat center;
    background-size: cover;
  }
}
.top {
  background: url(aboutUs-aboutUs.png) no-repeat center;
  background-size: cover;
}
.top .layout {
  height: 699px;
}
.content {
  height: 959px;
  clear: both;
}
.content .abu-title {
  margin-top: 119px;
  color: #f08300;
  font-size: 38px;
  margin-bottom: 52px;
}
.content .abu-p {
  color: #64625d;
  line-height: 40px;
  font-size: 20px;
  text-align: justify;
}


	.cm-footer{
		width: 100%;
		background: #26272b;
	}
	
	.cm-footer .layout {
		height: 194px;
		padding-top: 56px;
		background: #26272b;
	}
	
	.cm-footerTel {
		color: #fff;
		font-size: 30px;
		padding-left: 1.4em;
		background: url(home-telIcon.png)no-repeat left center;
	}
	
	.cm-footerLink li {
		position: relative;
		line-height: 82px;
		font-size: 20px;
		float: left;
		color: #fff;
		padding-right: 2em;
	}
	
	.cm-footerLink li:after {
		position: absolute;
		margin: auto;
		right: 1em;
		top: 0;
		bottom: 0;
		content: "";
		height: 16px;
		width: 1px;
		background: #fff;
	}
	
	.cm-footerLink li:nth-last-of-type(1):after {
		position: absolute;
		margin: auto;
		right: 1em;
		top: 0;
		bottom: 0;
		content: "";
		height: 0;
		width: 0;
		background: transparent;
	}
	
	.cm-footerLink a {
		color: #fff;
		font-size: 20px;
	}
	
	.cm-footerLink a:hover {
		color: #ff6600;
	}
	
	.copyright {
		font-size: 16px;
		color: #fff;
	}
