* {
    padding: 0px;
    margin: 0px;
}

html,
body {
    min-width: auto;
    height: 100%;
}

body {
    /*position:relative;*/
    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: #c81010;
}

a {
    text-decoration: none
}

/* img{margin-bottom: -5px;} */
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: #008cd7;
}

.color_red {
    color: #c81010;
}

.color_vice {
    color: #333301;
}

.color_vice_light {
    color: #e6e5e5;
}

.color_h {
    color: #999;
}

.color_span {
    color: #e1e0e0;
}

.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 {
    background: #0ea944;
    margin: 10px 0;
    width: 150px;
    height: 44px;
    border-radius: 22px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
}

@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;
    }

    .phone-show {
        display: block;
        /*margin-bottom: 35px;*/
    }

    .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: 0px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    background-color: #007ed1;
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: #007ed1;
}


.position {
    display: none;
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0px;
    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;
    }
}
