/**

潍坊商事调解中心样式表 -- 公共样式

*/

body,ul,li,div,p{margin:0;padding:0;}
img{ border:0;max-width: 100%;}
li {list-style:none;}
html {width:100%;height:100%;}
body {width: 100%; height: 100%; min-width: 1500px; }
ul { list-style-type:none; }
a { color:#fff; text-decoration:none; }
a: hover { color:#fff; text-decoration:none; }
.scroll-box {
	height: 100%;
	overflow: hidden;

}
.scroll {
	overflow-y: auto;
	height: 100%;
	width: calc(100% + 20px);
}
.header {
	width: 100%;
	height: 80px;
	background-color: #fa0700;
	display: flex;
}
.header .logo {
	margin-left: 18%;
	width: 442px;
}
.header .logo img {
	width: 100%;
	height: 100%;
}
.menu {
	margin-left: 80px;
	z-index: 888;
}
.menu a { color:#fff; text-decoration:none; }
.menu .menuItem {
	display: inline-block;
	width: 120px;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}
.menu li { float:left; position:relative; }
.menu li .menuItem:hover { background-color: #b10600; }
.menu li ul { position:absolute; left:0; background-color: #EEEEEE; width:120px; display: none; }
.menu .focusa { background-color: #b10600; }
.menu li ul a { width: 104px; display:block; height:36px; line-height:36px; text-align: left; padding-left: 16px; }
.one { top:80px; border: 1px solid #cccccc; border-radius: 4px;}
.one li { border-radius: 4px; }
.one a { color: #fa0700; }
.one li a:hover { color: #ffffff; }
.header .login {
	height: 38px;
	width: 120px;
	margin: 21px 0 0 20px;
	border: 1px solid #ffffff;
	border-radius: 25px;
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}
.header .login img {
	vertical-align: middle;
	margin-top: -2px;
}
.blod {
	font-weight: 550;
}