
/*全局样式*/
*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}
body{
	font-size: 12px;
	font-family: "微软雅黑";
	width: 100%;
	min-width:1200px;
	margin: 0 auto;
	background: #f3f3f3;
}
ul,ol{
	list-style: none;
}
img{
	border: none;
}
a{
	text-decoration: none;
}

.clearfix{
　　content: "";
　　display: block;
    height: 0;
    clear: both;
　　visibility:hidden;
　　overflow:hidden；
}

/*脚部样式*/
#footer{
	clear: both;
	width: 100%;
	background: #f3f3f3;
}
#footer .footer_content{
	width: 1135px;
	overflow: auto;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background:#fff;
}
/*脚部上层样式*/
#footer .footer_top{
	width: 1100px;
	height: 50px;
	margin: 0 0 0 18px;
	background: #f3f3f3;
}
#footer .footer_color{
	width: 1100px;
	height: 10px;
	background: #cc3333;
}
#footer .footer_title li{
	float: left;
	width: 550px;
	height: 40px;
	line-height:40px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	background: url(../png/y59sks.png) no-repeat right center;
	cursor:pointer;
}

#footer .footer_title li:first-child{
	color: #cc3333;
}
/*ie兼容*/ #footer .footer_title li:first-child+li+li+li{
	background: none\0;
}
#footer .footer_title li:last-child{
	background: none;
}
/*脚部中间样式*/
#footer .footer_middle{
	width: 1100px;
	margin: 0 0 0 18px;
	padding: 22px 0 30px 0;
	border-bottom:1px solid #ececec;

}
#footer .footer_middle ul{
	overflow: hidden;
	/*margin: 13px 0 0 0;*/
	/*height: 15px;*/
	/*line-height: 15px;*/
}
#footer #tab3 ul{
	margin: 13px 0 0 0;
	height: 15px;
	line-height: 15px;
}
#footer #tab4 ul{
	margin: 13px 0 0 0;
	line-height: 15px;
}
#footer .footer_middle ul:first-child{
	margin: 0;
}
#footer .footer_middle li{
	height: 15px;
	float: left;
	width: 105px;
	margin: 13px 0 0 17px;
	text-align: center;
	font-size: 14px;
	height: 15px;
	line-height: 15px;
}
#footer #tab3 li{
	float: left;
	width: 100px;
	margin: 0 0 0 -22px;
	text-align: center;
	font-size: 14px;
}

#footer #tab4 li{
	height: 28px;
	line-height: 28px;
	float: left;
	width: 120px;
	margin: 0 0 0 17px;
	text-align: center;
	font-size: 14px;
}
#footer .footer_middle li>a{
	color: #2b2b2b;
}
#footer .footer_middle li>a:hover{
	color: #cc3333;
}
/*脚部底部样式*/
#footer .footer_bottom{
	/*width: 635px;*/
	height: 100px;
	margin: 0 auto;
	position: relative;
	/*background:url(../img/logo.png) no-repeat left 50px;*/
}
#footer .footer_bottom p:first-child{
	/*padding: 45px 0 0 65px;*/
}
#footer .footer_bottom p{
	/*width:345px;
	line-height: 22px;
	margin: 0 auto;
	padding: 0 0 0 65px;*/
        text-align: center;
        line-height: 97px;
}
#footer .footer_bottom img{
	position: absolute;
	left: 190px;
	top: 20px;
}
/*脚部导航切换*/
#footer #tab2{
	display: none;
}
#footer #tab3{
	display: none;
}
#footer #tab4{
	display: none;
}