﻿*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
/*
rgb(226,26,25)*/
.container {
    padding: 0 !important;
}


.bx-index-top05 {
    width:100%;
    background-color: #191919;
    line-height:100px;
}

    .bx-index-top05 .bx-top05-nav ul li {
        font-size: 18px;
    }

        .bx-index-top05 .bx-top05-nav ul li a {
            color: #fff;
            padding: 0 50px;
        }


            .bx-index-top05 .bx-top05-nav ul li a:hover::after,
            .bx-index-top05 .bx-top05-nav ul li a.focus::after {
                display: none;
            }

            .bx-index-top05 .bx-top05-nav ul li a:hover,
            .bx-index-top05 .bx-top05-nav ul li a.focus,
            .bx-index-top05 .bx-top05-nav ul li a.active {
                color: rgb(226,26,25);
            }
        .bx-index-top05 .bx-top05-nav ul li .bx-top05-nav-fd {
            max-width:105px;
            left:50%;
            transform:translateX(-50%);
            background-color: rgba(29,30,30,.5);
            padding: 0;
            z-index: 999;
            /*display:block !important;*/
        }

           .bx-index-top05 .bx-top05-nav ul li .bx-top05-nav-fd a {
                padding: 0;
                line-height:50px;
            }

/*侧栏*/
.bx-sideBar ul li {
    display:none;
}
#returnTop {
    display:block;
}

.bx-sideBar ul li {
    background-color: #191919;
}

    .bx-sideBar ul li:last-child {
        border-radius: 5px 0 0 5px;
    }
    .bx-sideBar ul li:hover {
      background: rgb(226,26,25);
    }
    .bx-index-footer02 {
        background-color: #191919;
    }

.bx-footer {
    border-top: 1px solid #707070;
}
.bx-footer p {
    font-size:14px;
    color:#fff;
    text-align:center;
    line-height:1;
    padding:10px 0;
}

.bx-index-footer02 .foot-logo {
    border-right: none;
}

.foot-box {
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}

.foot-box dl dt {
    font-size:16px;
    color:#fff;
    font-weight:400;
    margin-bottom:20px;
}
    .foot-box dl dd {
        margin-bottom:10px;
    }

        .foot-box dl dd a,
        .foot-box dl dd p{
            font-size: 14px;
            color: #707070;
            line-height: 1;
            font-weight:bold;
        }

            .foot-box dl dd p i {
                font-size: 15px;
                color: #707070;
                margin-right:10px;
            }


/*首页样式*/

.modular {
    position:relative;
}

.index_modular2 {
    padding:6px 0;
}
    .index_modular2 ul {
        margin: 0;
        overflow:hidden;
    }

    .index_modular2 ul li {
        padding:0 4px;
        float:left;
        width:33.33%;
    }
        .index_modular2 ul li a {
            display:block;
            position:relative;
        }

        .index_modular2 ul li .tet {
            width:100%;
            text-align:center;
            position: absolute;
            top:50%;
            left:0;
            transform:translateY(-50%);
        }
        .index_modular2 ul li .tet h3 {
            font-size:26px;
            padding-bottom:12px;
            color:#fff;
            position:relative;
            font-weight:400;
        }
            .index_modular2 ul li .tet h3::before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
                width: 50px;
                height: 4px;
                background: rgb(226,26,25);
            }
.modular{
    position:relative;
}
.modulars {

}
.backgropund_img {
    height: 100vh;
    transition: all 0.05s;
    background-size:100% 120vh !important;
}
.index_modular {
    width:62.5%;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    overflow:hidden;
}
    .index_modular ul {
        display:flex;
        justify-content:space-between;
    }

    .index_modular li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .index_modular li .tet {
        margin-top: 0.45rem;
        font-size: 0.24rem;
        font-weight: 400;
        color: #fff;
        transition: all .3s;
    }
        .index_modular li .tet h3 {
            font-weight: 400;
        }

    .index_modular li:hover .tet {
        color: rgb(226,26,25);
    }

    .index_modular li .pic .imgb {
        display: none;
    }

    .index_modular li:hover .imgb {
        display: block;
    }

    .index_modular li:hover .imga {
        display: none;
    }

.imgb,
.imga {
    width:1.38rem;
    height:1.38rem;
}
/*banner图*/
.banner {
    position: relative;
}

