/*字体*/
@font-face {
    font-family: "Fontke";
    src: url("/fonts/DINNextLTPro-Bold.otf") format("opentype");
}

* {
    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;
}

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: calc(100vw / 7.5);
    }
}

body {
    min-height: 100%;
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background: #fff;
}

@media (max-width: 1580px) {
    body {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 0.28rem;
    }
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: top;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: normal;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

input,
button {
    -webkit-appearance: none;
    border-radius: 0;
}

button {
    cursor: pointer;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-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;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.container {
    margin: 0 auto;
    width: 83.333333%;
    max-width: 1600px;
}

@media (max-width: 1580px) {
    .container {
        width: 84%;
    }
}

@media (max-width: 1260px) {
    .container {
        width: 90%;
    }
}

.container2 {
    margin: 0 auto;
    width: 73%;
    max-width: 1400px;
}

@media (max-width: 1580px) {
    .container2 {
        width: 84%;
    }
}

@media (max-width: 1260px) {
    .container2 {
        width: 90%;
    }
}

.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;
    }
}

.font16 {
    font-size: 16px;
}

@media (max-width: 1580px) {
    .font16 {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .font16 {
        font-size: 0.28rem;
    }
}

.public-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.2rem;
    min-width: 1rem;
}

.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 0.5s;
}

#hi-upgrade {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

#hi-upgrade .hi-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -177px 0 0 -450px;
    width: 900px;
}

#hi-upgrade .hi-wrap .hi-title {
    font-size: 30px;
    line-height: 40px;
    color: #333;
}

#hi-upgrade .hi-wrap .hi-close {
    margin: 10px 0;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    color: #1e6ac5;
}

#hi-upgrade .hi-wrap .hi-close:hover {
    text-decoration: underline;
}

#hi-upgrade .hi-wrap .hi-text1 {
    color: #666;
}

#hi-upgrade .hi-wrap .hi-text1 span {
    color: #1e6ac5;
}

#hi-upgrade .hi-wrap .hi-text2 {
    position: relative;
    margin: 60px 0;
    color: #333;
}

#hi-upgrade .hi-wrap .hi-text2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    border-top: 1px solid #ddd;
}

#hi-upgrade .hi-wrap .hi-text2 span {
    position: relative;
    z-index: 5;
    padding: 0 30px;
    background: #fff;
}

#hi-upgrade .hi-wrap .hi-list {
    overflow: hidden;
}

#hi-upgrade .hi-wrap .hi-list li {
    display: inline-block;
    width: 16%;
}

#hi-upgrade .hi-wrap .hi-list li div {
    margin: 0 auto 5px;
    width: 50px;
    height: 50px;
}

#hi-upgrade .hi-wrap .hi-list li a {
    color: #666;
}

#hi-upgrade .hi-wrap .hi-list li a:hover {
    color: #1e6ac5;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
    background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
    background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
    background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
    background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
    background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
    background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}

/* 占位标签，设置导航样式 */
#c-placeholder {
    height: 1rem;
}

@media (max-width: 991px) {
    #c-placeholder {
        height: 1.2rem;
    }
}

/*顶部*/
#c-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 1rem;
    text-align: center;
    color: #fff;
    transition: 0.3s;
}

#c-header.c-head-move {
    top: -1.3rem;
}

@media (max-width: 991px) {
    #c-header.c-head-move {
        top: -1.3rem;
    }
}

#c-header.c-style2 {
    color: #333;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
}

@media (max-width: 991px) {
    #c-header {
        line-height: 1.2rem;
    }
}

#c-header a {
    color: #fff;
    transition: 0.3s;
}

#c-header.c-style2 a {
    color: #333;
}

#c-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    #c-header .container {
        height: 1.2rem;
    }
}

#c-header .c-right-box {
    display: flex;
    align-items: center;
}

/*顶部logo*/
#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: 0.56rem;
}

@media (max-width: 991px) {
    #c-header .c-logo .c-img-box img {
        height: 0.6rem;
    }
}

#c-header .c-logo .c-img-box img:nth-child(2) {
    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;
}

/*顶部pc导航*/
#c-header .c-nav {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    #c-header .c-nav {
        display: none;
    }
}

#c-header .c-nav > li {
    position: relative;
    margin-right: 0.65rem;
}

@media (max-width: 1580px) {
    #c-header .c-nav > li {
        margin-right: 0.55rem;
    }
}

@media (max-width: 1260px) {
    #c-header .c-nav > li {
        margin-right: 0.3rem;
    }
}

#c-header .c-nav > li:last-child {
    margin-right: 0;
}

#c-header .c-nav li a {
    position: relative;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-right: 0.25rem;
    font-size: 18px;
}

@media (max-width: 1580px) {
    #c-header .c-nav li a {
        font-size: 16px;
    }
}

@media (max-width: 1260px) {
    #c-header .c-nav li a {
        font-size: 14px;
        padding-right: 0.15rem;
    }
}

#c-header .c-nav li a svg {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 45%;
    transform: rotate(90deg) translateY(-50%);
}

#c-header .c-nav li a svg path {
    fill: #fff;
}

#c-header .c-nav li:hover > a::before {
    width: 100%;
}

#c-header .c-nav ul {
    position: absolute;
    top: 99%;
    left: 50%;
    display: none;
    min-width: 1.5rem;
    line-height: 0.5rem;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#c-header .c-nav ul li {
    border-bottom: 1px solid #eee;
}

#c-header .c-nav ul li:last-child {
    border: 0;
}

#c-header .c-nav ul li a {
    color: #333;
    padding-right: 0.1rem;
    position: relative;
    white-space: nowrap;
}

@media (max-width: 1580px) {
    #c-header .c-nav ul li a {
        font-size: 14px;
        padding: 0 0.1rem;
    }
}

#c-header .c-nav ul li a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background: #1e6ac5;
    transition: 0.3s;
}

#c-header.c-style2 .c-nav li a svg path {
    fill: #999;
}

#c-header.c-style2 .c-nav li.on > a,
#c-header .c-nav li:hover > a {
    color: #1e6ac5;
}

#c-header.c-style2 .c-nav li.on > a svg path,
#c-header .c-nav li:hover > a svg path {
    fill: #1e6ac5;
}

#c-header.c-style2 .c-gn a {
    color: #fff;
}

/*顶部移动端导航*/
#c-header .c-nav2 {
    position: absolute;
    top: 1.2rem;
    left: 0;
    width: 100%;
    height: 0;
    line-height: 1rem;
    color: #333;
    background: #fff;
    overflow-y: auto;
    transition: 0.3s;
    text-align: left;
}

#c-header .c-nav2 > li:last-child {
    border-bottom: 1px solid #f1f1f1;
}

#c-header .c-nav2 li {
    padding: 0 0.5rem;
    border-top: 1px solid #f1f1f1;
}

@media (max-width: 767px) {
    #c-header .c-nav2 li {
        padding: 0 0.5rem;
    }
}

#c-header .c-nav2 li .c-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
    width: 0.3rem;
    height: 0.3rem;
}

#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
    fill: #333;
}

#c-header .c-nav2 li a {
    color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
    color: #1e6ac5;
}

#c-header .c-nav2 li ul {
    display: none;
}

.c-open #c-header .c-nav2 {
    height: calc(100vh - 1.2rem);
}

/*顶部导航开关*/
#c-header .c-switch {
    position: relative;
    display: none;
    width: 0.48rem;
    height: 0.4rem;
    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 0.3s;
}

#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;
}

body.c-open #c-header .c-switch i:nth-child(2) {
    opacity: 0;
}

body.c-open #c-header .c-switch i:nth-child(1) {
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.c-open #c-header .c-switch i:nth-child(3) {
    bottom: 50%;
    margin-bottom: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 顶部功能区 */
#c-header .c-gn {
    margin-left: 1.1rem;
    display: flex;
    align-items: center;
}

@media (max-width: 1260px) {
    #c-header .c-gn {
        margin-left: 0.4rem;
    }
}

@media (max-width: 991px) {
    #c-header .c-gn {
        display: none;
    }
}

#c-header .c-gn a {
    display: inline-flex;
    padding: 0.14rem 0.3rem;
    background-color: #1e6ac5;
    line-height: initial;
    border-radius: 100px;
    align-items: center;
}

#c-header .c-gn a svg {
    width: 22px;
    height: 22px;
    margin-right: 0.1rem;
}

#c-header .c-gn a svg path {
    fill: #fff;
}

.x-gg-a {
    min-width: 1.6rem;
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    padding: 0.14rem 0.3rem;
    border-radius: 100px;
}

.x-gg-a:hover svg {
    transform: translateX(10px);
}

.x-gg-a span {
    color: #1e6ac5;
}

.x-gg-a svg {
    width: 16px;
    height: 14px;
    margin-left: 0.2rem;
    transition: 0.3s all;
}

.x-gg-a svg path {
    fill: #1e6ac5;
}

.x-public-title .x-title {
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.05rem;
}

@media (max-width: 767px) {
    .x-public-title .x-title {
        font-size: 0.48rem;
    }
}

.x-public-title span {
    color: #666666;
}

/*首页轮播图*/
.c-home-banner .swiper-slide {
    overflow: hidden;
}

.c-home-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .c-home-banner .swiper-slide .c-pc1 {
        display: none;
    }
}

.c-home-banner .swiper-slide .c-mb1 {
    display: none;
}

@media (max-width: 767px) {
    .c-home-banner .swiper-slide .c-mb1 {
        display: block;
    }
}

.c-home-banner .swiper-slide .x-text {
    position: absolute;
    left: 13.5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

@media (min-width: 1930px) {
    .c-home-banner .swiper-slide .x-text {
        left: 22.5%;
    }
}

@media (max-width: 1580px) {
    .c-home-banner .swiper-slide .x-text {
        left: 8.5%;
    }
}

@media (max-width: 767px) {
    .c-home-banner .swiper-slide .x-text {
        text-align: center;
        width: 100%;
        left: 0;
    }
}

.c-home-banner .swiper-slide .x-text .x-title {
    font-size: 0.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 0.55rem;
}

.c-home-banner .swiper-slide .x-text .x-gg-a:hover svg {
    left: 0.1rem;
}

.c-home-banner .swiper-slide .x-text .x-gg-a svg {
    position: relative;
    left: 0;
    transform: translateX(0);
}

.c-home-banner .x-xia {
    padding-left: 13.5%;
    position: absolute;
    left: 0;
    bottom: 0.55rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 10;
    width: 100%;
}

@media (min-width: 1930px) {
    .c-home-banner .x-xia {
        padding-left: 22.5%;
    }
}

@media (max-width: 1580px) {
    .c-home-banner .x-xia {
        padding-left: 8.5%;
    }
}

@media (max-width: 767px) {
    .c-home-banner .x-xia {
        display: none;
    }
}

.c-home-banner .x-xia .x-left {
    margin-right: 0.3rem;
}

.c-home-banner .x-xia .x-left .x-sp1 {
    font-size: 0.3rem;
    color: #fff;
    line-height: 1;
}

.c-home-banner .x-xia .x-left i {
    font-style: initial;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1;
}

.c-home-banner .x-xia .x-left .x-sp2 {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1;
}

.c-home-banner .x-xia .swiper-pagination {
    position: relative;
    width: 12rem;
    margin-top: 1px;
}

@media (max-width: 1580px) {
    .c-home-banner .x-xia .swiper-pagination {
        width: 16rem;
    }
}

@media (max-width: 1380px) {
    .c-home-banner .x-xia .swiper-pagination {
        width: 15rem;
    }
}

@media (max-width: 1290px) {
    .c-home-banner .x-xia .swiper-pagination {
        width: 13.8rem;
    }
}

@media (max-width: 1260px) {
    .c-home-banner .x-xia .swiper-pagination {
        width: 10.8rem;
    }
}

@media (max-width: 991px) {
    .c-home-banner .x-xia .swiper-pagination {
        width: 70%;
    }
}

.c-home-banner .x-xia .swiper-pagination .swiper-pagination-bullet {
    width: 100%;
    height: 1px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.c-home-banner .x-xia .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    width: 100%;
    opacity: 1;
    transition: all 6s linear;
    z-index: 3;
}

.c-home-banner .x-xia .swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    width: 0;
    height: 1px;
    background: #008aff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
}

.c-home-banner .x-xia .x-right {
    display: flex;
    align-items: center;
    margin-left: 0.3rem;
    margin-top: 0.03rem;
}

.c-home-banner .x-xia .x-right .swiper-button-prev {
    background: initial;
    position: initial;
    width: auto;
    height: auto;
    opacity: 1;
    margin-top: 0;
}

.c-home-banner .x-xia .x-right .swiper-button-prev:hover svg path {
    fill: #fff;
}

.c-home-banner .x-xia .x-right .swiper-button-prev svg {
    width: 14px;
    height: 16px;
    transition: 0.3s all;
    transform: rotate(180deg);
}

.c-home-banner .x-xia .x-right .swiper-button-prev svg path {
    fill: rgba(255, 255, 255, 0.5);
}

.c-home-banner .x-xia .x-right .swiper-button-next {
    background: initial;
    position: initial;
    width: auto;
    height: auto;
    opacity: 1;
    margin-top: 0;
    margin-left: 0.3rem;
}

.c-home-banner .x-xia .x-right .swiper-button-next:hover svg path {
    fill: #fff;
}

.c-home-banner .x-xia .x-right .swiper-button-next svg {
    width: 14px;
    height: 16px;
    transition: 0.3s all;
}

.c-home-banner .x-xia .x-right .swiper-button-next svg path {
    fill: rgba(255, 255, 255, 0.5);
}

/* 底部 */
#c-footer {
    color: #fff;
    background-color: #00102e;
}

#c-footer a {
    color: #a9a9a9;
    transition: 0.3s;
}

#c-footer a:hover {
    color: #1e6ac5;
}

#c-footer .c-top-box {
    padding: 0.8rem 0;
}

@media (max-width: 767px) {
    #c-footer .c-top-box {
        padding: 1rem 0 1.2rem;
    }
}

#c-footer .c-top-box .container2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 991px) {
    #c-footer .c-top-box .container2 .x-left {
        width: 100%;
    }
}

#c-footer .c-top-box .container2 .x-left .x-logo {
    display: inline-block;
    width: auto;
    height: 50px;
}

@media (max-width: 1580px) {
    #c-footer .c-top-box .container2 .x-left .x-logo {
        height: 46px;
    }
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container2 .x-left .x-logo {
        height: 0.7rem;
    }
}

#c-footer .c-top-box .container2 .x-left .x-logo svg {
    width: auto;
    height: 100%;
    object-fit: contain;
}

#c-footer .c-top-box .container2 .x-left .x-ewm {
    display: flex;
    justify-content: flex-start;
    margin-top: 0.8rem;
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container2 .x-left .x-ewm {
        margin-top: 0.4rem;
    }
}

#c-footer .c-top-box .container2 .x-left .x-ewm .x-ewem {
    margin-right: 0.2rem;
}

#c-footer .c-top-box .container2 .x-left .x-ewm .x-ewem:last-child {
    margin-right: 0;
}

#c-footer .c-top-box .container2 .x-left .x-ewm .x-ewem .x-img {
    width: 1rem;
    height: 1rem;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

@media (max-width: 1580px) {
    #c-footer .c-top-box .container2 .x-left .x-ewm .x-ewem .x-img {
        width: 1.2rem;
        height: 1.2rem;
    }
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container2 .x-left .x-ewm .x-ewem .x-img {
        width: 1.6rem;
        height: 1.6rem;
    }
}

#c-footer .c-top-box .container2 .x-left .x-ewm .x-ewem .x-img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    animation: myfirst 2s linear 0.1s infinite alternate;
    -webkit-animation: myfirst 2s linear 0.1s infinite alternate;
    opacity: 0.5;
}

#c-footer .c-top-box .container2 .x-left .x-ewm .x-ewem .x-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#c-footer .c-top-box .container2 .x-left .x-ewm .x-ewem p {
    margin-top: 0.2rem;
    text-align: center;
    font-size: 14px;
    color: #6b8db2;
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container2 .x-left .x-ewm .x-ewem p {
        font-size: 0.28rem;
    }
}

#c-footer .c-top-box .container2 .x-right {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 72.85%;
}

@media (max-width: 991px) {
    #c-footer .c-top-box .container2 .x-right {
        display: none;
    }
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container2 .x-right {
        width: 100%;
        display: flex;
    }
}

#c-footer .c-top-box .container2 .c-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.2rem;
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container2 .c-title-box {
        padding: 0.3rem 0;
        border-bottom: 1px solid #666;
    }
}

#c-footer .c-top-box .container2 .c-title-box .c-title {
    color: #fff;
    font-size: 18px;
}

@media (max-width: 1260px) {
    #c-footer .c-top-box .container2 .c-title-box .c-title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container2 .c-title-box .c-title {
        font-size: 0.28rem;
    }
}

#c-footer .c-top-box .container2 .c-title-box a {
    color: #fff;
}

#c-footer .c-top-box .container2 .c-title-box a:hover {
    color: #1e6ac5;
}

#c-footer .c-top-box .container2 .c-title-box img,
#c-footer .c-top-box .container2 .c-title-box svg {
    display: none;
    transition: 0.3s;
    width: 0.3rem;
    height: 0.3rem;
}

#c-footer .c-top-box .container2 .c-title-box img path,
#c-footer .c-top-box .container2 .c-title-box svg path {
    fill: #fff;
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container2 .c-title-box img,
    #c-footer .c-top-box .container2 .c-title-box svg {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container2 .c-list-box {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container2 .c-list-box .c-list {
        padding-top: 0.2rem;
        display: none;
    }
}

#c-footer .c-top-box .container2 .c-list-box .c-list li {
    padding-bottom: 0.05rem;
}

#c-footer .c-top-box .container2 .c-list-box .c-list li:last-child {
    padding-bottom: 0;
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container2 .c-list-box .c-list li:last-child {
        padding-bottom: 0.2rem;
    }
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container2 .c-list-box .c-list li {
        padding-bottom: 0.2rem;
    }
}

#c-footer .c-top-box .container2 .c-list-box .c-list li a {
    font-size: 14px;
    color: #6b8db2;
    transition: 0.3s all;
}

#c-footer .c-top-box .container2 .c-list-box .c-list li a:hover {
    color: #fff;
}

#c-footer .c-top-box .container2 .c-list-box.on .c-title-box img,
#c-footer .c-top-box .container2 .c-list-box.on .c-title-box svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container2 .c-list-box.on .c-title-box img,
    #c-footer .c-top-box .container2 .c-list-box.on .c-title-box svg {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container2 .c-text-box {
        padding-top: 0.2rem;
    }
}

#c-footer .c-top-box .container2 .c-text-box p {
    padding-bottom: 0.1rem;
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container2 .c-text-box p {
        padding-bottom: 0.2rem;
    }
}

#c-footer .c-top-box .container2 .c-ico {
    display: flex;
    align-items: center;
}

#c-footer .c-top-box .container2 .c-ico a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.1rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    background: #33444f;
    transition: 0.3s;
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container2 .c-ico a {
        width: 0.6rem;
        height: 0.6rem;
    }
}

#c-footer .c-top-box .container2 .c-ico a img,
#c-footer .c-top-box .container2 .c-ico a svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 767px) {
    #c-footer .c-top-box .container2 .c-ico a img,
    #c-footer .c-top-box .container2 .c-ico a svg {
        width: 0.3rem;
        height: 0.3rem;
    }
}

#c-footer .c-top-box .container2 .c-ico a img path,
#c-footer .c-top-box .container2 .c-ico a svg path {
    fill: #fff;
}

#c-footer .c-top-box .container2 .c-ico a:hover {
    background: #1e6ac5;
}

#c-footer .c-bottom-box {
    padding: 0.25rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #7f7f7f;
}

@media (max-width: 767px) {
    #c-footer .c-bottom-box {
        padding: 0.6rem 0;
    }
}

#c-footer .c-bottom-box .container2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}

#c-footer .c-bottom-box .container2 a {
    color: rgba(255, 255, 255, 0.4);
}

#c-footer .c-bottom-box .container2 a:hover {
    color: #1e6ac5;
}

#c-footer .c-bottom-box .container2 .c-copyright {
    word-wrap: break-word;
    word-break: break-all;
}

#c-footer .c-bottom-box .container2 .c-support a {
    font-size: 14px;
}

#c-footer .c-bottom-box .container2 .c-support span {
    display: inline-block;
    margin: 0 0.05rem 0 0.1rem;
}

#c-footer .c-bottom-box .container2 .c-support span:last-child {
    display: none;
}

.x-index1 {
    padding: 1rem 0;
    background-color: #fcfcfc;
    position: relative;
}

.x-index1 #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .x-index1 {
        padding: 1.2rem 0;
    }
}

.x-index1 .container2 {
    position: relative;
    z-index: 5;
}

.x-index1 .container2 .x-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}

@media (max-width: 767px) {
    .x-index1 .container2 .x-top .x-right {
        width: 100%;
        margin-top: 0.4rem;
    }
}

.x-index1 .container2 .x-top .x-right a {
    display: inline-block;
    color: #666666;
    font-size: 20px;
    position: relative;
    transition: 0.3s all;
    padding-bottom: 0.18rem;
    margin-left: 0.35rem;
}

@media (max-width: 991px) {
    .x-index1 .container2 .x-top .x-right a {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .x-index1 .container2 .x-top .x-right a {
        font-size: 0.32rem;
        margin-left: 0;
        margin-right: 0.2rem;
    }
}

.x-index1 .container2 .x-top .x-right a.on {
    font-weight: bold;
    color: #1e6ac5;
}

.x-index1 .container2 .x-top .x-right a.on::before {
    width: 100%;
    opacity: 1;
}

.x-index1 .container2 .x-top .x-right a::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #1e6ac5;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s all;
    opacity: 0;
}

