/**

潍坊商事调解中心首页样式

*/
/**********************************/
.banner {
	width: 100%;
	position: relative;

}
.banner img {
	width: 100%;
	height: 100%;
}

.introduce {
	display: flex;
	width: 90%;
	margin-top: 10px;
	margin: 50px auto;
}


.introduce img {
	width: 40%;
}
.introduce .txtCon {
	width: 56%;
	margin-left: 4%;
}
.introduce .til {
	height: 70px;
	display: flex;
	justify-content: flex-start;
	background-color: #f4f4f4;
	margin-bottom: 20px;
}

.introduce .til .con {
	font-size: 32px;
	width: 250px;
	font-weight: 600;
	color: #2c84bf;
	line-height: 68px;
	border-bottom: 2px solid #0089E5;
	text-align: center;
}
.introduce .til .background {
	height: 70px;
	line-height: 70px;
	font-size: 30px;
	color: #808080;
	margin-left: 20px;
}
.introduce p {
	width: 100%;
	text-align: justify;
	font-size: 24px;
	font-weight: 400;
	color: #4d4d4d;
	line-height: 32px;
	text-indent: 2rem;
	line-height: 38px;
	margin-bottom: 10px;
}

/*************** service模块 ***************/
.service {
	height: 100px;
	width: 100%;
	display: flex;
	text-align: center;
	flex-direction: column;
	align-items: center;
	position: absolute;
	left: 0px;
	bottom: 10px;
}
.service .row {
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.service .row .item {
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
/*	background: linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.08) 100%);*/
	background-color: #e8eaec;
	border-radius: 8px 8px;
	box-shadow: 3px 3px 2px rgba(255, 255, 255, 0.15);
	padding: 0 6px;
	padding-right: 10px;
	margin-right: 20px;
}
.service .row .item a {
	display: flex;
	align-items: center;
}
.service .row .item:hover {
/*	background-color: #ffffff;*/
}
.service .item img {
	width: 50px;
/*	margin-top: 60px;*/
}
.service .item .txt {
	display: flex;
	flex-direction: column;
	color: #4d4d4d;
}
.service .item .til {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 6px;
}
.service .item .tilE {
	font-size: 14px;
	font-weight: 400;
}

/*************** 分支机构模块 ***************/
.branch {
	display: flex;
	width: 90%;
	margin-top: 10px;
	margin: 50px auto;
}
.branch .branchImg {
	width: 56%;
	margin-left: 4%;
	display: flex;
	flex-direction: column;
}
.branch .branchImg .row {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}
.branch .branchImg .row img {
	width: 48%;
	margin-right: 1%;
}
.branch .txtCon {
	width: 40%;
}
.branch .til {
	height: 70px;
	display: flex;
	justify-content: flex-start;
	background-color: #f4f4f4;
	margin-bottom: 20px;
}
.branch .til .con {
	font-size: 32px;
	width: 170px;
	font-weight: 600;
	color: #2c84bf;
	line-height: 68px;
	border-bottom: 2px solid #0089E5;
	text-align: center;
}
.branch .til .background {
	height: 70px;
	line-height: 70px;
	font-size: 30px;
	color: #808080;
	margin-left: 20px;
}
.branch .pTil {
	font-size: 28px;
	color: #2c84bf;
	margin: 30px 0 10px 0;
}
.branch p {
	width: 100%;
	text-align: justify;
	font-size: 22px;
	font-weight: 400;
	color: #4d4d4d;
	line-height: 32px;
	line-height: 38px;
	margin-bottom: 10px;
}

/**********************************************/
.footer {
	height: 330px;
/*	background: #282828;*/
	background: #0089E5;
}
.footer .con {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	color: #ffffff;
}
.footer .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: 40px 0 20px 0;
}
.footer .footerMenu .Item {
	height: 50px;
	font-size: 16px;
	line-height: 50px;
}
.footer .contactUs .officialCodeImg {
	height: 130px;
	width: 130px;
	margin: 40px 0 20px 0;
}
.footer .item {
	margin-bottom: 16px;
	font-size: 16px;
}
.footer .item img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
/**********************************************/
.record {
	height: 60px;
/*	background: #191919;*/
	background: #006CB4;
	display: flex;
	justify-content: center;
	line-height: 60px;
}
.record span {
	margin-right: 60px;
	color: #ffffff;
}