/*------样式目录
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: auto;
	background-color: #632b03;
}
.header .contain {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.header .contain .logo {
	float: left;
	width: 375px;
	border-bottom: solid 1px #dedede;
}
.logo img {
	display: block;
	width: 100%;
}
.header .contain .link_right {
	float: left;
	width: 78%;
}
.ver-sea {
	float: right;
}
.Edition {
	float: left;
	display: block;
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #fff;
	height: 120px;
	line-height: 120px;
	margin-right: 10px;
}
.ver-sea a:hover {
	color: #ef841a;
}
/*搜索框*/
/*nav-导航菜单*/
.nav {
	width: 75%;
	float: left;
	margin-top: 38px;
	margin-left: 20px;
}
.first_menu {
	width: 100%;
	height: auto;
}
.first_menu>li {
	float: left;
	height: auto;
	position: relative;
	-ms-transition: all 0.6s; /* IE 9 */
	-webkit-transition: all 0.6s;/* Safari */
	transition: all 0.6s;/* 标准语法 */
}
.first_menu>li:hover {
	background-color: #ef841a;
}
.active-fir {
	background-color: #ef841a;
}
.selected {
	background-color: #ef841a;
}
.first_menu>li>.menu {
	display: block;
	width: auto;
	height: auto;
	padding: 10px 28px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
@media only screen and (min-width: 1880px) and (max-width: 1920px) {
.first_menu>li>.menu {
	padding: 10px 28px;
	font-size: 16px;
}
.sebmenu {
	top: 42px;
}
}
@media only screen and (min-width: 1600px) and (max-width: 1879px) {
.header .contain .link_right {
	float: left;
	width: 78%;
}
.nav {
	width: 70%;
	float: left;
	margin-top: 38px;
	margin-left: 20px;
}
.first_menu>li>.menu {
	padding: 10px 16px;
	font-size: 15px;
}
.sebmenu {
	top: 41px;
}
}
@media only screen and (min-width:1340px) and (max-width: 1599px) {
.header .contain .logo {
	float: left;
	width: 320px;
}
.header .contain .link_right {
	float: left;
	width: 76%;
}
.nav {
	width: auto;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
}
.first_menu>li>.menu {
	padding: 10px 10px;
	font-size: 14px;
}
.link_right .search {
	width: 168px;
}
.link_right .search input {
	width: 168px;
}

.Edition {
	height: 102px;
	line-height: 102px;
}
.sebmenu {
	top: 40px;
}
}
/*.first_menu>li>:hover{
	background-color: #12376e;
}*/
.first_menu>a:hover {
	text-decoration: none;
}
.sebmenu {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
}
.sebmenu>li {
	width: 100%;
	height: auto;
	position: relative;
}
.sebmenu>li>a {
	display: block;
	width: 100%;
	height: auto;
	line-height: 20px;
	padding: 10px 10px;
	font-size: 13px;
	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;
}
/*三级导航*/
.dorpmenu {
	display: none;
}
.dorpmenu a {
	background-color: #f6f6f6 !important;
}
.dorpmenu a:hover {
	background-color: #fff !important;
	color: #7f3705 !important;
}
.thirdmenu {
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	width: 100%;
	height: auto;
	z-index: 99;
}
.thirdmenu li {
	width: 100%;
	height: auto;
}
.thirdmenu li a {
	display: block;
	width: 100%;
	height: auto;
	line-height: 20px;
	padding: 10px 2px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background-color: #c58c28;
	border-bottom: solid 1px rgba(255,255,255,.8);
}
.thirdmenu li a:hover {
	background-color: rgba(255,255,255,.7);
	background-color: rgb(255,255,255) \9;
	color: #111;
}
/*nav-导航菜单*/
/*content-内容*/
.contentbox {
	width: 100%;
	height: auto;
	z-index: 99;
}
.content {
	width: 1180px;
	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;
}
/*侧边栏*/
.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: 20px;
	background-color: #7e3704;
	color: #fff;
	padding: 4px;
}
.active-2 {
	color: #ef841a !important;
}
.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;
}
#keyword {
	width: 125px !important;
	background: none;
	border: none;    height: 32px !important;
}
.wp_search .search {
	background: url(common_res/search.jpg) no-repeat center;
	width: 19px;
	height: 30px;
}
input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-transition-delay: 99999s;
        -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}