.x-index1 .container2 .x-xia {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.4rem;
    display: none;
}

.x-index1 .container2 .x-xia.on {
    display: flex;
}

.x-index1 .container2 .x-xia .x-left {
    width: 48.57%;
    background-color: #f5f5f5;
}

@media (max-width: 767px) {
    .x-index1 .container2 .x-xia .x-left {
        width: 100%;
    }
}

.x-index1 .container2 .x-xia .x-left a {
    display: block;
    padding: 0.6rem;
}

@media (max-width: 991px) {
    .x-index1 .container2 .x-xia .x-left a {
        padding: 0.4rem;
    }
}

.x-index1 .container2 .x-xia .x-left a:hover .public-img img {
    transform: scale(1.1);
}

.x-index1 .container2 .x-xia .x-left a span {
    color: #666666;
}

.x-index1 .container2 .x-xia .x-left a .x-title {
    font-size: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0.25rem 0 0.05rem 0;
}

@media (max-width: 1580px) {
    .x-index1 .container2 .x-xia .x-left a .x-title {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .x-index1 .container2 .x-xia .x-left a .x-title {
        font-size: 16px;
    }
}

.x-index1 .container2 .x-xia .x-left a .x-p {
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3em;
}

.x-index1 .container2 .x-xia .x-left a .x-gg-a {
    border: 1px solid #1e6ac5;
    background-color: transparent;
    margin: 0.35rem 0 0.4rem 0;
}

.x-index1 .container2 .x-xia .x-left a .x-gg-a span {
    font-size: 14px;
    color: #1e6ac5;
}

.x-index1 .container2 .x-xia .x-left a .public-img::before {
    padding-top: 57.14%;
}

.x-index1 .container2 .x-xia .x-left a .public-img img {
    transition: 0.5s all;
}

.x-index1 .container2 .x-xia .x-right {
    width: 50%;
}

@media (max-width: 767px) {
    .x-index1 .container2 .x-xia .x-right {
        width: 100%;
        margin-top: 0.3rem;
    }
}

.x-index1 .container2 .x-xia .x-right .x-a a {
    display: block;
    padding: 0.1rem 0 0.1rem 0;
    border-top: 1px solid #e5e5e5;
    position: relative;
}

.x-index1 .container2 .x-xia .x-right .x-a a:last-child {
    border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
    .x-index1 .container2 .x-xia .x-right .x-a a:last-child {
        display: none;
    }
}

.x-index1 .container2 .x-xia .x-right .x-a a:hover::before {
    width: 100%;
    opacity: 1;
}

.x-index1 .container2 .x-xia .x-right .x-a a:hover .x-tit .x-title {
    color: #1e6ac5;
}

.x-index1 .container2 .x-xia .x-right .x-a a:hover .x-p p::before {
    height: 100%;
    opacity: 1;
}

.x-index1 .container2 .x-xia .x-right .x-a a:hover .x-p svg {
    opacity: 1;
}

.x-index1 .container2 .x-xia .x-right .x-a a::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #1e6ac5;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s all;
    opacity: 0;
}

.x-index1 .container2 .x-xia .x-right .x-a a .x-tit {
    display: flex;
    justify-content: space-between;
    margin-top: 0.1rem;
}

@media (max-width: 991px) {
    .x-index1 .container2 .x-xia .x-right .x-a a .x-tit {
        margin-top: 0.2rem;
    }
}

.x-index1 .container2 .x-xia .x-right .x-a a .x-tit .x-title {
    width: 85%;
    color: #000;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    padding-left: 0.3rem;
    transition: 0.3s all;
    height: 3em;
}

@media (max-width: 1580px) {
    .x-index1 .container2 .x-xia .x-right .x-a a .x-tit .x-title {
        font-size: 18px;
        width: 87%;
    }
}

@media (max-width: 991px) {
    .x-index1 .container2 .x-xia .x-right .x-a a .x-tit .x-title {
        font-size: 16px;
    }
}

.x-index1 .container2 .x-xia .x-right .x-a a .x-tit .x-title::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #999999;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.3s all;
}

.x-index1 .container2 .x-xia .x-right .x-a a .x-tit span {
    width: 46px;
    flex-shrink: 0;
    color: #666666;
}

.x-index1 .container2 .x-xia .x-right .x-a a .x-p {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0.3rem;
}

.x-index1 .container2 .x-xia .x-right .x-a a .x-p p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 3em;
    width: 93.5%;
    padding-right: 0.5rem;
    color: #666666;
    position: relative;
    height: 1.5em;
}

.x-index1 .container2 .x-xia .x-right .x-a a .x-p p::before {
    content: "";
    width: 1px;
    height: 0;
    background-color: #e5e5e5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s all;
    opacity: 0;
}

.x-index1 .container2 .x-xia .x-right .x-a a .x-p svg {
    width: 16px;
    height: 14px;
    transition: 0.3s all;
    opacity: 0;
}

.x-index1 .container2 .x-xia .x-right .x-a a .x-p svg path {
    fill: #1e6ac5;
}

.x-index1 .container2 .x-xia .x-right .x-x-a {
    text-align: right;
}

.x-index1 .container2 .x-xia .x-right .x-x-a .x-gg-a {
    padding: 0.35rem 0 0 0;
    min-width: initial;
}

.x-index2 {
    background-color: #f5f5f5;
    padding: 1rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.x-index2 .container2 .x-xia {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    margin-top: 0.35rem;
}

.x-index2 .container2 .x-xia .x-left {
    width: 28.57%;
    max-height: 6.6rem;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-right: none;
}

@media (max-width: 1580px) {
    .x-index2 .container2 .x-xia .x-left {
        max-height: 8rem;
    }
}

@media (max-width: 991px) {
    .x-index2 .container2 .x-xia .x-left {
        width: 31.57%;
    }
}

@media (max-width: 767px) {
    .x-index2 .container2 .x-xia .x-left {
        width: 100%;
    }
}

.x-index2 .container2 .x-xia .x-left .swiper-container {
    height: 6.6rem;
}

@media (max-width: 1580px) {
    .x-index2 .container2 .x-xia .x-left .swiper-container {
        height: 8rem;
    }
}

@media (max-width: 767px) {
    .x-index2 .container2 .x-xia .x-left .swiper-container {
        height: 100%;
    }
}

.x-index2 .container2 .x-xia .x-left ul {
    padding-top: 0.35rem;
}

.x-index2 .container2 .x-xia .x-left ul li {
    padding: 0 0.4rem 0 0.3rem;
    margin-bottom: 0.22rem;
    height: auto !important;
    cursor: pointer;
}

.x-index2 .container2 .x-xia .x-left ul li:last-child {
    margin-bottom: 0;
}

.x-index2 .container2 .x-xia .x-left ul li.swiper-slide-active {
    background-color: #f8f8f8;
    padding: 0.2rem 0.4rem 0.2rem 0.3rem;
}

@media (max-width: 767px) {
    .x-index2 .container2 .x-xia .x-left ul li.swiper-slide-active {
        background-color: #fff;
    }
}

.x-index2 .container2 .x-xia .x-left ul li.swiper-slide-active .x-tit svg path {
    fill: #1e6ac5;
}

.x-index2 .container2 .x-xia .x-left ul li.swiper-slide-active .x-tit .x-title {
    color: #1e6ac5;
    font-weight: bold;
}

.x-index2 .container2 .x-xia .x-left ul li.swiper-slide-active .x-p {
    display: block;
}

.x-index2 .container2 .x-xia .x-left ul li .x-tit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.x-index2 .container2 .x-xia .x-left ul li .x-tit svg {
    width: 30px;
    height: 30px;
}

.x-index2 .container2 .x-xia .x-left ul li .x-tit svg path {
    fill: #676767;
}

.x-index2 .container2 .x-xia .x-left ul li .x-tit .x-title {
    font-size: 18px;
    color: #676767;
    margin-left: 0.2rem;
}

@media (max-width: 1580px) {
    .x-index2 .container2 .x-xia .x-left ul li .x-tit .x-title {
        font-size: 16px;
    }
}

.x-index2 .container2 .x-xia .x-left ul li .x-p {
    display: none;
}

.x-index2 .container2 .x-xia .x-left ul li .x-p p {
    color: #676767;
    margin: 0.1rem 0 0.2rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3em;
}

.x-index2 .container2 .x-xia .x-right {
    width: 71.43%;
}

@media (max-width: 991px) {
    .x-index2 .container2 .x-xia .x-right {
        width: 68.43%;
    }
}

@media (max-width: 767px) {
    .x-index2 .container2 .x-xia .x-right {
        width: 100%;
        order: -1;
    }
}

.x-index2 .container2 .x-xia .x-right .x-img {
    width: 100%;
    height: 6.6rem;
    display: none;
}

@media (max-width: 1580px) {
    .x-index2 .container2 .x-xia .x-right .x-img {
        height: 8rem;
    }
}

@media (max-width: 767px) {
    .x-index2 .container2 .x-xia .x-right .x-img {
        height: 4.6rem;
    }
}

.x-index2 .container2 .x-xia .x-right .x-img.on {
    display: block;
}

.x-index2 .container2 .x-xia .x-right .x-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.x-index3 .x-con {
    position: relative;
}

.x-index3 .x-con .x-video {
    width: 100%;
    height: 6.4rem;
}

@media (max-width: 767px) {
    .x-index3 .x-con .x-video {
        height: 7.4rem;
    }
}

.x-index3 .x-con .x-video::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.x-index3 .x-con .x-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.x-index3 .x-con .x-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.x-index3 .x-con .x-p {
    font-size: 0.4rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0;
    top: 1.3rem;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .x-index3 .x-con .x-p {
        font-size: 0.36rem;
        padding: 0 0.4rem;
        line-height: 1.4;
    }
}

.x-index3 .x-con .x-bf {
    position: absolute;
    left: 50%;
    top: 2.9rem;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 767px) {
    .x-index3 .x-con .x-bf {
        top: 3.9rem;
    }
}

.x-index3 .x-con .x-bf img {
    width: 0.86rem;
    height: 0.86rem;
    object-fit: contain;
    margin: 0 auto;
}

.x-index3 .x-con .x-bf p {
    color: #fff;
    margin-top: 0.1rem;
}

.x-index4 {
    margin-top: -1rem;
    position: relative;
    z-index: 15;
}

.x-index4 .container2 {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 0.45rem 0.6rem 0.45rem;
}

@media (max-width: 767px) {
    .x-index4 .container2 {
        flex-wrap: wrap;
        padding: 0.4rem;
    }
}

.x-index4 .container2 .x-p {
    width: 75%;
    text-align: justify;
}

@media (max-width: 767px) {
    .x-index4 .container2 .x-p {
        width: 100%;
        margin-top: 0.4rem;
    }
}

.x-index4 .container2 .x-p p {
    color: #666666;
    line-height: 1.7;
}

.x-index4 .container2 .x-p .x-gg-a {
    min-width: initial;
    padding: 0;
    margin-top: 0.25rem;
}

.x-index-a4 {
    background-color: #f5f5f5;
}

.x-index5 {
    background-color: #f5f5f5;
    padding: 1rem 0 0.6rem 0;
}

@media (max-width: 991px) {
    .x-index5 {
        overflow: hidden;
    }
}

.x-index5 .container2 .x-top {
    position: relative;
}

.x-index5 .container2 .x-top .x-img {
    width: 100%;
    height: 48px;
}

@media (max-width: 991px) {
    .x-index5 .container2 .x-top .x-img {
        width: 138%;
        position: relative;
        left: -19%;
    }
}

@media (max-width: 767px) {
    .x-index5 .container2 .x-top .x-img {
        display: none;
    }
}

.x-index5 .container2 .x-top .x-img path {
    fill: #1e6ac5;
}

.x-index5 .container2 .x-top .x-p {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.x-index5 .container2 .x-top .x-p.on .x-img2 {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .x-index5 .container2 .x-top .x-p {
        position: initial;
        transform: initial;
    }
}

.x-index5 .container2 .x-top .x-p p {
    color: #1e6ac5;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

@media (max-width: 1580px) {
    .x-index5 .container2 .x-top .x-p p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .x-index5 .container2 .x-top .x-p p {
        font-size: 0.32rem;
    }
}

.x-index5 .container2 .x-top .x-p .x-img2 {
    width: 20px;
    height: 20px;
    border: 1px solid #1e6ac5;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0.1rem;
    transition: 0.3s all;
}

@media (max-width: 767px) {
    .x-index5 .container2 .x-top .x-p .x-img2 {
        width: 0.4rem;
        height: 0.4rem;
    }
}

.x-index5 .container2 .x-top .x-p .x-img2 svg {
    width: 10px;
    height: 10px;
    transform: rotate(90deg);
}

@media (max-width: 767px) {
    .x-index5 .container2 .x-top .x-p .x-img2 svg {
        width: 0.18rem;
        height: 0.18rem;
    }
}

.x-index5 .container2 .x-top .x-p .x-img2 svg path {
    fill: #1e6ac5;
}

.x-index5 .container2 .x-xia {
    position: relative;
    margin: 0.6rem 0 0 0;
}

@media (max-width: 991px) {
    .x-index5 .container2 .x-xia {
        border: 1px solid #dcdcdc;
    }
}

@media (max-width: 767px) {
    .x-index5 .container2 .x-xia {
        margin: 0.3rem 0 0rem;
    }
}

.x-index5 .container2 .x-xia svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .x-index5 .container2 .x-xia svg {
        display: none;
    }
}

.x-index5 .container2 .x-xia ul {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 0.3rem;
}

@media (max-width: 767px) {
    .x-index5 .container2 .x-xia ul {
        overflow-x: auto;
        justify-content: flex-start;
        padding: 0.2rem;
    }
}

.x-index5 .container2 .x-xia ul li {
    margin-right: 0.7rem;
    cursor: pointer;
}

@media (max-width: 767px) {
    .x-index5 .container2 .x-xia ul li {
        flex: none;
    }
}

.x-index5 .container2 .x-xia ul li.on p {
    font-size: 20px;
    font-weight: bold;
    color: #1e6ac5;
}

@media (max-width: 1580px) {
    .x-index5 .container2 .x-xia ul li.on p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .x-index5 .container2 .x-xia ul li.on p {
        font-size: 0.3rem;
    }
}

.x-index5 .container2 .x-xia ul li.on p::before {
    width: 100%;
    opacity: 1;
}

.x-index5 .container2 .x-xia ul li:last-child {
    margin-right: 0;
}

.x-index5 .container2 .x-xia ul li p {
    font-size: 18px;
    color: #000;
    position: relative;
    padding-bottom: 0.25rem;
}

@media (max-width: 1580px) {
    .x-index5 .container2 .x-xia ul li p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .x-index5 .container2 .x-xia ul li p {
        font-size: 0.28rem;
        padding-bottom: 0.1rem;
    }
}

.x-index5 .container2 .x-xia ul li p::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #1e6ac5;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: 0.5s all;
    opacity: 0;
}

.x-index5 .container2 .x-xia .x-x-box {
    padding: 0.2rem 0.1rem 0.2rem 0.1rem;
    position: relative;
    z-index: 10;
}

@media (max-width: 1580px) {
    .x-index5 .container2 .x-xia .x-x-box {
        padding: 0.2rem 0.1rem 0rem 0.1rem;
    }
}

@media (max-width: 767px) {
    .x-index5 .container2 .x-xia .x-x-box {
        padding: 0.45rem 0.1rem 0.45rem 0.1rem;
    }
}

.x-index5 .container2 .x-xia .x-x-box .x-a {
    text-align: center;
    display: none;
    max-height: 70px;
    overflow-y: auto;
}

@media (max-width: 1580px) {
    .x-index5 .container2 .x-xia .x-x-box .x-a {
        max-height: 70px;
    }
}

@media (max-width: 1260px) {
    .x-index5 .container2 .x-xia .x-x-box .x-a {
        max-height: 26px;
    }
}

@media (max-width: 991px) {
    .x-index5 .container2 .x-xia .x-x-box .x-a {
        max-height: initial;
        overflow-y: initial;
    }
}

.x-index5 .container2 .x-xia .x-x-box .x-a::-webkit-scrollbar {
    width: 3px;
}

.x-index5 .container2 .x-xia .x-x-box .x-a::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 2px;
}

.x-index5 .container2 .x-xia .x-x-box .x-a::-webkit-scrollbar-thumb {
    background: #004ea2;
    border-radius: 25px;
}

.x-index5 .container2 .x-xia .x-x-box .x-a::-webkit-scrollbar-corner {
    background: #004ea2;
}

.x-index5 .container2 .x-xia .x-x-box .x-a.on {
    display: block;
}

.x-index5 .container2 .x-xia .x-x-box .x-a a {
    display: inline-block;
    color: #666666;
    margin-right: 0.6rem;
    transition: 0.3s all;
}

@media (max-width: 767px) {
    .x-index5 .container2 .x-xia .x-x-box .x-a a {
        margin-right: 0;
        width: 100%;
    }
}

.x-index5 .container2 .x-xia .x-x-box .x-a a:hover {
    color: #004ea2;
}

.x-index5 .container2 .x-xia .x-x-box .x-a a:last-child {
    margin-right: 0;
}

.x-index5 .container2 .x-form-box {
    margin-top: 0.6rem;
}

@media (max-width: 767px) {
    .x-index5 .container2 .x-form-box {
        margin-top: 0.4rem;
    }
}

.x-index5 .container2 .x-form-box .x-form {
    display: flex;
    justify-content: space-between;
    height: 0.6rem;
    width: 10rem;
    margin: 0 auto;
    background-color: #fff;
}

@media (max-width: 1580px) {
    .x-index5 .container2 .x-form-box .x-form {
        height: 0.7rem;
    }
}

@media (max-width: 767px) {
    .x-index5 .container2 .x-form-box .x-form {
        width: 100%;
        height: 0.8rem;
    }
}

.x-index5 .container2 .x-form-box .x-form input {
    width: 94%;
    height: 100%;
    padding: 0 0.2rem;
    color: #999999;
}

@media (max-width: 1580px) {
    .x-index5 .container2 .x-form-box .x-form input {
        width: 92%;
    }
}

@media (max-width: 767px) {
    .x-index5 .container2 .x-form-box .x-form input {
        width: 85%;
    }
}

.x-index5 .container2 .x-form-box .x-form input::placeholder {
    color: #999999;
}

.x-index5 .container2 .x-form-box .x-form button {
    width: 6%;
    height: 100%;
    background-color: #1e6ac5;
}

@media (max-width: 1580px) {
    .x-index5 .container2 .x-form-box .x-form button {
        width: 8%;
    }
}

@media (max-width: 767px) {
    .x-index5 .container2 .x-form-box .x-form button {
        width: 15%;
    }
}

.x-index5 .container2 .x-form-box .x-form button svg {
    width: 22px;
    height: 16px;
}

@media (max-width: 1580px) {
    .x-index5 .container2 .x-form-box .x-form button svg {
        width: 18px;
        height: 14px;
    }
}

@keyframes myfirst {
    0% {
        top: 100%;
        background: url('../images/x-bjtp.png') no-repeat;
    }
    100% {
        top: 0;
        background: url('../images/x-bjtp.png') no-repeat;
    }
}

@-webkit-keyframes myfirst {
    /* Safari and Chrome */
    0% {
        top: 100%;
        background: url('../images/x-bjtp.png') no-repeat;
    }
    100% {
        top: 0;
        background: url('../images/x-bjtp.png') no-repeat;
    }
}

.x-bread1 {
    padding: 0.3rem 0;
}

.x-bread1 .container a {
    color: #cccccc;
    display: inline-block;
}

.x-bread1 .container a.on {
    color: #666666;
}

.x-bread1 .container span {
    color: #ccc;
    display: inline-block;
    margin: 0 0.08rem 0 0.1rem;
}

.x-bread1 .container span:last-child {
    display: none;
}

.x-news-info1 {
    padding: 0.5rem 0 1rem 0;
}

@media (max-width: 767px) {
    .x-news-info1 {
        padding-bottom: 1.2rem;
    }
}

.x-news-info1 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.x-news-info1 .container .x-left {
    width: 71.25%;
}

@media (max-width: 991px) {
    .x-news-info1 .container .x-left {
        width: 100%;
    }
}

.x-news-info1 .container .x-left .x-top {
    padding-bottom: 0.35rem;
    border-bottom: 1px solid #e2e2e2;
}

.x-news-info1 .container .x-left .x-top .x-title {
    font-size: 0.3rem;
    color: #1e6ac5;
}

@media (max-width: 1580px) {
    .x-news-info1 .container .x-left .x-top .x-title {
        font-size: 0.36rem;
    }
}

@media (max-width: 767px) {
    .x-news-info1 .container .x-left .x-top .x-title {
        font-size: 0.38rem;
    }
}

.x-news-info1 .container .x-left .x-top .x-sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.1rem;
}

.x-news-info1 .container .x-left .x-top .x-sp .x-p span {
    display: inline-block;
    margin-right: 0.4rem;
    color: #666666;
}

.x-news-info1 .container .x-left .x-top .x-sp p {
    display: inline-block;
    color: #666666;
}

.x-news-info1 .container .x-left .x-bjq {
    padding: 0.55rem 0;
    border-bottom: 1px solid #e2e2e2;
    text-align: justify;
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
}

