@charset "utf-8";
:root {
    --color: #e62129;
    --vh: 100vh
}

@font-face {
    font-family: "sv";
    src: url("../fonts/Satoshi-Variable.ttf") format("truetype")
}

@font 1 {
    font-family: 'sv', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
} .x-shuzi {
      font-family: 'sv', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
  }

* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

* ::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

* ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: var(--color)
}

* ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background: #ededed
}

html {
    font-size: calc(100vw / 19.2);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width: 1901px) {
    html {
        font-size: 100px
    }
}

@media (max-width: 1580px) {
    html {
        font-size: 66px
    }
}

@media (max-width: 767px) {
    html {
        font-size: 50px
    }
}

body {
    min-height: 100%;
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: 16px;
    line-height: 1.5;
    color: #222;
    background: #fff
}

@media (max-width: 1580px) {
    body {
        font-size: 14px
    }
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: top
}

video, video:focus {
    display: block;
    font-size: 0;
    border: 0;
    outline: none
}

li {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: normal
}

a {
    color: inherit
}

a, a:hover, a:focus {
    text-decoration: none
}

input, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

button {
    cursor: pointer
}

input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer
}

textarea {
    resize: none;
    overflow: auto
}

input, button, textarea, select {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: normal;
    color: inherit;
    background: transparent
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

table {
    border-collapse: collapse
}

svg path, svg circle {
    fill: currentColor !important;
    opacity: 1 !important
}

picture, section, main {
    display: block
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    zoom: 1
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.container {
    margin: 0 auto;
    width: 85%;
    max-width: 1400px
}

@media (max-width: 1260px) {
    .container {
        width: 90% !important
    }
}

.container2 {
    margin: 0 auto;
    width: 85%;
    max-width: 1400px
}

@media (max-width: 1260px) {
    .container2 {
        width: 90% !important
    }
}

.container1600 {
    margin: 0 auto;
    width: 85%;
    max-width: 1600px
}

@media (max-width: 1260px) {
    .container1600 {
        width: 90% !important
    }
}

.container1820 {
    margin: 0 auto;
    width: 95%;
    max-width: 1820px
}

@media (max-width: 1260px) {
    .container1820 {
        width: 90% !important
    }
}

.bg-color1 {
    background-color: #fff
}

.ptb100 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (max-width: 767px) {
    .ptb100 {
        padding-top: 1.2rem;
        padding-bottom: 1.2em
    }
}

.pt100 {
    padding-top: 1rem
}

@media (max-width: 767px) {
    .pt100 {
        padding-top: 1.2rem
    }
}

.pb100 {
    padding-bottom: 1rem
}

@media (max-width: 767px) {
    .pb100 {
        padding-bottom: 1.2rem
    }
}

.font12 {
    font-size: 12px;
    line-height: 1.83333333
}

@media (max-width: 1580px) {
    .font12 {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .font12 {
        font-size: .24rem
    }
}

.font14 {
    font-size: 14px;
    line-height: 1.71428571
}

@media (max-width: 1580px) {
    .font14 {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .font14 {
        font-size: .26rem
    }
}

.font16 {
    font-size: 16px;
    line-height: 1.625
}

@media (max-width: 1580px) {
    .font16 {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .font16 {
        font-size: .26rem
    }
}

.font18 {
    font-size: 18px;
    line-height: 1.55555556
}

@media (max-width: 1580px) {
    .font18 {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .font18 {
        font-size: .26rem
    }
}

.font20 {
    font-size: .2rem;
    line-height: 1.5
}

@media (max-width: 1580px) {
    .font20 {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .font20 {
        font-size: .3rem
    }
}

.font22 {
    font-size: .22rem;
    line-height: 1.45454545
}

@media (max-width: 1580px) {
    .font22 {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .font22 {
        font-size: .34rem
    }
}

.font24 {
    font-size: .24rem;
    line-height: 1.41666667
}

@media (max-width: 1580px) {
    .font24 {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .font24 {
        font-size: .34rem
    }
}

.font26 {
    font-size: .26rem;
    line-height: 1.38461538
}

@media (max-width: 767px) {
    .font26 {
        font-size: .34rem
    }
}

.font28 {
    font-size: .28rem;
    line-height: 1.35714286
}

@media (max-width: 767px) {
    .font28 {
        font-size: .34rem
    }
}

.font30 {
    font-size: .3rem;
    line-height: 1.33333333
}

@media (max-width: 1260px) {
    .font30 {
        font-size: .36rem
    }
}

@media (max-width: 767px) {
    .font30 {
        font-size: .36rem
    }
}

.font32 {
    font-size: .32rem;
    line-height: 1.3125
}

@media (max-width: 1260px) {
    .font32 {
        font-size: .36rem
    }
}

@media (max-width: 991px) {
    .font32 {
        font-size: .26rem
    }
}

@media (max-width: 767px) {
    .font32 {
        font-size: .32rem
    }
}

.font34 {
    font-size: .34rem;
    line-height: 1.29411765
}

@media (max-width: 1260px) {
    .font34 {
        font-size: .38rem
    }
}

@media (max-width: 991px) {
    .font34 {
        font-size: .26rem
    }
}

@media (max-width: 767px) {
    .font34 {
        font-size: .4rem
    }
}

.font36 {
    font-size: .36rem;
    line-height: 1.11111111
}

@media (max-width: 1260px) {
    .font36 {
        font-size: .4rem
    }
}

@media (max-width: 991px) {
    .font36 {
        font-size: .3rem
    }
}

@media (max-width: 767px) {
    .font36 {
        font-size: .36rem
    }
}

.font38 {
    font-size: .38rem;
    line-height: 1.26315789
}

@media (max-width: 1260px) {
    .font38 {
        font-size: .4rem
    }
}

@media (max-width: 991px) {
    .font38 {
        font-size: .3rem
    }
}

@media (max-width: 767px) {
    .font38 {
        font-size: .36rem
    }
}

.font40 {
    font-size: .4rem;
    line-height: 1.25
}

@media (max-width: 1260px) {
    .font40 {
        font-size: .4rem
    }
}

@media (max-width: 767px) {
    .font40 {
        font-size: .4rem
    }
}

.font42 {
    font-size: .42rem;
    line-height: 1.23809524
}

@media (max-width: 1260px) {
    .font42 {
        font-size: .4rem
    }
}

@media (max-width: 767px) {
    .font42 {
        font-size: .4rem
    }
}

.font44 {
    font-size: .44rem;
    line-height: 1.22727273
}

@media (max-width: 1260px) {
    .font44 {
        font-size: .4rem
    }
}

@media (max-width: 767px) {
    .font44 {
        font-size: .44rem
    }
}

.font46 {
    font-size: .46rem;
    line-height: 1.2173913
}

@media (max-width: 1260px) {
    .font46 {
        font-size: .4rem
    }
}

@media (max-width: 767px) {
    .font46 {
        font-size: .42rem
    }
}

.font48 {
    font-size: .48rem;
    line-height: 1.20833333
}

@media (max-width: 991px) {
    .font48 {
        font-size: .4rem
    }
}

@media (max-width: 767px) {
    .font48 {
        font-size: .42rem
    }
}

.font50 {
    font-size: .5rem;
    line-height: 1.2
}

@media (max-width: 767px) {
    .font50 {
        font-size: .42rem
    }
}

.font54 {
    font-size: .54rem;
    line-height: 1.18518519
}

@media (max-width: 767px) {
    .font54 {
        font-size: .42rem
    }
}

.font56 {
    font-size: .56rem;
    line-height: 1.17857143
}

@media (max-width: 767px) {
    .font56 {
        font-size: .42rem
    }
}

.font60 {
    font-size: .6rem;
    line-height: 1.16666667
}

@media (max-width: 767px) {
    .font60 {
        font-size: .42rem
    }
}

.font64 {
    font-size: .64rem;
    line-height: 1.15625
}

@media (max-width: 767px) {
    .font64 {
        font-size: .42rem
    }
}

.font66 {
    font-size: .66rem;
    line-height: 1.15151515
}

@media (max-width: 767px) {
    .font66 {
        font-size: .42rem
    }
}

.font68 {
    font-size: .68rem;
    line-height: 1.14705882
}

@media (max-width: 767px) {
    .font68 {
        font-size: .42rem
    }
}

.font72 {
    font-size: .72rem;
    line-height: 1.13888889
}

@media (max-width: 767px) {
    .font72 {
        font-size: .46rem
    }
}

.font76 {
    font-size: .76rem;
    line-height: 1.13157895
}

@media (max-width: 767px) {
    .font76 {
        font-size: .46rem
    }
}

@media (max-width: 767px) {
}

.public-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px 0 15px;
    min-width: 1rem;
    height: 50px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    cursor: pointer;
    transition: all .4s
}

.public-btn .c-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: .1rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--color);
    transition: all .4s;
    overflow: hidden
}

.public-btn .c-ico .c-svg {
    width: 50%;
    height: 50%
}

.public-btn:hover {
    color: #fff;
    background: var(--color);
    border-color: var(--color)
}

.public-btn:hover .c-ico {
    background: #fff;
    color: var(--color)
}

.public-btn:hover .c-ico .c-svg {
    animation: arrow .4s
}

.x-public-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color);
    border: 1px solid var(--color);
    border-radius: .03rem;
    padding: 0 .18rem;
    height: 36px;
    transition: .4s ease-in-out
}

@media (max-width: 767px) {
    .x-public-btn {
        padding: 0 .36rem
    }
}

.x-public-btn:hover {
    color: #fff;
    background: var(--color)
}

.x-public-btn2 {
    background-color: var(--color)
}

.x-public-btn2:hover {
    opacity: .8
}

.x-public-btn2 span {
    color: #fff
}

.x-public-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color);
    color: #fff;
    padding: 0 .2rem;
    height: 36px;
    border-radius: .03rem;
    transition: .4s ease-in-out
}

.x-public-more:hover {
    opacity: .8;
    color: #fff
}

.x-public-more:hover i {
    transform: translateX(.08rem)
}

.x-public-more i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    color: #fff;
    margin-left: .1rem;
    flex-shrink: 0;
    transition: .4s ease-in-out
}

.x-public-more i svg {
    width: 100%;
    height: 100%;
    fill: currentColor
}

.public-img {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.public-img::before {
    content: "";
    display: block;
    position: relative;
    z-index: 0;
    padding-top: 100%
}

.public-img > img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s
}

.public-content {
    color: #666;
    line-height: 1.8
}

.public-content a {
    color: #666
}

.public-content table {
    max-width: 100%
}

.public-content table td, .public-content table th {
    padding: 10px 15px;
    border: 1px solid #dbf1ed
}

.public-content li {
    margin-left: 15px;
    list-style: disc
}

.public-content ol {
    margin-left: 15px;
    list-style: decimal
}

.public-content img, .public-content video {
    max-width: 100%;
    height: auto !important
}

@keyframes width100 {
    0% {
        width: 0%
    }
    100% {
        width: 100%
    }
}

@keyframes width0 {
    0% {
        width: 100%
    }
    100% {
        width: 0%
    }
}

@keyframes arrow {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(250%)
    }
    51% {
        transform: translateX(-250%)
    }
    100% {
        transform: translateX(0)
    }
}

#c-placeholder {
    height: 70px
}

@media (max-width: 991px) {
    #c-placeholder {
        height: 60px
    }
}

#c-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    border-bottom: 1px solid transparent;
    line-height: 70px;
    text-align: center;
    color: #fff;
    transition: .4s
}

@media (max-width: 991px) {
    #c-header {
        line-height: 60px
    }
}

#c-header a {
    color: #fff;
    transition: .4s
}

#c-header .x-top {
    line-height: 30px;
    border-bottom: 1px solid #e5e5e5
}

#c-header .x-top .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 30px
}

#c-header > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    padding: 0 2.5%;
    max-width: initial
}

@media (max-width: 1260px) {
    #c-header > .container {
        width: 100% !important;
        padding: 0 5%
    }
}

@media (max-width: 991px) {
    #c-header > .container {
        height: 60px
    }
}

#c-header .c-right-box {
    display: flex;
    align-items: center
}

@media (max-width: 991px) {
}

#c-header.c-style3 {
    color: #333;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1)
}

#c-header.c-style3 a {
    color: #333
}

#c-header.c-style3 .c-nav > li > .c-title-box {
    color: #333
}

#c-header.c-style3 .c-logo .c-img-box img {
    display: none
}

#c-header.c-style3 .c-logo .c-img-box img:nth-child(2) {
    display: block
}

#c-header.c-style3 .c-gn form {
    color: #333
}

#c-header.c-style3 .c-gn .c-language {
    color: #333
}

#c-header.c-style3 .c-switch i {
    background: #000
}

#c-header.c-style2 {
    color: #333;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid transparent
}

#c-header.c-style2 a {
    color: #333
}

#c-header .c-logo {
    display: flex;
    align-items: center
}

#c-header .c-logo .c-img-box {
    display: flex;
    align-items: center
}

#c-header .c-logo .c-img-box img {
    height: .46rem
}

