@charset "UTF-8";

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: transparent;
}
body,
html {
    color: #3d3c3c;
    height: 100%;
}
@media (max-width: 750px) {
    :root {
        --ww: 750 * 100vw;
    }
}
/* @media (max-width: 640px) {
    :root {
        --ww: 750 * 100vw;
    }
} */
html {
    font-size: calc(100 / var(--ww));
}
body {
    font-size: 0.24rem;
}
body {
    position: relative;
    line-height: 1.2;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    padding-top: 0.93rem;
}
body,
input,
pre,
select,
th,
td,
textarea {
    font-family: sans-serif;
    font-weight: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
content {
    display: block;
    padding: 0;
    margin: 0;
}
/* input,
textarea {
    margin: 0;
    padding: 0;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
} */
select {
    border: solid 0.01rem #eee;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select.svg) no-repeat scroll right 0.1rem center transparent;
    padding-right: 0.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background-size: auto 0.09rem;
}
.auto {
    max-width: 88%;
    margin: 0 auto;
}
select::-ms-expand {
    display: none;
}
a,
a:active {
    color: #000;
}
a,
a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
:focus,
a:focus {
    outline: 0;
    -moz-outline: none;
}
table,
td,
th {
    border-collapse: collapse;
    border-spacing: 0;
}
.ul,
.ul li {
    list-style: none;
}
img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}
.Ispic {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 0;
    text-justify: inter-ideograph;
}
.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    zoom: 0;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
.dot {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
[class*="dots-"] {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-box-orient: vertical;
}
.dots-1 {
    -webkit-line-clamp: 1;
}
.dots-2 {
    -webkit-line-clamp: 2;
}
.dots-3 {
    -webkit-line-clamp: 3;
}
.dots-4 {
    -webkit-line-clamp: 4;
}
img.block {
    display: block;
    width: 100%;
}
[class*="ytable"] {
    display: table;
    width: 100%;
}
.ytable-100 {
    height: 100%;
}
[class*="ytable"].fixed {
    table-layout: fixed;
}
[class*="cell-"] {
    display: table-cell;
}
.cell-mid {
    vertical-align: middle;
}
.cell-bottom {
    vertical-align: bottom;
}
@media (max-width: 1024px) {
    [class*="xy-"],
    [class*="xy-"] > [class*="cell-"] {
        display: block;
    }
}
.fl {
    float: left;
}
.fr {
    float: right;
}
@media (min-width: 1025px) {
    .wfl {
        float: left;
    }
    .wfr {
        float: right;
    }
}
.auto-inner {
    width: 89%;
    max-width: 15.2rem;
    margin: 0 auto;
}
@media (max-width: 1280px) {
    .auto-inner {
        width: 94%;
    }
}
video::-webkit-media-controls-fullscreen-button {
    display: none;
}
@keyframes mouse-tip {
    0% {
        transform: translateY(0.2rem);
        -webkit-transform: translateY(0.2rem);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}
@-webkit-keyframes mouse-tip {
    0% {
        transform: translateY(0.2rem);
        -webkit-transform: translateY(0.2rem);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

.nM {
    margin: 0;
}
.nP {
    padding: 0;
}
.noMP {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}
.header section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.93rem;
    width: 100%;
    background-color: #02132f;
    padding: 0 0.3rem 0 0.5rem;
}
.header .logo {
    width: 1.73rem;
}
.header .logo img {
    height: 0.38rem;
}
.top-nav {
    display: flex;
    align-items: center;
}
.top-nav .top-btn {
    cursor: pointer;
    background: #31c9b6;
    color: #fff;
    width: 0.98rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    border-radius: 0.05rem;
    font-size: 0.2rem;
}

.openMenu {
    width: 0.4rem;
    height: 0.3rem;
    cursor: pointer;
    position: relative;
    margin-left: 20px;
}
.openMenu i {
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #fff;
}
.openMenu i:before,
.openMenu i:after {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    background: #fff;
    transition: 0.3s;
    height: 1px;
}

.white .openMenu i {
    background: #000000;
}
.white .openMenu i:before,
.white .openMenu i:after {
    background: #000000;
}
.openMenu i:before {
    top: -8px;
}
.openMenu i:after {
    top: 8px;
}
.showMenu .openMenu i {
    background: none;
}
.showMenu .openMenu i:before {
    top: 0;
    transform: rotate(45deg);
}
.showMenu .openMenu i:after {
    top: 0;
    transform: rotate(-45deg);
}


.header nav{
    width: 100%;
    height: calc(100% - .93rem);
    position: fixed;
    top: .93rem;
    left: 0;
    z-index: 99999;
    background-color: #ffffff;
    display: none;
}
.header nav li{}
.header nav a{
    line-height: 1rem;
    font-size: .3rem;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    padding: 0 8%;
}
.header .second_nav{ padding: 3% 8%; display: none;}
.header .second_nav a{
    line-height: .6rem;
    font-size: .28rem;
    display: block;
    border: none;
}
.header.showMenu nav{
    display: block;
}
.banner {
    overflow: hidden;
    position: relative;
}
.banner h4 {
    font-weight: normal;
    font-size: 0.45rem;
}
.banner h4 span {
    padding-left: 12px;
}
.banner video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000;
    object-fit: fill;
}
.banner .info {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
}

.banner .pic {
    -webkit-animation: img-scale 5s ease-out forwards;
    animation: img-scale 5s ease-out forwards;
}
.banner .pic img {
    width: 100%;
}
.banner .txt_sub {
    max-width: 77%;
    line-height: 2.2;
    font-size: 0.22rem;
    margin: 0 auto;
}
.banner .txt_sub .green_txt {
    color: #31c9b6;
}
.banner .txt_sub p.f20 {
    padding-bottom: 2%;
}
.banner .line {
    display: block;
    margin: 2vw 0;
    width: 35px;
    height: 2px;
    background-color: #fff;
}
.banner.col_black .line {
    background-color: #3d3c3c;
}
.banner .line_green {
    display: block;
    width: 0.68rem;
    height: .04rem;
    background-color: #31c9b6;
    border-radius: 2px;
    margin: 0.4rem auto;
}
.banner .line_green.white {
    background-color: #fff;
}
.banner .subtitle {
}
.col_black {
    color: #302f2f;
}
.col_black .line {
    background-color: #302f2f;
}

.banner .txt {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    z-index: 3;
    text-align: center;
    color: #fff;
}

.banner .txt .btn {
    padding: 0 0.34rem 0 0.4rem;
    height: 0.64rem;
    background-color: #0c85e8;
    box-shadow: 2px 6px 16px 0px rgba(15, 51, 112, 0.1);
    border-radius: 32px;
    display: inline-block;
    line-height: 0.64rem;
    margin-top: 0.58rem;
    font-size: 0.24rem;
}
.banner .txt .btn img {
    width: 0.14rem;
    margin-left: 0.25rem;
}
.home_photo {
    padding-bottom: 1rem;
}
.home_photo .info {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.32rem;
    line-height: 0.5rem;
    font-weight: normal;
}
.home_photo .photo {
    width: 90%;
    margin: auto;
    position: relative;
}

.home_photo .item#item1 .pic {
    opacity: 1;
}
/* .home_photo .item#item1 .txt {
    width: 130px;
    height: 45px;
} */
.home_photo .item#item1 .txt span b img {
    max-height: 0.4rem;
}
.home_photo .item#item1 #d1 {
    left: 0.6rem;
    top: -0.07rem;
}
.home_photo .item#item1 #d2 {
    right: 0.9rem;
    top: -0.07rem;
}
.home_photo .item#item1 #d3 {
    left: 0.5rem;
    top: 0.4rem;
}
.home_photo .item#item1 #d4 {
    right: 0.9rem;
    top: 0.4rem;
}
.home_photo .item#item1 .txt span {
    right: -3px;
    top: 14px;
}

.home_photo .item#item1,
.home_photo .item#item3 {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}
.home_photo .item#item1 {
    width: 2.6rem;
    top: -0.3rem;
}
.home_photo .item#item2 {
    width: 100%;
}
.home_photo .item#item3 {
    width: 100%;
    bottom: 0;
}
.home_photo .txt {
    position: absolute;
    z-index: 10;
}
/* .home_photo .item#item1 .txt{ width:100%} */
.home_photo .item#item2 .txt {
    width: 25.75757575757576%;
}
.home_photo .item#item3 .txt {
    width: 9.09090909090909%;
}
.home_photo .item * {
    transition: 0.5s;
}

.home_photo .txt span {
    position: absolute;
    min-width: 0.2rem;
    min-height: 0.2rem;
    display: block;
}
.home_photo .txt span a {
    width: 0;
    position: absolute;
    left: 0.4rem;
    top: -7px;
    overflow: hidden;
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.4rem;
    height: 0.4rem;
}
.home_photo .txt span a:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background: rgba(51, 112, 254, 0.8);
    border-radius: 30px;
}
.home_photo .txt span b {
    opacity: 0;
    position: relative;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    display: block;
    font-weight: normal;
    z-index: 2;
}
.home_photo .txt span b:after {
    position: absolute;
    top: 0;
    right: 10%;
    content: ">";
}
.home_photo .txt span b img {
    vertical-align: middle;
    margin-right: 15px;
}
.home_photo .txt span i {
    position: absolute;
    cursor: pointer;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 100px;
    background: #3370fe;
}
.home_photo .txt span i::before{ content: ''; position: absolute; left: 50%; top: 50%;transform: translate(-50%, -50%); width: .04rem; height: .04rem; background-color: #fff; border-radius: 100%;}
.home_photo .txt span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    transform: scale(1);
    background: #31c9b6;
    animation-name: quan;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}

.home_photo #a1.txt span b {
    text-align: center;
}
.home_photo #a1 span {
    right: 46%;
    top: 25%;
}
.home_photo #a1 span img {
    display: none;
}

.home_photo #b1 {
    left: 15%;
    top: 22%;
}
.home_photo #b2 {
    left: 38%;
    top: 40%;
}
.home_photo #b3 {
    right: 15%;
    top: 22%;
}
.home_photo #b1 span {
    right: 11%;
    top: 43%;
}
.home_photo #b2 span {
    right: 11%;
    top: 47%;
}
.home_photo #b3 span {
    left: 48%;
    top: 67%;
}

.home_photo #c1 {
    left: 21%;
    top: 17%;
}
.home_photo #c2 {
    left: 30%;
    top: 40%;
}
.home_photo #c3 {
    right: 30%;
    top: 40%;
}
.home_photo #c4 {
    right: 21%;
    top: 17%;
}
.home_photo #c1 span {
    right: 0%;
    top: 69%;
}
.home_photo #c2 span {
    right: 0%;
    top: 69%;
}
.home_photo #c3 span {
    left: 4%;
    top: 69%;
}
.home_photo #c4 span {
    left: 4%;
    top: 69%;
}
.home_photo .item.hover {
    z-index: 20;
}
.home_photo .txt.show {
    z-index: 20;
}
.home_photo .txt.show span a {
    width: 2.3rem;
}
.home_photo .txt.show span a:before {
    width: 100%;
}

