.prolbxl-menu {
    position: absolute;
    width: 294px;
    font-size: 0;
    text-align: center;
    padding: 18px 0;
    background: #fff;
    z-index: 4;
    bottom: 62px;
    right: 17%;
}

.prolbxl-menu:after {
    content: "";
    border: 6px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    border-right-color: #036eb8;
}

.prolbxl-menu li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #888;
    margin: 0 9px;
    padding-bottom: 6px;
    position: relative;
    cursor: pointer;
    transition: all .4s ease;
}

.prolbxl-menu li:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #036eb8;
    left: 0;
    bottom: 0;
    position: absolute;
    display: none;
}

.prolbxl-menu li.ontrue,
.prolbxl-menu li:hover {
    color: #036eb8;
}

.prolbxl-menu li.ontrue:after {
    display: block;
}

.prolbcd {
    width: 100%;
    padding-top: 100px;
}

.prolbcd .contain {
    border-bottom: 1px solid #036eb8;
}

.prolbcd a {
    display: block;
    width: 20%;
    float: left;
    font-size: 18px;
    color: #666;
    height: 70px;
    line-height: 72px;
    text-align: center;
    transition: all .4s ease;
}

.prolbcd a:hover,
.prolbcd a.ontrue {
    background: #036eb8;
    color: #fff;
}

.prolblt {
    width: 100%;
    /*padding: 20px 0 100px;*/
    overflow: hidden;
    position: relative;
}

.prolblt-item {
    width: 100%;
    display: none;
}

.prolblt-item.ontrue {
    display: block;
}

.prolblt-list {
    width: 100%;
}

.prolblt-list ul {
    margin-left: -2%;
}

.prolblt-list li {
    width: 31.3333%;
    margin-left: 2%;
    margin-top: 60px;
    position: relative;
    float: left;
}

.prolblt-list li a {
    display: block;
    width: 100%;
}

.prolbl-img {
    width: 100%;
    height: 360px;
    line-height: 354px;
    /* background: #f6f6f6; */
    text-align: center;
    border: 2px solid #e2e2e2;
}

.prolbl-img img {
    max-width: 88%;
    max-height: 88%;
    transform: scale(.96);
    transition: all .4s linear;
}

.prolbl-wd {
    width: 100%;
    border: 2px solid #e2e2e2;
    border-top: none;
    height: 158px;
    padding: 48px 100px 0 36px;
    transition: all .6s ease;
    position: relative;
}

.prolbl-wd h1 {
    font-size: 24px;
    color: #333;
    transition: all .4s ease;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.prolbl-wd p {
    font-size: 16px;
    color: #666;
    transition: all .4s ease;
    margin-top: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.prolblt-list li a:hover .prolbl-img img {
    transform: scale(1);
}

.prolblt-list li a:hover .prolbl-wd {
    background: #036eb8;
}

.prolblt-list li a:hover .prolbl-wd h1 {
    color: #fff;
}

.prolblt-list li a:hover .prolbl-wd p {
    color: #fff;
}

.prolbl-wd i {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 28px;
    border: 1px dashed transparent;
}

.prolbl-wd i:before,
.prolbl-wd i:after {
    content: "";
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
}

.prolbl-wd i:before {
    width: 2px;
    height: 18px;
    margin-left: -1px;
    margin-top: -9px;
}

.prolbl-wd i:after {
    width: 18px;
    height: 2px;
    margin-left: -9px;
    margin-top: -1px;
}

.prolblt-list li a:hover .prolbl-wd i {
    animation: proLbiI 1.2s ease both .4s;
}

.prolblt-list li a:hover .prolbl-wd i:before {
    animation: proLbiB .6s ease both .2s;
}

.prolblt-list li a:hover .prolbl-wd i:after {
    animation: proLbiA .6s ease both .2s;
}


/* =====================内页样式======================== */

.fullpage {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-top: 70px;
    user-select: none;
}

.fullpage a {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dcdcdc;
    margin: 0 8px;
    font-size: 16px;
    color: #666;
    transition: all .4s ease;
}

.fullpage a:first-child,
.fullpage a:last-child {
    background: url('../image/fparr.png') no-repeat center;
    border-color: transparent;
}

.fullpage a:last-child {
    transform: rotate(180deg);
}

.fullpage a:hover,
.fullpage a.ontrue,
.fullpage a.on {
    background-color: #036eb8;
    color: #fff;
    border-color: #036eb8;
}

.fullpage a:first-child:hover,
.fullpage a:last-child:hover {
    background-image: url('../image/fparrH.png');
    background-color: #fff;
}

.sonbar {
    width: 100%;
    background: #e0e3e8;
    font-size: 0;
}

.sonbar a {
    display: inline-block;
    vertical-align: top;
    height: 60px;
    line-height: 64px;
    font-size: 14px;
    color: #888;
    transition: all .4s ease;
    padding-right: 22px;
    position: relative;
}

.sonbar a:first-child {
    width: 40px;
    background: url('../image/sonic1.png') no-repeat left center;
}

.sonbar a:after {
    content: ">";
    font-size: 14px;
    color: #888;
    font-family: "\5B8B\4F53";
    position: absolute;
    right: 7px;
    height: 100%;
    top: 0;
    font-weight: 700;
}

.sonbar a:last-child {
    padding-right: 0;
}

.sonbar a:last-child:after {
    display: none;
}

.sonbar a:hover {
    color: #036eb8;
}

.sonbar a:first-child:hover {
    background-image: url('../image/sonic1B.png');
}


/* 案例-列表 */

.caselb {
    width: 100%;
    overflow: hidden;
    padding: 140px 0 120px;
    background: #f7f7f7;
}

.caselb-select {
    width: 100%;
    font-size: 0;
}

.caselb-select select {
    width: 200px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #666;
    padding: 0 28px 0 18px;
    background-color: #fff;
    margin-right: 20px;
    background-image: url('../image/caselbic1.png');
    background-position: right 10px center;
}

.caselb-select select:last-child {
    margin-right: 0;
}

.caselb-list {
    width: 100%;
    padding-top: 30px;
}

.caselb-list ul {
    margin-left: -1.5%;
}

.caselb-list li {
    width: 31.8333%;
    float: left;
    margin-top: 50px;
    margin-left: 1.5%;
    background: #fff;
}

.caselb-list li a {
    display: block;
    width: 100%;
}

.caselb-img {
    width: 100%;
    overflow: hidden;
}

.caselb-img img {
    width: 100%;
    object-fit: cover;
    transition: all .4s linear;
    min-height: 300px;
    max-height: 30px;
}

.caselb-wd {
    width: 100%;
    padding: 28px 32px;
}

.caselb-wd h1 {
    font-size: 20px;
    color: #333;
    transition: all .4s ease;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.caselb-wd span {
    margin-top: 42px;
}

.sonlink {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding-right: 15px;
    background: url('../image/caselbic2.png') no-repeat right center;
    transition: all .4s ease;
}

.sonlink:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    background: #036eb8;
    transition: all .4s ease;
}

.sonlink:hover:after {
    width: 100%;
    right: auto;
    left: 0;
}

.sonlink:hover {
    color: #036eb8;
    background-image: url('../image/caselbic2H.png');
}

.caselb-list li a:hover .caselb-img img {
    transform: scale(1.06);
}

.caselb-list li a:hover .caselb-wd h1 {
    color: #036eb8;
}

.caselb-list li a:hover .sonlink:after {
    width: 100%;
    right: auto;
    left: 0;
}

.caselb-list li a:hover .sonlink {
    color: #036eb8;
    background-image: url('../image/caselbic2H.png');
}


/* 案例-详情 */

.casexq-nr {
    width: 100%;
    padding: 58px 0 90px;
    overflow: hidden;
}

.casexq-nr .contain {
    width: 1200px;
}

.casexq-nr-title {
    width: 100%;
    text-align: center;
}

.casexq-nr-title h1 {
    font-size: 32px;
    color: #333;
}

.casexq-nr-loop {
    width: 100%;
    margin-top: 54px;
}

.casexq-nr-loop img {
    width: 100%;
    object-fit: cover;
}

.casexq-nr-loop .swiper-button-next,
.casexq-nr-loop .swiper-button-prev {
    width: 44px;
    height: 64px;
    transition: all .4s ease;
    margin-top: -32px;
    background-image: url('../image/casexqic1.png');
}

.casexq-nr-loop .swiper-button-next {
    transform: rotate(180deg);
    right: 24px;
}

.casexq-nr-loop .swiper-button-prev {
    left: 24px;
}

.casexq-nr-loop .swiper-button-next:hover,
.casexq-nr-loop .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, .6);
}

.casexq-nr-list {
    width: 100%;
    margin-top: 60px;
    overflow: hidden;
}

.casexq-nr-list ul {
    margin-left: -0.5%;
}

.casexq-nr-list li {
    width: 24.5%;
    float: left;
    margin-left: 0.5%;
    background: #f2f2f2;
    height: 190px;
    padding-top: 46px;
    text-align: center;
}

.casexq-nr-list li i {
    display: block;
    width: 100%;
}

.casexq-nr-list li p {
    font-size: 16px;
    color: #888;
    margin: 24px 0 6px;
}

.casexq-nr-list li h6 {
    font-size: 16px;
    color: #333;
}

.casexq-btnback {
    width: 100%;
    overflow: hidden;
    margin-top: 48px;
    padding-top: 38px;
    border-top: 1px solid #eee;
}

.casexq-btn {
    width: calc(100% - 136px);
    padding-right: 80px;
    float: left;
}

.casexq-btn p {
    width: 100%;
    font-size: 16px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 34px;
}

.casexq-btn p a {
    transition: all .4s ease;
}

.casexq-btn p a:hover {
    color: #036eb8;
}

.casexq-back {
    margin-top: 10px;
    width: 136px;
    height: 50px;
    line-height: 50px;
    display: block;
    float: right;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    background: #036eb8;
    text-align: center;
}

.casexq-back i {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background: url('../image/casexqic3.png') no-repeat;
    margin: -4px 12px 0 0;
    transition: all .4s linear;
}

.casexq-back:hover i {
    transform: rotate(180deg);
}

.casexq-al {
    width: 100%;
    padding: 110px 0 116px;
    background: #f2f2f2;
    overflow: hidden;
}

.casexq-al-title {
    width: 100%;
}

.casexq-al-title h6 {
    font-size: 32px;
    color: #333;
}

.casexq-al .caselb-list {
    padding-top: 0;
}


/* 产品-技术 */

