﻿/* 所有页面的公共样式 */
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.clearfix{
	zoom: 1;
}
.wrapper{
	width: 960px;
	margin: 0 auto;
}
.fl{
	float: left;

}
.fr{
	float: right;
}
.fn16{
	font-size: 16px;
}
.fn14{
	font-size: 14px;
}
.fn24{
	font-size: 24px;
}
.fn28{
	font-size: 28px;
}
.fn32{
	font-size: 32px;
}
/*头部开始  */
.header-nav{
	
}
.header-nav li{
	width: 105.5px;
	height: 32px;
	float:left;
	text-align: center;
	font-size:14px;
	font-weight: bolder;
	border-radius: 3px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
.header-nav li a{
	display: inline-block;
	color:#333;
	background-color: #eed2ee;
	width: 103px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
}
.header-nav li a:hover{
	color:#fff;
}
.header-banner{
	margin: 6px 0 10px 0;
}
/* 底部 */
.footer-container{
	padding-top:15px;
}
.text-left{
}
.text-content{
    /* width: 54%; */
    margin-left: 60px;
    height: 25px;
    display: inline-block;
}
.text-content li{
	float:left;
	margin-right:20px;
}
.text-content li a{
	color:#333;
}
.text-link{
	height: 30px;
	line-height: 30px;
}
.text-link span{
	display: inline-block;
}
.text-weibo{
	height: 25px;
	line-height: 25px;
	margin-left: 35px;
}
.text-weibo a{
	color:#333;
	height: 25px;
	margin-right:28px;
	text-decoration: none;
	display: inline-block;
}
.text-net a{
	color:#333;
	height: 25px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	
}
.text-net a:nth-child(1){
	margin-right:58px;
}
.text-address{
	text-align: center;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
}
.text-copyright p{
	font-size: 14px;
}
.text-copyright{
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.text-right{
	margin-right: 10px;
}
#colee {
	font-size: 14px;
}
#colee>ul>li {
	padding: 5px 0;
}
/*头部logo*/
.head-logo{
	padding: 10px 0 10px 20px;
}
.head-logo1{
	width: 50px;
	height: 50px;
	border-radius: 25px;
	margin-right: 20px;
}
.head-logo1>img{
	width: 100%;
	height: 50px;
	border-radius: 25px;
}
.head-logo2{
	
}
.head-logo3{
	margin: 20px 0 0 20px;
}
