* {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #fff;
}
body {
	font-family: "微软雅黑";
}
img {
	border: 0;
	vertical-align: middle;
}
h1 {
	font-style: normal;
}
.container {
	width: 1280px;
	margin: 0 auto;
}
.clearfix::after {
	content: ".";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}
.clearfix {
	zoom: 1;
}

/* 头部开始 */ 
.header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;	
	background-color: #FE0000;
}
.header .nav {
	padding: 0 60px;
}
.header .logo {
	width: 260px;
	float: left;
}
.header .logo img {
	margin-top: 18px;
	width: 110%;
}
.header .nav-menu {
	float: right;
	overflow: hidden;
	height: 80px;
}
.header .nav-menu li {
	float: left;	
	cursor: pointer;
	transition: all .3s ease-in-out;
}
.header .nav-menu li a {
	font-size: 17px;
	padding: 29px;
	display: block;
	position: relative;
	bottom: 5px;
	transition: all .3s ease-in-out;
}
.header .nav-menu li a span {
	display: block;
	text-align: center;
	font-size: 12px;
	height: 0;
	color: #F3D5C9;
	text-transform: uppercase;
}
.header .nav-menu li:hover a {
	color: #C81528;
}
.header .nav-menu li:hover {
	background-color: #fff;
}
.header .nav-menu li.currclass {
	background-color: #fff;
}
.header .nav-menu li.currclass a {	
	color: #C81528;

}
/* 大屏下拉菜单 */
.drop-menu {
	width: 100%;
	height: 338px;
	background: #fff;
	position: absolute;
	top: 100%;
	z-index: 99;
	display: none;
	opacity: 0;
	padding-bottom: 13px;
	transition: all .4s ease-in-out;
}
.drop-top {
	padding: 15px 0;
	border-bottom: 2px solid #f9dfdd;
}
.drop-top .container {
	width: 100%;
	margin: 0;
	padding: 0 60px;
}
.drop-top-left {
	float: left;
	width: 524px;
	height: 50px;
}
.drop-top-right {
	float: right;
	margin-right: 119px;
}
.drop-top-right ul {
	float: left;
	width: 126px;
}
.drop-top-right ul li {
	text-align: center;
	margin: 5px 0;
	transition: all .3s ease-in-out;
}
.drop-top-right ul li:hover {
	background-color: #FE0000;
}
.drop-top-right ul li a {
	font-size: 14px;
	display: block;
	padding: 4px 0;
	color: #FE0000;
	font-weight: normal;
	transition: all .3s ease-in-out;
}
.drop-top-right ul li:hover a {
	color: #fff;
}
.drop-bottom-left {
	float: left;
	width: 870px;
	height: 200px;
}
.drop-bottom-left .tel {
	margin-top: 30px;
	height: 75px;
	background: url(sub_navtel.png) no-repeat left center;
	margin-right: 5px;
}
.drop-bottom-left .tel span {
	display: block;
	padding-left: 80px;
	color: #FE0000;
}
.drop-bottom-left .tel span.tel-text {
	padding-top: 9px;
}
.drop-bottom-left .tel span.tel-number {
	font-weight: 550;
	font-size: 24px;
	padding-top: 5px;
}
.drop-bottom-right {
	float: left;
}
.drop-bottom-right > div {
	float: left;
	width: 120px;
	height: 100px;
	margin-top: 20px;
}
.drop-bottom-right > div > span {
	display: block;
	font-size: 12px;
	width: 80px;
	text-align: center;
	padding-top: 2px;
	color: #FE0000;
}

/* 返回顶部 */
.return-top {
	position: fixed;
	bottom: 25px;
	right: 20px;
	display: none;
}
.return-top a {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #000;
	transition: all .3s ease-out;
	text-align: center;
	line-height: 33px;
}
.return-top a:hover {
	background-color: #FF1C33;
}
/* 顶部 */
.footer {
	width: 100%;
	overflow: hidden;
	padding-bottom: 30px;
	background-color: #FE0000;
}
.f-bg {
	overflow: hidden;
	position: relative;
}
.f-bg .bg-des {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: 50%;
	margin-left: -312px;
	letter-spacing: 20px;
	font-size: 28px;
	color: #fff;
	font-weight: normal;
}
.f-bg img {
	margin: 0 auto;
}
.copy-info {
	padding: 40px 0;
}
.copy-info > div {
	float: left;
	width: 30%;
	margin-left: 3%;
	height: 80px;
	border-right: 1px solid #E0E0E0;
	color: #F2F2F2;
	font-size: 12px;
}
.copy-info > div:last-child {
	border: none;
}
.copy-info .footer-logo {
	text-align: center;
	position: relative
}
.copy-info .footer-logo img {
	position: absolute;
	left: 80px;
	top: 15px;
}
.copy-info .text {
	line-height: 20px;
}
.copy-info .text a {
	color: #fff;
}
.copy-info .qr-code li {
	float: left;
}
.copy-info .qr-code li span {
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-left: 15px;
	font-size: 12px;
	color: #fff
}
.copy-info .qr-code li img {
	margin-left: 20px;
}