.trans-scale .i {
    width: 100%;
    height: auto;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s
}

.trans-liro {
    position: relative;
    overflow: hidden
}

.trans-liro::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

@-webkit-keyframes animat-shake {

    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25%,
    75% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@keyframes animat-shake {

    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25%,
    75% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-webkit-keyframes animat-round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes animat-round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes animat-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes animat-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@media (min-width: 769px) {
    .trans-scale:hover .i {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .trans-liro:hover::before {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    .animat-shake:hover {
        -webkit-animation: animat-shake .5s;
        animation: animat-shake .5s
    }

    .animat-round::before {
        -webkit-animation: animat-round 5s linear infinite;
        animation: animat-round 5s linear infinite
    }

    .animat-steps::before {
        -webkit-animation: animat-round 2s steps(12, end) infinite;
        animation: animat-round 2s steps(12, end) infinite
    }
}

@font-face {
    font-family: "avian";
    src: url("../font/avian.eot");
    src: url("../font/avian.eot?#iefix") format("embedded-opentype"), url("../font/avian.woff") format("woff"), url("../font/avian.ttf") format("truetype"), url("../font/avian.svg#avian") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "xfont";
    src: url("../font/xfont.eot");
    src: url("../font/xfont.eot?#iefix") format("embedded-opentype"), url("../font/xfont.woff") format("woff"), url("../font/xfont.ttf") format("truetype"), url("../font/xfont.svg#xfont") format("svg");
    font-weight: normal;
    font-style: normal
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body,
div,
span,
p,
a,
table,
tr,
th,
td,
img,
iframe,
form,
input,
button,
select,
textarea {
    margin: 0;
    padding: 0
}

body {
    margin: auto;
    background-color: #fff;
    opacity: 0;
    min-width: 1280px
}

input,
button,
textarea,
select {
    outline: 0;
    border: 0;
    background: none;
    font: inherit;
    color: inherit
}

input,
textarea,
select {
    min-height: 1.5em
}

input,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea {
    overflow: auto;
    resize: none
}

table {
    border-collapse: collapse;
    border: 0
}

img {
    border: 0;
    outline: 0;
    vertical-align: middle
}

a {
    text-decoration: none !important;
    color: inherit !important;
    cursor: pointer
}

:focus {
    outline: 0
}

svg:not(:root) {
    overflow: hidden
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0
}

input[type=date] {
    background-color: transparent;
    border: 0;
    filter: 'alpha(opacity=0)'
}

input:focus,
textarea:focus {
    color: inherit
}

input::-ms-clear,
::-ms-reveal {
    display: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #909090;
    opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #909090;
    opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #909090;
    opacity: 1
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #909090;
    opacity: 1
}

input::placeholder,
textarea::placeholder {
    color: #909090;
    opacity: 1
}

.placeholder {
    color: #909090
}

.init-screen {
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-delay: .01s;
    transition-delay: .01s
}

.lock-screen {
    overflow: hidden
}

.tangram-suggestion-main {
    z-index: 999
}

.xfont,
.xicon {
    position: relative;
    -webkit-transition-property: color, background;
    transition-property: color, background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.xfont::before,
.xicon::before {
    display: block;
    text-align: center;
    font-family: xfont;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale
}

.xicon {
    width: 30px;
    height: 30px;
    cursor: pointer
}

.xicon::before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.xicon-left::before {
    content: '\e504'
}

.xicon-right::before {
    content: '\e505'
}

.xicon-up::before {
    content: '\e506'
}

.xicon-down::before {
    content: '\e507'
}

.xicon-search::before {
    content: '\e510'
}

.xicon-close::before {
    content: '\e508'
}

.xicon-menu::before {
    content: '\e511'
}

.xicon-load {
    -webkit-animation: animat-round 2s steps(12, end) infinite;
    animation: animat-round 2s steps(12, end) infinite
}

.xicon-load::before {
    content: '\e512'
}

.xicon-media-start::before {
    content: '\e520'
}

.xicon-media-play::before {
    content: '\e521'
}

.xicon-media-pause::before {
    content: '\e522'
}

.xicon-media-buffer {
    -webkit-animation: animat-round 5s linear infinite;
    animation: animat-round 5s linear infinite
}

.xicon-media-buffer::before {
    content: '\e513'
}

.xicon-media-prev::before {
    content: '\e523'
}

.xicon-media-next::before {
    content: '\e524'
}

.xicon-media-volume::before {
    content: '\e52c'
}

.xicon-media-muted::before {
    content: '\e52d'
}

.clear::after,
.nav-box::after,
.tools-mod::after,
.paging-box::after,
.slick-track::after,
.share-box::after {
    content: '';
    display: table;
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.pos-fix {
    position: fixed !important;
    left: 0;
    top: 0
}

.pos-abs {
    position: absolute !important;
    left: 0;
    top: 0
}

.mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.tac {
    text-align: center
}

.des {
    line-height: 1.8
}

body:not(.lang-en) .des {
    text-align: justify;
    text-justify: inter-ideograph
}

[data-object-fit="cover"],
[object-fit="cover"] {
    -o-object-fit: cover;
    object-fit: cover
}

[data-object-fit="contain"],
[object-fit="contain"] {
    -o-object-fit: contain;
    object-fit: contain
}

[data-object-fit="scale-down"],
[object-fit="scale-down"] {
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.x-layout {
    position: relative;
    margin: auto;
    width: 100%;
    min-width: 1280px;
    overflow: hidden;
    font-family: 'Microsoft Yahei', 'PingFang SC', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333
}

.x-header,
.x-footer,
.x-container {
    position: relative;
    width: 100%;
    z-index: 1
}

.x-wrap {
    position: relative;
    margin: auto;
    width: 1400px;
    height: 100%
}

.x-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.x-visible {
    opacity: 1;
    visibility: visible
}

.x-table {
    display: table;
    width: 100%;
    height: 100%;
    border-collapse: collapse
}

.x-cell,
.x-nano {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.x-cell {
    padding: 0 1em;
    width: 100%
}

.x-nano {
    width: 1%
}

.j-title1 {
    font-size: 44px;
    line-height: 1.2
}

@media (max-width: 768px) {
    .j-title1 {
        font-size: 28px
    }
}

.us_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 280px;
    height: 90px;
    background-color: #c30d23;
    color: #ffffff !important;
    font-size: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 768px) {
    .us_btn {
        font-size: 18px
    }
}

.us_btn .ico {
    width: 25px;
    margin-right: 15px;
    position: relative;
    top: -1px
}

.us_btn .ico img {
    max-width: 100%
}

.us_btn .arr_ico {
    width: 33px;
    margin-left: 20px
}

.us_btn .arr_ico img {
    width: 100%
}

.user-box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5.20833vw 0 7.29167vw;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.user-box .user-cell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.user-box .user-tpi {
    font-size: 14px;
    color: #c2c2c2;
    position: absolute;
    bottom: 1.04167vw;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1
}

@media (min-width: 769px) {
    *.m-show {
        display: none
    }

    .lock-screen {
        margin-right: var(--bar-scrollbarWidth)
    }

    .lock-screen.full-screen {
        margin-right: 0
    }
}

@media (max-width: 1500px) {
    .x-wrap {
        width: auto;
        margin: 0 50px
    }
}

.x-header {
    z-index: 2;
    background-color: #fffbfb
}

.x-header::after {
    content: "";
    border-bottom: 1px solid #f3cbd0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.x-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 23.69792%;
    height: 10px;
    background: url(../image/head2.jpg) no-repeat center;
    background-size: cover;
    right: 0
}

.x-header .logo-bg {
    width: 23.69792%;
    height: 100%;
    background: url(../image/head1.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1
}

.x-header .logo {
    position: relative;
    overflow: hidden
}

.x-header .logo::before {
    content: '';
    display: block;
    padding-top: 33.10345%
}

.x-header .logo .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.x-header .nav-mod .nav-item.cur>.nav-tit .nav-link {
    color: #c30d23 !important
}

.x-header .nav-mod .nav-item.cur>.nav-tit .nav-link::after {
    width: 80px
}

.x-header .search-mod .search-box {
    width: 207px;
    border-color: #f3cbd0;
    border-radius: 22px;
    padding-left: 10px;
    height: 47px
}

.x-header .search-mod .search-txt {
    padding: 0 0.5em;
    font-size: 16px
}

.x-header .search-mod .search-submit {
    font-size: 24px
}

@media (max-width: 768px) {
    .x-header .search-mod .search-submit {
        font-size: 18px
    }
}

.x-header .login {
    width: 280px;
    display: block;
    border-left: 1px solid #f3cbd0;
    margin-left: 60px;
    font-size: 22px;
    color: #c30d23 !important
}

@media (max-width: 768px) {
    .x-header .login {
        font-size: 18px
    }
}

.x-header .login .ico {
    width: 48px;
    height: 48px;
    margin-right: 15px;
    img{
        width: 100%;
        height: 100%;
    }
}

.x-header.home-head {
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.7s ease-in-out 0.3s;
    transition: -webkit-transform 0.7s ease-in-out 0.3s;
    transition: transform 0.7s ease-in-out 0.3s;
    transition: transform 0.7s ease-in-out 0.3s, -webkit-transform 0.7s ease-in-out 0.3s;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.x-header.home-head.showhead {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

@media (min-width: 769px) {
    .x-header {
        height: 120px
    }

    .x-header .logo {
        position: absolute;
        top: 50%;
        width: 145px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .x-header .tools-mod {
        position: absolute;
        right: 0;
        top: calc(50% + 5px);
        z-index: 1;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .x-header .tools-mod .tools-item {
        float: left;
        text-align: center;
        height: 110px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .x-header .tools-mod .lang {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .x-header .tools-mod .xicon:hover {
        color: #c30d23
    }

    .x-header .nav-mod {
        position: absolute;
        top: 10px;
        left: 50%;
        -webkit-transform: translateX(-55%);
        transform: translateX(-55%)
    }

    .x-header .nav-mod .nav-item {
        position: relative
    }

    .x-header .nav-mod .nav-tit .arr {
        display: none
    }

    .x-header .nav-mod .nav-link {
        display: block;
        white-space: nowrap;
        -webkit-transition-property: color, background;
        transition-property: color, background;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .x-header .nav-mod .nav-lv {
        position: absolute;
        min-width: 100%;
        background-color: #f9f9f9;
        opacity: 0;
        visibility: hidden;
        -webkit-transition-property: opacity, visibility;
        transition-property: opacity, visibility;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .x-header .nav-mod .nav-grp {
        padding: 25px 15px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
    }

    .x-header .nav-mod .nav-lv1-item {
        float: left
    }

    .x-header .nav-mod .nav-lv1-link {
        padding: 0 50px;
        line-height: 110px;
        font-size: 20px
    }
}

@media (min-width: 769px) and (max-width: 768px) {
    .x-header .nav-mod .nav-lv1-link {
        font-size: 18px
    }
}

@media (min-width: 769px) {
    .x-header .nav-mod .nav-lv1-link::after {
        content: "";
        position: absolute;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        margin: auto;
        width: 0;
        height: 5px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        background-color: #c30d23
    }

    .x-header .nav-mod .nav-lv2-item+.nav-lv2-item {
        margin-top: 20px
    }

    .x-header .nav-mod .nav-lv2-link {
        padding: 0 20px;
        font-size: 18px
    }
}

@media (min-width: 769px) and (max-width: 768px) {
    .x-header .nav-mod .nav-lv2-link {
        font-size: 16px
    }
}

@media (min-width: 769px) {
    .x-header .nav-mod .nav-lv3 {
        left: 100%;
        top: 0
    }

    .x-header .nav-mod .nav-lv3-item {
        position: relative;
        float: left
    }

    .x-header .nav-mod .nav-lv3-item+.nav-lv3-item {
        margin-top: 8px
    }

    .x-header .nav-mod .nav-item:hover>.nav-lv {
        opacity: 1;
        visibility: visible
    }

    .x-header .nav-mod .nav-item:hover>.nav-tit .nav-link {
        color: #c30d23
    }

    .x-header.hz-nav .nav-grp {
        position: relative;
        padding: 20px 0;
        text-align: center
    }

    .x-header.hz-nav .nav-grp::before {
        content: '\e72e';
        position: absolute;
        left: 50%;
        bottom: 100%;
        margin-bottom: -11px;
        font-size: 30px;
        line-height: 1;
        color: #000;
        font-family: "xfont" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .x-header.hz-nav .nav-lv2 {
        background-color: #000;
        color: #fff
    }

    .x-header.hz-nav .nav-lv2-item {
        display: inline-block;
        vertical-align: top
    }

    .x-header.hz-nav .nav-lv2-item+.nav-lv2-item {
        margin-top: 0
    }
}

@media (max-width: 1800px) {
    .x-header .nav-mod {
        left: 27%;
        -webkit-transform: none;
        transform: none
    }
}

@media (max-width: 1700px) {
    .x-header .login {
        width: 220px;
        margin-left: 30px
    }

    .x-header .nav-mod .nav-lv1-link {
        padding: 0 30px
    }
}

@media (max-width: 1400px) {
    .x-header .nav-mod .nav-lv1-link {
        padding: 0 20px
    }
}

@media (max-width: 768px) {
    .x-header .x-wrap {
        padding: 0
    }

    .x-header .menu-mod {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding: 10px 15px;
        min-height: 50px;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        z-index: 1
    }

    .x-header .logo {
        width: 130px
    }

    .x-header .logo+* {
        margin-left: auto
    }

    .x-header .menu-btn {
        position: relative;
        width: 40px;
        overflow: hidden
    }

    .x-header .menu-btn::before {
        content: '';
        display: block;
        padding-top: 100%
    }

    .x-header .menu-btn .line {
        width: 60%;
        height: 2px;
        -webkit-transition: background .3s;
        transition: background .3s
    }

    .x-header .menu-btn .line,
    .x-header .menu-btn .line::before,
    .x-header .menu-btn .line::after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: #333;
        border-radius: 1px
    }

    .x-header .menu-btn .line::before,
    .x-header .menu-btn .line::after {
        content: '';
        width: 100%;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .x-header .menu-btn .line::before {
        -webkit-transform: translateY(-400%);
        transform: translateY(-400%)
    }

    .x-header .menu-btn .line::after {
        -webkit-transform: translateY(400%);
        transform: translateY(400%)
    }

    .x-header .search-box,
    .x-header .share-box {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        position: relative;
        padding: 5px 15px
    }

    .x-header .search-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        border-bottom: 1px solid #ccc;
        margin: 5px 30px;
        border-radius: 5px;
        position: relative;
        z-index: 2
    }

    .x-header .search-box .search-txt {
        width: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .x-header .search-box .search-input {
        display: block;
        width: 100%;
        height: 30px;
        font-size: 14px
    }

    .x-header .search-box .search-submit {
        width: 40px;
        line-height: 1;
        color: #c30d23
    }

    .x-header .share-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top: 1px solid #ccc;
        position: relative;
        z-index: 2
    }

    .x-header .share-box .share-item {
        font-size: 1.2em
    }

    .x-header .nav-mod {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        -webkit-transition: all .5s;
        transition: all .5s;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
        padding-bottom: 120px
    }

    .x-header .nav-mod:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5)
    }

    .x-header .nav-mod:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 120px;
        background-color: #fff
    }

    .x-header .nav-box {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        overflow-y: auto;
        overscroll-behavior-y: contain;
        padding: 15px 30px;
        position: relative;
        z-index: 2
    }

    .x-header .nav-item+.nav-item {
        margin-top: 5px
    }

    .x-header .nav-item.act>.nav-tit .arr {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .x-header .nav-tit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 40px
    }

    .x-header .nav-tit .arr {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 40px;
        height: auto
    }

    .x-header .nav-tit .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .x-header .nav-tit+.nav-lv {
        display: none
    }

    .x-header .nav-lv1-link {
        font-size: 16px
    }

    .x-header .nav-lv2 {
        padding: 0 15px;
        font-size: 14px
    }

    .x-header .nav-lv2-tit {
        height: auto;
        line-height: 1.8
    }

    .x-header .nav-lv1-item.act .arr {
        color: #c30d23
    }

    .x-header.menu-open {
        z-index: 999
    }

    .x-header.menu-open .line {
        background-color: transparent
    }

    .x-header.menu-open .line::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .x-header.menu-open .line::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .x-header.menu-open .nav-mod {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.x-footer {
    color: #ffffff;
    background-color: #333333;
    border-bottom: 5px solid #c30d23;
    padding: 40px 0
}

.x-footer .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    border-bottom: 1px solid #5c5c5c;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 25px
}

@media (max-width: 768px) {
    .x-footer .top {
        font-size: 16px
    }
}

.x-footer .top .tracker-mod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.x-footer .top .tracker-mod .tracker-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px;
    width: 0;
    text-align: left
}

.x-footer .top .tracker-mod .tracker-box .tracker-item {
    margin: 0 10px;
    color: #ffffff !important
}

.x-footer .top .tracker-mod .xicon {
    width: 26px;
    height: 23px;
    float: none;
    font-size: 0
}

.x-footer .top .tracker-mod .xicon.tracker-prev {
    background-image: url(../image/prev1.png)
}

.x-footer .top .tracker-mod .xicon.tracker-next {
    background-image: url(../image/next1.png);
    margin-left: 5px
}

.x-footer .top .tracker-mod .disdrag {
    visibility: hidden
}

.x-footer .btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 25px
}

.x-footer .btm .l {
    max-width: 45%
}

.x-footer .btm .r {
    max-width: 45%;
    text-align: right
}

.x-footer .btm .p+.p {
    margin-top: 10px
}

@media (min-width: 769px) {
    .x-footer .top .tracker-mod .tracker-box .tracker-item:hover {
        color: #c30d23 !important
    }

    .x-footer a {
        -webkit-transition: color .3s;
        transition: color .3s
    }

    .x-footer a:hover {
        color: #c30d23
    }

    .x-footer .top .tracker-mod .xicon.tracker-prev:hover {
        background-image: url(../image/prev1_a.png)
    }

    .x-footer .top .tracker-mod .xicon.tracker-next:hover {
        background-image: url(../image/next1_a.png)
    }
}

.audio-mod.ui {
    position: relative;
    padding: 1em;
    border: 1px solid;
    border-radius: 5px
}

.audio-mod .audio-title {
    padding: 1em;
    text-align: center
}

.audio-mod .audio-list {
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.audio-mod .audio-list .select-bar {
    border: 0;
    height: 30px
}

.audio-mod .audio-list .select-cont {
    left: auto;
    width: 300px
}

.audio-mod .audio-control {
    float: left
}

.audio-mod .audio-play {
    border: 1px solid;
    border-radius: 999px
}

.audio-mod .audio-play.xicon-media-pause.xicon-media-buffer {
    -webkit-animation: animat-ring 3s linear infinite;
    animation: animat-ring 3s linear infinite
}

.audio-mod .audio-prev.disable,
.audio-mod .audio-next.disable {
    background: #ccc;
    cursor: default;
    pointer-events: none
}

.audio-mod .audio-volume {
    position: absolute;
    top: 50%;
    right: 4em;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.audio-mod .audio-volume .audio-volume-box {
    position: absolute;
    left: 50%;
    bottom: 100%;
    padding: 1em 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.audio-mod .audio-volume .audio-volume-track {
    position: relative;
    margin: auto;
    width: 4px;
    height: 50px;
    background: #eee
}

.audio-mod .audio-volume .audio-volume-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #666
}

.audio-mod .audio-volume .audio-volume-bar::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 999px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer
}

.audio-mod .audio-volume:hover .audio-volume-box {
    opacity: 1;
    visibility: visible
}

.audio-mod .audio-panel {
    margin-left: 4em;
    margin-top: 5px
}

.audio-mod .audio-progress {
    position: relative;
    margin-bottom: 5px;
    height: 4px;
    background-color: #eee
}

.audio-mod .audio-progress .audio-progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background-color: #333
}

.audio-mod .audio-progress .audio-progress-bar::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid;
    border-radius: 999px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.audio-mod .audio-time {
    position: relative;
    font-family: arial;
    line-height: 1;
    overflow: hidden
}

.audio-mod .audio-current {
    float: left
}

.audio-mod .audio-duration {
    float: right
}

.audio-mod .audio-surplus {
    float: right
}

@media (max-width: 768px) {
    .audio-mod .audio-volume-box {
        display: none
    }
}

.banner {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.banner .focus {
    position: relative;
    width: 100%
}

.banner .focus .ul {
    overflow: hidden;
    position: relative
}

.banner .focus .li {
    width: 100%;
    position: relative;
    overflow: hidden
}

.banner .focus .li::before {
    content: '';
    display: block;
    padding-top: 42.70833%
}

.banner .focus .li .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.banner .focus .li .video1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0;
    -o-object-fit: fill;
    object-fit: fill
}

.banner .focus .li .icon {
    width: 24px;
    height: 24px;
    line-height: 50px;
    position: absolute;
    font-size: 50px;
    right: 240px;
    font-weight: normal;
    bottom: 5%;
    cursor: pointer
}

.banner .focus .li .icon::before {
    color: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../image/pasue.png) no-repeat center center;
    background-size: 100% 100%
}

.banner .focus .li .icon.icon_play::before {
    color: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../image/play.png) no-repeat center center;
    background-size: 100% 100%
}

.banner .focus .li+li {
    z-index: -1
}

.banner .focus .li img {
    width: 100%;
    height: auto
}

.banner .focus .li .a {
    display: block;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0
}

.banner .focus .li .box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.banner .focus .li .m-show {
    display: none
}

@media (max-width: 768px) {
    .banner .focus .li .icon {
        right: auto;
        left: 20px;
        display: block
    }

    .banner.mbAndPc .focus .li .p-show {
        display: none
    }

    .banner.mbAndPc .focus .li .m-show {
        display: block
    }

    .banner.mbAndPc .focus .li {
        position: relative;
        overflow: hidden
    }

    .banner.mbAndPc .focus .li::before {
        content: '';
        display: block;
        padding-top: 157.31481%
    }

    .banner.mbAndPc .focus .li .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }
}

div[data-search] * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

div[data-search] .BMapLib_sms_pnl_phone input,
div[data-search] .BMapLib_sms_pnl_phone button,
div[data-search] .BMapLib_sms_pnl_phone textarea,
div[data-search] .BMapLib_sms_pnl_phone select {
    min-height: auto;
    border: 1px solid
}

div[data-search] .BMapLib_bubble_content {
    overflow: auto
}

div[data-search] .infoBox {
    padding: 10px;
    width: 290px;
    background-color: #fff
}

div[data-search] .infoBox>img {
    top: 10px;
    right: 10px !important
}

.bdmap {
    height: 600px
}

.bread-mod .bread-item {
    display: inline-block
}

.bread-mod .bread-item+.bread-item::before {
    content: '>';
    padding: 0 5px;
    font-family: Arial;
    color: #333
}

.bread-mod .bread-item.cur {
    color: #c30d23
}

@media (min-width: 769px) {
    .bread-mod .bread-link {
        -webkit-transition: color .3s;
        transition: color .3s
    }

    .bread-mod .bread-link:hover {
        color: #c30d23
    }
}

.paging-mod {
    text-align: center;
    margin-top: 60px
}

.paging-mod .paging-box {
    display: inline-block;
    vertical-align: top
}

.paging-mod .paging-item {
    float: left;
    min-width: 36px;
    font-family: Arial;
    font-size: 16px;
    line-height: 34px
}

.paging-mod .paging-arrow,
.paging-mod .paging-link {
    padding: 0 5px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    -webkit-transition-property: color, background, border;
    transition-property: color, background, border;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.paging-mod .paging-arrow:first-child {
    margin-right: 10px
}

.paging-mod .paging-link+.paging-link {
    margin-left: 12px
}

.paging-mod .paging-link+.paging-arrow {
    margin-left: 10px
}

.paging-mod .paging-link.cur {
    background-color: #c30d23;
    border-color: #c30d23;
    color: #fff !important;
    cursor: default;
    pointer-events: none
}

.paging-mod .paging-dot {
    margin: 0 5px;
    font-weight: bold;
    letter-spacing: 0.2em
}

.paging-mod .paging-jump {
    margin-left: 26px;
    width: 120px;
    height: 40px;
    border: 1px solid #c30d23;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    top: -2px
}

.paging-mod .paging-table {
    display: table;
    width: 100%;
    height: 100%;
    background: #fff
}

.paging-mod .paging-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.paging-mod .paging-cell:first-child {
    border-radius: 4px 0 0 4px;
    border-right: none
}

.paging-mod .paging-input {
    display: block;
    padding: 0 10px;
    width: 100%;
    line-height: 1.5;
    text-align: center
}

.paging-mod .paging-btn {
    display: block;
    width: 55px;
    cursor: pointer;
    border-radius: 4px;
    background: #c30d23;
    color: #fff;
    height: 34px;
    margin-right: 2px
}

.paging-more {
    display: none
}

@media (min-width: 769px) {

    .paging-mod .paging-link:not(.cur):hover,
    .paging-mod .paging-arrow:hover {
        background-color: #c30d23;
        border-color: #c30d23;
        color: #ffffff !important
    }
}

@media (max-width: 768px) {
    .paging-mod {
        display: none
    }

    .paging-mod .paging-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 34px;
        display: none
    }

    .paging-mod .paging-item,
    .paging-mod .paging-input {
        line-height: normal
    }

    .paging-mod .paging-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .paging-more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px
    }

    .paging-more a {
        padding: 0 1em;
        line-height: 2.2em;
        border: 1px solid #ddd;
        border-radius: 8px;
        display: block
    }
}

.pop-mod {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility, z-index;
    transition-property: opacity, visibility, z-index;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s, 0s, .3s;
    transition-delay: 0s, 0s, .3s
}

.pop-mod .pop-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: #707070;
    font-size: 28px;
    z-index: 1;
    cursor: pointer;
    overflow: hidden
}

.pop-mod .pop-panel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.pop-mod .pop-panel::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.pop-mod .pop-dialog {
    position: relative;
    display: inline-block;
    max-width: 100%;
    background: #fff;
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
    word-break: normal
}

.pop-mod .video-native {
    display: none
}

.pop-mod video,
.pop-mod iframe {
    display: none;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%
}

.pop-mod.x-show {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    -webkit-transition-property: opacity, visibility, z-index;
    transition-property: opacity, visibility, z-index;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s, 0s, 0s;
    transition-delay: 0s, 0s, 0s
}

.pop-mod.x-show video,
.pop-mod.x-show iframe,
.pop-mod.x-show .video-native {
    display: block
}

@media (min-width: 769px) {
    .pop-mod.x-show .pop-panel {
        /* overflow-y: scroll */
    }

    .pop-mod.x-show>.pop-close {
        margin-right: var(--bar-scrollbarWidth)
    }

    .full-screen .pop-mod.x-show>.pop-close {
        margin-right: 0
    }

    .full-screen .pop-mod.x-show .pop-panel {
        overflow: auto
    }
}

@media (max-width: 768px) {
    .pop-mod .pop-panel {
        padding: 0 15px;
        overflow: auto;
        overscroll-behavior-y: contain
    }

    .pop-mod .pop-panel .pop-dialog {
        width: 100%
    }
}

.scroll-mod {
    position: relative;
    overflow: hidden
}

.scroll-mod.scroll-axis-x {
    padding-bottom: 10px
}

.scroll-mod.scroll-axis-y {
    padding-right: 10px
}

.scroll-cont {
    height: 100%;
    max-height: inherit;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.scroll-cont::-webkit-scrollbar {
    display: none
}

.scroll-track-x,
.scroll-track-y {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1)
}

.scroll-bar-x,
.scroll-bar-y {
    background-color: #aaa;
    border-radius: 999999px;
    cursor: pointer
}

.scroll-track-x {
    bottom: 0;
    left: 0;
    right: 0
}

.scroll-bar-x {
    width: 0;
    height: 5px
}

.scroll-track-y {
    top: 0;
    bottom: 0;
    right: 0
}

.scroll-bar-y {
    width: 5px;
    height: 0
}

.scroll-track-disable {
    display: none
}

@media (min-width: 769px) {
    .scroll-mod .scroll-bar-x {
        width: 0
    }
}

.search-mod {
    position: relative
}

.search-mod .search-tap {
    z-index: 1
}

.search-mod .search-tap~.search-box {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 10px;
    width: 200px;
    background-color: #eee;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.search-mod.at-l .search-tap~.search-box {
    top: auto;
    bottom: 50%;
    margin-top: 0;
    width: 0;
    -webkit-transition-property: width, opacity, visibility;
    transition-property: width, opacity, visibility
}

.search-mod.at-l .search-tap~.search-box .search-submit {
    visibility: hidden
}

.search-mod .search-box {
    display: table;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden
}

.search-mod .search-txt,
.search-mod .search-btn {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.search-mod .search-txt {
    padding: 0 1em;
    width: 100%
}

.search-mod .search-btn {
    width: 1%
}

.search-mod .search-input {
    width: 100%
}

.search-mod .search-submit {
    display: block;
    height: 100%;
    cursor: pointer
}

.search-mod.x-show .search-tap~.search-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

.search-mod.x-show.at-l .search-tap {
    z-index: -1;
    -webkit-transition-property: z-index;
    transition-property: z-index;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.search-mod.x-show.at-l .search-tap~.search-box {
    width: 200px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.search-mod.x-show.at-l .search-tap~.search-box .search-submit {
    visibility: visible;
    -webkit-transition-property: visibility;
    transition-property: visibility;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

@media (min-width: 769px) {

    .search-mod .search-tap:hover,
    .search-mod .search-submit:hover {
        color: #c30d23
    }
}

.select-mod {
    position: relative
}

.select-mod .select-bar {
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden
}

.select-mod .select-native {
    display: none
}

.select-mod .select-trigger {
    cursor: pointer
}

.select-mod .select-btn {
    float: right;
    height: 100%
}

.select-mod .select-txt {
    position: relative;
    padding: 0 1em;
    height: 100%;
    overflow: hidden
}

.select-mod .select-val {
    position: relative;
    top: 50%;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.select-mod .select-cont,
.select-mod .select-query {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 1em 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden
}

.select-mod .select-cont::before,
.select-mod .select-query::before {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px
}

.select-mod .select-opts {
    position: relative;
    max-height: 16em;
    overflow: hidden
}

.select-mod .select-opts.scroll-axis-y {
    padding-right: 30px
}

.select-mod .select-opts .scroll-track-y {
    right: 12px
}

.select-mod .select-item {
    padding: 0.4em 1em;
    line-height: 1.2;
    cursor: pointer
}

.select-mod .select-item.cur {
    color: #c30d23
}

.select-mod.at-t .select-cont {
    top: auto;
    bottom: 100%
}

.select-mod.at-t .select-cont::before {
    top: 0;
    bottom: 1px
}

.select-mod.sc-show {
    z-index: 1
}

.select-mod.sc-show .select-cont {
    opacity: 1;
    visibility: visible
}

.select-mod.sc-show .select-trigger .select-btn,
.select-mod.sc-show .select-trigger.select-btn {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.select-mod.sq-show .select-query {
    opacity: 1;
    visibility: visible
}

.select-mod .mCSB_scrollTools {
    right: 12px
}

@media (min-width: 769px) {

    .select-mod .select-trigger:hover .select-btn,
    .select-mod .select-trigger.select-btn:hover,
    .select-mod .select-item:hover {
        color: #c30d23
    }
}

@media (max-width: 768px) {
    .select-mod .select-native {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0
    }

    .select-mod .select-opts {
        position: relative;
        height: 100%;
        overflow: auto
    }
}

.xicon-wx::before {
    content: '\e601'
}

.xicon-wb::before {
    content: '\e602'
}

.xicon-qq::before {
    content: '\e603'
}

.xicon-qz::before {
    content: '\e604'
}

.xicon-twitter::before {
    content: '\e605'
}

.xicon-facebook::before {
    content: '\e606'
}

.xicon-linkedin::before {
    content: '\e607'
}

.xicon-share::before {
    content: '\e608'
}

.share-mod .share-label,
.share-mod .share-label~.share-box {
    display: inline-block;
    vertical-align: middle
}

.share-box .share-item {
    float: left
}

.share-box .code {
    width: 100px;
    height: 100px;
    overflow: hidden
}

.share-box .code img,
.share-box .code canvas {
    width: 100%
}

@media (min-width: 769px) {
    .share-box .share-item:hover {
        color: #c30d23
    }
}

.sidebar-mod {
    position: fixed;
    top: 50%;
    right: -60px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility, right;
    transition-property: opacity, visibility, right;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sidebar-mod .sidebar-item {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    background-color: #eee;
    cursor: pointer
}

.sidebar-mod .sidebar-item+.sidebar-item {
    margin-top: 5px
}

.sidebar-mod .sidebar-cont {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    padding: 10px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sidebar-mod .code {
    width: 100px;
    height: 100px;
    overflow: hidden
}

.sidebar-mod .code img {
    display: block;
    width: 100%
}

.sidebar-mod.x-show {
    opacity: 1;
    visibility: visible
}

.vjs-full-window .sidebar-mod {
    z-index: -1
}

@media (min-width: 769px) {
    .sidebar-mod .sidebar-item:hover .sidebar-cont {
        color: #c30d23
    }

    .sidebar-mod:hover {
        right: 0
    }
}

.slick-slider {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-item {
    position: relative
}

.slick-list {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto
}

.slick-arrow {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 3;
    cursor: pointer
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff
}

.slick-dots {
    margin: 0;
    padding: 0;
    z-index: 3
}

.slick-dot {
    cursor: pointer
}

.slick-arrow.slick-disabled,
.slick-arrow.slick-disabled:hover {
    opacity: 0.5;
    cursor: initial
}

.suds-mod {
    position: relative
}

.suds-mod .suds-pop {
    position: absolute;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.suds-mod .suds-pop::before,
.suds-mod .suds-pop::after {
    content: '';
    position: absolute;
    z-index: -1
}

.suds-mod .suds-pop::before {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #ddd
}

.suds-mod .suds-pop::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 5px
}

.suds-mod .suds-pop.at-t {
    left: 50%;
    bottom: 100%;
    margin-bottom: 10px;
    -webkit-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%)
}

.suds-mod .suds-pop.at-t::before {
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.suds-mod .suds-pop.at-b {
    left: 50%;
    top: 100%;
    margin-top: 10px;
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%)
}

.suds-mod .suds-pop.at-b::before {
    left: 50%;
    bottom: 100%;
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
    transform: translate(-50%, 50%) rotate(45deg)
}

.suds-mod .suds-pop.at-l {
    right: 100%;
    top: 50%;
    margin-right: 10px;
    -webkit-transform: translate(10%, -50%);
    transform: translate(10%, -50%)
}

.suds-mod .suds-pop.at-l::before {
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.suds-mod .suds-pop.at-r {
    left: 100%;
    top: 50%;
    margin-left: 10px;
    -webkit-transform: translate(-10%, -50%);
    transform: translate(-10%, -50%)
}

.suds-mod .suds-pop.at-r::before {
    top: 50%;
    right: 100%;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg)
}

.suds-mod .suds-pop>* {
    position: relative;
    z-index: 1
}

.suds-mod.x-show,
.suds-mod:hover {
    z-index: 1
}

.suds-mod.x-show>.suds-pop,
.suds-mod:hover>.suds-pop {
    opacity: 1;
    visibility: visible
}

.suds-mod.x-show>.suds-pop.at-t,
.suds-mod:hover>.suds-pop.at-t {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
}

.suds-mod.x-show>.suds-pop.at-b,
.suds-mod:hover>.suds-pop.at-b {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
}

.suds-mod.x-show>.suds-pop.at-l,
.suds-mod:hover>.suds-pop.at-l {
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%)
}

.suds-mod.x-show>.suds-pop.at-r,
.suds-mod:hover>.suds-pop.at-r {
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%)
}

.suds-mod:hover>.suds-target+.suds-pop {
    opacity: 0;
    visibility: hidden
}

.suds-mod.x-show>.suds-target+.suds-pop {
    opacity: 1;
    visibility: visible
}

.tab-mod .tab-term {
    cursor: pointer
}

.tab-mod .tab-term.cur {
    color: #c30d23
}

.tab-mod .tab-item {
    opacity: 0;
    visibility: hidden
}

.tab-mod .tab-item.act {
    opacity: 1;
    visibility: visible
}

.topping-mod {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 100%;
    color: #fff;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-transition-property: opacity, visibility, background, color;
    transition-property: opacity, visibility, background, color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.topping-mod .s {
    font-family: Arial;
    text-transform: uppercase
}

.topping-mod.x-show {
    opacity: 1;
    visibility: visible
}

.vjs-full-window .topping-mod {
    z-index: -1
}

@media (min-width: 769px) {
    .topping-mod:hover {
        background-color: #c30d23
    }

    .lock-screen .topping-mod {
        margin-right: var(--bar-scrollbarWidth)
    }

    .lock-screen.full-screen .topping-mod {
        margin-right: 0
    }
}

.tracker-mod .tracker-prev {
    cursor: pointer
}

.tracker-mod .tracker-next {
    cursor: pointer
}

.tracker-mod .tracker-box {
    overflow: hidden
}

.tracker-mod .tracker-track {
    min-width: 100%;
    min-height: 100%
}

.tracker-mod .tracker-item {
    cursor: pointer
}

.tracker-mod .tracker-item.cur {
    color: #c30d23
}

.tracker-mod.dir-hor .tracker-prev {
    float: left
}

.tracker-mod.dir-hor .tracker-next {
    float: right
}

.tracker-mod.dir-hor .tracker-box {
    text-align: center
}

.tracker-mod.dir-hor .tracker-track {
    display: table;
    white-space: nowrap;
    font-size: 0
}

.tracker-mod.dir-hor .tracker-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px
}

.tracker-mod.dir-ver .tracker-box {
    height: 300px
}

.tracker-mod.dir-ver .tracker-item {
    margin: 10px 0
}

.video-mod {
    position: relative;
    background-color: #000;
    overflow: hidden
}

.video-mod::before {
    content: '';
    display: block;
    padding-top: 56.25%
}

.video-mod .video-js {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%
}

.video-mod .vjs-ended .vjs-poster {
    display: block
}

.video-mod.mini .video-js .vjs-control-bar {
    position: static;
    visibility: hidden
}

.video-mod.mini .video-js .vjs-progress-control {
    position: static;
    display: block
}

.video-mod.mini .video-js .vjs-progress-holder {
    position: static
}

.video-mod.mini .video-js .vjs-load-progress,
.video-mod.mini .video-js .vjs-mouse-display,
.video-mod.mini .video-js .vjs-play-progress::before,
.video-mod.mini .video-js .vjs-play-progress .vjs-time-tooltip,
.video-mod.mini .video-js .vjs-play-progress .vjs-control-text {
    display: none
}

.video-mod.mini .video-js .vjs-play-progress {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    height: .3em;
    opacity: .5;
    visibility: visible
}

.video-mod.mini .vjs-ended .vjs-play-progress {
    visibility: hidden
}

@media (min-width: 769px) {
    .vjs-no-flex .vjs-button {
        padding-bottom: 3em
    }
}

@media (max-width: 768px) {
    .video-js .vjs-big-play-button {
        font-size: 3em
    }

    .video-js .vjs-control-bar {
        height: 2em
    }

    .video-js .vjs-control {
        width: 2em
    }

    .vjs-button>.vjs-xicon-placeholder::before {
        font-size: 1em
    }

    .video-js .vjs-remaining-time {
        display: block;
        margin: 0 0.5em;
        width: auto;
        line-height: 2em
    }

    .vjs-current-time,
    .vjs-duration,
    .vjs-time-divider,
    .video-js .vjs-volume-panel {
        display: none
    }
}

.about_us1 img {
    width: 100%
}

.about_us2 {
    padding: 10.41667vw 0 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.about_us2 .box {
    position: relative;
    width: 72.91667%;
    min-width: 1100px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.about_us2 .box .img {
    position: relative;
    overflow: hidden;
    width: 50%;
    margin-top: 10px
}

.about_us2 .box .img::before {
    content: '';
    display: block;
    padding-top: 100%
}

.about_us2 .box .img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.about_us2 .box .img .i {
    -webkit-transform: none;
    transform: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.about_us2 .box .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    font-size: 18px;
    background: #fff url(../image/about_us4.jpg) no-repeat center;
    background-size: cover;
    min-height: 42.60417vw;
    -webkit-box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.09);
    padding: 4.6875vw 4.6875vw 5.20833vw
}

@media (max-width: 768px) {
    .about_us2 .box .text {
        font-size: 16px
    }
}

body:not(.lang-en) .about_us2 .box .text {
    text-align: justify;
    text-justify: inter-ideograph
}

.about_us2 .box .text .top .j-title1 {
    margin-bottom: 25px
}

.about_us2 .box .text .scroll1 {
    margin-top: 20px
}

body:not(.lang-en) .about_us2 .box .text .scroll1 {
    text-align: justify;
    text-justify: inter-ideograph
}

.about_us2 .box .text .us_btn {
    margin-top: 25px
}

.about_us3 {
    padding: 5.20833vw 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.about_us3 .box {
    position: relative;
    width: 72.91667%;
    min-width: 1100px;
    margin: auto
}

.about_us3 .box .flex {
    position: relative;
    margin-top: 35px
}

.about_us3 .box .flex .img {
    position: relative;
    overflow: hidden;
    width: 61.14286%;
    margin-bottom: 3.90625vw
}

.about_us3 .box .flex .img::before {
    content: '';
    display: block;
    padding-top: 56.30841%
}

.about_us3 .box .flex .img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.about_us3 .box .flex .img .i {
    -webkit-transform: none;
    transform: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.about_us3 .box .flex .text {
    width: 53.14286%;
    height: 26.25vw;
    background: #fff url(../image/about_us7.jpg) no-repeat center;
    background-size: 100% 100%;
    -webkit-box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.09);
    padding: 4.16667vw 4.16667vw 2.60417vw 3.38542vw;
    position: absolute;
    right: 0;
    top: 2.60417vw
}

.about_us3 .box .flex .text::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    height: 2.60417vw;
    width: 10.3125vw;
    background: url(../image/arr4.png) no-repeat center;
    background-size: cover
}

.about_us3 .box .flex .text .t1 {
    font-size: 24px
}

@media (max-width: 768px) {
    .about_us3 .box .flex .text .t1 {
        font-size: 18px
    }
}

.about_us3 .box .flex .text .scroll1 {
    height: 10.15625vw;
    margin: 10px 0 20px;
    font-size: 18px
}

body:not(.lang-en) .about_us3 .box .flex .text .scroll1 {
    text-align: justify;
    text-justify: inter-ideograph
}

@media (max-width: 768px) {
    .about_us3 .box .flex .text .scroll1 {
        font-size: 16px
    }
}

.about_us3 .box .flex .text .scroll1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #c30d23
}

.about_us4.home4 {
    padding: 5.20833vw 0
}

.article-page {
    padding: 50px 0
}

.article-page .article-head {
    margin-bottom: 30px;
    text-align: center
}

.article-page .article-head .t {
    font-size: 1.7em
}

.article-page .article-head .info {
    margin-top: 10px;
    color: #707070
}

.article-page .article-head .s {
    margin: 0 15px
}

.article-page .article-cont {
    margin-bottom: 30px
}

.article-page .article-cont p+p,
.article-page .article-cont .p+.p {
    margin-top: 1em
}

.article-page .article-cont .img {
    margin: 1em 0
}

.article-page .article-cont iframe,
.article-page .article-cont video,
.article-page .article-cont img {
    max-width: 100% !important;
    height: auto !important;
    border: 0;
    min-height: 100%
}

.article-page .article-cont .video-mod {
    margin-bottom: 1em
}

.article-page .article-paging {
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.article-page .article-paging .article-link {
    position: relative;
    -webkit-transition: color .3s;
    transition: color .3s
}

.article-page .article-paging .article-prev {
    float: left;
    padding-left: 30px
}

.article-page .article-paging .article-next {
    float: right;
    padding-right: 30px
}

.article-page .article-paging .xfont {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.article-page .article-paging .article-prev .xfont {
    left: 0
}

.article-page .article-paging .article-next .xfont {
    right: 0
}

.article-page .share-mod {
    margin-bottom: 20px
}

@media (min-width: 769px) {
    .article-page .article-paging .article-link:hover {
        color: #c30d23
    }
}

@media print {

    .x-header,
    .x-footer {
        display: none
    }
}

@media (max-width: 768px) {
    .article-page .article-head .info {
        margin-top: 5px
    }

    .article-page .article-head .s {
        margin: 0 5px
    }

    .article-page .article-cont {
        margin-bottom: 20px
    }

    .article-page .article-paging {
        padding: 10px 0
    }

    .article-page .share-mod {
        margin-bottom: 10px
    }
}



.form_register1 .cont {
    border: 1px solid #b8b8b8;
    border-top: 5px solid #c30d23;
    position: relative;
    background-color: #ffffff;
    min-height: 250px;
    width: 750px;
    margin: auto;
    padding: 90px 50px 100px
}

.form_register1 .cont::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 195px;
    height: 195px;
    background: url(../image/form_register2.jpg) no-repeat left top;
    background-size: cover
}

.form_register1 .cont::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 263px;
    height: 235px;
    background: url(../image/form_register3.jpg) no-repeat right bottom;
    background-size: cover
}

.form_register1 .cont .padd {
    position: relative;
    z-index: 1
}

.form_register1 .cont .j-title1 {
    margin-bottom: 45px
}

.form_register1 .cont .pop-head {
    width: 337px;
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    background: #fff url(../image/form_register12.jpg) no-repeat center;
    background-size: cover;
    z-index: 3;
    opacity: 0;
    visibility: hidden
}

.form_register1 .cont .pop-head.show {
    opacity: 1;
    visibility: visible
}

.form_register1 .cont .pop-head .x_wp {
    opacity: 1 !important
}

.form_register1 .cont .pop-head .con {
    position: relative;
    z-index: 1;
    padding: 25px 30px 30px
}

.form_register1 .cont .pop-head .con .tit {
    text-align: center
}

.form_register1 .cont .pop-head .con .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px
}

.form_register1 .cont .pop-head .con .list .bor {
    border: 1px solid #cccccc;
    border-radius: 50%;
    padding: 3px;
    cursor: pointer;
    width: 75px;
    height: 75px;
    margin-bottom: 20px
}

.form_register1 .cont .pop-head .con .list .bor .ico {
    background-color: #f4f4f4;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%
}

.form_register1 .cont .pop-head .con .list .bor .ico img {
    width: 100%
}

.form_register1 .cont .pop-head .con .list .bor.now {
    border-color: gray
}

.form_register1 .cont .pop-head .con .btn_wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form_register1 .cont .pop-head .con .btn_wp .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 40px;
    text-align: center
}

.form_register1 .cont .pop-head .con .btn_wp .btn+.btn {
    margin-left: 20px
}

.form_register1 .cont .pop-head .con .btn_wp .btn.btn1 {
    background-color: #f4f4f4
}

.form_register1 .cont .pop-head .con .btn_wp .btn.btn2 {
    background-color: #c30d23;
    color: #ffffff !important
}

.form_register1 .cont .line {
    position: relative;
    font-size: 18px
}

@media (max-width: 768px) {
    .form_register1 .cont .line {
        font-size: 16px
    }
}

.form_register1 .cont .line+.line {
    margin-top: 20px
}

.form_register1 .cont .line.false .x_wp {
    opacity: 1;
    background-color: #fafafa
}

.form_register1 .cont .line.false .posi {
    background-color: transparent
}

.form_register1 .cont .line.false .posi .ico img {
    opacity: 0
}

.form_register1 .cont .line.false .posi .ico img.bak {
    opacity: 1
}

.form_register1 .cont .line .x_wp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #edb6bd;
    opacity: 0
}

.form_register1 .cont .line .x_wp .x::before,
.form_register1 .cont .line .x_wp .x::after {
    content: "";
    position: absolute;
    border: 1px solid #c30d23;
    width: 12px;
    height: 12px
}

.form_register1 .cont .line .x_wp .x.x1::before {
    top: -1px;
    left: -1px;
    border-bottom: 0;
    border-right: 0
}

.form_register1 .cont .line .x_wp .x.x1::after {
    bottom: -1px;
    left: -1px;
    border-top: 0;
    border-right: 0
}

.form_register1 .cont .line .x_wp .x.x2::before {
    top: -1px;
    right: -1px;
    border-bottom: 0;
    border-left: 0
}

.form_register1 .cont .line .x_wp .x.x2::after {
    bottom: -1px;
    right: -1px;
    border-top: 0;
    border-left: 0
}

.form_register1 .cont .line .head_con {
    background-color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form_register1 .cont .line .head_con .bor {
    border: 1px solid #cccccc;
    border-radius: 50%;
    padding: 3px;
    margin-right: 20px;
    cursor: pointer
}

.form_register1 .cont .line .head_con .bor .ico {
    background-color: #f4f4f4;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    width: 70px;
    height: 70px
}

.form_register1 .cont .line .head_con .bor .ico img {
    width: 100%
}

.form_register1 .cont .line .head_con .t1 {
    color: #c30d23;
    padding-right: 27px;
    background: url(../image/icon4.png) no-repeat right center;
    cursor: pointer;
    text-decoration: underline
}

.form_register1 .cont .line .posi {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form_register1 .cont .line .posi .ico {
    width: 60px;
    text-align: center;
    position: relative
}

.form_register1 .cont .line .posi .ico img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.form_register1 .cont .line .posi .ico img.bak {
    opacity: 0
}

.form_register1 .cont .line .posi .ipt {
    padding: 0 1em;
    border-left: 1px solid #dddddd;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.form_register1 .cont .line .posi .ipt input {
    width: 100%
}

.form_register1 .cont .line .link1 {
    padding-left: 80px;
    font-size: 20px;
    color: #999999
}

@media (max-width: 768px) {
    .form_register1 .cont .line .link1 {
        font-size: 18px
    }
}

.form_register1 .cont .line .link1 a {
    color: #c30d23 !important;
    text-decoration: underline !important
}

.form_register1 .cont .btns {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form_register1 .cont .button1 {
    height: 60px;
    background: url(../image/form_register5.jpg) no-repeat center;
    background-size: cover;
    font-size: 20px;
    display: block;
    color: #ffffff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 768px) {
    .form_register1 .cont .button1 {
        font-size: 18px
    }
}

.form_register1 .cont .button1.col1 {
    background: #F4F4F4;
    color: #333333 !important
}

.form_register1 .cont .button1+.button1 {
    margin-left: 20px
}

.form_register1 .cont .tpi_wp {
    color: #999999;
    position: relative;
    margin-top: 35px;
    padding-left: 15px
}

.form_register1 .cont .tpi_wp::before {
    content: "*";
    position: absolute;
    left: 0;
    top: 0;
    color: #c30d23
}

.form_register1 .cont .tpi_wp .t1 {
    margin-bottom: 10px
}

.home-banner {
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0
}

.home-banner .cur {
    position: absolute;
    bottom: 0;
    right: 138px
}

.home-banner .nav-right {
    right: 108px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute
}

.home-banner .nav-right .nav-list .nav-item {
    width: 90px;
    height: 90px;
    background: url(../image/nav1.jpg) no-repeat center;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.home-banner .nav-right .nav-list .nav-item+.nav-item {
    margin-top: 10px
}

.home-banner .nav-right .nav-list .nav-item .s1 {
    width: 2em;
    font-size: 20px;
    line-height: 1.3
}

@media (max-width: 768px) {
    .home-banner .nav-right .nav-list .nav-item .s1 {
        font-size: 18px
    }
}

.home-scroll-box {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    background-color: #ffffff;
    overflow: auto;
    min-width: 1280px;
    padding-top: 120px
}

.home-scroll-box.showbox {
    top: 0
}

.home-scroll-box.relative {
    position: relative;
    height: auto;
    overflow: inherit;
    padding-top: 0
}

.home1 {
    padding: 100px 0 9.375vw;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

.home1 .zimu {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none
}

.home1 .zimu::before {
    content: "";
    position: absolute;
    top: -6px;
    right: 3.54167%;
    width: 12px;
    height: 13px;
    background: url(../image/arr2.png) no-repeat center;
    background-size: contain
}

.home1 .zimu::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 50%;
    width: 12px;
    height: 13px;
    background: url(../image/arr1.png) no-repeat center;
    background-size: contain
}

.home1 .zimu img {
    width: 100%
}

.home1 .box {
    position: relative;
    width: 72.91667%;
    min-width: 1100px;
    margin: auto
}

.home1 .box .pic {
    position: relative;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 73.28571%
}

.home1 .box .pic::before {
    content: '';
    display: block;
    padding-top: 69.68811%
}

.home1 .box .pic .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.home1 .box .pic .i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: none;
    transform: none
}

.home1 .box .text {
    margin-top: 5.20833vw;
    width: 53.42857%;
    border: 1px solid #dddddd;
    background: #fff url(../image/home4.jpg) no-repeat center;
    background-size: cover;
    height: 32.03125vw;
    position: relative;
    z-index: 1;
    padding: 5.46875vw 4.6875vw
}

.home1 .box .text .p_wp {
    margin: 2.08333vw 0 3.64583vw;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 4.5em;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px
}

@media (max-width: 768px) {
    .home1 .box .text .p_wp {
        font-size: 16px
    }
}

.home1 .box .text .arr {
    position: absolute;
    bottom: -8%;
    left: 42.24599%;
    width: 14.30481%;
    z-index: -1
}

.home1 .box .text .arr img {
    width: 100%
}

.home2 {
    margin-bottom: -8.85417vw;
    position: relative;
    z-index: 1
}

.home2 .box {
    height: 100%;
    position: relative
}

.home2 .j-title1 {
    padding: 15px 0 30px;
    margin-left: 13.54167vw
}

.home2 .pic {
    position: relative;
    overflow: hidden;
    width: 66.30208%;
    z-index: 1
}

.home2 .pic::before {
    content: '';
    display: block;
    padding-top: 56.24509%
}

.home2 .pic .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.home2 .pic .i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: none;
    transform: none
}

.home2 .text {
    padding: 5.20833vw 13.54167vw 0 16.14583vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 33.85417vw;
    width: 47.39583vw;
    background: url(../image/home6.jpg) no-repeat center;
    background-size: cover;
    font-size: 18px
}

@media (max-width: 768px) {
    .home2 .text {
        font-size: 16px
    }
}

body:not(.lang-en) .home2 .text .p {
    text-align: justify;
    text-justify: inter-ideograph
}

.home2 .text .p+.p {
    margin-top: 20px
}

.home2 .text .us_btn {
    position: absolute;
    top: 100%;
    height: 90px;
    width: 480px;
    right: 13.54167vw;
    z-index: 3
}

.home2 .text .us_btn::after {
    content: "";
    display: block;
    width: 33px;
    height: 16px;
    background: url(../image/arr3.png) no-repeat center;
    background-size: contain;
    margin-left: 150px
}

.home3 {
    position: relative;
    padding-top: 19.27083vw
}

.home3 .zimu {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none
}

.home3 .zimu::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 41.40625%;
    width: 12px;
    height: 13px;
    background: url(../image/arr2.png) no-repeat center;
    background-size: contain
}

.home3 .zimu::after {
    content: "";
    position: absolute;
    top: -6px;
    left: 9.6875%;
    width: 12px;
    height: 13px;
    background: url(../image/arr1.png) no-repeat center;
    background-size: contain
}

.home3 .zimu img {
    width: 100%
}

.home3 .bgi {
    position: relative;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.home3 .bgi::before {
    content: '';
    display: block;
    padding-top: 111.3188%
}

.home3 .bgi .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.home3 .box {
    position: relative;
    width: 72.91667%;
    min-width: 1100px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.home3 .box .pic {
    position: relative;
    overflow: hidden;
    width: 50%;
    z-index: 1
}

.home3 .box .pic::before {
    content: '';
    display: block;
    padding-top: 100%
}

.home3 .box .pic .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.home3 .box .pic .i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: none;
    transform: none
}

.home3 .box .text {
    padding: 6.77083vw 4.16667vw 15.10417vw;
    background: #fff url(../image/home9.jpg) no-repeat bottom center;
    background-size: 100% auto;
    height: 42.29167vw;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

.home3 .box .text .p_wp {
    margin: 2.08333vw 0 3.64583vw;
    font-size: 18px
}

@media (max-width: 768px) {
    .home3 .box .text .p_wp {
        font-size: 16px
    }
}

body:not(.lang-en) .home3 .box .text .p {
    text-align: justify;
    text-justify: inter-ideograph
}

.home3 .box .text .p+.p {
    margin-top: 20px
}

.home4 {
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 10.41667vw 0 5.20833vw
}

.home4 .box {
    position: relative;
    width: 72.91667%;
    min-width: 1100px;
    margin: auto
}

.home4 .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px
}

.home4 .top .img {
    position: relative;
    overflow: hidden;
    width: 58.85714%
}

.home4 .top .img::before {
    content: '';
    display: block;
    padding-top: 56.31068%
}

.home4 .top .img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.home4 .top .img .i {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}

.home4 .top .text {
    background: url(../image/home12.jpg) no-repeat center;
    background-size: cover;
    padding: 4.6875vw 3.125vw 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    border: 1px solid #dddddd
}

body:not(.lang-en) .home4 .top .text {
    text-align: justify;
    text-justify: inter-ideograph
}

.home4 .top .text .p_wp {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 13.5em;
    text-overflow: ellipsis;
    overflow: hidden;
    height: auto
}

@media (max-width: 768px) {
    .home4 .top .text .p_wp {
        font-size: 16px
    }
}

.home4 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.home4 .list .item {
    width: calc(33.33% - 28px);
    margin: 40px 0 0 42px;
    background: #ffffff;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 0px #333333;
    box-shadow: 0px 0px 15px 0px #333333
}

.home4 .list .item:nth-child(3n+1) {
    margin-left: 0
}

.home4 .list .item .x {
    position: absolute;
    left: 30px;
    bottom: 0;
    border-bottom: 10px solid #c30d23;
    width: 27.27273%
}

.home4 .list .item .img {
    position: relative;
    overflow: hidden
}

.home4 .list .item .img::before {
    content: '';
    display: block;
    padding-top: 56.26424%
}

.home4 .list .item .img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.home4 .list .item .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.home4 .list .item .text {
    padding: 1.5625vw;
    padding-bottom: 3.125vw
}

body:not(.lang-en) .home4 .list .item .text {
    text-align: justify;
    text-justify: inter-ideograph
}

.home4 .list .item .text .t1 {
    font-size: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 3em;
    text-overflow: ellipsis;
    overflow: hidden
}

@media (max-width: 768px) {
    .home4 .list .item .text .t1 {
        font-size: 18px
    }
}

.home5 {
    background: url(../image/home16.jpg) no-repeat center;
    background-size: cover;
    padding: 5.20833vw 0
}

.home5 .box {
    position: relative;
    width: 72.91667%;
    min-width: 1100px;
    margin: auto
}

.home5 .box .pic {
    text-align: center;
    margin-top: 45px
}

.home5 .box .pic img {
    max-width: 100%
}

.home5 .box .txt {
    margin-top: 3.90625vw
}

.home5 .box .txt .t1 {
    font-size: 28px
}

@media (max-width: 768px) {
    .home5 .box .txt .t1 {
        font-size: 20px
    }
}

.home5 .box .txt .t2 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: bold;
    color: #c30d23;
    margin-top: 5px
}

@media (max-width: 768px) {
    .home5 .box .txt .t2 {
        font-size: 28px
    }
}

.home6 {
    padding: 5.20833vw 0
}

.home6 .box {
    position: relative;
    width: 72.91667%;
    min-width: 1100px;
    margin: auto
}

.home6 .box .text .p {
    margin: 0 1.82292vw;
    margin-top: 20px;
    font-size: 20px
}

@media (max-width: 768px) {
    .home6 .box .text .p {
        font-size: 18px
    }
}

.home6 .box .tracker-mod {
    margin-top: 40px;
    position: relative
}

.home6 .box .tracker-mod .tracker-item {
    position: relative;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 14.6875vw;
    vertical-align: top
}

.home6 .box .tracker-mod .tracker-item+.tracker-item {
    margin-left: .26042vw
}

.home6 .box .tracker-mod .tracker-item:nth-child(4n+1) {
    margin-top: 2.08333vw
}

.home6 .box .tracker-mod .tracker-item:nth-child(4n+3) {
    margin-top: 3.125vw
}

.home6 .box .tracker-mod .tracker-item:nth-child(4n+4) {
    margin-top: 0vw
}

.home6 .box .tracker-mod .tracker-item .img {
    height: 30vw
}

.home6 .box .tracker-mod .tracker-item .img .i {
    -webkit-transform: none;
    transform: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%
}

.home6 .box .tracker-mod .tracker-item .img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../image/mask1.png) no-repeat bottom center;
    background-size: 100% auto;
    pointer-events: none
}

.home6 .box .tracker-mod .tracker-item .txt {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff
}

.home6 .box .tracker-mod .tracker-item .txt .t1 {
    font-size: 20px
}

@media (max-width: 768px) {
    .home6 .box .tracker-mod .tracker-item .txt .t1 {
        font-size: 18px
    }
}

.home6 .box .tracker-mod .tracker-item.cur {
    width: 28.125vw
}

.home6 .box .tracker-mod .xicon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1
}

.home6 .box .tracker-mod .xicon.tracker-prev {
    background-image: url(../image/prev1_a.png);
    left: 3%
}

.home6 .box .tracker-mod .xicon.tracker-next {
    background-image: url(../image/next1_a.png);
    right: 3%
}

.home7 {
    padding: 6.25vw 0 10.41667vw;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.home7 .j-title1 {
    position: absolute;
    z-index: 1;
    top: 5.72917vw;
    left: 0
}

.home7 .box {
    position: relative;
    width: 72.91667%;
    min-width: 1100px;
    margin: auto;
    height: 100
}

.home7 .box .list {
    height: 27.96875vw;
    position: relative
}

.home7 .box .list .item {
    position: absolute
}

.home7 .box .list .item.i1 {
    bottom: 0;
    left: 0;
    width: 43.21429%;
    height: 63.50093%
}

.home7 .box .list .item.i2 {
    bottom: 0;
    left: 43.92857%;
    width: 18.92857%;
    height: 100%
}

.home7 .box .list .item.i2 .txt {
    bottom: auto;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5.20833vw 6.6%
}

body:not(.lang-en) .home7 .box .list .item.i2 .txt {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr
}

.home7 .box .list .item.i2 .txt .t1 {
    margin-bottom: 0
}

.home7 .box .list .item.i3 {
    top: 0;
    left: 63.5%;
    width: 36.57143%;
    height: 55.30726%
}

.home7 .box .list .item.i4 {
    bottom: 0;
    left: 63.5%;
    width: 18%;
    height: 43.3892%
}

.home7 .box .list .item.i5 {
    bottom: 0;
    left: 82.07143%;
    width: 18%;
    height: 43.3892%
}

.home7 .box .list .item .img {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.home7 .box .list .item .img img {
    width: 100%
}

.home7 .box .list .item .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    padding: 6.6%
}

.home7 .box .list .item .txt .t1 {
    font-size: 20px;
    margin-bottom: 5px
}

@media (max-width: 768px) {
    .home7 .box .list .item .txt .t1 {
        font-size: 18px
    }
}

.home8 {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5.20833vw 0 1.5625vw
}

.home8 .bgi {
    position: absolute;
    top: 0;
    left: 0;
    width: 13.54167vw;
    height: 21.25vw;
    background: url(../image/home26.jpg) no-repeat center;
    background-size: cover
}

.home8 .j-title1 {
    color: #ffffff
}

.home8 .pic {
    text-align: center;
    margin: 40px auto 0;
    width: 43.48958vw
}

.home8 .pic img {
    max-width: 100%
}

.home8 .text {
    position: absolute;
    width: 18.75vw;
    color: #ffffff;
    font-size: 20px;
    right: 14.58333vw;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%)
}

@media (max-width: 768px) {
    .home8 .text {
        font-size: 18px
    }
}

body:not(.lang-en) .home8 .text {
    text-align: justify;
    text-justify: inter-ideograph
}

.home8 .text .p+.p {
    margin-top: 25px
}

.home9 {
    padding: 5.20833vw 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.home9 .box {
    position: relative;
    width: 72.91667%;
    min-width: 1100px;
    margin: auto
}

.home9 .box .flex {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.home9 .box .flex .l {
    width: 56.14286%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6.6%;
    text-align: center
}

.home9 .box .flex .l .cell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.home9 .box .flex .l .t1 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .home9 .box .flex .l .t1 {
        font-size: 22px
    }
}

.home9 .box .flex .l .erweima {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    width: 37.27735%;
    margin: auto
}

.home9 .box .flex .l .erweima::before {
    content: '';
    display: block;
    padding-top: 100%
}

.home9 .box .flex .l .erweima .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.home9 .box .flex .l .erweima img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.home9 .box .flex .r {
    border: 1px solid #dddddd;
    background: #fff url(../image/home29.jpg) no-repeat center;
    background-size: cover;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

.home9 .box .flex .r .text {
    padding: 4.6875vw 2.60417vw
}

body:not(.lang-en) .home9 .box .flex .r .text .p_wp {
    text-align: justify;
    text-justify: inter-ideograph
}

.home9 .box .flex .r .text .p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px
}

@media (max-width: 768px) {
    .home9 .box .flex .r .text .p {
        font-size: 18px
    }
}

.home9 .box .flex .r .text .p+.p {
    margin-top: 1.04167vw
}

.home9 .box .flex .r .text .p .s2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.home10 {
    padding: 5.20833vw 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.home10 .box {
    position: relative;
    width: 72.91667%;
    min-width: 1100px;
    margin: auto;
    color: #ffffff
}

.home10 .box .us_btn {
    margin: 40px auto 0
}

.home10 .box .text {
    color: #ffffff;
    margin-top: 25px
}

.home10 .box .text .p {
    font-size: 24px
}

@media (max-width: 768px) {
    .home10 .box .text .p {
        font-size: 18px
    }
}

.home10 .box .text .b {
    font-weight: bold
}

@media (min-width: 769px) {
    .home-banner .nav-right .nav-list .nav-item:hover {
        background-image: url(../image/nav1_a.jpg)
    }

    .home6 .box .tracker-mod .xicon:hover {
        background-color: #c30d23
    }

    .home6 .box .tracker-mod .xicon:hover.tracker-prev {
        background-image: url(../image/prev1.png);
        left: 3%
    }

    .home6 .box .tracker-mod .xicon:hover.tracker-next {
        background-image: url(../image/next1.png);
        right: 3%
    }
}

.meeting_apply1 {
    color: #ffffff
}

.meeting_apply1 .box {
    margin: 0 12.14286%;
    margin-top: 40px
}

.meeting_apply1 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.meeting_apply1 .list .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.meeting_apply1 .list .item .a1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.meeting_apply1 .list .item+.item {
    margin-left: 20px
}

.meeting_apply1 .list .item+.item .t1 {
    color: #333333
}

.meeting_apply1 .list .item .cell {
    padding: 90px 30px
}

.meeting_apply1 .list .item .ico {
    width: 112px;
    margin: auto
}

.meeting_apply1 .list .item .ico img {
    width: 100%
}

.meeting_apply1 .list .item .t1 {
    font-size: 24px;
    margin-top: 15px
}

@media (max-width: 768px) {
    .meeting_apply1 .list .item .t1 {
        font-size: 18px
    }
}

.meeting_apply1 .btm_tpi {
    position: relative;
    margin-top: 20px;
    color: #ffffff;
    padding: 50px
}

body:not(.lang-en) .meeting_apply1 .btm_tpi {
    text-align: justify;
    text-justify: inter-ideograph
}

.meeting_apply1 .btm_tpi .close {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 26px
}

.meeting_apply1 .btm_tpi .close::before {
    content: '\e509'
}

.meeting_apply1 .btm_tpi .t1 {
    font-size: 20px
}

@media (max-width: 768px) {
    .meeting_apply1 .btm_tpi .t1 {
        font-size: 18px
    }
}

.meeting_apply1 .btm_tpi .p {
    margin-top: 5px
}

.pop-xhy .pop-cont {
    border: 1px solid #b8b8b8;
    border-top: 5px solid #c30d23;
    position: relative;
    background-color: #ffffff;
    min-height: 250px;
    width: 750px;
    margin: auto;
    padding: 60px 50px 60px
}

.pop-xhy .pop-cont::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 195px;
    height: 195px;
    background: url(../image/form_register2.jpg) no-repeat left top;
    background-size: cover
}

.pop-xhy .pop-cont::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 263px;
    height: 235px;
    background: url(../image/form_register3.jpg) no-repeat right bottom;
    background-size: cover
}

.pop-xhy .pop-cont .padd {
    position: relative;
    z-index: 1
}

.pop-xhy .pop-cont .j-title1 {
    margin-bottom: 45px
}

.pop-xhy .pop-cont .line {
    position: relative;
    font-size: 18px
}

@media (max-width: 768px) {
    .pop-xhy .pop-cont .line {
        font-size: 16px
    }
}

.pop-xhy .pop-cont .line+.line {
    margin-top: 20px
}

.pop-xhy .pop-cont .line.false .x_wp {
    opacity: 1;
    background-color: #fafafa
}

.pop-xhy .pop-cont .line.false .posi {
    background-color: transparent
}

.pop-xhy .pop-cont .line.false .posi .label1 {
    color: #c30d23
}

.pop-xhy .pop-cont .line.false .posi .ico img {
    opacity: 0
}

.pop-xhy .pop-cont .line.false .posi .ico img.bak {
    opacity: 1
}

.pop-xhy .pop-cont .line .x_wp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #edb6bd;
    opacity: 0
}

.pop-xhy .pop-cont .line .x_wp.r130 {
    right: 130px
}

.pop-xhy .pop-cont .line .x_wp .x::before,
.pop-xhy .pop-cont .line .x_wp .x::after {
    content: "";
    position: absolute;
    border: 1px solid #c30d23;
    width: 12px;
    height: 12px
}

.pop-xhy .pop-cont .line .x_wp .x.x1::before {
    top: -1px;
    left: -1px;
    border-bottom: 0;
    border-right: 0
}

.pop-xhy .pop-cont .line .x_wp .x.x1::after {
    bottom: -1px;
    left: -1px;
    border-top: 0;
    border-right: 0
}

.pop-xhy .pop-cont .line .x_wp .x.x2::before {
    top: -1px;
    right: -1px;
    border-bottom: 0;
    border-left: 0
}

.pop-xhy .pop-cont .line .x_wp .x.x2::after {
    bottom: -1px;
    right: -1px;
    border-top: 0;
    border-left: 0
}

.pop-xhy .pop-cont .line .head_con {
    background-color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pop-xhy .pop-cont .line .head_con .bor {
    border: 1px solid #cccccc;
    border-radius: 50%;
    padding: 3px;
    margin-right: 20px;
    cursor: pointer
}

.pop-xhy .pop-cont .line .head_con .bor .ico {
    background-color: #f4f4f4;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    width: 70px;
    height: 70px
}

.pop-xhy .pop-cont .line .head_con .bor .ico img {
    width: 100%
}

.pop-xhy .pop-cont .line .head_con .t1 {
    color: #c30d23;
    padding-right: 27px;
    background: url(../image/icon4.png) no-repeat right center;
    cursor: pointer;
    text-decoration: underline
}

.pop-xhy .pop-cont .line .posi {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pop-xhy .pop-cont .line .posi .label1 {
    padding: 0 20px
}

.pop-xhy .pop-cont .line .posi .ico {
    width: 60px;
    text-align: center;
    position: relative
}

.pop-xhy .pop-cont .line .posi .ico img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pop-xhy .pop-cont .line .posi .ico img.bak {
    opacity: 0
}

.pop-xhy .pop-cont .line .posi .ipt {
    padding: 0 1em;
    border-left: 1px solid #dddddd;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pop-xhy .pop-cont .line .posi .ipt input {
    width: 100%
}

.pop-xhy .pop-cont .line .posi .pic {
    position: relative;
    overflow: hidden;
    width: 90px
}

.pop-xhy .pop-cont .line .posi .pic::before {
    content: '';
    display: block;
    padding-top: 55.47445%
}

.pop-xhy .pop-cont .line .posi .pic .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.pop-xhy .pop-cont .line .posi .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.pop-xhy .pop-cont .line .posi .arr {
    color: #c30d23;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 60px
}

.pop-xhy .pop-cont .line .posi .arr::before {
    right: 0.5em;
    left: auto
}

.pop-xhy .pop-cont .line .posi .sj_btn {
    height: 60px;
    width: 110px;
    background-color: #c30d23;
    color: #ffffff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    margin-left: 20px;
    position: relative;
    cursor: pointer
}

@media (max-width: 768px) {
    .pop-xhy .pop-cont .line .posi .sj_btn {
        font-size: 18px
    }
}

.pop-xhy .pop-cont .line .posi .sj_btn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    right: 100%;
    background-color: #ffffff;
    cursor: auto;
    pointer-events: none
}

.pop-xhy .pop-cont .line .posi.arr_f .arr {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.pop-xhy .pop-cont .line .img_scroll1 {
    max-height: 135px;
    padding-left: 130px;
    padding-right: 70px;
    background-color: #fafafa;
    /* position: absolute !important; */
    top: 100%;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 3
}

.pop-xhy .pop-cont .line .img_scroll1::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 100%;
    left: 0;
    width: 100%;
    background-color: #fafafa
}

.pop-xhy .pop-cont .line .img_scroll1.show {
    visibility: visible;
    opacity: 1
}

.pop-xhy .pop-cont .line .img_scroll1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #c30d23
}

.pop-xhy .pop-cont .line .img_scroll1 .mCSB_outside+.mCSB_scrollTools {
    right: 45px
}

.pop-xhy .pop-cont .line .img_scroll1 .img_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px
}

.pop-xhy .pop-cont .line .img_scroll1 .img_list .img_list_item {
    position: relative;
    overflow: hidden;
    width: calc(33.33% - 14px);
    cursor: pointer;
    margin: 0 0 20px 20px
}

.pop-xhy .pop-cont .line .img_scroll1 .img_list .img_list_item::before {
    content: '';
    display: block;
    padding-top: 55.47445%
}

.pop-xhy .pop-cont .line .img_scroll1 .img_list .img_list_item .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.pop-xhy .pop-cont .line .img_scroll1 .img_list .img_list_item:nth-child(3n+1) {
    margin-left: 0
}

.pop-xhy .pop-cont .line .img_scroll1 .img_list .img_list_item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.pop-xhy .pop-cont .line .img_scroll1 .img_list .img_list_item::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #c30d23;
    opacity: 0
}

.pop-xhy .pop-cont .line .img_scroll1 .img_list .img_list_item.cur::after {
    opacity: 1
}

.pop-xhy .pop-cont .line .tit_bar {
    font-size: 20px;
    padding-top: 20px
}

@media (max-width: 768px) {
    .pop-xhy .pop-cont .line .tit_bar {
        font-size: 18px
    }
}

.pop-xhy .pop-cont .line .link1 {
    padding-left: 80px;
    font-size: 20px;
    color: #999999
}

@media (max-width: 768px) {
    .pop-xhy .pop-cont .line .link1 {
        font-size: 18px
    }
}

.pop-xhy .pop-cont .line .link1 a {
    color: #c30d23 !important;
    text-decoration: underline !important
}

.pop-xhy .pop-cont .btn_wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 50px
}

.pop-xhy .pop-cont .btn_wp .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 60px;
    text-align: center;
    font-size: 20px
}

@media (max-width: 768px) {
    .pop-xhy .pop-cont .btn_wp .btn {
        font-size: 18px
    }
}

.pop-xhy .pop-cont .btn_wp .btn+.btn {
    margin-left: 20px
}

.pop-xhy .pop-cont .btn_wp .btn.btn1 {
    background-color: #f4f4f4
}

.pop-xhy .pop-cont .btn_wp .btn.btn2 {
    background: url(../image/form_register13.jpg) no-repeat center;
    background-size: cover;
    color: #ffffff !important
}

.pop-cjcg .pop-cont {
    border: 1px solid #b8b8b8;
    border-top: 5px solid #c30d23;
    position: relative;
    background-color: #ffffff;
    min-height: 250px;
    width: 750px;
    margin: auto;
    padding: 90px 50px 100px
}

.pop-cjcg .pop-cont::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 195px;
    height: 195px;
    background: url(../image/form_register2.jpg) no-repeat left top;
    background-size: cover
}

.pop-cjcg .pop-cont::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 263px;
    height: 235px;
    background: url(../image/form_register3.jpg) no-repeat right bottom;
    background-size: cover
}

.pop-cjcg .pop-cont .padd {
    position: relative;
    z-index: 1
}

.pop-cjcg .pop-cont .j-title1 {
    margin-bottom: 45px
}

.pop-cjcg .pop-cont .text {
    font-size: 18px
}

@media (max-width: 768px) {
    .pop-cjcg .pop-cont .text {
        font-size: 16px
    }
}

body:not(.lang-en) .pop-cjcg .pop-cont .text {
    text-align: justify;
    text-justify: inter-ideograph
}

.pop-cjcg .pop-cont .text .p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pop-cjcg .pop-cont .text .p+.p {
    margin-top: 20px
}

.pop-cjcg .pop-cont .text .p .s2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

.pop-cjcg .pop-cont .text .p .img {
    position: relative;
    overflow: hidden;
    width: 137px
}

.pop-cjcg .pop-cont .text .p .img::before {
    content: '';
    display: block;
    padding-top: 55.47445%
}

.pop-cjcg .pop-cont .text .p .img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.pop-cjcg .pop-cont .text .p .img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.pop-cjcg .pop-cont .text .p .erweima_wp .erweima {
    border: 1px solid #cccccc;
    padding: 10px
}

.pop-cjcg .pop-cont .text .p .erweima_wp .erweima img {
    width: 142px;
    height: 142px
}

.pop-cjcg .pop-cont .text .p .erweima_wp .t1 {
    text-align: center;
    color: #c30d23;
    text-decoration: underline;
    margin-top: 10px;
    font-size: 20px;
    cursor: pointer
}

@media (max-width: 768px) {
    .pop-cjcg .pop-cont .text .p .erweima_wp .t1 {
        font-size: 18px
    }
}

.pop-cjcg .pop-cont .btn_wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 50px
}

.pop-cjcg .pop-cont .btn_wp .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 60px;
    text-align: center;
    font-size: 20px
}

