 
.w1100{ width: 1100px; margin: 0 auto;}
.bd_back{ background: url(../images/back.png) #ffcf3f no-repeat ; padding-top: 40px;   padding-bottom: 40px;
}
.mainContainer {
	width: 1100px;
	margin: 20px auto;
	overflow: hidden;
}
 
.bigTest{margin:0 auto;width: 840px; }
.bigTest img{ margin: 10px 0 20px 0;box-shadow:1px 1px 8px #bbb;}
.box_tittle{ border-bottom: 1px solid #ccc; color:#353535;font-size: 24px;  font-weight:bold;line-height: 64px; margin-bottom: 15px;}
.p_tittle1{ font-size: 16px; color: #353535;line-height: 32px;}
.p_wenzhang{ font-size: 14px; color: #6a6a6a; line-height: 28px;}
.box-right {background:#fff ; padding-bottom: 60px;min-height: 800px;}

.navContent {
	float: left;
}

.nav-p {
	padding-left: 60px;
	padding-right: 44px;
	display: block;
}

.back-color-1 {background: #ff7578;}
.back-color-2 {background: #68acf5;}
.back-color-3 {background: #b3da6f;}
.back-color-4 {background: #6cd6c2;}

.bor-top-1{ border-top: 16px solid #ff7578;}
.bor-top-2{ border-top: 16px solid #68acf5;}
.bor-top-3{ border-top: 16px solid #b3da6f;}
.bor-top-4{ border-top: 16px solid #6cd6c2;}



/*.nav_left_2 {
	background-image: url(../images/logo_2.png);
	background-repeat: no-repeat;
	background-position: 28px center;
}

.nav_left_3 {
	background-image: url(../images/logo_4.png);
	background-repeat: no-repeat;
	background-position: 28px center;
}

.nav_left_4 {
	background-image: url(../images/logo_3.png);
	background-repeat: no-repeat;
	background-position: 28px center;
}

.nav_left_1 {
	background-image: url(../images/logo_1.png);
	background-repeat: no-repeat;
	background-position: 28px center;
}*/

.navContent a {
	color: #FFF;
	font-size: 16px;
	font-family: '微软雅黑';
	text-align: left;
	line-height: 120px;
}

.infoBox,
.secondInfo,
.thirdInfo,
.lastInfo {
	width: 900px;
	float: left;
	/*text-align: center;*/
}

.nav_ul{height: 88px; overflow:hidden; float: right;    margin-right: 60px;}
.nav_ul li{ float: left;line-height:84px; width: 120px; text-align: center; }
.nav_ul li a{color: #fff;border-top: 4px solid #000;}
.nav_ul li a.active{color: #eb8224; border-top: 4px solid #eb8224;}
.nav_ul li a:hover{color: #eb8224; border-top: 4px solid #eb8224;}
.foot_b{background: #231f1d; padding: 20px 0;}
.foot_box{ width: 500px; margin: 0 auto; overflow: hidden;}
.foot_box img{ float: left;} 
	/* 搜索 */
			
			input {
				outline: none;
			}
			
			input[type=search] {
				-webkit-appearance: textfield;
				-webkit-box-sizing: content-box;
				font-family: inherit;
				font-size: 100%;
			}
			
			input::-webkit-search-decoration,
			input::-webkit-search-cancel-button {
				display: none;
				/* remove the search and cancel icon */
			}
			/* search input field */
			
			input[type=search] {
				font-size: 14px;
				background: #ededed url(../images/search-icon.png) no-repeat 9px center;
				border: solid 1px #ccc;
				padding: 5px 10px 5px 32px;
				width: 55px;
				-webkit-border-radius: 10em;
				-moz-border-radius: 10em;
				border-radius: 10em;
				-webkit-transition: all .5s;
				-moz-transition: all .5s;
				transition: all .5s;
			}
			
			input[type=search]:focus {
				width: 130px;
				background-color: #fff;
				border-color: #6dcff6;
				-webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
				-moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
				box-shadow: 0 0 5px rgba(109, 207, 246, .5);
			}
			/* placeholder */
			
			input:-moz-placeholder {
				color: #999;
			}
			
			input::-webkit-input-placeholder {
				color: #999;
			}