.x-news-info1 .container .x-left .x-bjq.x-zq1 p,
.x-news-info1 .container .x-left .x-bjq.x-zq1 h1,
.x-news-info1 .container .x-left .x-bjq.x-zq1 h2,
.x-news-info1 .container .x-left .x-bjq.x-zq1 h3,
.x-news-info1 .container .x-left .x-bjq.x-zq1 h4,
.x-news-info1 .container .x-left .x-bjq.x-zq1 h5,
.x-news-info1 .container .x-left .x-bjq.x-zq1 h6,
.x-news-info1 .container .x-left .x-bjq.x-zq1 span,
.x-news-info1 .container .x-left .x-bjq.x-zq1 strong,
.x-news-info1 .container .x-left .x-bjq.x-zq1 b,
.x-news-info1 .container .x-left .x-bjq.x-zq1 i {
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
    margin-top: 15px !important;
}

.x-news-info1 .container .x-left .x-bjq.x-zq1 span {
    display: inline-block !important;
}

.x-news-info1 .container .x-left .x-bjq.x-zq1 p,
.x-news-info1 .container .x-left .x-bjq.x-zq1 span,
.x-news-info1 .container .x-left .x-bjq.x-zq1 strong,
.x-news-info1 .container .x-left .x-bjq.x-zq1 b,
.x-news-info1 .container .x-left .x-bjq.x-zq1 i {
    font-size: 18px !important;
}

@media (max-width: 767px) {
    .x-news-info1 .container .x-left .x-bjq.x-zq1 p,
    .x-news-info1 .container .x-left .x-bjq.x-zq1 h1,
    .x-news-info1 .container .x-left .x-bjq.x-zq1 h2,
    .x-news-info1 .container .x-left .x-bjq.x-zq1 h3,
    .x-news-info1 .container .x-left .x-bjq.x-zq1 h4,
    .x-news-info1 .container .x-left .x-bjq.x-zq1 h5,
    .x-news-info1 .container .x-left .x-bjq.x-zq1 span,
    .x-news-info1 .container .x-left .x-bjq.x-zq1 strong {
        font-size: 0.28rem !important;
        line-height: 1.7 !important;
    }
}

.x-news-info1 .container .x-left .x-bjq.x-zh1 p,
.x-news-info1 .container .x-left .x-bjq.x-zh1 h1,
.x-news-info1 .container .x-left .x-bjq.x-zh1 h2,
.x-news-info1 .container .x-left .x-bjq.x-zh1 h3,
.x-news-info1 .container .x-left .x-bjq.x-zh1 h4,
.x-news-info1 .container .x-left .x-bjq.x-zh1 h5,
.x-news-info1 .container .x-left .x-bjq.x-zh1 h6,
.x-news-info1 .container .x-left .x-bjq.x-zh1 span,
.x-news-info1 .container .x-left .x-bjq.x-zh1 strong,
.x-news-info1 .container .x-left .x-bjq.x-zh1 b,
.x-news-info1 .container .x-left .x-bjq.x-zh1 i {
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
}

.x-news-info1 .container .x-left .x-aa {
    padding-top: 0.2rem;
}

.x-news-info1 .container .x-left .x-aa a {
    color: #333;
    transition: 0.3s all;
    font-size: 18px;
}

.x-news-info1 .container .x-left .x-aa a:hover {
    color: #004ea2;
}

.x-news-info1 .container .x-left .x-fenx {
    padding: 0.55rem 0 0.6rem 0;
    border-bottom: 1px solid #e2e2e2;
}

.x-news-info1 .container .x-left .x-fenx p {
    font-size: 24px;
    color: #000;
    text-align: center;
    margin-bottom: 0.3rem;
}

@media (max-width: 1580px) {
    .x-news-info1 .container .x-left .x-fenx p {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .x-news-info1 .container .x-left .x-fenx p {
        font-size: 0.3rem;
    }
}

.x-news-info1 .container .x-left .x-fenx .bshare-custom {
    display: flex;
    justify-content: center;
}

.x-news-info1 .container .x-left .x-fenx .bshare-custom a {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 100%;
    background-color: #e2e2e2;
    background-image: initial;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: 0.3s all;
    margin: 0 0.2rem;
}

@media (max-width: 767px) {
    .x-news-info1 .container .x-left .x-fenx .bshare-custom a {
        width: 0.8rem;
        height: 0.8rem;
    }
}

.x-news-info1 .container .x-left .x-fenx .bshare-custom a:hover {
    background-color: #1e6ac5;
    opacity: 1;
}

.x-news-info1 .container .x-left .x-fenx .bshare-custom a img {
    width: 22px;
    height: 18px;
    object-fit: contain;
    pointer-events: none;
}

@media (max-width: 767px) {
    .x-news-info1 .container .x-left .x-fenx .bshare-custom a img {
        width: 0.4rem;
        height: 0.38rem;
    }
}

.x-news-info1 .container .x-left .x-xia {
    display: flex;
    justify-content: space-between;
    margin-top: 0.4rem;
}

.x-news-info1 .container .x-left .x-xia a {
    display: inline-flex;
    font-size: 18px;
    color: #999999;
    align-items: center;
    transition: 0.3s all;
}

@media (max-width: 1580px) {
    .x-news-info1 .container .x-left .x-xia a {
        font-size: 16px;
    }
}

.x-news-info1 .container .x-left .x-xia a:hover {
    color: #004ea2;
}

.x-news-info1 .container .x-left .x-xia a:hover svg path {
    fill: #004ea2;
}

.x-news-info1 .container .x-left .x-xia a:nth-of-type(1) svg {
    margin-right: 0.2rem;
    margin-left: 0;
    transform: rotate(180deg);
}

.x-news-info1 .container .x-left .x-xia a svg {
    width: 16px;
    height: 14px;
    margin-left: 0.2rem;
}

.x-news-info1 .container .x-left .x-xia a svg path {
    fill: #999999;
    transition: 0.3s all;
}

.x-news-info1 .container .x-right {
    width: 22.5%;
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
}

@media (max-width: 1260px) {
    .x-news-info1 .container .x-right {
        width: 25.5%;
    }
}

@media (max-width: 991px) {
    .x-news-info1 .container .x-right {
        width: 100%;
        position: initial;
        margin-top: 0.4rem;
    }
}

@media (max-width: 767px) {
    .x-news-info1 .container .x-right {
        margin-top: 0.8rem;
    }
}

.x-news-info1 .container .x-right .x-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.x-news-info1 .container .x-right .x-top .x-title {
    font-size: 0.3rem;
    color: #000;
}

@media (max-width: 1580px) {
    .x-news-info1 .container .x-right .x-top .x-title {
        font-size: 0.36rem;
    }
}

@media (max-width: 767px) {
    .x-news-info1 .container .x-right .x-top .x-title {
        font-size: 0.38rem;
    }
}

.x-news-info1 .container .x-right .x-top .x-gg-a {
    padding: 0;
    min-width: initial;
}

.x-news-info1 .container .x-right .x-top .x-gg-a span {
    font-size: 18px;
}

@media (max-width: 1580px) {
    .x-news-info1 .container .x-right .x-top .x-gg-a span {
        font-size: 16px;
    }
}

.x-news-info1 .container .x-right .x-a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0.1rem 0.4rem 0 0.4rem;
    margin-top: 0.25rem;
}

.x-news-info1 .container .x-right .x-a a {
    display: block;
    padding: 0.25rem 0;
    border-bottom: 1px solid #e2e2e2;
}

.x-news-info1 .container .x-right .x-a a:hover .x-title {
    color: #1e6ac5;
}

.x-news-info1 .container .x-right .x-a a:last-child {
    border-bottom: none;
}

.x-news-info1 .container .x-right .x-a a .x-title {
    font-size: 18px;
    color: #000;
    margin-bottom: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: 0.3s all;
}

@media (max-width: 1580px) {
    .x-news-info1 .container .x-right .x-a a .x-title {
        font-size: 16px;
    }
}

.x-news-info1 .container .x-right .x-a a span {
    color: #999999;
}

.bsBox {
    box-sizing: initial;
}

.x-banner1 .x-con {
    position: relative;
}

.x-banner1 .x-con .x-bread1 {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
}

@media (max-width: 1580px) {
    .x-banner1 .x-con .x-bread1 {
        top: 80px;
    }
}

@media (max-width: 767px) {
    .x-banner1 .x-con .x-bread1 {
        top: 60px;
    }
}

.x-banner1 .x-con .x-bread1 a {
    color: rgba(255, 255, 255, 0.3);
}

.x-banner1 .x-con .x-bread1 a.on {
    color: #fff;
}

.x-banner1 .x-con .x-bread1 span {
    color: rgba(255, 255, 255, 0.3);
}

.x-banner1 .x-con .x-img {
    width: 100%;
}

.x-banner1 .x-con .x-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .x-banner1 .x-con .x-img img:nth-of-type(1) {
        display: none;
    }
}

.x-banner1 .x-con .x-img img:nth-of-type(2) {
    display: none;
}

@media (max-width: 767px) {
    .x-banner1 .x-con .x-img img:nth-of-type(2) {
        display: block;
    }
}

.x-banner1 .x-con .x-tit {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.x-banner1 .x-con .x-tit .x-title {
    font-size: 0.6rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.x-banner1 .x-con .x-tit .x-svg {
    width: 100%;
    text-align: center;
    transform: translateY(10%);
}

.x-banner1 .x-con .x-tit .x-svg svg {
    width: 4.8rem;
}

.x-banner1 .x-con .x-tit span {
    display: block;
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-top: 0.1rem;
    text-transform: uppercase;
}

@media (max-width: 1580px) {
    .x-banner1 .x-con .x-tit span {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .x-banner1 .x-con .x-tit span {
        font-size: 0.32rem;
    }
}

.x-banner1 .x-con .x-line {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.x-banner1 .x-con .x-line i {
    position: absolute;
    left: 50%;
    bottom: 0.4rem;
    background-color: rgba(255, 255, 255, 0.5);
    width: 2px;
    height: 60px;
    overflow: hidden;
}

.x-banner1 .x-con .x-line i::before {
    content: "";
    width: 2px;
    height: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-color: #fff;
    animation: myfirst1 2s infinite linear;
}

@keyframes myfirst1 {
    0% {
        top: -100%;
    }
    100% {
        top: 100%;
    }
}

@-webkit-keyframes myfirst1 {
    /* Safari and Chrome */
    0% {
        top: -100%;
    }
    100% {
        top: 100%;
    }
}

.x-infor1 {
    padding: 0.9rem 0 0.6rem 0;
}

.x-infor1 .container .x-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.x-infor1 .container .x-top .x-le {
    position: relative;
}

@media (max-width: 767px) {
    .x-infor1 .container .x-top .x-le {
        width: 100%;
        margin-bottom: 0.3rem;
    }
}

.x-infor1 .container .x-top .x-le p {
    font-size: 15px;
    color: #999999;
    height: 50px;
    line-height: 50px;
    padding: 0 0.2rem;
    border: 1px solid #cccccc;
    border-radius: 100px;
    min-width: 2.1rem;
    position: relative;
    cursor: pointer;
}

@media (max-width: 1580px) {
    .x-infor1 .container .x-top .x-le p {
        min-width: 2.8rem;
        font-size: 14px;
        height: 44px;
        line-height: 44px;
    }
}

.x-infor1 .container .x-top .x-le p svg {
    width: 14px;
    height: 10px;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    pointer-events: none;
}

@media (max-width: 767px) {
    .x-infor1 .container .x-top .x-le p svg {
        right: 0.4rem;
    }
}

.x-infor1 .container .x-top .x-le p svg path {
    fill: #999999;
}

.x-infor1 .container .x-top .x-le ul {
    display: none;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 0.2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 55;
}

.x-infor1 .container .x-top .x-le ul.on {
    display: block;
}

.x-infor1 .container .x-top .x-le ul li {
    margin-bottom: 0.1rem;
    cursor: pointer;
}

.x-infor1 .container .x-top .x-le ul li:hover span {
    color: #000;
}

.x-infor1 .container .x-top .x-le ul li span {
    color: #999999;
    transition: 0.3s all;
    display: block;
}

.x-infor1 .container .x-top .x-form {
    width: 3rem;
    height: 0.5rem;
    border: 1px solid #cccccc;
    border-radius: 100px;
    display: flex;
    align-items: center;
    height: 50px;
}

@media (max-width: 1580px) {
    .x-infor1 .container .x-top .x-form {
        height: 44px;
    }
}

@media (max-width: 1260px) {
    .x-infor1 .container .x-top .x-form {
        width: 4rem;
    }
}

@media (max-width: 767px) {
    .x-infor1 .container .x-top .x-form {
        width: 100%;
    }
}

.x-infor1 .container .x-top .x-form input {
    width: 84%;
    height: 100%;
    font-size: 15px;
    color: #999999;
    padding: 0 0.2rem;
}

@media (max-width: 1580px) {
    .x-infor1 .container .x-top .x-form input {
        font-size: 14px;
    }
}

.x-infor1 .container .x-top .x-form input::placeholder {
    color: #999999;
}

.x-infor1 .container .x-top .x-form button {
    width: 16%;
}

.x-infor1 .container .x-top .x-form button svg {
    width: 20px;
    height: 20px;
}

.x-infor1 .container .x-top .x-form button svg path {
    fill: #999999;
}

.x-infor1 .container .x-xia {
    margin-top: 0.6rem;
}

.x-infor1 .container .x-xia ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.x-infor1 .container .x-xia ul li {
    background: url('../images/x-infor3.jpg') no-repeat center;
    background-size: cover;
    width: 48.75%;
    margin-bottom: 0.4rem;
    transition: 0.3s all;
}

@media (max-width: 767px) {
    .x-infor1 .container .x-xia ul li {
        width: 100%;
    }
}

.x-infor1 .container .x-xia ul li:hover {
    background: url('../images/x-infor4.jpg') no-repeat center;
    background-size: cover;
}

.x-infor1 .container .x-xia ul li:hover a .x-box .x-p span {
    color: #fff;
}

.x-infor1 .container .x-xia ul li:hover a .x-box .x-p .x-title {
    color: #fff;
}

.x-infor1 .container .x-xia ul li:hover a .x-box .x-img {
    background-color: #fff;
    border: 0.02rem solid #fff;
}

.x-infor1 .container .x-xia ul li:hover a .x-box .x-img svg path {
    fill: #1e6ac5;
}

.x-infor1 .container .x-xia ul li:hover a .x-sp {
    border: 1px solid #fff;
    color: #fff;
}

.x-infor1 .container .x-xia ul li a {
    display: block;
    padding: 0.5rem;
}

.x-infor1 .container .x-xia ul li a .x-box {
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
}

.x-infor1 .container .x-xia ul li a .x-box .x-p {
    width: 100%;
    padding-right: 0.2rem;
}

.x-infor1 .container .x-xia ul li a .x-box .x-p span {
    color: #999999;
    transition: 0.3s all;
}

.x-infor1 .container .x-xia ul li a .x-box .x-p .x-title {
    font-size: 20px;
    color: #000;
    margin-top: 0.08rem;
    transition: 0.3s all;
}

@media (max-width: 1580px) {
    .x-infor1 .container .x-xia ul li a .x-box .x-p .x-title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .x-infor1 .container .x-xia ul li a .x-box .x-p .x-title {
        font-size: 0.32rem;
    }
}

.x-infor1 .container .x-xia ul li a .x-box .x-img {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    border: 0.02rem solid #cccccc;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    transition: 0.3s all;
}

@media (max-width: 991px) {
    .x-infor1 .container .x-xia ul li a .x-box .x-img {
        width: 0.6rem;
        height: 0.6rem;
    }
}

@media (max-width: 767px) {
    .x-infor1 .container .x-xia ul li a .x-box .x-img {
        width: 0.7rem;
        height: 0.7rem;
    }
}

.x-infor1 .container .x-xia ul li a .x-box .x-img svg {
    width: 0.16rem;
    height: 0.16rem;
}

@media (max-width: 991px) {
    .x-infor1 .container .x-xia ul li a .x-box .x-img svg {
        width: 0.2rem;
        height: 0.2rem;
    }
}

@media (max-width: 767px) {
    .x-infor1 .container .x-xia ul li a .x-box .x-img svg {
        width: 0.24rem;
        height: 0.24rem;
    }
}

.x-infor1 .container .x-xia ul li a .x-box .x-img svg path {
    fill: #666666;
    stroke: initial;
    stroke-width: initial;
    transition: 0.3s all;
}

.x-infor1 .container .x-xia ul li a .x-sp {
    font-size: 14px;
    color: #999999;
    display: inline-block;
    border: 1px solid #cccccc;
    border-radius: 0.03rem;
    padding: 4px 11px;
    transition: 0.3s all;
}

.x-public-box {
    text-align: center;
}

.x-public-box .x-title {
    position: relative;
    font-size: 0.48rem;
    color: #000;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding: 0 0.85rem 0.2rem 0.85rem;
}

.x-public-box .x-title::before {
    content: "";
    width: 3.1rem;
    height: 0.3rem;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('../images/x-t-right.png') no-repeat center;
    background-size: contain;
}

.x-public-box .x-title::after {
    content: "";
    width: 3.1rem;
    height: 0.3rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('../images/x-t-left.png') no-repeat center;
    background-size: contain;
}

.x-public-box .x-title span {
    display: inline-block;
    padding: 0 1rem;
    position: relative;
}

.x-public-box .x-title span::before {
    content: "";
    width: 0.92rem;
    height: 0.25rem;
    position: absolute;
    right: 0;
    bottom: -0.05rem;
    background: url('../images/x-t-right2.png') no-repeat center;
    background-size: contain;
}

.x-public-box .x-title span::after {
    content: "";
    width: 0.92rem;
    height: 0.25rem;
    position: absolute;
    left: 0;
    bottom: -0.05rem;
    background: url('../images/x-t-left2.png') no-repeat center;
    background-size: contain;
}

.x-about1 {
    padding: 0.9rem 0 1rem 0;
}

@media (max-width: 767px) {
    .x-about1 {
        padding: 1.2rem 0;
    }
}

.x-about1 .container .x-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0.65rem;
}

@media (max-width: 767px) {
    .x-about1 .container .x-top {
        margin-top: 0.3rem;
    }
}

.x-about1 .container .x-top .x-left {
    width: 50%;
    font-size: 18px;
    color: #666666;
    padding-right: 0.8rem;
    line-height: 1.6;
    text-align: justify;
}

@media (max-width: 1580px) {
    .x-about1 .container .x-top .x-left {
        font-size: 16px;
    }
}

@media (max-width: 1260px) {
    .x-about1 .container .x-top .x-left {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .x-about1 .container .x-top .x-left {
        width: 100%;
        margin-top: 0.4rem;
        padding-right: 0;
    }
}

.x-about1 .container .x-top .x-right {
    width: 50%;
}

@media (max-width: 767px) {
    .x-about1 .container .x-top .x-right {
        width: 100%;
        order: -1;
    }
}

.x-about1 .container .x-top .x-right .public-img::before {
    padding-top: 72.5%;
}

.x-about1 .container .x-xia {
    position: relative;
    margin-top: 0.8rem;
}

.x-about1 .container .x-xia .public-img::before {
    padding-top: 37.5%;
}

@media (max-width: 991px) {
    .x-about1 .container .x-xia .public-img::before {
        padding-top: 60.5%;
    }
}

.x-about1 .container .x-xia .x-p {
    width: 46.25%;
    background-color: rgba(30, 106, 197, 0.5);
    position: absolute;
    right: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    z-index: 5;
    padding: 0.75rem 0.4rem;
    text-align: justify;
}

@media (max-width: 1580px) {
    .x-about1 .container .x-xia .x-p {
        font-size: 16px;
    }
}

@media (max-width: 1260px) {
    .x-about1 .container .x-xia .x-p {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .x-about1 .container .x-xia .x-p {
        width: 55%;
        padding: 0.4rem 0.4rem;
    }
}

@media (max-width: 767px) {
    .x-about1 .container .x-xia .x-p {
        width: 100%;
        position: initial;
        transform: initial;
        font-size: 0.28rem;
    }
}

@media (max-width: 767px) {
    .x-about2 {
        padding-bottom: 1rem;
    }
}

.x-about2 .x-con {
    position: relative;
}

@media (max-width: 767px) {
    .x-about2 .x-con {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .x-about2 .x-con .x-top {
        display: none;
    }
}

.x-about2 .x-con .x-top .public-img {
    display: none;
}

.x-about2 .x-con .x-top .public-img.on {
    display: block;
}

.x-about2 .x-con .x-top .public-img::before {
    padding-top: 45.31%;
}

.x-about2 .x-con ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

@media (max-width: 767px) {
    .x-about2 .x-con ul {
        position: initial;
    }
}

.x-about2 .x-con ul li {
    width: 25%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 0.8rem;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    transition: 0.3s all;
}

@media (max-width: 1580px) {
    .x-about2 .x-con ul li {
        padding: 0 0.4rem;
    }
}

@media (max-width: 991px) {
    .x-about2 .x-con ul li {
        padding: 0 0.2rem;
    }
}

@media (max-width: 767px) {
    .x-about2 .x-con ul li {
        width: 100%;
        background-color: transparent;
        margin-bottom: 0.4rem;
        padding: 0;
    }
}

.x-about2 .x-con ul li.on {
    background-color: rgba(30, 106, 197, 0.9);
}

@media (max-width: 767px) {
    .x-about2 .x-con ul li.on {
        background-color: transparent;
    }
}

.x-about2 .x-con ul li.on .x-box {
    transform: translateY(-0.2rem);
}

@media (max-width: 767px) {
    .x-about2 .x-con ul li.on .x-box {
        transform: initial;
    }
}

.x-about2 .x-con ul li.on .x-box .x-p {
    display: block;
}

.x-about2 .x-con ul li .x-m-img {
    display: none;
}

@media (max-width: 767px) {
    .x-about2 .x-con ul li .x-m-img {
        display: block;
        width: 100%;
        height: 4.2rem;
    }
}

@media (max-width: 767px) {
    .x-about2 .x-con ul li .x-m-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.x-about2 .x-con ul li .x-box {
    transition: 0.3s all;
}

@media (max-width: 767px) {
    .x-about2 .x-con ul li .x-box {
        background-color: rgba(30, 106, 197, 0.9);
        padding: 0.4rem;
    }
}

.x-about2 .x-con ul li .x-box svg {
    width: 0.66rem;
    height: 0.66rem;
}

.x-about2 .x-con ul li .x-box svg path {
    fill: #fff;
}

.x-about2 .x-con ul li .x-box .x-title {
    font-size: 0.3rem;
    color: #fff;
    margin: 0.2rem 0 0.25rem 0;
}

@media (max-width: 767px) {
    .x-about2 .x-con ul li .x-box .x-title {
        margin: 0.1rem 0;
        font-size: 0.36rem;
    }
}

.x-about2 .x-con ul li .x-box .x-p {
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
    display: none;
}

@media (max-width: 1580px) {
    .x-about2 .x-con ul li .x-box .x-p {
        font-size: 16px;
    }
}

@media (max-width: 1260px) {
    .x-about2 .x-con ul li .x-box .x-p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .x-about2 .x-con ul li .x-box .x-p {
        display: block;
        font-size: 0.28rem;
    }
}

.x-about3 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0.9rem 0 1rem 0;
}

@media (max-width: 1580px) {
    .x-about3 {
        padding-bottom: 2.8rem;
    }
}

.x-about3 .container .x-public-box .x-title {
    padding: 0 1.35rem 0.2rem 1.35rem;
}

@media (max-width: 767px) {
    .x-about3 .container .x-xia {
        overflow: auto;
    }
}

.x-about3 .container .x-img {
    width: 100%;
    height: 7.26rem;
    margin-top: 0.55rem;
}

@media (max-width: 767px) {
    .x-about3 .container .x-img {
        overflow-x: auto;
        width: 1200px;
    }
}

.x-about3 .container .x-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1580px) {
    .x-about3 .container .x-img img {
        width: 120%;
        height: 120%;
        transform: scale(1.1);
    }
}

@media (max-width: 767px) {
    .x-about3 .container .x-img img {
        flex: none;
    }
}

.x-about4 {
    padding: 0.9rem 0;
    position: relative;
}

.x-about4 #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.x-about4 .container {
    position: relative;
    z-index: 5;
}

.x-about4 .container .x-public-box .x-title {
    padding: 0 1.35rem 0.2rem 1.35rem;
}

.x-about4 .container .x-xia {
    padding-left: 1.4rem;
    position: relative;
    margin-top: 0.9rem;
}

@media (max-width: 767px) {
    .x-about4 .container .x-xia {
        padding-left: 0.2rem;
        margin-top: 0.4rem;
    }
}

.x-about4 .container .x-xia::before {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #1e6ac5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .x-about4 .container .x-xia::before {
        height: 2px;
    }
}

.x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide {
    padding-right: 1.6rem;
    padding-left: 0.3rem;
    position: relative;
    height: 300px;
}

@media (max-width: 1580px) {
    .x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide {
        height: 280px;
        padding-right: 1rem;
    }
}

@media (max-width: 767px) {
    .x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide {
        height: 230px;
    }
}

.x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(2n) {
    transform: translateX(1rem);
    padding-top: 0.2rem;
}

@media (max-width: 767px) {
    .x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(2n) {
        transform: translateX(0.5rem);
    }
}

.x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(2n)::before {
    bottom: 0;
    top: auto;
}

.x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(4n) {
    padding-top: 0.6rem;
}

.x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(6n) {
    padding-top: 0.3rem;
}

.x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #1e6ac5;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 5;
}

@media (max-width: 767px) {
    .x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide::before {
        width: 8px;
        height: 8px;
    }
}

.x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #1e6ac5;
    position: absolute;
    left: 5px;
    top: 0;
}

@media (max-width: 767px) {
    .x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide::after {
        left: 4px;
    }
}

.x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-sp1 {
    font-size: 0.4rem;
    color: #1e6ac5;
    font-family: 'Fontke', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}

@media (max-width: 767px) {
    .x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-sp1 {
        font-size: 0.46rem;
    }
}

.x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-title {
    font-size: 24px;
    color: #222;
    line-height: 1;
    margin-top: 5px;
}

@media (max-width: 1580px) {
    .x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-title {
        font-size: 0.32rem;
    }
}

.x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-sp2 {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}

@media (max-width: 1580px) {
    .x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-sp2 {
        margin-top: 5px;
    }
}

.x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-p {
    font-size: 18px;
    color: #666666;
    margin-top: 0.05rem;
    height: 120px;
    overflow-y: auto;
    text-align: justify;
}

@media (max-width: 1580px) {
    .x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-p {
        font-size: 14px;
    }
}

.x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-p::-webkit-scrollbar {
    width: 3px;
}

.x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-p::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 2px;
}