@media (max-width: 768px) {
    .pop-cjcg .pop-cont .btn_wp .btn {
        font-size: 18px
    }
}

.pop-cjcg .pop-cont .btn_wp .btn+.btn {
    margin-left: 20px
}

.pop-cjcg .pop-cont .btn_wp .btn.btn1 {
    background-color: #f4f4f4
}

.pop-cjcg .pop-cont .btn_wp .btn.btn2 {
    background: url(../image/form_register13.jpg) no-repeat center;
    background-size: cover;
    color: #ffffff !important
}

.meeting_manage1 {
    color: #ffffff
}

.meeting_manage1 .box {
    margin: 0 12.14286%;
    margin-top: 40px
}

.meeting_manage1 .table_bg {
    position: relative;
    background-color: #ffffff;
    min-height: 250px;
    padding: 0 0 50px;
    border: 1px solid #dddddd;
    border-top: 0
}

.meeting_manage1 .table_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 195px;
    height: 195px;
    background: url(../image/form_register2.jpg) no-repeat left top;
    background-size: cover
}

.meeting_manage1 .table_bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 263px;
    height: 235px;
    background: url(../image/form_register3.jpg) no-repeat right bottom;
    background-size: cover
}

.meeting_manage1 .table_bg .scroll1 {
    max-height: 468px
}

