/*公用css*/
*{ margin: 0; padding: 0;}
li{ list-style: none}
img { border: 0;}
body, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, a, code, em, img, p, span, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input, textarea, nput, select, button {
    border: 0;
    font-family: "微软雅黑";
    font-size: 14px;
    color:#333333;
}
body { min-width: 1200px; }
select{outline:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;}
select::-ms-expand { display: none; }
table{border-collapse:collapse; }
button { cursor: pointer; }
.over{overflow: hidden;}
a {
    color: #333333;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
a:active, a:hover {
    color: #0091ea;
}
.full{width:100%;}


/*字体图标*/
@font-face {
  font-family: 'iconfont';  /* project id 274880 */
  src: url('//at.alicdn.com/t/font_y96xbxzimg77rpb9.eot');
  src: url('//at.alicdn.com/t/font_y96xbxzimg77rpb9.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_y96xbxzimg77rpb9.woff') format('woff'),
  url('//at.alicdn.com/t/font_y96xbxzimg77rpb9.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_y96xbxzimg77rpb9.svg#iconfont') format('svg');
}

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.wrap { width: 1200px; margin: 0 auto; }

.block { display: block; }

 .hide { display: none;  }

.clearfix:after { content: ""; display: block; height: 0; clear: both; }

.fr { float: right; }

.fl { float: left; }

.text-right { text-align: right !important; }

.margin-top-10 { margin-top: 10px; }

.margin-top-20 { margin-top: 20px; }

.padding-top-20 { padding-top: 20px; }

.border-left-0 { border-left: 0 !important; }

.border-right-0 { border-right: 0 !important; }

.color-white { color: #fff !important; }

.color-blue { color: #204180 !important; }

.font-size-14 { font-size: 14px; }

.font-size-16 { font-size: 16px; }

.font-size-18 { font-size: 18px; }

.font-size-20 { font-size: 20px; }