﻿@import url(bootstrap.css);
@import url(swiper.css);
@import url(box.css);
@import url(fonts.css);
@import url(font_4804736_kdaxwthbjh.css);
@import url(animate.css);
@import url(animation.css);
/* ============================================================== 
     # Reset Browsers
=================================================================== */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body,
html {
    width: 100%;
    height: 100%;
}
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
.wrapper {
    height: 100%;
}
img {
    border: none;
    outline: none;
    max-width: 100%;
    -webkit-user-drag: none;
}
label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}
a {
    outline: none;
    text-decoration: none;
    transition: all 0.4s linear;
}
a img {
    border: none;
}
a:active {
    outline: none;
    text-decoration: none;
    opacity: 1;
}
a:hover {
    outline: none;
    text-decoration: none;
    opacity: 1;
}
button {
    outline: medium none;
}
iframe {
    border: none;
}
hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eeeeee;
}
pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}
input {
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
input:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
textarea:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
select:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
ul {
    list-style-type: none;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
b {
    font-weight: 900;
}
strong {
    font-weight: 900;
}
.z-index {
    z-index: 999999;
}
body {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    overflow-x: hidden;
    background-color: #fff;
    color: #787878;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #484848;
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--font-heading);
    letter-spacing: 0;
    margin: 0;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 27px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 14px;
}
.content p {
    margin: 0;
}
.content img {
    border-radius: 4px;
}
a,
.btn,
button {
    outline: medium none;
    text-decoration: none;
}
p {
    color: #787878;
    margin: 0 0 10px;
    text-transform: none;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
}
img {
    max-width: 100%;
}
.clamp_one {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.clamp_two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.clamp_three {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.text_center {
    text-align: center;
}
.margin_zero {
    margin-bottom: 0;
}
.color_fff {
    color: #fff;
}

header {
    background-color: #fff;
    position: relative;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 5%);
}
header .cover {
    position: relative;
    z-index: 99999;
    background-color: #fff;
}
header .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .box ul li {
    display: inline-block;
}
header .box ul li a {
    color: #333333;
    font-size: 1rem;
    padding: 30px 0;
    width: 100%;
    font-weight: bold;
    display: block;
    position: relative;
    margin-left: 30px;
    font-size: 18px;
}
header .menu_phone {
    display: none;
}
.fixed-header {
    position: fixed !important;
    visibility: visible;
    opacity: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99999 !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: top 300ms ease;
}

.index_banner {
    overflow: hidden;
    background: linear-gradient(135deg, #f5f6f8, #eae8f9, #f4f5f8, #e8e2fa, #f4e0ed, #f5f7f9);
}
.index_banner .cover {
    padding: 100px 0;
}
.index_banner h5 {
    font-size: 35px;
    margin-bottom: 30px;
}
.index_banner p {
    font-size: 18px;
    color: #787878;
    margin-bottom: 0;
}
.index_banner .img{
    position: relative;
    transform: translateX(120px);
}
.index_banner .bg{
    position: absolute;
    left: 20%;
    top: 37%;
    z-index: -1;
    animation: scaling 20s linear infinite;
    max-width: 75%;
}

.index_box {
    padding: 100px 0;
}
.index_box .title {
    text-align: center;
}
.index_box .title span {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: 40px;
    text-transform: uppercase;
    z-index: 1;
}
.index_box .title span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 40px;
    z-index: -1;
    opacity: 0.05;
    background-color: #22823a;
}
.index_box .title span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 40px;
    z-index: -1;
    opacity: 0.2;
    border: solid;
    border-width: 1px;
    border-color: #22823a;
}
.index_box .title h5 {
    margin-top: 15px;
    font-size: 23px;
    color: #010f30;
}
.index_transaction .box {
    padding: 30px 25px;
    background: linear-gradient(135deg, #ed57ef, #7848f3);
    border-radius: 6px;
}
.index_transaction .box .top {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
}
.index_transaction .box .top::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    background-color: #fff;
}
.index_transaction .box .top .icon {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 6px;
    min-width: 35px;
    background: linear-gradient(312deg, hsl(253 88% 58%) 5.38%, hsl(184 96% 48%) 113.21%);
}
.index_transaction .box .top .icon i {
    color: #fff;
    font-size: 20px;
}
.index_transaction .box .top h5 {
    font-size: 18px;
    font-weight: bold;
}
.index_transaction .box .top a {
    color: #ffee00;
}
.index_transaction .box h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: bold;
    text-align: center;
}
.index_transaction .box .middle ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.index_transaction .box .middle ul li {
    text-align: center;
    width: 50%;
    position: relative;
    border: 1px solid #e8e2fa;
    padding: 15px 0;
}
.index_transaction .box .middle ul li {
    border-left: none;
}
.index_transaction .box .middle ul li:nth-child(2n) {
    border-right: none;
}
.index_transaction .box .middle ul li:nth-child(1) {
    border-bottom: none;
}
.index_transaction .box .middle ul li:nth-child(2) {
    border-bottom: none;
}
.index_transaction .box .middle ul li h6 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
}
.index_transaction .box .middle ul li span {
    font-size: 14px;
    color: #f0f5ff;
}
.index_transaction .box .bottom {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_transaction .box .bottom a,
.index_transaction .box .bottom i {
    display: inline-block;
    padding: 5px 25px;
    font-size: 12px;
    color: #fff;
}
.index_transaction .box .bottom a {
    color: #303030;
    background-color: #fff;
}
.index_transaction .box .bottom i {
    color: #fff;
    background-color: #303030;
    font-style: normal;
    cursor: pointer;
}
.index_about {
    counter-reset: count;
    background: linear-gradient(45deg, #ebf0ff, #bfd5ff, #bfd5ff, #ebf0ff);
}
.index_about .content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.8;
    text-indent: 2em;
    color: #606060;
}
.index_about ul {
    display: flex;
    flex-wrap: wrap;
}
.index_about ul li .box {
    background-color: #fff;
    counter-increment: count;
    border-radius: 8px;
    padding: 45px 25px 30px 25px;
    transition: all 0.5s ease;
}
.index_about ul li .top {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    padding-bottom: 10px;
}
.index_about ul li .top .left {
    width: calc((100% - 50px) / 1);
    padding-right: 15px;
}
.index_about ul li .top .left h4 {
    position: relative;
    font-weight: 600;
    color: #010f30;
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 0;
    z-index: 1;
}
.index_about ul li .top .left h4::before {
    content: counters(count, ".", decimal-leading-zero);
    position: absolute;
    bottom: 25px;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    opacity: 0.1;
}
.index_about ul li .top .right {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ed57ef, #7848f3);
    box-shadow: 0 0 0 4px rgba(95, 37, 213, 0.2);
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_about ul li .top .right i {
    font-size: 28px;
    color: #fff;
}
.index_about ul li p {
    margin-bottom: 0;
}
.index_advantage .box {
    padding: 35px 30px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 8%);
    border-radius: 6px;
    text-align: center;
}
.index_advantage .box .icon {
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(312deg, hsl(253 88% 58%) 5.38%, hsl(184 96% 48%) 113.21%);
}
.index_advantage .box .icon i {
    color: #fff;
    font-size: 35px;
}
.index_advantage .box h5 {
    margin: 25px 0 10px;
    color: #010f30;
}
.index_advantage .box p {
    margin-bottom: 0;
    color: #333333;
    font-size: 15px;
}
.index_range {
    background: linear-gradient(45deg, #efdaf9, #bfd5ff, #bfd5ff, #bfd5ff);
}
.index_range .box {
    padding: 35px 40px;
    border-radius: 6px;
}
.index_range .box .top {
    display: flex;
    justify-content: left;
    align-items: center;
}
.index_range .box .top h5 {
    color: #010f30;
    font-size: 23px;
}
.index_range .box .icon {
    width: 45px;
    height: 45px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 50%;
}
.index_range .box .icon i {
    font-size: 25px;
}
.index_range .box.one {
    background: radial-gradient(circle, #ce82ff, #b43efc);
}
.index_range .box.two {
    background: radial-gradient(circle, #82c5ff, #4596f4);
}
.index_range .box.three {
    background: radial-gradient(circle, #fe8f7a, #f43736);
}
.index_range .box.one i {
    color: #303030;
}
.index_range .box.two i {
    color: #ff7f00;
}
.index_range .box.three i {
    color: #f00;
}
.index_range .box p {
    padding-top: 15px;
    margin-bottom: 0;
    color: #fff;
}

.index_news {
    background-color: #f0f5ff;
}
.index_news .news {
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
}
.index_news .news .top {
    display: flex;
    align-items: center;
    padding: 30px;
    background: linear-gradient(135deg, #ed57ef, #7848f3);
    margin-bottom: 25px;
    flex-wrap: wrap;
}
.index_news .news .top .img {
    max-width: 40%;
}
.index_news .news .top .content {
    padding-left: 35px;
    width: 60%;
}
.index_news .news .top .content h5 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    position: relative;
}
.index_news .news .top .content h5::before {
    position: absolute;
    content: "";
    width: 10px;
    bottom: 0;
    height: 2px;
    left: 0;
    background-color: #fff;
    border-radius: 6px;
}
.index_news .news .top .content h5::after {
    position: absolute;
    content: "";
    width: 35px;
    bottom: 0;
    left: 15px;
    height: 2px;
    background-color: #fff;
    border-radius: 6px;
}
.index_news .news .top .content h5 a {
    color: #fff;
}
.index_news .news .top .content p {
    margin-bottom: 15px;
    color: #f4f5f8;
    font-size: 14px;
    line-height: 1.6;
}
.index_news .news .top .content .time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px dashed #ffffff79;
}
.index_news .news .top .content .time span {
    color: #f0f5ff;
    font-size: 13px;
}
.index_news .news .top .content .time span i {
    color: #f0f5ff;
    font-size: 13px;
    margin-right: 5px;
}
.index_news .news .top .content .time a {
    padding: 3px 15px;
    font-size: 12px;
    color: #fff;
    background-color: #ffffff54;
    border-radius: 4px;
    transition: all 0.4s;
}
.index_news .news .top .content .time a:hover {
    color: #e3f0ff;
}
.index_news .news .bottom {
    padding: 0 10px;
}
.index_news .news .box {
    padding-bottom: 8px;
    border-bottom: 1px dashed #dbdbdb;
    display: flex;
    align-items: center;
}
.index_news .news .box .icon {
    width: 25px;
    height: 25px;
    background-color: #7848f3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
    min-width: 25px;
}
.index_news .news .box .icon i {
    color: #fff;
    font-size: 12px;
}
.index_news .news .box h5 {
    font-size: 15px;
}
.index_news .news .box h5 a {
    color: #787878;
}
.index_news .title {
    text-align: left !important;
    margin-bottom: 25px;
}
.index_news .h_full {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.index_news .swiper_news {
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    flex: 1 1 auto;
    margin: 0;
    min-height: 150px;
}
.index_news .cover {
    padding: 20px;
    border-radius: 6px;
    background-color: #fff;
    position: relative;
}
.index_news .cover .left .top {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 10px;
}
.index_news .cover .left .top i {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 6px;
    min-width: 35px;
    color: #fff;
    font-size: 20px;
    background: linear-gradient(312deg, hsl(253 88% 58%) 5.38%, hsl(184 96% 48%) 113.21%);
}
.index_news .cover .left .top h5 {
    max-width: 75%;
    font-size: 20px;
}
.index_news .cover .left .top h5 a {
    color: #010f30;
}
.index_news .cover .left .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_news .cover .left ul {
    display: inline-flex;
    justify-content: left;
    align-items: center;
    border-top: 1px solid #dbdbdb;
    padding-top: 10px;
}
.index_news .cover .left ul li {
    text-align: left;
    padding-right: 30px;
    margin-left: 30px;
    position: relative;
    border-right: 1px dashed #999;
}
.index_news .cover .left ul li:first-child {
    margin-left: 0;
}
.index_news .cover .left ul li:last-child {
    border-right: none;
}
.index_news .cover .left ul li h5 {
    font-size: 15px;
    color: #010f30;
    font-weight: bold;
}
.index_news .cover .left ul li span {
    font-size: 14px;
    font-weight: 500;
    color: #787878;
}
.index_news .cover .right {
    position: absolute;
    bottom: 25px;
    right: 35px;
}
.index_news .cover .right i {
    padding: 8px 30px;
    border-radius: 6px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
}
.index_news .cover .right a {
    border: 1px solid #f00;
    margin-right: 20px;
    color: #f00;
}
.index_news .cover .right i {
    border: 1px solid #f00;
    background-color: #f00;
    font-style: normal;
    cursor: pointer;
}

.list_banner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f6f8, #eae8f9, #f4f5f8, #e8e2fa, #f4e0ed, #f5f7f9);
}
.list_banner .right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.list_banner .right img {
    height: 100%;
}
.list_banner .container {
    position: relative;
    z-index: 9;
}
.list_banner .box {
    padding: 100px 0;
    text-align: center;
}
.list_banner .box h2 {
    font-size: 48px;
    color: #000425;
    margin-bottom: 20px;
}
.list_banner .box p {
    color: #000425;
    font-size: 17px;
}
.list_banner .box p i {
    margin: 0 10px;
    font-size: 17px;
}
.list_banner .box p a {
    color: #000425;
    font-weight: bold;
    transition: all 0.4s ease;
}
.list_banner .box p a:hover {
    color: #7848f3;
}
.list_banner .box p em {
    color: #000425;
    font-weight: bold;
    font-style: normal;
}

.list_box {
    padding: 100px 0;
}
.list .list_news:first-child {
    border-top: 1px solid #eeeeee;
}
.list .list_news {
    display: block;
    padding: 45px 140px 45px 40px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}
.list .news_img {
    float: left;
    overflow: hidden;
    width: 250px;
    transition: all 0.5s ease;
    background: linear-gradient(135deg, #ed57ef, #7848f3);
    padding: 10px 25px;
    border-radius: 6px;
}
.list .news_img img {
    transition: all 0.5s ease;
}
.list .news_content {
    margin-left: 310px;
    max-width: 715px;
}
.list .news_content h6 {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    transition: all 0.5s ease;
}
.list .news_content h6 span {
    display: none;
}
.list .news_content p {
    padding-top: 20px;
    border-top: 1px dashed #d2d2d2;
    color: #999999;
    line-height: 30px;
    height: 80px;
    overflow: hidden;
    margin-bottom: 0;
    transition: all 0.5s ease;
}
.list .news_time {
    position: absolute;
    top: 50px;
    right: 0;
    width: 140px;
    text-align: center;
}
.list .news_time span {
    display: block;
    font-size: 40px;
    line-height: 1.3;
    color: #666;
}
.list .news_time p {
    margin-bottom: 0;
    color: #cccccc;
    font-size: 12px;
}
.list .news_time i {
    margin-top: 25px;
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-size: cover;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    font-size: 20px;
    text-align: center;
    position: relative;
    color: #999;
    font-weight: bold;
    transition: all 0.5s ease;
}
.list .news_time i::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.list .list_news:hover .news_img {
    transform: translateY(-6px);
}
.list .list_news:hover .news_img img {
    transform: scale(1.05);
}
.list .list_news:hover .news_content p {
    border-top: 1px dashed #7848f3;
}
.list .list_news:hover .news_time i {
    background-color: #7848f3;
    color: #fff;
}

.list_box .box {
    padding: 25px 35px;
    border-radius: 6px;
    background-color: #f9f9f9;
    position: relative;
    margin-bottom: 20px;
}
.list_box .left .top {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 10px;
}
.list_box .left .top i {
    width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 6px;
    min-width: 30px;
}
.list_box .left .top h5 {
    font-size: 20px;
}
.list_box .left .top h5 a {
    color: #010f30;
}
.list_box .left .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: auto;
}

.list_box .left .bottom::-webkit-scrollbar {  
    display: none;  
}
.list_box .left ul {
    display: inline-flex;
    justify-content: left;
    align-items: center;
    border-top: 1px solid #dbdbdb;
    padding-top: 10px;
}
.list_box .left ul li {
    text-align: left;
    padding-right: 30px;
    margin-left: 30px;
    position: relative;
    border-right: 1px dashed #999;
}
.list_box .left ul li:first-child {
    margin-left: 0;
}
.list_box .left ul li:last-child {
    border-right: none;
}
.list_box .left ul li h5 {
    font-size: 15px;
    color: #010f30;
    font-weight: bold;
}
.list_box .left ul li span {
    font-size: 14px;
    font-weight: 500;
    color: #787878;
}
.list_box .right {
    position: absolute;
    bottom: 25px;
    right: 35px;
}
.list_box .right a,
.list_box .right i {
    padding: 8px 30px;
    border-radius: 6px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
}
.list_box .right a {
    border: 1px solid #f00;
    margin-right: 20px;
    color: #f00;
}
.list_box .right i {
    border: 1px solid #f00;
    background-color: #f00;
    font-style: normal;
    cursor: pointer;
}
.list_douyin .box .left .top i {
    background-color: #000425;
}
.list_kuaishou .box .left .top i {
    background-color: #ff7f00;
}
.list_xiaohongshu .box .left .top i {
    background-color: #f00;
}

/* ============================================================== 
    # page
=================================================================== */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 35px;
}
.pagination li {
    width: 55px;
    height: 40px;
    margin: 0 8px;
    border-radius: 4px;
}
.pagination li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #010f30;
    border-radius: 4px;
    box-shadow: 0px 3px 5px 0px #d5d5d5;
    font-weight: bold;
}
.next {
    columns: 2;
    margin-top: 45px;
}
.next p {
    font-size: 13px;
}
.next p a {
    color: #787878;
}
.next p a:hover {
    color: #010f30;
}
.next .next-two {
    text-align: right;
}

.details {
    padding: 100px 0;
    background-color: #f5f7fa;
}
.details .details_content {
    padding: 20px;
    background-color: #fff;
    border-radius: 6px;
}
.details .details_content h6 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
}
.details .details_content .details_source {
    font-size: 13px;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px dashed #dbdbdb;
}
.details .details_content .details_source .details_url {
    padding-right: 8px;
    color: #787878;
}
.details .details_content .details_source .details_url:hover {
    color: #1cb19e;
}

.content_details {
    background-color: #f5f7fa;
}
.content_details .cover .top {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 6px;
    margin-bottom: 45px;
}
.content_details .top .title {
    display: flex;
    align-items: center;
}
.content_details .top .title .icon {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 6px;
    min-width: 35px;
    background: linear-gradient(135deg, #ed57ef, #7848f3);
}
.content_details .top .title .icon i {
    font-size: 16px;
    color: #fff;
}
.content_details .top ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px dashed #dbdbdb;
    border-bottom: 1px dashed #dbdbdb;
}
.content_details .top ul li {
    margin-right: 45px;
}
.content_details .top ul li:last-child {
    margin-right: 0;
}
.content_details .top ul li h5 {
    font-size: 15px;
    font-weight: 400;
}
.content_details .top ul li span {
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
}
.content_details .top p {
    font-size: 13px;
    font-weight: 500;
    color: #999;
    margin-bottom: 35px;
}
.content_details .top .bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #999;
    font-size: 14px;
}
.content_details .top .bottom .buttun {
    margin-right: 50px;
}
.content_details .top .bottom .buttun i {
    border: 1px solid #f00;
    background-color: #f00;
    font-style: normal;
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 6px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}
.content_details .top .bottom .small {
    margin-right: 50px;
}
.content_details .middle {
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 45px;
    padding: 40px 30px;
}
.content_details .middle .title {
    font-size: 20px;
    color: #010f30;
}
.content_details .middle .box {
    padding: 35px 30px;
    border-radius: 6px;
    text-align: center;
    position: relative;
    background-color: #f5f7fa;
}
.content_details .middle .box .icon {
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(312deg, hsl(253 88% 58%) 5.38%, hsl(184 96% 48%) 113.21%);
}
.content_details .middle .box .icon i {
    color: #fff;
    font-size: 35px;
}
.content_details .middle .box h5 {
    margin: 25px 0 10px;
    color: #010f30;
}
.content_details .middle .box p {
    margin-bottom: 0;
    color: #333333;
    font-size: 15px;
}
.content_details .down {
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 45px;
    padding: 40px 30px;
}
.content_details .down .list_news {
    display: block;
    position: relative;
    padding: 20px;
    background-color: #f5f7fa;
    border-radius: 6px;
}
.content_details .down .news_content {
    max-width: 400px;
}
.content_details .down .news_content h6 {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    transition: all 0.5s ease;
}
.content_details .down .news_content h6 span {
    display: none;
}
.content_details .down .news_content p {
    padding-top: 20px;
    border-top: 1px dashed #d2d2d2;
    color: #999999;
    line-height: 30px;
    height: 80px;
    overflow: hidden;
    margin-bottom: 0;
    transition: all 0.5s ease;
}
.content_details .down .news_time {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 140px;
    text-align: center;
}
.content_details .down .news_time span {
    display: block;
    font-size: 40px;
    line-height: 1.3;
    color: #666;
}
.content_details .down .news_time p {
    margin-bottom: 0;
    color: #cccccc;
    font-size: 12px;
}
.content_details .down .news_time i {
    margin-top: 25px;
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-size: cover;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    font-size: 20px;
    text-align: center;
    position: relative;
    color: #999;
    font-weight: bold;
    transition: all 0.5s ease;
}
.content_details .down .news_time i::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.content_details .down .list_news:hover .news_img {
    transform: translateY(-6px);
}
.content_details .down .list_news:hover .news_img img {
    transform: scale(1.05);
}
.content_details .down .list_news:hover .news_content p {
    border-top: 1px dashed #7848f3;
}
.content_details .down .list_news:hover .news_time i {
    background-color: #7848f3;
    color: #fff;
}

