﻿@charset "utf-8";
/* CSS Document */
body{
    font-size:12px;
	font-family:"宋体", Arial;
	color:#555;
    background:#f5f5f5;
}
*{
    margin:0px;
	border:0px;
	padding:0px;
}
ul{ 
   list-style:none;
}
ul li{ 
   list-style-type:none;
}
dl>div{
	clear:inherit!important;
}
div{
	word-break:break-all;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
    font-size: 14px;
    font-family:"微软雅黑";
    font-weight: 500;
}
.clear{
	clear:both;
	font-size:0px;
	visibility:hidden;
	width:0px;
	line-height:0px!important;height:0;
}	
a{
	color:#555;
	text-decoration:none;
}
a:hover{
	color:#555;
}
a,input,select{
	-webkit-appearance: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline:none;
	background:none;
	text-decoration: none;
}
.tip,.tip a,a.tip{
	color:#bbb;
}
.tipped{
	color:#bbb;
	font-family:"宋体";
}
.warning,.warning a,a.warning{
	color:#ff4b8c;
}
.highlight,.highlight a,a.highlight{
	color:#2b98b9;
}
.secondary,.secondary a,a.secondary{
	color:#999;
}
input,select{
	vertical-align:middle;
    outline:none;
    color:#555;
	font-size:12px;
    font-family:Arial,"宋体";
}
textarea{
    outline:none;
}
.topfixed{
	width:100%;
	top:0px;
	background:#3b4a5a;
	z-index:10000;
	height:50px;
	overflow:hidden;
	position:fixed;
}
.header{
	max-width:640px;
	height:50px;
	line-height:50px;
	margin:0 auto;
	background:#3b4a5a;
	color:#fff;
}
.header a{
	color:#fff;
}
.h10{
	height:10px;
    clear:both;
}
.buttonbar{
    padding:20px 0px;
    clear:both;
	text-align:center;
}
.tipbar {
    clear:both;
	text-align:center;
    line-height:20px;
}
.validation-summary-errors,.validation-summary-errors li{
    display:inline-block;
}
/*slide导航开始*/
.nav_ico{
	float:left;
	width:50px;
	height:34px;
	padding:16px 0px 0px 10px;
	cursor:pointer;
	background:url(../images/nav_ico.png) no-repeat 15px 16px;
}
.close_ico{
	background:url(../images/close_ico.png) no-repeat  15px 16px;
}
.slide_mask {
	background: rgba(0, 0, 0, 0.1); 
	transition:0.3s ease-out; 
	left: 0px; 
	top: 0px;
	width: 100%;
	height:100%;
	display: none;
	position:fixed; 
	z-index:1000000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	cursor:pointer;
}
.slide_nav {
	transition:0.3s ease-out;
	left: 0px;
	top: 50px;
	width:auto;
	position:fixed;
	z-index:1000000; 
	transform: translate3d(-100%, 0px, 0px);
	-ms-transform: translate(-100%, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0); 
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out; 
	-ms-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out;
	background:#5a6275;
	display:block;
	font-size:14px;
	height:calc(100% - 100px);
	overflow-y:auto;
	overflow-y:overlay;
	overflow-x:hidden;
}
@media screen and (min-width: 640px){
	.slide_nav::-webkit-scrollbar {
		width:6px;
		height:6px;
	}
	.slide_nav::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:horizontal {
		border-radius:3px;
		background:#909096;
	}
	.slide_nav::-webkit-scrollbar-button {
		display: none;
	}
	.slide_nav::-webkit-scrollbar-track, ::-webkit-scrollbar-track-piece {
		background: -webkit-gradient(linear,left);
	}
	.slide_nav::-webkit-scrollbar-track-piece {
		background: #202026;
	}
}
.moved.slide_nav {
	transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate(0px, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}
.slide_nav li{
	height:30px;
	line-height:30px;
}
.slide_nav li > a {
	padding:0px 10px;
	color:#fff;
	display: block;
}
.slide_nav li.current > a,.slide_nav li a:hover {
	background:#0188cc;
}
/*slide导航结束*/
.logo{
	color:#fff;
	font-family:AArial,"微软雅黑";
	font-size:14px;
	font-weight:500;
	float:left;
	padding-left:5px;
}
.logo img{
	max-height:40px;
}
.header_right{
	text-align:right;
    line-height:30px;
	float:right;
	padding-top:14px;
}
.header_right img{
	float:right;
	padding:0px 3px;
}
.header_right span{
	padding:5px;
}
.banner{
    max-width:640px;
    margin:0 auto;
    height:92px;
    padding-top:58px;
    text-align:center;
    background:#b14b3f url(../images/bg.jpg) no-repeat center top;
    background-size:100% auto;
}
.banner a{
    height:150px;
    display:block;
}
.main{
    max-width:640px;
    margin:0 auto;
    clear:both;
    background:#fff;
    padding-bottom:15px;
}
.search_wrapper{
    max-width:640px;
    background:#f5f5f5;
    height:85px;
    margin:0 auto;
}
.search_box{
    width:280px;
	height:60px;
	padding:25px 0px 0px 0px;
    margin:0 auto;
}
.text01{
	width:210px;
	height:33px;
	background:#fff;
	padding-left:8px;
    border:1px solid #ccc;
    border-right:0px;
}
.text02{
	width:150px;
    height:28px;
    line-height:28px;
	border:1px solid #ddd;
	padding:0 2px;
    margin-left:3px;
}
.search_button{
	width:55px;
	height:35px;
	cursor:pointer;
    color:#fff;
	background:#00b7ee;
}
.textarea01{
    width:90%;
    height:120px;
    line-height:20px;
    border:1px solid #ccc;
    padding:5px;
    display:inline-block;
    margin-top:8px;
}
.textarea02{
    width:100%;
    height:80px;
    line-height:20px;
    border:1px solid #ccc;
    padding:3px;
    display:inline-block;
}
.button01{
    min-width:100px;
	height:35px;
	background:#00b7ee;
	border:0px;
	cursor:pointer;
	color:#fff;
	text-align:center;
    padding:0px 10px;
    -moz-border-radius:3px; 
    -webkit-border-radius:3px;
	border-radius:3px;
    font-size:14px;
    letter-spacing:3px;
}
.button03{
    background:none;
    margin-left:8px;
    cursor:pointer;
    color:#2b98b9;
}
.content02{
	margin:0 auto;
	padding:25px 0px 0px 300px;
    line-height:28px;
}
.content02 dt{
    width:10%;
    min-height:40px;
    float:left;
    text-align:right;
    display:inline;
}
.content02 dd{
    width:90%;
    min-height:40px;
    float:left;
    text-align:left;
    display:inline;
}
.content03{
	margin:0 auto;
	padding:25px 0px 0px 0px;
    line-height:28px;
}
.content03 dt{
    width:10%;
    min-height:40px;
    float:left;
    text-align:right;
    display:inline;
}
.content03 dd{
    width:90%;
    min-height:40px;
    float:left;
    text-align:left;
    display:inline;
}
.userbox{
    clear:both;
    height:45px;
    width:100%;
    float:left;
}
.name{
    line-height:18px;
    padding-left:5px;
    float:left;
}
.imgbox01{
	width:120px;
	height:110px;
	overflow:hidden;
}
.imgList{
    height:auto;
}
.thumbnail{
    width:100px;
    height:100px;
    overflow:hidden;
    display:inline-block;
    cursor:pointer;
    border:1px solid #eee;
    margin:5px;
    text-align:center;
    vertical-align:middle;
    overflow:hidden;
}
.thumbnail span {
    width:auto;
	height:90px;
	text-align:right;
	padding:5px;
	font-size:14px;
	font-weight:500;
	display:none;
	position:relative;
	color:#fff;
	background:rgb(0,0,0);
    filter:alpha(opacity=30);
    background: rgba(0,0,0,0.3);
	cursor:default;
}
.thumbnail span img:hover{
	cursor:pointer;
}
.thumbnail:hover span{
	display:block;
}
/*列表03*/
.list03{
	width:auto;
	clear:both;
    padding:10px 10px 0px 10px;
}
.list03 ul{
	margin:0px;
}
.list03 li{
	width:33.33333%;
	padding:10px 0px;
	float:left;
}
.list03img{
	height:200px;
	margin:0 auto;
	padding:0px 8px;
    overflow:hidden;
}
.list03img span{
	width:auto;
	height:100%;
	display:none;
	text-align:right;
	position:relative;
	background:rgb(0,0,0);
    filter:alpha(opacity=20);
    background: rgba(0,0,0,0.2);
	z-index:999999;
	margin-right:3px;
}
.list03img:hover span{
	display:block;
}
.list03img a{
	display:block;
	height:220px;
	overflow:hidden;
}
.list03title{
	height:30px;
	line-height:30px;
	margin:0 auto;
	padding:0px 8px;
    text-align:center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list03bar{
	height:18px;
	line-height:16px;
	margin:0 auto;
	padding:0px 8px;
	color:#999;
    text-align:center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list03bar span{
	font-family:Arial;
	font-size:14px;
	font-weight:500;
	vertical-align:middle;
    cursor:pointer;
}
/*列表03*/
/*列表04*/
.list04{
    background:#fff;
    padding:0px 10px 0px 10px;
    clear:both;
}
.list04 li{
	border-bottom:1px dashed #eee;
	padding:15px 0px 0px 0px;
	clear:both;
	min-height:155px;
}
.list04img{
	width:120px;
	height:100px;
	float:left;
	overflow:hidden;
}
.list04img a{
    width:120px;
	height:100px;
    overflow:hidden;
	display:block;
}
.list04rihgt{
    padding-left:125px;
}
.list04title{
	line-height:20px;
	font-size:14px;
	font-weight:600;
	font-family:"微软雅黑";
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-left:10px;
}
.list04content{
	padding-top:10px;
    height:46px;
	text-indent:2em;
	line-height:22px;
    text-align:justify;
	text-justify:inter-ideograph;
    overflow:hidden;
    padding-left:10px;
}
.list04bar{
	padding-top:10px;
	color:#999;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-left:10px;
}
.list04bar a{
    color:#2b98b9;
}
/*列表04*/
/*分页*/
.pagebar{
	padding-top:15px;
	clear:both;
	text-align:center;
	line-height:35px;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:500;
}
.pagebar span{
	height:35px;
	padding:0px 7px;
}
.pagebar span.pageActive{
	font-weight:500;
}
.pagebar span.pageActive a{
	color:#2b98b9;
}
.pagebar span.pageEllipsis{
	background:none;
}
/*分页*/

/*详情页01*/
.detail_main{
	margin:0 auto;
	display:block;
    background:#fff;
    padding:10px 10px 0px 10px;
}
.detail_title{
	line-height:38px;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:500;
	text-align:center;
	background:#fafafa;
	padding:0px 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.detailBar{
	line-height:30px;
	height:30px;
	color:#999;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
	padding-top:10px;
}
.detailBar a{
	color:#999;
}
.detailBar span{
	display: block;
	float:right;
	padding-left:10px;
    font-family:"微软雅黑";
	font-weight:500;
}
.detailBar span a{
	color:#2b98b9;
	margin:0px;
}
.detail_content{
    padding-top:10px;
	line-height:22px;
}
.detail_content img,.detail_file img{
	max-width:100%;
    margin:0 auto;
}
.detail_content p{
	text-indent:2em;
	text-align:justify;
	text-justify:inter-ideograph;
}
.detail_file{
	padding-top:10px;
	text-align:center;
}
.detail_file video{
    max-width:100%;
    margin:0 auto;
}
.headImg01{
    width:36px;
    height:36px;
    float:left;
     -moz-border-radius:18px;
    -webkit-border-radius:18px;
    border-radius:18px;
    overflow:hidden;
}
.headImg01 a {
    height:100%;
    display: block;
}
/*详情页01*/
/*列表评论*/
.DiscussAdd{
    min-height:100px;
    padding:10px 20px 10px 10px;
    background:#f5f5f5;
    margin:15px 10px 15px 10px;
    clear:both;
}
.DiscussAdd li{
    min-height:20px;
    padding-bottom:10px;
}
.DiscussAdd li span{
    line-height:35px;
}
.DiscussAdd_right{
	float:right;
}
.DiscussAdd .imgbox01,.ReplyAdd .imgbox01{
	width:37px;
	height:37px;
	overflow:hidden;
	float:left;
}
.DiscussAdd .imgbox01 .thumbnail,.ReplyAdd .imgbox01 .thumbnail,.ReplyAdd .imgbox01 .thumbnail02{
    width:35px;
    height:35px;
    overflow:hidden;
    display:inline-block;
    cursor:pointer;
    border:1px solid #eee;
    margin:0px;
    text-align:center;
    overflow:hidden;
}
.DiscussAdd .imgbox01 .thumbnail span,.ReplyAdd .imgbox01 .thumbnail02 span {
	width:auto;
	height:30px;
	text-align:center;
	padding:2px;
	font-size:14px;
	font-weight:500;
	display:none;
	position:relative;
	color:#fff;
	background:rgb(0,0,0);
    filter:alpha(opacity=30);
    background: rgba(0,0,0,0.3);
	cursor:default;
}
.imgbox01 .thumbnail span img:hover,.imgbox01 .thumbnail02 span img:hover{
	cursor:pointer;
}
.imgbox01 .thumbnail:hover span,.imgbox01 .thumbnail02:hover span{
	display:block;
}
.Discuss{
	clear:both;
    padding:0px 10px;
}
.Discuss li{
	clear:both;
	min-height:45px;
	padding-bottom:5px;
}
.Discuss_right{
	padding-left:41px;
	width:auto;
	height:auto;
}
.Discuss_centent{
	width:auto;
	height:auto;
	line-height:20px;
}
.Discuss_centent span{
	color:#2b98b9;
}
.Discuss_centent img{
    height:25px;
    display:block;
}
.Discussdate{
	color:#999;
	line-height:20px;
}
.Discussdate a{
	color:#2b98b9;
}
.Discussdate span{
	color:#2b98b9;
	cursor:pointer;
}
.Reply{
	padding-left:36px;
}
.ReplyAdd{
	width:auto;
    padding:0px 20px 0px 0px;
    clear:both;
}
/*列表评论*/
.headImg02{
    width:60px;
    height:60px;
    float:left;
     -moz-border-radius:30px;
    -webkit-border-radius:30px;
    border-radius:30px;
    overflow:hidden;
}
.headImg02 a{
    height:100%;
    display:block;
}
.name02 {
    padding-left:10px;
    line-height: 18px;
    float:left;
}
.bottomfixed{
	width:100%;
	position:fixed;
	bottom:0px;
	z-index:10000;
	height:50px;
	background:#3b4a5a;
	border-top:1px solid #3b4a5a;
}
.bottom{
	max-width:640px;
	height:50px;
	background:#3b4a5a;
	margin:0 auto;
	z-index:10000;
	font-size:14px;
}
.bottom li{
	float:left;
	width:25%;
	height:50px;
	text-align:center;
	z-index:10000;
	font-family:"微软雅黑";
	font-weight:500;
}
.bottom li a{
	display:block;
	height:47px;
    padding-top:3px;
    color:#fff;
}
.bottom i{
    font-size:22px;
    color:#fff;
}
.bottom a.navClass,.bottom a:hover,.bottom a.navClass i,.bottom a:hover i{
	color:#00b7ee;
} 
.h50{
	max-width:640px;
	height:50px;
	margin:0 auto;
}
.loginUser{
    width:80px;
    height:80px;
     -moz-border-radius:40px;
    -webkit-border-radius:40px;
    border-radius:40px;
    overflow:hidden;
    margin: auto;
}
.loginUser a{
    height:100%;
    display:block;
}
.select01{
	display:inline-block;
}
.selectbox-wrapper{
	border:#ccc 1px solid; 
	width:154px;
	position:absolute;
	background:#fff; 
	text-align: left;
    margin:-1px 0px 0px 3px;
    z-index:10000000;
}
.selectbox-wrapper UL LI.selected {
	width:148px;
	background:#f2f2f2;
}
.selectbox-wrapper UL LI.current {
	width:148px;
	background:#f2f2f2;
}
.selectbox-wrapper UL LI {
	padding:3px;
	width:148px ;
	cursor:pointer;
	line-height:18px;
}
.selectbox{ 
    border:none;
	display:inline-block;
	padding-left:4px;
	width:150px; 
	cursor: pointer; 
	height:25px;
    line-height:25px;
	background:url(../images/select.png) no-repeat right center;
    border:1px solid #ccc;
    margin:0px 0px 0px 3px;
}
/*点击弹出窗口开始*/
.clickbtn01{
	cursor:pointer;
}
.overlayerbg {
	background-color:#666;
	position:absolute;
	z-index:99;
	left:0;
	top:0;
	display:none;
	width:100%;
	height:100%;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
.showbox {
	position:absolute;
	width:640px;
	height:auto;
	z-index:100;
	background:#fff;
    display:none;
    margin-left:10px;
}
.showbox_top {
	padding:0px 10px;
	height:38px;
	border-bottom:1px solid #ddd;
    padding-top:7px;
}
.showbox_top .secondary{
    vertical-align:middle;
 }
.close{
    padding-top:7px;
    display:block;
	float:right;
	text-align:right;
	font-family:Arial;
	font-size:15px;
    cursor:pointer;
}
.showbox_content{
	height:342px;
	overflow-y:scroll;
	padding:8px 10px 8px 13px;
}
.showbox_content li{
	width:25%;
	float:left;
	text-align:center;
	float:left;
	display:inline;
	padding:5px 0px;
	overflow:hidden;
}
.popupImg{
    display:block;
	width:100%;
	height:80px;
	cursor:pointer;
	overflow:hidden;
	cursor:pointer;
    margin:0px 5px;
}
.showbox_content span{
	display:block;
	height:20px;
	line-height:20px;
	text-overflow:ellipsis;
    white-space: nowrap;
	overflow:hidden;
	padding:5px 16px 0px 0px;
    color:#999;
}
/*点击弹出窗口结束*

/*点击弹出大图*/
.zoomify {
	cursor:pointer;
	cursor:-webkit-zoom-in;
	cursor:zoom-in
}
.zoomify.zoomed {
	cursor:-webkit-zoom-out;
	cursor:zoom-out;
	padding:0;
	margin:0;
	border:none;
	border-radius:0;
	box-shadow:none;
	position:relative;
	z-index:1501
}
.zoomify-shadow {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	display:block;
	z-index:1500;
	background:rgba(0,0,0,.3);
	opacity:0
}
.zoomify-shadow.zoomed {
	opacity:1;
	cursor:pointer;
	cursor:-webkit-zoom-out;
	cursor:zoom-out
}
/*点击弹出大图*/