/**

潍坊商事调解中心样式表 -- 公共样式

*/

body,ul,li,div,p{margin:0;padding:0;}
img{ border:0;}
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: 86px;
	/* background-image: linear-gradient(#000000, #070504); */
	/* background-image: linear-gradient(#004B87, #1167B3); */
	background-color: #1167B3;
	display: flex;
	justify-content: space-between;
}
.header .logo {
	margin-left: 60px;
	width: 374px;
	height: 56px;
	margin-top: 14px;
}
.header .logo img {
	width: 100%;
	height: 100%;
}
.menu {
/*	margin-left: 200px;*/
	z-index: 888;
	margin-right: 8%;
	display: flex;
	flex-wrap: nowrap;
}
.menu a { color:#fff; text-decoration:none; }
.menu .menuItem {
	display: inline-block;
	width: 120px;
	height: 86px;
	line-height: 86px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
}
.menu li { float:left; position:relative; }
.menu li .menuItem:hover { color: #FD9600; }
.menu li ul { position:absolute; left:0; width:120px; display: none;}
.menu .focusa { color: #FD9600; }
.menu li ul a { width: 120px; display:block; height:36px; line-height:36px; }
.one { top:86px; background-color: #1E2A42; opacity: 0.7; padding-bottom: 8px; border-radius: 0 0 6px 6px; }
.one li { border-radius: 4px; margin: 0 auto; text-align: center;}
.one a { color: #ffffff; }
.one li a:hover { color: #FD9600; }

.blod {
	font-weight: 550;
}

/**********************************************/
.footer {
	/* background: #1E2A42; */
	background-image: linear-gradient(#1167B3, #004B87);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footerCon {
	width: 90%;
	display: flex;
	justify-content: center;
	padding-top: 40px;
}
.f-contactUsCon {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 10%;
	box-sizing: border-box;
}
.f-logo {
	width: 60%;
	margin-bottom: 30px;
}
.f-contactUsWay {
	display: flex;
	flex-direction: row;
}
.officialCodeImg {
	height: 130px;
	width: 130px;
}
.f-contactUs {
	color: #ffffff;
	margin-left: 40px;
}
.f-contactUs .item {
	margin-bottom: 16px;
	font-size: 16px;
}
.f-contactUs .item img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.footer .footerMenuCon {
	flex: 1;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	color: #ffffff;
}
.footerMenu {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.footer .footerMenu .til {
	height: 28px;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 20px;
}
.footer .footerMenu .Item {
	height: 50px;
	font-size: 16px;
	line-height: 50px;
}
 
.record {
	width: 90%;
	height: 60px;
	display: flex;
	justify-content: center;
	line-height: 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.record span {
	margin-right: 60px;
	color: #ffffff;
}