@charset "utf-8";

/*footer*/
.footer {
	position: fixed;
	bottom: -18px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}

.footer_menu {
	background: #4eabe8;
	display: block;
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 0;
}

.footer .footer_menu>li {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 20%;
	float: left;
}

.footer_menu li:first-child {
	background: none;
}

.footer .footer_menu>li>a {
	height: 48px;
	margin-right: 1px;
	display: block;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}

.footer .footer_menu>li.home {
	width: 20%;
}

.footer .footer_menu>li.home a {
	height: 66px;
	width: 66px;
	margin: auto;
	border-radius: 60px;
	position: relative;
	top: -22px;
	left: 0px;
	background: url(../images/loginReg/home_icon.png) no-repeat center
		center;
	background-size: 100% 100%;
}

.footer .footer_menu>li>a label {
	overflow: hidden;
	margin: 0 0 0 0;
	font-size: 12px;
	display: block !important;
	line-height: 18px;
	text-align: center;
}

.footer .footer_menu>li>a img {
	padding: 3px 0 0 0;
	height: 24px;
	width: 24px;
	color: #fff;
	line-height: 48px;
	vertical-align: middle;
}

.footer li:first-child a {
	display: block;
}

.footer_menu li:last-of-type a {
	background: none;
	overflow: hidden;
}

.footer .footer_menu>li>a:hover,.footer .footer_menu>li>a:active {
	background-color: #3093e3;
}

/*footnav*/
.footnav {
	height:55px;
	width: 100%;
	position: fixed !important;
	border-top: 1px solid #eee;
	z-index:9999;
	padding: 2px 0px;
	bottom: 0px !important;
	left: 0px;
	background: #fff;
}

.footnav a {
	color: #666;
}

.footnav a:HOVER {
	color: #666;
	text-decoration: none;
}

.footnav p {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}

.footnav .iconfont {
	font-size: 23px
}

.footnav div {
	border-right: 1px solid #eee;
}

.footnav div:last-child {
	border: 0px;
}

.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.col-xs-3 {
    width: 25%;
    float: left;
    font-family: "微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.col-xs-4 {
    width: 20%;
    float: left;
    font-family: "微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    min-height: 1px;
    box-sizing: border-box;
}
.wenwenList .col-xs-4 {
    width: 25% !important;
}

.col-xs-4 img{
	width: 23px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.text-center {
    text-align: center;
}

/*滚动到顶部*/
.scroll-top{
	z-index: 10000;
    position: fixed;
    right: 0px;
    bottom: 100px;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop + 
	 document.documentElement.clientHeight-this.offsetHeight- ( 
	 parseInt(this.currentStyle.marginTop, 10)||0 )-(parseInt(this.currentStyle.marginBottom, 10)||0
	 ) ) );
	_margin-bottom: 15px;
	width: 30px;
    height: 30px;
    display: none;
    border: 1px solid #f8f8f9;
    background:#fff url(../images/local2/top.png) no-repeat;
    background-position: 50% 55% !important;
    background-size:30px 30px; 
}

.column_type_select{
	position: fixed;
	bottom: 60px;
	right: 3%;
	z-index: 9998;
	width: 70px;
	border: none;
	color: #666;
	font-size:14px;
	font-family: "微软雅黑";
	/* background: #fff; */
}
.column_type_select .main img{
	width: 15px;
}
.column_type_select .img_select{
	width: 15px;
	height: 15px;
	margin-left: 15px;
}
.column_type_select .select_div{
	position: relative;
	z-index:9998;
	top: 5px;
	right: 0px;
	background:#fff;
	font-size:13px;
	width: 70px;
	border: solid 1px #ccc;
	display: none;
	border-radius:5px;
}
.column_type_select .select_div .option_div{
	height:28px;
	line-height:28px;
	width: 70px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: solid 1px #ccc;
}
.column_type_select .select_div .current{
	background: #bbb;
	color: #fff;
}
.column_type_select .select_div .current a{
	color: #fff;
}