@charset "UTF-8";

.ny_banner {
    position: relative;
}

.ny_bannner_title {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -35%);
    text-align: center;
}


.ny_bannner_title h1 {
    font-size: 60px;
    font-family: ' Source-KeynoteartHans';
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 0px 6px 5px rgba(0, 0, 0, 0.35);
    font-style: italic;
    letter-spacing: .3125rem;
}

.ny_bannner_title p {
    height: 3.75rem;
    font-size: 28px;
    font-family: Source-KeynoteartHans;
    font-weight: bold;
    color: #FFFFFF;
    font-style: italic;
    text-align: center;
    margin-top: 1.875rem;
    letter-spacing: .125rem;
    position: absolute;
    top: 6.8rem;
    left: 13.625rem;

}

.ny_bannner_title .line3 {
    width: 852px;
    height: 54px;
    opacity: 0.35;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #F6F7F9, rgba(255, 255, 255, 0));
    margin-top: 2.5rem;
    /* border-top: 2px solid;
    border-bottom: 2px solid;
    border-image-source: linear-gradient(to right, #FFFFFF, #F6F7F9, #FFFFFF);
    border-image-slice: 1; */
}

.ny_bannner_title .line2 {
    height: 2px;
    margin-top: -58px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #F6F7F9, rgba(255, 255, 255, 0));
}

.ny_bannner_title .line4 {
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #F6F7F9, rgba(255, 255, 255, 0));
}

.ny_bannner_title button {
    width: 8.75rem;
    height: 3.125rem;
    background: #0280FF;
    border-radius: .375rem;
    font-size: 1.25rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: .125rem;
    margin-top: 8.875rem;
    transition: all 0.4s ease-in-out;
}

.ny_bannner_title button:hover {
    transform: scale(1.2);
}

@media screen and (max-width:1680px) {
    .ny_bannner_title {
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -25%);
    }

    .ny_bannner_title h1 {
        font-size: 50px;
    }

    .ny_bannner_title p {
        font-size: 25px;
        margin-top: 18px;
    }

    .ny_bannner_title button {
        margin-top: 7.875rem;
    }
}

@media screen and (max-width:1600px) {
    .ny_bannner_title {
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -25%);
    }

    .ny_bannner_title h1 {
        font-size: 50px;
    }

    .ny_bannner_title p {
        font-size: 25px;
        margin-top: 18px;
    }

    .ny_bannner_title button {
        margin-top: 7.875rem;
    }

}

@media screen and (max-width:1440px) {
    .ny_bannner_title {
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -25%);
    }

    .ny_bannner_title h1 {
        font-size: 50px;
    }

    .ny_bannner_title p {
        position: absolute;
        top: 7.1rem;
        left: 6.625rem;
        font-size: 25px;
        margin-top: 10px;
    }

    .ny_bannner_title button {
        margin-top: 6.875rem;
    }

    .ny_bannner_title .line3 {
        width: 662px;
        height: 54px;
        margin-top: 2.5rem;
    }

    .ny_bannner_title .line2 {
        margin-top: -58px;
    }


}

@media screen and (max-width:1360px) {
    .ny_bannner_title {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -30%);
    }

    .ny_bannner_title h1 {
        font-size: 45px;
    }

    .ny_bannner_title p {
        font-size: 22px;
        margin-top: 7px;
        margin-left: -20px;
    }

    .ny_bannner_title button {
        width: 8.125rem;
        height: 2.5rem;
        margin-top: 6.875rem;
        font-size: 16px;
    }

    .ny_bannner_title .line3 {
        width: 552px;
        height: 54px;
        margin-top: 2.5rem;
    }

    .ny_bannner_title .line2 {
        margin-top: -58px;
    }

}

@media screen and (max-width:1280px) {
    .ny_bannner_title {
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -20%);
    }

    .ny_bannner_title h1 {
        font-size: 45px;
    }

    .ny_bannner_title p {
        font-size: 22px;
        margin-top: 6px;
        margin-left: -20px;
    }

    .ny_bannner_title button {
        width: 8.125rem;
        height: 2.5rem;
        margin-top: 6.875rem;
        font-size: 16px;
    }

    .ny_bannner_title .line3 {
        width: 552px;
        height: 54px;
        margin-top: 2.5rem;
    }

    .ny_bannner_title .line2 {
        margin-top: -58px;
    }


}

@media screen and (max-width:1024px) {
    .ny_bannner_title {
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translate(-50%, -15%);
    }

    .ny_bannner_title h1 {
        font-size: 40px;
    }

    .ny_bannner_title p {
        font-size: 20px;
        margin-top: 0px;
        margin-left: -6px;
    }

    .ny_bannner_title button {
        width: 8.125rem;
        height: 2.5rem;
        margin-top: 6.875rem;
        font-size: 16px;
    }

    .ny_bannner_title .line3 {
        height: 54px;
        margin-top: 2.5rem;
    }

    .ny_bannner_title .line2 {
        margin-top: -58px;
    }


    .xwxq_section1 #nav {
        display: none !important;
    }
}

@media screen and (max-width:980px) {}

@media screen and (max-width:820px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 720px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width:375px) {}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {}


/* 企业资源管理 */

.xwxq_section1 .content {
    display: flex;
    margin-top: 3.125rem;
}

.xwxq_section1 .content .left {
    width: 18.75rem;
    height: 22.5rem;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    margin-right: 1.875rem;
}

