/*头部导航  topNav*/

/* img {
	width: 100%;
	height: 100%;
} */

.topNav {
	width: 100%;
	height: 90px;
	background: #fff;
}

.topNav .navConts {
	width: 1200px;
	height: 90px;
	background: #fff;
	margin: 0 auto;
}

.topNav .navConts .lefLogol {
	width: 80px;
	height: 90px;
	float: left;
}

.topNav .navConts .rigNav {
	min-width: 810px;
	height: 90px;
	float: right;
}

.topNav .navConts .rigNav ul {
	text-align: center;
}

.topNav .navConts .rigNav ul li {
	display: inline-block;
	padding-left: 23px;
	height: 90px;
	text-align: center;
}

.topNav .navConts .rigNav ul li a {
	display: inline-block;
	padding: 0 26px;
	height: 87px;
	line-height: 87px;
	border-bottom: 3px solid #fff;
	color: #454545;
	font-size: 16px;
	text-align: center;
}

.topNav .navConts .rigNav .navShow li:nth-child(1) a {
	color: #f84242;
	border-bottom-color: #f84242;
}

.topNav .navConts .rigNav ul li a:hover {
	color: #f84242;
	border-bottom-color: #f84242;
}

.topNav .navConts .rigNav ul li .navClick {
	color: #f84242;
	border-bottom-color: #f84242;
}


/*footer部分样式*/

.footer {
	width: 100%;
	min-height: 260px;
	background: #f3f3f3;
}

.footer .footerCont {
	width: 1130px;
	padding: 0 35px;
	margin: 0 auto;
}

.footer .footerCont h6 {
	line-height: 35px;
	padding-top: 34px;
	color: #454545;
	text-align: left;
	font-size: 16px;
}

.footer .footerCont .xinxi {
	line-height: 30px;
	color: #a9a8a8;
	text-align: left;
	font-size: 14px;
}

.footer .footerCont .xinxi a {
	display: inline-block;
	float: left;
	color: #a9a8a8;
	text-align: left;
	font-size: 14px;
	padding-right: 42px;
}

.footer .footerCont .xinxi span {
	display: inline-block;
	float: left;
	color: #a9a8a8;
	text-align: left;
	font-size: 14px;
	padding-right: 42px;
}

.footer .footerCont .links {
	line-height: 30px;
	padding: 18px 0 28px;
	border-bottom: 1px solid #dfdfdf;
}

.footer .footerCont .links a {
	display: inline-block;
	float: left;
	line-height: 30px;
	color: #c5c5c5;
	font-size: 30px;
	margin-right: 20px;
}

.footer .footerCont .share {
	line-height: 16px;
	padding-top: 24px;
	margin-bottom: 8px;
	font-size: 14px;
	color: #a9a8a8;
	text-align: center;
}

.footer .footerCont .share a {
	display: inline-block;
	font-size: 14px;
	color: #a9a8a8;
	padding-right: 16px;
	margin-right: 16px;
	border-right: 1px solid #a9a8a8;
}

.footer .footerCont .share a:last-child {
	border: none;
}

.footer .footerCont .share span {
	display: inline-block;
	font-size: 14px;
	color: #a9a8a8;
}

.footer .footerCont .lasts {
	line-height: 24px;
	font-size: 14px;
	color: #a9a8a8;
	text-align: center;
}

.footer .footerCont .lasts span {
	display: inline-block;
	margin-right: 16px;
	font-size: 14px;
	color: #a9a8a8;
}

.footer .footerCont .lasts span:nth-child(2) {
	margin-right: 45px;
}

.footer .footerCont a:hover {
	color: #e72316;
}