﻿@charset "utf-8";
/* CSS Document */
html,body{
	height:100%;
}
body{
    font-size:12px;
	font-family:"微软雅黑";
	color:#555;	
	padding:0px;
	background:#eee;
}
*{
	margin:0px;
	border:0px;
	padding:0px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline:none;
}
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,"宋体";
}
input{
	-webkit-appearance:none;
}
textarea{
    outline:none;
    color:#555;
}
input[type="checkbox"]{
    height:13px;
    width:13px;
    -webkit-appearance: none;
    background: none;
    border: 1px solid #ccc;
    cursor:pointer;
}
input[type="checkbox"]:checked{
	background:#0f8fcc url(../images/checked.png) center center no-repeat;
    border: 1px solid #0f8fcc;
}
input[type="radio"] {
    width:14px;
    height:14px;
    outline:none;
    -webkit-appearance: none;
    border:1px solid #999;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
    vertical-align:middle;
    cursor:pointer;
}
input[type="radio"]:checked {
    background:url(../images/radio.png) center center no-repeat;
    border:1px solid #999;
}
.en{
    font-family:Arial;
}
.h10{
	width:auto;
	height:10px;
	margin:0 auto;
	clear:both;
}
.h50{
	max-width:640px;
	height:50px;
	margin:0 auto;
    clear:both;
}
.tipbar {
    clear: both;
    text-align: center;
    line-height:20px;
}
.buttonbar{
	padding-top:10px;
	text-align:center;
	clear:both;
}
img{
	max-width:100%;
}
.gps_banner{
	max-width:640px;
	margin:0 auto;
}
.gps_banner img{
	vertical-align:top;
}
.gps{
	max-width:640px;
	margin:0 auto;
	background:#fff;
	padding:20px 0px 60px 0px;
}
.gps_text{
	line-height:22px;
	height:60px;
	text-align:center;
	font-size:14px;
	font-family:Arial;
	font-weight:500;
}
.gps_btn{
	display:block;
	text-align: center;
    height: 44px;
    line-height: 44px;
    background-color: #ff4d00;
    color: #fff;
    border-radius: 30px;
    width: 90%;
    margin: 0 auto;
	font-size:14px;
	font-family:Arial;
	font-weight:500;
}
.gps_btn:hover{
	color: #fff;
}
.topfixed{
	width:100%;
	top:0px;
	background:#eeeeee;
	z-index:10000;
	height:70px;
	overflow:hidden;
	position:fixed;
}
.header{
	max-width:640px;
	height:70px;
	line-height:70px;
	margin:0 auto;
	color:#fff;
}
.header a{
	color:#fff;
}
/*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: absolute; 
	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: -5px;
	top: 49px;
	width:auto;
	position: absolute;
	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;
	min-height:calc(100% - 50px);
}
.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-weight:500;
	font-family:Arial,"微软雅黑";
	font-size:16px;
	padding-left:5px;
	text-align:center;
}
.logo img{
	max-height:50px;
	vertical-align:middle;
}
.banner{
	max-width:640px;
	margin:0 auto;
	min-height:180px;
	overflow:hidden;
}
.banner .main_image{
  min-height:180px;
}
.banner .main_image img{
	max-width:100%;
}
.main_wrapper{
	max-width:620px;
	padding:0px 10px;
	margin:0 auto;
}
.main_title{
	text-align:center;
	font-size:14px;
	text-align:center;
}
.main_title li{
	width:33%;
	cursor:pointer;
	margin-top:20px;
	color:#093143;
	float:left;
	overflow:hidden;
}
.main_title li a{
	display:block;
	padding-top:63px;
	color:#093143;
}
.main_title li:nth-child(1){
	background:url(../images/nav01.png) center top no-repeat;
}
.main_title li:nth-child(2){
	background:url(../images/nav02.png) center top no-repeat;
}
.main_title li:nth-child(3){
	background:url(../images/nav03.png) center top no-repeat;
}
.main_title li:nth-child(1).active{
	background:url(../images/nav001.png) center top no-repeat;
}
.main_title li:nth-child(2).active{
	background:url(../images/nav002.png) center top no-repeat;
}
.main_title li:nth-child(3).active{
	background:url(../images/nav003.png) center top no-repeat;
}

.main{
	width:auto;
	height:155px;
	margin:0 auto;
	padding:30px 0px 0px 0px;
	text-align:center;
	clear:both;
}
.text01{
	width:75%;
	height:28px;
	padding:5px 5px;
    border:1px solid #dbdbdb;
	margin-left:3px;
	border-radius:5px;
	-moz-border-radius:5px; 
    -webkit-border-radius:5px;
	-ms-border-radius:5px;
	font-size:14px;
	font-family:"微软雅黑";
}
.text02{
    width:148px;
	height:25px;
	padding:3px 3px;
	background:#fff;
    border:1px solid #ddd;
	margin-left:3px;
	font-size:12px;
	font-weight:400;
	font-family:"微软雅黑";
}
.checkbtn{
	width:90%;
	width:calc(75% + 10px);
	height:40px;
	background:#0283fc;
	cursor:pointer;
	color:#fff;
	text-align:center;
	border-radius:5px;
    -moz-border-radius:5px; 
    -webkit-border-radius:5px;
	-ms-border-radius:5px;
    font-size:14px;
	letter-spacing:10px;
	margin-left:3px;
	font-family:"微软雅黑";
}
.linkbtn{
	width:76.3%;
	width:calc(75% + 20px);
	height:45px;
	line-height:50px;
	background:#0283fc;
	cursor:pointer;
	color:#fff;
	text-align:center;
	border-radius:5px;
    -moz-border-radius:5px; 
    -webkit-border-radius:5px;
	-ms-border-radius:5px;	
    font-size:16px;
	letter-spacing:10px;
	margin-left:3px;
	font-family:"微软雅黑";
	display:inline-block;
}
a.linkbtn:hover{
	color:#fff;
}
.main .tipbar li{
	display:inline-block;
}
.tipbox{
	position:relative;
}
.tipmain{
	width:140px;
	height:164px;
	background:url(../images/tipbg.png) no-repeat;
	background-size:140px auto;
	position:absolute;
	right:0px;
	top:-20px;
	display:none;
}
.tipmain img{
	width:140px;
}
.block{
	display:block;
}
.foot{
	max-width:640px;
	line-height:22px;
	padding:25px 10px 10px 10px;
	text-align:center;
	margin:0 auto;
	font-size:12px;
	font-family:"微软雅黑";
	font-weight:400;
	color:#999;
}
.foot a{
	color:#999;
}
.bottomfixed{
	width:100%;
	position:fixed;
	bottom:0px;
	z-index:10000;
	height:50px;
	background:#40a1ed;
	border-top:1px solid #40a1ed;
}
.bottom{
	max-width:640px;
	height:50px;
	background:#40a1ed;
	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:#fed907;
}
.AntiFake_main{
	max-width:640px;
	padding:0px 10px 0px 10px;
	margin:0 auto;
}
.AntiFake_tip{
	background:#40a1ed;
	padding:10px 0px 10px 0px;
}
.green{
	background:#90c400;
}
.time{
	width:150px;
	height:150px;
	line-height:150px;
	color:#fff;
	font-family:Arial;
	font-size:80px;
	font-weight:500;
	text-align:center;
	-moz-border-radius:50%; 
    -webkit-border-radius:50%;
	border-radius:50%;
	border:6px solid #fff;
	margin:0 auto;
}
.AntiFake_tip .remark{
	color:#fff;
	background:none;
	padding:10px 10px 10px 10px;
}
.logbtn{
	width: 85px;
    height:30px;
	line-height:30px;
    background: #fff;
    border-radius:30px;
    text-align: center;
    
    margin-right: 0.36rem;
    color: #3EA6FF;
	display:block;
	float:right;
}
.logbtn:hover{
	color: #3EA6FF;
}
.AntiFake_title{
	font-family:"微软雅黑";
	font-size:15px;
	color:#666;
	font-weight:500;
	height:50px;
	line-height:50px;
	padding:0px 10px;
	border-bottom:1px solid #eee;
	background:#fff;
}
.AntiFake_title img{
	vertical-align:middle;
	padding-right:5px;
}
.AntiFake_content{
	font-family:"微软雅黑";
	font-size:14px;
	background:#fff;
	padding:10px 10px;
	font-weight:400;
	
}
.AntiFake_content li{
	min-height:30px;
	line-height:30px;
}
.AntiFake_content li img{
	vertical-align:middle;
	padding:0px 3px;
}
.line{
	border-bottom:1px solid #eee;
}
.center{
	text-align:center;
}
.center span{
	table-layout:center;
	font-size:16px;
}
.center i{
	font-style:normal;
}
.genuine{
	position: absolute;
	padding-left:10px;
}
.AntiFake_img{
	background:#fff;
	text-align:center;
	padding:20px 10px;
}
.AntiFake_img img{
	max-width:100%;
}
.remark{
	line-height:25px;
	background:#fff;
	padding:0px 10px 10px 10px;
	font-size:14px;
}
.logTitle{
	max-width:640px;
	font-family:"微软雅黑";
	font-size:15px;
	color:#666;
	font-weight:500;
	height:50px;
	line-height:50px;
	padding:0px 10px;
	border-bottom:1px solid #eee;
	background:#fff;
	text-align:center;
	margin:0 auto;
}
.log_content{
	max-width:640px;
	font-family:"微软雅黑";
	font-size:15px;
	color:#666;
	font-weight:500;
	line-height:25px;
	min-height:25px;
	padding:5px 10px;
	border-bottom:1px solid #eee;
	background:#fff;
	margin:0 auto;
}
.log_content table{
	width:100%;
	border-collapse:collapse;
	font-family:Arial;
}
.log_content thead tr{
	color:#fff;
}
.log_content td{
	line-height:25px;
	padding:0px 3px;
	border:1px solid #fff;
}
.log_content .sn {
    width: 25px;
    height:25px;
    background: #3ea6ff;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

.audio{
	height:18px;
	line-height:18px;
	text-align:center;
	color:#ff7b00;
	font-size:12px;
	font-weight:400;
	border:1px solid #ff9d1d;
	border-radius:18px;
	padding:0px 8px;
	margin-right:3px;
	display:inline-block;
	cursor:pointer;
}
.audio img{
	vertical-align:middle;
	padding:0px 3.5px 0px 3px;
	margin-top:-3px;
}
.audio svg{
	vertical-align:middle;
	margin-top:-3px;
}
.audio svg{
	width: 12px; 
	height: 12px; 
	display: inline;
}
.none{
	display:none;
}
/*提示框*/
.fixedbox {
	background-color:#666;
	position:absolute;
	z-index:99;
	left:0;
	top:0;
	display:none;
	width:100%;
	height:100%;
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
}
.fixed {
	position:absolute;
	max-width:640px;
	height:auto;
	z-index:100;
    display:none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	overflow:hidden;
	margin:0px 20px 0px 20px;
	overflow:hidden;
	
}
.fixedclose{
	display:block;
	text-align:right;
	font-family:Arial;
	font-size:15px;
	cursor:pointer;
	color:#fff;
	padding-right:10px;
}
.fixedshow{
	cursor:pointer;
	color:#3ea6ff;
}
.orange{
	color:#ff9d1d;
}
/*提示框*/
.about_main{
	max-width:640px;
	background:#fff;
	margin:0 auto;
	padding-bottom:10px;
}
.topbar{
	font-family:Arial;
	font-size:14px;
	color:#666;
	font-weight:500;
	height:40px;
	line-height:40px;
	padding:0px 10px;
	border-bottom:1px solid #ddd;
}
.about_main01{
	line-height:22px;
	text-align:justify;text-justify:inter-ideograph;
	padding:5px 10px 0px 10px;
}
.about_main01 p{
	text-indent:2em;
	padding-top:5px;
}
.contact_main{
	max-width:640px;
	margin:0 auto;
	background:#fff;
	padding-bottom:10px;
}
.contact01{
	line-height:22px;
	text-align:justify;
	text-justify:inter-ideograph;
	padding:10px 10px 0px 10px;
}
.contact01 img{
	max-width:100%;
	display:block;
	margin:0 auto;
}
.code_main{
	max-width:640px;
	margin:0 auto;
	background:#fff;
	padding:0px 0px 20px 0px;
}
.code01{
	width:auto;
	background:#fff;
	margin:0 auto;
	padding:20px 10px 10px 10px;
}
.code01 dt{
	width:100px;
	min-height:45px;
	line-height:30px;
	float:left;
	text-align:right;
}
.code01 dd{
	width:calc(100% - 100px);
	min-height:45px;
	line-height:30px;
	float:left;
}
.code02{
	width:auto;
	background:#fff;
	margin:0 auto;
	padding:20px 0px 0px 0px;
	text-align:center;
}
.code img{
	width:150px;
}
.code_main .tipbar li{
	display:inline-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;
	font-size:12px;
}
.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:28px;
    line-height:28px;
	background:#fff url(../images/select.png) no-repeat right center;
    border:1px solid #ccc;
    margin:0px 0px 0px 3px;
	color:#555;
}
.help_main{
	max-width:620px;
	margin:0 auto;
	background:#fff;
	clear:both;
	padding:10px 10px 10px 10px;
}
.AntiFakeHelp{
	max-width:620px;
	padding:10px 10px 10px 10px;
	margin:0 auto;
}
.AntiFakeHelp_title{
	background:#fff;
	height:45px;
	line-height:45px;
	padding:0px 10px;
	cursor:pointer;
	font-size:14px;
}
.AntiFakeHelp .down{
	background:#fff url(../images/down.png) no-repeat center right;
}
.AntiFakeHelp .up{
	background:#fff url(../images/up.png) no-repeat center right;
}

