body
{
    color: #333;
    font-family: 'Microsoft YaHei',Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
html, body, div, dl, dt, dd, ul, ol, li, th, td, p, input, h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
}
img, body, html
{
    border: 0;
}
address, caption, cite, code, dfn, em, th, var
{
    font-style: normal;
    font-weight: 400;
}
ol, ul
{
    list-style: none;
}
caption, th
{
    text-align: left;
}
q:before, q:after
{
    content: '';
}
a, a:visited
{
    text-decoration: none;
    color: #333;
}
a:hover, a:active
{
    color: #33af18;
    text-decoration: none;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.center
{
    margin: 0 auto;
    text-align: center;
}
.clear
{
    clear: both;
}
.hidden
{
    display: none;
}
.fit-parent
{
    height: 100%;
    width: 100%;
}
.inline-block
{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.w
{
    width: 1280px;
    margin: 0 auto;
}
.w1
{
    width: 1000px;
    margin: 0 auto;
}
.w9
{
    width: 900px;
    margin: 0 auto;
}
.colro_f
{
    color: #fff;
}
.clearfix:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix
{
    zoom: 1;
}
.sy_cp
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index_bj
{
    background: #f5f5f5!important;
    padding: 50px 0 0;
}
.bigimg
{
    height: 200px;
    display: block;
    overflow: hidden;
}
.bigimg img
{
    display: block;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transform: scale(1,1);
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    -moz-transform: scale(1,1);
}
.top_djon
{
    color: #fff!important;
}
.left_djon
{
    background: url(../image/ipro-sjxon.png) 10px center no-repeat #1833af!important;
}
.left_djon a
{
    color: #fff!important;
}
.viciao
{
    text-align: center;
    margin-top: 20px;
    height: 26px;
    padding-top: 10px;
}
.viciao span
{
    background: #34af18;
    color: #fff!important;
    padding: 5px 10px;
    border-radius: 5px;
}
.viciao .disabled
{
    cursor: auto;
    background: #f4f4f4!important;
    color: #dad6d6!important;
}
.viciao a
{
    border: solid 1px #dad6d6;
    padding: 5px 10px;
    border-radius: 5px;
}
.viciao a:hover
{
    background: #34af18;
    color: #fff;
    border: solid 1px #dad6d6;
}
.viciao input
{
    padding: 5px;
    display: none;
}
.disabled
{
    border: solid 1px #dad6d6;
    padding: 5px;
}
.current
{
    background: #33af18;
    color: #fff;
    border: solid 1px #dad6d6;
    padding: 5px;
}
@media(min-width: 641px) and (max-width: 1000px)
{
    body
    {
        width: 1300px;
    }
}