body, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, html, input, li, ol, p, select, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    min-height: 100%;
    height: 100%
}

body {
    width: 100%;
    font-size: 14px;
    color: #333
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

ol, ul {
    list-style: none
}

img {
    border: none;
    vertical-align: middle;
    font-size: 16px
}

a {
    text-decoration: none
}

table {
    border-collapse: collapse;
    table-layout: fixed
}

input, textarea {
    outline: 0;
    border: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    box-shadow: 0 0 0 1000px #fff inset
}

input::-webkit-input-placeholder {
    color: #b5b5b5
}

input::-moz-placeholder {
    color: #b5b5b5
}

input:-moz-placeholder {
    color: #b5b5b5
}

input:-ms-input-placeholder {
    color: #b5b5b5
}

textarea {
    resize: none;
    overflow: auto
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden
}

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

.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.posr {
    position: relative
}

.verc {
    vertical-align: middle
}

.txc {
    text-align: center !important
}

.txr {
    text-align: right
}

.posr {
    position: relative
}

.disflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fl {
    float: left
}

.fr {
    float: right
}

.word-nowrap {
    white-space: nowrap
}

.cell-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cell-item-fr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-nav-wrap {
    width: 100%;
    min-width: 1280px;
    position: relative;
    z-index: 9999;
    top: 0;
    background-color: #001529
}

.header-content {
    margin: auto;
    background-color: #001529
}

.header-logo-wrap {
    margin-right: 45px;
    margin-left: 40px;
    float: left;
    display: block;
    line-height: 56px
}

.header-logo {
    height: auto
}

.navbar-collapse {
    float: left
}

.header-nav-wrap .top-nav-item {
    padding: 0 17px;
    height: 56px;
    line-height: 56px;
    position: relative;
    white-space: nowrap;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default
}

.header-nav-wrap .top-nav-item:hover {
    background-color: #0170fe
}

.header-nav-wrap .top-nav-item .nav-item-title {
    color: #fff;
    opacity: 1;
    font-size: 16px;
    display: block
}

.header-nav-wrap .top-nav-item:hover .nav-sub-box1 {
    max-height: 210px
}

.header-nav-wrap .top-nav-item:hover .nav-sub-box2 {
    max-height: 210px
}

.nav-sub-box {
    position: absolute;
    opacity: 1;
    left: 50%;
    top: 63px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border-top: 0 solid #fff;
    overflow: hidden;
    margin-top: -6px;
    -webkit-box-shadow: 0 0 7px 0 rgb(0 0 0 / 19%);
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 19%);
    max-height: 0;
    -webkit-transition: all .12s;
    transition: all .12s;
    z-index: 9999;
    color: #595959
}

.nav-sub-box1 {
    left: 50%;
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%)
}

.nav-sub-box .arrow {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    z-index: 3;
    left: 50%;
    top: 0;
    margin-left: -6px;
    margin-top: -6px;
    position: absolute
}

.nav-sub-box1 .arrow {
    left: 25%
}

.nav-sub-box .nav-sub {
    background: #fff;
    padding: 0 20px;
    margin-top: 6px;
    position: relative;
    bottom: 0
}

.nav-sub-li {
    text-align: left;
    padding: 15px 0 20px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap
}

.nav-sub-li .section-title {
    font-weight: 400;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    line-height: 40px;
    padding-left: 10px
}

.nav-sub-li .section-title strong {
    font-weight: 500
}

.nav-sub-li .nav_third_li {
    min-width: 160px;
    text-align: left;
    line-height: 30px;
    height: 30px
}

.nav-sub-li .link-item {
    display: inline-block;
    font-size: 12px;
    padding-left: 10px;
    color: #595959
}

.nav-sub-li .link-item:hover {
    color: #1890ff
}

.header-nav-wrap .language-wrap {
    float: right;
    margin-right: 10px;
    height: 56px;
    line-height: 56px;
    color: #fff
}

.header-nav-wrap .switch-btn {
    cursor: pointer
}

.header-nav-wrap .switch-btn.active {
    color: #1890ff !important;
    background-color: inherit !important
}

.header-nav-wrap .user-wrap {
    float: right
}