.home_photo .txt {
    animation-name: tiaodong;
    animation-iteration-count: infinite;
}
.home_photo .txt#b1 {
    animation-duration: 2.8s;
}
.home_photo .txt#b2 {
    animation-duration: 3s;
}
.home_photo .txt#b3 {
    animation-duration: 2.6s;
}

/*    .home_photo .txt#c1{animation-duration:2.5s;}
    .home_photo .txt#c2{animation-duration:2s;}
    .home_photo .txt#c3{animation-duration:2.4s;}
    .home_photo .txt#c4{animation-duration:2.1s;}*/

.home_photo .txt.show span b {
    animation: xianshi 1s;
    -webkit-animation: xianshi 1s;

    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;

    animation-fill-mode: forwards;
}

.home_photo .item#item2 .txt span b img {
    max-height: 0.4rem;
}
.home_photo .item#item3 .txt span b img {
    max-height: 0.4rem;
}
/* } */
@keyframes xianshi {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes xianshi {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes tiaodong {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-20px);
    }
}

@-webkit-keyframes tiaodong {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-20px);
    }
}

@keyframes quan {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes quan {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}

/*
 .Floor001739 为demo编号
 */
.home_column {
    padding: 0.55rem 0;
    margin: 0;
    line-height: 1.3;
    text-align: center;
    font-weight: normal;
    color: #04203e;
    font-size: 0.38rem;
}
.home_column:after {
    content: "";
    display: block;
    margin: auto;
    margin-top: 0.4rem;
    width: 0.35rem;
    height: .02rem;
    background: #04203e;
}
.home_column.white {
    color: white;
}
.home_column.white:after {
    background: white;
}
.home_column.noline:after {
    display: none;
}
.Floor001739 {
    background: url(../images/Floor001739-bg.jpg) no-repeat center/cover;
    padding: 2% 0 3%;
}
.Floor001739 .auto {
    padding: 0 2.5%;
}
.Floor001739 .ul {
    max-width: 88%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}
.Floor001739 .subtit {
    font-size: 0.36rem;
    color: #04203e;
    margin-bottom: 0.3rem;
    width: 100%;
    text-align: center;
}
.Floor001739 li {
    width: 48%;
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 0.15rem;
    overflow: hidden;
    padding: 0.25rem;
    box-shadow: 0 12px 45px rgba(49, 201, 182, 0.1);
    margin-bottom: 0.25rem;
}
.Floor001739 li:nth-child(4n) {
    margin-right: 0;
}
.Floor001739 li a {
    display: block;
    margin: 0 auto;
}
.Floor001739 li figure img {
    max-width: 0.8rem;
    transition: 0.3s;
}
.Floor001739 li a:hover figure img {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
}

.Floor001739 li .dot {
    font-size: 0.26rem;
    color: #04203e;
    font-weight: normal;
    margin: 0px 0 12px;
}
.Floor001739 li span {
    color: #31c9b6;
    font-size: 0.2rem;
}
.Floor001739 li a:hover * {
}

/*Floor003099 */
.Floor003099 {
    padding: 3% 0 5%;
}

.Floor003099 .auto {
    max-width: 88%;
    overflow: hidden;
    margin: 0 auto;
}
.Floor003099 .info-num {
    padding: 0 3%;
    margin: 3% 0 4%;
    display: flex;
    flex-wrap: wrap;
}
.Floor003099 .info-num li {
    width: 50%;
    text-align: center;
    margin-bottom: 0.4rem;
}
.Floor003099 .info-num li aside {
    display: inline-block;
    position: relative;
    font-size: 0.6rem;
    color: #31c9b6;
    font-weight: bold;
}
.Floor003099 .info-num li aside b {
    font-size: 0.6rem;
}
.Floor003099 .info-num li aside sub {
    position: absolute;
    left: 100%;
    word-break: keep-all;
    bottom: 15%;
    font-size: 16px;
    font-weight: 100;
    margin-left: 10px;
}
.Floor003099 .info-num li p {
    font-size: 0.16rem;
    color: #103049;
    margin-bottom: 0;
    margin-top: 5px;
}

.Floor003099 .slider .slick-list li a {
    display: block;
    position: relative;
}
.Floor003099 .pic {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    margin-top: 2.5%;
}
.Floor003099 .pic .Ispic {
    padding-bottom: 3.36rem;
    transition: 0.5s;
}
.Floor003099 .pic h2 {
    font-size: 32px;
    color: #ffffff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 25%;
    text-align: center;
    margin: 0;
}
.Floor003099 .pic .subbtn {
    width: 1.25rem;
    height: 0.3rem;
    background-color: #fcfbfb;
    border-radius: 0.15rem;
    color: #31c9b6;
    font-size: 0.17rem;
    font-weight: normal;
    line-height: 0.3rem;
    margin: 0 auto;
    margin-top: 0.25rem;
}
.Floor003099 .slider li .txt {
    width: 100%;
    position: relative;
    z-index: 10;
}
.Floor003099 .slider li .txt .inner {
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid #f1f1f1;
    border-radius: 6px;
    padding: 9%;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: .01rem;
    text-align: justify;
}
.Floor003099 .slider li .txt .imgs {
    margin-top: 12%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Floor003099 .slider li .txt .imgs img {
    max-height: 0.4rem;
}
.Floor003099 .slider li .txt .imgs img:last-child {
    margin-right: 0;
}

.Floor003099 .slider .slick-dots {
    display: block;
    z-index: 100;
    width: 100%;
    padding: 4% 0 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.Floor003099 .slider .slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
}
.Floor003099 .slider .slick-dots li button {
    display: block;
    cursor: pointer;
    color: #fff;
    outline: none;
    background: none;
    font-size: 0px;
    border: none;
    width: 0.6rem;
    height: 3px;
    padding: 0;
    background: #dcdcdc;
    position: relative;
    border-radius: 4px;
}

.Floor003099 .slider .slick-dots li button:hover,
.Floor003099 .slider .slick-dots li button:focus {
    outline: none;
}
.Floor003099 .slider .slick-dots li button:before {
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    border-radius: 4px;
    transition: 0.3s;
}
.Floor003099 .slider .slick-dots li.slick-active button:before {
    width: 100%;
    background: #31c9b6;
    transition: 3s;
}

.Floor003099 .txt .inner .tit {
    font-size: 0.2rem;
    color: #5a5a5a;
    line-height: 0.33rem;
    margin-top: 0.1rem;
    text-align: right;
}
.Floor003099 .txt .inner p {
    line-height: 2;
    color: #5a5a5a;
    font-size: 0.22rem;
    position: relative;
    text-align: justify;
}
.Floor003099 .txt .inner p::before{ content: ''; position: absolute; left: -.36rem; top: 0; width: .25rem; height: .32rem; background: url(../images/H_dou.png) no-repeat center; background-size: contain; }

/* 合作伙伴 */
.hzhb {
    background: url(../images/hzhb-bg.jpg) no-repeat center/cover;
    padding-bottom: 0.5rem;
}
.hzhb .auto {
    width: 88%;
    margin: 0 auto;
}
.hzhb .part {
    margin-bottom: 0.3rem;
}
.hzhb .part .part_tit {
    color: #1d80fb;
    font-size: 0.24rem;
    padding-bottom: 0.35rem;
    position: relative;
}
.hzhb .part .part_tit::after {
    position: absolute;
    content: "";
    width: 0.35rem;
    height: 2px;
    background-color: #31c9b6;
    bottom: 0.15rem;
    left: 0;
}
.hzhb .part .ul {
    display: flex;
    flex-wrap: wrap;
}
.hzhb .part .ul li {
    width: 20%;
    height: 0.68rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.15rem;
    /* background-color: #fff; */
}
.hzhb .part .ul li.w100{ width: 100%; height: auto;}
/* .hzhb .part .ul li:nth-child(odd) {
    background-color: #f2f1f3;
} */
/* .hzhb .part .ul li img {
    max-width: 70%;
    max-height: 70%;
} */

/* 免费试用 */
.mfsy {
    background: url(../images/mfsy-bg.jpg) no-repeat center/cover;
    padding-top: 0.85rem;
    padding-bottom: 1rem;
    text-align: center;
    color: #103049;
}
.mfsy .t1 {
    font-size: 0.28rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}
.mfsy .t2 {
    color: #103049;
    font-size: 0.26rem;
    font-weight: 100;
}
.mfsy .btn {
    width: 2.1rem;
    height: 0.55rem;
    line-height: 0.55rem;
    background-color: #0c85e8;
    box-shadow: 0px 12px 40px 0px rgba(12, 133, 232, 0.4);
    border-radius: 0.26rem;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-top: 0.35rem;
}
.footer{ padding-bottom: 1rem;}
.footer .ewm {
    text-align: center;
    padding: 0.85rem 0 1.2rem 0;
    background-color: #f7f8fa;
}
.footer .ewm .tit {
    font-size: 0.4rem;
    color: #04203e;
    position: relative;
    margin-bottom: 0.75rem;
}
.footer .ewm .tit::after {
    position: absolute;
    content: "";
    width: 0.36rem;
    height: 3px;
    background-color: #04203e;
    bottom: -0.2rem;
    left: 50%;
    transform: translateX(-50%);
}
.footer .ewm .img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .ewm .img dl {
    margin: 0 0.5rem;
}
.footer .ewm .img dl dt img {
    width: 2.1rem;
}
.footer .ewm .img dd {
    margin-top: 0.25rem;
    font-size: 0.28rem;
}
.footer .nav {
    background-color: #02132f;
}
.footer .nav .auto {
    width: 88%;
    margin: 0 auto;
    padding: 0.4rem 0;
}
.footer .nav dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
}
.footer .nav dl dt {
    width: 100%;
    margin-bottom: 0.15rem;
}
.footer .nav dl dt a {
    font-size: 0.21rem;
    color: #acacac;
    opacity: 0.8;
}

.footer .nav dl dd a {
    font-size: 0.18rem;
    color: #fff;
}
.footer .nav dl dd {
    margin-right: 0.4rem;
}
.footer .nav .phone_link {
    width: 100%;
    height: 0.56rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.24rem;
}

.footer .link a {
    position: relative;
    display: inline-block;
}
.footer .link a:not(:last-child) {
    margin-right: 35px;
}
.footer .link a:not(:last-child):after {
    content: "";
    position: absolute;
    right: -18px;
    width: 2px;
    height: 70%;
    top: 15%;
    background: #828384;
    border-right: solid 1px #8e8e8e;
}
.footer .copyright {
    padding-top: 0.55rem;
}
.footer .copyright .icp {
    display: inline-block;
}

.footer .copyright,
.footer .copyright a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.16rem;
    text-align: center;
}
.footer .copyright a:hover {
    color: #fff;
}
.footer .copyright p {
    margin: 10px 0 0;
    line-height: 1.5;
}