@media (max-width: 991px) {
    #c-header .c-logo .c-img-box img {
        height: 30px
    }
}

#c-header .c-logo .c-img-box img:nth-child(2) {
    display: none
}

#c-header .c-logo span {
    display: inline-block;
    margin-left: .2rem;
    padding-left: .2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.2)
}

@media (max-width: 767px) {
    #c-header .c-logo span {
        display: none
    }
}

#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
    display: none
}

#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
    display: inline-block
}

#c-header .c-switch {
    position: relative;
    display: none;
    width: 24px;
    height: 20px;
    cursor: pointer
}

@media (max-width: 991px) {
    #c-header .c-switch {
        display: block
    }
}

#c-header .c-switch i {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background: #fff;
    transition: all .4s
}

#c-header .c-switch i:nth-child(1) {
    top: 0
}

#c-header .c-switch i:nth-child(3) {
    bottom: 0
}

#c-header .c-switch i:nth-child(2) {
    top: 50%;
    margin-top: -1px
}

#c-header.c-style2 .c-switch i {
    background: #333
}

#c-header .c-gn {
    display: flex;
    align-items: center
}

#c-header .c-gn .x-ab {
    display: flex
}

@media (max-width: 767px) {
    #c-header .c-gn .x-ab {
        display: none
    }
}

#c-header .c-gn .x-ab a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .03rem;
    background-color: #f5f5f5;
    line-height: 36px;
    padding: 3px .14rem;
    color: #222222;
    font-weight: bold;
    margin-left: .1rem;
    transition: .4s ease-in-out
}

@media (max-width: 767px) {
    #c-header .c-gn .x-ab a {
        padding: 0 .08rem;
        line-height: 26px
    }
}

#c-header .c-gn .x-ab a:hover {
    color: #fff;
    background-color: var(--color)
}

#c-header .c-gn .x-ab a:hover i {
    color: #fff
}

#c-header .c-gn .x-ab a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: .1rem;
    color: var(--color);
    transition: .4s ease-in-out
}

@media (max-width: 767px) {
    #c-header .c-gn .x-ab a i {
        width: .24rem;
        height: .24rem;
        display: none
    }
}

#c-header .c-gn .x-ab a i svg {
    width: 100%;
    height: 100%
}

@media (max-width: 767px) {
    #c-header .c-gn .x-ab a span {
        font-size: .2rem
    }
}

#c-header .c-gn .x-foa {
    padding-left: 1rem;
    cursor: pointer
}

@media (max-width: 1260px) {
    #c-header .c-gn .x-foa {
        display: none
    }
}

#c-header .c-gn .x-foa img, #c-header .c-gn .x-foa svg {
    width: 20px;
    height: 20px;
    transition: .4s;
    vertical-align: middle
}

@media (max-width: 991px) {
    #c-header .c-gn .x-foa img, #c-header .c-gn .x-foa svg {
        width: .2rem;
        height: .2rem
    }
}

#c-header .c-gn .x-foa:hover > svg {
    color: var(--color)
}

#c-header .c-gn .x-foa .x-fxia {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 100%;
    line-height: 1.5;
    border-top: 1px solid #e2e2e2;
    box-shadow: 0 .1rem .2rem rgba(0, 0, 0, 0.05);
    padding: 1rem 0 .8rem;
    text-align: left;
    cursor: auto;
    display: none
}

#c-header .c-gn .x-foa .x-fxia .container {
    margin: 0 auto;
    width: 85%;
    max-width: 1400px;
    padding: 0
}

@media (max-width: 1260px) {
    #c-header .c-gn .x-foa .x-fxia .container {
        width: 90%
    }
}

#c-header .c-gn .x-foa .x-fxia .container .x-fo1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: 1px solid var(--color);
    border-radius: .06rem;
    height: .6rem
}

@media (max-width: 1580px) {
    #c-header .c-gn .x-foa .x-fxia .container .x-fo1 {
        height: .8rem
    }
}

#c-header .c-gn .x-foa .x-fxia .container .x-fo1 .x-in {
    width: 55.42%;
    padding: 0 .2rem;
    display: flex;
    align-items: center
}

#c-header .c-gn .x-foa .x-fxia .container .x-fo1 .x-in i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: var(--color)
}

#c-header .c-gn .x-foa .x-fxia .container .x-fo1 .x-in i svg {
    width: 100%;
    height: 100%
}

#c-header .c-gn .x-foa .x-fxia .container .x-fo1 .x-in input {
    color: #666666;
    display: inline-block;
    width: calc(100% - 20px);
    padding-left: .2rem
}

#c-header .c-gn .x-foa .x-fxia .container .x-fo1 .x-bt {
    display: flex;
    justify-content: flex-end;
    padding-right: .1rem;
    width: 40.58%
}

#c-header .c-gn .x-foa .x-fxia .container .x-fo1 .x-bt button {
    color: #666666;
    padding: 0 .2rem;
    border: 1px solid transparent;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    height: 34px;
    transition: .4s ease-in-out;
    margin-left: 2px
}

@media (max-width: 1580px) {
    #c-header .c-gn .x-foa .x-fxia .container .x-fo1 .x-bt button {
        height: 28px
    }
}

#c-header .c-gn .x-foa .x-fxia .container .x-fo1 .x-bt button.on, #c-header .c-gn .x-foa .x-fxia .container .x-fo1 .x-bt button:hover {
    border-color: #cccccc
}

#c-header .c-gn .x-foa .x-fxia .container .x-fo1 .x-bt button:last-child {
    background-color: var(--color);
    border-color: var(--color);
    color: #fff
}

#c-header .c-gn .x-foa .x-fxia .container .x-faa {
    margin-top: .5rem
}

#c-header .c-gn .x-foa .x-fxia .container .x-faa a {
    display: inline-block;
    color: #666666;
    transition: .4s ease-in-out;
    margin-right: .5rem;
    margin-bottom: .2rem
}

#c-header .c-gn .x-foa .x-fxia .container .x-faa a:hover {
    color: var(--color)
}

#c-header .c-gn .x-foa .c-box {
    position: absolute;
    top: 106%;
    right: 0;
    display: none;
    width: 280px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    color: #666
}

#c-header .c-gn .x-foa .c-box input {
    float: left;
    padding: 0 .15rem;
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
    height: 50px
}

#c-header .c-gn .x-foa .c-box button {
    float: left;
    width: 70px;
    height: 50px;
    color: #fff;
    background: var(--color);
    cursor: pointer
}

#c-header .c-gn .c-language {
    margin: 0 0 0 .3rem;
    position: relative;
    cursor: pointer;
    padding-left: .26rem
}

@media (max-width: 991px) {
    #c-header .c-gn .c-language {
        margin: 0 .3rem 0 .2rem
    }
}

#c-header .c-gn .c-language::before {
    content: "";
    width: 1px;
    height: 12px;
    background-color: #e5e5e5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    #c-header .c-gn .c-language::before {
        display: none
    }
}

#c-header .c-gn .c-language .c-ico-text {
    display: flex;
    align-items: center
}

#c-header .c-gn .c-language .c-ico-text span {
    margin: 0 .05rem;
    transition: all .4s
}

#c-header .c-gn .c-language .c-ico-text img, #c-header .c-gn .c-language .c-ico-text svg {
    width: 20px;
    height: 20px;
    transition: .4s;
    vertical-align: middle
}

#c-header .c-gn .c-language .c-ico-text img:nth-child(3), #c-header .c-gn .c-language .c-ico-text svg:nth-child(3) {
    width: 14px;
    height: 14px;
    transform: rotate(90deg)
}

#c-header .c-gn .c-language .c-box {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 10px;
    min-width: 100px;
    line-height: 40px;
    background: #fff;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0 0 5px 5px
}

#c-header .c-gn .c-language .c-box a {
    display: block;
    padding: 0 20px;
    color: #333;
    border-radius: 5px
}

#c-header .c-gn .c-language .c-box a:hover {
    color: var(--color);
    background: #f8f9fc
}

#c-header .c-gn .c-language:hover .c-ico-text {
    color: var(--color)
}

#c-header .c-gn .c-language:hover .c-ico-text svg {
    color: var(--color)
}

#c-header .c-gn .c-phone {
    display: flex;
    align-items: center;
    color: #fff;
    margin-left: .3rem;
    transition: .4s
}

@media (max-width: 1260px) {
    #c-header .c-gn .c-phone {
        display: none
    }
}

#c-header .c-gn .c-phone img, #c-header .c-gn .c-phone svg {
    margin: 0 .1rem 0 0;
    width: 14px;
    height: 14px;
    color: #fff;
    transition: .4s
}

#c-header .c-gn .c-phone span {
    font-weight: bold
}

#c-header .c-gn .x-log {
    margin-left: .25rem;
    padding-left: .25rem;
    position: relative;
    line-height: 30px;
    display: flex;
    align-items: center
}

#c-header .c-gn .x-log::before {
    content: "";
    width: 1px;
    height: 12px;
    background-color: #e5e5e5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    #c-header .c-gn .x-log::before {
        display: none
    }
}

#c-header .c-gn .x-log a {
    color: #fff;
    transition: .4s
}

#c-header .c-gn .x-log a:hover {
    color: var(--color)
}

#c-header .c-gn .x-log i {
    font-style: initial
}

#c-header .c-gn .x-log .x-cg1 {
    color: #fff;
    display: inline-flex;
    align-items: center
}

#c-header .c-gn .x-log .x-cg1 span {
    display: inline-block;
    margin-left: .1rem
}

#c-header .c-gn .x-log .x-cg1 i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: #cccccc
}

#c-header .c-gn .x-log .x-cg1 i svg {
    width: 100%;
    height: 100%
}

#c-header.c-style2 .c-gn .c-phone svg {
    color: var(--color)
}

#c-header.c-style2 .c-gn .c-phone {
    color: #666
}

#c-header.c-style2 .c-gn .x-log a {
    color: #666
}

#c-header .c-nav {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding-left: .6rem
}

@media (max-width: 991px) {
    #c-header .c-nav {
        display: none
    }
}

#c-header .c-nav > li {
    margin-right: .56rem
}

@media (max-width: 1580px) {
    #c-header .c-nav > li {
        margin-right: .46rem
    }
}

@media (max-width: 1260px) {
    #c-header .c-nav > li {
        margin-right: .3rem
    }
}

#c-header .c-nav > li:last-child {
    margin-right: 0
}

#c-header .c-nav > li > .c-title-box {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: bold
}

#c-header .c-nav > li > .c-title-box img, #c-header .c-nav > li > .c-title-box svg {
    margin-left: .05rem;
    width: 14px;
    height: 14px;
    transform: rotate(90deg);
    transition: all .4s
}

#c-header .c-nav > li > .c-title-box:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--color);
    transition: .4s
}

#c-header .c-nav > li .x-xiala1 {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 100%;
    line-height: 1.5;
    height: 430px;
    border-top: 1px solid #e2e2e2;
    box-shadow: 0 .1rem .2rem rgba(0, 0, 0, 0.05);
    display: none
}

