﻿@charset "utf-8";

/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
font {
    padding: 0;
    margin: 0;
    font-family: "苹方", Arial, Helvetica, sans-serif;
}

i {
    font-style: normal
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: none;
    min-width: 320px;
    margin: 0 auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

ol,
ul,
li,
dl,
dt,
dd {
    list-style: none;
}

input,
button,
textarea,
checkbox,
select,
radio,
form {
    vertical-align: top;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

@media screen and (min-width:320px) {
    html {
        font-size: 90%;
    }
}

@media screen and (min-width:400px) {
    html {
        font-size: 90%
    }
}

@media screen and (min-width:480px) {
    html {
        font-size: 97.5%
    }
}

@media screen and (min-width:560px) {
    html {
        font-size: 100%
    }
}

@media screen and (min-width:600px) {
    html {
        font-size: 112.5%
    }
}

@media screen and (min-width:640px) {
    html {
        font-size: 100%
    }
}


/*清除浮动*/

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.three-card .ico svg {
    font-size: 50px;
    margin-right: 20px;
}

.card li svg {
    font-size: 55px;
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff2') format('woff2'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 公共样式结束 */


/* 首页 */

.navcon {
    width: 100%;
    padding: 2rem 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.content {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav li {
    margin: 0 1.5rem;
}

.nav li a {
    font-size: 1rem;
    color: #fff;
}

.nav li a i {
    color: #fff;
    font-size: 1.25rem;
}

.banner {
    position: relative;
}

.banner img {
    width: 100%;
    vertical-align: middle;
}

.swiper-button-next i {
    width: 80px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 35px;
}

.swiper-button-prev i {
    width: 80px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 35px;
}

.card {
    width: 100%;
    background-color: #fff;
    padding: 4rem 0;
}

.card_con {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
}

.card_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.3rem;
}

.card_title_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card_title_left h2 {
    font-size: 1.5rem;
    color: #222;
    line-height: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.card_title_left p {
    font-size: 1rem;
    color: #222;
    line-height: 2rem;
}

.card_title_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.card_title_right span {
    text-transform: uppercase;
    font-family: "AiDeep";
    font-size: 1rem;
    color: #222;
    font-weight: bold;
    line-height: 1.5rem;
}

.card_content ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.card_content li {
    border: 1px solid #e5e5e5;
    width: 32%;
    overflow: hidden;
    margin-bottom: 0.8rem;
}

.card_content li .card_content_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2.2rem 2rem;
}

.card_content_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card_content_right p {
    color: #1b58f5;
    font-size: 0.9rem;
    border-bottom: 1px solid #1b58f5;
    transition: all 0.3s;
}

.card_content_txt {
    margin-top: 2rem;
}

.card_content_txt span {
    font-size: 1.2rem;
    color: #222;
    font-weight: bold;
    transition: all 0.3s;
}

.card_content_txt p {
    font-size: 0.8rem;
    color: #222;
    text-transform: uppercase;
    margin-top: 0.3rem;
    transition: all 0.3s;
}

.left_active {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.left_active i {
    font-size: 2.5rem;
    color: #1b58f5;
    transition: all 0.3s;
}

.card_content li:hover .left_active i {
    color: #fff;
}

.card_content li:hover .left_active img {
    visibility: hidden;
}

.card_content li:hover .card_content_txt span {
    color: #fff;
}

.card_content li:hover .card_content_txt p {
    color: #fff;
}

.card_content li:hover .card_content_right p {
    border-bottom: 2px solid #fff;
    padding-bottom: 0.2rem;
    color: #fff;
}

.card_content li:hover:nth-child(1) {
    background: url(../images/img1.jpg) no-repeat;
    box-shadow: 3px 3px 20px rgba(27, 89, 245, 0.3);
}

.card_content li:hover:nth-child(2) {
    background: url(../images/img3.jpg) no-repeat;
    box-shadow: 3px 3px 20px rgba(27, 89, 245, 0.3);
}

.card_content li:hover:nth-child(3) {
    background: url(../images/img4.jpg) no-repeat;
    box-shadow: 3px 3px 20px rgba(27, 89, 245, 0.3);
}

.card2 {
    width: 100%;
    padding: 0 0 4rem 0;
    background-color: #fff;
}

.card2_con {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
}

.card2_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.3rem;
}

.card2_title_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card2_title_left h2 {
    font-size: 1.5rem;
    color: #222;
    line-height: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.card2_title_left p {
    font-size: 1rem;
    color: #222;
    line-height: 2rem;
}

.card2_title_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.card2_title_right span {
    text-transform: uppercase;
    font-family: "AiDeep";
    font-size: 1rem;
    color: #222;
    font-weight: bold;
    line-height: 1.5rem;
}

.card2_content {
    display: flex;
    justify-content: space-between;
    max-width: 1790px;
    width: 98%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.card2_img {
    width: 48%;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 31%;
    overflow: hidden;
}

.card2_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.card2_list {
    width: 48%;
    overflow: hidden;
}

.card2_list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 1rem;
    border-bottom: 2px solid #666;
    margin-bottom: 2.4rem;
}

.card2_list li:hover {
    border-bottom: 2px solid #1b58f5;
}

.card2_list_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card2_list_left div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.card2_list_left div span {
    color: #1b58f5;
    font-weight: bold;
    font-size: 4.3rem;
    font-family: "AiDeep";
    margin-right: 0.3rem;
}

.card2_list_left div b {
    margin-top: 1.5rem;
}

.card2_list li:nth-child(2) .card2_list_left b {
    color: #222;
}

.card2_list li:nth-child(3) .card2_list_left b {
    color: #222;
}

.card2_list_left b {
    color: #1b58f5;
    font-size: 1.25rem;
}

.card2_list_left p {
    font-size: 0.9rem;
    color: #222;
    margin-top: 0.3rem;
}

.card2_list_button a {
    display: block;
    border-radius: 35px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #1b58f5;
    font-size: 1rem;
    border: 1px solid #1b58f5;
    transition: all 0.3s;
}

.card2_list_button a:hover {
    background-color: #1b58f5;
    border: 1px solid #1b58f5;
    color: #fff;
}

.card3 {
    width: 100%;
    background-color: #fafafa;
    padding: 4rem 0;
}

.card3_con {
    max-width: 1380px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.card3_img {
    width: 45%;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 44%;
}

.card3_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    left: 0;
}

.card3_left {
    width: 50%;
    overflow: hidden;
}

.card3_left_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.card3_left_title_txt b {
    text-transform: uppercase;
    font-weight: bold;
    color: #222;
    font-family: "AiDeep";
    font-size: 1.8rem;
    line-height: 2rem;
}

.card3_left_title_txt h2 {
    color: #222;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 0.5rem;
}

.card3_left_title {
    margin-bottom: 2.3rem;
}

.card3_left_title span {
    display: block;
    width: 40px;
    height: 5px;
    background-color: #000;
}

.card3_text p {
    font-size: 1rem;
    color: #222;
    font-weight: bold;
    line-height: 2rem;
    margin-bottom: 2rem;
}

.card3_text span {
    font-size: 1rem;
    color: #222;
    line-height: 2rem;
}

.card3_more {
    padding-top: 1.5rem;
    border-top: 1px solid #666;
    margin-top: 2rem;
}

.card3_more p {
    color: #999;
    font-size: 1rem;
    text-transform: uppercase;
}

.card3_more i {
    color: #999;
}

.card3_more a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card3_more a:hover p {
    color: #1b58f5;
}

.card3_more a:hover i {
    color: #1b58f5;
}

.card4 {
    width: 100%;
    background-color: #fff;
    padding: 4rem 0;
}

.card4_con {
    max-width: 1664px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.card4_img {
    width: 30%;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 40%;
}

.card4_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.card4_right {
    width: 65%;
    overflow: hidden;
}

.card4_right_title {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card4_right_title_ch {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card4_right_title_ch h2 {
    color: #222;
    font-weight: bold;
    font-size: 1.5rem;
}

.card4_right_title_ch p {
    font-size: 1rem;
    color: #333;
    margin-top: 0.4rem;
}

.card4_right_title_en {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card4_right_title_en span {
    font-size: 1rem;
    color: #222;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "AiDeep";
    line-height: 1.3rem;
}

.card3_list {
    margin-top: 4rem;
}

.card3_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.card3_list li {
    width: 48%;
    overflow: hidden;
    margin-bottom: 3.3rem;
}

.card3_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid #ccc;
    text-align: center;
    line-height: 65px;
}

.icon i {
    color: #1b58f5;
    font-size: 2.5rem;
}

.card3_list_txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    overflow: hidden;
    margin-left: 2.5rem;
    flex: 1;
}

.card3_list_txt a h3 {
    color: #1b58f5;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
}

.card3_list_txt i {
    font-size: 0.8rem;
    color: #999;
    font-style: normal;
    text-transform: uppercase;
}

.card3_list_txt p {
    font-size: 1rem;
    color: #333;
    line-height: 1.8rem;
    margin: 1rem 0 1.5rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card3_list_txt a span {
    color: #1b58f5;
    font-size: 0.9rem;
}

.card5 {
    width: 100%;
    background-color: #fff;
    padding-bottom: 4rem;
}

.card5_con {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
}

.card5_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.card5_title_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 65%;
    overflow: hidden;
}

.card5_title_left h2 {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 1rem;
}

.card5_title_left p {
    font-size: 1rem;
    color: #333;
}

.card5_title_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.card5_title_right span {
    font-size: 1rem;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
    font-family: "AiDeep";
    line-height: 1.3rem;
}

.card5_list {
    margin-top: 3rem;
}

.card5_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.card5_list ul::after {
    content: "";
    width: 32%;
}

.card5_list li {
    width: 32%;
    overflow: hidden;
    margin: 1.2rem 0;
    border-radius: 20px;
    position: relative;
}

.card5_list li:hover .card5_img {
    box-shadow: 3px 3px 15px rgba(27, 89, 245, 0.2);
}

.card5_list li:hover .card5_txt a h3 {
    color: #1b58f5;
}

.card5_list li:hover .tag p {
    color: #1b58f5;
}

.card5_list li:hover .tag i {
    color: #1b58f5;
}

.card5_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56%;
    transition: all 0.3s;
    display: block;
    border-radius: 1rem;
}

.card5_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.card5_txt {
    margin: 1rem 0.8rem;
}

.card5_txt a h3 {
    font-size: 1.25rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.card5_txt p {
    font-size: 1rem;
    color: #333;
    line-height: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.time div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 1rem;
}

.time div i {
    color: #999;
    margin-right: 0.5rem;
}

.time div p {
    color: #999;
    font-size: 0.9rem;
}

.card5_txt .tag p {
    font-size: 0.9rem;
    color: #999;
    text-transform: uppercase;
    margin-right: 0.8rem;
}

.tag i {
    color: #999;
}

.card5_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    display: block;
    border: 1px solid #1b58f5;
    border-radius: 35px;
    width: 450px;
    height: 70px;
    line-height: 70px;
    color: #1b58f5;
    font-size: 1rem;
    text-align: center;
    margin: 2.5rem auto 0 auto;
    font-weight: bold;
    transition: all 0.3s;
}

.card5_btn p {
    display: inline;
}

.card5_btn i {
    font-size: 1.2rem;
    margin-left: 0.4rem;
    margin-top: 0.2rem;
}

.card5_btn:hover {
    background-color: #1b58f5;
    color: #fff;
}

.tag {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.card6 {
    width: 100%;
    background-color: #fff;
    padding-bottom: 4rem;
}

.card6_con {
    max-width: 1664px;
    width: 98%;
    margin: 0 auto;
}

.card6_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.card6_title_left h2 {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 1rem;
}

.card6_title_left p {
    font-size: 1rem;
    color: #333;
}

.card6_title_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.card6_title_right p {
    color: #222;
    font-size: 1rem;
    font-weight: bold;
}

.card6_title_right:hover p {
    color: #1b58f5;
}

.card6_title_right i {
    font-size: 1.2rem;
    color: #222;
    margin-left: 0.4rem;
}

.card6_title_right:hover i {
    color: #1b58f5;
}

.card6_content {
    display: flex;
    justify-content: space-between;
    margin-top: 2.5rem;
}

.card6_content_left {
    width: 48%;
    overflow: hidden;
    position: relative;
}

.card6_content_list {
    width: 48%;
    overflow: hidden;
}

.tupian {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 45%;
    margin-bottom: 2.3rem;
    display: block;
}

.tupian img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.tupian_txt {
    border-top: 1px solid #222;
}

.tupian_txt a h3 {
    font-size: 1.25rem;
    color: #222;
    font-weight: bold;
    margin-top: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tupian_txt p {
    font-size: 1rem;
    color: #222;
    line-height: 1.5rem;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card6_content_left:hover .tupian_txt h3 {
    color: #1b58f5;
}

.card6_content_left:hover .tupian_txt .tu_buttons span {
    color: #1b58f5;
}

.card6_content_left:hover .tupian_txt .tu_buttons i {
    color: #1b58f5;
}

.cate {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cate div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card6_content_left:hover .cate div p {
    color: #1b58f5;
}

.card6_content_left:hover .cate div i {
    color: #1b58f5;
}

.cate div p {
    font-size: 0.8rem;
    color: #222;
}

.cate div span {
    font-size: 0.8rem;
    color: #999;
    margin-right: 0.3rem;
    text-transform: uppercase;
}

.card6_content_list li {
    display: flex;
    justify-content: space-between;
}

.card6_content_list li {
    margin: 1.3rem 0;
}

.card6_time {
    width: 20%;
    overflow: hidden;
    flex: 1;
}

.card6_list_txt {
    width: 75%;
    overflow: hidden;
}

.card6_time {
    display: flex;
    flex-direction: column;
}

.card6_time b {
    font-family: "AiDeep";
    font-size: 3rem;
    color: #222;
    margin-bottom: 0.3rem;
}

.card6_time span {
    color: #222;
    font-size: 1.3rem;
    font-weight: bold;
    font-family: "AiDeep";
    margin-left: 0.3rem;
}

.card6_content_list li:hover .card6_list_txt a h3 {
    color: #1b58f5;
}

.card6_content_list li:hover .cate span {
    color: #1b58f5;
}

.card6_content_list li:hover .cate i {
    color: #1b58f5;
}

.card6_list_txt h3 {
    font-size: 1.25rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.card6_content_list li:hover .card6_list_txt p {
    color: #1b58f5;
}

.card6_list_txt p {
    font-size: 1rem;
    color: #222;
    line-height: 1.5rem;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card6_time {
    padding-top: 1rem;
    border-top: 1px solid #222;
}

.card6_list_txt {
    padding-top: 1rem;
    border-top: 1px solid #222;
}

.card6_content_list li:hover .card6_time b {
    color: #1b58f5;
}

.card6_content_list li:hover .card6_time span {
    color: #1b58f5;
}

.card6_content_list li:hover .card6_time {
    border-top: 1px solid #1b58f5;
}

.card6_content_list li:hover .card6_list_txt {
    border-top: 1px solid #1b58f5;
}

.card7 {
    width: 100%;
    background-color: #fff;
    padding-bottom: 4rem;
}

.card7_con {
    max-width: 1664px;
    width: 98%;
    margin: 0 auto;
}

.card7_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2rem;
}

.card7_left p {
    font-size: 1rem;
    color: #222;
    text-transform: uppercase;
}

.card7_left b {
    text-transform: uppercase;
    font-weight: bold;
    color: #222;
    font-family: "AiDeep";
    font-size: 1.6rem;
    line-height: 2rem;
}

.card7_left h2 {
    color: #222;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 0.5rem;
}

.map {
    margin: 1.5rem 0;
    border-bottom: 1px solid #222;
    padding-bottom: 2.5rem;
}

.map img {
    width: 100%;
    vertical-align: middle;
}

.address {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
}

.address div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.address div p {
    font-size: 1rem;
    color: #999;
    margin-bottom: 0.3rem;
}

.address div span {
    font-size: 1.25rem;
    color: #222;
    font-weight: bold;
}

.address i {
    color: #1b58f5;
    font-size: 2.3rem;
}

.tel {
    margin: 1.5rem 0;
}

.tel ul {
    display: flex;
    justify-content: space-between;
}

.tel li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tel li p {
    font-size: 1rem;
    color: #333;
    margin-bottom: 0.3rem;
}

.tel li span {
    font-size: 1.25rem;
    color: #222;
    font-weight: bold;
}

.map iframe {
    width: 100%;
    height: 535px;
}

.card7_title span {
    display: block;
    width: 40px;
    height: 5px;
    background-color: #222;
}

.footer {
    width: 100%;
    background-color: #333333;
    padding: 4rem 0;
}

.footer_con {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_copyrights {
    background-color: #333;
    padding: 2rem 0;
    border-top: 1px solid #666666;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer_logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer_logo span {
    font-size: 0.9rem;
    color: #fff;
    margin: 1.5rem 0;
    display: block;
}

.footer_btn {
    width: 170px;
    height: 45px;
    line-height: 45px;
    display: block;
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    color: #fff;
    border: 1px solid #fff;
}

.footer_btn p {
    margin-right: 0.4rem;
}

.footer_tel ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer_tel li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer_tel li:nth-child(1) {
    margin-bottom: 1.5rem;
}

.tel_li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.qq_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 1rem;
}

.tel_li p {
    font-size: 0.9rem;
    color: #ccc;
    margin-bottom: 0.3rem;
}

.tel_li span {
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
}

.footer_tel i {
    font-size: 2rem;
    color: #fff;
}

.footer_ma ul {
    display: flex;
    justify-content: center;
}

.footer_ma li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0.8rem;
}

.footer_ma div {
    width: 10rem;
    height: 10rem;
    line-height: 10rem;
    text-align: center;
    overflow: hidden;
}

.footer_ma img {
    max-width: 100%;
    vertical-align: middle;
}

.footer_ma li p {
    font-size: 0.9rem;
    color: #ccc;
    margin-top: 0.5rem;
}

.footer_input h4 {
    font-size: 1.25rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.form_footer {
    margin-top: 1.5rem;
}

.form_footer .input_up {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    margin-left: -10px;
}

.input_up input {
    border: 1px solid #666;
    border-radius: 5px;
    background-color: #333;
    line-height: 50px;
    height: 50px;
    width: 48%;
    font-size: 1rem;
    color: #ccc;
    padding-left: 10px;
    margin: 0 10px;
}

.form_footer .input_down {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input_down textarea {
    resize: none;
    background-color: #333;
    border-radius: 5px;
    border: 1px solid #666;
    padding-left: 10px;
    height: 77px;
    padding-top: 5px;
    /* line-height: 77px; */
    width: 70%;
    font-size: 1rem;
    color: #ccc;
    overflow-y: hidden;
}

.input_down button {
    background-color: #666;
    text-align: center;
    line-height: 77px;
    width: 24%;
    height: 77px;
    color: #fff;
    font-size: 1rem;
    border: none;
    outline: none;
    border-radius: 5px;
}

.input_down button:hover {
    cursor: pointer;
}

.copy_rights_con {
    max-width: 1664px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.copy_left {
    font-size: 1rem;
    color: #fff;
    line-height: 1.8rem;
}

.copy_left a {
    font-size: 1rem;
    color: #fff;
    line-height: 1.8rem;
    margin-left:2rem;
}

.copy_left a:hover {
    color: #1b58f5;
}

.copy_link ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.copy_link li a {
    font-size: 1rem;
    color: #fff;
}

.copy_link li {
    margin-left: 2rem;
}


/* 首页结束 */


/* G3云 */

.brand {
    width: 100%;
    background-color: #fff;
}

.brand_con {
    max-width: 1660px;
    background: url(../images/img13.jpg) no-repeat;
    padding: 2.5rem 0;
    position: relative;
}

.brand_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.brand_txt h4 {
    font-size: 5rem;
    color: #fff;
    font-weight: bold;
}

.brand_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

.brand_button a {
    display: block;
    width: 220px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(to right, #ec8e2d, #f7e63c);
    border-radius: 35px;
    box-shadow: 3px 3px 30px rgba(247, 230, 60, 0.5);
    margin: 0 1.5rem;
}

.brand_btn {
    width: 400px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 1.5rem;
}

.brand_btn i {
    font-weight: normal;
    font-size: 1.5rem;
    color: #fff;
    margin-right: 0.5rem;
}

.gcard {
    width: 100%;
    background-color: #fff;
    padding: 4rem 0;
}

.gcard_con {
    max-width: 1420px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gcard_left {
    width: 48%;
    overflow: hidden;
}

.gcard_right {
    width: 48%;
    overflow: hidden;
}

.gcard_title h2 {
    font-size: 2rem;
    color: #222;
    line-height: 2.5rem;
    font-weight: bold;
}

.gcard_title span {
    display: block;
    width: 50px;
    height: 5px;
    margin-top: 2rem;
    background-color: #222;
}

.gcard_img {
    margin-top: 5rem;
}

.gcard_img img {
    width: 100%;
}

.gcard_list li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 1rem 0;
}

.gcard_list li span {
    color: #222;
    font-size: 1.25rem;
    margin-bottom: 0.4rem;
    display: block;
    font-weight: bold;
}

.gcard_list li p {
    font-size: 1rem;
    color: #222;
    line-height: 2rem;
}

.gcard2 {
    width: 100%;
    background-color: #fafafa;
    padding: 4rem 0;
}

.gcard2_con {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
}

.gcard2_con_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.gcard2_con_title div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gcard2_con_title h2 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 1rem;
}

.gcard2_con_title p {
    font-size: 1rem;
    color: #222;
    line-height: 2rem;
}

.gcard2_con_title span {
    width: 45px;
    height: 5px;
    background-color: #222;
}

.table_hide {
    display: none;
}

.table_hides {
    display: block;
}

.gcard2_content {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gcard2_tab {
    width: 10%;
    overflow: hidden;
}

.gcard_right_table {
    width: 80%;
    overflow: hidden;
    /* display: flex;
    flex-direction: column;
    align-items: flex-start; */
}

.gcard2_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gcard2_list_img {
    width: 60%;
    overflow: hidden;
}

.gcard2_list_img img {
    width: 100%;
    vertical-align: middle;
}

.gcard2_list_txt {
    width: 38%;
    overflow: hidden;
}

.gcard2_tab ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gcard2_tab li {
    margin: 1rem 0;
    width: 150px;
    height: 45px;
    line-height: 40px;
    border-bottom: 1px solid transparent;
}

.gcard2_tab li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.gcard2_tab li span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #999;
    margin-right: 0.8rem;
    transition: all 0.3s;
}

.gcard2_tab li p {
    font-size: 1.125rem;
    color: #222;
}

.gcard2_tab .on span {
    width: 15px;
    height: 15px;
}

.gcard2_tab .on p {
    font-size: 1.25rem;
    font-weight: bold;
}

.gcard2_tab .on {
    border-bottom: 1px solid #999;
}

.gcard2_tab li:hover span {
    width: 15px;
    height: 15px;
}

.gcard2_tab li:hover p {
    font-size: 1.25rem;
    font-weight: bold;
}

.gcard2_tab li:hover {
    border-bottom: 1px solid #999;
}

.gcard2_list_txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.txt1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.txt1 div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.txt1 span {
    font-size: 3.5rem;
    color: #222;
    font-family: "AiDeep";
    font-weight: bold;
    margin-right: 0.5rem;
}

.txt1 h3 {
    font-size: 1.3rem;
    color: #222;
    font-weight: bold;
}

.txt1 p {
    font-size: 0.8rem;
    color: #222;
    text-transform: uppercase;
}

.gcard2_list_txt h4 {
    font-size: 1.125rem;
    font-weight: bold;
    color: #222;
    margin: 1rem 0 1.5rem 0;
}

.txt2 div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0.5rem 0;
}

.txt2 div span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #1b59f5;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
}

.txt2 div p {
    font-size: 1rem;
    color: #222;
}

.txt_btn {
    display: block;
    width: 170px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    border-radius: 35px;
    background-color: #1b59f5;
    margin-top: 6rem;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.txt_btn:hover {
    border: 1px solid #1b59f5;
    color: #1b59f5;
    background-color: #fafafa;
}

.gcard3 {
    width: 100%;
    background-color: #fff;
    padding: 4rem 0;
}

.gcard3_con {
    max-width: 1790px;
    width: 98%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}

.video {
    width: 40%;
    overflow: hidden;
}

.video video {
    width: 100%;
}

.gcard3_txt {
    width: 55%;
    overflow: hidden;
}

.gcard3_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.gcard3_title h2 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 3rem;
}

.gcard3_title span {
    width: 40px;
    height: 5px;
    background-color: #222;
    display: block;
}

.gcard3_list {
    margin-top: 3rem;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 2rem 0;
}

.gcard3_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gcard3_list ul::after {
    content: "";
    width: 28%;
}

.gcard3_list li {
    margin: 1.5rem 0;
    width: 28%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gcard3_list h3 {
    color: #222;
    font-size: 2rem;
    font-family: "AiDeep";
    font-weight: bold;
}

.gcard3_list span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #222;
    margin: 1rem 0;
}

.gcard3_list p {
    font-size: 1rem;
    color: #222;
    line-height: 2rem;
}

.brand {
    width: 100%;
    background-color: #fff;
    padding: 1rem 0 0 0;
}

.brand_con {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
}

.brand_con img {
    width: 100%;
    vertical-align: middle;
}

.gcard4 {
    width: 100%;
    background-color: #fff;
    padding: 4rem 0;
}

.gcard4_con {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
}

.gcard4_title {
    display: flex;
    justify-content: space-between;
}

.gcard4_title_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gcard4_title_left h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 1rem;
}

.gcard4_title_left p {
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
}

.gcard4_title_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.gcard4_title_right span {
    font-weight: bold;
    color: #222;
    line-height: 1.5rem;
    text-transform: uppercase;
    font-family: "AiDeep";
    font-size: 1rem;
}

.gcard4_title {
    margin-bottom: 3rem;
}

.new_tab {
    margin: 1.3rem 0;
}

.new_tab ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.new_tab li {
    margin: 1rem 1.5rem;
}

.new_tab li a {
    font-size: 1rem;
    color: #222;
}

.new_tab li:hover a {
    color: #1b59f5;
}

.new_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.new_list ul::after {
    content: "";
    width: 32%;
    overflow: hidden;
}

.new_list li {
    width: 32%;
    overflow: hidden;
    margin: 1.2rem 0;
    border-radius: 20px;
    position: relative;
}

.new_list li:hover .card5_img {
    box-shadow: 3px 3px 15px rgba(27, 89, 245, 0.2);
}

.new_list li:hover .card5_txt a h3 {
    color: #1b58f5;
}

.new_list li:hover .tag p {
    color: #1b58f5;
}

.new_list li:hover .tag i {
    color: #1b58f5;
}


/* G3云推广结束 */


/* 客户案例*/

.plan {
    width: 100%;
    background-color: #fafafa;
    padding: 2rem 0 4rem 0;
}

.plan_con {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
}

.yema {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 3rem;
}

.yema ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.yema li {
    margin: 1rem 1rem;
    font-size: 1rem;
    color: #222;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.3s;
}

.yema li a {
    font-size: 1rem;
    color: #222;
    display: block;
    padding: 0.5rem 1rem;
    border-radius: 5px;
}

.yema li:hover {
    background-color: #1b58f5;
}

.yema li:hover a {
    color: #fff;
}

.yema .ma_current {
    background-color: #1b58f5;
}

.yema .ma_current a {
    color: #fff;
}


/* 客户案例结束 */


/* 收款账户 */

.about_tab {
    width: 100%;
    background-color: #fff;
    /* padding: 2rem 0 0 0; */
}

.about_tab_con {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
}

.about_tab_con ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.about_tab_con li {
    text-align: center;
    margin-right: 8rem;
    height: 75px;
    line-height: 75px;
    /* padding-bottom: 1.8rem; */
    border-bottom: 3px solid transparent;
}

.about_tab_con li a {
    display: block;
    height: 75px;
    line-height: 75px;
}

.about_tab_con li a {
    font-size: 1rem;
    color: #222;
}

.about_tab_con li:hover a {
    color: #1b58f5;
}

.about_tab_con li:hover {
    border-bottom: 3px solid #1b58f5;
}

.about_tab_con .current {
    color: #1b58f5;
    border-bottom: 3px solid #1b58f5;
}

.about_tab_con .current a {
    color: #1b58f5;
}

.count {
    width: 100%;
    background-color: #fafafa;
    padding: 4rem 0;
}

.count_box {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
    background-color: #fff;
}

.count_con {
    padding: 3rem;
}

.count_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.count_title h2 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.count_title p {
    font-size: 1rem;
    color: #222;
    text-transform: uppercase;
}

.count_title span {
    width: 45px;
    height: 5px;
    background-color: #222;
    display: block;
}

.count_list ul {
    display: flex;
    justify-content: space-between;
}

.count_list li {
    width: 33%;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.count_list li i {
    font-size: 3rem;
    margin-right: 1rem;
    color: #1b58f5;
}

.count_list li p {
    font-size: 1rem;
    color: #222;
}

.count_list li h3 {
    font-size: 1.3rem;
    color: #222;
    font-weight: bold;
    margin-top: 0.8rem;
}

.count_list li:nth-child(2) {
    border-left: 1px solid #e5e5e5;
    padding-left: 5rem;
    padding-right: 4rem;
}

.count_list li:nth-child(3) {
    border-left: 1px solid #e5e5e5;
    padding-left: 5rem;
}

.attention {
    padding: 2.5rem 0 0 0;
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
}

.attention b {
    color: #eb1d1d;
    font-size: 1rem;
    font-weight: normal;
}

.attention p {
    font-size: 1rem;
    color: #222;
}

.count_card2 {
    background-color: #fff;
    width: 100%;
    padding: 4rem 0;
}

.count_card2_con {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
}

.count_card2_title {
    margin-bottom: 2rem;
}

.count_card2_title h2 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.count_card2_title p {
    font-size: 1rem;
    color: #222;
}

.count_card2_list ul {
    display: flex;
    justify-content: space-between;
}

.count_card2_list li {
    border: 1px solid #e5e5e5;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32%;
    overflow: hidden;
    padding: 3rem 0;
}

.count_card2_list i {
    font-size: 3rem;
    color: #222;
    margin-bottom: 2rem;
}

.count_card2_list span {
    font-size: 1.25rem;
    color: #222;
    font-weight: bold;
    text-align: center;
}

.count_card2_list p {
    font-size: 1rem;
    color: #222;
    margin-top: 0.5rem;
    text-align: center;
}


/* 收款账户结束 */


/* 加入我们 */

.add {
    width: 100%;
    background-color: #fafafa;
    padding: 4rem 0;
}

.add_con {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
}

.add_card1 {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 8rem;
}

.add_txt1 {
    margin: 0 5rem;
}

.add_txt1 h2 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
    text-align: center;
}

.add_txt1 span {
    width: 30px;
    height: 5px;
    display: block;
    margin: 1.3rem auto;
    background-color: #222;
    text-align: center;
}

.add_txt1 p {
    font-size: 1rem;
    color: #222;
    line-height: 2rem;
    text-align: center;
}

.add_card1_img2 {
    position: absolute;
    bottom: 0;
    right: 250px;
}

.add_card1_img {
    position: absolute;
    left: 250px;
}

.add_card2 {
    margin-top: 4rem;
}

.add_card2_title {
    text-align: center;
    margin-bottom: 2rem;
}

.add_card2_title h2 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 0.3rem;
    text-align: center;
}

.add_card2_title p {
    font-size: 1rem;
    color: #222;
    text-align: center;
}

.add_card2_list {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.add_card2_list_left {
    width: 48%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add_card2_list_right {
    width: 48%;
    overflow: hidden;
}

.tou_txt {
    margin-left: 1.5rem;
}

.tou_txt h3 {
    font-size: 1.3rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 0.8rem;
}

.tou_txt p {
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
}

.add_card2_list_right {
    border-left: 1px solid #e5e5e5;
    padding-left: 7rem;
}

.add_card2_list_right div {
    margin-bottom: 2rem;
}

.add_card2_list_right span {
    font-size: 1.125rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 1rem;
    display: block;
}

.add_card2_list_right p {
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
    text-indent: 2em;
}


/* 加入我们结束 */


/* 网站建设 */

.web_card1 {
    width: 100%;
    background-color: #fafafa;
    padding: 4rem 0;
}

.web_card1_box {
    background-color: #fff;
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
}

.web_card1_con {
    padding: 3rem 3rem;
}

.web_card1_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.web_card1_title h2 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.web_card1_title p {
    font-size: 1rem;
    color: #222;
}

.web_card1_title span {
    display: block;
    width: 45px;
    height: 5px;
    background-color: #222;
}

.web_card1_list ul {
    display: flex;
    justify-content: space-between;
}

.web_card1_list li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 33.33%;
    overflow: hidden;
    margin-left: 4rem;
}

.web_card1_list li h3 {
    font-size: 1.3rem;
    color: #222;
    font-weight: bold;
    margin-top: 1.5rem;
}

.web_card1_list li i {
    font-style: normal;
    text-transform: uppercase;
    font-size: 1rem;
    color: #999;
    margin-top: 0.3rem;
}

.web_card1_txt {
    margin: 1.5rem 0 3rem 0;
}

.web_card1_txt p {
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
}

.web_card1_list li a {
    font-size: 1rem;
    color: #1b58f5;
    text-transform: uppercase;
}

.web_card2 {
    width: 100%;
    background-color: #fafafa;
    padding-bottom: 4rem;
}

.web_card2_con {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
}

.web_card2_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.web_card2_title_left h2 {
    font-size: 2rem;
    color: #222;
    font-weight: bold
}

.web_card2_title_right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.web_card2_title_right p {
    font-size: 1rem;
    color: #222;
    font-weight: bold;
}

.web_card2_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.web_card2_list li {
    width: 44.5%;
    overflow: hidden;
    margin: 0.8rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 3rem 2.5rem;
    background-color: #fff;
}

.web_list_txt {
    margin-left: 1.5rem;
}

.web_list_txt h3 {
    font-size: 1.3rem;
    color: #222;
    font-weight: bold;
}

.web_list_txt p {
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
    margin-top: 0.3rem;
}

.wenb_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
}

.wenb_btn a p {
    display: inline;
}

.wenb_btn a {
    display: block;
    width: 210px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    border-radius: 35px;
    border: 1px solid transparent;
    font-size: 1rem;
    background-image: linear-gradient(to right, #122de1, #12a4e1);
    box-shadow: 3px 3px 15px rgba(62, 204, 234, 0.6);
    margin: 0 1.5rem;
}

.wenb_btn a i {
    font-size: 1.3rem;
}

.wenb_btn div {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #122de1;
    width: 350px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #122de1;
    font-size: 1rem;
    border-radius: 35px;
    margin: 0 1.5rem;
    font-weight: bold;
}

.wenb_btn div p {
    font-weight: bold;
}

.wenb_btn div i {
    font-size: 1.3rem;
    margin-right: 0.5rem;
}

.web_new {
    width: 100%;
    background-color: #fff;
    padding: 4rem 0;
}

.web_new_con {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
}

.web_new_title {
    margin-bottom: 2rem;
}

.web_new_title h2 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
    text-align: center;
}

.web_new_title p {
    font-size: 1rem;
    color: #222;
    text-align: center;
    margin-top: 0.3rem;
    text-transform: uppercase;
}

.web_team {
    width: 100%;
    background-color: #fff;
    padding: 2rem 0 4rem 0;
}

.web_team_con {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
}

.web_team_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.web_team_title h2 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 1.3rem;
}

.web_team_title p {
    font-size: 1rem;
    color: #222;
    line-height: 1.6rem
}

.web_team_title span {
    width: 45px;
    height: 5px;
    background-color: #222;
    display: block;
}

.web_team_img {
    margin: 1.5rem 0 2rem 0;
}

.web_team_img img {
    width: 100%;
    vertical-align: middle;
}

.web_team_list ul {
    display: flex;
    justify-content: space-between;
}

.web_team_list li {
    width: 32%;
    overflow: hidden;
    padding: 4rem 0;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.web_team_list li p {
    font-size: 1rem;
    color: #222;
    font-weight: bold;
    line-height: 1.8rem;
}


/* 网站建设结束 */


/* 关于网建 */

.company {
    width: 100%;
    background-color: #fafafa;
    padding: 4rem 0;
}

.company_con {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.com_img {
    width: 48%;
    overflow: hidden;
}

.com_img img {
    width: 100%;
    vertical-align: middle;
}

.com_txt {
    width: 48%;
    overflow: hidden;
}

.com_title {
    display: flex;
    justify-content: space-between;
}

.com_title span {
    display: block;
    width: 45px;
    height: 5px;
    background-color: #222;
}

.com_title div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.com_title h2 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.com_title p {
    font-size: 1rem;
    color: #222;
    text-transform: uppercase;
}

.com_con {
    margin-top: 3rem;
}

.com_con p {
    font-size: 1rem;
    color: #222;
    line-height: 2rem;
    margin: 1rem 0;
}

.rong {
    width: 100%;
    background-color: #fff;
    padding: 4rem 0 18rem 0;
}

.rong_con {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
}

.rong_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.rong_title_left h2 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.rong_title_left span {
    font-size: 1rem;
    color: #222;
    text-transform: uppercase;
}

.rong_title_right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rong_title_right p {
    font-size: 1rem;
    color: #333;
    line-height: 2rem;
}

.rong_bd ul {
    display: flex;
    justify-content: flex-start;
}

.rong_bd li {
    width: 15%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rong_bd_img img {
    width: 100%;
    vertical-align: middle;
}

.rong_bd .rong_li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rong_bd_txt {
    margin-top: 1.5rem;
    margin-left: 1rem;
}

.rong_bd_txt span {
    font-size: 1rem;
    color: #222;
    font-weight: bold;
    display: block;
    margin-bottom: 0.5rem;
}

.rong_bd_txt p {
    font-size: 0.8rem;
    color: #222;
    text-align: left;
    line-height: 1.5rem;
}

.person {
    width: 100%;
    padding: 14rem 0 4rem 0;
    background-color: #fafafa;
}

.person_box {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto 0 auto;
    box-shadow: 3px 3px 15px rgba(27, 89, 245, 0.3);
    background-color: #fff;
}

.person_con {
    padding: 4rem 6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.person_con_left {
    width: 42%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.person_con_img {
    width: 50%;
    overflow: hidden;
    margin-top: -200px;
    position: relative;
}

.person_con_img img {
    width: 100%;
    overflow: hidden;
}

.person_tit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.person_tit h2 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
}

.person_tit p {
    text-transform: uppercase;
    font-size: 1rem;
    color: #222;
    margin: 0.3rem 0 1rem 0;
}

.person_tit span {
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 2px;
    background-color: #222;
}

.person_txt {
    margin: 2rem 0;
}

.person_txt p {
    font-size: 1rem;
    color: #222;
    line-height: 2rem;
    margin: 1rem 0;
}

.person_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    text-align: center;
    line-height: 45px;
    height: 45px;
    border: 1px solid #1b58f5;
    border-radius: 35px;
    color: #1b58f5;
    font-size: 1rem;
    margin-top: 3rem;
    transition: all 0.3s;
}

.person_btn:hover {
    background-color: #1b58f5;
    color: #fff;
}

.person_btn:hover p {
    color: #fff;
}

.person_btn p {
    font-size: 1rem;
    color: #1b58f5;
    margin-right: 0.3rem;
}

.person_list {
    max-width: 1440px;
    width: 98%;
    margin: 4rem auto;
}

.person_list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.person_list li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    overflow: hidden;
}

.person_list_txt {
    margin-left: 1.5rem;
}

.person_list_txt p {
    font-size: 1rem;
    color: #222;
    line-height: 2rem;
}

.person_list_txt h3 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 1rem;
}

.person_list_img img {
    width: 100%;
}

.person_last {
    max-width: 1660px;
    margin: 0 auto;
    width: 98%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.person_last_left {
    width: 43%;
    margin-left: 3rem;
    overflow: hidden;
}

.person_last_img img {
    width: 50%;
    overflow: hidden;
}

.person_last_img img {
    width: 100%;
    vertical-align: middle;
}

.person_last_tit {
    display: flex;
    justify-content: flex-start;
}

.person_last_tit span {
    width: 45px;
    height: 5px;
    background-color: #222;
    margin-right: 2rem;
    display: block;
    margin-top: 1rem;
}

.person_last_tit div h3 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 1.3rem;
}

.person_last_tit p {
    font-size: 1rem;
    color: #222;
    line-height: 2rem;
    margin: 0.8rem 0;
}

.person_last_txt {
    margin-top: 5rem;
}

.person_last_txt span {
    font-size: 1rem;
    color: #222;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.8rem;
    margin-bottom: 1.2rem;
    display: block;
    font-family: "";
}

.person_last_txt p {
    line-height: 1.8rem;
    color: #222;
    font-size: 1rem;
    font-family: "";
}

.value {
    width: 100%;
    background-color: #fff;
    padding: 4rem 0;
}

.value_con {
    max-width: 1790px;
    width: 98%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.value_con_img {
    width: 50%;
    overflow: hidden;
}

.value_con_img img {
    width: 100%;
    vertical-align: middle;
}

.value_con_bd {
    width: 45%;
    overflow: hidden;
}

.value_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5rem;
}

.value_title span {
    color: #222;
    font-size: 1.5rem;
    font-weight: bold;
}

.value_title h2 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 2rem;
}

.value_title p {
    font-size: 1rem;
    line-height: 1.8rem;
    color: #222;
}

.value_li ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.value_li li {
    display: flex;
    justify-content: center;
    width: 48%;
    overflow: hidden;
}

.value_li li span {
    display: block;
    width: 30px;
    height: 5px;
    background-color: #222;
    margin-right: 1rem;
    margin-top: 1rem;
}

.value_li_txt h3 {
    font-size: 1.3rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.value_li_txt p {
    font-size: 1rem;
    color: #222;
}

.part {
    width: 100%;
    background-color: #fff;
    padding-bottom: 4rem;
}

.part_con {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
}

.part_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.part_title h2 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
}

.part_title p {
    text-transform: uppercase;
    font-size: 1rem;
    color: #222;
}

.part_title span {
    display: block;
    width: 45px;
    height: 5px;
    background-color: #222;
}

.part_list ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.part_list ul::after {
    content: "";
    width: 15%;
}

.part_list li {
    margin: 0.8rem;
    width: 14%;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 0.5rem;
}

.part_img img {
    max-width: 100%;
    vertical-align: middle;
}


/* 关于网建结束 */


/* 新闻资讯列表 */

.news_list {
    width: 100%;
    background-color: #fafafa;
    padding: 4rem 0;
}

.news_list_con {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
}

.news_list_con_hd {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:relative;
    overflow:hidden;
    margin-top:4rem;
}

.news_list_con_hd_img {
    width: 48%;
    overflow: hidden;
    position:relative;
    height:0;
    padding-top:32%;
}

.news_list_con_hd_img img {
    width: 100%;
    vertical-align: middle;
  position:absolute;
  top:0;
  left:0;
}

.news_list_con_hd_txt {
    width: 46%;
    overflow: hidden;
    margin-right: 2rem;
}

.news_list_con_hd_txt:hover a h3 {
    color: #1b59f5;
}

.news_list_con_hd_txt a h3 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 2rem;
}

.news_list_con_hd_txt p {
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 2rem;
}

.news_list_btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 4rem;
}

.news_list_con_hd_txt:hover .news_list_btn p {
    color: #1b59f5;
}

.news_list_con_hd_txt:hover .news_list_btn i {
    color: #1b59f5;
}

.news_list_btn p {
    text-transform: uppercase;
    color: #999;
    font-size: 1rem;
    margin-top: 0;
}

.news_list_btn i {
    color: #999;
    margin-left: 0.8rem;
}

.news_list_con_hd_txt span {
    font-size: 1.25rem;
    color: #222;
    font-weight: bold;
}

.news_list_con_hd_txt b {
    color: #1b59f5;
    font-size: 1.25rem;
}

.news_list_con_bd {
    display: flex;
    justify-content: space-between;
    padding: 4rem 0;
}

.news_list_con_bd_list {
    width: 63%;
    overflow: hidden;
}

.news_list_con_bd_right {
    width: 35%;
    overflow: hidden;
}

.news_list_con_bd_list li {
    display: flex;
    justify-content: space-between;
    padding: 3rem 3rem 1.5rem 3rem;
    background-color: #fff;
}

.news_list_time {
    width: 18%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.news_list_wen {
    width: 80%;
    overflow: hidden;
}

.news_list_time span {
    font-family: "AiDeep";
    font-size: 3rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.news_list_time p {
    color: #222;
    font-size: 1.3rem;
    font-weight: bold;
    font-family: "AiDeep";
    margin-left: 0.3rem;
}

.news_list_wen span {
    font-size: 1.25rem;
    color: #222;
    font-weight: bold;
}

.news_list_wen b {
    color: #1b59f5;
    font-size: 1.25rem;
}

.news_list_wen h3 {
    font-size: 1.25rem;
    color: #222;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news_list_wen p {
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list_wen .news_list_btn {
    margin-top: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news_list_wen .news_list_btn p {
    font-size: 1rem;
    text-transform: uppercase;
    color: #999;
}

.news_list_wen .news_list_btn i {
    margin-left: 0.8rem;
    color: #999;
}

.news_list_con_bd_list li:hover .news_list_time span {
    color: #1b59f5;
}

.news_list_con_bd_list li:hover .news_list_time p {
    color: #1b59f5;
}

.news_list_con_bd_list li:hover .news_list_wen a h3 {
    color: #1b59f5;
}

.news_list_con_bd_list li:hover .news_list_wen .news_list_btn p {
    color: #1b59f5;
}

.news_list_con_bd_list li:hover .news_list_wen .news_list_btn i {
    color: #1b59f5;
}

.news_list .yema {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}

.hot_new h3 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.hot_new li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

.hot_img {
    width: 33%;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 26%;
    display: block;
}

.hot_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.hot_txt {
    width: 63%;
    overflow: hidden;
}

.hot_new li:hover .hot_txt a p {
    color: #1b59f5;
}

.hot_txt a p {
    font-size: 1.125rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hot_txt a span {
    font-size: 1rem;
    color: #222;
    font-weight: bold;
}

.hot_txt a b {
    color: #1b59f5;
    font-size: 1rem;
}

.hot_txt div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hot_new li:hover .hot_txt div i {
    color: #1b59f5;
}

.read {
    margin-top: 3rem;
}

.read h3 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.read li {
    padding-bottom: 1rem;
    border-bottom: 1px solid #222;
    margin-bottom: 2.5rem;
}

.read li a h4 {
    font-size: 1.25rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.read li p {
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.read li div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.read li span {
    font-size: 1rem;
    color: #222;
    font-weight: bold;
}

.read li b {
    color: #1b59f5;
    font-size: 1rem;
}

.read li:hover a h4 {
    color: #1b59f5;
}

.read li:hover a i {
    color: #1b59f5;
}


/* 新闻列表结束 */


/* 联系我们 */

.contact {
    width: 100%;
    background-color: #fafafa;
    padding: 4rem 0;
}

.contact_con {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
}

.quick {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto 3rem auto;
    background-color: #fff;
    padding: 4rem 0 3rem 0;
}

.quick_con {
    max-width: 1420px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.quick_title {
    width: 25%;
    overflow: hidden;
}

.quick_title h2 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 0.4rem;
}

.quick_title p {
    font-size: 1rem;
    color: #222;
}

.quick_title span {
    display: block;
    width: 30px;
    height: 5px;
    background-color: #222;
    margin-top: 2rem;
}

.quick_txt {
    width: 85%;
    overflow: hidden;
}

.quick_txt li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}

    .quick_txt li div#code_box {
        width: 50%;
        height: 36px;
        background-color: #f40;
        line-height: 36px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        margin: 30px auto;
        cursor: pointer;
        -webkit-user-select: none; /*禁止用户选中文字*/
        margin-left: 5px;
    }

.quick_txt li div {
    display: flex;
    flex-direction: column;
    /*align-items: flex-start;*/
    width: 48%;
    overflow: hidden;
}

.quick_txt li div p {
    font-size: 1rem;
    color: #222;
    margin-bottom: 1rem;
}

.quick_txt li div input {
    width: 95%;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding-left: 1rem;
    font-size: 1rem;
    color: #222;
}

.bigtext {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
}

.bigtext p {
    font-size: 1rem;
    color: #222;
    margin-bottom: 1rem;
}

.bigtext textarea {
    resize: none;
    width: 98%;
    overflow: hidden;
    height: 140px;
    border: 1px solid #e5e5e5;
    padding-left: 1rem;
    padding-top: 1rem;
    font-size: 1rem;
    color: #222;
    border-radius: 5px;
}

.text_button {
    margin-top: 2.5rem;
}

.text_button ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text_button li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    overflow: hidden;
}

.text_button input {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 1rem;
    color: #222;
    padding-left: 1rem;
    width: 75%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    margin-right: 1rem;
}

.text_button p {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 1rem;
    color: #222;
    width: 20%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}

.res {
    width: 45%;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #999;
    outline: none;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.sub {
    width: 45%;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    outline: none;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    margin-left: 2rem;
    background-color: #1b59f5;
}

.text_button button:hover {
    cursor: pointer;
}


/* 联系我们结束 */


/* 案例详情页面 */

.case_show {
    background-color: #fff;
    padding: 4rem 0;
    width: 100%;
}

.case_show_con {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.case_show_left {
    width: 30%;
    overflow: hidden;
}

.case_show_con_right {
    width: 65%;
    overflow: hidden;
}

.case_show_left_title h2 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
}

.case_show_left_title p {
    font-size: 1rem;
    color: #666;
    margin-top: 1.3rem;
}

.case_show_left_txt {
    padding: 1.2rem 0;
    margin: 1.5rem 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.case_show_left_txt p {
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
}

.case_web {
    display: flex;
    justify-content: flex-start;
    margin-top: 1rem;
}

.case_web i {
    margin-top: 0.5rem;
    color: #222;
    font-weight: bold;
    margin-right: 0.8rem;
    font-size: 1.2rem;
}

.case_web p {
    font-size: 1rem;
    color: #222;
}

.case_web a {
    color: #1b59f5;
    font-size: 1rem;
}

.case_show_time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
}

.case_show_time div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 1rem;
}

.case_show_time div i {
    font-size: 1rem;
    color: #999;
    margin-right: 0.3rem;
}

.case_show_time div p {
    font-size: 1rem;
    color: #999;
}

.case_show_con_right p {
    font-size: 1rem;
    color: #222;
    line-height: 2rem;
    margin-bottom: 1.5rem;
}

.case_show_con_right img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.fanye {
    max-width: 1660px;
    width: 98%;
    margin: 4rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.fanye_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.fanye_left div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 1rem;
}

.fanye_left div p {
    font-size: 1rem;
    color: #222;
    margin-bottom: 0.3rem;
}

.fanye_left div a {
    font-size: 1.125rem;
    color: #222;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.fanye i {
    color: #999;
}

.fanye_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.fanye_right div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 1rem;
}

.fanye_right div p {
    font-size: 1rem;
    color: #222;
    margin-bottom: 0.3rem;
}

.fanye_right div a {
    font-size: 1.125rem;
    color: #222;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.fanye_right div a:hover {
    color: #1b59f5;
}

.fanye_right:hover i {
    color: #1b59f5;
}

.fanye_left:hover i {
    color: #1b59f5;
}

.fanye_left div a:hover {
    color: #1b59f5;
}

.connect {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
}

.connect_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.connect_title h2 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
}

.connect_title a {
    font-size: 1rem;
    color: #222;
}

.connect_title a:hover {
    color: #1b59f5;
}


/* 案例详情页面结束 */


/* 新闻详情页面 */

.news_show {
    width: 100%;
    background-color: #fff;
    padding: 4rem 0;
}

.news_show_con {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.news_show_left {
    width: 30%;
    overflow: hidden;
}

.news_show_right {
    width: 65%;
    overflow: hidden;
}

.news_show_left h2 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 1rem;
}

.news_show_left span {
    display: block;
    color: #1b59f5;
    font-size: 1rem;
}

.lead {
    padding: 1.2rem 0;
    margin: 1.5rem 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.lead p {
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
}

.news_tag {
    font-size: 1rem;
    color: #222;
    line-height: 2rem;
}

.news_show_right p {
    font-size: 1rem;
    color: #222;
    line-height: 2rem;
    margin-bottom: 1.5rem;
}

.news_show_right img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.news_more {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
}

.news_more_list {
    margin-top: 2rem;
}

.news_more_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_more_list ul::after {
    content: "";
    width: 45%;
}

.news_more_list li {
    width: 49%;
    overflow: hidden;
    margin-bottom: 1.5rem;
    border: 1px solid #e5e5e5;
    transition: all 0.3s;
}

.news_more_list li .news_more_list_box {
    padding: 3rem 2rem;
    display: flex;
    justify-content: space-between;
    border: 2px solid transparent;
    transition: all 0.3s;
}

.news_more_list_time {
    width: 28%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.news_more_list li:hover {
    border: 1px solid #1b59f5;
}

.news_more_list li:hover .news_more_list_box {
    border: 2px solid #1b59f5;
}

.news_more_list li:hover .news_more_list_time span {
    color: #1b59f5;
}

.news_more_list li:hover .news_more_list_time p {
    color: #1b59f5;
}

.news_more_list_time span {
    font-family: "AiDeep";
    font-size: 3rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 0.3rem;
    transition: all 0.3s;
}

.news_more_list_time p {
    color: #222;
    font-size: 1.3rem;
    font-weight: bold;
    font-family: "AiDeep";
    margin-left: 0.3rem;
    transition: all 0.3s;
}

.news_more_list_txt {
    width: 72%;
    overflow: hidden;
}

.news_more_list li:hover .news_more_list_txt span {
    color: #1b59f5;
}

.news_more_list_txt span {
    font-size: 1.25rem;
    color: #222;
    font-weight: bold;
    transition: all 0.3s;
}

.news_more_list_txt b {
    color: #1b59f5;
    font-size: 1.25rem;
}

.news_more_list li:hover .news_more_list_txt h3 {
    color: #1b59f5;
}

.news_more_list_txt h3 {
    font-size: 1.25rem;
    color: #222;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 0.3s;
}

.news_more_list li:hover .news_more_list_txt p {
    color: #1b59f5;
}

.news_more_list li:hover .news_more_list_btn i {
    color: #1b59f5;
}

.news_more_list_txt p {
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s;
}

.news_more_list_btn {
    margin-top: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news_more_list_btn p {
    font-size: 1rem;
    text-transform: uppercase;
    color: #999;
    transition: all 0.3s;
}

.news_more_list_btn i {
    margin-left: 0.8rem;
    color: #999;
    transition: all 0.3s;
}


/* 新闻详情页面结束 */


/* 手机菜单栏 */

.phone_list_nav .phone_btn {
    position: fixed;
    right: 10px;
    top: 3%;
    z-index: 9999;
}

.phone_list_nav .phone_btn .btn span {
    display: block;
    width: 40px;
    height: 1px;
    background-color: #1b59f5;
    margin: 10px 0;
}

.phone_btn button {
    background-color: transparent;
    border: none;
}

.phone_list_nav {
    display: none;
}


/* 返回顶部 */

.return_top {
    position: fixed;
    bottom: 10%;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #1b59f5;
    border: 1px solid #1b59f5;
    line-height: 80px;
    text-align: center;
    transition: all 0.3s;
    z-index: 999;
    display: none;
}

.return_top:hover {
    cursor: pointer;
    box-shadow: 3px 3px 20px rgba(27, 89, 245, 0.2);
}

.return_top:hover img {
    margin-top: 14px;
}

.return_top img {
    width: 40px;
    height: 40px;
    margin-top: 9px;
    transition: all 0.3s;
}

.banner6_mo {
    display: none;
}

.banner6 img {
    width: 100%;
    vertical-align: middle;
}

.banner4_mo {
    display: none;
}

.banner4 img {
    width: 100%;
    vertical-align: middle;
}

.banner7_mo {
    display: none;
}

.banner3_mo {
    display: none;
}

.banner3 img {
    width: 100%;
    vertical-align: middle;
}

.banner2_mo {
    display: none;
}

.banner2 img {
    width: 100%;
    vertical-align: middle;
}

.banner5_mo {
    display: none;
}

.banner5 img {
    width: 100%;
    vertical-align: middle;
}

.banner img {
    width: 100%;
    vertical-align: middle;
}


/* 动画部分 */

.l_move {
    width: 100%;
}

.l_move_con ul {
    display: flex;
    justify-content: space-between;
}

.l_move_con li {
    width: 33.33%;
    overflow: hidden;
    position: relative;
    background-color: #000;
    transition: all 0.6s;
}

.l_move_main {
    position: absolute;
    top: 3rem;
    left: 3rem;
    right: 3rem;
    bottom: 3rem;
    z-index: 999;
}

.l_back_img img {
    position: relative;
    width: 100%;
    vertical-align: middle;
    opacity: 0.3;
    transition: all 0.6s;
}

.l_move_con li:hover .l_circle {
    top: 0%;
    right: 0%;
    transform: translate(-0%, 0%);
}

.l_move_con li:hover .l_title {
    top: 0%;
    left: 0%;
    transform: translate(-0%, 0%);
}

.l_move_top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.9s;
}

.l_circle {
    width: 140px;
    height: 140px;
    line-height: 140px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    transition: all 0.6s;
}

.l_circle i {
    color: #fff;
    font-size: 75px;
}

.l_title {
    margin-top: 30px;
}

.l_title h3 {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.l_tips {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.6s;
}

.l_tips span {
    display: block;
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 5px;
    margin: 15px 0;
    transition: all 0.6s;
}

.l_tips p {
    font-size: 14px;
    color: #fff;
}

.l_move_text p {
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}

.l_move_text {
    transition: all 0.8s;
    position: absolute;
    bottom: -30%;
    left: 0;
}

.l_move_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 50px;
    line-height: 50px;
    border-radius: 35px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    transition: all 1s;
    position: absolute;
    bottom: -30%;
    left: 0;
}

.l_move_button p {
    font-size: 16px;
    margin-right: 10px;
    display: inline;
}


/* 动画设置 */

.l_move_con li:hover .l_back_img img {
    opacity: 0.1;
    transition: all 0.4s;
}

.l_move_con li:hover .l_move_top {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    top: 3rem;
    transition: all 0.9s;
}

.l_move_con li:hover .l_circle {
    border: none;
    transition: all 0.6s;
}

.l_move_con li:hover .l_tips {
    align-items: flex-start;
    transition: all 0.6s;
}

.l_move_con li:hover .l_move_text {
    position: absolute;
    bottom: 45%;
    left: 0;
    transition: all 0.8s;
}

.l_move_con li:hover .l_move_button {
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 1s;
}

.l_move_button:hover {
    background-color: #fff;
    color: #122de1;
    transition: all 0.3s;
}


/*  */

.team {
    width: 100%;
    background-color: #fff;
    padding: 4rem 0 0 0;
}

.team_con {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto 3rem auto;
    display: flex;
    justify-content: space-between;
}

.team_con div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.team_con h2 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.team_con p {
    font-size: 0.8rem;
    color: #222;
    text-transform: uppercase;
}

.team_con span {
    display: block;
    width: 45px;
    height: 5px;
    background-color: #222;
}

.banner2 img {
    width: 100%;
    vertical-align: middle;
}

.banner5 img {
    width: 100%;
    vertical-align: middle;
}

.touxiang {
    width: 137px;
    height: 137px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
}

.touxiang img {
    width: 100%;
    vertical-align: middle;
}

.banner7 img {
    width: 100%;
    vertical-align: middle;
}

.ll_yun {
    width: 100%;
    background-color: #fafafa;
    padding: 4rem 0;
}

.ll_yun_con {
    max-width: 1670px;
    width: 98%;
    margin: 0 auto;
}

.ll_yun_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.ll_yun_title span {
    width: 3rem;
    height: 0.4rem;
    background-color: #222;
}

.ll_yun_title_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ll_yun_title_left p {
    font-size: 1rem;
    color: #222;
    font-family: "AiDeep";
    font-weight: bold;
    text-transform: uppercase;
}

.ll_yun_title_left h3 {
    font-weight: bold;
    font-size: 1.75rem;
    margin: 1rem 0;
}

.ll_yun_title_left b {
    font-size: 1rem;
    color: #222;
    font-weight: normal;
}

.ll_yun_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ll_yun_list li {
    width: 49%;
    overflow: hidden;
    background-color: #fff;
    margin: 1rem 0;
}

.ll_yun_list li .ll_yun_list_boxs {
    padding: 3rem;
    display: block;
}

.ll_yun_list_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
}

.ll_yun_list_top_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ll_yun_list_top_left span {
    color: #222;
    font-weight: bold;
    font-size: 1.5rem;
}

.ll_yun_list_top_left p {
    font-size: 0.8rem;
    color: #222;
    text-transform: uppercase;
    margin-top: 0.3rem;
    font-weight: bold;
}

.ll_yun_list_top_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ll_yun_list_top_right p {
    font-size: 0.8rem;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}

.ll_yun_list_center h3 {
    color: #222;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ll_yun_list_center p {
    font-size: 1rem;
    color: #666;
    line-height: 1.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ll_yun_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 0.15rem solid #ccc;
    margin-top: 3rem;
    transition: all 0.3s;
}

.ll_yun_list li:hover .ll_yun_bottom {
    border-top: 0.15rem solid #1b58f5;
    transition: all 0.3s;
}

.ll_yun_list li:hover .ll_yun_bottom p {
    color: #1b58f5;
    transition: all 0.3s;
}

.ll_yun_list li:hover .ll_yun_bottom i {
    color: #1b58f5;
    transition: all 0.3s;
}

.ll_yun_bottom p {
    font-size: 1rem;
    color: #999;
}

.ll_yun_bottom i {
    color: #999;
    font-size: 1.5rem;
}

.ll_tu {
    background-color: #fafafa;
    width: 100%;
    padding: 1rem 0 4rem 0;
}

.ll_tu_con {
    max-width: 1670px;
    width: 98%;
    margin: 0 auto;
}

.ll_tu_title {
    margin: 0 auto 3rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ll_tu_title h3 {
    text-align: center;
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 0.8rem;
}

.ll_tu_title p {
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    color: #222;
    font-family: "AiDeep";
    text-transform: uppercase;
}

.ll_tu_con img {
    max-width: 100%;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.ll_all {
    width: 100%;
    background-color: #fafafa;
    padding: 4rem 0;
}

.ll_all_con {
    max-width: 1665px;
    width: 98%;
    margin: 0 auto;
}

.ll_all_title {
    display: flex;
    width: 100%;
    margin-bottom: 3rem;
    justify-content: flex-start;
}

.ll_all_title_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 6rem;
}

.ll_all_title_left span {
    font-size: 1rem;
    color: #222;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "AiDeep";
}

.ll_all_title_left h3 {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
    margin: 0.8rem 0;
}

.ll_all_title_left b {
    width: 3rem;
    height: 0.3rem;
    background-color: #222;
}

.ll_all_title_right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ll_all_title_right p {
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
}

.ll_all_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ll_all_list li {
    width: 33.3333%;
    overflow: hidden;
    background-color: #fff;
}

.ll_all_img img {
    width: 100%;
    vertical-align: middle;
}

.ll_all_list li .ll_all_list_boxss {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ll_all_list li .ll_all_list_boxss span {
    width: 40%;
    height: 1px;
    background-color: #ccc;
}

.ll_all_list li .ll_all_list_boxss h3 {
    color: #222;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 1.5rem 0;
    text-transform: uppercase;
}

.ll_all_list li .ll_all_list_boxss p {
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
}

.ll_all_list li .ll_all_list_boxss .ll_all_list_boxss_tag {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 4rem;
}

.ll_all_list li:hover .ll_all_list_boxss b {
    color: #1b58f5;
}

.ll_all_list li:hover .ll_all_list_boxss i {
    color: #1b58f5;
}

.ll_all_list li .ll_all_list_boxss b {
    font-size: 1rem;
    color: #666;
    font-weight: normal;
    margin-right: 0.8rem;
}

.ll_all_list li .ll_all_list_boxss i {
    color: #666;
}

.ll_res {
    width: 100%;
    background-color: #fafafa;
}

.ll_res_con {
    max-width: 1790px;
    margin: 0 0 0 auto;
    width: 98%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ll_res_img img {
    width: 100%;
    vertical-align: middle;
}

.ll_res_text {
    width: 43%;
    overflow: hidden;
}

.ll_res_img {
    width: 48%;
    overflow: hidden;
}

.ll_res_title {
    display: flex;
    justify-content: flex-start;
}

.ll_res_title span {
    width: 3rem;
    height: 0.3rem;
    background-color: #222;
    display: block;
    margin-right: 1rem;
    margin-top: 0.5rem;
}

.ll_res_title h3 {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
}

.ll_res_title p {
    font-size: 1rem;
    color: #222;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "AiDeep";
    margin-top: 0.8rem;
}

.ll_res_wen {
    margin: 4rem 0;
}

.ll_res_wen span {
    font-size: 1rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 2rem;
    display: block;
}

.ll_res_wen p {
    font-size: 1rem;
    line-height: 1.8rem;
    color: #222;
}

.ll_res_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    color: #1b58f5;
    font-size: 1rem;
    border: 1px solid #1b58f5;
    transition: all 0.3s;
}

.ll_res_button p {
    margin-right: 0.8rem;
}

.ll_res_button:hover {
    background-color: #1b58f5;
    color: #fff;
    transition: all 0.3s;
}

.ll_card {
    background-color: #fafafa;
    padding: 4rem 0;
    width: 100%;
}

.ll_card_con {
    max-width: 1665px;
    width: 98%;
    margin: 0 auto;
}

.ll_card_title {
    margin-bottom: 3rem;
}

.ll_card_title h3 {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
}

.ll_card_title span {
    display: block;
    width: 3rem;
    height: 0.3rem;
    background-color: #222;
    margin: 1.5rem 0;
}

.ll_card_title p {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #222;
    font-family: "AiDeep";
    line-height: 1.8rem;
}

.ll_card_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ll_card_list li {
    background-color: #fff;
    width: 15%;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.ll_card_list_box {
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ll_card_list_box i {
    color: #1b58f5;
    font-size: 5rem;
}

.ll_card_list_box h3 {
    font-size: 1.25rem;
    color: #222;
    font-weight: bold;
    margin-top: 1.5rem;
}

.ll_card_list_box p {
    font-size: 0.8rem;
    color: #999;
    margin-top: 0.3rem;
}

.whole {
    width: 100%;
    background-color: #fafafa;
}

.whole_con {
    max-width: 1665px;
    width: 98%;
    margin: 0 auto;
}

.whole_con_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.whole_con_title span {
    width: 3rem;
    height: 0.3rem;
    background-color: #222;
    display: block;
}

.whole_con_title h3 {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
}

.whole_con_title p {
    text-transform: uppercase;
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
    font-family: "AiDeep";
    margin-top: 1.2rem;
}

.whole_con_list {
    background-color: #f0f0f0;
    width: 100%;
}

.whole_box {
    padding: 2rem 4.5rem;
}

.whole_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.whole_box li {
    overflow: hidden;
    margin: 2rem 0;
    width: 32%;
}

.whole_box i {
    color: #1b58f5;
    font-size: 2rem;
    margin-right: 1rem;
    width: 10%;
}

.whole_box_text {
    width: 90%;
}

.whole_box li:nth-child(3) i {
    font-size: 2.5rem;
}

.whole_box li:nth-child(4) i {
    font-size: 2.5rem;
}

.whole_box li:nth-child(5) i {
    font-size: 2.5rem;
}

.whole_box li h3 {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.whole_box li p {
    font-size: 0.8rem;
    color: #999;
}

.whole_boxs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.ll_team {
    padding: 4rem 0;
    width: 100%;
    background-color: #fafafa;
}

.ll_team_con {
    max-width: 1665px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ll_team_title {
    width: 26%;
    overflow: hidden;
}

.ll_team_list {
    width: 74%;
    overflow: hidden;
}

.ll_team_title h3 {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 2.5rem;
}

.ll_team_title p {
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
    font-family: "AiDeep";
    text-transform: uppercase;
}

.ll_team_list ul {
    display: flex;
    justify-content: space-between;
}

.ll_team_list li {
    width: 32%;
    overflow: hidden;
    background-color: #fff;
}

.ll_team_list_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 4rem 3rem;
}

.ll_team_list_box i {
    font-size: 4rem;
    color: #222;
    margin-bottom: 5rem;
}

.ll_team_list_box h3 {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.ll_team_list_box p {
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
}

.ll_plat {
    width: 100%;
    background-color: #fafafa;
    padding: 8rem 0 4rem 0;
}

.ll_plat_con {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
    background-color: #fff;
}

.ll_plat_main {
    padding: 4rem 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ll_plat_text {
    width: 48%;
    overflow: hidden;
}

.ll_plat_img {
    width: 48%;
    overflow: hidden;
    margin-top: -8rem;
    position: relative;
    z-index: 99;
}

.ll_plat_img img {
    max-width: 100%;
    vertical-align: middle;
}

.ll_plat_text span {
    font-size: 1rem;
    color: #222;
    font-weight: bold;
    line-height: 1.85rem;
    font-family: "AiDeep";
    text-transform: uppercase;
}

.ll_plat_text h3 {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
    margin: 1.5rem 0;
}

.ll_plat_text p {
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
}

.ll_net {
    padding-bottom: 4rem;
    width: 100%;
    background-color: #fafafa;
}

.ll_net_con {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
}

.ll_net_title {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

.ll_net_title_left h3 {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 1rem;
}

.ll_net_title_left {
    width: 30%;
    overflow: hidden;
}

.ll_net_title_left span {
    font-size: 1rem;
    color: #222;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.85rem;
    font-family: "AiDeep";
}

.ll_net_title_right {
    width: 48%;
    overflow: hidden;
}

.ll_net_title_right h4 {
    font-size: 1rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 1rem;
}

.ll_net_title_right p {
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
}

.ll_net_img img {
    max-width: 100%;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}

.ll_build {
    width: 100%;
    background-color: #fff;
}

.ll_build_con {
    max-width: 1790px;
    width: 98%;
    margin: 0 0 0 auto;
}

.ll_build_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ll_build .swiper-slide {
    display: inline-block !important;
}

.ll_build_box_img {
    width: 45%;
    overflow: hidden;
}

.ll_build_box_img img {
    width: 100%;
    vertical-align: middle;
}

.ll_build_box_text {
    width: 45%;
    overflow: hidden;
}

.ll_build_box_title {
    display: flex;
    justify-content: space-between;
}

.ll_build_box_title span {
    color: #222;
    font-weight: bold;
    font-size: 1.5rem;
    display: block;
}

.ll_build_box_title b {
    font-size: 1rem;
    line-height: 1.85rem;
    text-align: right;
    text-transform: uppercase;
    color: #222;
    font-weight: bold;
    font-family: "AiDeep";
}

.ll_build_box_wen {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ll_build_box_wen h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 1rem;
}

.ll_build_box_wen p {
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
    text-align: left;
}

.ll_build_box_wen {
    margin: 5rem 0;
}

.ll_build_button {
    padding-top: 2rem;
    border-top: 1px solid #e5e5e5;
}

.ll_build_button a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s;
}

.ll_build_button a:hover p {
    color: #1b58f5;
    transition: all 0.3s;
}

.ll_build_button a:hover i {
    color: #1b58f5;
    transition: all 0.3s;
}

.ll_build_button a p {
    font-size: 1rem;
    color: #666;
    margin-right: 0.5rem;
}

.ll_build_button a i {
    color: #666;
}

.ll_build .swiper-pagination {
    color: #222;
    margin: 0 2.0rem;
}

.ll_build .swiper-button-prev {
    color: #222;
    position: static;
    margin: 0;
    transform: translate(0, 0);
}

.ll_build .swiper-button-next {
    color: #222;
    position: static;
    margin: 0;
    transform: translate(0, 0);
}

.ll_build {
    position: relative;
}

.tag_button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute !important;
}

.ll_brand {
    width: 100%;
    background-color: #fafafa;
    padding: 4rem 0;
}

.ll_brand_con {
    max-width: 1670px;
    width: 98%;
    margin: 0 auto;
}

.ll_brand_title {
    margin-bottom: 4rem;
}

.ll_brand_title b {
    font-size: 1rem;
    text-transform: uppercase;
    color: #222;
    font-weight: bold;
    font-family: "AiDeep";
}

.ll_brand_title h3 {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
    margin: 1rem 0;
}

.ll_brand_title span {
    width: 3rem;
    height: 0.3rem;
    background-color: #1b58f5;
    display: block;
    margin-bottom: 2rem;
}

.ll_brand_title P {
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
}

.ll_bu {
    width: 100%;
    background-color: #fafafa;
}

.ll_bucon {
    max-width: 1670px;
    width: 98%;
    margin: 0 auto;
}

.ll_bu_box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 4rem;
}

.ll_bu_text {
    width: 30%;
    overflow: hidden;
}

.ll_bu_img {
    width: 30%;
    overflow: hidden;
}

.ll_bu_img img {
    width: 100%;
    vertical-align: middle;
}

.ll_bu_text h3 {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
    line-height: 2.5rem;
    margin-bottom: 1.3rem;
}

.ll_bu_text p {
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
}

.ll_bu_box_img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
}

.ll_gao {
    width: 100%;
    background-color: #fafafa;
    padding: 4rem 0;
}

.ll_gao_con {
    max-width: 1670px;
    width: 98%;
    margin: 0 auto;
}

.ll_gao_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.ll_gao_title b {
    display: block;
    width: 3rem;
    height: 0.3rem;
    background-color: #222;
}

.ll_gao_title_left h3 {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
    margin-top: 1.3rem;
}

.ll_gao_title_left span {
    display: block;
    font-size: 1rem;
    text-transform: uppercase;
    color: #222;
    font-weight: bold;
    line-height: 1.8rem;
    font-family: "AiDeep";
}

.ll_gao_box {
    width: 100%;
    background-color: #fff;
}

.ll_gao_main {
    padding: 6rem 3.5rem;
}

.ll_gao_main ul {
    display: flex;
    justify-content: space-between;
}

.ll_gao_main li {
    width: 23%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ll_gao_main li i {
    font-size: 5rem;
    color: #222;
}

.ll_gao_main h3 {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
    text-align: center;
    margin-top: 4rem;
}

.ll_gao_main span {
    display: block;
    width: 3rem;
    height: 0.3rem;
    background-color: #222;
    margin: 1.5rem 0;
    text-align: center;
}

.ll_gao_main p {
    font-size: 0.8rem;
    line-height: 1.8rem;
    color: #222;
    text-align: center;
}

.ll_play {
    background-color: #fafafa;
    width: 100%;
    padding-bottom: 4rem;
}

.ll_play_con {
    max-width: 1670px;
    width: 98%;
    margin: 0 auto;
}

.ll_play_title {
    margin: 0 auto 4rem auto;
    text-align: center;
}

.ll_play_title h3 {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
    margin: 1.3rem 0;
}

.ll_play_title p {
    font-size: 1rem;
    color: #222;
    text-align: center;
    line-height: 1.8rem;
}

.ll_play_title span {
    font-family: "AiDeep";
    font-weight: bold;
    font-size: 1rem;
    color: #222;
    text-transform: uppercase;
}

.ll_play_box {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.ll_play_img {
    width: 45%;
    overflow: hidden;
}

.ll_play_img img {
    max-width: 100%;
    vertical-align: middle;
}

.ll_play_text {
    width: 45%;
    overflow: hidden;
}

.ll_play_text h3 {
    color: #222;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.ll_play_text p {
    font-size: 1rem;
    color: #222;
    margin-bottom: 1rem;
}

.ll_play_text a {
    font-size: 1rem;
    color: #1b58f5;
    display: block;
    width: 30%;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    border: 1px solid #1b58f5;
    margin-top: 5rem;
    transition: all 0.3s;
}

.ll_play_text a:hover {
    background-color: #1b58f5;
    color: #fff;
    transition: all 0.3s;
}

.door {
    width: 100%;
    background-color: #fafafa;
}

.door_con {
    max-width: 1670px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.door_title {
    width: 26%;
    overflow: hidden;
}

.door_main {
    width: 66%;
    overflow: hidden;
    background-color: #fff;
}

.door_box {
    padding: 4rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.door_title h3 {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
    line-height: 2.5rem;
    margin: 1.5rem 0;
}

.door_title b {
    width: 3rem;
    height: 0.3rem;
    background-color: #222;
    display: block;
    margin-bottom: 1.5rem;
}

.door_title p {
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
}

.door_title span {
    font-family: "AiDeep";
    font-weight: bold;
    font-size: 1rem;
    color: #222;
    text-transform: uppercase;
}

.door_tab li {
    padding-bottom: 2rem;
    border-bottom: 1px solid transparent;
    margin: 3rem 0;
    cursor: pointer;
}

.door_tab li span {
    color: #222;
    font-size: 1rem;
}

.door_tab li p {
    color: #222;
    font-size: 1rem;
    margin-top: 1rem;
}

.door_active {
    border-bottom: 1px solid #e5e5e5 !important;
}

.door_active span {
    font-size: 1.5rem !important;
    color: #1b58f5 !important;
    font-weight: bold;
}

.door_active p {
    font-size: 1rem !important;
    color: #1b58f5 !important;
    font-weight: bold;
}

.door_tab_li:nth-child(n+2) {
    display: none;
}

.door_tab_li img {
    width: 100%;
    vertical-align: middle;
}

.ll_on {
    width: 100%;
    background-color: #fafafa;
    padding: 4rem 0;
}

.ll_oncon {
    max-width: 1670px;
    width: 98%;
    margin: 0 auto;
}

.ll_on_title {
    margin: 0 auto 3rem auto;
    text-align: center;
}

.ll_on_title h3 {
    font-size: 1.5rem;
    color: #222;
    text-align: center;
    font-weight: bold;
    margin-top: 1rem;
}

.ll_on_title span {
    font-family: "AiDeep";
    font-weight: bold;
    font-size: 1rem;
    color: #222;
    text-transform: uppercase;
    text-align: center;
}

.ll_on_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ll_on_list li {
    background-color: #fff;
    width: 15%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.ll_on_list ul::after {
    content: "";
    width: 15%;
    overflow: hidden;
}

.onimg {
    padding: 1.5rem 0;
    margin: 0 auto;
}

.onimg img {
    max-width: 100%;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.ll_on_list li:first-child .onimg img {
    margin-top: 0.8rem;
}

.ll_gao_main b {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #222;
    line-height: 1.8rem;
    font-family: "AiDeep";
    text-align: center;
    font-weight: normal;
}

.ll_search .ll_gao_main h3 {
    font-size: 1.3rem;
}

.ll_search .ll_gao_main li:nth-child(1) i {
    font-size: 6.5rem;
    margin-bottom: 0.5rem;
}

.ll_search .ll_gao_main li i {
    font-size: 7rem;
}

.door_copy {
    padding: 1rem 0 4rem 0;
}

.door_title a {
    display: block;
    width: 50%;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    color: #1b58f5;
    border: 1px solid #1b58f5;
    font-size: 1rem;
    margin-top: 7rem;
    transition: all 0.3s;
}

.door_title a:hover {
    background-color: #1b58f5;
    transition: all 0.3s;
    color: #fff;
}

.ll_kun {
    width: 100%;
    background-color: #fafafa;
    padding: 4rem 0;
}

.ll_kun_con {
    max-width: 1670px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid #999;
}

.ll_kun_title span {
    font-size: 1rem;
    text-transform: uppercase;
    color: #222;
    line-height: 1.8rem;
    font-family: "AiDeep";
    font-weight: bold;
}

.ll_kun_title h3 {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
    margin: 1.5rem 0;
}

.ll_kun_title b {
    display: block;
    width: 3rem;
    height: 0.3rem;
    background-color: #222;
}

.ll_kun_box li {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 2rem;
    align-items: flex-start;
}

.ll_kun_box li span {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #e5e5e5;
    margin-right: 1rem;
    margin-top: 0.5rem;
}

.ll_kun_box li p {
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
    flex: 1;
}

.ll_kun_title {
    width: 28%;
    overflow: hidden;
}

.ll_kun_box {
    width: 43%;
    overflow: hidden;
}

.ll_good {
    background-color: #fafafa;
}

.ll_good_con {
    max-width: 1670px;
    width: 98%;
    margin: 0 auto;
}

.ll_good_list ul {
    display: flex;
    justify-content: space-between;
}

.ll_good_list li {
    width: 32.9%;
    overflow: hidden;
    transition: all 0.3s;
    background-color: #fff;
}

.ll_good_list li .ll_good_list_boxs {
    padding: 3rem;
    display: block;
}

.ll_good_title {
    display: flex;
    justify-content: space-between;
}

.ll_good_title span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 0.5rem;
}

.ll_good_title p {
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #222;
    font-weight: bold;
}

.ll_good_text {
    margin: 4rem 0 3rem 0;
}

.ll_good_text h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 1rem;
}

.ll_good_text p {
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
}

.ll_good_tag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    border-top: 1px solid #999;
    transition: all 0.3s;
}

.ll_good_tag p {
    font-size: 1rem;
    color: #222;
}

.ll_good_tag i {
    color: #222;
}

.ll_good_list li:hover .ll_good_tag {
    border-top: 1px solid #1b58f5;
    transition: all 0.3s;
}

.ll_good_list li:hover .ll_good_tag p {
    color: #1b58f5;
    transition: all 0.3s;
}

.ll_good_list li:hover .ll_good_tag i {
    color: #1b58f5;
    transition: all 0.3s;
}

.ll_good_title i {
    font-size: 7rem;
    color: #222;
}

.ll_pro {
    width: 100%;
    background-color: #fafafa;
    padding: 4.5rem 0;
}

.ll_pro_con {
    max-width: 1670px;
    width: 98%;
    margin: 0 auto;
    background: url(../images/img51.jpg) no-repeat 50% 50%;
    background-size: auto 100%;
}

.ll_pro_mian {
    padding: 4rem 6rem;
    display: flex;
    justify-content: space-between;
}

.ll_pro_title {
    width: 20%;
    overflow: hidden;
}

.ll_pro_title h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 1.3rem 0;
}

.ll_pro_title b {
    display: block;
    width: 2rem;
    height: 0.3rem;
    background-color: #fff;
}

.ll_pro_title span {
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "AiDeep";
}

.ll_pro_list {
    width: 80%;
    overflow: hidden;
}

.ll_pro_list ul {
    display: flex;
    justify-content: space-between;
}

.ll_pro_list li {
    background-color: #fff;
    width: 24%;
    overflow: hidden;
}

.ll_pro_list_box {
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ll_pro_list_box span {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.ll_pro_list_box b {
    font-size: 0.8rem;
    color: #222;
}

.ll_pro_list_box h3 {
    font-size: 1.6rem;
    color: #222;
    font-weight: bold;
    margin: 5rem 0 0.8rem 0;
}

.ll_pro_list_box p {
    font-size: 1rem;
    color: #222;
}

.we {
    background-color: #fafafa;
    padding: 4rem 0;
    width: 100%;
}

.we_con {
    max-width: 1670px;
    width: 98%;
    margin: 0 auto;
}

.we_title {
    margin: 0 auto 3rem auto;
    text-align: center;
}

.we_title h3 {
    text-align: center;
    font-size: 1.6rem;
    color: #222;
    font-weight: bold;
    margin: 1rem 0;
}

.we_title p {
    font-size: 1rem;
    color: #222;
    text-align: center;
}

.we_title span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    color: #222;
    text-align: center;
    display: block;
    font-family: "AiDeep";
}

.we_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.we_list li {
    width: 14.1%;
    overflow: hidden;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.we_list li:nth-child(n+15) {
    border-bottom: none;
}

.we_list li:nth-child(1) {
    border-left: none;
}

.we_list li:nth-child(8) {
    border-left: none;
}

.we_list li:nth-child(15) {
    border-left: none;
}

.we_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
}

.we_box i {
    color: #999;
    font-size: 3rem;
}

.we_box p {
    margin-top: 1.2rem;
    color: #222;
    font-size: 1rem;
}

.basic {
    background-color: #fafafa;
    width: 100%;
}

.basic_con {
    max-width: 1670px;
    width: 98%;
    margin: 0 auto;
    background-color: #fff;
}

.basic_main {
    padding: 4rem 6rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.basic_img {
    width: 45%;
    overflow: hidden;
}

.basic_img img {
    max-width: 100%;
    vertical-align: middle;
}

.basic_text {
    width: 45%;
    overflow: hidden;
}

.basic_text span {
    font-size: 1rem;
    text-transform: uppercase;
    color: #222;
    font-weight: bold;
    font-family: "AiDeep";
}

.basic_text h3 {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 4rem;
}

.basic_text_list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.5rem;
}

.basic_text_list span {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #e5e5e5;
    margin-right: 1rem;
}

.basic_text_list p {
    font-size: 1rem;
    color: #222;
    font-weight: bold;
}

.case_banner {
    width: 100%;
    background-color: #fafafa;
    padding: 4rem 0 5rem 0;
}

.case_banner_con {
    max-width: 1670px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.case_banner_title {
    width: 20%;
    overflow: hidden;
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.case_banner_box {
    width: 75%;
    overflow: hidden;
}

.case_banner_title h3 {
    font-size: 1.75rem;
    font-weight: bold;
    color: #222;
    margin-top: 2rem;
}

.case_banner_title span {
    font-size: 1rem;
    color: #222;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    text-align: left;
    line-height: 2rem;
    font-family: "AiDeep";
}

.case_banner .swiper-slide {
    display: inline-block !important;
    background-color: #fafafa;
}

.case_banner_main img {
    max-width: 100%;
    vertical-align: middle;
}

.case_banner_con {
    position: relative !important;
}

.case_banner .swiper-pagination-progressbar {
    background-color: #e5e5e5 !important;
    position: absolute;
    left: -5%;
    bottom: 33%;
    width: 15%;
    height: 0.5rem;
    border-radius: 1.3rem;
}

.case_banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #999 !important;
    border-radius: 1.3rem;
}

.case_banner .swiper-button-prev {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    background-color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
}

.case_banner .swiper-button-next {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    background-color: #1b58f5;
    text-align: center;
    position: absolute;
    left: 0;
}

.case_banner .swiper-button-prev span {
    font-size: 3rem;
    color: #666;
    font-weight: bold;
}

.case_banner .swiper-button-next span {
    font-size: 3.5rem;
    color: #fff;
}

.case_banner .swiper-slide-active {
    color: #f00 !important;
}

.bar_button {
    position: absolute;
    left: 12%;
    bottom: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ll_brand_banner_main {
    display: flex;
    justify-content: space-between;
}

.ll_brand_banner .swiper-slide {
    display: inline-block !important;
    background-color: #fafafa !;
}

.ll_brand_banner_text {
    width: 50%;
    overflow: hidden;
    background-color: #1b58f5;
}

.ll_brand_banner_img {
    width: 50%;
    overflow: hidden;
}

.ll_brand_banner_img img {
    width: 100%;
    vertical-align: middle;
}

.ll_brand_banner_text_box {
    padding: 6rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.ll_brand_banner_text_box span {
    display: block;
    position: absolute;
    left: -6rem;
    bottom: -3rem;
    font-size: 15rem;
    color: rgba(255, 255, 255, 0.15);
    font-family: "AiDeep";
}

.ll_brand_banner_text_box h3 {
    font-size: 1.75rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1rem;
}

.ll_brand_banner_text_box p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.8rem;
    text-align: left;
}

.ll_brand_tag {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    padding-top: 1.5rem;
    border-top: 1px solid #fff;
    margin-top: 3rem;
    width: 100%;
    z-index: 9999;
}

.ll_brand_tag b {
    font-size: 1rem;
    color: #fff;
}

.ll_brand_tag i {
    color: #fff;
    font-size: 2rem;
}

.ll_brand_con {
    position: relative !important;
}

.brand_tags {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ll_brand_con .swiper-pagination {
    position: absolute;
    right: 10% !important;
    top: 20%;
    width: 25%;
}

.ll_brand_con .swiper-horizontal>.swiper-pagination-progressbar,
.ll_brand_con .swiper-pagination-progressbar.swiper-pagination-horizontal,
.ll_brand_con .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.ll_brand_con .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    left: auto;
    right: 0;
}

.llbrand_button {
    position: absolute;
    top: 20%;
    right: 3.5% !important;
}

.ll_brand_con .swiper-pagination-progressbar {
    background-color: #e5e5e5 !important;
    height: 0.3rem;
    border-radius: 1.5rem;
    overflow: hidden;
}

.ll_brand_con .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #999 !important;
    border-radius: 1.5rem;
}

.ll_brand_con .swiper-button-prev {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    background-color: #ccc;
    text-align: center;
    position: absolute;
    right: 0;
}

.ll_brand_con .swiper-button-next {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    background-color: #1b58f5;
    text-align: center;
    position: absolute;
    left: 0;
}

.ll_brand_con .swiper-button-prev span {
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
}

.ll_brand_con .swiper-button-next span {
    font-size: 2.5rem;
    color: #fff;
}

.banner1_mo {
    display: none !important;
}

.banner .swiper-slide {
    width: 100%;
    position: relative;
    vertical-align: middle;
}

.banner .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.link {
    width;
    100%;
    padding: 2rem 0;
}

.link_con {
    max-width: 1660px;
    width: 98%;
    margin: 0 auto;
}

    .link_con ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

    .link_con li {
        margin: 1rem 0.8rem;
    }

        .link_con li p {
            font-size: 1.25rem;
            font-weight: bold;
            color: #222;
        }

        .link_con li a {
            font-size: 1rem;
            color: #222;
        }
.logo img{height:3.0rem; display:block}
/* 移动端适配 */
@media screen and (max-width: 768px) {
    .logo img {
        margin-top: 0.5rem;
        display: block;
    }
    .news_list_con_hd_img{
        padding-top:70%;
    }
    .link{
        display:none;
    }
    .banner .swiper-slide {
        width: 100%;
        vertical-align: middle;
        position: relative;
    }
    .banner .swiper-slide img {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        width: 100%;
    }
    .banner7 {
        display: none;
    }
    .banner7_mo {
        display: block;
    }
    .banner1 {
        display: none !important;
    }
    .banner1_mo {
        display: block !important;
    }
    .banner7_mo img {
        width: 100%;
        vertical-align: middle;
    }
    .banner5 {
        display: none;
    }
    .banner5_mo {
        display: block;
    }
    .banner5_mo img {
        width: 100%;
        vertical-align: middle;
    }
    .banner2 {
        display: none;
    }
    .banner2_mo {
        display: block;
    }
    .banner2_mo img {
        width: 100%;
        vertical-align: middle;
    }
    .banner3 {
        display: none;
    }
    .banner3_mo {
        display: block;
    }
    .banner3_mo img {
        width: 100%;
        vertical-align: middle;
    }
    .pc_aside {
        display: none;
    }
    .phone_list_nav {
        display: block;
    }
    .footer_tel {
        margin: 2rem auto;
    }
    .footer_tel li {
        margin: 1.5rem 1rem;
    }
    .footer_tel li:nth-child(1) {
        margin-bottom: 0;
    }
    .footer_input {
        width: 100%;
    }
    .nav {
        display: none;
    }
    .footer {
        padding: 3rem 0;
    }
    .footer_con {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer_ma {
        display: none;
    }
    .copy_rights_con {
        flex-direction: column;
        align-items: center;
    }
    .copy_left {
        text-align: center;
        margin-bottom: 1rem;
    }
    .copy_link li {
        margin: 0 0.8rem;
    }
    .footer_logo {
        align-items: center;
        margin: 0 auto;
    }
    .map iframe {
        height: auto;
    }
    .quick_con {
        flex-direction: column;
    }
    .quick_title {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .quick_title span {
        margin-top: 1rem;
    }
    .quick_txt {
        width: 100%;
    }
    .news_list_con_bd {
        padding: 2rem 0 0 0;
        flex-direction: column;
    }
    .news_list_con_bd_list {
        width: 100%;
    }
    .news_list_con_bd_right {
        width: 100%;
        margin-top: 2rem;
    }
    .news_list_con_bd_list li {
        padding: 1rem;
    }
    .news_list_con_hd {
        flex-direction: column;
    }
    .news_list_con_hd_img {
        width: 100%;
    }
    .news_list_con_hd_txt {
        width: 100%;
        margin-right: 0;
    }
    .card3_con {
        flex-direction: column;
    }
    .card3_left {
        width: 100%;
    }
    .card3_img {
        display: none;
    }
    .card4_con {
        flex-direction: column;
    }
    .card4_img {
        display: none;
    }
    .card4_right {
        width: 100%;
    }
    .card5_btn {
        width: 50%;
        height: 50px;
        line-height: 50px;
    }
    .card6_content {
        flex-direction: column;
    }
    .card6_content_left {
        width: 100%;
    }
    .card6_content_list {
        width: 100%;
    }
    .card2_content {
        flex-direction: column;
    }
    .card2_img {
        display: none;
    }
    .card2_list {
        width: 100%;
    }
    .card_title_right,
    .card2_title_right,
    .card3_left_title span,
    .card4_right_title_en,
    .card5_title_right,
    .card7_title span,
    .gcard4_title_right,
    .web_card2_title_right,
    .gcard_title span,
    .gcard2_con_title span,
    .gcard3_title span {
        display: none;
    }
    .gcard_con {
        flex-direction: column;
    }
    .gcard_left {
        width: 100%;
    }
    .gcard_list {
        width: 100%;
    }
    .gcard3_con {
        flex-direction: column;
    }
    .video {
        width: 100%;
    }
    .gcard3_txt {
        width: 100%;
    }
    .tip {
        display: none;
    }
    .brand_txt h4 {
        font-size: 2rem;
    }
    .brand_btn {
        width: 100%;
        height: 45px;
        line-height: 45px;
        margin: 1rem 0.8rem;
    }
    .brand_btn p {
        font-size: 1rem;
    }
    .brand_btn i {
        font-size: 1rem;
    }
    .brand_button a {
        width: 50%;
        height: 45px;
        line-height: 45px;
        margin: 0 0.8rem;
    }
    .brand_con {
        background-size: auto 100%;
    }
    .gcard2_content {
        flex-direction: column;
    }
    .gcard2_tab {
        width: 100%;
    }
    .gcard_right_table {
        width: 100%;
    }
    .gcard2_tab ul {
        flex-direction: row;
        /* flex-direction: row;
        overflow-x: scroll;
        white-space: nowrap; */
        flex-wrap: wrap;
    }
    .gcard2_tab li {
        width: 30%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .quick {
        padding: 2rem 0;
    }
    .quick_title {
        margin-bottom: 2.5rem;
    }
    .news_list {
        padding: 2rem 0;
    }
    .news_list_con_hd_txt {
        margin-top: 2rem;
    }
    .news_list_con_hd_txt a h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .news_list_con_hd_txt p {
        margin-top: 1rem;
    }
    .news_list_btn {
        margin-top: 0.8rem;
    }
    .news_list_btn p {
        margin-top: 0;
    }
    .news_list_con_hd {
        padding: 0 1rem 2rem 1rem;
    }
    .news_list_time {
        display: none;
    }
    .news_list_wen {
        width: 100%;
    }
    .news_list_wen .news_list_btn {
        margin-top: 1rem;
    }
    .hot_new {
        padding: 0 1rem;
    }
    .hot_txt a p {
        margin-bottom: 1rem;
    }
    .read {
        padding: 0 1rem;
    }
    .yema ul {
        justify-content: flex-start;
    }
    .yema li {
        margin: 0.5rem;
    }
    .banner6_mo {
        display: block;
    }
    .banner6_mo img {
        width: 100%;
        vertical-align: middle;
    }
    .banner6 {
        display: none;
    }
    .navcon {
        padding: 1rem 0;
    }
    .news_show {
        padding: 2rem 0;
    }
    .news_show_con {
        flex-direction: column;
    }
    .news_show_left {
        width: 100%;
    }
    .news_show_right {
        width: 100%;
        margin-top: 2rem;
    }
    .fanye {
        margin: 2rem auto;
        flex-direction: column;
    }
    .fanye_left {
        width: 100%;
        justify-content: center;
    }
    .fanye_right {
        width: 100%;
        justify-content: center;
        margin-top: 1.5rem;
    }
    .news_more_list_time {
        display: none;
    }
    .news_more_list_txt {
        width: 100%;
    }
    .news_more_list li .news_more_list_box {
        padding: 1rem;
    }
    .news_more_list li {
        width: 100%;
    }
    .news_show_left h2 {
        font-size: 1.5rem;
    }
    .banner4_mo {
        display: block;
    }
    .banner4_mo img {
        width: 100%;
        vertical-align: middle;
    }
    .banner4 {
        display: none;
    }
    .new_tab li {
        margin: 0.8rem 1rem;
    }
    .new_list li {
        width: 48%;
        margin: 0.8rem 0;
    }
    .new_list {
        padding: 0 1rem;
    }
    .card5_txt a h3 {
        font-size: 1.125rem;
        -webkit-line-clamp: 2;
    }
    .yema {
        margin-top: 2rem;
    }
    .news_more_list {
        padding: 0 0.8rem;
    }
    .connect_title {
        padding: 0 0.8rem;
    }
    .news_show_box {
        padding: 0 0.8rem;
    }
    .case_show_con {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .case_show_left {
        width: 100%;
    }
    .case_show_con_right {
        width: 100%;
    }
    .web_team_title span {
        display: none;
    }
    .web_team_img {
        display: none;
    }
    .web_team_title h2 {
        font-size: 1.5rem;
        text-align: center;
    }
    .web_team_title p {
        text-align: center;
    }
    .web_card1_con {
        padding: 3rem 0;
    }
    .web_card1_list ul {
        flex-wrap: wrap;
    }
    .web_card1_list li {
        width: 100%;
        margin-left: 0;
        align-items: center;
        margin-bottom: 2rem;
    }
    .web_card1_title span {
        display: none;
    }
    .web_card2_title_left h2 {
        font-size: 1.5rem;
        text-align: center;
    }
    .about_tab_con li {
        margin: 0 1rem;
    }
    .about_tab_con ul {
        justify-content: center;
    }
    .count_con {
        padding: 3rem 0.8rem;
    }
    .count_list ul {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .count_list li {
        width: 100%;
        margin: 1rem 0;
    }
    .count_list li:nth-child(2) {
        padding-left: 0;
        border-left: none;
        padding-right: 0;
    }
    .count_list li:nth-child(3) {
        padding-left: 0;
        border-left: none;
    }
    .attention p {
        padding: 0 0.8rem;
        line-height: 1.8rem;
    }
    .count_title span {
        display: none;
    }
    .add_card1 img {
        display: none;
    }
    .add_txt1 {
        margin: 0 0.8rem;
    }
    .add_card1 {
        margin-bottom: 3rem;
    }
    .add_card2_list {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .add_card2_list_left {
        width: 100%;
        margin-bottom: 2rem;
    }
    .add_card2_list_right {
        width: 100%;
        padding-left: 0;
        border-left: none;
    }
    .add_card2_list {
        padding: 3rem 0.8rem;
    }
    .touxiang {
        width: 107px;
        height: 107px;
    }
    .web_card2_list li {
        width: 100%;
    }
    .web_list_img img {
        width: 100%;
    }
    .web_card2_title_left {
        margin: 0 auto;
    }
    .web_card1_title {
        padding: 0 0.8rem;
        text-align: center;
    }
    .wenb_btn {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .wenb_btn a {
        width: 80%;
    }
    .wenb_btn div {
        width: 80%;
        margin-top: 1.5rem;
    }
    .card5_list li {
        width: 48%;
    }
    .web_team_list ul {
        flex-wrap: wrap;
    }
    .web_team_list li {
        width: 100%;
        margin-bottom: 1rem;
    }
    .card5_list {
        padding: 0 0.8rem;
    }
    .quick_txt li {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .quick_txt li div {
        width: 98%;
        margin: 0 auto 2rem auto;
        margin-bottom: 2rem;
    }
    .quick_txt li div input {
        width: 94%;
    }
    .bigtext textarea {
        width: 94%;
    }
    .text_button ul {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .text_button li {
        width: 100%;
    }
    .text_button input {
        width: 41%;
    }
    .text_button p {
        width: 45%;
    }
    .text_button li {
        flex-direction: row !important;
        justify-content: space-between !important;
        margin-bottom: 2rem !important;
    }
    .quick_txt li {
        margin-bottom: 0;
    }
    .card7_title {
        padding: 0 0.8rem;
    }
    .map {
        padding: 0 0.8rem 2.5rem 0.8rem;
    }
    .address {
        padding: 0 0.8rem;
    }
    .tel ul {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0 0.8rem;
    }
    .tel li {
        margin-bottom: 1rem;
    }
    .company_con {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .com_img {
        display: none;
    }
    .com_txt {
        width: 100%;
    }
    .person_con_img {
        display: none;
    }
    .person_con {
        padding: 3rem 0.8rem;
    }
    .person_con_left {
        width: 100%;
    }
    .person_btn {
        width: 60%;
        margin: 2rem auto 0 auto;
    }
    .person_last_img {
        display: none;
    }
    .person_last {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .person_last_left {
        width: 100%;
        margin-left: 0;
    }
    .person_last {
        padding: 3rem 0;
    }
    .value_con {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .value_con_img {
        display: none;
    }
    .value_con_bd {
        width: 100%;
    }
    .com_title span {
        display: none;
    }
    .com_title div {
        margin: 0 auto;
        align-items: center;
    }
    .com_con {
        padding: 0 0.8rem;
        margin-top: 1.5rem;
    }
    .rong_title {
        flex-wrap: wrap;
        padding: 0 0.8rem;
        flex-direction: column;
    }
    .rong_title_left {
        margin: 0 auto;
    }
    .rong_title_right {
        display: none;
    }
    .team_con span {
        display: none;
    }
    .team_con div {
        margin: 0 auto;
        align-items: center;
    }
    .person_tit {
        margin: 0 auto;
        align-items: center;
    }
    .person_last_tit span {
        display: none;
    }
    .person_last_txt span {
        display: none;
    }
    .person_last_txt p {
        display: none;
    }
    .person_last_txt {
        margin-top: 0;
    }
    .person_last_tit {
        padding: 0 0.8rem;
    }
    .brand_button {
        flex-wrap: wrap;
    }
    .gcard2_list {
        flex-wrap: wrap;
        padding: 0 0.8rem;
    }
    .gcard2_list_img {
        display: none;
    }
    .gcard2_list_txt {
        width: 100%;
        margin-top: 2rem;
        align-items: center;
    }
    .txt_btn {
        margin-top: 2rem;
    }
    .gcard3_title {
        padding: 0 0.8rem;
        margin-top: 2rem;
    }
    .gcard3_list {
        padding: 0 0.8rem;
    }
    .gcard2_con_title {
        padding: 0 0.8rem;
    }
    .gcard_img {
        display: none;
    }
    .gcard_list {
        margin-top: 2rem;
    }
    .gcard_list ul {
        padding: 0 0.8rem;
    }
    .gcard_title {
        padding: 0 0.8rem;
        margin: 0 auto;
    }
    .value_title p {
        display: none;
    }
    .value_title {
        margin-bottom: 2rem;
    }
    .person_list ul {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0 0.8rem;
    }
    .person_list li {
        width: 100%;
        margin: 1rem 0;
    }
    .value_li ul {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .value_li li {
        width: 100%;
        margin: 1rem 0;
    }
    .value_title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .value_title h2 {
        margin-bottom: 0;
    }
    .part_title span {
        display: none;
    }
    .part_title div {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }
    .part_list ul {
        justify-content: space-between;
    }
    .part_list ul::after {
        content: "";
        width: 23%;
        overflow: hidden;
    }
    .part_list li {
        width: 23%;
        margin: 0.5rem;
    }
    .card2_title {
        padding: 0 0.8rem;
    }
    .card2_list ul {
        padding: 0 0.8rem;
    }
    .card3_text {
        padding: 0 0.8rem;
    }
    .card3_left_title {
        padding: 0 0.8rem;
    }
    .card3_more {
        padding: 2rem 0.8rem 0 0.8rem;
    }
    .card5_title_left {
        align-items: center;
    }
    .card5_title {
        justify-content: center;
        margin: 0 auto;
    }
    .card5_title_left p {
        text-align: center;
    }
    .card3_list li {
        width: 100%;
    }
    .card3_list ul {
        padding: 0 0.8rem;
    }
    .card4_right_title {
        justify-content: center;
    }
    .card4_right_title_ch {
        flex-direction: column;
        align-items: center;
    }
    .card4 {
        padding: 2rem 0;
    }
    .card_title {
        padding: 0 0.8rem;
    }
    .card_content ul {
        padding: 0 0.8rem;
        flex-wrap: wrap;
    }
    .card_content li {
        width: 100%;
    }
    .card6_title_left p {
        display: none;
    }
    .card6_title_left h2 {
        margin-bottom: 0;
    }
    .tupian {
        display: none;
    }
    .tupian_txt {
        padding: 0 0.8rem;
    }
    .card6_content_list ul {
        padding: 0 0.8rem;
    }
    .card6_time b {
        font-size: 1.5rem;
    }
    .card6 {
        padding-bottom: 2rem;
    }
    .card3_list_txt {
        margin-left: 1rem;
    }
    .rong_bd_txt p {
        display: none;
    }
    .rong {
        padding: 3rem 0;
    }
    .person_box {
        margin: 0 auto;
    }
    .rong_bd {
        padding: 0 0.8rem;
    }
    .l_move_con ul {
        flex-wrap: wrap;
        padding: 0 0.8rem;
    }
    .l_move_con li {
        width: 100%;
        margin: 1rem 0;
    }
    .l_move_top {
        flex-direction: row;
        justify-content: space-between;
        position: static;
        top: auto;
        left: auto;
        transform: none;
    }
    .l_move_text {
        position: static;
        bottom: auto;
        left: auto;
        transform: none;
    }
    .l_move_button {
        position: static;
        bottom: auto;
        left: auto;
        transform: none;
        margin: 0 auto;
    }
    .l_circle {
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
    }
    .l_circle i {
        font-size: 2.5rem;
    }
    .l_move_main {
        top: 50%;
        transform: translateY(-50%);
        left: auto;
        right: auto;
        padding: 0 02rem;
        bottom: auto;
    }
    .l_tips span {
        display: none;
    }
    .l_title {
        margin-top: 0;
    }
    .l_move_text p {
        margin: 1.0rem 0;
    }
    .ll_yun_list_top_right {
        display: none;
    }
    .door_title span {
        display: none;
    }
    .ll_all_title {
        flex-wrap: wrap;
    }
    .ll_all_title_left {
        margin-bottom: 1rem;
        margin-right: 0;
    }
    .ll_all_list li:nth-child(odd) {
        display: none;
    }
    .ll_all_list li {
        width: 100%;
        margin-bottom: 2rem;
    }
    .ll_all_list li a {
        padding: 1.5rem;
    }
    .ll_res_con {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .ll_res_img {
        display: none;
    }
    .ll_res_text {
        width: 100%;
    }
    .ll_res_button {
        width: 50%;
        margin: 0 auto;
    }
    .ll_card_title p {
        display: none;
    }
    .ll_card_title {
        margin: 0 auto 3rem auto;
        text-align: center;
    }
    .ll_card_title span {
        display: none;
    }
    .ll_card_list_box {
        padding: 1.5rem 1rem;
    }
    .ll_card_list li {
        width: 32%;
    }
    .ll_card_list_box i {
        font-size: 3rem;
    }
    .ll_card_list_box h3 {
        text-align: center;
        font-size: 1rem;
    }
    .ll_card_list_box p {
        display: none;
    }
    .ll_all_title_left span {
        display: none;
    }
    .ll_all_title_left b {
        display: none;
    }
    .ll_all_title_left {
        margin: 0 auto;
    }
    .ll_all_title_right {
        align-items: center;
    }
    .ll_all_title_right p {
        text-align: center;
    }
    .ll_res_title span {
        display: none;
    }
    .ll_res_title p {
        display: none;
    }
    .ll_res_title div {
        margin: 0 auto;
    }
    .ll_res_wen {
        padding: 0 0.8rem;
    }
    .ll_card_list ul {
        padding: 0 0.8rem;
    }
    .whole_con_title span {
        display: none;
    }
    .whole_con_title p {
        display: none;
    }
    .whole_con_title div {
        margin: 0 auto;
    }
    .whole_box {
        padding: 2rem 0.8rem;
    }
    .whole_box li {
        width: 49%;
    }
    .whole_box li h3 {
        font-size: 1rem;
        text-align: center;
    }
    .whole_box li p {
        display: none;
    }
    .ll_all {
        padding: 4rem 0 2rem 0;
    }
    .ll_team_con {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .ll_team_title {
        width: 100%;
        margin: 0 auto;
    }
    .ll_team_title p {
        display: none;
    }
    .ll_team_title h3 {
        text-align: center;
    }
    .ll_team_list {
        width: 100%;
    }
    .ll_team_list ul {
        flex-wrap: wrap;
    }
    .ll_team_list li {
        width: 100%;
        margin-bottom: 2rem;
    }
    .ll_team_list_box {
        padding: 2rem 0.8rem;
        align-items: center;
    }
    .ll_team_list_box i {
        margin-bottom: 3rem;
    }
    .ll_yun_list li .ll_yun_list_boxs {
        padding: 2rem 0.8rem;
    }
    .ll_yun_list_top {
        margin-bottom: 2rem;
    }
    .ll_yun_list li:first-child .ll_yun_bottom {
        margin-top: 1.5rem;
    }
    .ll_yun_title span {
        display: none;
    }
    .ll_yun_title_left {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ll_yun_list {
        padding: 0 0.8rem;
    }
    .ll_gao_title b {
        display: none;
    }
    .ll_gao_title_left {
        margin: 0 auto;
    }
    .ll_gao_title_left span {
        text-align: center;
    }
    .ll_gao {
        padding: 3rem 0;
    }
    .ll_gao_main {
        padding: 3rem 0.8rem;
    }
    .ll_gao_main ul {
        flex-wrap: wrap;
    }
    .ll_gao_main li {
        width: 48%;
        margin-bottom: 2rem;
    }
    .ll_gao_main li i {
        font-size: 3rem;
    }
    .ll_gao_main h3 {
        margin-top: 2rem;
    }
    .ll_play_box {
        flex-wrap: wrap;
        padding: 0 0.8rem;
    }
    .ll_play_img {
        display: none;
    }
    .ll_play_text {
        width: 100%;
    }
    .ll_play_text a {
        width: 50%;
        margin: 2rem auto 0 auto;
    }
    .ll_play_text h3 {
        text-align: center;
    }
    .ll_play_text p {
        text-align: center;
    }
    .ll_play_title {
        padding: 0 0.8rem;
    }
    .ll_yun .ll_yun_list li:first-child .ll_yun_bottom {
        margin-top: 4.2rem;
    }
    .door_con {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .door_title {
        width: 100%;
        margin: 0 auto 3rem auto;
    }
    .door_title h3,
    .door_title p {
        text-align: center;
    }
    .door_title b {
        display: none;
    }
    .door_main {
        width: 100%;
    }
    .door_box {
        padding: 3rem 0.8rem;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .door_tab {
        overflow-x: scroll;
    }
    .door_tab ul {
        display: flex;
        justify-content: space-between;
        width: 200%;
    }
    .door_tab li {
        margin: 0 0.2rem;
        width: 50%;
    }
    .onimg {
        padding: 1.5rem 0.8rem;
    }
    .ll_on_list li {
        width: 32%;
    }
    .door_active {
        border-bottom: none !important;
    }
    .ll_gao_main b {
        display: none;
    }
    .ll_search .ll_gao_main li i {
        font-size: 3rem;
    }
    .ll_search .ll_gao_main h3 {
        font-size: 1rem;
    }
    .ll_search .ll_gao_main li:nth-child(1) i {
        font-size: 3rem;
        margin-bottom: 0;
    }
    .ll_gao_main span {
        display: none;
    }
    .door_title a {
        margin: 2rem auto 0 auto;
    }
    .ll_kun_con {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .ll_kun_title {
        width: 100%;
        margin: 0 auto;
    }
    .ll_kun_title b {
        display: none;
    }
    .ll_kun_title h3 {
        text-align: center;
    }
    .ll_kun_title span {
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .ll_kun_box {
        width: 100%;
    }
    .ll_kun_box ul {
        padding: 0 0.8rem;
    }
    .ll_good_list ul {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .ll_good_list li {
        margin-bottom: 2rem;
        width: 100%;
    }
    .ll_good_title i {
        font-size: 3rem;
    }
    .ll_pro_mian {
        padding: 3rem 0.8rem;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .ll_pro_title {
        width: 100%;
        margin: 0 auto;
    }
    .ll_pro_title span {
        text-align: center;
        display: block;
    }
    .ll_pro_title h3 {
        text-align: center;
    }
    .ll_pro_title b {
        display: none;
    }
    .ll_pro_list {
        width: 100%;
    }
    .ll_pro_list ul {
        flex-wrap: wrap;
    }
    .ll_pro_list li {
        width: 48%;
        margin: 1rem 0;
    }
    .ll_pro_list_box h3 {
        margin: 2rem 0 0.8rem 0;
    }
    .ll_plat_img {
        display: none;
    }
    .ll_net_img {
        display: none;
    }
    .ll_plat {
        padding: 3rem 0;
    }
    .ll_plat_main {
        padding: 3rem 0.8rem;
    }
    .ll_plat_text {
        width: 100%;
    }
    .ll_net_title {
        flex-direction: column;
        flex-wrap: wrap;
        padding: 0 0.8rem;
    }
    .ll_net_title_left {
        width: 100%;
        margin: 0 auto 2rem auto;
    }
    .ll_net_title_left h3 {
        text-align: center;
    }
    .ll_net_title_right {
        width: 100%;
    }
    .ll_net_title_left span {
        display: block;
        text-align: center;
    }
    .ll_build_box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 0 0.8rem;
    }
    .ll_build_box_img {
        width: 100%;
    }
    .ll_build_box_text {
        width: 100%;
        margin-top: 3rem;
    }
    .ll_build {
        padding: 3rem 0;
    }
    .ll_build_con {
        margin: 0 auto;
    }
    .we_box i {
        font-size: 2rem;
    }
    .we_list li {
        width: 23%;
        border-left: none;
        border-bottom: none;
    }
    .we_box {
        padding: 0.8rem;
    }
    .we_list li:last-child {
        display: none;
    }
    .basic_main {
        padding: 3rem 0.8rem;
    }
    .basic_img {
        display: none;
    }
    .basic_text {
        width: 100%;
    }
    .basic_text span {
        text-align: center;
        display: block;
    }
    .basic_text h3 {
        text-align: center;
    }
    .basic_text_list ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .case_banner_con {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .case_banner_title {
        width: 100%;
        margin: 0 auto 3rem auto;
        align-items: center;
    }
    .case_banner_title span {
        text-align: center;
        display: block;
    }
    .case_banner_title h3 {
        text-align: center;
        margin-top: 1rem;
    }
    .case_banner_box {
        width: 100%;
        margin-bottom: 3rem;
    }
    .ll_bu_box_img {
        display: none;
    }
    .ll_bu_img {
        display: none;
    }
    .ll_bu_text {
        width: 100%;
    }
    .ll_bu_box {
        margin-bottom: 0;
    }
    .ll_bu_text h3 {
        text-align: center;
    }
    .ll_bu_text p {
        text-align: center;
    }
    .ll_brand_title {
        padding: 0 0.8rem;
    }
    .ll_brand_banner_main {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .ll_brand_banner_text {
        width: 100%;
    }
    .ll_brand_banner_img {
        width: 100%;
    }
    .ll_brand_banner_text_box {
        padding: 2rem 0.8rem;
    }
    .brand_tags {
        padding: 2rem 0;
    }
    .person {
        padding: 2rem 0;
    }
}

#main {
    width: 100%;
    max-width: 1200px;
    margin: 1.4rem auto;
}

.crumb {
    background: #faebd7;
    height: 2rem;
    padding: 1%;
    width: 98%;
}

    .crumb p {
        color: #222;
        font-size: 1.1rem;
        line-height: 2rem;
    }

.renmen_city {
    margin-top: 2rem;
}

    .renmen_city .box {
        background: #f1f1f1;
        overflow: hidden;
        padding: 1%;
        width: 98%;
    }

    .renmen_city p {
        font-size: 1rem;
        color: #222;
        float: left;
        line-height: 2rem;
    }

    .renmen_city a {
        margin: 0 0.7%;
        float: left;
        font-size: 0.96rem;
        color: #555;
        line-height: 2rem;
    }

        .renmen_city a:hover {
            color: #f1940f;
        }

    .renmen_city img {
        margin-right: 1rem;
        float: left;
        margin-top: 0.2rem;
    }

@media screen and (max-width:640px) {
    .renmen_city p {
        padding: 0 1%;
    }
    #code_box {
        width: 30%;
    }
}