body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "微软雅黑" !important;
    height: 100%;
    overflow-scrolling: touch;
    position: relative;
    text-rendering: optimizeLegibility;
    width: 100%;
    background: #fff;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #333333
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: 0;
    border-radius: 0;
    -webkit-tap-highlight-color: transparent;
}

p {
    margin: 0;
    padding: 0;
}

i {
    font-style: normal;
}

h1 {
    margin: 0;
    padding: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    outline: none;
}

h2 {
    margin: 0;
    padding: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    outline: none;
}

h3 {
    margin: 0;
    padding: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    outline: none;
}

h4 {
    margin: 0;
    padding: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    outline: none;
}

h5 {
    margin: 0;
    padding: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    outline: none;
}

h6 {
    margin: 0;
    padding: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    outline: none;
}

dl {
    margin: 0;
    padding: 0;
}

dd {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

th {
    margin: 0;
    padding: 0;
}

td {
    margin: 0;
    padding: 0;
}

button {
    margin: 0;
    padding: 0;
    border: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    outline: none;
    cursor: pointer;
}

figure {
    margin: 0;
    padding: 0;
}

input {
    margin: 0;
    padding: 0;
    border: none;
    text-align: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea {
    margin: 0;
    padding: 0;
    border: none;
    resize: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    outline: none;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}

form {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    outline: none;
    text-decoration: none;
}

select {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    outline: none;
}

option {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    outline: none;
}

optgroup {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    outline: none;
}

input[type='submit'] {
    cursor: pointer;
}

input[type='button'] {
    cursor: pointer;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

template {
    display: none;
}

li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none !important;
    cursor: pointer;
}

.clear {
    zoom: 1;
}

.clear::after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

.both {
    clear: both
}

.pf {
    -webkit-transform: translateZ(0);
    position: fixed;
}

.middle {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.middle-v {
    -moz-transform: -moz-translateY(-50%);
    -o-transform: -o-translateY(-50%);
    -webkit-transform: -webkit-translateY(-50%);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.to {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

.t_c {
    text-align: center;
}

.t_l {
    text-align: left;
}

.t_r {
    text-align: right;
}

.none {
    display: none !important;
}

.over_h {
    overflow: hidden;
}

.btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.border_none {
    border: none;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 16;
    -webkit-filter: blur(0px);
    background: rgba(0, 0, 0, 0.5);
}

.filter {
    -webkit-filter: blur(3px);
}

em {
    font-style: normal;
}

.add-fixed {
    transition: all 2s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    box-shadow: -4px -2px 10px #7d67fe;
}

.zm-dok {
    display: inline-block;
    width: 100%;
}

.zm-upr {
    text-transform: uppercase;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.bbm {
    border-bottom: 1px solid #ddd;
}

.bbt {
    border-top: 1px solid #ddd;
}

.vrm {
    vertical-align: middle;
}

.btn {
    cursor: pointer;
}

.mb5 {
    margin-bottom: 0.5rem;
}

.mt5 {
    margin-top: 0.5rem;
}

.w100 {
    width: 100%;
}

.tx-r {
    color: #f00000 !important;
}

.ellipsis-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ellipsis-5 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.header-main {
    background: #ffffff;
}

.header-main .top-flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.header-main .logo-box {
    max-width: 109px;
    max-height: 75px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.header-main .right-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 16%;
}

.header-main .right-box .rght-text {
    font-size: 16px;
    margin-right: 45px;
    cursor: pointer;
}

.header-main .right-box .pc_langbox {
    position: relative;
}

.header-main .right-box .pc_langbox .pc_hidd_box {
    position: absolute;
    background: #ffffff;
    width: 100%;
    z-index: 2;
    padding: 15px 15px 0;
}

.header-main .right-box .pc_langbox .pc_hidd_box > a {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
}

.search {
    width: 24px;
    height: 24px;
    background: url('../images/search.png') no-repeat;
    background-size: 100% 100%;
}

.header-main .languagebox {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../images/language.png') no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 10px;
}

.header-main .laaction .languagebox {
    background: url('../images/language-1.png') no-repeat;
}

.header-main .laaction .rght-text {
    color: #24b23c;
}

#cssmenu > ul > li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu {
    width: auto;
    line-height: 1;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li > a {
    padding: 16px 25px;
    margin-right: 25px;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    color: #24b23c;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 25px;
    font-size: 18px;
}

#cssmenu > ul > li.has-sub > .dropdown-icon::after {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu > ul > li:hover > .dropdown-icon::after, #cssmenu > ul > li.active .dropdown-icon::after {
    border-color: #24b23c;
}

#cssmenu ul .dropdown {
    position: absolute;
    padding: 20px 0;
    z-index: 999;
    background: #ffffff;
    left: -99999px;
    width: max-content;
}

#cssmenu > ul > li:hover > ul {
    left: 0;
}

#cssmenu ul ul li a {
    font-size: 16px;
    padding: 10px 20px;
}

#cssmenu ul ul li a:hover {
    color: #24b23c;
}

#cssmenu ul .dropdown .dropdown_2 {
    position: absolute;
    background: #fff;
    top: 0;
    padding: 20px 0;
    left: -99999px;
    width: max-content;
}

#cssmenu .dropdown > li:hover > .dropdown_2 {
    left: 100%;
}

#cssmenu .dropdown .dropdown_2 li {
    border-left: 1px solid #24b23c;
}

.header-main .search-input-box {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 10px;
    display: none;
    width: 16%;
}

.header-main .search-input-box input {
    width: 93%;
}

#menu-button {
    width: 22px;
    height: 19px;
    background: url("../images/menu.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 15px;
}

