@charset "utf-8";
@import url("nav/zzsc.css");
@import url("jiaohu/img.css");
@import url("reset.css");
@import url("menu/menu-css.css");

/* CSS Document */
body {
	background:#fff;
}

.container {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

/*顶部*/
.heding {
	width: 100%;
	background-color: #fff;
}

.head {
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	background-color:#fff;
}

.head_left {
	width: 700px;
	height: 120px;
	float: left;
} 
.head_right {
	width: 500px;
	height: 120px;
	float: left;
}

.head img {
	float: left;
	margin-top: 15px;
}

/*搜索栏*/
#searchform {
	float: right;
	margin-top: 40px;
}

#searchform fieldset {
	padding: 0px;
	border: none;
	margin: 0px;
}

#searchform input[type="text"] {
	background: #e8e8e8;
	border: none;
	float: left;
	padding: 0px 10px 0px 15px;
	margin: 0px;
	width: 150px;
	height: 38px;
	line-height: 38px;
	transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	color: #585858;
}

#searchform input[type="text"]:hover, #searchform input[type="text"]:focus {
	width: 200px;
}

#searchform input[type="submit"] {
	background: url(../images/icon-search.png) center 11px no-repeat;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	width: 37px;
	height: 38px;
	line-height: 38px;
}

input[type="submit"] {
	padding: 4px 17px;
	color: #ffff;
	text-transform: uppercase;
	border: none;
	font-size: 20px;
	background: url(../images/gradient.png) bottom repeat-x;
	cursor: pointer;
	margin-top: 10px;
	float: left;
	overflow: visible;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

#searchform input[type="submit"]:hover {
	background-color: #333232;
}

.style_1 #searchform input[type='submit'] {
	background-color: #ffa734 ;
}

/*导航*/
.menu {
	width: 100%;
	height: 50px;
	background-color: #fdaf2e ;
}

.menu .nav {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}
/*子导航*/
.left_nav {
	width: 280px;
	height: 860px;
	background-color:#ffa734 ;
	text-align: center;
}
/*主体*/
.main {
	width: 1200px;
	height: 1080px;
	margin:0 auto;
	background-color:#f2f2f2;
}
.menu_top{
	height:200px;
	background-color:#fff;
	border-bottom:10px solid #ffffff;
	border-top:10px solid #ffffff;
}
.menu_left{
	width:280px;
	float:left;
}
.menu_right{
	width:880px;
	height:800px;
	float:right;
	margin-right:15px;
	margin-top:20px;
	background-color:#fff;
	border-radius:10px;
}
.menu_right p{
	width:830px;
	font-size:16px;
	margin:10px auto;
}
.menu_right h2{
	text-indent:1.5em;
	font-weight:bold;
	font-size:18px;
	margin-top:10px;
}
.menu_right table tr td{
	font-size:16px;
}
.menu_right strong{
	font-weight:bold;
}

/*底部*/
.footer {
	width: 100%;
	height: 90px;
	background-color: #555;
}
.footer_txt{
	width:1200px;
	height:90px;
	margin:0 auto;
}
.footer p {
	text-align: center;
	text-decoration: none;
	line-height: 10px;
	padding-top: 20px;
	color: #fff;
	font-size:12px;
}