.footer .fixed-btn{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    height: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .4rem;
}
.footer .fixed-btn a{
    width: 40%;
    height: .52rem;
	border-radius: 5px;
	border: solid 1px #919191;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .fixed-btn a img{
    width: .32rem;
    margin-right: .12rem;
}
.footer .fixed-btn a:last-child{
    background-color: #0c85e8;
    border: none;
    color: #fff;
}
.footer .side{
    width: .8rem;
	height: .8rem;
	background-color: #fcfcfd;
	box-shadow: 2px 6px 16px 0px 
		rgba(212, 234, 253, 0.6);

        position: fixed;
    right: 10px;
    bottom: 20%;
    z-index: 990;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.footer .side img{
    width: 50%;
}

/* 营销云 */
.cloud_sales {
    padding-bottom: 1rem;
    background-color: #fff;
}
.cloud_sales .auto {
    max-width: 88%;
    margin: 0 auto;
    box-shadow: -1px 0px 46px 0px rgba(105, 105, 105, 0.12);
}
.cloud_sales .mk_nav {
    display: flex;
    align-items: center;
}
.cloud_sales .mk_nav .item {
    flex: 1;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 3px 4px 7px 0px rgba(11, 26, 30, 0.14);
    text-align: center;
    color: #525353;
    font-size: 0.3rem;
    padding: 0.1rem;
}
.cloud_sales .mk_nav .item.current {
    background: #31c9b6;
    color: #fff;
    position: relative;
    z-index: 2;
}
.cloud_sales .mk_nav .item.current::after {
    width: 74%;
    height: 0.05rem;
    background-color: #31c9b6;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.5rem;
    transform: translateX(-50%);
}
.cloud_sales .mk_con {
    padding-top: 0.5rem;
    max-width: 88%;
    margin: 0 auto;
    margin-top: 0.5rem;
    position: relative;
}
.cloud_sales .mk_con::before{ content: ''; position: absolute; left: 50%; transform: translateX(-50%); top:-1px; width: 94%; height: 1px; background-color: #aaa;}

.cloud_sales .txt {
    color: #727171;
    line-height: calc( 41 / 24);
    position: relative;
    font-size: 0.24rem;
    letter-spacing: .01rem;
}
.cloud_sales .list_item  .txt{ font-size: .2rem; line-height: calc( 30 / 18);}
.more_blue_jt a {
    color: #31c9b6;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    font-size: 0.24rem;
}
.more_blue_jt a:after {
    content: "";
    position: absolute;
    top: 0;
    right: -60px;
    width: 60px;
    height: 100%;
    background: url(../images/jt_blue.png) no-repeat right center;
}
.more_blue_jt a:hover {
    transform: translateX(20px);
}

.cloud_sales .pic img {
    width: 100%;
}

.cloud_sales .pic {
    margin-top: 0.6rem;
    padding-bottom: 0.7rem;
}
.solution_finance_scene .f20{ font-size: .22rem;}
.solution_finance_scene_zhzq .cloud_sales .pic{padding-bottom: 0.1rem; margin-top: 0;}
.solution_finance_scene_zhzq .cloud_sales .list_item .txt .f20{ display: inline-block; margin-bottom: .1rem;}
.solution_finance_scene_zhzq .cloud_sales{ padding-bottom: 1.4rem;}
.proCase_scheme {
    background-color: #f6f8fb;
    padding-bottom: 1.1rem;
}
.proCase_scheme .auto {
    max-width: 88%;
    margin: 0 auto;
}
.proCase_scheme .txtCon ul li {
    display: flex;
    margin-bottom: 0.5rem;
}
.proCase_scheme .txtCon ul li i {
    width: 0.6rem;
}
.proCase_scheme .txtCon ul li p {
    font-size: 0.24rem;
    color: #3d3d3d;
    line-height: 2;
    margin: 0;
    margin-left: 0.3rem;
    flex: 1;
    letter-spacing: .01rem;
}
.proCase_scheme .txtCon ul li .tit {
    color: #31c9b6;
    font-size: 0.3rem;
    margin-bottom: 0;
    display: block;
    font-weight: 700;
}
.cgCase {
    padding-bottom: 1.6rem;
    position: relative;
}
.cgCase .list_box {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 6px 8px 40px 0px rgba(26, 39, 77, 0.16);
    border-radius: 10px;
    padding: 0.7rem 0.45rem;
}
.cgCase .list_box .icon {
    height: 0.6rem;
    margin-bottom: 0.4rem;
}
.cgCase .list_box .icon img {
    height: 100%;
}
.cgCase .list_box .t1 {
    margin-bottom: 0.35rem;
}
.cgCase .list_box .t1 span {
    font-size: 0.3rem;
    color: #3d3d3d;
    padding: 0 0.3rem;
}
.cgCase .list_box .t1 span:first-child {
    color: #31c9b6;
    padding-left: 0;
}
.cgCase .list_box .t2 {
    font-size: 0.24rem;
    color: #666666;
    margin-bottom: 0.4rem;
    line-height: 2;
}

.cgCase .slick-dots {
    display: block;
    z-index: 100;
    width: 100%;
    padding: 4% 0 0;
    margin: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: -0.8rem;
    left: 0;
}
.cgCase .slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
}
.cgCase .slick-dots li button {
    display: block;
    cursor: pointer;
    color: #fff;
    outline: none;
    background: none;
    font-size: 0px;
    border: none;
    width: 0.6rem;
    height: 3px;
    padding: 0;
    background: #dcdcdc;
    position: relative;
    border-radius: 4px;
}

.cgCase .slick-dots li button:hover,
.cgCase .slick-dots li button:focus {
    outline: none;
}
.cgCase .slick-dots li button:before {
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    border-radius: 4px;
    transition: 0.3s;
}
.cgCase .slick-dots li.slick-active button:before {
    width: 100%;
    background: #31c9b6;
    transition: 3s;
}

.cp_module .item {
    background-color: #ffffff;
    box-shadow: -1px 0px 46px 0px rgba(105, 105, 105, 0.12);
    padding-bottom: 0.6rem;
    margin-bottom: 0.5rem;
}

.cp_module .mod_top {
    line-height: 0.78rem;
    background-color: #31c9b6;
    box-shadow: 3px 4px 7px 0px rgba(11, 26, 30, 0.14);
    color: #fff;
    font-size: 0.26rem;
    padding-left: 0.4rem;
    border-radius: 0.23rem 0.23rem 0px 0px;
}

.cp_module .txtcon {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 0.45rem;
    padding-top: 0.25rem;
    border-top: 1px solid #aaaaaa;
    color: #727171;
    font-size: 0.24rem;
    line-height: 1.5;
    position: relative;
    margin-bottom: 0.3rem;
}
.cp_module .txtcon::before {
    content: "";
    width: 112px;
    height: 0.05rem;
    background-color: #31c9b6;
    left: 0;
    top: -0.05rem;
    position: absolute;
}
.cp_module .txtcon .txt {
    margin-bottom: 0.3rem;
    line-height: 2;
}
.cp_module .pic {
    max-width: 80%;
    margin: 0 auto;
}

.info_circletxtpic .info li {
    list-style: disc;
    font-size: 0.24rem;
    padding-left: 0.3rem;
    line-height: 2;
    color: #727171;
    position: relative;
}
.info_circletxtpic .info li::marker {
    color: #35cab7;
    font-size: 0;
    opacity: 0;
}
.info_circletxtpic .info li::before{ content: ''; position: absolute; left: 0; top: .14rem; width: .16rem; height: .16rem; background: url(../images/line_1.svg) no-repeat center; background-size: contain; }
.info_circletxtpic .info li:not(:last-child) {
    margin-bottom: 5%;
}
.info_circletxtpic .pic img {
    width: 100%;
    border-radius: 10px;
}

.solution_details_TMT {
    padding: 0.4rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.solution_details_TMT .txtcon {
    font-size: 0.24rem;
    line-height: 2;
    color: #3d3c3c;
}
.solution_details_TMT .txtcon b {
    color: #0c85e8;
}

.Industry_solutions .column_title {
    padding: 4% 0 3%;
}
.Industry_solutions .listBox {
    background-color: #f7f8fa;
    padding: 3.5% 5.5%;
}
.Industry_solutions .title {
    font-weight: bold;
    margin-bottom: 1.5%;
}
.Industry_solutions dd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Industry_solutions .item {
    padding-bottom: 2.9rem;
    position: relative;
    margin: 0.7vw 0;
}
.Industry_solutions .item figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.Industry_solutions .item .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    left: 0;
    bottom: 1.5vw;
    font-size: 0.24rem;
    padding-left: 0.2rem;
}
.Industry_solutions .item .tit .en {
    font-size: 0.18rem;
    margin-top: 5px;
}

.Industry_solutions dl .item {
    width: 32%;
}
.Industry_solutions dl .item:first-child,
.Industry_solutions dl .item:nth-child(2),
.Industry_solutions dl .item:nth-child(3),
.Industry_solutions dl .item:nth-child(4) {
    width: 49%;
    padding-bottom: 2.15rem;
}

.solutions_logo {
    padding: 3.5% 0;
}
.solutions_logo .more {
    display: block;
    width: 1.25rem;
    line-height: 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #31c9b6;
    border-radius: 0.5rem;
    margin: -1% auto 0;
}
.solutions_logo .listBox {
    margin: 5% 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.solutions_logo dl {
    width: calc(calc(100% - 0.6rem) / 3);
    margin-bottom: 0.5rem;
}
.solutions_logo dt {
    width: 100%;
    text-align: center;
    line-height: 0.8rem;
    background-color: #eeeeee;
    border-radius: 10px;
    position: relative;
    margin-bottom: 0.3rem;
    font-size: 0.24rem;
    color: #757575;
}
.solutions_logo dt::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border: 0.1rem solid transparent;
    border-top-color: #eeeeee;
    transform: translateX(-50%);
}
.solutions_logo .item {
    display: block;
    padding-top: 48.44%;
    width: 100%;
    background: url(../images/logo_bg.png) no-repeat center;
    background-size: contain;
    margin-top: -7%;
    position: relative;
}
.solutions_logo .item img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-height: 70%;
    margin: auto;
    max-width: 70%;
}
.solution_details {
    padding: 0.6rem 0;
    background-size: cover;
}
.solution_details .info {
    line-height: 0.42rem;
    color: #3d3c3c;
    padding: 0 0.25rem;
    text-align: justify;
    margin-bottom: 0.35rem;
    line-height: 2;
    letter-spacing: .005rem;
}
.solution_details .info b {
    color: #0c85e8;
}

