@charset "utf-8";
/* CSS Document */

body{
	width:100%;
	margin: 0;
	display:block;
	}
.navandlogo{
	width:88%;
	height:95px;
	padding:0 6%;
	}
.logo{
	width:21%;
	height:95px;
	float:left;
	/*margin-left: 11%;*/
	}
.nav box{
	margin:auto 0;
	height:95px;
	background:#FFF;
	display:block;
	
	}
.nav ul{list-style-type:none;
	margin:0;
	padding:40px;
	overflow:hidden;
	float:right;
	}
.nav li{float:left;
	}
.nav a{
	display: block;
    background-color: #FFF;
    color: #333333;
    width: 120px;
    text-align: center;
    text-decoration: none;
    font-family: '微软雅黑';
    font-size: 18px;
	}
.nav a:hover,a:active{
	color:#ff7f26;
	}
.banner{
	width:100%;
	height:205px;
	}
.box1{
	width:100%;
	height:610px;
	display:block;
	float:left;
    }
.boxtext{
	width:100%;
	height:130px;
	text-align:center;
	font-family:'微软雅黑';
	font-size:30px;
	line-height:90px;
	color:#333333;
	font-weight: bold;
	margin-top: 7%;
	}
.box2{
	width:506px;
	/*height:670px;*/
	text-align:center;
	font-size:18px;
	font-family:'微软雅黑';
	color:#333333;
	line-height:48px;
	float: left;
	}
.box2 h3{
	font-size:24px;
	font-family:'微软雅黑';
	text-align:center;
	color:#333333;
	margin:0px;
	}
.conctbox{
	width:100%;
	height:131px;
	background-color:#ff7f26;
	float:left;
	}
.conctbox1{
	width:100%;
	height: 131px;
	font-size:24px;
	text-align:center;
	line-height:58px;
	font-family:'微软雅黑';
	color:#FFF;
	}
.conctbox1 p{
	margin: 0px;
}
.footer{
	width:100%;
	height:228px;
	background-color:#222222;
	float:left;
	}
.footer p{
	margin: 0px;
}
.footer1{
	width:100%;
	height:75px;
	text-align:center;
	font-size:24px;
	color:#FFF;
	font-family:'微软雅黑';
	line-height:76px;
	}
.footer2{
	width:100%;
	height:180px;
	text-align:center;
	font-size:18px;
	color:#FFF;
	font-family:'微软雅黑';
	line-height:35px;
	}
.foot{
	width:100%;
	background-color:#050404;
	float:left;
	text-align:center;
	color:#FFF;
	line-height:35px;
	font-size: 12px;
	}
.foot p{
	margin:0px;
}