@charset "utf-8";

.ny-ban {
    margin-top: 60px;
    position: relative;
}

.ban-tit {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
}

.ban-tit h3 {
    font-size: 40px;
    color: #ffFFFF;
    letter-spacing: 0;
    font-weight: 500;
}

.ban-tit p {
    font-size: 20px;
    color: #ffFFFF;
    letter-spacing: 0px;
    margin-top: 10px;
    font-weight: 400;
}

@media (max-width:750px) {
    .ban-tit {
        top: 34%;
    }
}

@media (max-width:650px) {
    .ban-tit h3 {
        font-size: 35px;
    }
}

@media (max-width:500px) {
    .ban-tit h3 {
        font-size: 30px;
    }

    .ny-ban img {
        height: 300px;
        object-fit: cover;
    }
}

/* 关于我们 */
.about-ny-ban {
    position: relative;
    margin-top: 60px;
}

.about-ban-tit {
    position: absolute;
    top: 38%;
    width: 100%;
    text-align: center;
}

.about-ban-tit h3 {
    font-size: 40px;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 5px;
    line-height: 64px;
}

.about-play {
    cursor: pointer;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background: url(../img/play.png);
    transition: all 0.5s;
}

.about-play:hover {
    background: url(../img/play_ok.png);
}

.about-video video {
    width: 100%;
}

.about-video {
    position: relative;
}

.about-video span {
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
    font-size: 40px;
    font-weight: 600;
    color: #FFF;
}

@media (max-width:850px) {
    .about-ban-tit {
        top: 28%;
    }
}

@media (max-width:700px) {
    .about-ban-tit h3 {
        font-size: 30px;
        line-height: 44px;
    }
}

@media (max-width:550px) {
    .about-ban-tit {
        top: 25%;
    }

    .about-ban img {
        height: 300px;
        object-fit: cover;
    }
}

.about-pic {
    /* 2 */
    position: relative;
}

.about-pic span {
    position: absolute;
    top: 41%;
    left: 0;
    font-size: 40px;
    font-weight: 400;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
}

@media (max-width:950px) {
    .about-pic span {
        font-size: 35px;
    }
}

@media (max-width:800px) {
    .about-pic span {
        padding: 0 20px;
        font-size: 30px;
    }
}

@media (max-width:690px) {
    .about-pic span {
        top: 30%;
    }
}

@media (max-width:500px) {
    .about-pic span {
        top: 33%;
    }

    .about-pic img {
        height: 300px;
        object-fit: cover;
    }
}

.about-con {
    /* 3 */
    text-align: center;
    padding: 50px 0;
}

.about-con h3 {
    font-size: 28px;
    color: #4BD214;
    font-weight: 500;
}

.about-con p {
    font-size: 16px;
    color: #1B1B1B;
    font-weight: 400;
    margin-top: 10px;
}

.about-5 {
    /* 5 */
    position: relative;
}

.about-5-en,
.about-5-cn {
    display: none;
}

.about-5-con {
    position: absolute;
    top: 40%;
    right: 30%;
}

.about-5-con p {
    color: #1B1B1B;
    font-weight: 400;
}

@media screen and (min-width: 1024px) and (max-width: 1880px) {
    .about-5-con {
        top: 36%;
        right: 15%;
    }
}

@media (max-width: 1180px) {
    .about-5-con {
        right: 7%;
    }

    .about-5-big {
        height: 350px;
        object-fit: cover;
    }
}

@media (max-width: 830px) {
    .about-5-con {
        top: 32%;
        right: 5%;
    }
}

@media (max-width: 600px) {
    .about-5-con {
        top: 10%;
        left: 0;
        padding: 0 30px;
    }

    .about-5-big {
        display: none;
    }

    .about-5-cn {
        display: block;
    }
}

.about-7-row {
    display: flex;
    justify-content: space-between;

}

.about-7-row li {
    position: relative;
}

.about-7-row li span {
    position: absolute;
    top: 22%;
    left: 0;
    width: 100%;
    font-size: 40px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}

@media (max-width: 850px) {
    .about-7-row li span {
        font-size: 30px;
    }
}

@media (max-width: 650px) {
    .about-7-row {
        flex-wrap: wrap;
    }

    .about-7-row li {
        width: 50%;
    }
}

.about-8 {
    /* 8 */
    text-align: center;
    padding: 50px 0;
}

.about-8 h3 {
    font-size: 28px;
    color: #4BD214;
    font-weight: 500;
}

.about-8 p {
    font-size: 16px;
    color: #1B1B1B;
    font-weight: 400;
    margin-top: 10px;
}

