html, body {
    margin: 0;
    padding: 0;
}

.pagebox {
    position: relative;
}

#content_box-1568949755971-0:hover #w_fline-1568949755993 {
    max-width: 80% !important;
}

*, p, span, a, div {
    font-family: Oswald, sans-serif, arial, 微软雅黑 !important;
}

#w_fline-1568949755993 {
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

#content_box-1568949755976-0:hover #w_fline-1568949756005 {
    max-width: 80% !important;
}

#content_box-1568949755979-0:hover #w_fline-1568949756015 {
    max-width: 80% !important;
}

#content_box-1568949755984-0:hover #w_fline-1568949756027 {
    max-width: 80% !important;
}

#w_fline-1568949756005, #w_fline-1568949756015, #w_fline-1568949756027 {
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

a {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

@media only screen and (min-width: 769px) {
    .p_page .pre {
        display: inline-table;
        position: relative;
        left: 0;
        top: 0;
        float: left;
        height: 38px;
        margin: 0 5px 0 18px;
        text-align: center;
        padding: 0 10px;
        border-radius: 0px;
        border: 1px solid #fff;
        background: #fff;
        color: #333333;
    }

    .p_page .pre:active {
        background: #0c64b3;
        border-color: #0c64b3;
        color: #fff;
    }

    .p_page .pre:hover {
        color: #fff;
        background: #0c64b3;
        border-color: #0c64b3;
        cursor: pointer;
    }

    .p_page .next {
        display: inline-table;
        position: relative;
        left: 0;
        top: 0;
        float: left;
        height: 38px;
        border: 1px solid #fff;
        background: #fff;
        color: #333;
        text-align: center;
        padding: 0 10px;
        border-radius: 0px;
    }

    .p_page .next:active {
        background: #0c64b3;
        border-color: #0c64b3;
        color: #fff;
    }

    .p_page .next:hover {
        background: #0c64b3;
        border-color: #0c64b3;
        color: #fff;
        cursor: pointer;
    }

    .p_page .pageNum {
        position: relative;
        float: left;
        height: 38px;
        min-width: 38px;
        margin: 0 5px 0 0;
        padding: 0 5px;
        background-size: 100% 100%;
        color: #595959;
        border: 1px solid #fff;
        cursor: pointer;
        line-height: 38px;
        display: inline-block;
        font-family: inherit;
        font-size: 14px;
        font-weight: inherit;
        text-decoration: none;
        background-color: #fff;
        text-align: center;
        border-radius: 0px;
    }

    .p_page .pageNum:active {
        color: #fff;
        text-decoration: none;
        background-color: #0c64b3;
        border-color: #0c64b3;
    }

    .p_page .pageNum:hover {
        color: #fff;
        border-color: #0c64b3;
        cursor: pointer;
        text-decoration: none;
        background-color: #0c64b3;
    }

    .p_page .pageNum.active {
        text-decoration: none;
        background-color: #0c64b3;
        color: #fff;
        border-color: #0c64b3;
    }
}

@media screen and (max-width: 768px) {
    .p_pagebox .NumBox {
        display: none !important;
    }

    .p_pagebox {
        width: 100%;
        text-align: center;
    }

    .p_pagebox .js_pageBtnDisable, .p_pagebox .js_pageBtnDisable:hover, .p_pagebox .js_pageBtnDisable:active {
        background: #f5f5f5 !important;
        border-color: #d9d9d9 !important;
        color: #bfbfbf !important;
        cursor: default;
    }

    .p_pagebox .js_pageBtnDisable .iconfont {
        color: #ddd !important;
    }

    .p_pagebox .js_pageBtnDisable:hover .iconfont {
        color: #bfbfbf !important;
    }

    .p_pagebox .pre {
        width: 48%;
        margin-right: 2%;
        background-color: #0c64b3;
    }

    .p_pagebox .pre:hover {
        color: rgba(255, 255, 255, 1);
        border-color: #0c64b3;
        background-color: #0c64b3;
        cursor: pointer;
    }

    .p_pagebox .pre:active {
        background-color: #0c64b3;
    }

    .p_pagebox .next {
        width: 48%;
        margin-left: 2%;
        background-color: #0c64b3;
    }

    .p_pagebox .next:hover {
        background-color: #0c64b3;
    }

    .p_pagebox .next:active {
        background-color: #0c64b3;
    }
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #015bbb;
}

@-webkit-keyframes scaleBigToSmall {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleBigToSmall {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideIn {
    0% {
        transform: translateX(-100%);
        opacity: 1;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes imgIn {
    0% {
        -webkit-transform: -webkit-translateX(100%);
        opacity: 1;
    }
    100% {
        -webkit-transform: -webkit-translateX(0);
        opacity: 1;
    }
}

@keyframes imgIn {
    0% {
        transform: translateX(100%);
        opacity: 1;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.return_top {

    width: 60px;
    height: 60px;
    background: url(../image/top.png) no-repeat center rgba(4, 111, 184, 0.85);
    border-radius: 60px;
    position: fixed;
    right: -120px;
    background-size: 60%;
    bottom: 20px;
    border: 2px solid #2297e6;
    cursor: pointer;
    z-index: 99999;
    opacity: 0.85;
    transform: rotate(90deg);
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.tos {
    right: 20px;
    transform: rotate(0deg);

}

.return_top:hover {
    transform: scale(0.9);


}

@media only screen and (max-width: 1024px) {
    .tos {
        right: 10px;
        transform: rotate(0deg);
    }

}

.font14 {
    font-size:14px
}

.font20 {
    font-size:20px
}

.font32 {
    font-size:32px
}

.font40 {
    font-size:40px
}

.font48 {
    font-size:48px
}

.font-fa-ahs {
    font-family:arial,helvetica,sans-serif
}

.font-fa-times {
    font-family:times new roman,times,serif
}

.font-fa-wryh {
    font-family: 微软雅黑, serif
}

.tc {
    text-align:center
}

.col-blue {
    color:#036eb8
}

.col-333 {
    color:#333
}

.col-A9A9A9 {
    color:#A9A9A9
}

.col-fff {
    color:#fff
}

.line-1-6 {
    line-height:1.6
}

.line-1-8 {
    line-height:1.8
}

.line-2-0 {
    line-height:2
}

.title-col-fs {
    color:rgb(255, 255, 255); font-size:16px
}
