/*------样式目录
1.header样式
2.搜索框
3.nav-导航菜单
4.content-内容
-------*/
@media only screen and (min-width: 100px) and (max-width: 1200px) {
body {
	width: 1200px;
}
}
/*header-样式*/
.header {
	width: 100%;
	height: 120px;
	background-color: #632b03;
}
.header>.contain {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.header .contain .logo {
	float: left;
}
.logo img {
	display: block;
	width: 100%;
}
.header .contain .link_right {
	float: right;
}
.ver-sea {
	float: right;
}
.ver-sea span {
	display: block;
	float: left;
	width: 1px;
	height: 20px;
	background-color: #fff;
	margin: 48px 10px 0;
}
.Edition {
	float: left;
	display: block;
	font-family: "microsoft yahei";
	font-size: 16px;
	color: #fff;
	width: auto;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-top: 42px;
	border-radius: 2px;
}
/*搜索框*/
/*nav-导航菜单*/
.nav {
	width: 100%;
	height: 48px;
	background-color: #efd3be;
}
.nav .contain {
	width: 1200px;
	margin: 0 auto;
}
.first_menu {
	width: 100%;
	height: auto;
	margin-right: 20px;
}
.first_menu>li {
	float: left;
	height: auto;
	position: relative;
	background-image: url(common_res/vertical-line.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.first_menu>li:last-child {
	background-image: none;
}
.first_menu>li>.menu {
	display: block;
	font-family: "RobotoCondensed";
	width: auto;
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	color: #333;
	padding: 0 32px 0 30px;
	text-transform: uppercase;
	font-weight: 700;
}
.active-fir {
	color: #b95206 !important;
	font-weight: 600;
}
.first_menu>li>.menu:hover {
	color: #b95206 !important;
	font-weight: 600;
}
/*.first_menu>li>:hover{
	background-color: #12376e;
}*/
.first_menu>a:hover {
	text-decoration: none;
}
.sebmenu {
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.sebmenu>li {
	width: 100%;
	height: auto;
	position: relative;
}
.sebmenu>li>a {
	display: block;
	width: 100%;
	height: auto;
	line-height: 20px;
	padding: 10px 0;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background-color: rgba(210,142,45,.9);
	background-color: #d28e2d \9;
	filter: alpha(opacity= 80) \9;
	border-bottom: solid 1px rgba(255,255,255,.8);
	border-bottom: solid 1px rgb(255,255,255) \9;
}
.sebmenu>li>a:hover {
	background-color: rgba(255,255,255,.7);
	background-color: rgb(255,255,255) \9;
	color: #111;
}
.active-sec {
	background-color: rgba(255,255,255,.7) !important;
	color: #111 !important;
}
/*nav-导航菜单*/
/*content-内容*/
.contentbox {
	width: 100%;
	height: auto;
	z-index: 99;
}
.content {
	width: 1200px;
	margin: 0 auto;
}
/*content-内容*/
.clearfix {
	clear: both;
}
/*footer-页脚*/
.footer {
	width: 100%;
	height: auto;
	padding: 24px 0;
	background-color: #632b03;
}
.footer .contain {
	width: 1140px;
	margin: 0 auto;
}
.footer .contain .links {
	font-family: "微软雅黑";
	font-size: 15px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	margin: 6px 0;
}
.footer .contain .links a {
	color: #fff;
	margin: 0 10px;
}
.footer .contain .links a:hover {
	color: #ef841a;
	text-decoration: underline;
}
.infos {
	font-family: "微软雅黑";
	text-align: center;
	font-size: 15px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	margin: 6px 0;
}
.banquan {
	font-family: "微软雅黑";
	text-align: center;
	font-size: 15px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	margin: 6px 0;
}
/*状态*/
.active-menu {
	color: #fff !important;
	background-color: #135b94 !important;
	border-bottom: solid 1px #fff !important;
	background: url(common_res/add.png) 6px 12px no-repeat;
}
/*侧边栏*/
.sidebar {
	width: 50px;
	height: 153px;
	position: fixed;
	bottom: 4%;
	right: 2%;
	z-index: 999;
}
.sidebar .side {
	width: 50px;
	height: 50px;
	margin-bottom: 1px;
	background-color: #ad7272;
	cursor: pointer;
}
.side1 {
	background: url(common_res/home.png) center center no-repeat;
	background-size: 32px 32px;
}
.side2 {
	background: url(common_res/login.png) center center no-repeat;
	background-size: 32px 32px;
}
.side3 {
	background: url(common_res/back.png) center center no-repeat;
	background-size: 32px 32px;
}
.side a {
	display: none;
	width: 50px;
	height: 50px;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	background-color: #7e3704;
	color: #fff;
}
.four-contentbox {
	width: 100%;
	height: auto;
	padding: 30px 0;
	background-color: #f4f4f4;
}
.four-contentbox .four-block {
	width: 1180px;
	margin: 0 auto;
}
.four-contentbox .four-block .list {
	float: left;
	width: 22%;
	height: auto;
	margin: 0 1.5%;
}
.four-contentbox .four-block .list select {
	width: 100%;
	height: 36px;
	line-height: 36px;
	border: solid 1px #dedede;
	font-size: 15px;
	color: #333;
	outline: none;
}
.sea_right {
	float: right;
	width: 180px;
	height: 32px;
	margin-top: 42px;
	background-color: #632b03;
	margin-left: 20px;
	border-radius: 2px;
	border: solid 1px #fff;
}
.sea_left {
	float: left;
}
.list_left_1 {
	width: 100%;
	float: left;
	height: 158px;
	background: url(sec-style_res/sec-menu.jpg) no-repeat left 0;
}
.list_left_2 {
	width: 100%;
	float: left;
}
.wp_search .search_en {
	background: url(common_res/search.jpg) center no-repeat;
	width: 19px;
	height: 30px;
}
#keyword {
	width: 155px !important;
	padding-left: 5px;
	background: none;
	color:#FFF;
}
.wp_listcolumn .wp_column a.selected {
	background:url(list_hover.png) no-repeat;
	color: #333333;
}
.wp_listcolumn .wp_column a:hover {
	color: #333333;
	background:url(list_hover.png) no-repeat;
}
.wp_listcolumn .wp_column a {
	background: none;
	border: none;
	font-size: 16px;
	font-weight: 400;
	font-family: "Roboto";
	color: #666;
}
.wp_listcolumn {
	border: none;
}
.wp_listcolumn .wp_column a .column-name {
	padding: 0px 0px 0px 30px;
	line-height: 45px;
}
.wp_listcolumn .wp_column {
	background: #ececec;
	border-bottom: solid 1px #e6e6e6;
}
.wp_listcolumn .wp_subcolumn {
	border: none;
	background: #f6f6f6;
}
.wp_listcolumn .wp_subcolumn .wp_column a {
	font-size: 16px;
	background: none;
	border: none;
	font-family: "Roboto";
	font-size: 16px;
	color: #666;
}
.wp_listcolumn .wp_subcolumn .wp_column a .column-name {
	line-height: 44px;
	padding-left: 40px;
}
.wp_listcolumn .wp_subcolumn .wp_column a:hover {
	background: #FFF;
	color: #7f3705;
	border: none;
}
.wp_listcolumn .wp_subcolumn .wp_column a.selected {
	background: #FFF;
	color: #7f3705;
	border: none;
}
.possplit {
	background: url(123.png) center no-repeat;
	width: 25px;
}
