﻿@charset "utf-8";

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}
body, input, button, select, input, textarea {
	font-family: hiragino sans gb, microsoft yahei, arial, sans-sarif;
	font-size: 14px;
	color: #3a3f4c;
	background: #ffffff;
}
a {
	color: #3a3f4c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.cf{*zoom: 1;}
.cf:after{content: '.';display: block;clear: both;height: 0;visibility: hidden;overflow: hidden;}
:focus{outline: none;}

#header {
	position: relative;
	z-index: 1;
	background: #fbfbfd url(../img/header.png) repeat-x 0 top;
	border-bottom: 1px solid #d8d8d8;
}
#header .header_inset {
	overflow: hidden;
	margin: auto;
	width: 980px;
}
#header .users_bar {
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	color: #404a58;
}
#header .users_bar a {
	color: #898989;
}
#header .users_bar a.login {
	display: inline-block;
	*display: inline;;
	*zoom:1;
	vertical-align: middle;
	padding: 2px 5px;
	height: 16px;
	line-height: 16px;
	color: #457EB9;
	background: #e2ebf7;
	border: 1px solid #cdd5e0;
	background-image: -ms-linear-gradient(top, #FFF, #e2ebf7);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#e2ebf7));
	background-image: -moz-linear-gradient(top, #FFF, #e2ebf7);
	background-image: -o-linear-gradient(top, #FFF, #e2ebf7);
	background-image: linear-gradient(top, #FFF, #e2ebf7);
	background-repeat: repeat-x;
}
#header .users_bar a.login:hover {
	background: #5dabff;
	color: #FFF;
	border-color: #6da0d7;
}
#header .links {
	color: #898989;
	float: right;
}
#header .links img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -1px;
}
#header .links a {
	margin-right: 3px;
}
#header .logo a {
    float: left;
    margin-top: 15px;
    width: 180px;
    height: 42px;
    background: url(../img/logo.png) no-repeat;
    text-indent: -999em;
    overflow: hidden;
}
#header .logo a:hover {
	text-decoration: none;
}
#header .nav {
	float: right;
}
#header .nav li,
#header .nav li a {
	float: left;
}
#header .nav li a {
	padding:0 15px;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	font-weight: bold;
	color: #525252;
	border-bottom: 2px solid #fafafc;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all0.3s linear;
	transition: all 0.3s linear;
}
#header .nav li a:hover {
	color: #2186e7;
	text-decoration: none;
	/*border-color: #d8d8d8;*/
}
#header .nav li.last a {
	padding-right: 0;
}
#header .nav li a.current {
	border-color: #5095d7;
	cursor: default;
}
.nav .icon, .nav [class^="icon_"],
.nav [class*=" icon_"] {
    width: 16px;
    height: 16px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    margin-right: 5px;
    background: url(../img/new_sprite.png) no-repeat;
}
.nav .icon_new {
    width: 21px;
    height: 16px;
    text-indent: -999em;
    font-size: 0;
    margin-left: 5px;
    background-position: -100px -40px;
}
#banner {
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
	background: url(../img/banner.jpg) center top no-repeat;
	/*box-shadow: inset 0 2px 2px rgba(0, 0, 0, .08);*/
}

#banner .banner_inset {
	position: relative;
	width: 1005px;
	height: 555px;
	margin: 0 auto;
}
#banner .tabs {
	position: absolute;
	left: 0;
	top: 290px;
	z-index: 3;
}
#banner .tabs a {
	float: left;
	width: 102px;
	height: 106px;
	text-indent: -999em;
	overflow: hidden;
	cursor: default;
}
#banner .tabs a.default {
	display: none;
}
#banner .tab a.publish{
	background-position: 0 0
}
#banner .tabs a.tags {
	background-position: -102px 0;
}
#banner .tabs a.real_time {
	background-position: -205px 0;
	width: 98px;
}
#banner .tabs a.users {
	background-position: -307px 0;
	width: 96px
}
#banner .tabs a.select {
	background-position: -409px 0;
	width: 94px
}
#banner .tabs a.publish:hover,
#banner .tabs a.publish.current {
	background-position: 0 -114px;
}
#banner .tabs a.tags:hover,
#banner .tabs a.tags.current {
	background-position: -102px -114px;
}
#banner .tabs a.real_time:hover,
#banner .tabs a.real_time.current {
	background-position: -205px -114px;
}
#banner .tabs a.select:hover,
#banner .tabs a.select.current {
	background-position: -409px -114px;
}
#banner .tabs a.users:hover,
#banner .tabs a.users.current { 
	background-position: -307px -114px;
}
#banner .tab_content {
	height: 100%;
	z-index: -1;
}
#banner .tab_content li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
}
#banner .tab_content li.show {
	visibility: visible;
}
#banner .tab_content .bg {
	width: 473px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	/*-webkit-filter: blur(1px);
	transition: -webkit-filter 1s linear;*/
	
}
#banner .tab_content .bg_inset {
	opacity: 0;
	height: 100%;
}
#banner .tab_content li.show .bg {
	/*-webkit-filter: blur(0);*/
}
#banner .tab_content li.show .bg_inset {
	-webkit-animation-duration:3.2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-name:bg_inset;
}
@media screen and (max-width: 980px) {
	#banner .tab_content .bg {
		display: none;
	}
}
#banner .tab_content h4,
#banner .tab_content h5 {
	float: left;
	clear: both;
	position: relative;
	z-index: 2;
	
	opacity: .1;
	-webkit-filter: blur(10px);
	-webkit-transform: scale(.8, .8) rotateX(180deg);
	/*-webkit-transform: scale(0, 0);*/
	transition: all .3s .04s linear;
}
#banner .tab_content h4 {
	margin-top: 150px;
	font-size: 46px;
}
#banner .tab_content h5 {
	font-size: 24px;
}
#banner .tab_content li.show h4,
#banner .tab_content li.show h5 {
	color: #000;
	opacity: 1;
	-webkit-filter: blur(0);
	-webkit-transform: scale(1, 1) rotateX(0deg);
	-webkit-transform: scale(1, 1);
}
#banner .main_link {
	width: 340px;
	text-align: center;
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 0;
	margin-left: -170px;
}
#banner .main_link a {
	overflow: hidden;
	position: relative;
	margin: 0 3px;
	float: left;
	text-indent: -999em;
	width: 156px;
	height: 51px;
	overflow: hidden;
	text-align: left;
	border-radius: 5px;
	background: url(../img/home_sprite.png) no-repeat;
}
#banner .main_link a:after {
	display: block;
	content: ' ';
	position:absolute;
	top:-50px;
	left:-100px;
	width:30px;
	height:200px;
	z-index:2;
	background:rgba(255,255,255,.3);
	-webkit-transform:rotate(45deg);
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
}
@-webkit-keyframes flash{
  100% {
    left:1000px;
  }
}
#banner a .icon_new{
	display: block;
	width: 25px;
	height: 13px;
	background: url(../img/home_sprite.png) no-repeat -17px -240px;
	position: absolute;
	right: 9px;
	top: 7px
}
#banner .main_link a:hover:after {
	-webkit-animation-name:flash;
}
#banner .main_link a.start {
	background-position: 0 0;
}
#banner .main_link a.start_demo {
	background-position: -180px 0;
}
#banner .main_link a.view {
	background-position: 0 -120px;
}
#banner .main_link a.start:hover {
	background-position: 0 -60px;
}
#banner .main_link a.start_demo:hover {
	background-position: -180px -60px;
}
#banner .main_link a.view:hover {
	background-position: 0 -180px;
}
@-webkit-keyframes bg_inset{
	0% {
	  opacity: 0;
	}
	50% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
}