#c-header .c-nav > li .x-xiala1 .x-con {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    height: 100%
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xle {
    background-color: #f7f7f7;
    padding: .5rem 0;
    width: 13.54%;
    height: 100%;
    height: 430px;
    overflow-y: auto
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xle .x-tit {
    padding-left: .5rem
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xle .x-aa {
    margin-top: .25rem
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xle .x-aa a {
    display: block;
    color: #222222;
    padding: .1rem .2rem .1rem .5rem;
    transition: .4s ease-in-out
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xle .x-aa a.on, #c-header .c-nav > li .x-xiala1 .x-con .x-xle .x-aa a:hover {
    background-color: #fff;
    color: var(--color);
    font-weight: bold
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xle .x-btn {
    display: inline-flex;
    flex-direction: column;
    padding-left: .5rem;
    margin-top: .45rem
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xle .x-btn a {
    margin-bottom: .1rem
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xle .x-btn a:last-child {
    margin-bottom: 0
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xzh {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    height: 430px
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xzh .x-bxcon {
    width: 100%
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xzh .x-bxcon .x-box1 {
    display: inline-flex;
    flex-direction: column;
    padding: .3rem .2rem .2rem .5rem;
    width: 240px;
    display: none;
    height: calc(96% - .2rem);
    margin-top: .2rem;
    height: 430px;
    overflow-y: auto
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xzh .x-bxcon .x-box1.on {
    display: inline-flex
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xzh .x-bxcon .x-box1 .x-li {
    pointer-events: none;
    margin-bottom: .2rem
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xzh .x-bxcon .x-box1 .x-li:hover > a, #c-header .c-nav > li .x-xiala1 .x-con .x-xzh .x-bxcon .x-box1 .x-li.on > a {
    color: var(--color)
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xzh .x-bxcon .x-box1 .x-li:hover > a i, #c-header .c-nav > li .x-xiala1 .x-con .x-xzh .x-bxcon .x-box1 .x-li.on > a i {
    transform: translateX(.1rem);
    opacity: 1
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xzh .x-bxcon .x-box1 .x-li:hover .x-box2, #c-header .c-nav > li .x-xiala1 .x-con .x-xzh .x-bxcon .x-box1 .x-li.on .x-box2 {
    display: inline-flex
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xzh .x-bxcon .x-box1 .x-li > a {
    display: inline-flex;
    align-items: center;
    color: #222;
    transition: .4s ease-in-out;
    padding-right: .1rem;
    white-space: initial;
    pointer-events: initial
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xzh .x-bxcon .x-box1 .x-li > a i {
    width: 10px;
    height: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    fill: var(--color);
    margin-left: 0;
    transition: .4s ease-in-out;
    opacity: 0
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xzh .x-bxcon .x-box1 .x-li > a i svg {
    width: 100%;
    height: 100%
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xzh .x-bxcon .x-box1 .x-box2 {
    display: inline-flex;
    flex-direction: column;
    padding: .3rem .2rem .2rem .5rem;
    display: none;
    position: absolute;
    top: 0;
    left: 210px;
    width: calc(100% - 240px);
    border-left: 1px solid #dfdfdf;
    margin-left: .1rem;
    margin-top: .2rem;
    height: calc(100% - .2rem);
    overflow-y: auto;
    max-height: 430px;
    pointer-events: initial
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xzh .x-bxcon .x-box1 .x-box2.x-boxxa a {
    margin-bottom: .2rem
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xzh .x-bxcon .x-box1 .x-box2 a {
    display: inline-flex;
    align-items: center;
    color: #222;
    transition: .4s ease-in-out
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xzh .x-bxcon .x-box1 .x-box2 a:hover, #c-header .c-nav > li .x-xiala1 .x-con .x-xzh .x-bxcon .x-box1 .x-box2 a.on {
    color: var(--color)
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xzh .x-bxcon .x-box1 .x-box2 > .x-li.on .x-box3 {
    display: inline-flex
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xzh .x-bxcon .x-box1 .x-box2 .x-box3 {
    display: inline-flex;
    flex-direction: column;
    padding: .1rem .2rem .2rem .5rem;
    display: none;
    position: absolute;
    top: 0;
    left: 210px;
    width: calc(100% - 240px);
    border-left: 1px solid #dfdfdf;
    margin-left: .1rem;
    margin-top: .2rem;
    height: calc(100% - .2rem);
    overflow-y: auto;
    max-height: 430px
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xzh .x-bxcon .x-box1 .x-box2 .x-box3 a {
    display: inline-flex;
    align-items: center;
    color: #222;
    transition: .4s ease-in-out
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xzh .x-bxcon .x-box1 .x-box2 .x-box3 a:hover, #c-header .c-nav > li .x-xiala1 .x-con .x-xzh .x-bxcon .x-box1 .x-box2 .x-box3 a.on {
    color: var(--color)
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xri {
    width: 36.46%;
    padding-right: 1.2rem;
    padding-top: .5rem
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xri a {
    display: flex
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xri a:hover .public-img img {
    transform: scale(1.05)
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xri a:hover .x-txt .x-tit {
    color: var(--color)
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xri a .public-img {
    width: 50%
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xri a .x-txt {
    width: 50%;
    padding: .4rem 0 0 .5rem
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xri a .x-txt .x-tit {
    color: #222222;
    transition: .4s ease-in-out
}

#c-header .c-nav > li .x-xiala1 .x-con .x-xri a .x-txt p {
    white-space: initial;
    margin-top: .1rem;
    color: #999999;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 3.6em
}

#c-header .c-nav > li .x-xiala2 {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 100%;
    line-height: 1.5;
    border-top: 1px solid #e2e2e2;
    padding: .5rem .4rem .1rem 2.5rem;
    box-shadow: 0 .1rem .2rem rgba(0, 0, 0, 0.05);
    display: none
}

@media (min-width: 1930px) {
    #c-header .c-nav > li .x-xiala2 {
        padding: .5rem .4rem .1rem 2.7rem
    }
}

@media (max-width: 1580px) {
    #c-header .c-nav > li .x-xiala2 {
        padding: .5rem .4rem .1rem 2.6rem
    }
}

@media (min-width: 1300px) {
    #c-header .c-nav > li .x-xiala2 {
        padding: .5rem .4rem .1rem 2.3rem
    }
}

#c-header .c-nav > li .x-xiala2 .x-con {
    display: flex;
    flex-wrap: wrap
}

#c-header .c-nav > li .x-xiala2 .x-con a {
    display: flex;
    align-items: center;
    color: #222;
    transition: .4s ease-in-out;
    margin-bottom: .3rem;
    font-weight: bold;
    margin-right: 1.2rem
}

#c-header .c-nav > li .x-xiala2 .x-con a:hover {
    color: var(--color)
}

#c-header .c-nav > li .x-xiala2 .x-con a:hover i {
    opacity: 1
}

#c-header .c-nav > li .x-xiala2 .x-con a i {
    width: 10px;
    height: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    fill: #222;
    transition: .4s ease-in-out;
    margin-left: .1rem;
    flex-shrink: 0;
    opacity: 0
}

#c-header .c-nav > li .x-xiala2 .x-con a i svg {
    width: 100%;
    height: 100%
}

#c-header.c-style2 {
    color: #222;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05)
}

#c-header.c-style2 a {
    color: #222
}

#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
    display: none
}

#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
    display: inline-block
}

#c-header.c-style2 .c-nav li.on > .c-title-box, #c-header .c-nav li:hover > .c-title-box, #c-header.c-style2 .c-nav li.on > a, #c-header .c-nav li:hover > a {
    color: var(--color)
}

#c-header.c-style2 .c-nav li.on > .c-title-box:before, #c-header .c-nav li:hover > .c-title-box:before, #c-header.c-style2 .c-nav li.on > a:before, #c-header .c-nav li:hover > a:before {
    left: 0;
    width: 100%
}

#c-header.c-style2 .c-nav li.on > .c-title-box svg, #c-header .c-nav li:hover > .c-title-box svg {
    color: var(--color)
}

#c-header .c-nav2 {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 0;
    line-height: 50px;
    color: #333;
    background: #fff;
    overflow-y: auto;
    transition: .4s;
    text-align: left
}

#c-header .c-nav2 > li:last-child {
    border-bottom: 1px solid #f1f1f1
}

#c-header .c-nav2 li {
    padding: 0 5vw;
    border-top: 1px solid #f1f1f1
}

#c-header .c-nav2 li .c-title-box img, #c-header .c-nav2 li .c-title-box svg {
    width: 14px;
    height: 14px;
    transition: all .4s
}

#c-header .c-nav2 li .c-title-box.on img, #c-header .c-nav2 li .c-title-box.on svg {
    transform: rotate(90deg)
}

#c-header .c-nav2 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    -webkit-transition: all .4s;
    transition: all .4s
}

#c-header .c-nav2 li a:hover, #c-header .c-nav2 li.on > a {
    color: var(--color)
}

#c-header .c-nav2 li ul {
    display: none
}

.c-open #c-header .c-nav2 {
    height: calc(100vh - 1.2rem)
}

.c-open #c-header .c-switch i:nth-child(2) {
    opacity: 0
}

.c-open #c-header .c-switch i:nth-child(1) {
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-open #c-header .c-switch i:nth-child(3) {
    bottom: 50%;
    margin-bottom: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#c-footer {
    border-top: 1px solid #dfdfdf
}

#c-footer a {
    color: #7f7d7d;
    transition: .4s
}

#c-footer a:hover {
    color: var(--color)
}

#c-footer .c-top-box {
    padding: .6rem 0
}

@media (max-width: 767px) {
    #c-footer .c-top-box {
        padding: 1rem 0 .6rem
    }
}

#c-footer .c-top-box .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

#c-footer .c-top-box .container .x-le {
    width: 16.53%
}

@media (max-width: 1580px) {
    #c-footer .c-top-box .container .x-le {
        width: 16.53%
    }
}

@media (max-width: 1260px) {
    #c-footer .c-top-box .container .x-le {
        width: 20%
    }
}

@media (max-width: 991px) {
    #c-footer .c-top-box .container .x-le {
        width: 100%
    }
}

#c-footer .c-top-box .container .x-le .x-lo {
    display: block;
    width: auto;
    height: .4rem
}

#c-footer .c-top-box .container .x-le .x-lo img {
    width: auto;
    height: 100%;
    object-fit: contain
}

#c-footer .c-top-box .container .x-le .x-fp {
    color: var(--color);
    font-weight: bold;
    margin-top: .5rem
}

#c-footer .c-top-box .container .x-le .x-fp span {
    display: block;
    margin-top: 4px
}

#c-footer .c-top-box .container .x-le .x-gp {
    margin-top: .15rem
}

#c-footer .c-top-box .container .x-le .x-gp .x-tit {
    font-weight: bold;
    color: #222222
}

#c-footer .c-top-box .container .x-le .x-gp .x-tit span {
    color: #666666
}

#c-footer .c-top-box .container .x-le .x-gp p {
    color: #999999
}

#c-footer .c-top-box .container .x-le .x-dy {
    margin-top: .5rem
}

#c-footer .c-top-box .container .x-le .x-dy .x-tit2 {
    color: #222222;
    font-weight: bold
}

#c-footer .c-top-box .container .x-le .x-dy p {
    color: #666666;
    margin-top: .15rem
}

#c-footer .c-top-box .container .x-le .x-dy .x-fo {
    border: 1px solid #e7e7e7;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: .48rem;
    padding: 3px 3px 3px .2rem;
    margin-top: .2rem
}

@media (max-width: 1580px) {
    #c-footer .c-top-box .container .x-le .x-dy .x-fo {
        height: .64rem
    }
}

@media (max-width: 991px) {
    #c-footer .c-top-box .container .x-le .x-dy .x-fo {
        width: 40%
    }
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container .x-le .x-dy .x-fo {
        width: 100%;
        height: .8rem
    }
}

#c-footer .c-top-box .container .x-le .x-dy .x-fo input {
    display: block;
    width: calc(100% - .4rem);
    padding-right: .1rem;
    color: #999999
}

#c-footer .c-top-box .container .x-le .x-dy .x-fo input::placeholder {
    color: #999999
}

#c-footer .c-top-box .container .x-le .x-dy .x-fo button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: .4rem;
    height: .4rem;
    border-radius: 100%;
    background-color: var(--color);
    fill: #fff;
    flex-shrink: 0
}

@media (max-width: 1580px) {
    #c-footer .c-top-box .container .x-le .x-dy .x-fo button {
        width: .54rem;
        height: .54rem
    }
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container .x-le .x-dy .x-fo button {
        width: .66rem;
        height: .66rem
    }
}

#c-footer .c-top-box .container .x-le .x-dy .x-fo button svg {
    width: 10px;
    height: 10px
}

#c-footer .c-top-box .container .x-zh {
    width: 60.43%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: .8rem
}

@media (max-width: 1580px) {
    #c-footer .c-top-box .container .x-zh {
        padding: 0 .4rem
    }
}

@media (max-width: 1260px) {
    #c-footer .c-top-box .container .x-zh {
        width: 80%
    }
}

@media (max-width: 991px) {
    #c-footer .c-top-box .container .x-zh {
        margin-top: .4rem;
        width: 100%
    }
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container .x-zh {
        padding: 0
    }
}

#c-footer .c-top-box .container .x-zh .c-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .2rem;
    color: #222;
    font-weight: bold
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container .x-zh .c-title-box {
        padding: .3rem 0;
        border-bottom: 1px solid #666
    }
}

#c-footer .c-top-box .container .x-zh .c-title-box img, #c-footer .c-top-box .container .x-zh .c-title-box svg {
    display: none;
    transition: .4s;
    width: 14px;
    height: 14px
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container .x-zh .c-title-box img, #c-footer .c-top-box .container .x-zh .c-title-box svg {
        display: inline-block
    }
}

#c-footer .c-top-box .container .x-zh a.c-title-box:hover {
    color: var(--color)
}

#c-footer .c-top-box .container .x-zh .c-list-box {
    margin-bottom: .4rem;
    padding-right: 10px
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container .x-zh .c-list-box {
        width: 100%;
        padding-right: 0;
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container .x-zh .c-list-box .c-list {
        padding-top: .2rem;
        display: none
    }
}

#c-footer .c-top-box .container .x-zh .c-list-box .c-list li {
    padding-bottom: .16rem;
    line-height: 1.2
}

#c-footer .c-top-box .container .x-zh .c-list-box .c-list li:last-child {
    padding-bottom: 0
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container .x-zh .c-list-box .c-list li:last-child {
        padding-bottom: .2rem
    }
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container .x-zh .c-list-box .c-list li {
        padding-bottom: .2rem
    }
}

#c-footer .c-top-box .container .x-zh .c-list-box.on .c-title-box img, #c-footer .c-top-box .container .x-zh .c-list-box.on .c-title-box svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container .x-zh .c-list-box.on .c-title-box img, #c-footer .c-top-box .container .x-zh .c-list-box.on .c-title-box svg {
        display: inline-block
    }
}

#c-footer .c-top-box .container .x-ri {
    width: 20.87%;
    margin-left: 2%
}

