﻿.serverbanner {
    width: 1200px;
    margin:0 auto;
    object-fit: cover;
    position: relative;
    background: repeating-linear-gradient(to right,#F1FEFF,#E7F3FD);
    text-align:center;
}
.serverbanner-box {
    width: 1200px;
    overflow: auto;
    text-align: center;
    margin: 0 auto;
    background-color: #F4F4F4;
}
    .serverbanner-box img {
        display:inline-block;
    }
        .serverbanner-box img:first-child {
            margin-top:15px;
            width:1200px;
        }

.ServerNav_box {
    display:flex;
    justify-content:center;
    width: 100%;
    height: 50px;
    background: #f4f4f4;
    text-align: center;
    margin:20px 0;
}

    .ServerNav_box a{
        margin:0 25px;
    }

    .ServerNav_box_box {
        height: 100%;
        width: 120px;
        color: #333333;
        text-align: center;
        display: inline-block;
        font-size: 18px;
        font-weight: 400;
    }

    .ServerNav_box_box:hover {
        color: #E1251B;
    }

    .ServerNav_box_box .ServerNav_box_box-title {
        width: 75px;
        height: 40px;
        padding: 10px 0;
        margin: 0 auto;
    }

    .ServerNav_box_box.active .ServerNav_box_box-title {
        border-bottom: 2px solid #E1251B;
        color: #E1251B;
    }


.jfdh_box {
    width: 1200px;
    margin:30px auto;
}
    .jfdh_box .banner {
        margin-bottom:50px;
    }

.jfdh_li {
    width: 224px;
    height: 288px;
    background: #ffffff;
    float: left;
    margin: 0 19.91px 20.35px 0;
    text-align: center;
}
    .jfdh_li:hover {
        box-shadow: 0px 0px 16.38px 0.72px rgb(138 138 138 / 13%);
        cursor: default;
    }

    .jfdh_li:nth-child(5n+5) {
        margin-right: 0;
    }

    .jfdh_li img {
        width: 224px;
        height: 158px;
    }

    .jfdh_li p {
        font-size: 14px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #ec0404;
        line-height: 20px;
    }

        .jfdh_li p:nth-child(2) {
            font-size: 18px;
            font-family: Microsoft YaHei, Microsoft YaHei-Regular;
            font-weight: 400;
            color: #333333;
            line-height: 20px;
            margin: 12px;
        }

.wydh {
    width: 105px;
    height: 32px;
    background: #ec0404;
    border-radius: 5px;
    margin: 12px auto;
}
    .wydh:hover {
        background-color: #db2626;
    }

    .wydh a {
        font-size: 16px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #ffffff;
        line-height: 32px;
    }

.bzzx_li {
    width: 283px;
    height: 283px;
    background: #ffffff;
    border-radius: 20px;
    float:left;
    margin-top:33px;
    margin-right:22.53px;
}
    .bzzx_li:hover {
        box-shadow: 0px 0px 16.38px 0.72px rgb(138 138 138 / 13%)
    }

    .bzzx_li div {
        width: 283px;
        height: 283px;
    }

    .bzzx_li p {
        font-size: 24px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        color: #333333;
        line-height: 36px;
    }

    .bzzx_li:nth-child(4n+4){
        margin-right:0;
    }

    .bzzx_li img{
        display:block;
        margin:71px auto 57px auto;
    }

    .bzzx_li:hover{
        cursor:pointer;
    }

.bzzx_box {
    width: 1200px;
    margin: 50px auto;
}
    .bzzx_box .pagetitle {
        font-size: 32px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: center;
        color: #333333;
        line-height: 36px;
    }

.bzzx_box_box{
    height:351px;
    width:100%;
    text-align:center;
    
}



.shfw_box {
    width: 1200px;
    text-align: center;
    margin: 50px auto;
    background-color: #fff;
    padding: 5px 0;
}

    .shfw_box span {
        font-size: 32px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: center;
        color: #333333;
        line-height: 36px;
    }

.kffw_box {
    width: 1200px;
    height: 323px;
    background: #ffffff;
    border-radius: 16px;
    margin-top: 36px;
    overflow:hidden;
}

.kffw_box_box {
    width: 638px;
    height: 294px;
    float: right;
}

    .kffw_box_box p:nth-child(1) {
        font-size: 20px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #333333;
        line-height: 36px;
        margin :55px 0 0 50px;
        text-align:left;
    }

    .kffw_box_box .kffw_list {
        display: flex;
        flex-wrap: nowrap;
        margin:75px 45px;
        justify-content: space-around;
    }

        .kffw_box_box .kffw_list .fkkw_item p{
            margin-top:10px;
        }

    .shfw_box_box {
        width: 1200px;
        margin-top: 25px;
    }

        .shfw_box_box .contact {
            margin:30px 130px;
            background-color: #F7F7F7;
            color: #333333;
        }

            .shfw_box_box .contact p:nth-child(1) {
                padding-top: 60px;
                font-size: 30px;
            }
            .shfw_box_box .contact p:nth-child(2) {
                padding-top: 30px;
                font-size: 40px;
                text-decoration: underline;
            }
            .shfw_box_box .contact p:nth-child(3) {
                padding: 50px 0;
                font-size: 24px;
            }

            .shfw_box_box .contact a:hover {
                color:#E1251B;
            }
            .lxwm_box {
                width: 174px;
                height: 48px;
                border: 1px solid #000000;
                border-radius: 6px;
                margin: 0 auto;
            }

    .lxwm_box span {
        font-size: 18px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #333333;
        line-height: 36px;
        display: block;
        margin: 6px auto;
        cursor:pointer;
    }

.shfw_list {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    margin-top:20px;
    height: 100%;
    background: #ffffff;
    box-shadow: -4px 0px 18px 4px rgba(3,0,0,0.06);
}

.shfw_list_title {
    width: 100%;
    height: 35px;
    font-size: 36px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 36px;
    padding:59px;
}

/*.shfw_list p {

}*/

.shfw_list_box {
    padding:59px;
}

    .shfw_list_box p {
        font-size: 18px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #333333;
        line-height: 36px;
    }

.dhxq_box {
    width: 1200px;
    background: #ffffff;
    margin: 50px auto;
    padding-bottom: 50px;
    position: relative;
}
    .dhxq_box .pro_Show_list_box {
        font-size: 16px;
    }
    .dhxq_box .pro_Show_sTitle {
        font-size:14px;
        line-height:60px;
        color:#666666;
        min-height:24px;
    }
    .dhxq_box .pro_priceCon{
        margin-bottom:26px;
    }
    .dhxq_box .pro_priceCon div {
        display: inline-block;
    }
    .dhxq_box .pro_priceCon .priceCon {
        font-size: 36px;
        font-weight: 400;
        color: #ec0404;
        padding-right:8px;
        line-height:36px;
    }
    .dhxq_box .show_List_box_fgx {
        
    }
    .dhxq_box .show_specCon {
        margin-top:24px;
        overflow:auto;
    }
    .dhxq_box .show_spec-title {
        margin-bottom:24px;
    }
    .dhxq_box .show_specCon .show_spec {
        float:left;
        height: 44px;
        width: 300px;
        color: #666666;
        border: 1px solid #dddddd;
        border-radius: 2px;
        margin-right:24px;
        margin-bottom:24px;
        cursor:pointer;
        text-align:center;
        line-height:44px;
    }
        .dhxq_box .show_specCon .show_spec:nth-child(2n+1) {
            margin-right:0px;
        }
        .dhxq_box .show_specCon .show_spec.active {
            color: #EC0404;
            border-color: #EC0404;
        }
        .dhxq_box .show_addCart_box {
            margin-top: 6px;
            margin-bottom: 0px;
        }
        .dhxq_box .show_addCart_box .el-input-number span i {
            display:inherit;
            text-align:center;
        }
    .dhxq_box .pro_detail {
        width:100%;
        margin-top:50px;
    }
        .dhxq_box .pro_detail p {
            text-align:center;
        }
    .dhxq_box .show_addCart_Buy {
        margin-left:0px;
    }

    .dhxq_box .navibar {
        position:absolute;
        margin-top:-57px;
    }
    .dhxq_list {
        height: 560px;
        position:relative;
    }

    .dhxq_list_Box:nth-child(2) {
        width:712px;
    }

    .dhxq_list_box p:nth-child(1) {
        font-size: 30px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #333333;
        line-height: 36px;
    }

    .dhxq_list_box p:nth-child(2) {
        font-size: 14px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #666666;
        line-height: 36px;
    }

    .dhxq_list_box p span {
        font-size: 36px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #ec0404;
        margin:30px 0 0 3px;
    }

.dhxq_list_box_solid {
    border: 1px solid #edf0f5;
}

    .dhxq_list_Box_box p:nth-child(1) {
        font-size: 18px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #333333;
        margin-top:36px;
    }

.dhxq_box_li {
    width: 322px;
    height: 106px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    float: left;
    margin-right: 23.19px;
    margin-top: 23px;
}

    .dhxq_box_li a {
        font-size: 16px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #666666;
        line-height: 36px;
        display: block;
        margin: 41px 43px;
    }

        .dhxq_box_li a:hover {
            color: #ec0404;
        }

    .dhxq_box_li:hover {
        border: 1px solid #ec0404;
        color: #ec0404;
        cursor: pointer;
    }

.dhxq_box_sl {
    width: 169px;
    height: 48px;
    border: 1px solid #bbbbbb;
    border-radius: 6px;
    margin-left:1.25px;
    position:absolute;
}

.dhxq_box_bnt {
    width: 174px;
    height: 48px;
    background: #ec0404;
    border-radius: 6px;
    margin-left:194px;
    position:absolute;
}

    .dhxq_box_bnt a {
        font-size: 18px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #ffffff;
        line-height: 36px;
        display:block;
        margin:6px 55px;
    }

.dhqx_shdz_box {
    width: 1124px;
    height: 252px;
}

.dhqx_dzbox {
    width: 762px;
    height: 80px;
    border: 1px solid #e3e3e3;
    margin-top:22.97px;
}

.dhxq_spxq_box {
    position: absolute;
    width: 790px;
    height: 704px;
    margin: 783px 205px 0 205px;
    text-align: center;
    background: #ffffff;
}

.dhqx_shdz_box span {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    margin-top:8.03px;
}

.dhxq_addshdz {
    width: 153px;
    height: 35px;
    border: 1px solid #bbbbbb;
    float:right;
}

.dhxq_addshdz span {
    width: 97px;
    height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 36px;
    margin-left:17.62px;
}

.dhqx_ckqbdz {
    width: 102px;
    height: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    margin:27.03px 0 0 1px;
}
.goods-list {
    display:block;
    margin:0px;
}
.bzzx-layer-con {
    padding:60px 90px;
    font-size:18px;
}
    .bzzx-layer-con .bzzx-title {
        /*font-size: 1.17em;
        font-weight:bold;*/
    }
    .bzzx-layer-con .bzzx-content {
        margin-top: 26px;
    }

        .bzzx-layer-con .bzzx-content p {
            line-height: 26px;
            color: #555555;
            font-size: 14px;
        }

.dhxq_box .pro_Show_list_box {
    width: 660px;
    position: absolute;
    margin: 44px 0 0 488px;
    overflow: auto;
    height: 550px;
}
    .dhxq_box .pro_Show_list_box p {
        font-size: 14px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #666666;
        margin-top: 22px;
    }

    /*.pro_Show_list_box span {
        height: 28px;
        font-size: 36px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #ec0404;
        line-height: 82px;
    }*/
.bzzx-layer-con.layui-layer-setwin .layui-layer-close2 {
    right: -2px;
    top: -8px;
    background-position: -1px -31px;
    width: 15px;
}

    .bzzx-layer-con.layui-layer-setwin .layui-layer-close2:hover {
        background-position: -1px -31px;
    }

.bzzx-layer-con .layui-layer-content .argInfo .content::-webkit-scrollbar { /*滚动条*/
    width: 12px;
    height: 12px;
}

.bzzx-layer-con .layui-layer-content .argInfo .content::-webkit-scrollbar-thumb {
    /*border-radius:10px;*/
    background: #c1c1c1;
}

.bzzx-layer-con .layui-layer-content .argInfo .content::-webkit-scrollbar-track {
    /*border-radius:10px;*/
    background: #f1f1f1;
}