.banner_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

    .banner h6 {
        font-size: 48px;
        color: #fff;
        font-weight: bold;
        text-align:center;
    }

    .banner p {
        font-size:26px;
        color:#fff;
        margin-top:20px;
    }

    .common {
        padding: 90px 0 120px;
    }

.bx-Join02 {
    padding: 0;
}
.webdiyerCss .redcss, .webdiyerCss .page_go {
    font-weight: bold;
    background: rgb(226,26,25);
    border: 1px solid rgb(226,26,25);
    color: #fff;
    border-radius: 3px;
}
.bx-Join02-item ul li {
    border: none;
    padding: 20px 0 20px 30px;
    border-left: 4px solid rgb(226,26,25);
    background-color: #F3F3F3;
}

    .bx-Join02-item ul li > h3 {
        font-size: 22px;
        font-weight: bold;
        line-height: 1;
        padding-bottom: 0;
        color: #000000;
    }

    .bx-Join02-item ul li>span i {
        font-size: 28px;
    }

    .bx-Join02-item ul li > span {
        transform: translate(0,-50%) rotate(90deg);
    }

    .bx-Join02-item ul li span.s {
        transform: translate(0,-50%) rotateZ(0);
    }

.bx-Join02-item .bx-Join02-box {
    background: #F9F9F9;
}

.webdiyerCss .page_go,
.webdiyerCss input{
    display:none;
}


/*联系我们*/

.ContactUs_xinxi .bx-ContactUs01 ul {
}

.back_top_box {
    position:relative;
    margin:110px 0;
}

.back1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.back1 img {
    width:100%;
    height:100%;
    object-fit:cover;
}

.bx-ContactUs01 ul li p {
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    font-weight:bold;
}

.bx-ContactUs01 ul li .icon-q {
    border: solid 2px #fff;
    margin: 0 auto 30px;
}

    .bx-ContactUs01 ul li .icon-q i {
        color: #fff;
    }
.bx-ContactUs01 ul li {
    padding: 120px 20px;
}

.bx-ContactUs01 {
    padding-bottom: 110px;
}

.ContactUs_message h5 {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    text-align:center;
    margin-bottom:50px;
}

.message ul li{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:30px;
}

.message ul li p {
    width:47.58%;
}

    .message ul li p input,
    .message ul li textarea,
    .message ul li p select {
        width: 100%;
        outline: none;
        border: 1px solid #C4C4C4;
        line-height: 50px;
        padding: 0 14px;
        font-size: 18px;
        color: #000;
        height:50px;
    }

    .message ul li p select {
        color: #C4C4C4;
    }

        .message ul li p select option {
            color: #000;
        }

        .message ul li p input::placeholder,
        .message ul li textarea::placeholder {
            font-size: 18px;
            color: #C4C4C4;
        }
    .message ul li textarea {
        width: 100%;
        min-height:205px;
    }

    .message ul li:last-child {
        display:block;
        text-align:center;
    }

    .message ul li span {
        display: inline-block;
        width: 135px;
        line-height: 50px;
        font-size: 18px;
        color: #fff;
        background-color: rgb(226,26,25);
        cursor: pointer;
    }

    .message ul li span:hover {
        opacity:.8;
    }

/*关于我们*/
.AboutUs_one {
    display:flex;
    margin:110px 0;
}

    .AboutUs_one .AboutUs_one_right {
        width: 51.666%;
    }

    .AboutUs_one .AboutUs_one_left {
        width: calc(100% - 51.666%);
        padding-right: 40px;
    }

.AboutUs_one_left h5 {
    padding-bottom:14px;
    margin-bottom:40px;
    font-size:24px;
    color:#000;
    font-weight:bold;
    position:relative;
}



    .AboutUs_one_left h5::after {
        content: '';
        background-color: rgb(226,26,25);
        position: absolute;
        left: 0;
        bottom: 0;
        width: 45px;
        height: 6px;
    }

.AboutUs_two {
    position:relative;
}

.AboutUs_img_back {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
}

    .AboutUs_img_back img {
        width:100%;
        height:100%;
    }

.AboutUs_two_box {
    padding:85px 30px 65px;
}

.AboutUs_two_box h5 {
    font-size:36px;
    font-weight:bold;
    color:#fff;
    margin-bottom:90px;
    text-align:center;
}