.AntiFakeHelp_content{
	background:#fff;
	padding:10px;
	border-top:1px solid #eee;
}
.AntiFakeHelp_content img{
	vertical-align:top;
}
.search_box{
    width:276px;
	height:45px;
	padding:20px 0px 0px 0px;
	margin:0 auto;
}
.search_text{
	width:210px;
	height:33px;
	padding-left:5px;
	background:#fff;
    border:1px solid #fff;
    border-right:0px;
}
.search_button{
	width:55px;
	height:35px;
	cursor:pointer;
    color:#fff;
	background:#00b7ee;
}
/*公众号*/
.followCode_main{
	max-width:640px;
	min-height:100%;
	background:#02add6 url(../images/followCodebg.png) no-repeat;
	background-size:100% auto;
	margin:auto;
	color:#fff;
	font-size:12px;
	font-family:Arial;
}
.followCode_logo{
	text-align:center;
	padding:30px 0px 0px 0px;
}
.followCode_text{
	text-align:center;
	padding:40px 0px 10px 0px;
	font-size:16px;
	line-height:22px;
}
.followCode_code{
	text-align:center;
	padding:8px  0px;
}
.followCode_code img{
	width:130px;
	height:130px;
}
.followCode_head{
	text-align:center;
	position:relative;
	line-height:0px;
}
.followCode_head a{
	position:absolute;
	top:-89px;
	margin-left:-13px;
}
.followCode_head img{
	width:26px;
	height:26px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.followCode_bottom{
	text-align:center;
	padding:70px 0px 0px 0px;
	font-size:16px;
}

.follow01_wrapper{
	max-width:640px;
	background:#fff;
	margin:0 auto;
	padding-bottom:40px;
}
.follow01{
	padding:35px 20px 20px 20px;
}
.follow01_img{
	width:72px;
	float:left;
	padding-right:15px;
}
.follow01_img img{
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.follow01_text{
	width:calc(100% - 87px);
	float:left;
	line-height:16px;
	font-size:12px;
}
.follow01_text p{
	padding-bottom:5px;
}
.follow01_text .title{
	font-size:16px;
	line-height:22px;
}
.follow01_wrapper .buttonbar a{
	color:#7586A8;
	font-size:16px;
	font-weight:500;
}
.follow02{
	max-width:640px;
	margin:0 auto;
	background:#fff;
	padding:15px 0px;
	border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.follow02 li{
	float:left;
	width:33.333333%;
	text-align:center;
	font-size:14px;
	line-height:22px;
}
.follow02 a{
	display:block;
	border-left:1px solid #eee;
}
.follow02 li:first-child a{
	border-left:0px solid #fff;
}
@media screen and (max-width: 640px){
	.follow02{
		margin:0px 10px;
	}
}
.follow03{
	max-width:640px;
	margin:0 auto;
	padding:0px 10px 20px 10px;
}
.follow03 li{
	border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	overflow:hidden;
}
.follow03 .time{
	width:auto;
	height:auto;
	border:0px;
	border-radius:0px;
	color:#999;
	text-align:center;
	line-height:25px;
	font-size:14px;
	margin:20px 0px 10px 0px;
}
.follow03 .imgbox{
	height:auto;
	overflow:hidden;
	border-top-left-radius:5px;
    -moz-border-top-lef-radius:5px;
    -webkit-border-top-lef-radius:5px;
	border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    -webkit-border-top-right-radius:5px;
	overflow:hidden;
	background:#fff;
}
.follow03 .imgbox img{
	max-width:100%;
	vertical-align:top;
}
.follow03 .title{
	font-family:Arial;
	font-size:14px;
	line-height:22px;
	background:#fff;
	padding:10px 10px 5px 10px;
}
.follow03 .text{
	padding:0px 10px 15px 10px;
	line-height:20px;
	background:#fff;
	min-height:20px;
	overflow:hidden;
	font-size:12px;
	color:#555;
}
.WeChat{
	max-width:620px;
	padding:10px;
	margin:0 auto;
}
.WeChat_time{
	color:#999;
	text-align:center;
	line-height:25px;
	font-size:14px;
}
.WeChat_box{
	margin-top:10px;
}
.WeChat_head{
	width:45px;
	height:auto;
	float:left;
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
	overflow:hidden;
	background:#fff;
}
.WeChat_head img{
	vertical-align:top;
}
.WeChat_msg{
	width:calc(100% - 75px);
	background:#fff;
	float:right;
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
	padding:10px;
	font-size:14px;
}
.WeChatBottomFixed{
	width:100%;
	position:fixed;
	bottom:0px;
	z-index:10000;
	height:50px;
	background:#fff;
	border-top:1px solid #fff;
}
.WeChatBottom{
	max-width:640px;
	margin:0 auto;
	background:#fff;
}
.WeChatBottom li{
	float:left;
	width:28%;
	text-align:center;
	font-size:14px;
	line-height:26px;
	padding:12px 0px;
	position:relative;
}
.WeChatBottom li:first-child{
	width:16%;
}
.WeChatBottom a{
	display:block;
	border-left:1px solid #eee;
}
.WeChatBottom li:first-child a{
	border-left:0px solid #fff;
}
.WeChatBottom div{
	min-width:100%;
	background:#fff;
	position:absolute;
	bottom:50px;
	line-height:40px;
	display:none;
}
.WeChatBottom div a{
	border-bottom:1px solid #eee;
}
.WeChatBottom li:hover div{
	display:block;
}
.scanbtnbox{
	max-width:75%;
	position:relative;
	background:#f00;
	margin:0 auto;
}
.scanbtn{
	width:28px;
	position:absolute;
	right:-2px;
	top:6px;
}
/*公众号*/
/*列表01*/
.list01{
	width:auto;
	line-height:40px;
}
.list01 a:hover{
	color:#2b98b9;
}
.list01 li{
	background:url(../images/li.png) no-repeat left center;
	text-indent:10px;
	border-bottom:1px dashed #ddd;
}
/*列表01*/
/*分页*/
.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 b{
	font-weight:500;
	color:#2b98b9;
}
/*分页*/
/*详情页01*/
.detail_main{
	max-width:620px;
	margin:0 auto;
	background:#fff;
	padding:10px;
}
.detail_title{
	line-height:20px;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:500;
	text-align:center;
	background:#fafafa;
	padding:10px 10px;
}
.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%;
    display:block;
    margin:10px auto 0px auto;
}
.detail_content p{
	text-indent:2em;
	text-align:justify;
	text-justify:inter-ideograph;
	margin-top:10px;
}
.detail_file{
	padding-top:10px;
	text-align:center;
}
.detail_file video{
    max-width:100%;
    margin:0 auto;
}
/*详情页01*/

/*详情页幻灯片*/
.slide_wrapper{
    max-width:640px;
    height:340px;
    margin:0 auto;
    background:#fff;
}
.slide{
    width:100%;
    position:relative;
}
.main_image {
    margin:0px auto;
    width:100%; 
    height:340px;
    overflow:hidden; 
    position:relative;
}
.main_image a{
    width:100%;
    height:340px;
    display:block;
}
.flicking_con{
	position:absolute;
	height:22px;
    bottom:0px;
    text-align:center;
    color:#fff;
    font-size: 14px;
    width: auto;
    left: 0;
    right: 0;
}
.flicking_con .flicking_inner {
	display: block;
    width: 100%;
    text-align: center;
	line-height:15px;
	height:15px;
}
.flicking_con li{
	background: url("../images/pagericon.png") no-repeat 0px 0px; 
	display: inline-block;
    height: 15px;
    width: 20px;
    background-repeat:no-repeat;
    background-position: 0 -16px;
    cursor:pointer;
}
.flicking_con li.on {
	background-position: 0px 0px;
}
/*详情页幻灯片*/
