@charset "utf-8";
/**
 *
 * @authors ray (ray0324@foxmail.com)
 * @date    2013-12-29 13:05:27
 * @version v1.0
 */
ul,li{padding: 0;margin:0;}

a {
    color: #333333;
    text-decoration: none;
}

a:hover,
a:focus {color: #ff6600;text-decoration: none;}


h1,h2,h3,h4,h5{
    margin: 0;
    font-weight: 100;
}

/**导航条**/
nav{margin:0;padding:0;width:100%;background: #f2f2f2;margin-bottom:0px;/*box-shadow:0 1px 3px #999*/}
nav .topnav{height: 50px;list-style: none;border-bottom:1px solid #dc610f;overflow: hidden;background: #f60;padding-bottom:10px;box-shadow:0 1px 3px #999; margin-top:0px; margin-left:0px; padding-left:0px;}
nav .topnav li{text-align: center;font-size: 14px;}
nav .topnav li a{line-height: 50px;color: #fff;}
nav .topnav li.main{float:left;height: 50px;width:50px;}
nav .topnav li.main a{display: block;height: 50px;width:50px;background: ; background-size:50px 50px;}
nav .topnav li.main a:hover{background: #ff8800 ; background-size:50px 50px;}
nav .topnav li.title{margin:0 100px 0 50px;height: 50px;font-size: 24px;}
nav .topnav li.title  a{display: block;height:50px;width:150px;margin:auto;background: no-repeat center left; background-size:100px 50px; font-size: 16px;text-align: right; }

nav .topnav li.list{float: right;height: 50px;width:100px;overflow: hidden;}
nav .topnav li.list a{display: block;float:left;width:50px;height: 50px;}

nav .topnav li.list a.home{background: ;background-size:50px 50px;}
nav .topnav li.list a:hover{background: #ff8800 ; background-size:50px 50px;}
nav .topnav li.list a.listmenu{background: ;background-size:50px 50px;}
nav .topnav li.list a.listmenu:hover{background: #ff8800 ;background-size:50px 50px;}
nav .menu{list-style: none;background: #eee;}
nav .menu li{float:left;width:16.6666666666%;text-align: center;}
nav .menu li a{color:#333;line-height: 44px;}
nav .menu li.active a{color:#ffffff;background: #ff6600;padding:2px 5px 2px 5px;border-radius: 4px;}
nav .menu li.active a:hover{color:#ffffff;}
nav .menu li a:hover{color:#ff6600;}
nav .breadcrumb{color:#999;margin:0px;padding:5px 15px;font-size: 14px;border-top:1px solid #e5e5e5;background: #fff;}
nav .breadcrumb a{color:#333;}

.focus{overflow: hidden;border-left:1px solid #e5e5e5;margin-left:-1px;margin-right:-1px;}
.focus h3,.focus p{clear: both;font-weight:normal;color:#999999}

.cat{border-left:1px solid #e5e5e5;margin-left:-1px;margin-right:-1px;}
.cat-title{clear:both;width:100%;height:36px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #ff6600;overflow: hidden;}
.cat-title h3{margin-bottom:5px;font-weight: normal;text-align:justify; color:#ff6600}
.cat-title span{display:block;float:right;margin-top: 8px;}
.cat dl{height: 120px;border-bottom:1px solid #e5e5e5;margin-bottom:15px;overflow: hidden;}
.cat dl dd{height:63px;overflow: hidden;text-align:justify;margin-top:6px;margin-left:0px;font-size:14px;color:#999999;}
.cat dl dd img{float:right;margin-left: 15px;}

.col-xs-4,.col-xs-2{text-align: center;line-height: 30px;}
.hot{height: 30px;background: #aaa;line-height: 30px;color:#ffffff;}
.label-t{background: #eeeeee;margin-top:15px;height: 30px;line-height: 30px;}
.label-t b{color: #ff6600}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*翻页*/
.pagestyle{ text-align:center;}
.pagestyle a{ border:1px solid #e5e5e5; margin:0px 5px; padding:2px; font-size:12px;}
.pagestyle .curpage{ padding:2px 5px;}

/* 底部信息 */
footer {
	clear: both;
	margin-top: 10px !important;
	color: #999;
	background: #333;
}

footer .footer-menu a {
	display: block;
	float: left;
	width: 16%;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	padding: 0px;
	margin: 3px 0;
	color: #aaa;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

footer .footer-menu a:hover {
	color: #f60;
}

footer .footer-info {
	padding: 15px 0;
	background: #222;
}

footer .link {
	text-align: center;
	line-height: 2;
	font-size: 16px;
}

footer .link a {
	color: #aaa;
	text-decoration: none;
}

footer .copyright {
	text-align: center;
	font-size: 12px;
}
#footer{
    margin-top:10px;
    border-top:1px solid #eeeeee;
    padding:10px;
    color:#999999;
}
#footer div{
    text-align: center;
}
#footer div a{
    color:#666666;
}
/*导航条*/
.top-nav2016 {
	position: relative;
	width: 100%;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.top-nav2016 .top-bar {
	overflow: hidden;
	height: 40px;
	list-style: none;
	border-bottom: 1px solid #cc5200;
	background: #f60;
}

.top-nav2016 .top-bar div a {
	line-height: 40px;
	color: #fff;
}

.top-nav2016 .top-bar div.home {
	float: left;
	width: 40px;
	height: 40px;
	border-right: 1px solid #e65c00;
}

.top-nav2016 .top-bar div.home a {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(/uploads/image/vimages/icons.png);
	background-size: 80px 160px;
	background-position: 0 -40px;
	background-repeat: no-repeat;
}

.top-nav2016 .top-bar div {
	text-align: center;
}

.top-nav2016 .top-bar div.title {
	font-size: 24px;
	height: 40px;
	margin: 0 40px 0 41px;
	border-left: 1px solid #ff751a;
	border-right: 1px solid #e65c00;
}

.top-nav2016 .top-bar div.title a {
	font-size: 18px;
	font-weight: 800;
	display: block;
	width: 130px;
	height: 40px;
	margin: auto;
	text-align: right;
	text-decoration: none;
	background-image: url(/uploads/image/vimages/icons.png);
	background-size: 80px 160px;
	background-position: 0 -120px;
	background-repeat: no-repeat;
}

.top-nav2016 .top-bar div.list {
	float: right;
	overflow: hidden;
	width: 41px;
	height: 40px;
}

.top-nav2016 .top-bar div.list a {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
}

.top-nav2016 .top-bar div.list a.dropdown {
	border-left: 1px solid #ff751a;
	background-image: url(/uploads/image/vimages/icons.png);
	background-size: 80px 160px;
	background-position: 0 -80px;
	background-repeat: no-repeat;
}



.breadcrumb {
	margin-bottom: 2px;
	font-size: 16px;
	background: #fff;
	line-height: 24px;
	padding: 0 10px; 
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	color: #999;
	height:40px;
	overflow:hidden;
	white-space:nowrap;
}

.breadcrumb a {
	display: inline-block;
	padding: 8px 15px 8px 3px;
	color : #555;
	text-decoration: none;
	background: url(/uploads/image/vimages/arrow.png) center right no-repeat;
    background-size: contain;
	font-size:16px;
}


.back_to_top{
	width: 44px;
	height: 44px;
	border-radius: 22px;
	background-image: ;
	background-color:rgba(0,0,0,0.5);
	background-size:44px 44px;
	position: fixed;
	bottom: 200px;
	right: 2px;
	opacity: 0.75;
	cursor: pointer;
	display:none;
}

.back_to_feed{
	width: 44px;
	height: 44px;
	border-radius: 22px;
	position: fixed;
	bottom: 155px;
	right: 2px;
	opacity: 0.75;
	cursor: pointer;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	font-weight:bold;
	font-family:arial;
	line-height:44px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	font-size:14px;
	text-decoration:none;
	text-align:center;
	display:none;
}