.x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-p::-webkit-scrollbar-thumb {
    background: #004ea2;
    border-radius: 25px;
}

.x-about4 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-p::-webkit-scrollbar-corner {
    background: #004ea2;
}

.x-about4 .container .x-xia .swiper-button-prev {
    background: transparent;
    width: 36px;
    height: 36px;
    background-color: #99bbe4;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    left: 0;
    margin-top: 0;
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    z-index: 10;
    pointer-events: initial;
}

.x-about4 .container .x-xia .swiper-button-prev svg {
    width: 10px;
    height: 16px;
}

.x-about4 .container .x-xia .swiper-button-prev svg path {
    fill: #fff;
}

.x-about4 .container .x-xia .swiper-button-next {
    background: transparent;
    width: 36px;
    height: 36px;
    background-color: #99bbe4;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    right: 0;
    margin-top: 0;
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    z-index: 10;
    pointer-events: initial;
}

.x-about4 .container .x-xia .swiper-button-next svg {
    width: 10px;
    height: 16px;
    transform: rotate(180deg);
}

.x-about4 .container .x-xia .swiper-button-next svg path {
    fill: #fff;
}

.x-tech1 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0.9rem 0 1rem 0;
}

.x-tech1 .container .x-public-box .x-title {
    padding: 0 0.4rem 0.2rem 0.4rem;
}

.x-tech1 .container ul {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    height: 4.95rem;
    margin-top: 0.55rem;
}

@media (max-width: 1260px) {
    .x-tech1 .container ul {
        height: 4.5rem;
    }
}

@media (max-width: 991px) {
    .x-tech1 .container ul {
        flex-wrap: wrap;
        height: auto;
        overflow: initial;
    }
}

@media (max-width: 767px) {
    .x-tech1 .container ul {
        margin-top: 0.4rem;
    }
}

.x-tech1 .container ul li {
    width: 31.25%;
    margin-right: 3.1%;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: url('../images/x-tech7.jpg') no-repeat center;
    background-size: cover;
}

@media (max-width: 991px) {
    .x-tech1 .container ul li {
        width: 100%;
        background: url('../images/x-tech6.jpg') no-repeat center;
        background-size: cover;
        margin-right: 0;
        margin-bottom: 0.4rem;
    }
}

.x-tech1 .container ul li:last-child {
    margin-right: 0;
}

.x-tech1 .container ul li.on {
    width: 65.62%;
    flex-shrink: 0;
    background: url('../images/x-tech6.jpg') no-repeat center;
    background-size: cover;
}

@media (max-width: 991px) {
    .x-tech1 .container ul li.on {
        width: 100%;
    }
}

.x-tech1 .container ul li.on .x-left {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 767px) {
    .x-tech1 .container ul li.on .x-left {
        width: 100%;
    }
}

.x-tech1 .container ul li.on .x-right {
    width: 47.61%;
}

@media (max-width: 1260px) {
    .x-tech1 .container ul li.on .x-right {
        width: 49.61%;
    }
}

@media (max-width: 767px) {
    .x-tech1 .container ul li.on .x-right {
        width: 100%;
    }
}

.x-tech1 .container ul li .x-left {
    width: 46.66%;
    padding-left: 0.75rem;
    display: none;
    transition: 0.5s all;
    -webkit-animation-name: xdhs;
    animation-name: xdhs;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media (max-width: 991px) {
    .x-tech1 .container ul li .x-left {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .x-tech1 .container ul li .x-left {
        width: 100%;
        padding: 0.4rem;
    }
}

.x-tech1 .container ul li .x-left span {
    font-size: 18px;
    color: #c0d9f8;
    font-weight: bold;
    min-width: 4.16rem;
}

@media (max-width: 1580px) {
    .x-tech1 .container ul li .x-left span {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .x-tech1 .container ul li .x-left span {
        font-size: 0.28rem;
        min-width: initial;
    }
}

.x-tech1 .container ul li .x-left .x-title {
    font-size: 0.3rem;
    color: #fff;
    margin: 0.05rem 0 0.45rem 0;
    min-width: 4.16rem;
}

@media (max-width: 1580px) {
    .x-tech1 .container ul li .x-left .x-title {
        min-width: 5.16rem;
    }
}

@media (max-width: 1260px) {
    .x-tech1 .container ul li .x-left .x-title {
        margin-bottom: 0.25rem;
    }
}

@media (max-width: 767px) {
    .x-tech1 .container ul li .x-left .x-title {
        min-width: initial;
        margin: 0.05rem 0 0.2rem 0;
        font-size: 0.34rem;
    }
}

.x-tech1 .container ul li .x-left .x-p {
    font-size: 18px;
    line-height: 1.8;
    color: #c0d9f8;
    min-width: 4.16rem;
    overflow: auto;
    max-height: 2.5rem;
    padding-right: 0.1rem;
    text-align: justify;
}

@media (max-width: 1580px) {
    .x-tech1 .container ul li .x-left .x-p {
        font-size: 14px;
        min-width: 5.16rem;
    }
}

@media (max-width: 1260px) {
    .x-tech1 .container ul li .x-left .x-p {
        min-width: 4.5rem;
    }
}

@media (max-width: 767px) {
    .x-tech1 .container ul li .x-left .x-p {
        min-width: initial;
        font-size: 0.28rem;
    }
}

.x-tech1 .container ul li .x-left .x-p::-webkit-scrollbar {
    width: 3px;
}

.x-tech1 .container ul li .x-left .x-p::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 2px;
}

.x-tech1 .container ul li .x-left .x-p::-webkit-scrollbar-thumb {
    background: #004ea2;
    border-radius: 25px;
}

.x-tech1 .container ul li .x-left .x-p::-webkit-scrollbar-corner {
    background: #004ea2;
}

.x-tech1 .container ul li .x-right {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .x-tech1 .container ul li .x-right {
        width: 47.61%;
    }
}

@media (max-width: 767px) {
    .x-tech1 .container ul li .x-right {
        width: 100%;
    }
}

@media (max-width: 1260px) {
    .x-tech1 .container ul li .x-right .public-img::before {
        padding-top: 103%;
    }
}

@media (max-width: 991px) {
    .x-tech1 .container ul li .x-right .public-img::before {
        padding-top: 117%;
    }
}

@media (max-width: 767px) {
    .x-tech1 .container ul li .x-right .public-img::before {
        padding-top: 88%;
    }
}

@-webkit-keyframes xdhs {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes xdhs {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        -ms-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.x-tech2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0.9rem 0 1rem 0;
}

.x-tech2 .container .x-public-box .x-title {
    padding: 0 1.35rem 0.2rem 1.35rem;
}

.x-tech2 .container .swiper-container {
    margin-top: 0.55rem;
    padding-bottom: 1.2rem;
}

@media (max-width: 767px) {
    .x-tech2 .container .swiper-container {
        padding-bottom: 0.4rem;
        margin-top: 0.4rem;
    }
}

.x-tech2 .container .swiper-container .swiper-wrapper {
    justify-content: flex-start;
}

.x-tech2 .container .swiper-container .swiper-wrapper .swiper-slide {
    width: 24.375%;
    height: 5.8rem;
    position: relative;
    transition: 0.3s all;
    overflow: hidden;
    cursor: pointer;
}

.x-tech2 .container .swiper-container .swiper-wrapper .swiper-slide::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url('../images/x-tech-mb.png') no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.x-tech2 .container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 50% !important;
}

@media (max-width: 767px) {
    .x-tech2 .container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
        width: 100% !important;
    }
}

.x-tech2 .container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-text .x-title {
    font-size: 24px;
}

@media (max-width: 1580px) {
    .x-tech2 .container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-text .x-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .x-tech2 .container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-text .x-title {
        font-size: 0.34rem;
    }
}

.x-tech2 .container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-text .x-p {
    display: block;
}

.x-tech2 .container .swiper-container .swiper-wrapper .swiper-slide .x-img {
    width: 100%;
    height: 100%;
}

.x-tech2 .container .swiper-container .swiper-wrapper .swiper-slide .x-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.x-tech2 .container .swiper-container .swiper-wrapper .swiper-slide .x-text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: 0 0.3rem 0.25rem 0.3rem;
    width: 100%;
}

.x-tech2 .container .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
    font-size: 18px;
    color: #fff;
    min-width: 7rem;
}

@media (max-width: 1580px) {
    .x-tech2 .container .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
        font-size: 16px;
    }
}

@media (max-width: 1260px) {
    .x-tech2 .container .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
        min-width: 6rem;
    }
}

@media (max-width: 991px) {
    .x-tech2 .container .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
        min-width: 4.5rem;
    }
}

.x-tech2 .container .swiper-container .swiper-wrapper .swiper-slide .x-text .x-p {
    color: #fff;
    margin-top: 0.05rem;
    min-width: 7rem;
    display: none;
}

@media (max-width: 1260px) {
    .x-tech2 .container .swiper-container .swiper-wrapper .swiper-slide .x-text .x-p {
        min-width: 6rem;
    }
}

@media (max-width: 991px) {
    .x-tech2 .container .swiper-container .swiper-wrapper .swiper-slide .x-text .x-p {
        min-width: 4.5rem;
    }
}

.x-tech2 .container .swiper-container .x-pag1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.x-tech2 .container .swiper-container .x-pag1 .swiper-pagination {
    width: 87.5%;
    height: 2px;
    position: initial;
}

@media (max-width: 991px) {
    .x-tech2 .container .swiper-container .x-pag1 .swiper-pagination {
        width: 75%;
    }
}

@media (max-width: 767px) {
    .x-tech2 .container .swiper-container .x-pag1 .swiper-pagination {
        width: 100%;
    }
}

.x-tech2 .container .swiper-container .x-pag1 .swiper-pagination.swiper-pagination-progressbar {
    background-color: #e2e2e2;
}

.x-tech2 .container .swiper-container .x-pag1 .swiper-pagination.swiper-pagination-progressbar-fill {
    background-color: #1e6ac5;
}

.x-tech2 .container .swiper-container .x-pag1 .x-pa {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.x-tech2 .container .swiper-container .x-pag1 .x-pa .swiper-button-prev1 {
    width: 0.6rem;
    height: 0.6rem;
    border: 0.02rem solid #cccccc;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: 0.3s all;
    cursor: pointer;
    margin-right: 0.2rem;
}

@media (max-width: 767px) {
    .x-tech2 .container .swiper-container .x-pag1 .x-pa .swiper-button-prev1 {
        display: none;
    }
}

.x-tech2 .container .swiper-container .x-pag1 .x-pa .swiper-button-prev1:hover {
    background-color: #1e6ac5;
    border: 0.02rem solid #1e6ac5;
}

.x-tech2 .container .swiper-container .x-pag1 .x-pa .swiper-button-prev1:hover svg path {
    fill: #fff;
}

.x-tech2 .container .swiper-container .x-pag1 .x-pa .swiper-button-prev1 svg {
    width: 16px;
    height: 14px;
    transform: rotate(180deg);
}

.x-tech2 .container .swiper-container .x-pag1 .x-pa .swiper-button-prev1 svg path {
    fill: #ccc;
    transition: 0.3s all;
}

.x-tech2 .container .swiper-container .x-pag1 .x-pa .swiper-button-next1 {
    width: 0.6rem;
    height: 0.6rem;
    border: 0.02rem solid #cccccc;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: 0.3s all;
    cursor: pointer;
}

@media (max-width: 767px) {
    .x-tech2 .container .swiper-container .x-pag1 .x-pa .swiper-button-next1 {
        display: none;
    }
}

.x-tech2 .container .swiper-container .x-pag1 .x-pa .swiper-button-next1:hover {
    background-color: #1e6ac5;
    border: 0.02rem solid #1e6ac5;
}

.x-tech2 .container .swiper-container .x-pag1 .x-pa .swiper-button-next1:hover svg path {
    fill: #fff;
}

.x-tech2 .container .swiper-container .x-pag1 .x-pa .swiper-button-next1 svg {
    width: 16px;
    height: 14px;
}

.x-tech2 .container .swiper-container .x-pag1 .x-pa .swiper-button-next1 svg path {
    fill: #ccc;
    transition: 0.3s all;
}

.x-honor1 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1.1rem 0 1rem 0;
}

.x-honor1 .container .x-top {
    text-align: center;
}

.x-honor1 .container .x-top .x-p {
    font-size: 0.36rem;
    color: #333;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .x-honor1 .container .x-top .x-p {
        font-size: 0.34rem;
    }
}

@media (max-width: 991px) {
    .x-honor1 .container .x-top .x-p p br {
        display: none;
    }
}

.x-honor1 .container ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.1rem;
}

@media (max-width: 767px) {
    .x-honor1 .container ul {
        margin-top: 0.8rem;
    }
}

.x-honor1 .container ul li {
    width: 16.666%;
    background-color: #fff;
    padding: 0.55rem 0.4rem 0.4rem 0.4rem;
    border: 1px solid #e2e2e2;
    border-right: none;
}

@media (max-width: 1260px) {
    .x-honor1 .container ul li {
        padding: 0.3rem;
    }
}

@media (max-width: 991px) {
    .x-honor1 .container ul li {
        width: 33.33%;
    }

    .x-honor1 .container ul li:nth-of-type(3n) {
        border-right: 1px solid #e2e2e2;
    }

    .x-honor1 .container ul li:nth-of-type(n+4) {
        border-top: none;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .x-honor1 .container ul li:nth-of-type(3n) {
        border-right: none;
    }
}

@media (max-width: 767px) {
    .x-honor1 .container ul li {
        width: 50%;
    }

    .x-honor1 .container ul li:nth-of-type(2n) {
        border-right: 1px solid #e2e2e2;
    }

    .x-honor1 .container ul li:nth-of-type(n+3) {
        border-top: none;
    }
}

.x-honor1 .container ul li:hover .x-img svg path {
    fill: #1e6ac5;
}

.x-honor1 .container ul li:last-child {
    border-right: 1px solid #e2e2e2;
}

.x-honor1 .container ul li .x-title {
    font-size: 20px;
    color: #666;
}

@media (max-width: 1580px) {
    .x-honor1 .container ul li .x-title {
        font-size: 18px;
    }
}

@media (max-width: 1260px) {
    .x-honor1 .container ul li .x-title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .x-honor1 .container ul li .x-title {
        font-size: 0.32rem;
    }
}

.x-honor1 .container ul li p {
    font-size: 0.48rem;
    color: #1e6ac5;
    line-height: 1;
    display: flex;
    margin: 0.2rem 0 0.9rem 0;
    font-family: 'Fontke', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}

.x-honor1 .container ul li p span {
    display: inline-block;
}

.x-honor1 .container ul li p i {
    font-style: initial;
    display: inline-block;
    line-height: 0.8;
}

.x-honor1 .container ul li .x-img {
    width: 0.7rem;
    height: 0.7rem;
}

.x-honor1 .container ul li .x-img svg {
    width: 100%;
    height: 100%;
}

.x-honor1 .container ul li .x-img svg path {
    transition: 0.3s all;
    fill: #666666;
}

.x-honor2 {
    padding: 0.9rem 0 1rem;
}

.x-honor2 .container .x-public-box .x-title {
    padding: 0 1.35rem 0.2rem 1.35rem;
}

.x-honor2 .container .swiper-container {
    padding: 0 0.4rem 1.2rem 0.4rem;
    margin-top: 0.7rem;
}

@media (max-width: 767px) {
    .x-honor2 .container .swiper-container {
        margin-top: 0.4rem;
        padding: 0 0 0.6rem 0;
    }
}

.x-honor2 .container .swiper-container::before {
    content: "";
    width: 100%;
    height: 0.55rem;
    background: url('../images/x-honor11.png') no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 2.97rem;
    z-index: 4;
}

@media (max-width: 1580px) {
    .x-honor2 .container .swiper-container::before {
        top: 3.25rem;
    }
}

@media (max-width: 1380px) {
    .x-honor2 .container .swiper-container::before {
        top: 3.05rem;
    }
}

@media (max-width: 1290px) {
    .x-honor2 .container .swiper-container::before {
        top: 3.4rem;
    }
}

@media (max-width: 1260px) {
    .x-honor2 .container .swiper-container::before {
        top: 2.8rem;
    }
}

@media (max-width: 991px) {
    .x-honor2 .container .swiper-container::before {
        display: none;
    }
}

.x-honor2 .container .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
    padding-top: 70.58%;
}