#main {
	width: 980px;
	margin: 0 auto;
}
#footer {
	margin-top: 50px;
	border-top: 3px solid #206cb6;
	background: #18181a url(../img/footer.png);
	color: #9c9c9c;
	text-shadow: 0 1px 0 #000;
}
#footer .footer_inset {
	position: relative;
	width: 980px;
	padding: 70px 0;
	margin: auto;
}
#footer a {
	color: #9c9c9c;
}
#footer .mta_logo {
	display: inline-block;
	*display: inline;
	*zoom:1;
	width: 16px;
	height: 16px;
	margin-right: 3px;
	margin-top: -1px;
	font-size: 0;
	vertical-align: middle;
	background: url(../img/home_sprite.png) no-repeat 0 -240px;
}
#footer .mta_logo1 {
	display: inline-block;
	*display: inline;
	*zoom:1;
	width: 16px;
	height: 16px;
	margin-right: 3px;
	margin-top: -1px;
	font-size: 0;
	vertical-align: middle;
	background: url(../img/peixunzhongxin.png) no-repeat;
}
#footer .mta_logo2 {
	display: inline-block;
	*display: inline;
	*zoom:1;
	width: 16px;
	height: 16px;
	margin-right: 3px;
	margin-top: -1px;
	font-size: 0;
	vertical-align: middle;
	background: url(../img/renhang.png) no-repeat;
}
#footer .add_wechat {
	position: absolute;
	top: 40px;
	right: 0px;
	text-align: center;
}
#footer .add_wechat h6 {
	position: absolute;
	width: 100%;
	bottom: -30px;
	left: 0;
}
#footer .add_wechat .code {
	font-size: 0;
}
#footer .add_wechat .code img {
	width: 100px;
	height: 100px;
}
#footer .link {
	padding-bottom: 20px;
}
#footer .link i {
	padding: 0 10px;
	font-style: normal;
}
#footer .copyright {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #676767;
	font-size: 12px;
}
#footer .copyright a {
	color: #676767;
	font-weight: bold;
}
#footer .copyright i {
	font-style: normal;
}
#footer .copyright .bg {
	font-size: 0;
	height: 1px;
	margin-bottom: 15px;
	background: #000;
	border-bottom: 1px solid #2b2b2e;
}
#footer .widgets {
	position: fixed;
	right: 0;
	bottom: 30px;
	height: 110px;
}

#footer .support,#footer .qq_service {
	display: block;
	height: 33px;
	text-indent: -999em;
	background: url(../img/sprite_feedback.png);
}
#footer .support{
	background-position: 0 -33px;
}
#footer .qq_service {
	background-position: 0 0;
}
#footer .support:hover{
	background-position: 0 -99px;
}
#footer .qq_service:hover{
	background-position: 0 -66px;
}
#footer .feedback{
	width: 35px;
	height: 66px;
}
#footer .feedback:hover{
	width: 98px;
	-webkit-transition:height .2s;
	transition:width .2s;
}

#footer .top {
	position: fixed;
	right: 0;
	margin-top: 10px;
	display: block;
	width: 35px;
	height: 34px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../img/sprite_feedback.png) 0 -132px no-repeat;
}

#footer .support a:hover,
#footer .top {
	opacity: 1;
}
#main h3.title {
	height: 40px;
	font-size: 18px;
	font-family: hiragino sans gb, microsoft yahei, arial, sans-sarif;
	color: #000;
}
.mod_news {
	margin-bottom: 45px;
}
.mod_news .content {
	position: relative;
	width: 207px;
	height: 181px;
	margin-left: 773px;
	/*background: #FFF url(../img/home_sprite.png) no-repeat -320px -240px;*/
}
.mod_news a {
	clear: both;
	float: right;
	display: block;
	width: 205px;
	height: 59px;
	color: #000;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #cdd3da;
}
.mod_news a.last{
	height: 58px;
	border-bottom: 1px solid #cdd3da
}
.mod_news a.current {
	color: #207def;
	width: 204px;
	border-right: 2px solid #2186e7;
	/*background: #f8f8fa url(../img/home_sprite.png) no-repeat -80px -240px;*/
}
.mod_news a img {
	width: 773px;
	height: 180px;
	position: absolute;
	left: -773px;
	top: 0;
	opacity: 0;
	/*-webkit-filter: blur(2px); */
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all0.3s linear;
	transition: all 0.3s linear;
}
.mod_news a.current img {
	z-index: 2;
	/*-webkit-filter: none;*/
	opacity: 1;
}
.mod_news a:hover {
	text-decoration: none;
}

