*{
	margin: 0;
	padding: 0;
}
img{
	width: 100%
}
li{
	list-style: none;
}
body{
	font-family: "微软雅黑";
	overflow: auto;
}
a{
	text-decoration: none;
}
.ulActive{
	color: #d00c1a;
	border-bottom: 3px solid #d00c1a;
}
#nav{
	height: 90px;
	box-shadow: 0px 1px 3px #666;
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 11111111;
}
#nav .navRightBtn{
	background: #d00c1a;
	color: #fff;
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.logo{
	height: 100%;
	float: left;
}
.logo a{
	overflow: hidden;
	display: block;
	width: 141px;
	margin-top: 17px;
	margin-left: 30px;  
}
.nav_list {
	float: right;
	height: 100%;
}
.nav_list ul{
	height: 100%
}
.nav_list ul li{
	float: left;
	margin-right: 36px;
	padding-top: 23px;  
}
.nav_list ul li:nth-child(1){
	margin-right: 58px; 
}
.nav_list ul li a{
	text-decoration: none;
	display: block;
	font-size: 18px;
	line-height: 44px;
	color: #000;
}

.right_btn{
	float: right;
	padding-top: 32px; 
	margin-right: 20px;
}
.right_btn a{
	text-decoration: none;
	float: left;
	display: block;
	width: 94px;
	height: 26px;
	border:1px solid #d00c1a;
	border-radius: 12px;
	font-size: 12px;
	color: #d00c1a;
	line-height: 24px;
	margin-right: 8px; 
}
#footer{
	height: 800px;
	background: #3d3d3d;
}
.footer{
	height: 100%;
	overflow: hidden;
}
.footer p{
	color: #fff;
	text-align: center;
}
.footer .footer_cord{
	width: 258px;
	margin: 0 auto;
	margin-top: 96px;
}
.footer p:nth-child(2){
	font-size: 30px;
	line-height: 30px;
	margin-top: 10px;
}
.footer p:nth-child(3){
	margin-top: 45px; 
	font-size: 46px;
	line-height: 46px;
}
.footer p:nth-child(4){
	margin-top: 24px; 
	font-size: 58px;
	font-weight: 800;
	line-height: 58px;
}
.footer p:nth-child(5){
	margin-top: 53px; 
	font-size: 26px;
	line-height: 26px;
}
.footer p:nth-child(6){
	margin-top: 30px; 
	font-size: 24px;
	line-height: 24px;
}
.footer p:nth-child(7){
	margin-top: 12px; 
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 20px;
	border-bottom:1px solid  #515151; 
}
.footer p:nth-child(8){
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0;
	margin-top: 12px;
}
#cus_landBar{
	height: 100px;
	background: #f7f7f7;
}
.cus_landBar{
	height: 100%;
	overflow: hidden;
}
.cus_land{
	overflow: hidden;
	margin-top: 42px;
}
.cus_land p{
	color: #333;
	padding-left: 20px; 
}
.fixed_land{
	width: 44px;
	height: auto;
	position: fixed;
	right: 10px;
	top: 80%;
	margin-top: -5%;
	z-index: 11111111111;
}
.fixed_land ul li{
	display: block;
	width: 100%;
	margin-bottom: 0;
	height: 44px;
	background: #333;
	margin-bottom: 8px;
	border:1px solid #333;
	cursor: pointer;
	position: relative;
}
.fixed_land ul li>div{
	position: absolute;
	top: 0;
	right: 44px;
	height: auto;
	overflow: hidden;
	width: 140px;
	background: #fff;
}
.fixed_land ul li>a{
	display: block;
	height: 20px;
	width: 20px;
	margin: 12px 0 0 12px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

