/* pc */
@media only screen and (min-width: 750px) {
    .banner_lun {
        width: 100%;
    }

    .banner_lun .swiper-slide a {
        width: 100%;
        display: block;
    }

    .banner_lun .swiper-slide img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .banner_fenye .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        margin: 0 10px !important;
        background: #fff;
        opacity: 1;
        box-sizing: border-box;
    }

    .banner_fenye .swiper-pagination-bullet-active {
        background: #01fcff;
        opacity: 1;
        border: 4px solid #fff;
    }

    .banner_lunprev,
    .banner_lunnext {
        width: 19px;
        height: 36px;
        background-size: 100% 100%;
    }

    .banner_lunprev {
        background-image: url(../img/lunleft.png);
        left: 50px;
    }

    .banner_lunnext {
        background-image: url(../img/lunright.png);
        right: 50px;
    }

    .public_title {
        font-size: 40px;
        color: #262626;
        text-align: center;
    }

    /* 应用 */
    .application {
        background: linear-gradient(to bottom, #cce4f8, #e9f3fa);
        padding: 65px 0 125px 0;
    }

    .applice {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 95px;
    }

    .qpplic_left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 465px;
    }

    .qpplic_nav {
        display: flex;
    }

    .qpplic_nav_icon {
        width: 122px;
        height: 111px;
        overflow: hidden;
        margin-left: 17px;
    }

    .qpplic_nav_icon img {
        width: 100%;
        height: 100%;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
    }


    .qpplic_nav_icon .img1,
    .qpplic_nav:hover .qpplic_nav_icon .img2,
    .qpplic_nav.active .qpplic_nav_icon .img2 {
        display: block;

    }

    .qpplic_nav_icon .img2,
    .qpplic_nav:hover .qpplic_nav_icon .img1,
    .qpplic_nav.active .qpplic_nav_icon .img1 {
        display: none;
    }

    .qpplic_nav_text {
        margin-left: 25px;
        width: 370px;
        margin-top: 10px;
    }

    .qpplic_nav_text .qpplic_nav_tit {
        font-size: 22px;
        color: #262626;
    }

    .qpplic_nav:hover .qpplic_nav_text .qpplic_nav_tit,
    .qpplic_nav.active .qpplic_nav_text .qpplic_nav_tit {
        color: #0270c1;
    }

    .qpplic_nav_text .qpplic_nav_tp {
        -webkit-line-clamp: 2;
        font-size: 16px;
        color: #676767;
        margin-top: 5px;
        line-height: 25px;
        height: 50px;
    }

    .qpplic_right {
        /* width: 657px;
        height: 465px; */
        width: 590px;
        height: 375px;
        overflow: hidden;
    }

    .qpplic_right img {
        width: 100%;
        height: 100%;
        display: block;
        display: none;
    }

    .a {
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
    }

    /* 关于我们 */
    .about {
        background-image: url(../img/aboutbg.jpg);
        padding: 60px 0 0 0;
        height: 604px;
        box-sizing: border-box;
        background-position: center center;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .about_cont {
        margin-top: 35px;
    }

    .abour_text {
        width: 980px;
        text-align: center;
        margin: auto;
        font-size: 16px;
        color: #676767;
        line-height: 25px;
        -webkit-line-clamp: 2;
        height: 50px;
    }

    .about_more {
        margin: auto;
        margin-top: 60px;
        width: 158px;
        height: 43px;
        border-radius: 30px;
        border: 1px solid #0270c1;
        font-size: 18px;
        color: #0270c1;
        text-align: center;
        line-height: 43px;
        display: block;
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }

    .about_more p {
        position: relative;
    }

    .about_more p::before,
    .about_more p::after {
        position: absolute;
        content: "";
        width: 7px;
        height: 1px;
        background-color: #0270c1;
        top: 50%;
        z-index: 1;
    }

    .about_more p::before {
        left: 45px;
    }

    .about_more p::after {
        right: 45px;
    }

    .about_more:hover {
        background-color: #0270c1;
    }

    .about_more:before {
        position: absolute;
        content: "";
        font-family: FontAwesome;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
        background-image: url(../img/right.png);
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 2;
    }

    .about_more:hover:before {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        text-indent: 0;
    }

    .about_block {
        width: 1168px;
        margin: auto;
        display: flex;
    }

    .abo_wai {
        width: 240px;
        height: 240px;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
    }

    .abo_wai:nth-child(even) {
        padding-top: 50px;
        box-sizing: border-box;
    }

    .abo_wai:nth-child(odd) {
        padding-top: 100px;
        box-sizing: border-box;
    }

    .about_list {
        display: block;
        width: 102px;
        height: 102px;
        border-radius: 50%;
        border: 1px solid rgba(2, 112, 193, .25);
        background-color: rgba(2, 112, 193, .2);
        font-size: 18px;
        color: #4a9dd6;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding: 20px 0;
        box-sizing: border-box;
    }

    .about_list:hover {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
        width: 120px;
        height: 120px;
        border-radius: 50%;
        box-shadow: #0270c1;
        box-shadow: 0px 0px 6px rgba(2, 112, 193, .8);
    }

    .about_list>img {
        width: 37px;
        height: 32px;
        display: block;
    }

    .about_list>p {
        text-align: center;
        margin-top: 10px;
    }

    /* 产品 */
    .project {
        padding: 40px 0;
        background-color: #f3f3f3;
    }

    .project h3 {
        width: 240px;
        margin: 0 auto;
        font-size: 40px;
    }

    .project .logo {
        width: 100%;
        text-align: center;
    }

    .project .logo img {
        width: 250px;
        margin-right: 16px;
    }

    .project .con-main-wrap {
        width: 1340px;
        margin: 0 auto;
    }

    .project .con-main-wrap .project-list {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        height: 420px;
        margin: 20px 0 20px;
    }

    .project .con-main-wrap .project-list:nth-child(2) {
        flex-direction: row-reverse;
    }

    .project .con-main-wrap .project-list .left-wrap {
        position: relative;
        flex: 1;
        border-radius: 11px;
        transition: 0.5s;
        /* box-shadow: 0 5px 10px 0 rgba(50, 65, 141, 0.07); */
        position: relative;
        overflow: hidden;
        height: 420px;
        width: 660px;
    }

    .project .con-main-wrap .project-list .left-wrap img {
        width: 100%;
        height: 420px;
        border-radius: 11px;
    }

    .busi_singleBlog {
        transition: 0.5s;
        /* box-shadow: 0 5px 10px 0 rgba(50, 65, 141, 0.07); */
        position: relative;
        overflow: hidden;
    }

    .witr_sb_thumb {
        overflow: hidden;
        position: relative;

    }

    .witr_sb_thumb:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transform: scale(0);
        /* background: rgba(0, 0, 0, 0.5); */
        background-color: rgba(27, 106, 163, 0.6);
        transition: 0.5s;
        z-index: 1;
    }

    .witr_sb_thumb img {
        width: 100%;
        transition: 0.5s;
    }

    .busi_singleBlog:hover .witr_sb_thumb img,
    .busi_singleBlog:hover .witr_sb_thumb:before {
        transform: scale(1.2);
    }

    .project .con-main-wrap .project-list .left-wrap .label {
        position: absolute;
        top: 20px;
        left: 15px;
        padding: 4px 40px 4px 10px;
        border-radius: 6px;
        background-color: rgba(27, 106, 163, 0.5);
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        z-index: 3;
    }

    .project .con-main-wrap .project-list .left-wrap .label img {
        width: 16px;
        height: 15px;
    }

    .project .con-main-wrap .project-list .right-wrap {
        flex: 1;
        height: 100%;
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }

    .project .con-main-wrap .project-list .right-wrap .project-item {
        flex: 1;
        height: 100%;
        display: flex;
        flex-direction: column;
        border-radius: 10px 10px;
        background-color: #0071c1;
    }

    .project .con-main-wrap .project-list .right-wrap .project-item a {
        display: flex;
        flex-direction: column;
    }

    .project .con-main-wrap .project-list .right-wrap .project-item a .witr_sb_thumb {
        height: 274px;
        position: relative;
    }

    .project .con-main-wrap .project-list .right-wrap .project-item img {
        border-radius: 10px 10px 0 0;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 430px;
        height: 274px;
        margin-top: -43%;
        margin-left: -68%;
        /* transform: translate(-50%,-50%); */
    }

    .project .con-main-wrap .project-list .right-wrap .project-item .text-wrap {
        background-color: #0071c1;
        padding: 0 8px 30px;
        color: #eee;
        flex: 1;
        border-radius: 0 0 11px 11px;
    }

    .project .con-main-wrap .project-list .right-wrap .project-item .text-wrap h5 {
        font-size: 18px;
        font-weight: 400;
        padding: 26px 15px 20px;
        border-bottom: 1px solid #4594cc;
        margin-bottom: 10px;
    }

    .project .con-main-wrap .project-list .right-wrap .project-item .text-wrap p {
        padding: 0 14px;
        font-size: 14px;
    }

    .chuanganqi {
        background: linear-gradient(to bottom, #cce4f8, #e9f3fa);
    }

    .chuanganqi h3 {
        width: auto;
        text-align: center;
    }

    .chuanganqi .left-wrap {
        height: 420px;
    }

    .chuanganqi .left-wrap .text-wrap {
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        padding: 10px 10px 11px 11px;
        background-color: rgba(27, 106, 163, 0.7);
        width: 100%;
        color: #eee;
        border-radius: 0 0 11px 11px;
        cursor: pointer;
        z-index: 3;
    }

    .chuanganqi .left-wrap .text-wrap h5 {
        font-size: 18px;
        padding: 8px 0;
        font-weight: 400;
    }

    .chuanganqi .left-wrap .text-wrap h5 .right {
        width: 16px;
        height: 15px;
    }

    .chuanganqi .left-wrap .text-wrap p {
        font-size: 14px;
        margin-left: 20px;
    }

    .huanneng h3 {
        width: auto;
        text-align: center;
    }

    .huanneng .con-main-wrap {
        display: flex;
        align-items: flex-start;
        height: 420px;
        box-sizing: border-box;
        margin: 30px auto;
    }

    .huanneng .con-main-wrap .left-wrap {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        background-color: #0262a8;
        position: relative;
        padding: 90px 50px 40px 70px;
        color: #fff;
        box-sizing: border-box;
        height: 100%;
        border-radius: 11px 0 0 11px;
    }

    .huanneng .con-main-wrap .left-wrap .public_title {
        color:#fff;
        text-align: left;
        font-size: 22px;
    }

    .huanneng .con-main-wrap .left-wrap .nav {
        display: flex;
        flex-direction: row-reverse;
        position: relative;
        z-index: 1;
    }

    .huanneng .con-main-wrap .left-wrap .nav-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 70px;
        box-sizing: border-box;
        border-radius: 50%;
        background-color: #fff;
        cursor: pointer;
    }

    /* .huanneng .con-main-wrap .left-wrap .nav-wrap img {
        width: 35px;
        height: 35px;
    } */

    .huanneng .con-main-wrap .right-wrap {
        height: 100%;
        flex: 1;
        border-radius: 0 11px 11px 0;
    }

    .huanneng .con-main-wrap .right-wrap img {
        width: 100%;
        /* height: 100%; */
        height: 420px;
    }

    .huanneng .con-main-wrap .left-wrap .bg {
        background: url('/img/home/huanneng-bg.png');
        width: 100%;
        height: 114px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    /* 
        .product {
            padding-top: 55px;
            overflow: hidden;
            padding-bottom: 65px;
        }
    
        .product_nav {
            margin-top: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    
        .product_nav_list {
            width: 193px;
            height: 47px;
            box-sizing: border-box;
            border: 1px solid #0270c1;
            color: #0270c1;
            font-size: 18px;
            line-height: 47px;
            text-align: center;
            margin: 0 7px;
            cursor: pointer;
        }
    
        .product_nav_list.active,
        .product_nav_list:hover {
            background-color: #0270c1;
            color: #fff;
        }
    
        .product_cont {
            width: 100%;
            margin-top: 70px;
        }
    
        .product_cont_list {
            display: flex;
            flex-wrap: wrap;
            display: none;
        }
    
        .product_list {
            display: block;
            position: relative;
            margin-left: 30px;
            width: 420px;
            height: 272px;
        }
    
        .product_list:nth-child(3n+1) {
            margin-left: 0;
        }
    
        .product_list::before {
            background-color: #0271c1;
            content: "";
            height: 100%;
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            width: 100%;
            transition: all 0.3s ease 0s;
        }
    
        .product_list:hover::before {
            opacity: 0.8;
        }
    
        .product_list .product_list_img {
            width: 100%;
            display: block;
        }
    
        .product_list .title {
            color: #ffffff;
            display: block;
            font-size: 22px;
            left: 0;
            letter-spacing: 1px;
            line-height: 28px;
            margin-top: 15px;
            opacity: 0;
            padding: 0 15px;
            position: absolute;
            right: 0;
            text-align: center;
            text-transform: uppercase;
            top: 40%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            transition: all 0.3s ease 0s;
        }
    
        .product_list:hover .title {
            margin-top: 0;
            opacity: 1;
        }
    
        .product_list .category {
            width: 52px;
            height: 52px;
            position: absolute;
            content: "";
            bottom: 20%;
            display: block;
            left: 50%;
            opacity: 0;
            text-transform: uppercase;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: 9;
            transition: all 0.3s ease 0s;
            margin-bottom: 15px;
        }
    
        .product_list:hover .category {
            margin-bottom: 0;
            opacity: 1;
        }
*/

    /* 联系我们 */
    .contact {
        background-image: url(../img/contontbg.jpg);
        padding: 82px 0 0 0;
        height: 489px;
        box-sizing: border-box;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .contact_cont {
        display: flex;
        justify-content: space-between;
        padding-left: 70px;
    }

    .contact_left>span {
        font-size: 40px;
        color: #fff;
        margin-top: 10px;
        display: block;
    }

    .contact_left>p {
        font-size: 18px;
        color: #fff;
        margin-top: 35px;
        line-height: 30px;
    }

    .contact_left .email {
        display: flex;
        align-items: center;
        margin-top: 23px;
    }

    .contact_left .email img {
        width: 39px;
        height: 32px;
    }

    .contact_left .email p {
        font-size: 24px;
        color: #fff;
        margin-left: 10px;
    }

    .forms {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 785px;
    }

    .forms_name {
        width: 305px;
        height: 58px;
        display: flex;
        align-items: center;
        background-color: #fff;
        position: relative;
    }

    .forms_name::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 24px;
        background-color: #b2b2b2;
        top: calc(50% - 12px);
        left: 178px;
    }

    .forms_name>.el-input {
        width: 178px;
        height: 100%;
    }

    .forms_name>.el-select,
    .forms_name>.el-select .el-input {
        width: 127px;
        height: 100%;
    }

    .forms_name>.el-input .el-input__inner,
    .forms_name>.el-select .el-input__inner {
        height: 100%;
        border: none;
    }

    .forms_phone {
        width: 456px;
        height: 58px;
        background-color: #fff;
    }

    .forms_phone>.el-input {
        width: 100%;
        height: 100%;
        border: none;
    }

    .forms_phone .el-input__inner {
        border: none;
        height: 100%;
        border-radius: 0;
    }

    .forms .el-input.is-active .el-input__inner,
    .forms .el-input__inner:focus {
        border-color: transparent;
    }

    .forms .el-range-editor.is-active,
    .forms .el-range-editor.is-active:hover,
    .forms .el-select .el-input.is-focus .el-input__inner {
        border-color: transparent;
    }

    .forms .el-input.is-active .textarea__inner,
    .forms .textarea__inner:focus {
        border-color: transparent;
    }

    .forms_text {
        margin-top: 25px;
        width: 100%;
        height: 110px;
        background-color: #fff;
    }

    .forms .el-input__inner,
    .forms .el-textarea {
        font-size: 18px;
        color: #8b8b8b;
    }

    .forms_text .el-textarea {
        width: 100%;
        height: 100%;
    }

    .forms_text .el-textarea textarea {
        width: 100%;
        height: 100%;
        resize: none;
        border: none;
    }

    .forms_code {
        margin-top: 25px;
        display: flex;
        align-items: center;
    }

    .forms_code_linre {
        display: flex;
        align-items: center;
        width: 410px;
        height: 58px;
        background-color: #fff;
        justify-content: space-between;
    }

    .forms_code_linre>.el-input {
        width: 250px;
        height: 100%;
        border: none;
    }

    .forms_code_linre .el-input__inner {
        height: 100%;
        border: none;
    }

    .forms_code_linre .codeimg {
        width: 108px;
        height: 36px;
        box-shadow: 2px 2px 10px 2px rgba(207, 207, 207, .5);
        box-shadow: 2px 2px 4px 2px rgb(207 207 207 / 72%);
        margin-right: 12px;
        cursor: pointer;
    }

    .forms_code_linre .codeimg img {
        width: 100%;
        height: 100%;
    }

    .forms_code>p {
        font-size: 16px;
        color: #e3e3e3;
        margin-left: 13px;
    }

    .forms_sub {
        margin-top: 32px;
        width: 220px;
        height: 56px;
        background-color: #162631;
        font-size: 20px;
        color: #fff;
        text-align: center;
        line-height: 56px;
        cursor: pointer;
    }
}