.header-nav-wrap .user-btn {
    height: 56px;
    line-height: 56px;
    display: inline-block;
    color: #fff;
    padding: 0 20px;
    position: relative
}

.header-nav-wrap .login-btn {
    margin-left: 6px
}

.header-nav-wrap .logined-wrap {
    min-width: 202px
}

.header-nav-wrap .register-btn {
    background-color: #1890ff;
    height: 100%;
    -webkit-transition: all .3s cubic-bezier(.65, .05, .36, 1);
    transition: all .3s cubic-bezier(.65, .05, .36, 1)
}

.header-nav-wrap .register-btn:hover {
    background-color: #40a9ff
}

.header-nav-wrap .register-btn:active {
    background-color: #096dd9
}

.header-nav-wrap .user-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer
}

.header-nav-wrap .nav-sub-box-user {
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    left: auto;
    background-color: #1d2128;
    border-radius: 2px;
    width: 186px;
    font-size: 12px
}

.header-nav-wrap .logined-wrap .en-nav-user {
    width: 200px
}

.header-nav-wrap .user-btn:hover .nav-sub-box-user {
    max-height: 218px
}

.header-nav-wrap .nav-drop-item {
    line-height: 24px;
    color: hsla(0, 0%, 100%, .85);
    display: block;
    padding: 0 12px 0 16px;
    margin: 9px 0;
    position: relative
}

.header-nav-wrap .nav-drop-item a {
    color: hsla(0, 0%, 100%, .85)
}

.header-nav-wrap .nav-drop-item.login-out-btn {
    cursor: pointer
}
.fenghua-utility-wrapper{
    display: none;
    visibility: hidden;
    position: absolute;
    right: -12px;
    top: 32px;
}
.lang-select{
    position: relative;
    margin-right: 10px;
}
.pc-not-show{
    display: none;
}
.m_lang_list {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}
.change_lange_text{
    margin-left: 6px;
    font-weight: bold;
}
.logo_right{
    display: none;
}

.footer-wrap {
    width: 100%;
    background-color: #fff;
    color: #00000066;
    font-size: 12px
}

.footer-content {
    margin: 0 auto;
    padding: 40px 10px;
    width: 1300px;
    max-width: 100%;
}

.footer-content .record-info {
    padding-top: 60px
}

.footer-info {
    max-width: 25%;
    float: left
}

.footer-wrap .company-name {
    color: #000;
    font-size: 18px;
    margin: 8px 0 4px
}

.footer-wrap .logo {
    display: block;
    width: 130px;
    height: auto
}

.footer-wrap .nav-info {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-wrap .nav-title {
    color: #000000cc;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 2px
}

.footer-wrap .nav-item {
    padding: 4px 0;
    cursor: pointer
}

.footer-wrap .nav-item:hover {
    color: #000000cc
}

.footer-wrap .nav-section:not(:last-child) {
    width: 116px
}

@media (max-width: 992px) {
    .footer-wrap {
        min-width: auto
    }
    .logo_right{
        display: flex;
    }
    .m-not-show{
        display: none;
    }

    .footer-content {
        width: 100%;
        padding-top: 30px
    }

    .footer-wrap .footer-info {
        float: none
    }

    .footer-wrap .nav-info {
        display: none
    }

    .footer-wrap .clearfix::after {
        content: none
    }

    .footer-info {
        width: 100%;
        max-width: 100%;
        text-align: center
    }

    .footer-info .logo {
        margin: 0 auto
    }

    .footer-wrap .record-info {
        padding: 20px 15px 0;
        text-align: center
    }
}

.mt10 {
    margin-top: 10px
}

.main-container {
    min-width: 1280px
}

.hide {
    display: none !important
}

.mask {
    position: fixed;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none
}

.public-dialog {
    width: 350px;
    position: relative;
    margin: 15vh auto 50px;
    background: rgba(255, 255, 255, .9);
    border-radius: 2px;
    text-align: center;
    padding: 60px 20px 40px;
    color: #606266;
    font-size: 14px;
    line-height: 1.5
}

.normal-mask .close-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 26px;
    color: #909399;
    cursor: pointer
}

.public-dialog .public-img {
    display: block;
    margin: 0 auto 20px;
    width: 180px
}

