@media screen and (max-width: 720px) {
/*header*/
	/*header {
		position: fixed;
		top: 0;
		left: 0;
		width: 75%;
		height: 60px;
		padding: 0 12.5%;
		background-color: #323333;
	}
	header .logo {
		width: 120px;
		height: 60px;
		background: #f00;
	}
	header .nav {
		float: right;
		width: 60px;
		height: 60px;
		margin-top: -60px;
		background: #f00;
	}
	header .nav li {
		display: none;
	}
	.index .banner {
		height: 88%;
		background-color: #FF7D00;
	}*/

/*Our_Products*/
	.index h1 {
		/*height: 150px;*/
		padding: 70px 0 40px;
		background-color: #fff;
		font-size: 32px;
		text-align: center;
		line-height: 40px;
	}
	.index .Our_Products img {
		float: left;
		width: 100%;
	}

/*Our_Service*/
	.index .Our_Service ul li {
		width: 600px;
		height: 200px;
		padding-top: 150px;
		margin: 0 auto;
		text-align: center;
	}
	.index .Our_Service ul li:nth-of-type(1) {
		background: #f37036 url('../images/') center top no-repeat;
	}
	.index .Our_Service ul li:nth-of-type(2) {
		background: url('../images/image_01.jpg') no-repeat;
		background-size: cover;
	}
	.index .Our_Service ul li:nth-of-type(3) {
		background: #EFEEEC url('../images/') center top no-repeat;
	}
	.index .Our_Service ul li:nth-of-type(4) {
		background: url('../images/image_02.jpg') no-repeat;
		background-size: cover;
	}
	.index .Our_Service ul li:nth-of-type(5) {
		background: #FFFFFF url('../images/') center top no-repeat;
	}
	.index .Our_Service ul li:nth-of-type(6) {
		background: url('../images/image_03.jpg') no-repeat;
		background-size: cover;
	}
	.index .Our_Service ul li h3 {
		font-size: 22px;
		color: #000;
		line-height: 48px;
	}
	.index .Our_Service ul li p {
		font-size: 16px;
		color: ;
		line-height: 22px;
	}
	.index .Our_Service ul li a {
		font-size: 14px;
		color: rgb(205,205,205);
		line-height: 60px;
	}

/*Our_Partners*/

	.index .Our_Partners p {
		padding-bottom: 40px;
		font-size: 16px;
		color: rgb(136,136,136);
		text-align: center;
		line-height: 24px;
	}
	.index .Our_Partners .carousel1 {
		height: 500px;
		background: url('../images/img/bg_partner.jpg') center no-repeat;
		background-size: cover;
	}
	.index .Our_Partners .carousel2 {
		height: 100px;
		padding: 50px 0;
		background-color: #fff;
	}

/*footer*/
	footer {
		height: 400px;
		background-color: #313131;
		color: #fff;
		text-align: left;
	}
	footer h2 {
		padding: 70px 0 20px;
		font-size: 30px;
		font-family: 'Arial';
		text-align: center;
		line-height: 60px;
	}
	footer hr {
		width: 620px;
		margin: 0 auto 20px;
		background-color: #95928D;
		color: #95928D;
	}
	footer .left {
		width: 360px;
		margin: 0 auto;
	}
	footer .left p {
		margin-bottom: 10px;
		font-size: 16px;
		font-family: 'Arial';
		color: #fff;
		text-indent: 40px;
		line-height: 30px;
	}
	footer .right {
		width: 220px;
		margin: 30px auto 0;
	}
	footer .right ul {
		height: 40px;
	}
	footer .right ul li {
		float: left;
		width: 34px;
		height: 34px;
		margin: 3px 6px 0;
		/*margin: 3px 13px 0 0;*/
		background-color: #fff;
		border-radius: 50%;
	}
	footer .right p {
		margin-top: 10px;
		font-size: 14px;
		font-family: 'Arial';
		color: rgb(128,128,128);
		text-indent: 10px;
	}


}