.x-honor2 .container .swiper-container .swiper-wrapper .swiper-slide p {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (max-width: 1580px) {
    .x-honor2 .container .swiper-container .swiper-wrapper .swiper-slide p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .x-honor2 .container .swiper-container .swiper-wrapper .swiper-slide p {
        margin-top: 0.2rem;
    }
}

.x-honor2 .container .swiper-container .x-pag1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.x-honor2 .container .swiper-container .x-pag1 .swiper-pagination {
    width: 87.5%;
    height: 2px;
    position: initial;
}

@media (max-width: 991px) {
    .x-honor2 .container .swiper-container .x-pag1 .swiper-pagination {
        width: 75%;
    }
}

@media (max-width: 767px) {
    .x-honor2 .container .swiper-container .x-pag1 .swiper-pagination {
        width: 100%;
    }
}

.x-honor2 .container .swiper-container .x-pag1 .swiper-pagination.swiper-pagination-progressbar {
    background-color: #e2e2e2;
}

.x-honor2 .container .swiper-container .x-pag1 .swiper-pagination.swiper-pagination-progressbar-fill {
    background-color: #1e6ac5;
}

.x-honor2 .container .swiper-container .x-pag1 .x-pa {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.x-honor2 .container .swiper-container .x-pag1 .x-pa .swiper-button-prev1 {
    width: 0.6rem;
    height: 0.6rem;
    border: 0.02rem solid #cccccc;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: 0.3s all;
    cursor: pointer;
    margin-right: 0.2rem;
}

@media (max-width: 767px) {
    .x-honor2 .container .swiper-container .x-pag1 .x-pa .swiper-button-prev1 {
        display: none;
    }
}

.x-honor2 .container .swiper-container .x-pag1 .x-pa .swiper-button-prev1:hover {
    background-color: #1e6ac5;
    border: 0.02rem solid #1e6ac5;
}

.x-honor2 .container .swiper-container .x-pag1 .x-pa .swiper-button-prev1:hover svg path {
    fill: #fff;
}

.x-honor2 .container .swiper-container .x-pag1 .x-pa .swiper-button-prev1 svg {
    width: 16px;
    height: 14px;
    transform: rotate(180deg);
}

.x-honor2 .container .swiper-container .x-pag1 .x-pa .swiper-button-prev1 svg path {
    fill: #ccc;
    transition: 0.3s all;
}

.x-honor2 .container .swiper-container .x-pag1 .x-pa .swiper-button-next1 {
    width: 0.6rem;
    height: 0.6rem;
    border: 0.02rem solid #cccccc;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: 0.3s all;
    cursor: pointer;
}

@media (max-width: 767px) {
    .x-honor2 .container .swiper-container .x-pag1 .x-pa .swiper-button-next1 {
        display: none;
    }
}

.x-honor2 .container .swiper-container .x-pag1 .x-pa .swiper-button-next1:hover {
    background-color: #1e6ac5;
    border: 0.02rem solid #1e6ac5;
}

.x-honor2 .container .swiper-container .x-pag1 .x-pa .swiper-button-next1:hover svg path {
    fill: #fff;
}

.x-honor2 .container .swiper-container .x-pag1 .x-pa .swiper-button-next1 svg {
    width: 16px;
    height: 14px;
}

.x-honor2 .container .swiper-container .x-pag1 .x-pa .swiper-button-next1 svg path {
    fill: #ccc;
    transition: 0.3s all;
}

.x-honor3 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0.9rem 0 0.5rem 0;
}

.x-honor3 .container .x-public-box .x-title {
    padding: 0 1.35rem 0.2rem 1.35rem;
}

.x-honor3 .container ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 0.5rem;
    margin-top: 0.7rem;
}

@media (max-width: 991px) {
    .x-honor3 .container ul {
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .x-honor3 .container ul {
        margin-top: 0.4rem;
        padding: 0;
    }
}

.x-honor3 .container ul li {
    width: 28.61%;
    margin-right: 7.085%;
    margin-bottom: 0.5rem;
    position: relative;
}

@media (max-width: 991px) {
    .x-honor3 .container ul li {
        width: 46%;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .x-honor3 .container ul li {
        width: 100%;
    }
}

.x-honor3 .container ul li::before {
    content: "";
    width: 100%;
    height: 0.92rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('../images/x-honor-mb1.png') no-repeat center;
    background-size: cover;
}

@media (max-width: 1260px) {
    .x-honor3 .container ul li::before {
        display: none;
    }
}

.x-honor3 .container ul li:nth-of-type(3n) {
    margin-right: 0;
}

.x-honor3 .container ul li .public-img::before {
    padding-top: 70.58%;
}

.x-honor3 .container ul li .public-img img {
    object-fit: contain;
}

.x-honor3 .container ul li p {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 0.55rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (max-width: 1580px) {
    .x-honor3 .container ul li p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .x-honor3 .container ul li p {
        margin-top: 0.2rem;
    }
}

.x-honor4 {
    padding: 0.9rem 0 1rem;
}

.x-honor4 .container .x-public-box .x-title {
    padding: 0 1.35rem 0.2rem 1.35rem;
}

.x-honor4 .container .swiper-container {
    padding: 0 0 1.2rem 0;
    margin-top: 0.7rem;
}

@media (max-width: 767px) {
    .x-honor4 .container .swiper-container {
        margin-top: 0.4rem;
        padding: 0 0 0.6rem 0;
    }
}

.x-honor4 .container .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
    padding-top: 70.58%;
}

.x-honor4 .container .swiper-container .swiper-wrapper .swiper-slide .public-img img {
    object-fit: contain;
}

.x-honor4 .container .swiper-container .swiper-wrapper .swiper-slide p {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (max-width: 1580px) {
    .x-honor4 .container .swiper-container .swiper-wrapper .swiper-slide p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .x-honor4 .container .swiper-container .swiper-wrapper .swiper-slide p {
        margin-top: 0.2rem;
    }
}

.x-honor4 .container .swiper-container .x-pag1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.x-honor4 .container .swiper-container .x-pag1 .swiper-pagination {
    width: 87.5%;
    height: 2px;
    position: initial;
}

@media (max-width: 991px) {
    .x-honor4 .container .swiper-container .x-pag1 .swiper-pagination {
        width: 75%;
    }
}

@media (max-width: 767px) {
    .x-honor4 .container .swiper-container .x-pag1 .swiper-pagination {
        width: 100%;
    }
}

.x-honor4 .container .swiper-container .x-pag1 .swiper-pagination.swiper-pagination-progressbar {
    background-color: #e2e2e2;
}

.x-honor4 .container .swiper-container .x-pag1 .swiper-pagination.swiper-pagination-progressbar-fill {
    background-color: #1e6ac5;
}

.x-honor4 .container .swiper-container .x-pag1 .x-pa {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.x-honor4 .container .swiper-container .x-pag1 .x-pa .swiper-button-prev1 {
    width: 0.6rem;
    height: 0.6rem;
    border: 0.02rem solid #cccccc;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: 0.3s all;
    cursor: pointer;
    margin-right: 0.2rem;
}

@media (max-width: 767px) {
    .x-honor4 .container .swiper-container .x-pag1 .x-pa .swiper-button-prev1 {
        display: none;
    }
}

.x-honor4 .container .swiper-container .x-pag1 .x-pa .swiper-button-prev1:hover {
    background-color: #1e6ac5;
    border: 0.02rem solid #1e6ac5;
}

.x-honor4 .container .swiper-container .x-pag1 .x-pa .swiper-button-prev1:hover svg path {
    fill: #fff;
}

.x-honor4 .container .swiper-container .x-pag1 .x-pa .swiper-button-prev1 svg {
    width: 16px;
    height: 14px;
    transform: rotate(180deg);
}

.x-honor4 .container .swiper-container .x-pag1 .x-pa .swiper-button-prev1 svg path {
    fill: #ccc;
    transition: 0.3s all;
}

.x-honor4 .container .swiper-container .x-pag1 .x-pa .swiper-button-next1 {
    width: 0.6rem;
    height: 0.6rem;
    border: 0.02rem solid #cccccc;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: 0.3s all;
    cursor: pointer;
}

@media (max-width: 767px) {
    .x-honor4 .container .swiper-container .x-pag1 .x-pa .swiper-button-next1 {
        display: none;
    }
}

.x-honor4 .container .swiper-container .x-pag1 .x-pa .swiper-button-next1:hover {
    background-color: #1e6ac5;
    border: 0.02rem solid #1e6ac5;
}

.x-honor4 .container .swiper-container .x-pag1 .x-pa .swiper-button-next1:hover svg path {
    fill: #fff;
}

.x-honor4 .container .swiper-container .x-pag1 .x-pa .swiper-button-next1 svg {
    width: 16px;
    height: 14px;
}

.x-honor4 .container .swiper-container .x-pag1 .x-pa .swiper-button-next1 svg path {
    fill: #ccc;
    transition: 0.3s all;
}

.x-honor5 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .x-bus1 {
        padding-bottom: 1rem;
    }
}

.x-bus1 .x-con {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .x-bus1 .x-con {
        flex-wrap: wrap;
    }
}

.x-bus1 .x-con .x-left {
    width: 18.75%;
    background-color: #1e6ac5;
}

@media (max-width: 1260px) {
    .x-bus1 .x-con .x-left {
        width: 24%;
    }
}

@media (max-width: 991px) {
    .x-bus1 .x-con .x-left {
        width: 30%;
    }
}

@media (max-width: 767px) {
    .x-bus1 .x-con .x-left {
        width: 100%;
    }
}

.x-bus1 .x-con .x-left ul li {
    padding-left: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.x-bus1 .x-con .x-left ul li.on a {
    background-color: #fff;
}

.x-bus1 .x-con .x-left ul li.on a .x-img1 path {
    fill: #1e6ac5;
}

.x-bus1 .x-con .x-left ul li.on a span {
    color: #1e6ac5;
}

.x-bus1 .x-con .x-left ul li.on a .x-img2 {
    opacity: 1;
}

.x-bus1 .x-con .x-left ul li.on a .x-img2 path {
    fill: #1e6ac5;
}

.x-bus1 .x-con .x-left ul li a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0.25rem 0.55rem 0.25rem 0.35rem;
}

@media (max-width: 767px) {
    .x-bus1 .x-con .x-left ul li a {
        padding: 0.1rem 0.55rem 0.1rem 0.1rem;
    }
}

.x-bus1 .x-con .x-left ul li a .x-img1 {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
}

.x-bus1 .x-con .x-left ul li a span {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    padding-left: 0.4rem;
}

@media (max-width: 1580px) {
    .x-bus1 .x-con .x-left ul li a span {
        font-size: 18px;
    }
}

@media (max-width: 1260px) {
    .x-bus1 .x-con .x-left ul li a span {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .x-bus1 .x-con .x-left ul li a span {
        font-size: 0.3rem;
    }
}

.x-bus1 .x-con .x-left ul li a .x-img2 {
    position: absolute;
    right: 0.35rem;
    width: 16px;
    height: 14px;
    opacity: 0;
}

.x-bus1 .x-con .x-right {
    width: 81.25%;
    padding: 0.75rem 1.6rem 1rem 1rem;
}

@media (max-width: 1260px) {
    .x-bus1 .x-con .x-right {
        width: 75%;
    }
}

@media (max-width: 991px) {
    .x-bus1 .x-con .x-right {
        width: 70%;
        padding: 0.75rem 0.6rem;
    }
}

@media (max-width: 767px) {
    .x-bus1 .x-con .x-right {
        width: 100%;
        margin-top: 0.4rem;
        padding: 0 0.4rem;
    }
}

.x-bus1 .x-con .x-right .x-top {
    font-size: 24px;
    color: #666666;
    text-align: justify;
}

@media (max-width: 1580px) {
    .x-bus1 .x-con .x-right .x-top {
        font-size: 18px;
    }
}

@media (max-width: 1260px) {
    .x-bus1 .x-con .x-right .x-top {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .x-bus1 .x-con .x-right .x-top {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .x-bus1 .x-con .x-right .x-top {
        font-size: 0.32rem;
    }
}

.x-bus1 .x-con .x-right .x-zhong .x-title {
    font-size: 0.3rem;
    color: #000;
    margin: 0.9rem 0 0.3rem 0;
}

@media (max-width: 767px) {
    .x-bus1 .x-con .x-right .x-zhong .x-title {
        font-size: 0.4rem;
        margin: 0.6rem 0 0.3rem 0;
    }
}

.x-bus1 .x-con .x-right .x-zhong ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .x-bus1 .x-con .x-right .x-zhong ul {
        justify-content: space-between;
    }
}

.x-bus1 .x-con .x-right .x-zhong ul li {
    width: 31.1%;
    margin-right: 3.35%;
    margin-bottom: 0.4rem;
}

@media (max-width: 991px) {
    .x-bus1 .x-con .x-right .x-zhong ul li {
        width: 48%;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .x-bus1 .x-con .x-right .x-zhong ul li {
        width: 100%;
    }
}

.x-bus1 .x-con .x-right .x-zhong ul li:nth-of-type(3n) {
    margin-right: 0;
}

.x-bus1 .x-con .x-right .x-zhong ul li a {
    display: block;
}

.x-bus1 .x-con .x-right .x-zhong ul li a:hover .x-img .x-img-bj img:nth-of-type(1) {
    opacity: 0;
}

.x-bus1 .x-con .x-right .x-zhong ul li a:hover .x-img .x-img-bj img:nth-of-type(2) {
    opacity: 1;
}

.x-bus1 .x-con .x-right .x-zhong ul li a:hover .x-img .x-z-img svg path {
    fill: #fff;
    filter: initial;
}

.x-bus1 .x-con .x-right .x-zhong ul li a:hover .x-text .x-title2 {
    color: #1e6ac5;
}

.x-bus1 .x-con .x-right .x-zhong ul li a:hover .x-text svg path {
    fill: #1e6ac5;
}

.x-bus1 .x-con .x-right .x-zhong ul li a .x-img {
    position: relative;
}

.x-bus1 .x-con .x-right .x-zhong ul li a .x-img .x-img-bj {
    width: 100%;
    height: 1.92rem;
    position: relative;
}

.x-bus1 .x-con .x-right .x-zhong ul li a .x-img .x-img-bj img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all;
}

.x-bus1 .x-con .x-right .x-zhong ul li a .x-img .x-img-bj img:nth-of-type(2) {
    opacity: 0;
}

.x-bus1 .x-con .x-right .x-zhong ul li a .x-img .x-z-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.x-bus1 .x-con .x-right .x-zhong ul li a .x-img .x-z-img img {
    object-fit: contain;
    width: 1rem;
    height: 1rem;
}

.x-bus1 .x-con .x-right .x-zhong ul li a .x-img .x-z-img svg {
    width: 0.74rem;
    height: 0.74rem;
}

.x-bus1 .x-con .x-right .x-zhong ul li a .x-text .x-title2 {
    font-size: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 0.25rem;
    transition: 0.3s all;
}

@media (max-width: 1580px) {
    .x-bus1 .x-con .x-right .x-zhong ul li a .x-text .x-title2 {
        font-size: 18px;
    }
}

@media (max-width: 1260px) {
    .x-bus1 .x-con .x-right .x-zhong ul li a .x-text .x-title2 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .x-bus1 .x-con .x-right .x-zhong ul li a .x-text .x-title2 {
        font-size: 0.32rem;
    }
}

.x-bus1 .x-con .x-right .x-zhong ul li a .x-text .x-p {
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3em;
    margin: 0.1rem 0 0.25rem 0;
}

.x-bus1 .x-con .x-right .x-zhong ul li a .x-text svg {
    width: 16px;
    height: 14px;
}

.x-bus1 .x-con .x-right .x-zhong ul li a .x-text svg path {
    fill: #666666;
    filter: initial;
}

.x-bus1 .x-con .x-right .x-xia {
    margin-top: 0.45rem;
}

.x-bus1 .x-con .x-right .x-xia .x-title {
    font-size: 0.3rem;
    color: #000;
    margin-bottom: 0.3rem;
}

@media (max-width: 767px) {
    .x-bus1 .x-con .x-right .x-xia .x-title {
        font-size: 0.4rem;
    }
}

.x-bus1 .x-con .x-right .x-xia a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #f5f5f5;
    margin-bottom: 0.4rem;
    padding: 0.4rem;
}

@media (max-width: 991px) {
    .x-bus1 .x-con .x-right .x-xia a {
        padding: 0.2rem;
    }
}

@media (max-width: 767px) {
    .x-bus1 .x-con .x-right .x-xia a {
        padding: 0;
    }
}

.x-bus1 .x-con .x-right .x-xia a:hover .x-img img {
    transform: scale(1.1);
}

.x-bus1 .x-con .x-right .x-xia a:hover .x-text .x-title2 {
    color: #1e6ac5;
}

.x-bus1 .x-con .x-right .x-xia a .x-img {
    width: 23.33%;
    overflow: hidden;
}

@media (max-width: 1260px) {
    .x-bus1 .x-con .x-right .x-xia a .x-img {
        width: 36%;
    }
}

@media (max-width: 991px) {
    .x-bus1 .x-con .x-right .x-xia a .x-img {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .x-bus1 .x-con .x-right .x-xia a .x-img {
        width: 100%;
    }
}

.x-bus1 .x-con .x-right .x-xia a .x-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
}

.x-bus1 .x-con .x-right .x-xia a .x-text {
    width: 76.67%;
    padding: 0 0.4rem;
}

@media (max-width: 1260px) {
    .x-bus1 .x-con .x-right .x-xia a .x-text {
        width: 64%;
    }
}

@media (max-width: 991px) {
    .x-bus1 .x-con .x-right .x-xia a .x-text {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .x-bus1 .x-con .x-right .x-xia a .x-text {
        width: 100%;
        padding: 0.2rem;
    }
}

.x-bus1 .x-con .x-right .x-xia a .x-text .x-title2 {
    font-size: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: 0.3s all;
}

@media (max-width: 1580px) {
    .x-bus1 .x-con .x-right .x-xia a .x-text .x-title2 {
        font-size: 18px;
    }
}

@media (max-width: 1260px) {
    .x-bus1 .x-con .x-right .x-xia a .x-text .x-title2 {
        font-size: 16px;
    }
}

.x-bus1 .x-con .x-right .x-xia a .x-text span {
    color: #999999;
    display: block;
    margin: 0.1rem 0 0.2rem 0;
}

.x-bus1 .x-con .x-right .x-xia a .x-text .x-p {
    color: #666666;
    margin-bottom: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.x-bus1 .x-con .x-right .x-xia a .x-text svg {
    width: 16px;
    height: 14px;
}

.x-bus1 .x-con .x-right .x-xia a .x-text svg path {
    fill: #999999;
}

.x-news-list1 {
    background-color: #f5f5f5;
}

@media (max-width: 767px) {
    .x-news-list1 {
        padding-bottom: 0.4rem;
    }
}

.x-news-list1 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
}

.x-news-list1 .container .x-left {
    margin-top: 0.38rem;
}

.x-news-list1 .container .x-left a {
    display: inline-block;
    font-size: 18px;
    color: #666666;
    padding-bottom: 0.4rem;
    position: relative;
    margin-right: 0.7rem;
}

@media (max-width: 1580px) {
    .x-news-list1 .container .x-left a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .x-news-list1 .container .x-left a {
        font-size: 0.3rem;
        padding-bottom: 0.2rem;
    }
}

.x-news-list1 .container .x-left a:hover {
    color: #1e6ac5;
}

.x-news-list1 .container .x-left a:hover::before {
    width: 100%;
    opacity: 1;
}

.x-news-list1 .container .x-left a.on {
    color: #1e6ac5;
}

.x-news-list1 .container .x-left a.on::before {
    width: 100%;
    opacity: 1;
}

.x-news-list1 .container .x-left a::before {
    content: "";
    width: 0;
    height: 0.02rem;
    background-color: #1e6ac5;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.3s all;
}

.x-news-list1 .container .x-right {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .x-news-list1 .container .x-right {
        padding: 0.2rem 0;
    }
}

@media (max-width: 767px) {
    .x-news-list1 .container .x-right {
        padding: 0;
    }
}

.x-news-list1 .container .x-right .x-le {
    position: relative;
    margin-right: 0.2rem;
}

@media (max-width: 767px) {
    .x-news-list1 .container .x-right .x-le {
        width: 100%;
        margin-top: 0.4rem;
        margin-right: 0;
        margin-bottom: 0.3rem;
    }
}

.x-news-list1 .container .x-right .x-le p {
    font-size: 15px;
    color: #999999;
    height: 50px;
    line-height: 50px;
    padding: 0 0.2rem;
    border: 1px solid #cccccc;
    border-radius: 100px;
    min-width: 2.1rem;
    position: relative;
    cursor: pointer;
}

@media (max-width: 1580px) {
    .x-news-list1 .container .x-right .x-le p {
        min-width: 2.8rem;
        font-size: 14px;
        height: 44px;
        line-height: 44px;
    }
}

.x-news-list1 .container .x-right .x-le p svg {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

@media (max-width: 767px) {
    .x-news-list1 .container .x-right .x-le p svg {
        right: 0.4rem;
    }
}

.x-news-list1 .container .x-right .x-le p svg path {
    fill: #999999;
}

.x-news-list1 .container .x-right .x-le ul {
    display: none;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 0.2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 55;
}

.x-news-list1 .container .x-right .x-le ul.on {
    display: block;
}

.x-news-list1 .container .x-right .x-le ul li {
    margin-bottom: 0.1rem;
    cursor: pointer;
}

.x-news-list1 .container .x-right .x-le ul li:hover span {
    color: #000;
}

.x-news-list1 .container .x-right .x-le ul li span {
    color: #999999;
    transition: 0.3s all;
    display: block;
}

.x-news-list1 .container .x-right .x-form {
    width: 3rem;
    height: 0.5rem;
    border: 1px solid #cccccc;
    border-radius: 100px;
    display: flex;
    align-items: center;
    height: 50px;
}

@media (max-width: 1580px) {
    .x-news-list1 .container .x-right .x-form {
        height: 44px;
    }
}

@media (max-width: 1260px) {
    .x-news-list1 .container .x-right .x-form {
        width: 4rem;
    }
}

@media (max-width: 767px) {
    .x-news-list1 .container .x-right .x-form {
        width: 100%;
    }
}

.x-news-list1 .container .x-right .x-form input {
    width: 84%;
    height: 100%;
    font-size: 15px;
    color: #999999;
    padding: 0 0.2rem;
}

@media (max-width: 1580px) {
    .x-news-list1 .container .x-right .x-form input {
        font-size: 14px;
    }
}

.x-news-list1 .container .x-right .x-form input::placeholder {
    color: #999999;
}

.x-news-list1 .container .x-right .x-form button {
    width: 16%;
}

.x-news-list1 .container .x-right .x-form button svg {
    width: 20px;
    height: 20px;
}

.x-news-list1 .container .x-right .x-form button svg path {
    fill: #999999;
}

.x-news-list2 {
    padding-bottom: 0.2rem;
}

.x-news-list2 .container ul {
    margin-top: 0.6rem;
}

.x-news-list2 .container ul li {
    margin-bottom: 0.4rem;
}

.x-news-list2 .container ul li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    transition: 0.3s all;
}

@media (max-width: 767px) {
    .x-news-list2 .container ul li a {
        padding: 0;
    }
}

.x-news-list2 .container ul li a:hover .x-img img {
    transform: scale(1.1);
}

.x-news-list2 .container ul li a:hover .x-text .x-tit .x-title {
    color: #1e6ac5;
}

.x-news-list2 .container ul li a:hover .x-text .x-tit .x-title::before {
    background-color: #1e6ac5;
}

.x-news-list2 .container ul li a:hover .x-text .x-tit span {
    color: #1e6ac5;
}

.x-news-list2 .container ul li a:hover .x-text .x-p {
    color: #1e6ac5;
}

.x-news-list2 .container ul li a:hover .x-text .x-a .x-sp {
    left: 0;
}

.x-news-list2 .container ul li a:hover .x-text .x-a .x-sp span {
    opacity: 1;
}

.x-news-list2 .container ul li a:hover .x-text .x-a .x-sp svg path {
    fill: #fff;
}

.x-news-list2 .container ul li a .x-img {
    width: 10.66%;
    height: 1rem;
    overflow: hidden;
    display: none;
}

@media (max-width: 1580px) {
    .x-news-list2 .container ul li a .x-img {
        height: 1.2rem;
    }
}

@media (max-width: 1260px) {
    .x-news-list2 .container ul li a .x-img {
        width: 15.66%;
    }
}

@media (max-width: 991px) {
    .x-news-list2 .container ul li a .x-img {
        width: 20.66%;
    }
}

@media (max-width: 767px) {
    .x-news-list2 .container ul li a .x-img {
        width: 100%;
        height: 3.6rem;
    }
}

.x-news-list2 .container ul li a .x-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
}

.x-news-list2 .container ul li a .x-text {
    width: 100%;
}

@media (max-width: 767px) {
    .x-news-list2 .container ul li a .x-text {
        width: 100%;
    }
}

.x-news-list2 .container ul li a .x-text .x-tit {
    display: flex;
    justify-content: space-between;
}

.x-news-list2 .container ul li a .x-text .x-tit .x-title {
    font-size: 20px;
    color: #000;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: 0.3s all;
    padding-left: 0.2rem;
    position: relative;
}

@media (max-width: 1580px) {
    .x-news-list2 .container ul li a .x-text .x-tit .x-title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .x-news-list2 .container ul li a .x-text .x-tit .x-title {
        width: 72%;
        font-size: 0.32rem;
    }
}

.x-news-list2 .container ul li a .x-text .x-tit .x-title::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0.7em;
    transition: 0.4s ease-in-out;
}

.x-news-list2 .container ul li a .x-text .x-tit span {
    color: #666;
    flex-shrink: 0;
    transition: 0.3s all;
}

.x-news-list2 .container ul li a .x-text .x-p {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3em;
    margin: 0.15rem 0 0.35rem 0;
    transition: 0.3s all;
    display: none;
}

.x-news-list2 .container ul li a .x-text .x-a {
    overflow: hidden;
    display: none;
}

.x-news-list2 .container ul li a .x-text .x-a .x-sp {
    position: relative;
    left: -0.85rem;
    transition: 0.3s all;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media (max-width: 1580px) {
    .x-news-list2 .container ul li a .x-text .x-a .x-sp {
        left: -0.95rem;
    }
}

@media (max-width: 767px) {
    .x-news-list2 .container ul li a .x-text .x-a .x-sp {
        left: -1.2rem;
    }
}

.x-news-list2 .container ul li a .x-text .x-a span {
    display: inline-block;
    color: #fff;
    margin-right: 0.2rem;
    transition: 0.3s all;
    opacity: 0;
}

.x-news-list2 .container ul li a .x-text .x-a svg {
    width: 16px;
    height: 14px;
    transition: 0.3s all;
}

.x-news-list2 .container ul li a .x-text .x-a svg path {
    transition: 0.3s all;
    fill: #999999;
}

.x-page1 {
    padding-bottom: 1rem;
}

.x-page1 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .x-page1 .container .x-a {
        display: flex;
    }
}

.x-page1 .container .x-a a {
    display: inline-flex;
    width: 0.6rem;
    height: 0.6rem;
    border: 1px solid #e2e2e2;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 100%;
    color: #999;
    margin-right: 0.2rem;
    transition: 0.3s all;
}

@media (max-width: 767px) {
    .x-page1 .container .x-a a {
        display: none;
    }
}

.x-page1 .container .x-a a.on {
    background-color: #1e6ac5;
    color: #fff;
    border: 1px solid #1e6ac5;
}

.x-page1 .container .x-a a.on svg path {
    fill: #fff;
}

.x-page1 .container .x-a a:hover {
    background-color: #1e6ac5;
    color: #fff;
    border: 1px solid #1e6ac5;
}

.x-page1 .container .x-a a:hover svg path {
    fill: #fff;
}

.x-page1 .container .x-a a.x-le {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .x-page1 .container .x-a a.x-le {
        display: flex;
        width: 0.8rem;
        height: 0.8rem;
    }
}

@media (max-width: 767px) {
    .x-page1 .container .x-a a.x-ri {
        display: flex;
        width: 0.8rem;
        height: 0.8rem;
    }
}

.x-page1 .container .x-a a svg {
    width: 16px;
    height: 14px;
}

.x-page1 .container .x-a a svg path {
    transition: 0.3s all;
    fill: #999;
}

.x-page1 .container input::-webkit-outer-spin-button,
.x-page1 .container input::-webkit-inner-spin-button {
    appearance: none;
}

.x-page1 .container span {
    color: #999999;
}

.x-page1 .container input {
    display: inline-flex;
    width: 0.6rem;
    height: 0.6rem;
    border: 1px solid #e2e2e2;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 100%;
    color: #999;
    text-align: center;
    margin: 0 0.1rem;
}

@media (max-width: 767px) {
    .x-page1 .container input {
        width: 0.8rem;
        height: 0.8rem;
    }
}

.x-join1 {
    padding: 1rem 0;
}

.x-join1 .container {
    position: relative;
}

.x-join1 .container .public-img::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.x-join1 .container .public-img::before {
    padding-top: 43.75%;
}

@media (max-width: 767px) {
    .x-join1 .container .public-img::before {
        padding-top: 57.75%;
    }
}

.x-join1 .container .x-a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    display: flex;
    justify-content: flex-start;
}

.x-join1 .container .x-a a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 100%;
    border: 0.02rem solid #fff;
    position: relative;
    transition: 0.3s all;
}

@media (max-width: 767px) {
    .x-join1 .container .x-a a {
        width: 1.8rem;
        height: 1.8rem;
    }
}

.x-join1 .container .x-a a:hover {
    background-color: #fff;
}

.x-join1 .container .x-a a:hover svg path {
    fill: #1e6ac5;
}

.x-join1 .container .x-a a:hover p {
    color: #1e6ac5;
}

.x-join1 .container .x-a a:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: scalemap 1s linear infinite;
    -webkit-animation: scalemap 1s linear infinite;
}