.header-content .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-content-logo {
    background-color: #001529;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-wrap-one {
    height: 56px
}

.header-wrap-two {
    width: 100%;
    height: 112px;
    min-width: 1280px
}

.header-wrap-two .nav-sub-box1 {
    left: 73%;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%)
}

.header-wrap-two .nav-sub-box .arrow {
    left: 7%
}

.header-wrap-two .nav-sub-box .arrow1 {
    left: 50%
}

.page {
    position: relative;
    min-height: 32px
}

.page .custom-pagination, .page .custom-pagination .page-to input, .page .custom-pagination ul li, .page.custom-pagination ul {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.page .custom-pagination {
    min-height: 30px;
    color: #666;
    text-align: center;
    font-size: 14px;
    margin-left: 0 !important;
    float: right
}

.page .custom-pagination ul {
    float: left;
    height: 30px;
    list-style: none;
    padding: 0;
    font-size: 0;
    overflow: hidden;
    white-space: nowrap;
    margin: 2px 0
}

.page .custom-pagination ul li {
    display: inline-block;
    font-size: 14px;
    min-width: 30px;
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
    margin-left: 10px;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    vertical-align: top
}

.page .custom-pagination ul li:first-child {
    margin-left: 0
}

.page .custom-pagination ul li.current-page {
    background-color: #143c68;
    color: #fff;
    border: 0;
    line-height: 30px
}

.page .custom-pagination ul li:hover {
    background-color: #143c68;
    color: #fff
}

.custom-pagination a.next-page, .page .custom-pagination a.prev-page {
    display: block;
    float: left;
    width: 80px;
    height: 30px;
    line-height: 28px;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    color: #666;
    text-decoration: none;
    margin: 2px 0
}

.page .custom-pagination a.prev-page {
    margin-right: 10px
}

.page .custom-pagination a.next-page {
    margin-left: 10px
}

.page .custom-pagination a.next-page:hover, .page .custom-pagination a.prev-page:hover {
    background-color: #143c68;
    color: #fff
}

.page .custom-pagination ul li.ellipsis {
    background-color: transparent;
    border: 0;
    cursor: default;
    line-height: 18px;
    font-size: 20px
}

.page .custom-pagination ul li.ellipsis:hover {
    background-color: transparent;
    border: 0;
    cursor: default;
    line-height: 18px;
    font-size: 20px;
    color: #666
}

.page .custom-pagination .page-to {
    width: auto;
    height: 30px;
    line-height: 30px;
    float: left;
    margin: 2px 0 2px 20px
}

.page .custom-pagination .page-to input {
    display: inline-block;
    width: 40px;
    height: 30px;
    line-height: 28px;
    background-color: #fafafa;
    border: 0;
    border: 1px solid #f0f0f0;
    vertical-align: middle;
    margin: 0 10px;
    padding: 0 5px
}

.page .custom-pagination .page-to input:focus {
    outline: 0
}

.page .custom-pagination .page-to span {
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    height: 30px;
    line-height: 28px;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    margin-left: 10px
}

.page .custom-pagination .page-to span:hover {
    background-color: #143c68;
    color: #fff
}

.nav-img {
    float: right;
    text-align: center;
    margin-left: 35px;
}

.nav-img img {
    display: block;
    margin: 0 auto;
}

.nav-img p {
    color: #000000;
}

.cookie-agreement {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 666;
    display: none
}

.cookie-agreement-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    font-size: 14px;
    color: #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 160px;
    position: relative
}


.cookie-agreement-content {
    width: 900px
}

.cookie-agreement-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: pointer
}

.cookie-agreement-button svg {
    width: 12px;
    height: 12px;
    margin-left: 4px
}

.cookie-agreement-button path {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-width: 2px
}

.cookie-agreement-close {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
    padding: 6px;
    cursor: pointer
}

.cookie-agreement-close svg {
    fill: #fff;
    width: 12px;
    height: 12px
}

@media (max-width: 992px) {
    .cookie-agreement-container {
        padding: 30px 35px;
        display: block;
    }

    .cookie-agreement-content {
        width: 100%
    }

    .cookie-agreement-button {
        width: 50%;
    }

    .cookie-agreement-close {
        top: 75%;
    }
}
