﻿/*reset开始ʼ*/
html{margin:0;padding:0;border:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, nav, section{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section{display:block;}
body,a{font-size:14px;font-family:"微软雅黑",黑体,Verdana,Arial;color:#909090;background:#fff;line-height: 1.5;}
img{border:0;vertical-align:bottom;}
::-webkit-input-placeholder{color:#999;}
:-moz-placeholder{color:#999;}
::-moz-placeholder{color:#999;}
:-ms-input-placeholder{color:#ccc;}
*{-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;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
textarea{overflow:auto;}
input:focus,textarea:focus,button:focus,select:focus{outline:none;}
input::-ms-clear{display:none;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}
audio:not([controls]){display:none;height:0;}
[hidden],template{display:none;}
a{text-decoration: none;background:transparent;}
a:active,a:hover{}
a:focus{outline-offset:-2px;}
abbr[title]{border-bottom:1px dotted;}
b,strong{font-weight:bold;}
dfn{font-style:italic;}
mark{color:#000;background:#ff0;}
sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline;}
sup{top:-.5em;}
sub{bottom:-.25em;}
svg:not(:root){overflow:hidden;}
figure{margin:1em 40px;}
hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box;}
pre{overflow:auto;}
code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em;}
button,input,optgroup,select,textarea{margin:0;font:inherit;}
button{overflow:visible;}
button,select{text-transform:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],html input[disabled]{cursor:default;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
input{line-height:normal;}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}
input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0;}
legend{padding:0;border:0;}
optgroup{font-weight:bold;}
table{border-spacing:0;border-collapse:collapse;}
td,th{padding:0;}
ul ,li {list-style-type:none;}
/*reset 结束*/

/* 高度 清楚 浮动 居中  */



.g1{height:10px;overflow:hidden;}
.g2{height:15px;overflow:hidden;}
.clear{overflow:hidden;}
.left{float:left;}
.right{float:right;}
.center{margin:0 auto}
.tcenter{text-align: center;}
.clear{  overflow: hidden;}

/*    字体    颜色    */
.fc1{ color:#fff;}
.fc2{ color:#0099CC;}
.fc3{ color:#3f7de3;}
.fc4{ color:#ebaa20;}
.fc5{ color:#000;}
.fc6{ color:#fff;}
.fc7{ color:red;}
.fc8{ color:green;}

/*   字体  大小   */

.fs1{ font-size:12px;}
.fs2{ font-size:14px;}
.fs3{ font-size:16px;}
.fs4{ font-size:18px;}
.fs5{ font-size:20px;}
.fs6{ font-size:24px;}
.fs{font-weight: bold;}

/*   背景   颜色   */

.back1 {background:#38383c;}
.back2 {background:#fff;}
.back3 {background:#3e98f0;}
.back4 {background:#237a5d;}
.back5 {background:#fab248;}
.back6 {background:#237a5d;}
.back7 {background:#e5e5e5;}

/*线  的样式*/

.xian1{ height: 1px; background: #c8c7cc;}


/*  页面  头   脚     */
body{ background: #e8e8e8;}
.header1{ width:5%; margin-left: 1%; padding-top: 10px;}
.header1 img{ width: 100%; max-height: 50px;}
.header2{ width: 94%; line-height: 55px;}
.footer{}