﻿section {
    position: relative;
    height: 868px;
    width: 100%;
}

#img {
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
}

p {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, -50%);
}

i {
    height: 15px;
    width: 15px;
    background-color: gray;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

    i:nth-child(1) {
        background-color: red;
    }

    i:nth-child(4) {
        margin-right: 0;
    }

.left,
.right {
    color: rgba(255, 255, 255, 0.7);
    font-size: 50px;
    font-weight: bolder;
    position: absolute;
    top: 50%;
    font-weight: 500;
    width: 27px;
    height: 52px;
}

.left {
    left: 180px;
    transform: translate(15%, -50%);
    background: url(/index/images/style/hone_bn_l.png) center no-repeat;
}

.right {
    right: 180px;
    transform: translate(-15%, -50%);
    background: url(/index/images/style/hone_bn_r.png) center no-repeat;
}

#home_casetitle {
    width: 100%;
    font-size: 60px;
    line-height: 80px;
    font-weight: bold;
    text-align: center;
    margin-top: 100px;
}

#home_caselist {
    width: 1540px;
    height: 580px;
    margin: 30px auto 0;
}

    #home_caselist dl {
        width: 460px;
        height: 460px;
        float: left;
        margin-right: 80px;
    }

        #home_caselist dl dt {
            width: 100%;
            height: 380px;
            background-repeat: no-repeat;
            border-radius: 20px 20px 0 0;
        }

        #home_caselist dl dd {
            width: 100%;
            height: 80px;
            line-height: 80px;
            font-size: 30px;
            text-align: center;
            color: #2e3736;
            background-color: #eeeeee;
            border-radius: 0 0 20px 20px;
        }

        #home_caselist dl:nth-child(3) {
            margin-right: 0;
        }

    #home_caselist a {
        width: 254px;
        height: 58px;
        line-height: 58px;
        display: block;
        background-color: #d5698d;
        text-align: center;
        color: #fff;
        font-size: 20px;
        border-radius: 40px;
        margin: 50px auto 0;
    }

#home_category {
    width: 100%;
    height: 1440px;
    margin-top: 50px;
    padding-top: 30px;
    background-color: #ffeded;
}

    #home_category #home_category_title {
        width: 100%;
        height: 80px;
        line-height: 80px;
        font-weight: bold;
        font-size: 58px;
        text-align: center;
        margin-top: 50px;
    }

    #home_category ul {
        width: 1170px;
        margin: 30px auto 0;
        height: 62px;
    }

        #home_category ul li {
            width: 222px;
            height: 58px;
            border: 2px solid #d66a8e;
            border-radius: 10px;
            font-size: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            /*line-height: 58px;*/
            font-weight: bold;
            float: left;
            text-align: center;
            margin-right: 10px;
            cursor: pointer;
            color: #d66a8e;
        }

            #home_category ul li.selected {
                color: #fff;
                background-color: #d66a8e;
            }

            #home_category ul li:nth-child(5) {
                margin-right: 0;
            }

    #home_category #category_productlist {
        width: 1500px;
        height: 934px;
        background-color: #fff;
        margin: 28px auto 0;
    }

    #home_category .category_productlist {
        width: 1500px;
        height: 934px;
    }

    #home_category #category_productlist dl {
        width: 350px;
        height: 430px;
        float: left;
        margin: 35px 12px 0;
    }

    #home_category #category_productlist dt {
        width: 100%;
        height: 350px;
    }

        #home_category #category_productlist dt a {
            width: 100%;
            height: 350px;
            display: block;
            background-position: center;
            /*background-size: 350px;*/
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }

    #home_category #category_productlist dd {
        width: 100%;
        height: 40px;
    }

        #home_category #category_productlist dd a {
            width: 100%;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 20px;
            text-align: center;
            display: block;
            color: #626463;
        }

.hidden {
    display: none;
}

#home_processtitle {
    width: 100%;
    font-size: 60px;
    line-height: 80px;
    font-weight: bold;
    text-align: center;
    margin-top: 100px;
}

#home_processlist {
    width: 1850px;
    height: 443px;
    margin: 70px auto 0;
}

    #home_processlist li {
        width: 344px;
        height: 443px;
        float: left;
        margin: 0 13px;
    }

        #home_processlist li a {
            width: 100%;
            height: 443px;
            background-repeat: no-repeat;
            display: block;
        }

#home_newstitle {
    width: 100%;
    font-size: 60px;
    line-height: 80px;
    font-weight: bold;
    text-align: center;
    margin-top: 100px;
}

#home_news_intor {
    width: 1492px;
    margin: 80px auto 0;
    height: 456px;
}

    #home_news_intor #home_news_intor_left {
        width: 767px;
        height: 456px;
        background-repeat: no-repeat;
        float: left;
    }

    #home_news_intor #home_news_intor_right {
        width: 618px;
        float: right;
    }

        #home_news_intor #home_news_intor_right dl {
            width: 100%;
            margin-top: 24px;
            height: 136px;
        }

            #home_news_intor #home_news_intor_right dl:first-child {
                margin-top: 0;
            }

            #home_news_intor #home_news_intor_right dl dt {
                width: 130px;
                height: 130px;
                float: left;
            }

                #home_news_intor #home_news_intor_right dl dt a {
                    width: 130px;
                    height: 130px;
                    display: block;
                    background-repeat: no-repeat;
                    background-size: 130px 130px;
                    border-radius: 50%;
                    background-position: center;
                }

        #home_news_intor #home_news_intor_right dd {
            width: 430px;
            float: right;
        }

            #home_news_intor #home_news_intor_right dd ul {
                width: 100%;
            }

                #home_news_intor #home_news_intor_right dd ul li:first-child a {
                    font-size: 22px;
                    color: #313737;
                }

                #home_news_intor #home_news_intor_right dd ul li:nth-child(2) a {
                    font-size: 14px;
                    color: #626463;
                }

                #home_news_intor #home_news_intor_right dd ul li:last-child {
                    height: 80px;
                    overflow: hidden;
                }

                    #home_news_intor #home_news_intor_right dd ul li:last-child a {
                        font-size: 14px;
                        color: #313737;
                    }

#home_partnerstitle {
    width: 100%;
    font-size: 60px;
    line-height: 80px;
    font-weight: bold;
    text-align: center;
    margin-top: 150px;
}
#home_partners_intor {
    width: 1622px;
    height: 398px;
    margin: 30px auto 0;
    background: url(/index/images/style/home_partners_bg.png) center no-repeat;
}
    #home_partners_intor ul {
        width: 1498px;
        height:276px;
        margin: 0 auto;
        padding-top:40px;
    }
        #home_partners_intor ul li {
            width: 242px;
            height: 126px;
            border: 1px solid #e9e9e9;
            float:left;
            margin:10px 5px 0 0;
        }
            #home_partners_intor ul li:nth-child(6n) {
                margin-right: 0;
            }
            #home_partners_intor ul li a {
                width: 100%;
                height: 126px;
                background-repeat: no-repeat;
                background-position: center;
                display: block;
            }