

/* banner */
.CurryLb {
    width: 100%;
    background: url(../images/qy_listBanner.png) no-repeat;
    min-height: 265.7px;
    position: relative;
    background-size: cover;
    background-position: center;
    display: table;
}
/* banner结束 */


/* 详情 */
.GeneraMiddle {
    width: 100%;
    background-color: #ebebeb;
    display: table;
    padding: 20px 0 34px 0;
}

    .GeneraMiddle .GeneraMiddle_Lef {
        float: left;
        width: 240px;
    }

        .GeneraMiddle .GeneraMiddle_Lef .Middle_Lef_prod dl {
          //  padding-bottom: 10px;
            border-bottom: 1px solid #ccc;
        }

            .GeneraMiddle .GeneraMiddle_Lef .Middle_Lef_prod dl dt {
                height: 55px;
                line-height: 55px;
                font-size: 15px;
                /*font-weight: bold;*/
                padding-left: 30px;
                position: relative;
                /*border-top: 1px solid #ccc;
                border-bottom: 1px solid #ccc;
                margin-bottom: 10px;*/
            }

                .GeneraMiddle .GeneraMiddle_Lef .Middle_Lef_prod dl dt:after {
                    content: '>';
                    display: inline-block;
                    position: absolute;
                    right: 20px;
                    color: #b3a8a8;
                }

            .GeneraMiddle .GeneraMiddle_Lef .Middle_Lef_prod dl dd {
                height: 40px;
                line-height: 40px;
                font-size: 14px;
                padding-left: 50px;
                position: relative;
            }

                .GeneraMiddle .GeneraMiddle_Lef .Middle_Lef_prod dl dd:before {
                    content: '·';
                    position: absolute;
                    display: inline-block;
                    font-size: 45px;
                    left: 31px;
                    color: #b3a8a8;
                }

                .GeneraMiddle .GeneraMiddle_Lef .Middle_Lef_prod dl dd a {
                    color: #666666;
                }

        .GeneraMiddle .GeneraMiddle_Lef .Middle_Lef_top {
            background: white;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            width: 100%;
            float: left;
        }

        .GeneraMiddle .GeneraMiddle_Lef .Relultion_list {
            background: white;
            padding-bottom: 7px;
            float: left;
            width: 100%;
        }

            .GeneraMiddle .GeneraMiddle_Lef .Relultion_list .Relultion_listImg {
                text-align: center;
                padding: 10px 0 0 0;
                float: left;
                width: 100%;
            }

                .GeneraMiddle .GeneraMiddle_Lef .Relultion_list .Relultion_listImg p {
                    margin: 5px 0;
                }

                .GeneraMiddle .GeneraMiddle_Lef .Relultion_list .Relultion_listImg .Relultion_listBox {
                    width: 202px;
                    height: 202px;
                    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
                    display: -moz-box; /* 老版本语法: Firefox (buggy) */
                    display: -ms-flexbox; /* 混合版本语法: IE 10 */
                    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
                    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
                    -moz-justify-content: center;
                    -webkit-justify-content: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -moz-align-items: center;
                    -webkit-align-items: center;
                    align-items: center;
                    overflow: hidden;
                    margin: auto;
                    border: 1px solid #ccc;
                    padding: 10px;
                }

                    .GeneraMiddle .GeneraMiddle_Lef .Relultion_list .Relultion_listImg .Relultion_listBox img {
                        width: 100%;
                    }

    .GeneraMiddle .Lef_border {
        width: 240px;
        height: 10px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background-color: #0580e7;
        float: left;
        width: 100%;
    }

    .GeneraMiddle .GeneraMiddle_Lef h6 {
        font-size: 25px;
        margin: 20px 0 20px 0;
        color: #0580e7;
        text-align: center;
    }

    .GeneraMiddle .Middle_Lef_top ul {
        padding-bottom: 24px;
    }

        .GeneraMiddle .Middle_Lef_top ul li {
            width: 210px;
            height: 50px;
            background-color: #f3f3f3;
            text-align: center;
            line-height: 50px;
            margin: 0 auto 3px;
            font-size: 18px;
            color: #0580e7;
        }

    .GeneraMiddle .GeneraMiddle_Rif {
        float: right;
        width: 930px;
        padding-left: 25px;
    }

    .GeneraMiddle .Relultion {
        width: 240px;
        height: 40px;
        background-color: #0580e7;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        font-weight: bold;
        color: white;
        float: left;
    }

    .GeneraMiddle .Relultion_list ul li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 7px 0;
        padding-left: 5px;
    }

        .GeneraMiddle .Relultion_list ul li::before {
            content: '';
            width: 10px;
            height: 10px;
            background-size: 100%;
            background: url(../images/Relultion_logo.png) no-repeat;
            display: inline-block;
            background-position: center;
        }

        .GeneraMiddle .Relultion_list ul li a {
            font-size: 13px;
            color: #666666;
        }

    .GeneraMiddle .ContactUs {
        background: white;
        float: left;
        width: 100%;
        margin-top: 10px;
        padding-bottom: 15px;
    }

        .GeneraMiddle .ContactUs .br {
            width: 100%;
            height: 5px;
            background: #0580e7;
        }

        .GeneraMiddle .ContactUs ul {
            margin-left: 15px;
        }

            .GeneraMiddle .ContactUs ul li {
                overflow: hidden;
                text-overflow: ellipsis;
                margin: 7px 0;
                padding-left: 5px;
                padding-right:10px;
            }

    .GeneraMiddle .GeneraMiddle_Rif .GeneraMiddle_RifCot {
        background: white;
        float: left;
        width: 100%;
        padding: 20px;
    }

        .GeneraMiddle .GeneraMiddle_Rif .GeneraMiddle_RifCot .RifCot_title {
            padding-bottom: 6px;
            float: left;
            width: 100%;
            border-bottom: 1px solid #ccc;
        }

            .GeneraMiddle .GeneraMiddle_Rif .GeneraMiddle_RifCot .RifCot_title h6 {
                position: relative;
                font-size: 16px;
                color: #0580e7;
                margin-left: 10px;
                font-weight: normal;
                float: left;
            }

                .GeneraMiddle .GeneraMiddle_Rif .GeneraMiddle_RifCot .RifCot_title h6:before {
                    content: '';
                    display: inline-block;
                    width: 3px;
                    height: 17px;
                    background: #0580e7;
                    margin-right: 10px;
                    position: absolute;
                    left: -10px;
                    top: 3px;
                }

            .GeneraMiddle .GeneraMiddle_Rif .GeneraMiddle_RifCot .RifCot_title .RifCot_titleRit {
                float: right;
                color: #666666;
            }

                .GeneraMiddle .GeneraMiddle_Rif .GeneraMiddle_RifCot .RifCot_title .RifCot_titleRit a {
                    color: #666666;
                }

        .GeneraMiddle .GeneraMiddle_Rif .GeneraMiddle_RifCot .RifCot_AllList {
            float: left;
            margin-bottom: 20px;
        }