/* 9 */
.about-9 ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #eeeeee;
}

.about-9 ul li.about-9-item {
    flex-direction: row-reverse;
    background: #FFF;
}

.about-9 ul li img {
    width: 50%;
}

.about-9 ul li p {
    width: 50%;
    text-align: center;
    font-size: 28px;
    color: #313131;
    font-weight: 400;
}

@media (max-width: 900px) {
    .about-9 ul li p {
        font-size: 3vw;
    }
}

/* 新闻中心 */
.news {
    border-bottom: 1px solid #eee;
}

.news .container-fluid {
    max-width: 1500px;
}

.news-list {
    margin-top: 30px;
}

.news-list h3 {
    font-size: 20px;
    color: #303030;
    margin-top: 10px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list .news-time {
    font-size: 14px;
    color: #B4B4B4;
    margin-top: 10px;
    font-weight: 500;
}

/* 新闻详情 */
.news-info {
    padding: 70px 0 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.news-info .container-fluid {
    max-width: 700px;
    margin: 0 auto;
}

.news-info-title {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.news-info-time {
    font-size: 15px;
    margin: 10px 0;
    color: rgba(0, 0, 0, 0.3);
}

/* 公共充电 */
.tu_list {
    /*1*/
    padding: 65px 0px;
}

.tu-list-ul {
    display: flex;
    max-width: 750px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0 30px;
}

.tu-item img {
    width: 80px;
    height: 80px;
}

.tu-item-title {
    color: #1B1B1B;
    font-size: 20px;
    margin-top: 15px;
}

/* 开迈斯超级充电站 */
.menu-super {
    position: relative;
}

.menu-super-img-l {
    display: none;
}

.menu-super-top {
    font-size: 40px;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    top: 20%;
    text-align: center;
    width: 100%;
}

.menu-super-con {
    position: absolute;
    top: 30%;
    left: 20%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 0 auto;
}

.menu-super-item {
    width: 32%;
    display: flex;
    margin-top: 50px;
}

.super-icon {
    margin-right: 15px;
}

.super-icon img {
    width: 60px;
    height: 60px;
}

.super-title {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: left;
}

.title2 {
    font-size: 14px;
    margin-top: 10px;
    max-width: 230px;
}

@media (max-width:1550px) {
    .menu-super-con {
        left: 12%;
    }
}

@media (max-width:1200px) {
    .menu-super-con {
        left: 6%;
    }

    .menu-super-img {
        min-height: 500px;
        object-fit: cover;
    }
}

@media (max-width:1050px) {
    .menu-super-top {
        top: 12%;
    }

    .menu-super-con {
        justify-content: flex-start;
    }

    .menu-super-item {
        width: 50%;
        margin-top: 15px;
    }
}

@media (max-width:620px) {
    .menu-super-top {
        font-size: 32px;
        top: 5%;
    }

    .menu-super-con {
        top: 15%;
    }

    .menu-super-item {
        width: 100%;
        margin-top: 15px;
    }

    .menu-super-img {
        min-height: 620px;
        object-fit: cover;
    }
}

/* 服务 */
.server {
    display: flex;
    text-align: center;
}

.server-list {
    width: 50%;
    height: 400px;
    padding-top: 8%;
}

.server-list2 {
    background: #f6f6f6;
}

.server_1 {
    color: #1B1B1B;
    font-size: 36px;
}

.server_2 {
    color: #959595;
    font-size: 14px;
    margin-top: 10px;
}

@media (max-width:1200px) {
    .server-list {
        padding-top: 11%;
    }
}

@media (max-width:900px) {
    .server-list {
        height: 300px;
    }
}

@media (max-width:700px) {
    .server_1 {
        font-size: 28px;
    }
}

@media (max-width:550px) {
    .server {
        flex-wrap: wrap;
    }

    .server-list {
        height: 200px;
        width: 100%;
    }
}

/* 充电网络 */
.menu {
    background: #e2f8ee;
    text-align: center;
    padding: 100px 0;
}

.menu-top {
    font-size: 36px;
    font-weight: 400;
    color: var(--one-color);
}

.menu-middle {
    margin-top: 30px;
}

.menu-middle p {
    font-size: 14px;
    font-weight: 400;
    color: #1B1B1B;
    line-height: 25px;
}

.menu-buttom {
    padding: 50px 0px 0px;
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 auto;
}

.icon-img {
    width: 100px;
    height: 100px;
    margin: auto;
}

.icon-title {
    font-size: 14px;
    font-weight: 400;
    color: #1B1B1B;
    margin-top: 20px;
}

@media (max-width:800px) {
    .menu-buttom {
        flex-wrap: wrap;
        padding: 0;
    }

    .menu-buttom li {
        margin-top: 30px;
        width: 50%;
    }

    .menu {
        padding: 30px;
    }
}

@media (max-width:600px) {
    .menu-top {
        font-size: 30px;
    }
}

/* 充电网络 */
.network {
    position: relative;
}

.network_left {
    position: absolute;
    top: 55%;
    left: 10%;
    color: #ffFFFF;
    width: 32%;
}

.network_left_1 {
    font-size: 40px;
    font-weight: 400;
}

.network_left_2 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}

.network_right {
    position: absolute;
    top: 0;
    right: 2%;
}

@media (max-width:1400px) {
    .network_left {
        width: 40%;
    }
}

@media (max-width:1120px) {
    .network_left_1 {
        font-size: 35px;
    }
}

@media (max-width:1000px) {
    .network_left {
        width: 45%;
        top: 27%;
        z-index: 2;
    }
}

@media (max-width:875px) {
    .network_left_1 {
        font-size: 30px;
    }
}

@media (max-width:750px) {
    .network_left {
        width: 50%;
        left: 5%;
    }

    .network_right {
        width: 400px;
    }
}

@media (max-width:750px) {
    .network_left {
        width: 90%;
        top: 42%;
    }

    .network_bg {
        height: 450px;
        object-fit: cover;
    }
}

@media (max-width:500px) {
    .network_left_1 {
        font-size: 25px;
    }
}

/* 系统 */
.system {
    display: flex;
}

.system_left {
    width: 45%;
    margin-left: 5%;
}

.system_right {
    width: 45%;
    margin-right: 5%;
}

.system_1 {
    margin: 5%;
    overflow: hidden;
}

.system_1 img {
    transition: all 0.5s;
}

.system_2 {
    margin-left: 5%;
}

.system_3 {
    color: #000000;
    font-size: 28px;
}

.system_4 {
    color: #7D7D7D;
    font-size: 14px;
}

.system_1 img:hover {
    transform: scale(1.1);
}

@media (max-width:750px) {
    .system {
        flex-wrap: wrap;
    }

    .system_left,
    .system_right {
        width: 100%;
        margin: 0;
    }
}

/* 案例 */
.pub-case {
    background: #e2f8ee;
    padding: 66px 44px;
    margin-top: 40px;
}

.pub-case .swiper-slide {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.pub-case .swiper-slide img {
    transition: all 0.5s;
}

.pub-case .swiper-slide img:hover {
    transform: scale(1.1);
}

.pub-case-tit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    background: #000;
    opacity: 0.6;
    color: #ffffff;
    font-size: 24px;
}

.pub-case-prev,
.pub-case-next {
    width: 45px;
    height: 45px;
    color: #fff;
    background: #7d7d7d;
    border-radius: 50px;
}

.pub-case-prev::after,
.pub-case-next::after {
    font-size: 22px;
    font-weight: 600;
}
@media (max-width:500px) {
    .pub-case {
        padding:30px;
    }
}
/* 家庭充电 */
/* 1 */
.family {
    padding: 70px 30px;
    text-align: center;
}

.family p {
    font-size: 14px;
    font-weight: 400;
    color: #1B1B1B;
    line-height: 40px;
}

.family p span {
    font-size: 24px;
    color: var(--one-color);
}

/* 2 */
.charging {
    position: relative;
}

.home_charging_div {
    position: absolute;
    top: 35%;
    left: 0%;
    letter-spacing: 0px;
    width: 100%;
    text-align: center;
}

.home_charging_div_1 {
    font-size: 40px;
    color: #ffFFFF;
    letter-spacing: 0;
    font-weight: 500;
}

.home_charging_div_2 {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 0px;
    margin-top: 12px;
}

@media (max-width:500px) {
    .home_charging_div {
        top: 33%;
    }

    .home_charging_div_1 {
        font-size: 32px;
    }
}

/* 3 */
.family-3-li {
    text-align: center;
    padding: 50px 30px;
}

.family-3-li ul {
    display: flex;
    justify-content: space-between;
    max-width: 870px;
    margin: 0 auto;
}

.family-3-li li {
    font-size: 20px;
    font-weight: 400;
    color: #1B1B1B;
    text-align: left;
}

.family-3-li li img {
    max-width: 70px;
    margin-right: 10px;
}

@media (max-width:820px) {
    .family-3-li ul {
        flex-wrap: wrap;
    }

    .family-3-li li {
        width: 50%;
        margin-top: 20px;
    }
}

@media (max-width:625px) {
    .family-3-li li {
        width: 100%;
        margin-top: 20px;
    }
}

/* 4 */
.family-4 {
    position: relative;
}

.home_home_div {
    position: absolute;
    top: 37%;
    left: 27%;
}

.home_home_div_1 {
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 500;
}

.home_home_div_2 {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 500;
    text-align: left;
    margin-top: 12px;
}

.home_home_div_3 {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 50px;
    text-align: left;
    line-height: 23px;
}

@media (max-width:900px) {
    .home_home_div {
        top: 23%;
        left: 10%;
    }
}

@media (max-width:650px) {
    .home_home_div {
        top: 14%;
        left: 9%;
        padding-right: 30px;
    }

    .home_div_bg {
        height: 400px;
        object-fit: cover;
    }

    .home_home_div_1 {
        font-size: 30px;
    }

    .home_home_div_3 {
        margin-top: 15px;
    }
}

/* 解决方案 */
.solution_banner {
    position: absolute;
    top: 45%;
    letter-spacing: 0px;
    width: 100%;
    text-align: center;
}

.solution_div_1 {
    font-size: 40px;
    color: #ffFFFF;
    font-weight: 500;
}

.solution_div_2 {
    font-size: 20px;
    color: #ffFFFF;
    font-weight: 400;
    margin-top: 10px;
}

.shuoming {
    max-width: 100%;
    text-align: center;
    padding: 90px 0px;
    background: #FFFFFF;
}

.shuoming_1 {
    font-size: 28px;
    color: #1B1B1B;
    font-weight: 600;
}

.shuoming_2 {
    font-size: 16px;
    color: #1B1B1B;
    font-weight: 400;
    margin-top: 10px;
}

.zhiliu_bg_s {
    display: none;
}

.jiaoliu_bg_s {
    display: none;
}

.zhaunye {
    position: relative;
}

.zhaunye_div_left {
    position: absolute;
    top: 14%;
    left: 29%;
    color: #ffFFFF;
}

.zhaunye_div_right {
    position: absolute;
    top: 14%;
    right: 29%;
    color: #ffFFFF;
}

.zhaunye_div_1 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}

.zhaunye_div_2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.fangan {
    max-width: 100%;
    position: relative;
}

.fangan_div {
    position: absolute;
    top: 16%;
    left: 12%;
    color: #ffFFFF;
}

.fangan_div_1 {
    font-size: 36px;
    font-weight: 500;
}

.fangan_div_2 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}