.meeting_manage1 .table_bg .scroll1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #c30d23
}

.meeting_manage1 .table_bg .scroll1 .mCSB_outside+.mCSB_scrollTools {
    right: 15px;
    z-index: 1;
    top: 15px;
    bottom: 0px
}

.meeting_manage1 .tables>.tr {
    background: url(../image/meeting_manage2.jpg) no-repeat center;
    background-size: cover
}

.meeting_manage1 .tables .tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 50px;
    position: relative;
    z-index: 1
}

.meeting_manage1 .tables .tr .th {
    padding: 25px 0;
    font-size: 20px
}

@media (max-width: 768px) {
    .meeting_manage1 .tables .tr .th {
        font-size: 18px
    }
}

.meeting_manage1 .tables .tr .td {
    border-bottom: 1px solid #dddddd;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
    font-size: 18px
}

@media (max-width: 768px) {
    .meeting_manage1 .tables .tr .td {
        font-size: 16px
    }
}

body:not(.lang-en) .meeting_manage1 .tables .tr .td:nth-child(3) {
    text-align: justify;
    text-justify: inter-ideograph
}

.meeting_manage1 .tables .tr .td .s1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 5px
}

.meeting_manage1 .tables .tr .td .btn_wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    /* flex: 1 */
}

.meeting_manage1 .tables .tr .td .btn_wp .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 40px;
    text-align: center
}

