﻿@charset "utf-8";
/* CSS Document */
/**全局**/
* {
	margin: 0px;
	padding: 0px;
}
div, form, img, ul, ol, li, dl, dt, dd, map {
	padding: 0;
	margin: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #222;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif, "宋体";
	background: #fff;
}
ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #01459A;
	text-decoration: none;
}
img {
	border: none;
}
hr {
	line-height: 0px;
	font-size: 0px;
	border: none;
	height: 1px;
	width: 100%;
	margin: 5px 0px;
}
div {
	margin: 0px auto;
}
input, select {
	font-family: arial, Helvetica, sans-serif;
	padding: 1px;
}
.blank {
	width: 100%;
	height: 10px;
	clear: both;
	overflow: hidden;
}
.blank20 {
	width: 100%;
	height: 20px;
	clear: both;
	overflow: hidden;
}
.mt10 {
	margin-top: 10px;
}
.hide {
	display: none;
}
.red {
	color: #f00;
}
.blue {
	color: #00f;
}
.gray {
	color: #ccc;
}
.noInfo {
	width: 100%;
	float: left;
	padding: 10px 0;
	text-align: center;
}
.input_submit {
	width: 77px;
	height: 41px;
	float: left;
	background: url(../img/search.png) no-repeat left top;
	text-align: center;
	line-height: 41px;
	color: #fff;
	border: 0px;
	cursor: pointer;
}
.float_bg {
	background: url(../img/qq_3.gif) repeat-y left top;
	width: 118px;
	padding: 2px 0;
	float: left;
}
.f_list {
	width: 100%;
	float: left;
	margin: 5px auto;
	clear: both;
}
.f_list span {
	float: left;
	width: 80px;
}
.block {
	width: 1000px;
	margin: 0 auto;
}
/*头部*/
.header{
	width:100%;
	height:40px;
	line-height:40px;
	background-color: #1E9FFF;
	text-align: center;
	font-size: 20px;
	color:#fff;
}
.header a{
	color:#fff;
}
/*END*/
.main {
	width: 100%;
	float: left;
	padding-bottom:49px;
}
.banner{
	width:100%;
	margin-bottom:10px;
}
.banner img{
	max-width:100%;
}
.home-title{
	padding-left: 10px;
	border-left: 3px solid green;
}
.main-item{
	min-height:80px;
	margin:10px 0;
	border-bottom:1px solid #ccc;
}

/*底部浮动导航*/
.footer{
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	height:50px;
	background-color:#fff;
	border-top:1px solid #ccc;
	padding:5px 0;
}
.footer .nav{
	width:33%;
	float:left;
	text-align:center;
	color:#333;
}
.footer .nav.on{
	color:#1E9FFF;
}
.footer .nav p{
	margin:0;
	padding:0
}
/*END*/
/*我的*/
.mine-bg{
	background-color: #f8f8f8;
}
.mine-avatar{
	margin:30px 0;
	text-align:center;
}
.mine-avatar img{
	height:80px;
}
.mine-area p{
	text-align: center;
}
.mine-item{
	text-align:left;
	height:40px;
	line-height: 40px;
	margin:0 15px 15px;
	padding:0 10px;
	border-radius:4px;
	position:relative;
	background-color:#fff;
}
.mine-item span{
	font-size:18px;
	color:#ccc;
	float:right;
	text-align: right;
}
.pc{
	display:none;
}
/*END*/
.pc-nav{
	background-color: #77bcef;
	color:#333;
	font-size:20px;
	height:40px;
	line-height: 40px;
}
.pc-nav li{
	width:200px;
	float:left;
	text-align: center;
}
.pc-nav li.on{
	background-color: #1E9FFF;
	color:#fff;
}
.pc-main{
	width:1200px;
	margin:0 auto;
}
.pc-title{
	background-color: #77bcef;
	color:#333;
	padding:10px;
	font-size:16px;
}
.list{
	width:100%;
}
.list-item{
	width:24%;
	padding:5px;
	border:1px solid #ccc;
	border-radius: 5px;
	margin:0 1% 10px 0;
	float:left;
	cursor: pointer;
}
.sub-nav{
	width:100%;
	height: 40px;
	padding:10px 0;
	margin-bottom:20px;
}
.sub-nav div{
	float:left;
	width:70px;
	height:30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	border:1px solid #CCCCCC;
	border-radius: 5px;
	margin-right:10px;
}
.sub-nav .on{
	background-color: #1E9FFF;
	color:#fff;
}


/*PC*/
@media all and (min-width: 1200px) {
	.header,.main,.footer{
		display:none;
	}
	.pc{
		display:block;
	}
	.banner{
		max-width:1200px;
		margin:0 auto;
		max-height: 500px;
		overflow: hidden;
	}
}


