/*header*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
	/*"Microsoft YaHei" ! important;*/
	color: #1e1d1e;
	font-size: 14px;
}
img, a, li {
	border: 0;
	text-decoration: none;
	list-style: none;
}
/*---------------header----------------*/
.headerFrame {
	height: 105px;
	width: auto;
}
.headerFrame .header {
	height: 105px;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
.headerFrame .header .logo {
	left: 0;
	position: absolute;
	top: 10px;
}
.headerFrame .header .tel {
	background: url("../images/tel.png") no-repeat 0 center;
	height: 24px;
	line-height: 24px;
	position: absolute;
	right: 0;
	text-indent: 25px;
	top: 30px;
	width:180px;
}
.navFrame {
	height:52px;
	width: auto;
	border-bottom:5px solid #fc2c2b;
	padding-top:8px;
	background:url(../images/navFrameBg.png) repeat-x;
}
.navFrame .nav {
	height:52px;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
.navFrame .nav li {
	margin:0 2px;
	float:left;
}
.navFrame .nav a {
	height:52px;
	line-height:52px;
	padding:0 15px;
	font-size:16px;
	text-align:center;
	color:#252525;
	display:inline-block;
	background:#dedede;
	border-radius: 10px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.navFrame .nav a:hover {
	background:#fc2c2b;
	color:#fff;
}

/*---------------------foot------------------------------*/
.footerFrame {
	height:225px;
	padding-top:45px;
	width: auto;
	background: #ededed;
}
.footerFrame .footer {
	margin: 0 auto;
	height:225px;
	width: 1000px;
}
.footerFrame .footer .footerLeft {
	width: 185px;
	height:225px;
	margin-right:65px;
	float:left;
}
.footerFrame .footer .footerLeft .list p {
	line-height:35px;
	border-bottom:1px solid #1e1d1e;
}
.footerFrame .footer .footerLeft .list p a {
	color:#1e1d1e;
}
.footerFrame .footer .footerMiddle {
	width: 330px;
	height:225px;
	float:left;
	margin-right:75px;
}
.footerFrame .footer .footerMiddle .text {
	line-height:24px;text-align: justify;
}
.footerFrame .footer .footerRight {
	width:320px;
	height:225px;
	float:left;
}
.footerFrame .footer .footerTitle {
	height:40px;
	line-height:20px;
	font-size:24px;
}
.footerFrame .footer .footerRight .list {
	line-height:24px;
}
.footerFrame .footer .footerRight .twoIco {
	margin-top:10px;
}
.copyrightFrame {
	height:75px;
	width: auto;
	background: #5c5858;
}
.copyrightFrame .copyright {
	margin: 0 auto;
	height:75px;
	width: 1000px;
	text-align:right;
	line-height:75px;
	color:#fff;
}