.meeting_manage1 .tables .tr .td .btn_wp .btn+.btn {
    margin-left: 20px
}

.meeting_manage1 .tables .tr .td .btn_wp .btn.btn1 {
    background-color: #c30d23;
    color: #ffffff !important
}

.meeting_manage1 .tables .tr .td .btn_wp .btn.btn2 {
    background-color: #f4f4f4
}

.meeting_manage1 .tables .tr .td,
.meeting_manage1 .tables .tr .th {
    text-align: center
}

.meeting_manage1 .tables .tr .td:nth-child(1),
.meeting_manage1 .tables .tr .th:nth-child(1) {
    width: 137px
}

.meeting_manage1 .tables .tr .td:nth-child(2),
.meeting_manage1 .tables .tr .th:nth-child(2) {
    width: 172px
}

.meeting_manage1 .tables .tr .td:nth-child(3),
.meeting_manage1 .tables .tr .th:nth-child(3) {
    width: 180px
}

.meeting_manage1 .tables .tr .td:nth-child(4),
.meeting_manage1 .tables .tr .th:nth-child(4) {
    width: 225px
}

.meeting_manage1 .tables .tr .td:nth-child(5),
.meeting_manage1 .tables .tr .th:nth-child(5) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.news_center1 {
    padding: 5.20833vw 0
}

