@charset "UTF-8";
* {
    padding: 0px;
    margin: 0px;
}

@font-face {
    font-family: "ban1";
    src: url("../font/SourceHanSansCN-Bold.otf");
}

@font-face {
    font-family: "ban2";
    src: url("../font/SourceHanSansCN-Regular.ttf");
}

@font-face {
    font-family: "ban3";
    src: url("../font/SourceHanSansCN-Light.otf");
}

html,
body { font-size: 16px; color: #1e1e1e; font-family: "Microsoft YaHei", "SimHei", "Source Han Sans CN", Arial, Tahoma, sans-serif; --theme-color: #00B277;
    --dark-color: #0d2e83;
/*background-color: #00B277;*/ }

body {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    overflow-x: hidden;
}

@media only screen and (max-width: 1024px) {
    html,
    body {
        font-size: 18px;
    }
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-style: normal;
}

h1,
h2 {list-style: none; font-size:21px; line-height:3em; color:#000;}
h3,
h4,
h5,
h6 {
    list-style: none; font-size:18px; line-height:2em;
}

input,
select,
button,
textarea {
    font-size: 16px;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
    font-family: "PingFang SC", "SimHei", "Source Han Sans CN", "Microsoft YaHei", Arial, Tahoma, sans-serif;
}

button {
    overflow: visible;
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

a:hover {
    color: #0a0d59;
    text-decoration: none !important;
}

.clear {
    overflow: hidden;
    clear: both;
    height: 0px;
}

 ::-webkit-scrollbar {
    width: 6px;
}

 ::-webkit-scrollbar-track {
    background-color: #000;
}

 ::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

 ::-webkit-scrollbar-thumb:hover {
    background-color: #5b5b5b;
}

 ::-webkit-scrollbar-thumb:active {
    background-color: #0a0d59;
}

@media only screen and (max-width: 1024px) {
    input,
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }
    .container {
        max-width: 100%;
        padding: 0 25px;
    }
    html.on {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }
    body.on {
        transform: translateX(-60%);
        -webkit-transform: translateX(-60%);
        -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        -o-transform: translateX(-60%);
    }
    .sj_bj {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 99999;
        display: none;
    }
}

.header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    /* background-color: #fff; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header .login {
    display: flex;
}

.header .logo img {
    max-width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .an {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 25px;
    height: 33px;
    width: 50px;
    display: none;
}

.header .an span {
    width: 40px;
    height: 3px;
    background-color: #fff;
    display: block;
    position: absolute;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .an span.a1 {
    top: 0;
    left: 0;
}

.header .an span.a2 {
    top: 12px;
    left: 0;
}

.header .an span.a3 {
    top: 24px;
    left: 0;
}

.header .an.n span.a2 {
    display: none;
}

.header .an.n span.a1 {
    top: 13px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
    top: 13px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.header .xia_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;position:relative;
}
.header .xia_top .logo a { font-size:30px; color:#FFF;vertical-align: text-bottom;
}
.header .xia_top .logo a img { display:inline-block;vertical-align: text-bottom; height:;
}
.header .xia_top .logo a span { line-height:40px;vertical-align: text-bottom; padding-left:0.25em;
}
.header .xia_top h2 { font-size:24px;position:absolute; color:#FF0; top:58px; left:100px; line-height:2.4rem; font-weight:;}
.header .xia_top .title { font-size:32px;position:absolute; color:#FFF; top:16px; left:100px;}

.header .xia_top .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.shang_right {
    font-size: 22px;
    color: #ffffff;
    margin-left: 20px;
}

.shang_right img {
    margin-right: 10px;
}

.header .nav ul {
    display: flex;
}

.header .nav ul li {
    margin: 0 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header .nav .y_j {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.header .nav .y_j i {
    width: 60%;
    padding-right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 13px;
    text-align: right;
    color: #fff;
    z-index: 99;
    display: none;
}

.header .nav ul li.on .y_j a,
.header .nav ul li:hover .y_j a {
    color: #fff;
}

.header .nav .e_j {
    width: 160px;
    top: 100%;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px #888;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .nav ul li:hover .e_j {
    opacity: 1;
    visibility: inherit;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.header .nav .e_j a {
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    display: block;
}

.header .xia_top li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 118px;
}

.header .xia_top li .y_j {
    /*min-width: 140px;*/
    width: 100%;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header .xia_top li .y_j a {
    color: #fff;
    line-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header .xia_top li .y_j a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 4px;
    background-color: #ffffff;
    content: '';
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .xia_top li.on .y_j a::after,
.header .xia_top li:hover .y_j a::after {
    width: 33px;
}


/* 导航二级 */

.header .nav .e_j.x {
    position: absolute;
    margin: 0;
    transform: translateX(-50%);
    text-align: left;
    padding: 0;
    background-color: #fff;
}

.header .nav .e_j.x .zip {
    flex: 0 0 41.35%;
    max-width: 41.35%;
}

.header .nav .e_j.x .zyias {
    flex: 1;
    max-width: 100%;
}

.header .nav ul li:hover .e_j.x {
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    -moz-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    -o-transform: translateY(0) translateX(-50%);
}

.x_content {
    background-color: #f7f7f7;
    padding: 2.0625rem;
    height: 100%;
}

.x_content h2 {
    font-size: 22px;
    color: #000000;
    font-family: 'ban1';
}

.x_content .des {
    font-size: 15px;
    color: #777777;
    margin: 5px 0 20px;
    text-transform: uppercase;
    font-family: 'ban2';
}

.x_content .link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header .nav .x_content .link a {
    flex: 0 0 48%;
    max-width: 48%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 23px 0 18px;
    border-bottom: 1px solid #eeeeee;
    line-height: 1;
    text-align: left;
    font-size: 16px;
    color: #333333;
}

.x_content .link a img {
    margin-right: 13px;
}

.x_content .link a i {
    margin-left: auto;
    font-size: 22px;
    color: #999999;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header .nav .x_content .link a:hover {
    color: var(--theme-color);
}

.header .nav .x_content .link a.on {
    color: var(--theme-color);
}

.header .nav .x_content .link a:hover i {
    margin-right: 10px;
    color: var(--theme-color);
}

.header .nav .x_content .link a.on i {
    color: var(--theme-color);
}

.x_fig {
    padding-right: 40px;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    padding-left: 30px;
    display: none;
}

.x_fig .liangduan {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.x_fig .dand_dh {
    flex: 0 0 46.95%;
    border: 1px solid #dddddd;
}

.x_fig .x_img {
    height: 259px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.x_fig .x_img img {
    max-width: 100%;
    max-height: 100%;
}

.x_fig .xia {
    padding: 20px;
    background-color: #f7f7f7;
}

.x_fig h3 {
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.x_fig .des {
    color: #999999;
    line-height: 23px;
    font-size: 14px;
    margin-top: 9px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.x_fig a.more {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.x_fig a.more:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.x_fig a.more i {
    font-size: 22px;
    height: 22px;
    width: 22px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width:1400px) {
    .header .nav ul li {
        margin: 0 20px;
    }
}

@media only screen and (max-width:1200px) {
    .header .nav ul li {
        margin: 0 8px;
    }
    .shang_right {
        margin-left: 12px;
        font-size: 17px;
    }
}

@media only screen and (max-width: 1024px) {
    .header {
        background-color: #000;
    }
    .header .xia_top li:hover .y_j a,
    .header .xia_top li.on .y_j a {
        background: none;
    }
    .header .xia_top li .y_j a {
        justify-content: flex-start;
    }
    .header .nav .e_j.x {
        position: static;
        width: 100% !important;
        transform: none;
        background: none;
    }
    .header .nav .x_content .link a.on {
        color: #fff;
    }
    .header .nav .e_j.x .row .col-lg-6:last-child {
        display: none;
    }
    .header .nav ul li:hover .e_j.x {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .x_content {
        background-color: transparent;
        padding: 0;
    }
    .x_content .des,
    .x_content h2 {
        display: none;
    }
    .header .nav .x_content .link a {
        flex: 0 0 100%;
        max-width: 100%;
        color: #fff;
        border: none;
        padding: 0;
        line-height: 58px;
        font-size: 20px;
    }
    .header .nav .x_content .link a:hover {
        color: #fff;
    }
    .header .nav .x_content .link a img,
    .header .nav .x_content .link a i {
        display: none;
    }
}


/* 导航二级 end */


/* 搜索 */

.sousuo .sou_suo_kuang {
    width: 200px;
    border: 1px solid #e5e5e5;
    position: relative;
    padding-left: 15px;
    border-radius: 50px;
}

.sousuo .sou_suo_kuang label {
    margin: 0;
    display: flex;
    justify-content: center;
    height: 35px;
    align-items: center;
}

.sousuo .sou_suo_kuang input {
    margin-left: 10px;
    color: #fff;
}

.sousuo .sou_suo_kuang label::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #e5e5e5;
}

.sousuo .sou_suo_kuang button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 9px;
    border-left: 1px solid #fff;
}

.header .shang_right.shouji {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .header .shang_right.shouji {
        display: block;
    }
    .header .xia_top li {
        display: block;
        height: auto;
    }
    .header .xia_top li:hover .y_j,
    .header .xia_top li.on .y_j {
        background: none;
    }
    .header .xia_top li:hover .y_j a,
    .header .xia_top li.on .y_j a {
        color: #fff;
    }
    .header .xia_top li:hover .y_j a,
    .header .xia_top li.on .y_j a {
        color: #fff !important;
    }
    .header .xia_top li .y_j {
        height: 72px;
    }
    .header .xia_top li:not(:last-child):after {
        display: none;
    }
    .sousuo {
        margin-right: 100px;
    }
    .header.s_y {
        border-bottom: 0;
        background-color: rgba(255, 255, 255, 0.9);
    }
    .header .logo {
        margin: 0;
        padding: 25px 0;
        float: none;
    }
    .header .logo img.d_w {
        opacity: 1;
        top: 25px;
    }
    .header.on .logo img.t_m {
        opacity: 0;
    }
    .header.on .logo img.d_w {
        opacity: 1;
    }
    .header .an {
        display: block;
    }
    .header .tel {
        height: 90px;
        font-size: 22px;
        line-height: 90px;
        text-align: left;
        color: #fff;
        float: none;
    }
    .header .tel i {
        color: #fff;
    }
    .header .nav {
        width: 60%;
        height: 100vh;
        padding: 10px 5% 0;
        margin: 0;
        background-color: #141414;
        position: fixed;
        top: 0;
        right: -60%;
        z-index: 9999;
        overflow: auto;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        display: block;
    }
    .header .nav ul {
        width: 100%;
        float: none;
        display: block;
    }
    .header .nav .y_j {
        justify-content: flex-start;
    }
    .header .nav ul li {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        float: none;
        margin: 0;
        border-top: none;
    }
    .header .nav .y_j i {
        display: block;
    }
    .header .xia_top li .y_j a::after {
        display: none;
    }
    .header .nav ul li:hover .y_j a {
        color: #fff;
    }
    .header .nav ul li.on .y_j a {
        color: #fff;
    }
    .header .xia_top li .y_j a {
        font-size: 24px;
    }
    .header .nav .e_j {
        width: 100%;
        background: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: none;
        position: relative;
        left: auto;
        top: auto;
        padding: 10px 0;
        margin-left: 0;
        opacity: 1;
        visibility: inherit;
        display: none;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    .header .nav ul li:hover .e_j {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .header .nav .e_j a {
        text-align: left;
        color: #fff;
        margin: 0 30px 0 0;
        font-size: 20px;
        line-height: 58px;
    }
    .header .shang_right.shouji {
        color: #fff;
        margin-top: 50px;
        font-size: 22px;
    }
    .header .shang_right.shouji img {
        margin-right: 10px;
    }
    .header .shang_right.shouji .top-phone {
        margin-top: 10px;
        line-height: 2;
    }
    .sousuo .sou_suo_kuang {
        width: 275px;
        height: 43px;
    }
    .sousuo .sou_suo_kuang button {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .header {
        position: relative;
    }
}

@media only screen and (max-width: 992px) {
    .header .xia_top .nav {
        display: block;
    }
    .sousuo .sou_suo_kuang {
        width: 262px;
        height: 44px;
    }
    .sousuo {
        margin-right: 62px;
    }
}

.head_h {
    width: 100%;
    height: 100px;
    background-color: #fff;
    overflow: hidden;
}

.head_h.g_b {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .head_h {
        height: 120px;
    }
    .head_h.g_b {
        display: block;
    }
}


/* 轮播图 */

.pc_ban .swiper-container {
    height: 800px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.pc_ban .swiper-slide {
    position: relative;
}

.pc_ban .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: 25px;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 0;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet-active {
    width: 49px;
}

.pc_ban .zuoyou {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.pc_ban .zuoyou .zuo {
    flex: 0 0 38.8%;
    max-width: 38.8%;
}

.pc_ban .zuoyou .zuo h3 {
    font-family: "ban1";
    font-size: 36px;
    color: #ffffff;
}

.pc_ban .zuoyou .zuo h2 {
    font-family: "ban1";
    font-size: 50px;
    margin-top: 5px;
    color: #ffffff;
}

.pc_ban .zuoyou .zuo h6 {
    font-family: "ban2";
    font-size: 20px;
    color: rgba(255, 255, 255, 1.0);
    line-height: 36px;
    margin-top: 30px;
}

.pc_ban .zuoyou .zuo a {
    font-size: 16px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
    width: 150px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50px;
}

.pc_ban .zuoyou .you {
    flex: 0 0 50.48%;
    max-width: 50.48%;
    text-align: right;
    padding-top: 100px;
}

.pc_ban .zuoyou .you img {
    max-width: 100%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-button-prev {
    left: 62px;
}

.swiper-button-next {
    right: 62px;
}

.pc_ban .swiper-button-prev {
    left: -60px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban:hover .swiper-button-prev {
    left: 62px;
}

.pc_ban .swiper-button-next {
    right: -62px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban:hover .swiper-button-next {
    right: 62px;
}

@media only screen and (max-width:1400px) {
    .pc_ban .zuoyou .zuo h3 {
        font-size: 30px;
    }
    .pc_ban .zuoyou .zuo h2 {
        font-size: 38px;
    }
}

@media only screen and (max-width:1200px) {
    .pc_ban .zuoyou .zuo h3 {
        font-size: 23px;
    }
    .pc_ban .zuoyou .zuo h2 {
        font-size: 31px;
    }
    .pc_ban .zuoyou .zuo h6 {
        font-size: 17px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .pc_ban .swiper-container {
        height: 476px;
    }
    .pc_ban .zuoyou .you {
        display: none;
    }
    .pc_ban .zuoyou .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pc_ban .zuoyou .zuo h2 {
        margin-top: 20px;
    }
    .pc_ban .zuoyou .zuo h6 {
        font-size: 19px;
    }
}


/* 我们的业务 */

.sy_mk1 {
    padding: 143px 0 147px;
    position: relative;
}

.ggbt {
    text-align: center;
}

.ggbt h5 {
    font-size: 36px;
    color: #000000;
    font-family: "ban2";
    position: relative;
    display: inline-block;
}

.ggbt h5::after {
    width: 75px;
    background-color: #aaaaaa;
    content: '';
    position: absolute;
    left: 110%;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
}

.ggbt h5::before {
    width: 75px;
    background-color: #aaaaaa;
    content: '';
    position: absolute;
    right: 110%;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
}

.ggbt h6 {
    font-size: 18px;
    color: #999999;
    margin-top: 20px;
}

.sy_mk1 .sange_kuai {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sy_mk1 .sange_kuai .dange {
    margin-top: 40px;
    box-shadow: 0 0 10px #d5dde9;
    min-height: 440px;
    background-color: #fff;
    flex: 0 0 30%;
    padding: 60px 40px 40px;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.sy_mk1 .sange_kuai .dange:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 20px #d5dde9;
}

.sy_mk1 .sange_kuai .dange .tb {
    text-align: center;
}

.sy_mk1 .sange_kuai .dange .tb img {
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.sy_mk1 .sange_kuai .dange:hover .tb img {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
}

.sy_mk1 .sange_kuai .dange h5 {
    font-family: "ban1";
    font-size: 22px;
    color: #000000;
    margin-top: 30px;
    text-align: center;
}

.sy_mk1 .sange_kuai .dange h6 {
    font-family: "ban2";
    font-size: 15px;
    color: #666;
    margin-top: 20px;
    line-height: 26px;
}

@media only screen and (max-width:1200px) {
    .sy_mk1 .sange_kuai .dange {
        padding: 30px;
    }
}

@media only screen and (max-width:1024px) {
    .sy_mk1 {
        padding: 50px 0;
    }
    .ggbt h5 {
        font-size: 30px;
    }
    .ggbt h6 {
        margin-top: 14px;
        line-height: 30px;
    }
    .sy_mk1 .sange_kuai .dange {
        flex: 0 0 100%;
        min-height: auto;
    }
    .sy_mk1 .sange_kuai {
        margin-top: 0;
    }
    .sy_mk1 .sange_kuai .dange h5 {
        margin-top: 19px;
    }
    .sy_mk1 .sange_kuai .dange h6 {
        font-size: 19px;
        line-height: 32px;
    }
}


/* 软件系统 */

.sy_mk2 {
    padding: 130px 0 100px;
}

.sy_mk2 .ggbt h5,
.sy_mk2 .ggbt h6 {
    color: #fff;
}

.sy_mk2 .ggbt h5::after,
.sy_mk2 .ggbt h5::before {
    background-color: #fff;
}

.sy_mk2 .qiehuanjk {
    margin-top: 93px;
}

.sy_mk2 .qiehuanjk .xiao_t_wai {
    padding: 0 215px;
}

.sy_mk2 .qiehuanjk .xiao_tu {
    overflow: hidden;
}

.sy_mk2 .qiehuanjk .xiao_tu .swiper-slide {
    opacity: .7;
}

.sy_mk2 .qiehuanjk .xiao_tu .swiper-slide-next {
    opacity: .6;
}

.sy_mk2 .qiehuanjk .xiao_tu .swiper-slide-thumb-active {
    opacity: 1;
}

.sy_mk2 .qiehuanjk .xiao_tu .swiper-slide-thumb-active .bt {
    /*background: url(../images/on_03.png) no-repeat center / cover;*/
	background:rgba(0, 178, 119, .5) 50%;
}

.sy_mk2 .qiehuanjk .xiao_tu .bt {
    font-size: 20px;
    font-family: "ban2";
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #fff;
    height: 60px;
}

.sy_mk2 .qiehuanjk .da_tu {
    overflow: hidden;
    margin-top: 44px;
    position: relative;
    padding-bottom: 48px;
}

.sy_mk2 .qiehuanjk .da_tu .swiper-pagination {
    bottom: 0;
}

.sy_mk2 .qiehuanjk .da_tu .zuoyou_ng {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px 50px 75px 55px;
    background: -moz-linear-gradient(90deg, rgba(0, 178, 119, .5) 50%, #fff 50%);
    background: -ms-linear-gradient(90deg, rgba(0, 178, 119, .5) 50%, #fff 50%);
    background: -o-linear-gradient(90deg, rgba(0, 178, 119, .5) 50%, #fff 50%);
    background: linear-gradient(90deg, rgba(0, 178, 119, .5) 50%, #fff 50%);
}

.sy_mk2 .qiehuanjk .da_tu .zuoyou_ng .zuo {
    flex: 0 0 40.47%;
    max-width: 40.47%;
	/*background:#00B277;*/
}

.sy_mk2 .qiehuanjk .da_tu .zuoyou_ng .zuo .bt_x {
    font-size: 26px;
    color: #ffffff;
    font-family: "ban2";
    position: relative;
    padding-bottom: 27px;
}

.sy_mk2 .qiehuanjk .da_tu .zuoyou_ng .zuo .bt_x::after {
    width: 119px;
    height: 2px;
    position: absolute;
    content: '';
    background: linear-gradient( to right, #fff, rgba(255, 255, 255, 0)) no-repeat;
    background: -webkit-linear-gradient( left, #fff, rgba(255, 255, 255, 0)) no-repeat;
    left: 0;
    bottom: 0;
}

.sy_mk2 .qiehuanjk .da_tu .zuoyou_ng .zuo .xia_nr {
    margin-top: 27px;
}

.sy_mk2 .qiehuanjk .da_tu .zuoyou_ng .zuo .xia_nr p {
    padding: 8px 0 8px 18px;
    position: relative;
    font-size: 15px;
    color: #ffffff;
    font-family: "ban2";
}

.sy_mk2 .qiehuanjk .da_tu .zuoyou_ng .zuo .xia_nr p::after {
    width: 8px;
    height: 8px;
    background-color: #fff;
    left: 0;
    top: 15px;
    position: absolute;
    content: '';
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
}

.sy_mk2 .qiehuanjk .da_tu .zuoyou_ng .zuo .xian {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 35px;
    padding-top: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sy_mk2 .qiehuanjk .da_tu .zuoyou_ng .zuo .xian .dan_gr {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 0 0 32%;
}

.sy_mk2 .qiehuanjk .da_tu .zuoyou_ng .zuo .xian .dan_gr .z {
    width: 45px;
}
.sy_mk2 .qiehuanjk .da_tu .zuoyou_ng .zuo .xian .dan_gr .z img { max-width:75%;}

.sy_mk2 .qiehuanjk .da_tu .zuoyou_ng .zuo .xian .dan_gr .z img {
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.sy_mk2 .qiehuanjk .da_tu .zuoyou_ng .zuo .xian .dan_gr .y {
    font-size: 16px;
    color: #ffffff;
    font-family: "ban2";
}

.sy_mk2 .qiehuanjk .da_tu .zuoyou_ng .you {
    flex: 0 0 55%;
    position: relative;
    max-width: 55%;
    overflow: hidden;
}

.sy_mk2 .qiehuanjk .da_tu .zuoyou_ng .you img {
    width: 100%;
}

.sy_mk2 .qiehuanjk .da_tu .zuoyou_ng .you::after {
    width: 50px;
    height: 200%;
    transform: rotateZ(143deg);
    background-color: rgba(255, 255, 255, 0.5);
    right: -42%;
    top: -55%;
    position: absolute;
    content: "";
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.sy_mk2 .qiehuanjk .da_tu .zuoyou_ng .you:hover::after {
    right: 144%;
}

@media only screen and (max-width:1200px) {
    .sy_mk2 .qiehuanjk .xiao_t_wai {
        padding: 0;
    }
    .sy_mk2 .qiehuanjk .da_tu .zuoyou_ng {
        padding: 30px;
    }
    .sy_mk2 .qiehuanjk .da_tu .zuoyou_ng .zuo {
        flex: 0 0 43.47%;
        max-width: 43.47%;
    }
    .sy_mk2 .qiehuanjk .da_tu .zuoyou_ng .zuo .xian .dan_gr .y {
        font-size: 13px;
    }
}

@media only screen and (max-width:1024px) {
    .sy_mk2 {
        padding: 50px 0;
    }
    .sy_mk2 .qiehuanjk {
        margin-top: 50px;
    }
    .sy_mk2 .qiehuanjk .da_tu .zuoyou_ng {
        background: rgba(41, 128, 242, .5);
    }
    .sy_mk2 .qiehuanjk .da_tu .zuoyou_ng .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_mk2 .qiehuanjk .da_tu .zuoyou_ng .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
    }
    .sy_mk2 .qiehuanjk .da_tu .zuoyou_ng .zuo .bt_x {
        font-size: 23px;
    }
    .sy_mk2 .qiehuanjk .da_tu .zuoyou_ng .zuo .xia_nr p {
        font-size: 19px;
    }
    .sy_mk2 .qiehuanjk .da_tu .zuoyou_ng .zuo .xia_nr p::after {
        width: 12px;
        height: 12px;
        top: 16px;
    }
    .sy_mk2 .qiehuanjk .da_tu .zuoyou_ng .zuo .xian .dan_gr {
        flex: 0 0 50%;
    }
    .sy_mk2 .qiehuanjk .da_tu .zuoyou_ng .zuo .xian .dan_gr .y {
        font-size: 19px;
    }
}


/* 硬件产品 */

.sy_mk3 {
    padding: 115px 0 122px;
}

.sy_mk3 .zuoyou {
    display: flex;
    margin: 0 -20px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.sy_mk3 .dange {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 20px;
}

.sy_mk3 .neirong {
    /* min-height: 240px; */
    background-color: #f7f7f7;
    padding: 27px 50px;
    margin-top: 40px;
}

.sy_mk3 .neirong .shang {
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sy_mk3 .neirong .shang img {
    max-width: 100%;
    max-height: 100%;
}

.sy_mk3 .neirong h5 {
    font-family: "ban2";
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}

.sy_mk3 .neirong a.more {
    font-family: "ban2";
    font-size: 14px;
    color: #777777;
    text-align: center;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width:1200px) {
    .sy_mk3 .dange {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width:1024px) {
    .sy_mk3 {
        padding: 50px 0;
    }
    .sy_mk3 .dange {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .sy_mk3 .zuoyou {
        margin: 0;
    }
    .sy_mk3 .neirong h5 {
        font-size: 22px;
    }
    .sy_mk3 .neirong a {
        font-size: 19px;
        margin-top: 17px;
    }
}


/* 解决方案 */

.sy_mk4 {
    padding: 115px 0 100px;
}

.sy_mk4 .ggbt h5,
.sy_mk4 .ggbt h6 {
    color: #fff;
}

.sy_mk4 .ggbt h5::after,
.sy_mk4 .ggbt h5::before {
    background-color: #fff;
}

.sy_mk4 .xia_zuoyou {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}

.sy_mk4 .xia_zuoyou .dange {
    flex: 0 0 20%;
    max-width: 20%;
    height: 200px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    padding-bottom: 10px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mk4 .xia_zuoyou .dange:hover {
    box-shadow: 0 0 10px #ffffff;
}

.sy_mk4 .xia_zuoyou .dange:nth-child(1),
.sy_mk4 .xia_zuoyou .dange:nth-child(6) {
    border-left: none;
}

.sy_mk4 .xia_zuoyou .dange:nth-child(6),
.sy_mk4 .xia_zuoyou .dange:nth-child(7),
.sy_mk4 .xia_zuoyou .dange:nth-child(8),
.sy_mk4 .xia_zuoyou .dange:nth-child(9),
.sy_mk4 .xia_zuoyou .dange:nth-child(10) {
    border-bottom: none;
}

.sy_mk4 .xia_zuoyou .dange .shang {
    height: 70px;
}

.sy_mk4 .xia_zuoyou .dange .shang img {
    max-height: 100%;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.sy_mk4 .xia_zuoyou .dange:hover .shang img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.sy_mk4 .xia_zuoyou .dange h5 {
    font-size: 18px;
    color: #ffffff;
    margin-top: 20px;
    font-family: "ban2";
}

.sy_mk4 .xia_zuoyou .dange a {
    color: #ffffff;
}
.sy_mk4 .xia_zuoyou .dange a.r {
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
    font-family: "ban2";
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-right: 15px;
}

.sy_mk4 .xia_zuoyou .dange a i {
    animation: router 1s linear infinite;
    position: absolute;
    left: 80%;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes router {
    50% {
        left: 90%;
    }
    100% {
        left: 80%;
    }
}

@media only screen and (max-width:1024px) {
    .sy_mk4 {
        padding: 50px 0;
    }
    .sy_mk4 .xia_zuoyou .dange {
        flex: 0 0 50%;
        max-width: 50%;
        border: 1px solid rgba(255, 255, 255, 0.14);
    }
    .sy_mk4 .xia_zuoyou .dange:nth-child(1),
    .sy_mk4 .xia_zuoyou .dange:nth-child(6) {
        border-left: 1px solid rgba(255, 255, 255, 0.14);
    }
    .sy_mk4 .xia_zuoyou .dange:nth-child(6),
    .sy_mk4 .xia_zuoyou .dange:nth-child(7),
    .sy_mk4 .xia_zuoyou .dange:nth-child(8),
    .sy_mk4 .xia_zuoyou .dange:nth-child(9),
    .sy_mk4 .xia_zuoyou .dange:nth-child(10) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }
    .sy_mk4 .xia_zuoyou {
        margin-top: 31px;
    }
    .sy_mk4 .xia_zuoyou .dange h5 {
        font-size: 22px;
    }
    .sy_mk4 .xia_zuoyou .dange {
        height: 233px;
    }
    .sy_mk4 .xia_zuoyou .dange a {
        font-size: 18px;
    }
}


/* 成功案例 */

.sy_mk5 {
    padding: 110px 0 118px;
}

.sy_mk5 .xiao_lunbo {
    position: relative;
}

.sy_mk5 .xiao_lunbo .cgal_ban {
    padding-top: 65px;
    overflow: hidden;
}

.sy_mk5 .xiao_lunbo .nr {
    position: relative;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mk5 .xiao_lunbo .nr:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 10px #cacaca;
}

.sy_mk5 .xiao_lunbo .hsnag {
    height: 280px;
    position: relative;
}

.sy_mk5 .xiao_lunbo .hsnag img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
    top: 67px;
}

.sy_mk5 .xiao_lunbo .xia_wz {
    padding: 68px 0 30px;
    background-color: #fafafa;
}

.sy_mk5 .xiao_lunbo .xia_wz h5 {
    font-size: 18px;
    color: #333333;
    font-family: "ban2";
    position: relative;
    padding-bottom: 22px; padding-top:22px;
    text-align: center;
}

.sy_mk5 .xiao_lunbo .xia_wz h5::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 6px;
    background-color: #00B277;
    border-radius: 50px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.sy_mk5 .xiao_lunbo .swiper-button-next {
    right: -47px;
}

.sy_mk5 .xiao_lunbo .swiper-button-prev {
    left: -47px;
}

@media only screen and (max-width:1500px) {
    .sy_mk5 .xiao_lunbo .swiper-button-next,
    .sy_mk5 .xiao_lunbo .swiper-button-prev {
        display: none;
    }
}

@media only screen and (max-width:1024px) {
    .sy_mk5 {
        padding: 50px 0;
    }
    .sy_mk5 .xiao_lunbo .cgal_ban {
        padding-top: 35px;
    }
    .sy_mk5 .xiao_lunbo .xia_wz h5 {
        font-size: 20px;
    }
}


/* 关于我们 */

.sy_mk6 {
    padding: 114px 0 109px;
    background-color: #f7f7f7;
}

.sy_mk6 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sy_mk6 .container .zuo {
    flex: 0 0 47.3%;
    max-width: 47.3%;
}

.sy_mk6 .container .zuo .bt {
    font-family: "ban1";
    font-size: 33px;
    color: #000000;
}

.sy_mk6 .container .zuo .bt2 {
    font-family: "ban2";
    font-size: 16px;
    color: #777777;
    margin-top: 15px;
}

.sy_mk6 .container .zuo .mas {
    font-family: "ban2";
    font-size: 15px;
    color: #777777;
    margin-top: 35px;
    line-height: 30px;
}

.sy_mk6 .container .zuo .ljfg {
    font-family: "ban2";
    font-size: 16px;
    color: #373737;
    margin-top: 44px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}

.sy_mk6 .container .zuo .ljfg::after {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    background-color: #999999;
    content: '';
}

.sy_mk6 .container .zuo .zhusazi_zu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 54px;
    padding-right: 98px;
}

.sy_mk6 .zhusazi_zu .dange h5 {
    font-size: 19px;
    color: #000000;
}

.sy_mk6 .zhusazi_zu .dange h5 i {
    font-size: 35px;
    font-family: "ban1";
    margin-right: 5px;
}

.sy_mk6 .zhusazi_zu .dange h6 {
    font-size: 15px;
    color: #777777;
    margin-top: 10px;
}

.sy_mk6 .container .you {
    flex: 0 0 48.5%;
    max-width: 48.5%;
    overflow: hidden;
    position: relative;
}

.sy_mk6 .container .you img {
    width: 100%;
}

.sy_mk6 .container .you::after {
    width: 50px;
    height: 200%;
    transform: rotateZ(143deg);
    background-color: rgba(255, 255, 255, 0.5);
    right: -42%;
    top: -55%;
    position: absolute;
    content: "";
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.sy_mk6 .container .you:hover::after {
    right: 144%;
}

@media only screen and (max-width:1200px) {
    .sy_mk6 .container .zuo .mas {
        line-height: 24px;
    }
    .sy_mk6 .container .zuo .ljfg {
        margin-top: 19px;
    }
    .sy_mk6 .container .zuo .zhusazi_zu {
        margin-top: 38px;
        padding-right: 0;
    }
}

@media only screen and (max-width:1024px) {
    .sy_mk6 {
        padding: 50px 0;
    }
    .sy_mk6 .container .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_mk6 .container .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
    }
    .sy_mk6 .container .zuo .bt {
        font-size: 30px;
    }
    .sy_mk6 .container .zuo .bt2 {
        font-size: 20px;
    }
    .sy_mk6 .container .zuo .mas {
        font-size: 19px;
        line-height: 35px;
    }
    .sy_mk6 .container .zuo .ljfg {
        margin-top: 37px;
        font-size: 20px;
    }
    .sy_mk6 .container .zuo .zhusazi_zu {
        margin-top: 54px;
    }
    .sy_mk6 .zhusazi_zu .dange h6 {
        font-size: 18px;
    }
}


/* 最新动态 */

.sy_mk7 {
    padding: 125px 0 106px;
}

.sy_mk7 .shang_bt_zy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sy_mk7 .shang_bt_zy h5 {
    font-size: 36px;
    color: #000000;
    font-family: 'ban1';
}

.sy_mk7 .shang_bt_zy h6 {
    font-size: 18px;
    color: #999999;
    font-family: 'ban2';
    margin-top: 15px;
}

.sy_mk7 .shang_bt_zy .yy {
    width: 160px;
    height: 54px;
    background-color: #00B277;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    font-family: 'ban2';
    font-size: 16px;
    color: #ffffff;
}

.sy_mk7 .shang_bt_zy .yy i {
    margin-left: 10px;
}

.sy_mk7 .xia_xw {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px;
}

.sy_mk7 .xia_xw .dange {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 40px;
    border-left: 1px solid #eeeeee;
    margin-top: 70px;
}

.sy_mk7 .xia_xw .dange:nth-child(1) {
    border-left: none;
}

.sy_mk7 .xia_xw .dange .xwnr {
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    padding-top: 6px;
    padding-bottom: 22px;
}

.sy_mk7 .xia_xw .dange .xwnr:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.sy_mk7 .xia_xw .dange .xwnr .xbt {
    position: relative;
    font-size: 16px;
    color: #333333;
    font-family: 'ban2';
    padding-left: 15px;
}

.sy_mk7 .xia_xw .dange .xwnr .xbt::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #333333;
    border-radius: 100px;
}

.sy_mk7 .xia_xw .dange .xwnr h5 {
    color: #000;
    font-size: 22px;
    font-family: 'ban1';
    margin-top: 30px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.sy_mk7 .xia_xw .dange .xwnr:hover h5 {
    color: #00B277;
}

.sy_mk7 .xia_xw .dange .xwnr h6 {
    color: #333333;
    font-size: 16px;
    font-family: 'ban2';
    margin-top: 45px;
    line-height: 25px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.sy_mk7 .xia_xw .dange .x_tp {
    margin-top: 30px;
    overflow: hidden;
}

.sy_mk7 .xia_xw .dange .x_tp img {
    width: 100%;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.sy_mk7 .xia_xw .dange .xwnr:hover .x_tp img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.sy_mk7 .xia_xw .dange .xwnr a {
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.sy_mk7 .xia_xw .dange .xwnr a i {
    margin-left: 14px;
}

.sy_mk7 .shang_bt_zy .zu {
    flex: 1;
}

@media only screen and (max-width:1024px) {
    .sy_mk7 {
        padding: 50px 0;
    }
    .sy_mk7 .shang_bt_zy .zu {
        flex: 0 0 100%;
    }
    .sy_mk7 .shang_bt_zy h5 {
        font-size: 30px;
    }
    .sy_mk7 .shang_bt_zy h6 {
        font-size: 19px;
        line-height: 30px;
    }
    .sy_mk7 .shang_bt_zy .yy {
        margin-top: 30px;
        width: 191px;
        font-size: 20px;
    }
    .sy_mk7 .xia_xw .dange {
        flex: 0 0 100%;
        max-width: 100%;
        border-left: none;
    }
    .sy_mk7 .xia_xw .dange .xwnr .xbt {
        font-size: 20px;
    }
    .sy_mk7 .xia_xw .dange .xwnr h5 {
        margin-top: 21px;
    }
    .sy_mk7 .xia_xw .dange .xwnr h6 {
        font-size: 19px;
        line-height: 32px;
        margin-top: 20px;
    }
    .sy_mk7 .xia_xw .dange .xwnr a {
        font-size: 19px;
    }
    .sy_mk7 .xia_xw .dange:nth-last-child(1) {
        border-bottom: none;
    }
    .sy_mk7 .xia_xw .dange {
        border-bottom: 1px solid #eeeeee;
        margin-top: 42px;
    }
    .sy_mk7 .xia_xw .dange .xwnr {
        padding-bottom: 38px;
    }
}


/* 我们的客户 */

.sy_mk8 {
    padding: 125px 0 88px;
    /*background-color: #f7f7f7;*/ border-top:#F7F7F7 solid 1px;
}

.sy_mk8 .zuoyou {
    display: flex;
    flex-wrap: wrap;
    margin-top: 44px;
}

.sy_mk8 .zuoyou .dandu {
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 20%;
    max-width: 20%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mk8 .zuoyou .dandu:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.sy_mk8 .zuoyou .dandu img {
    max-width: 160px;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;*/
    opacity: .6;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mk8 .zuoyou .dandu:hover img {
    opacity: 1;
    filter: none;
}

@media only screen and (max-width:1024px) {
    .sy_mk8 {
        padding: 50px 0;
    }
    .sy_mk8 .zuoyou .dandu {
        flex: 0 0 50%;
        max-width: 50%;
    }
}


/* 底上蓝条 */

.di_lt {
    padding: 120px 0 110px;
}

.di_lt .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.di_lt .container h5 {
    font-size: 36px;
    color: #ffffff;
    font-family: 'ban2';
}

.di_lt .container h6 {
    font-size: 18px;
    color: #ffffff;
    font-family: 'ban2';
    margin-top: 20px;
}

.di_lt .container .you {
    width: 160px;
    height: 54px;
    background-color: #fff;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'ban2';
    font-size: 16px;
    color: #00B277;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.di_lt .container .you:hover {
    box-shadow: 0 0 20px #00B277;
}

.di_lt .container .you i {
    margin-left: 13px;
}

@media only screen and (max-width:1024px) {
    .di_lt {
        padding: 50px 0;
    }
    .di_lt .container h5 {
        font-size: 30px;
    }
    .di_lt .container h6 {
        font-size: 20px;
        line-height: 30px;
    }
    .di_lt .container .you {
        margin-top: 50px;
        font-size: 18px;
        width: 174px;
    }
}


/* 专注于数据中心智能监控运维管理系统 */

.sy_mk10 {
    background-color: #222739;
    padding: 105px 0 94px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.sy_mk10 h5 {
    font-size: 36px;
    color: #9ba1b5;
    font-family: "ban3";
    text-align: center;
}

.sy_mk10 .bd_syx {
    width: 623px;
    display: flex;
    height: 50px;
    align-items: center;
    margin: 0 auto;
    margin-top: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
}

.sy_mk10 .bd_syx input {
    flex: 0 0 72.4%;
    max-width: 72.4%;
    height: 100%;
    font-size: 14px;
    color: #9ba1b5;
    padding-left: 23px;
    font-family: "ban2";
}

.sy_mk10 .bd_syx input::-webkit-input-placeholder {
    color: #9ba1b5;
}

.sy_mk10 .bd_syx input::placeholder {
    color: #9ba1b5;
}

.sy_mk10 .bd_syx button {
    flex: 1;
    height: 100%;
    background: linear-gradient( to right, #2d86fa, #084faa) no-repeat;
    background: -webkit-linear-gradient( left, #2d86fa, #084faa) no-repeat;
    font-size: 18px;
    color: #ffffff;
    font-family: "ban2";
    border-radius: 50px;
}

@media only screen and (max-width:1024px) {
    .sy_mk10 {
        padding: 50px 0;
    }
    .sy_mk10 h5 {
        font-size: 28px;
    }
    .sy_mk10 .bd_syx {
        width: 100%;
    }
    .sy_mk10 .bd_syx input {
        font-size: 19px;
    }
}

footer { background-color: #005539; padding: 30px 0 30px; }

footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .container .zuo {
    flex: 0 0 25%;
    max-width: 25%;
}

footer .container .zuo h5 {
    font-family: "ban2";
    font-size: 16px;
    color: #CCC;
}

footer .container .zuo h2 {
    font-family: "ban1";
    font-size: 26px;
    color: #ffffff;
    margin-top: 15px;
}

footer .container .zuo h6 {
    font-family: "ban2";
    font-size: 15px;
    color: #eee;
   /* margin-top: 30px;*/
    line-height: 27px;
}

footer .container .zuo h6.shang20 {
    margin-top: 20px;
}

footer .container .zuo .ljlx {
    font-size: 15px;
    color: #EEE;
    width: 122px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    border-radius: 50px;
}

footer .container .you {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .container .you .y_zz {
    flex: 0 0 47.4%;
    max-width: 47.4%;
}

footer .container .you h5 {
    font-family: "ban1";
    font-size: 17px;
    color: #ffffff;
    padding-bottom: 10px;
}

footer .container .you .zy_xa {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .container .you a {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    color: #eee;
    font-family: 'ban2';
	overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis;
}

footer .container .you .zy_xa a {
    flex: 0 0 45%;
    max-width: 45%;
	overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis;
}

footer .container .you .y_yy {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banquan { background-color: #00442E; padding: 10px 0; }

.banquan .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #9ba1b5;
}

.banquan .container a {
    color: #9ba1b5;
}

.banquan .container span {
    color: #ffffff;
}

@media only screen and (max-width:1200px) {
    footer .container .you {
        flex: 0 0 72%;
        max-width: 72%;
    }
    footer .container .zuo {
        flex: 0 0 26.85%;
        max-width: 26.85%;
    }
    footer .container .you .y_zz {
        flex: 0 0 55.4%;
        max-width: 55.4%;
    }
}

@media only screen and (max-width:1024px) {
    footer .container .you .y_zz {
        display: none;
    }
    footer .container .you .y_yy .xiao_dh {
        display: none;
    }
    footer .container .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer {
        padding: 50px 0;
    }
    footer .container .zuo h5 {
        font-size: 20px;
    }
    footer .container .zuo h6 {
        font-size: 19px;
        line-height: 36px;
    }
    footer .container .zuo .ljlx {
        font-size: 20px;
        width: 191px;
        height: 59px;
    }
    footer .container .you h5 {
        font-size: 21px;
    }
    footer .container .you .y_yy {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
    }
    footer .container .you a {
        display: inline-block;
        font-size: 20px;
        margin-left: 20px;
    }
    footer .container .you a:nth-of-type(1) {
        margin-left: 0;
    }
    .banquan .container {
        font-size: 17px;
    }
}


/* 产品详情 */

.cpxq_ban {
    height: 880px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    padding-top: 125px;
    position: relative;
}

.cpxq_ban .xia_jt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -52px;
    animation: router2 1s linear infinite;
}

@keyframes router2 {
    50% {
        bottom: -62px;
    }
    100% {
        bottom: -52px;
    }
}

.cpxq_ban h2 {
    font-size: 56px;
    color: #ffffff;
    font-family: 'ban1';
}

.cpxq_ban h3 {
    font-size: 32px;
    color: #ffffff;
    font-family: 'ban1';
    margin-top: 20px;
}

.cpxq_ban .xia_tp {
    margin-top: 48px;
}

.cpxq_ban .xia_tp img {
    max-width: 869px;
}

@media only screen and (max-width:1024px) {
    .cpxq_ban .xia_tp {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .cpxq_ban .xia_tp img {
        max-width: 69%;
    }
    .cpxq_ban h2 {
        font-size: 30px;
    }
    .cpxq_ban h3 {
        font-size: 25px;
    }
    .cpxq_ban {
        padding-top: 0;
        height: auto;
        padding: 50px 0;
    }
}


/* 产品特点 */

.cpxq_mk1 {
    /*padding: 120px 0 80px;*/
}

.xq_ggbt {
    text-align: center;
    font-size: 38px;
    color: #333333;
    font-family: 'ban2';
    padding-bottom: 20px;
    position: relative;
}

.xq_ggbt::after {
    position: absolute;
    bottom: 0;
    border-radius: 50px;
    width: 72px;
    height: 5px;
    background-color: #00B277;
    left: 50%;
    transform: translateX(-50%);
    content: '';
}

.cpxq_mk1 .xia_zuoyou {
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.cpxq_mk1 .xia_zuoyou .dang {
    flex: 1;
    text-align: center;
    margin-top: 30px;
}

.cpxq_mk1 .xia_zuoyou .dang h5 {
    font-size: 18px;
    color: #333333;
    font-family: 'ban2';
    margin-top: 25px;
}

.cpxq_mk1 .xia_zuoyou .dang img {
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.cpxq_mk1 .xia_zuoyou .dang:hover img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

@media only screen and (max-width:1024px) {
    .cpxq_mk1 .xia_zuoyou .dang {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .cpxq_mk1 {
        padding: 70px 0 50px;
    }
    .xq_ggbt {
        font-size: 30px;
    }
    .cpxq_mk1 .xia_zuoyou {
        margin-top: 15px;
    }
    .cpxq_mk1 .xia_zuoyou .dang h5 {
        font-size: 19px;
    }
    .cpxq_mk1 .xia_zuoyou {
        padding: 0;
    }
}


/* 主机硬件 */

.cpxq_mk2 {
    background-color: #FFF;
    padding: 20px 0 30px;
}

.cpxq_mk2 .zuoyou {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.cpxq_mk2 .zuoyou .zuo {
    flex: 0 0 51%;
    max-width: 51%;
}

.cpxq_mk2 .zuoyou .zuo p {
    font-size: 15px;
    color: #333333;
    font-family: 'ban2';
    padding-left: 22px;
    position: relative;
    margin-top: 20px;
}

.cpxq_mk2 .zuoyou .zuo p:nth-child(1) {
    margin-top: 0;
}

.cpxq_mk2 .zuoyou .zuo p::after {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #00B277;
    content: '';
    left: 0;
    top: 6px;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
}

.cpxq_mk2 .zuoyou .you {
    flex: 0 0 44%;
    padding-right: 95px;
    max-width: 44%;
}

.cpxq_mk2 .zuoyou .you img {
    width: 100%;
}

@media only screen and (max-width:1200px) {
    .cpxq_mk2 .zuoyou .you {
        padding-right: 0;
        flex: 0 0 49%;
        max-width: 49%;
    }
}

@media only screen and (max-width:1024px) {
    .cpxq_mk2 {
        padding: 50px 0;
    }
    .cpxq_mk2 .zuoyou .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cpxq_mk2 .zuoyou .zuo p {
        font-size: 19px;
    }
    .cpxq_mk2 .zuoyou .zuo p::after {
        top: 8px;
    }
    .cpxq_mk2 .zuoyou .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
    }
    .cpxq_mk2 .zuoyou {
        margin-top: 33px;
    }
}


/* 应用场景 */

.cpxq_mk3 {
    padding: 80px 0 105px;
}

.cpxq_mk3 .zuoyou {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.cpxq_mk3 .zuoyou .dange {
    margin-top: 30px;
    display: block;
    flex: 0 0 32%;
    max-width: 32%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.cpxq_mk3 .zuoyou .dange:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 10px #cacaca;
}

.cpxq_mk3 .zuoyou .dange .shang {
    overflow: hidden;
}

.cpxq_mk3 .zuoyou .dange .shang img {
    width: 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.cpxq_mk3 .zuoyou .dange:hover .shang img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.cpxq_mk3 .zuoyou .dange .xai {
    background-color: #f6f7f9;
    padding: 20px;
}

.cpxq_mk3 .zuoyou .dange .xai h5 {
    font-size: 20px;
    color: #333333;
    font-family: 'ban1';
    text-align: center;
}

.cpxq_mk3 .zuoyou .dange .xai h6 {
    font-size: 15px;
    color: #777777;
    margin-top: 10px;
    font-family: 'ban2';
    text-align: center;
}

@media only screen and (max-width:1024px) {
    .cpxq_mk3 {
        padding: 50px 0;
    }
    .cpxq_mk3 .zuoyou .dange {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cpxq_mk3 .zuoyou {
        margin-top: 7px;
    }
    .cpxq_mk3 .zuoyou .dange .xai h5 {
        font-size: 24px;
    }
    .cpxq_mk3 .zuoyou .dange .xai h6 {
        font-size: 19px;
    }
}


/* 技术规格 */

.cpxq_mk4 {
    /*background-color: #f7f7f7;
    padding: 90px 0 95px;*/
}

.cpxq_mk4 .nr {
    margin-top: 55px;
}

.cpxq_mk4 .nr img {
    width: 100%;
}

@media only screen and (max-width:1024px) {
    .cpxq_mk4 {
        padding: 50px 0;
    }
    .cpxq_mk4 .nr {
        margin-top: 35px;
    }
}


/* 相关产品 */

.cpxq_mk5 {
    padding: 75px 0 105px;
}

.cpxq_mk5 .xgcp_ban {
    overflow: hidden;
}

.cpxq_mk5 .xg_banner {
    position: relative;
    margin-top: 20px;
}

.cpxq_mk5 .xg_banner .swiper-button-next {
    right: -48px;
    top: 58%;
}

.cpxq_mk5 .xg_banner .swiper-button-prev {
    left: -48px;
    top: 58%;
}

@media only screen and (max-width:1500px) {
    .cpxq_mk5 .xg_banner .swiper-button-next {
        display: none;
    }
    .cpxq_mk5 .xg_banner .swiper-button-prev {
        display: none;
    }
}

@media only screen and (max-width:1024px) {
    .cpxq_mk5 {
        padding: 50px 0;
    }
    .cpxq_mk5 .xg_banner {
        margin-top: 0;
    }
}


/* 产品列表 */

.nei_ban {
    height: 550px;
    padding-top: 119px;
    display: flex;
    align-items: center;
}

.nei_ban h5 {
    font-size: 32px;
    color: #ffffff;
    font-family: 'ban1';
}

.nei_ban h6 {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.75);
    font-family: 'ban2';
    text-transform: uppercase;
    margin-top: 10px;
}

@media only screen and (max-width:1024px) {
    .nei_ban {
        padding-top: 0;
        height: 297px;
    }
}


/* 二级 */

.erji_tiao {
    box-shadow: 0 0 10px #e0dada;
}

.erji_tiao .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.erji_tiao .zuo a {
    font-size: 18px;
    color: #666666;
    font-family: 'ban2';
    padding: 25px 0;
    margin-left: 30px;
    position: relative;
    display: inline-block;
}

.erji_tiao .zuo a:nth-child(1) {
    margin-left: 0;
}

.erji_tiao .zuo a.on {
    font-family: 'ban1';
    color: #00B277;
}

.erji_tiao .zuo a:after {
    width: 0%;
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 2px;
    background-color: #00B277;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.erji_tiao .zuo a.on:after,
.erji_tiao .zuo a:hover:after {
    width: 100%;
}

.erji_tiao .you {
    display: flex;
    align-items: center;
}

.erji_tiao .you,
.erji_tiao .you a {
    font-size: 14px;
    color: #999999;
}

.erji_tiao .you a:nth-last-child(1) {
    color: #00B277;
}

.erji_tiao .you i {
    margin-right: 8px;
}

.erji_tiao .you em {
    margin: 0 3px;
}

.erji_tiao .you a:nth-of-type(1) {
    margin-left: 3px;
}

@media only screen and (max-width:1024px) {
    .erji_tiao .zuo a {
        font-size: 21px;
        margin-left: 35px;
    }
    .erji_tiao .you,
    .erji_tiao .you a {
        font-size: 19px;
    }
    .erji_tiao .you {
        margin-top: 30px;
        padding-bottom: 20px;
        flex: 0 0 100%;
    }
}

.cp_lbzy {
    padding: 78px 0 80px;
}

.cp_lbzy .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cp_lbzy .container .zuo {
    flex: 0 0 20.35%;
    max-width: 20.35%;
}

.cp_lbzy .zuo .da_nt {
    font-family: 'ban1';
    color: #ffffff;
    padding: 20px 30px;
    background-color: #00B277;
    position: relative; display:block;
}

.cp_lbzy .zuo .da_nt h5 {
    font-size: 22px;
}

.cp_lbzy .zuo .da_nt h6 {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
}

.cp_lbzy .zuo a {
    font-size: 16px;
    color: #333333;
    display: block;
    padding: 20px 30px;
    background-color: #ececec;
    position: relative;
    margin-top: 2px;
}

.cp_lbzy .zuo a.on {
    color: #00B277;
}

.cp_lbzy .zuo a::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #00B277;
    content: '';
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.cp_lbzy .zuo a.on::after,
.cp_lbzy .zuo a:hover::after {
    width: 4px;
}

.cp_lbzy .zuo .zxrx {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 168px;
    margin-top: 17px;
}

.cp_lbzy .zuo .zxrx .y {
    margin-left: 9px;
}

.cp_lbzy .zuo .zxrx .y h5 {
    font-size: 16px;
    color: #ffffff;
    font-family: 'ban2';
}

.cp_lbzy .zuo .zxrx .y h6 {
    font-size: 24px;
    color: #ffffff;
    font-family: 'Arial';
    font-weight: bold;
}

.cp_lbzy .container .you {
    flex: 0 0 77.15%;
    max-width: 77.15%;
}

.cp_lbzy .you .shang_bt {
    font-size: 22px;
    color: #333333;
    font-family: 'ban1';
    padding: 30px 0;
    border-bottom: 1px solid #dddddd;
    position: relative;
}

.cp_lbzy .you .shang_bt::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 133px;
    height: 2px;
    background-color: #00B277;
}

.cp_lbzy .you .row {
    margin-top: -5px;
}

.cp_lbzy .you .row .nr {
    margin-top: 35px;
    border: 1px solid #dddddd;
    display: block;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.cp_lbzy .you .row .nr:hover {
    box-shadow: 0 0 10px #cacaca;
}

.cp_lbzy .you .row .nr .sh_tu {
    height: 259px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.cp_lbzy .you .row .nr .sh_tu img {
    max-width: 100%;
    max-height: 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.cp_lbzy .you .row .nr:hover .sh_tu img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.cp_lbzy .you .row .nr .x_zi {
    height: 115px;
    background-color: #f7f7f7;
    padding-top: 20px;
}

.cp_lbzy .you .row .nr .x_zi h5 {
    font-size: 18px;
    color: #333333;
    font-family: 'ban2';
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    margin: 0 10px;
}

.cp_lbzy .you .row .nr .x_zi h6 {
    font-size: 14px;
    color: #999999;
    font-family: 'ban2';
    line-height: 22px;
    margin: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

@media only screen and (max-width:1200px) {
    .cp_lbzy .zuo .da_nt h6 {
        font-size: 14px;
    }
    .cp_lbzy .zuo .zxrx .y h6 {
        font-size: 19px;
    }
    .cp_lbzy .zuo .zxrx {
        height: 115px;
    }
}

.cp_lbzy .da_nt i {
    display: none;
}

@media only screen and (max-width:1024px) {
    .cp_lbzy .zuo a {
        font-size: 20px;
    }
    .xia_bt {
        display: none;
    }
    .cp_lbzy .container .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cp_lbzy .container .you {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cp_lbzy .da_nt i {
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 30px;
    }
    .cp_lbzy .zuo .da_nt h6 {
        font-size: 19px;
        margin-top: 10px;
    }
    .cp_lbzy .zuo .zxrx .y h5 {
        font-size: 20px;
    }
    .cp_lbzy .zuo .zxrx .y h6 {
        font-size: 26px;
    }
    .cp_lbzy .zuo .zxrx .y {
        margin-left: 17px;
    }
    .cp_lbzy .you .row .nr .x_zi h5 {
        font-size: 22px;
    }
    .cp_lbzy .you .row .nr .x_zi h6 {
        font-size: 19px;
        line-height: 30px;
    }
    .cp_lbzy .you .row .nr .x_zi {
        height: 137px;
    }
    .cp_lbzy {
        padding: 50px 0;
    }
}

.page {
    margin-top: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page a {
    width: 38px;
    height: 38px;
    border: 1px solid #e0e0e0;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    color: #666666;
    border-radius: 100px;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page a.active {
    background-color: #00B277;
    border: 1px solid #00B277;
    color: #fff;
}

.page a.prev,
.page a.next {
    width: auto;
    border: none;
    line-height: 33px;
}

.page a.prev {
    margin-right: 25px;
}

.page a.next {
    margin-left: 25px;
}


/* 监控系统 */

.jkxt_zg {
    padding: 85px 0 125px;
}

.jkxt_zg .qh_tou {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.jkxt_zg .qh_tou .bt_shang {
    width: 296px;
    border: 1px solid #dddddd;
    font-size: 20px;
    color: #555555;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin: 0 20px;
}

.jkxt_zg .qh_tou .bt_shang.on {
    background: url(../images/xt_03.jpg) no-repeat center / cover;
    border: 1px solid rgba(255, 255, 255, 0);
    color: #fff;
}

.jkxt_zg .jk_xia_bo {
    margin-top: 70px;
}

.jkxt_zg .jk_xia_bo .dang {
    display:;
}

.jkxt_zg .jk_xia_bo .dang .nr_shang {
    background-color: #f6f7f9;
    padding: 60px 100px 60px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.jkxt_zg .jk_xia_bo .dang .nr_shang .zuo {
    flex: 0 0 45.25%;
    max-width: 45.25%;
}

.jkxt_zg .jk_xia_bo .dang .nr_shang .zuo h5 {
    font-size: 26px;
    color: #000000;
    font-family: 'ban1';
}

.jkxt_zg .jk_xia_bo .dang .nr_shang .zuo h6 {
    margin-top: 30px;
}

.jkxt_zg .jk_xia_bo .dang .nr_shang .zuo h6 p {
    padding: 10px 0 10px 20px;
    position: relative;
    font-size: 18px;
    font-family: 'ban2';
    color: #555555;
}

.jkxt_zg .jk_xia_bo .dang .nr_shang .zuo h6 p::after {
    position: absolute;
    left: 0;
    top: 15px;
    width: 10px;
    height: 10px;
    background-color: #aaaaaa;
    content: '';
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
}

.jkxt_zg .jk_xia_bo .dang .nr_shang .you {
    flex: 0 0 44.42%;
    max-width: 44.42%;
}

.jkxt_zg .jk_xia_bo .dang .nr_shang .you img {
    width: 100%;
}

.jkxt_zg .jk_xia_bo .dang .nr_xia {
    margin-top: 85px; margin-bottom:50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jkxt_zg .jk_xia_bo .dang .nr_xia .zz_x {
    flex: 0 0 48%;
    max-width: 48%;
}

.jkxt_zg .jk_xia_bo .dang .nr_xia .zz_x .s_t_x img {
    width: 100%;
}

.jkxt_zg .jk_xia_bo .dang .nr_xia .san_gk {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 38px;
}

.jkxt_zg .jk_xia_bo .dang .nr_xia .dg_jk_xt {
    margin: 0 40px;
    text-align: center;
}

.jkxt_zg .jk_xia_bo .dang .nr_xia .dg_jk_xt h5 {
    font-family: 'ban2';
    font-size: 16px;
    color: #555555;
    margin-top: 10px;
}

.jkxt_zg .jk_xia_bo .dang .nr_xia .dg_jk_xt img {
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.jkxt_zg .jk_xia_bo .dang .nr_xia .dg_jk_xt:hover img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.jkxt_zg .jk_xia_bo .dang .nr_xia h2 {
    font-size: 22px;
    color: #333333;
    font-family: 'ban1';
    margin-top: 45px;
    text-align: center;
}

@media only screen and (max-width:1200px) {
    .jkxt_zg .qh_tou .bt_shang {
        width: 273px;
        margin: 0 10px;
    }
    .jkxt_zg .jk_xia_bo .dang .nr_xia .dg_jk_xt {
        margin: 0 21px;
    }
}

@media only screen and (max-width:1024px) {
    .jkxt_zg {
        padding: 50px 0;
    }
    .jkxt_zg .qh_tou {
        justify-content: flex-start;
    }
    .jkxt_zg .qh_tou .bt_shang {
        margin: 10px;
    }
    .jkxt_zg .jk_xia_bo .dang .nr_shang {
        padding: 30px;
    }
    .jkxt_zg .jk_xia_bo .dang .nr_shang .zuo,
    .jkxt_zg .jk_xia_bo .dang .nr_shang .you {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .jkxt_zg .jk_xia_bo .dang .nr_shang .you {
        margin-top: 50px;
    }
    .jkxt_zg .jk_xia_bo {
        margin-top: 30px;
    }
    .jkxt_zg .jk_xia_bo .dang .nr_shang .zuo h6 p {
        font-size: 19px;
        padding: 3px 0 3px 20px;
        line-height: 2;
        top: 17px;
    }
    .jkxt_zg .jk_xia_bo .dang .nr_shang .zuo h6 {
        margin-top: 18px;
    }
    .jkxt_zg .jk_xia_bo .dang .nr_xia .zz_x {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .jkxt_zg .jk_xia_bo .dang .nr_xia {
        margin-top: 0;
    }
    .jkxt_zg .jk_xia_bo .dang .nr_xia .zz_x {
        margin-top: 50px;
    }
    .jkxt_zg .jk_xia_bo .dang .nr_xia .dg_jk_xt h5 {
        font-size: 20px;
    }
    .jkxt_zg .jk_xia_bo .dang .nr_xia h2 {
        margin-top: 33px;
    }
}


/* 解决方案 */

.jiejue_lieb {
    padding: 35px 0 120px;
}

.jiejue_lieb .neu_zuoyou {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding-bottom: 30px;
}

.jiejue_lieb .neu_zuoyou .dange {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 20px;
    margin-top: 45px;
}

.jiejue_lieb .neu_zuoyou .nr {
    display: block;
    box-shadow: 0 0 10px #e6e3e3;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.jiejue_lieb .neu_zuoyou .nr:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 10px #cacaca;
}

.jiejue_lieb .neu_zuoyou .shang_nr {
    /*background: url(../images/jjfa_04.jpg) no-repeat center / cover;*/
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jiejue_lieb .neu_zuoyou .shang_nr img {
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.jiejue_lieb .neu_zuoyou .nr:hover .shang_nr img {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}

.jiejue_lieb .neu_zuoyou .xuia_nr {
    padding: 5px 30px 25px 30px;
    text-align: center;
}

.jiejue_lieb .neu_zuoyou .xuia_nr h5 {
    font-family: 'ban1';
    font-size: 22px;
    color: #000000;
    line-height: 2;
    padding-bottom: 11px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.jiejue_lieb .neu_zuoyou .xuia_nr h5:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: '';
    width: 38px;
    height: 4px;
    background-color: #00B277;
}

.jiejue_lieb .neu_zuoyou .xuia_nr h6 {
    font-size: 14px;
    color: #999999;
    line-height: 27px;
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.jiejue_lieb .neu_zuoyou .xuia_nr a.more {
    font-size: 14px;
    color: #999999;
    width: 120px;
    height: 30px;
    border: 1px solid #dddddd;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 12px;
}

@media only screen and (max-width:1024px) {
    .jiejue_lieb .neu_zuoyou .dange {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .jiejue_lieb .neu_zuoyou .xuia_nr h5 {
        font-size: 24px;
    }
    .jiejue_lieb .neu_zuoyou .xuia_nr h6 {
        font-size: 19px;
        line-height: 31px;
    }
    .jiejue_lieb .neu_zuoyou .xuia_nr a {
        font-size: 18px;
        width: 180px;
        height: 48px;
        margin-top: 20px;
    }
    .jiejue_lieb {
        padding: 35px 0 50px;
    }
    .page {
        margin-top: 35px;
    }
}


/* 公司新闻 */

.xw_lb {
    padding: 65px 0 110px;
}

.xw_lb .xw_nt {
    text-align: center;
}

.xw_lb .xw_nt h5 {
    font-size: 36px;
    color: #000000;
    font-family: 'ban2';
}

.xw_lb .xw_nt h6 {
    font-size: 18px;
    color: #999999;
    font-family: 'ban2';
    margin-top: 10px;
}

.xw_lb .xia_xw {
    padding-top: 25px;
}

.xw_lb .xia_xw .dange .xwnr h5 {
    margin-top: 10px;
}

.xw_lb .xia_xw .dange .xwnr h6 {
    margin-top: 15px; min-height:3em;
}

.xw_lb .xia_xw .dange {
    margin-top: 50px;
}

.xw_lb .page {
    margin-top: 70px;
}

@media only screen and (max-width:1024px) {
    .xw_lb {
        padding: 50px 0;
    }
    .xw_lb .xw_nt h5 {
        font-size: 30px;
    }
    .xw_lb .xw_nt h6 {
        font-size: 19px;
        line-height: 30px;
    }
}


/* 详情 */

.xw_xq {
    padding: 100px 0 124px;
}

.xw_xq .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xw_xq .container .xqz {
    flex: 0 0 66%;
    max-width: 66%;
}

.xw_xq .container .xqz .bt {
    font-size: 44px;
    color: #000000;
    font-family: 'ban2';
    line-height: 55px;
}

.xw_xq .container .xqz .bq {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    font-family: 'ban2';
    margin-top: 20px;
}

.xw_xq .container .xqz .bq .bq_z span {
    color: #000000;
}

.xw_xq .container .xqz .bq em {
    color: #777777;
}

.xw_xq .container .xqz .bq .bq_z em {
    /*margin-left: 47px;*/
}

.xw_xq .container .xqz .bq i {
    color: #00B277;
    margin-left: 16px;
}

.xw_xq .container .wz_nr {
    font-family: 'ban2';
    font-size: 16px;
    color: #555555;
    line-height: 25px;
    padding-top: 35px;
}
.xw_xq .container .wz_nr p { line-height:1.8em; margin-bottom:0.5em;}
.xw_xq .container .wz_nr img { max-width:100% !important;}

.xw_xq .container .wz_nr .tp {
    text-align: center;
}

.xw_xq .container .wz_nr .tp img {
    max-width: 100%;
}

.xw_xq .container .wz_nr .tp h5 {
    margin-top: 19px;
    font-size: 16px;
    color: #555555;
}

.xw_xq .container .fenxinga {
    margin-top: 110px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #555555;
    font-family: 'ban2';
}

.box>div {
    width: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
    border-radius: 4px;
    background-size: contain;
    margin: 0 10px;
}

#share-qrcode {
    background-image: url(../images/aa_08.jpg);
    height: 24px;
}

#share-sina {
    background-image: url(../images/aa_03.jpg);
    width: 31px;
    height: 26px;
}

#share-qq {
    background-image: url(../images/aa_05.jpg);
    width: 26px;
    height: 27px;
}

.xw_xq .container .shan_xa {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-top: 25px;
    border-top: 1px solid #eeeeee;
}

.xw_xq .container .shan_xa a.c {
    flex: 1; padding-right:2em;
    /*max-width: 31.6%;*/
    display: block;
    font-size: 16px;
    color: #555555;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.xw_xq .container .shan_xa a.t {
    width: 4em;
    display: block;
    font-size: 16px;
    color: #555555;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.xw_xq .container .xqy {
    flex: 0 0 24.6%;
    max-width: 24.6%;
}

.xw_xq .container .xqy .y_bt {
    font-family: 'ban2';
    font-size: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.xw_xq .container .xqy .xgw_z {
    display: block;
}

.xw_xq .container .xqy .xgw_z h5 {
    font-size: 16px;
    color: #555555;
    line-height: 26px;
    padding-top: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.xw_xq .container .xqy .xgw_z h6 {
    margin-top: 14px;
    font-size: 16px;
    font-family: 'ban2';
    color: #a599a5;
}

.xw_xq .container .xqy .rmbq_bt {
    margin-top: 65px;
    padding-bottom: 10px;
    border-bottom: none;
}

.xw_xq .container .xqy .rmbq {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.xw_xq .container .xqy .rmbq a {
    /* flex: 0 0 33.3333%;
    max-width: 33.3333%; */
    padding: 0 5px;
    margin-top: 10px;
}

.xw_xq .container .xqy .rmbq a span {
    height: 40px;
    padding: 0 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666666;
    font-size: 16px;
    border: 1px solid #999999;
    border-radius: 2px;
}

@media only screen and (max-width:1024px) {
    .xw_xq {
        padding: 50px 0;
    }
    .xw_xq .container .xqz {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .xw_xq .container .xqz .bt {
        font-size: 26px;
        line-height: 43px;
    }
    .xw_xq .container .xqz .bq .bq_z {
        flex: 0 0 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .xw_xq .container .xqz .bq .bq_y {
        flex: 0 0 100%;
        margin-top: 10px;
    }
    .xw_xq .container .xqz .bq {
        font-size: 20px;
    }
    .xw_xq .container .wz_nr {
        font-size: 19px;
        line-height: 34px;
    }
    .xw_xq .container .wz_nr .tp h5,
    .xw_xq .container .fenxinga {
        font-size: 19px;
    }
    .xw_xq .container .shan_xa a {
        flex: 0 0 100%;
        max-width: 100%;
        font-size: 19px;
    }
    .xw_xq .container .xqy {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
    }
    .xw_xq .container .xqy .xgw_z h5 {
        font-size: 19px;
        line-height: 37px;
    }
    .xw_xq .container .xqy .xgw_z h6 {
        font-size: 19px;
    }
    .xw_xq .container .xqy .rmbq a span {
        font-size: 19px;
        padding: 0 25px;
    }
}


/* 公司简介 */

.gy_mk1 {
    background: none;
    padding: 104px 0 108px;
}

.gy_mk1 .container .zuo {
    flex: 0 0 46.9%;
    max-width: 46.9%;
}

.gy_mk1 .container .you {
    flex: 0 0 48.57%;
    max-width: 48.57%;
}

.gy_mk1 .gy_bt1 h5 {
    font-size: 32px;
    font-family: 'ban1';
    color: #aaaaaa;
}

.gy_mk1 .gy_bt1 h6 {
    font-size: 26px;
    font-family: 'ban1';
    color: #000000;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.gy_mk1 .gy_bt1 h6 i {
    width: 76px;
    height: 2px;
    background-color: #999999;
    margin-left: 16px;
}

.gy_mk1 .container .zuo .mas {
    color: #646464;
    margin-top: 45px;
}

.gy_mk1 .container .zuo .zhusazi_zu {
    margin-top: 38px;
    padding-right: 0;
}

.gy_mk1 .zhusazi_zu .dange h5 {
    font-size: 15px;
    color: #646464;
}

.gy_mk1 .zhusazi_zu .dange h6 {
    font-size: 15px;
    color: #999999;
}

.gy_mk1 .zhusazi_zu .dange h5 i {
    font-size: 48px;
    font-family: "Arial";
    font-weight: bold;
    margin-right: 5px;
    background-image: -webkit-linear-gradient(bottom, #42d2d6, #4b87e2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	color:#00B277;
}

@media only screen and (max-width:1024px) {
    .gy_mk1 {
        padding: 50px 0;
    }
    .gy_mk1 .container .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gy_mk1 .container .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
    }
    .gy_mk1 .zhusazi_zu .dange h6 {
        font-size: 18px;
    }
    .gy_mk1 .gy_bt1 h5 {
        font-size: 30px;
    }
    .gy_mk1 .container .zuo .mas {
        margin-top: 29px;
    }
}


/* 企业文化 */

.gy_mk2 {
    padding: 100px 0;
    background-color: #f7f7f7;
}

.gy_mk2 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gy_mk2 .zuo {
    flex: 0 0 32.5%;
    max-width: 32.5%;
    /* height: 388px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
}

.gy_mk2 .zuo h5 {
    font-size: 36px;
    color: #fff;
    font-family: 'ban1';
}

.gy_mk2 .zuo h6 {
    font-size: 22px;
    color: #fff;
    font-family: 'ban2';
    text-transform: uppercase;
    margin-top: 10px;
    padding-bottom: 25px;
    position: relative;
}

.gy_mk2 .zuo h6::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 62px;
    height: 5px;
    background-color: #fff;
    border-radius: 50px;
    bottom: 0;
}

.gy_mk2 .zhong {
    flex: 0 0 20.8%;
    max-width: 20.8%;
}

.gy_mk2 .zhong .dandu {
    background-color: #fff;
    height: 116px;
    padding: 23px 30px 0;
    margin-top: 20px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gy_mk2 .zhong .dandu:hover {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    -ms-transform: translateX(12px);
    -o-transform: translateX(12px);
    transform: translateX(12px);
    box-shadow: 0 0 20px #e4e3e3;
}

.gy_mk2 .zhong .dandu:nth-child(1) {
    margin-top: 0;
}

.gy_mk2 .zhong .dandu h5 {
    font-size: 18px;
    font-family: 'ban1';
    color: #000;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gy_mk2 .zhong .dandu.on h5 {
    color: #00B277;
}

.gy_mk2 .zhong .dandu h6 {
    font-size: 18px;
    font-family: 'ban1';
    color: #aaaaaa;
    margin-top: 7px;
    padding-bottom: 30px;
    position: relative;
}

.gy_mk2 .zhong .dandu.on h6 {
    color: #555555;
}

.gy_mk2 .zhong .dandu h6:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 3px;
    background-color: #dddddd;
    content: '';
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gy_mk2 .zhong .dandu.on h6:after {
    width: 40px;
    background-color: #00B277;
}

.gy_mk2 .you {
    flex: 0 0 39.8%;
    max-width: 39.8%;
}

.gy_mk2 .you .dang {
    display: none;
    height: 100%;
    padding: 83px 40px 0 58px;
}

.gy_mk2 .you .dang h5 {
    font-size: 28px;
    color: #000;
    font-family: 'ban1';
}

.gy_mk2 .you .dang h3 {
    font-size: 33px;
    color: #00B277;
    font-family: 'ban1';
    margin-top: 10px;
}

.gy_mk2 .you .dang h6 {
    font-size: 17px;
    color: #aaaaaa;
    font-family: 'ban1';
    margin-top: 121px;
    /* text-transform: uppercase; */
    display: flex;
    align-items: center;
}

.gy_mk2 .you .dang h6 i {
    width: 30px;
    height: 2px;
    background-color: #dddddd;
    margin-left: 49px;
}

@media only screen and (max-width:1200px) {
    .gy_mk2 .zhong .dandu h6 {
        font-size: 14px;
    }
    .gy_mk2 .zhong .dandu {
        height: 87px;
        padding: 10px 18px 0;
    }
    .gy_mk2 .zhong .dandu h6 {
        padding-bottom: 11px;
    }
    .gy_mk2 .you .dang {
        padding: 38px 0 0 38px;
    }
}

@media only screen and (max-width:1024px) {
    .gy_mk2 {
        padding: 50px 0;
    }
    .gy_mk2 .zuo {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 191px 0;
    }
    .gy_mk2 .zhong {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
    }
    .gy_mk2 .zhong .dandu {
        height: auto;
        padding: 30px;
    }
    .gy_mk2 .zhong .dandu h5 {
        font-size: 24px;
    }
    .gy_mk2 .zhong .dandu h6 {
        font-size: 19px;
        padding-bottom: 24px;
    }
    .gy_mk2 .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
    }
    .gy_mk2 .you .dang {
        height: auto;
        padding: 30px;
    }
    .gy_mk2 .you .dang h3 {
        font-size: 30px;
    }
    .gy_mk2 .you .dang h5 {
        font-size: 26px;
    }
    .gy_mk2 .you .dang h6 {
        font-size: 19px;
    }
}


/* /发展历程 */

.gy_mk3 {
    padding: 90px 0 93px;
}

.gy_ggbt {
    text-align: center;
}

.gy_ggbt h5 {
    font-size: 36px;
    color: #000000;
    font-family: 'ban1';
}

.gy_ggbt h6 {
    font-size: 22px;
    color: #aaaaaa;
    font-family: 'ban2';
    text-transform: uppercase;
    padding-bottom: 25px;
    margin-top: 5px;
    position: relative;
}

.gy_ggbt h6::after {
    position: absolute;
    width: 62px;
    height: 5px;
    background-color: #00B277;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    content: '';
    bottom: 0;
}

.gy_mk3 .gy_ggbt h5,
.gy_mk3 .gy_ggbt h6 {
    color: #fff;
}

.gy_mk3 .gy_ggbt h6 {
    padding-bottom: 20px;
}

.gy_mk3 .gy_ggbt h6::after {
    background-color: #fff;
}

.gy_mk3 .fazhan_banner {
    position: relative;
}

.gy_mk3 .fazhan_banner .fzlc_ban {
    overflow: hidden;
    padding-top: 55px;
}

.gy_mk3 .fazhan_banner .nt {
    font-size: 22px;
    color: #ffffff;
    font-family: 'ban1';
    padding-bottom: 25px;
    position: relative;
    text-align: center;
}

.gy_mk3 .fazhan_banner .nt::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 100px;
}

.gy_mk3 .fazhan_banner .xia_hk {
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 28px;
    padding: 20px 23px 25px;
    min-height: 195px;
}

.gy_mk3 .fazhan_banner .xia_hk .dg {
    display: flex;
    flex-wrap: wrap;
    line-height: 30px;
    font-family: 'ban2';
    font-size: 15px;
    color: #ffffff;
}

.gy_mk3 .fazhan_banner .xia_hk .z {
    width: 35px;
}

.gy_mk3 .fazhan_banner .xia_hk .y {
    flex: 1;
}

.gy_mk3 .fazhan_banner::after {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    content: '';
    position: absolute;
    left: 0;
    top: 107px;
}

.gy_mk3 .fazhan_banner .swiper-button-next {
    right: -48px;
    top: 32%;
}

.gy_mk3 .fazhan_banner .swiper-button-prev {
    left: -48px;
    top: 32%;
}

@media only screen and (max-width:1500px) {
    .gy_mk3 .fazhan_banner .swiper-button-next,
    .gy_mk3 .fazhan_banner .swiper-button-prev {
        display: none;
    }
}

@media only screen and (max-width:1024px) {
    .gy_mk3 {
        padding: 50px 0;
    }
    .gy_ggbt h5 {
        font-size: 30px;
    }
    .gy_mk3 .gy_ggbt h6 {
        font-size: 19px;
    }
    .gy_mk3 .fazhan_banner .fzlc_ban {
        padding-top: 33px;
    }
    .gy_mk3 .fazhan_banner .xia_hk .dg {
        font-size: 19px;
        line-height: 37px;
    }
    .gy_mk3 .fazhan_banner::after {
        top: 85px;
    }
}


/* 企业荣誉 */

.gy_mk4 {
    padding: 85px 0 100px;
}

.gy_mk4 .rongyu_banner {
    position: relative;
}

.gy_mk4 .rongyu_banner .qyry_ban {
    padding-top: 47px;
    overflow: hidden;
}

.gy_mk4 .rongyu_banner .qyry_ban .ry_nr {
    padding: 24px 20px 35px;
    background-color: #f6f7f9;
}

.gy_mk4 .rongyu_banner .qyry_ban .ry_nr .shang {
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.gy_mk4 .rongyu_banner .qyry_ban .ry_nr .shang img {
    max-width: 100%;
    max-height: 100%;
}

.gy_mk4 .rongyu_banner .qyry_ban .ry_nr h5 {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
}

.gy_mk4 .rongyu_banner .swiper-button-next {
    right: -48px;
}

.gy_mk4 .rongyu_banner .swiper-button-prev {
    left: -48px;
}

@media only screen and (max-width:1500px) {
    .gy_mk4 .rongyu_banner .swiper-button-next,
    .gy_mk4 .rongyu_banner .swiper-button-prev {
        display: none;
    }
}

@media only screen and (max-width:1024px) {
    .gy_mk4 {
        padding: 50px 0;
    }
    .gy_mk4 .rongyu_banner .qyry_ban {
        padding-top: 35px;
    }
    .gy_mk4 .rongyu_banner .qyry_ban .ry_nr h5 {
        font-size: 19px;
    }
}


/* 工厂环境 */

.gy_mk5 {
    background-color: #f6f7f9;
    padding: 90px 0 60px;
}

.gy_mk5 .gchj_ban {
    padding: 48px 0 50px;
    overflow: hidden;
    position: relative;
}

.gy_mk5 .gchj_ban .nr {
    display: block;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gy_mk5 .gchj_ban .nr:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 10px #b1afaf;
}

.gy_mk5 .gchj_ban .nr img {
    width: 100%;
}

.gy_mk5 .gchj_ban .swiper-pagination .swiper-pagination-bullet {
    background-color: #c2c3c4;
    opacity: 1;
}

.gy_mk5 .gchj_ban .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #00B277;
}

@media only screen and (max-width:1024px) {
    .gy_mk5 {
        padding: 50px 0;
    }
    .gy_mk5 .gchj_ban {
        padding: 35px 0 50px;
    }
}


/* /单柜监控解决方案 */

.nei_ban1 .container {
    position: relative;
}

.nei_ban1 .rk {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #ffffff;
    width: 165px;
    height: 54px;
    border: 1px solid #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nei_ban1 .rk i {
    margin-left: 19px;
}

@media only screen and (max-width:1024px) {
    .nei_ban1 .rk {
        position: static;
        transform: translateY(0%);
        margin-top: 30px;
    }
}


/* 单柜监控解决方案 */

.fa_mk1 {
    padding: 85px 0 95px;
}

.fa_mk1 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fa_mk1 .container .dang {
    flex: 0 0 47.85%;
    max-width: 47.85%;
    background-color: #f6f7f9;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    padding: 40px 47px 40px 33px;
}

.fa_mk1 .container .dang:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 10px #cacaca;
}

.fa_mk1 .container .dang .bt {
    font-size: 24px;
    color: #ffffff;
    width: 166px;
    height: 56px;
    background-color: #00B277;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.fa_mk1 .container .dang .nr {
    font-size: 15px;
    color: #555555;
    margin-top: 30px;
    line-height: 27px;
}

@media only screen and (max-width:1024px) {
    .fa_mk1 {
        padding: 20px 0 50px;
    }
    .fa_mk1 .container .dang {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
        padding: 30px;
    }
    .fa_mk1 .container .dang .bt {
        height: 47px;
    }
    .fa_mk1 .container .dang .nr {
        font-size: 19px;
        line-height: 37px;
    }
}


/* 方案概述 */

.fa_mk2 {
    background-color: #f6f7f9;
    padding: 94px 0 100px;
}

.fa_mk2 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.fa_mk2 .container .zuo {
    flex: 0 0 46.5%;
    max-width: 46.5%;
}

.fa_mk2 .container .you {
    flex: 0 0 47.3%;
    max-width: 47.3%;
    background-color: #fff;
    padding: 40px 30px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fa_mk2 .container .you img {
    max-width: 100%;
}


/*  方案概述*/

.jj_ggbt {
    text-align: center;
    position: relative;
    font-size: 38px;
    color: #333333;
    font-family: 'ban2';
    padding-bottom: 25px;
}

.jj_ggbt::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    bottom: 0;
    width: 72px;
    height: 5px;
    background-color: #00B277;
    border-radius: 10px;
}

.fa_mk2 .jj_ggbt {
    text-align: left;
}

.fa_mk2 .jj_ggbt::after {
    left: 0;
    transform: translateX(0);
}

.fa_mk2 .zuo h6 {
    font-size: 15px;
    font-family: 'ban2';
    color: #333333;
    line-height: 34px;
    margin-top: 46px;
}

@media only screen and (max-width:1024px) {
    .fa_mk2 {
        padding: 50px 0;
    }
    .jj_ggbt {
        font-size: 30px;
    }
    .fa_mk2 .container .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .fa_mk2 .zuo h6 {
        font-size: 19px;
        line-height: 35px;
        margin-top: 22px;
    }
    .fa_mk2 .container .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
    }
}


/* 方案优势 */

.fa_mk3 {
    padding: 100px 0 110px;
}

.fa_mk3 .zuoyou {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-top: 30px;
}

.fa_mk3 .zuoyou .dang {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 15px;
    margin-top: 30px;
}

.fa_mk3 .zuoyou .dang .nr {
    border-radius: 5px;
    background-color: #f6f7f9;
    min-height: 330px;
    padding: 50px 24px 30px;
    display: flex;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.fa_mk3 .zuoyou .dang .nr:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 10px #cacaca;
}

.fa_mk3 .zuoyou .dang .nr img {
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.fa_mk3 .zuoyou .dang .nr:hover img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.fa_mk3 .zuoyou .dang .nr h5 {
    font-size: 22px;
    color: #333333;
    margin-top: 50px;
}

.fa_mk3 .zuoyou .dang .nr h6 {
    font-size: 16px;
    color: #777777;
    margin-top: 20px;
    text-align: center;
    line-height: 30px;
}

@media only screen and (max-width:1200px) {
    .fa_mk3 .zuoyou .dang {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width:1024px) {
    .fa_mk3 {
        padding: 50px 0;
    }
    .fa_mk3 .zuoyou .dang {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .fa_mk3 .zuoyou {
        padding-top: 5px;
    }
    .fa_mk3 .zuoyou .dang .nr h6 {
        font-size: 19px;
        line-height: 33px;
    }
}


/* 应用场景 */

.fa_mk4 {
    background-color: #f6f7f9;
    padding: 105px 0 111px;
}

.fa_mk4 .yycj_banner {
    margin-top: 65px;
    position: relative;
}

.fa_mk4 .yycj_banner .yycj_ban {
    overflow: hidden;
}

.fa_mk4 .yycj_banner .yycj_ban .nr {
    border: 2px solid #87b6f3;
}

.fa_mk4 .yycj_banner .yycj_ban .nr img {
    width: 100%;
}

.fa_mk4 .yycj_banner .swiper-button-next {
    right: -50px;
}

.fa_mk4 .yycj_banner .swiper-button-prev {
    left: -50px;
}

@media only screen and (max-width:1500px) {
    .fa_mk4 .yycj_banner .swiper-button-next,
    .fa_mk4 .yycj_banner .swiper-button-prev {
        display: none;
    }
}

@media only screen and (max-width:1024px) {
    .fa_mk4 {
        padding: 50px 0;
    }
    .fa_mk4 .yycj_banner {
        margin-top: 35px;
    }
}


/* 相关案例 */

.fa_mk5 {
    padding: 95px 0 105px;
}

.fa_mk5 .nr_zy {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
}

.fa_mk5 .nr_zy .dang {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 20px;
}

.fa_mk5 .xsrk {
    font-size: 26px;
    color: #ffffff;
    width: 236px;
    height: 76px;
    background-color: #00B277;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 55px;
    border: 1px solid #00B277;
}

.fa_mk5 .xsrk:hover {
    background-color: #ffffff;
    color: #00B277;
}

.fa_mk5 .xsrk i {
    margin-left: 20px;
    font-size: 36px;
}

@media only screen and (max-width:1200px) {
    .fa_mk5 .nr_zy .dang {
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 30px;
    }
    .fa_mk5 .nr_zy {
        margin-top: 25px;
    }
}

@media only screen and (max-width:1024px) {
    .fa_mk5 {
        padding: 50px 0;
    }
    .fa_mk5 .nr_zy .dang {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .fa_mk5 .xsrk {
        font-size: 21px;
    }
}


/* 深圳市云海网能科技有限公司 */

.lianxi_mk1 {
    padding: 75px 0 95px;
}

.lianxi_mk1 .lx_shang {
    display: flex;
    flex-wrap: wrap;
}

.lianxi_mk1 .lx_shang .zuo_z {
    flex: 0 0 50%;
    max-width: 50%;
    background-color: #cacaca;
}

.lianxi_mk1 .lx_shang .you_y {
    flex: 0 0 50%;
    max-width: 50%;
    background-color: #f7f7f7;
    padding: 50px;
}

.lianxi_mk1 .lx_shang .you_y h5 {
    font-family: 'ban1';
    font-size: 26px;
    color: #000000;
}

.lianxi_mk1 .lx_shang .you_y .zy_dz {
    display: flex;
    flex-wrap: wrap;
}

.lianxi_mk1 .lx_shang .you_y .zy_dz .dg_dz {
    margin-top: 37px;
    font-family: 'ban2';
}

.lianxi_mk1 .lx_shang .you_y .zy_dz .dg_dz:nth-child(3) {
    margin-left: 180px;
}

.lianxi_mk1 .lx_shang .you_y .zy_dz h6 {
    font-size: 18px;
    color: #999999;
}

.lianxi_mk1 .lx_shang .you_y .zy_dz h4 {
    font-size: 20px;
    color: #323232;
    margin-top: 20px;
}

.lianxi_mk1 .lx_xia {
    margin-top: 53px;
}

.lianxi_mk1 .lx_xia .bt {
    font-size: 20px;
    color: #323232;
    font-family: 'ban1';
}

.lianxi_mk1 .lx_xia .qiehuan_zy {
    margin-top: 30px;
}

.lianxi_mk1 .lx_xia .qiehuan_zy .sh_head {
    display: flex;
    flex-wrap: wrap;
}

.lianxi_mk1 .lx_xia .qiehuan_zy .sh_head .dandu {
    font-size: 16px;
    color: #6d6d6d;
    margin-left: 48px;
}

.lianxi_mk1 .lx_xia .qiehuan_zy .sh_head .dandu:nth-child(1) {
    margin-left: 0;
}

.lianxi_mk1 .lx_xia .qiehuan_zy .sh_head .dandu.on {
    color: #00B277;
}

.lianxi_mk1 .lx_xia .qiehuan_zy .x_body {
    margin-top: 30px;
}

.lianxi_mk1 .lx_xia .qiehuan_zy .x_body .dang {
    display: none;
}

.lianxi_mk1 .lx_xia .qiehuan_zy .x_body .zuoyou {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lianxi_mk1 .lx_xia .qiehuan_zy .x_body .zuoyou .zt {
    flex: 0 0 47.6%;
    max-width: 47.6%;
}

.lianxi_mk1 .lx_xia .qiehuan_zy .x_body .zuoyou .zt img {
    width: 100%;
}

.lianxi_mk1 .lx_xia .qiehuan_zy .x_body .zuoyou .yz {
    flex: 0 0 48.9%;
    max-width: 48.9%;
    background-color: #f7f7f7;
    padding: 50px;
}

.lianxi_mk1 .lx_xia .qiehuan_zy .x_body .yz h5 {
    font-size: 25px;
    padding-left: 20px;
    position: relative;
    color: #000;
    line-height: 1;
}

.lianxi_mk1 .lx_xia .qiehuan_zy .x_body .yz h5::after {
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00B277;
    content: '';
    position: absolute;
}

.lianxi_mk1 .lx_xia .qiehuan_zy .x_body .yz h6 {
    font-size: 16px;
    color: #83777b;
    line-height: 33px;
    margin-top: 25px;
}

@media only screen and (max-width:1400px) {
    .lianxi_mk1 .lx_shang .you_y {
        padding: 32px;
    }
}

@media only screen and (max-width:1200px) {
    .lianxi_mk1 .lx_shang .you_y .zy_dz h4 {
        font-size: 16px;
    }
    .lianxi_mk1 .lx_xia .qiehuan_zy .sh_head .dandu {
        margin-left: 32px;
    }
    .lianxi_mk1 .lx_xia .qiehuan_zy .x_body .zuoyou .yz {
        padding: 27px;
    }
}

@media only screen and (max-width:1024px) {
    .lianxi_mk1 {
        padding: 50px 0;
    }
    .lianxi_mk1 .lx_shang .zuo_z {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .lianxi_mk1 .lx_shang .you_y {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
    }
    .lianxi_mk1 .lx_shang .you_y .zy_dz .dg_dz {
        margin-top: 29px;
    }
    .lianxi_mk1 .lx_shang .you_y .zy_dz h6 {
        font-size: 22px;
    }
    .lianxi_mk1 .lx_shang .you_y .zy_dz h4 {
        font-size: 20px;
        line-height: 32px;
    }
    .lianxi_mk1 .lx_shang .you_y .zy_dz .dg_dz:nth-child(3) {
        margin-left: 161px;
    }
    .lianxi_mk1 .lx_xia .bt {
        font-size: 22px;
    }
    .lianxi_mk1 .lx_xia .qiehuan_zy .sh_head .dandu {
        font-size: 20px;
        margin-left: 0;
        padding: 10px 20px;
        border: 1px solid rgba(255, 255, 255, 0);
    }
    .lianxi_mk1 .lx_xia .qiehuan_zy .sh_head .dandu.on {
        border: 1px solid #00B277;
    }
    .lianxi_mk1 .lx_xia .qiehuan_zy .x_body .zuoyou .zt {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .lianxi_mk1 .lx_xia .qiehuan_zy .x_body .zuoyou .yz {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .lianxi_mk1 .lx_xia .qiehuan_zy .x_body .yz h5 {
        font-size: 22px;
    }
    .lianxi_mk1 .lx_xia .qiehuan_zy .x_body .yz h6 {
        font-size: 19px;
    }
}


/* 访客留言 */

.lianxi_mk2 {
    background-color: #f7f7f7;
    padding: 89px 0 100px;
}

.lianxi_mk2 .bt01 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    border-left: 6px solid #00B277;
}

.lianxi_mk2 .bt01 h5 {
    font-size: 26px;
    color: #3d3d3d;
    font-family: 'ban1';
    line-height: 1;
    padding-left: 20px;
}

.lianxi_mk2 .bt01 h6 {
    font-size: 20px;
    color: #aaaaaa;
    font-family: 'ban2';
    line-height: 1;
    padding-left: 10px;
}

.lianxi_mk2 .biaodan {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.lianxi_mk2 .biaodan .zuo {
    flex: 0 0 42.7%;
    max-width: 42.7%;
}

.lianxi_mk2 .biaodan .you {
    flex: 0 0 53.7%;
    max-width: 53.7%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lianxi_mk2 .biaodan .zuo textarea {
    border: 1px solid #e4e4e4;
    width: 100%;
    background-color: #fff;
    height: 280px;
    padding: 20px;
    color: #757575;
    font-size: 18px;
    border-radius: 20px;
}

.lianxi_mk2 .biaodan .you input {
    border: 1px solid #e4e4e4;
    width: 47%;
    background-color: #fff;
    height: 65px;
    padding-left: 20px;
    color: #757575;
    font-size: 18px;
    border-radius: 50px;
    margin-top: 40px;
    outline: none;
}

.lianxi_mk2 .biaodan .you input:nth-child(1),
.lianxi_mk2 .biaodan .you input:nth-child(2) {
    margin-top: 0;
}

.lianxi_mk2 .biaodan .you button {
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
    margin-top: 40px;
    width: 200px;
    height: 68px;
    background-color: #3d3d3d;
}

@media only screen and (max-width:1024px) {
    .lianxi_mk2 {
        padding: 50px 0;
    }
    .lianxi_mk2 .biaodan .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .lianxi_mk2 .biaodan .zuo textarea {
        font-size: 20px;
    }
    .lianxi_mk2 .biaodan .you {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .lianxi_mk2 .biaodan .you input {
        margin-top: 28px;
    }
    .lianxi_mk2 .biaodan .you input {
        width: 100%;
        font-size: 20px;
    }
    .lianxi_mk2 .biaodan .you input:nth-child(1),
    .lianxi_mk2 .biaodan .you input:nth-child(2) {
        margin-top: 28px;
    }
    .lianxi_mk2 .biaodan .you button {
        width: 100%;
        font-size: 21px;
    }
    .x_content .link {
        width: 100%;
    }
    .header .nav .e_j.x .zip {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .shang_right {
        font-size: 21px;
        padding-left: 0;
        margin-top: 50px;
    }
}

/*产品详情*/
.gg_you { flex: 0 0 77.15%; max-width: 77.15%; }
.gg_you .cpxq_ggbt { margin-top: 40px; font-size: 16px; color: #0348a3; font-weight: bold; padding-bottom: 16px; position: relative; border-bottom: 2px solid #f6f6f6; }
.gg_you .cpxq_ggbt::after { width: 32px; height: 2px; background-color: #0348a3; position: absolute; left: 0; bottom: -2px; content: ''; }

.gg_you .cpxq_ggbt_new { margin-top: 40px; font-size: 16px; color: #0348a3; font-weight: bold; padding-bottom: 16px; position: relative; border-bottom: 2px solid #f6f6f6; }
.gg_you .cpxq_ggbt_new h1 { font-size:24px;}
.gg_you .cpxq_ggbt_new::after { width: 0%; height: 2px; background-color: #0348a3; position: absolute; left: 0; bottom: -2px; content: ''; }


.cp_lbzy .gg_you .sh_dxtu { display: flex; justify-content: space-between; flex-wrap: wrap; }
.cp_lbzy .gg_you .sh_dxtu .dxt_zuo { flex: 0 0 45%; max-width: 45%; }
.cp_lbzy .gg_you .sh_dxtu .dxt_zuo .cpxq_da, .cp_lbzy .gg_you .sh_dxtu .dxt_zuo .cpxq_xiao { overflow: hidden; }
.cp_lbzy .gg_you .sh_dxtu .dxt_zuo .cpxq_da .neirong { background-color: #fafafa; height: 370px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; padding: 5px; }
.cp_lbzy .gg_you .sh_dxtu .dxt_zuo .cpxq_da .neirong img, .cp_lbzy .gg_you .sh_dxtu .dxt_zuo .cpxq_xiao .neirong img { max-width: 100%; max-height: 100%; }
.cp_lbzy .gg_you .sh_dxtu .dxt_zuo .cpxq_xiao { margin-top: 5px; }
.cp_lbzy .gg_you .sh_dxtu .dxt_zuo .cpxq_xiao .neirong { height: 90px; background-color: #fafafa; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; padding: 10px; }
.cp_lbzy .gg_you .sh_dxtu .dxt_you { flex: 0 0 52.4%; max-width: 52.4%; }
.cp_lbzy .gg_you .sh_dxtu .dxt_you h5,.cp_lbzy .gg_you .sh_dxtu .dxt_you h1 { font-size: 25px; color: #333333; }
.cp_lbzy .gg_you .sh_dxtu .dxt_you h6 { font-size: 15px; color: #888888; margin-top: 17px; line-height: 28px; }
.cp_lbzy .gg_you .sh_dxtu .dxt_you .dianhua { margin-top: 30px; display: flex; align-items: center; flex-wrap: wrap; }
.cp_lbzy .gg_you .sh_dxtu .dxt_you .dianhua span { font-size: 16px; color: #999999; font-weight: bold; margin-left: 7px; }
.cp_lbzy .gg_you .sh_dxtu .dxt_you .dianhua em { font-size: 26px; color: #004096; font-family: "ban1"; margin-left: 10px; }
.cp_lbzy .gg_you .sh_dxtu .dxt_you .mfzx { font-size: 16px; color: #ffffff; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; width: 144px; height: 48px; background-color: #0049ab; border-radius: 5px; margin-top: 27px; }
.cp_lbzy .gg_you .cpxq_mk1 { margin-top: 18px; }
.cp_lbzy .gg_you .cpxq_mk1 .sh_sang { background-color: #f7f7f7; padding: 30px 10px 40px; display: flex; flex-wrap: wrap; }
.cp_lbzy .gg_you .cpxq_mk1 .sh_sang .dange { flex: 0 0 33.3333%; max-width: 33.3333%; padding: 10px 30px; display: flex; justify-content: center; align-items: center; /* 换主轴方向 */
flex-direction: column; }
.cp_lbzy .gg_you .cpxq_mk1 .sh_sang .dange h5 { text-align: center; font-size: 20px; color: #555555; margin-top: 17px; }
.cp_lbzy .gg_you .cpxq_mk1 .sh_sang .dange h6 { text-align: center; font-size: 15px; color: #777777; margin-top: 13px; line-height: 23px; }
.cp_lbzy .gg_you .cpxq_mk1 .xia_biao { margin-top: 18px; }
.cp_lbzy .gg_you .cpxq_mk1 .xia_biao img { width: 100%; }
.cp_lbzy .gg_you .cpxq_mk2 { font-size: 15px; color: #666; margin-top: 17px; line-height: 1.75em; }
.cp_lbzy .gg_you .cpxq_mk2 .nr_wz img { max-width:100%;}
.cp_lbzy .gg_you .cpxq_mk2 .nr_wz a { color: #555;}
.cp_lbzy .gg_you .cpxq_mk2 .xia_dt { display: flex; flex-wrap: wrap; margin-top: 22px; }
.cp_lbzy .gg_you .cpxq_mk2 .xia_dt .dt_z { flex: 0 0 63%; max-width: 63%; }
.cp_lbzy .gg_you .cpxq_mk2 .xia_dt .dt_y { flex: 1; background-color: #f8f8f8; padding-left: 34px; padding-right: 68px; display: flex; justify-content: center; /* align-items: center; */
    /* 换主轴方向 */
flex-direction: column; }

.cp_lbzy .gg_you .cpxq_mk2 .xia_dt .dt_y h5 { font-size: 16px; color: #0049ab; font-weight: bold; }
.cp_lbzy .gg_you .cpxq_mk2 .xia_dt .dt_y h6 { font-size: 15px; color: #888888; line-height: 27px; margin-top: 13px; }
.cp_lbzy .gg_you .cpxq_mk3 { padding-top: 12px; display: flex; justify-content: space-between; flex-wrap: wrap; padding-bottom: 10px; }
.cp_lbzy .gg_you .cpxq_mk3 input { width: 48%; height: 55px; border: 1px solid #dddddd; margin-top: 15px; padding-left: 20px; }
.cp_lbzy .gg_you .cpxq_mk3 textarea { width: 100%; height: 147px; border: 1px solid #dddddd; margin-top: 15px; padding-left: 20px; padding-top: 20px; }
.cp_lbzy .gg_you .cpxq_mk3 button { font-size: 17px; color: #ffffff; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin-top: 26px; width: 144px; height: 48px; border-radius: 5px; background-color: #0049ab; }
.cp_lbzy .gg_you .cpxq_mk3 .lia_an { display: flex; align-items: center; flex-wrap: wrap; }
.cp_lbzy .gg_you .cpxq_mk3 .lia_an button:nth-child(2) { margin-left: 15px; }
@media only screen and (max-width:1200px) {
.gg_zuo { flex: 0 0 21.7%; max-width: 21.7%; }
.gg_you { flex: 0 0 76%; max-width: 76%; }
}

/* 相关产品 */

.cp_lbzy .cpxq_mk4 { display: flex; flex-wrap: wrap; margin: 0 -7px; }
.cp_lbzy .cpxq_mk4 .dange { flex: 0 0 33.3333%; max-width: 33.3333%; margin-top: 20px; padding: 0 7px; }
.cp_lbzy .cpxq_mk4 .dange .dgcp { display: block; padding: 30px 18px; border: 1px solid #e7e7e7; }
.cp_lbzy .cpxq_mk4 .dange .dgcp .shang { height: 280px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
.cp_lbzy .cpxq_mk4 .dange .dgcp .shang img { max-width: 100%; max-height: 100%; }
.cp_lbzy .cpxq_mk4 .dange .dgcp .xia { text-align: center; }
.cp_lbzy .cpxq_mk4 .dange .dgcp .xia h5 { font-size: 16px; color: #666666; margin-top: 5px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; }
.cp_lbzy .cpxq_mk4 .dange .dgcp .xia h6 { font-size: 14px; color: #888888; line-height: 25px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; margin-top: 13px; }

/* 相关资讯 */
.cpxq_mk5 { padding-top: 15px; }
.cpxq_mk5 .shang_cw { display: flex; flex-wrap: wrap; }
.cpxq_mk5 .shang_cw .zuo { width: 267px; overflow: hidden; }
.cpxq_mk5 .shang_cw .zuo img { width: 100%; transition: all .5s; -o-transition: all .5s; -ms-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; }
.cpxq_mk5 .shang_cw:hover .zuo img { transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); -moz-transform: scale(1.1); }
.cpxq_mk5 .shang_cw .you { flex: 1; /*background-color: #f5f5f5;*/ padding: 35px 50px 30px 30px; }
.cpxq_mk5 .shang_cw .you h5 { font-size: 20px; color: #333333; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; }
.cpxq_mk5 .shang_cw .you h6 { font-size: 15px; color: #888888; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; line-height: 24px; margin-top: 10px; }
.cpxq_mk5 .shang_cw .you .ck { font-size: 15px; color: #ffffff; margin-top: 27px; width: 188px; height: 46px; background-color: #1457b2; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; border-radius: 5px; }
.cpxq_mk5 .xia_cw { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 20px; }
.cpxq_mk5 .xia_cw a { display: block; flex: 0 0 46.7%; max-width: 46.7%; font-size: 16px; color: #666666; margin-top: 20px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; }
 @media only screen and (max-width:1200px) {
.cp_xiangq .gg_you .cpxq_mk2 .xia_dt .dt_y { padding-right: 20px; padding-left: 20px; }
}


.xia_biao table { border: 1px solid #eee; background-color: #fff; border-collapse: collapse; }
.xia_biao table tr:nth-child(2n) { background-color: #f7f7f7; }
.xia_biao table td { padding: 15px; line-height: 1.6; color: #777; }
.xia_biao table td:first-child { width: 16%; color: #333; text-align: center; }
.hsbg { background: #666; color: #fff!important }


@media only screen and (max-width:1024px) {
.gg_zuo { flex: 0 0 100%; max-width: 100%; }
.gg_zuo .jszc { font-size: 21px; height: 46px; }
.gg_zuo .jszc i { width: 30px; height: 30px; font-size: 23px; top: 9px; }
.nei_mbx .container { font-size: 18px; }
.gg_zuo .dang_a_btr a { font-size: 19px; margin-top: 18px; }
.x_a_suo { display: none; }
.cp_xiangq .gg_zuo .cp_xy h5 { font-size: 22px; }
.cp_xiangq .gg_zuo .cp_xy h6 { font-size: 18px; margin-top: 18px; line-height: 27px; }
.cp_xiangq .gg_zuo .cp_xy .shang { height: 164px; }
.gg_you { flex: 0 0 100%; max-width: 100%; margin-top: 50px; }
.cp_lbzy .gg_you .sh_dxtu .dxt_zuo { flex: 0 0 100%; max-width: 100%; }
.cp_lbzy .gg_you .sh_dxtu .dxt_you { flex: 0 0 100%; max-width: 100%; margin-top: 50px; }
.cp_lbzy .gg_you .sh_dxtu .dxt_you h6 { font-size: 19px; line-height: 34px; }
.cp_lbzy .gg_you .sh_dxtu .dxt_zuo .cpxq_xiao .neirong { height: 165px; }
.cp_lbzy .gg_you .sh_dxtu .dxt_zuo .cpxq_da .neirong { height: 406px; }
.cp_lbzy .gg_you .sh_dxtu .dxt_you .dianhua span { font-size: 20px; }
.cp_lbzy .gg_you .sh_dxtu .dxt_you .mfzx { font-size: 20px; width: 164px; height: 58px; }
.gg_you .cpxq_ggbt { font-size: 22px; }
.cp_lbzy .gg_you .cpxq_mk1 .sh_sang .dange { flex: 0 0 100%; max-width: 100%; padding: 15px 30px; }
.cp_lbzy .gg_you .cpxq_mk1 .sh_sang { padding: 20px 0; }
.cp_lbzy .gg_you .cpxq_mk1 .sh_sang .dange h6 { font-size: 19px; }
.cp_lbzy .gg_you .cpxq_mk2 { font-size: 19px; line-height: 32px; }
.cp_lbzy .gg_you .cpxq_mk2 .xia_dt .dt_z { flex: 0 0 100%; max-width: 100%; }
.cp_lbzy .gg_you .cpxq_mk2 .xia_dt .dt_y { padding: 30px; flex: 0 0 100%; max-width: 100%; }
.cp_lbzy .gg_you .cpxq_mk2 .xia_dt .dt_y h5 { font-size: 22px; }
.cp_lbzy .gg_you .cpxq_mk2 .xia_dt .dt_y h6 { font-size: 18px; line-height: 33px; }
.cp_lbzy .gg_you .cpxq_mk3 input { width: 100%; height: 65px; font-size: 20px; }
.cp_lbzy .gg_you .cpxq_mk3 textarea { height: 200px; font-size: 20px; }
.cp_lbzy .gg_you .cpxq_mk3 button { width: auto; font-size: 20px; flex: 0 0 48%; height: 67px; }
.cp_lbzy .gg_you .cpxq_mk3 .lia_an { width: 100%; }
.cp_lbzy .cpxq_mk4 .dange { flex: 0 0 100%; max-width: 100%; }
.cp_lbzy .cpxq_mk4 .dange .dgcp .xia h5 { font-size: 22px; }
.cp_lbzy .cpxq_mk4 .dange .dgcp .xia h6 { font-size: 19px; line-height: 30px; }
.cp_lbzy .cpxq_mk4 .dange .dgcp .shang { height: 161px; }
.cpxq_mk5 .shang_cw .zuo { width: 100%; }
.cpxq_mk5 .shang_cw .you h5 { font-size: 22px; }
.cpxq_mk5 .shang_cw .you h6 { font-size: 19px; line-height: 31px; }
.cpxq_mk5 .shang_cw .you .ck { width: 214px; height: 56px; font-size: 20px; }
.cpxq_mk5 .xia_cw a { flex: 0 0 100%; max-width: 100%; font-size: 19px; }
}