@media (max-width: 1580px) {
    #c-footer .c-top-box .container .x-ri {
        margin-left: 0
    }
}

@media (max-width: 1260px) {
    #c-footer .c-top-box .container .x-ri {
        width: 100%;
        margin-top: .4rem
    }
}

#c-footer .c-top-box .container .x-ri .x-tit {
    font-weight: bold;
    color: #222222
}

#c-footer .c-top-box .container .x-ri .x-fx {
    display: flex;
    flex-wrap: wrap;
    margin-top: .2rem;
    padding-right: .6rem
}

@media (max-width: 1580px) {
    #c-footer .c-top-box .container .x-ri .x-fx {
        padding-right: 1rem
    }
}

@media (max-width: 1260px) {
    #c-footer .c-top-box .container .x-ri .x-fx {
        padding-right: 0
    }
}

#c-footer .c-top-box .container .x-ri .x-fx a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: .5rem;
    height: .5rem;
    background-color: #f2f2f2;
    border-radius: 100%;
    position: relative;
    margin-right: .14rem;
    margin-bottom: .16rem;
    transition: .4s ease-in-out
}

@media (max-width: 1260px) {
    #c-footer .c-top-box .container .x-ri .x-fx a {
        width: .6rem;
        height: .6rem
    }
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container .x-ri .x-fx a {
        width: .7rem;
        height: .7rem
    }
}

#c-footer .c-top-box .container .x-ri .x-fx a:last-child {
    margin-right: 0
}

#c-footer .c-top-box .container .x-ri .x-fx a:hover {
    background-color: var(--color)
}

#c-footer .c-top-box .container .x-ri .x-fx a:hover i {
    color: #fff
}

#c-footer .c-top-box .container .x-ri .x-fx a:hover .x-ewm {
    opacity: 1;
    visibility: initial
}

#c-footer .c-top-box .container .x-ri .x-fx a .x-ewm {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background-color: #fff;
    padding: 6px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: .4s ease-in-out;
    z-index: 10
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container .x-ri .x-fx a .x-ewm {
        left: 112%
    }
}

#c-footer .c-top-box .container .x-ri .x-fx a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: .24rem;
    height: .24rem;
    transition: .4s ease-in-out
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container .x-ri .x-fx a i {
        width: .3rem;
        height: .3rem
    }
}

#c-footer .c-top-box .container .x-ri .x-fx a i img, #c-footer .c-top-box .container .x-ri .x-fx a i svg {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c-footer .c-top-box .container .x-ri .x-kf {
    margin-top: .45rem;
    display: flex;
    flex-wrap: wrap
}

#c-footer .c-top-box .container .x-ri .x-kf .x-wm {
    display: inline-flex;
    flex-direction: column
}

#c-footer .c-top-box .container .x-ri .x-kf .x-wm img {
    width: 1.24rem;
    height: 1.24rem;
    border: 1px solid #dfdfdf;
    border-radius: .1rem;
    padding: .06rem;
    object-fit: contain
}

@media (max-width: 1580px) {
    #c-footer .c-top-box .container .x-ri .x-kf .x-wm img {
        width: 1.6rem;
        height: 1.6rem
    }
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container .x-ri .x-kf .x-wm img {
        width: 2rem;
        height: 2rem
    }
}

#c-footer .c-top-box .container .x-ri .x-kf .x-wm span {
    display: block;
    text-align: center;
    margin-top: .1rem
}

#c-footer .c-top-box .container .x-ri .x-kf .x-sp {
    margin-top: .35rem;
    padding-left: .4rem
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container .x-ri .x-kf .x-sp {
        margin-top: .6rem
    }
}

#c-footer .c-top-box .container .x-ri .x-kf .x-sp p {
    color: #222222
}

#c-footer .c-top-box .container .x-ri .x-kf .x-sp span {
    color: var(--color)
}

#c-footer .c-bottom-box {
    padding: .28rem 0;
    border-top: 1px solid #dfdfdf;
    color: #666666
}

@media (max-width: 767px) {
    #c-footer .c-bottom-box {
        padding: .3rem 0
    }
}

#c-footer .c-bottom-box .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

@media (max-width: 991px) {
    #c-footer .c-bottom-box .container {
        flex-wrap: wrap
    }
}

#c-footer .c-bottom-box .container a {
    color: #666666;
    display: inline-block
}

#c-footer .c-bottom-box .container a:hover {
    color: var(--color)
}

#c-footer .c-bottom-box .container .c-copyright {
    margin-right: .4rem;
    word-wrap: break-word;
    word-break: break-all
}

@media (max-width: 991px) {
    #c-footer .c-bottom-box .container .c-copyright {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    #c-footer .c-bottom-box .container .c-copyright {
        font-size: .24rem;
        margin-bottom: .1rem
    }
}

#c-footer .c-bottom-box .container .c-policy-link a {
    margin-right: .2rem;
    display: inline-block
}

@media (max-width: 767px) {
    #c-footer .c-bottom-box .container .c-policy-link a {
        font-size: .24rem
    }
}

#c-footer .c-bottom-box .container .c-policy-link a:last-child {
    margin-right: 0
}

#c-go-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 10%;
    right: 10px;
    z-index: 999
}

@media (max-width: 767px) {
    #c-go-top {
        display: none !important
    }
}

#c-go-top .x-con .x-li {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: .06rem;
    box-shadow: 0 0 .16rem rgba(0, 0, 0, 0.1);
    display: flex;
    margin-bottom: .1rem
}

#c-go-top .x-con .x-li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #666666;
    padding-top: .05rem;
    border-radius: .06rem;
    transition: .4s ease-in-out
}

#c-go-top .x-con .x-li a:hover {
    background-color: var(--color);
    color: #fff
}

#c-go-top .x-con .x-li a:hover i svg .cls-2 {
    fill: #fff !important
}

#c-go-top .x-con .x-li a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: .32rem;
    height: .32rem
}

@media (max-width: 1580px) {
    #c-go-top .x-con .x-li a i {
        width: .4rem;
        height: .4rem
    }
}

#c-go-top .x-con .x-li a i svg {
    width: 100%;
    height: 100%
}

#c-go-top .x-con .x-li a i svg .cls-2 {
    fill: var(--color) !important;
    transition: .4s ease-in-out
}

#c-go-top .x-con .x-li a span {
    margin-top: .05rem;
    font-size: 12px;
    line-height: 1;
    text-align: center
}

#c-code-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 910;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4)
}

#c-code-pop .c-img-box {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    width: 200px;
    border-radius: 5px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#c-code-pop .c-img-box .c-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    bottom: -60px;
    left: 50%;
    margin-left: -20px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    transition: all .4s;
    color: #333
}

#c-code-pop .c-img-box .c-close img, #c-code-pop .c-img-box .c-close svg {
    margin: 4px;
    width: 18px;
    height: 18px
}

#c-code-pop .c-img-box .c-close:hover {
    color: #fff;
    background-color: var(--color)
}

#c-code-pop .c-img-box > img {
    width: 100%
}

#c-code-pop .c-img-box .c-text {
    padding-top: 10px;
    line-height: 1;
    text-align: center;
    color: #333
}

.c-home1 {
    overflow: hidden
}

.c-home1 .swiper-slide {
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

@media (max-width: 767px) {
}

.c-home1 .swiper-slide .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5
}

.c-home1 .swiper-slide .container .x-le {
    width: 36.42%
}

@media (max-width: 991px) {
    .c-home1 .swiper-slide .container .x-le {
        width: 100%
    }
}

.c-home1 .swiper-slide .container .x-le .x-title {
    font-weight: bold;
    line-height: 1.2
}

.c-home1 .swiper-slide .container .x-le .x-txt {
    margin-top: .2rem
}

.c-home1 .swiper-slide .container .x-le .x-txt .x-sp {
    color: #222222;
    margin-bottom: .2rem
}

.c-home1 .swiper-slide .container .x-le .x-txt .x-sp .x-tit {
    font-weight: bold
}

.c-home1 .swiper-slide .container .x-le .x-txt .x-sp p {
    font-weight: 300
}

.c-home1 .swiper-slide .x-img {
    width: 100%;
    height: 100%
}

@media (max-width: 991px) {
    .c-home1 .swiper-slide .x-img {
        width: 100%
    }
}

.c-home1 .swiper-slide .x-img::before {
    padding-top: 39.0625%
}

@media (max-width: 1260px) {
    .c-home1 .swiper-slide .x-img::before {
        padding-top: 43.291667%
    }
}

@media (max-width: 991px) {
    .c-home1 .swiper-slide .x-img::before {
        padding-top: 64.291667%
    }
}

@media (max-width: 767px) {
    .c-home1 .swiper-slide .x-img::before {
        padding-top: 126.291667%
    }
}

.c-home1 .swiper-slide .x-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: initial
}

.c-home1 .swiper-slide .c-video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    object-fit: cover;
    pointer-events: none;
    transition: initial
}

.c-home1 .swiper-pagination {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    bottom: .3rem
}

@media (max-width: 767px) {
    .c-home1 .swiper-pagination {
        bottom: .6rem
    }
}

.c-home1 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    width: 20px;
    height: 3px;
    vertical-align: top;
    margin: 0 .1rem;
    transition: .4s ease-in-out
}

@media (max-width: 767px) {
    .c-home1 .swiper-pagination .swiper-pagination-bullet {
        margin: 0 .1rem;
        width: 20px
    }
}

.c-home1 .swiper-pagination .swiper-pagination-bullet div {
    height: 100%;
    background: var(--color);
    width: 0;
    animation-timing-function: linear
}

.c-home1 .swiper-pagination .swiper-pagination-bullet-active {
    width: 40px
}

@media (max-width: 767px) {
    .c-home1 .swiper-pagination .swiper-pagination-bullet-active {
        width: 20px
    }
}

.c-home1 .swiper-pagination .swiper-pagination-bullet-active div {
    animation-name: width100
}

.c-home1 .swiper-pager {
    position: absolute;
    z-index: 10;
    width: 85%;
    left: 50%;
    bottom: .2rem;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
    max-width: 1400px
}

@media (max-width: 767px) {
    .c-home1 .swiper-pager {
        display: none
    }
}

.x-index1 {
    padding: .45rem 0;
    overflow: hidden
}

@media (max-width: 767px) {
    .x-index1 {
        padding: 1.2rem 0
    }
}

.x-index1 .container .x-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.x-index1 .container .x-top .x-title {
    font-weight: bold
}

.x-index1 .container .x-top a {
    margin-left: .15rem
}

.x-index1 .container .x-xia .x-zh .x-t {
    border-bottom: 1px solid #dfdfdf
}

.x-index1 .container .x-xia .x-zh .x-t .swiper .swiper-slide {
    width: auto;
    margin-right: .5rem;
    line-height: 60px
}

.x-index1 .container .x-xia .x-zh .x-t .swiper .swiper-slide:last-child {
    margin-right: 0
}

.x-index1 .container .x-xia .x-zh .x-t .swiper .swiper-slide .c-text {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    transition: all .4s;
    font-weight: bold
}

.x-index1 .container .x-xia .x-zh .x-t .swiper .swiper-slide .c-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    border-top: .03rem solid var(--color);
    transition: all .4s
}

.x-index1 .container .x-xia .x-zh .x-t .swiper .swiper-slide.on .c-text, .x-index1 .container .x-xia .x-zh .x-t .swiper .swiper-slide:hover .c-text {
    color: #222222
}

.x-index1 .container .x-xia .x-zh .x-t .swiper .swiper-slide.on .c-text::before, .x-index1 .container .x-xia .x-zh .x-t .swiper .swiper-slide:hover .c-text::before {
    width: 100%;
    left: 0
}

.x-index1 .container .x-xia .x-zh .x-t .swiper .swiper-scrollbar {
    left: 0;
    bottom: 0;
    width: 100%;
    background: #eee;
    border-radius: 0
}

.x-index1 .container .x-xia .x-zh .x-t .swiper .swiper-scrollbar .swiper-scrollbar-drag {
    border-radius: 0;
    background: var(--color)
}

.x-index1 .container .x-xia .x-zh .x-x {
    position: relative
}

@media (max-width: 767px) {
    .x-index1 .container .x-xia .x-zh .x-x {
        margin: .2rem 0
    }
}

.x-index1 .container .x-xia .x-zh .x-x .swiper {
    position: absolute;
    opacity: 0
}

.x-index1 .container .x-xia .x-zh .x-x .swiper.on {
    position: relative;
    opacity: 1
}

@media (max-width: 767px) {
    .x-index1 .container .x-xia .x-zh .x-x .swiper .swiper-wrapper {
        flex-wrap: wrap
    }
}

.x-index1 .container .x-xia .x-zh .x-x .swiper .swiper-slide {
    width: auto;
    margin-right: .5rem;
    line-height: 60px
}

@media (max-width: 767px) {
    .x-index1 .container .x-xia .x-zh .x-x .swiper .swiper-slide {
        line-height: initial;
        margin: .1rem .4rem .1rem 0
    }
}

.x-index1 .container .x-xia .x-zh .x-x .swiper .swiper-slide:last-child {
    margin-right: 0
}

