/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: '微软雅黑';
	text-decoration: none;
	color: #444;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,textarea{outline:none!important; resize: none;} 

/* clearfix */
.clearfix {
	zoom:1;
}    /*==for IE6/7 Maxthon2==*/
.clearfix:after {
	clear:both;
	content:'';
	display:block;
	width: 0;
	height: 0;
	visibility:hidden;
}

/* main */
.cover{
	background: #00305b;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: none;
}
.cover p{
	color: #fff;
	text-align: center;
	font-size: 13px;
	line-height: 24px;
	margin-top: 150px;
}
.none{
	display: none!important;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}
.hot{
	color: #b40000;
}
a.hot{
	text-decoration: underline;
}

.content_bj{
	position: absolute;
	background: url(../images/detail_bj.jpg) no-repeat bottom center;
	width: 100%;
	height: 520px;
	top: 0;
	left: 0;
	z-index: -1;
}
.icon{
	display: inline-block;
	vertical-align: middle;
}
.icon_pic{
	width: 15px;
	height: 12px;
	background: url(../images/pic_icon.png) no-repeat;
}
.icon_time{
	width: 15px;
	height: 15px;
	background: url(../images/timer_icon.png) no-repeat;
}
.icon_acitve{
	width: 17px;
	height: 20px;
	background: url(../images/user.png) no-repeat;
}
.icon_client{
	width: 19px;
	height: 20px;
	background: url(../images/client.png) no-repeat;
}
.icon_bottom_arr{
	width: 10px;
	height: 10px;
	background: url(../images/bottom_arr.png) no-repeat;
	
}
.icon_bottom_arrow{
	width: 8px;
	height: 8px;
	background: url(../images/nav_bottom_arr.png) no-repeat;
}
.icon_copyright_save{
	width: 18px;
	height: 20px;
	background: url(../images/copyright.png) no-repeat;
}
.icon_follow{
	width: 19px;
	height: 17px;
	background: url(../images/icon_follow.png) no-repeat;
}
.icon_success{
	width: 42px;
	height: 42px;
	background: url(../images/icon_success.jpg) no-repeat;
}
.icon_search{
	width: 20px;
	height: 20px;
	background: url(../images/serch_btn.jpg) no-repeat;
}
.icon_top{
	width: 14px;
	height: 8px;
	background: url(../images/back_top.png) no-repeat -26px 0;
}
.icon_home{
	width: 20px;
	height: 20px;
	background: url(../images/back_top.png) no-repeat 0px 0;
}
.icon_download{
	width: 20px;
	height: 20px;
	background: url(../images/back_top.png) no-repeat 0 -59px;
}
.icon_mine{
	width: 20px;
	height: 21px;
	background: url(../images/back_top.png) no-repeat 0 -117px;
}
.icon_vote{
	width: 20px;
	height: 20px;
	background: url(../images/back_top.png) no-repeat 0 -178px;
}
#index_warp{
	padding-bottom: 30px;
}
/* header nav*/
#header,
#nav{
	width: 100%;
	height: 40px;
	
}
#header{
	background: url(../images/header-bg.jpg);
	border-bottom: 1px solid #E4E4E4;
}
#header .header-content,
#nav .nav-content{
	width: 1000px;
	margin: 0 auto;
}
#header .header-content ul li,
#nav .nav-content ul li{
	float: left;
	/* padding: 0 8px; */
	line-height: 40px;

}
#header .header-content ul li.line a,
#nav .nav-content ul li.line a{
	cursor: default;

}
#header .header-content ul li>a,
#nav .nav-content ul li>a{
	font-size: 12px;
	padding: 0 8px;
	display: block;
}
#header .header-content ul li>a{
	font-family: simsun;
}
#header .header-content ul li>a:hover{
	color: #1E63B0;
}
#header .header-content ul li#topmore>a:hover{
	background: #ccc;
}
#header .header-content ul li#topmore{
	position: relative;
}
#header .header-content ul li#topmore span{
  display: none;
  background: #fff;
  border-bottom: solid 1px #dfdfdf;
  border-right: solid 1px #dfdfdf;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.2);
  left: 0;
  position: absolute;
  top: 40px;
  width: 156px;
  z-index: 9999;
}
#header .header-content ul li#topmore span a{
	border-left: solid 1px #dfdfdf;
  border-top: solid 1px #dfdfdf;
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 51px;
  font-size: 12px;
}

#header .header-content ul li#topmore span a:hover{
	background: #1E63B0;
	color: #fff;
}
#header .header-content ul li#topmore span a.long{
	width: 77px;
}
#header .header-content .icon_bottom_arrow{
	margin-bottom: 3px;
	margin-left: 3px;
	transition: all 0.2s ease-in 0s;
}
#header .header-content ul li#topmore:hover .icon_bottom_arrow{
	transform: rotate(180deg);
	background: url(../images/nav_top_arr.png) no-repeat\9;
}
#logo{
	width: 1000px;
	margin: 0 auto;
	padding: 19px 3px;
}
#nav{
	background: #c82f36 url(../images/nav_bj.jpg) no-repeat top center;
}
#nav .nav-content ul li a{
	font-size: 14px;
	color: #fff;
}

