@charset "utf-8";

body {
    font-size: 14px;
    font-family: "Microsoft Yahei",arial,"Hiragino Sans GB","Hiragino Sans GB W3",宋体,simsun;
    color: #333;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    background: window !important;
}

.nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: 99px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ededed;
}

    .nav-bar .logo-box {
        float: left;
        color: #fff;
        padding-right: 10px;
        line-height: 99px;
        margin-left: 50px;
    }

        .nav-bar .logo-box img {
            vertical-align: middle;
            border-style: none;
        }

        .nav-bar .logo-box .des {
            color: #666;
            font-size: 15px;
            border-bottom: solid 1px #e4e4e4;
            margin-left: 15px;
            margin-bottom: 15px;
            display: inline-block;
            height: 65px;
            transform: rotate(-3deg);
            font-family: ���� !important;
        }


    .nav-bar .frameW .menu {
        float: right !important;
        padding-left: 100px;
        padding-top: 50px !important;
        margin-right: 290px;
        margin-right: 200px !important;
    }

    .nav-bar .menu ul li {
        float: left;
        width: 100px;
        text-align: center;
        font-size: 16px;
    }

        .nav-bar .menu ul li:hover {
            cursor: pointer;
            color: #f9515f;
            font-weight: bolder;
        }

        .nav-bar .menu ul li a:hover {
            cursor: pointer;
            background: #ccc;
            color: #fff;
            font-weight: bolder;
        }


/*��Ա�б�*/
.memlist {
    width: 100%;
    display: inline-block;
}

    .memlist ul li {
        width: 21%;
        padding: 2%;
        float: left;
        display: inline-block;
    }

        .memlist ul li .detial {
            width: 90%;
            padding: 5%;
            display: inline-block;
            background: #fff;
            position: relative;
            overflow: hidden;
        }

            .memlist ul li .detial:hover {
                cursor: pointer;
            }

            .memlist ul li .detial img {
                width: 100%;
                display: inline-block;
                width: 226.8px;
                height: 226.8px;
                object-fit: cover;
            }

            .memlist ul li .detial .info {
                width: 100%;
                display: inline-block;
                margin-top: 10px;
            }

                .memlist ul li .detial .info p {
                    line-height: 30px;
                    font-size: 14px;
                }

                    .memlist ul li .detial .info p > span.titcolorstyle {
                        margin-right: 6px;
                    }

                        .memlist ul li .detial .info p > span.titcolorstyle.tow {
                            margin-left: 15px;
                        }

                    .memlist ul li .detial .info p > span.val {
                        color: #3f51b5;
                        font-size: 15px;
                        font-weight: 500;
                    }

            .memlist ul li .detial .btn {
                width: 92%;
                padding: 4%;
                display: inline-block;
            }

                .memlist ul li .detial .btn span.love {
                    width: 100%;
                    display: inline-block;
                    background: #dcdcdc;
                    border-radius: 50px;
                    text-align: center;
                    color: #fff;
                    font-size: 16px;
                    padding: 10px 0;
                }

                    .memlist ul li .detial .btn span.love.cur {
                        background: linear-gradient(to right, #f44336, #e91e63);
                    }

                    .memlist ul li .detial .btn span.love > i.iconfont {
                        margin-right: 4px;
                    }

            .memlist ul li .detial .tag {
                display: inline-block;
                position: absolute;
                right: 0;
                top: 0px;
                z-index: 9;
                height: 20px;
                line-height: 20px;
                font-size: 14px;
                background-color: rgb(0, 0, 0);
                color: #fff;
                white-space: nowrap;
                padding: 0 70px;
                -webkit-transform: rotate(45deg) translate(31%,-205%);
                transform: rotate(45deg) translate(31%,-205%);
                font-weight: 400;
            }

/*��վ�ײ�*/
.website_footer {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.website_footercon {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-top: 0px;
}

    .website_footercon dl {
        float: left;
    }

        .website_footercon dl dt {
            font-size: 16px;
            padding-bottom: 10px;
            font-weight: 700;
        }

        .website_footercon dl dd {
            width: 400px;
        }

            .website_footercon dl dd ul li {
                width: 33%;
                float: left;
                line-height: 30px;
            }

    .website_footercon .er {
        float: left;
    }

        .website_footercon .er h3 {
            font-weight: 700;
            font-size: 16px;
            padding-bottom: 20px;
        }

        .website_footercon .er img {
            border: 1px solid #f2f2f2;
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
            width: 118px;
            height: 118px;
        }

    .website_footercon .right {
        float: left;
        margin-left: 50px;
        width: 430px;
        text-align: left;
    }

        .website_footercon .right h3 {
            font-weight: 700;
            font-size: 16px;
            padding-bottom: 20px;
        }

        .website_footercon .right dl {
            margin-bottom: 10px;
        }

            .website_footercon .right dl dt {
                color: #f9515f;
            }

                .website_footercon .right dl dt i.iconfont {
                    font-size: 24px;
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 5px;
                }

            .website_footercon .right dl dd a {
                display: inline-block;
                background: #f9515f;
                color: #fff;
                padding: 0px 30px;
                line-height: 36px;
                border-radius: 2px;
            }

                .website_footercon .right dl dd a:hover {
                    opacity: 0.8;
                }

.website_footer_power {
    text-align: center;
    border-top: 1px solid #f2f2f2;
    padding-top: 10px;
    font-size: 12px;
    margin-top: 10px;
}

    .website_footer_power div {
        display: inline;
    }

    .website_footer_power p {
        display: inline;
    }

.footer_icon {
    padding-bottom: 20px;
    text-align: center;
    background: #fff;
}

    .footer_icon a i {
        display: inline-block;
        background: url('images/top_1.png') no-repeat;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .footer_icon a {
        display: inline-block;
        height: 40px;
        padding-left: 55px;
        position: relative;
        line-height: 20px;
        margin-left: 20px;
        vertical-align: middle;
        font-size: 12px;
    }

        .footer_icon a.a_1 i {
            width: 47px;
            height: 40px;
            background-position: -87px -40px;
        }

        .footer_icon a.a_2 {
            padding-left: 50px;
        }

            .footer_icon a.a_2 i {
                width: 41px;
                height: 38px;
                background-position: -87px -80px;
            }

        .footer_icon a.a_3 {
            padding-left: 35px;
            background: url('images/top_1.png') no-repeat;
        }

        .footer_icon a.a_3 {
            width: 80px;
            height: 40px;
            background-position: -86px -119px;
            color: #fff;
            line-height: 40px;
            font-size: 12px;
        }

        .footer_icon a.a_4 {
            padding-left: 55px;
            line-height: 40px;
        }

            .footer_icon a.a_4 i {
                width: 47px;
                height: 40px;
                background-position: -87px -169px;
            }

        .footer_icon a.a_5 {
            padding-left: 45px;
        }

            .footer_icon a.a_5 i {
                width: 47px;
                height: 40px;
                background-position: -87px 0px;
            }

        .footer_icon a.a_6 {
            display: inline-block;
            width: 39px;
            height: 35px;
            background: url('images/top_1.png') -155px 0px no-repeat;
        }