.news_center1 .list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -40px
}

.news_center1 .list .item {
    width: calc(33.33% - 28px);
    margin: 0 0 40px 42px;
    background: #ffffff;
    position: relative
}

.news_center1 .list .item:nth-child(3n+1) {
    margin-left: 0
}

.news_center1 .list .item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: url(../image/bar1.jpg) no-repeat center;
    background-size: cover
}

.news_center1 .list .item .img {
    position: relative;
    overflow: hidden
}

.news_center1 .list .item .img::before {
    content: '';
    display: block;
    padding-top: 56.26424%
}

.news_center1 .list .item .img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.news_center1 .list .item .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.news_center1 .list .item .text {
    padding: 30px;
    border: 1px solid #dddddd
}

body:not(.lang-en) .news_center1 .list .item .text {
    text-align: justify;
    text-justify: inter-ideograph
}

.news_center1 .list .item .text .t1 {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 3em;
    text-overflow: ellipsis;
    overflow: hidden
}

@media (max-width: 768px) {
    .news_center1 .list .item .text .t1 {
        font-size: 18px
    }
}

.news_center1 .list .item .text .p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 4.5em;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 15px
}

.news_center1 .list .item .text .date {
    margin-top: 20px
}

@media (min-width: 769px) {
    .news_center1 .list .item:hover .img img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.represent1 .j-title1 {
    margin-bottom: 45px;
    color: #ffffff
}

.represent1 .top_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.represent1 .top_box .top_bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px;
    height: 80px;
    background: url(../image/represent1.jpg)
}

