html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
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,
input,
button {
  margin: 0;
  padding: 0;
  font-family: Helvetica;
}
html {
  background: #fff;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
a,
div,
header,
footer,
body {
  /*-webkit-user-select: none;*/
  /* Chrome all / Safari all */
  /*-moz-user-select: none;*/
  /* Firefox all （移动端不需要） */
  /*-ms-user-select: none;*/
  /* IE 10+ */
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="number"],
button {
  /*appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;*/
  resize: none;
  display: block;
  /*border: 0 none;*/
  background: #FFFFFF;
  outline: none;
  text-align: left;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  text-align: center;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  -webkit-appearance: none;
  border: none;
  outline: none;
}
input:active,
input:focus,
input:hover {
  /*-webkit-appearance: none;*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only;
  /*border: none;*/
  outline: none;
}
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
/*解决chorme浏览器input记住密码后出现黄色背景*/
input:-webkit-autofill {
    -webkit-text-fill-color: #AFADAD !important;
    transition: background-color 5000s ease-in-out 0s;
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
i {
  font-style: normal;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
  padding: 0;
  margin: 0;
}
ul,
ol,
ul,
li {
  list-style: none;
}
a img,
img {
  border: none;
  display: inline;
  vertical-align: top;
}
a {
  text-decoration: none;
}
a {
  *outline: none;
}
a:link,
a:visited,
a:hover,
a:active,
a span:hover {
  text-decoration: none;
}
.hide {
  display: none;
}
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}

select:focus,select:active,select:hover{
  outline:none;
}


/*以下为导航和顶部时间登录注册 开始*/
.s_timeWrap{
	width: 100%;
	height: 40px;
	border-bottom: #EDEEF0 solid 1px;
	background: #FCFCFC;
	/*position: fixed;*/
	top: 0px;
	z-index: 2;
}
.sWrap{
	width: 1100px;
	margin: 0px auto;
	line-height: 40px;
	font-size: 14px;
	color: #555555;
}
.s_time{
	float: left;
}
.s_login{
	float: right;
}
.loginLine{
	margin: 0px 10px;
	display: inline-block;
}
.s_top50{
	margin: 47px auto 5px;
	width: 1100px;
	/*border: #f00 solid 1px;*/
	min-height: 61px;
	overflow: hidden;
}
.s_Logo{
	float: left;
}
.logo1{
	margin-top: 7px;
}
.logo2{
	margin-top: 23px; 
	margin-left:23px; 
	vertical-align: top;
}
.logoText{
	line-height: 34px;
	height: 34px;
	border-left: #B5B5B5 solid 1px;
	padding-left: 12px;
	font-size: 22px;
	color: #1e94d4;
	margin-left: 10px;
	margin-top: 21px;
	display: inline-block;
}
.s_Logo img{
	float: left;
}
.codeWrap{
	float: right;
	font-size: 13px;
}

.code{
	margin-left: 7px;
	float: left;
	width: 82px;
	height: 82px;
	/*border: #f0f solid 1px;*/
}
.code img{
	width: 82px;
	height: 82px;
}
.searchWrap{
	position: relative;
	z-index: 1;
	float: right;
	margin-top: 21px;
	/*border: #f00 solid 1px;*/
	border-radius:4px;
}
.searchSelect{
	font-size: 14px;
    color: #555555;
    padding: 9px;
    float: left;
    border-right: 0px;
    border-radius: 4px 0px 0px 4px;
}
.searchIpt{
	width:276px;
	height:34px;
	/*border: #D2D2D2 solid 1px;
	border-radius:4px 0px 0px 4px;*/
	padding-left: 10px;
	float: left;
	margin-right: 2px;
}
.searchIcon{
	background: #1E94D4 url(../img/search.png;vpn_img) center center no-repeat;
    width: 55px;
    height: 38px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    border-radius:0px 4px 4px 0px;
	/*background: url(../img/search.png;vpn_img) 0px 0px no-repeat;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 7px;
    right: 20px;
    z-index: 2;*/
}
.submitIpt{
	width: 23px;
	height: 23px;
	position: absolute;
	top: 7px;
    right: 20px;
    z-index: 3;
    opacity: 0;
    filter:Alpha(opacity=0)。
}
.mar_top34{
	margin-top: 34px;
}
.exit{
	display: inline-block;
	color: #1e94d4;
	font-size: 14px;
	padding-left: 22px;
}
/*以下为导航和顶部时间登录注册 结束*/

/*免责声明start*/
.declare{
	min-height: 100px;
   overflow: hidden;
  width: 750px;
  padding: 22px 10px 0px 10px;
  text-align: justify;
}
.declare p{
	padding: 3px 0px;
}


.declare_video{
	min-height: 100px;
   overflow: hidden;
  width: 1000px;
  padding: 22px 10px 0px 10px;
  text-align: justify;
}
.declare_video p{
	padding: 3px 0px;
}
/*免责声明end*/