.AboutUs_two_box ul li {
    margin-bottom:60px;
}

    .AboutUs_two_box ul li h6 {
        font-size:32px;
        color:#fff;
        font-weight:bold;
        line-height:1;
        margin-bottom:17px;
    }

    .AboutUs_two_box ul li p {
        font-size:24px;
        color:#fff;
    }


.AboutUs_three {
    padding:100px 0 80px;
}

.AboutUs_three ul li {
    float:left;
    width:33.33%;
    margin-bottom:60px;
}
    .AboutUs_three ul li .li_box {
        display:flex;
        justify-content:flex-start;
        align-items:center;
    }

    .AboutUs_three ul li .li_box img {
         max-height:60px;
         max-width:60px;
         margin-right:20px;
    }
    .AboutUs_three ul li .li_box h4  {
        font-size:24px;
        color:#000;
        font-weight:400;
        flex:1;
    }


/*下载中心*/


.Download {
    padding:90px 0 90px;
}

.Download_title {
    padding-bottom: 22px;
    border-bottom: 1px solid #999999;
    margin-top:20px;
}

.Download_title h5 {
    font-size:24px;
    color:#000;
    font-weight:400;
}

.dow_album_list {
    padding:20px 0;
}

.dow_album_list ul li {
    float:left;
    margin-right:40px;
}

    .dow_album_list ul li a {
        font-size: 18px;
        color: rgb(226,26,25);
    }