.x-index1 .container .x-xia .x-zh .x-x .swiper .swiper-slide .c-text {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    transition: all .4s
}

.x-index1 .container .x-xia .x-zh .x-x .swiper .swiper-slide.on .c-text, .x-index1 .container .x-xia .x-zh .x-x .swiper .swiper-slide:hover .c-text {
    color: var(--color)
}

.x-index1 .container .x-xia .x-zh .x-x .swiper .swiper-scrollbar {
    left: 0;
    bottom: 0;
    width: 100%;
    background: #eee;
    border-radius: 0
}

.x-index1 .container .x-xia .x-zh .x-x .swiper .swiper-scrollbar .swiper-scrollbar-drag {
    border-radius: 0;
    background: var(--color)
}

.x-index1 .container .x-xia .x-box {
    position: relative
}

.x-index1 .container .x-xia .x-box .x-xat {
    position: absolute;
    opacity: 0
}

.x-index1 .container .x-xia .x-box .x-xat.on {
    position: relative;
    opacity: 1
}

.x-index1 .container .x-xia .x-xat {
    position: relative;
    overflow: hidden;
    padding: 0 1rem;
    margin: 0 -1rem
}

.x-index1 .container .x-xia .x-xat .swiper {
    overflow: visible;
    position: absolute;
    opacity: 0
}

.x-index1 .container .x-xia .x-xat .swiper.on {
    position: relative;
    opacity: 1
}

.x-index1 .container .x-xia .x-xat .swiper .swiper-slide a {
    display: block
}

.x-index1 .container .x-xia .x-xat .swiper .swiper-slide a:hover .public-img {
    border-color: var(--color)
}

.x-index1 .container .x-xia .x-xat .swiper .swiper-slide a:hover .public-img img {
    transform: scale(1.05)
}

.x-index1 .container .x-xia .x-xat .swiper .swiper-slide a:hover .x-tit2 {
    color: #222222;
    font-weight: bold
}

.x-index1 .container .x-xia .x-xat .swiper .swiper-slide a .public-img {
    border: 1px solid transparent;
    transition: .4s ease-in-out
}

.x-index1 .container .x-xia .x-xat .swiper .swiper-slide a .public-img::before {
    padding-top: 100%
}

.x-index1 .container .x-xia .x-xat .swiper .swiper-slide a .x-tit2 {
    color: #666666;
    margin-top: .15rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .4s ease-in-out
}

.x-index1 .container .x-xia .x-xat .swiper .prev, .x-index1 .container .x-xia .x-xat .swiper .next {
    position: absolute;
    left: -0.75rem;
    top: 45%;
    transform: translateY(-50%);
    z-index: 5;
    width: 34px;
    height: 34px
}

@media (max-width: 1260px) {
    .x-index1 .container .x-xia .x-xat .swiper .prev, .x-index1 .container .x-xia .x-xat .swiper .next {
        left: -0.6rem
    }
}

@media (max-width: 991px) {
    .x-index1 .container .x-xia .x-xat .swiper .prev, .x-index1 .container .x-xia .x-xat .swiper .next {
        display: none
    }
}

.x-index1 .container .x-xia .x-xat .swiper .next {
    left: auto;
    right: -0.75rem
}

@media (max-width: 1260px) {
    .x-index1 .container .x-xia .x-xat .swiper .next {
        right: -0.6rem
    }
}

.x-index2 {
    padding: 0 0 .5rem
}

@media (max-width: 767px) {
    .x-index2 {
        padding: 0 0 .8rem
    }
}

.x-index2 .container .x-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.x-index2 .container .x-top .x-title {
    font-weight: bold
}

.x-index2 .container ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: .3rem -5px 0
}

.x-index2 .container ul li {
    padding: 0 10px 10px;
    width: 33.33%;
    display: flex
}

@media (max-width: 991px) {
    .x-index2 .container ul li {
        width: 50%
    }
}

@media (max-width: 767px) {
    .x-index2 .container ul li {
        padding: 0 5px 5px;
        padding-bottom: .2rem
    }
}

.x-index2 .container ul li .x-box {
    display: block;
    width: 100%;
    position: relative
}

.x-index2 .container ul li .x-box:hover .public-img img {
    transform: scale(1.05)
}

.x-index2 .container ul li .x-box:hover .public-img::after {
    background-color: rgba(0, 0, 0, 0.3)
}

.x-index2 .container ul li .x-box:hover .x-text .x-tit {
    color: #fff;
    background-color: transparent
}

.x-index2 .container ul li .x-box:hover .x-text .x-p {
    opacity: 1
}

.x-index2 .container ul li .x-box:hover .x-text .x-xp .x-l .x-sp {
    opacity: 0
}

.x-index2 .container ul li .x-box:hover .x-text .x-xp .x-l .x-public-more {
    opacity: 1
}

.x-index2 .container ul li .x-box:hover .x-text .x-xp .x-img img:nth-child(1) {
    opacity: 0
}

.x-index2 .container ul li .x-box:hover .x-text .x-xp .x-img img:nth-child(2) {
    opacity: 1
}

.x-index2 .container ul li .x-box .public-img::before {
    padding-top: 57.17391304%
}

@media (max-width: 1260px) {
    .x-index2 .container ul li .x-box .public-img::before {
        padding-top: 68.173913%
    }
}

@media (max-width: 767px) {
    .x-index2 .container ul li .x-box .public-img::before {
        padding-top: 78.173913%
    }
}

.x-index2 .container ul li .x-box .public-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
    transition: .4s ease-in-out
}

@media (max-width: 767px) {
    .x-index2 .container ul li .x-box .public-img::after {
        background-color: rgba(0, 0, 0, 0.3)
    }
}

.x-index2 .container ul li .x-box .x-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    padding: .35rem .4rem .2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width: 767px) {
    .x-index2 .container ul li .x-box .x-text {
        padding: .2rem
    }
}

.x-index2 .container ul li .x-box .x-text .x-tit {
    color: #fff;
    display: inline-block;
    padding: 3px .2rem;
    background-color: var(--color);
    border-radius: .04rem;
    transition: .4s ease-in-out
}

@media (max-width: 767px) {
    .x-index2 .container ul li .x-box .x-text .x-tit {
        color: #fff;
        background-color: transparent
    }
}

.x-index2 .container ul li .x-box .x-text .x-p {
    color: #fff;
    opacity: 0;
    line-height: 1.7;
    transition: .4s ease-in-out;
    margin-top: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 5.1em
}

@media (max-width: 767px) {
    .x-index2 .container ul li .x-box .x-text .x-p {
        opacity: 1;
        display: none
    }
}

.x-index2 .container ul li .x-box .x-text .x-xp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .1rem
}

.x-index2 .container ul li .x-box .x-text .x-xp .x-l {
    position: relative
}

.x-index2 .container ul li .x-box .x-text .x-xp .x-l .x-sp {
    color: #c6c3c3;
    position: absolute;
    top: .4em;
    left: 0
}

@media (max-width: 767px) {
    .x-index2 .container ul li .x-box .x-text .x-xp .x-l .x-sp {
        opacity: 0
    }
}

.x-index2 .container ul li .x-box .x-text .x-xp .x-l .x-public-more {
    opacity: 0
}

@media (max-width: 767px) {
    .x-index2 .container ul li .x-box .x-text .x-xp .x-l .x-public-more {
        opacity: 1;
        height: 28px
    }
}

.x-index2 .container ul li .x-box .x-text .x-xp .x-img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: .5rem;
    height: .5rem;
    position: relative
}

@media (max-width: 767px) {
    .x-index2 .container ul li .x-box .x-text .x-xp .x-img {
        width: .7rem;
        height: .7rem
    }
}

.x-index2 .container ul li .x-box .x-text .x-xp .x-img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

@media (max-width: 767px) {
    .x-index2 .container ul li .x-box .x-text .x-xp .x-img img:nth-child(1) {
        opacity: 0
    }
}

.x-index2 .container ul li .x-box .x-text .x-xp .x-img img:nth-child(2) {
    opacity: 0;
    position: absolute
}

@media (max-width: 767px) {
    .x-index2 .container ul li .x-box .x-text .x-xp .x-img img:nth-child(2) {
        opacity: 1
    }
}

.x-index3 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: .6rem 0
}

@media (max-width: 767px) {
    .x-index3 {
        padding: 1.2rem 0
    }
}

.x-index3 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.x-index3 .container .x-le {
    width: 37.85%
}

@media (max-width: 767px) {
    .x-index3 .container .x-le {
        width: 100%
    }
}

.x-index3 .container .x-le .x-title {
    color: #222222;
    font-weight: bold
}

.x-index3 .container .x-le .x-title span {
    display: block;
    color: var(--color)
}

.x-index3 .container .x-le .x-p {
    color: #666666;
    line-height: 1.5;
    margin-top: .3rem
}

.x-index3 .container .x-le .x-public-more {
    margin-top: .65rem
}

@media (max-width: 767px) {
    .x-index3 .container .x-le .x-public-more {
        margin-top: .3rem
    }
}

.x-index3 .container .x-ri {
    width: 50%
}

@media (max-width: 991px) {
    .x-index3 .container .x-ri {
        width: 59%
    }
}

@media (max-width: 767px) {
    .x-index3 .container .x-ri {
        margin-top: .4rem;
        width: 100%
    }
}

.x-index3 .container .x-ri ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -3px 0
}

.x-index3 .container .x-ri ul li {
    width: 50%;
    display: flex;
    padding: 0 3px 6px
}

.x-index3 .container .x-ri ul li .x-box {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: .25rem .5rem .3rem .3rem;
    transition: .4s ease-in-out
}

@media (max-width: 767px) {
    .x-index3 .container .x-ri ul li .x-box {
        padding: .4rem
    }
}

.x-index3 .container .x-ri ul li .x-box:hover {
    background-color: var(--color)
}

.x-index3 .container .x-ri ul li .x-box:hover .x-tl .x-tit {
    color: #fff
}

.x-index3 .container .x-ri ul li .x-box:hover .x-tl i {
    background-color: #fff;
    border-color: #fff
}

.x-index3 .container .x-ri ul li .x-box:hover .x-ico {
    opacity: 1
}

.x-index3 .container .x-ri ul li .x-box:hover .x-p {
    color: #fff
}

.x-index3 .container .x-ri ul li .x-box .x-tl {
    display: flex;
    justify-content: space-between
}

@media (max-width: 767px) {
    .x-index3 .container .x-ri ul li .x-box .x-tl {
        align-items: center
    }
}

.x-index3 .container .x-ri ul li .x-box .x-tl .x-tit {
    color: #999999;
    transition: .4s ease-in-out;
    display: none
}

.x-index3 .container .x-ri ul li .x-box .x-tl i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: .7rem;
    height: .7rem;
    border: 1px solid #dfdfdf;
    border-radius: 100%;
    margin-top: .1rem;
    transition: .4s ease-in-out
}

@media (max-width: 767px) {
    .x-index3 .container .x-ri ul li .x-box .x-tl i {
        width: .8rem;
        height: .8rem
    }
}

.x-index3 .container .x-ri ul li .x-box .x-tl i img {
    width: 26px;
    height: 26px
}

@media (max-width: 1580px) {
    .x-index3 .container .x-ri ul li .x-box .x-tl i img {
        width: 20px;
        height: 20px
    }
}

@media (max-width: 767px) {
    .x-index3 .container .x-ri ul li .x-box .x-tl i img {
        width: .3rem;
        height: .3rem
    }
}

.x-index3 .container .x-ri ul li .x-box .x-ico {
    width: auto;
    height: .44rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .4s ease-in-out
}

.x-index3 .container .x-ri ul li .x-box .x-ico img {
    width: auto;
    height: 100%;
    object-fit: contain
}

.x-index3 .container .x-ri ul li .x-box .x-p {
    margin-top: .4rem;
    color: #222222;
    transition: .4s ease-in-out
}

.x-index4 {
    padding: .6rem 0
}

@media (max-width: 767px) {
    .x-index4 {
        padding: 1.2rem 0
    }
}

.x-index4 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.x-index4 .container .x-le {
    width: 40%
}

@media (max-width: 991px) {
    .x-index4 .container .x-le {
        width: 100%
    }
}

.x-index4 .container .x-le .x-t .x-title {
    font-weight: bold
}

.x-index4 .container .x-le .x-t .x-p {
    color: #666666;
    line-height: 1.75;
    margin-top: .3rem
}

.x-index4 .container .x-le .x-t .x-p span {
    color: var(--color)
}

.x-index4 .container .x-le .x-t ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1rem
}

@media (max-width: 767px) {
    .x-index4 .container .x-le .x-t ul {
        margin-top: .2rem
    }
}

.x-index4 .container .x-le .x-t ul li {
    display: flex;
    width: 41%
}

@media (max-width: 1580px) {
    .x-index4 .container .x-le .x-t ul li {
        width: 33.33%
    }
}

.x-index4 .container .x-le .x-t ul li:nth-child(3n) {
    width: 18%;
    padding-right: 0
}

