/* 顶部 S */
.topimg {
	width:100%;
	min-width:1200px;
	text-align:center;
	background-color:#fafafa;
}
.topimg img {
	width:100%;
	min-width:1200px;
	max-width:1920px;
	margin-top:-48px;
	vertical-align:middle;
}
.location {margin:18px auto 18px;}
.location a {
	display:inline-block;
	margin:0 10px;
}
/* 顶部 E */
/* 内容 S */
.inner {
	position:relative;
	display:flex;
	display:-webkit-flex;
	flex-flow:row nowrap;
	justify-content:space-between;
	width:1200px;
	margin-bottom:30px;
}
.L {width:250px;margin-right:70px;}
.L .nav a {
	position:relative;
	display:block;
	width:230px;height:56px;
	padding-left:20px;
	line-height:56px;
	color:#555;
	margin-bottom:10px;
	transition:.5s;
}
.L .nav a:hover, .L .nav a.active {
	color:#fff;
	background-color:#2067ef;
}
.L .nav i.slider {
	position:absolute;
	top:0;left:297px;
	display:inline-block;
	width:7px;height:56px;
	background-color:#2067ef;
	transition:.3s;
}

.L .contact, .R_item .contact {
	width:250px;
	padding-bottom:10px;
	background-color:#fff;
}
.L .contact div.tit, .R_item .contact div.tit {
	width:230px;height:70px;
	padding:20px 0 0 20px;
	text-align:left;
	color:#fff;
	font-size:16px;
	background-color:#2067ef;
	margin-bottom:16px;
}
.L .contact div.tit p:nth-child(2), .R_item .contact div.tit p:nth-child(2) {
	color:#fce22a;
	font-size:24px;
	font-weight:bold;
}
.L .contact ul, .R_item .contact ul {
	width:220px;
	margin-left:16px;
	font-size:14px;
}
.L .contact ul li, .R_item .contact ul li {
	color:#555;
	line-height:20px;
	margin-bottom:10px;
}

.R {width:850px;}

.inner i.line {
	position:absolute;
	top:0;left:300px;
	display:inline-block;
	width:1px;height:100%;
	background-color:#ddd;
}
/* 内容 E */