﻿html, 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, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  vertical-align:baseline;
}
blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:""; content:none;}

ins { background-color:#ff9; color:#000; text-decoration:none;}

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold;}

del { text-decoration:line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help;}

table { border-collapse:collapse; border-spacing:0;}

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0;}

input, select { vertical-align:middle; }

@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* 去除iPhone中默认的input样式 */
input[type="submit"],

input[type="reset"],

input[type="button"],

input{-webkit-appearance:none; resize: none;}
/* 取消链接高亮  */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,
aside, details,figcaption,figure,footer,header, menu,nav,section{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); }
/* 设置HTML5元素为块 */
article, aside, details,figcaption,figure,footer,header, menu,nav,section {
  display: block;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width:auto\9; /* ie8 */
  -ms-interpolation-mode:bicubic;/*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,
aside, details,figcaption,figure,footer,header, menu,nav,section{margin:0; padding:0;}
body{font-family: Hiragino Sans GB, Microsoft YaHei, "Helvetica Neue", Helvetica, Arial, sans-serif;}

em,i{font-style:normal;}
strong{font-weight: normal;}
.clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;}
.clearfix{zoom:1;}
a{text-decoration:none; color:#8B8B8B; font-family: Hiragino Sans GB(W3),Hiragino Sans GB,'宋体',Microsoft YaHei,Tahoma,Arial,sans-serif;display: block;}
a:hover{text-decoration:none;}
ul,ol{list-style:none;}
*{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
html{font-size: 25px;margin:0 auto;}
*{
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}
/*.clear{*/
  /*clear: both;*/
/*}*/
/*.wrap{*/
  /*width: 80%;*/
  /*margin: 0 auto;*/
  /*height: 100%;*/
/*}*/
/*header{*/
  /*width: 100%;*/
  /*background-color: #f7f8f8;*/
  /*height: 3.5rem;*/
/*}*/
/*#logo{*/
  /*height: 100%;*/
  /*width: 20%;*/
  /*max-width: 265px;*/
  /*min-width: 100px;*/
/*}*/
/*#logo:after,#logo a,.banner li a,.banner li:after{*/
  /*content: "";*/
  /*display: inline-block;*/
  /*vertical-align: middle;*/
/*}*/
/*#logo:after,.banner li:after{*/
  /*height: 100%;*/
/*}*/
/*#logo,.banner li{*/
  /*float: left;*/
/*}*/
/*.banner{*/
  /*float: right;*/
  /*height: 100%;*/
  /*width: 60%;*/
/*}*/
/*.banner li{*/
  /*height: 100%;*/
  /*width: 24%;*/
  /*margin: 0 0.5%;*/
  /*text-align: center;*/
/*}*/
/*.banner li a{*/
  /*padding: 1% 0;*/
  /*width: 70%;*/
  /*margin: 0 auto;*/
  /*-webkit-box-sizing: border-box;*/
  /*-moz-box-sizing: border-box;*/
  /*box-sizing: border-box;*/
  /*font-size: 0.72rem;*/
  /*color: #595757;*/
/*}*/
/*.banner .current>a{*/
  /*border-radius: 1rem;*/
  /*background-color: #008ee0;*/
/*}*/
/*.banner li a:hover{*/
  /*background-color: #008ee0;*/
  /*border-radius: 1rem;*/
  /*color: #fff;*/
/*}*/
/*.banner .current a{*/
  /*color: #fff;*/
/*}*/
/*.help_center>img{*/
  /*display: block;*/
  /*width: 80%;*/
  /*margin: 0 auto;*/
  /*max-width: 900px;*/
  /*margin-bottom: 2rem;*/
/*}*/
/*.help_center .line_1{*/
  /*font-size: 1.1rem;*/
/*}*/
/*.help_center{*/
  /*border-top: 1px solid #008ee0;*/
  /*margin-top: 2rem;*/
  /*padding: 3rem 0;*/
  /*color: #666;*/
  /*font-size: 1rem;*/
  /*line-height: 200%;*/
  /*position: relative;*/
/*}*/

/*.help_center p{*/
   /*text-align: center;*/
  /*width: 80%;*/
  /*margin: 0 auto;*/
/*}*/
/*.help_center .title{*/
  /*position: absolute;*/
  /*left: 50%;*/
  /*top: -1rem;*/
  /*background-color: #008ee0;*/
  /*padding: 0 1rem;*/
  /*color: #fff;*/
  /*-webkit-transform: translate(-50%, 0);*/
  /*-moz-transform: translate(-50%, 0);*/
  /*-ms-transform: translate(-50%, 0);*/
  /*-o-transform: translate(-50%, 0);*/
  /*transform: translate(-50%, 0);*/
/*}*/
/*.help{*/
  /*margin-bottom: 2rem;*/
/*}*/
/*.help ul li{*/
  /*position: relative;*/
/*}*/
/*.help ul li>img{*/
  /*display: block;*/
  /*width: 100%;*/
/*}*/
/*.help_text{*/
  /*position: absolute;*/
  /*top: 60%;*/
  /*right: 0;*/
  /*width: 74%;*/
  /*font-size: 0.6rem;*/
  /*-webkit-transform: translate(0, -50%);*/
  /*-moz-transform: translate(0, -50%);*/
  /*-ms-transform: translate(0, -50%);*/
  /*-o-transform: translate(0, -50%);*/
  /*transform: translate(0, -50%);*/
/*}*/
/*.help_text>div{*/
  /*width: 30%;*/
  /*color: #666;*/
/*}*/
/*.help_text div:nth-child(1){*/
  /*float: left;*/
/*}*/
/*.help_text div:nth-child(2){*/
  /*float: right;*/
  /*width: 38%;*/
/*}*/
/*.help_text>div span{*/
  /*color: #008ee0;*/
/*}*/

/*!*footer*!*/
/*footer{*/
  /*background-color: #f7f8f8;*/
  /*padding: 2rem 0;*/
/*}*/
/*footer ul{*/
  /*width: 80%;*/
  /*overflow: hidden;*/
  /*margin: 0 auto;*/
  /*margin-bottom: 2rem;*/
/*}*/
/*footer ul li{*/
  /*float: left;*/
  /*width: 48%;*/
  /*margin: 0 1%;*/
/*}*/
/*footer ul li>div{*/
  /*text-align: center;*/
  /*font-size: 1rem;*/
  /*color: #666;*/
  /*margin-bottom: 10px;*/
/*}*/
/*footer ul li>img{*/
  /*display: block;*/
  /*width: 7.12rem;*/
  /*max-width: 178px;*/
  /*margin: 0 auto;*/
/*}*/
/*footer p{*/
  /*text-align: center;*/
  /*color: #666;*/
  /*font-size: 0.72rem;*/
/*}*/
/*footer p>a{*/
  /*display: inline-block;*/
  /*color: #666;*/
/*}*/
/*footer p:last-child{*/
  /*font-size: 0.56rem;*/
/*}*/
/*@media screen and (max-width: 1089px){*/
  /*.scroll-holder ul li>span{*/
    /*width: 90%;*/
  /*}*/
  /*.scroll-title{*/
    /*margin: 5% 0;*/
    /*font-size: 12px;*/
  /*}*/

/*}*/
/*header,section,footer,body>div{*/
  /*min-width: 1024px;*/
/*}*/



