
.present{
	width: 1000px;
	height: 800px;
	margin: 0 auto;
}
.present-box{
	width: 1000px;
	height: auto;
	margin: 100px 0 80px;
}
.present-text{
	line-height: 40px;
	color: #999;
	font-size: 17px;
}

.present-img{
	width: 907px;
	height: 420px;
	margin: 0 auto;
	background: url(../img/outline/slogan.png) no-repeat center;
}

.honor{
	width: 1200px;
	height: auto;
	margin: 40px auto;
	overflow: hidden;
}

.honor-box{
	width: 330px;
	height: 220px;
	float: left;
	margin: 30px 35px 20px;
	box-sizing: border-box;
	border-radius: 20px;
	text-align: center;
	padding-top:20px; 
        background: -webkit-linear-gradient(#2f2f2f 0%, #000 100%);
        background: -o-linear-gradient(#2f2f2f 0%, #000 100%);
        background: -ms-linear-gradient(top, #2f2f2f 0%, #000 100%);
        background: linear-gradient(#2f2f2f 0%, #000 100%);
        color: #fff;
}

.box-change-bcolor{
        background: -webkit-linear-gradient(#bb860c 0%, #bb860c 100%);
        background: -o-linear-gradient(#bb860c 0%, #bb860c 100%);
        background: -ms-linear-gradient(top, #bb860c 0%, #bb860c 100%);
        background: linear-gradient(#bb860c 0%, #bb860c 100%);
}
.honor-box-text{
	margin-top: 10px;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
}

.contact{
	width: 1200px;
	height: 800px;
	margin:0 auto; 
}
.contact-top{
	width: 1200px;
	height: 549px;
	border-bottom: 1px solid #999;
}
.contact-bottom{
	width: 1200px;
	height: 250px;
}
.contact-top-box{
	position: relative;
	width: 400px;
	height: 479px;
	float: left;
	margin: 70px 0 0;
}
.box-one{
	width: 400px;
	height: 220px;
}
.box-one-title{
	width: 150px;
	height: 49px;
	border-bottom: 1px solid #999;
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}
.box-two{
	width: 400px;
	height: 200px;
	margin: 50px 150px 0 0; 
	float: left;
}

.contact-img{
	width: 568px;
	height: 280px;
	margin: 120px 10px;
	border-radius: 10px;
	background-color: #dcdcdc;
	float: right;
	background: url(../img/outline/New-Banner.png);
}
.box-one-text{
	line-height: 25px;
	font-size: 16px;
	color: #999;
}