﻿@charset "utf-8";
/* css document */
/* ============================ 重置css样式 ============================ */	
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
/* 设置默认字体 */
body, button, input, select, textarea { font: 14px/1 "微软雅黑", tahoma, helvetica, arial, sans-serif; }
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }
cite, em { font-style: normal; }
/* 重置列表元素 */
ul, ol { list-style: none; }
 重置文本格式元
a {
	text-decoration: none;
	cursor:pointer;
	outline:none;
}
/* 重置表单元素 */
legend { color: #000; }
fieldset, img { border: none; }
img{vertical-align:middle;}
/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button, input, select, textarea { font-size: 100%; }
/* ========================= 页面常用样式 css样式 =========================== */	
.clear {
	clear:both;
	overflow:hidden;
	height:0;
	font-size:0;
	line-height:0;
}
body{ display:block; margin:0 auto;}
body a{ text-decoration:none;}
html{overflow-x:hidden; display:block; margin:0 auto;}
.fl{float:left;}
.fr{float:right;}
/* ========================= 主框架样式 css样式 =========================== */	



/* 头部区域样式 */
.header{ 
	height:178px; 
	width:100%;
	background: top center no-repeat; }
.header .header_area{ 
	width:1200px;
	margin:0 auto;}
.header .header_area .logo{ 
	margin-top:35px;
	float:left;}
.header_right{ 
	float:right;}
.header_right .tip{ 
	float:right; 
	margin-top:20px;}
.header_right .tip li{ 
	float:left;
	margin-left:30px;}
.header_right .tip li span{
	margin:0 10px;}
.header_right .tip li a{ 
	color:#333;
	font-size:14px;}
.header .search{
	width:476px;
	margin:0 auto;
	margin-top:70px;
	margin-right:197px;}
.header .search form .text{ 
	width:385px; 
	height:44px;
	border-radius:5px 0 0 5px;
	border:solid 1px #e4e4e4;
	border-right:none;
	line-height:58px;
	float:left;
	font-size:18px;
	color:#e4e4e4;
	padding-left:10px;
	outline:none;}
.header .search form .button{
	width:80px;
	background:#bd1a2d  8px center no-repeat;
	padding-left:22px;
	padding-top:-2px;
	border-radius:0 5px 5px 0;
	height:46px;
	border:none;
	font-size:18px; 
	color:#fff;}	
.header .search ul li{ 
	float:left;
	margin-right:30px;
	font-size:14px;
	margin-top:10px;}
.header .search ul li a{color:#333;}
.header .search ul li a:hover{ color:#bd1a2d;}
	
.nav{ height:56px; width:100%; background-color:#bd1a2d;}
.nav ul{ width:1200px; margin: 0 auto;}
.nav ul li{ 
	float:left; 
	font-size:24px;
	line-height:56px;
	width:300px;
	text-align:center;}
.nav ul li a{ color:#fff;}
.nav ul li a:hover{ color:#dabb85;}
	
.main{ 
	width:1200px; 
	margin:0 auto;}


.foot{ 
	height:40px; 
	clear:both;
	background-color:#bd1a2d; 
	padding:20px 0;}
.foot p{ 
	text-align:center; 
	line-height:24px; 
	color:#fff;}
.foot p img{ margin-left:20px; margin-right:5px;}


