﻿@charset "utf-8";
/* CSS Document */
html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,menu,nav,section,time,mark,audio,video,details,summary {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	
}
.wp-smiley{height: 100% !important;max-height: 100% !important;}
img,object,embed {
	max-width:100%;
}

ol, ul {
	list-style: none;
}

body {
	
	background: url(../images/bg.png) repeat-x #f3f3f3;
	font: normal 14px "Microsoft Yahei";
}
.colorbg {
	width: 100%;
	height: 50px;
	background: url(../images/color_bg.png) center;
	position: fixed;
	top: 0;
	z-index: 999;
	left: 0;
}
.nav {
	width: 1000px;
	height: 177px;
	background: url(../images/nav.png) center;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.nav a {
	display: block;
	width: 120px;
	height: 50px;
	position: absolute;
	text-indent: -99999em;
	top: 45px;
}
.nav a.a {
	left: 55px;
}
.nav a.b {
	left: 175px;
}
.nav a.c {
	left: 295px;
}
.nav a.d {
	left: 555px;
}
.nav a.e {
	left: 675px;
}
.nav a.f {
	left: 795px;
}
.header_bg {
	width: 100%;
	height: 370px;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	background: url(../images/header_bg.png) center top no-repeat;
}
.container {
	width: 960px;
	height: auto;
	margin: 173px auto 0 auto;
}
.warp {
	width: 100%;
	height: auto;
	margin: 0px 0 15px 0;
}
.indexnews {
	width: 100%;
	height: 280px;
}
.banner {
	width: 570px;
	height: 280px;
	float: left;
	background: #000;
	position: relative;
}
.login {
	width: 200px;
	height: 230px;
	position: absolute;
	background: rgba(0,0,0,0.5);
	z-index: 9999;
	top: 30px;
	left: 20px;
}
.login h1 {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	width: auto;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	background: #000;
}
.login h1>span {
	font-size: 12px;
	color: #ccc;
}
.warp>h1>span {
	color: #ccc;
	font-size: 12px;
	
}
.login-box {
	padding: 15px;
	color: #ececec;
}

.login-box .btn {
	border-radius: 10px;
	margin-bottom: 15px;
	width: 100%;
	height: 40px;
	color: #fff;
	line-height: 40px;
	background: #000;
	text-align: center;
	cursor: pointer;
}
.btn.orange {
	background: #FFE500;
	color: #000;
}
.btn:hover {
	color: #fff;
	background: #ffae00;
}
.warp>h1 {
	font-size: 16px;
	color: #666;
	margin-bottom: 15px;
}
.warp>.download {
	width: 960px;
	height: 120px;
	overflow: hidden;
}
.warp>.download li{
	width: 280px;
	padding: 20px;
	float: left;
	height: 80px;
	background-image: url(../images/download_icon.png);
	background-repeat: no-repeat;
	background-position: 20px 80px;
	position: relative;
	cursor: pointer;
}
.side_content .download {
	height: 180px;
}
.side_content .download li {
	height: 40px;
	padding: 10px;
	position: relative;
	cursor: pointer;
}
.side_content .download li h1 {
	margin: 0;
	padding: 0;
	font-weight: 300
}
.download_pic {
	transition: all ease .5s;
}
.download li .loading {
	height: 5px;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	transition: all ease .5s;
}
.download li.first {
	background-color: #1facc1;
}
.download li.first>span {
	color: #3dd1e7;
}
.download li.first>.loading {
	background-color: #3dd1e7;
}
.download li.first>.download_pic {
	background: url(../images/num1_pic.png);
	width: 110px;
	height: 134px;
	position: absolute;
	right: 0;
	top: 0;
}
.download li.second {
	background-color: #ffc002;
}
.download li.second>span {
	color: #ffebb0;
}
.download li.second>.loading {
	background-color: #ffebb0;
}
.download li.second>.download_pic {
	background: url(../images/num2_pic.png);
	width: 183px;
	height: 134px;
	position: absolute;
	right: 0;
	top: 0;
}
.download li.third {
	background-color: #9cc00c;
}
.download li.third>span {
	color: #cbe75a;
}
.download li.third>.loading {
	background-color: #cbe75a;
}
.download li.third>.download_pic {
	background: url(../images/num3_pic.png);
	width: 129px;
	height: 137px;
	position: absolute;
	right: 0;
	top: 0;
}
.download li:hover .download_pic {
	transform: scale(1.2);
	transition: all ease .5s;
}
.download li:hover .loading {
	transition: all ease .5s;
	width: 100%;
}
.download li h1 {
	font-size: 18px;
	color: #fff;
}
.download li span {
	font-size: 12px;
}
.player_photo {
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.player_photo ul {
	list-style: none;
	float: left;
	width: 5000px;
	
}
.player_photo ul li {
	width: 192px;
	height: 192px;
	padding: 4px;
	background: #fff;
	float: left;
	margin-right: 10px;
}
.notice {
	width: 960px;
	height: auto;
	background: #fff;
	color: #aeaeae;
	line-height: 60px;
	text-align: center;
}
.slider_btn {
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
	text-align: center;
}
.slider_btn a {
	border-radius: 50%;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	display: inline-block;
	margin: 5px 2px;
	background: #6ae5ff;
	opacity: 0.5;
	border: 2px solid #fff;
}
.slider_btn a.current {
	background: #6ae5ff;
	opacity: 1;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
div.news_container {
	float: left;
	width: 390px;
	height: 280px;
	background: #1facc1;
}
.news {
	background: #1facc1;
	width: 390px;
	height: 230px;
	padding-top: 50px;
	position: relative;
}
.newslist {
	width: 100%;
	float: left;
	margin-top: 10px;
	height: 220px;
	position: relative;
	display: none;
}
.newslist li {
	width: auto;
	padding: 0 15px;
	line-height: 27px;
	margin: 0 15px;
	list-style: none;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	border-bottom: 1px dashed #ececec;
	background: url(../images/dot.png) no-repeat left center;
	color: #FFF;
	position: relative;
}
.newslist li:first-child {
	background: #0b758e;
	line-height: 40px;
	margin-bottom: 5px;
	overflow: hidden;
	font-size: 16px;
	text-align:center;
	border-bottom: none;
}
.newslist li:last-child {
	border-bottom: none;
}
.newslist li:first-child:after {
	content: "HOT";
	position: absolute;
	right: 0;
	top: 0px;
	
	width: 40px;
	height: 20px;
	background: #ffae00;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.newslist li a {
	color: #fff;
	text-decoration: none;
}
.news_tab {
	position: absolute;
	left: 0px;
	height: 50px;
	top: 0px;
	
}
.news_tab li {
	width: 130px;
	text-align: center;
	color: #fff;
	font: normal 16px/50px "Microsoft Yahei";
	float: left;
	list-style: none;
	position: relative;
	background: url(../images/tab_bg.png);
}
.news_tab li:hover,.current_tab  {
	background: url(../images/tab_bg.png) -130px 0 !important;
}
.breadcrumb {
	width: 910px;
	height: 30px;
	line-height: 30px;
	background: url(../images/breadcrumbnavigation.png);
	padding: 10px 25px;
	font-size: 12px;
	color: #fff;
}
.breadcrumb a {
	color: #fff;
	text-decoration: none;
}
.sidebar {
	width: 250px;
	padding: 0 15px;
	height: auto;
	background: #fff;
	float: left;
}
.main {
	width: 665px;
	
	background: #fff;
	float: right;
}
.main h1{
	text-align: center;
	margin: 0 0 15px 0px;
	font-size: 18px;
	overflow: hidden;
	text-align: left;
	padding-left: 15px;
	font-weight: normal;
	background: #1facc1;
	color: #fff;
	height: 50px;
	line-height: 50px;
	border-left: 5px solid #ffae00;
}
.page_info {
	line-height: 24px;
	border-top: 3px solid #ffae00;
	background: #1facc1;
	padding: 15px;
	color: #fff;
	text-align: left;
}
.page_text {
	margin-bottom: 15px;
	min-height: 500px;
	padding: 0 15px;
	line-height: 1.7em;
}
.page_text p {
	margin-bottom: 1.7em;
}
.side_content {
	line-height: 24px;
	border-bottom: 1px dashed #ececec;
	padding-bottom: 15px;
	color: #666;
}
.common_list {
	width: auto;
	line-height: 25px;
}
.common_list li {
	width: auto;
	position: relative;
	border-bottom: 1px solid #ececec;
	padding-left:25px;
	padding-right: 10px;
	background:url(../images/list_blue_dot.png) no-repeat 5px 50%;
}
.page_text .common_list li:nth-child(2n) {
	background-color: #EBF9FF;
}
.page_text .common_list {
	margin-bottom: 20px;
}
.page_text .common_list li {
	background:url(../images/dot.png) no-repeat 10px 50%;
	border:none;
	line-height: 30px;
}
/* 分类 */
.categorylist {
	margin: 10px 0;
	padding: 0;
	width: auto;
	float: left;
	position: relative;
}
.categorylist>li {
	width: 115px;
	text-align: center;
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	background: #13CAEB;
	transition: ease .2s all;
	margin-bottom: 10px;
}
.categorylist>li:hover {
	background: #0E95AD;
	transition: ease .2s all;
}
.categorylist>li:hover .children {
	display: block;
}
.categorylist>li.current-cat {
	background: #FFBD16;
}
.categorylist>li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.categorylist>li a:link,.categorylist>li a:visited, .categorylist>li a:hover, .categorylist>li a:active {
	color: #fff;
}
.categorylist .children {
	width: 115px;
	font-size: 14px;
	position: absolute;
	background: #13CAEB;
	display: none;
	z-index: 999;
}
.categorylist .children li {
	float: left;
	width: 100%;
	height: 36px;
	line-height: 36px;
}
.categorylist .children li:hover {
	background: #0E95AD;
}
.pagenavi *{
	padding: 5px 10px;
	border: 1px dashed #ececec;
}
.pagenavi .current {
	background: #13caeb;
	border: 1px solid #13caeb;
	color: #fff;
}
a {color:#333; text-decoration: none;}
.clearfix {
	zoom: 1;
	clear: both;
	visibility: hidden;
}
.sidebar h1 {
	margin: 15px 0;
}
.footer {
	width: 100%;
	background: #000;
	height: 180px;
	margin-top: 30px;
	line-height: 180px;
	text-align: center;
	color: #fff;
}

/* =Comments
––––––––––––––––––––––––––––––––––*/
.comments-area {
  margin-top: 30px;
}
.comments-area .comment-header {
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.comments-area .comment-header .comment-title {
  display: inline-block;
  font-size: 18px;
  padding-bottom: 8px;
  margin: 0 0 -1px 0;
  border-bottom: 2px solid #57ad68;
}
.comments-area .form-message {
  width: 100% !important;
}

#comment-nav-below .nav-previous {
  float: left;
}
#comment-nav-below .nav-next {
  float: right;
}

.comment-respond {
  margin-top: 30px;
}
.comment-respond .comment-reply-title {
  margin: 0 0 10px 0;
  font-size: 18px;
}

.comment-form #submit {
  float: right;
}

.comments-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments-list > li {
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 15px;
}
.comments-list > li .commentator-avatar-wrap {
  float: left;
}
.comments-list > li .commentator-avatar {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 3px;
  background: url("images/default_user.png") 0 0 no-repeat;
}
.comments-list > li .commentator-avatar img {
  width: 48px;
  height: auto;
  border-radius: 3px;
}
.comments-list > li .comment-body {
  position: relative;
  margin-left: 60px;
  overflow: visible;
}
.comments-list > li .comment-body .comment-heading {
  font-size: 13px;
  line-height: 1;
  color: #999;
  margin-bottom: 10px;
}
.comments-list > li .comment-body .comment-heading .comment-reply-link {
  color: #999;
}
.comments-list > li .comment-body .comment-heading .comment-reply-link:hover {
  color: #57ad68;
}
.comments-list > li .comment-body .comment-author {
  color: #111;
  font-weight: 500;
}
.comments-list > li .comment-body .comment-byauthor {
  background: #57ad68;
  color: #fff;
  border-radius: 2px;
  padding: 3px 8px;
}
.comments-list ul.children {
  position: relative;
  margin: 0 0 0 45px;
  padding: 0;
  list-style: none;
}
.comments-list ul.children > li {
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 15px;
}
.comments-list ul.children > li .commentator-avatar-wrap {
  float: left;
}
.comments-list ul.children > li .commentator-avatar {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 3px;
  background: url("images/default_user.png") 0 0 no-repeat;
}
.comments-list ul.children > li .commentator-avatar img {
  width: 48px;
  height: auto;
  border-radius: 3px;
}
.comments-list ul.children > li .comment-body {
  position: relative;
  margin-left: 60px;
  overflow: visible;
}
.comments-list ul.children > li .comment-body .comment-heading {
  font-size: 13px;
  line-height: 1;
  color: #999;
  margin-bottom: 10px;
}
.comments-list ul.children > li .comment-body .comment-heading .comment-reply-link {
  color: #999;
}
.comments-list ul.children > li .comment-body .comment-heading .comment-reply-link:hover {
  color: #57ad68;
}
.comments-list ul.children > li .comment-body .comment-author {
  color: #111;
  font-weight: 500;
}
.comments-list ul.children > li .comment-body .comment-byauthor {
  background: #57ad68;
  color: #fff;
  border-radius: 2px;
  padding: 3px 8px;
}

.comment-form-comment #comment {
  width: 100% !important;
}
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}.comment-content a {
  word-wrap: break-word;
}.inner-clear:before, .container:before, .container-fluid:before, .row:before, .row-fluid:before, .site:before, .clearfix:before, .site-content:before, .author-box:before, .post-item:before, .comments-area .form-submit:before, #comment-nav-below:before, .widget .widget-head:before, .widget-recent ul.recent-posts li:before, .widget_stream-list .posts-list ul li:before, .inner-clear:after, .container:after, .container-fluid:after, .row:after, .row-fluid:after, .site:after, .clearfix:after, .site-content:after, .author-box:after, .post-item:after, .comments-area .form-submit:after, #comment-nav-below:after, .widget .widget-head:after, .widget-recent ul.recent-posts li:after, .widget_stream-list .posts-list ul li:after {
  content: " ";
  display: table;
}
.inner-clear:after, .container:after, .container-fluid:after, .row:after, .row-fluid:after, .site:after, .clearfix:after, .site-content:after, .author-box:after, .post-item:after, .comments-area .form-submit:after, #comment-nav-below:after, .widget .widget-head:after, .widget-recent ul.recent-posts li:after, .widget_stream-list .posts-list ul li:after {
  clear: both;
}