.fangan_middle_left {
    position: absolute;
    top: 32%;
    left: 12%;
    color: #ffFFFF;
}

.fangan_middle_div {
    margin-top: 30px;
}

.fangan_middle_1 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 5px;
}

.fangan_middle_2 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

.fangan_middle_right {
    position: absolute;
    top: 32%;
    left: 36%;
    color: #ffFFFF;
}

.zhiliu {
    position: relative;
}

.zhiliu_div {
    position: absolute;
    top: 29%;
    left: 42%;
    color: #1B1B1B;
}

.zhiliu_div_1 {
    font-size: 28px;
    font-weight: 500;
}

.zhiliu_div_2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    list-style: disc;
}

.zhiliu_div_middle {
    position: absolute;
    top: 53%;
    left: 42%;
    color: #1B1B1B;
}

.jiaoliu {
    position: relative;
}

.jiaoliu_div {
    position: absolute;
    top: 24%;
    left: 16%;
    color: #1B1B1B;
}

.jiaoliu_div_1 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 35px;
}

.jiaoliu_div_2 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    list-style: disc;
    line-height: 30px;
}

.table {
    max-width: 1000px;
    background-color: #fff;
    color: #666;
    text-align: center;
    margin: 50px auto;
}

.solition .table td {
    padding-left: 70px;
    vertical-align: middle;
}