#nav .nav-content ul li .icon_acitve,
#nav .nav-content ul li .icon_client{
	margin-top: -3px;
	margin-right: 5px;
}
#nav .nav-content ul li .icon_acitve{
	margin-top: -4px;
}

/*------------------------ 分页 -----------------------------*/
.pagination{
	text-align: center;
	padding: 0px 0 40px;
}
.pager a, .pager span{
	font-size: 15px;
	border-color: #ddd;
	color: #aaa;
	font-weight: normal;
}
.pager span.current{
	background: #efefef;
	font-weight: 700;
	color: #999;
	border-color: #ddd;
}
.pager span.current:hover{
	cursor: default;
}
.pager a:hover, 
.pager span:hover{
	background: #efefef;
	border-color: #ddd;
	color: #aaa;
}
.pager .pg-prev[disabled='true'], .pager .pg-next[disabled='true'],
.pager .pg-prev[disabled='true'], .pager .pg-prev[disabled='true']:hover,
.pager .pg-next[disabled='true'], .pager .pg-next[disabled='true']:hover{
	cursor: not-allowed;
}

.pager .pg-first:hover, .pager .pg-prev:hover, .pager .pg-next:hover, .pager .pg-last:hover{
	background: url(../plugins/pagination/images/page_bg.jpg) 0 0 no-repeat;
}
.pager .pg-first:hover, .pager .pg-prev:hover{
	background-position: 0 -28px;
}
.pager .pg-next:hover, .pager .pg-last:hover{
	background-position: -29px -28px;
}

/* --------------------------------- 分享 ----------------------------------------- */
/*图片预览按钮*/
.vote_img_box .social-share-icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 32px;
    border: 1px solid #666;
    color: #666;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s;
}
.vote_img_box .social-share-icon {
    background: #999;
    border-color: #999;
    color: #fff;
}
.vote_img_box a {
    position: relative;
    text-decoration: none;
    margin: 4px;
    display: inline-block;
    outline: none;
}
/*图片预览按钮 end*/
.social-share .social-share-icon{
	background: #999;
	border-color: #999;
	color: #fff;
}
.iconfont.icon-tieba{
  width: 32px;
  height: 32px;
  font-size: 20px;
  line-height: 32px;
  background: #999;
	border-radius: 50%;
	border: 1px solid #999;
	color: #fff;
	transition: background 0.6s ease-out 0s;
	text-align: center;
}
.iconfont.icon-tieba:hover{
	background: #1784ff;
}
.iconfont.icon-id:hover{
	background: #DF6268;
}

/* footer */
.footer{padding-top:35px;background:#fff;}
.footer .wrap{margin-top:0;font-size:12px;background:#fff;}

#page_bottom .cntv_footer_hdc{border-top:none;margin:0 auto;width:1000px;}
#page_bottom .cntv_footer {background: none repeat scroll 0 0 transparent;border-top: 1px solid #FCFCFD;clear: both;color: #333333;margin: 0 auto;min-height: 10px;width: 1000px;
}
#page_bottom .cntv_footer a{color:#333333;margin:0 1px;}
#page_bottom .cntv_footer .bottom_link{line-height:52px;text-align:center;font-family:"宋体";}
#page_bottom .cntv_footer .bottom_link a{padding:0 2px 0 4px;}
#page_bottom .cntv_footer .bottom_copyright{width:830px;margin:0 auto;padding-bottom:16px;_height:1px;min-height:1px;font-family:"宋体";font-size:12px;}
#page_bottom .cntv_footer .bottom_copyright .icon_copyright_save{margin-top: -1px; margin-right: 2px;}
#page_bottom .cntv_footer .bottom_copyright p{float:left;/* width:530px; */_display:inline;text-align:center;line-height:22px;font-size:12px;}
#page_bottom .cntv_footer .bottom_copyright .copyright_gongshang_logo{float:right;margin-top:10px;}
#page_bottom .cntv_footer .bottom_copyright .copyright_wangjing_logo{float:right;margin-top:9px;}


.aLink,.aLinks{
	cursor: pointer;
}

/*加载中*/
.spinner-loading {
	margin: 100px auto 0;
	width: 150px;
	text-align: center;
}

.spinner-loading > div {
	width: 10px;
	height: 10px;
	background-color: #cf5454;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1s infinite ease-in-out;
	animation: bouncedelay 1s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	margin-right: 5px;
}

.spinner-loading .bounce1 {
	-webkit-animation-delay: -0.36s;
	animation-delay: -0.36s;
}

.spinner-loading .bounce2 {
	-webkit-animation-delay: -0.24s;
	animation-delay: -0.24s;
}
.spinner-loading .bounce3 {
	-webkit-animation-delay: -0.12s;
	animation-delay: -0.12s;
}
@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
	0%, 80%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 40% {
		  transform: scale(1.0);
		  -webkit-transform: scale(1.0);
	  }
}

b, optgroup, strong {
    font-weight: 700;
    color: inherit;
}