.represent1 .top_box .top_bar .ico {
    width: 26px
}

.represent1 .top_box .top_bar .ico img {
    max-width: 100%
}

.represent1 .top_box .top_bar .s1 {
    color: #ffffff;
    font-size: 20px;
    margin-left: 15px
}

@media (max-width: 768px) {
    .represent1 .top_box .top_bar .s1 {
        font-size: 18px
    }
}

.represent1 .top_box .top_cont {
    border: 1px solid #dddddd;
    border-top: 0;
    position: relative;
    background-color: #ffffff;
    min-height: 250px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.represent1 .top_box .top_cont::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 67px;
    height: 195px;
    background: url(../image/form_register2.jpg) no-repeat left top;
    background-size: contain
}



.represent1 .top_box .top_cont::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 138px;
    height: 235px;
    background: url(../image/form_register3.jpg) no-repeat top left;
    background-size: cover
}

.represent1 .top_box .top_cont .posi {
    position: relative;
    z-index: 1
}

.represent1 .top_box .top_cont .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #c30d23
}

.represent1 .top_box .top_l {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.represent1 .top_box .top_l .posi {
    padding: 25px 50px 50px
}

.represent1 .top_box .top_l .scroll1 {
    height: 285px
}

body:not(.lang-en) .represent1 .top_box .top_l .scroll1 {
    text-align: justify;
    text-justify: inter-ideograph
}

.represent1 .top_box .top_l .btn1 {
    width: 115px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    color: #ffffff;
    background-color: #c30d23;
    margin-top: 25px
}

.represent1 .top_box .top_l .show_btn1 {
    width: 90px;
    height: 90px;
    background: url(../image/icon15.png) no-repeat center;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -45px;
    visibility: hidden;
    opacity: 0;
    cursor: pointer
}

.represent1 .top_box .top_l .show_btn1 .s1 {
    width: 2em;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.2
}

@media (max-width: 768px) {
    .represent1 .top_box .top_l .show_btn1 .s1 {
        font-size: 18px
    }
}

.represent1 .top_box .top_l.hide .top_bar,
.represent1 .top_box .top_l.hide .top_cont {
    visibility: hidden;
    opacity: 0
}

.represent1 .top_box .top_l.hide .show_btn1 {
    visibility: visible;
    opacity: 1
}

.represent1 .top_box .top_c {
    width: 45%;
    margin: 0 4.28571%;
    position: relative
}

.represent1 .top_box .top_c .fy_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.represent1 .top_box .top_c .fy_list .posi {
    padding: 25px 50px 50px
}

.represent1 .top_box .top_c .fy_list .scroll1 {
    height: 355px
}

.represent1 .top_box .top_c .fy_list .list .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.represent1 .top_box .top_c .fy_list .list .line+.line {
    margin-top: 25px
}

.represent1 .top_box .top_c .fy_list .list .line .num {
    font-size: 20px;
    width: 30px
}

@media (max-width: 768px) {
    .represent1 .top_box .top_c .fy_list .list .line .num {
        font-size: 18px
    }
}

.represent1 .top_box .top_c .fy_list .list .line .pic {
    width: 69px;
    height: 69px;
    border-radius: 50%;
    overflow: hidden
}

.represent1 .top_box .top_c .fy_list .list .line .pic img {
    width: 100%
}

.represent1 .top_box .top_c .fy_list .list .line .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    line-height: 1.4;
    margin: 0 20px
}

