@charset "utf-8";

/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #fff;
	text-align: left;
	position: relative;
	line-height: 20px;
	min-width: 1400px;
	background-color: #02182A;
}

img {
	border: 0;
	position: relative;
}

div,
ul,
dl,
dd,
dt,
li,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-type: none;
	word-wrap: break-word;
	position: relative;
	border: none;
	font-weight: 400;
}

a {
	color: #333;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}

header,
footer,
nav,
section,
article,
menu,
aside {
	display: block;
	position: relative;
}

textarea {
	resize: none;
	font-family: "微软雅黑";
	font-size: 14px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	text-align: left;
}

input {
	font-family: "微软雅黑";
	font-size: 14px;
}

input:focus {
	outline: none;
}

input.sub {
	cursor: pointer;
	background: none;
	border: none;
}

input.text {
	background: none;
	border: none;
}

.main {
	width: 1200px;
	margin: 0 auto;
}

.m-t-36 {
	margin-top: 36px;
}

.m-t-100 {
	margin-top: 100px;
}

.m-t-16 {
	margin-top: 16px !important;
}
.m-t-20 {
	margin-top: 20px;
}
.m-t-60 {
	margin-top: 60px;
}

.m-t-24 {
	margin-top: 24px;
}

.m-b-24 {
	margin-bottom: 24px;
}

.bold {
	font-weight: bold;
	color: #333;
}

.font-size-20 {
	font-size: 20px;
}

.textover {
	overflow: hidden;
	white-space: nowrap;
	display: block;
	text-overflow: ellipsis;
}
.form-control {
	box-sizing: border-box;
}
.main {
	width: 1400px;
	margin: 0 auto;
}
::-webkit-scrollbar {width:8px;background:#f0f0f0;}
::-webkit-scrollbar-thumb {width:8px;background: #4A88E3;}
::-webkit-scrollbar-corner {background:#f0f0f0;}
::-webkit-scrollbar:horizontal{height:8px;}