.solution_details .list_slickjs .item {
    background-color: #ffffff;
    box-shadow: 0px 6px 7px 0px rgba(71, 71, 71, 0.08);
    border-radius: 10px;
    margin-bottom: 0.3rem;
    padding: 0.3rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 3rem 2.2rem;
}
.solution_details .list_slickjs .item .txtbox h4 {
    color: #0c85e8;
    padding-bottom: 0.5rem;
    position: relative;
    font-weight: bold;
    font-size: .24rem;
}
.solution_details .list_slickjs .item .txtbox h4::after {
    content: "";
    width: 0.55rem;
    height: 0.02rem;
    background-color: #31c9b6;
    border-radius: 1px;
    left: 0;
    bottom: 0.25rem;
    position: absolute;
}
.solution_details .list_slickjs .item .txtbox .txt {
    font-size: 0.2rem;
}
.solution_details .list_slickjs .item .txtbox .txt li {
    margin-bottom: 0.15rem;
    margin-left: 0.3rem;
    font-size: .22rem;
    color: #474747;
    position: relative;
}
.solution_details .list_slickjs .item .txtbox .txt li::marker {
    color: #35cab7;
    font-size: 0;
    display: none;
}
.solution_details .list_slickjs .item .txtbox .txt li::before{ content: ''; position: absolute; left: -.3rem; top: 0; width: .16rem; height: .24rem; background: url(../images/line_1.svg) no-repeat center; background-size: contain;}

.solution_bg_intro {
    line-height: 1.8;
    text-align: center;
    background: #0a0847 no-repeat center;
    background-size: cover;
}
.solution_bg_intro .txt {
    padding-top: 2%;
}
.solution_bg_intro .ytable {
    min-height: 9.2rem;
    padding-top: .85rem;
    color: #fff;
}
.solution_bg_intro h3 {
    font-size: 0.4rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
}
.solution_bg_intro_zhzq h3{ font-weight: normal; line-height: calc( 64 / 40);margin-bottom: 0.95rem; }
.solution_bg_intro .txt {
    text-align: justify;
    padding: 0 0.3rem;
    letter-spacing: 0.01rem;
    line-height: calc( 46 / 24);
}

.solution_function {
    padding-top: .3rem;
    padding-bottom: 1.2rem;
    position: relative;
    background: #f7f8fa;
}
.solution_function .column_title {
    text-align: center;
}
.solution_function:before,
.solution_function:after {
    content: "";
    width: 70%;
    height: 3rem;
    position: absolute;
    background-size: 50%;
    background-size: contain !important;
}
.solution_function:before {
    left: 0;
    top: 0;
    background: url("../images/solution_function_bgl.png") no-repeat left top;
}
.solution_function:after {
    right: 0;
    bottom: 0;
    background: url("../images/solution_function_bgr.png") no-repeat right bottom;
}
.solution_function .auto {
    position: relative;
    z-index: 2;
}
.solution_function .infobox {
    text-align: center;
}
.solution_function .item {
    width: calc(100% / 3);
    vertical-align: top;
    display: inline-block;
    padding: 0 1%;
}
.solution_function .item .txt {
    max-width: 100%;
    margin: auto;
}
.solution_function .item p {
    text-align: left;
    line-height: 1.6;
    opacity: 0;
}
.solution_function .item h5 {
    color: #474747;
    padding: 0.25rem 0;
    font-size: .24rem;
    line-height: calc( 36 / 24);
}
.solution_function_zhjr{}
.solution_function_zhjr .part1{ padding-bottom: .35rem;}
.solution_function_zhjr .part1 .item:nth-child(2) h5{ padding-left: .2rem; padding-right: .2rem;}
.solution_function_zhjr .part1 .item:nth-child(3) h5{ padding-left: .15rem; padding-right: .15rem;}
.solution_function_zhjr .part1 .item:nth-child(4) h5{ padding-left: .32rem; padding-right: .32rem;}
.solution_function_zhjr .part2{ gap: 0!important;}
.solution_function .item .txt:hover h5 {
    color: #3370fd;
}
.solution_function .item .txt:hover p {
    opacity: 1;
}

.solution_function .w1200 {
    padding-bottom: 3%;
    padding-top: 3%;
}
.solution_function .w1200 .item {
    width: 32%;
}
.solution_function .w1200 h4 {
    padding-bottom: 4%;
    font-size: 0.2rem;
}
.solution_function .part1 {
    padding-top: 0;
    border-bottom: solid 1px #a6a6a6;
    margin-bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.solution_function .part2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .2rem 0;
}
.solution_function .part2 .item {
}
.solution_function h4 {
    margin-bottom: 0.6rem;
    width: 100%;
    font-size: .24rem;
}

.much_icon .txt * {
    transition: 0.5s;
}
.much_icon .txt .icon {
    max-width: 1.7rem;
    padding: 0.3rem;
    display: inline-block;
    background: #fff;
    border-radius: 100px;
    border: solid 1px #31c9b6;
}
.much_icon .txt .icon img {
    position: relative;
    z-index: 3;
}
.much_icon .txt .icon i {
    position: relative;
    z-index: 2;
    display: block;
    padding-bottom: 100%;
    background: #79dccf;
    border-radius: 100%;
    margin-top: -100%;
}
.much_icon .txt .icon i:last-child {
    background: #c1efe9;
    z-index: 1;
}

.solution_finance_technology { background: url(../images/zhjr_bg.jpg) no-repeat center; background-size: cover;
    padding-bottom: 1rem;
}
.solution_finance_technology .home_column{ font-size: .4rem; }
.solution_finance_technology .info_box {
    padding: 0 3.5%;
}

.solution_finance_technology .txt_con {
    color: #474747;
    line-height: calc( 36 / 24);
    margin-bottom: 0.45rem;
    padding: 0 3.5%;
    letter-spacing: .02rem;
}
.solution_finance_technology .info_box .col_info,
.solution_finance_scene .txt_con{color: #3d3c3c; line-height: calc( 36 / 24);letter-spacing: .02rem; margin-bottom: 0.45rem; text-align: justify;}
.solution_finance_scene .home_column{ font-size: .4rem;}
.solution_finance_scene_zgjr .info_box .item:first-child img{margin: 0 -.45rem;  width: calc(100% + .9rem); max-width: none;}
.solution_finance_technology .info_box .title_box {
    height: 0.55rem;
    background-color: #006dff;
    border-radius: 0.09rem;
    line-height: 0.55rem;
    text-align: center;
    color: #fff;
    margin-bottom: 0.5rem;
}
.solution_finance_technology .info_box .item {
    margin-bottom: 0.8rem;
}
.solution_finance_scene {
    padding-top: .3rem;
    padding-bottom: 1rem;
}
.solution_finance_scene .title_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}
.solution_finance_scene .title_box .item {
    margin: 0 0.65rem;
    color: #474747;
    line-height: 0.43rem;
    border: solid 1px #474747;
    padding: 0 0.33rem;
}

.solution_finance_scene .title_box .item.current {
    background-color: #006dff;
    color: #fff;
    border: none;
}
.solution_finance_scene .txt_con {
    margin-bottom: 0.5rem;
    
}
.solution_finance_scene_zhzq .txt_con{text-align: justify; padding: 0 .1rem;}
.solution_case {
    padding-top: .3rem;
    padding-bottom: 4%;
    background: #f7f8fa no-repeat center bottom;
    background-size: cover;
}
.solution_case .caselogo {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 4%;
}
.solution_case_zhzq .caselogo{ padding: 0; gap:0 .2rem; justify-content: center;}
.solution_case .item {
    margin-bottom: 0.4rem;
}
.solution_case_zhzq .item{ width: calc( ( 100% - .2rem * 2 ) / 3);}

.solution_case .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.43rem;
    height: 1.23rem;
    border-radius: 0.14rem;
    box-shadow: 0px 1px 15px 0px rgba(67, 91, 162, 0.15);
    background: #fff;
}
.solution_case_zhzq .item a{ width: 100%;}
.solution_case .item img {
    max-width: 80%;
}

.solution_details .list .ul li {
    line-height: 0.8rem;
    padding-left: 0.65rem;
    position: relative;
}
/* .solution_details .list .ul li:first-child {
    background-color: #3370fd;
    border-radius: 0.4rem;
    color: #fff;
    margin-bottom: .25rem;
} */

.solution_details .list .ul li::before {
    background-color: #31c9b6;
    font-size: 0.22rem;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 50%;
    content: "";
}
/* .solution_details .list .ul li:first-child::before {
    background-color: #fff;
} */

.solution_finance_scene .cloud_sales {
    box-shadow: -1px 0px 46px 0px rgba(105, 105, 105, 0.12);
}

.solution_finance_scene .slick-dots {
    display: block;
    z-index: 100;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: -0.5rem;
    left: 0;
}
.solution_finance_scene .slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
}
.solution_finance_scene .slick-dots li button {
    display: block;
    cursor: pointer;
    color: #fff;
    outline: none;
    background: none;
    font-size: 0px;
    border: none;
    width: 0.6rem;
    height: 3px;
    padding: 0;
    background: #dcdcdc;
    position: relative;
    border-radius: 4px;
}

.solution_finance_scene .slick-dots li button:hover,
.solution_finance_scene .slick-dots li button:focus {
    outline: none;
}
.solution_finance_scene .slick-dots li button:before {
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    border-radius: 4px;
    transition: 0.3s;
}
.solution_finance_scene .slick-dots li.slick-active button:before {
    width: 100%;
    background: #31c9b6;
    transition: 3s;
}
.solution_government_application {
    background-position: center;
    background-size: cover;
    padding-bottom: 1rem;
    padding-top: .3rem;
}
.solution_government_application .pic {
    margin: 0.3rem 0 0.7rem 0;
}

.solution_government_application .list .ul b {
    display: block;
    position: relative;
    color: #0c85e8;
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
}
.solution_government_application .list .ul span {
    display: block;
    line-height: calc( 26 / 18);
    color: #3d3c3c;
    font-size: 0.19rem;
}
.solution_government_application .list .ul li b:before {
    content: "";
    left: -.22rem;
    top: .1rem;
    position: absolute;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    background: #31c9b6;
}
.solution_government_application .list .ul li {
    margin-top: 0.4rem;
}
.solution_government_application .list .ul li .txt {
    padding-left: 0.3rem;
}

.solution_details_TMT {
    padding-bottom: 1.3rem;
    background: url(../images/zhtmt_bg.jpg) no-repeat center; background-size: cover;
    padding-top: .3rem;
}
.solution_details_TMT .txt {
    margin-bottom: 0.2rem;
    line-height: 2;
    letter-spacing: .03rem;
    text-align: justify;
    color: #474747;
}
.solution_details_TMT .auto {
    width: 80%;
}
.solution_details_zhkx .txtcon {
    font-size: 0.24rem;
    line-height: 2;
    color: #3d3c3c;
}
.solution_details_zhkx .txtcon b {
    color: #0c85e8;
}
.solution_details_zhkx .auto {
    width: 80%;
}