.x-join1 .container .x-a a:hover::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: scalemap 1s linear 0.5s infinite;
    -webkit-animation: scalemap 1s linear 0.5s infinite;
}

.x-join1 .container .x-a a:first-child {
    margin-right: 2.5rem;
}

@media (max-width: 767px) {
    .x-join1 .container .x-a a:first-child {
        margin-right: 0.5rem;
    }
}

.x-join1 .container .x-a a svg {
    width: 0.42rem;
    height: 0.42rem;
}

.x-join1 .container .x-a a svg path {
    transition: 0.3s all;
    fill: #fff;
}

.x-join1 .container .x-a a p {
    font-size: 20px;
    color: #fff;
    margin-top: 0.12rem;
}

@media (max-width: 1580px) {
    .x-join1 .container .x-a a p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .x-join1 .container .x-a a p {
        font-size: 0.28rem;
    }
}

@keyframes scalemap {
    0% {
        transform: translate(-50%, -50%) scale(1.05);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes scalemap {
    0% {
        transform: translate(-50%, -50%) scale(1.05);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

.x-join2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1rem 0;
}

@media (max-width: 767px) {
    .x-join2 {
        padding: 1.2rem 0;
    }
}

.x-join2 .container {
    position: relative;
}

.x-join2 .container .x-title {
    font-size: 0.48rem;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
}

@media (max-width: 767px) {
    .x-join2 .container .x-title {
        position: initial;
        margin-bottom: 0.5rem;
    }
}

.x-join2 .container .swiper-container .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.x-join2 .container .swiper-container .swiper-button-prev1 {
    width: 0.6rem;
    height: 0.6rem;
    border: 0.02rem solid #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: 0.3s all;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}

@media (max-width: 767px) {
    .x-join2 .container .swiper-container .swiper-button-prev1 {
        display: none;
    }
}

.x-join2 .container .swiper-container .swiper-button-prev1:hover {
    background-color: #fff;
}

.x-join2 .container .swiper-container .swiper-button-prev1:hover svg path {
    fill: #1e6ac5;
}

.x-join2 .container .swiper-container .swiper-button-prev1 svg {
    width: 16px;
    height: 12px;
    transform: rotate(180deg);
}

.x-join2 .container .swiper-container .swiper-button-prev1 svg path {
    transition: 0.3s all;
}

.x-join2 .container .swiper-container .swiper-button-next1 {
    width: 0.6rem;
    height: 0.6rem;
    border: 0.02rem solid #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: 0.3s all;
    position: absolute;
    left: 0.8rem;
    bottom: 0;
    z-index: 5;
}

@media (max-width: 767px) {
    .x-join2 .container .swiper-container .swiper-button-next1 {
        display: none;
    }
}

.x-join2 .container .swiper-container .swiper-button-next1:hover {
    background-color: #fff;
}

.x-join2 .container .swiper-container .swiper-button-next1:hover svg path {
    fill: #1e6ac5;
}

.x-join2 .container .swiper-container .swiper-button-next1 svg {
    width: 16px;
    height: 12px;
}

.x-join2 .container .swiper-container .swiper-button-next1 svg path {
    transition: 0.3s all;
}

.x-contact1 {
    background-color: #f5f5f5;
    padding: 1.1rem 0 1rem 0;
}

@media (max-width: 767px) {
    .x-contact1 {
        padding: 1rem 0 1.2rem 0;
    }
}

.x-contact1 .container .x-public-box .x-title {
    padding: 0 1.35rem 0.2rem 1.35rem;
}

.x-contact1 .container .x-xia {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1rem;
}

@media (max-width: 767px) {
    .x-contact1 .container .x-xia {
        margin-top: 0.4rem;
    }
}

.x-contact1 .container .x-xia .x-left {
    width: 27.5%;
    position: relative;
}

@media (max-width: 991px) {
    .x-contact1 .container .x-xia .x-left {
        width: 100%;
    }
}

.x-contact1 .container .x-xia .x-left ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 0.33rem 0.2rem 0.33rem 0.3rem;
    margin-bottom: 0.15rem;
    transition: 0.3s all;
    cursor: pointer;
}

@media (max-width: 1580px) {
    .x-contact1 .container .x-xia .x-left ul li {
        padding: 0.42rem 0.3rem 0.42rem 0.4rem;
    }
}

.x-contact1 .container .x-xia .x-left ul li.on {
    background: url('../images/x-contact5.jpg') no-repeat center;
    background-size: cover;
}

.x-contact1 .container .x-xia .x-left ul li.on p {
    color: #fff;
}

.x-contact1 .container .x-xia .x-left ul li.on .x-img {
    background-color: #fff;
}

.x-contact1 .container .x-xia .x-left ul li.on .x-img svg path {
    fill: #1e6ac5;
}

.x-contact1 .container .x-xia .x-left ul li:last-child {
    margin-bottom: 0;
}

.x-contact1 .container .x-xia .x-left ul li p {
    font-size: 18px;
    color: #666666;
    transition: 0.3s all;
}

@media (max-width: 767px) {
    .x-contact1 .container .x-xia .x-left ul li p {
        font-size: 0.32rem;
    }
}

.x-contact1 .container .x-xia .x-left ul li .x-img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #1e6ac5;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: 0.3s all;
}

@media (max-width: 1580px) {
    .x-contact1 .container .x-xia .x-left ul li .x-img {
        width: 24px;
        height: 24px;
    }
}

.x-contact1 .container .x-xia .x-left ul li .x-img svg {
    width: 12px;
    height: 20px;
}

.x-contact1 .container .x-xia .x-left ul li .x-img svg path {
    fill: #fff;
}

.x-contact1 .container .x-xia .x-right {
    width: 70.62%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

@media (max-width: 991px) {
    .x-contact1 .container .x-xia .x-right {
        width: 100%;
        margin-top: 0.4rem;
    }
}

.x-contact1 .container .x-xia .x-right ul li {
    display: none;
    transition: 0.5s all;
    -webkit-animation-name: xdhs;
    animation-name: xdhs;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: 0.5rem 1.9rem 0.5rem 0.5rem;
    flex-wrap: wrap;
}

@media (max-width: 1580px) {
    .x-contact1 .container .x-xia .x-right ul li {
        padding-right: 0.5rem;
    }
}

@media (max-width: 767px) {
    .x-contact1 .container .x-xia .x-right ul li {
        padding: 0.3rem;
    }
}

.x-contact1 .container .x-xia .x-right ul li.on {
    display: flex;
}

.x-contact1 .container .x-xia .x-right ul li .public-img {
    width: 51.68%;
}

@media (max-width: 767px) {
    .x-contact1 .container .x-xia .x-right ul li .public-img {
        width: 100%;
    }
}

.x-contact1 .container .x-xia .x-right ul li .public-img::before {
    padding-top: 71.73%;
}

.x-contact1 .container .x-xia .x-right ul li .x-text {
    padding-left: 0.4rem;
    width: 48.32%;
}

@media (max-width: 767px) {
    .x-contact1 .container .x-xia .x-right ul li .x-text {
        width: 100%;
        padding: 0;
    }
}

.x-contact1 .container .x-xia .x-right ul li .x-text .x-title {
    font-size: 0.28rem;
    color: #1e6ac5;
    margin: 0.2rem 0 0.08rem 0;
}

@media (max-width: 1580px) {
    .x-contact1 .container .x-xia .x-right ul li .x-text .x-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .x-contact1 .container .x-xia .x-right ul li .x-text .x-title {
        font-size: 0.36rem;
    }
}

.x-contact1 .container .x-xia .x-right ul li .x-text p {
    padding-top: 0.25rem;
    border-top: 1px dashed #666;
    font-size: 18px;
}

@media (max-width: 1580px) {
    .x-contact1 .container .x-xia .x-right ul li .x-text p {
        font-size: 16px;
    }
}

.x-contact1 .container .x-xia .x-right ul li .x-text p span {
    display: block;
    line-height: 2;
    color: #666666;
}

.x-contact2 {
    padding: 0.9rem 0 1rem 0;
}

@media (max-width: 767px) {
    .x-contact2 {
        padding: 1rem 0 1.2rem 0;
    }
}

.x-contact2 .container .x-public-box .x-title {
    padding: 0 0.45rem 0.2rem 0.45rem;
}

@media (max-width: 767px) {
    .x-contact2 .container .x-public-box .x-title {
        padding: 0;
    }
}

.x-contact2 .container .x-public-box .x-title::after {
    width: 4.6rem;
    background: url(../images/x-t-left3.png) no-repeat center;
    background-size: contain;
}

@media (max-width: 767px) {
    .x-contact2 .container .x-public-box .x-title::after {
        display: none;
    }
}

.x-contact2 .container .x-public-box .x-title::before {
    width: 4.6rem;
    background: url(../images/x-t-right3.png) no-repeat center;
    background-size: contain;
}

@media (max-width: 767px) {
    .x-contact2 .container .x-public-box .x-title::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .x-contact2 .container .x-public-box .x-title span {
        padding: 0;
    }

    .x-contact2 .container .x-public-box .x-title span::before {
        display: none;
    }

    .x-contact2 .container .x-public-box .x-title span::after {
        display: none;
    }
}

.x-contact2 .container .x-form {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

@media (max-width: 767px) {
    .x-contact2 .container .x-form {
        margin-top: 0.4rem;
    }
}

.x-contact2 .container .x-form input {
    background-color: #f5f5f5;
    width: 49.3%;
    height: 60px;
    line-height: 60px;
    padding: 0 0.3rem;
    margin-bottom: 0.2rem;
    color: #666666;
    font-size: 18px;
    margin-right: 1.4%;
}

@media (max-width: 1580px) {
    .x-contact2 .container .x-form input {
        font-size: 16px;
        height: 54px;
        line-height: 54px;
    }
}

@media (max-width: 767px) {
    .x-contact2 .container .x-form input {
        font-size: 0.28rem;
        height: 0.8rem;
        line-height: 0.8rem;
        width: 100%;
        margin-right: 0;
    }
}

.x-contact2 .container .x-form input:nth-of-type(2n) {
    margin-right: 0;
}

.x-contact2 .container .x-form input::placeholder {
    color: #666666;
}

.x-contact2 .container .x-form textarea {
    width: 100%;
    background-color: #f5f5f5;
    padding: 0.2rem 0.3rem;
    font-size: 18px;
    color: #666666;
    height: 120px;
    margin-bottom: 0.2rem;
}

@media (max-width: 1580px) {
    .x-contact2 .container .x-form textarea {
        font-size: 16px;
        height: 110px;
    }
}

@media (max-width: 767px) {
    .x-contact2 .container .x-form textarea {
        font-size: 0.28rem;
        height: 1.8rem;
    }
}

.x-contact2 .container .x-form .x-yzm {
    width: 25%;
    position: relative;
}

@media (max-width: 991px) {
    .x-contact2 .container .x-form .x-yzm {
        width: 38%;
    }
}

@media (max-width: 767px) {
    .x-contact2 .container .x-form .x-yzm {
        width: 61%;
    }
}

.x-contact2 .container .x-form .x-yzm input {
    width: 100%;
    margin-bottom: 0;
    padding-right: 2.4rem;
}

.x-contact2 .container .x-form .x-yzm img {
    width: 1.98rem;
    height: 58px;
    object-fit: contain;
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

@media (max-width: 1580px) {
    .x-contact2 .container .x-form .x-yzm img {
        height: 54px;
    }
}

@media (max-width: 767px) {
    .x-contact2 .container .x-form .x-yzm img {
        height: 0.8rem;
    }
}

.x-contact2 .container .x-form button {
    font-size: 18px;
    color: #fff;
    background-color: #1e6ac5;
    padding: 0 0.64rem;
    height: 60px;
    margin-left: 0.2rem;
    transition: 0.3s all;
}

@media (max-width: 1580px) {
    .x-contact2 .container .x-form button {
        height: 54px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .x-contact2 .container .x-form button {
        height: 0.8rem;
        font-size: 0.28rem;
    }
}

.x-contact2 .container .x-form button:hover {
    opacity: 0.9;
}

.x-busin1 {
    padding: 0.6rem 0 1rem 0;
}

.x-busin1 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.x-busin1 .container .x-left {
    width: 22.5%;
    padding-left: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .x-busin1 .container .x-left {
        width: 100%;
    }
}

.x-busin1 .container .x-left a {
    display: block;
    font-size: 20px;
    color: #fff;
    padding: 0.16rem 0.55rem 0.16rem 0.35rem;
    position: relative;
    transition: 0.3s all;
}

@media (max-width: 1580px) {
    .x-busin1 .container .x-left a {
        font-size: 18px;
    }
}

@media (max-width: 1260px) {
    .x-busin1 .container .x-left a {
        font-size: 16px;
    }
}

.x-busin1 .container .x-left a:hover {
    background-color: #fff;
    color: #1e6ac5;
}

.x-busin1 .container .x-left a:hover svg {
    opacity: 1;
}

.x-busin1 .container .x-left a.on {
    background-color: #fff;
    color: #1e6ac5;
}

.x-busin1 .container .x-left a.on svg {
    opacity: 1;
}

.x-busin1 .container .x-left a svg {
    width: 14px;
    height: 16px;
    position: absolute;
    right: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.3s all;
}

.x-busin1 .container .x-left a svg path {
    fill: #1e6ac5;
}

.x-busin1 .container .x-right {
    width: 71.25%;
}

@media (max-width: 991px) {
    .x-busin1 .container .x-right {
        width: 100%;
        margin-top: 0.4rem;
    }
}

.x-busin1 .container .x-right .x-aa a {
    display: block;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 0.4rem;
    position: relative;
}

.x-busin1 .container .x-right .x-aa a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #1e6ac5;
    transition: 0.3s all;
    opacity: 0;
}

.x-busin1 .container .x-right .x-aa a:hover::before {
    width: 100%;
    opacity: 1;
}

.x-busin1 .container .x-right .x-aa a:hover .x-sp {
    color: #1e6ac5;
    border: 1px solid #1e6ac5;
}

.x-busin1 .container .x-right .x-aa a:hover .x-tit .x-title {
    color: #1e6ac5;
}

.x-busin1 .container .x-right .x-aa a .x-sp {
    font-size: 14px;
    color: #999999;
    display: inline-block;
    border: 1px solid #cccccc;
    padding: 0.05rem 0.095rem;
    border-radius: 3px;
    transition: 0.3s all;
    margin-right: 0.1rem;
}

@media (max-width: 767px) {
    .x-busin1 .container .x-right .x-aa a .x-sp {
        padding: 0.05rem 0.18rem;
    }
}

.x-busin1 .container .x-right .x-aa a .x-tit {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0.15rem 0 0.2rem 0;
}

.x-busin1 .container .x-right .x-aa a .x-tit .x-title {
    font-size: 20px;
    color: #000;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: 0.3s all;
}

@media (max-width: 1580px) {
    .x-busin1 .container .x-right .x-aa a .x-tit .x-title {
        font-size: 18px;
    }
}

@media (max-width: 1260px) {
    .x-busin1 .container .x-right .x-aa a .x-tit .x-title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .x-busin1 .container .x-right .x-aa a .x-tit .x-title {
        width: 70%;
    }
}

.x-busin1 .container .x-right .x-aa a .x-tit span {
    color: #666666;
    flex-shrink: 0;
}

.x-busin1 .container .x-right .x-aa a .x-p {
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3em;
}

.x-busin1 .container .x-right .x-page1 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.x-busin1 .container .x-right .x-xia {
    background-color: #f5f5f5;
    padding: 0.4rem;
}

.x-busin1 .container .x-right .x-xia .x-top {
    margin-bottom: 0.28rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.x-busin1 .container .x-right .x-xia .x-top .x-title {
    font-size: 0.36rem;
    color: #000000;
    line-height: 1;
}

@media (max-width: 767px) {
    .x-busin1 .container .x-right .x-xia .x-top .x-title {
        font-size: 0.4rem;
    }
}

.x-busin1 .container .x-right .x-xia .x-top .x-bou {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.x-busin1 .container .x-right .x-xia .x-top .x-bou .swiper-button-prev1 {
    margin-right: 0.25rem;
    cursor: pointer;
}

.x-busin1 .container .x-right .x-xia .x-top .x-bou .swiper-button-prev1:hover svg path {
    fill: #1e6ac5;
}

.x-busin1 .container .x-right .x-xia .x-top .x-bou .swiper-button-prev1 svg {
    width: 16px;
    height: 16px;
    transform: rotate(180deg);
}

.x-busin1 .container .x-right .x-xia .x-top .x-bou .swiper-button-prev1 svg path {
    fill: #999999;
    transition: 0.3s all;
}

.x-busin1 .container .x-right .x-xia .x-top .x-bou .swiper-button-next1 {
    cursor: pointer;
}

.x-busin1 .container .x-right .x-xia .x-top .x-bou .swiper-button-next1:hover svg path {
    fill: #1e6ac5;
}

.x-busin1 .container .x-right .x-xia .x-top .x-bou .swiper-button-next1 svg {
    width: 16px;
    height: 14px;
}

.x-busin1 .container .x-right .x-xia .x-top .x-bou .swiper-button-next1 svg path {
    fill: #999999;
    transition: 0.3s all;
}

.x-busin1 .container .x-right .x-xia .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
}

.x-busin1 .container .x-right .x-xia .swiper-container .swiper-wrapper .swiper-slide a .public-img::before {
    padding-top: 58.82%;
}

.x-busin1 .container .x-right .x-xia .swiper-container .swiper-wrapper .swiper-slide a .x-title {
    font-size: 20px;
    color: #000;
    margin-top: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (max-width: 1580px) {
    .x-busin1 .container .x-right .x-xia .swiper-container .swiper-wrapper .swiper-slide a .x-title {
        font-size: 18px;
    }
}

@media (max-width: 1260px) {
    .x-busin1 .container .x-right .x-xia .swiper-container .swiper-wrapper .swiper-slide a .x-title {
        font-size: 16px;
    }
}

.x-busin1 .container .x-right .x-xia .swiper-container .swiper-wrapper .swiper-slide a .x-t-rq {
    display: flex;
    margin: 0.15rem 0 0.4rem 0;
}

.x-busin1 .container .x-right .x-xia .swiper-container .swiper-wrapper .swiper-slide a .x-t-rq .x-rq {
    display: flex;
    align-items: center;
    margin-right: 0.3rem;
}

.x-busin1 .container .x-right .x-xia .swiper-container .swiper-wrapper .swiper-slide a .x-t-rq svg {
    width: 20px;
    height: 20px;
    margin-right: 0.1rem;
}

@media (max-width: 1580px) {
    .x-busin1 .container .x-right .x-xia .swiper-container .swiper-wrapper .swiper-slide a .x-t-rq svg {
        width: 16px;
        height: 16px;
    }
}

.x-busin1 .container .x-right .x-xia .swiper-container .swiper-wrapper .swiper-slide a .x-t-rq svg path {
    fill: #999999;
}

.x-busin1 .container .x-right .x-xia .swiper-container .swiper-wrapper .swiper-slide a .x-t-rq span {
    color: #999999;
    font-size: 14px;
}

.x-busin1 .container .x-right .x-xia .swiper-container .swiper-wrapper .swiper-slide a .x-sp {
    display: inline-block;
    color: #fff;
    background-color: #1e6ac5;
    border-radius: 100px;
    padding: 0.08rem 0.28rem;
}

.x-activity1 {
    padding: 1rem 0;
}

@media (max-width: 767px) {
    .x-activity1 {
        padding: 1.2rem 0;
    }
}

.x-activity1 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.x-activity1 .container .x-left {
    width: 65.625%;
}

@media (max-width: 991px) {
    .x-activity1 .container .x-left {
        width: 100%;
    }
}

.x-activity1 .container .x-left .swiper-slide {
    position: relative;
}

.x-activity1 .container .x-left .swiper-slide:hover .public-img img {
    transform: scale(1.1);
}

.x-activity1 .container .x-left .swiper-slide::before {
    content: "";
    width: 100%;
    height: 1.3rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: url('../images/x-acti5.png') no-repeat center;
    background-size: cover;
}

.x-activity1 .container .x-left .swiper-slide .public-img::before {
    padding-top: 41.9%;
}

@media (max-width: 1290px) {
    .x-activity1 .container .x-left .swiper-slide .public-img::before {
        padding-top: 44.9%;
    }
}

@media (max-width: 1260px) {
    .x-activity1 .container .x-left .swiper-slide .public-img::before {
        padding-top: 50%;
    }
}

@media (max-width: 991px) {
    .x-activity1 .container .x-left .swiper-slide .public-img::before {
        padding-top: 41.9%;
    }
}

.x-activity1 .container .x-left .swiper-slide .x-title {
    font-size: 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3em;
    position: absolute;
    left: 0;
    bottom: 0.3rem;
    z-index: 5;
    padding-left: 0.3rem;
    width: 65%;
}

@media (max-width: 1580px) {
    .x-activity1 .container .x-left .swiper-slide .x-title {
        font-size: 18px;
    }
}

@media (max-width: 1260px) {
    .x-activity1 .container .x-left .swiper-slide .x-title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .x-activity1 .container .x-left .swiper-slide .x-title {
        font-size: 0.28rem;
    }
}

.x-activity1 .container .x-left .swiper-pagination {
    text-align: right;
    padding-right: 0.2rem;
}

.x-activity1 .container .x-left .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    opacity: 1;
    border: 0.02rem solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    width: 12px;
    height: 12px;
    margin: 0 0.1rem;
}

@media (max-width: 767px) {
    .x-activity1 .container .x-left .swiper-pagination .swiper-pagination-bullet {
        width: 0.1rem;
        height: 0.1rem;
    }
}

.x-activity1 .container .x-left .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

.x-activity1 .container .x-right {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 31.25%;
    padding: 0.3rem 0.4rem 0 0.4rem;
}

@media (max-width: 991px) {
    .x-activity1 .container .x-right {
        width: 100%;
    }
}

.x-activity1 .container .x-right .x-title {
    display: flex;
    align-items: center;
    margin-bottom: 0.45rem;
}

.x-activity1 .container .x-right .x-title svg {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.18rem;
}

.x-activity1 .container .x-right .x-title svg path {
    fill: #1e6ac5;
}

.x-activity1 .container .x-right .x-title span {
    font-size: 0.3rem;
    color: #000;
}

@media (max-width: 767px) {
    .x-activity1 .container .x-right .x-title span {
        font-size: 0.36rem;
    }
}

.x-activity1 .container .x-right .x-a a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.24rem 0;
    border-top: 1px solid #e2e2e2;
}

.x-activity1 .container .x-right .x-a a:hover .x-title2 {
    color: #1e6ac5;
}

.x-activity1 .container .x-right .x-a a:hover span {
    color: #1e6ac5;
}

.x-activity1 .container .x-right .x-a a .x-title2 {
    color: #000000;
    font-size: 20px;
    transition: 0.3s all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 70%;
}

@media (max-width: 1580px) {
    .x-activity1 .container .x-right .x-a a .x-title2 {
        font-size: 18px;
    }
}

@media (max-width: 1260px) {
    .x-activity1 .container .x-right .x-a a .x-title2 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .x-activity1 .container .x-right .x-a a .x-title2 {
        font-size: 0.28rem;
    }
}

.x-activity1 .container .x-right .x-a a span {
    color: #666666;
    transition: 0.3s all;
    flex-shrink: 0;
}

.x-activity2 {
    padding: 0.9rem 0 1.4rem 0;
}

.x-activity2 .container .x-public-box .x-title {
    padding: 0 1.35rem 0.2rem 1.35rem;
}

.x-activity2 .container .x-xia {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.x-activity2 .container .x-xia .x-left {
    width: 31.25%;
}

@media (max-width: 767px) {
    .x-activity2 .container .x-xia .x-left {
        width: 100%;
    }
}

.x-activity2 .container .x-xia .x-left ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #ffffff;
    position: relative;
    padding: 0.42rem 0.55rem 0.42rem 0.6rem;
    cursor: pointer;
    margin-bottom: 0.2rem;
}

@media (max-width: 1580px) {
    .x-activity2 .container .x-xia .x-left ul li {
        margin-bottom: 0.38rem;
    }
}

@media (max-width: 991px) {
    .x-activity2 .container .x-xia .x-left ul li {
        padding: 0.42rem 0.2rem;
    }
}

.x-activity2 .container .x-xia .x-left ul li:last-child {
    margin-bottom: 0;
}

.x-activity2 .container .x-xia .x-left ul li.on {
    background: url('../images/x-acti6.jpg') no-repeat center;
    background-size: cover;
}

.x-activity2 .container .x-xia .x-left ul li.on svg path {
    fill: #fff;
}

.x-activity2 .container .x-xia .x-left ul li.on .x-title {
    color: #fff;
}

.x-activity2 .container .x-xia .x-left ul li svg {
    width: 0.24rem;
    height: 0.24rem;
    flex-shrink: 0;
}

.x-activity2 .container .x-xia .x-left ul li svg:nth-of-type(2) {
    width: 16px;
    height: 12px;
    position: absolute;
    right: 0.55rem;
    top: 50%;
    transform: translateY(-50%);
}

.x-activity2 .container .x-xia .x-left ul li svg path {
    fill: #999999;
}

.x-activity2 .container .x-xia .x-left ul li .x-title {
    font-size: 24px;
    color: #000;
    margin-left: 0.15rem;
    width: 80%;
}

@media (max-width: 1580px) {
    .x-activity2 .container .x-xia .x-left ul li .x-title {
        font-size: 20px;
    }
}

@media (max-width: 1260px) {
    .x-activity2 .container .x-xia .x-left ul li .x-title {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .x-activity2 .container .x-xia .x-left ul li .x-title {
        width: 62%;
    }
}

@media (max-width: 767px) {
    .x-activity2 .container .x-xia .x-left ul li .x-title {
        font-size: 0.34rem;
    }
}

.x-activity2 .container .x-xia .x-right {
    width: 65.625%;
    background-color: #fff;
    padding: 0.2rem 0.45rem 0.2rem 0.5rem;
}

@media (max-width: 767px) {
    .x-activity2 .container .x-xia .x-right {
        width: 100%;
        margin-top: 0.4rem;
        padding: 0.3rem;
    }
}

.x-activity2 .container .x-xia .x-right .x-r-a {
    display: none;
}

.x-activity2 .container .x-xia .x-right .x-r-a.on {
    display: block;
}

.x-activity2 .container .x-xia .x-right .x-a a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dotted #999999;
    padding: 0.15rem 0;
}

.x-activity2 .container .x-xia .x-right .x-a a:hover .x-title {
    color: #1e6ac5;
}

.x-activity2 .container .x-xia .x-right .x-a a:hover .x-title::before {
    border-left-color: #1e6ac5;
}

.x-activity2 .container .x-xia .x-right .x-a a .x-title {
    font-size: 20px;
    color: #000;
    position: relative;
    padding-left: 0.24rem;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: 0.3s all;
}

@media (max-width: 1580px) {
    .x-activity2 .container .x-xia .x-right .x-a a .x-title {
        font-size: 18px;
    }
}

@media (max-width: 1260px) {
    .x-activity2 .container .x-xia .x-right .x-a a .x-title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .x-activity2 .container .x-xia .x-right .x-a a .x-title {
        font-size: 0.28rem;
        width: 70%;
    }
}

.x-activity2 .container .x-xia .x-right .x-a a .x-title::before {
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border: 5px solid transparent;
    border-left-color: #cccccc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s all;
}

.x-activity2 .container .x-xia .x-right .x-a a span {
    color: #666666;
    flex-shrink: 0;
}

.x-activity2 .container .x-xia .x-right .x-but {
    display: block;
    text-align: center;
    margin-top: 0.3rem;
}

.x-activity2 .container .x-xia .x-right .x-but span {
    color: #1e6ac5;
}

.x-activity2 .container .x-xia .x-right .x-but svg {
    width: 16px;
    height: 14px;
    vertical-align: middle;
    margin-left: 0.15rem;
}

.x-activity2 .container .x-xia .x-right .x-but svg path {
    fill: #1e6ac5;
}

.x-activity3 .public-img::before {
    padding-top: 18.75%;
}

@media (max-width: 767px) {
    .x-activity3 .public-img::before {
        padding-top: 50.75%;
    }
}

.x-activity3 .public-img img:nth-of-type(2) {
    display: none;
}

@media (max-width: 767px) {
    .x-activity3 .public-img img:nth-of-type(1) {
        display: none;
    }

    .x-activity3 .public-img img:nth-of-type(2) {
        display: block;
    }
}

.x-activity4 {
    padding: 1rem 0;
}

@media (max-width: 767px) {
    .x-activity4 {
        padding: 1.2rem 0;
    }
}

.x-activity4 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.x-activity4 .container .x-left {
    width: 48.75%;
    padding: 0.4rem 0.5rem 0.3rem 0.5rem;
    border: 1px solid #e2e2e2;
    position: relative;
}

@media (max-width: 767px) {
    .x-activity4 .container .x-left {
        width: 100%;
        padding: 0.3rem;
    }
}

.x-activity4 .container .x-left .x-tit {
    text-align: center;
}

.x-activity4 .container .x-left .x-tit .x-title {
    padding: 0 1rem;
    font-size: 24px;
    color: #1e6ac5;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    line-height: 1;
}

@media (max-width: 1580px) {
    .x-activity4 .container .x-left .x-tit .x-title {
        font-size: 20px;
        padding: 0 1.1rem;
    }
}

@media (max-width: 1260px) {
    .x-activity4 .container .x-left .x-tit .x-title {
        font-size: 18px;
    }
}

.x-activity4 .container .x-left .x-tit .x-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1rem;
    height: 13px;
    background: url('../images/x-acti8.png') no-repeat center;
    background-size: contain;
}

.x-activity4 .container .x-left .x-tit .x-title::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1rem;
    height: 13px;
    background: url('../images/x-acti9.png') no-repeat center;
    background-size: contain;
}

.x-activity4 .container .x-left .x-img {
    width: 100%;
    height: 1.8rem;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1580px) {
    .x-activity4 .container .x-left .x-img {
        width: 100.5%;
    }
}

.x-activity4 .container .x-left .x-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.x-activity4 .container .x-left .x-a {
    background-color: #fff;
    margin-top: 0.85rem;
    position: relative;
    z-index: 5;
}

.x-activity4 .container .x-left .x-a textarea {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 3rem;
    padding: 0.4rem;
}

@media (max-width: 1580px) {
    .x-activity4 .container .x-left .x-a textarea {
        height: 3.8rem;
    }
}

@media (max-width: 1380px) {
    .x-activity4 .container .x-left .x-a textarea {
        height: 3.7rem;
    }
}

@media (max-width: 1260px) {
    .x-activity4 .container .x-left .x-a textarea {
        height: 3.3rem;
    }
}

.x-activity4 .container .x-left .x-but {
    display: block;
    text-align: center;
    margin: 0.3rem auto 0;
}

.x-activity4 .container .x-left .x-but span {
    color: #1e6ac5;
}

.x-activity4 .container .x-left .x-but svg {
    width: 16px;
    height: 14px;
    vertical-align: middle;
    margin-left: 0.15rem;
}

.x-activity4 .container .x-left .x-but svg path {
    fill: #1e6ac5;
}

.x-activity4 .container .x-right {
    width: 48.75%;
    padding: 0.4rem 0.5rem 0.3rem 0.5rem;
    border: 1px solid #e2e2e2;
}

@media (max-width: 767px) {
    .x-activity4 .container .x-right {
        width: 100%;
        margin-top: 0.4rem;
        padding: 0.3rem;
    }
}

.x-activity4 .container .x-right .x-tit {
    text-align: center;
}

.x-activity4 .container .x-right .x-tit .x-title {
    padding: 0 1rem;
    font-size: 24px;
    color: #1e6ac5;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    line-height: 1;
}

@media (max-width: 1580px) {
    .x-activity4 .container .x-right .x-tit .x-title {
        font-size: 20px;
        padding: 0 1.1rem;
    }
}

@media (max-width: 1260px) {
    .x-activity4 .container .x-right .x-tit .x-title {
        font-size: 18px;
    }
}

.x-activity4 .container .x-right .x-tit .x-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1rem;
    height: 13px;
    background: url('../images/x-acti8.png') no-repeat center;
    background-size: contain;
}

.x-activity4 .container .x-right .x-tit .x-title::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1rem;
    height: 13px;
    background: url('../images/x-acti9.png') no-repeat center;
    background-size: contain;
}

.x-activity4 .container .x-right .x-a {
    margin-top: 0.3rem;
}

.x-activity4 .container .x-right .x-a a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dotted #999999;
    padding: 0.15rem 0;
}