/* 移动 */
@media only screen and (max-width: 750px) {
    .banner_lun {
        width: 100%;
    }

    .banner_lun .swiper-slide a {
        width: 100%;
        display: block;
        position: relative;
        overflow: hidden;
        min-height: 160px;
    }

    .banner_lun .swiper-slide img {
        width: 100%;
        height: 100%;
        display: block;
        /* min-height: 273px; */
        min-width: 473px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .banner_fenye .swiper-pagination-bullet {
        width: 2.000vw;
        height: 2.000vw;
        margin: 0 1.333vw !important;
        background: #fff;
        opacity: 1;
        box-sizing: border-box;
    }

    .banner_fenye .swiper-pagination-bullet-active {
        background: #01fcff;
        opacity: 1;
        border: 0.533vw solid #fff;
    }

    .banner_lunprev,
    .banner_lunnext {
        width: 2.533vw;
        height: 4.800vw;
        background-size: 100% 100%;
    }

    .banner_lunprev {
        background-image: url(../img/lunleft.png);
        left: 3vw;
    }

    .banner_lunnext {
        background-image: url(../img/lunright.png);
        right: 3vw;
    }

    .public_title {
        font-size: 5.333vw;
        color: #262626;
        text-align: center;
    }

    /* 应用 */
    .application {
        background: linear-gradient(to bottom, #cce4f8, #e9f3fa);
        padding: 8.667vw 0 9.667vw 0;
    }

    .applice {
        margin-top: 8vw;
    }

    .qpplic_left {
        width: 100%;
    }

    .qpplic_nav {
        display: flex;
        align-items: center;
        margin-top: 3vw;
    }

    .qpplic_nav_icon {
        width: 16.267vw;
        height: 14.800vw;
        overflow: hidden;
        margin-left: 2.267vw;
    }

    .qpplic_nav_icon img {
        width: 100%;
        height: 100%;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
    }

    .qpplic_nav_icon .img1,
    .qpplic_nav:hover .qpplic_nav_icon .img2,
    .qpplic_nav.active .qpplic_nav_icon .img2 {
        display: block;

    }

    .qpplic_nav_icon .img2,
    .qpplic_nav:hover .qpplic_nav_icon .img1,
    .qpplic_nav.active .qpplic_nav_icon .img1 {
        display: none;
    }

    .qpplic_nav_text {
        margin-left: 4vw;
        width: 70vw;
        margin-top: 1.333vw;
    }

    .qpplic_nav_text .qpplic_nav_tit {
        font-size: 4vw;
        color: #262626;
    }

    .qpplic_nav:hover .qpplic_nav_text .qpplic_nav_tit,
    .qpplic_nav.active .qpplic_nav_text .qpplic_nav_tit {
        color: #0270c1;
    }

    .qpplic_nav_text .qpplic_nav_tp {
        -webkit-line-clamp: 2;
        font-size: 3vw;
        color: #676767;
        margin-top: 0.667vw;
        line-height: 4.5vw;
        height: 9vw;
    }

    .qpplic_right {
        width: 100%;
        height: 62vw;
        overflow: hidden;
        margin-top: 5vw;
    }

    .qpplic_right img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .a {
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
    }

    /* 产品 */
    .product {
        padding-top: 7.333vw;
        overflow: hidden;
        padding-bottom: 8vw;
    }

    .product .main {
        width: 100%;
    }

    .product_nav {
        margin-top: 6.667vw;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .product_nav_list {
        width: 26vw;
        height: 7.5vw;
        box-sizing: border-box;
        border: 0.133vw solid #0270c1;
        color: #0270c1;
        font-size: 3.5vw;
        line-height: 7.5vw;
        text-align: center;
        margin: 0 0.933vw;
    }

    .product_nav_list.active,
    .product_nav_list:hover {
        background-color: #0270c1;
        color: #fff;
    }

    .product_cont {
        width: 100%;
        margin-top: 7vw;
    }

    .product_cont_list {
        display: flex;
        flex-wrap: wrap;
        display: none;
    }

    .product_list {
        width: 32vw;
        height: 21vw;
        display: block;
        position: relative;
        margin-left: 2vw;
    }

    .product_list:nth-child(3n+1) {
        margin-left: 0;
    }


    .product_list::before {
        background-color: #0271c1;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        transition: all 0.3s ease 0s;
    }

    .product_list:hover::before {
        opacity: 0.8;
    }

    .product_list .product_list_img {
        width: 100%;
        display: block;
    }

    .product_list .title {
        color: #ffffff;
        display: block;
        font-size: 3vw;
        left: 0;
        letter-spacing: 0.133vw;
        line-height: 3.733vw;
        margin-top: 2.000vw;
        opacity: 0;
        padding: 0 2.000vw;
        position: absolute;
        right: 0;
        text-align: center;
        text-transform: uppercase;
        top: 40%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all 0.3s ease 0s;
    }

    .product_list:hover .title {
        margin-top: 0;
        opacity: 1;
    }

    .product_list .category {
        width: 5.5vw;
        height: 5.5vw;
        position: absolute;
        content: "";
        bottom: 20%;
        display: block;
        left: 50%;
        opacity: 0;
        text-transform: uppercase;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 9;
        transition: all 0.3s ease 0s;
        margin-bottom: 2.000vw;
    }

    .product_list:hover .category {
        margin-bottom: 0;
        opacity: 1;
    }

    /* 产品 */
    .about {
        background-image: url(../img/aboutbg.jpg);
        background-size: 100% 100%;
        padding: 8.000vw 0 0 0;
        height: 80.533vw;
        box-sizing: border-box;
        background-position: center center;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .about_cont {
        margin-top: 4.667vw;
    }

    .abour_text {
        width: 100%;
        text-align: center;
        margin: auto;
        font-size: 3.2vw;
        color: #676767;
        line-height: 5vw;
        -webkit-line-clamp: 2;
        height: 10vw;
    }

    .about_more {
        margin: auto;
        margin-top: 5.000vw;
        width: 21.067vw;
        height: 5.733vw;
        border-radius: 4.000vw;
        border: 0.133vw solid #0270c1;
        font-size: 3vw;
        color: #0270c1;
        text-align: center;
        line-height: 5.733vw;
        display: block;
        position: relative;
        overflow: hidden;
    }

    .about_more p {
        position: relative;
    }

    .about_more p::before,
    .about_more p::after {
        position: absolute;
        content: "";
        width: 1.2vw;
        height: 0.133vw;
        background-color: #0270c1;
        top: 50%;
        z-index: 1;
    }

    .about_more p::before {
        left: 5.000vw;
    }

    .about_more p::after {
        right: 5.000vw;
    }

    .about_more:hover {
        background-color: #0270c1;
    }

    .about_more:before {
        position: absolute;
        content: "";
        font-family: FontAwesome;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
        background-image: url(../img/right.png);
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 2;
    }

    .about_more:hover:before {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        text-indent: 0;
    }

    .about_block {
        width: 100%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .abo_wai {
        width: 18.8vw;
        height: 18.8vw;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
    }

    .abo_wai:nth-child(even) {
        padding-top: 6.667vw;
        box-sizing: border-box;
    }

    .abo_wai:nth-child(odd) {
        padding-top: 13.333vw;
        box-sizing: border-box;
    }

    .about_list {
        display: block;
        width: 13.600vw;
        height: 13.600vw;
        border-radius: 50%;
        border: 0.133vw solid rgba(2, 112, 193, .25);
        background-color: rgba(2, 112, 193, .2);
        font-size: 2.400vw;
        color: #4a9dd6;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding: 2.667vw 0;
        box-sizing: border-box;
        cursor: cell;
    }

    .about_list:hover {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
        width: 16.000vw;
        height: 16.000vw;
        border-radius: 50%;
        box-shadow: #0270c1;
        box-shadow: 0.000vw 0.000vw 0.800vw rgba(2, 112, 193, .8);
    }

    .about_list>img {
        width: 4.933vw;
        height: 4.267vw;
        display: block;
    }

    .about_list>p {
        text-align: center;
        margin-top: 1.333vw;
    }

    /* 产品 */
    .project {
        padding: 20px 16px  0;
    }

    .project .logo {
        text-align: center;
        margin-right: 10px;
    }

    /* .project-list {
        width: 100%;
    }

    .project-list .left-wrap {
        width: 100%;
    } */
    .project-list .left-wrap {
        position: relative;
        margin-bottom: 9px;
    }

    .project-list .left-wrap .witr_sb_thumb img {
        width: 100%;
        border-radius: 11px;
    }

    .project-list .left-wrap .label {
        position: absolute;
        top:8px;
        left:5px;
        padding:4px 40px 4px 10px;
        border-radius: 6px;
        z-index: 3;
        background-color:rgba(27,106, 163, 0.7);
        color: #fff;
        cursor: pointer;
        padding: 10px;
    }

    .project-list .left-wrap .label img {
        width: 16px;
        height: 15px;
    }

    .project-list .left-wrap .witr_sb_thumb img {
        width: 100%;
        border-radius: 11px;
    }

    .project-list .left-wrap .label {
        position: absolute;
        top: 8px;
        left: 5px;
        padding: 4px 40px 4px 10px;
        border-radius: 6px;
        background-color: rgba(27, 106, 163, 0.7);
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        z-index: 3;
    }

    .project-list .left-wrap .label img {
        width: 16px;
        height: 11px;
    }

    .project .con-main-wrap .project-list .right-wrap {
        flex: 1;
        height: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        /* gap: 13px; */
        margin-bottom: 13px;
    }

    .project .con-main-wrap .project-list .right-wrap .project-item {
        /* flex: 1; */
        /* height:221px;  */
        display: flex;
        width: 48.2%;
        flex-direction: column;
        border-radius: 10px 10px;
        background-color: #0071c1;
    }

    .project .con-main-wrap .project-list .right-wrap .project-item a {
        display: flex;
        flex-direction: column;
    }

    .project .con-main-wrap .project-list .right-wrap .project-item a .witr_sb_thumb {
        /* height: 123px; */
    }

    .project .con-main-wrap .project-list .right-wrap .project-item img {
        width: 100%;
        height: 100%;
        border-radius: 10px 10px 0 0;
    }

    .project .con-main-wrap .project-list .right-wrap .project-item .text-wrap {
        background-color: #0071c1;
        padding: 0 8px 16px;
        min-height: 98px;
        color: #eee;
        flex: 1;
        border-radius: 0 0 11px 11px;
        
    }

    .project .con-main-wrap .project-list .right-wrap .project-item .text-wrap h5 {
        font-size: 14px;
        font-weight: 400;
        padding: 0 14px;
        margin: 10px 0;
        /* border-bottom: 1px solid #4594cc; */
        margin-bottom: 10px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        word-break: break-all;
        -webkit-box-orient: vertical;
    }

    .project .con-main-wrap .project-list .right-wrap .project-item .text-wrap p {
        padding: 10px 14px 0;
        border-top: 1px solid #4594cc;
        font-size: 12px !important;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        word-break: break-all;
        -webkit-box-orient: vertical;
    }



    .chuanganqi {
        background: linear-gradient(to bottom, #cce4f8, #e9f3fa);
        padding: 20px 16px;
    }

    .chuanganqi .project-list .left-wrap {
        position: relative;
    }

    .chuanganqi .project-list .left-wrap img {
        width: 100%;
    }

    .chuanganqi .project-list .left-wrap .text-wrap {
        box-sizing: border-box;
        position: absolute;
        width: 100%;
        bottom: 4px;
        background-color: rgba(27, 106, 163, 0.7);
        padding: 10px;
        color: #fff;
        border-radius: 0 0 11px 11px;
    }

    .chuanganqi .project-list .left-wrap .text-wrap h5 {
        font-size: 14px;
        font-weight: 400;
    }

    .chuanganqi .project-list .left-wrap .text-wrap h5 img {
        width: 16px;
        height: 11px;
    }

    .chuanganqi .project-list .left-wrap .text-wrap p {
        font-size: 12px !important;
        margin-left: 20px;
        font-weight: 400;
        color: #eee;
    }

    .chuanganqi .right-wrap {
        margin: 0 !important;
    }

    .huanneng {
        padding: 20px 16px;
    }

    .huanneng .con-main-wrap {
        display: flex;
        flex-direction: column-reverse;
        border-radius: 11px;
    }

    .huanneng .con-main-wrap .right-wrap .witr_sb_thumb {
        /* height: 233px; */
    }

    .huanneng .con-main-wrap .right-wrap .witr_sb_thumb img {
        height: 100%;
        width: 100%;
        border-radius: 11px 11px 0 0;
    }

    .huanneng .left-wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding: 20px 10px 30px 10px;
        background-color: #0262a8;
        position: relative;
        color: #fff;
        gap: 20px;
        border-radius: 0 0 11px 11px;
    }

    .huanneng .con-main-wrap .left-wrap .public_title {
        color: #fff;
        text-align: left;
        font-weight: 500;
        font-size: 14px;
    }
    .huanneng .con-main-wrap .left-wrap p{
        font-size: 12px !important;
    }
    .huanneng .con-main-wrap .left-wrap .nav {
        display: flex;
        flex-direction: row-reverse;
        position: relative;
        z-index: 1;
    }

    .huanneng .con-main-wrap .left-wrap .nav-wrap {
        width: 45px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        border-radius: 50%;
        background-color: #fff;
        cursor: pointer;
    }

    .huanneng .con-main-wrap .left-wrap .nav-wrap img {
        width: 23px;
        height: 21px;
        margin-top: 3px;
    }



    .huanneng .con-main-wrap .left-wrap .bg {
        background: url('../img/home/huanneng-bg.png');
        width: 100%;
        height: 114px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .huanneng .con-main-wrap .right-wrap {
        height: 100%;
        flex: 1;
    }

    .huanneng .con-main-wrap .right-wrap img {
        width: 100%;
        height: 100%;
    }

    /* 联系我们 */
    .contact {
        background-image: url(../img/contbgmove.jpg);
        background-size: 100% 100%;
        padding: 20px 26px;
        /* height: 65.200vw; */
        box-sizing: border-box;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .contact_left>span {
        font-size: 5.333vw;
        color: #fff;
        margin-top: 1.333vw;
        display: block;
    }

    .contact_left>p {
        font-size: 3.5vw;
        color: #fff;
        margin-top: 4.667vw;
        line-height: 5.000vw;
    }

    .contact_left .email {
        display: flex;
        align-items: center;
        margin-top: 3.067vw;
    }

    .contact_left .email img {
        width: 5.200vw;
        height: 4.267vw;
    }

    .contact_left .email p {
        font-size: 3.200vw;
        color: #fff;
        margin-left: 1.333vw;
    }

    .contact_right {
        margin-top: 5vw;
    }

    .forms {
        width: 90%;
    }

    .forms_name {
        width: 100%;
        height: 10vw;
        display: flex;
        align-items: center;
        background-color: #fff;
        position: relative;
    }

    .forms_name::after {
        position: absolute;
        content: "";
        width: 0.133vw;
        height: 3.200vw;
        background-color: #b2b2b2;
        top: calc(50% - 1.600vw);
        left: 50vw;
    }

    .forms_name>.el-input {
        width: 80vw;
        height: 100%;
    }

    .forms_name>.el-select,
    .forms_name>.el-select .el-input {
        width: 30vw;
        height: 100%;
    }

    .forms_name>.el-input .el-input__inner,
    .forms_name>.el-select .el-input__inner {
        height: 100%;
        border: none;
    }

    .forms_phone {
        width: 60.800vw;
        height: 10vw;
        background-color: #fff;
        margin-top: 3.333vw;
    }

    .forms_phone>.el-input {
        width: 100%;
        height: 100%;
        border: none;
    }

    .forms_phone .el-input__inner {
        border: none;
        height: 100%;
        border-radius: 0;
    }

    .forms .el-input.is-active .el-input__inner,
    .forms .el-input__inner:focus {
        border-color: transparent;
    }

    .forms .el-range-editor.is-active,
    .forms .el-range-editor.is-active:hover,
    .forms .el-select .el-input.is-focus .el-input__inner {
        border-color: transparent;
    }

    .forms .el-input.is-active .textarea__inner,
    .forms .textarea__inner:focus {
        border-color: transparent;
    }

    .forms_text {
        margin-top: 3.333vw;
        width: 100%;
        height: 18vw;
        background-color: #fff;
    }

    .forms .el-input__inner,
    .forms .el-textarea {
        font-size: 3.2vw;
        color: #8b8b8b;
    }

    .forms_text .el-textarea {
        width: 100%;
        height: 100%;
    }

    .forms_text .el-textarea textarea {
        width: 100%;
        height: 100%;
        resize: none;
        border: none;
    }

    .forms_code {
        margin-top: 3.333vw;
        display: flex;
        align-items: center;
    }

    .forms_code_linre {
        display: flex;
        align-items: center;
        width: 54.667vw;
        height: 10vw;
        background-color: #fff;
        justify-content: space-between;
    }

    .forms_code_linre>.el-input {
        width: 33.333vw;
        height: 100%;
        border: none;
    }

    .forms_code_linre .el-input__inner {
        height: 100%;
        border: none;
    }

    .forms_code_linre .codeimg {
        width: 14.400vw;
        height: 4.800vw;
        box-shadow: 0.267vw 0.267vw 1.333vw 0.267vw rgba(207, 207, 207, .5);
        box-shadow: 0.267vw 0.267vw 0.533vw 0.267vw rgb(207 207 207 / 72%);
        margin-right: 1.600vw;
    }

    .forms_code_linre .codeimg img {
        width: 100%;
        height: 100%;
    }

    .forms_code>p {
        font-size: 3vw;
        color: #e3e3e3;
        margin-left: 1.733vw;
    }

    .forms_sub {
        margin-top: 4.267vw;
        width: 29.333vw;
        height: 10vw;
        background-color: #162631;
        font-size: 3.2vw;
        color: #fff;
        text-align: center;
        line-height: 10vw;
    }
}