.xwxq_section1 .content .left a {
    width: 18.75rem;
    height: 7.5rem;
    line-height: 7.5rem;
    font-size: 22px;
    font-weight: 350;
    color: #333333;
    display: block;
    text-align: center;
}

.xwxq_section1 .content .left .hover {
    width: 18.75rem;
    height: 7.5rem;
    line-height: 7.5rem;
    text-align: center;
    color: #fff;
    background: #0280FF;
    border-radius: 4px 4px 0 0;
}


.xwxq_section1 .qyzy,
.xwxq_section1 .qyyw,
.xwxq_section1 .qisj {
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
}

.xwxq_section1 .qyyw {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
}

/* 企业资源管理 */
.xwxq_section1 .right {
    scroll-behavior: smooth;
}

.xwxq_section1 .right h2 {
    height: 1.6875rem;
    font-size: 1.75rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding-left: 1.8125rem;
    padding-top: .9375rem;
    letter-spacing: .125rem
}

.xwxq_section1 .right .qyzy .p1 {
    height: 1.0625rem;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 4.6875rem;
    padding-left: 1.875rem;
}

.xwxq_section1 .nt {
    border: 1px solid #CCCCCC;
    border-radius: .25rem;
    padding: 1.25rem;
    margin-top: 3.125rem;
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
}

.xwxq_section1 .nt h3 span {
    width: .5rem;
    height: 1rem;
    background: #0280FF;
    margin-right: .625rem;
}

.xwxq_section1 .nt h3 {
    height: 2.3125rem;
    font-size: 1.125rem;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #0280FF;
}

.xwxq_section1 .nt button {
    width: 10.375rem;
    height: 2.5rem;
    background: linear-gradient(-55deg, #0D64E7, #0280FF, #23B6FF);
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 1.875rem;
    transition: all 0.4s ease-in-out;
}

.xwxq_section1 .nt button:hover {
    transform: scale(1.2);
}

.xwxq_section1 .nt button:nth-child(1) {
    margin-left: 0;
}

.xwxq_section1 .fn_btn {
    position: relative;
}

.xwxq_section1 .fn_btn .img11 {
    border-radius: 1.625rem;
    padding: 1.25rem;
}

.xwxq_section1 .fn_btn .fn_title {
    position: absolute;
    top: 180px;
    left: 80px;
    width: 23.9375rem;
}

.xwxq_section1 .fn_title h4 {
    height: 1.75rem;
    font-size: 1.75rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 2.25rem;
}

.xwxq_section1 .fn_title p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 2.5rem;
}

.xwxq_section1 .fn_title button {
    width: 9.375rem;
    height: 2.5rem;
    background: #0280FF;
    border-radius: .375rem;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: .125rem;
    margin-top: 1.875rem;
    transition: all 0.4s ease-in-out;
}

.xwxq_section1 .fn_title button:hover {
    transform: scale(1.2);
}

.xwxq_section1 #nav {
    position: sticky;
    top: 0;

}

/* #myElement {
    height: 200px;
    width: 200px;
    background-color: red;
    margin-top: 500px;
  } */
@media screen and (max-width:1680px) {
    .w_1340 {
        max-width: 1340px;
    }

    .xwxq_section1 .content .left {
        width: 16.75rem;
        height: 35.5rem;
    }

    .xwxq_section1 .content .left .hover {
        width: 16.75rem;
        height: 6.5rem;
        line-height: 6.5rem;
    }

    .xwxq_section1 .content .left a {
        font-size: 22px;
        width: 17.75rem;
        height: 6.5rem;
        line-height: 6.5rem;
    }
}

@media screen and (max-width:1600px) {
    .w_1340 {
        max-width: 1340px;
    }

    .xwxq_section1 .content .left {
        width: 16.75rem;
        height: 19.5rem;
    }

    .xwxq_section1 .content .left .hover {
        width: 16.75rem;
        height: 6.5rem;
        line-height: 6.5rem;
    }

    .xwxq_section1 .content .left a {
        font-size: 20px;
        width: 17.75rem;
        height: 6.5rem;
        line-height: 6.5rem;
    }
}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1360px) {
    .xwxq_section1 .content .left {
        width: 15.75rem;
        height: 18.5rem;
        margin-left: 7%;
    }

    .xwxq_section1 .content .left {
        text-align: center;
    }

    .xwxq_section1 .content .left .hover {
        width: 15.75rem;
        height: 5.5rem;
        line-height: 5.5rem;
    }

    .xwxq_section1 .content .left a {
        font-size: 19px;
    }

    .xwxq_section1 .fn_btn .img11 {
        width: 900px;
    }

    .xwxq_section1 .qyzy,
    .xwxq_section1 .qyyw,
    .xwxq_section1 .qisj {
        width: 900px;
    }

    .xwxq_section1 .right h2 {
        font-size: 21px;
    }

    .xwxq_section1 .nt {
        margin-top: 4.125rem;
    }
}