.projsban {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.projsban-bg {
    width: 100%;
    object-fit: cover;
}

.projsban-imgwd {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.projsban-imgwd .contain {
    width: 1460px;
}

.projsban-img,
.projsban-wdbox,
.projsban-bg {
    height: 600px;
}

.projsban-img {
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.projsban-img img {
    display: block;
    max-width: 100%;
    max-height: 558px;
    margin-top: 100px;
    animation: projsBanimg 1s ease both;
}

.projsban-wdbox {
    min-width: 41%;
    float: right;
    display: flex;
    align-items: center;
}

.projsban-wd {
    width: 100%;
    color: #fff;
    animation: projsBanwd 1s ease both 200ms;
}

.projsban-wd h1 {
    font-size: 50px;
    margin-bottom: 24px;
}

.projsban-wd p {
    font-size: 24px;
    line-height: 32px;
}

@keyframes projsBanimg {
    0% {
        opacity: 0;
        transform: translateY(-200px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes projsBanwd {
    0% {
        opacity: 0;
        transform: translateX(200px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.projssd {
    width: 100%;
    padding: 118px 0 144px;
    overflow: hidden;
}

.projssd .contain {
    width: 1420px;
}

.sontit {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}

.sontit h1 {
    font-size: 40px;
    color: #333;
    line-height: 50px;
}

.sontit i {
    display: block;
    width: 100%;
    position: relative;
    height: 24px;
}

.sontit p {
    font-size: 18px;
    color: #888;
    line-height: 30px;
    max-width: 88%;
    margin: 0 auto;
}

.sontit.white h1,
.sontit.white p {
    color: #fff;
}

.projssdlb {
    width: 100%;
    margin-top: 40px;
}

.projssdlb ul {
    margin-left: -8%;
}

.projssdlb li {
    width: 25.333%;
    float: left;
    margin-left: 8%;
    margin-top: 40px;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 18px;
}

.projssdlb li h1 {
    font-size: 26px;
    color: #333;
    margin-bottom: 16px;
}

.projssdlb li p {
    font-size: 18px;
    color: #888;
    line-height: 24px;
    max-width: 80%;
}

.projssdimg {
    width: 100%;
    text-align: center;
    margin-top: 104px;
}

.projssdimg img {
    max-width: 100%;
    object-fit: cover;
}

.projsvs {
    width: 100%;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.projsvs:before,
.projsvs:after {
    content: "";
    position: absolute;
    width: 50%;
    top: 0;
    height: 100%;
}

.projsvs:before {
    left: 0;
    background: #036eb8;
}

.projsvs:after {
    right: 0;
    background: #0a0c14;
}

.projsvslb {
    width: 100%;
    margin-top: 100px;
    position: relative;
    z-index: 2;
}

.projsvslb li {
    width: 50%;
    float: left;
}

.projsvslb li:first-child {
    padding-right: 120px;
}

.projsvslb li:last-child {
    padding-left: 120px;
}

.projsvslb-img {
    width: 100%;
    height: 100px;
}

.projsvslb-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.projsvslb li h3 {
    font-size: 26px;
    color: #fff;
    margin: 20px 0 16px;
    text-align: center;
}

.projsvslb li p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.projsvslb:after {
    content: "";
    position: absolute;
    width: 132px;
    height: 33px;
    margin-left: -66px;
    top: 52px;
    background: url("../image/projsimg2_ic.png") no-repeat center /100% auto;
    left: 50%;
}

.projslc {
    width: 100%;
    padding: 100px 0 124px;
    overflow: hidden;
    position: relative;
}

.projslclb-item {
    width: 1230px;
}

.projslclb {
    width: 100%;
}

.projslclb ul {
    margin-left: -7%;
}

.projslclb li {
    width: 43%;
    float: left;
    margin-left: 7%;
    margin-top: 40px;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 18px;
    min-height: 180px;
}

.projslclb li h1 {
    font-size: 30px;
    color: #333;
    margin-bottom: 16px;
}

.projslclb li h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 16px;
}

.projslclb li p {
    font-size: 18px;
    color: #888;
    line-height: 24px;
}

.projslc-title {
    width: 100%;
    margin-top: 140px;
    position: relative;
    z-index: 4;
}

.projslc-title .sontit {
    text-align: left;
}

.projslc-title .sontit p {
    max-width: 100%;
}

.projslc-bg {
    width: 870px;
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 3;
}

.projslc-bg img {
    width: 100%;
    object-fit: cover;
}

.projsst {
    width: 100%;
    padding: 148px 0;
    text-align: center;
    overflow: hidden;
}

.projsst img {
    width: 100%;
    object-fit: cover;
}

.projsgq {
    width: 100%;
    padding-bottom: 148px;
    overflow: hidden;
}

.projsgq .sontit {
    text-align: left;
}

.projsgq .sontit p {
    max-width: 100%;
}

.projsst.projsyp {
    width: 100%;
    padding: 0;
}

.projsfa {
    width: 100%;
    overflow: hidden;
    padding: 120px 0;
}

.projsfalb {
    width: 100%;
}

.projsfalb ul {
    margin-left: -1%;
}

.projsfalb li {
    width: 32.3333%;
    float: left;
    margin-top: 52px;
    margin-left: 1%;
}

.projsfalb a {
    display: block;
    width: 100%;
    position: relative;
}

.projsfalb-img {
    width: 100%;
    overflow: hidden;
}

.projsfalb-img img {
    width: 100%;
    object-fit: cover;
    transition: all .4s linear;
}

.projsfalb-wd {
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 36px;
    padding: 0 32px;
}

.projsfalb-wd h1 {
    font-size: 22px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.projsfalb a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: url('../image/busihyic2.png') repeat-x left bottom;
}

.projsfalb a:hover .projsfalb-img img {
    transform: scale(1.06);
}

.projsyy {
    width: 100%;
    padding: 120px 0;
    background: #f7f7f7;
    overflow: hidden;
}

.projsyylb {
    width: 100%;
}

.projsyylb ul {
    margin-left: -2%;
}

.projsyylb li {
    width: 31.3333%;
    float: left;
    margin-top: 54px;
    margin-left: 2%;
    background: #fff;
    padding: 0 0 44px;
}

.projsyylb li a {
    display: block;
    width: 100%;
    text-align: center;
}

.projsyylb-img {
    width: 100%;
    height: 380px;
    line-height: 376px;
}

.projsyylb-img img {
    max-width: 88%;
    max-height: 90%;
    transform: scale(.94);
    transition: all .4s linear;
}

.projsyylb-wd {
    width: 100%;
}

.projsyylb-wd h1 {
    font-size: 28px;
    color: #333;
    transition: all .4s ease;
}

.projsyylb-wd p {
    font-size: 16px;
    color: #888;
    margin-top: 12px;
}

.projsyylb li a:hover .projsyylb-img img {
    transform: scale(1);
}

.projsyylb li a:hover .projsyylb-wd h1 {
    color: #036eb8;
}


/* 产品-列表 */

.prolbxl {
    width: 100%;
    padding: 96px 0 100px;
    overflow: hidden;
    background: #f7f7f7;
}

.prolbxl .contain {
    position: relative;
}

.prolbxl-imgwd {
    width: 100%;
}

.prolbxl-img,
.prolbxl-wdbox {
    height: 600px;
    position: relative;
}

.prolbxl-img {
    background: url('../image/prolbbg.jpg') no-repeat;
    width: 67%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prolbxl-wdbox {
    width: 33%;
    float: right;
    background: #036eb8;
    padding: 102px 0 0 84px;
}

.prolbxl-img a {
    display: block;
}

.prolbxl-img a img {
    max-width: 100%;
    max-height: 400px;
}

.prolbxl-wd {
    width: 100%;
    color: #fff;
}

.prolbxl-wd h6 {
    font-size: 18px;
}

.prolbxl-wd h1 {
    font-size: 42px;
    margin: 20px 0 28px;
}

.prolbxl-wd p {
    font-size: 16px;
    line-height: 36px;
}

.prolbxl-wd a.sonlink {
    margin-top: 60px;
    color: #fff;
    background-image: url('../image/caselbic2W.png');
}

.prolbxl-wd a.sonlink:after {
    width: 100%;
    background: #fff;
}

.prolbxl-wd h6,
.prolbxl-wd h1,
.prolbxl-wd p,
.prolbxl-wd a,
.prolbxl-img a img {
    opacity: 0;
}

.swiper-slide-active .prolbxl-wd h6,
.swiper-slide-active .prolbxl-wd h1,
.swiper-slide-active .prolbxl-wd p,
.swiper-slide-active .prolbxl-wd a {
    animation: prolbDh 1s ease both;
}

.swiper-slide-active .prolbxl-wd h6 {
    animation-delay: 0ms;
}

.swiper-slide-active .prolbxl-wd h1 {
    animation-delay: 200ms;
}

.swiper-slide-active .prolbxl-wd p {
    animation-delay: 400ms;
}

.swiper-slide-active .prolbxl-wd a {
    animation-delay: 600ms;
}

@keyframes prolbDh {
    0% {
        transform: translateY(-32px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.swiper-slide-active .prolbxl-img a img {
    animation: prolbImg 1s linear both;
    position: relative;
}

@keyframes prolbImg {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.prolbxl-menu {
    position: absolute;
    width: 294px;
    font-size: 0;
    text-align: center;
    padding: 18px 0;
    background: #fff;
    z-index: 4;
    bottom: 62px;
    right: 17%;
}

.prolbxl-menu:after {
    content: "";
    border: 6px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    border-right-color: #036eb8;
}

.prolbxl-menu li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #888;
    margin: 0 9px;
    padding-bottom: 6px;
    position: relative;
    cursor: pointer;
    transition: all .4s ease;
}

.prolbxl-menu li:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #036eb8;
    left: 0;
    bottom: 0;
    position: absolute;
    display: none;
}

.prolbxl-menu li.ontrue,
.prolbxl-menu li:hover {
    color: #036eb8;
}

.prolbxl-menu li.ontrue:after {
    display: block;
}

.prolbcd {
    width: 100%;
    padding-top: 100px;
}

.prolbcd .contain {
    border-bottom: 1px solid #036eb8;
}

.prolbcd a {
    display: block;
    width: 20%;
    float: left;
    font-size: 18px;
    color: #666;
    height: 70px;
    line-height: 72px;
    text-align: center;
    transition: all .4s ease;
}

.prolbcd a:hover,
.prolbcd a.ontrue {
    background: #036eb8;
    color: #fff;
}

.prolblt {
    width: 100%;
    /*padding: 20px 0 100px;*/
    overflow: hidden;
    position: relative;
}

.prolblt-item {
    width: 100%;
    display: none;
}

.prolblt-item.ontrue {
    display: block;
}

.prolblt-list {
    width: 100%;
}

.prolblt-list ul {
    margin-left: -2%;
}

.prolblt-list li {
    width: 23%;
    margin-left: 2%;
    margin-top: 60px;
    position: relative;
    float: left;
}

.prolblt-list li a {
    display: block;
    width: 100%;
}

.prolbl-img {
    width: 100%;
    height: 360px;
    line-height: 354px;
    /* background: #f6f6f6; */
    text-align: center;
}

.prolbl-img img {
    max-width: 88%;
    max-height: 88%;
    transform: scale(.96);
    transition: all .4s linear;
}

.prolbl-wd {
    width: 100%;
    border: 2px solid #e2e2e2;
    border-top: none;
    height: 105px;
    padding: 20px 100px 0 36px;
    transition: all .6s ease;
    position: relative;
}

.prolbl-wd h1 {
    font-size: 24px;
    color: #333;
    transition: all .4s ease;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.prolbl-wd p {
    font-size: 16px;
    color: #666;
    transition: all .4s ease;
    margin-top: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.prolblt-list li a:hover .prolbl-img img {
    transform: scale(1);
}

.prolblt-list li a:hover .prolbl-wd {
    background: #036eb8;
}

.prolblt-list li a:hover .prolbl-wd h1 {
    color: #fff;
}

.prolblt-list li a:hover .prolbl-wd p {
    color: #fff;
}

.prolbl-wd i {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 28px;
    border: 1px dashed transparent;
}

.prolbl-wd i:before,
.prolbl-wd i:after {
    content: "";
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
}

.prolbl-wd i:before {
    width: 2px;
    height: 18px;
    margin-left: -1px;
    margin-top: -9px;
}

.prolbl-wd i:after {
    width: 18px;
    height: 2px;
    margin-left: -9px;
    margin-top: -1px;
}

.prolblt-list li a:hover .prolbl-wd i {
    animation: proLbiI 1.2s ease both .4s;
}

.prolblt-list li a:hover .prolbl-wd i:before {
    animation: proLbiB .6s ease both .2s;
}

.prolblt-list li a:hover .prolbl-wd i:after {
    animation: proLbiA .6s ease both .2s;
}

@keyframes proLbiB {
    0% {
        opacity: 0;
        transform: translateY(-32px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes proLbiA {
    0% {
        opacity: 0;
        transform: translateX(-32px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes proLbiI {
    0% {
        border-color: transparent;
    }
    40% {
        border-color: #fff;
    }
    50% {
        transform: rotate(0);
        border-color: #fff;
    }
    100% {
        transform: rotate(180deg);
        border-color: #fff;
    }
}


/* 产品-详情 */

.proxq-sonbar.sonbar {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 4;
    background: rgba(255, 255, 255, .1);
}

.proxqban .projsban-img,
.proxqban .projsban-wdbox,
.proxqban .projsban-bg {
    height: 840px;
}

.proxqit {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.proxqit-wdbox,
.proxqit-img {
    height: 600px;
    display: flex;
    align-items: center;
}

.proxqit-wdbox {
    width: 44%;
    float: left;
}

.proxqit-img {
    width: 56%;
    float: right;
    justify-content: center;
}

.proxqit-img img {
    max-width: 100%;
    max-height: 410px;
    display: block;
    object-fit: cover;
}

.proxqit-wd {
    width: 100%;
    padding: 0 68px;
}

.proxqit-wd h1 {
    font-size: 32px;
    color: #333;
    padding-bottom: 30px;
    line-height: 1.4em;
}

.proxqit-wd p {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    position: relative;
    padding-left: 20px;
}

.proxqit-wd p:before {
    content: "";
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 2px solid #036eb8;
    top: 12px;
}

.proxqit-wd.white h1 {
    color: #fff;
}

.proxqit-wd.white p {
    color: #fff;
}

.proxqit-wd.white p:before {
    border-color: #fff;
}

.proxqit.proxqitcg .proxqit-wdbox {
    float: right;
}

.proxqit.proxqitcg .proxqit-img {
    float: left;
    justify-content: left;
    padding-left: 68px;
}

.proxqcs {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
    background: #f7f7f7;
}

.proxq-title {
    width: 100%;
}

.proxq-title h6 {
    font-size: 36px;
    color: #333;
}

.proxq-title p {
    font-size: 16px;
    color: #888;
    margin-top: 16px;
    line-height: 1.4em;
}

.proxqcs .proxq-title p {
    display: none;
}

.proxqcs-table {
    width: 100%;
    margin-top: 52px;
}

.proxqcs-table table {
    width: 100%;
}

.proxqcs-table table tr {
    width: 100%;
    background: #ededed;
}

.proxqcs-table table tr:nth-child(2n) {
    background: #fff;
}

.proxqcs-table table td {
    font-size: 16px;
    color: #999;
    padding-left: 54px;
    height: 80px;
}

.proxqcs-table table td:first-child {
    color: #333;
}

.proxqfk {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.proxqfk-form {
    width: 100%;
    margin-top: 44px;
}

.proxqfk-form li {
    width: 49%;
    margin-top: 30px;
}

.proxqfk-form li:nth-child(2n+1) {
    float: left;
}

.proxqfk-form li:nth-child(2n) {
    float: right;
}

.proxqfk-form li input,
.proxqfk-form li textarea {
    width: 100%;
    border: 1px solid #eee;
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
    color: #666;
    display: block;
}

.proxqfk-form li.proxqfk-area,
.proxqfk-form li.proxqfk-yzmbtn {
    width: 100%;
    overflow: hidden;
}

.proxqfk-form li.proxqfk-area textarea {
    padding: 12px 20px;
    height: 180px;
}

.proxqfk-yzm {
    width: 800px;
    float: left;
    padding-right: 170px;
    position: relative;
}

.proxqfk-yzm span {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    border: 1px solid #eee;
    width: 152px;
    height: 50px;
    cursor: pointer;
}

.proxqfk-btn {
    display: block;
    width: 160px;
    height: 50px;
    border-radius: 25px;
    background: #036eb8;
    font-size: 16px;
    color: #fff;
    float: right;
    cursor: pointer;
}


/* 方案-列表 */

.sonban {
    width: 100%;
    position: relative;
}

.sonban img {
    width: 100%;
    object-fit: cover;
    min-height: 200px;
}

.prelblt {
    width: 100%;
    padding: 70px 0 100px;
    overflow: hidden;
}

.prelblt ul {
    margin-left: -1%;
    display: flex;
    flex-wrap: wrap;
    display: -ms-flex;
    -ms-flex-wrap: wrap;
}

.prelblt li {
    width: 49%;
    margin-left: 1%;
    margin-top: 1%;
    float: left;
}

.prelblt li a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.prelblt li a img {
    width: 100%;
    object-fit: cover;
    transition: all .4s linear;
}

.prelblt-wd {
    position: absolute;
    width: 100%;
    padding: 0 38px;
    bottom: 40px;
    color: #fff;
    left: 0;
    z-index: 2;
}

.prelblt-wd h1 {
    font-size: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.prelblt-wd p {
    font-size: 16px;
    margin-top: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.prelblt li a:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../image/prelbic1.png') repeat-y;
    background-size: contain;
    transition: all .6s ease;
}

.prelblt li a:hover img {
    transform: scale(1.06);
}

.prelblt li a:hover:before {
    opacity: 0;
}

.prelbbz {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 92px 0;
}

.prelbbz-wd {
    width: 100%;
    text-align: center;
    color: #fff;
}

.prelbbz-wd h6 {
    font-size: 36px;
}

.prelbbz-wd p {
    font-size: 16px;
    line-height: 1.4em;
    margin: 28px 0 36px;
}

.prelbbz-wd a {
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    background: #036eb8;
}


/* 方案-详情 */

.prexqzx {
    width: 100%;
    overflow: hidden;
}

.prexqzx-img,
.prexqzx-wdbox {
    height: 800px;
}

.prexqzx-img {
    width: 58.3%;
    float: left;
}

.prexqzx-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prexqzx-wdbox {
    display: flex;
    align-items: center;
    background: #036eb8;
}

.prexqzx-wd {
    width: 100%;
    padding: 0 80px;
    color: #fff;
}

.prexqzx-wd h1 {
    font-size: 40px;
}

.prexqzx-wd i {
    display: block;
    width: 50px;
    height: 4px;
    background: #fff;
    margin: 18px 0 74px;
}

.prexqzx-wd p {
    font-size: 16px;
    line-height: 36px;
}

.prexqtd {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.prexqtdlb {
    width: 100%;
    margin-top: 52px;
}

.prexqtdlb ul {
    margin-left: -1.5%;
}

.prexqtdlb li {
    width: 23.5%;
    float: left;
    margin-left: 1.5%;
    border: 1px solid #eee;
    height: 340px;
    padding: 54px 50px 0;
    transition: all .6s ease;
    text-align: center;
}

.prexqtdlb-img {
    width: 100%;
    height: 52px;
}

.prexqtdlb-img img {
    max-height: 100%;
    margin: 0 auto;
}

.prexqtdlb-img-y {
    display: block;
}

.prexqtdlb-img-h {
    display: none;
}

.prexqtdlb-wd {
    width: 100%;
    margin-top: 32px;
}

.prexqtdlb-wd h6 {
    font-size: 20px;
    color: #333;
    transition: all .4s ease;
}

.prexqtdlb-wd p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-top: 12px;
    transition: all .4s ease;
}

.prexqtdlb li:hover {
    background-color: #036eb8;
    border-color: #036eb8;
}

.prexqtdlb li:hover .prexqtdlb-img-y {
    display: none;
}

.prexqtdlb li:hover .prexqtdlb-img-h {
    display: block;
}

.prexqtdlb li:hover .prexqtdlb-wd h6,
.prexqtdlb li:hover .prexqtdlb-wd p {
    color: #fff;
}

.prexqcp {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
    background-color: #f7f7f7;
}

.prexqcplb {
    width: 100%;
    position: relative;
    margin-top: 42px;
}

.prexqcplb-link {
    display: block;
    width: 100%;
    text-align: center;
    background: #fff;
    padding-bottom: 52px;
}

.prexqcplb-link:hover .projsyylb-img img {
    transform: scale(1);
}

.prexqcplb-link:hover .projsyylb-wd h1 {
    color: #036eb8;
}

.prexqcplb-prev,
.prexqcplb-next,
.prexqallb-prev,
.prexqallb-next {
    width: 50px;
    height: 100px;
    position: absolute;
    z-index: 4;
    top: 50%;
    margin-top: -50px;
    background: url('../image/prexqic2.png') no-repeat center;
    cursor: pointer;
    transition: all .4s ease;
}

.prexqcplb-prev,
.prexqallb-prev {
    left: -66px;
}

.prexqcplb-next,
.prexqallb-next {
    right: -66px;
    transform: rotate(180deg);
}

.prexqcplb-prev:hover,
.prexqcplb-next:hover,
.prexqallb-prev:hover,
.prexqallb-next:hover {
    background-image: url('../image/prexqic2H.png');
}

.prexqcplb-prev.swiper-button-disabled,
.prexqcplb-next.swiper-button-disabled,
.prexqallb-prev.swiper-button-disabled,
.prexqallb-next.swiper-button-disabled {
    background-image: url('../image/prexqic2.png');
    opacity: .4;
    cursor: default;
}

.prexqal {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.prexqallb {
    width: 100%;
    position: relative;
    margin-top: 42px;
}

.prexqallb-link {
    display: block;
    width: 100%;
    background: #f7f7f7;
}

.prexqallb-link:hover .caselb-img img {
    transform: scale(1.06);
}

.prexqallb-link:hover .caselb-wd h1 {
    color: #036eb8;
}

.prexqallb-link:hover .sonlink:after {
    width: 100%;
    right: auto;
    left: 0;
}

.prexqallb-link:hover .sonlink {
    color: #036eb8;
    background-image: url('../image/caselbic2H.png');
}

.prexqtz {
    width: 100%;
    overflow: hidden;
}

.prexqtz a {
    display: block;
    width: 50%;
    float: left;
    background: #036eb8;
    padding: 20px 0;
    position: relative;
    font-size: 24px;
    color: #fff;
    text-align: center;
    transition: all .4s ease;
}

.prexqtz a.right {
    display: block;
    width: 50%;
    float: right;
    background: #101f3d;
}

.prexqtz a:hover {
    letter-spacing: .12em;
}

.prexqtz a:first-child:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    opacity: .1;
}


/* 服务-培训 */

.serpxpx {
    width: 100%;
    padding: 116px 0 100px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.serpxpxlb {
    width: 100%;
    margin-top: 44px;
}

.serpxpxlb li {
    width: 100%;
    padding: 50px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.serpxpxlb li:first-child {
    padding-top: 0;
}

.serpxpxlb li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.serpxpxlb-num {
    width: 88px;
    height: 88px;
    float: left;
    line-height: 88px;
    text-align: center;
    background: #036eb8;
    font-size: 44px;
    color: #fff;
    font-family: 'GOTHICB';
}

.serpxpxlb-wd {
    width: calc(100% - 88px);
    float: right;
    padding-left: 62px;
}

.serpxpxlb-wd h1 {
    font-size: 22px;
    color: #333;
    font-weight: 500;
}

.serpxpxlb-wd p {
    font-size: 16px;
    color: #888;
    line-height: 28px;
    margin-top: 10px;
}

.serpxrz {
    width: 100%;
    padding: 116px 0 100px;
    overflow: hidden;
}

.serpxrz-loop {
    width: 100%;
    position: relative;
    margin-top: 60px;
}

.serpxrz-loop a {
    display: block;
    width: 100%;
}

.serpxrz-img {
    width: 100%;
    overflow: hidden;
}

.serpxrz-img img {
    width: 100%;
    object-fit: cover;
    transition: all .4s linear;
    max-height: 320px;
    min-height: 320px;
}

.serpxrz-wd {
    width: 100%;
    margin-top: 28px;
}

.serpxrz-wd h1 {
    font-size: 20px;
    color: #333;
    transition: all .4s ease;
}

.serpxrz-loop a:hover .serpxrz-img img {
    transform: scale(1.06);
}

.serpxrz-loop a:hover .serpxrz-wd h1 {
    color: #036eb8;
}

.serpxsp {
    width: 100%;
    padding: 116px 0 100px;
    overflow: hidden;
    background: #f5f5f5;
}

.serpxsplb {
    width: 100%;
    margin-top: 36px;
}

.serpxsplb li {
    width: 48.5%;
    margin-top: 30px;
}

.serpxsplb li:nth-child(2n+1) {
    float: left;
}

.serpxsplb li:nth-child(2n) {
    float: right;
}

.serpxsplb-link {
    display: block;
    width: 100%;
    background: #fff;
    position: relative;
    padding-right: 96px;
    overflow: hidden;
}

.serpxsplb-icon,
.serpxsplb-wdbox {
    height: 105px;
}

.serpxsplb-icon {
    width: 90px;
    float: left;
    border-right: 1px solid #f7f7f7;
    background: url('../image/serpxic1.png') no-repeat center;
}

.serpxsplb-wdbox {
    width: calc(100% - 90px);
    float: right;
    display: flex;
    align-items: center;
}

.serpxsplb-wd {
    width: 100%;
    padding-left: 24px;
}

.serpxsplb-wd h6 {
    font-size: 20px;
    color: #333;
    line-height: 1.4em;
    transition: all .4s ease;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.serpxsplb-wd p {
    font-size: 16px;
    color: #999;
    padding-left: .6em;
    margin-top: 8px;
}

.serpxsplb-vd {
    width: 34px;
    position: absolute;
    right: 30px;
    top: 0;
    height: 100%;
    background: url('../image/serpxic2.png') no-repeat center;
    transition: all .4s ease;
}

.serpxsplb-link:hover .serpxsplb-wd h6 {
    color: #036eb8;
}

.serpxsplb-link:hover .serpxsplb-vd {
    background-image: url('../image/serpxic2H.png');
    transform: rotate(180deg);
}

.serpxfs {
    width: 100%;
    padding: 116px 0 100px;
    overflow: hidden;
}

.serpxfs .proxqfk-form {
    margin-top: 30px;
}

.serpxfs .proxqfk-form ul {
    margin-left: -1.5%;
}

.serpxfs .proxqfk-form li {
    width: 31.8333%;
    margin-left: 1.5%;
    float: left;
}

.serpxfs .proxqfk-form li.proxqfk-area,
.serpxfs .proxqfk-form li.proxqfk-yzmbtn {
    width: 100%;
}


/* 服务-下载 */

.serxz {
    width: 100%;
    padding: 100px 0 120px;
    overflow: hidden;
    background: #f7f7f7;
}

.serxz .sontit {
    text-align: left;
}

.serxz-menuss {
    width: 100%;
    margin-top: 30px;
}

.serxz-menu {
    width: calc(100% - 360px);
    float: left;
    overflow: hidden;
}

.serxz-menu a {
    display: block;
    text-align: center;
    background: #fff;
    margin-top: 6px;
    width: 180px;
    height: 60px;
    line-height: 60px;
    float: left;
    font-size: 18px;
    color: #666;
    margin-right: 20px;
    transition: all .4s ease;
}

.serxz-menu a:last-child {
    margin-right: 0;
}

.serxz-menu a:hover,
.serxz-menu a.ontrue {
    background: #036eb8;
    color: #fff;
}

.serxz-ss {
    width: 360px;
    float: right;
    margin-top: 6px;
    position: relative;
}

.serxz-ss input {
    width: 100%;
    height: 60px;
    border: 1px solid #dcdcdc;
    padding: 0 60px 0 20px;
    font-size: 16px;
    color: #a7a7a7;
    background: transparent;
}

.serxz-ss input:-moz-placeholder {
    color: #a7a7a7;
    font-size: 16px;
}

.serxz-ss input::-moz-placeholder {
    color: #a7a7a7;
    font-size: 16px;
}

.serxz-ss input:-ms-input-placeholder {
    color: #a7a7a7;
    font-size: 16px;
}

.serxz-ss input::-webkit-input-placeholder {
    color: #a7a7a7;
    font-size: 16px;
}

.serxz-ss button {
    width: 56px;
    height: 100%;
    transition: all .4s ease;
    position: absolute;
    z-index: 2;
    background: url('../image/search.png') no-repeat center;
    top: 0;
    right: 0;
    cursor: pointer;
}

.serxz-ss button:hover {
    background-image: url('../image/searchH.png');
}

.serxzlb {
    width: 100%;
    margin-top: 54px;
}

.serxzlb-li {
    display: block;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    background: #fff;
    padding: 0 120px 0 90px;
    position: relative;
    transition: all .6s ease;
}

.serxzlb-li li {
    height: 90px;
    display: flex;
    align-items: center;
    padding-left: 32px;
    float: left;
    width: 20%;
}

.serxzlb-li li:nth-child(1) {
    width: 40%;
}

.serxzlb-li li h6 {
    font-size: 18px;
    color: #333;
    line-height: 1.4em;
    font-weight: 500;
    transition: all .4s ease;
}

.serxzlb-li li p {
    font-size: 16px;
    color: #666;
    line-height: 1.4em;
    transition: all .4s ease;
}

.serxzlb-li:before,
.serxzlb-li:after {
    content: "";
    position: absolute;
    z-index: 0;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    transition: all .4s ease;
}

.serxzlb-li:before {
    background-image: url('../image/serxzic1.png');
    width: 90px;
    border-right: 1px solid #f7f7f7;
    left: 0;
}

.serxzlb-li:after {
    background-image: url('../image/serxzic2.png');
    width: 120px;
    right: 0;
}

.serxzlb-li:hover {
    background-color: #036eb8;
}

.serxzlb-li:hover:before {
    background-image: url('../image/serxzic1H.png');
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.serxzlb-li:hover:after {
    background-image: url("../image/serxzic2H.png");
}

.serxzlb-li:hover li h6,
.serxzlb-li:hover li p {
    color: #fff;
}


/* 服务-支持 */

.serzcsh {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.serzcsh .contain {
    width: 1046px;
}

.serzcsh .sontit p {
    font-size: 16px;
    line-height: 28px;
    max-width: 100%;
}

.serzcshlb {
    width: 100%;
    margin-top: 56px;
    position: relative;
    min-height: 300px;
}

.serzcshlb-item {
    width: 284px;
}

.serzcshlb-left {
    float: left;
}

.serzcshlb-right {
    float: right;
}

.serzcshlb-item li {
    width: 100%;
    border-bottom: 2px solid #e0e0e0;
    font-size: 18px;
    color: #888;
    margin-top: 62px;
    position: relative;
}

.serzcshlb-item li:first-child {
    margin-top: 24px;
}

.serzcshlb-item li span {
    font-family: 'GOTHICB';
    font-size: 28px;
    color: #333;
    display: inline-block;
    padding-bottom: 16px;
    margin-right: 14px;
    position: relative;
}

.serzcshlb-item li::after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #036eb8;
    width: 80px;
    transition: all .6s ease;
}

.serzcshlb-item li:hover::after {
    width: 100%;
}

.serzcshlb-qq {
    width: 266px;
    display: flex;
    align-items: center;
    height: 266px;
    border-radius: 50%;
    background: url('../image/serqq.png') no-repeat center/100% auto;
    position: absolute;
    left: 50%;
    top: 28px;
    margin-left: -133px;
}

.serzcshlb-qq:before,
.serzcshlb-qq:after {
    content: "";
    position: absolute;
    z-index: 2;
}


/* .serzcshlb-qq:before{width: 16px;height: 12px;background: #fff;left: 50%;margin-left: -8px;bottom: -11px;} */

.serzcshlb-qq:after {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1px dashed #c1c1c1;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
    animation-iteration-count: infinite;
    animation: serzcshlbQq 40s linear infinite;
}

.serzcshlb-qqwd {
    width: 100%;
    text-align: center;
}

.serzcshlb-qqwd img {
    width: auto;
}

.serzcshlb-qqwd p {
    font-size: 30px;
    color: #333;
    font-family: 'GOTHICB';
    margin-top: 20px;
}


/* @keyframes serzcshlbQq{0%{transform: rotate(0);}100%{transform: rotate(360deg);}} */

.serzclc {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 96px 0;
    overflow: hidden;
}

.serzclclb {
    width: 100%;
    margin-top: 60px;
}

.serzclclb ul {
    margin-left: -2%;
}

.serzclclb li {
    width: 23%;
    margin-left: 2%;
    position: relative;
    height: 264px;
    background: #fff;
    padding: 38px 0 0;
    text-align: center;
    float: left;
    transition: all .6s ease;
}

.serzclclb li:hover {
    transform: translateY(-6px);
    box-shadow: 0 2px 12px 2px rgba(255, 255, 255, .3);
}

.serzclclb-img {
    width: 100%;
    height: 72px;
}

.serzclclb-wd {
    width: 100%;
    margin-top: 12px;
    position: relative;
}

.serzclclb-wd p {
    font-size: 120px;
    color: #036eb8;
    opacity: .08;
    font-family: 'GOTHICB';
}

.serzclclb-wd h6 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 22px;
    color: #333;
}

.serzclclb li:after {
    content: ">";
    font-weight: bold;
    font-family: "\5B8B\4F53";
    position: absolute;
    font-size: 16px;
    color: #fff;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    width: 32px;
    right: -32px;
}

.serzclclb li:last-child:after {
    display: none;
}

.serzczb {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.serzczblb {
    width: 100%;
    margin-top: 16px;
    font-size: 0;
    text-align: center;
}

.serzczblb li {
    display: inline-block;
    vertical-align: top;
    padding: 38px 42px 0;
    transition: all .4s ease;
    height: 300px;
    width: 22.75%;
    margin-right: 3%;
    margin-top: 3%;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.serzczblb li:hover {
    transform: translateY(-6px);
    box-shadow: 0 2px 12px 6px rgba(0, 0, 0, .1);
}

.serzczblb li:nth-child(4n+4),
.serzczblb li:last-child {
    margin-right: 0;
}

.serzczblb li img {
    height: auto;
}

.serzczblb li h6 {
    font-size: 22px;
    color: #333;
    margin: 20px 0 16px;
}

.serzczblb li p {
    font-size: 16px;
    color: #888;
    line-height: 28px;
}

.serzcfw {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.serzcfw .contain {
    width: 1200px;
}

.serzcfwlb {
    width: 100%;
    margin-top: 52px;
}

.serzcfwlb li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.serzcfwlb li:first-child {
    padding-top: 0;
}

.serzcfwlb li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.serzcfwlb li h6,
.serzcfwlb li p {
    font-size: 18px;
    color: #fff;
    line-height: 1.4em;
    position: relative;
}

.serzcfwlb li p {
    padding-left: 36px;
    background: url('../image/serzcic4.png') no-repeat left center;
}

.serzcgc {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
    background: #f7f7f7;
}

.serzcgclb {
    width: 100%;
    margin-top: 48px;
}

.serzcgclb ul {
    margin-left: -2%;
}

.serzcgclb li {
    width: 31.3333%;
    float: left;
    margin-left: 2%;
    background: #fff;
    text-align: center;
    height: 300px;
    padding: 52px 0 0;
    transition: all .6s ease;
}

.serzcgclb li:hover {
    transform: translateY(-6px);
    box-shadow: 0 2px 12px 6px rgba(0, 0, 0, .1);
}

.serzcgclb li img {
    height: auto;
}

.serzcgclb li h6 {
    font-size: 22px;
    color: #333;
    margin: 46px 0 16px;
}

.serzcgclb li p {
    font-size: 16px;
    color: #888;
    line-height: 28px;
}

.serzcwm {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
}

.serzcwmlb {
    width: 100%;
    margin-top: 64px;
}

.serzcwmlb ul {
    margin-left: -2%;
}

.serzcwmlb li {
    width: 23%;
    float: left;
    text-align: center;
    margin-left: 2%;
    border: 1px solid #e5e5e5;
    height: 240px;
    padding: 32px 30px 0;
    transition: all .6s ease;
}

.serzcwmlb li:hover {
    transform: translateY(-6px);
    box-shadow: 0 2px 12px 6px rgba(0, 0, 0, .1);
}

.serzcwmlb li img {
    height: auto;
}

.serzcwmlb li h6 {
    font-size: 22px;
    color: #333;
    margin: 28px 0 16px;
}

.serzcwmlb li p {
    font-size: 16px;
    color: #888;
    line-height: 28px;
}

.serzcwmlb li a {
    width: 180px;
    display: block;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: #036eb8;
}


/* 关于-公司介绍 */

.abojsdc {
    width: 100%;
    padding: 120px 0;
    overflow: hidden;
}

.abojsdc-wdbox,
.abojsdc-img {
    height: 420px;
}

.abojsdc-wdbox {
    width: 52%;
    float: left;
    display: flex;
    align-items: center;
    padding-right: 160px;
}

.abojsdc-img {
    width: 48%;
    float: right;
    position: relative;
}

.abojsdc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abojsdc-img i {
    cursor: pointer;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-left: -24px;
    background: #036eb8 url('../image/abojsic1.png') no-repeat center;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
}

.abojsdc-img i:before,
.abojsdc-img i:after {
    content: "";
    width: 58px;
    height: 58px;
    border: 1px dotted #036eb8;
    position: absolute;
    top: -5px;
    left: -5px;
    opacity: 0;
}

.abojsdc-img i:hover:before {
    animation: shineRing 1.4s linear infinite .6s;
}

.abojsdc-img i:hover:after {
    animation: shineRing 1.4s linear infinite;
}

@keyframes shineRing {
    from {
        transform: scale(1, 1);
        opacity: 1;
    }
    to {
        transform: scale(2, 2);
        opacity: 0;
    }
}

.abojsdc-wd {
    width: 100%;
}

.abojsdc-wd h1 {
    font-size: 40px;
    color: #333;
    margin-bottom: 42px;
}

.abojsdc-wd p {
    font-size: 16px;
    color: #888;
    line-height: 28px;
    margin-top: 20px;
}

.abojsdc-wd p:first-of-type {
    margin-top: 0;
}

.abojsmc {
    width: 100%;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.abojsmclb {
    width: 100%;
    margin-top: 80px;
}

.abojsmclb ul {
    margin-left: -1%;
}

.abojsmclb li {
    width: 32.3333%;
    float: left;
    margin-left: 1%;
    height: 294px;
    background: #fff;
    position: relative;
    text-align: center;
    padding: 84px 80px 0;
    transition: all .6s ease;
}

.abojsmclb li:hover {
    transform: translateY(-6px);
    box-shadow: 0 2px 12px 2px rgba(255, 255, 255, .3);
}

.abojsmclb li i {
    position: absolute;
    left: 50%;
    margin-left: -44px;
    top: -44px;
    width: 88px;
    height: 88px;
    font-style: normal;
    line-height: 88px;
    background: #036eb8;
    font-size: 44px;
    color: #fff;
    font-family: 'GOTHICB';
}

.abojsmclb li h3 {
    font-size: 22px;
    color: #333;
}

.abojsmclb li p {
    font-size: 16px;
    color: #888;
    line-height: 28px;
    margin-top: 14px;
}

.abojshx {
    width: 100%;
    overflow: hidden;
}

.abojshx .contain {
    border-bottom: 1px solid #eee;
    padding: 100px 0;
}

.abojshxlb {
    width: 100%;
    margin-top: 56px;
}

.abojshxlb ul {
    margin-left: -2%;
}

.abojshxlb li {
    width: 23%;
    float: left;
    padding-top: 50px;
    margin-left: 2%;
    height: 246px;
    border: 1px solid #e5e5e5;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    text-align: center;
    transition: all .6s ease;
}

.abojshxlb li:hover {
    transform: translateY(-6px);
    box-shadow: 0 2px 12px 6px rgba(0, 0, 0, .1);
}

.abojshxlb li img {
    height: auto;
}

.abojshxlb li p {
    font-size: 18px;
    color: #666;
    margin-top: 34px;
}

.abojswl {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.abojswl-img {
    width: 100%;
    text-align: center;
    margin-top: 62px;
}

.abojswl-img img {
    max-width: 100%;
}

.abojswh {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
    background: #f2f2f2;
}

.abojswhlb {
    width: 100%;
    margin-top: 64px;
}

.abojswhlb ul {
    margin-left: -1%;
}

.abojswhlb li {
    width: 24%;
    float: left;
    margin-left: 1%;
    height: 270px;
    background: #fff;
    padding: 46px 48px 0;
    transition: all .6s ease;
    text-align: center;
}

.abojswhlb li img {
    max-width: 100%;
    margin: 0 auto;
}

.abojswhlb-img {
    width: 100%;
    height: 62px;
}

.abojswhlb-img-y {
    display: block;
}

.abojswhlb-img-h {
    display: none;
}

.abojswhlb li h6 {
    font-size: 24px;
    color: #333;
    margin: 30px 0 18px;
    transition: all .4s ease;
}

.abojswhlb li p {
    font-size: 16px;
    color: #888;
    line-height: 1.4em;
    transition: all .4s ease;
}

.abojswhlb li:hover {
    background: #036eb8;
}

.abojswhlb li:hover .abojswhlb-img-y {
    display: none;
}

.abojswhlb li:hover .abojswhlb-img-h {
    display: block;
}

.abojswhlb li:hover h6,
.abojswhlb li:hover p {
    color: #fff;
}

.abojslc {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.abojslc-menu {
    width: 100%;
    margin-top: 60px;
    position: relative;
}

.abojslc-menu .equip-min {
    display: block;
    width: 100%;
    position: relative;
    z-index: 3;
}

.abojslc-menu .equip-min h5 {
    font-size: 28px;
    color: #aaa;
    font-family: 'GOTHICB';
    transition: all .4s ease;
}

.abojslc-menu .equip-min p {
    font-size: 20px;
    color: #666;
    margin: 12px 0 20px;
    transition: all .4s ease;
}

.abojslc-menu .equip-min i {
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50%;
    border: 2px solid #333;
    background: #fff;
    transition: all .4s ease;
}

.abojslc-menu .equip-min.cur h5,
.abojslc-menu .equip-min:hover h5 {
    color: #036eb8;
}

.abojslc-menu .equip-min.cur p,
.abojslc-menu .equip-min:hover p {
    color: #036eb8;
}

.abojslc-menu .equip-min.cur i,
.abojslc-menu .equip-min:hover i {
    background: #036eb8;
    border-color: #036eb8;
}

.abojslc-menu:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 6px;
    background: #efefef;
}

.abojslc-cont {
    width: 100%;
    margin-top: 76px;
}

.abojslc-cont-imgwd {
    width: 100%;
    overflow: hidden;
}

.abojslc-cont-img,
.abojslc-cont-wdbox {
    width: 50%;
    height: 478px;
    float: left;
}

.abojslc-cont-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abojslc-cont-wdbox {
    padding: 60px 40px 0 68px;
}

.abojslc-cont-wd {
    width: 100%;
    overflow-y: auto;
    padding-right: 40px;
    height: 350px;
}

.abojslc-cont-wd::-webkit-scrollbar {
    width: 3px;
    height: 4px;
}

.abojslc-cont-wd::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #036eb8;
}

.abojslc-cont-wd::-webkit-scrollbar-track {
    background: #eee;
}

.abojslc-cont-wd li {
    width: 100%;
    margin-top: 20px;
}

.abojslc-cont-wd li:first-child {
    margin-top: 0;
}

.abojslc-cont-wd li h6 {
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

.abojslc-cont-wd li p {
    font-size: 16px;
    color: #888;
    line-height: 24px;
    text-align: justify;
    text-justify: distribute;
}

.abojsdl {
    width: 100%;
    overflow: hidden;
}

.abojsdl li {
    width: 50%;
    float: left;
    height: 506px;
    overflow: hidden;
    position: relative;
    background: #036eb8;
}

.abojsdl li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.abojsdl li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #036eb8;
    opacity: .7;
    transition: all .6s ease;
}

.abojsdl li.ontrue::after {
    opacity: 1;
}

.abojsdl-wd {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    padding-left: 160px;
}

.abojsdl-wd h6 {
    font-size: 30px;
    color: #fff;
}

.abojsdl-wd h6 span {
    font-size: 48px;
    font-family: 'GOTHICB';
    color: #fff;
    margin-right: 6px;
}

.abojsdl-wd p {
    font-size: 30px;
    color: #fff;
    margin: 24px 0 44px;
}

.abojsdl-wd a {
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, .5);
    text-align: center;
    transition: all .4s ease;
}

.abojsdl-wd a span {
    display: inline-block;
    font-size: 16px;
}

.abojsdl-wd a span:after {
    content: ">";
    font-family: "\5B8B\4F53";
    font-weight: bold;
    margin-left: 10px;
}

.abojsdl-wd a:hover {
    background: #fff;
    border-color: #fff;
    color: #036eb8;
}


/* 视频 */

.popVideo {
    display: none;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
}

.popVideo-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 66%;
    height: 100%;
    margin: 0 auto;
}

.popVideo-core {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.popVideo-core video {
    width: 100%;
}

.popVideo-close {
    width: 28px;
    height: 28px;
    position: absolute;
    right: -28px;
    top: -28px;
    z-index: 3;
    background: url('../image/close.png') no-repeat center;
    cursor: pointer;
    opacity: .7;
    transition: all .6s ease;
}

.popVideo-close:hover {
    opacity: 1;
}


/* ---- */


/* 关于-联系 */

.abolxdz {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.abolxdz ul {
    margin-left: -1.5%;
}

.abolxdz li {
    width: 31.8333%;
    float: left;
    margin-left: 1.5%;
}

.abolxdz-img {
    width: 100%;
    overflow: hidden;
}

.abolxdz-img img {
    width: 100%;
    object-fit: cover;
}

.abolxdz-wd {
    width: 100%;
    padding-top: 44px;
}

.abolxdz-wd h6 {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
}

.abolxdz-wd p {
    font-size: 14px;
    color: #888;
    line-height: 28px;
}

.abolxqd {
    width: 100%;
    padding: 116px 0;
    overflow: hidden;
    background: #f2f2f2;
}

.abolxqdlb {
    width: 100%;
    margin-top: 18px;
}

.abolxqdlb ul {
    margin-left: -1.5%;
}

.abolxqdlb li {
    width: 31.8333%;
    float: left;
    margin-left: 1.5%;
    margin-top: 48px;
    background: #fff;
    padding: 54px 48px;
    min-height: 300px;
    max-height: 300px;
}

.abolxqdlb li h6 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.abolxqdlb li p {
    font-size: 14px;
    color: #888;
    line-height: 26px;
}

.abolxqdlb li i {
    display: block;
    width: 100%;
    height: 20px;
}

.abolxqdlb li.abolxqdlb-2 {
    min-height: 440px;
}

.abolxfk {
    width: 100%;
    padding: 116px 0;
    overflow: hidden;
}


/* 关于-招聘 */

.sonban-wdbox {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 4;
}

.sonban-wd {
    width: 100%;
    text-align: center;
}

.sonban-wd h6 {
    font-size: 50px;
    color: #fff;
    padding-bottom: 28px;
}

.sonban-wd h6:after {
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    background: #fff;
    bottom: 0;
}

.abozpln {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
}

.abozpln li {
    width: 49%;
    overflow: hidden;
    position: relative;
}

.abozpln li:first-child {
    float: left;
}

.abozpln li:last-child {
    float: right;
}

.abozpln li img {
    width: 100%;
    object-fit: cover;
}

.abozpln li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #036eb8;
    opacity: .6;
}

.abozpln-wd {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 100%;
    text-align: center;
    color: #fff;
}

.abozpln-wd h6 {
    font-size: 24px;
}

.abozpln-wd p {
    font-size: 16px;
    margin-top: 10px;
}

.abozpzw {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
    background: #f5f5f5;
}

.abozpzwlb {
    width: 100%;
    margin-top: 26px;
}

.abozpzwlb ul {
    margin-left: -2%;
}

.abozpzwlb li {
    width: 31.3333%;
    float: left;
    cursor: pointer;
    margin-left: 2%;
    margin-top: 2%;
    height: 320px;
    position: relative;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    border-bottom: 5px solid #c6d4f0;
    padding: 40px 50px 0;
    transition: all .4s ease;
}

.abozpzwlb-wd {
    width: 100%;
}

.abozpzwlb-wd h1 {
    font-size: 24px;
    color: #333;
    transition: all .4s ease;
}

.abozpzwlb-wd h6 {
    width: 100%;
    font-size: 0;
    margin: 16px 0;
}

.abozpzwlb-wd h6 span {
    display: inline-block;
    font-size: 16px;
    color: #888;
    transition: all .4s ease;
    padding-left: 20px;
    background: url('../image/abozpic2.png') no-repeat left center;
    margin-right: 20px;
}

.abozpzwlb-wd h6 span:last-child {
    margin-right: 0;
}

.abozpzwlb-wd p {
    font-size: 16px;
    color: #888;
    line-height: 28px;
    transition: all .4s ease;
    height: 56px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.abozpzwlb-wd i {
    width: 52px;
    height: 30px;
    display: block;
    background: url('../image/abozpic1.png') no-repeat;
    margin-top: 56px;
    transition: all .4s ease;
}

.abozpzwlb-ct1 {
    width: 303px;
    height: 303px;
    border-radius: 100%;
    background: rgba(255, 255, 255, .05);
    position: absolute;
    top: -99px;
    left: 36px;
}

.abozpzwlb-ct2 {
    width: 296px;
    height: 283px;
    border-radius: 100%;
    background: rgba(255, 255, 255, .1);
    position: absolute;
    top: -99px;
    left: 233px;
}

.abozpzwlb-ct3 {
    width: 325px;
    height: 325px;
    border-radius: 100%;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    top: 82px;
    left: 148px;
}

.abozpzwlb-ct {
    transition: all .6s ease-in-out;
    opacity: 0;
}

.abozpzwlb-ct1 {
    transform: translate(90px, -90px);
    -webkit-transform: translate(90px, -90px);
}

.abozpzwlb-ct2 {
    transform: translate(90px, 0);
    -webkit-transform: translate(90px, 0);
}

.abozpzwlb-ct3 {
    transform: translate(0, 90px);
    -webkit-transform: translate(0, 90px);
}

.abozpzwlb li:hover .abozpzwlb-ct {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1;
}

.abozpzwlb li:hover {
    background-color: #036eb8;
    border-color: #1249b3;
}

.abozpzwlb li:hover .abozpzwlb-wd h1,
.abozpzwlb li:hover .abozpzwlb-wd h6 span,
.abozpzwlb li:hover .abozpzwlb-wd p {
    color: #fff;
}

.abozpzwlb li:hover .abozpzwlb-wd i {
    background-image: url('../image/abozpic1H.png');
}


/* 招聘弹窗 */

.popUp {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    display: none;
    opacity: 0;
}

.popUp-item {
    width: 1200px;
    padding: 54px 92px 60px;
    background: #fff;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popUp-name {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    margin-bottom: 28px;
    padding-bottom: 20px;
    overflow: hidden;
}

.popUp-name-title {
    font-size: 28px;
    color: #333;
    line-height: 1.4em;
    float: left;
}

.popUp-name-info {
    float: right;
    font-size: 0;
    margin-top: 12px;
}

.popUp-name-info span {
    display: inline-block;
    font-size: 16px;
    color: #888;
    padding-left: 20px;
    background: url('../image/abozpic2.png') no-repeat left center;
    margin-right: 20px;
}

.popUp-name-info span:last-child {
    margin-right: 0;
}

.popUp-cont {
    width: 100%;
    font-size: 16px;
    color: #666;
    height: 420px;
    overflow-y: auto;
    padding-right: 28px;
}

.popUp-cont p {
    line-height: 28px;
}

.popUp-cont img {
    width: 100%;
    object-fit: cover;
}

.popUp-cont::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}

.popUp-cont::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 5px #036eb8;
}

.popUp-cont::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #dadada;
    border-radius: 0;
}

.popUp-btn {
    position: absolute;
    right: -70px;
    top: 0px;
}

.popUp-btn a {
    display: block;
    width: 70px;
    height: 70px;
    background-color: rgba(0, 0, 0, .5);
    position: relative;
    margin: 0 0 1px;
    transition: all .4s ease;
    background-repeat: no-repeat;
    background-position: center;
}

.popUp-btn a.popUp-close {
    background-image: url('../image/popClose.png');
}

.popUp-btn a.popUp-prev {
    background-image: url('../image/popPrev.png');
}

.popUp-btn a.popUp-next {
    background-image: url('../image/popNext.png');
}

.popUp-btn a:hover {
    background-color: #036eb8;
}


/* over */

.abozpfc {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.abozpfclb {
    width: 100%;
    position: relative;
    margin-top: 54px;
}

.abozpfclb-img {
    width: 100%;
    overflow: hidden;
}

.abozpfclb-img li {
    width: 31.6%;
    float: right;
}

.abozpfclb-img li:first-child {
    width: 66.5%;
    float: left;
}

.abozpfclb-img li:last-child {
    margin-top: 1.82%;
}

.abozpfclb-img li img {
    width: 100%;
    object-fit: cover;
}

.abozpdy {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
    background: #f7f7f7;
}

.abozpdylb {
    width: 100%;
    margin-top: 12px;
}

.abozpdylb ul {
    margin-left: -2%;
}

.abozpdylb li {
    width: 23%;
    float: left;
    margin-left: 2%;
    position: relative;
    background: #fff;
    margin-top: 2%;
    height: 240px;
    text-align: center;
    padding: 38px 38px 0;
}

.abozpdylb li img {
    height: auto;
}

.abozpdylb li p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-top: 24px;
}

.abozptz {
    width: 100%;
    overflow: hidden;
}

.abozptz li {
    width: 50%;
    float: left;
    height: 560px;
}

.abozptz li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abozptz li:last-child {
    display: flex;
    align-items: center;
    padding-left: 10%;
}

.abozptz-wd {
    width: 100%;
}

.abozptz-wdyp {
    width: 100%;
}

.abozptz-wdyp h4,
.abozptz-wdlx h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 16px;
}

.abozptz-wdyp p,
.abozptz-wdlx p,
.abozptz-wdlx h6 {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    position: relative;
}

.abozptz-wdyp p {
    padding-left: 18px;
}

.abozptz-wdyp p:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
    background: #036eb8;
}

.abozptz-wdlx {
    width: 100%;
    margin-top: 42px;
}

.abozptz-wdlx h6 {
    margin-top: 16px;
}

.abozptz-wdlx h6 a {
    color: #036eb8;
}


/* 关于-荣誉 */

.abory {
    width: 100%;
    padding: 100px 0 120px;
    overflow: hidden;
    background: #f7f7f7;
}

.abory .sontit {
    text-align: left;
}

.abory .serxz-menu {
    width: 100%;
}

.aborylb {
    width: 100%;
    margin-top: 28px;
}

.aborylb ul {
    margin-left: -1.5%;
}

.aborylb li {
    width: 23.5%;
    float: left;
    margin-top: 50px;
    background: #fff;
    position: relative;
    margin-left: 1.5%;
}

.aborylb li a {
    display: block;
    width: 100%;
}

.aborylb-img {
    width: 100%;
    height: 442px;
    line-height: 438px;
    text-align: center;
    border-bottom: 1px solid #eee;
    position: relative;
}

.aborylb-img:before,
.aborylb-img:after {
    content: "";
    position: absolute;
    transition: all .6s ease;
    opacity: 0;
}

.aborylb-img:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(45, 103, 214, .6);
    transform: scale(.94);
}

.aborylb-img:after {
    width: 44px;
    height: 44px;
    margin-top: -22px;
    margin-left: -22px;
    background: url('../image/icon-see2.png') no-repeat center/100% auto;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.aborylb-img img {
    max-width: 88%;
    max-height: 88%;
}

.aborylb-wd {
    width: 100%;
    display: flex;
    align-items: center;
    height: 80px;
    padding: 0 20px;
}

.aborylb-wd p {
    font-size: 18px;
    color: #333;
    line-height: 1.4em;
    text-align: center;
    width: 100%;
    transition: all .4s ease;
}

.aborylb li a:hover .aborylb-img:before {
    opacity: 1;
    transform: scale(1);
}

.aborylb li a:hover .aborylb-img:after {
    opacity: 1;
}

.aborylb li a:hover .aborylb-wd p {
    color: #036eb8;
}


/* 新闻-列表 */

.newslbbr {
    width: 100%;
    padding: 100px 0 50px;
    overflow: hidden;
}

.newslbbr-item {
    width: 100%;
    box-shadow: 0 4px 12px 2px #f2f2f2;
    overflow: hidden;
}

.newslbbr-loop {
    width: 54.8%;
    float: left;
}

.newslbbr-loop a {
    display: block;
    width: 100%;
}

.newslbbr-loop img {
    width: 100%;
    object-fit: cover;
    height: 500px;
}

.newslbbr-list {
    width: 45.2%;
    float: right;
    padding: 12px 58px 0;
    position: relative;
    z-index: 2;
}

.newslbbr-list-link {
    display: block;
    width: 100%;
    padding: 30px 0;
    border-bottom: 2px solid #eaf0fb;
}

.newslbbr-wddes {
    width: 100%;
}

.newslbbr-wddes p {
    width: 100%;
    position: relative;
    font-size: 15px;
    color: #888;
}

.newslbbr-wddes p i {
    margin-right: 8px;
}

.newslbbr-wdtit {
    width: 100%;
    position: relative;
    margin-top: 20px;
    padding-right: 140px;
    background: url('../image/newsarr.png') no-repeat right top 8px;
}

.newslbbr-wdtit h1 {
    font-size: 22px;
    color: #333;
    line-height: 30px;
    height: 60px;
    transition: all .4s ease;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newslbbr-wdtit p {
    font-size: 14px;
    color: #a1a1a1;
    margin-top: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newslbbr-wdtit i {
    position: absolute;
    width: 0;
    height: 6px;
    position: absolute;
    background: #036eb8;
    left: -88px;
    top: 10px;
    transition: all .4s ease;
}

.newslbbr-list-link:hover .newslbbr-wdtit h1 {
    color: #036eb8;
}

.newslbbr-list-link:hover .newslbbr-wdtit i {
    width: 64px;
}

.newslbbr-list-more {
    display: inline-block;
    margin-top: 32px;
    font-size: 0;
}

.newslbbr-list-more i,
.newslbbr-list-more span {
    display: inline-block;
    vertical-align: middle;
}

.newslbbr-list-more i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #036eb8 url('../image/newsic2.png') no-repeat center;
    margin-right: 10px;
    overflow: hidden;
}

.newslbbr-list-more span {
    font-size: 16px;
    color: #666;
    transition: all .4s ease;
}

.newslbbr-list-more:hover i {
    animation: newslbbrI .6s linear both;
}

@keyframes newslbbrI {
    0% {
        background-position: center center;
    }
    60% {
        background-position: center 32px;
    }
    60.0001% {
        background-position: center -32px;
    }
    100% {
        background-position: center center;
    }
}

.newslbbr-list-more:hover span {
    color: #036eb8;
}

.newslbls {
    width: 100%;
    overflow: hidden;
    padding-bottom: 120px;
}

.newslbls-list {
    width: 100%;
}

.newslbls-list ul {
    margin-left: -1.5%;
}

.newslbls-list li {
    margin-top: 50px;
    width: 23.5%;
    float: left;
    margin-left: 1.5%;
    box-shadow: 0 4px 10px 2px #ebebeb;
    position: relative;
}

.newslbls-list a {
    display: block;
    width: 100%;
    position: relative;
}

.newslbls-img {
    width: 100%;
    overflow: hidden;
}

.newslbls-img img {
    width: 100%;
    object-fit: cover;
    transition: all 1s ease;
    min-height: 214px;
    max-height: 214px;
}

.newslbls-wd {
    width: 100%;
    padding: 34px 30px 36px;
    position: relative;
    z-index: 2;
}

.newslbls-wdtit {
    width: 100%;
    height: 84px;
    position: relative;
}

.newslbls-wdtit h6 {
    font-size: 20px;
    color: #333;
    line-height: 28px;
    transition: all .4s ease;
    height: 84px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.newslbls-wdtit i {
    width: 0;
    height: 6px;
    position: absolute;
    top: -38px;
    left: -30px;
    background: #fff;
    transition: all .4s ease;
    opacity: 0;
}

.newslbls-wddes {
    width: 100%;
    border-top: 2px solid #eaf0fb;
    padding-top: 30px;
    margin-top: 28px;
    transition: all .4s ease;
}

.newslbls-wddes p {
    width: 100%;
    position: relative;
    font-size: 15px;
    color: #888;
    transition: all .4s ease;
}

.newslbls-wddes p i {
    margin-right: 8px;
}

.newslbls-wddes p:after {
    content: "";
    position: absolute;
    right: 0;
    width: 22px;
    height: 100%;
    background: url("../image/newsarr.png") no-repeat center;
    transition: all .4s ease;
}

.newslbls-sd {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: url('../image/newssd.png') repeat-x left bottom;
    opacity: 0;
    transition: all .3s ease;
}

.newslbls-list a:hover .newslbls-sd {
    opacity: 1;
}

.newslbls-list a:hover .newslbls-wdtit h6 {
    transform: translateY(-12px);
    color: #fff;
}

.newslbls-list a:hover .newslbls-wddes {
    border-top-color: #4276da;
}

.newslbls-list a:hover .newslbls-wddes p {
    color: #fff;
}

.newslbls-list a:hover .newslbls-wddes p:after {
    background-image: url('../image/newsarrH.png');
}

.newslbls-list a:hover .newslbls-wdtit i {
    width: 68px;
    opacity: 1;
    transform: translateY(-12px);
}

.newslbls-list a:hover .newslbls-img img {
    transform: scale(1.04);
}


/* 新闻-详情 */

.newsxqnr {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.newsxqnr .contain {
    width: 1000px;
    margin: 0 auto;
}

.newsxqnr-title {
    width: 100%;
}

.newsxqnr-title h1 {
    font-size: 32px;
    color: #333;
    line-height: 40px;
}

.newsxqnr-title p {
    width: 100%;
    position: relative;
    font-size: 15px;
    color: #888;
    margin-top: 14px;
}

.newsxqnr-title p i {
    margin-right: 8px;
}

.newsxqnr-cont {
    width: 100%;
    margin-top: 46px;
}

.newsxqnr-cont p {
    font-size: 16px;
    color: #888;
    line-height: 32px;
}

.newsxqnr-cont img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.newsxqlb {
    width: 100%;
    padding: 120px 0;
    background: #f2f2f2;
    overflow: hidden;
}

.newsxqlb .proxq-title {
    text-align: left;
}

.newsxqlb .newslbls-list li {
    margin-top: 38px;
}

.newsxqlb .newslbls-wd {
    background: #fff;
}

.newsxqlb .newslbls-list a:hover .newslbls-wd {
    background: transparent;
}


/* 业务-舞美演艺 */

.busiban {
    width: 100%;
    position: relative;
}

.busiban img {
    width: 100%;
    object-fit: cover;
}

.busiban-wdbox {
    position: absolute;
    width: 100%;
    top: 180px;
    left: 0;
    z-index: 2;
    text-align: center;
}

.busiban-wd {
    width: 100%;
}

.busiban-wd h6 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 54px;
    animation: busibanH 1s ease both;
}

.busiban-wd p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    animation: busibanP 1s ease both 200ms;
}

@keyframes busibanH {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes busibanP {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.busipro {
    width: 100%;
    background: #f7f7f7;
    padding: 100px 0;
    overflow: hidden;
}

.busiprolb {
    width: 100%;
    margin-top: 48px;
    overflow: hidden;
}

.busiprolb ul {
    margin-left: -1.5%;
}

.busiprolb li {
    margin-left: 1.5%;
    float: left;
    width: 23.5%;
}

.busilink {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.busilink a {
    display: inline-block;
    width: 190px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    border: 1px solid #808080;
    font-size: 16px;
    color: #666;
    transition: all .4s ease;
}

.busilink a i {
    display: inline-block;
    width: 14px;
    height: 10px;
    background: url('../image/busihyic1.png') no-repeat;
    margin: -2px 0 0 12px;
    vertical-align: middle;
}

.busilink a:hover {
    border: 1px solid #036eb8;
    background: #036eb8;
    color: #fff;
}

.busilink a:hover i {
    background-image: url('../image/busihyic1H.png');
}

.busippre {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.busipprelb {
    width: 100%;
    margin-top: 48px;
    overflow: hidden;
    padding-top: 0;
}

.busipprelb ul {
    margin-left: -0.7%;
}

.busipprelb li {
    width: 49.3%;
    float: left;
    margin-top: 0.7%;
    margin-left: 0.7%;
    float: left;
}

.busipprelb li a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.busipprelb li a img {
    width: 100%;
    object-fit: cover;
    transition: all .4s linear;
    max-height: 350px;
}

.busipprelb li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background: url('../image/busihyic2.png') repeat-x left bottom;
}

.busipprelb-wd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 32px;
    padding: 0 30px;
    left: 0;
}

.busipprelb-wd h1 {
    font-size: 28px;
    color: #fff;
}

.busipprelb-wd p {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}

.busipprelb-wd p i {
    display: inline-block;
    width: 14px;
    height: 10px;
    background: url('../image/busihyic1H.png') no-repeat;
    margin: -2px 0 0 12px;
    vertical-align: middle;
}

.busipprelb li a:hover img {
    transform: scale(1.06);
}

.busicase {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
    background: #f7f7f7;
}

.busicase .caselb-list {
    overflow: hidden;
    padding-top: 0;
}

.busily {
    width: 100%;
    padding: 140px 0 120px;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: left center;
    overflow: hidden;
}

.busily-info {
    width: 50%;
    padding: 0 152px 0 90px;
    float: left;
}

.busily-info .sontit {
    text-align: left;
}

.busily-info .sontit p {
    max-width: 100%;
}

.busily-info-desc {
    width: 100%;
    margin-top: 68px;
}

.busily-info-desc p {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}

.busily-form {
    width: 50%;
    float: right;
    padding-left: 90px;
}

.busily-form li {
    width: 49%;
    margin-top: 36px;
}

.busily-form li:nth-child(2n+1) {
    float: left;
}

.busily-form li:nth-child(2n) {
    float: right;
}

.busily-form li:nth-child(1),
.busily-form li:nth-child(2) {
    margin-top: 0;
}

.busily-form li input,
.busily-form li select,
.busily-form li textarea {
    display: block;
    height: 40px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #999;
    font-size: 16px;
    color: #888;
}

.busily-form li input:-moz-placeholder {
    color: #888;
    font-size: 16px;
}

.busily-form li input::-moz-placeholder {
    color: #888;
    font-size: 16px;
}

.busily-form li input:-ms-input-placeholder {
    color: #888;
    font-size: 16px;
}

.busily-form li input::-webkit-input-placeholder {
    color: #888;
    font-size: 16px;
}

.busily-form li select:-moz-placeholder {
    color: #888;
    font-size: 16px;
}

.busily-form li select::-moz-placeholder {
    color: #888;
    font-size: 16px;
}

.busily-form li select:-ms-input-placeholder {
    color: #888;
    font-size: 16px;
}

.busily-form li select::-webkit-input-placeholder {
    color: #888;
    font-size: 16px;
}

.busily-form li textarea:-moz-placeholder {
    color: #888;
    font-size: 16px;
}

.busily-form li textarea::-moz-placeholder {
    color: #888;
    font-size: 16px;
}

.busily-form li textarea:-ms-input-placeholder {
    color: #888;
    font-size: 16px;
}

.busily-form li textarea::-webkit-input-placeholder {
    color: #888;
    font-size: 16px;
}

.busily-form li.busily-area {
    width: 100%;
}

.busily-form li textarea {
    height: 102px;
}

.busily-form li.busily-yzmbtn {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.busily-yzm {
    width: calc(100% - 280px);
    float: left;
    position: relative;
    padding-right: 160px;
}

.busily-yzm span {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    border-bottom: 2px solid #999;
    width: 142px;
    height: 40px;
    cursor: pointer;
}

.busily-btn {
    display: block;
    width: 148px;
    height: 40px;
    border-radius: 25px;
    background: #036eb8;
    font-size: 16px;
    color: #fff;
    float: right;
    cursor: pointer;
}

.busily-form li select {
    background-image: url('../image/caselbic1.png');
}


/* 业务-智慧显示 */


/* 业务-会议事业 */

.busipro-hy .busiprolb li {
    width: 48.5%;
}


/* 招商-渠道 */

.joinban.busiban img {
    min-height: auto;
}

.joinban.busiban .busiban-wdbox {
    top: 128px;
}

.joinban.busiban .busiban-wd h6 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 20px;
}

.joinban.busiban .busiban-wd p {
    font-size: 28px;
    display: inline-block;
    position: relative;
}

.joinban.busiban .busiban-wd p:before,
.joinban.busiban .busiban-wd p:after {
    content: "";
    position: absolute;
    width: 64px;
    height: 1px;
    background: #fff;
    top: 50%;
}

.joinban.busiban .busiban-wd p:before {
    left: -80px;
}

.joinban.busiban .busiban-wd p:after {
    right: -80px;
}

.joinys {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.joinys .contain {
    width: 1280px;
    margin: 0 auto;
}

.joinys .sontit p {
    max-width: 100%;
}

.joinyslb {
    width: 100%;
    position: relative;
    margin-top: 46px;
}

.joinyslb li {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.joinyslb-item {
    width: 50%;
    position: relative;
    background-repeat: no-repeat;
    min-height: 104px;
}

.joinyslb li:nth-child(2n+1) .joinyslb-item {
    float: left;
    padding: 0 150px 16px 24px;
    background-image: url('../image/busiqdic2.png');
    text-align: right;
    background-position: left bottom;
}

.joinyslb li:nth-child(2n) .joinyslb-item {
    float: right;
    padding: 0 24px 16px 150px;
    background-image: url('../image/busiqdic2F.png');
    text-align: left;
    background-position: right bottom;
}

.joinyslb-icon {
    width: 74px;
    height: 74px;
    position: absolute;
    bottom: 0;
}

.joinyslb li:nth-child(2n+1) .joinyslb-icon {
    right: 50px;
}

.joinyslb li:nth-child(2n) .joinyslb-icon {
    left: 50px;
}

.joinyslb-num {
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    bottom: 21px;
    text-align: center;
    border-radius: 50%;
    background: #036eb8;
    color: #fff;
    font-size: 24px;
    font-family: Arial;
}

.joinyslb li:nth-child(2n+1) .joinyslb-num {
    right: -16px;
}

.joinyslb li:nth-child(2n) .joinyslb-num {
    left: -16px;
}

.joinyslb-wd {
    width: 100%;
}

.joinyslb-wd h3 {
    font-size: 22px;
    color: #333;
    line-height: 1.4em;
}

.joinyslb-wd p {
    font-size: 16px;
    color: #888;
    line-height: 26px;
    margin-top: 5px;
}

.joinyslb ul::after {
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    margin-left: -1px;
    top: 10px;
    border: 1px dashed #036eb8;
}

.joinzc {
    width: 100%;
    padding: 96px 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.joinzc .sontit p {
    max-width: 100%;
}

.joinzclb {
    width: 100%;
    margin-top: 20px;
}

.joinzclb ul {
    margin-left: -2%;
}

.joinzclb li {
    width: 23%;
    float: left;
    padding: 44px 44px 0;
    margin-top: 2%;
    margin-left: 2%;
    height: 240px;
    background-color: #fff;
    position: relative;
}

.joinzclb li:after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    background: #036eb8;
    transition: all .6s ease;
    z-index: 1;
}

.joinzclb-img {
    width: 100%;
    height: 44px;
    position: relative;
    z-index: 2;
}

.joinzclb-img img {
    max-height: 100%;
    margin: 0 auto;
}

.joinzclb-img-s {
    display: block;
}

.joinzclb-img-h {
    display: none;
}

.joinzclb-wd {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.joinzclb-wd h6 {
    font-size: 20px;
    color: #333;
    transition: all .4s ease;
}

.joinzclb-wd p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin-top: 12px;
    transition: all .4s ease;
}

.joinzclb li:hover:after {
    height: 100%;
}

.joinzclb li:hover .joinzclb-img-s {
    display: none;
}

.joinzclb li:hover .joinzclb-img-h {
    display: block;
}

.joinzclb li:hover .joinzclb-wd h6,
.joinzclb li:hover .joinzclb-wd p {
    color: #fff;
}

.joinzclb li.joinzclb-rel {
    display: flex;
    padding-top: 0;
    align-items: center;
    background-image: url('../image/busiqdimg1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.joinzclb li.joinzclb-rel:after {
    display: none;
}

.joinzclb-rel-wd {
    width: 100%;
    color: #fff;
}

.joinzclb-rel-wd h5 {
    font-size: 18px;
}

.joinzclb-rel-wd h6 {
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0 24px;
}

.joinzclb-rel-wd p {
    font-size: 16px;
}

.joinqd {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.joinqd .sontit i,
.joinzc .sontit i {
    height: 12px;
}

.joinqdlb {
    width: 100%;
    margin-top: 50px;
    position: relative;
}

.joinqdlb-item {
    width: 100%;
    height: 394px;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.joinqdlb-wd {
    width: 100%;
    height: 148px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px 20px 0;
    position: relative;
}

.joinqdlb-wd h6 {
    font-size: 20px;
    color: #333;
    text-align: center;
}

.joinqdlb-wd p {
    font-size: 14px;
    color: #888;
    line-height: 20px;
    margin-top: 8px;
    height: 60px;
    overflow-y: auto;
}

.joinqdlb-wd p::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}

.joinqdlb-wd p::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #036eb8;
}

.joinqdlb-wd p::-webkit-scrollbar-track {
    background: #eee;
}

.joinqdlb-wd h6 span {
    display: inline-block;
    position: relative;
    font-size: 36px;
    font-family: Arial;
    vertical-align: middle;
    padding-right: 8px;
    margin-top: -4px;
}

.joinqdlb-wd h6 span:before {
    content: "";
    width: 32px;
    height: 16px;
    background: #fff;
    border-top: 1px solid #036eb8;
    position: absolute;
    right: -2px;
    bottom: 4px;
    transform: rotate(-45deg);
}

.joinqdlb-wd:before {
    content: "";
    width: 1px;
    left: 50%;
    position: absolute;
    height: 30px;
    bottom: -40px;
    background: #036eb8;
}

.joinqdlb-wd:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -60px;
    background: #fff;
    border: 5px solid #036eb8;
}

.joinqdlb-bottom {
    align-items: flex-end;
}

.joinqdlb-bottom .joinqdlb-wd:before {
    bottom: auto;
    top: -40px;
}

.joinqdlb-bottom .joinqdlb-wd:after {
    bottom: auto;
    top: -60px;
}

.joinqdlb:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 1px;
    background: #036eb8;
}

.joinqd-hint {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #888;
    margin-top: 40px;
}

.joinbz {
    width: 100%;
    padding: 110px 0 128px;
    overflow: hidden;
}

.joinbz .contain {
    width: 900px;
}

.joinbz .sontit p {
    max-width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 28px;
}

.joinbz-rel {
    width: 100%;
    font-size: 0;
    margin-top: 124px;
}

.joinbz-rel p {
    display: inline-block;
    margin-right: 42px;
    font-size: 24px;
    color: #fff;
}

.joinbz-rel p:last-child {
    margin-right: 0;
}

.joinbz-rel p span {
    display: inline-block;
    position: relative;
    padding-bottom: 4px;
}

.joinbz-rel p span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 0;
}

.joinsq {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.joinsq-form {
    width: 100%;
    margin-top: 48px;
}

.joinsq-form ul {
    border: 1px solid #eaeaea;
}

.joinsq-form li,
.joinsq-me-li {
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    padding-left: 186px;
    position: relative;
    float: left;
}

.joinsq-form li:last-child {
    border-bottom: none;
}

.joinsq-form li input,
.joinsq-form li select,
.joinsq-form li label {
    display: block;
    height: 60px;
    font-size: 16px;
    color: #666;
    width: 100%;
    padding: 0 20px;
}

.joinsq-form li input:-moz-placeholder {
    font-size: 16px;
}

.joinsq-form li input::-moz-placeholder {
    font-size: 16px;
}

.joinsq-form li input:-ms-input-placeholder {
    font-size: 16px;
}

.joinsq-form li input::-webkit-input-placeholder {
    font-size: 16px;
}

.joinsq-form li select:-moz-placeholder {
    font-size: 16px;
}

.joinsq-form li select::-moz-placeholder {
    font-size: 16px;
}

.joinsq-form li select:-ms-input-placeholder {
    font-size: 16px;
}

.joinsq-form li select::-webkit-input-placeholder {
    font-size: 16px;
}

.joinsq-form li label {
    width: 186px;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #eaeaea;
    line-height: 60px;
}

.joinsq-form li select {
    background-image: url('../image/caselbic1.png');
    background-position: right 20px center;
}

.joinsq-form li.joinsq-two {
    width: 50%;
}

.joinsq-form li.joinsq-two.joinsq-no {
    border-right: 1px solid #eaeaea;
}

.joinsq-info {
    width: 100%;
}

.joinsq-form li.joinsq-me>label {
    height: 244px;
    line-height: 244px;
}

.joinsq-me-li.joinsq-me-li-code {
    border-bottom: none;
    padding-right: 152px;
}

.joinsq-me-li.joinsq-me-li-code span {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    border-left: 1px solid #eaeaea;
    width: 152px;
    height: 60px;
    cursor: pointer;
    text-align: center;
}

.joinsq-me-li.joinsq-me-li-code span canvas {
    max-width: 100%;
    max-height: 100%;
}

.joinsq-submit {
    display: block;
    width: 120px;
    height: 46px;
    background: #036eb8;
    font-size: 16px;
    color: #fff;
    float: right;
    cursor: pointer;
    margin-top: 42px;
}


/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
    .caselb {
        padding: 120px 0 100px;
    }
    .caselb-list li {
        margin-top: 40px;
    }
    .fullpage {
        margin-top: 66px;
    }
    .caselb-wd span {
        margin-top: 36px;
    }
    .casexq-nr {
        padding: 58px 0 84px;
    }
    .casexq-al {
        padding: 90px 0 96px;
    }
    .casexq-al-title h6,
    .casexq-nr-title h1 {
        font-size: 30px;
    }
    .casexq-nr-loop {
        margin-top: 48px;
    }
    .projsban-imgwd .contain {
        width: 92%;
    }
    .projsban-wd h1 {
        font-size: 44px;
        margin-bottom: 20px;
    }
    .projsban-wd p {
        font-size: 22px;
        line-height: 30px;
    }
    .projssd {
        padding: 100px 0 120px;
    }
    .sontit h1 {
        font-size: 34px;
        line-height: 44px;
    }
    .projssd .contain {
        width: 92%;
    }
    .sontit p {
        max-width: 100%;
    }
    .projssdlb li h1 {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .projssdlb li {
        margin-top: 32px;
    }
    .projssdlb {
        margin-top: 36px;
    }
    .projssdimg {
        margin-top: 88px;
    }
    .projsvs {
        padding: 100px 0;
    }
    .projsvslb {
        margin-top: 80px;
    }
    .projsvslb:after {
        top: 40px;
    }
    .projslclb li h1 {
        font-size: 26px;
        margin-bottom: 14px;
    }
    .projslc {
        padding: 80px 0 260px;
    }
    .projslc-bg {
        width: 680px;
        bottom: 40px;
    }
    .projsst {
        padding: 120px 0;
    }
    .projsgq {
        padding-bottom: 120px;
    }
    .projsfa,
    .projsyy {
        padding: 100px 0;
    }
    .projsfalb li,
    .projsyylb li {
        margin-top: 44px;
    }
    .projsyylb-wd h1 {
        font-size: 26px;
    }
    .projsfalb-wd h1 {
        font-size: 20px;
    }
    .projsfalb-wd {
        bottom: 28px;
        padding: 0px 28px;
    }
    .projssdlb li p {
        max-width: 90%;
    }
    .prolbxl {
        padding: 80px 0 88px;
    }
    .prolbxl-wd h1 {
        font-size: 40px;
    }
    .prolbxl-wdbox {
        padding: 100px 0 0 68px;
    }
    .prolbcd {
        padding-top: 88px;
    }
    .prolblt {
        padding: 10px 0 88px;
    }
    .proxqban .projsban-img,
    .proxqban .projsban-wdbox,
    .proxqban .projsban-bg {
        height: 720px;
    }
    .proxqit-wd p {
        line-height: 30px;
    }
    .proxqit-wd h1 {
        font-size: 30px;
        padding-bottom: 26px;
    }
    .proxqit-wd p:before {
        top: 11px;
    }
    .proxqit-wdbox,
    .proxqit-img {
        height: 560px;
    }
    .proxqit-wd {
        padding: 0 54px;
    }
    .proxqit.proxqitcg .proxqit-img {
        padding-left: 54px;
    }
    .proxq-title h6 {
        font-size: 32px;
    }
    .proxqcs,
    .proxqfk {
        padding: 88px 0;
    }
    .proxqcs-table table td {
        height: 70px;
    }
    .proxqcs-table {
        margin-top: 48px;
    }
    .proxqfk-form {
        margin-top: 28px;
    }
    .prelblt {
        padding: 60px 0 88px;
    }
    .prelblt-wd h1 {
        font-size: 28px;
    }
    .prelblt-wd p {
        margin-top: 16px;
    }
    .prelbbz {
        padding: 84px 0;
    }
    .prelbbz-wd h6 {
        font-size: 32px;
    }
    .prelbbz-wd p {
        margin: 24px 0 32px;
    }
    .prexqzx-img,
    .prexqzx-wdbox {
        height: 590px;
    }
    .prexqzx-wd i {
        margin: 18px 0 40px;
    }
    .prexqzx-wd h1 {
        font-size: 34px;
    }
    .prexqtd,
    .prexqcp,
    .prexqal {
        padding: 84px 0;
    }
    .prexqzx-wd {
        padding: 0 70px;
    }
    .prexqcplb,
    .prexqallb {
        padding: 0 50px;
    }
    .prexqcplb-next,
    .prexqallb-next {
        right: -12px;
    }
    .prexqcplb-prev,
    .prexqallb-prev {
        left: -12px;
    }
    .projsyylb-img {
        height: 360px;
        line-height: 354px;
    }
    .serpxrz-loop {
        padding: 0 50px;
    }
    .serpxpx,
    .serpxrz,
    .serpxsp,
    .serpxfs {
        padding: 96px 0 88px;
    }
    .serpxpxlb li {
        padding: 40px 0;
    }
    .serpxfs .proxqfk-form {
        margin-top: 20px;
    }
    .serpxsplb {
        margin-top: 24px;
    }
    .serpxrz-loop {
        margin-top: 48px;
    }
    .serxz {
        padding: 88px 0 96px;
    }
    .serxz-ss input {
        height: 50px;
    }
    .serxz-menu a {
        height: 50px;
        line-height: 50px;
    }
    .serzcsh,
    .serzclc,
    .serzczb,
    .serzcfw,
    .serzcgc,
    .serzcwm {
        padding: 88px 0;
    }
    .serzclclb li:after {
        width: 26px;
        right: -26px;
    }
    .serzclclb {
        margin-top: 50px;
    }
    .serzczblb li {
        padding: 32px 31px 0;
        height: 316px;
    }
    .serzczblb li {
        margin-right: 2%;
        width: 23.5%;
        margin-top: 2%;
    }
    .serzcwmlb {
        margin-top: 54px;
    }
    .serzcwmlb li {
        padding: 26px 24px 0;
    }
    .abojsdc,
    .abojsmc {
        padding: 100px 0;
    }
    .abojsdc-wd h1 {
        font-size: 34px;
        margin-bottom: 34px;
    }
    .abojsmclb li {
        padding: 80px 40px 0;
    }
    .abojshx .contain,
    .abojswl,
    .abojswh,
    .abojslc {
        padding: 88px 0;
    }
    .abojshxlb {
        margin-top: 48px;
    }
    .abojswl-img {
        margin-top: 48px;
    }
    .abojswhlb {
        margin-top: 50px;
    }
    .abojslc-cont {
        margin-top: 62px;
    }
    .abojslc-cont-wdbox {
        padding: 60px 36px 0 50px;
    }
    .abojsdl-wd {
        padding-left: 8%;
    }
    .abojsdl-wd h6 {
        font-size: 26px;
    }
    .abojsdl-wd h6 span {
        font-size: 42px;
    }
    .abojsdl-wd p {
        font-size: 28px;
        margin: 18px 0 36px;
    }
    .abojsdc-wdbox {
        padding-right: 120px;
    }
    .abolxdz {
        padding: 80px 0;
    }
    .abolxqd,
    .abolxfk {
        padding: 88px 0;
    }
    .abolxqdlb li {
        padding: 48px 20px;
    }
    .abolxqdlb li.abolxqdlb-2 {
        min-height: 450px;
    }
    .abozpln,
    .abozpzw,
    .abozpfc,
    .abozpdy {
        padding: 80px 0;
    }
    .abozpzwlb li {
        padding: 40px 32px 0;
        height: 310px;
    }
    .abozpzwlb-wd h6 span {
        font-size: 14px;
    }
    .abozpdylb li p {
        line-height: 26px;
        margin-top: 20px;
    }
    .abozptz li {
        height: 500px;
    }
    .abozptz li:last-child {
        padding-left: 8%;
    }
    .sonban-wd h6 {
        font-size: 42px;
        padding-bottom: 24px;
    }
    .abozpfclb {
        padding: 0 50px;
    }
    .abory {
        padding: 84px 0 96px;
    }
    .aborylb li {
        margin-top: 40px;
    }
    .newslbbr {
        padding: 84px 0 34px;
    }
    .newslbbr-wdtit {
        padding-right: 88px;
        margin-top: 16px;
    }
    .newslbbr-wdtit h1 {
        font-size: 20px;
        line-height: 28px;
        height: 56px;
    }
    .newslbbr-list-link {
        padding: 28px 0;
    }
    .newslbbr-loop img {
        height: 464px;
    }
    .newslbls {
        padding-bottom: 96px;
    }
    .newsxqnr {
        padding: 84px 0;
    }
    .newsxqnr-title h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .newsxqlb {
        padding: 96px 0;
    }
    .busiban-wd h6 {
        font-size: 44px;
        margin-bottom: 40px;
    }
    .busiban-wdbox {
        top: 120px;
    }
    .busiban img {
        min-height: 620px;
    }
    .busipro,
    .busippre,
    .busicase {
        padding: 88px 0;
    }
    .busily-info {
        padding: 0 90px 0 0;
    }
    .busily {
        padding: 120px 0 100px;
    }
    .busily-yzm {
        width: calc(100% - 188px);
    }
    .busipprelb-wd h1 {
        font-size: 26px;
    }
    .joinban.busiban .busiban-wd h6 {
        font-size: 40px;
        margin-bottom: 18px;
    }
    .joinban.busiban .busiban-wd p {
        font-size: 26px;
    }
    .joinban.busiban .busiban-wdbox {
        top: 88px;
    }
    .joinban.busiban img {
        min-height: 440px;
    }
    .joinys,
    .joinzc,
    .joinqd,
    .joinsq {
        padding: 84px 0;
    }
    .joinzclb li {
        padding: 40px 38px 0;
    }
    .joinqd-hint {
        display: block;
    }
    .joinqdlb {
        cursor: w-resize;
    }
    .joinbz {
        padding: 88px 0 98px;
    }
    .joinbz-rel {
        margin-top: 100px;
    }
    .joinbz-rel p {
        font-size: 22px;
    }
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
    .projslclb-item {
        width: 100%;
    }
    .projslc-bg {
        width: 588px;
        bottom: 40px;
    }
    .proxqban .projsban-img,
    .proxqban .projsban-wdbox,
    .proxqban .projsban-bg {
        height: 660px;
    }
    .proxqit-wd h1 {
        font-size: 28px;
        padding-bottom: 24px;
    }
    .proxqit.proxqitcg .proxqit-img {
        padding-left: 0;
    }
    .serpxpx,
    .serpxrz,
    .serpxsp,
    .serpxfs {
        padding: 88px 0 80px;
    }
    .serxz {
        padding: 80px 0 88px;
    }
    .abojsdc,
    .abojsmc {
        padding: 88px 0;
    }
    .abolxqd,
    .abolxfk {
        padding: 80px 0;
    }
    .abolxdz-wd {
        padding-top: 36px;
    }
    .abolxqdlb li.abolxqdlb-2 {
        min-height: 460px;
    }
    .abolxqdlb li {
        margin-top: 38px;
    }
    .popUp-item {
        width: 1000px;
        padding: 44px 60px 50px;
    }
    .sonban-wd h6 {
        font-size: 36px;
        padding-bottom: 20px;
    }
    .abory {
        padding: 80px 0 88px;
    }
    .newslbls-wdtit h6 {
        font-size: 18px;
        line-height: 26px;
        height: 78px;
    }
    .newslbls-wdtit {
        height: 78px;
    }
    .newslbls-wd {
        padding: 28px 30px 32px;
    }
    .newslbls-wddes {
        padding-top: 24px;
        margin-top: 20px;
    }
    .newslbls {
        padding-bottom: 88px;
    }
    .newslbbr-list {
        width: 44%;
        padding: 0 40px 0;
    }
    .newslbbr-loop {
        width: 56%;
    }
    .newslbbr-wdtit h1 {
        font-size: 18px;
        line-height: 26px;
        height: 52px;
    }
    .newslbbr-loop img {
        height: 434px;
    }
    .newsxqlb {
        padding: 84px 0;
    }
    .busiban-wd h6 {
        font-size: 38px;
        margin-bottom: 36px;
    }
    .joinbz {
        padding: 84px 0 88px;
    }
    .joinbz-rel {
        margin-top: 84px;
    }
    .joinzclb li {
        padding: 40px 26px 0;
    }
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
    .caselb {
        padding: 100px 0 80px;
    }
    .caselb-list li {
        margin-top: 30px;
    }
    .fullpage {
        margin-top: 58px;
    }
    .caselb-wd span {
        margin-top: 30px;
    }
    .caselb-select select {
        height: 50px;
    }
    .casexq-al-title h6,
    .casexq-nr-title h1 {
        font-size: 28px;
    }
    .casexq-nr {
        padding: 54px 0 74px;
    }
    .casexq-nr-loop {
        margin-top: 44px;
    }
    .casexq-nr-list {
        margin-top: 50px;
    }
    .casexq-btnback {
        margin-top: 42px;
        padding-top: 34px;
    }
    .casexq-al {
        padding: 74px 0 84px;
    }
    .projsban-wd h1 {
        font-size: 38px;
        margin-bottom: 16px;
    }
    .projsban-wd p {
        font-size: 20px;
        line-height: 28px;
    }
    .projsban-img img {
        max-height: 420px;
        margin-top: 50px;
    }
    .projsban-img,
    .projsban-wdbox,
    .projsban-bg {
        height: 540px;
    }
    .projssd {
        padding: 80px 0 88px;
    }
    .sontit h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .sontit p {
        font-size: 16px;
        line-height: 26px;
    }
    .sontit i {
        height: 18px;
    }
    .projssdlb li h1 {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .projssdlb li p {
        font-size: 16px;
        line-height: 22px;
    }
    .projssdlb li {
        margin-top: 26px;
    }
    .projssdlb {
        margin-top: 28px;
    }
    .projssdimg {
        margin-top: 68px;
    }
    .projsvs {
        padding: 84px 0;
    }
    .projsvslb li p {
        font-size: 16px;
        line-height: 26px;
    }
    .projsvslb li h3 {
        font-size: 24px;
        margin: 16px 0 14px;
    }
    .projsvslb-img {
        height: 88px;
    }
    .projsvslb {
        margin-top: 68px;
    }
    .projsvslb:after {
        width: 110px;
        height: 30px;
        margin-left: -55px;
        top: 36px;
    }
    .projslc {
        padding: 68px 0 248px;
    }
    .projslclb li {
        margin-top: 30px;
    }
    .projslclb li p {
        font-size: 16px;
    }
    .projslclb li h1 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .projslclb li h4 {
        font-size: 18px;
        margin-bottom: 14px;
    }
    .projslc-bg {
        width: 544px;
    }
    .projsst {
        padding: 94px 0;
    }
    .projsgq {
        padding-bottom: 94px;
    }
    .projsfa,
    .projsyy {
        padding: 74px 0;
    }
    .projsyylb-img {
        height: 354px;
        line-height: 350px;
    }
    .prolbxl {
        padding: 70px 0 78px;
    }
    .prolbxl-img a img {
        max-height: 360px;
    }
    .prolbxl-img,
    .prolbxl-wdbox {
        height: 500px;
    }
    .prolbxl-wd h1 {
        font-size: 34px;
        margin: 16px 0 24px;
    }
    .prolbxl-wd p {
        line-height: 32px;
    }
    .prolbxl-wd a.sonlink {
        margin-top: 40px;
    }
    .prolbxl-wdbox {
        padding: 68px 0 0 42px;
    }
    .prolbcd {
        padding-top: 74px;
    }
    .prolbcd a {
        height: 60px;
        line-height: 62px;
    }
    .prolblt-list li {
        margin-top: 48px;
    }
    .prolbl-wd h1 {
        font-size: 22px;
    }
    .prolbl-wd {
        height: 120px;
        padding: 32px 100px 0 30px;
    }
    .proxqban .projsban-img,
    .proxqban .projsban-wdbox,
    .proxqban .projsban-bg {
        height: 600px;
    }
    .proxqit-wd p {
        line-height: 28px;
    }
    .proxqit-wd p:before {
        top: 10px;
    }
    .proxqit-wd h1 {
        font-size: 26px;
        padding-bottom: 20px;
    }
    .proxqit-img img {
        max-height: 360px;
    }
    .proxqit-wdbox,
    .proxqit-img {
        height: 520px;
    }
    .proxqit-wd {
        padding: 0 40px;
    }
    .proxqcs,
    .proxqfk {
        padding: 74px 0;
    }
    .proxq-title h6 {
        font-size: 28px;
    }
    .proxqcs-table table td {
        height: 60px;
        padding-left: 40px;
    }
    .proxqcs-table {
        margin-top: 38px;
    }
    .proxqfk-form {
        margin-top: 18px;
    }
    .prelblt {
        padding: 50px 0 74px;
    }
    .prelblt-wd {
        padding: 0 28px;
    }
    .prelblt-wd h1 {
        font-size: 24px;
    }
    .prelblt-wd p {
        margin-top: 14px;
    }
    .prelbbz-wd h6 {
        font-size: 28px;
    }
    .prelbbz-wd p {
        margin: 20px 0 28px;
    }
    .prelbbz {
        padding: 74px 0;
    }
    .prexqzx-wd {
        padding: 0 60px;
    }
    .prexqzx-wd h1 {
        font-size: 30px;
    }
    .prexqzx-wd p {
        line-height: 32px;
    }
    .prexqzx-img,
    .prexqzx-wdbox {
        height: 530px;
    }
    .prexqtd,
    .prexqcp,
    .prexqal {
        padding: 74px 0;
    }
    .prexqtdlb li {
        height: 300px;
        padding: 42px 32px 0;
    }
    .prexqtdlb-wd p {
        line-height: 26px;
    }
    .serpxpx,
    .serpxrz,
    .serpxsp,
    .serpxfs {
        padding: 74px 0 70px;
    }
    .serpxpxlb li {
        padding: 32px 0;
    }
    .serpxpxlb-num {
        font-size: 40px;
    }
    .serpxpxlb-wd {
        padding-left: 44px;
    }
    .serxz {
        padding: 70px 0 74px;
    }
    .serxzlb {
        margin-top: 48px;
    }
    .serzcsh,
    .serzclc,
    .serzczb,
    .serzcfw,
    .serzcgc,
    .serzcwm {
        padding: 74px 0;
    }
    .abojsdc,
    .abojsmc {
        padding: 74px 0;
    }
    .abojsdc-wd h1 {
        font-size: 30px;
        margin-bottom: 28px;
    }
    .abojsdc-wd p {
        margin-top: 16px;
    }
    .abojsdc-wdbox {
        padding-right: 80px;
    }
    .abojsdc-wdbox,
    .abojsdc-img {
        height: 380px;
    }
    .abojsmclb li i {
        margin-left: -34px;
        top: -34px;
        width: 68px;
        height: 68px;
        line-height: 68px;
        font-size: 34px;
    }
    .abojsmclb li {
        padding: 60px 28px 0;
    }
    .abojshx .contain,
    .abojswl,
    .abojswh,
    .abojslc {
        padding: 74px 0;
    }
    .abojswhlb li {
        padding: 46px 28px 0;
    }
    .abojslc-menu {
        margin-top: 48px;
    }
    .abojslc-cont-img,
    .abojslc-cont-wdbox {
        height: 420px;
    }
    .abojslc-cont-wdbox {
        padding: 32px 28px 0 40px;
    }
    .abojsdl li {
        height: 400px;
    }
    .abojsdl-wd h6 span {
        font-size: 38px;
    }
    .abojsdl-wd p {
        font-size: 24px;
        margin: 12px 0 28px;
    }
    .abolxdz {
        padding: 70px 0;
    }
    .abolxqd,
    .abolxfk {
        padding: 70px 0;
    }
    .abolxdz-wd h6 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .abolxdz-wd {
        padding-top: 30px;
    }
    .abozpln,
    .abozpzw,
    .abozpfc,
    .abozpdy {
        padding: 70px 0;
    }
    .abozpzwlb-wd h6 span {
        padding-left: 18px;
        margin-right: 10px;
    }
    .abozpzwlb li {
        padding: 32px 24px 0;
        height: 280px;
    }
    .abozpzwlb-wd i {
        margin-top: 40px;
    }
    .abozpzwlb-wd h1 {
        font-size: 22px;
    }
    .abozpln-wd h6 {
        font-size: 22px;
    }
    .abozpfclb {
        margin-top: 48px;
    }
    .abozpdylb li {
        padding: 32px 24px 0;
    }
    .abozptz li {
        height: 420px;
    }
    .abozptz-wdlx {
        margin-top: 30px;
    }
    .sonban-wd h6 {
        font-size: 32px;
        padding-bottom: 16px;
    }
    .abory {
        padding: 70px 0 78px;
    }
    .newslbbr {
        padding: 74px 0 20px;
    }
    .newslbls {
        padding-bottom: 74px;
    }
    .newslbls-list li {
        width: 31.8333%;
    }
    .newslbbr-wdtit p {
        margin-top: 12px;
    }
    .newslbbr-wdtit {
        margin-top: 12px;
    }
    .newslbbr-list-link {
        padding: 24px 0;
    }
    .newslbbr-list-more {
        margin-top: 26px;
    }
    .newslbbr-loop img {
        height: 396px;
    }
    .newsxqnr {
        padding: 74px 0;
    }
    .newsxqnr-title h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .newsxqnr-cont {
        margin-top: 38px;
    }
    .newsxqnr-cont p {
        line-height: 30px;
    }
    .newsxqlb {
        padding: 74px 0;
    }
    .busipro,
    .busippre,
    .busicase {
        padding: 74px 0;
    }
    .busiban-wd h6 {
        font-size: 34px;
        margin-bottom: 32px;
    }
    .busipprelb-wd h1 {
        font-size: 24px;
    }
    .busily {
        padding: 90px 0 88px;
    }
    .busily-form li,
    .busily-form li.busily-yzmbtn {
        margin-top: 24px;
    }
    .busily-yzm {
        width: 100%;
    }
    .busily-btn {
        margin-top: 30px;
    }
    .joinys .contain {
        width: 92%;
    }
    .joinyslb-item {
        background-size: calc(100% - 112px) auto;
    }
    .joinyslb-wd h3 {
        font-size: 20px;
    }
    .joinzclb-wd h6 {
        font-size: 18px;
    }
    .joinzclb li {
        padding: 32px 24px 0;
        height: 224px;
    }
    .joinzclb-rel-wd h6 {
        font-size: 22px;
        margin: 8px 0 20px;
    }
    .joinys,
    .joinzc,
    .joinqd,
    .joinsq,
    .joinbz {
        padding: 74px 0;
    }
    .joinbz-rel p {
        font-size: 20px;
    }
    .joinbz-rel {
        margin-top: 68px;
    }
    .joinban.busiban .busiban-wd h6 {
        font-size: 34px;
        margin-bottom: 14px;
    }
    .joinban.busiban .busiban-wd p {
        font-size: 24px;
    }
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
    .caselb {
        padding: 80px 0 60px;
    }
    .caselb-list {
        padding-top: 20px;
    }
    .fullpage {
        margin-top: 50px;
    }
    .caselb-wd span {
        margin-top: 24px;
    }
    .casexq-nr .contain {
        width: 92%;
    }
    .casexq-nr {
        padding: 50px 0 64px;
    }
    .casexq-al {
        padding: 64px 0 68px;
    }
    .projsban-img img {
        max-height: 380px;
        margin-top: 40px;
    }
    .projsban-wd h1 {
        font-size: 34px;
        margin-bottom: 14px;
    }
    .projsban-wd p {
        font-size: 18px;
        line-height: 26px;
    }
    .projsban-img,
    .projsban-wdbox,
    .projsban-bg {
        height: 500px;
    }
    .sontit h1 {
        font-size: 26px;
        line-height: 34px;
    }
    .projssdlb ul {
        margin-left: -4%;
    }
    .projssdlb li {
        width: 29.333%;
        margin-left: 4%;
        margin-top: 24px;
    }
    .projssd {
        padding: 60px 0 68px;
    }
    .projssdlb li h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .projssdimg {
        margin-top: 60px;
    }
    .projsvs {
        padding: 68px 0;
    }
    .projsvslb li:first-child {
        padding-right: 90px;
    }
    .projsvslb li:last-child {
        padding-left: 90px;
    }
    .projsvslb {
        margin-top: 50px;
    }
    .projslc {
        padding: 54px 0 248px;
    }
    .projsst {
        padding: 78px 0;
    }
    .projsgq {
        padding-bottom: 78px;
    }
    .projsfa,
    .projsyy {
        padding: 66px 0;
    }
    .projsfalb li,
    .projsyylb li {
        margin-top: 38px;
    }
    .projsfalb-wd {
        bottom: 20px;
        padding: 0px 24px;
    }
    .projsfalb-wd h1 {
        font-size: 18px;
    }
    .projsyylb-wd h1 {
        font-size: 24px;
    }
    .projsyylb-img {
        height: 320px;
        line-height: 316px;
    }
    .projsyylb li {
        padding: 0 0 36px;
    }
    .prolbxl {
        padding: 60px 0 68px;
    }
    .prolbxl-wd h1 {
        font-size: 28px;
        margin: 14px 0 20px;
    }
    .prolbxl-wd p {
        line-height: 28px;
    }
    .prolbxl-wdbox {
        padding: 48px 0 0 20px;
    }
    .prolbxl-menu {
        padding: 14px 0;
        bottom: 54px;
        right: 13%;
    }
    .prolbxl-img,
    .prolbxl-wdbox {
        height: 430px;
    }
    .prolbxl-img a img {
        max-height: 310px;
    }
    .prolbcd {
        padding-top: 64px;
    }
    .prolbcd a {
        height: 52px;
        line-height: 54px;
    }
    .prolbl-img {
        height: 300px;
        line-height: 304px;
    }
    .prolbl-wd i {
        width: 52px;
        height: 52px;
    }
    .prolblt {
        padding: 10px 0 68px;
    }
    .proxqban .projsban-img,
    .proxqban .projsban-wdbox,
    .proxqban .projsban-bg {
        height: 540px;
    }
    .proxqit-wd p {
        line-height: 26px;
    }
    .proxqit-wd p:before {
        top: 9px;
    }
    .proxqit-wd h1 {
        font-size: 24px;
        padding-bottom: 16px;
    }
    .proxqcs,
    .proxqfk {
        padding: 68px 0;
    }
    .prelbbz {
        padding: 64px 0;
    }
    .prelblt {
        padding: 44px 0 64px;
    }
    .prexqzx-wd h1 {
        font-size: 26px;
    }
    .prexqzx-wd i {
        margin: 16px 0 28px;
        height: 2px;
    }
    .prexqzx-wd p {
        line-height: 30px;
    }
    .prexqzx-img,
    .prexqzx-wdbox {
        height: 480px;
    }
    .prexqtd,
    .prexqcp,
    .prexqal {
        padding: 64px 0;
    }
    .prexqtdlb li {
        height: 290px;
        padding: 32px 28px 0;
    }
    .serpxpx,
    .serpxrz,
    .serpxsp,
    .serpxfs {
        padding: 64px 0 60px;
    }
    .serpxpxlb-num {
        font-size: 36px;
    }
    .serpxpxlb-wd {
        padding-left: 36px;
    }
    .serpxpxlb {
        margin-top: 36px;
    }
    .serpxrz-wd h1 {
        font-size: 18px;
    }
    .serpxrz-wd {
        margin-top: 24px;
    }
    .serpxsplb-wd h6 {
        font-size: 18px;
    }
    .serxz-menu a {
        width: 160px;
    }
    .serxz {
        padding: 60px 0 64px;
    }
    .serzcsh,
    .serzclc,
    .serzczb,
    .serzcfw,
    .serzcgc,
    .serzcwm {
        padding: 64px 0;
    }
    .serzcshlb {
        margin-top: 36px;
    }
    .serzcshlb-qqwd p {
        font-size: 28px;
    }
    .serzclclb li:after {
        display: none;
    }
    .serzclclb-wd p {
        font-size: 100px;
    }
    .serzclclb-wd h6 {
        font-size: 20px;
    }
    .serzclclb li {
        height: 240px;
        padding: 32px 0 0;
    }
    .serzczblb li {
        width: 31.3333%;
    }
    .serzczblb li:nth-child(4n+4) {
        margin-right: 2%;
    }
    .serzczblb li:nth-child(3n+3) {
        margin-right: 0;
    }
    .serzcfw .contain {
        width: 92%;
    }
    .serzcsh .contain {
        width: 92%;
    }
    .abojsdc,
    .abojsmc {
        padding: 64px 0;
    }
    .abojsdc-wdbox {
        padding-right: 60px;
    }
    .abojshx .contain,
    .abojswl,
    .abojswh,
    .abojslc {
        padding: 64px 0;
    }
    .abojswhlb li h6 {
        font-size: 22px;
        margin: 28px 0 16px;
    }
    .abojsdc-wd h1 {
        font-size: 26px;
        margin-bottom: 24px;
    }
    .abolxdz {
        padding: 62px 0;
    }
    .abolxqd,
    .abolxfk {
        padding: 62px 0;
    }
    .abolxqdlb li.abolxqdlb-2 {
        min-height: 484px;
    }
    .abolxqdlb li {
        margin-top: 30px;
    }
    .abolxqdlb li h6 {
        font-size: 22px;
        margin-bottom: 18px;
    }
    .abozpln,
    .abozpzw,
    .abozpfc,
    .abozpdy {
        padding: 62px 0;
    }
    .abozpzwlb li {
        width: 48%;
    }
    .popUp-item {
        width: 92%;
        padding: 44px 60px 50px;
    }
    .popUp-btn {
        right: 0;
        top: -50px;
        width: 153px;
        overflow: hidden;
    }
    .popUp-btn a {
        width: 50px;
        height: 50px;
        float: left;
        margin: 0 0 0 1px;
    }
    .popUp-cont {
        height: 388px;
    }
    .abozpdylb li {
        width: 31.3333%;
    }
    .abozptz-wdyp h4,
    .abozptz-wdlx h4 {
        margin-bottom: 12px;
    }
    .sonban-wd h6 {
        font-size: 28px;
        padding-bottom: 14px;
    }
    .abory {
        padding: 60px 0 68px;
    }
    .aborylb-img {
        height: 384px;
        line-height: 380px;
    }
    .aborylb li {
        margin-top: 32px;
    }
    .aborylb-wd p {
        font-size: 16px;
    }
    .aborylb-wd {
        height: 68px;
    }
    .newslbbr {
        padding: 64px 0 20px;
    }
    .newslbls-list li {
        margin-top: 40px;
    }
    .newslbls {
        padding-bottom: 64px;
    }
    .newslbbr-list-link {
        padding: 20px 0;
    }
    .newslbbr-list-link {
        padding: 20px 0;
    }
    .newsxqnr {
        padding: 64px 0;
    }
    .newsxqnr-title h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .newsxqnr-cont p {
        line-height: 28px;
    }
    .newsxqnr-cont {
        margin-top: 32px;
    }
    .newsxqlb {
        padding: 64px 0;
    }
    .busiban-wd p {
        font-size: 16px;
        line-height: 26px;
    }
    .busiban-wd h6 {
        font-size: 30px;
        margin-bottom: 28px;
    }
    .busiban img {
        min-height: 500px;
    }
    .busiban-wdbox {
        top: 88px;
    }
    .busipro,
    .busippre,
    .busicase {
        padding: 64px 0;
    }
    .busipprelb-wd {
        bottom: 24px;
        padding: 0 24px;
    }
    .busipprelb-wd h1 {
        font-size: 22px;
    }
    .busilink a {
        width: 168px;
        height: 46px;
        line-height: 46px;
    }
    .busily-info {
        padding: 0 60px 0 0;
    }
    .busily-form {
        padding-left: 60px;
    }
    .busily-form li {
        margin-top: 28px;
    }
    .busily-form li.busily-yzmbtn {
        margin-top: 36px;
    }
    .busily {
        padding: 68px 0 74px;
    }
    .joinys,
    .joinzc,
    .joinqd,
    .joinsq,
    .joinbz {
        padding: 66px 0;
    }
    .joinzclb li {
        width: 31.3333%;
    }
    .joinban.busiban .busiban-wd h6 {
        font-size: 30px;
    }
    .joinban.busiban .busiban-wd p {
        font-size: 22px;
    }
    .joinban.busiban img {
        min-height: 400px;
    }
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
    .caselb-list li {
        width: 48.5%;
    }
    .fullpage {
        margin-top: 44px;
    }
    .projssdlb li {
        width: 46%;
        min-height: 94px;
    }
    .projslclb ul {
        margin-left: 0;
    }
    .projslclb li {
        width: 100%;
        margin-left: 0;
        min-height: auto;
    }
    .projslc-title {
        margin-top: 84px;
    }
    .projslc {
        padding: 54px 0 310px;
    }
    .projssdlb.projsgqlb li {
        min-height: auto;
    }
    .projsvslb:after {
        top: 24px;
    }
    .prolbxl-img {
        width: 100%;
    }
    .prolbxl-wdbox {
        width: 100%;
        height: auto;
        padding: 28px 20px 104px;
    }
    .prolbxl-menu {
        padding: 14px 0;
        bottom: 28px;
        right: 20px;
    }
    .prolblt-list li {
        width: 48%;
    }
    .proxqit-img img {
        max-height: 300px;
    }
    .proxqit-wdbox,
    .proxqit-img {
        height: 480px;
    }
    .proxqfk-yzm {
        width: 600px;
    }
    .prexqtdlb li {
        width: 48.5%;
        margin-top: 1.5%;
    }
    .prexqtdlb {
        margin-top: 44px;
    }
    .prexqzx-wd p {
        line-height: 28px;
    }
    .serxzlb-li li {
        padding-left: 24px;
        width: 16%;
    }
    .serxzlb-li li:nth-child(1) {
        width: 52%;
    }
    .serzcshlb-item li span {
        font-size: 24px;
        padding-bottom: 14px;
        margin-right: 10px;
    }
    .serzclclb-wd p {
        font-size: 88px;
    }
    .serzclclb-wd h6 {
        font-size: 18px;
    }
    .serzclclb-wd {
        margin-top: 6px;
    }
    .serzclclb li {
        height: 220px;
        padding: 28px 0 0;
    }
    .serzcfwlb li h6,
    .serzcfwlb li p {
        font-size: 16px;
    }
    .serzcfwlb {
        margin-top: 42px;
    }
    .serzcgclb li p,
    .serzcwmlb li p {
        font-size: 14px;
        line-height: 24px;
    }
    .abojsdc-wd p {
        margin-top: 10px;
    }
    .abojsdc-wdbox {
        padding-right: 40px;
    }
    .abojsdc-wdbox,
    .abojsdc-img {
        height: 340px;
    }
    .abojsmclb li p {
        line-height: 26px;
    }
    .abojshxlb li {
        width: 48%;
        margin-top: 2%;
    }
    .abojswhlb li {
        width: 49%;
        margin-top: 1%;
    }
    .abojslc-cont-wd li {
        margin-top: 14px;
    }
    .abojslc-cont-wd {
        padding-right: 28px;
        height: 300px;
    }
    .abojslc-cont-img,
    .abojslc-cont-wdbox {
        height: 348px;
    }
    .abojslc-cont-wdbox {
        padding: 24px 0 0 34px;
    }
    .abojsdl-wd h6 {
        font-size: 20px;
    }
    .abojsdl-wd h6 span {
        font-size: 32px;
    }
    .abojsdl-wd p {
        font-size: 20px;
        margin: 10px 0 24px;
    }
    .abojsdl-wd a {
        height: 44px;
        line-height: 44px;
    }
    .abojsdl li {
        height: 324px;
    }
    .popUp-name-info span {
        font-size: 12px;
        margin-right: 14px;
    }
    .popUp-name-title {
        font-size: 24px;
    }
    .aborylb-img {
        height: 324px;
        line-height: 320px;
    }
    .newslbbr-loop {
        display: none;
    }
    .newslbbr-list {
        width: 100%;
        padding: 10px 4% 32px;
    }
    .newslbbr-wdtit i {
        display: none;
    }
    .newslbls-wdtit h6 {
        font-size: 16px;
        line-height: 24px;
        height: 72px;
    }
    .newslbls-wdtit {
        height: 72px;
    }
    .newslbls-wd {
        padding: 24px 24px 26px;
    }
    .newslbls-wddes {
        padding-top: 20px;
        margin-top: 16px;
    }
    .newsxqnr .contain {
        width: 92%;
    }
    .busiban-wd h6 {
        font-size: 28px;
        margin-bottom: 24px;
    }
    .busiprolb li {
        width: 48.5%;
        margin-top: 1.5%;
    }
    .busicase .caselb-list li {
        margin-top: 1.5%;
    }
    .busiprolb {
        margin-top: 34px;
    }
    .busipprelb {
        margin-top: 36px;
    }
    .busily-info-desc p {
        line-height: 32px;
    }
    .busily-info-desc {
        margin-top: 48px;
    }
    .busiban-wd {
        padding: 0 4%;
    }
    .busily-info {
        padding: 0 40px 0 0;
    }
    .busily-form {
        padding-left: 40px;
    }
    .joinbz-rel p {
        font-size: 18px;
    }
    .joinbz-rel p {
        margin-right: 32px;
    }
    .joinbz-rel {
        margin-top: 40px;
    }
    .joinsq-form li input,
    .joinsq-form li select,
    .joinsq-form li label {
        height: 50px;
        padding: 0 16px;
        font-size: 15px;
    }
    .joinsq-form li label {
        line-height: 50px;
    }
    .joinsq-me-li.joinsq-me-li-code span {
        height: 50px;
    }
    .joinsq-form li.joinsq-me>label {
        height: 204px;
        line-height: 204px;
    }
}


/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .casexq-nr-list li {
        height: 164px;
        padding-top: 32px;
    }
    .projsban-img {
        width: 44%;
    }
    .projsban-wd h1 {
        font-size: 28px;
        margin-bottom: 12px;
    }
    .projsban-wd p {
        font-size: 16px;
    }
    .projsban-img,
    .projsban-wdbox,
    .projsban-bg {
        height: 380px;
    }
    .projsvslb:after {
        width: 88px;
        height: 26px;
        margin-left: -44px;
        top: 12px;
    }
    .projslc-title .sontit {
        width: 66%;
    }
    .projsfalb ul,
    .projsyylb ul {
        margin-left: 0;
    }
    .projsfalb li {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .projsfalb {
        margin-top: 20px;
    }
    .projsyylb li {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .projsyylb {
        margin-top: 20px;
    }
    .prolbcd a {
        height: 48px;
        line-height: 50px;
        font-size: 16px;
    }
    .prolblt-list li {
        margin-top: 40px;
    }
    .prolbxl-wd h1 {
        font-size: 24px;
        margin: 14px 0 16px;
    }
    .prolbxl-wd a.sonlink {
        margin-top: 28px;
    }
    .proxq-sonbar.sonbar {
        top: 60px;
    }
    .proxqban .projsban-img,
    .proxqban .projsban-wdbox,
    .proxqban .projsban-bg {
        height: 420px;
    }
    .proxqit-wdbox,
    .proxqit-img {
        width: 100%;
        height: auto;
    }
    .proxqit-wd {
        padding: 0;
    }
    .proxqit {
        padding: 58px 0;
    }
    .proxqit-img {
        margin-top: 32px;
        justify-content: center !important;
    }
    .proxqit-img img {
        max-height: none;
    }
    .proxqcs .proxq-title p {
        display: block;
        margin-top: 38px;
    }
    .proxqcs-table {
        overflow-y: auto;
        margin-top: 12px;
    }
    .proxqcs-table table {
        width: 1200px;
    }
    .proxqfk-yzm {
        width: 460px;
    }
    .prelblt-wd {
        padding: 0 20px;
        bottom: 20px;
    }
    .prexqzx-img,
    .prexqzx-wdbox {
        width: 100%;
        height: auto;
    }
    .prexqzx-wd {
        padding: 28px 4%;
    }
    .prexqzx-wd i {
        margin: 16px 0 20px;
    }
    .prexqtz a {
        padding: 16px 0;
        font-size: 20px;
    }
    .serpxsplb li {
        width: 100%;
    }
    .serpxfs .proxqfk-form ul {
        margin-left: 0;
    }
    .serpxfs .proxqfk-form li {
        width: 100%;
        margin-left: 0;
    }
    .serxz-menu {
        width: 100%;
    }
    .serxz-ss {
        width: 100%;
        margin-top: 20px;
    }
    .serxzlb-li li:nth-child(1) {
        width: 100%;
        height: auto;
    }
    .serxzlb-li li {
        height: 48px;
        width: 33.3333%;
    }
    .serxzlb-li {
        padding: 16px 120px 0 90px;
    }
    .serxzlb-li:after {
        width: 100px;
    }
    .serxz-menuss {
        margin-top: 24px;
    }
    .serzcshlb-item {
        width: 100%;
    }
    .serzcshlb-qq {
        position: relative;
        top: 60px;
    }
    .serzcshlb-item li {
        margin-top: 24px;
    }
    .serzcsh {
        padding-bottom: 140px;
    }
    .serzclclb li {
        width: 48%;
        margin-top: 2%;
    }
    .serzclclb {
        margin-top: 40px;
    }
    .serzczblb li {
        width: 48%;
    }
    .serzczblb li:nth-child(3n+3) {
        margin-right: 2%;
    }
    .serzczblb li:nth-child(2n+2) {
        margin-right: 0;
    }
    .serzcgclb ul {
        margin-left: 0;
    }
    .serzcgclb li {
        width: 100%;
        margin-left: 0;
        height: auto;
        padding: 40px 0;
        margin-top: 20px;
    }
    .serzcgclb {
        margin-top: 32px;
    }
    .serzcwmlb li {
        width: 48%;
        margin-top: 2%;
    }
    .serzcwmlb {
        margin-top: 34px;
    }
    .popVideo-content {
        width: 92%;
    }
    .popVideo-close {
        right: 0;
    }
    .abojsdc-wdbox,
    .abojsdc-img {
        height: auto;
        width: 100%;
    }
    .abojsdc-img {
        margin-top: 36px;
    }
    .abojsmclb ul {
        margin-left: 0;
    }
    .abojsmclb li {
        width: 100%;
        margin-left: 0;
        height: auto;
        padding: 60px 20px 40px;
        margin-top: 60px;
    }
    .abojsmclb {
        margin-top: 16px;
    }
    .abolxqdlb ul {
        margin-left: 0;
    }
    .abolxqdlb li {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        padding: 38px 32px;
        min-height: auto !important;
    }
    .abozpln li {
        width: 100%;
        margin-top: 20px;
    }
    .abozpln li:first-child {
        margin-top: 0;
    }
    .abozpzwlb ul {
        margin-left: 0;
    }
    .abozpzwlb li {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    .abozpdylb li {
        width: 48%;
    }
    .abozptz li {
        width: 100%;
        height: auto;
    }
    .abozptz li:last-child {
        padding: 40px 4%;
    }
    .aborylb li {
        width: 31.8333%;
    }
    .newsxqnr-title h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .joinban.busiban .busiban-wd h6 {
        font-size: 26px;
    }
    .joinban.busiban .busiban-wd p {
        font-size: 20px;
    }
    .joinban.busiban .busiban-wdbox {
        top: 68px;
    }
    .joinban.busiban img {
        min-height: 320px;
    }
    .joinyslb:after {
        display: none;
    }
    .joinyslb li {
        margin-top: 32px;
    }
    .joinyslb-item {
        width: 100%;
        min-height: auto;
        padding: 0 0 16px 150px !important;
        text-align: left !important;
        background: url("../image/busiqdic2F.png") no-repeat right bottom /calc(100% - 116px) auto !important;
    }
    .joinyslb-icon {
        right: auto !important;
        left: 50px !important;
    }
    .joinyslb-num {
        right: auto !important;
        left: 0 !important;
    }
    .joinyslb {
        margin-top: 20px;
    }
    .joinzclb li {
        width: 48%;
    }
    .joinbz .contain {
        width: 92%;
    }
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .sonbar a {
        height: 40px;
        line-height: 42px;
    }
    .caselb {
        padding: 48px 0 40px;
    }
    .caselb-select select {
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px;
        height: 44px;
        margin-right: 0;
        padding: 0 28px 0 12px;
    }
    .caselb-select select:last-child {
        margin-bottom: 0;
    }
    .caselb-list ul {
        margin-left: 0;
    }
    .caselb-list li {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    .caselb-wd {
        padding: 24px 20px;
    }
    .caselb-wd h1 {
        font-size: 18px;
    }
    .caselb-wd span {
        margin-top: 16px;
    }
    .fullpage a {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin: 0 4px;
    }
    .fullpage {
        margin-top: 36px;
    }
    .caselb-list {
        padding-top: 16px;
    }
    .casexq-nr {
        padding: 38px 0 40px;
    }
    .casexq-al-title h6,
    .casexq-nr-title h1 {
        font-size: 24px;
    }
    .casexq-nr-loop .swiper-button-next,
    .casexq-nr-loop .swiper-button-prev {
        width: 28px;
        height: 44px;
        background-size: 16px auto;
        margin-top: -22px;
    }
    .casexq-nr-loop .swiper-button-prev {
        left: 12px;
    }
    .casexq-nr-loop .swiper-button-next {
        right: 12px;
    }
    .casexq-nr-list li {
        width: 49.5%;
        margin-top: .8%;
    }
    .casexq-nr-list li p {
        margin: 20px 0 6px;
    }
    .casexq-nr-list li {
        height: 150px;
        padding-top: 28px;
    }
    .casexq-nr-list {
        margin-top: 32px;
    }
    .casexq-btnback {
        margin-top: 36px;
        padding-top: 28px;
    }
    .casexq-btn {
        width: 100%;
        padding-right: 0;
        float: none;
    }
    .casexq-btn p {
        line-height: 30px;
    }
    .casexq-back {
        margin: 20px auto 0;
        height: 40px;
        line-height: 40px;
        float: none;
    }
    .casexq-al {
        padding: 38px 0 40px;
    }
    .casexq-nr-loop {
        margin-top: 32px;
    }
    .projsban-img {
        width: 100%;
        height: auto;
    }
    .projsban-img img {
        max-height: 220px;
        margin: 40px auto 0;
    }
    .projsban-wdbox {
        height: auto;
        width: 100%;
        margin-top: 16px;
    }
    .projsban-wd h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .projsban-wd p {
        font-size: 14px;
        line-height: 22px;
    }
    .projsban-bg {
        height: 390px;
    }
    .projssd {
        padding: 38px 0 40px;
    }
    .sontit h1 {
        font-size: 22px;
        line-height: 30px;
    }
    .sontit p {
        line-height: 24px;
    }
    .sontit i {
        height: 12px;
    }
    .projssdlb ul {
        margin-left: 0;
    }
    .projssdlb li {
        width: 100%;
        margin-left: 0;
        min-height: auto;
        margin-top: 20px;
    }
    .projssdlb li h1 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .projssdlb {
        margin-top: 16px;
    }
    .projssdimg {
        margin-top: 40px;
    }
    .projsvs {
        padding: 40px 0;
    }
    .projsvslb:after {
        display: none;
    }
    .projsvslb li {
        width: 100%;
    }
    .projsvslb li:first-child {
        padding-right: 0;
    }
    .projsvslb li:last-child {
        padding-left: 0;
        margin-top: 32px;
    }
    .projsvslb-img {
        height: 66px;
    }
    .projsvslb li h3 {
        font-size: 20px;
        margin: 14px 0 12px;
    }
    .projsvslb li p {
        line-height: 24px;
    }
    .projslclb li {
        margin-top: 20px;
    }
    .projslclb li h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .projslclb li h4 {
        margin-bottom: 12px;
    }
    .projslc {
        padding: 18px 0 304px;
    }
    .projslc-bg {
        width: 318px;
    }
    .projslc-title {
        margin-top: 44px;
    }
    .projslc-title .sontit {
        width: 100%;
    }
    .projsst {
        padding: 40px 0;
    }
    .projsgq {
        padding-bottom: 40px;
    }
    .projsfa,
    .projsyy {
        padding: 40px 0;
    }
    .projsfalb {
        margin-top: 10px;
    }
    .projsyylb li {
        padding: 0 0 28px;
    }
    .projsyylb-img {
        height: 264px;
        line-height: 260px;
    }
    .projsyylb-wd h1 {
        font-size: 22px;
    }
    .projsfalb-wd {
        bottom: 18px;
        padding: 0px 20px;
    }
    .projsfalb-wd h1 {
        font-size: 16px;
    }
    .projsst.projsyp img {
        min-height: 220px;
    }
    .prolbxl-img a img {
        max-height: 200px;
    }
    .prolbxl-img {
        height: 288px;
    }
    .prolbxl-wd h6 {
        font-size: 16px;
    }
    .prolbxl-wd h1 {
        font-size: 22px;
        margin: 10px 0 12px;
    }
    .prolbxl-wd p {
        line-height: 24px;
        font-size: 14px;
    }
    .prolbxl-wd a.sonlink {
        margin-top: 20px;
    }
    .prolbxl-menu {
        padding: 10px 0;
        width: calc(100% - 40px);
    }
    .prolbxl {
        padding: 38px 0 40px;
    }
    .prolbcd {
        padding-top: 38px;
    }
    .prolbcd a {
        width: 50%;
    }
    .prolbcd a {
        height: 42px;
        line-height: 42px;
    }
    .prolblt-list ul {
        margin-left: 0;
    }
    .prolblt-list li {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .prolbl-wd h1 {
        font-size: 20px;
    }
    .prolbl-wd {
        height: auto;
        padding: 24px 20px;
    }
    .prolbl-wd i {
        display: none;
    }
    .prolblt {
        padding: 16px 0 40px;
    }
    .proxqban .projsban-wdbox,
    .proxqban .projsban-img {
        height: auto;
    }
    .proxqban .projsban-img img {
        margin: 80px auto 0;
    }
    .proxqit-wd h1 {
        font-size: 22px;
        padding-bottom: 12px;
    }
    .proxqit {
        padding: 40px 0;
    }
    .proxqit-img {
        margin-top: 28px;
    }
    .proxqcs,
    .proxqfk {
        padding: 40px 0;
    }
    .proxqcs .proxq-title p {
        margin-top: 24px;
    }
    .proxq-title h6 {
        font-size: 24px;
    }
    .proxqcs-table table td {
        height: 46px;
    }
    .proxqfk-form li {
        width: 100%;
        margin-top: 20px;
    }
    .proxqfk-form li input,
    .proxqfk-form li textarea {
        height: 44px;
        padding: 0 12px;
    }
    .proxqfk-form {
        margin-top: 8px;
    }
    .proxqfk-form li.proxqfk-area textarea {
        padding: 10px 12px;
    }
    .proxqfk-yzm {
        width: 100%;
        float: none;
        padding-right: 154px;
    }
    .proxqfk-yzm span {
        height: 44px;
        width: 142px;
    }
    .proxqfk-btn {
        height: 44px;
        margin: 20px auto 0;
        float: none;
    }
    .prelblt {
        padding: 36px 0 40px;
    }
    .prelblt ul {
        margin-left: 0;
    }
    .prelblt li {
        width: 100%;
        margin-left: 0;
        margin-top: 2%;
    }
    .prelblt-wd h1 {
        font-size: 20px;
    }
    .prelblt-wd p {
        margin-top: 10px;
    }
    .prelbbz-wd h6 {
        font-size: 24px;
    }
    .prelbbz-wd p {
        margin: 16px 0 24px;
    }
    .prelbbz-wd a {
        height: 44px;
        line-height: 44px;
    }
    .prelbbz {
        padding: 44px 0;
    }
    .prexqzx-wd h1 {
        font-size: 22px;
    }
    .prexqtd,
    .prexqcp,
    .prexqal {
        padding: 40px 0;
    }
    .prexqtdlb ul {
        margin-left: 0;
    }
    .prexqtdlb li {
        height: auto;
        width: 100%;
        margin-left: 0;
        margin-top: 16px;
        padding: 28px 20px;
    }
    .prexqtdlb-wd h6 {
        font-size: 18px;
    }
    .prexqtdlb-wd p {
        font-size: 14px;
        line-height: 22px;
    }
    .prexqtdlb {
        margin-top: 16px;
    }
    .prexqcplb {
        margin-top: 32px;
    }
    .prexqcplb-link {
        padding-bottom: 36px;
    }
    .prexqallb {
        margin-top: 32px;
    }
    .prexqtz a {
        padding: 10px 0;
        font-size: 16px;
    }
    .prexqcplb,
    .prexqallb,
    .serpxrz-loop {
        padding: 0;
    }
    .prexqcplb-prev,
    .prexqallb-prev {
        left: 0;
    }
    .prexqcplb-next,
    .prexqallb-next {
        right: 0;
    }
    .prexqcplb-prev,
    .prexqcplb-next,
    .prexqallb-prev,
    .prexqallb-next {
        background-color: rgba(0, 0, 0, .6);
        width: 36px;
        height: 66px;
        margin-top: -33px;
        background-image: url('../image/prexqic2W.png') !important;
    }
    .prexqcplb-prev:hover,
    .prexqcplb-next:hover,
    .prexqallb-prev:hover,
    .prexqallb-next:hover {
        background-color: #036eb8;
    }
    .serpxpx,
    .serpxrz,
    .serpxsp,
    .serpxfs {
        padding: 40px 0;
    }
    .serpxpxlb-wd h1 {
        font-size: 20px;
    }
    .serpxpxlb-num {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 28px;
    }
    .serpxpxlb-wd {
        width: calc(100% - 60px);
        padding-left: 20px;
    }
    .serpxpxlb-wd p {
        line-height: 26px;
    }
    .serpxpxlb li {
        padding: 28px 0;
    }
    .serpxrz-loop {
        margin-top: 32px;
    }
    .serpxsplb li {
        margin-top: 20px;
    }
    .serpxsplb-icon {
        width: 60px;
    }
    .serpxsplb {
        margin-top: 12px;
    }
    .serpxsplb-wdbox {
        width: calc(100% - 60px);
    }
    .serpxsplb-wd {
        padding-left: 12px;
    }
    .serpxsplb-link {
        padding-right: 50px;
    }
    .serpxsplb-vd {
        right: 6px;
    }
    .serpxsplb-wd h6 {
        font-size: 16px;
    }
    .serpxsplb-icon,
    .serpxsplb-wdbox {
        height: 74px;
    }
    .serpxfs .proxqfk-form {
        margin-top: 12px;
    }
    .serxz {
        padding: 40px 0;
    }
    .serxz-menuss {
        margin-top: 16px;
    }
    .serxz-menu a {
        height: 44px;
        line-height: 44px;
        margin-right: 0;
        width: 100%;
        font-size: 16px;
    }
    .serxz-ss input {
        height: 44px;
    }
    .serxzlb-li:before,
    .serxzlb-li:after {
        width: 100%;
        height: 60px;
    }
    .serxzlb-li {
        padding: 60px 20px 10px;
    }
    .serxzlb-li:before {
        background-position: left 20px center;
    }
    .serxzlb-li:after {
        background-position: right 20px center;
    }
    .serxzlb-li li {
        padding-left: 0;
    }
    .serxzlb {
        margin-top: 36px;
    }
    .serxzlb-li li {
        height: 42px;
    }
    .serzcsh,
    .serzclc,
    .serzczb,
    .serzcfw,
    .serzcgc,
    .serzcwm {
        padding: 40px 0;
    }
    .serzcshlb {
        margin-top: 8px;
    }
    .serzcshlb-qqwd p {
        font-size: 22px;
    }
    .serzcshlb-qq {
        width: 200px;
        height: 200px;
        margin-left: -100px;
    }
    .serzcshlb-qq:after {
        width: 240px;
        height: 240px;
        margin-left: -120px;
        margin-top: -120px;
    }
    .serzcsh {
        padding-bottom: 120px;
    }
    .serzclclb-wd p {
        font-size: 72px;
    }
    .serzclclb-wd h6 {
        font-size: 16px;
    }
    .serzclclb li {
        height: 192px;
        padding: 24px 0 0;
    }
    .serzclclb {
        margin-top: 28px;
    }
    .serzczblb li {
        width: 100%;
        margin: 20px auto 0 !important;
        height: auto;
        padding: 28px 20px;
    }
    .serzczblb li h6 {
        font-size: 18px;
        margin: 16px 0 14px;
    }
    .serzcfwlb li {
        padding: 16px 0;
    }
    .serzcfwlb {
        margin-top: 32px;
    }
    .serzcgclb li h6 {
        font-size: 18px;
        margin: 24px 0 14px;
    }
    .serzcgclb li {
        padding: 28px 0;
    }
    .serzcwmlb ul {
        margin-left: 0;
    }
    .serzcwmlb li {
        width: 100%;
        margin-top: 20px;
        height: auto;
        padding: 28px 20px;
        margin-left: 0;
    }
    .serzcwmlb li h6 {
        font-size: 18px;
        margin: 20px 0 14px;
    }
    .serzcwmlb {
        margin-top: 20px;
    }
    .abojsdc-wd h1 {
        font-size: 22px;
        margin-bottom: 18px;
    }
    .abojsdc-wd p {
        margin-top: 0;
    }
    .abojsdc,
    .abojsmc {
        padding: 40px 0;
    }
    .abojsdc-img {
        margin-top: 24px;
    }
    .abojsmclb li i {
        margin-left: -29px;
        top: -29px;
        width: 58px;
        height: 58px;
        line-height: 58px;
        font-size: 28px;
    }
    .abojsmclb li {
        padding: 50px 20px 32px;
        margin-top: 50px;
    }
    .abojsmclb {
        margin-top: 10px;
    }
    .abojsmclb li h3 {
        font-size: 20px;
    }
    .abojshx .contain,
    .abojswl,
    .abojswh,
    .abojslc {
        padding: 40px 0;
    }
    .abojshxlb ul {
        margin-left: 0;
    }
    .abojshxlb li {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
        height: auto;
        padding: 28px 20px;
    }
    .abojshxlb li p {
        font-size: 16px;
        margin-top: 20px;
    }
    .abojshxlb {
        margin-top: 14px;
    }
    .abojswl-img {
        margin-top: 30px;
    }
    .abojswhlb ul {
        margin-left: 0;
    }
    .abojswhlb li {
        width: 100%;
        margin-left: 0;
        height: auto;
        padding: 28px 20px;
        margin-top: 20px;
    }
    .abojswhlb {
        margin-top: 14px;
    }
    .abojswhlb li h6 {
        font-size: 20px;
        margin: 24px 0 14px;
    }
    .abojslc-menu .equip-min h5 {
        font-size: 20px;
    }
    .abojslc-menu .equip-min p {
        font-size: 16px;
        margin: 8px 0 16px;
    }
    .abojslc-menu {
        margin-top: 32px;
    }
    .abojslc-cont {
        margin-top: 36px;
    }
    .abojslc-cont-img,
    .abojslc-cont-wdbox {
        width: 100%;
        height: auto;
    }
    .abojslc-cont-wdbox {
        padding: 24px 0 0 0;
    }
    .abojslc-cont-wd {
        height: auto;
        padding-right: 0;
    }
    .abojsdl li {
        width: 100%;
        height: 250px;
    }
    .abojsdl-wd h6 span {
        font-size: 28px;
    }
    .abojsdl-wd p {
        font-size: 18px;
        margin: 8px 0 18px;
    }
    .abolxdz {
        padding: 20px 0 40px;
    }
    .abolxdz ul {
        margin-left: 0;
    }
    .abolxdz li {
        width: 100%;
        margin-left: 0%;
        margin-top: 20px;
    }
    .abolxdz-wd {
        padding-top: 20px;
    }
    .abolxdz-wd h6 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .abolxqd,
    .abolxfk {
        padding: 40px 0;
    }
    .abolxqdlb li {
        padding: 28px 20px;
    }
    .abolxqdlb li h6 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .abolxqdlb {
        margin-top: 12px;
    }
    .abolxqdlb li i {
        height: 16px;
    }
    .sonban-wd h6 {
        font-size: 24px;
        padding-bottom: 12px;
    }
    .abozpln,
    .abozpzw,
    .abozpfc,
    .abozpdy {
        padding: 40px 0;
    }
    .abozpln-wd h6 {
        font-size: 18px;
    }
    .abozpln li img {
        min-height: 160px;
    }
    .abozpzwlb li {
        padding: 28px 20px 0;
        height: 254px;
    }
    .abozpzwlb-wd h6 span {
        font-size: 12px;
    }
    .abozpzwlb-wd h1 {
        font-size: 20px;
    }
    .abozpzwlb-wd i {
        margin-top: 28px;
    }
    .abozpzwlb {
        margin-top: 12px;
    }
    .popUp-item {
        padding: 28px 20px 32px;
    }
    .popUp-name-title {
        font-size: 22px;
    }
    .popUp-cont {
        height: 280px;
        text-justify: distribute;
        text-align: justify;
        padding-right: 20px;
    }
    .popUp-name {
        margin-bottom: 18px;
        padding-bottom: 16px;
    }
    .popUp-name-info {
        margin-top: 8px;
    }
    .abozpfclb {
        margin-top: 32px;
        padding: 0;
    }
    .abozpfclb-img li {
        width: 49%;
    }
    .abozpfclb-img li:first-child {
        width: 100%;
    }
    .abozpfclb-img li:nth-child(2) {
        float: left;
        margin-top: 2%;
    }
    .abozpfclb-img li:last-child {
        margin-top: 2%;
    }
    .abozpdylb ul {
        margin-left: 0;
    }
    .abozpdylb li {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        height: auto;
        padding: 28px 20px;
    }
    .abozptz-wdyp h4,
    .abozptz-wdlx h4 {
        font-size: 18px;
    }
    .abozptz-wdlx {
        margin-top: 24px;
    }
    .abozptz-wdlx h6 {
        margin-top: 12px;
    }
    .abory {
        padding: 40px 0;
    }
    .aborylb ul {
        margin-left: 0;
    }
    .aborylb li {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .aborylb-img {
        height: auto;
        line-height: normal;
        padding: 28px 0;
    }
    .aborylb {
        margin-top: 18px;
    }
    .newslbbr {
        padding: 40px 0 18px;
    }
    .newslbbr-wdtit {
        padding-right: 36px;
    }
    .newslbls-list ul {
        margin-left: 0;
    }
    .newslbls-list li {
        margin-top: 20px;
        width: 100%;
        margin-left: 0;
    }
    .newslbls-wd {
        padding: 24px 18px 26px;
    }
    .newslbls {
        padding-bottom: 42px;
    }
    .newsxqnr {
        padding: 40px 0;
    }
    .newsxqnr-title h1 {
        font-size: 22px;
        line-height: 28px;
    }
    .newsxqlb {
        padding: 42px 0;
    }
    .newsxqlb .newslbls-list li {
        margin-top: 28px;
    }
    .busiban-wd h6 {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .busiban-wd p {
        font-size: 14px;
        line-height: 22px;
    }
    .busiban-wdbox {
        top: 64px;
    }
    .busiban img {
        min-height: 450px;
    }
    .busipro,
    .busippre,
    .busicase {
        padding: 40px 0;
    }
    .busiprolb {
        margin-top: 14px;
    }
    .busiprolb ul {
        margin-left: 0;
    }
    .busiprolb li {
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }
    .busilink {
        margin-top: 32px;
    }
    .busilink a {
        width: 148px;
        height: 44px;
        line-height: 44px;
    }
    .busipprelb ul {
        margin-left: 0;
    }
    .busipprelb li {
        width: 100%;
        margin-top: 1%;
        margin-left: 0;
    }
    .busipprelb {
        margin-top: 28px;
    }
    .busipprelb-wd h1 {
        font-size: 20px;
    }
    .busipprelb-wd {
        bottom: 18px;
        padding: 0 20px;
    }
    .busicase .caselb-list li {
        margin-top: 20px;
    }
    .busicase .caselb-list {
        margin-top: 14px;
    }
    .busily {
        padding: 40px 0;
        background-size: 100% 364px;
        background-position: left top;
    }
    .busily-info {
        width: 100%;
        padding: 0;
        height: 324px;
    }
    .busily-form {
        width: 100%;
        padding: 0;
    }
    .busily-info-desc p {
        line-height: 28px;
    }
    .busily-info-desc {
        margin-top: 32px;
    }
    .busily-form li {
        width: 100%;
        margin-top: 20px !important;
    }
    .busily-btn {
        width: 100%;
    }
    .busipro-hy .busiprolb li {
        width: 100%;
    }
    .joinban.busiban .busiban-wd h6 {
        font-size: 24px;
    }
    .joinban.busiban .busiban-wd p {
        font-size: 18px;
    }
    .joinban.busiban .busiban-wd p:before,
    .joinban.busiban .busiban-wd p:after {
        width: 44px;
    }
    .joinban.busiban .busiban-wd p:before {
        left: -58px;
    }
    .joinban.busiban .busiban-wd p:after {
        right: -58px;
    }
    .joinban.busiban img {
        min-height: 280px;
    }
    .joinys,
    .joinzc,
    .joinqd,
    .joinsq,
    .joinbz {
        padding: 40px 0;
    }
    .joinyslb-num {
        font-size: 18px;
    }
    .joinyslb-item {
        background: none !important;
        padding: 0 0 0 120px !important;
    }
    .joinyslb-icon {
        width: 60px;
        height: 60px;
        bottom: auto;
        top: 50%;
        margin-top: -30px;
        left: 44px !important;
    }
    .joinyslb-num {
        bottom: auto;
        top: 50%;
        margin-top: -16px;
    }
    .joinyslb-wd h3 {
        font-size: 18px;
    }
    .joinyslb-wd p {
        font-size: 14px;
        line-height: 22px;
    }
    .joinyslb li {
        padding-bottom: 16px;
        border-bottom: 1px solid #eee;
    }
    .joinyslb {
        margin-top: 8px;
    }
    .joinzclb ul {
        margin-left: 0;
    }
    .joinzclb li {
        width: 100%;
        height: auto;
        margin-left: 0;
        padding: 28px 20px;
    }
    .joinzclb li:after {
        height: 5px;
    }
    .joinzclb-wd {
        margin-top: 20px;
    }
    .joinzclb li.joinzclb-rel {
        height: 180px;
        padding: 0 20px;
    }
    .joinzclb-rel-wd h6 {
        font-size: 20px;
        margin: 8px 0 18px;
    }
    .joinqd-hint {
        margin-top: 20px;
    }
    .joinqdlb-wd h6 span {
        font-size: 28px;
    }
    .joinqdlb-wd h6 {
        font-size: 18px;
    }
    .joinqdlb-wd h6 span:before {
        width: 24px;
        height: 12px;
    }
    .joinqdlb {
        margin-top: 32px;
    }
    .joinbz-rel p {
        margin-right: 0;
        width: 100%;
        font-size: 16px;
        margin-top: 12px;
    }
    .joinbz-rel {
        margin-top: 24px;
    }
    .joinsq-form li.joinsq-two {
        width: 100%;
    }
    .joinsq-form li input,
    .joinsq-form li select,
    .joinsq-form li label {
        height: 44px;
        padding: 0 12px;
        font-size: 14px;
    }
    .joinsq-form li label {
        line-height: 44px;
    }
    .joinsq-me-li.joinsq-me-li-code span {
        height: 44px;
        width: 100px;
    }
    .joinsq-form li.joinsq-me>label {
        height: 44px;
        display: none;
        line-height: 44px;
    }
    .joinsq-form li label {
        width: 154px;
    }
    .joinsq-form li {
        padding-left: 154px;
    }
    .joinsq-form li.joinsq-me {
        padding: 0;
    }
    .joinsq-form li.joinsq-me .joinsq-me-li label {
        width: 70px;
    }
    .joinsq-form li .joinsq-me-li {
        padding-left: 70px;
    }
    .joinsq-me-li.joinsq-me-li-code {
        padding-right: 100px;
    }
    .joinsq-submit {
        width: 100%;
        margin-top: 28px;
    }
    .joinsq-form {
        margin-top: 32px;
    }
    .joinqdlb-bottom {
        align-items: flex-start;
    }
    .joinqdlb-bottom .joinqdlb-wd:before {
        bottom: -40px;
        top: auto;
    }
    .joinqdlb-bottom .joinqdlb-wd:after {
        bottom: -60px;
        top: auto;
    }
    .joinqdlb-item {
        height: 212px;
    }
    .joinqdlb:after {
        top: auto;
        bottom: 14px;
    }
}

@media screen and(-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .serzcwmlb li a {
        line-height: 48px;
    }
    .joinsq-form li label {
        line-height: 4.2;
    }
    .joinsq-submit {
        line-height: 3.4;
    }
    .proxqfk-form li input {
        line-height: 4;
    }
    .proxqfk-btn {
        line-height: 3.6;
    }
    .serzclclb-wd p {
        line-height: 1;
    }
}

.lxAbout_info {
    padding: 2% 0 0;
}

.lxAbout_txt {
    max-width: 58%;
}

.lxAbou_p {
    margin-top: 68px;
    max-width: 80%;
}

.lxAbou_p span {
    font-size: 26px;
    letter-spacing: 2px;
    color: #036eb8;
    display: block;
    margin-bottom: 14px;
}

.lxAbou_p p {
    font-size: 16px;
    line-height: 2.1;
    color: #666;
    letter-spacing: 1px;
}

.lxAbout_img {
    position: absolute;
    top: 150px;
    right: 0;
    width: 36%;
    height: 63%;
    /* background: #999; */
    overflow: hidden;
}

.lxAbout_img video,
.lxAbout_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indAb_num {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 68px;
    box-sizing: border-box;
    margin-left: -7%;
}

.indAb_div {
    position: relative;
    text-align: center;
    width: 100%;
}

.indAb_div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #eee;
    transform: rotate(15deg);
}

.indAb_div:first-child:before {
    content: none;
}

.indAb_div>div {
    position: relative;
    display: inline-block;
}

.indAb_div img {
    display: block;
    margin-bottom: 14px;
}

.indAb_num span {
    color: #036eb8;
    font-size: 58px;
    letter-spacing: 0;
    line-height: 1;
    font-family: 'BEBAS';
    min-width: 66px;
    display: inline-block;
}

.indAb_num i {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 122%;
    /* right: -54px; */
    color: #036eb8;
    line-height: 1;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    transform-origin: top left;
    transform: rotate(90deg);
    font-style: inherit;
}

.indAb_num p {
    font-size: 13px;
    color: #999;
    margin-top: 6px;
    letter-spacing: 1px;
}

.lxTit {
    position: relative;
    margin-bottom: 38px;
}

.lxTit_cn {
    font-weight: bold;
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: 2px;
}

.lxTit_en {
    font-weight: bold;
    font-family: 'GOTHIC';
    font-size: 38px;
    text-transform: capitalize;
    line-height: 1.4;
}

.lxTit_en span {
    color: #036eb8;
}

.lxTit_line {
    display: none;
    margin-top: 16px;
    overflow: hidden;
}

.lxTit_line span {
    display: block;
    float: left;
    height: 4px;
    background-color: #d0121b;
    line-height: 1;
}

.lxTit_span1 {
    width: 50px;
}

.lxTit_span2 {
    width: 16px;
    margin-left: 3px;
}

.lxTit.white .lxTit_line span {
    background-color: #fff;
}

.lxTit.white .lxTit_en span,
.lxTit.white .lxTit_en,
.lxTit.white .lxTit_cn {
    color: #fff;
}

.lxTit.center {
    text-align: center;
}

.inner {
    position: relative;
    max-width: 1900px;
    width: 80%;
    margin: 0 auto;
}

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

.indMore {
    margin-top: 30px;
}


.indMore span {
    letter-spacing: 1px;
    padding: 9px 28px 9px 28px !important;
}

.indMore_flex div {
    border-left: 1px solid rgb(255 255 255 / 0.18);
    padding: 12px 14px;
}

.indMore .more {
    background: #036eb8;
    color: #fff;
    line-height: 1;
    display: inline-block;
    box-shadow: 0 5px 20px rgb(45 103 214 / 20%);
}

.lxAbout_img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgb(148, 148, 148); */
    opacity: 0.46;
}

.lxAbout_img video,
.lxAbout_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lxAbout_box {
    position: relative;
}

.indAb_div {
    position: relative;
    text-align: center;
    width: 100%;
}

.indAb_div>div {
    position: relative;
    display: inline-block;
}

.indAb_num span {
    color: #036eb8;
    font-size: 58px;
    letter-spacing: 0;
    line-height: 1;
    min-width: 66px;
    display: inline-block;
}

.indAb_num i {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 122%;
    /* right: -54px; */
    color: #036eb8;
    line-height: 1;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    transform-origin: top left;
    transform: rotate(90deg);
    font-style: inherit;
}

.indAb_num p {
    font-size: 13px;
    color: #999;
    margin-top: 6px;
    letter-spacing: 1px;
}

.m {
    margin: 0 auto;
    width: 88%;
}

.plan0813 {
    padding-top: 0.4rem;
}

.plan0813 ul li:last-child {
    margin-right: 0px;
}

.plan0813 ul li {
    margin: 0 8px;
    width: 24%;
    height: 550px;
    overflow: hidden;
    float: left;
    background: #333;
    position: relative;
    border-bottom: 4px solid #036eb8;
}

.resolveP {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}

.resolveH3 {
    color: gold;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin-bottom: 10px;
}

.plan0813 a img {
    max-width: none;
    /*     width: 100%;
    height: 480px; */
    opacity: 0.6;
    filter: alpha(opacity=60);
    transition: all 0.5s;
    -webkit-transition: all 0.5s
}

.plan0813 a:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    opacity: 1;
    filter: alpha(opacity=100)
}

.plan0813 a:hover h2 {
    color: #036eb8;
}

.resolveTextInnerBox {
    padding-right: 10px;
    /* border-right: 4px solid #fff; */
    margin: 22px 0 330px;
}

.resolveH2 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
}

.resolveText {
    /* width: 275px; */
    height: auto;
    position: absolute;
    top: 28px;
    padding-left: 10px;
    padding-right: 20px;
    z-index: 30;
    font-size: 0;
}