.album_products_box {
    padding-top: 30px;
    border-bottom: 1px solid #999999;
}

    .album_products_box .album_products h4 {
        line-height: 65px;
        background-color: #F5F5F5;
        width:100%;
        font-size:18px;
        color:#000;
        padding:0 20px;
    }
    .album_products_box .album_products_bottom ul {
        padding-bottom:40px;
    }

    .album_products_box .album_products_bottom ul li {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

        .album_products_box .album_products_bottom ul li h5 {
            font-size:16px;
            color:#000;
            min-width:15%;
            padding-left:20px;
        }

        .album_products_box .album_products_bottom ul li a {
            font-size: 16px;
            color: rgb(226,26,25);
        }

.Download a:hover {
    opacity: .5;
}


.album_other ul li  {
    padding:20px 0;
    display:flex;
    align-items:flex-start;
}

.album_other ul li .album_products_right {
    display:flex;
    flex-wrap:wrap;
}
.album_other ul li h4 {
    display: inline-block;
    min-width: 15%;
    font-size: 18px;
    padding-left: 20px;
    color: #000
}

    .album_other ul li p {
        margin-right:40px;
    }
    .album_other ul li p a {
        font-size: 16px;
        color: rgb(226,26,25);
    }

/*组件*/
.efficiency {
    padding:110px 0;
}

.efficiency ul {
    display:flex;
    justify-content:space-between;
}

    .efficiency ul li {
        width:25.8%;
        text-align:center;
    }

    .efficiency ul li img {
        max-width:138px;
        max-height:138px;
    }

    .efficiency ul li h5 {
        font-weight:400;
        font-size:24px;
        color:#000;
        margin:40px 0 20px;
    }

        .efficiency ul li p {
            font-size: 16px;
            color: #999999;
            text-align:left;
        }

.title_ny {
    width:100%;
}

    .title_ny h5 {
        font-size:36px;
        color:#000;
        font-weight:400;
        text-align:center;
    }

    .title_ny  p {
        margin-top:20px;
        text-align:center;
        font-size:18px;
        color:#000;
        padding:0 100px;
    }

.scene_box {
    margin-top:50px;
}

    .scene_box ul  li {
        float:left;
        width:50%;
        margin-bottom:40px;
    }

    .scene_box ul li .div {
        width:81.666%;
        margin:0 auto;
        position:relative;
    }

        .scene_box ul li .div .posi_box {
            padding:0 27px;
            position: absolute;
            top: 0;
            left: 0;
            width:100%;
            height:100%;
            display:flex;
            flex-direction:column;
            justify-content:center;
            align-items:center;
        }

        .scene_box ul li .div h5 {
            font-size: 24px;
            color: #fff;
            font-weight: bold;
        }

        .scene_box ul li .div .posi_box p {
            font-size:18px;
            color:#fff;
            margin-top:50px;
        }


        .problem_title h5 {
            margin: 60px 0 30px;
            text-align: center;
            position: relative;
            font-size: 36px;
            color: #000;
            padding-bottom: 20px;
            font-weight:400;
        }

            .problem_title h5::before {
                content: '';
                position: absolute;
                width: 50px;
                height: 6px;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
                background-color: rgb(226,26,25);
                border-radius: 3px;
            }

.ny_contact {
    margin:110px 0 70px;
    position:relative;
    height:510px;
    display:flex;
    justify-content:center;
    align-items:center;
}

    .ny_contact .ny_contact_img {
        position:absolute;
        width:100%;
        height:100%;
        top:0;
        z-index:-1;
    }
    .ny_contact .ny_contact_img img {
        width:100%;
        height:100%;
    }

.ny_contact_text h5 {
    font-size:36px;
    color:#fff;
    text-align:center;
}

.ny_contact_text p {
    margin-top:60px;
    font-size:18px;
    color:#fff;
}


.efficiency.efficiencya ul li {
    width:auto;
}

.efficiency.efficiencya .problem_title {
    margin-bottom:20px;
}

.efficiency.efficiencya {
    padding:  0;
}

.leftright {
    padding:110px 0 60px; 
}

.leftright ul li {
    margin-bottom:50px;
}

    .leftright ul li  .leftrig_box {
        display:flex;
    }
    .leftright ul li:nth-child(2n) .leftrig_box {
        flex-direction:row-reverse;
    }

        .leftright ul li:nth-child(2n) .leftrig_box .leftrig_left {
            padding-left:24px;
            padding-right:0;
        }

        .leftright ul li .leftrig_box .leftrig_right {
            width: 54.16%;
        }

        .leftright ul li .leftrig_box .leftrig_left {
            width:calc(100% - 54.16%);
            display:flex;
            align-items:center;
            padding-right:24px;
        }

            .leftright ul li .leftrig_box .leftrig_left .xiq_text {
                font-size:18px;
                color:#000;
            }

    .leftright ul li:hover .leftrig_right {
        box-shadow:0 2px 12px rgba(0,0,0,.1);
    }

/*产品*/
.Products_title {
    padding:80px 0 120px;
}

.Products_title p {
    font-size:22px;
    color:#666;
    text-align:center;
   font-weight:400;
}

.Products_list ul li {
    margin-bottom: 30px;
}

.Products_list ul li a {
    display: flex;
}

    .Products_list ul li a .Products_list_left {
        width:30.833%;
        box-shadow:0 2px 12px rgba(0,0,0,.09);
    }

    .Products_list ul li a .Products_list_right {
        width:calc(100% - 30.833%);
        padding-left:25px;
        display:flex;
        flex-direction:column;
        justify-content:center;
    }

    .Products_list ul li a .Products_list_right h4 {
        font-size:24px;
        font-weight:bold;
        color:#000;
    }

        .Products_list ul li a .Products_list_right p {
            font-size: 18px;
            color: #666666;
            margin:30px 0 15px;
        }

.Products_list_more {
    width:100%;
    text-align:left;
}

    .Products_list_more span {
        font-size: 14px;
        color: rgb(226,26,25);
        cursor:pointer;
    }

/*产品详情*/

.product_details_top {
    padding: 0.5rem 0;
    display: flex;
    width: 62.5%;
    margin: 0 auto;
}

.product_details_top_right {
    width:45.8333%;
    width:55rem;
}

.product_details_top_left {
    width:calc(100% - 45.8333%);
    text-align:left;
    width:65rem;
}

.product_details_top_right {
    display:flex;
    align-items:center;
}

    .product_details_top_right p {
        font-size: 18px;
        color: #000;
        height: 1.75rem;
    }

.product_summary ul li,
.product_summary ul li .product_summary_box {
    width: 100%;
}
    /*.product_summary ul li .product_summary_box img {
        max
    }*/

    .product_summary ul li .product_summary_box {
        position: relative;
        min-height: 530px;
        background-color: #2A2C30;
    }

        .product_summary ul li .product_summary_box_img {
            position:absolute;
            top:0;
            right:0;
        }
    .product_summary ul li:nth-child(2n) .product_summary_box_img {
        left: 13%;
        position: absolute;
        top: 50%;
        max-width:530px;
        height:90%;
        transform:translateY(-50%);
    }

        .product_summary ul li:nth-child(2n) .product_summary_box_img img {
            height:100%;
        }


        .product_summary_box.jianb {
            background-image: linear-gradient(to right,#2A2C30,#707274);
        }

.product_summary ul li:nth-child(1) .product_summary_box_po {
    width: 25.1%;
    position: absolute;
    top: 50%;
    left: 18.75%;
    z-index: 5;
    transform: translate(0,-50%);
}

    .product_summary ul li:nth-child(2) .product_summary_box_po {
        width: 25.1%;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 5;
        transform: translate(-15%,-50%);
    }

    .product_summary ul li .product_summary_box_po h6 {
        font-size:40px;
        color:#fff;
        font-weight:400;
        margin-bottom:50px;
    }

    .product_summary ul li .product_summary_box_po p {
        font-size:18px;
        color:#fff;
    }

.product_deta_tk ul {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.product_deta_tk {
    margin-top:20px;
}

.product_deta_tk ul li {
    width: 27.5%;
    margin-bottom: 30px;
}

    .product_deta_tk ul li .dsi_flex {
        display: flex;
        align-items: center;
    }

    .product_deta_tk ul li .dsi_flex img {
        max-height:65px;
        max-width:65px;
        margin-right:40px;
    }

    .product_deta_tk ul li .dsi_flex p {
        flex:1;
        font-size:24px;
        color:#000;
        font-weight:400;
    }


    /*产品2*/
.product1_details_top {
    padding:110px 0;
}

    .product1_details_top .product1_details_top_left {
        width:100%;
    }

    .product1_details_top .product1_details_top_left h5 {
        font-size:36px;
        font-weight:700;
        color:#000;
        text-align:center;
        margin-bottom:20px;
    }

    .product1_details_top .product1_details_top_left p {
        font-size:18px;
        color:#000;
        text-align:center;
    }

    .product1_details_top .product1_details_top_right {
        margin-top:40px;
    }

        .product1_details_top .product1_details_top_right img {
            display:block;
            margin:0 auto;
            width: 90%;
            max-height: 330px;
        }


.product_deta_tk.deta_tk3 ul {
    flex-wrap:nowrap;
}

.product_deta_tk.deta_tk3 ul li {
    margin-bottom:0;
    width:20%;
}

    .product_deta_tk.deta_tk3 ul li .dsi_flex {
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
    }

        .product_deta_tk.deta_tk3 ul li .dsi_flex img {
            display:block;
            margin:0 0 40px 0;
            max-height: 138px;
            max-width: 138px;
        }

.tuk_box_title h5 {
    width:100%;
    text-align:center;
    font-size:36px;
    color:#000;
    font-weight:400;
    margin-bottom:50px;
}
.tuk_box_list.ch {
    margin-bottom:110px;
}

.tuk_box_list {
    border: 1px solid #C4C4C4;
    border-left: none;
    border-right: none;
}
    .tuk_box_list ul {
        padding:40px 0 10px;
    }

    .tuk_box_list ul li {
        float: left;
        width: 50%;
        margin-bottom: 30px;
        text-align:left;
        padding-left:8.33%;
    }

        .tuk_box_list ul li p{
            display:inline-block;
            font-size:18px;
            color:#000;
            font-weight:bold;

        }

        i {
            font-style:normal;
        }

.bx-index-top05.active {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
    background-color:rgba(25,25,25,.8);
}


.bx-top05-nav-fd ul {
    display:none;
    width:160px;
    background:rgba(29,30,30,.7);
    position:absolute;
    right:0;
    top:0;
    transform:translate(100%,20px);
}

    .bx-top05-nav-fd ul li {
        width:100%;
    }

    .bx-top05-nav-fd ul li a {
        font-size: 14px;
        color: #fff;
        display: block;
        text-align: center;
    }

    .banner img {
        width:100%;
    }
    img {
        max-width:100%;
        width:100%;
    }

/*.bx-index-top05 .bx-top05-nav ul li:nth-child(2) .bx-top05-nav-fd {
    display:block !important;
}*/

.bx-top05-nav-fd ul {
    width:250px;
}

.bx-index-top05 .bx-top05-nav ul li:nth-child(2) .nav_fd_box:nth-child(1) ul li {
    float:left;
    width:50%;
}

.bx-index-top05 .bx-top05-nav ul li i {
    display:none;
}
.foot-logo img {
    width: auto;
    max-width: 170px;

}

.bx-top05-nav-fd a{
    font-size:16px;
}

