*
{
    padding: 0;
    margin: 0;
}
html, body
{
    min-width: auto;
    height: 100%;
}
body
{
    line-height: 1.5;
    font-family: "Microsoft YaHei",Arial,Tahoma,sans-serif;
    background: #fff;
    font-size: 14px;
}
.body
{
    font-size: 12px;
    overflow: hidden;
}
ul, ul li
{
    list-style: none;
    padding-left: 0;
}
a
{
    color: #333;
}
a:hover
{
    color: #007ed1;
}
a
{
    text-decoration: none;
}
a:hover, a:active
{
    text-decoration: none;
}
a:focus
{
    text-decoration: none;
}
.font15
{
    font-size: 15px!important;
}
.font16
{
    font-size: 16px!important;
}
.font18
{
    font-size: 18px!important;
}
.font20
{
    font-size: 20px!important;
}
.font22
{
    font-size: 22px!important;
}
.font24
{
    font-size: 24px!important;
}
.font26
{
    font-size: 26px!important;
}
.font28
{
    font-size: 28px!important;
}
.font30
{
    font-size: 30px!important;
}
.font32
{
    font-size: 32px!important;
}
.font36
{
    font-size: 36px!important;
}
.font48
{
    font-size: 48px!important;
}
.fontNormal
{
    font-weight: normal!important;
}
.fontBold
{
    font-weight: bold!important;
}
.color_main
{
    color: #333;
}
.color_red
{
    color: #ae3133;
}
.color_vice
{
    color: #75ffd1;
}
.color_vice_light
{
    color: #e6e5e5;
}
.color_h
{
    color: #a6a6a6;
}
.color_span
{
    color: #d0cfcf;
}
.color_white
{
    color: #fff;
}
.text-left
{
    text-align: left;
}
.text-center
{
    text-align: center;
}
.text-right
{
    text-align: right;
}
.textin2em
{
    text-indent: 2em;
}
.textjustify
{
    text-align: justify;
}
.linehei2
{
    line-height: 2;
}
.clearboth
{
    clear: both;
}
.titleEn
{
    font-family: 'Oswald',sans-serif,impact;
    margin-bottom: 5px;
}
.clearance
{
    width: 100%;
    height: 50px;
    overflow: hidden;
}
.clearance30
{
    width: 100%;
    height: 30px;
    overflow: hidden;
}
.clearance10
{
    width: 100%;
    height: 10px;
    overflow: hidden;
}
.setion
{
    width: 100%;
    margin: 0;
    clear: both;
    z-index: 111;
    overflow: hidden;
}
.wid94
{
    width: 94%;
    margin: 0 auto;
}
.wid90
{
    width: 90%;
    margin: 0 auto;
}
.wid80
{
    max-width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
.wid1300
{
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}
.viewMore
{
    margin: 30px auto 0 auto;
    width: 150px;
    height: 40px;
    border: 2px #fff solid;
    color: #00479d;
    line-height: 40px;
    font-size: 16px;
}
.viewMoreP
{
    line-height: 30px;
    font-weight: bold;
    float: right;
    margin: 0 10px 0 auto;
    background: #ffaf22;
    border-radius: 15px;
    padding-left: 8px;
    padding-right: 8px;
    color: #fff;
}
@media(max-width: 1366px)
{
    .wid80
    {
        max-width: 97%!important;
    }
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.pc-show
{
    display: block;
}
.phone-show
{
    display: none;
}
@media(max-width: 990px)
{
    .pc-show
    {
        display: none!important;
    }
    .phone-show
    {
        display: block;
    }
    .clearance
    {
        width: 100%;
        height: 30px;
    }
    .clearance30
    {
        width: 100%;
        height: 20px;
    }
    .clearance10
    {
        width: 100%;
        height: 10px;
    }
}
::-webkit-scrollbar
{
    width: 4px;
}
::-webkit-scrollbar-track
{
    background-color: #f0f0f0;
    border-radius: 0;
}
::-webkit-scrollbar-thumb
{
    background-color: #007ed1;
}
::-webkit-scrollbar-thumb:window-inactive
{
    background-color: #007ed1;
}
.position
{
    display: none;
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    z-index: 1001;
    background: #323232;
}
.innerWrapper
{
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 0;
}
.innerWrapper a
{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 33.3333%;
}
.position .innerWrapper a img
{
    display: block;
    margin: 0 auto;
}
@media(max-width: 990px)
{
    .position
    {
        display: block;
    }
    .topLogBox
    {
        margin-bottom: 40px;
    }
}