@font-face {
    font-family: 'fangzhang';
    src: url('../font/方正粗倩简体.ttf');
}

@font-face {
    font-family: 'bold';
    src: url('../font/SOURCEHANSANSSC-BOLD.OTF');
}

@font-face {
    font-family: 'zc';
    src: url('../font/SourceHanSansSC-Normal.otf');
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif, "SimHei", "PingFang SC", "Source Han Sans CN";
    color: #000;
    padding: 0!important;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow-x: hidden;
}

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

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,
.h3,
h1,
h2,
h3,
p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
}

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

button {
    overflow: visible;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    border: none;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

li {
    list-style: none;
}

a {
    color: #1e1e1e;
    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 {
    text-decoration: none !important;
    color: inherit;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

button:focus {
    outline: none;
}


/* 整体 */

.e_m {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    display: none;
}

.e_m .n_r {
    width: 285px;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.e_m .n_r img {
    width: 100%;
    height: auto;
    display: block;
}

.e_m .n_r p {
    font-size: 15px;
    color: #888;
    margin-top: 10px;
}

@media only screen and (max-width: 640px) {
    .e_m .n_r {
        width: 230px;
        padding: 15px;
    }
    .e_m .n_r p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 992px) {
    html.on {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
    }
}

@media only screen and (max-width: 992px) {
    body.on {
        transform: translateX(-60%);
        -webkit-transform: translateX(-60%);
        -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        -o-transform: translateX(-60%);
    }
}

@media only screen and (max-width: 992px) {
    .sj_bj {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 999999999999999999999;
        display: none;
    }
}

:focus {
    outline: none;
}

:root {
    --theme-color: #008b62;
}

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

@media only screen and (min-width: 992px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1230px;
        padding: 0 15px;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1460px;
        padding: 0 15px;
    }
}

.pc_ban {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.pc_ban .container {
    height: 100%;
    padding-top: 161px;
    letter-spacing: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.pc_ban .container h4 {
    font-size: 100px;
    color: #ffffff;
    font-weight: bold;
    line-height: 122px;
}

.pc_ban .container h5 {
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 40px;
}

.pc_ban .container h6 {
    font-size: 28px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 25px;
}

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

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

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

.pc_ban .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    bottom: 30px;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 100px;
    opacity: .9;
    background-color: #fff;
    margin: 0 15px;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet-active {
    background: url(../images/dian_01.png) no-repeat;
    width: 29px;
    height: 29px;
}

.pc_ban .swiper-wrapper {
    height: 100%;
}

.pc_ban .swiper-wrapper .swiper-slide {
    height: 100%;
}

.pc_ban .swiper-wrapper .swiper-pagination {
    bottom: 83px;
}

.pc_ban .sw_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: all 5s;
    -o-transition: all 5s;
    -ms-transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
}

.pc_ban .swiper-slide-active .sw_bg {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

@media only screen and (max-width:1400px) {
    .pc_ban .container h4 {
        font-size: 54px;
        line-height: 77px;
    }
    .pc_ban .container h5 {
        font-size: 25px;
    }
    .pc_ban .container h6 {
        font-size: 22px;
    }
    .pc_ban .container {
        padding-top: 0;
    }
}

@media only screen and (max-width:1024px) {
    .pc_ban {
        height: 400px;
    }
    .pc_ban .container h4 {
        font-size: 30px;
        line-height: 42px;
    }
    .pc_ban .container h5 {
        font-size: 20px;
    }
    .pc_ban .container h6 {
        font-size: 20px;
    }
}


/* about */

.about .about_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_row .about_col {
    width: calc((100% - 50px) / 2);
}

.about_col .img {
    padding: 20px;
    /*aspect-ratio: 720 / 599;*/
    position: relative;
    height: 100%;
}

.about_col .img .mask {
    opacity: 0.21;
    background-color: #fff;
    padding: 20px;
    height: 100%;
}

.about_col .img>img {
    position: absolute;
    top: 47px;
    left: 47px;
}

.about_r {
    background: linear-gradient(45deg, rgba(255, 255, 255, .6), rgba(255, 255, 255, .6)), url(../images/about_back11.png) bottom right no-repeat;
    background-size: 432px;
    padding: 40px 40px 40px 0;
}

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

.about_col .title h3 {
    font-size: 20px;
    line-height: 1.4;
}

.about_col .title h2 {
    color: #336d9e;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    text-align: right;
    opacity: .41;
}

.about_col .about_des {
    line-height: 2;
    color: #252525;
    margin: 20px 0 25px;
}

.about_r li {
    background: url(../images/about_ul.png) no-repeat;
    width: 83px;
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.about_r li:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.about_r li .ab {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 15px;
}

.about_r li span {
    font-size: 12px;
}

.about_r ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about {
    margin-top: 30px;
}

.about_row {
    box-shadow: 0 22px 22px #e2e2e2;
}

.about_r .ckag {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #ffffff;
    width: 100px;
    height: 25px;
    background-color: #7d86ab;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 35px;
}

@media only screen and (max-width:1440px) {
    .about_row .about_col {
        width: calc((100% - 33px) / 2);
    }
    .about .about_row .zuo {
        display: flex;
        align-items: center;
    }
    .about_col .img {
        width: 100%;
    }
}

@media only screen and (max-width:1024px) {
    .about_row .about_col {
        width: 100%;
    }
    .about_r {
        padding: 30px;
    }
    .about_col .about_des {
        font-size: 19px;
        line-height: 35px;
    }
    .about_r li {
        background: none;
    }
    .about_r li {
        width: auto;
        height: auto;
        font-size: 28px;
    }
    .about_r li span {
        font-size: 19px;
    }
    .about_r li .ab {
        right: -9px;
        top: 2px;
        font-size: 17px;
    }
    .about_r .ckag {
        width: 159px;
        height: 45px;
        font-size: 20px;
    }
}


/* about */


/* 核心产品 */

.product {
    padding-top: 65px;
}

.product .hxcp_nr {
    box-shadow: 0 0 20px #c8cfd0;
    padding: 168px 110px 107px;
}

.product .cp_ban {
    overflow: hidden;
}

.product .cp_ban .nr {
    display: block;
}

.product .cp_ban .nr .shang {
    height: 212px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    overflow: hidden;
}

.product .cp_ban .nr .shang 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;
}

.product .cp_ban .nr: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);
}

.product .cp_ban .nr .xia {
    height: 100px;
    background-color: #c7c7c7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 19px;
    color: #0073a2;
    font-weight: bold;
}

.product .hxcp_nr {
    position: relative;
}

.ggbt {
    position: relative;
    padding-left: 80px;
    color: #7f7a7a;
}

.ggbt::after {
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 59px;
    background: url(../images/xain.png);
    position: absolute;
    content: '';
}

.ggbt h5 {
    font-size: 27px;
    font-weight: bold;
}

.product .hxcp_nr .ggbt {
    position: absolute;
    top: 45px;
    left: 0;
    color: #fff;
}

.product .wzms {
    font-size: 23px;
    color: #202020;
    line-height: 52px;
    margin-top: 60px;
    text-align: center;
}

.product .ckqb {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 55px;
    width: 250px;
    height: 52px;
    background-color: #4e4e4e;
    border: 1px solid #4e4e4e;
    font-size: 26px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0 21px 50px #4e4e4e;
}

.product .ckqb:hover {
    background: none;
    color: #4e4e4e;
}

@media only screen and (max-width:1024px) {
    .product .hxcp_nr {
        padding: 50px 30px;
    }
    .product .hxcp_nr .ggbt {
        position: relative;
        top: 0;
        left: 0;
    }
    .ggbt {
        padding-left: 35px;
    }
    .ggbt::after {
        left: 0;
    }
    .product .cp_ban {
        margin-top: 30px;
    }
    .ggbt h5 {
        font-size: 24px;
    }
    .product .wzms {
        font-size: 19px;
        line-height: 35px;
        margin-top: 36px;
    }
    .product .ckqb {
        margin-top: 29px;
    }
    .product .ckqb {
        font-size: 20px;
    }
    .product .cp_ban .nr .shang {
        height: 252px;
    }
}


/* 服务范围 */

.fuwu {
    padding: 85px 0 80px;
}

.fuwu .fuwu_nr {
    margin-top: 30px;
    padding: 55px 26px 56px;
    box-shadow: 0 30px 35px #cacaca;
}

.fuwu .fuwu_nr .zuoy {
    display: flex;
    flex-wrap: wrap;
}

.fuwu .fuwu_nr .dnage {
    margin-top: 15px;
    flex: 0 0 25%;
    padding: 0 10px;
}

.fuwu .fuwu_nr .dnage:nth-child(1) .bai_nr {
    background: url(../images/bgxiao_03.jpg) no-repeat center / cover;
}

.fuwu .fuwu_nr .dnage:nth-child(2) .bai_nr {
    background: url(../images/bgxiao_05.jpg) no-repeat center / cover;
}

.fuwu .fuwu_nr .dnage:nth-child(3) .bai_nr {
    background: url(../images/bgxiao_07.jpg) no-repeat center / cover;
}

.fuwu .fuwu_nr .dnage:nth-child(4) .bai_nr {
    background: url(../images/bgxiao_09.jpg) no-repeat center / cover;
}

.fuwu .fuwu_nr .dnage:nth-child(5) .bai_nr {
    background: url(../images/bgxiao_15.jpg) no-repeat center / cover;
}

.fuwu .fuwu_nr .dnage:nth-child(6) .bai_nr {
    background: url(../images/bgxiao_16.jpg) no-repeat center / cover;
}

.fuwu .fuwu_nr .dnage:nth-child(7) .bai_nr {
    background: url(../images/bgxiao_18.jpg) no-repeat center / cover;
}

.fuwu .fuwu_nr .dnage:nth-child(8) .bai_nr {
    background: url(../images/bgxiao_20.jpg) no-repeat center / cover;
}

.fuwu .fuwu_nr .dnage .bai_nr {
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    color: #7f7a7a;
    font-weight: bold;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.fuwu .fuwu_nr .dnage .bai_nr:hover {
    box-shadow: 0 0 30px rgb(54, 54, 54);
    padding-bottom: 20px;
}

.fuwu .fuwu_nr h5 {
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 70px;
    text-align: center;
}

.fuwu .fuwu_nr h6 {
    font-size: 22px;
    color: #ffffff;
    line-height: 44px;
    margin-top: 10px;
    text-align: center;
}

@media only screen and (max-width:1400px) {
    .fuwu .fuwu_nr .dnage .bai_nr {
        height: 201px;
    }
    .fuwu .fuwu_nr h5 {
        margin-top: 33px;
    }
    .fuwu .fuwu_nr h6 {
        font-size: 21px;
        line-height: 37px;
    }
}

@media only screen and (max-width:1200px) {
    .fuwu .fuwu_nr .dnage .bai_nr {
        height: 148px;
    }
    .fuwu .fuwu_nr h5 {
        font-size: 20px;
        margin-top: 24px;
    }
    .fuwu .fuwu_nr h6 {
        font-size: 17px;
        line-height: 26px;
    }
}

@media only screen and (max-width:1024px) {
    .fuwu .fuwu_nr .dnage {
        flex: 0 0 50%;
    }
    .fuwu .fuwu_nr .dnage .bai_nr {
        font-size: 24px;
    }
    .fuwu .fuwu_nr h5 {
        font-size: 22px;
        margin-top: 30px;
    }
    .fuwu .fuwu_nr h6 {
        font-size: 19px;
        line-height: 35px;
        margin-top: 19px;
    }
}


/* 设计依据 */

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

.sjyj .container .zuo {
    flex: 0 0 42.7%;
    max-width: 42.7%;
}

.sjyj .container .zuo .xia_nr {
    font-size: 16px;
    color: #251e1c;
    line-height: 37px;
    padding-left: 100px;
    margin-top: 55px;
}

.sjyj .container .you {
    flex: 0 0 52%;
    max-width: 52%;
    text-align: right;
}

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

@media only screen and (max-width:1400px) {
    .sjyj .container .you {
        display: flex;
        align-items: center;
        flex: 0 0 57%;
        max-width: 57%;
    }
    .sjyj .container .zuo .xia_nr {
        padding-left: 40px;
    }
}

@media only screen and (max-width:1200px) {
    .sjyj .container .zuo .xia_nr {
        padding-left: 0;
    }
}

@media only screen and (max-width:1024px) {
    .sjyj .container .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sjyj .container .zuo .xia_nr {
        font-size: 19px;
    }
    .sjyj .container .you {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* 解决方案 */

.jjfa {
    padding-top: 58px;
}

.jjfa .jjfa_nr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 130px 0 55px;
    margin-top: 60px;
}

.jjfa .jjfa_nr .zuo {
    flex: 0 0 50.4%;
    max-width: 50.4%;
    padding-top: 45px;
}

.jjfa .jjfa_nr .you {
    flex: 0 0 43%;
    max-width: 43%;
    padding-left: 27px;
}

.jjfa .jjfa_nr .you h5 {
    font-size: 22px;
    color: #252525;
}

.jjfa .jjfa_nr .you .x_wz {
    margin-top: 15px;
}

.jjfa .jjfa_nr .you .x_wz p {
    position: relative;
    line-height: 26px;
    font-size: 14px;
    color: #251e1c;
}

.jjfa .jjfa_nr .you .x_wz p:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background-color: #336d9e;
    border-radius: 100px;
    left: -27px;
    top: 6px;
}

.jjfa .liebiao {
    padding: 0 55px;
    /* padding-top: 40px; */
    margin-top: -80px;
}

.jjfa .liebiao .dg_zy {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.jjfa .liebiao .dg_zy .zz {
    width: 367px;
    overflow: hidden;
}

.jjfa .liebiao .dg_zy .zz img {
    width: 100%;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.jjfa .liebiao .dg_zy:hover .zz 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);
}

.jjfa .liebiao .dg_zy .yy {
    flex: 1;
    border: 3px dashed #5f5f5f;
    border-left: none;
    padding: 10px 100px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* 换主轴方向 */
    flex-direction: column;
}

.jjfa .liebiao .dg_zy .yy h5 {
    font-size: 22px;
    color: #252525;
    font-weight: bold;
}

.jjfa .liebiao .dg_zy .yy .xia_xt {
    margin-top: 10px;
}

.jjfa .liebiao .dg_zy .yy .xia_xt p {
    line-height: 30px;
    font-size: 14px;
    color: #251e1c;
    position: relative;
}

.jjfa .liebiao .dg_zy .yy .xia_xt p:after {
    position: absolute;
    left: -25px;
    top: 4px;
    content: '';
    background: url(../images/dui.png);
    width: 14px;
    height: 17px;
}

@media only screen and (max-width:1200px) {
    .jjfa .jjfa_nr {
        padding: 0;
    }
    .jjfa .liebiao .dg_zy .yy {
        padding: 10px 10px 10px 30px;
    }
    .jjfa .liebiao {
        padding: 0;
    }
}

@media only screen and (max-width:1024px) {
    .jjfa .liebiao {
        margin-top: 30px;
    }
    .jjfa .jjfa_nr .zuo,
    .jjfa .jjfa_nr .you {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .svg-sector {
        left: 62%;
        transform: translateX(-50%);
    }
    .jjfa .jjfa_nr .you .x_wz p {
        font-size: 18px;
        line-height: 35px;
    }
    .jjfa .jjfa_nr .you .x_wz p:after {
        top: 11px;
    }
    .jjfa .liebiao .dg_zy .zz {
        width: 100%;
    }
    .jjfa .liebiao .dg_zy .yy {
        border: 3px dashed #5f5f5f;
        border-top: none;
    }
    .jjfa .liebiao .dg_zy .yy .xia_xt p {
        font-size: 19px;
        line-height: 35px;
    }
    .jjfa .liebiao .dg_zy .yy .xia_xt p:after {
        top: 8px;
    }
    .jjfa .liebiao .dg_zy .yy {
        padding: 30px 10px 30px 30px;
    }
}


/* 成功案例 */

.cgal {
    padding-top: 98px;
}

.cgal .al_nr {
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.cgal .al_nr .dange {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 15px 70px;
}

.cgal .al_nr .dange .nr {
    display: block;
    border: 8px solid #bebebe;
}

.cgal .al_nr .dange .nr .shang {
    overflow: hidden;
}

.cgal .al_nr .dange .nr .shang img {
    width: 100%;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.cgal .al_nr .dange .nr: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);
}

.cgal .al_nr .dange .nr .xia {
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fbfbfb;
    font-size: 21px;
    color: #7f7a7a;
    font-weight: bold;
    padding: 10px;
}

.cgal .ms {
    font-size: 21px;
    color: #7f7a7a;
    font-weight: bold;
    line-height: 48px;
    margin-top: 30px;
    text-align: center;
}

.gg_ckqbnr {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 70px;
    background: url(../images/bg2_03.jpg) no-repeat center / cover;
    width: 259px;
    height: 48px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 30px 30px #cacaca;
}

.gg_ckqbnr:hover {
    box-shadow: 0 30px 30px #999;
    color: #ffffff;
}

@media only screen and (max-width:1200px) {
    .cgal .al_nr {
        padding: 0;
    }
}

@media only screen and (max-width:1024px) {
    .cgal .al_nr .dange {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin-top: 30px;
    }
    .cgal .al_nr {
        margin: 0;
    }
    .cgal .ms {
        font-size: 19px;
        line-height: 35px;
    }
    .gg_ckqbnr {
        font-size: 21px;
        margin-top: 30px;
    }
}


/* 为什么选择卓邦 */

.why {
    padding-top: 80px;
    position: relative;
}

.yin {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
}

.why .why_mk1 {
    margin-top: 117px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 55px;
}

.why .why_mk1 .dange {
    padding: 0 23px;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 55px;
}

.why .why_mk1 .dange .nr {
    display: block;
    padding: 6px;
    background: linear-gradient(to right, #5f5f5f, #f0f0f0);
}

.why .why_mk1 .dange .nr .shang {
    overflow: hidden;
}

.why .why_mk1 .dange .nr .shang img {
    width: 100%;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.why .why_mk1 .dange .nr: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);
}

.why .why_mk1 .dange .nr .xia {
    min-height: 130px;
    background-color: #fdfdfd;
    padding: 10px 24px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* 换主轴方向 */
    flex-direction: column;
    font-size: 15px;
    color: #000000;
    line-height: 26px;
}

.why .why_mk1 .dange .nr .xia i {
    font-size: 43px;
    color: #336d9e;
    font-weight: bold;
    display: inline-block;
    font-family: 'fangzhang';
}

.why .why_mk1 .dange:hover .nr,
.why .why_mk1 .dange:nth-last-child(1) .nr,
.why .why_mk1 .dange:nth-last-child(2) .nr {
    box-shadow: -9px 18px 20px #cacaca;
}

.nei_rongy .ronggyu_ban {
    padding: 30px 0 75px;
}

.nei_rongy .ronggyu_ban .swiper-wrapper {
    align-items: center;
}

.nei_rongy .swiper-button-prev,
.nei_rongy .swiper-button-next {
    background: none;
}

.nei_rongy .rongyu_nr {
    width: 100%;
}

.nei_rongy .rongyu_nr img {
    max-width: 100%;
}

.nei_rongy .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    width: 500px;
}

.nei_rongy .swiper-slide-next+.swiper-slide {
    align-items: flex-end;
}

.nei_rongy .swiper-slide-active,
.nei_rongy .swiper-slide-prev,
.nei_rongy .swiper-slide-next {
    align-items: center;
}

.nei_rongy .swiper-button-next {
    right: 32%;
    top: 81%;
    width: auto;
    height: auto;
}

.nei_rongy .swiper-button-prev {
    left: 32%;
    top: 81%;
    width: auto;
    height: auto;
}

.nei_rongy .swiper-button-next i,
.nei_rongy .swiper-button-prev i {
    width: 50px;
    height: 50px;
    border: 1px solid #11b4b5;
    color: #11b4b5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 100px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ronggyu_ban .swiper-button-next i:hover,
.ronggyu_ban .swiper-button-prev i:hover {
    color: #fff;
    background-color: #11b4b5;
}

@media only screen and (max-width:1500px) {
    .nei_rongy {
        padding: 0 100px;
    }
    #LoopDiv {
        transform: scale(.9);
        position: relative;
    }
    #starsIF {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width:1300px) {
    #LoopDiv {
        transform: scale(.8);
        position: relative;
    }
}

@media only screen and (max-width:1200px) {
    .yin {
        width: 423px;
        top: 75px;
    }
    .why .why_mk1 {
        padding: 0;
    }
}

.sj_phone {
    display: none;
}

@media only screen and (max-width:1024px) {
    .yin {
        display: none;
    }
    .why .why_mk1 .dange {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin-top: 30px;
    }
    .why .why_mk1 {
        margin-top: 20px;
    }
    .why .why_mk1 .dange .nr .xia {
        font-size: 19px;
        line-height: 35px;
    }
    .diannao_cp {
        display: none;
    }
    .sj_phone {
        display: block;
    }
    .sj_ban img {
        max-width: 100%;
    }
    .nei_rongy {
        padding: 50px 0;
    }
    .sj_phone .sj_ban .swiper-slide {
        position: relative;
    }
    .sj_phone .sj_ban .swiper-slide::after {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 43%;
        height: 19px;
        background: url(../images/shang_03.jpg);
        content: '';
    }
}


/* 方法1 */


/* 服务流程 */

.fwlc {
    padding: 80px 0 240px;
    position: relative;
}

.fwlc .yin {
    top: 80px;
}

.fwlc .fwlc_nr {
    display: flex;
    flex-wrap: wrap;
    padding: 0 55px;
    margin-top: 92px;
    position: relative;
}

.fwlc .fwlc_nr .zuo {
    width: 381px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
}

.fwlc .fwlc_nr .zuo .dange {
    margin-top: 15px;
    text-align: center;
}

.fwlc .fwlc_nr .zuo .dange h5 {
    font-size: 20px;
    font-family: 'zc';
    color: #515152;
    line-height: 27px;
    text-align: center;
    padding-bottom: 10px;
}

.fwlc .fwlc_nr .you {
    position: absolute;
    right: 40px;
    top: -15px;
    width: 73%;
    height: 100%;
    
    padding-left: 5%;
}

.fwlc .fwlc_nr .you img {
    width: 100%;
}

.fwlc .fwlc_nr .you .dh {
    font-size: 125px;
    position: absolute;
    color: #cecccc;
    font-family: 'bold';
    
    z-index: -1;
}

@media only screen and (max-width:1400px) {
    .fwlc .fwlc_nr .you .dh {
        font-size: 97px;
    }
}

@media only screen and (max-width:1200px) {
    .fwlc .fwlc_nr {
        padding: 0;
    }
    .fwlc .fwlc_nr .you .dh {
        font-size: 73px;
    }
}

@media only screen and (max-width:1024px) {
    .fwlc .fwlc_nr .zuo {
        width: 100%;
    }
    .fwlc .fwlc_nr .you {
        position: static;
        width: 100%;
    }
    .fwlc .fwlc_nr .you .dh {
        position: static;
        text-align: center;
        font-size: 47px;
    }
    .fwlc {
        padding-bottom: 50px;
    }
    .fwlc .fwlc_nr .you {
        margin-top: 30px;
    }
}


/* 联系我们 */

.lxwm {
    padding: 75px 0 351px;
    background-color: #00699a;
    position: relative;
}

.lxwm .di {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.lxwm .foot_nr {
    padding: 0 55px;
    position: relative;
    z-index: 2;
}

.lxwm .di_bt {
    text-align: center;
}

.lxwm .di_bt h5 {
    font-size: 51px;
    color: #fff;
    font-family: 'zc';
    padding-bottom: 20px;
    position: relative;
}

.lxwm .di_bt h5::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 54px;
    height: 3px;
    background-color: #fff;
    content: '';
}

.lxwm .di_bt h6 {
    font-family: 'Arial';
    margin-top: 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 100;
}

.lxwm .xiaowu_mk1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.lxwm .xiaowu_mk1 .zuo {
    width: 230px;
}

.lxwm .xiaowu_mk1 .zuo img {
    width: 100%;
}

.lxwm .xiaowu_mk1 .you {
    flex: 1;
    padding-left: 60px;
}

.lxwm .xiaowu_mk1 .you h5 {
    font-size: 22px;
    color: rgba(255, 255, 255, .9);
    font-family: 'bold';
}

.lxwm .xiaowu_mk1 .you h6 {
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    font-family: 'zc';
    line-height: 35px;
    margin-top: 15px;
}

.lxwm .xiaowu_mk2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
}

.lxwm .xiaowu_mk2 .diz {
    flex: 0 0 57.4%;
    max-width: 57.4%;
    position: relative;
    padding-left: 147px;
}

.lxwm .xiaowu_mk2 .dian_h {
    flex: 0 0 36.86%;
    max-width: 36.86%;
    position: relative;
}

.lxwm .xiaowu_mk2 .z {
    position: absolute;
    left: 0;
    top: 0;
}

.lxwm .xiaowu_mk2 .diz .z {
    left: 25px;
    top: -10px;
}

.lxwm .xiaowu_mk2 .y {
    font-size: 25px;
    line-height: 70px;
    color: rgba(255, 255, 255, .9);
    font-family: 'zc';
}

.lxwm .xiaowu_mk2 .dian_h .shang {
    margin-top: 100px;
    position: relative;
    padding-left: 130px;
}

.lxwm .xiaowu_mk2 .dian_h .shang:nth-of-type(1) {
    margin-top: 0;
}

.lxwm .xiaowu_mk3 {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
}

.lxwm .xiaowu_mk3 img {
    width: 155px;
}

.lxwm .xiaowu_mk3 .smwz {
    border-left: 16px solid #a3c9db;
    margin-left: 25px;
    padding-left: 36px;
    font-size: 28px;
    color: #ffffff;
    line-height: 60px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* 换主轴方向 */
    flex-direction: column;
}

@media only screen and (max-width:1400px) {
    .lxwm .xiaowu_mk2 .y {
        font-size: 18px;
        line-height: 55px;
    }
    .lxwm .xiaowu_mk2 .dian_h .shang {
        margin-top: 60px;
    }
}

@media only screen and (max-width:1200px) {
    .lxwm .xiaowu_mk2 .diz {
        padding-left: 113px;
    }
    .lxwm .foot_nr {
        padding: 0;
    }
    .lxwm {
        padding: 75px 0 169px;
    }
}

@media only screen and (max-width:1024px) {
    .lxwm .di_bt h5 {
        font-size: 30px;
    }
    .lxwm .xiaowu_mk1 .zuo {
        width: 100px;
    }
    .lxwm .xiaowu_mk1 {
        align-items: center;
    }
    .lxwm .xiaowu_mk1 .you {
        padding-left: 31px;
    }
    .lxwm .xiaowu_mk1 {
        margin-top: 30px;
    }
    .lxwm .xiaowu_mk1 .you h5 {
        font-size: 21px;
    }
    .lxwm .xiaowu_mk1 .you h6 {
        font-size: 19px;
    }
    .lxwm .xiaowu_mk2 .diz {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .lxwm .xiaowu_mk2 .z img {
        width: 40px;
    }
    .lxwm .xiaowu_mk2 .diz .z {
        left: 0px;
    }
    .lxwm .xiaowu_mk2 .diz {
        padding-left: 63px;
    }
    .lxwm .xiaowu_mk2 .y {
        line-height: 39px;
    }
    .lxwm .xiaowu_mk2 .dian_h {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .lxwm .xiaowu_mk2 .dian_h .shang {
        padding-left: 62px;
    }
    .lxwm .xiaowu_mk2 .dian_h .shang,
    .lxwm .xiaowu_mk2 .dian_h .shang:nth-of-type(1) {
        margin-top: 40px;
    }
    .lxwm .xiaowu_mk2 {
        margin-top: 50px;
    }
    .lxwm .xiaowu_mk3 .smwz {
        font-size: 20px;
    }
    .lxwm .xiaowu_mk3 img {
        width: 257px;
    }
}

.imageflow img {
    box-shadow: 0 10px 20px #000;
}


/* 改变导航 */

.way_menu,
.way_menu * {
    box-sizing: initial;
}

.way_menu .bg_pic img {
    max-width: fit-content;
}

.way_menu,
.way_menu *,
.case_menu,
.case_menu * {
    box-sizing: initial;
}

.way_menu .bg_pic img,
.case_menu .bg_pic img {
    max-width: fit-content;
}


/* swiper */

.index-honor {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right {
    background: none;
}


/* tou */

@media only screen and (max-width:1200px) {
    .h_nav>li {
        padding: 0 4px;
    }
    .h_con h1 {
        margin-right: 38px;
    }
    .content {
        width: 100%;
    }
    .way_menu {
        left: -349%;
    }
}

.sou .shouji {
    display: none;
}

.sj_dian {
    display: none;
}

@media only screen and (max-width:1024px) {
    .sou .shouji {
        width: 308px;
        height: 49px;
        background: #eee;
        display: flex;
        align-items: center;
        border-radius: 50px;
        padding: 0 20px;
    }
    .sou .shouji input {
        padding-left: 20px;
        height: 100%;
        font-size: 17px;
    }
    .h_con h1 {
        width: 168px;
        height: auto;
    }
    .h_nav>li>div {
        display: none !important;
    }
    .container {
        padding: 0 30px;
        max-width: 100%;
    }
    .h_top {
        display: none;
    }
    .header {
        padding: 20px 0;
        height: auto;
    }
    .sou .s_box {
        position: relative;
        top: auto;
        right: auto;
    }
    .sou .s_btn {
        display: none;
    }
    .sou {
        width: auto;
        float: none;
        height: auto;
    }
    .h_con h1 {
        float: none;
    }
    .sou .s_box {
        background: none;
    }
    .h_con {
        height: auto;
        position: relative;
    }
    .sou .s_box .ipt1 {
        float: none;
        margin: 0;
        padding: 0;
    }
    .sou .s_box .ipt2 {
        float: none;
        margin: 0;
        padding: 0;
    }
    .sou .s_box {
        height: auto;
    }
    .sou {
        position: absolute;
        /* right: 0; */
        left: 37%;
        top: 4px;
        margin: 0;
    }
    .sj_dian {
        display: block;
        position: absolute;
        right: 30px;
        top: 13px;
    }
    .h_nav>li {
        float: none;
    }
    .h_nav {
        float: none;
    }
    .header .content {
        padding: 0;
    }
    .h_con h1 {
        margin-left: 30px;
    }
    .h_nav {
        background: url(../images/sjbg.jpg) no-repeat center / cover;
        padding: 50px 20px;
    }
    .h_nav>li {
        height: auto;
    }
    .h_nav>li:hover>a,
    .h_con ul li.cur>a,
    .h_nav>li>a {
        line-height: 72px;
        font-size: 24px;
        height: auto;
        color: #fff;
        text-align: center;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
        display: block;
    }
    .h_nav>li>a i {
        display: none;
    }
    .nav_c {
        overflow-y: auto;
    }
    .h_nav {
        display: none;
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        z-index: 9;
    }
}

.why_mk2 {
    padding: 0 55px;
}

.sy_alxc .swiper_gzhj {
    overflow: hidden;
    margin-top: 55px;
}

.sy_alxc .swiper_gzhj .swiper-slide img {
    width: 100%;
    max-width: 100%;
}

.sy_alxc .swiper_gzhj .swiper-wrapper {
    display: flex;
    align-items: flex-end;
}

.sy_alxc .swiper_gzhj .swiper-slide {
    position: relative;
    padding-bottom: 20px;
}

.sy_alxc .swiper_gzhj .swiper-slide::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 250px;
    height: 19px;
    background: url(../images/shang_03.jpg);
    content: '';
    position: absolute;
}


/*  */

@media only screen and (min-width: 992px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1230px;
        padding: 0 15px;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1460px;
        padding: 0 15px;
    }
}

#svg {
    margin: -80px;
}

#svg path {
    transition: transform 0.2s;
    color: #000;
    cursor: pointer;
}

#svg .center {
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

#svg .center,
#svg .center2 {
    border-radius: 50%;
    border: 1px solid #000;
}

