html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,hr,p,blockquote,pre,a,abbr,acronym,del,cite,address,small,sub,sup,b,u,i,center,font,em,strong,dl,dt,dd,ul,ol,li,form,fieldset,legend,table,caption,thead,tbody,tfoot,tr,th,td{margin:0;padding:0;outline:none;}
body{color:#7f7f7f;font-weight:none;font-family:'微软雅黑', 'Tahoma','simsun','宋体','arial'; }ul,ol{list-style-type:none}a{text-decoration:none;blr:expression(this.onFocus=this.blur());color:#7f7f7f;}
a:hover{text-decoration:none;color:#3c95e8;} a:focus{outline:none;}li:focus{outline:none;}fieldset,img{border:0}q,blockquote{quotes:"" ""}q:before,q:after,blockquote:before,blockquote:after{content:""}
a:link{text-decoration:none;}
a:active{text-decoration:none;}
del{text-decoration:line-through}ins{text-decoration:underline}sup{vertical-align:super;}sub{vertical-align:sub;}cite,em,dfn{font-style:normal;}
table{border-collapse:collapse;border-spacing:0;empty-cells:show;}caption,th,td{font-weight:normal;text-align:left;}input,textarea,select,button{font-size:100%;margin:0;padding:0;}label,button{cursor:pointer}
textarea{white-space:pre;resize:none;border:1px solid #ececec;}button,input,select,textarea{font-size:100%;}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{margin:0;padding:0;display:block;border:0;font-size:100%;}
.noColor a:hover{color: #535353;}
/*  form Styles  */
input[type=text],input[type=password]{border:1px solid #dfdfdf;height:22px;outline:none;}

h1,h2,h3,h4,h5,h6,b,i{font-weight: normal;}
.clear{clear: both;width: 100%;font-size:0px;height:0px;background:none;border:none;_zoom:1;}

.padding0{padding:0px;}

body{background: #fff;width:100%;height:100%;position:relative;overflow-x:hidden;/*font-family:'微软雅黑';font-size:12px;*/}

@font-face {
    font-family: 'fzlthjw';
    src: url('./font/fzlthjw-webfont.eot');
    src: url('./font/fzlthjw-webfont.eot?#iefix') format('embedded-opentype'),
    url('./font/fzlthjw-webfont.woff') format('woff'),
    url('./font/fzlthjw-webfont.ttf') format('truetype'),
    url('./font/fzlthjw-webfont.svg#fzlantingheis-r-gbregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'fzltxhjw';
    src: url('./font/fzltxhjw-webfont.eot');
    src: url('./font/fzltxhjw-webfont.eot?#iefix') format('embedded-opentype'),
    url('./font/fzltxhjw-webfont.woff') format('woff'),
    url('./font/fzltxhjw-webfont.ttf') format('truetype'),
    url('./font/fzltxhjw-webfont.svg#fzlantingheis-el-gbregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'fzltzhjw';
    src: url('./font/fzltzhjw-webfont.eot');
    src: url('./font/fzltzhjw-webfont.eot?#iefix') format('embedded-opentype'),
    url('./font/fzltzhjw-webfont.woff') format('woff'),
    url('./font/fzltzhjw-webfont.ttf') format('truetype'),
    url('./font/fzltzhjw-webfont.svg#fzlantingheis-db-gbregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fzltzchjw';
    src: url('./font/fzltzchjw-webfont.eot');
    src: url('./font/fzltzchjw-webfont.eot?#iefix') format('embedded-opentype'),
    url('./font/fzltzchjw-webfont.woff') format('woff'),
    url('./font/fzltzchjw-webfont.TTF') format('truetype'),
    url('./font/fzltzchjw-webfont.svg#fzlantingheis-db-gbregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'changan';
    src: url('../font/ChangAnunitype-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

input,textarea,select,button{font-family:"changan",Arial,'微软雅黑';}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*表单验证*/
.yyform .formbox.error{
    border-color: rgb(231, 0, 18);
}
.yyform .formboxAll.error{
    border-color: rgb(231, 0, 18);
}
.yy-agree.error{
    border-width:1px;
    border-style: solid;
    border-color: rgb(231, 0, 18);
}
.formbox.error input{
    color: rgb(231, 0, 18);
}
.formbox.error input::-webkit-input-placeholder {
    /* placeholder颜色  */
    color: rgb(231, 0, 18);
}
.formboxAll.error select{
    color: rgb(231, 0, 18);
}