/*endPage*/

.endPage {
	width: 100%;
	min-width: 1200px;
	padding-top: 180px;
	margin: 0 auto;
	background: url(/img/EndPage/endpage_banner.jpg) no-repeat center top;
}

.endPage-main {
	margin: 0 auto;
	width: 1140px;
	padding: 30px;
	border-radius: 15px;
	background-color: #FFFFFF;
	overflow: hidden;
}

.endPage-main .nav {
	float: left;
	width: 200px;
}

.endPage-main .nav p {
	border-bottom: 1px solid #e8e8e8;
}

.endPage-main .nav p a {
	position: relative;
	display: block;
	height: 50px;
	padding-left: 20px;
	font-size: 16px;
	color: #333333;
	line-height: 50px;
	letter-spacing: 1px;
	text-decoration: none;
}

.endPage-main .nav p a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 22px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border: 1px solid;
	border-color: #ccc #ccc transparent transparent;
	transform: rotate(45deg);
}

.endPage-main .nav p a:hover {
	background-color: #f70;
	color: #fff;
}

.endPage-main .nav p a:hover:after {
	border-color: #fff #fff transparent transparent;
}

.endPage-main .nav p a.hover {
	background-color: #f70;
	color: #fff;
}

.endPage-main .nav p a.hover:after {
	border-color: #fff #fff transparent transparent;
}

.endPage-main .nav p a+a {
	padding-left: 38px;
	font-size: 15px;
	color: #666;
}

.endPage-main .nav p a+a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	width: 8px;
	height: 1px;
	background-color: #ccc;
}

.endPage-main .nav p a+a:hover:before {
	background-color: #fff;
}

.endPage-main .nav p a+a.hover:before {
	background-color: #fff;
}

.endPage-main .box {
	float: right;
	width: 900px;
	overflow: hidden;
}

.endPage-main .box .title {
	position: relative;
	height: 50px;
	margin-bottom: 8px;
	line-height: 50px;
}

.endPage-main .box .title b {
	float: left;
	font-size: 29px;
	font-weight: normal;
	color: #333;
}

.endPage-main .box .title span {
	float: right;
	font-size: 20px;
	color: #f70;
	text-transform: uppercase;
}

.endPage-main .box .title i {
	float: right;
	width: 20px;
	height: 4px;
	margin: 23px 0 23px 12px;
	background-color: #f70;
}

.endPage-main .box .about {
	min-height: 257px;
	padding: 19px 24px;
	border: 1px solid #e2e2e2;
	line-height: 30px;
	font-size: 15px;
	overflow: hidden;
}

.endPage-main .box .about h2 {
	margin: 0 0 8px 0;
	line-height: 40px;
	font-size: 16px;
	color: #f70;
}

.endPage-main .box .about p+p {
	margin-top: 20px;
}

.endPage-main .box .about p a {
	font-weight: bold;
	color: #f70;
	text-decoration: none;
}

.endPage-main .box .about p a:hover {
	color: #f70;
	text-decoration: underline;
}

.endPage-main .box .about ul li:first-child {
	font-size: 22px;
	margin-bottom: 10px;
}

.endPage-main .box .about ul li a {
	color: #333;
	text-decoration: underline;
}

.endPage-main .box .about ul li a:hover {
	color: #f70;
}

.endPage-main .box .about table {
	width: 100%;
	border: 1px solid #d8d8d8;
}

.endPage-main .box .about table th {
	font-size: 22px;
	font-weight: normal;
	line-height: 50px;
	text-align: center;
}

.endPage-main .box .about table td {
	padding: 8px;
	font-size: 15px;
	line-height: 22px;
}

.endPage-main .box .data {
	width: 100%;
	font-size: 15px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #e2e2e2;
}

.endPage-main .box .data th {
	background-color: #EAEAEA;
}

.endPage-main .box .links {
	padding: 0 24px 19px;
	border: 1px solid #e2e2e2;
}

.endPage-main .box .links:last-child{
	min-height: auto !important;
}

.endPage-main .box .links h1 {
	margin: 19px 0 0;
	line-height: 40px;
	font-size: 21px;
	color: #f70;
	text-align: center;
}

.endPage-main .box .links dl {
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 30px;
}

.endPage-main .box .links dl dt {
	padding: 0 10px;
	height: 30px;
	color: #999999;
	font-weight: bold;
}

.endPage-main .box .links dl dd {
	overflow: hidden;
}

.endPage-main .box .links dl dd a {
	float: left;
	margin: 0 3px 3px 0;
	padding: 0 11px 0 10px;
	width: 188px;
	height: 30px;
	background-color: #F5F5F5;
	color: #333;
	text-decoration: none;
}

.endPage-main .box .links dl dd a:hover {
	color: #f70;
}

.endPage-main .box .contact {
	padding: 19px 24px;
	border: 1px solid #e8e8e8;
}

.endPage-main .box .contact li {
	height: 100px;
}

.endPage-main .box .contact li+li {
	margin-top: 10px;
}

.endPage-main .box .contact i {
	float: left;
	width: 50px;
	height: 50px;
	margin: 25px 0;
	background: url(/img/EndPage/contact_pic.gif) no-repeat;
}

.endPage-main .box .contact i.phone {
	background-position: 0 0px;
}

.endPage-main .box .contact i.weixin {
	background-position: 0 -100px;
}

.endPage-main .box .contact i.report {
	background-position: 0 -150px;
}

.endPage-main .box .contact dl {
	float: left;
	width: calc(100% - 70px);
	height: 100px;
	padding-left: 20px;
}

.endPage-main .box .contact dt {
	float: left;
	padding-right: 10px;
	font-size: 22px;
	color: #666;
	line-height: 100px;
}

.endPage-main .box .contact dd {
	float: left;
	overflow: hidden;
}

.endPage-main .box .contact font {
	float: left;
	font-family: arial;
	font-size: 28px;
	color: #f70;
	line-height: 100px;
}

.endPage-main .box .contact a {
	float: left;
	font-family: arial;
	font-size: 28px;
	color: #f70;
	line-height: 100px;
	text-decoration: none;
}

.endPage-main .box .contact a:hover {
	color: #07f;
	text-decoration: underline;
}

.endPage-main .box .contact img {
	float: left;
	width: 90px;
	height: 90px;
	padding: 4px;
	border: 1px solid #ddd;
	margin-left: 30px;
}