@media screen and (max-width:1280px) {
    .xwxq_section1 .content .left {
        width: 14.75rem;
        height: 18.5rem;
        margin-left: 7%;
    }

    .xwxq_section1 .content .left {
        text-align: center;
    }

    .xwxq_section1 .content .left .hover {
        width: 14.75rem;
        height: 5.5rem;
        line-height: 5.5rem;
    }

    .xwxq_section1 .content .left a {
        font-size: 19px;
        width: 15.75rem;
    }


    .xwxq_section1 .fn_btn .img11 {
        width: 810px;
    }

    .xwxq_section1 .qyzy,
    .xwxq_section1 .qyyw,
    .xwxq_section1 .qisj {
        width: 810px;
    }

    .xwxq_section1 .right h2 {
        font-size: 21px;
    }

    .xwxq_section1 .nt {
        margin-top: 4.125rem;
    }

    .xwxq_section1 .fn_btn .fn_title {
        position: absolute;
        top: 100px;
    }

    .xwxq_section1 .fn_title h4 {
        font-size: 23px;
    }

    .xwxq_section1 .fn_title button {
        width: 7.375rem;
        height: 2.0625rem;
        font-size: 15px;
    }

    .xwxq_section1 .fn_title p {
        font-size: 15px;
    }
}

@media screen and (max-width:1024px) {
    .xwxq_section1 .content .left {
        display: none;
    }

    .xwxq_section1 .qyzy,
    .xwxq_section1 .qyyw,
    .xwxq_section1 .qisj {
        width: auto;
    }

    .xwxq_section1 .fn_btn .img11 {
        width: 960px;
    }

}

@media screen and (max-width:980px) {}

@media screen and (max-width:820px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 720px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width:375px) {}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {}




/* 企业业务数据流管理 */
.xwxq_section1 .right .qyyw .p1 {
    height: 1.0625rem;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 1.6875rem;
    margin-top: 1.625rem;
    padding-left: 1.875rem;
    padding-right: 1.25rem;
}

/* 企业数据资产管理 */
.xwxq_section1 .right .qisj .p1 {
    height: 1.0625rem;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 1.6875rem;
    margin-top: 1.625rem;
    padding-left: 1.875rem;
    padding-right: 1.25rem;

}

/* 优秀案例 */
.case {
    width: auto;
    height: 694px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 12%;
}

.case .content {
    padding-top: 5%;
}

.case .content h1 {
    height: 34px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 27px;
    text-align: center;
}

.case .content_ld {
    display: flex;
    margin-top: 5.625rem;
}

.case .content .ld {
    width: 720px;
    height: 395px;
    margin-top: -0.25rem;
    margin-right: .625rem
}

.case .content .ld img {
    width: 100%;
    height: 100%;
}



.case .ldjt {
    width: 720px;
    height: 400px;
    background-image: url(../../Upload/png/202308/ld_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 2.875rem;
    letter-spacing: .0625rem;
    transition: all 0.9s ease-in-out;
    padding-right: 1.875rem;
}


.case .ldjt:hover {
    transform: scale(1.1);
}

.case .ldjt h3 {
    height: 1.6875rem;
    font-size: 1.75rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.6875rem;
}

.case .ldjt .line4 {
    width: 2.5rem;
    height: .25rem;
    background: #FFFFFF;
    border-radius: .125rem;
    margin-top: .625rem;
    margin-bottom: .9375rem;
}

.case .ldjt h4 {
    height: 1.125rem;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.6875rem;
    margin-bottom: 1.25rem;
}

.case .ldjt p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    line-height: 1.8125rem;
}

.case .ldjt .p3 {
    text-indent: 34px;
}

.case .ldjt .more {
    float: right;
    margin-top: 1.25rem;
    margin-right: .625rem;
}

.case .ldjt .more a {
    height: 11px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26px;
}

.case .ldjt .more img {
    width: 12px !important;
    height: 12px !important;
}

.case .ldjt .more span {
    color: #fff;
}

.case .ldjt-1 {
    padding-right: 1.55rem !important;
}

.case .ldjt-1 h3 {
    font-size: 1.55rem !important;
}

.case .ldjt-1 p {
    line-height: 1.6125rem;
}

.case .ldjt-1 .more {
    margin-right: .9375rem;
}

@media screen and (max-width:1680px) {
    .case .content h1 {
        font-size: 34px;
    }
}

@media screen and (max-width:1600px) {
    .case .content h1 {
        font-size: 34px;
    }
}

@media screen and (max-width:1440px) {
    .case .content h1 {
        font-size: 32px;
    }
}

@media screen and (max-width:1360px) {
    .case .content h1 {
        font-size: 30px;
    }

    .case .content .ld {
        width: 610px;
        height: 345px;
        margin-left: 6%;
    }

    .case .content .ld {
        width: 580px;
        height: 335px;
    }

    .case .ldjt {
        width: 620px;
        height: 324px;
    }

    .case .ldjt {
        padding: 1.875rem
    }

    .case .ldjt h3 {
        font-size: 22px;
    }

    .case .ldjt .line4 {
        margin-top: .3125rem;
        margin-bottom: .3125rem;
    }

    .case .ldjt h4 {
        font-size: 15px;
    }

    .case .ldjt .p3 {
        padding-right: 40px;
    }

    .case .ldjt p {
        line-height: 23px;
        font-size: 15px;
    }

    .case .ldjt .more {
        margin-top: 4%;
        margin-right: 40px;
    }
}

@media screen and (max-width:1280px) {
    .case .content h1 {
        font-size: 28px;
    }

    .case .content .ld {
        width: 610px;
        height: 345px;
        margin-left: 6%;
    }

    .case .content .ld {
        width: 510px;
        height: 311px;
    }

    .case .ldjt {
        width: 533px;
        height: 302px;
    }

    .case .ldjt {
        padding: 1rem
    }

    .case .ldjt h3 {
        font-size: 19px;
    }

    .case .ldjt .line4 {
        margin-top: .3125rem;
        margin-bottom: .3125rem;
    }

    .case .ldjt h4 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .case .ldjt .p3 {
        padding-right: 0;
    }

    .case .ldjt p {
        line-height: 23px;
        font-size: 15px;
    }

    .case .ldjt .more {
        margin-top: 1%;
        margin-right: 15px;
    }
}