.represent1 .top_box .top_c .fy_list .list .line .txt .p .s1 {
    margin-left: 20px;
    display: inline-block
}

.represent1 .top_box .top_c .fy_list .list .line .fun_btn {
    width: 33px;
    height: 35px;
    background: url(../image/icon14_a.png) no-repeat center;
    background-size: cover;
    cursor: pointer
}

.represent1 .top_box .top_c .fy_list .list .line .fun_btn.now {
    background-image: url(../image/icon14.png);
    filter: grayscale(100%) brightness(0.7);
    color: gray;
    transition: filter 0.3s ease;
}

.represent1 .top_box .top_c .fy_list .list .line .fun_btn.now:hover {
    filter: none;
    color: #c30d23;
}

.represent1 .top_box .top_c .fy_alone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0
}

.represent1 .top_box .top_c .fy_alone .top_bar .ico {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden
}

.represent1 .top_box .top_c .fy_alone .top_bar .ico img {
    width: 100%
}

.represent1 .top_box .top_c .fy_alone .posi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.represent1 .top_box .top_c .fy_alone .bor {
    border: 1px solid #c30d23;
    border-radius: 50%;
    padding: 8px
}

.represent1 .top_box .top_c .fy_alone .bor .ico {
    background-color: #f4f4f4;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    width: 269px;
    height: 269px
}