#svg .center img,
#svg .center2 img {
    width: 100%;
    height: 100%;
}

#svg .list {
    transition: transform 0.2s;
    cursor: pointer;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
}

#svg .list div {
    text-align: center;
    color: #000;
}

#svg .list-text .list {
    font-size: 12px;
    text-align: left;
    line-height: 1;
}

#svg .list-text .list div {
    width: 100%;
    text-align: left;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

#svg .list-text .list div>* {
    padding-left: 30px;
}

#svg .list-text .list div h2 {
    font-size: 26px;
}

#svg .list-text .list div h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 10px;
}

#svg .list-text .list div li {
    list-style: none;
    line-height: 1.2;
}

.svg-sector {
    position: relative;
}

.svg-sector .sector-img {
    position: absolute;
    top: -4%;
    left: -3.4%;
    transform: rotate(0);
    width: 43.3%;
}

@media only screen and (max-width: 1400px) {
    .svg-sector .sector-img {
        width: 41%;
    }
}

@media only screen and (max-width: 1440px) {
    .list-text .list ul {
        display: none;
    }
    #svg .list-text .list div h3 {
        font-size: 16px;
    }
    #svg .list-text .list div h2 {
        font-size: 30px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 1400px) {
    #svg .list-text .list div h3 {
        font-size: 15px;
    }
    #svg .list-text .list div h2 {
        font-size: 22px;
        margin-bottom: 0px;
    }
    #svg .list {
        font-size: 24px;
    }
}


/* 新 */

@media (min-width: 1450px) {
    #svg .list-text .list:nth-child(2) {
        transform-origin: 406px 333px !important;
    }
    #svg .list-text .list:nth-child(3) {
        transform-origin: 422.5px 388.5px !important;
    }
    #svg .list-text .list:nth-child(4) {
        transform-origin: 404px 399px !important;
    }
    #svg .list-text .list:nth-child(5) {
        transform-origin: 381px 405px !important;
    }
    #svg .list-text .list div h2 {
        font-weight: bold;
    }
    #svg .list-text .list div h3 {
        margin: 5px 0 4px;
    }
    #svg .list-text .list div h2 {
        font-size: 23px;
    }
}

@media only screen and (min-width: 1450px) and ( max-width:1460px) {
    #svg .list-text .list:nth-child(5) {
        transform-origin: 372px 397px !important;
    }
}

@media only screen and (min-width:1400px) and (max-width:1420px) {
    #svg .list-text .list:nth-child(3) {
        transform-origin: 401.5px 388.5px !important;
    }
    #svg .list-text .list:nth-child(4) {
        transform-origin: 389px 389px !important;
    }
}