@charset "utf-8";
/* CSS Document */

/*加入我们*/
		form {
			width:480px;
			margin: 20px auto;
			float:left;
			margin-left: 50px;
		}

		p {
			line-height: 1.6;
		}

		input, textarea {
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			background-color:#fff;
			border:1px solid #ccc;
			font-size:16px;
			width:480px;
			min-height:30px;
			display:block;
			margin-bottom:16px;
			margin-top:8px;
			
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			border-radius:5px;
			
			-webkit-transition: all 0.5s ease-in-out;
			-moz-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
		}
		
		textarea {
				min-height:200px;
		}

		input:focus, textarea:focus {
			-webkit-box-shadow:0 0 25px #ccc;
			-moz-box-shadow:0 0 25px #ccc;
			box-shadow:0 0 25px #ccc;
			
			-webkit-transform: scale(1.05);
			-moz-transform: scale(1.05);
			transform: scale(1.05);
		}
		
		/* The interesting bit */
	
		input:not(:focus), textarea:not(:focus) {
			opacity:0.5;
		}
		
		input:required, textarea:required {
			background:url(../tests/formdemo/asterisk_orange.png) no-repeat 460px 7px;						
		}

		input:valid, textarea:valid {
			background:url("tests/formdemo/tick.png") no-repeat 460px 5px;			
		}		

		input:focus:invalid, textarea:focus:invalid {
			background:url("tests/formdemo/cancel.png") no-repeat 460px 7px;						
		}

		input[type=submit] {
			padding:10px;
			background:none;
			opacity:1.0;
		}*/


/*联系我们*/
.lxwm{width: 1200px;margin: 0 auto;}


label{font-size: 16px; color: #555555;}
.lxwm ul{float: right;width: 480px;margin-top: 40px;margin-left:50px;}
.lxwm ul li{font-size: 16px;margin: 20px 0;color:#797979 ; line-height: 30px; }
.lxwm ul li p{ text-indent: 78px;}
.lxwm ul>h2{font-size: 24px;}
.lxwm ul li img{margin-right: 15px;transition: all 0.2s ease;}
.lxwm ul li img:hover{margin-top: -5px;}
.lxwm ol {margin-top: 20px;margin-bottom: 40px;}
.lxwm ol h1{font-size:18px;width: 100%;padding-bottom:5px; padding-left: 5px;color: #f1f1f1; background: #FF9442;padding-top: 5px;}
.lxwm ol li{  margin-left:23px; color: #7D7D7D;margin-top:10px;}
.lxwm ol p{ line-height:24px;color: #656565;margin-left: 5px; margin-bottom: 20px; margin-top: 5px;margin-left: 5px;}
.lxwm ol h2{font-size: 16px;color: #FF9442;padding: 5px 40px 5px 5px;width:120px;}
.lxwm ol h1 p{float: right;margin-top: -0px;margin-right: 10px;color: #f1f1f1}
.lxwm ol .li_9{list-style-type: decimal;}
.lxwm ol .li_10{list-style-type:circle;}

.middle{
width:880px; float:right; background:#fff; margin-top:10px; padding: 20px;
}
.middle .leftMenu{
	width:100%;
	float: left;
}
.middle .leftMenu .topMenu{
	height: 42px;
}

.middle .leftMenu .topMenu .changeMenu{
	cursor: pointer;
}
.middle .leftMenu .topMenu .banshi{
	padding-left: 23px;
}
.middle .leftMenu .topMenu .menuTitle{
	text-align: center;
	color: #F2F2F2;
	float: left;
	line-height: 42px;
	font-size: 16px;
	width: 120px;
}

.menu_list ul li{
	display: block;
	text-align: center;
	width: 100%;
}
.menu_list ul li .fuMenu{
	color: #a3a3a3;
	font-size: 14px;
	cursor: pointer;
	text-align:left;
	padding: 1px 2px;
	width:100%;
	border-bottom: 1px solid #a3a3a3;
}
.menu_list ul li .xiala{
	float: right;
	margin-top: -25px;
	margin-right: 20px;
}
.menu_list ul li .div1 {
	width: 100%;
	height: auto;
	padding-top: 10px;
	}
.menu_list ul li .div1 .zcd{
	color:#757575;
	font-size: 14px;
	background-color:#FFFFFF;
	cursor: pointer;
	padding: 2px 14px;
	line-height:20px;
	text-align: left;
	width: 100%;
	list-style-type: decimal;

}
.div1 {
	height:100%;
	display: none;
}
.removes{
	color: #0FB9EF !important;
	border-left: 3px solid #0FB9EF;
}
.div3 h2{
	font-size: 16px;
	text-align: left;padding: 5px 11px;
	color: #ff9442;
	}
.li_11{border-bottom:1px solid #FFFFFF;margin-bottom:25px;}


.wm {
}