.phone_wecat {
    display: block;
}
.wecat {
    position: fixed;
    right: 0;
    bottom: 150px;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    z-index: 999;
    transition: all 0.8s ease;
    cursor: pointer;
}
.wecat.active {
    right: -100%;
}
.phone_wecat .icon {
    position: fixed;
    right: 0;
    top: 350px;
    width: 60px;
    height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    z-index: 999;
    cursor: pointer;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 10%);
}
.phone_wecat .icon i {
    color: #fff;
    font-size: 30px;
    transition: all 0.5s ease;
    z-index: 2;
}
.phone_wecat .icon .icon-cha {
    display: block;
}
.phone_wecat .icon .icon-cha.active {
    display: none;
}
.phone_wecat .icon .icon-weixin.active {
    display: block;
}
.phone_wecat .icon p {
    position: absolute;
    bottom: 10px;
    left: 6px;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    font-size: 12px;
}
.phone_wecat .wecattext {
    position: absolute;
    left: -250px;
    top: 8px;
    height: 44px;
    transition: all 0.5s ease;
    opacity: 0;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 10%);
}
.phone_wecat .wecattext.active {
    left: -215px;
    opacity: 1;
}
.phone_wecat .wecattext h5 {
    line-height: 44px;
    font-size: 16px;
    padding: 0 15px;
    background-color: #fff;
    color: #2aae67;
    border-radius: 6px;
    min-width: 200px;
    cursor: pointer;
}
.phone_wecat .fa-wechat:before {
    padding: 5px 3px;
    background-color: #2aae67;
    border-radius: 4px;
}
.phone_wecat .wecattext:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #fff;
    border-style: none none solid solid;
    top: 50%;
    right: -16px;
    transform: translate(-50%, -50%) rotate(225deg);
}
.wecat i {
    font-size: 40px;
    color: #2ef599;
}

