@charset "utf-8";
body {
	font-family: "Arial", "Microsoft YaHei", sans-serif;
	font-size: 100%;
}
body {
	background: #ffffff;
}
body, table, div, ul, li, h1, h2, h3, h4, h5, h6, form, input, select, textarea, p, img, a, span, strong, * {
	padding: 0;
	margin: 0;
}
img, input, select, textarea {
	vertical-align: middle
}
button, input, select, textarea {
	font-size: 100%;
	font-family: "微软雅黑";
}
a, img {
	border: 0;
}
ul, li {
	list-style: none;
}
a:link, a:visited {
	color: #1761de;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
.main {
	width: 1200px;
	min-width: 1200px;
	margin: auto;
	padding: 30px;
	box-sizing: border-box;
}
.top {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
}
.top span {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	display: block;
}
.top p {
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	font-weight: normal;
}
hr {
	width: 100%;
	height: 1px;
	background: #e6e6e6;
	border: 0;
	margin: 20px 0;
}
.main h1 {
	font-size: 24px;
	font-weight: normal;
	color: #111111;
	line-height: 60px;
}
.main h2 {
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	line-height: 30px;
}
.main h3 {
	font-size: 14px;
	font-weight: normal;
	color: #111111;
	line-height: 26px;
}
.main h4 {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
	padding-left: 15px;
	margin: 10px 0 10px 0;
	border-left: solid 3px #cdcdcd;
}
.main h5 {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background: #eeeeee;
	line-height: 16px;
	padding: 15px;
	margin: 15px 0;
	border-left: solid 3px #cdcdcd;
}
.main img {
	width: 70%;
	margin: 10px 0 30px 0;
}
.redtext {
	color: #ff0033;
}
.bluetext {
	color: #1761DE;
}
table {
	display: table;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	overflow: hidden;
	margin: 20px 0 60px 0;
}
table th {
	font-size: 14px;
	color: #777777;
	height: 40px;
	line-height: 40px;
	text-align: left;
	word-wrap: break-word;
	padding-left: 10px;
	background: #eeeeee;
	border-bottom: solid 1px #cccccc;
}
table td {
	font-size: 14px;
	padding: 20px 10px;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	border-bottom: solid 1px #e6e6e6;
}
.nav2 {
	width: 1140px;
	overflow: hidden;
	display: none;
}
.fixnav {
	width: 1140px;
	overflow: hidden;
	position: fixed;
	top: 40px;
}

.header{
	background: #333;
	height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9;
    line-height: 60px;
}
.container{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 15px;
    box-sizing: border-box;
}
.logo{
	float:left;
}
.logo a{
	color: #FFF;
    font-weight: 700;
    text-decoration: none;
}
.logo a:hover{
	text-decoration:none;
}
.logo a p{
	margin: 0;
}
/*--了解更多--*/
.more{
	float: right;
}
.more a{
	color: #557ce9;
    font-size: 14px;
	text-decoration: none;
	display: block;
}
.more a:hover{
	color: #ffc449;
}
.more a p{
	margin: 0;
}
.logo p {
    font-size: 20px;
    color: #fff;
}
.logo p span {
    color: #557ce9;
}

@media (max-width: 1200px){
    .container {
        width: 1170px;
    }
}
@media (max-width: 992px){
    .container {
        width: 970px;
    }
}
@media (max-width: 768px){
    .container {
        width: 750px;
    }
}