@media screen and (max-width:1024px) {
    .case .content h1 {
        font-size: 25px;
    }

    .case .ldjt h3 {
        font-size: 17px;
    }

    .case .ldjt h4 {
        font-size: 14px;
    }

    .case .ldjt .line4 {
        margin-top: -3px;
    }

    .case .content .ld {
        width: 540px;
        height: 275px;
    }

    .case .ldjt {
        padding: 20px;
    }

    .case .ldjt {
        width: 513px;
        height: 282px;
    }

    .case .ldjt p {
        font-size: 12px;
    }

    .case .content .ld {
        margin-left: 0;
    }

    .case .ldjt .more {
        margin-top: -3px;
    }
}

@media screen and (max-width:980px) {}

@media screen and (max-width:820px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 720px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width:375px) {}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {}




/* 联系我们 */
.contact {
    width: auto;
    height: 500px;
    background-image: url(../../Upload/png/202308/bg.png);
    background-size: cover;
    margin-bottom: 10%;
}

.contact .content h1 {
    height: 34px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 27px;
    text-align: center;
    margin-top: 8%;
    margin-bottom: 5%;
}

.contact .content .content_left {
    float: left;
}

.contact .content .content_left p {
    padding-top: 5%;
}

.contact .content .address {
    width: 420px;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding-top: 9%;
}

.contact .content .phone {
    width: 420px;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
    margin-top: 5%;
    padding-top: 9%;
}

.contact .content .content_right {
    float: right;
    width: 900px;
    height: 380px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
    padding-top: 15px;
}

.contact .content .content_right h5 {
    height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.contact .content .content_right p {
    height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-align: center;
    margin-top: .625rem;
    margin-bottom: .9375rem;
}

.contact .content .content_right .company {
    padding-left: 2.125rem;
    text-align: right;
    display: flex;
}

.contact .content .content_right .company .company2 {
    margin-left: 4.375rem;
}

.contact .content .content_right .company input {
    width: 330px;
    height: 40px;
    border: 1px solid #E0E0E0;
    margin-top: .625rem;
    margin-left: .625rem;
    padding-left: .625rem;
}

.contact .content .content_right .company .yzm {
    display: flex;
}

.contact .content .content_right .company .yzm span {
    line-height: 3.75rem;
}

.contact .content .content_right .company .yzm input {
    width: 240px;
}

.contact .content .content_right .company .yzm1 {
    width: 80px;
    height: 40px;
    line-height: 40px;
    background: #e0e0e0;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0280FF;
    text-align: center;
    margin-top: .5625rem;
    margin-left: .625rem;
}

.contact .content .text {
    /* vertical-align: top; */
    margin-top: .375rem;
}

.contact .content .text span {
    margin-left: 30px;
    /* vertical-align: top; */
}

.contact .content .text input {
    width: 770px;
    height: 125px;
    border: 1px solid #E0E0E0;
    margin-left: .625rem;
    /* margin-top: 0.4375rem; */
}

.contact .content input::placeholder {
    color: #CCCCCC;
}

.contact .content button {
    width: 100px;
    height: 30px;
    border: 1px solid #0280FF;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0280FF;
    margin-top: 1.25rem;
    margin-left: 43%;
}

@media screen and (max-width:1680px) {
    .contact .content h1 {
        font-size: 33px;
    }

    .contact .content .address,
    .contact .content .phone {

        font-size: 18px;
    }

    .contact .content .address img,
    .contact .content .phone img {
        width: 40px
    }

    .contact .content .content_right .company {
        font-size: 18px;
    }

    .contact .content .content_right .company .company2 {
        margin-left: 3.375rem;
    }

    .contact .content input::placeholder {
        font-size: 16px;
    }

    .contact .content .text span {
        /* vertical-align: top; */
        font-size: 18px;
    }

}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1360px) {
    .contact {
        margin-left: 90px;
        margin-right: 90px;
    }

    .contact .content h1 {
        font-size: 30px;
    }

    .contact .content .address,
    .contact .content .phone {
        font-size: 16px;
    }

    .contact .content .address,
    .contact .content .phone {
        width: 360px;
        height: 150px;
        padding-top: 8%;
    }

    .contact .content .content_right {
        width: 770px;
        height: 320px;
    }

    .contact .content .content_right .company input {
        width: 260px;
        height: 30px;
    }

    .contact .content .content_right .company .company2 {
        margin-left: 1.375rem;
    }

    .contact .content .content_right .company {
        font-size: 15px;
    }

    .contact .content .content_right .company .yzm1 {
        width: 80px;
        height: 30px;
        line-height: 30px;
    }

    .contact .content .content_right .company2 .name input {
        width: 330px
    }

    .contact .content .text span {
        font-size: 15px;
    }

    .contact .content .text input {
        width: 660px;
        height: 85px;
        margin-top: -0.5625rem;
    }
}

