body,
html,
* {
	margin: 0;
	padding: 0
}

dd,
dl,
dt,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.container {
	position: relative;
	width: 1250px;
	margin: 0 auto;
}

/* 页头 */
.header {
	height: 55px;
	padding: 15px 0 15px 0;
}

.header .logo {
	float: left;
	width: 150px;
	height: 100%;
}

.header_r {
	float: right;
	font-size: 14px;
	line-height: 55px;
}

.header_r span {
	color: #006FFF
}

.header_r a {
	margin-left: 100px;
	text-decoration: none;
	color: #333
}

.content {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 10px;
}

.banner {
	height: 400px;
	/* background: url(images/banner.png) 50% no-repeat; */
	background-size: cover;
	min-width: 1200px;
	display: flex;
}

.banner div img {
	width: 100%;
	height: 100%;
}

.main {
	margin: 60px auto 60px auto;
	display: flex;
	flex-wrap: wrap;
}

.main-item {
	display: flex;
	width: 342px;
	height: 118px;
	padding: 20px;
	background: #fafafa;
	border: 1px solid #fafafa;
	vertical-align: top;
	margin-left: 24px;
	margin-top: 20px;
	text-decoration: none;
	position: relative;
}

.main-item-a {
	display: flex;
	text-decoration: none;
	color: #333;
}

.item-left {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.item-left img {
	width: 80px;
	height: 80px;
}

.item-left p {
	font-size: 14px;
	margin-top: -10px;
	font-weight: bold;
}

.item-right {
	font-size: 14px;
	text-align: left;
	color: #666;
	margin-left: 30px;
	margin-top: 15px;
	line-height: 1.8;
}

.main-item:hover .menu {
	display: block;
}

.menu {
	position: absolute;
	right: 2px;
	top: 2px;
	display: none;
	background-color: #fff;
	width: 70%;
	border: 1px solid #ccc;
	border-radius: 10px;
	z-index: 99;
}

.menu ul li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #888;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
}

.menu ul li a {
	display: block;
	width: 100%;
	text-decoration: none;
}

.menu ul li:hover {
	background-color: #006FFF;
}

.menu ul li:hover a {
	color: #fff;
}

/* 页脚 */

.footer-bar.dark-bg {
	margin-top: 0;
	background: #414141;
	min-width: 1200px;
}

.foot-bottom {
	height: 50px;
	background: #414141;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 0;
	border-top: 1px solid #707070;
}

.foot-bottom span {
	font-size: 14px;
	padding: 0 15px;
	color: #fff;
}

.border {
	margin: 0 10px;
	box-sizing: border-box;
	position: relative;
	background: black;
	background-image: -webkit-linear-gradient(top right, #5D5D5B, #383838);
	background-image: linear-gradient(top right, #5D5D5B, #383838);
	padding: 7px;
	width: 320px;
	box-shadow: -1px 1px var(--blur) 1px rgba(0, 0, 0, 0.1), -2px 2px var(--blur) 1px rgba(0, 0, 0, 0.09), -3px 3px var(--blur) 1px rgba(0, 0, 0, 0.08), -4px 4px var(--blur) 1px rgba(0, 0, 0, 0.07), -5px 5px var(--blur) 1px rgba(0, 0, 0, 0.06), -6px 6px var(--blur) 1px rgba(0, 0, 0, 0.05), -7px 7px var(--blur) 1px rgba(0, 0, 0, 0.04), -8px 8px var(--blur) 1px rgba(0, 0, 0, 0.03), -9px 9px var(--blur) 1px rgba(0, 0, 0, 0.03), -10px 10px var(--blur) 1px rgba(0, 0, 0, 0.03), -11px 11px var(--blur) 1px rgba(0, 0, 0, 0.03), -12px 12px var(--blur) 1px rgba(0, 0, 0, 0.02), -13px 13px var(--blur) 1px rgba(0, 0, 0, 0.02), -14px 14px var(--blur) 1px rgba(0, 0, 0, 0.01), -15px 15px var(--blur) 1px rgba(0, 0, 0, 0.01), -16px 16px var(--blur) 1px rgba(0, 0, 0, 0.01);
}

.border:before {
	content: ' ';
	display: block;
	padding-bottom: 140%;
}

.frame {
	left: 3%;
	top: 2.5%;
	box-shadow: inset -1px 1px 6px 1px rgba(0, 0, 0, 0.24);
	width: 94%;
	height: 95%;
	background: white;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 18px;
	box-sizing: border-box;
	position: absolute;
}

.image {
	box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.2);
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
}