@media (max-width: 1580px) {
    .x-index4 .container .x-le .x-t ul li:nth-child(3n) {
        width: 33.33%
    }
}

.x-index4 .container .x-le .x-t ul li .x-box {
    display: block;
    width: 100%;
    padding: .35rem 0;
    border-bottom: 1px solid #dfdfdf
}

.x-index4 .container .x-le .x-t ul li .x-box .x-sp {
    color: var(--color);
    display: flex
}

.x-index4 .container .x-le .x-t ul li .x-box .x-sp span {
    font-weight: bold;
    line-height: 1
}

.x-index4 .container .x-le .x-t ul li .x-box .x-sp i {
    font-style: initial;
    display: inline-block;
    margin-left: .1rem
}

.x-index4 .container .x-le .x-t ul li .x-box .x-pp {
    color: #666666;
    margin-top: .08rem
}

.x-index4 .container .x-ri {
    width: 53.57%
}

@media (max-width: 991px) {
    .x-index4 .container .x-ri {
        width: 100%;
        margin-top: .8rem
    }
}

@media (max-width: 767px) {
    .x-index4 .container .x-ri {
        margin-top: 1rem
    }
}

.x-index4 .container .x-ri .x-t {
    margin-left: .5rem;
    display: flex;
    border-bottom: 1px solid #e5e5e5
}

@media (max-width: 991px) {
    .x-index4 .container .x-ri .x-t {
        margin-left: 0
    }
}

.x-index4 .container .x-ri .x-t a {
    color: #666666;
    margin-right: .35rem;
    transition: .4s ease-in-out;
    padding-bottom: .1rem;
    position: relative
}

.x-index4 .container .x-ri .x-t a::before {
    content: "";
    width: 0;
    height: .03rem;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    background-color: var(--color);
    transition: .4s ease-in-out
}

.x-index4 .container .x-ri .x-t a:hover, .x-index4 .container .x-ri .x-t a.on {
    color: var(--color);
    font-weight: bold
}

.x-index4 .container .x-ri .x-t a:hover::before, .x-index4 .container .x-ri .x-t a.on::before {
    width: 100%
}

.x-index4 .container .x-ri .x-x {
    margin-top: .55rem
}

.x-index4 .container .x-ri .x-x .public-img {
    overflow: initial
}

.x-index4 .container .x-ri .x-x .public-img::before {
    padding-top: 64.91712707%
}

.x-index4 .container .x-ri .x-x .x-aa {
    width: 0;
    height: 0;
    position: absolute;
    z-index: 10;
    cursor: pointer
}

.x-index4 .container .x-ri .x-x .x-aa.on {
    z-index: 12
}

.x-index4 .container .x-ri .x-x .x-aa.on .x-box .x-tz1 {
    transform: translate(-50%, -50%) scale(1)
}

.x-index4 .container .x-ri .x-x .x-aa.on .x-box .x-i i:nth-child(1)::before {
    transform: translate(-50%, -50%) scale(1)
}

.x-index4 .container .x-ri .x-x .x-aa.on .x-box .x-i i:nth-child(2) {
    animation: xwid 3s linear infinite
}

.x-index4 .container .x-ri .x-x .x-aa.on .x-box .x-i i:nth-child(3) {
    animation: xwid 3s 1s linear infinite
}

.x-index4 .container .x-ri .x-x .x-aa.on .x-box .x-i i:nth-child(4) {
    animation: xwid 3s 2s linear infinite
}

.x-index4 .container .x-ri .x-x .x-aa.on .x-box .x-tz2 {
    opacity: 0
}

.x-index4 .container .x-ri .x-x .x-aa.on .x-box .x-tz3 {
    opacity: 1;
    visibility: initial
}

.x-index4 .container .x-ri .x-x .x-aa .x-box {
    transform: translate(-50%, -50%)
}

.x-index4 .container .x-ri .x-x .x-aa .x-box .x-tz1 {
    font-size: 12px;
    line-height: 1;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 10;
    transition: .4s ease-in-out
}

.x-index4 .container .x-ri .x-x .x-aa .x-box .x-tz1 span {
    color: #fff
}

.x-index4 .container .x-ri .x-x .x-aa .x-box .x-i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.x-index4 .container .x-ri .x-x .x-aa .x-box .x-i i {
    display: inline-flex;
    width: 10px;
    height: 10px;
    background-color: var(--color);
    border-radius: 100%;
    position: relative
}

.x-index4 .container .x-ri .x-x .x-aa .x-box .x-i i:nth-child(1) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5
}

.x-index4 .container .x-ri .x-x .x-aa .x-box .x-i i:nth-child(1)::before {
    content: "";
    width: .6rem;
    height: .6rem;
    background-color: var(--color);
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: .4s ease-in-out
}

@media (max-width: 1580px) {
    .x-index4 .container .x-ri .x-x .x-aa .x-box .x-i i:nth-child(1)::before {
        width: .8rem;
        height: .8rem
    }
}

@media (max-width: 767px) {
    .x-index4 .container .x-ri .x-x .x-aa .x-box .x-i i:nth-child(1)::before {
        width: 1rem;
        height: 1rem
    }
}

.x-index4 .container .x-ri .x-x .x-aa .x-box .x-i i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    border: 1px dashed var(--color);
    background-color: rgba(230, 33, 41, 0.04);
    width: .45rem;
    height: .45rem
}

.x-index4 .container .x-ri .x-x .x-aa .x-box .x-i i:nth-child(3) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    border: 1px dashed var(--color);
    background-color: rgba(230, 33, 41, 0.04);
    width: .45rem;
    height: .45rem;
    pointer-events: none
}

.x-index4 .container .x-ri .x-x .x-aa .x-box .x-i i:nth-child(4) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    border: 1px dashed var(--color);
    background-color: rgba(230, 33, 41, 0.04);
    width: .45rem;
    height: .45rem;
    pointer-events: none
}

.x-index4 .container .x-ri .x-x .x-aa .x-box .x-tz2 {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 44px;
    transform: translate(-50%, -50%);
    transition: .4s ease-in-out
}

@media (max-width: 1580px) {
    .x-index4 .container .x-ri .x-x .x-aa .x-box .x-tz2 {
        top: 30px
    }
}

.x-index4 .container .x-ri .x-x .x-aa .x-box .x-tz2 span {
    color: #333333
}

.x-index4 .container .x-ri .x-x .x-aa .x-box .x-tz3 {
    width: 2.6rem;
    background-color: #fff;
    border-radius: .06rem;
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translate(-50%, 0);
    color: #666666;
    padding: .15rem .2rem;
    box-shadow: 0 0 .46rem rgba(0, 0, 0, 0.08);
    opacity: 0;
    z-index: 8;
    transition: .4s ease-in-out;
    visibility: hidden;
    pointer-events: none
}

@media (max-width: 1580px) {
    .x-index4 .container .x-ri .x-x .x-aa .x-box .x-tz3 {
        width: 3.6rem
    }
}

@media (max-width: 767px) {
    .x-index4 .container .x-ri .x-x .x-aa .x-box .x-tz3 {
        width: 2.6rem;
        font-size: .24rem
    }
}

@media (max-width: 330px) {
    .x-index4 .container .x-ri .x-x .x-aa .x-box .x-tz3 {
        width: 2rem
    }
}

@media (max-width: 767px) {
    .x-index4 .container .x-ri .x-x .x-aa .x-box .x-tz3 p {
        margin-bottom: .15rem
    }
}

.x-index4 .container .x-ri .x-x .x-aa .x-box .x-tz3::before {
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 50%;
    top: -16px;
    transform: translateX(-50%)
}

@media (min-width: 768px) {
    @keyframes xwid {
        0% {
            width: .6rem;
            height: .6rem;
            opacity: 1
        }
        100% {
            opacity: 0;
            width: 3.8rem;
            height: 3.8rem
        }
    }
}

@media (max-width: 767px) {
    @keyframes xwid {
        0% {
            width: .6rem;
            height: .6rem;
            opacity: 1
        }
        100% {
            opacity: 0;
            width: 1.8rem;
            height: 1.8rem
        }
    }
}

.x-index5 {
    background-color: #f5f5f5;
    padding: .6rem 0
}

@media (max-width: 767px) {
    .x-index5 {
        padding: 1.2rem 0
    }
}

.x-index5 .container .x-top .x-title {
    font-weight: bold
}

.x-index5 .container .x-top .x-xt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .3rem
}

.x-index5 .container .x-top .x-xt .x-a {
    display: flex
}

@media (max-width: 767px) {
    .x-index5 .container .x-top .x-xt .x-a {
        width: 100%;
        margin-bottom: .4rem
    }
}

.x-index5 .container .x-top .x-xt .x-a a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    transition: .4s ease-in-out;
    border-radius: .03rem;
    height: 36px;
    padding: 0 .26rem;
    margin-right: .2rem
}

@media (max-width: 767px) {
    .x-index5 .container .x-top .x-xt .x-a a {
        font-size: 12px;
        line-height: 1.2;
        text-align: center
    }
}

.x-index5 .container .x-top .x-xt .x-a a.on, .x-index5 .container .x-top .x-xt .x-a a:hover {
    background-color: #e62129;
    color: #fff
}

@media (max-width: 767px) {
    .x-index5 .container .x-top .x-xt .x-r {
        display: none;
        width: 100%
    }
}

.x-index5 .container .x-xia {
    margin-top: .32rem;
    position: relative
}

.x-index5 .container .x-xia .x-swiper1 {
    position: relative;
    display: none
}

.x-index5 .container .x-xia .x-swiper1.on {
    display: block
}

.x-index5 .container .x-xia .x-swiper1 .prev {
    position: absolute;
    left: -0.9rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background-color: #f5f5f5
}

@media (max-width: 1260px) {
    .x-index5 .container .x-xia .x-swiper1 .prev {
        left: -0.3rem
    }
}

@media (max-width: 991px) {
    .x-index5 .container .x-xia .x-swiper1 .prev {
        display: none
    }
}

.x-index5 .container .x-xia .x-swiper1 .next {
    position: absolute;
    right: -0.9rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background-color: #f5f5f5
}

@media (max-width: 1260px) {
    .x-index5 .container .x-xia .x-swiper1 .next {
        right: -0.3rem
    }
}

@media (max-width: 991px) {
    .x-index5 .container .x-xia .x-swiper1 .next {
        display: none
    }
}

.x-index5 .container .x-xia .swiper .swiper-slide {
    border: 1px solid #dfdfdf;
    height: auto;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.x-index5 .container .x-xia .swiper .swiper-slide:hover::before {
    width: 100%
}

.x-index5 .container .x-xia .swiper .swiper-slide:hover .public-img span {
    color: #fff;
    background-color: var(--color)
}

.x-index5 .container .x-xia .swiper .swiper-slide:hover .x-text .x-tit {
    color: #222222
}

.x-index5 .container .x-xia .swiper .swiper-slide:hover .x-text .x-sp {
    color: var(--color)
}

.x-index5 .container .x-xia .swiper .swiper-slide::before {
    content: "";
    width: 0;
    height: .04rem;
    background-color: var(--color);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .4s ease-in-out
}

.x-index5 .container .x-xia .swiper .swiper-slide .public-img::before {
    padding-top: 75.15151515%
}

.x-index5 .container .x-xia .swiper .swiper-slide .public-img span {
    color: #999999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(245, 245, 245, 0.9);
    position: absolute;
    top: .2rem;
    left: .2rem;
    z-index: 5;
    border-radius: .03rem;
    padding: 0 .14rem;
    height: 32px;
    transition: .4s ease-in-out
}

@media (max-width: 1580px) {
    .x-index5 .container .x-xia .swiper .swiper-slide .public-img span {
        height: 28px
    }
}

.x-index5 .container .x-xia .swiper .swiper-slide .x-text {
    padding: .2rem
}

.x-index5 .container .x-xia .swiper .swiper-slide .x-text time {
    color: #999999
}

.x-index5 .container .x-xia .swiper .swiper-slide .x-text .x-tit {
    color: #666666;
    transition: .4s ease-in-out;
    line-height: 1.3;
    margin-top: .08rem
}

.x-index5 .container .x-xia .swiper .swiper-slide .x-text .x-sp {
    color: #999999;
    transition: .4s ease-in-out;
    margin-top: .2rem
}

.x-index5 .container .x-xia .swiper .swiper-slide .x-text .x-sp i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    margin-left: 5px
}

.x-index5 .container .x-xia .swiper .swiper-slide .x-text .x-sp i svg {
    width: 100%;
    height: 100%
}

.x-public-fast {
    border-bottom: 1px solid #dfdfdf
}

.x-public-fast .container .swiper .swiper-slide {
    width: auto;
    margin-right: .4rem;
    line-height: 60px
}

.x-public-fast .container .swiper .swiper-slide:last-child {
    margin-right: 0
}

.x-public-fast .container .swiper .swiper-slide .c-text {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    transition: all .4s;
    font-weight: bold
}

.x-public-fast .container .swiper .swiper-slide .c-text::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0%;
    border-top: 3px solid var(--color);
    transition: all .4s
}