.mod_news a h4,
.mod_news a h5 {
	margin: 0 0 0 21px;
	line-height: 1.1;
	font-family: hiragino sans gb, microsoft yahei, arial, sans-sarif;
	overflow:hidden; 
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mod_news a h4 {
	line-height: 59px;
	font-size: 16px;
	font-weight: bold;
	color: #323232;
	cursor: pointer;
}
.mod_news a.current h4{
	color: #207def
}
.mod_news a h5 {
	margin-top: 3px;
	font-size: 14px;
}

.mod_help,
.mod_operation {
	width: 250px;
}
.mod_help,
.mod_operation,
.mod_evaluate {
	height: 275px;
}
.mod_help .img,
.mod_operation .img {
	height: 127px;
	background: url(../img/helper.jpg) no-repeat;
}
.mod_help .img {
	background-position: 0 0;
}
.mod_operation .img {
	background-position: -260px 0;
}
.mod_help .img span,
.mod_operation .img span {
	display: block;
	padding-top: 100px;
	margin: 0 10px;
}
.mod_help ul,
.mod_operation ul {
	margin-top: 5px;
}
.mod_help li,
.mod_operation li {
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	background: url(../img/li.png) no-repeat left center;
	overflow:hidden; 
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mod_help {
	float: left;
}
.mod_operation {
	margin-left: 335px;
}
.mod_evaluate {
	width: 310px;
	float: right;
}
.mod_evaluate .tabs {
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0;
}
.mod_evaluate .tabs a {
	margin-right: 15px;
	padding: 1px;
	display: inline-block;
	*display: inline;
	*zoom:1;
	font-size: 0;
	border: 1px solid #f3f4f6;
	background: #FFF;
	opacity: .7;
	filter: alpha(opacity=70);
}
.mod_evaluate .tabs a.current {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mod_evaluate .tabs a img {
	width: 90px;
	height: 90px;
}
.mod_evaluate .tab_content {
	display: none;
	margin-top: 15px;
}
.mod_evaluate .tab_content.show {
	display: block;
}
.mod_evaluate .tab_content h4 {
	font-weight: bold;
}
.mod_evaluate .tab_content h4 b {
	margin: 0 10px; 
	font-weight: normal;
	color: #d8d8d8;
}
.mod_evaluate .tab_content p {
	margin-top: 10px;
	line-height: 1.8;
}
.mod_link {
	overflow: hidden;
	clear: both;
	margin-top: 40px;
}
.mod_link .content {
	margin-top: 5px;
	position: relative;
}
.mod_link button {
	position: absolute;
	top: 14px;
	width: 22px;
	height: 22px;
	border: 0 none;
	overflow: hidden;
	text-indent: -999em;
	background: url(../img/home_sprite.png) no-repeat;
	cursor: pointer;
}
.mod_link button.prev {
	left: 0px;
	background-position: -360px 0;
}
.mod_link button.next {
	right: 0;
	background-position: -400px 0;
}
.mod_link button.disabled {
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: default;
}
.mod_link .list {
	margin: 0 28px;
	height: 50px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0;
}
.mod_link .list li {
	*zoom:1;
	display: inline;
}

.mod_link .list li img {
	border: 0 none;
	width: 154px;
	height: 50px;
}

/** 新闻列表模块 */
.mod_list_news .title {
	display: none;
}
.mod_list_news .item {
	padding: 45px 0 20px 0;
	border-bottom: 1px dashed #d8d8d8;
}
.mod_list_news h3 {
	padding-left: 52px;
	font-size: 18px;
	font-weight: bold;
	color: #292d37;
}
.mod_list_news h3 a {
	color: #292d37;
}
.mod_list_news h4 {
	position: relative;
	margin-top: 5px;
	padding-left: 52px;
}
.mod_list_news h4 .from {
	font-size: 14px;
	color: #7c7c7c;
	font-weight: normal;
}
.mod_list_news h4 .date {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	background: url(../img/date.png) no-repeat 0 0;
}
.mod_list_news h4 .date_d,
.mod_list_news h4 .date_m {
	display: block;
	text-align: center;
}
.mod_list_news h4 .date_d {
	margin-top: 8px;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
}
.mod_list_news h4 .date_m {
	font-size: 10px;
	line-height: 11px;
}
.mod_list_news .banner {
	margin-top: 10px;
}
.mod_list_news .banner img {
	width: 980px;
	height: 250px;
}
.mod_list_news .text {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.8;
	text-indent: 2em;
	color: #2d3038；
}
.mod_list_news .more {
	text-align: right;
}
.mod_list_news .more a {
	color: #1E86E7;
	font-size: 14px;
}

/** 站内搜索模块 */
.mod_search {
	margin-top: 30px;
	font-size: 12px;
	*zoom: 1;
}
.mod_search:after{content: '.';display: block;clear: both;height: 0;overflow: hidden;visibility: hidden;}
.mod_search .title {
	display: none;
}
.mod_search .mod_back{float: left;}
.mod_search .mod_back a{margin-top: 0;}

.mod_search .content{float: right;}
.mod_search input[type=text] {
	width: 160px;
	padding: 3px;
	border: 1px solid #d8d8d8;
	background: #FFF;
	font-size: 12px;
}
.mod_search button {
	padding: 3px 15px;
	background: #6ABDFF;
	border:1px solid #6ABDFF;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
}

/** 运营指南列表模块 */
.mod_list_guide .title {
	display: none;
}
.mod_list_guide .item {
	overflow: hidden;
	padding: 20px 0 20px 0;
	border-bottom: 1px dashed #d8d8d8;
}
.mod_list_guide h3 {
	margin-left: 270px; 
	font-size: 18px;
	line-height: 14px;
	font-weight: bold;
	color: #292d37;
}
.mod_list_guide h3 a {
	color: #292d37;
}
.mod_list_guide h4 {
	margin-left: 270px;
	margin-top: 5px;
}
.mod_list_guide h4 .from {
	margin-left: 10px;
	font-size: 14px;
	color: #7c7c7c;
	font-weight: normal;
}

.mod_list_guide .banner {
	float: left;
}
.mod_list_guide .banner img {
	width: 250px;
	height: 200px;
}
.mod_list_guide .text {
	margin-top: 10px;
	margin-left: 270px;
	font-size: 14px;
	line-height: 1.8;
	text-indent: 2em;
	color: #2d3038；
}
.mod_list_guide .more {
	margin-top: 5px;
	text-align: right;
}
.mod_list_guide .more a {
	color: #1E86E7;
	font-size: 14px;
}

/** 翻页控件 */
.mod_pages {
	margin-top: 50px;
	text-align: right;
}
.mod_pages a {
	display: inline-block;
	padding: 3px 8px;
	position: relative;
	border: 1px solid #E1E1E1;
}
.mod_pages a:hover {
	border-color: #5198D0;
	text-decoration: none;
	background: #FFF;
}
.mod_pages a.current,
.mod_pages a.current:hover {
	color: #FFF;
	border: 1px solid #5198D0;
	background: #85C9FF;
	cursor: default;
}
.mod_pages .ellipsis {
	margin: 0 auto;
	text-align: center;
}
.mod_pages .ico_selectleft {
	left: 0;
	position: absolute;
	top: 5px;
}
.mod_pages a.disabled {
	border-color: #d4d4d4;
	color: #d4d4d4;
	background: none;
	cursor: default;
}
.mod_pages a.disabled:hover {
	color: #d4d4d4;
}
.mod_pages .page_text {
	color: #777;
	float: left;
	line-height: 24px;
}

/** 返回上一级模块 */
.mod_back a {
	margin-top: 30px;
	display: block;
	padding: 0 10px;
	height: 28px;
	font:bold 12px/28px \5b8b\4f53;
	color: #fff;
	background: #6abdff;
}
.mod_back a:hover {
	opacity: .9;
	text-decoration: none;
}
.mod_back a i{position: relative;top:-1px;*position: static;display: inline-block;*display: inline;*zoom: 1;margin-right: 5px;width: 14px;height: 13px;vertical-align:middle;}

/** 详情模块 */
.mod_detail {
	margin-top: 30px;
}
.mod_detail .title {
	display: none;
}
.mod_detail .item {
	padding: 45px 0 20px 0;
	border-bottom: 1px dashed #d8d8d8;
}
.mod_detail h2 {
	padding-left: 52px;
	font-size: 18px;
	font-weight: bold;
	color: #292d37;
}
.mod_detail h3 {
	position: relative;
	margin-top: 5px;
	padding-left: 52px;
}
.mod_detail h3 .from {
	font-size: 14px;
	color: #7c7c7c;
	font-weight: normal;
}
.mod_detail h3 .date {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	background: url(../img/date.png) no-repeat 0 0;
}
.mod_detail h3 .date_d,
.mod_detail h3 .date_m {
	display: block;
	text-align: center;
}
.mod_detail h3 .date_d {
	margin-top: 8px;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
}
.mod_detail h3 .date_m {
	font-size: 10px;
	line-height: 11px;
}
.mod_detail .banner {
	margin-top: 10px;
}
.mod_detail .banner img {
	width: 980px;
	height: 250px;
}
.mod_detail .text {
	margin-top: 10px;

}

/** 分享组件 */
.mod_share {
	display: none;
	padding: 15px 0;
	text-align: right;
}


/** 文章导航模块 */
.mod_article_nav {
	padding: 10px 0;
	border-top: 1px dashed #d8d8d8;
}
.mod_article_nav a {
	font-size: 12px;
	color: #1E86E7;
}
.mod_article_nav a i {
	position: relative;
	bottom: 2px;
}
.mod_article_nav a.prev {
	float: left;
}
.mod_article_nav a.prev i {
	margin-right: 5px;
	vertical-align: middle;
	font-size: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 4px 8px 4px 0;
	border-color: transparent #73767F transparent transparent;
}
.mod_article_nav a.next {
	float: right;
}
.mod_article_nav a.next i {
	margin-left: 5px;
	vertical-align: middle;
	font-size: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #73767F;
}

/** 便于阅读的样式 */
.fn_read {
	font-family: Helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
}
.fn_read a {
	color: #4183C4;
}
.fn_read h1, .fn_read h2, .fn_read h3, .fn_read h4, .fn_read h5, .fn_read h6 {
	margin: 20px 0 10px;
	padding: 0;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	cursor: text;
	position: relative;
}
.fn_read h1 {
	font-size: 28px;
	color: black;
}
.fn_read h2 {
	font-size: 24px;
	border-bottom: 1px solid #cccccc;
	color: black;
}
.fn_read h3 {
	font-size: 18px;
}
.fn_read h4 {
	font-size: 16px;
}
.fn_read h5 {
	font-size: 14px;
}
.fn_read h6 {
	color: #777777;
	font-size: 14px;
}
.fn_read p, .fn_read blockquote, .fn_read ul, .fn_read ol, .fn_read dl, .fn_read li, .fn_read table, .fn_read pre {
	margin: 15px 0;
}
.fn_read a:first-child h1, .fn_read a:first-child h2, .fn_read a:first-child h3, .fn_read a:first-child h4, .fn_read a:first-child h5, .fn_read a:first-child h6 {
	margin-top: 0;
	padding-top: 0;
}
.fn_read li p.first {
	display: inline-block;
}
.fn_read li {
	margin: 0;
}
.fn_read ul, .fn_read ol {
	padding-left: 30px;
}
.fn_read ul :first-child, .fn_read ol :first-child {
	margin-top: 0;
}
.fn_read dl {
	padding: 0;
}
.fn_read dl dt {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	padding: 0;
	margin: 15px 0 5px;
}
.fn_read dl dt:first-child {
	padding: 0;
}
.fn_read dl dt > :first-child {
	margin-top: 0;
}
.fn_read dl dt > :last-child {
	margin-bottom: 0;
}
.fn_read dl dd {
	margin: 0 0 15px;
	padding: 0 15px;
}
.fn_read dl dd > :first-child {
	margin-top: 0;
}
.fn_read dl dd > :last-child {
	margin-bottom: 0;
}
.fn_read blockquote {
	border-left: 4px solid #dddddd;
	padding: 0 15px;
	color: #777777;
}
.fn_read blockquote > :first-child {
	margin-top: 0;
}
.fn_read blockquote > :last-child {
	margin-bottom: 0;
}
.fn_read table {
	padding: 0;
	border-collapse: collapse;
}
.fn_read table tr {
	border-top: 1px solid #cccccc;
	background-color: white;
	margin: 0;
	padding: 0;
}
.fn_read table tr:nth-child(2n) {
	background-color: #f8f8f8;
}
.fn_read table tr th {
	font-weight: bold;
	border: 1px solid #cccccc;
	text-align: left;
	margin: 0;
	padding: 6px 13px;
}
.fn_read table tr td {
	border: 1px solid #cccccc;
	text-align: left;
	margin: 0;
	padding: 6px 13px;
}
.fn_read table tr th :first-child, table tr td :first-child {
	margin-top: 0;
}
.fn_read table tr th :last-child, table tr td :last-child {
	margin-bottom: 0;
}
.fn_read img {
	max-width: 100%;
}
.fn_read code, tt {
	margin: 0 2px;
	padding: 0 5px;
	white-space: nowrap;
	border: 1px solid #eaeaea;
	background-color: #f8f8f8;
	border-radius: 3px;
}
.fn_read pre code {
	margin: 0;
	padding: 0;
	white-space: pre;
	border: none;
	background: transparent;
}
.fn_read pre {
	background-color: #f8f8f8;
	border: 1px solid #cccccc;
	font-size: 13px;
	line-height: 19px;
	overflow: auto;
	padding: 6px 10px;
	border-radius: 3px;
}
.fn_read pre code, pre tt {
	background-color: transparent;
	border: none;
}
.test {

}


/*--分享条--*/

/*==大数据页面==*/
/*--公用tab--*/
.mod_tab{margin-bottom: 20px;}
.mod_tab .hd{margin-bottom: 30px;}
.mod_tab .tab_ctrl li{float: left;*display: inline;margin-right: 20px;}
.mod_tab .tab_ctrl a{display: block;font:18px/1.5 'Microsoft Yahei';color: #292d37;}
.mod_tab .tab_ctrl a:hover{color: #207def;text-decoration: none;}
.mod_tab .tab_ctrl li.current{margin-bottom: -2px;border-bottom: 2px solid #207def;}
.mod_tab .tab_ctrl li.current a{color: #207def;}

/*--侧边栏公告--*/
.mod_bdata_box{margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px dashed #ccc;box-shadow: 0 1px 0 #fff;}
.mod_bdata_box .hd{margin-bottom: 10px;padding: 0 15px 0 7px;border-left: 4px solid #207def;overflow: hidden;*zoom: 1;line-height: 20px;}
.mod_bdata_box .hd h3{float: left;font-size: 18px;color: #000;}
.mod_bdata_box .hd .more{float: right;color: #777;}
.mod_bdata_box .hd .more:hover{color: #207def;}
.mod_bdata_box .bd{padding-right: 15px;}

.dot-list li{padding: 4px 0;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
.dot-list a{padding-left: 12px;background: url(../img/bdata-spr.png) -160px 9px no-repeat;font-size: 14px;color: #777;}
.dot-list a:hover{background-position: -160px -61px;color: #207def;}
/*无底部边框*/
.mod_bdata_box.nbd{padding-bottom: 0;border-bottom: none;box-shadow: none;}

/*banner*/
.bdata-wrap{margin-bottom: -50px;min-width: 980px;background: url(../img/bdata-bg.png) repeat;font:12px/1.5 'Microsoft Yahei';}

.bdata_banner{position: relative;margin-bottom: 30px;height: 470px;min-width: 980px;background: #fbfbfd;}
.bdata_banner .ctn{height: 100%;overflow: hidden;}
.bdata_banner .list{height: 100%;overflow: hidden;*zoom: 1;}
.bdata_banner .list li{float: left;width: 100%;overflow: hidden;background: url(../img/banner-demo.png) top center no-repeat;}
.bdata_banner .list a{display: block;height: 100%;}

.bdata_banner .ctrl{position: absolute;left: 50%;bottom: 50px;margin-left: 225px;width: 260px;text-align: center;font-size: 0;}
.bdata_banner .ctrl li{display: inline-block;*display: inline;*zoom: 1;margin: 0 6px;width: 14px;height: 14px;border-radius: 7px;background: #fff;color: #fff;overflow: hidden;opacity: 0.55;filter:alpha(opacity=55);cursor: pointer;}
.bdata_banner .ctrl a{display: block;height: 100%;}
.bdata_banner .ctrl li.current{opacity: 1;filter:alpha(opacity=100);}

.bdata_banner .pages{display: none;}
.bdata_banner:hover .pages{display: block;}
.bdata_banner .pages a{position: absolute;left:50px;top:50%;margin-top: -39px;width: 78px;height: 78px;background: url(../img/bdata-spr.png) no-repeat;text-indent: -9999px;overflow: hidden;opacity: 0.8;filter:alpha(opacity=80);}
.bdata_banner .pages a:hover{opacity: 1;filter:alpha(opacity=100);}
.bdata_banner .pages a.next{left: auto;right:50px;background-position: -78px 0;}
.bdata_banner .pages a.disabled{opacity: 0.3;filter:alpha(opacity=30);cursor: default;}

.bdata_banner.main_banner{height: 530px;}
.bdata_banner.main_banner .list li{height: 530px;}
.bdata_banner.main_banner .list .bg-report{background-image: url(../banner/banner01.jpg);}
.bdata_banner.main_banner .list .bg-error{background-image: url(../banner/banner02.jpg);}
.bdata_banner.main_banner .list .bg-realtime{background-image: url(../banner/banner03.jpg);}
.bdata_banner.main_banner .list .bg-select{background-image: url(../banner/banner04.jpg);}
.bdata_banner.main_banner .list .bg-users{background-image: url(../banner/banner05.jpg);}

.bdata_banner.main_banner .ctrl{position: absolute;left: 0px;bottom: 50px;width: 100%;text-align: center;font-size: 0px;margin-left: 0px;}
.bdata_banner.main_banner .ctrl li{border: 2px solid #fff;width: 10px;height: 10px;border-radius: 10px;background: transparent;opacity: 1;filter:alpha(opacity=100);}
.bdata_banner.main_banner .ctrl li.current{border-color: #207DEF;}

.bdata_banner.main_banner .btns{position: absolute;bottom: 160px;left: 50%;margin-left: -500px;}
.bdata_banner.main_banner .btns button{display: inline-block;*display: inline;*zoom: 1;border:none;color:#fff;text-align: center;vertical-align: middle;cursor: pointer;border-radius: 3px;
width:182px;height:56px;background: #0072cf;font: 21px "Microsoft Yahei";padding: 0;}
.bdata_banner.main_banner .btns button:hover{background: #0085f1;}
.bdata_banner.main_banner .btns button:active{background: #0068b7;}
.bdata_banner.main_banner .btns button.start{background: #22ac38;margin-right: 5px;}
.bdata_banner.main_banner .btns button.start:hover{background: #36bb4b;}
.bdata_banner.main_banner .btns button.start:active{background: #1e9031;}


/*报告列表*/
.bdata_tab{float: left;width: 670px;}

.bdata_reports > li{margin-bottom: 28px;*zoom: 1;color: #777;font:12px/1.6 'Microsoft Yahei';}
.bdata_reports > li:after{content: '.';display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.bdata_reports .thumbnail{position: relative;float: left;margin-right: 25px;width: 262px;height: 148px;overflow: hidden;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.bdata_reports .thumbnail img{width: 100%;height: 100%;vertical-align: middle;}
.bdata_reports .thumbnail .mask{display: none;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #000;opacity: 0.6;filter:alpha(opacity=60);}
.bdata_reports .thumbnail .video{display: none;position: absolute;left: 50%;top:50%;margin: -24px 0 0 -24px;width: 48px;height: 48px;background: url(../img/video.png) no-repeat;z-index: 2;}
.bdata_reports .thumbnail:hover{box-shadow: 0 0 20px rgba(0,0,0,0.65);}
.bdata_reports .thumbnail:hover .mask,
.bdata_reports .thumbnail:hover .video{display: block;}

.bdata_reports .ctn{float: left;padding-top: 5px;width: 383px;}
.bdata_reports .ctn h3{margin-bottom: 10px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
.bdata_reports .ctn h3 a{font-size:16px;color: #292d37;}
.bdata_reports .ctn h3 a:hover{color: #207def;}
.bdata_reports .ctn .time{margin-bottom: 5px;font-size: 16px;}

.bdata_reports .links{margin-top: 15px;}
.bdata_reports .links a{margin-right: 20px;}
.bdata_reports .links > a .icon{display: inline-block;*display: inline;*zoom: 1;width: 22px;height: 18px;background: url(../img/bdata-spr.png) no-repeat;cursor: pointer;vertical-align: middle;}
.bdata_reports .links > a i.download{background-position: -60px -78px;}
.bdata_reports .links > a i.download:hover{background-position: -60px -98px;}
.bdata_reports .links .mod-share-bar a{margin-right: 0;}

/*侧边栏*/
.bdata_sidebar{float: right;width: 260px;}

.wechat_scan{margin-bottom: 30px;}
.wechat_scan .hd{position: relative;padding-top: 10px;height: 74px;background: #75bc2a;text-align: center;color: #fff;}
.wechat_scan .hd .arrow{position: absolute;left:50%;top:100%;margin-left: -12px;width: 0;height: 0;border-style: solid;border-width: 10px 12px 0;border-color: #75bc2a transparent;}
.wechat_scan .hd h3{font:bold 24px/1.5 'Microsoft Yahei';}
.wechat_scan .hd p{font-size: 18px;}
.wechat_scan .bd{padding: 38px 0;background: url(../img/scan-bg.png) repeat;}

.wechat_scan .code{position: relative;margin: 0 auto;padding: 20px;width: 174px;height: 174px;background: #fff;}
.wechat_scan .code > img{width: 100%;height: 100%;vertical-align: middle;}
.wechat_scan .guide{position: absolute;top:-150px;opacity: 0;filter:alpha(opacity=0);}
.wechat_scan .guide.show{opacity: 1;filter:alpha(opacity=100);}
.wechat_scan .guide.hide{}
/*往右滑动*/
.wechat_scan .guide.right{left:30%;padding-left: 10px;}
.wechat_scan .guide.right.show{left:95%;
	-webkit-animation:guideShow 1s ease-out;
	-moz-animation:guideShow 1s ease-out;
	-ms-animation:guideShow 1s ease-out;
	-o-animation:guideShow 1s ease-out;
	animation:guideShow 1s ease-out;
}
.wechat_scan .guide.right.hide{
	-webkit-animation:guideHide 0.5s ease-out;
	-moz-animation:guideHide 0.5s ease-out;
	-ms-animation:guideHide 0.5s ease-out;
	-o-animation:guideHide 0.5s ease-out;
	animation:guideHide 0.5s ease-out;
}

/*往左滑动*/
.wechat_scan .guide.left{right:30%;padding-right: 10px;}
.wechat_scan .guide.left.show{right:95%;
	-webkit-animation:leftGuideShow 1s ease-out;
	-moz-animation:leftGuideShow 1s ease-out;
	-ms-animation:leftGuideShow 1s ease-out;
	-o-animation:leftGuideShow 1s ease-out;
	animation:leftGuideShow 1s ease-out;
}
.wechat_scan .guide.left.hide{
	-webkit-animation:leftGuideHide 0.5s ease-out;
	-moz-animation:leftGuideHide 0.5s ease-out;
	-ms-animation:leftGuideHide 0.5s ease-out;
	-o-animation:leftGuideHide 0.5s ease-out;
	animation:leftGuideHide 0.5s ease-out;
}


/*合作伙伴*/
.bdata_partner{margin: 30px 0 50px;padding-top: 20px;clear: both;border-top: 1px dashed #cdcdcd;box-shadow: inset 0 1px 0 #fff;}
.bdata_partner .bd{position: relative;padding: 15px 0;*zoom: 1;}

.bdata_partner .ctn{margin: 0 auto;width: 890px;height: 128px;overflow: hidden;}
.bdata_partner .list{overflow: hidden;*zoom: 1;}
.bdata_partner .list li{float: left;*display: inline;margin: 0 4px;width: 168px;height: 128px;border: 1px solid #d8dcde;background: #edeff4;text-align: center;}
.bdata_partner .list a{display: block;}
.bdata_partner .list img{vertical-align: middle;}

.bdata_partner .pages a{position: absolute;top:50%;left:0;margin-top: -25px;width: 26px;height: 50px;background: url(../img/bdata-spr.png) 0 -78px no-repeat;text-indent: -9999px;overflow: hidden;opacity: 0.8;filter:alpha(opacity=80);}
.bdata_partner .pages a.next{left: auto;right: 0;background-position: -30px -78px;}
.bdata_partner .pages a:hover{opacity: 1;filter:alpha(opacity=100);}
.bdata_partner .pages a.disabled{opacity: 0.3;filter:alpha(opacity=30);cursor: default;}

/*列表页*/
.bdata_list .mod_search{margin-bottom: 20px;}

.bdata_list .mod_list_guide h3,
.bdata_list .mod_list_guide h4,
.bdata_list .mod_list_guide .text{margin-left: 0;}

.bdata_list .mod_list_guide .hd h3{font-weight: normal;line-height: 20px;}

/*--扫描动画--*/
/*往右滑动*/
@-webkit-keyframes guideShow{
	0%{
		opacity: 0;
		left:30%;
	}
	50%{
		opacity: 0.3;
	}
	80%{
		opacity: 1;
		left: 100%;
	}
	100%{
		opacity: 1;
		left:95%;
	}
}
@-moz-keyframes guideShow{
	0%{
		opacity: 0;
		left:30%;
	}
	50%{
		opacity: 0.3;
	}
	80%{
		opacity: 1;
		left: 100%;
	}
	100%{
		opacity: 1;
		left:95%;
	}
}
@-ms-keyframes guideShow{
	0%{
		opacity: 0;
		left:30%;
	}
	50%{
		opacity: 0.3;
	}
	80%{
		opacity: 1;
		left: 100%;
	}
	100%{
		opacity: 1;
		left:95%;
	}
}
@-o-keyframes guideShow{
	0%{
		opacity: 0;
		left:30%;
	}
	50%{
		opacity: 0.3;
	}
	80%{
		opacity: 1;
		left: 100%;
	}
	100%{
		opacity: 1;
		left:95%;
	}
}
@keyframes guideShow{
	0%{
		opacity: 0;
		left:30%;
	}
	50%{
		opacity: 0.3;
	}
	80%{
		opacity: 1;
		left: 100%;
	}
	100%{
		opacity: 1;
		left:95%;
	}
}

@-webkit-keyframes guideHide{
	0%{
		left:95%;
		opacity: 1;
	}
	50%{
		opacity: 0.3;
	}
	100%{
		opacity: 0;
		left:30%;
	}
}
@-moz-keyframes guideHide{
	0%{
		left:95%;
		opacity: 1;
	}
	50%{
		opacity: 0.3;
	}
	100%{
		opacity: 0;
		left:30%;
	}
}
@-ms-keyframes guideHide{
	0%{
		left:95%;
		opacity: 1;
	}
	50%{
		opacity: 0.3;
	}
	100%{
		opacity: 0;
		left:30%;
	}
}
@-o-keyframes guideHide{
	0%{
		left:95%;
		opacity: 1;
	}
	50%{
		opacity: 0.3;
	}
	100%{
		opacity: 0;
		left:30%;
	}
}
@keyframes guideHide{
	0%{
		left:95%;
		opacity: 1;
	}
	50%{
		opacity: 0.3;
	}
	100%{
		opacity: 0;
		left:30%;
	}
}

/*往左滑动*/
@-webkit-keyframes leftGuideShow{
	0%{
		opacity: 0;
		right:30%;
	}
	50%{
		opacity: 0.3;
	}
	80%{
		opacity: 1;
		right: 100%;
	}
	100%{
		opacity: 1;
		right:95%;
	}
}
@-moz-keyframes leftGuideShow{
	0%{
		opacity: 0;
		right:30%;
	}
	50%{
		opacity: 0.3;
	}
	80%{
		opacity: 1;
		right: 100%;
	}
	100%{
		opacity: 1;
		right:95%;
	}
}
@-ms-keyframes leftGuideShow{
	0%{
		opacity: 0;
		right:30%;
	}
	50%{
		opacity: 0.3;
	}
	80%{
		opacity: 1;
		right: 100%;
	}
	100%{
		opacity: 1;
		right:95%;
	}
}
@-o-keyframes leftGuideShow{
	0%{
		opacity: 0;
		right:30%;
	}
	50%{
		opacity: 0.3;
	}
	80%{
		opacity: 1;
		right: 100%;
	}
	100%{
		opacity: 1;
		right:95%;
	}
}
@keyframes leftGuideShow{
	0%{
		opacity: 0;
		right:30%;
	}
	50%{
		opacity: 0.3;
	}
	80%{
		opacity: 1;
		right: 100%;
	}
	100%{
		opacity: 1;
		right:95%;
	}
}

@-webkit-keyframes leftGuideHide{
	0%{
		right:95%;
		opacity: 1;
	}
	50%{
		opacity: 0.3;
	}
	100%{
		opacity: 0;
		right:30%;
	}
}
@-moz-keyframes leftGuideHide{
	0%{
		right:95%;
		opacity: 1;
	}
	50%{
		opacity: 0.3;
	}
	100%{
		opacity: 0;
		right:30%;
	}
}
@-ms-keyframes leftGuideHide{
	0%{
		right:95%;
		opacity: 1;
	}
	50%{
		opacity: 0.3;
	}
	100%{
		opacity: 0;
		right:30%;
	}
}
@-o-keyframes leftGuideHide{
	0%{
		right:95%;
		opacity: 1;
	}
	50%{
		opacity: 0.3;
	}
	100%{
		opacity: 0;
		right:30%;
	}
}
@keyframes leftGuideHide{
	0%{
		right:95%;
		opacity: 1;
	}
	50%{
		opacity: 0.3;
	}
	100%{
		opacity: 0;
		right:30%;
	}
}


/*新版公共*/
body{
    font-family: ""Microsoft YaHei","Helvetica Neue","Hiragino Sans GB","Segoe UI",Tahoma,Arial,STHeiti,sans-serif";
    font-size: 14px;
    font-weight: 100;
}
body,ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
strong{font-weight:bold;}

.fl{
    float: left;
}
.fr{
    float: right;
}
.hide{
    display: none;
}
.clearfix{
    clear: both;
}
.w_1000{
    width:1000px;
    margin:0 auto;
}

.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.b{font-weight:bold;}
.blue{color:#00A2CA;}

/*新版头部
.top_bg{
    height: 30px;
    background: #666;
	color:#fff;
}

.top_bg a{ color:#fff;}
.top_bg a:hover{ color:#f1f1f1;}

.top ul li{
    display: inline;
    line-height: 30px;
}
.top ul li.ask{
   color:#999;
}
.top ul li.login{
    background-color: #1F8BD6;
    color: #FFF;
    padding: 5px 8px;
}
.top ul li.login a{
    color: #FFF;
    line-height: 16px;
}
.top .weixin{
    background: url(../images/weixinicon.jpg) no-repeat right 5px;
    padding: 5px 0;
	position:relative;
}
.top .weixin a{ min-width:60px; display:inline-block;padding: 0px 22px;}
.top .weixin .ul{position: relative;}
.top .tmall{position: relative; margin-left:60px;}
.top .tmico{ 
	background-image: url("../images/top_tmall01.png");
    height: 36px;
    left: -38px;
    position: absolute;
    top: -7px;
    width: 39px;
}}

.top .ask{
    background: url(../images/icon.png) no-repeat left -101px;
    padding:5px 0;
    padding-left: 30px;
    color: #fff;
}
.top img{
    vertical-align:middle;
}
.top .search{
    background: url(../images/search.jpg) no-repeat center;
    padding: 5px 0 5px 15px;
    width: 141px;
    cursor: pointer;
}

.top .search_focus{
    background: url(../images/search_focus.jpg) no-repeat center;
    padding: 5px 0 5px 15px;
    width: 141px;
}

.top .search_focus input{
	color:#CCC;
	border: 0;
}

.top input{
    width: 93px;
    height: 16px;
    margin-right:30px;
    border: 0;
    padding-left: 5px;
    color: #FFF;
	background-color:transparent;
}*/
/*nav 图片*/
.nav_bg{
    height: 80px;
    background: url(../images/nav_optic.png) repeat-x;
	background-color:#f1f1f1;
	position:relative;
}
.nav {
    height: 80px;
}
.nav .logo{
    margin-top: 20px;
	position: relative;
}

.newyearico{
background-image: url("../images/newyearico.png");
width: 129px;
height: 72px;
right: -129px;
top: -11px;
position: absolute;
}

/*nav 导航*/
.nav .navlink{
    width: 600px;
    height: 25px;
	margin-top:45px;	
}
.nav .navlink li.fir{
    display: inline;
    line-height: 25px;
    text-align: center;   
    height: 44px;
    float: left;	
	padding-left:25px;
}
.nav .navlink li.fir a.block{
    font-size: 15px;
    color: #666;
    display: block;    
    float: left;
    overflow: hidden;
	height:25px;
	font-weight:bold;
}

.nav .navlink li.fir a.block:hover{
   /*border-bottom:#333333 solid 2px;*/
   color:#1F8BD6;
}


/*二级菜单*/
.nav .sec_nav{
    position: absolute;
    z-index: 999;
    top: 80px;
    left: 0px;
	width:100%;
	background-color: #333;
}
.jsSecLink{ height:0px; overflow:hidden;}
.sec_box .sec_tt{ min-width:70px; margin-right:20px; border-bottom:1px solid #666; line-height:25px; float:left; margin-bottom:10px; font-size:14px; text-align:left;}
.sec_box .sec_tt a{ color:#fff !important; }
.nav .sec_nav .img{
	display:none;
    width: 28px;
    height: 38px;
    background: url(../images/sec_top.png) no-repeat center top ;
	z-index:999;
	position: absolute;
	top:-8px;
	left:5px;
}
.nav .sec_box{
    width:800px;
	margin:auto;
    padding:25px 0 25px 0;
    
/*	border-radius: 5px;*/
}
.nav .sec{ float:right;}
.nav .sec li{
    line-height: 25px;
    padding-top: 5px;
	text-align:left;
	margin-left:10px;
	float:left;
}
.nav .sec li p a{
    color: #DDD;
    font-family: "微软雅黑";
    font-size: 14px;
}
.nav .sec li a:hover{
    text-decoration:underline;
}

.nav .sec li p a.blue{
    color: #EF7E45;
    font-size: 14px;
}