/* top */
.top{
	padding-top: 1.25rem;
	border-top: 5px solid #c73236;
}
.topRight{
	float: right;
	line-height: 1.75rem;
}
.topRight a{
	float: left;
}
.topRight .tlink{
	color: #999999;
	font-size: 0.875rem;
}
.topRight span{
	float: left;
	color: #999999;
	padding: 0 5px;
	text-align: center;
}
.topRight .ch{
	width: 1.75rem;
	height: 1.75rem;
	float: left;
	display: inline-block;
	background-color: #c73236;
	text-align: center;
	line-height: 1.75rem;
	color: #ffffff;
	border-radius: 3px;
	margin-left: 5px;
	font-size: 0.875rem;
}
.topRight .en{
	width: 1.75rem;
	height: 1.75rem;
	float: left;
	display: inline-block;
	background-color: #c9c9c9;
	text-align: center;
	line-height: 1.75rem;
	color: #ffffff;
	border-radius: 3px;
	margin-left: 1px;
	font-size: 0.875rem;
}
/* header */
header{
	position: relative;
}
.logo{
	float: left;
}
.headerRight{
	float: right;
	padding-left: 3.75rem;
	background: url(../images/tel.jpg) left no-repeat;
	background-size: 3.5rem;
	margin-top: 1.25rem;
}
.headerRight p{
	color: #333333;
	font-size: 1.125rem;
}
.headerRight b{
	color: #c73236;
	font-size: 1.875rem;
}
/* nav */
nav{
	margin-top: 2.5rem;
}
.navList{
	border-top: 1px solid #cfcfcf;
}
.navList li{
	width: 12.5%;
	float: left;
	line-height: 4.1875rem;
	background: url(../images/nline.jpg) left no-repeat;
}
.navList li:first-child{
	background: none;
}
.navList li a{
	display: inline-block;
	width: 100%;
	height: 4.1875rem;
	line-height: 4.1875rem;
	text-align: center;
	color: #333333;
	transition-duration: .1s;
}
.navList li.on a{
	border-bottom: 3px solid #c73236;
}
.navList li:hover a{
	border-bottom: 3px solid #c73236;
	transition-duration: .1s;
}
/* banner */
.banner{
	overflow: hidden;
}

/* footer */
footer{
	background-color: #333333;
	text-align: center;
	padding: 3.125rem 0;
}
.footerNav{
	color: #999999;
	line-height: 2rem;
	padding-bottom: 1.125rem;
	border-bottom: 1px solid #666666;
}
.footerNav a{
	color: #999999;
	padding: 0 1.5rem;
}
.foot{
	margin-top: 2.25rem;
	line-height: 2rem;
	color: #999999;
}
.foot a{
	color: #999999;
}

/* 手机端导航 */
button:focus{
	outline: 0;
}
.navBtn{
	position: absolute;
	top: 50%;
	right: 1rem;
	width: 50px;
	height: 50px;
	transform: translateY(-50%);
	border: none;
	background: url(../images/menu.png) center no-repeat;
	display: none;
}


@media screen and (max-width: 768px)
{
	.navBtn{
		display: block;
	}
}