@media screen and (max-width:1280px) {
    .contact {
        margin-left: 90px;
        margin-right: 90px;
    }

    .contact .content h1 {
        font-size: 27px;
    }

    .contact .content .address,
    .contact .content .phone {
        font-size: 16px;
    }

    .contact .content .address,
    .contact .content .phone {
        width: 330px;
        height: 140px;
        padding-top: 8%;
    }

    .contact .content .content_right {
        width: 720px;
        height: 300px;
    }

    .contact .content .content_right .company input {
        width: 220px;
        height: 30px;
    }

    .contact .content .content_right .company .company2 {
        margin-left: 2.375rem;
    }

    .contact .content .content_right .company .yzm input {
        width: 210px;
    }

    .contact .content .content_right .company {
        font-size: 15px;
    }

    .contact .content .content_right .company .yzm1 {
        width: 80px;
        height: 30px;
        line-height: 30px;
    }

    .contact .content .content_right .company2 .name input {
        width: 300px
    }

    .contact .content .text span {
        font-size: 15px;
    }

    .contact .content .text input {
        width: 607px;
        height: 75px;
        margin-top: -0.5625rem;
    }
}

@media screen and (max-width:1024px) {
    .contact .content h1 {
        font-size: 25px;
    }

    .contact {
        margin-left: 0;
        margin-right: 0px;
    }

    .contact .content .address,
    .contact .content .phone {
        width: 300px;
        font-size: 14px;
        padding-top: 13%;
    }

    .contact .content .address img,
    .contact .content .phone img {
        width: 30px;
    }

    .contact .content .content_right {
        width: 646px;
        height: 294px;
    }

    .contact .content .content_right h5 {
        font-size: 18px;
    }

    .contact .content .content_right p {
        font-size: 15px;
    }

    .contact .content .content_right .company input {
        width: 200px;
    }

    .contact .content .content_right .company .company2 {
        margin-left: 1.375rem;
    }

    .contact .content .content_right .company2 .name input {
        width: 255px;
    }

    .contact .content .content_right .company .yzm input {
        width: 167px;
    }

    .contact .content .text input {
        width: 528px;
        height: 60px;
    }
}


/*联系我们*/
.lxwm_section1 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.lxwm_section1 .lx {
    height: 36px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 3%;
}