.x-public-fast .container .swiper .swiper-slide.on .c-text, .x-public-fast .container .swiper .swiper-slide:hover .c-text {
    color: var(--color)
}

.x-public-fast .container .swiper .swiper-slide.on .c-text::before, .x-public-fast .container .swiper .swiper-slide:hover .c-text::before {
    width: 100%;
    left: 0
}

.x-public-fast .container .swiper .swiper-scrollbar {
    left: 0;
    bottom: 0;
    width: 100%;
    background: #eee;
    border-radius: 0
}

.x-public-fast .container .swiper .swiper-scrollbar .swiper-scrollbar-drag {
    border-radius: 0;
    background: var(--color)
}

.x-public-nytxt {
    text-align: center
}

.x-public-nytxt .x-tit {
    font-weight: bold;
    color: #222222
}

.x-ser-sup1 {
    padding: 1.2rem 0
}

.x-ser-sup1 .container ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: .6rem -0.2rem 0
}

@media (max-width: 767px) {
    .x-ser-sup1 .container ul {
        margin-top: .3rem
    }
}

.x-ser-sup1 .container ul li {
    display: flex;
    width: 33.33%;
    padding: 0 .2rem .4rem
}

@media (max-width: 991px) {
    .x-ser-sup1 .container ul li {
        width: 50%
    }
}

@media (max-width: 767px) {
    .x-ser-sup1 .container ul li {
        width: 100%
    }
}

.x-ser-sup1 .container ul li .x-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #dfdfdf;
    width: 100%;
    padding: .45rem 0 0 0
}

.x-ser-sup1 .container ul li .x-box .x-text {
    text-align: center
}

.x-ser-sup1 .container ul li .x-box .x-text .x-tit {
    font-weight: bold;
    color: var(--color)
}

.x-ser-sup1 .container ul li .x-box .x-text .x-p {
    color: #222222;
    margin-top: .1rem
}

.x-ser-sup1 .container ul li .x-box .public-img {
    margin-top: .1rem
}

.x-ser-sup1 .container ul li .x-box .public-img::before {
    padding-top: 58.21917808%
}

.x-ser-sup1 .container .x-pp {
    text-align: center;
    color: #666666;
    margin-top: .2rem
}

.x-ser-sup1 .container .x-pp a {
    color: var(--color);
    text-decoration: underline
}

.x-ser-sup2 {
    background-color: #f5f5f5;
    padding: 1.2rem 0
}

.x-ser-sup2 .container .x-title {
    text-align: center
}

.x-ser-sup2 .container .public-img {
    margin-top: .55rem
}

@media (max-width: 767px) {
    .x-ser-sup2 .container .public-img {
        margin-top: .3rem
    }
}

.x-ser-sup2 .container .public-img::before {
    padding-top: 45%
}

.x-ser-sup3 {
    padding: 1.2rem 0
}

.x-ser-sup3 .container ul {
    margin-top: .2rem
}

.x-ser-sup3 .container ul li {
    padding: .45rem .3rem;
    display: flex;
    border-bottom: 1px dotted #222222
}

@media (max-width: 767px) {
    .x-ser-sup3 .container ul li {
        padding: .4rem 0
    }
}

.x-ser-sup3 .container ul li span {
    font-weight: bold;
    color: var(--color);
    flex-shrink: 0;
    margin-right: .15rem
}

.x-ser-sup3 .container ul li p {
    color: #222
}

.x-ser-sup4 {
    background-color: #f5f5f5;
    padding: 1.2rem 0
}

.x-ser-sup4 .container ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: .55rem -0.2rem 0
}

@media (max-width: 767px) {
    .x-ser-sup4 .container ul {
        margin-top: .3rem
    }
}

.x-ser-sup4 .container ul li {
    display: flex;
    width: 33.33%;
    padding: 0 .2rem .4rem
}

@media (max-width: 991px) {
    .x-ser-sup4 .container ul li {
        width: 50%
    }
}

@media (max-width: 767px) {
    .x-ser-sup4 .container ul li {
        width: 100%
    }
}

.x-ser-sup4 .container ul li .x-box {
    display: block;
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: .5rem .4rem .6rem;
    position: relative;
    background-color: #fff;
    backdrop-filter: blur(10px)
}

.x-ser-sup4 .container ul li .x-box::before {
    content: "";
    width: 38px;
    height: 118px;
    position: absolute;
    left: -6px;
    top: 0;
    background: url('../images/x-ser8.png') no-repeat center;
    background-size: contain;
    border-radius: .1rem;
    z-index: -1
}

@media (max-width: 1580px) {
    .x-ser-sup4 .container ul li .x-box::before {
        width: 30px;
        height: 84px
    }
}

@media (max-width: 767px) {
    .x-ser-sup4 .container ul li .x-box::before {
        height: 70px;
        left: -7px
    }
}

.x-ser-sup4 .container ul li .x-box .x-tit2 {
    font-weight: bold;
    color: var(--color)
}

.x-ser-sup4 .container ul li .x-box .x-txt {
    color: #222222;
    margin-top: .2rem
}

.x-ser-sup4 .container ul li .x-box .x-txt .x-sp {
    display: flex;
    margin-bottom: 5px
}

.x-ser-sup4 .container ul li .x-box .x-txt .x-sp span {
    display: inline-block;
    flex-shrink: 0
}

.x-ser-sup4 .container ul li .x-box .x-txt .x-sp p {
    font-weight: bold
}

.x-ser-sup4 .container .x-pp {
    color: #222222;
    line-height: 1.875;
    margin-top: .15rem
}

.x-ser-sup4 .container .x-pp span {
    color: var(--color)
}

.x-ser-sup5 {
    padding: 1.2rem 0
}

.x-ser-sup5 .container {
    position: relative
}

.x-ser-sup5 .container .x-text {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
    position: absolute;
    top: 1.7rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10
}

@media (max-width: 1260px) {
    .x-ser-sup5 .container .x-text {
        width: 60%;
        max-width: 800px
    }
}

@media (max-width: 991px) {
    .x-ser-sup5 .container .x-text {
        width: 100%;
        top: 1.2rem
    }
}

@media (max-width: 767px) {
    .x-ser-sup5 .container .x-text {
        position: initial;
        transform: initial
    }
}

.x-ser-sup5 .container .x-text .x-tit {
    color: rgba(34, 34, 34, 0.5)
}

.x-ser-sup5 .container .x-text .x-tit2 {
    font-weight: bold;
    margin-top: .1rem
}

.x-ser-sup5 .container .x-text .x-p {
    color: #222222;
    line-height: 1.8;
    margin-top: .3rem
}

.x-ser-sup5 .container .x-text .x-more {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    transition: all .4s;
    margin: .7rem auto 0
}

@media (max-width: 1580px) {
    .x-ser-sup5 .container .x-text .x-more {
        width: 1.5rem;
        height: 1.5rem
    }
}

@media (max-width: 767px) {
    .x-ser-sup5 .container .x-text .x-more {
        width: 1.8rem;
        height: 1.8rem
    }
}

.x-ser-sup5 .container .x-text .x-more::before {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--color);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s
}

.x-ser-sup5 .container .x-text .x-more:hover::before {
    transform: translate(-50%, -50%) scale(.9)
}

.x-ser-sup5 .container .x-text .x-more:hover a .x-gm {
    transform: translate(-50%, -50%) scale(.9)
}