.index_foot {
    display: none;
}

footer {
    position: relative;
    display: block;
    background-color: #0a0a0a;
    z-index: 1;
}
footer .foot_bg {
    background-image: url(https://cdn.chiefgr.com/up/mo//foot_bg.jpg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.1;
    z-index: -1;
}
footer .top {
    padding: 50px 0 35px;
}
footer .top .h_full h5 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 22px;
}
footer .top .h_full {
    display: flex;
    flex-direction: column;
    height: 100%;
}
footer .top .foot_link {
    position: relative;
}
footer .top .swiper_links {
    flex: 1 1 auto;
    margin: 0;
    min-height: 150px;
}
footer .top .h_full a {
    color: #f5f5f5;
    font-size: 14px;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
}
footer .top .h_full a:hover {
    color: #fff;
    padding-left: 10px;
}
footer .top .h_full a i {
    padding-right: 8px;
    font-size: 13px;
}
footer .top .description {
    font-size: 14px;
    line-height: 2;
    margin: 15px 0 0;
    color: #fff;
}
footer .contact h5 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 22px;
}
footer .contact ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
footer .contact ul li:last-child {
    margin-bottom: 0;
}
footer .contact ul li .img {
    width: auto;
    flex: 1;
    max-width: 120px;
    border-radius: 6px;
}
footer .contact ul li .img img {
    border-radius: 6px;
}
footer .contact ul li .text {
    flex: 1;
    padding-left: 10px;
}
footer .contact ul li .text h6 a {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}
footer .contact ul li .text h6 {
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
footer .contact ul li .text span {
    color: #e7e7e7;
}
footer .bottom {
    border-radius: 6px 6px 0 0;
    padding: 15px 0 5px;
    border-top: 1px dashed #fff;
}
footer .bottom p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.8;
    text-align: center;
}
footer .bottom p a {
    color: #fff;
    font-size: 12px;
}
footer .bottom p a.icp {
    margin-right: 15px;
}
footer .contact img {
    max-width: 130px;
}
.ewm_none {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    min-width: 350px;
    display: none;
}
.ewm_none .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #f00;
    z-index: 2;
    cursor: pointer;
}
.ewm_none .img .cursor {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15%;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(135deg, #ed57ef, #7848f3);
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: bold;
    z-index: 2;
    cursor: pointer;
}
@media (max-width: 768px) {
    .foot_none {
        display: none;
    }
    .index_box {
        padding: 50px 0;
    }
    .list .list_news {
        padding: 20px;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
        margin-bottom: 24px;
        border-radius: 6px;
    }
    .list .list_news .news_img {
        float: none;
        width: 100%;
    }
    .list .news_content {
        margin-left: 0;
    }
    .list .news_time {
        display: none;
    }
    .list .news_content h6 {
        line-height: 45px;
        height: 45px;
        font-size: 15px;
    }
    .list .news_content p {
        font-size: 13px;
        height: 65px;
        padding-top: 15px;
        line-height: 25px;
    }
    .list .news_content h6 span {
        min-width: 85px;
        font-weight: 500;
        float: right;
        text-align: right;
        display: block;
        color: #999;
        font-size: 13px;
    }
    .index_foot {
        display: block;
        background: url(https://cdn.chiefgr.com/up/mo//footer_bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 10px 0;
        border-bottom: 1px dashed #fff;
        text-align: center;
    }
    .index_foot p {
        font-size: 15px;
        margin-bottom: 10px;
        color: #fff;
    }
    .index_foot img {
        max-width: 150px;
        margin: 0 auto;
    }
    .index_foot .ani {
        position: relative;
        display: inline-block;
        overflow: hidden;
        padding: 5px;
    }
    .index_news .news .top .img {
        max-width: 100%;
        width: 100%;
    }
    .index_news .news .top .content {
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .list_box .box {
        padding: 30px 20px;
    }
    .list_box .left .top {
        margin-bottom: 20px;
    }
    .list_box .left ul {
        border-top: none;
    }
    .list_box .left ul li {
        min-width: 33%;
        margin-left: 0;
        padding: 0 10px;
        text-align: center;
    }
    .list_box .left ul li:last-child {
        border-right: none;
    }
    .list_box .right {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 30px;
        text-align: center;
    }
    .head_btn {
        border: none;
    }
    .head_btn em {
        display: block;
        width: 25px;
        height: 3px;
        background-color: #7848f3;
        margin-bottom: 5px;
        border-radius: 6px;
    }
    .head_btn em:last-child {
        margin-bottom: 0;
    }
    header .menu_phone {
        padding: 30px 0;
        background-color: #fff !important;
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        z-index: 999;
    }
    header .menu_phone ul {
        display: block;
        height: 100%;
    }
    header .menu_phone ul li {
        padding: 10px 0;
        position: relative;
    }
    header .menu_phone ul li a {
        font-size: 20px;
        font-weight: bold;
        color: #141422;
        text-align: center;
        position: relative;
        text-transform: capitalize;
        transition: all 0.4s ease-in-out;
        display: block;
        width: 100%;
    }
    header .menu_phone ul li a.active {
        color: #010f30;
    }
    header .logo img {
        max-width: 250px;
    }
    header .cover {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        height: 70px;
    }
    .index_news .swiper_news {
        min-height: 500px;
    }
    .index_news .cover .left ul li {
        margin-left: 10px;
        padding-right: 10px;
    }
    .index_news .cover .right {
        right: 20px;
        bottom: 20px;
    }
    .index_news .cover .right i {
        padding: 5px 10px;
        font-size: 13px;
    }
    .list_banner {
        margin-top: 70px;
    }
    .list_banner .box {
        padding: 50px 0;
    }
    .list_box {
        padding: 50px 0;
    }
    .content_details {
        padding: 50px 0;
    }
    .content_details .middle .title,
    .content_details .down .title {
        text-align: center;
    }
    .content_details .down .news_time {
        display: none;
    }
    .content_details .top ul li {
        width: 50%;
        margin: 8px 0;
    }
    .content_details .top .bottom .small {
        width: 50%;
        margin: 10px 0 10px 0;
    }
    .content_details .top .bottom .buttun {
        width: 100%;
        display: block;
        margin: 0 0 15px 0;
    }
    .index_banner{
        margin-top: 70px;
    }
    .index_banner .cover{
        padding: 70px 0 100px;
    }
    .index_banner .img {
        margin-top: 35px;
        transform: translateX(0);
    }
    .index_banner h5{
        font-size: 25px;
    }
    .phone_wecat .wecattext{
        display: none;
    }
    .phone_wecat .wecattext.active{
        display: block;
    }
        .index_news .cover .left .bottom{
        max-width: 60%;
        overflow: auto;
    }
    .index_news .cover .left ul li{
        min-width: 50%;
    }
    
.index_news .cover .left .bottom::-webkit-scrollbar {  
    display: none;  
}
.index_news .cover .left ul{
    border-top: none;
}
}