.iddle_RifAllList {
    font-size: 0;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 10px;
    display: inline-block;
}

    .iddle_RifAllList .iddle_RifList {
        float:left;
        text-align: center;
        padding: 10px;
    }

        .iddle_RifAllList .iddle_RifList .iddle_RifListBox {
            padding: 10px;
            width: 275px;
            height: 281.66px;
            margin: 0 5px;
            border: 1px solid #ccc;
            display: table-cell;
            vertical-align: middle;
        }
            .iddle_RifAllList .iddle_RifList .iddle_RifListBox a {
                /*display: table-cell;
                vertical-align: middle;
                height: 281.66px;*/
            }
            .iddle_RifAllList .iddle_RifList .iddle_RifListBox img {
                max-width: 253px;
                max-height: 253px;
                width: auto;
                height: auto;
                text-align: center;
            }
        .iddle_RifAllList .iddle_RifList p {
            font-size: 14px;
            margin: 10px 0 10px 0;
            color: #666666;
        }






.ProdtRecomn {
    float: left;
    width: 100%;
    background: white;
    font-size: 0;
    text-align: center;
}

    .ProdtRecomn h6 {
        line-height: 36px;
        background: #0580e7;
        color: white;
        font-size: 12px;
        text-align: left;
        padding-left: 14px;
    }

    .ProdtRecomn ul {
    }

        .ProdtRecomn ul li {
            width: 432.5px;
            float: left;
            padding-right: 20px;
            margin: 5px 0;
        }

            .ProdtRecomn ul li div {
                font-size: 12px;
                width: 240px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                float: left;
                color: #666666;
            }

                .ProdtRecomn ul li div::before {
                    content: '+';
                    display: inline-block;
                    margin-right: 7px;
                    font-size: 14px;
                    color: #666666;
                }

            .ProdtRecomn ul li em {
                font-size: 12px;
                float: right;
                color: #666666;
            }
/* 详情结束 */