@media (max-width: 767px) {
    .x-activity4 .container .x-right .x-a a {
        padding: 0.25rem 0;
    }
}

.x-activity4 .container .x-right .x-a a:hover .x-title2 {
    color: #1e6ac5;
}

.x-activity4 .container .x-right .x-a a:hover .x-title2::before {
    border-left-color: #1e6ac5;
}

.x-activity4 .container .x-right .x-a a .x-title2 {
    font-size: 20px;
    color: #000;
    position: relative;
    padding-left: 0.25rem;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: 0.3s all;
}

@media (max-width: 1580px) {
    .x-activity4 .container .x-right .x-a a .x-title2 {
        font-size: 18px;
    }
}

@media (max-width: 1260px) {
    .x-activity4 .container .x-right .x-a a .x-title2 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .x-activity4 .container .x-right .x-a a .x-title2 {
        font-size: 0.28rem;
        width: 70%;
    }
}

.x-activity4 .container .x-right .x-a a .x-title2::before {
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border: 5px solid transparent;
    border-left-color: #cccccc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s all;
}

.x-activity4 .container .x-right .x-a a span {
    color: #666666;
    flex-shrink: 0;
}

.x-activity4 .container .x-right .x-but {
    display: block;
    text-align: center;
    margin-top: 0.3rem;
}

.x-activity4 .container .x-right .x-but span {
    color: #1e6ac5;
}

.x-activity4 .container .x-right .x-but svg {
    width: 16px;
    height: 14px;
    vertical-align: middle;
    margin-left: 0.15rem;
}

.x-activity4 .container .x-right .x-but svg path {
    fill: #1e6ac5;
}

.x-activ1 {
    padding: 1rem 0;
}

.x-activ1 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.x-activ1 .container .x-left {
    width: 63.125%;
}

@media (max-width: 991px) {
    .x-activ1 .container .x-left {
        width: 100%;
    }
}

.x-activ1 .container .x-left .x-aa {
    margin-bottom: 0.6rem;
}

.x-activ1 .container .x-left .x-aa a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.15rem 0;
    border-bottom: 1px dotted #999999;
}

@media (max-width: 767px) {
    .x-activ1 .container .x-left .x-aa a {
        padding: 0.2rem 0;
    }
}

.x-activ1 .container .x-left .x-aa a:hover .x-title {
    color: #1e6ac5;
}

.x-activ1 .container .x-left .x-aa a:hover .x-title::before {
    border-left-color: #1e6ac5;
}

.x-activ1 .container .x-left .x-aa a .x-title {
    font-size: 20px;
    color: #000;
    padding-left: 0.25rem;
    position: relative;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: 0.3s all;
}

@media (max-width: 1580px) {
    .x-activ1 .container .x-left .x-aa a .x-title {
        font-size: 18px;
    }
}

@media (max-width: 1260px) {
    .x-activ1 .container .x-left .x-aa a .x-title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .x-activ1 .container .x-left .x-aa a .x-title {
        width: 70%;
        font-size: 0.28rem;
    }
}

.x-activ1 .container .x-left .x-aa a .x-title::before {
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border: 5px solid transparent;
    border-left-color: #cccccc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s all;
}