.TMT_Solution {
    padding-top: .3rem;
    padding-bottom: 0.8rem;
}
.TMT_Solution .hover_Box {
    box-shadow: -1px 0px 46px 0px rgba(105, 105, 105, 0.12);
    background-color: #fff;
}

.TMT_Solution .title_box {
    display: flex;
    align-items: center;
}
.TMT_Solution .title_box .item {
    flex: 1;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 3px 4px 7px 0px rgba(11, 26, 30, 0.14);
    text-align: center;
    color: #525353;
    font-size: 0.24rem;
    padding: 0.1rem;
}
.TMT_Solution .title_box .item.current {
    background: #31c9b6;
    color: #fff;
    position: relative;
    z-index: 2;
}
.TMT_Solution .title_box .item.current::after {
    width: 1.1rem;
    height: 0.05rem;
    background-color: #31c9b6;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.5rem;
    transform: translateX(-50%);
}
.TMT_Solution .info_box {
    padding-top: 0.5rem;
    max-width: 88%;
    margin: 0 auto;
    margin-top: 0.5rem;
    padding-bottom: 1rem;
    position: relative;
}
.TMT_Solution .info_box::before{ content: ''; position: absolute;  left: 50%; transform: translateX(-50%); top: -1px; width: 94%; height: 1px; background-color: #aaaaaa;}

.TMT_Solution .txt {
    color: #727171;
    line-height: 2;
    position: relative;
    font-size: 0.24rem;
    margin-bottom: 0.5rem;
}

.TMT_Solution .txt b {
    display: block;
    color: #000;
}

.TMT_Solution .txt li {
    position: relative;
    padding-left: 0.27rem;
    color: #3d3c3c;
    line-height: 1.8;
    margin-bottom: .15rem;
    letter-spacing: 0.01rem;
}
.TMT_Solution .txt li::before {
    position: absolute;
    content: "";
    width: 0.16rem;
    height: 0.16rem;
    background: url(../images/line_1.svg) no-repeat center;
    background-size: contain;
    border-radius: 50%;
    left: 0;
    top: 0.12rem;
}
.TMT_Solution .txt li b{ color: #31c9b6;}
/* AI实验室 */
.AiLab-box .home_column{ padding-bottom: 0; margin-bottom: .35rem;}
.AiLab-box .home_column:after{ margin-top: .2rem;}
.AiLab-box .AiLab-tit {
    font-size: 32px;
    color: #04203e;
    text-align: center;
}
.AiLab-one {
    padding-bottom: 0.8rem;
}
.AiLab-one .AiLab-tit {
    margin-bottom: 30px;
}
.AiLab-one .des p {
    margin: 0;
}
.AiLab-one .list—box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
    background-color: #ffffff;
    box-shadow: 0px 12px 117px 0px rgba(175, 175, 175, 0.31);
    border-radius: .21rem;
    position: relative;
    z-index: 5;
    /* transform: translateY(-50%); */
    margin-top: -1.5rem;
    padding: 0.4rem 0;
}
.AiLab-one .item {
    width: calc(100% / 2);
    text-align: center;
	position:relative;
}
.AiLab-one .item:nth-child(1),
.AiLab-one .item:nth-child(2),
.AiLab-one .item:nth-child(3) {
    width: calc(100% / 3);
    padding-bottom: 0.4rem;
}
.AiLab-one .item .line {
    padding: 0 0.25rem;
	position:relative;
}
.AiLab-one .item::before{ content:''; position:absolute; right:0; top:50%; transform:translateY(-50%); width:1px; height: 60%; background-color:#e4e4e4;} 
.AiLab-one .item:nth-child(3) .line::before,
.AiLab-one .item:nth-child(5) .line::before{ display:none;}
.AiLab-one .item .tit {
    color: #1796ff;
    font-size: 0.36rem;
    font-weight: bold;
}
.AiLab-one .item:nth-child(4) .des,
.AiLab-one .item:nth-child(5) .des{ margin-top:7px;}
.AiLab-one .item .des {
    margin-top: 10px;
    line-height: 1.6;
    font-size: 0.21rem;
    color: #666666;
}
.AiLab-one .item:nth-child(2n) .tit {
    color: #31c2b2;
}
.AiLab-one .item:last-child .line {
    border-right: none;
}
.AiLab-one .introd {
    line-height: 2;
    font-size: 0.24rem;
    color: #505050;
    letter-spacing: .01rem;
}
.AiLab-one .introd .des{ color: #3d3c3c;letter-spacing: .01rem; text-align: justify; padding: 0 .35rem;}
.AiLab-one_qyjj .introd .des{ padding:0;}
.AiLab-one .introd strong {
    color: #3c8bff;
}
.AiLab-two {
    padding: 100px 0;
    background: url(../images/AiLab-back.png) no-repeat left;
    background-size: cover;
}
.AiLab-two .AiLab-tit {
    margin-bottom: 30px;
}
.AiLab-two .d-flex {
    display: flex;
}
.AiLab-two .f-wrap {
    flex-wrap: wrap;
}
.AiLab-two .j-sb {
    justify-content: space-between;
}
.AiLab-two .j-ac {
    justify-content: center;
}
.AiLab-two .a-ac {
    align-items: center;
}
.AiLab-two .wtd18 {
    width: 18%;
}
.AiLab-two .wtd20 {
    width: 25%;
}
.AiLab-two .wtd30 {
    width: 30%;
}
.AiLab-two .wtd38 {
    width: 38%;
}
.AiLab-two .wtd39 {
    width: 39%;
}
.AiLab-two .wtd49 {
    width: 49.2%;
}
.AiLab-two .wtd59 {
    width: 59%;
}
.AiLab-two .wtd69 {
    width: 69.5%;
}
.AiLab-two .wtd80 {
    width: 80%;
}
.AiLab-two .wtd100 {
    width: 100%;
}
.AiLab-two .iow {
    margin-bottom: 30px;
}
.AiLab-two .iow .name {
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    /* background: #31c2b2; */
    color: #fff;
    width: 100%;
}
.AiLab-two .iow .text {
    font-size: 16px;
    width: calc(100% - 150px);
}
.AiLab-two .iow:last-child {
    margin-bottom: 0;
}
.AiLab-two .iow .ul {
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.AiLab-two .iow .ul li {
    width: 14%;
    margin-right: 0.3%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fcfdfe;
    border: solid 1px #ebeaea;
}
.AiLab-two .iow .ul li:nth-child(7n) {
    margin-right: 0;
}
.AiLab-two .iow dl {
    padding: 10px 0;
    padding-right: 10px;
    background: #fcfdfe;
    height: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.AiLab-two .iow dt {
    font-size: 20px;
    color: #31c2b2;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.AiLab-two .iow dt.mar {
    margin-right: 10px;
}
.AiLab-two .iow dl dd {
    align-items: center;
    align-content: center;
}
.AiLab-two .iow dl dd span {
    text-align: center;
    padding: 10px 5px;
    margin: 1% 0;
    background: #fcfdfe;
    display: block;
    border: solid 1px #f0f0f0;
}
.AiLab-two .iow dl dd span.mar0 {
    margin: 0;
}
.AiLab-two .iow dl.padd {
    padding-left: 10px;
}
.AiLab-two .iow dt.vert {
    width: 50px;
    word-wrap: break-word;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}
.AiLab-two .iow dt.vert span {
    text-align: center;
    width: 100%;
    word-wrap: break-word;
}
.AiLab-two .iow dt.Iw7 {
    width: 75px;
}
.AiLab-two .iow dd.TIw1 {
    width: calc(100% - 80px);
}
.AiLab-two .iow dt.Iw5 {
    width: 50px;
}
.AiLab-two .iow dd.TIw5 {
    width: calc(100% - 60px);
}
.AiLab-two .iow dt.Iw4 {
    width: 40px;
}
.AiLab-two .iow dd.TIw4 {
    width: calc(100% - 50px);
}
.AiLab-two .iow dt.Iw3 {
    width: 30px;
}
.AiLab-two .iow dd.TIw3 {
    width: calc(100% - 40px);
}
.AiLab-three {
    background-color: #f2f9fe;
    padding-bottom: 0.8rem;
}
.AiLab-three .AiLab-tit {
    margin-bottom: 50px;
}
.AiLab-three .hover_Box .inner {
    display: flex;
    box-shadow: -1px 0px 24px 0px rgba(105, 105, 105, 0.15);

}

.AiLab-three .hover_Box .left {
    width: 1.5rem;
    background-color: #ffffff;
}
.AiLab-three .hover_Box .right {
    vertical-align: top;
    width: calc(100% - 1.5rem);
    padding: 0.8rem 0.5rem 0;
    background-color: #fff;
}
.AiLab-three .hover_Box .left,
.AiLab-three .hover_Box .right{ display:block;}
.AiLab-three .hover_Box .title_box {
    vertical-align: top;
}
.AiLab-three .hover_Box .title_box .item {
    padding: 0.2rem 0;
    position: relative;
    border-left: 3px solid transparent;
    transition: 0.5s;
    cursor: pointer;
    text-align: center;
    font-size: 0.18rem;
    box-shadow: 0.03rem 0.04rem 0.07rem 0px rgba(11, 26, 30, 0.14);
}
.AiLab-three .hover_Box .title_box .item .icon {
    width: 0.35rem;
    height: 0.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.AiLab-three .hover_Box .title_box .item span {
    display: block;
    margin-top: 10px;
}
.AiLab-three .hover_Box .title_box .item.current {
    border-left-color: #35cab7;

    box-shadow: none;
}
.AiLab-three .hover_Box .title_box .item:last-child {
    margin-bottom: 0;
}
.AiLab-three .hover_Box .info_box {
    vertical-align: middle;
}
.AiLab-three .hover_Box .info_box .item {
    position: relative;
    transition: 0.5s;
    /* overflow: hidden; */
}
.AiLab-three .hover_Box .info_box .item .col_info {
    font-size: 0.22rem;
    transition: 0.5s;
    line-height: 2;
    text-align: justify;
    /* transform: translateX(-100%); */
}
.AiLab-three .hover_Box .info_box .item .col_info .pot {
    margin-right: 15px;
    font-size: 0.24rem;
    line-height: 2;
}
.AiLab-three .hover_Box .info_box .item .col_info .line {
    font-size: 0;
    width: 80%;
    border-bottom: solid 1px #aaaaaa;
}
.AiLab-three .hover_Box .info_box .item .col_info .line span {
    height: 0.05rem;
    margin-bottom: -1px;
    width: 30%;
    display: inline-block;
}
.AiLab-three .hover_Box .info_box .item .col_info strong {
    margin-right: 5px;
    font-size: 0.24rem;
}
.AiLab-three .hover_Box .info_box .item .col_info .ul {
    padding: 0.2rem 0;
}
.AiLab-three .hover_Box .info_box .item .col_info .ul li {
    line-height: 2;
    margin: .1rem 0;
    position: relative;
    padding-left: .2rem;
    color: #727171;
}
.AiLab-three .hover_Box .info_box .item .col_info .ul li .pot {
    position: absolute;
    left: 0;
}
.AiLab-three .hover_Box .info_box .item .col-color1 .line span {
    background: #1998ff;
}
.AiLab-three .hover_Box .info_box .item .col-color1 .pot {
    color: #1998ff;
}
.AiLab-three .hover_Box .info_box .item .col-color1 strong {
    color: #1998ff;
    margin-right: 5px;
}
.AiLab-three .hover_Box .info_box .item .col-color2 .line span {
    background: #1dcffb;
}
.AiLab-three .hover_Box .info_box .item .col-color2 .pot {
    color: #1dcffb;
}
.AiLab-three .hover_Box .info_box .item .col-color2 strong {
    color: #1dcffb;
}
.AiLab-three .hover_Box .info_box .item .col-color3 .line span {
    background: #f39475;
}
.AiLab-three .hover_Box .info_box .item .col-color3 .pot {
    color: #f39475;
}
.AiLab-three .hover_Box .info_box .item .col-color3 strong {
    color: #f39475;
}
.AiLab-three .hover_Box .info_box .item .col-color4 .line span {
    background: #31c9b6;
}
.AiLab-three .hover_Box .info_box .item .col-color4 .line4 {
    font-size: 0;
    width: 100%;
    border-bottom: solid 2px #31c9b6;
    margin-top: 40px;
}
.AiLab-three .hover_Box .info_box .item .col-color4 .pot {
    color: #31c9b6;
}
.AiLab-three .hover_Box .info_box .item .col-color4 strong {
    color: #31c9b6;
}
.AiLab-three .hover_Box .info_box .item .wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.AiLab-three .hover_Box .info_box .item.aon .col_info {
    transform: translateX(0);
}
.AiLab-four {
    min-height: 5.87rem;
    color: #fff;
    padding: 0.6rem 0 0.9rem 0;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-size: cover;
}
.AiLab-four .Aback {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.AiLab-four .AiLab-tit {
    font-size: 0.36rem;
    color: #fff;
    text-align: center;
}
.AiLab-four .des {
    margin: 0.25rem 0;
    text-align: center;
    font-size: 0.24rem;
}
.AiLab-four .des strong {
    color: #1ed8d1;
}
.AiLab-four .coverage-box {
    min-height: 2.5rem;
    font-size: 0.14rem;
    position: relative;
}
.AiLab-four .coverage-box .item {
    position: absolute;
    display: block;
}
.AiLab-four .coverage-box .item .wz {
    width: 100%;
    text-align: center;
    transition: all 0.5s;
}
.AiLab-four .coverage-box .item .cove {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.AiLab-four .coverage-box .item .cove .icon {
    margin-bottom: 5px;
    position: relative;
}
.AiLab-four .coverage-box .item .cove .icon .line {
    width: 76px;
    height: 28px;
    background-image: url(../images/line.png);
    position: absolute;
    content: "";
    display: none;
    z-index: 1;
}
.AiLab-four .coverage-box .item .cove .opacity5 {
    opacity: 0.5;
}
.AiLab-four .coverage-box .item .cove .opacity7 {
    opacity: 0.7;
}
.AiLab-four .coverage-box .item .cove .opacity10 {
    opacity: 1;
}
.AiLab-four .coverage-box .item .cove span {
    position: relative;
    z-index: 2;
    display: block;
    background: #1f78f4;
    border-radius: 50%;
    transition: all 0.5s;
}
.AiLab-four .coverage-box .item .cove span i {
    border-radius: 50%;
}
.AiLab-four .coverage-box .item .cove1 span {
    padding: 8px;
}
.AiLab-four .coverage-box .item .cove1 span i {
    background: #31c9b6;
    display: block;
    width: 0.1rem;
    height: 0.1rem;
}
.AiLab-four .coverage-box .item .cove2 span {
    padding: 20px;
}
.AiLab-four .coverage-box .item .cove2 span i {
    background: #31c9b6;
    display: block;
    width: 0.2rem;
    height: 0.2rem;
}
.AiLab-four .coverage-box .item .cove3 span {
    padding: 23px;
}
.AiLab-four .coverage-box .item .cove3 span i {
    background: #31c9b6;
    display: block;
    width: 0.3rem;
    height: 0.3rem;
}
.AiLab-four .coverage-box .item .cove4 span {
    padding: 12px;
}
.AiLab-four .coverage-box .item .cove4 span i {
    background: #31c9b6;
    display: block;
    width: 0.15rem;
    height: 0.15rem;
}
.AiLab-four .coverage-box .item .cove5 span {
    padding: 15px;
}
.AiLab-four .coverage-box .item .cove5 span i {
    background: #31c9b6;
    display: block;
    width: 0.2rem;
    height: 0.2rem;
}
.AiLab-four .cove-up {
    display: none;
    position: absolute;
    left: 100%;
    padding-left: 25px;
    z-index: 5;
    width: max-content;
}
.AiLab-four .cove-up .con-shell {
    padding: 8px 15px;
    background: #fff;
    display: flex;
    align-items: center;
    max-width: 360px;
    border-radius: 8px;
    border: solid 2px #31c2b2;
}
.AiLab-four .cove-up .pic {
    margin-right: 15px;
}
.AiLab-four .cove-up .pic figure {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background-size: contain;
}
.AiLab-four .cove-up .text {
    color: #333;
}
.AiLab-four .cove-up .text .tit {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
    color: #1f78f4;
}
.AiLab-four .cove-up .text .ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.AiLab-four .cove-up .text .ul li {
    margin: 2px 0;
    min-width: 30%;
    position: relative;
    padding-left: 5px;
    display: flex;
    align-items: center;
}
.AiLab-four .cove-up .text .ul li::before {
    position: absolute;
    left: 0;
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #181724;
}
.AiLab-four .coverage-box .item.active {
    z-index: 5;
}
.AiLab-four .coverage-box .item.active .cove .wz,
.AiLab-four .coverage-box .item.active .cove span {
    transform: scale(1.2);
}
.AiLab-four .coverage-box .item.active .cove .wz {
    margin-top: 10px;
}
.AiLab-four .coverage-box .item.active .cove .icon {
    z-index: 5;
}
.AiLab-four .coverage-box .item.active .cove .icon span {
    opacity: 1;
}
.AiLab-four .coverage-box .item:nth-child(1) {
    top: 20%;
    left: -3%;
}
.AiLab-four .coverage-box .item:nth-child(1) .cove-up {
    top: -32%;
}
.AiLab-four .coverage-box .item:nth-child(1) .cove .icon .line {
    bottom: 60%;
    left: 100%;
}
.AiLab-four .coverage-box .item:nth-child(2) {
    top: 6%;
    left: 7.5%;
}
.AiLab-four .coverage-box .item:nth-child(2) .cove-up {
    top: -4px;
}
.AiLab-four .coverage-box .item:nth-child(2) .cove .icon .line {
    bottom: 60%;
    left: 100%;
}
.AiLab-four .coverage-box .item:nth-child(3) {
    top: 8%;
    left: 24.5%;
}
.AiLab-four .coverage-box .item:nth-child(3) .cove-up {
    top: -4px;
}
.AiLab-four .coverage-box .item:nth-child(3) .cove .icon .line {
    bottom: 60%;
    left: 100%;
}
.AiLab-four .coverage-box .item:nth-child(4) {
    top: 13%;
    left: 35%;
}
.AiLab-four .coverage-box .item:nth-child(4) .cove-up {
    top: 2px;
}
.AiLab-four .coverage-box .item:nth-child(4) .cove .icon .line {
    bottom: 60%;
    left: 100%;
}
.AiLab-four .coverage-box .item:nth-child(5) {
    top: 12%;
    left: 51%;
}
.AiLab-four .coverage-box .item:nth-child(5) .cove-up {
    top: -12px;
}
.AiLab-four .coverage-box .item:nth-child(5) .cove .icon .line {
    bottom: 60%;
    left: 100%;
}
.AiLab-four .coverage-box .item:nth-child(6) {
    top: 12%;
    left: 65%;
}
.AiLab-four .coverage-box .item:nth-child(6) .cove-up {
    left: auto;
    padding-left: 0;
    right: 100%;
    padding-right: 25px;
    top: 40px;
}
.AiLab-four .coverage-box .item:nth-child(6) .cove .icon .line {
    bottom: 45%;
    right: 90%;
}
.AiLab-four .coverage-box .item:nth-child(7) {
    top: 7%;
    left: 81%;
}
.AiLab-four .coverage-box .item:nth-child(7) .cove-up {
    left: auto;
    padding-left: 0;
    right: 100%;
    padding-right: 25px;
    top: 45px;
}
.AiLab-four .coverage-box .item:nth-child(7) .cove .icon .line {
    bottom: 20%;
    right: 95%;
}
.AiLab-four .coverage-box .item:nth-child(8) {
    top: 18%;
    right: 0;
}
.AiLab-four .coverage-box .item:nth-child(8) .cove-up {
    top: 73%;
    left: auto;
    padding-left: 0;
    right: 100%;
}
.AiLab-four .coverage-box .item:nth-child(8) .cove .icon .line {
    top: 60%;
    right: 100%;
}
.AiLab-four .coverage-box .item:nth-child(9) {
    top: 50%;
    left: 0;
}
.AiLab-four .coverage-box .item:nth-child(9) .cove-up {
    top: -4px;
}
.AiLab-four .coverage-box .item:nth-child(9) .cove .icon .line {
    bottom: 60%;
    left: 100%;
}
.AiLab-four .coverage-box .item:nth-child(10) {
    top: 34%;
    left: 9%;
}
.AiLab-four .coverage-box .item:nth-child(10) .cove-up {
    top: -12px;
}
.AiLab-four .coverage-box .item:nth-child(10) .cove .icon .line {
    bottom: 60%;
    left: 100%;
}
.AiLab-four .coverage-box .item:nth-child(11) {
    top: 34%;
    left: 18%;
}
.AiLab-four .coverage-box .item:nth-child(11) .cove-up {
    top: 3px;
}
.AiLab-four .coverage-box .item:nth-child(11) .cove .icon .line {
    bottom: 60%;
    left: 100%;
}
.AiLab-four .coverage-box .item:nth-child(12) {
    top: 49%;
    left: 30%;
}
.AiLab-four .coverage-box .item:nth-child(12) .cove-up {
    top: 2px;
}
.AiLab-four .coverage-box .item:nth-child(12) .cove .icon .line {
    bottom: 60%;
    left: 100%;
}
.AiLab-four .coverage-box .item:nth-child(13) {
    top: 40%;
    left: 42.5%;
}
.AiLab-four .coverage-box .item:nth-child(13) .cove-up {
    top: -8px;
}
.AiLab-four .coverage-box .item:nth-child(13) .cove .icon .line {
    bottom: 60%;
    left: 100%;
}
.AiLab-four .coverage-box .item:nth-child(14) {
    top: 33%;
    left: 58%;
}
.AiLab-four .coverage-box .item:nth-child(14) .cove-up {
    top: 2px;
}
.AiLab-four .coverage-box .item:nth-child(14) .cove .icon .line {
    bottom: 60%;
    left: 100%;
}
.AiLab-four .coverage-box .item:nth-child(15) {
    top: 35%;
    left: 76%;
}
.AiLab-four .coverage-box .item:nth-child(15) .cove-up {
    left: auto;
    right: 100%;
    padding-right: 25px;
    padding-left: 0;
    top: 48px;
}
.AiLab-four .coverage-box .item:nth-child(15) .cove .icon .line {
    bottom: 0;
    right: 100%;
}
.AiLab-four .coverage-box .item:nth-child(16) {
    top: 38%;
    right: 1%;
}
.AiLab-four .coverage-box .item:nth-child(16) .cove-up {
    left: auto;
    right: 100%;
    padding-right: 25px;
    padding-left: 0;
    top: 58px;
}
.AiLab-four .coverage-box .item:nth-child(16) .cove .icon .line {
    bottom: 0;
    right: 100%;
}
.AiLab-four .coverage-box .item:nth-child(17) {
    top: 66.5%;
    left: 12.5%;
}
.AiLab-four .coverage-box .item:nth-child(17) .cove-up {
    bottom: 109%;
}
.AiLab-four .coverage-box .item:nth-child(17) .cove .icon .line {
    bottom: 50%;
    left: 100%;
}
.AiLab-four .coverage-box .item:nth-child(18) {
    top: 88%;
    left: 21%;
}
.AiLab-four .coverage-box .item:nth-child(18) .cove-up {
    bottom: 101%;
}
.AiLab-four .coverage-box .item:nth-child(18) .cove .icon .line {
    bottom: 50%;
    left: 100%;
}
.AiLab-four .coverage-box .item:nth-child(19) {
    top: 76%;
    left: 39%;
}
.AiLab-four .coverage-box .item:nth-child(19) .cove-up {
    bottom: 109%;
}
.AiLab-four .coverage-box .item:nth-child(19) .cove .icon .line {
    bottom: 50%;
    left: 100%;
}
.AiLab-four .coverage-box .item:nth-child(20) {
    top: 64%;
    left: 49%;
}
.AiLab-four .coverage-box .item:nth-child(20) .cove-up {
    bottom: 88%;
}
.AiLab-four .coverage-box .item:nth-child(20) .cove .icon .line {
    bottom: 50%;
    left: 100%;
}
.AiLab-four .coverage-box .item:nth-child(21) {
    top: 58%;
    left: 68%;
}
.AiLab-four .coverage-box .item:nth-child(21) .cove-up {
    left: auto;
    padding-left: 0;
    padding-right: 25px;
    right: 100%;
    bottom: 103%;
}
.AiLab-four .coverage-box .item:nth-child(21) .cove .icon .line {
    bottom: 40%;
    right: 100%;
    transform: rotateY(180deg);
}
.AiLab-four .coverage-box .item:nth-child(22) {
    top: 85%;
    left: 68%;
}
.AiLab-four .coverage-box .item:nth-child(22) .cove-up {
    left: auto;
    padding-left: 0;
    padding-right: 25px;
    right: 100%;
    bottom: 94%;
}
.AiLab-four .coverage-box .item:nth-child(22) .cove .icon .line {
    bottom: 40%;
    right: 100%;
    transform: rotateY(180deg);
}
.AiLab-four .coverage-box .item:nth-child(23) {
    top: 76%;
    right: 9.2%;
}
.AiLab-four .coverage-box .item:nth-child(23) .cove-up {
    left: auto;
    padding-left: 0;
    padding-right: 25px;
    right: 100%;
    bottom: 103%;
}
.AiLab-four .coverage-box .item:nth-child(23) .cove .icon .line {
    bottom: 40%;
    right: 100%;
    transform: rotateY(180deg);
}
.AiLab-five {
    background-color: #f2f9fe;
    padding-bottom: 1.2rem;
}
.AiLab-five .AiLab-tit {
    margin-bottom: 50px;
}
.AiLab-five .AiLab-shell {
    min-height: 4rem;
    display: flex;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.AiLab-five .AiLab-shell .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    border-right: solid 1px #fff;
}
.AiLab-five .AiLab-shell .item .round {
    width: 1.05rem;
    height: 1.05rem;
    background: rgba(252, 252, 252, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 0.8rem;
}
.AiLab-five .AiLab-shell .item .round span {
    color: #04203e;
    font-size: 0.2rem;
    display: block;
}
.AiLab-five .AiLab-shell .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
.AiLab-five .AiLab-shell .item .icon span{ width: 30%;}
.AiLab-five .AiLab-shell .item:last-child {
    border-right: none;
}
.AiLab-six {
    padding-bottom: 1rem;
}
.AiLab-five .AiLab-shell .item a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    padding: 0.9rem 0;
    height: 100%;
}
.AiLab-six .des {
    font-size: 0.24rem;
    color: #3d3c3c;
    text-align: center;
    letter-spacing: .01rem;
    line-height: 2;
    padding: 0 .35rem;
}
.AiLab-six .des strong {
    color: #1684fc;
    font-size: 0.24rem;
}
.AiLab-six .list {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
}
.AiLab-six .list .item {
    width: 20%;
    height: 0.7rem;
    text-align: center;
    overflow: hidden;
    margin-bottom: 0.15rem;
}
.AiLab-six .list .item.w100{ width: 100%; height: auto;}
.AiLab-six .list .item img {
    transition: all 0.5s;
}
.AiLab-six .list .item:hover img {
    transform: scale(1.1);
}
.AiLab-six .list .item:nth-child(2n) {
    background: #f2f2f3;
}

.sm-list .item {
    height: 0.7rem;
    background-color: #ffffff;
    box-shadow: 3px 4px 32px 0px rgba(11, 26, 30, 0.05);
    display: flex;
    align-items: center;
    padding-left: 0.4rem;
    margin-bottom: 0.2rem;
    position: relative;
    letter-spacing: .01rem;
}
.sm-list .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.04rem;
    height: 0.35rem;
    background-color: #31cab7;
}

.sm-list .item .t1 {
    font-size: 0.24rem;
    color: #1684fc;
    width: 25%;
    font-weight: bold;
}
.sm-list .item .t2 {
    font-size: 0.2rem;
    color: #727171;
    flex: 1;
}
.sm-list .item .t2 strong {
    font-size: 0.23rem;
    color: #1684fc;
}
.yw-box .yw-list .item {
    margin-bottom: 0.65rem;
}
.yw-box .yw-list .pic {
    background-color: #ffffff;
    box-shadow: 3px 4px 32px 0px rgba(11, 26, 30, 0.1);
    border-radius: 15px;
    padding: 0.25rem 0.2rem;
}
.yw-box .yw-list .line-title {
    border-bottom: 1px solid #a3a3a3;
    font-size: 0.24rem;
    text-align: center;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    position: relative;
}
.yw-box .yw-list .line-title::before {
    content: "";
    position: absolute;
    width: 1.4rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background-color: #00c7d1;
}

.yjymap .ps {
    text-align: center;
    margin-bottom: 0.4rem;
    line-height: 2;
    color: #1d1c1c;
    letter-spacing: .01rem;
}

.yjymap .shuzi {
    display: flex;
    justify-content: center;
}

.yjymap .shuzi .box:not(:last-child) {
    margin-right: 5%;
}

.yjymap .shuzi .box .top {
    display: flex;
    align-items: flex-end;
}
.yjymap .shuzi .box .top .pa {
    font-size: 0.36rem;
    color: #1684fc;
    margin: 0;
    line-height: 1;
}

.yjymap .shuzi .box .top .sp {
    font-size: 0.24rem;
    color: #3a3a3a;
}

.yjymap .shuzi .box .poo {
    color: #3a3a3a;
    font-size: 0.2rem;
}

.yjymap .map {
    margin-top: -5%;
    margin-bottom: 5%;
}

.history {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: .5rem;
    padding-top: .15rem;
}
.history li {
    display: flex;
    position: relative;
    padding-bottom: .1rem;
}
.history li::before {
    width: 2px;
    height: 100%;
    content: "";
    background-color: rgba(26, 116, 252, 0.5);
    left: 0.23rem;
    top: 0.16rem;
    position: absolute;
}
.history li:last-child::before {
    display: none;
}
.history li .icon {
    display: block;
    width: 0.48rem;
    height: 0.48rem;
    background: url(../images/icon_line1.png) no-repeat center;
    margin: 0 auto 15px;
    border-radius: 50%;
    background-size: contain;
    margin-right: 0.5rem;
}
.history li .hover {
    flex: 1;
    margin-left: 0.25rem;
}
.history li time {
    width: 1.8rem;
    text-align: center;
    line-height: 0.5rem;
    height: 0.5rem;
    background-color: #0c85e8;
    color: #fff;
    position: relative;
}
.history li time::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    width: 0;
    height: 0;
    border: 0.1rem solid transparent;

    border-right-color: #0c85e8;
    transform: translateY(-50%);
}

.history li .hover .tit {
    color: #0c85e8;
    margin-bottom: 0.15rem;
    font-weight: bold;
    padding-top: 0.15rem;
}
.history li .hover p {
    font-size: 0.2rem;
    color: #373737;
    line-height: 2;
    margin-top: 0;
}
.history li .hover p strong {
    color: #0c85e8;
}

.honor {
    padding: 4% 0 .3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.honor .list {
    position: relative;
    padding: 0.5rem 0 0.05rem;
}
.honor .list::after,
.honor .list::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0;
}
.honor .list::before {
    width: 3px;
    height: 90%;
    background: url(../images/honor_line.png) repeat-y center;
    margin-left: .2rem;
}
.honor .list::after {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fff;
    transform: translateX(-50%);
	left: .2rem;
}
.honor li {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}
.honor .box {
    color: #fff;
    font-size: 0.25rem;
    margin-left: 0.15rem;
}
.honor .next {
    position: absolute;
    left: 0.1rem;
    bottom: 0;
    width: .2rem;
    height: .38rem;
    background: url(../images/honor_next.png) no-repeat center;
    cursor: pointer;
	background-size: cover;
}
.honor .line {
    position: absolute;
    left: 0%;
    bottom: 50px;
    width: 4px;
    height: 20px;
    background: url(../images/honor_line3.png) no-repeat center;
}

.qyln {
    padding-bottom: .65rem;
}
.ln-list .item {
    padding: 0.23rem 0.4rem;
    background-color: #ffffff;
    box-shadow: 3px 4px 32px 0px rgba(11, 26, 30, 0.05);
    display: flex;
    margin-bottom: 0.2rem;
    position: relative;
    flex-wrap: wrap;
}
.ln-list .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.17rem;
    width: 0.04rem;
    height: 0.35rem;
    background-color: #31cab7;
}

.ln-list .item .t1 {
    font-size: 0.24rem;
    color: #1684fc;
    width: 24%;
    font-weight: bold;
    line-height: 2;
}
.ln-list .item .t2 {
    font-size: 0.2rem;
    color: #727171;
    flex: 1;
    line-height: 2;
    padding-top: .04rem;
}
.ln-list .item dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.2rem;
    margin-top: 0.3rem;
}
.ln-list .item dl dd {
    width: 50%;
    color: #727171;
    line-height: 2;
}
.ln-list .item dl dd p{ margin: 0;}
.ln-list .item dl strong {
    color: #1684fc;
    font-size: 0.22rem;
}

.qywh {
    background-color: #f9f9f9;
    padding-bottom: 1.6rem;
}

.qywh .ul  .slick-slide {
    height: 6.1rem;
    position: relative;
}
.qywh .ul li figure {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.qywh .ul li .txt {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    left: 0;
    width: 100%;
    bottom: 0.3rem;
    min-height: 2.5rem;
    padding: 0.45rem 0.4rem 0;
}
.qywh .ul li .txt .box {
    font-size: 0.2rem;
    color: #7f7f7f;
    line-height: 2;
}
.qywh .ul li .txt .box p{ margin: .08rem 0; line-height: 1.6;}
.qywh .ul li .txt .title {
    font-size: 0.2rem;
    color: #7f7f7f;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid rgba(127, 127, 127, 0.33); margin-bottom: .15rem;
}
.qywh .ul li .txt .title span {
    font-size: 0.24rem;
    color: #1684fc;
    margin-right: 0.1rem;
}

.slick-dots {
    display: block;
    z-index: 100;
    width: 100%;
    padding: 4% 0 0;
    margin: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: -0.8rem;
    left: 0;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
}
.slick-dots li button {
    display: block;
    cursor: pointer;
    color: #fff;
    outline: none;
    background: none;
    font-size: 0px;
    border: none;
    width: 0.6rem;
    height: 3px;
    padding: 0;
    background: #dcdcdc;
    position: relative;
    border-radius: 4px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:before {
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    border-radius: 4px;
    transition: 0.3s;
}
.slick-dots li.slick-active button:before {
    width: 100%;
    background: #31c9b6;
    transition: 3s;
}


.fwtx{
    background-color: #fefefe;
    padding-bottom: 1rem;
}
.fwtx .ul  .slick-list{padding-bottom: .6rem;}
.fwtx .ul  .slick-slide {
    height: 4.8rem;
    position: relative;
    box-shadow: .03rem .04rem .38rem 0px 
		rgba(11, 26, 30, 0.05);
}
.fwtx  .ul li figure {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.fwtx .ul li .txt {
    position: absolute;
    background-color: #fff;
    left: 0;
    width: 100%;
    bottom: 0;
    min-height: 1.1rem;
    line-height: 1.1rem;
    padding: 0 .4rem;
}
.fwtx .ul li .txt .box {
    font-size: 0.24rem;
    color: #7f7f7f;
}
.fwtx .ul li .txt .title {
    font-size: 0.24rem;
    color: #7f7f7f;
    padding-bottom: 0.15rem;
}

.fwtx .ul li .txt .title span {
    font-size: 0.24rem;
    color: #31cab7;
    font-weight: bold;
}
.fwtx .slick-dots{ bottom:-.2rem}
.js-box .item{
    padding-bottom: .7rem;
}
.js-box .txt-con{
    margin: .4rem 0 .8rem;
    line-height: calc( 41 / 24);
    color: #5a5a5a;
    text-align: justify;
}
.js-box .ys-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.js-box .ys-list .title{
    padding-left: .2rem;
    font-size: .3rem;
    border-left: 0.05rem solid #31c9b6;;
    color: #31c9b6;
    line-height: 1;
    margin-bottom: 0.45rem;
    width: 100%;
    font-weight: bold;
}
.js-box .ys-list .li-item{
    box-shadow: 0px 6px 16px 0px 
		#d0dae3;
    height: 1.8rem;
    display: flex;
    align-items: center;
    padding:0 .2rem;
    border-bottom: 0.1rem solid #31c9b6;
    border-radius: .12rem;
    margin-bottom: .3rem;
    width: 100%;
    line-height: calc( 41 / 24);
    color: #5a5a5a;
    letter-spacing: .01rem;
    text-align: justify;
    background-color: #fff;
}
.js-box .ys-list .li-item strong{
    color: #31c9b6;
    display: inline-block;
    font-size: .36rem;
}

.js-box .item:nth-child(even){
    background: url(../images/jspt_bg.jpg) no-repeat center; background-size: cover; /*padding-bottom: 1rem;*/
}
.js-box .item:nth-child(even) .ys-list .title{
    border-left: 0.05rem solid #0c85e8;
    color: #0c85e8;
}
.js-box .item:nth-child(even) .ys-list .li-item{
    
    border-bottom: 0.1rem solid #0c85e8;
}

.js-box .item:nth-child(even) .ys-list .li-item strong{
    color: #0c85e8;
}
.js-box .ys-list .li-item.w48{
    width: 48%;
}



.popup_open{ position:fixed; background:rgba(0,0,0,0.5); width:100%;height: 100%; top:0; left:0; z-index:9999999999; display: none;}
.popup_open .wrap-container{ position:fixed; top:50%; width:94%; left:50%;transform: translate(-50%,-50%); background:#fff; border-radius: 5px; z-index:100;padding-bottom: .5rem; }
.popup_open .closeBtn {position: absolute;width: 28px;height: 28px;left: 50%;bottom: -15%;border: 2px solid #fff;border-radius: 100%;cursor: pointer;}
.popup_open .closeBtn::before,
.popup_open .closeBtn::after {content: '';position: absolute;left: 50%;top: 50%;width: 2px;height: 60%;background-color: #fff;}
.popup_open .closeBtn::before {transform: translate(-50%, -50%) rotate(-45deg);}
.popup_open .closeBtn::after {transform: translate(-50%, -50%) rotate(45deg);}
.popup_open .Title{ font-size:.34rem; color:#0c85e8; text-align:center; line-height:1.4rem; border-bottom: 1px solid #e4e4e4;}

.popup_open .form{ padding: 0 5%;}
.popup_open .form td{ padding-top:.27rem;}
.popup_open .form td .box{ position:relative; line-height:.8rem; background-repeat: no-repeat; background-position:left center; background-size:.48rem auto;}
.popup_open .form td .zh{background-image:url(../images/name.png);}
.popup_open .form td .mm{background-image:url(../images/company.png);}
.popup_open .form td .phone{background-image:url(../images/phone.png);}
.popup_open .form td label{ position:absolute; left:.5rem; color:#515f6c; opacity: 0.6;}
.popup_open .form td select,
.popup_open .form td .text{ width:100%;line-height:.8rem;height:.8rem; padding:0 .1rem 0 .5rem;border-radius:5px; border:1px solid #e2e2e2; background:none; font-size: .22rem;}
.popup_open .form td .text:focus{ border-color:#0c85e8;}
.popup_open .form .agree{ text-align: center; font-size: .22rem;padding-top: .35rem;}
.popup_open .form .agree a{ color: #0c85e8;}
.popup_open .form .agree #policy{ display: inline-block; vertical-align: middle;margin-right: .1rem;}

.popup_open .form .btn{ width:100%;border-radius:5px; font-size:.24rem; color:#fff; background:#0c85e8; cursor:pointer; padding:0;  border:none; height:48px; box-shadow:0 12px 29px 0 rgba(12, 233, 232, 0.05);}

.pop-up{ position:fixed; background:rgba(0,0,0,0.5); width:100%;height: 100%; top:0; left:0; z-index:99999999999; display: none;}
.pop-up .pr-dw{ position:relative;width: 88%;}
.Return{ display:flex;justify-content: center;align-items: center; flex-wrap:wrap; width:100vw;height:100vh;}
.Return .box{max-width: 475px;width: 100%;padding: 1.2rem .2rem .8rem .2rem;background-color: #fff;border-radius: 10px;}
.Return .box .icon{text-align: center;}
.Return .box .title{margin-top: .25rem;font-size: .32rem;color: #0c85e8;text-align: center;}
.Return .box .text{margin-top: .2rem;font-size: .28rem;color: #6b6b6b;text-align: center;}
.Return .box .logo-img{margin-top: 1.2rem;text-align: center;}
.Return .closeBtn {position: absolute;width: 28px;height: 28px;left: 50%;bottom: -15%;border: 2px solid #fff;border-radius: 100%;cursor: pointer;}
.Return .closeBtn::before,
.Return .closeBtn::after {content: '';position: absolute;left: 50%;top: 50%;width: 2px;height: 60%;background-color: #fff;}
.Return .closeBtn::before {transform: translate(-50%, -50%) rotate(-45deg);}
.Return .closeBtn::after {transform: translate(-50%, -50%) rotate(45deg);}

.home_bannertop .txt{top: 0;padding-top: 1.65rem;}
.home_bannertop .line_green{ margin-bottom: 0; height: .04rem;}
.home_bannertop .txt .btn{ margin-top: 2.2rem;}
.solutions_logo .home_column{ padding-bottom: .15rem;}
.solutions_logo .more{ margin: 0 auto .5rem;}
.solution_details_zhkx .txtcon{ text-align: justify;}



.home_product{padding:.2rem 0 1rem;background: url(../images/home_pro_bg2.jpg)no-repeat right bottom;background-size: cover;}
.home_product .ul {max-width: 88%;margin: 0 auto;}
.home_product .ul li{box-shadow: 0 10px 18px rgba(166,168,168,.2);border-radius: 15px;overflow: hidden;background: url(../images/home_pro_bg.jpg)no-repeat center;background-size: cover}
.home_product .ul li:not(:last-child){margin-bottom: 30px}
.home_product .ul li a{display: flex;align-items: center;justify-content: space-between;height: 100%;height: 136px}
.home_product .ul li .txt{width: 30%;padding-left: 30px;}
.home_product .ul li .txt .tit{font-size: .32rem;color: #04203e;}
.home_product .ul li .txt span{font-size: .24rem;color: #31c9b6;padding-top: 10px;display: block}
.home_product .ul li .pic{width: 50%;}