.x-ser-sup5 .container .x-text .x-more a {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.x-ser-sup5 .container .x-text .x-more a .x-gm {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: .1rem;
    transition: all .4s
}

.x-ser-sup5 .container .x-text .x-more a .x-gm img {
    width: 100%;
    height: 100%;
    animation: txtRun 10s linear forwards infinite
}

.x-ser-sup5 .container .x-text .x-more a .x-txts {
    display: flex;
    position: relative
}

.x-ser-sup5 .container .x-text .x-more a .x-txts span {
    color: #fff;
    line-height: 1.22;
    font-weight: bold
}

.x-ser-sup5 .container .x-text .x-more a .x-txts i {
    position: absolute;
    left: calc(100% + 3px);
    top: -3px;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    color: #fff
}

.x-ser-sup5 .container .x-text .x-more a .x-txts i svg {
    width: 50%;
    height: 50%;
    animation: arrowRun 5s infinite
}

.x-ser-sup5 .container .public-img {
    width: 85.85%;
    margin: 0 auto
}

@media (max-width: 767px) {
    .x-ser-sup5 .container .public-img {
        width: 100%
    }
}

.x-ser-sup5 .container .public-img::before {
    padding-top: 64.72545757%
}

@keyframes txtRun {
    form {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes arrowRun {
    0% {
        transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d
    }
    7% {
        transform: translate3d(150%, -150%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d
    }
    7.1% {
        transform: translate3d(-150%, 150%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d
    }
    14% {
        transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d
    }
}

.x-ser-after1 {
    padding: 1.2rem 0
}

.x-ser-after1 .container .x-fo1 {
    border: 1px solid #dddddd;
    padding: .6rem .4rem;
    margin-top: .55rem
}

@media (max-width: 767px) {
    .x-ser-after1 .container .x-fo1 {
        margin-top: .3rem
    }
}

.x-ser-after1 .container .x-fo1 .x-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.x-ser-after1 .container .x-fo1 .x-ul li {
    width: 48.48%;
    margin-bottom: .25rem
}

@media (max-width: 767px) {
    .x-ser-after1 .container .x-fo1 .x-ul li {
        width: 100%;
        margin-bottom: .3rem
    }
}

.x-ser-after1 .container .x-fo1 .x-ul li .x-inp {
    width: 100%
}

.x-ser-after1 .container .x-fo1 .x-ul li .x-inp span {
    color: #222222;
    display: block;
    margin-bottom: .12rem
}

.x-ser-after1 .container .x-fo1 .x-ul li .x-inp input {
    display: block;
    width: 100%;
    color: #222;
    border: 1px solid #dfdfdf;
    border-radius: .06rem;
    height: 44px;
    padding: 0 .18rem
}

@media (max-width: 767px) {
    .x-ser-after1 .container .x-fo1 .x-ul li .x-inp input {
        height: .8rem
    }
}

.x-ser-after1 .container .x-fo1 .x-ul li .x-inp input::placeholder {
    color: #999999
}

.x-ser-after1 .container .x-fo1 .x-ul li .x-inp textarea {
    display: block;
    width: 100%;
    color: #222;
    border: 1px solid #dfdfdf;
    border-radius: .06rem;
    height: 1.2rem;
    padding: .1rem .18rem
}

@media (max-width: 767px) {
    .x-ser-after1 .container .x-fo1 .x-ul li .x-inp textarea {
        height: 2.2rem
    }
}

.x-ser-after1 .container .x-fo1 .x-ul li .x-inp textarea::placeholder {
    color: #999999
}

.x-ser-after1 .container .x-fo1 .x-tj {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .2rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid #dfdfdf
}

.x-ser-after1 .container .x-fo1 .x-tj .x-tit2 {
    font-weight: bold;
    color: #222222
}

.x-ser-after1 .container .x-fo1 .x-tj .x-bt {
    background-color: var(--color);
    border-radius: 100px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 .26rem;
    line-height: 1.5;
    height: 32px
}

.x-ser-after1 .container .x-fo1 .x-tj .x-bt i {
    display: inline-flex;
    align-items: center;
    font-style: initial;
    margin-right: .1rem;
    line-height: 1
}

.x-ser-after1 .container .x-fo1 .x-xinz {
    margin-top: .4rem
}

.x-ser-after1 .container .x-fo1 .x-xinz .x-box {
    margin-top: .15rem
}

.x-ser-after1 .container .x-fo1 .x-xinz .x-box .x-tt {
    display: flex;
    justify-content: space-between;
    background-color: #f9f9f9;
    padding: .2rem;
    border-bottom: 1px solid #dfdfdf
}

.x-ser-after1 .container .x-fo1 .x-xinz .x-box .x-tt .x-sp {
    color: var(--color);
    font-weight: bold
}

.x-ser-after1 .container .x-fo1 .x-xinz .x-box .x-tt .x-sc {
    font-weight: bold;
    color: #999999;
    cursor: pointer;
    transition: .4s ease-in-out
}

.x-ser-after1 .container .x-fo1 .x-xinz .x-box .x-tt .x-sc:hover {
    color: var(--color)
}

.x-ser-after1 .container .x-fo1 .x-xinz .x-box .x-tt .x-sc i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    margin-right: .05rem
}

.x-ser-after1 .container .x-fo1 .x-xinz .x-box .x-tt .x-sc i svg {
    width: 100%;
    height: 100%
}

.x-ser-after1 .container .x-fo1 .x-xinz .x-box .x-ul {
    margin: .2rem .2rem 0 .2rem
}

.x-ser-after1 .container .x-fo1 .x-btn {
    display: flex;
    justify-content: center;
    margin-top: .2rem;
    padding-top: .4rem;
    border-top: 1px solid #dfdfdf
}

.x-ser-after1 .container .x-fo1 .x-btn button {
    background-color: var(--color);
    color: #fff;
    padding: 0 .7rem;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .06rem;
    transition: .4s ease-in-out
}

@media (max-width: 1580px) {
    .x-ser-after1 .container .x-fo1 .x-btn button {
        padding: 0 1rem
    }
}

@media (max-width: 767px) {
    .x-ser-after1 .container .x-fo1 .x-btn button {
        height: .8rem
    }
}

.x-ser-after1 .container .x-fo1 .x-btn button:hover {
    opacity: .8
}

.x-ser-after1 .container .x-fo1 .x-spp1 {
    color: #222222;
    line-height: 1.875;
    margin-top: .3rem
}

.x-ser-inqu1 {
    padding: 1.2rem 0
}

.x-ser-inqu1 .container .x-text {
    text-align: center
}

.x-ser-inqu1 .container .x-text .x-tit {
    color: rgba(34, 34, 34, 0.5)
}

.x-ser-inqu1 .container .x-text .x-tit2 {
    font-weight: bold;
    color: #222;
    margin-top: .1rem
}

.x-ser-inqu1 .container .x-text .x-fo {
    display: flex;
    justify-content: space-between;
    width: 33.57%;
    margin: .55rem auto 0;
    height: 44px
}

@media (max-width: 1260px) {
    .x-ser-inqu1 .container .x-text .x-fo {
        width: 42.57%
    }
}

@media (max-width: 991px) {
    .x-ser-inqu1 .container .x-text .x-fo {
        width: 70%
    }
}

@media (max-width: 767px) {
    .x-ser-inqu1 .container .x-text .x-fo {
        width: 100%;
        height: .8rem
    }
}

.x-ser-inqu1 .container .x-text .x-fo input {
    background-color: #f9f9f9;
    border: 1px solid #dfdfdf;
    border-radius: .06rem;
    width: 68.08%;
    padding: 0 .2rem;
    color: #222
}

.x-ser-inqu1 .container .x-text .x-fo input::placeholder {
    color: #999999
}

.x-ser-inqu1 .container .x-text .x-fo button {
    width: 29.78%;
    background-color: var(--color);
    color: #fff;
    border-radius: .06rem;
    transition: .4s ease-in-out
}

.x-ser-inqu1 .container .x-text .x-fo button:hover {
    opacity: .8
}

.x-ser-inqu1 .container .x-ydd {
    display: none
}

@media (max-width: 991px) {
    .x-ser-inqu1 .container .x-ydd {
        display: flex;
        justify-content: flex-end;
        margin-top: .4rem;
        font-size: .24rem;
        margin-bottom: .1rem
    }
}

@media (max-width: 991px) {
    .x-ser-inqu1 .container .x-bg {
        overflow-x: auto
    }
}

.x-ser-inqu1 .container .x-table {
    width: 100%;
    margin-top: .8rem
}

@media (max-width: 991px) {
    .x-ser-inqu1 .container .x-table {
        width: 1200px;
        margin-top: 0
    }
}

.x-ser-inqu1 .container .x-table tr {
    border-bottom: 1px solid #dfdfdf
}

.x-ser-inqu1 .container .x-table tr th {
    font-weight: bold;
    width: 14.28%;
    text-align: left;
    background-color: #fafafa;
    padding: .15rem .1rem
}

.x-ser-inqu1 .container .x-table tr td {
    width: 14.28%;
    padding: .25rem .1rem;
    min-height: 80px
}

.x-cont1 {
    padding: .8rem 0 .6rem
}

@media (max-width: 767px) {
    .x-cont1 {
        padding: 1.2rem 0 .8rem
    }
}

.x-cont1 .container .x-title {
    font-weight: bold;
    color: #222
}

.x-cont1 .container ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: .8rem -0.1rem 0
}

@media (max-width: 767px) {
    .x-cont1 .container ul {
        margin-top: .3rem
    }
}

.x-cont1 .container ul li {
    display: flex;
    width: 50%;
    padding: 0 .1rem .2rem
}

@media (max-width: 991px) {
    .x-cont1 .container ul li {
        width: 100%;
        padding-bottom: .4rem
    }
}

.x-cont1 .container ul li .x-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: .4rem
}

@media (max-width: 767px) {
    .x-cont1 .container ul li .x-box {
        padding: .3rem
    }
}

.x-cont1 .container ul li .x-box .public-img {
    width: 39.34%
}

@media (max-width: 767px) {
    .x-cont1 .container ul li .x-box .public-img {
        width: 100%
    }
}

.x-cont1 .container ul li .x-box .public-img::before {
    padding-top: 133.33333333%
}

.x-cont1 .container ul li .x-box .x-text {
    width: 60.66%;
    padding-left: .3rem
}

@media (max-width: 767px) {
    .x-cont1 .container ul li .x-box .x-text {
        width: 100%;
        padding-left: 0;
        margin-top: .3rem
    }
}

.x-cont1 .container ul li .x-box .x-text .x-tit {
    font-weight: bold;
    color: var(--color)
}

.x-cont1 .container ul li .x-box .x-text .x-tit2 {
    font-weight: bold;
    color: #222;
    margin-top: .2rem
}

.x-cont1 .container ul li .x-box .x-text .x-p {
    color: #666666;
    margin-top: .1rem
}

.x-cont1 .container ul li .x-box .x-text a {
    background-color: var(--color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .06rem;
    height: 44px;
    padding: 0 .2rem;
    color: #fff;
    transition: .4s ease-in-out;
    margin-top: .25rem
}

@media (max-width: 1580px) {
    .x-cont1 .container ul li .x-box .x-text a {
        height: .64rem;
        padding: 0 .3rem
    }
}

@media (max-width: 767px) {
    .x-cont1 .container ul li .x-box .x-text a {
        height: .8rem
    }
}

.x-cont1 .container ul li .x-box .x-text a:hover {
    opacity: .8
}

.x-cont1 .container ul li .x-box .x-text a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-right: .1rem
}

.x-cont1 .container ul li .x-box .x-text a i svg {
    width: 100%;
    height: 100%
}

.x-cont1 .container ul li .x-box .x-text .x-spp {
    padding-top: .25rem;
    margin-top: .3rem;
    border-top: 1px solid #dfdfdf
}

.x-cont1 .container ul li .x-box .x-text .x-spp .x-sp {
    display: flex;
    margin-bottom: .08rem
}

.x-cont1 .container ul li .x-box .x-text .x-spp .x-sp:last-child {
    margin-bottom: 0
}

.x-cont1 .container ul li .x-box .x-text .x-spp .x-sp span {
    color: #666666;
    flex-shrink: 0
}

.x-cont1 .container ul li .x-box .x-text .x-spp .x-sp p {
    color: #222222;
    font-weight: bold
}

.x-cont2 {
    padding: 0 0 .8rem
}

@media (max-width: 767px) {
    .x-cont2 {
        padding: 0 0 1.2rem
    }
}

.x-cont2 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.x-cont2 .container .x-le {
    width: 47.14%
}

@media (max-width: 991px) {
    .x-cont2 .container .x-le {
        width: 100%
    }
}

.x-cont2 .container .x-le .x-top {
    width: 100%
}

.x-cont2 .container .x-le .x-top .x-title {
    font-weight: bold;
    color: #222222
}

.x-cont2 .container .x-le .x-top .x-p {
    color: #666666;
    line-height: 1.7;
    margin-top: .2rem
}

.x-cont2 .container .x-le .x-fo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .3rem
}

.x-cont2 .container .x-le .x-fo .x-inp {
    width: 48.48%;
    margin-bottom: .15rem
}

@media (max-width: 767px) {
    .x-cont2 .container .x-le .x-fo .x-inp {
        width: 100%;
        margin-bottom: .3rem
    }
}

.x-cont2 .container .x-le .x-fo .x-inp.x-inp2 {
    width: 100%
}

.x-cont2 .container .x-le .x-fo .x-inp span {
    color: #222222;
    display: block;
    margin-bottom: .08rem
}

.x-cont2 .container .x-le .x-fo .x-inp input {
    display: block;
    width: 100%;
    color: #222;
    border: 1px solid #dfdfdf;
    border-radius: .06rem;
    height: 44px;
    padding: 0 .18rem
}

@media (max-width: 767px) {
    .x-cont2 .container .x-le .x-fo .x-inp input {
        height: .8rem
    }
}

.x-cont2 .container .x-le .x-fo .x-inp input::placeholder {
    color: #999999
}

.x-cont2 .container .x-le .x-fo .x-inp textarea {
    display: block;
    width: 100%;
    color: #222;
    border: 1px solid #dfdfdf;
    border-radius: .06rem;
    height: 1.2rem;
    padding: .1rem .18rem
}

@media (max-width: 767px) {
    .x-cont2 .container .x-le .x-fo .x-inp textarea {
        height: 2.2rem
    }
}

.x-cont2 .container .x-le .x-fo .x-inp textarea::placeholder {
    color: #999999
}

.x-cont2 .container .x-le .x-fo .x-pp {
    display: inline-flex;
    align-items: center;
    color: #000;
    width: 100%
}

.x-cont2 .container .x-le .x-fo .x-pp.on i {
    background-color: var(--color);
    border-color: var(--color)
}

.x-cont2 .container .x-le .x-fo .x-pp a {
    color: var(--color)
}

.x-cont2 .container .x-le .x-fo .x-pp i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: #fff;
    margin-right: .1rem;
    border: 1px solid #cccccc;
    cursor: pointer
}

.x-cont2 .container .x-le .x-fo .x-pp i svg {
    width: 70%;
    height: 70%
}

.x-cont2 .container .x-le .x-fo button {
    background-color: var(--color);
    border-radius: .06rem;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.8rem;
    color: #fff;
    margin-top: .4rem;
    transition: .4s ease-in-out
}

@media (max-width: 1580px) {
    .x-cont2 .container .x-le .x-fo button {
        height: .64rem
    }
}

@media (max-width: 767px) {
    .x-cont2 .container .x-le .x-fo button {
        height: .8rem
    }
}

.x-cont2 .container .x-le .x-fo button:hover {
    opacity: .8
}

.x-cont2 .container .x-ri {
    width: 49.28%;
    position: relative
}

@media (max-width: 991px) {
    .x-cont2 .container .x-ri {
        width: 100%;
        margin-top: .4rem
    }
}

.x-cont2 .container .x-ri .public-img::before {
    padding-top: 100%
}

.x-cont2 .container .x-ri .public-img::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(245, 245, 245, 0.84);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.x-cont2 .container .x-ri .x-ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center
}

.x-cont2 .container .x-ri .x-ul .x-li {
    width: 170px;
    margin: 0 .5rem;
    text-align: center
}

.x-cont2 .container .x-ri .x-ul .x-li .x-img img {
    width: 1.24rem;
    height: 1.24rem;
    border: 1px solid #dfdfdf;
    border-radius: .1rem;
    padding: .06rem;
    object-fit: contain
}

@media (max-width: 1580px) {
    .x-cont2 .container .x-ri .x-ul .x-li .x-img img {
        width: 1.6rem;
        height: 1.6rem
    }
}

@media (max-width: 767px) {
    .x-cont2 .container .x-ri .x-ul .x-li .x-img img {
        width: 2rem;
        height: 2rem
    }
}

.x-cont2 .container .x-ri .x-ul .x-li p {
    font-weight: bold;
    color: #222222;
    line-height: 1.4;
    margin-top: .15rem
}

.x-cont3 {
    padding: 0 0 1.2rem
}

.x-cont3 .container .x-tilte {
    font-weight: bold
}

.x-cont3 .container .x-ydd {
    display: none
}

@media (max-width: 991px) {
    .x-cont3 .container .x-ydd {
        display: flex;
        justify-content: flex-end;
        margin-top: .4rem;
        font-size: .24rem;
        margin-bottom: .1rem
    }
}

@media (max-width: 991px) {
    .x-cont3 .container .x-bg {
        overflow-x: auto
    }
}

.x-cont3 .container .x-table {
    width: 100%;
    margin-top: .55rem
}

@media (max-width: 991px) {
    .x-cont3 .container .x-table {
        width: 1200px;
        margin-top: 0
    }
}

.x-cont3 .container .x-table thead tr:nth-child(1) {
    border-bottom: 1px solid #dfdfdf
}

.x-cont3 .container .x-table tbody tr:nth-child(2n) {
    background-color: #fafafa
}

.x-cont3 .container .x-table tr th {
    font-weight: bold;
    text-align: left;
    background-color: #fafafa;
    padding: .15rem .36rem;
    color: var(--color)
}

.x-cont3 .container .x-table tr th:nth-child(1) {
    width: 20%
}

.x-cont3 .container .x-table tr th:nth-child(2) {
    width: 35.71%
}

.x-cont3 .container .x-table tr th:nth-child(3) {
    width: 44.29%
}

.x-cont3 .container .x-table tr td {
    padding: .15rem .36rem
}

.x-cont3 .container .x-table tr td:nth-child(1) {
    color: #222222;
    width: 20%
}

.x-cont3 .container .x-table tr td:nth-child(2) {
    color: #666666;
    width: 35.71%
}

.x-cont3 .container .x-table tr td:nth-child(3) {
    width: 44.29%
}
