* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	font-family: '微软雅黑';
}
a {
	text-decoration: none;
}
.pointer {
	cursor: pointer;
}
.hidden {
	display: none !important;
}
.w1200 {
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
/* 顶部 */
.top-bg-box {
	background: url(../../images/newfromtan/banner.png) no-repeat;
	background-size: 100% 100%;
}
.header {
	height: 100px;
	background: linear-gradient(#378ef5, #52a1f3, transparent);
	border-bottom: 2px solid #fff;
}
.logo-box {
	float: left;
	height: 100px;
	padding: 20px 30px;
}
.logo-box img {
	height: 90%;
}
.menu-box {
	width: 950px;
	margin: 0 auto;
}
.menu-box li {
	float: left;
	list-style: none;
}
.menu-box li a {
	display: block;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 0 15px;
	line-height: 100px;
}
.link-box {
	float: right;
	line-height: 100px;
	padding-right: 30px;
}
.link-box a {
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
}
.link-box span {
	padding: 0 5px;
	color: #fff;
}
.search-box-p {
	height: 450px;
}
.search-box {
	float: right;
	width: 500px;
	height: 50px;
	margin-top: 190px;
	border-radius: 10px;
	background-color: #fff;
	padding: 5px 10px 5px 30px;
}
.search-box input {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	width: 400px;
	outline: 0;
	border: 0;
	vertical-align: top;
}

.search-box img {
	height: 30px;
	margin-top: 5px;
	margin-left: 10px;
}
/* 顶部 */

/* 底部 */
.foot-select-box {
	border-top: 3px solid #0269b7;
	background-color: #f5f5f5;
}
.foot-select-box > div {
	padding: 20px 0;
}
.foot-select-box a {
	color: #ae1f2e;
	background-color: #fff;
	display: inline-block;
	width: 260px;
	line-height: 40px;
	text-align: center;
	margin-right: 20px;
}
.foot-select-box select {
	width: 260px;
	height: 40px;
	margin-right: 20px;
	border: 0;
	margin-top: -3px;
	vertical-align: middle;
}
.foot-select-box select:last-child {
	margin-right: 0;
}
.footer {
	background-color: #0269b7;
}
.footer > div {
	padding: 40px 0;
}
.footer .dzjg {
	float: left;
	margin-top: 80px;
	margin-left: 40px;
}
.footer .jiucuo {
	float: right;
	margin-top: 80px;
	margin-right: 40px;
}
.footer-center {
	width: 480px;
	margin: 0 auto;
}
.footer-center ul {
	margin-bottom: 30px;
}
.footer-center li {
	list-style: none;
	float: left;
	margin-bottom: 30px;
}
.footer-center li a {
	color: #fff;
	padding: 0 20px;
	font-size: 14px;
}
.footer-center p {
	margin-bottom: 30px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.footer-center span {
	display: inline-block;
	width: 238px;
	/* font-size: 12px;
	color: #fff; */
	/* text-align: center; */
}
.footer-center span a {
	color: #fff;
}
.footer-center span:last-child {
	margin-right: 0;
}
/* 底部 */

.bread-box {
	line-height: 40px;
}
.bread-box span {
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
}
.bread-box .bread-current {
	color: #0269b7;
}
.main-content-box {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	padding: 25px 100px;
}
.main-content-box h2 {
	text-align: center;
	line-height: 70px;
	font-size: 20px;
	letter-spacing: 1px;
}
.main-content-box > p {
	font-size: 12px;
	color: #666;
	width: 610px;
	margin: 20px auto;
}
.main-content-box > p span {
	display: inline-block;
	width: 200px;
	text-align: center;
}
.main-content-box .content {
	min-height: 300px;
	line-height: 28px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	white-space: normal;
	word-wrap: break-word;
	border-top: 1px solid #ccc;
}
.content p {
	text-indent: 2rem;
}
