@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 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 {
    margin: 0;
    padding: 0;
    border: 0;
}

a, area {
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a {
    text-decoration: none;
    color: #444;
}

a:hover {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: #004898
}

img {
    -ms-interpolation-mode: bicubic;
}

html, body {
    font-family: 'MicrosoftYaHei', sans-serif;
    min-width: 1200px;
}

html {
    height: 100%;
    position: relative
}

input {
    border-radius: 0;
}

button {
    -webkit-appearance: none;
    border-radius: 0;
}

div, span, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, form {
    list-style: none;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

.boxcenter {
    margin: 0 auto;
}

.fl_all {
    float: left;
    display: inline-block
}

.fr_all {
    float: right;
    display: inline-block
}

.txtdot {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

/*responsive Normal*/

.maxcontainer {
    min-width: 1280px;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.fl_pc {
    float: left;
    display: inline-block
}

.fr_pc {
    float: right;
    display: inline-block
}

.col_2in1 {
    width: 50%;
    *width: 49.9%
}

.col_3in1 {
    width: 33.3%
}

.col_4in1 {
    width: 25%;
    *width: 24.9%
}

.col_5in1 {
    width: 20%;
    *width: 19.9%
}

.col_6in1 {
    width: 16.6%
}

.pchide {
    display: none;
}

.mhide {
    display: block;
}

.padhide {
    display: block;
}

.padshow {
    display: none;
}

.mar0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
    line-height: 0;
}

.main {
    position: relative;
    overflow: hidden;
}


/* 分页*/

.pagerji {    
    width: 96%;
    margin: 0 auto;
    margin-top:40px;
    text-align: center;
    clear: both;
}

.pagerji span a {
    margin: 0 3px;
    display: inline-block;
    padding: 0 14px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 16px;
}

.pagerji span a:hover {
    color: #fff;
    background: #1f55a5;
    border: 1px solid #1f55a5;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
}

.pagerji span a.dq {
    color: #fff;
    background: #1f55a5;
    border: 1px solid #1f55a5;
}
input.num{
    width: 38px;
    height: 38px;
    padding:0;
    margin:0 10px;
    line-height: 40px;
    text-align: center;
    border:1px solid #eee
}
input.go{
    width: 50px;
    height: 40px;
    line-height: 40px;
    background-color: #dddddd;
    color:#333333;
    border: none;
}