.solition .table tr {
    transition: all .3s;
    -webkit-transition: all .3s;
}

.table td,
.table th {
    position: relative;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}

.table td,
.table th,
.layui-table[lay-skin=line],
.layui-table[lay-skin=row] {
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
}

.table-div li {
    display: inline-block;
}

.table-td-1 {
    width: 300px;
    min-height: 45px;
}

.table-td-2 {
    width: 550px;
    height: 45px;
    text-align: left;
    padding-left: 70px;
}

.table-div-1 {
    width: 220px;
    height: 35px;
    line-height: 35px;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .solution_div_1 {
        font-size: 30px
    }

    .solution_div_2 {
        font-size: 15px
    }

    .shuoming_1 {
        font-size: 21px
    }

    .shuoming_2 {
        font-size: 12px
    }

    .zhaunye_div_right {
        right: 24%
    }

    .zhaunye_div_1 {
        font-size: 21px
    }

    .zhaunye_div_2 {
        font-size: 12px;
        line-height: 22px;
    }

    .fangan_middle_div {
        margin-top: 18px;
    }

    .fangan_div_1 {
        font-size: 27px
    }

    .fangan_div_2 {
        font-size: 12px
    }

    .fangan_middle_1 {
        font-size: 15px
    }

    .fangan_middle_2 {
        font-size: 12px
    }

    .zhiliu_div_1 {
        font-size: 21px
    }

    .zhiliu_div_2 {
        font-size: 12px
    }

    .jiaoliu_div {
        left: 8%;
    }

    .jiaoliu_div_1 {
        font-size: 21px;
    }

    .jiaoliu_div_2 {
        font-size: 12px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1365px) {
    .zhaunye_div_right {
        right: 26%;
    }

    .zhaunye_div_1 {
        font-size: 23px;
    }

    .zhaunye_div_2 {
        font-size: 13px;
    }

    .fangan_div_1 {
        font-size: 30px
    }

    .fangan_div_2 {
        font-size: 13px;
    }

    .fangan_middle_1 {
        font-size: 16px;
    }

    .fangan_middle_2 {
        font-size: 12px;
    }

    .zhiliu_div_1 {
        font-size: 23px;
    }

    .zhiliu_div_2 {
        font-size: 13px;
    }

    .jiaoliu_div {
        left: 12%;
    }

    .jiaoliu_div_1 {
        font-size: 23px;
    }

    .jiaoliu_div_2 {
        font-size: 13px;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1650px) {
    .zhaunye_div_right {
        right: 26%;
    }

    .zhaunye_div_1 {
        font-size: 24.5px;
    }

    .zhaunye_div_2 {
        font-size: 14px;
    }

    .fangan_div_1 {
        font-size: 31.5px
    }

    .fangan_div_2 {
        font-size: 14px;
    }

    .fangan_middle_1 {
        font-size: 17.5px;
    }

    .fangan_middle_2 {
        font-size: 12px;
    }

    .zhiliu_div_1 {
        font-size: 24.5px;
    }

    .zhiliu_div_2 {
        font-size: 14px;
    }

    .jiaoliu_div_1 {
        font-size: 24.5px;
    }

    .jiaoliu_div_2 {
        font-size: 14px;
    }

    .jiaoliu_div {
        left: 12%;
    }
}

@media screen and (max-width: 1023px) {
    .zhiliu_bg {
        height: 400px !important;
        object-fit: cover;
    }

    .jiaoliu_bg {
        height: 400px !important;
        object-fit: cover;
    }

    .zhiliu_div {
        left: 35%;
        top: 15%;
    }

    .zhiliu_div_middle {
        top: 50%;
        left: 35%;
    }

    .solution_banner {
        top: 35%;
    }

    .solution_div_1 {
        font-size: 35px;
    }

    .solution_div_2 {
        font-size: 18px;
    }

    .shuoming_1 {
        font-size: 24px;
    }

    .shuoming_2 {
        font-size: 14px;
    }

    .zhaunye_div_left {
        position: absolute;
        top: 14%;
        left: 19%;
        color: #ffFFFF;
    }

    .zhaunye_div_right {
        position: absolute;
        top: 14%;
        right: 4%;
        color: #ffFFFF;
    }

    .zhaunye_div_1 {
        font-size: 24px;
    }

    .zhaunye_div_2 {
        font-size: 14px;
    }

    .fangan_div {
        top: 10%;
    }

    .fangan_div_1 {
        font-size: 30px;
    }

    .fangan_div_2 {
        font-size: 14px;
    }

    .fangan_middle_div {
        margin-top: 10px;
    }

    .fangan_middle_1 {
        font-size: 18px;
    }

    .fangan_middle_right {
        left: 48%;
    }

    .zhiliu_div_1 {
        font-size: 24px;
    }

    .zhiliu_div_2 {
        font-size: 14px;
        line-height: 20px;
    }

    .jiaoliu_div {
        left: 10%;
    }

    .jiaoliu_div_1 {
        font-size: 24px;
    }

    .jiaoliu_div_2 {
        font-size: 14px;
        line-height: 20px;
    }

    .table-td-2 {
        padding-left: 45px !important;
    }
}

@media screen and (max-width: 699px) {
    .solution_bg {
        height: 300px !important;
        object-fit: cover;
    }

    .zhaunye_bg {
        height: 400px !important;
        object-fit: cover;
    }

    .fangan_bg {
        height: 300px !important;
        object-fit: cover;
    }

    .zhiliu_bg {
        height: 400px !important;
        object-fit: cover;
    }

    .zhiliu_div {
        top: 10%;
        left: 25%;
    }

    .zhiliu_div_middle {
        top: 35%;
        left: 25%;
    }

    .fangan_middle_right {
        left: 55%;
    }

    .zhaunye_div_1 {
        font-size: 22px;
    }

    .zhaunye_div_left {
        left: 12%;
    }

    .zhaunye_div_right {
        right: 2%;
    }

    .table td,
    .table th {
        position: relative;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .table-td-1 {
        width: 30%;
        min-height: 40px;
    }

    .table-div-1 {
        width: 80%;
        height: 25px;
        line-height: 25px;
    }

    .table-td-2 {
        width: 60%;
        height: 40px;
        text-align: left;
        padding: 0px 0px 0px 45px !important;
    }

    .table {
        margin: 0px auto;
    }

    .jiaoliu_bg {
        height: 400px !important;
        object-fit: cover;
    }

    .jiaoliu_div {
        position: absolute;
        top: 20%;
        left: 5%;
        color: #ffffff;
    }
}

@media screen and (max-width: 500px) {
    .solution_banner {
        top: 38%;
    }

    .solution_div_1 {
        font-size: 24px;
    }

    .solution_div_2 {
        font-size: 14px;
    }

    .shuoming {
        padding: 50px 5%;
    }

    .zhaunye_div_1 {
        font-size: 24px;
    }

    .fangan_div_1 {
        font-size: 24px;
    }

    .zhaunye_div_left {
        position: unset;
        color: #1B1B1B;
        width: 85%;
        /* margin-left: 10%; */
        margin: 10px 0px 10px 10%;
    }

    .zhaunye_div_right {
        top: 5%;
        left: 10%;
        right: 0;
    }

    .shuoming_1 {
        font-size: 22px;
    }

    .shuoming_2 {
        text-align: left;
    }

    .fangan_bg {
        height: 280px !important;
        object-fit: cover;
    }

    .fangan_div {
        top: 12%;
        left: 10%;
    }

    .fangan_middle_left {
        position: unset;
        top: 32%;
        left: 12%;
        color: #1B1B1B;
        width: 80%;
        margin-left: 10%;
        margin-bottom: 10px;
    }

    .fangan_middle_left div:first-child {
        margin-top: 10px;
    }

    .fangan_middle_right {
        /*width: 75%;*/
        top: 280px;
        left: 10%;
        color: #1B1B1B;
    }

    .fangan_middle_div {
        margin-top: 65px;
    }

    .fangan_middle_left .fangan_middle_2 {
        width: 100%;
    }

    /*.zhiliu_bg {*/
    /*    height: 140px!important;*/
    /*    object-fit: cover;*/
    /*}*/
    .zhiliu_bg {
        display: none;
    }

    .zhiliu_bg_s {
        display: block;
    }

    .zhiliu_div {
        position: unset;
        width: 100%;
        padding: 10px 5%;
        background: #f6f6f6;
    }

    .zhiliu_div_middle {
        position: unset;
        width: 100%;
        padding: 10px 5%;
        background: #f6f6f6;
    }

    .zhiliu_div_2 {
        line-height: 24px;
    }

    .jiaoliu_div {
        position: unset;
        background: #e6e6e6;
        width: 100%;
        padding: 10px 5%;
        color: #1B1B1B;
    }

    .zhiliu_div_1 {
        display: none;
    }

    .jiaoliu_div_1 {
        margin-bottom: 15px;
        display: none;
    }

    .jiaoliu_div_2 {
        font-size: 14px;
        line-height: 24px;
    }

    .table-td-2 {
        padding: 0px 0px 0px 30px !important;
    }

    /*.jiaoliu_bg {*/
    /*    height: 135px!important;*/
    /*    object-fit: cover;*/
    /*}*/
    .jiaoliu_bg {
        display: none;
    }

    .jiaoliu_bg_s {
        display: block;
    }
}

/* 合伙人 */
/* 轮播 */
.lunbo-bg-s {
    display: none;
}

.lunbo {
    position: relative;
}

.lunbo_div {
    position: absolute;
    top: 18%;
    text-align: center;
    width: 100%;
}

.lunbo_div_1 {
    font-size: 48px;
    color: #000000;
}

.lunbo_div_2 {
    font-size: 20px;
    font-weight: 400;
    color: #959595;
    margin-top: 10px;
}

.partner-swiper .swiper-pagination {
    bottom: 15%;
}

.partner-swiper .swiper-button-prev,
.partner-swiper .swiper-button-next {
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, .2);
    border-radius: 50px;
}

.partner-swiper .swiper-button-prev::after,
.partner-swiper .swiper-button-next::after {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.partner-swiper .swiper-pagination-bullet {
    width: 45px;
    height: 2px;
    margin: 0px;
    border-radius: 0%;
}

.partner-swiper .swiper-pagination-bullet-active {
    background: var(--one-color);
}

@media(max-width:1200px) {
    .lunbo_div {
        top: 10%;
    }
}

@media(max-width:750px) {
    .lunbo-bg {
        display: none;
    }

    .lunbo-bg-s {
        display: block;
    }

    .lunbo_div {
        top: 11%;
    }
}

@media(max-width:600px) {
    .lunbo_div_1 {
        font-size: 35px;
    }
}

@media(max-width:450px) {
    .lunbo_div_1 {
        font-size: 25px;
    }

    .lunbo_div {
        top: 5%;
    }
}

/* 2 */
.hehuo {
    background: #E8E8E8;
    border-bottom: 1px solid #eeeeee;
    padding: 70px 30px;
}

.hehuo-flex {
    display: flex;
    justify-content: space-between;
    max-width: 1150px;
    margin: 0 auto;
}

.hehuo_left {
    font-size: 36px;
    color: #1B1B1B;
    font-weight: 500;
    text-align: right;
    min-width: 360px;
}

.hehuo_right {
    margin-left: 5%;
}

.hehuo_right_1 {
    font-size: 28px;
    font-weight: 500;
    color: #4BD214;
}

.hehuo_right_2 {
    font-size: 16px;
    font-weight: 400;
    color: #959595;
    line-height: 22px;
    letter-spacing: 1px;
    margin-top: 20px;
}

@media(max-width:800px) {
    .hehuo-flex {
        flex-wrap: wrap;
    }

    .hehuo_left {
        min-width: 100%;
        font-size: 30px;
        text-align: center;
    }

    .hehuo_right {
        width: 100%;
        margin: 0;
        margin-top: 30px;
        text-align: center;
    }
}

/* 3 */
.parter-item {
    background: #eaeaea;
}

.hov-on {
    display: none;
}

.parter-item ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 920px;
    margin: 0 auto;
}

.parter-item ul li {
    width: 31%;
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    margin: 1%;
    cursor: pointer;
}

.qy-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    color: #000
}

.qy-menu li p {
    color: rgb(149, 149, 149);
    line-height: 1.5;
    font-size: 14px;
}

.parter-item ul li:hover {
    background: var(--one-color);
}

.parter-item ul li:hover .qy-title {
    color: #fff;
}

.parter-item ul li:hover p {
    color: #fff;
}

.parter-item ul li:hover img {
    display: none;
}

.parter-item ul li:hover .hov-on {
    display: inline-block;
}

@media(max-width:600px) {
    .parter-item ul li {
        width: 100%;
    }
}

/* 3 */
.form {
    background: #F6F6F6;
    padding: 60px 30px 30px;
}

.form form {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}

.form_herder {
    font-size: 28px;
    color: #1B1B1B;
    font-weight: 500;
}

.jiameng {
    font-size: 15px;
    font-weight: 400;
    color: var(--one-color);
    margin-top: 35px;
}

.form_type,
.form_input {
    border: 0px;
    height: 50px;
    background: #F6F6F6;
    border-bottom: 1px solid #959595;
    color: #959595;
    width: 210px;
    font-size: 14px;
    outline: none;
}

.layui-btn {
    height: 38px;
    line-height: 38px;
    padding: 0 40px;
    background-color: var(--one-color);
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 2px;
}

@media(max-width:950px) {

    .form_type,
    .form_input {
        width: 180px;
    }
}

@media(max-width:815px) {

    .form_type,
    .form_input {
        width: 150px;
    }
}

@media(max-width:690px) {

    .form_type,
    .form_input {
        width: 120px;
    }
}

@media(max-width:600px) {
    .form form {
        flex-wrap: wrap;
    }

    .form_left,
    .form_right {
        width: 100%;
    }

    .form_right {
        margin-top: 30px;
    }

    .form_input,
    .form_type {
        width: 45%;
    }
}

/* 加入我们 */
.job {
    padding: 30px;
}

.job h2 {
    text-align: center;
    font-size: 30px;
    margin: 35px 0px;
    font-weight: bold;
    color: #303030;
}

.job-list {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.job-list li {
    width: 100%;
    margin-top: 1%;
}

.job-list li .job-list-top {
    border: 1px solid #9F9F9F;
    padding: 50px 30px;
    cursor: pointer;
}

.job-con {
    margin: 0 auto;
    margin-top: 20px;
    padding: 30px;
    border: 1px solid var(--one-color);
}

.job-con strong {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #303030;
    margin: 15px 0;
}

.job-tit {
    font-size: 20px;
    font-weight: bold;
    color: #303030;
}

.job-num {
    font-size: 15px;
    font-weight: normal;
    color: #6F6F6F;
    margin-top: 10px;
}

.job-ft {
    max-width: 950px;
    margin: 30px auto;
}

.join_news_div_title {
    font-size: 20px;
    font-weight: bold;
    color: #303030;
    margin-left: 1%;
}

.join_news_div_num {
    font-size: 15px;
    font-weight: normal;
    color: #6F6F6F;
    margin-top: 10px;
    margin-left: 1%;
}

/* 隐私 */
li {
    list-style-type: none;
}

.ys {
    width: 100%;
    max-width: 1250px;
    min-height: 735px;
    margin: 60px auto 0;
    overflow-x: hidden;
    border-top: 1px solid #eeeeee;
    padding: 50px 0;
}

.ys-left {
    width: 22%;
    float: left;
    border-right: 2px solid #f7f7f7;
}

.ys-left span {
    font-weight: bold;
    font-size: 20px;
}

.ys-left ul {
    margin: 10px 0 10px 20px;
}

.ys-left ul li {
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

.ys-right {
    float: left;
    width: 70%;
    padding: 20px 0px 0px 50px;
}

.li_gx li {
    list-style-type: disc;
}

.ys-right h2 {
    font-size: 24px;
    line-height: 36px;
}

.ys-right p {
    font-size: 14px;
    line-height: 30px;
}
.ys-right h5{
    font-size: 18px;
    margin: 15px 0;
    font-weight: 600;
}
.ys-right ul {
    margin: 10px 0 10px 2rem;
}

.ys-right ul li {
    list-style-type: disc;
    line-height: 30px;
    font-size: 14px;
}

.ys-on {
    color: #00bebe;
}

.ti-div {
    line-height: 50px;
}

.ti-div-span {
    font-size: 15px;
    display: inline-block;
}

.ti-div-span-s {
    font-size: 15px;
    display: inline-block;
    margin-left: 60px;
}

.ti-div-span-input {
    height: 30px;
    margin-left: 15px;
    border: 1px solid #B0B0B0;
    padding-left: 10px;
}

.ti-div-span-file {
    height: 30px;
    margin-left: 7px;
    border: 1px solid #B0B0B0;
}

.ti-div-textarea-label {
    display: inline-block;
    vertical-align: top;
}

.ti-div-textarea {
    border: 1px solid #B0B0B0;
    height: 80px;
    width: 485px;
    margin-left: 7px;
    margin-top: 4px;
    padding: 5px 10px;
    line-height: 2;
}

@media screen and (max-width: 1100px) {
    .ys {
        width: 100%;
        padding: 0px;
        padding-top: 50px;
    }

    .ys-left ul {
        margin: 10px 0 10px 20px;
        margin-left: 20%;
    }

    .ys-right {
        margin: 0px 0px 0px 0px;
        margin-left: 5%;
    }

    .ys-left {
        width: 25%;
        float: left;
    }

    .ys-right {
        width: 65%;
    }
}

@media screen and (max-width: 700px) {
    .ys-left ul {
        margin: 10px 0 10px 20px;
        margin-left: 13%;
    }
}

@media screen and (max-width: 500px) {
    .ys-left {
        width: 35%;
        float: left;
    }

    .ys-left ul {
        margin: 10px 0 10px 20px;
        margin-left: 5%;
    }

    .ys-right {
        width: 55%;
        margin-left: 4%;
    }

    .ys-right p {
        font-size: 12px;
        line-height: 25px;
    }

    .ys-right h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .ys-right ul {
        margin: 5px 0 10px 20px;
    }

    .ti-div {
        line-height: 40px;
    }

    .ti-div-span-s {
        font-size: 15px;
        display: inline-block;
        margin-left: 0px;
    }

    .ti-div-span-input {
        height: 30px;
        margin-left: 0px;
    }

    .ti-div-textarea {
        border: 1px solid #B0B0B0;
        height: 80px;
        width: 176px;
        margin-left: 0px;
        margin-top: 0px;
    }

    .ys-right li {
        font-size: 12px !important;
    }
}