.x-activ1 .container .x-left .x-aa a span {
    color: #666666;
    flex-shrink: 0;
}

.x-activ1 .container .x-left .x-page1 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1260px) {
    .x-activ1 .container .x-left .x-page1 .container {
        width: 100%;
    }
}

.x-activ1 .container .x-right {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0.4rem 0.4rem 0 0.4rem;
    width: 31.25%;
}

@media (max-width: 991px) {
    .x-activ1 .container .x-right {
        width: 100%;
    }
}

.x-activ1 .container .x-right .x-title svg {
    width: 0.25rem;
    height: 0.3rem;
}

@media (max-width: 767px) {
    .x-activ1 .container .x-right .x-title svg {
        width: 0.3rem;
        height: 0.38rem;
    }
}

.x-activ1 .container .x-right .x-title svg path {
    fill: #1e6ac5;
}

.x-activ1 .container .x-right .x-title span {
    font-size: 0.3rem;
    color: #000;
    display: inline-block;
    padding-left: 0.15rem;
    line-height: 1;
}

@media (max-width: 767px) {
    .x-activ1 .container .x-right .x-title span {
        font-size: 0.38rem;
    }
}

.x-activ1 .container .x-right .x-a a {
    display: block;
    padding: 0.25rem 0 0.2rem 0;
    border-bottom: 1px solid #e2e2e2;
}

.x-activ1 .container .x-right .x-a a:last-child {
    border-bottom: none;
}

.x-activ1 .container .x-right .x-a a:hover .x-title2 {
    color: #1e6ac5;
}

.x-activ1 .container .x-right .x-a a .x-title2 {
    font-size: 18px;
    color: #000;
    transition: 0.3s all;
    margin-bottom: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (max-width: 1580px) {
    .x-activ1 .container .x-right .x-a a .x-title2 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .x-activ1 .container .x-right .x-a a .x-title2 {
        font-size: 0.28rem;
    }
}

.x-activ1 .container .x-right .x-a a span {
    color: #999999;
}

@media (max-width: 767px) {
    .x-activ-box1 .container .x-left {
        width: 100%;
    }
}

.x-activ-box1 .container .x-left a {
    position: relative;
}

@media (max-width: 991px) {
    .x-activ-box1 .container .x-left a {
        margin-right: 0.4rem;
    }
}

.x-activ-box1 .container .x-left a.on span {
    color: #1e6ac5;
}

.x-activ-box1 .container .x-left a.on span::before {
    background: url('../images/x-jtt2.png') no-repeat center;
    background-size: contain;
}

.x-activ-box1 .container .x-left a.on ul p {
    color: #666666;
}

.x-activ-box1 .container .x-left a:hover span {
    color: #1e6ac5;
}

.x-activ-box1 .container .x-left a:hover span::before {
    background: url('../images/x-jtt2.png') no-repeat center;
    background-size: contain;
}

.x-activ-box1 .container .x-left a:hover ul p {
    color: #666666;
}

.x-activ-box1 .container .x-left a span {
    position: relative;
    display: block;
}

.x-activ-box1 .container .x-left a span::before {
    content: "";
    width: 10px;
    height: 10px;
    background: url('../images/x-jtt1.png') no-repeat center;
    background-size: contain;
    position: absolute;
    right: -0.25rem;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .x-activ-box1 .container .x-left a span::before {
        width: 6px;
        height: 6px;
    }
}

.x-activ-box1 .container .x-left a ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    z-index: 5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
}

.x-activ-box1 .container .x-left a ul.on {
    display: block;
}

.x-activ-box1 .container .x-left a ul li {
    padding: 0.1rem 0.2rem;
}

.x-activ-box1 .container .x-left a ul li:hover p {
    color: #1e6ac5;
}

.x-activ-box1 .container .x-left a ul li p {
    white-space: nowrap;
    font-size: 14px;
}

@media (max-width: 767px) {
    .x-activ-box1 .container .x-right {
        width: 100%;
    }
}

.x-release1 {
    padding-top: 1rem;
}

.x-release1 .container ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.x-release1 .container ul li {
    width: 31.25%;
}

@media (max-width: 991px) {
    .x-release1 .container ul li {
        width: 100%;
    }
}

.x-release1 .container ul li.x-li1 {
    width: 37.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0.6rem 0.5rem 0.6rem 0.6rem;
}

@media (max-width: 991px) {
    .x-release1 .container ul li.x-li1 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .x-release1 .container ul li.x-li1 {
        padding: 0.4rem;
    }
}

.x-release1 .container ul li.x-li1 .x-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0.3rem;
}

@media (max-width: 1580px) {
    .x-release1 .container ul li.x-li1 .x-title {
        font-size: 20px;
    }
}

@media (max-width: 1260px) {
    .x-release1 .container ul li.x-li1 .x-title {
        font-size: 16px;
    }
}

.x-release1 .container ul li.x-li1 p {
    margin-bottom: 0.1rem;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .x-release1 .container ul li.x-li1 p {
        align-items: flex-start;
    }
}

.x-release1 .container ul li.x-li1 p svg {
    width: 20px;
    height: 18px;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .x-release1 .container ul li.x-li1 p svg {
        width: 16px;
        height: 14px;
        margin-top: 0.08rem;
    }
}

.x-release1 .container ul li.x-li1 p svg path {
    fill: #a0bfeb;
}

.x-release1 .container ul li.x-li1 p span {
    font-size: 18px;
    color: #c0d9f8;
    display: inline-block;
    margin-left: 0.1rem;
}

@media (max-width: 1580px) {
    .x-release1 .container ul li.x-li1 p span {
        font-size: 16px;
    }
}

@media (max-width: 1260px) {
    .x-release1 .container ul li.x-li1 p span {
        font-size: 14px;
    }
}

.x-release1 .container ul li.x-li2 {
    border: 1px solid #e2e2e2;
    text-align: center;
    padding-top: 0.6rem;
}

@media (max-width: 991px) {
    .x-release1 .container ul li.x-li2 {
        padding-bottom: 0.2rem;
    }
}

@media (max-width: 767px) {
    .x-release1 .container ul li.x-li2 {
        padding-bottom: 0.4rem;
    }
}

.x-release1 .container ul li.x-li2 .x-title {
    padding: 0 1rem;
    font-size: 24px;
    color: #1e6ac5;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0.4rem;
}

@media (max-width: 1580px) {
    .x-release1 .container ul li.x-li2 .x-title {
        font-size: 20px;
        padding: 0 1.1rem;
    }
}

.x-release1 .container ul li.x-li2 .x-title::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1rem;
    height: 13px;
    background: url(../images/x-acti9.png) no-repeat center;
    background-size: contain;
}

.x-release1 .container ul li.x-li2 .x-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1rem;
    height: 13px;
    background: url(../images/x-acti8.png) no-repeat center;
    background-size: contain;
}

.x-release1 .container ul li.x-li2 .x-img {
    padding: 0 0.8rem;
    position: relative;
    padding-bottom: 0.5rem;
    overflow: hidden;
}

@media (max-width: 1260px) {
    .x-release1 .container ul li.x-li2 .x-img {
        padding: 0 0.4rem;
    }
}

.x-release1 .container ul li.x-li2 .x-img .public-img {
    overflow: auto;
    -webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.1)));
    cursor: pointer;
}

.x-release1 .container ul li.x-li2 .x-img .public-img::before {
    padding-top: 69.56%;
}

.x-release1 .container ul li.x-li2 .x-img .x-img2 {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    left: 50%;
    top: calc(50% - 0.2rem);
    transform: translate(-50%, -50%);
    z-index: 5;
    pointer-events: none;
}

@media (max-width: 1260px) {
    .x-release1 .container ul li.x-li2 .x-img .x-img2 {
        top: 50%;
    }
}

.x-release1 .container ul li.x-li3 {
    text-align: center;
    border: 1px solid #e2e2e2;
    border-left: none;
    padding: 0.6rem 0;
}

@media (max-width: 991px) {
    .x-release1 .container ul li.x-li3 {
        border-left: 1px solid #e2e2e2;
        border-top: none;
    }
}

.x-release1 .container ul li.x-li3 .x-title {
    padding: 0 1rem;
    font-size: 24px;
    color: #1e6ac5;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0.4rem;
}

@media (max-width: 1580px) {
    .x-release1 .container ul li.x-li3 .x-title {
        font-size: 20px;
        padding: 0 1.1rem;
    }
}

.x-release1 .container ul li.x-li3 .x-title::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1rem;
    height: 13px;
    background: url(../images/x-acti9.png) no-repeat center;
    background-size: contain;
}

.x-release1 .container ul li.x-li3 .x-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1rem;
    height: 13px;
    background: url(../images/x-acti8.png) no-repeat center;
    background-size: contain;
}

.x-release1 .container ul li.x-li3 .x-ck .public-img {
    width: 1rem;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .x-release1 .container ul li.x-li3 .x-ck .public-img {
        width: 1.4rem;
    }
}

.x-release1 .container ul li.x-li3 .x-ck .x-title2 {
    font-size: 18px;
    color: #000;
    text-align: center;
    padding: 0 0.2rem;
    margin: 0.3rem 0;
}

@media (max-width: 1580px) {
    .x-release1 .container ul li.x-li3 .x-ck .x-title2 {
        font-size: 16px;
    }
}

.x-release1 .container ul li.x-li3 .x-a {
    display: flex;
    justify-content: center;
}

.x-release1 .container ul li.x-li3 .x-a a {
    width: 0.5rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 100%;
    margin: 0 0.1rem;
    transition: 0.3s all;
}

@media (max-width: 1580px) {
    .x-release1 .container ul li.x-li3 .x-a a {
        width: 0.6rem;
        height: 0.6rem;
    }
}

@media (max-width: 767px) {
    .x-release1 .container ul li.x-li3 .x-a a {
        width: 0.8rem;
        height: 0.8rem;
    }
}

.x-release1 .container ul li.x-li3 .x-a a:hover {
    background-color: #1e6ac5;
}

.x-release1 .container ul li.x-li3 .x-a a:hover svg path {
    fill: #fff;
}

.x-release1 .container ul li.x-li3 .x-a a svg {
    width: 0.24rem;
    height: 0.18rem;
}

@media (max-width: 1580px) {
    .x-release1 .container ul li.x-li3 .x-a a svg {
        width: 0.3rem;
        height: 0.24rem;
    }
}

@media (max-width: 767px) {
    .x-release1 .container ul li.x-li3 .x-a a svg {
        width: 0.38rem;
        height: 0.28rem;
    }
}

.x-release1 .container ul li.x-li3 .x-a a svg path {
    fill: #999999;
    transition: 0.3s all;
}

.x-release2 {
    padding-top: 0.5rem;
}

.x-release2 .container .x-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.x-release2 .container .x-top .x-title {
    font-size: 0.48rem;
}

.x-release2 .container .x-top .x-right {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .x-release2 .container .x-top .x-right {
        margin-top: 0.2rem;
    }
}

@media (max-width: 767px) {
    .x-release2 .container .x-top .x-right {
        width: 100%;
        margin-top: 0.4rem;
    }
}

.x-release2 .container .x-top .x-right .x-le {
    position: relative;
    margin-right: 0.2rem;
}

.x-release2 .container .x-top .x-right .x-le:nth-of-type(1) p svg {
    width: 16px;
    height: 14px;
    transform: translateY(-50%) rotate(90deg);
}

@media (max-width: 767px) {
    .x-release2 .container .x-top .x-right .x-le {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.3rem;
    }
}

.x-release2 .container .x-top .x-right .x-le p {
    font-size: 15px;
    color: #999999;
    height: 50px;
    line-height: 50px;
    padding: 0 0.2rem;
    border: 1px solid #cccccc;
    border-radius: 100px;
    min-width: 2.1rem;
    position: relative;
    cursor: pointer;
}

@media (max-width: 1580px) {
    .x-release2 .container .x-top .x-right .x-le p {
        min-width: 2.8rem;
        font-size: 14px;
        height: 44px;
        line-height: 44px;
    }
}

.x-release2 .container .x-top .x-right .x-le p svg {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

@media (max-width: 767px) {
    .x-release2 .container .x-top .x-right .x-le p svg {
        right: 0.4rem;
    }
}

.x-release2 .container .x-top .x-right .x-le p svg path {
    fill: #999999;
}

.x-release2 .container .x-top .x-right .x-le ul {
    display: none;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 0.2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 55;
}

.x-release2 .container .x-top .x-right .x-le ul.on {
    display: block;
}

.x-release2 .container .x-top .x-right .x-le ul li {
    margin-bottom: 0.1rem;
    cursor: pointer;
}

.x-release2 .container .x-top .x-right .x-le ul li:hover span {
    color: #000;
}

.x-release2 .container .x-top .x-right .x-le ul li span {
    color: #999999;
    transition: 0.3s all;
    display: block;
}

.x-release2 .container .x-top .x-right .x-form {
    width: 3rem;
    height: 0.5rem;
    border: 1px solid #cccccc;
    border-radius: 100px;
    display: flex;
    align-items: center;
    height: 50px;
}

@media (max-width: 1580px) {
    .x-release2 .container .x-top .x-right .x-form {
        height: 44px;
    }
}

@media (max-width: 1260px) {
    .x-release2 .container .x-top .x-right .x-form {
        width: 4rem;
    }
}

@media (max-width: 767px) {
    .x-release2 .container .x-top .x-right .x-form {
        width: 100%;
    }
}

.x-release2 .container .x-top .x-right .x-form input {
    width: 84%;
    height: 100%;
    font-size: 15px;
    color: #999999;
    padding: 0 0.2rem;
}

@media (max-width: 1580px) {
    .x-release2 .container .x-top .x-right .x-form input {
        font-size: 14px;
    }
}

.x-release2 .container .x-top .x-right .x-form input::placeholder {
    color: #999999;
}

.x-release2 .container .x-top .x-right .x-form button {
    width: 16%;
}

.x-release2 .container .x-top .x-right .x-form button svg {
    width: 20px;
    height: 20px;
}

.x-release2 .container .x-top .x-right .x-form button svg path {
    fill: #999999;
}

.x-release2 .container .x-xia {
    margin: 0.1rem 0 0.6rem 0;
}

.x-release2 .container .x-xia ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.x-release2 .container .x-xia ul li {
    width: 47.5%;
    border-bottom: 1px solid #e2e2e2;
}

@media (max-width: 767px) {
    .x-release2 .container .x-xia ul li {
        width: 100%;
    }
}

.x-release2 .container .x-xia ul li a {
    display: block;
    padding-top: 0.4rem;
    position: relative;
}

.x-release2 .container .x-xia ul li a::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #1e6ac5;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.3s all;
}

.x-release2 .container .x-xia ul li a:hover::before {
    opacity: 1;
    width: 100%;
}

.x-release2 .container .x-xia ul li a:hover .x-sp {
    color: #1e6ac5;
    border: 1px solid #1e6ac5;
}

.x-release2 .container .x-xia ul li a:hover .x-tit .x-title {
    color: #1e6ac5;
}

.x-release2 .container .x-xia ul li a .x-sp {
    font-size: 14px;
    color: #999999;
    border: 1px solid #cccccc;
    display: inline-block;
    padding: 0.04rem 0.11rem;
    border-radius: 3px;
    margin-right: 0.1rem;
    transition: 0.3s all;
}

.x-release2 .container .x-xia ul li a .x-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.12rem 0 0.35rem 0;
}

.x-release2 .container .x-xia ul li a .x-tit .x-title {
    font-size: 20px;
    color: #000;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: 0.3s all;
}

@media (max-width: 1580px) {
    .x-release2 .container .x-xia ul li a .x-tit .x-title {
        font-size: 18px;
    }
}

@media (max-width: 1260px) {
    .x-release2 .container .x-xia ul li a .x-tit .x-title {
        font-size: 16px;
        width: 75%;
    }
}

@media (max-width: 767px) {
    .x-release2 .container .x-xia ul li a .x-tit .x-title {
        width: 70%;
        font-size: 0.32rem;
    }
}

.x-release2 .container .x-xia ul li a .x-tit span {
    color: #666666;
    flex-shrink: 0;
}

.x-privacy1 {
    padding: 0.5rem 0 1rem 0;
}

.x-privacy1 .container .x-public-box .x-title {
    padding: 0 1.35rem 0.2rem 1.35rem;
}

.x-privacy1 .container .x-bjq {
    margin-top: 0.8rem;
}

@media (max-width: 1260px) {
    .x-privacy1 .container .x-bjq p,
    .x-privacy1 .container .x-bjq h1,
    .x-privacy1 .container .x-bjq h2,
    .x-privacy1 .container .x-bjq h3,
    .x-privacy1 .container .x-bjq h4,
    .x-privacy1 .container .x-bjq h5,
    .x-privacy1 .container .x-bjq h6,
    .x-privacy1 .container .x-bjq span,
    .x-privacy1 .container .x-bjq div {
        font-size: 16px !important;
    }
}

.x-pri-bj {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.x-sitemap1 {
    padding: 0.5rem 0 0.4rem 0;
}

.x-sitemap1 .container .x-public-box .x-title {
    padding: 0 1.35rem 0.2rem 1.35rem;
}

.x-sitemap1 .container ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.8rem;
}

@media (max-width: 767px) {
    .x-sitemap1 .container ul {
        margin-top: 0.4rem;
    }
}

.x-sitemap1 .container ul li {
    width: 46.875%;
    padding: 0.5rem 0 0.3rem 0;
    border-top: 1px solid #e2e2e2;
    position: relative;
}

@media (max-width: 767px) {
    .x-sitemap1 .container ul li {
        width: 100%;
    }
}

.x-sitemap1 .container ul li:hover::before {
    opacity: 1;
    width: 100%;
}

.x-sitemap1 .container ul li::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #1e6ac5;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s all;
    opacity: 0;
}

.x-sitemap1 .container ul li .x-title {
    margin-bottom: 0.2rem;
}

.x-sitemap1 .container ul li .x-title a {
    font-size: 24px;
    color: #000;
    display: inline-block;
}

@media (max-width: 1580px) {
    .x-sitemap1 .container ul li .x-title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .x-sitemap1 .container ul li .x-title a {
        font-size: 0.36rem;
    }
}

.x-sitemap1 .container ul li .x-a a {
    font-size: 18px;
    color: #666666;
    display: inline-block;
    margin-right: 0.35rem;
    margin-bottom: 0.2rem;
    transition: 0.3s all;
}

@media (max-width: 1580px) {
    .x-sitemap1 .container ul li .x-a a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .x-sitemap1 .container ul li .x-a a {
        font-size: 0.28rem;
    }
}

.x-sitemap1 .container ul li .x-a a:hover {
    color: #1e6ac5;
}

.x-techa .container .x-xia {
    margin-top: 0;
}

.x-join2-1 {
    padding-bottom: 1.2rem;
}

.x-join2-1 .container {
    width: 100%;
    max-width: initial;
}

@media (max-width: 767px) {
    .x-join2-1 .container .x-public-box .x-title {
        padding: 0 0.65rem 0.2rem 0.65rem;
    }
}

.x-join2-1 .container .swiper-container {
    margin-top: 0.5rem;
}

.x-join2-1 .container .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
}

.x-join2-1 .container .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 8rem;
    object-fit: cover;
    cursor: pointer;
}

.x-join2-1 .container .swiper-container .swiper-wrapper .swiper-slide .x-bf {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    cursor: pointer;
}

.x-join2-1 .container .swiper-container .swiper-wrapper .swiper-slide .x-bf img {
    width: 0.86rem;
    height: 0.86rem;
    object-fit: contain;
    margin: 0 auto;
}

.x-join2-1 .container .swiper-container .swiper-wrapper .swiper-slide .x-bf p {
    color: #fff;
    margin-top: 0.1rem;
}

.x-join2-1 .container .swiper-container .swiper-wrapper .swiper-slide video {
    width: 100%;
    height: 6.5rem;
    object-fit: cover;
}

@media (max-width: 1580px) {
    .x-join2-1 .container .swiper-container .swiper-wrapper .swiper-slide video {
        height: 7rem;
    }
}

@media (max-width: 767px) {
    .x-join2-1 .container .swiper-container .swiper-wrapper .swiper-slide video {
        height: 5.8rem;
    }
}

.x-join2-1 .container .swiper-container .swiper-button-prev1 {
    width: 0.6rem;
    height: 0.6rem;
    border: 0.02rem solid #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: 0.3s all;
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: 5;
}

@media (max-width: 767px) {
    .x-join2-1 .container .swiper-container .swiper-button-prev1 {
        display: none;
    }
}

.x-join2-1 .container .swiper-container .swiper-button-prev1:hover {
    background-color: #fff;
}

.x-join2-1 .container .swiper-container .swiper-button-prev1:hover svg path {
    fill: #1e6ac5;
}

.x-join2-1 .container .swiper-container .swiper-button-prev1 svg {
    width: 16px;
    height: 12px;
    transform: rotate(180deg);
}

.x-join2-1 .container .swiper-container .swiper-button-prev1 svg path {
    transition: 0.3s all;
}

.x-join2-1 .container .swiper-container .swiper-button-next1 {
    width: 0.6rem;
    height: 0.6rem;
    border: 0.02rem solid #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: 0.3s all;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 5;
}

@media (max-width: 767px) {
    .x-join2-1 .container .swiper-container .swiper-button-next1 {
        display: none;
    }
}

.x-join2-1 .container .swiper-container .swiper-button-next1:hover {
    background-color: #fff;
}

.x-join2-1 .container .swiper-container .swiper-button-next1:hover svg path {
    fill: #1e6ac5;
}

.x-join2-1 .container .swiper-container .swiper-button-next1 svg {
    width: 16px;
    height: 12px;
}

.x-join2-1 .container .swiper-container .swiper-button-next1 svg path {
    transition: 0.3s all;
}