.menubox {
    position: fixed;
    right: 0;
    width: 75%;
    height: 100%;
    background: #ffffff;
    z-index: 18;
    top: 0;
    padding: 22px 0 20px 30px;
}

.menudelt {
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
}

.mob_langbox {
    position: relative;
}

.mob_langbox .mob_hidd_box {
    position: absolute;
    background: #ffffff;
    z-index: 2;
    padding: 15px 15px 0 0;
    width: 72px;
}

.mob_langbox .mob_hidd_box a {
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
}

.ment {
    height: 100%;
    overflow-y: auto;
    padding-top: 20px;
}

.ment .mentit {
    border-bottom: 1px solid #e6e6e6;
    padding-right: 15px;
}

.ment .mentit:last-child {
    border: none;
}

.ment .mentit span {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    font-weight: bold;
    font-size: 15px;
}

.ment .mentit span i {
    display: inline-block;
    float: right;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin-top: 3px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
    transform: rotate(45deg);
    transition: border-color 0.2s ease;
}

.ment .menul li {
    margin-bottom: 13px;
    font-size: 14px;
    color: #666666;
}

.ment .menul li a {
    display: inline-block;
    width: 100%;
}

.nav-main {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    position: fixed;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 6;
    background: #ffffff;
}

.search-box {
    display: flex;
    align-items: center;
}

.nav-main .logo-box {
    width: 58px;
    height: 40px;
}

.ment .mentit span.action {
    color: #24b23c;
}

.ment .mentit span.action i {
    border-color: #24b23c;
}

.division {
    display: none;
    width: 100%;
    height: 60px;
}


footer {
    padding: 100px 0 50px;
    background: #2d3f59;
}

footer .top-nav-box {
    display: flex;
    font-size: 16px;
    color: #e5e5e5;
    margin-bottom: 50px;
}

footer .top-nav-box > div {
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid #ffffff;
    cursor: pointer;
}

footer .top-nav-box > div a {
    color: #fff;
}

footer .top-nav-box > div:last-child {
    border-right: none;
}

footer .top-nav-box > div:hover {
    color: #24b23c;
}

footer .two-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #e5e5e5;
    margin-bottom: 80px;
}

footer .two-box .left-boxx {
    font-size: 16px;
}

footer .two-box .left-boxx span {
    margin-right: 40px;
}

footer .two-box .left-boxx span i {
    font-size: 18px;
}

footer .two-box .right-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .two-box .right-box .xxbox {
    width: 36px;
    height: 36px;
    background: url("../images/xinxi.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
}

footer .two-box .right-box .xxbox:hover {
    background-image: url("../images/xinxi-1.png");
}

footer .two-box .right-box .en-box {
    background: #e6e6e6;
    font-size: 16px;
    color: #2d3f59;
    padding: 10px 20px;
    border-radius: 30px;
    margin-left: 37px;
    display: flex;
    cursor: pointer;
}

footer .two-box .right-box .en-box .xximg {
    width: 24px;
    height: 24px;
    background: url("../images/language.png") no-repeat;
    background-size: 100%;
    margin-right: 10px;
}

footer .two-box .right-box .en-box:hover {
    background: #24b23c;
    color: #ffffff;
}

footer .two-box .right-box .en-box:hover .xximg {
    background-image: url("../images/language-2.png");
}

footer .last-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #a1a8b2;
}

footer .last-box .left-box div {
    margin-top: 15px;
}

footer .last-box .left-box div span {
    margin: 0 15px;
}

footer .hid-box {
    display: none;
}

ul.pagination {
    padding: 0 !important;
}

.pagination li a, .pagination li span {
    width: 100%;
    display: block;
    padding: 8px 15px;
}

.page, .pagination {
    padding-bottom: 160px;
    text-align: center;
    font-size: 21px;
    color: #999999;
}

.page a, .pagination li {
    display: inline-block !important;
    margin-right: 20px;

    border: 1px solid #e9e9e9;
    border-radius: 50%;
}

/*.page #page-next,.page #page-pre{*/
/*    display: inline-block;*/
/*    width: 48px;*/
/*    height: 48px;*/
/*    line-height: 48px;*/
/*    text-align: center;*/
/*    background: #ffffff;*/
/*    border-radius: 50%;*/
/*}*/
/*.page #page-next{*/
/*    float: right;*/
/*}*/
/*.page #page-pre{*/
/*    float: left;*/
/*}*/
.page .current, .pagination .active {
    color: #ffffff;
    background: #24b23c;
    border-radius: 50%;
    margin-right: 20px;
    border: none;
}

@media screen and (max-width: 1280px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
}

@media screen and (max-width: 1000px) {
    .header-main .right-box, .header-main .search-input-box {
        width: auto;
    }

    .header-main .search-input-box input {
        width: 88%;
    }

    footer .top-nav-box > div {
        margin-right: 20px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 768px) {
    .header-main, footer .top-nav-box, footer .two-box .right-box, footer .last-box .left-box div:nth-child(2), footer .last-box img {
        display: none !important;
    }

    .nav-main {
        display: flex;
    }

    .division, footer .two-box, footer .last-box, footer .hid-box {
        display: block !important;
    }

    footer {
        padding: 50px 0;
    }

    footer .two-box .left-boxx em {
        display: block;
        text-transform: uppercase;
        color: #536580;
    }

    footer .two-box .left-boxx span {
        display: block;
        margin-bottom: 9px;
    }

    footer .two-box {
        margin-bottom: 30px;
        padding-bottom: 25px;
        border-bottom: 1px solid #536580;
    }

    footer .hid-box {
        text-align: center;
        margin-top: 20px;
    }

    footer .hid-box img {
        margin: 0 15px;
        max-width: 29px;
    }
}