﻿@charset "utf-8";
/* CSS Document */
body{
    font-size:12px;
	font-family:"微软雅黑";
	color:#555;
	background:#f2f2f2;
}
*{
    margin:0px;
	border:0px;
	padding:0px;
}
ul{ 
   list-style:none;
}
ul li{ 
   list-style-type:none;
}
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-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;
}
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{
	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;
}
.topfixed{
	width:100%;
	top:0px;
	background:#40a1ed;
	z-index:10000;
	height:50px;
	overflow:hidden;
	position:fixed;
}
.header{
	max-width:640px;
	height:50px;
	line-height:50px;
	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: 0px;
	top: 50px;
	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;
	float:left;
	padding-left:5px;
}
.logo img{
	max-height:40px;
	vertical-align:middle;
	padding-right:4px;
}
.banner{
	max-width:640px;
	height:auto;
	margin:0 auto;
}
.banner img{
	max-width:100%;
}
.main_wrapper{
	max-width:640px;
	padding:0px 10px;
	margin:0 auto;
}
.main_title{
	text-align:center;
	background:#fff;
	padding:30px 0px 0px 0px;
	font-size:14px;
}
.main{
	width:auto;
	height:175px;
	background:#fff;
	margin:0 auto;
	padding:30px 0px 0px 0px;
	text-align:center;
}
.text01{
	width:80%;
	height:28px;
	padding:5px 5px;
	background:#fff;
    border:1px solid #dbdbdb;
	margin-left:3px;
	border-radius:3px;
    -moz-border-radius:3px; 
    -webkit-border-radius:3px;
	-ms-border-radius:3px;
	font-family:"微软雅黑";
}
.text02{
    width:148px;
	height:25px;
	padding:3px 3px;
	background:#fff;
    border:1px solid #ccc;
	margin-left:3px;
	font-size:12px;
	font-weight:400;
	font-family:"微软雅黑";
}
.checkbtn{
	width:81.3%;
	width:calc(80% + 8px);
	height:45px;
	background:#90c400;
	cursor:pointer;
	color:#fff;
	text-align:center;
	border-radius:3px;
    -moz-border-radius:3px; 
    -webkit-border-radius:3px;
	-ms-border-radius:3px;
    font-size:16px;
	letter-spacing:10px;
	margin-left:3px;
	font-family:"微软雅黑";
}
.main .tipbar li{
	display:inline-block;
}
.copy{
	max-width:640px;
	height:30px;
	line-height:20px;
	padding:25px 10px 0px 10px;
	text-align:center;
	margin:0 auto;
	font-size:12px;
	font-family:"微软雅黑";
	font-weight:300;
}
.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:#ff9d1d;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:25px 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{
	text-align:center;
	color:#fff;
	background:none;
	padding:10px 10px 10px 10px;
}
.AntiFake_title{
	font-family:"微软雅黑";
	font-size:16px;
	color:#666;
	font-weight:500;
	height:50px;
	line-height:50px;
	padding:0px 10px;
	border-bottom:1px solid #ddd;
	background:#fff;
}
.AntiFake_title img{
	vertical-align:middle;
	padding-right:5px;
}
.AntiFake_content{
	font-family:"微软雅黑";
	font-size:16px;
	background:#fff;
	padding:10px 10px;
	
}
.AntiFake_content li{
	min-height:30px;
	line-height:30px;
}
.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:16px;
}
.round{
	width:16px;
	height:16px;
	line-height:16px;
	border:1px solid #555;
	-moz-border-radius:50%; 
    -webkit-border-radius:50%;
	border-radius:50%;
	display:inline-block;
	font-size:14px;
	text-align:center;
	margin:0px 2px;
}
.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;
}
.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 .tipped{
	color:#bbb;
}
.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;
}
.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;
}
/*列表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:38px;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:500;
	text-align:center;
	background:#fafafa;
	padding:0px 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*/