.lxwm_section1 .top {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.lxwm_section1 .top .left {
    width: 31.19%;
    float: left;
}

.lxwm_section1 .top .left h1 {
    font-size: 24px;
    color: #000000;
    line-height: 102px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.lxwm_section1 .top .left .listbox {
    width: 100%;
    padding: 35px 10px 40px 10px;
}

.lxwm_section1 .top .left .listbox .list {
    padding-top: 12%;
    margin-bottom: 20px;
    text-align: center;
    width: 410px;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}

.lxwm_section1 .top .left .listbox .list:last-child {
    margin-bottom: 0;
}

.lxwm_section1 .top .left .listbox img {
    width: 50px;
    display: block;
    margin: 0 auto 16px auto;
}

.lxwm_section1 .top .left .listbox .words {
    font-size: 18px;
    color: #555555;
    line-height: 30px;
    text-align: center;
}

.lxwm_section1 .top .right {
    width: calc(68.81% - 24px);
    height: 375px;
    float: right;
    padding: 24px 20px 28px 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
    margin-top: 3%;
}

.lxwm_section1 .top .right h2 {
    color: #000000;
    line-height: 15px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
}

.lxwm_section1 .top .right .info {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 48px;
    height: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.lxwm_section1 .top .right .listbox {
    width: calc(100% + 16px);
    margin: -5px -8px;
    overflow: hidden;
    margin-top: -27px;
}

.lxwm_section1 .top .right .listbox .list {
    width: 50%;
    float: left;
    padding: 5px 8px;
}

.lxwm_section1 .top .right .listbox .list .words {
    width: 90px;
    font-size: 16px;
    color: #555555;
    line-height: 40px;
    padding-right: 14px;
    text-align: right;
    float: left;
}

.lxwm_section1 .top .right .listbox .list .words span {
    color: #ff0000;
}

.lxwm_section1 .top .right .listbox .list .input {
    width: calc(100% - 90px);
    float: left;
}

.lxwm_section1 .top .right .listbox .list .input input {
    width: 100%;
    height: 40px;
    background: #fff;
    padding: 0 12px;
    font-size: 14px;
    color: #b1b1b1;
    border: 1px solid #ccc;
}

.lxwm_section1 .top .right .listbox .list .input input::-webkit-input-placeholder {
    font-size: 14px;
    color: #b1b1b1;
}

.lxwm_section1 .top .right .listbox .list .input input:-moz-placeholder {
    font-size: 14px;
    color: #b1b1b1;
}

.lxwm_section1 .top .right .listbox .list .input input::moz-placeholder {
    font-size: 14px;
    color: #b1b1b1;
}

.lxwm_section1 .top .right .listbox .list .input input:-ms-input-placeholder {
    font-size: 14px;
    color: #b1b1b1;
}

.lxwm_section1 .top .right .listbox .list .input.yzm input {
    width: 60%;
    float: left;
}

.lxwm_section1 .top .right .listbox .list .input.yzm img {
    width: 36%;
    float: right;
    height: 40px;
    display: block;
}

.lxwm_section1 .top .right .yzmbox {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.lxwm_section1 .top .right .yzmbox .words {
    width: 90px;
    font-size: 16px;
    color: #555555;
    line-height: 40px;
    padding-right: 14px;
    text-align: right;
    float: left;
}

.lxwm_section1 .top .right .yzmbox textarea {
    width: calc(100% - 90px);
    float: left;
    height: 100px;
    background: #fff;
    background: #fff;
    font-size: 14px;
    color: #b1b1b1;
    line-height: 20px;
    padding: 12px;
    border: 1px solid #ccc;
}

.lxwm_section1 .top .right .yzmbox textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #b1b1b1;
}

.lxwm_section1 .top .right .yzmbox textarea:-moz-placeholder {
    font-size: 14px;
    color: #b1b1b1;
}

.lxwm_section1 .top .right .yzmbox textarea::moz-placeholder {
    font-size: 14px;
    color: #b1b1b1;
}

.lxwm_section1 .top .right .yzmbox textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #b1b1b1;
}

.lxwm_section1 .top .right .buts {
    width: 190px;
    margin: 0 auto;
}

.lxwm_section1 .top .right .buts a {
    display: block;
    width: 100px;
    height: 30px;
    border: 1px solid #0280FF;
    border-radius: 4px;
    line-height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0280FF;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    background: #fff;
}

.lxwm_section1 .top .right .buts input:hover {
    opacity: 0.8;
}

.lxwm_section1 .bottom {
    width: 100%;
}

.lxwm_section1 .bottom ._mapbox {
    height: 590px !important;
}

.lxwm_section1 .top .left .listbox .list p {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.checkbox_box .check1 {
    margin-left: 90px;
    margin-top: 4px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

@media screen and (max-width: 1680px) {
    .lxwm_section1 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .lxwm_section1 .top .right .info {
        font-size: 15px;
    }

    .lxwm_section1 .bottom ._mapbox {
        height: 500px !important;
    }

    .lxwm_section1 .top .right {
        padding: 36px 20px 40px 20px;
    }

    .lxwm_section1 .top .left .listbox .list {
        width: 360px;
        height: 177px;
    }

    .lxwm_section1 .top .left .listbox .list p {
        font-size: 18px;
    }

    .lxwm_section1 .top .left .listbox img {
        width: 40px;
    }

    .lxwm_section1 .top {
        margin-bottom: -10px;
    }

    .lxwm_section1 .top .right .yzmbox textarea {
        height: 90px;
    }

    .lxwm_section1 .lx {
        font-size: 34px;
    }
}

@media screen and (max-width: 1600px) {
    .lxwm_section1 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .lxwm_section1 .top .right .info {
        font-size: 15px;
    }

    .lxwm_section1 .bottom ._mapbox {
        height: 500px !important;
    }

    .lxwm_section1 .top .right {
        padding: 36px 20px 40px 20px;
    }

    .lxwm_section1 .top .left .listbox .list {
        width: 380px;
        height: 180px;
    }

    .lxwm_section1 .top .left .listbox img {
        width: 40px;
    }

    .lxwm_section1 .top .left .listbox .list p {
        font-size: 17px;
    }

    .lxwm_section1 .top .right {
        width: 922px;
        height: 385px;
    }

    .lxwm_section1 .lx {
        font-size: 34px;
    }
}

@media screen and (max-width:1440px) {
    .lxwm_section1 {
        padding: 80px;
    }

    .lxwm_section1 .top .left .listbox .list {
        width: 400px;
        height: 155px;
    }

    .lxwm_section1 .top .left .listbox .list p {
        font-size: 15px;
    }

    .lxwm_section1 .top .left .listbox img {
        width: 30px;
    }

    .lxwm_section1 .top .right {
        width: 815px;
        height: 325px;
    }

    .lxwm_section1 .top .right .listbox .list .input input {
        height: 30px;
    }

    .lxwm_section1 .top .right .info {
        margin-bottom: 28px;
    }

    .lxwm_section1 .top .right {
        padding: 24px 20px 47px 20px;
    }

    .lxwm_section1 .top .right .yzmbox textarea {
        height: 80px;
    }

    .lxwm_section1 .top {
        margin-bottom: -10px;
    }

    .lxwm_section1 .lx {
        font-size: 32px;
    }
}

@media screen and (max-width:1360px) {
    .lxwm_section1 .top .left .listbox .list {
        width: 370px;
        height: 160px;
    }

    .lxwm_section1 .top .left .listbox .list p {
        font-size: 15px;
    }

    .lxwm_section1 .top .left .listbox img {
        width: 30px;
    }

    .lxwm_section1 .top .right {
        width: 775px;
        height: 345px;
    }

    .lxwm_section1 .top .right .listbox .list .input input {
        height: 30px;
    }

    .lxwm_section1 .top .right .info {
        margin-bottom: 28px;
    }

    .lxwm_section1 .top .right {
        padding: 24px 20px 47px 20px;
    }

    .lxwm_section1 .top .right .yzmbox textarea {
        height: 80px;
    }

    .lxwm_section1 .top {
        margin-bottom: -10px;
    }

    .lxwm_section1 .lx {
        font-size: 30px;
    }
}

@media screen and (max-width:1280px) {
    .lxwm_section1 .top .left .listbox .list {
        width: 390px;
        height: 150px;
    }

    .lxwm_section1 .top .right {
        width: 675px;
        height: 321px;
    }

    .lxwm_section1 .top .right .info {
        font-size: 13px;
    }

    .lxwm_section1 .top .right h2 {
        font-size: 18px;
    }

    .lxwm_section1 .top .right {
        padding: 17px 20px 47px 20px;
    }

    .lxwm_section1 .top .right .listbox .list .input input {
        height: 25px;
    }

    .lxwm_section1 .top .right .listbox .list .words {
        width: 79px;
        font-size: 14px;
        color: #555555;
        line-height: 28px;
        padding-right: 14px;
        text-align: right;
        float: left;
    }

    .lxwm_section1 .top .right .yzmbox .words {
        width: 90px;
        font-size: 14px;
        color: #555555;
        line-height: 19px;
        padding-right: 14px;
        text-align: right;
        float: left;
    }

    .lxwm_section1 .top .right .yzmbox {
        width: 100%;
        overflow: hidden;
        margin-top: 15px;
        margin-left: -12px
    }

    .lxwm_section1 .top .right .listbox .list .input.yzm img {
        height: 25px
    }

    .lxwm_section1 .lx {
        font-size: 28px;
    }
}

@media screen and (max-width: 1024px) {
    .lxwm_section1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .lxwm_section1 .top {
        margin-bottom: 14px;
    }

    .lxwm_section1 .top .left {
        width: 100%;
        margin-bottom: 14px;
    }

    .lxwm_section1 .top .left h1 {
        font-size: 18px;
        line-height: 60px;
    }

    .lxwm_section1 .top .left .listbox {
        padding: 12px;
    }

    .lxwm_section1 .top .left .listbox .list {
        margin-bottom: 12px;
    }

    .lxwm_section1 .top .left .listbox img {
        width: 46px;
        display: block;
        margin: 0 auto 12px auto;
    }

    .lxwm_section1 .top .left .listbox .words {
        font-size: 14px;
        line-height: 26px;
    }

    .lxwm_section1 .top .right {
        width: 100%;
        padding: 12px;
    }

    .lxwm_section1 .top .right h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .lxwm_section1 .top .right .info {
        font-size: 14px;
        ;
        margin-bottom: 12px;
    }

    .lxwm_section1 .top .right .listbox {
        width: 100%;
        margin: 0;
    }

    .lxwm_section1 .top .right .listbox .list {
        width: 100%;
        padding: 0;
        margin-bottom: 12px;
    }

    .lxwm_section1 .top .right .listbox .list:last-child {
        margin-bottom: 0;
    }

    .lxwm_section1 .top .right .listbox .list .words {
        font-size: 14px;
        line-height: 36px;
    }

    .lxwm_section1 .top .right .listbox .list .input input {
        height: 36px;
        padding: 0 12px;
        font-size: 14px;
    }

    .lxwm_section1 .top .right .listbox .list .input input::-webkit-input-placeholder {
        font-size: 14px;
    }

    .lxwm_section1 .top .right .listbox .list .input input:-moz-placeholder {
        font-size: 14px;
    }

    .lxwm_section1 .top .right .listbox .list .input input::moz-placeholder {
        font-size: 14px;
    }

    .lxwm_section1 .top .right .listbox .list .input input:-ms-input-placeholder {
        font-size: 14px;
    }

    .lxwm_section1 .top .right .listbox .list .input.yzm input {
        width: 80%;
        float: left;
    }

    .lxwm_section1 .top .right .listbox .list .input.yzm img {
        width: 16%;
        float: right;
        height: 36px;
        display: block;
    }

    .lxwm_section1 .top .right .yzmbox {
        margin-bottom: 12px;
        margin-top: 12px;
    }

    .lxwm_section1 .top .right .yzmbox .words {
        font-size: 14px;
    }

    .lxwm_section1 .top .right .yzmbox textarea {
        height: 90px;
    }

    .lxwm_section1 .top .right .buts {
        width: 120px;
        margin: 0 auto;
    }

    .lxwm_section1 .top .right .buts a {
        display: block;
        font-size: 14px;
        line-height: 40px;
    }

    .lxwm_section1 .bottom ._mapbox {
        height: 260px !important;
    }

    .lxwm_section1 .top .left .listbox {
        display: flex;
        justify-content: space-around;
    }

    .lxwm_section1 .top .left .listbox .list {
        padding-top: 40px;
    }

    .lxwm_section1 .top .left .listbox img {
        width: 26px;
    }

    .lxwm_section1 .top .left .listbox .list {
        width: 390px;
        height: 140px;
    }
}


/* 新增 */
.xwxq_section1 .fn_btn_1 .fn_title_1 {
    position: absolute;
    top: 100px;
    left: 80px;
    width: 24.9375rem;
}

/* .xwxq_section1 .right .qisj .p3 {
    margin-top: 2.625rem
} */

.xwxq_section1 .nt-1 {
    margin-top: 2.125rem;
}

.xwxq_section1 .nt-2 {
    margin-top: 4.125rem;
}




.xwxq_section1 .content .left_1 .hover {
    padding-left: 40px;
    display: flex;
    align-items: center;
    line-height: 33px;
    background: #0280FF;
}



.xwxq_section1 .content .left_1 a {
    padding-left: 40px;
    display: flex;
    align-items: center;
    line-height: 33px;
    font-weight: 350;
}

.xwxq_section1 .content .left_1-1 a {
    padding-right: 40px !important;
}

.xwxq_section1 .content .left_1-1 .hover {
    padding-right: 40px !important;
}

.xwxq_section1 .content .left_1 .mi,
.xwxq_section1 .content .left_1 .mi1,
.xwxq_section1 .content .left_1 .mi2 {
    padding-left: 45px;
    font-size: 22px;
}

.xwxq_section1 .fn_btn_1 .img11 {
    transition: all 0.9s ease-in-out;

}

.xwxq_section1 .fn_btn_1 .img11:hover {
    transform: scale(1.03);

}

.xwxq_section1 .fn_btn_1 .fn_title_2 {
    position: absolute;
    top: 90px;
    left: 80px;
    width: 25.9375rem;
}

.xwxq_section1 .fn_btn_1 .fn_title_1-2 {
    position: absolute;
    top: 170px;
}

.xwxq_section1 .content .left_1-3 a {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.xwxq_section1 .content .left_1-3 a.hover {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.xwxq_section1 .content .left_1-3 .mi3 {
    padding-left: 40px !important;
    padding-right: 0px !important;
}

.xwxq_section1 .content .left_1-3 .mi3.hover {
    padding-left: 40px !important;
    padding-right: 0px !important;
}

.xwxq_section1 .content .left .hover:nth-child(2) {
    border-radius: 0 !important;
}

.xwxq_section1 .content .left .hover:nth-child(3) {
    border-radius: 0 0 4px 4px !important;
}

@media screen and (max-width:1680px) {
    .xwxq_section1 .content .left_1-3 a {
        padding-left: 50px !important;
        padding-right: 40px !important;
    }

    .xwxq_section1 .content .left_1-3 a.hover {
        padding-left: 50px !important;
        padding-right: 40px !important;
    }

    .xwxq_section1 .content .left_1 .mi,
    .xwxq_section1 .content .left_1 .mi1,
    .xwxq_section1 .content .left_1 .mi2 {
        padding-left: 30px;
    }
    .xwxq_section1 .content .left_1-1 .hover {
        padding-right: 28px !important;
    }
}

@media screen and (max-width:1600px) {
    .xwxq_section1 .content .left_1-3 a {
        padding-left: 50px !important;
        padding-right: 40px !important;
    }

    .xwxq_section1 .content .left_1-3 a.hover {
        padding-left: 50px !important;
        padding-right: 40px !important;
    }

    .xwxq_section1 .content .left_1-3 .mi3 {
        padding-left: 30px !important;
        padding-right: 0px !important;
    }

    .xwxq_section1 .content .left_1-3 .mi3.hover {
        padding-left: 30px !important;
        padding-right: 0px !important;
    }

    .xwxq_section1 .content .left .hover:nth-child(2) {
        border-radius: 0 !important;
    }

    .xwxq_section1 .content .left .hover:nth-child(3) {
        border-radius: 0 0 4px 4px !important;
    }

    .case .ldjt .more {
        margin-top: 0.05rem;
    }

    .xwxq_section1 .content .left_1 .mi,
    .xwxq_section1 .content .left_1 .mi1,
    .xwxq_section1 .content .left_1 .mi2 {
        padding-left: 30px;
    }

    .xwxq_section1 .content .left_1 .mi.hover,
    .xwxq_section1 .content .left_1 .mi1.hover,
    .xwxq_section1 .content .left_1 .mi2.hover {
        padding-left: 30px !important;
        padding-right: 0px !important;
    }
}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1360px) {
    .xwxq_section1 .content .left_1-3 a {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .xwxq_section1 .content .left_1-3 a.hover {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .xwxq_section1 .content .left_1-3 .mi3 {
        padding-left: 30px !important;
        padding-right: 0px !important;
    }

    .xwxq_section1 .content .left_1-3 .mi3.hover {
        padding-left: 30px !important;
        padding-right: 0px !important;
    }

    .xwxq_section1 .content .left .hover:nth-child(2) {
        border-radius: 0 !important;
    }

    .xwxq_section1 .content .left .hover:nth-child(3) {
        border-radius: 0 0 4px 4px !important;
    }

    .case .ldjt .more {
        margin-top: 0.05rem;
    }
}

@media screen and (max-width:1280px) {

    .xwxq_section1 .content .left_1 .mi,
    .xwxq_section1 .content .left_1 .mi1,
    .xwxq_section1 .content .left_1 .mi2 {
        font-size: 19px;
    }

    .xwxq_section1 .content .left_1-3 a {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .xwxq_section1 .content .left_1-3 a.hover {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .xwxq_section1 .content .left_1-3 .mi3 {
        padding-left: 30px !important;
        padding-right: 0px !important;
    }

    .xwxq_section1 .content .left_1-3 .mi3.hover {
        padding-left: 30px !important;
        padding-right: 0px !important;
    }

    .xwxq_section1 .content .left .hover:nth-child(2) {
        border-radius: 0 !important;
    }

    .xwxq_section1 .content .left .hover:nth-child(3) {
        border-radius: 0 0 4px 4px !important;
    }

    .case .ldjt .more {
        margin-top: 0.05rem;
    }

    .xwxq_section1 .content .left_1-1 a {
        padding-right: 20px !important;
    }

    .xwxq_section1 .content .left_1 .mi,
    .xwxq_section1 .content .left_1 .mi1,
    .xwxq_section1 .content .left_1 .mi2 {
        padding-left: 30px;
    }

    .xwxq_section1 .content .left_1 .mi.hover,
    .xwxq_section1 .content .left_1 .mi1.hover,
    .xwxq_section1 .content .left_1 .mi2.hover {
        padding-left: 30px !important;
        padding-right: 0px !important;
    }
}

@media screen and (max-width:1024px) {}