﻿@charset "utf-8";

/**基本格式开始***************/
body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,textarea,p {
	margin:0px;
	padding:0px;
	font-size:13px;
}
ul,li {
	list-style:none;
}
img,a img {
	border:none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
body{ font-family:"微软雅黑"; }
*{margin:0;padding:0}
/**基本格式结束***************/
.clr{clear:both;height:0;overflow:hidden}
#clear:before,#clear:after{display:table;content:""}
#clear:after{clear:both}
#clear{zoom:1}
/*menu*/
/*
#nav{height:100px;text-align:center;float:right;font-family:'microsoft yahei'; width:100%;}
#nav ul{width:1000px;margin:300px auto 0 auto;height:100px;}
#nav li{float:left;height:40px;position:relative;margin-top:30px;z-index:9999;}
#nav li.line_off{background:none}
#nav a{display:block;float:left;text-decoration:none;height:50px;padding-top:5px;line-height:45px;font-size:25px;color:#666;width:160px;blr:expression(this.onFocus=this.blur());outline:none;position:relative;font-weight:bold;}
#nav a:hover{color:red;text-decoration:none;font-weight:bold}
#nav a span{font-size:15px;-webkit-text-size-adjust:none;line-height:12px;padding-bottom:15px;display:block;font-weight:300;cursor:pointer;position:relative}
#nav .n{background:url(../images/i2.png) no-repeat 0 4px;width:16px;height:40px;float:left;margin-top:30px;}
*/
/*---分类列表---*/
/*
#nav li ul{display:none;position:absolute;top:35px;left:-20px;width:116px;padding:10px 0;background:url(../images/nav2.png) repeat-y;z-index:999;}
#nav li ul li{line-height:30px;height:30px;margin:0;background-image:none;position:relative;z-index:999;}
#nav li ul a,#nav li.active ul a,#nav li.sfhover ul a{background:none;font-weight:300;height:auto;color:#000;line-height:24px;width:110px;margin-left:3px;font-size:12px;float:none;padding:0 0 6px;background:url(../images/nav2.png) no-repeat -234px -100px;_background:url(../images/nav2_1.gif) no-repeat 0 -30px}
#nav li ul a:hover{background:url(../images/nav2.png) no-repeat -234px 0;_background:url(../images/nav2_1.jpg) no-repeat 0 0;color:#fff;font-weight:300;z-index:999;}
#nav li ul .t{position:relative;z-index:2;top:14px;left:0;width:116px;height:4px;font-size:0;line-height:0;overflow:hidden;background:url(../images/nav2.png) no-repeat -116px 0;_background:url(../images/nav2_2.png) no-repeat}
*/
/*bittom*/

.bottom{
	width:100%;
	height:100px;
	background:#7a99b6;
	margin-top:40px;
}
.bottom .bottom-main{
	width:1140px;
	height:100px;
	margin:0 auto;
}
.bottom .bottom-main p{
	text-align:center;
	font-size:14px;
	color:#fff;
}
.bottom .bottom-main p a{
	color:#fff;
}
.bottom .bottom-main p a:hover{
	color:red;
}
.bottom .bottom-main .p1{
	padding-top:15px;
}
.bottom .bottom-main .p2{
	padding-top:5px;
}