body {
	margin: 0;
	padding: 0;
}
.top-div {
	width: 1200px;
	margin: 25px auto 0;
}
.topic > .logo-img {
	width: 98px;
}

.topic > .tab-div {
	display: inline;
	top: 44px;
	position: absolute;
	margin-left: -14px;
}

.topic > .tab-div > .logo-name {
	display: inline;
	color: #42a5f6;
	font-size: 32px;
	font-weight: 600;
}
.menu-ul {
	display: inline;
	margin: 3px 0px;
	list-style-type: none;
	float: right;
}
.first-btn {
	color: #000000;
	float: left;
	padding: 9px 34px;
}

.first-btn a {
	color: #000000;
	float: left;
	text-decoration: none;
}


.active {
	border-bottom: 6px solid #42a5f6;
	width: 32px;
}

.active1 {
	border-bottom: 6px solid #42a5f6;
	width: 65px;
}

.content-2 {
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
}

.left-div {
	width: 31%;
	float: left;
	margin: 50px 0;
}

.center-div {
	/* width: 32%; */
	float: left;
	margin-right: 1%;
	margin: 50px 1% 50px 0;
}

.right-div {
	width: 34%;
	float: left;
	/* margin-left: 2%; */
	margin: 50px 0 50px 2%;
}

.title-ch {
	font-size: 20px;
	padding-top: 6px;
	font-weight: normal;
	font-family: 微软雅黑;
	color: #42a5f6;
	margin-bottom: 20px;
}
.title-en {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	font-family: 微软雅黑;
	color: #a8a8a8;
	margin-bottom: 20px;
}
.center-text {
	line-height: 1.8;
	padding: 0;
	white-space: normal;
	word-wrap: break-word;
	overflow: hidden;
	text-align: left;
	width: 100%;
	word-break: normal;
	margin-top: 15px;
	font-family: 微软雅黑;
	font-size: 15px;
	color: #8f8f8f;
}
.content-right {
	font-size: 14px;
	font-family: 微软雅黑;
	color: #8f8f8f;
	padding: 15px 0;
	border-bottom: 1px dashed #c5c5c5;
}
.date-span {
	float: right;
}
.foot {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #cececeba;
	color: #454545;
	padding: 30px 0;
}

.content-foot {
	width: 1200px;
	margin: 0 auto;
}

.foot-support {
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	font-family: 微软雅黑;
	color: #747474;
}

h4, h5, h6 {
	margin: 10px 0;
}
.input {
	height: 34px;
	width: 240px;
	border: none;
	margin-bottom: 20px;
}

label {
	margin-left: 30px;
}

.submit-btn {
	background-color: #5ab4ff;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 14px;
	height: 44px;
	line-height: 40px;
	max-width: 219px;
	width: 91%;
	border: none;
	margin: 20px 0 0 86px;
}

.foot-support > a {
	font-size: 14px;
	font-family: 微软雅黑;
	color: #747474;
	text-decoration: none;
}