.represent1 .top_box .top_c .fy_alone .bor .ico img {
    width: 100%
}

.represent1 .top_box .top_c .fy_alone .btn1 {
    width: 115px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    color: #ffffff;
    background-color: #c30d23;
    margin-top: 20px
}

.represent1 .top_box .top_c.alone_show .fy_list {
    visibility: hidden;
    opacity: 0
}

.represent1 .top_box .top_c.alone_show .fy_alone {
    visibility: visible;
    opacity: 1
}

.represent1 .top_box .top_r {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.represent1 .top_box .top_r .posi {
    padding: 55px 20px
}

.represent1 .top_box .top_r .erweima {
    padding: 0px;
    width: 226px;
    margin: auto;
    /* background: url(../image/form_register14.jpg) no-repeat center; */
    background-size: contain
}

.represent1 .top_box .top_r .erweima img {
    width: 100%
}

.represent1 .top_box .top_r .t1 {
    margin-top: 25px;
    text-align: center;
    font-size: 20px
}

@media (max-width: 768px) {
    .represent1 .top_box .top_r .t1 {
        font-size: 18px
    }
}

.represent1 .btm_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px;
    background: url(../image/form_register16.jpg) no-repeat center;
    background-size: cover;
    margin-top: 4.28571%
}

.represent1 .btm_box .btm_l .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.represent1 .btm_box .btm_l .list .item {
    text-align: center;
    padding: 0 20px
}

.represent1 .btm_box .btm_l .list .item .cell {
    cursor: pointer
}

.represent1 .btm_box .btm_l .list .item .ico {
    width: 49px;
    position: relative;
    position: relative;
    overflow: hidden;
    margin: auto
}

.represent1 .btm_box .btm_l .list .item .ico::before {
    content: '';
    display: block;
    padding-top: 91.83673%
}

.represent1 .btm_box .btm_l .list .item .ico .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.represent1 .btm_box .btm_l .list .item .ico img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.represent1 .btm_box .btm_l .list .item .t1 {
    font-size: 20px;
    color: #ffffff;
    margin-top: 10px
}

@media (max-width: 768px) {
    .represent1 .btm_box .btm_l .list .item .t1 {
        font-size: 18px
    }
}

.represent1 .btm_box .btm_l .list .item .pop_btn1 {
    width: 173px;
    height: 75px;
    background: url(../image/form_register15.jpg) no-repeat center;
    background-size: cover;
    border: 1px solid #e56978;
    font-size: 20px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

@media (max-width: 768px) {
    .represent1 .btm_box .btm_l .list .item .pop_btn1 {
        font-size: 18px
    }
}

.represent1 .btm_box .btm_r .js_link {
    font-size: 24px;
    color: #ffffff !important;
    width: 280px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #c30d23
}

@media (max-width: 768px) {
    .represent1 .btm_box .btm_r .js_link {
        font-size: 18px
    }
}

.represent1 .btm_box .btm_r .js_link .ico {
    width: 26px
}

.represent1 .btm_box .btm_r .js_link .ico img {
    width: 100%
}

.represent1 .btm_box .btm_r .js_link .s1 {
    margin-left: 15px
}

@media (max-width: 1320px) {
    .represent1 .top_box .top_l .posi {
        padding: 25px 30px
    }

    .represent1 .top_box .top_c .fy_list .posi {
        padding: 25px 30px
    }
}

.result-page {
    padding: 50px 0
}

.result-page .result-head .t {
    font-size: 1.7em
}

.result-page .result-head .s {
    margin-left: 30px;
    font-size: 1.2em;
    color: #707070
}

.result-page .result-list {
    margin-bottom: 50px
}

.result-page .result-list .list-item {
    padding: 30px 0;
    border-bottom: 1px solid #eee
}

.result-page .result-list .t {
    margin-bottom: 15px;
    font-size: 1.2em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color .3s;
    transition: color .3s
}

.result-page .result-list .p {
    color: #707070;
    text-align: justify;
    text-justify: inter-ideograph
}

.result-page .key {
    color: #c30d23
}

@media (min-width: 769px) {
    .result-page .result-list .t:hover {
        color: #c30d23
    }
}

.sitemap-page {
    padding: 50px 0
}

.sitemap-page .dl {
    padding: 20px 0;
    border-bottom: 1px solid #eee
}

.sitemap-page .dt {
    font-size: 1.2em
}

.sitemap-page .dd {
    margin-top: 20px;
    padding-left: 4em
}

.sitemap-page .link {
    -webkit-transition: color .3s;
    transition: color .3s
}

.sitemap-page .link+.link {
    margin-left: 20px
}

@media (min-width: 769px) {
    .sitemap-page .link:hover {
        color: #c30d23
    }
}

.user_cont {
    font-size: 18px
}

@media (max-width: 768px) {
    .user_cont {
        font-size: 16px
    }
}

.user_cont .item+.item {
    margin-top: 40px
}

.user_cont .item .tit {
    font-size: 20px;
    margin-bottom: 25px
}

@media (max-width: 768px) {
    .user_cont .item .tit {
        font-size: 18px
    }
}

.user_cont .item .head_con {
    background-color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.user_cont .item .head_con .bor {
    border: 1px solid #cccccc;
    border-radius: 50%;
    padding: 3px;
    margin-right: 20px;
    cursor: pointer
}

.user_cont .item .head_con .bor .ico {
    background-color: #f4f4f4;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    width: 90px;
    height: 90px
}

.user_cont .item .head_con .bor .ico img {
    width: 100%
}

.user_cont .item .head_con .name {
    padding-right: 27px;
    background: url(../image/icon4.png) no-repeat right center
}

.user_cont .item .passwrod {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-right: 27px;
    background: url(../image/icon4.png) no-repeat right center
}

.user_cont .item .passwrod .ico {
    width: 21px;
    margin-right: 15px;
    position: relative;
    top: -1px
}

.user_cont .item .passwrod .ico img {
    max-width: 100%
}

@media (min-width: 769px) {

    .user_cont .head_con .name:hover,
    .user_cont .passwrod:hover {
        text-decoration: underline !important
    }
}

.user-list {
    /* 默认列表样式，正常排列 */
    display: block;
    min-height: 200px;
    width: 100%;
  }
  
  .user-list .line {
    /* 你的用户条目样式 */
    display: flex;
    align-items: center;
    /* 其它样式... */
  }
  
  .user-list-empty {
    /* 只有在无用户时才居中 */
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    height: 100%;
  }
  
  .no-apply-tip {
    color: #999;
    font-size: 18px;
    text-align: center;
  }
  .ycwzbtn{
  
  /* 退出登录按钮样式 */
  .tools-item.logout {
    margin-left: 10px;
    transition: all 0.3s ease;
  }
  
  .tools-item.logout:hover {
    /* transform: translateY(-2px); */
    /* box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3); */
  }
  
  .tools-item.logout span {
    font-weight: 600;
    color: #ff6b6b;
  }
  
  .tools-item.logout .ico img {
    filter: hue-rotate(0deg) saturate(1.2);
  }
  
  /* 确保在移动端也能正常显示 */
  @media (max-width: 768px) {
    .tools-mod {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    
    .tools-item.logout {
      margin-left: 0;
    }
  }
    margin: 0 auto!important;
  }
  /* 请向设置语音网络 */
  /* 右上角提示框样式 */
.persistent-message {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    padding: 12px 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    max-width: 300px;
}

.persistent-message .message-content {
    flex: 1;
    margin-right: 10px;
}

.persistent-message .close-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #909399;
    padding: 0 5px;
}

.persistent-message .close-btn:hover {
    color: #606266;
}

/* 警告类型样式 */
.persistent-message.warning {
    border-color: #faad14;
    background-color: #fffbe6;
}

/* 退出登录确认弹窗样式 */
.logout-confirm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.logout-confirm.show {
  display: flex;
}

.logout-confirm-content {
  background: white;
  border-radius: 8px;
  padding: 30px;
  max-width: 400px;
  width: 90%;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.logout-confirm-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.logout-confirm-text {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
  line-height: 1.5;
}

.logout-confirm-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.logout-confirm-btn {
  padding: 10px 25px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.logout-confirm-btn.cancel {
  background-color: #f0f0f0;
  color: #333;
}

.logout-confirm-btn.cancel:hover {
  background-color: #e0e0e0;
}

.logout-confirm-btn.confirm {
  background-color: #ff6b6b;
  color: white;
}

.logout-confirm-btn.confirm:hover {
  background-color: #ff5252;
}