﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
    margin: 0;
    padding: 0
}

ul, li, ol, dl, dt, dd {
    list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

fieldset, img {
    border: 0
}

caption, th {
    text-align: left
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input, textarea, select {
    *font-size: 100%
}

a {
    text-decoration: none;
    color: #666;
}

    a:hover {
        text-decoration: none;
        cursor: pointer;
    }

.hot {
    color: #e6334b;
}

html, body {
    font-family: "arial",'Microsoft Yahei';
    *font-family: "微软雅黑";
    *font-family: "Microsoft Yahei";
    color: #666;
}

img {
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}

body {
    position: relative;
    min-width: 1200px;
}

.clear {
    clear: both;
}

.after:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/******************初始值********************/
.selectpink {
    color: #e6334b;
    width: 100px;
    height: 24px;
    border: 1px solid #e6334b;
    background: none;
    outline: none;
}

.bgimg_1 {
    display: block;
    width: 269px;
    height: 199px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: url(../images/bg1.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.bgimg_2 {
    display: block;
    width: 133px;
    height: 104px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background-image: url(../images/bg2.png);
    background-position: left top;
    background-repeat: no-repeat;
}

i.formr_true {
    position: absolute;
    right: 5px;
    top: 50%;
    font-size: 22px;
    margin-top: -10px;
    color: #90b71b;
}

i.formr_false {
    position: absolute;
    right: 5px;
    top: 50%;
    font-size: 22px;
    margin-top: -10px;
    color: #e6334b;
}

i.forml_true {
    position: absolute;
    left: 5px;
    top: 50%;
    font-size: 22px;
    margin-top: -10px;
    color: #90b71b;
}

i.forml_false {
    position: absolute;
    left: 5px;
    top: 50%;
    font-size: 22px;
    margin-top: -10px;
    color: #e6334b;
}

/*----网站头部----*/
.pub_top {
    width: 100%;
    height: 104px;
    position: relative;
}

    .pub_top .pub_top1200 {
        width: 1200px;
        height: 104px;
        margin: 0 auto;
        position: relative;
    }

        .pub_top .pub_top1200 .pub_logo {
            display: block;
            float: left;
            width: 191px;
            height: 61px;
            margin: 21.5px 0 0 0;
        }

        .pub_top .pub_top1200 .pub_ad1 {
            display: block;
            width: 468px;
            height: 104px;
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -234px;
        }

        .pub_top .pub_top1200 .pub_title {
            float: right;
            padding-left: 92px;
            font-size: 25px;
            color: #333333;
            position: relative;
            line-height: 25px;
            height: 25px;
            margin: 42px 0 0 0;
        }

            .pub_top .pub_top1200 .pub_title > i {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 82px;
                height: 20px;
                background-image: url(../images/icon.png);
                background-position: 0 0;
                background-repeat: no-repeat;
            }

        .pub_top .pub_top1200 .pub_tr {
            position: absolute;
            right: 0;
            top: 10px;
            font-size: 0;
        }

            .pub_top .pub_top1200 .pub_tr span {
                display: inline-block;
                font-size: 12px;
                line-height: 18px;
                height: 18px;
                padding: 0 8px;
                cursor: pointer;
                position: relative;
            }

                .pub_top .pub_top1200 .pub_tr span:before {
                    content: "";
                    width: 1px;
                    height: 12px;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    margin-top: -6px;
                    background: #666;
                }

                .pub_top .pub_top1200 .pub_tr span:first-child:before {
                    background: #fff;
                }

                .pub_top .pub_top1200 .pub_tr span.mob {
                    padding-left: 17px;
                    transition: 300ms;
                    -o-transition: 300ms;
                    -ms-transition: 300ms;
                    -moz-transition: 300ms;
                    -webkit-transition: 300ms;
                }

                    .pub_top .pub_top1200 .pub_tr span.mob > i {
                        display: block;
                        position: absolute;
                        left: 0;
                        top: -2px;
                        width: 15px;
                        height: 22px;
                        font-size: 22px;
                    }

                    .pub_top .pub_top1200 .pub_tr span.mob div {
                        position: absolute;
                        left: 50%;
                        top: 0;
                        width: 120px;
                        height: 120px;
                        margin-left: -60px;
                        background: #fff;
                        border: 2px solid #fff;
                        box-shadow: 0 0 10px #ccc;
                        filter: alpha(opacity=0); /* IE */
                        -moz-opacity: 0; /* 老版Mozilla */
                        -khtml-opacity: 0; /* 老版Safari */
                        opacity: 0;
                        transition: 200ms;
                        -o-transition: 200ms;
                        -ms-transition: 200ms;
                        -moz-transition: 200ms;
                        -webkit-transition: 200ms;
                        z-index: -1;
                    }

                        .pub_top .pub_top1200 .pub_tr span.mob div img {
                            display: block;
                            width: 114px;
                            height: 114px;
                        }

                        .pub_top .pub_top1200 .pub_tr span.mob div:before {
                            content: "";
                            width: 0;
                            height: 0;
                            border-left: 6px solid transparent;
                            border-right: 6px solid transparent;
                            border-bottom: 6px solid #fff;
                            position: absolute;
                            left: 50%;
                            margin-left: -3px;
                            top: -6px;
                        }

                    .pub_top .pub_top1200 .pub_tr span.mob:hover div {
                        top: 25px;
                        filter: alpha(opacity=100); /* IE */
                        -moz-opacity: 1; /* 老版Mozilla */
                        -khtml-opacity: 1; /* 老版Safari */
                        opacity: 1;
                        z-index: 501;
                    }

                    .pub_top .pub_top1200 .pub_tr span.mob:hover i {
                        color: #e6334b;
                    }

                .pub_top .pub_top1200 .pub_tr span a {
                    position: relative;
                    transition: 300ms;
                    -o-transition: 300ms;
                    -ms-transition: 300ms;
                    -moz-transition: 300ms;
                    -webkit-transition: 300ms;
                }

                    .pub_top .pub_top1200 .pub_tr span a:before {
                        content: "";
                        width: 0;
                        position: absolute;
                        left: 0;
                        bottom: -5px;
                        height: 1px;
                        background: #e6334b;
                        transition: 300ms;
                        -o-transition: 300ms;
                        -ms-transition: 300ms;
                        -moz-transition: 300ms;
                        -webkit-transition: 300ms;
                    }

                    .pub_top .pub_top1200 .pub_tr span a:hover, .pub_top .pub_top1200 .pub_tr span:hover {
                        color: #e6334b;
                    }

                        .pub_top .pub_top1200 .pub_tr span a:hover:before {
                            width: 100%;
                        }

/*----网站导航----*/
.pub_nav {
    width: 100%;
    height: 55px;
    background: #e6334b;
}

    .pub_nav .pub_nav1200 {
        width: 1200px;
        height: 55px;
        margin: 0 auto;
        position: relative;
    }

        .pub_nav .pub_nav1200 ul.nav {
            width: 1100px;
            height: 55px;
            position: relative;
        }

            .pub_nav .pub_nav1200 ul.nav li {
                display: block;
                width: 110px;
                text-align: center;
                float: left;
                line-height: 55px;
                font-size: 18px;
                position: relative;
                z-index: 10;
            }

                .pub_nav .pub_nav1200 ul.nav li > a {
                    padding: 0;
                    color: #fff;
                }

                    .pub_nav .pub_nav1200 ul.nav li > a:hover {
                        background: none;
                    }

                .pub_nav .pub_nav1200 ul.nav li.boxbg {
                    position: absolute;
                    width: 110px;
                    height: 7px;
                    bottom: 0;
                    z-index: 9;
                    background: url(../images/a.png) center bottom no-repeat;
                    transition: all 500ms ease 0s;
                    -webkit-transition: all 500ms ease 0s;
                    -ms-transition: all 500ms ease 0s;
                    -moz-transition: all 500ms ease 0s;
                    -o-transition: all 500ms ease 0s;
                }

                .pub_nav .pub_nav1200 ul.nav li dl {
                    position: absolute;
                    left: 50%;
                    margin-left: -46px;
                    top: 54px;
                    width: 92px;
                    text-align: center;
                    background: #fff;
                    border: 1px solid #e6334b;
                    border-top: none;
                    font-size: 12px;
                    z-index: 500;
                    display: none;
                    transition: 0.8s;
                    -o-transition: 0.8s;
                    -ms-transition: 0.8s;
                    -moz-transition: 0.8s;
                    -webkit-transition: 0.8s;
                }

                    .pub_nav .pub_nav1200 ul.nav li dl dd {
                        display: block;
                        padding: 5px;
                        border-top: 1px solid #f2f2f2;
                    }

                        .pub_nav .pub_nav1200 ul.nav li dl dd:first-child {
                            border-top: none;
                        }

                        .pub_nav .pub_nav1200 ul.nav li dl dd a {
                            color: #999999;
                            font-family: 宋体;
                        }

                .pub_nav .pub_nav1200 ul.nav li:hover dl {
                    display: block;
                }

                .pub_nav .pub_nav1200 ul.nav li dl dd a:hover {
                    color: #e6334b;
                }

        .pub_nav .pub_nav1200 .nav_goto {
            position: absolute;
            right: 0;
            top: 0;
            width: 100px;
            height: 55px;
            text-align: center;
            line-height: 55px;
        }

@-webkit-keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

@keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

.hvr-wobble-skew {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    width: 33px;
    height: 33px;
    color: #fff;
    line-height: 33px;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

    .hvr-wobble-skew + .hvr-wobble-skew {
        /*background-position: -1px -71px;*/
        margin-left: 10px;
    }

    .hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
        -webkit-animation-name: hvr-wobble-skew;
        animation-name: hvr-wobble-skew;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

/*----banner----*/
.pub_banner {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    height: 365px;
}

    .pub_banner .banner_box {
        width: 894px;
        height: 365px;
        float: left;
        position: relative;
        overflow: hidden;
    }
/* 本例子css */
.fullSlide {
    width: 100%;
    position: relative;
    height: 365px;
}

    .fullSlide .bd {
        margin: 0 auto;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }

        .fullSlide .bd ul {
            width: 100% !important;
        }

        .fullSlide .bd li {
            width: 100% !important;
            height: 365px;
            overflow: hidden;
            text-align: center;
        }

            .fullSlide .bd li a {
                display: block;
                height: 365px;
            }

    .fullSlide .hd {
        width: 100%;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        height: 30px;
        line-height: 30px;
    }

        .fullSlide .hd ul {
            text-align: center;
        }

            .fullSlide .hd ul li {
                cursor: pointer;
                display: inline-block;
                *display: inline;
                zoom: 1;
                width: 42px;
                height: 5px;
                margin: 1px;
                overflow: hidden;
                background: #000;
                filter: alpha(opacity=50);
                opacity: 0.5;
                line-height: 999px;
            }

            .fullSlide .hd ul .on {
                background: #f00;
            }

.pub_banner .banner_num {
    width: 290px;
    height: 365px;
    background: #f0edeb;
    float: right;
}

    .pub_banner .banner_num .bn_top {
        width: 290px;
        height: 203px;
        background-color: #f7f4f2;
        border-bottom: 1px dashed #ccc;
        background-image: url(../images/a1.png);
        background-repeat: no-repeat;
        background-position: 11px 20px;
        text-align: center;
        font-family: 宋体;
        padding: 18px;
        color: #999999;
    }

        .pub_banner .banner_num .bn_top > h1 {
            font-size: 12px;
            line-height: 1.5em;
            height: 3em;
            width: 100%;
            overflow: hidden;
            margin: 70px 0 0 0;
        }

        .pub_banner .banner_num .bn_top > p {
            width: 105px;
            height: 28px;
            margin: 10px auto 8px auto;
            background: #e6334b;
            line-height: 28px;
            position: relative;
            transition: 200ms;
            -o-transition: 200ms;
            -ms-transition: 200ms;
            -moz-transition: 200ms;
            -webkit-transition: 200ms;
        }

            .pub_banner .banner_num .bn_top > p a {
                color: #fff;
                display: block;
            }

            .pub_banner .banner_num .bn_top > p:hover {
                filter: alpha(opacity=70); /* IE */
                -moz-opacity: 0.7; /* 老版Mozilla */
                -khtml-opacity: 0.7; /* 老版Safari */
                opacity: 0.7;
            }

        .pub_banner .banner_num .bn_top > span, .pub_banner .banner_num .bn_top > span a {
            font-size: 12px;
            color: #999999;
            transition: 200ms;
            -o-transition: 200ms;
            -ms-transition: 200ms;
            -moz-transition: 200ms;
            -webkit-transition: 200ms;
        }

            .pub_banner .banner_num .bn_top > span:hover a {
                color: #e6334b;
            }

    .pub_banner .banner_num .bn_bottom {
        width: 290px;
        height: 162px;
        position: relative;
        text-align: center;
        background-image: url(../images/a2.png);
        background-repeat: no-repeat;
        background-position: 86px 65px;
        font-size: 0;
        overflow: hidden;
    }

        .pub_banner .banner_num .bn_bottom > p {
            font-size: 16px;
            line-height: 1em;
            margin: 34px 0 0 0;
        }

            .pub_banner .banner_num .bn_bottom > p em {
                font-style: normal;
                color: #e6334b;
            }

        .pub_banner .banner_num .bn_bottom > div {
            width: 100%;
            margin: 48px 0 0 0;
        }

            .pub_banner .banner_num .bn_bottom > div span {
                display: inline-block;
                width: 28px;
                height: 28px;
                background: #e6334b;
                line-height: 28px;
                font-size: 18px;
                color: #ffffff;
                margin: 0 1px;
            }

/*----四大优势----*/
.pub_youshi {
    width: 100%;
    height: 76px;
    background-color: #ededed;
    overflow: hidden;
    position: relative;
    margin: 16px 0;
}

    .pub_youshi .pub_youshi1200 {
        width: 1200px;
        margin: 0 auto;
        position: relative;
        height: 76px;
    }

        .pub_youshi .pub_youshi1200 span {
            width: 270px;
            display: block;
            float: left;
            margin: 0 0 0 40px;
            padding-left: 70px;
            height: 76px;
            line-height: 76px;
            font-size: 16px;
            position: relative;
        }

        .pub_youshi .pub_youshi1200 a:first-child span {
            margin: 0;
        }

        .pub_youshi .pub_youshi1200 span i {
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -27.5px;
            width: 55px;
            height: 55px;
            background-image: url(../images/icon.png);
            background-repeat: no-repeat;
        }

            .pub_youshi .pub_youshi1200 span i.bt1 {
                background-position: 0 -104px;
            }

            .pub_youshi .pub_youshi1200 span i.bt2 {
                background-position: 0 -159px;
            }

            .pub_youshi .pub_youshi1200 span i.bt3 {
                background-position: 0 -214px;
            }

            .pub_youshi .pub_youshi1200 span i.bt4 {
                background-position: 0 -269px;
            }

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .hvr-ripple-out:before {
        content: '';
        position: absolute;
        border: #fff solid 6px;
        border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }

.pub_youshi1200 span:hover .hvr-ripple-out:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}

/*----人物列表----*/
.pub_peo {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

    .pub_peo .pp_top {
        width: 100%;
        height: 50px;
        border-bottom: 2px solid #ffced5;
    }

        .pub_peo .pp_top .ppt_bd {
            float: left;
            height: 50px;
        }

            .pub_peo .pp_top .ppt_bd span {
                display: block;
                width: 116px;
                margin: 0 10px 0 0;
                cursor: pointer;
                height: 50px;
                font-size: 18px;
                float: left;
                text-align: center;
            }

                .pub_peo .pp_top .ppt_bd span.on {
                    background-image: url(../images/a3.png);
                    background-position: center bottom;
                    background-repeat: no-repeat;
                }

        .pub_peo .pp_top > p {
            display: block;
            width: 146px;
            height: 34px;
            float: right;
            text-align: center;
            line-height: 32px;
            border: 1px solid #e6334b;
            border-radius: 0;
        }

            .pub_peo .pp_top > p, .pub_peo .pp_top > p a {
                color: #e6334b;
                font-size: 14px;
                display: block;
            }

    .pub_peo .pp_bottom {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

        .pub_peo .pp_bottom .ppb_hd {
            display: none;
        }

            .pub_peo .pp_bottom .ppb_hd .ppbh_ul {
                width: 1233px;
                position: relative;
                overflow: hidden;
                left: -33px;
            }

                .pub_peo .pp_bottom .ppb_hd .ppbh_ul li {
                    width: 378px;
                    height: 212px;
                    float: left;
                    margin: 33px 0 0 33px;
                }

                    .pub_peo .pp_bottom .ppb_hd .ppbh_ul li div.left {
                        width: 180px;
                        height: 212px;
                        float: left;
                        overflow: hidden;
                    }

                        .pub_peo .pp_bottom .ppb_hd .ppbh_ul li div.left img {
                            display: block;
                            width: 180px;
                            height: 212px;
                            -webkit-transform: scale(1);
                            transform: scale(1);
                            transition: 400ms;
                            -o-transition: 400ms;
                            -ms-transition: 400ms;
                            -moz-transition: 400ms;
                            -webkit-transition: 400ms;
                        }

                        .pub_peo .pp_bottom .ppb_hd .ppbh_ul li div.left:hover img {
                            -webkit-transform: scale(1.1);
                            transform: scale(1.1);
                        }

                    .pub_peo .pp_bottom .ppb_hd .ppbh_ul li div.right {
                        width: 180px;
                        float: right;
                        height: 212px;
                        position: relative;
                    }

                        .pub_peo .pp_bottom .ppb_hd .ppbh_ul li div.right h1, .pub_peo .pp_bottom .ppb_hd .ppbh_ul li div.right h2, .pub_peo .pp_bottom .ppb_hd .ppbh_ul li div.right h3 {
                            font-style: normal;
                            font-weight: normal;
                            color: #666666;
                            font-size: 12px;
                            line-height: 20px;
                            word-wrap: break-word;
                            word-break: normal;
                        }

                        .pub_peo .pp_bottom .ppb_hd .ppbh_ul li div.right h1 {
                            font-size: 14px;
                            color: #333333;
                            width: 100%;
                            height: 20px;
                            position: relative;
                            overflow: hidden;
                            margin: 10px 0;
                        }

                            .pub_peo .pp_bottom .ppb_hd .ppbh_ul li div.right h1 em {
                                display: block;
                                font-style: normal;
                                float: left;
                                max-width: 126px;
                                padding-right: 10px;
                                height: 20px;
                                overflow: hidden;
                                white-space: nowrap;
                                text-overflow: ellipsis;
                                -o-text-overflow: ellipsis;
                            }

                            .pub_peo .pp_bottom .ppb_hd .ppbh_ul li div.right h1 i {
                                display: block;
                                width: 18px;
                                height: 15px;
                                float: left;
                                margin: 3px 0 0 0;
                                background-image: url(../images/icon.png);
                                background-repeat: no-repeat;
                            }

                                .pub_peo .pp_bottom .ppb_hd .ppbh_ul li div.right h1 i.girl {
                                    background-position: 0 -325px;
                                }

                                .pub_peo .pp_bottom .ppb_hd .ppbh_ul li div.right h1 i.boy {
                                    background-position: -18px -325px;
                                }

                        .pub_peo .pp_bottom .ppb_hd .ppbh_ul li div.right h2 {
                            height: 60px;
                            width: 100%;
                            overflow: hidden;
                        }

                        .pub_peo .pp_bottom .ppb_hd .ppbh_ul li div.right h3 {
                            width: 100%;
                            margin: 10px 0;
                            padding-top: 10px;
                            border-top: 1px solid #ededed;
                            height: 50px;
                            overflow: hidden;
                        }

                        .pub_peo .pp_bottom .ppb_hd .ppbh_ul li div.right div.a {
                            width: 100%;
                            height: 27px;
                            position: relative;
                            font-size: 0;
                        }

                            .pub_peo .pp_bottom .ppb_hd .ppbh_ul li div.right div.a span {
                                display: inline-block;
                                width: 77px;
                                height: 27px;
                                font-size: 12px;
                                line-height: 25px;
                                margin: 0 7px 0 0;
                                text-align: center;
                                position: relative;
                                padding-left: 26px;
                                color: #fff;
                            }

                                .pub_peo .pp_bottom .ppb_hd .ppbh_ul li div.right div.a span.chat {
                                    background: #92db33;
                                    border: 1px solid #92db33;
                                }

                                .pub_peo .pp_bottom .ppb_hd .ppbh_ul li div.right div.a span.love {
                                    background: #f5475f;
                                    border: 1px solid #f5475f;
                                    transition: 400ms;
                                    -o-transition: 400ms;
                                    -ms-transition: 400ms;
                                    -moz-transition: 400ms;
                                    -webkit-transition: 400ms;
                                }

                                .pub_peo .pp_bottom .ppb_hd .ppbh_ul li div.right div.a span.chat i {
                                    width: 17px;
                                    height: 17px;
                                    display: block;
                                    position: absolute;
                                    left: 10px;
                                    top: 50%;
                                    font-size: 16px;
                                    margin-top: -8.5px;
                                }

                                .pub_peo .pp_bottom .ppb_hd .ppbh_ul li div.right div.a span.love i {
                                    width: 15px;
                                    height: 15px;
                                    display: block;
                                    position: absolute;
                                    left: 12px;
                                    top: 50%;
                                    font-size: 16px;
                                    margin-top: -8px;
                                    -webkit-text-stroke-width: 0.2px;
                                }

                                .pub_peo .pp_bottom .ppb_hd .ppbh_ul li div.right div.a span.love.on {
                                    background: #fff;
                                    border: 1px solid #f5475f;
                                    color: #f5475f;
                                }

                                    .pub_peo .pp_bottom .ppb_hd .ppbh_ul li div.right div.a span.love.on i {
                                        color: #f5475f;
                                    }
/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.hvr-buzz-out {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
        -webkit-animation-name: hvr-buzz-out;
        animation-name: hvr-buzz-out;
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

/*----搜索限制----*/
.pub_search {
    width: 100%;
    clear: both;
    height: 76px;
    background: #ededed;
    margin: 30px 0;
}

    .pub_search .pub_search1200 {
        width: 1200px;
        height: 76px;
        margin: 0 auto;
    }

        .pub_search .pub_search1200 .ps_word1 {
            float: left;
            font-size: 18px;
            color: #e6334b;
            line-height: 76px;
            padding-left: 33px;
            position: relative;
        }

            .pub_search .pub_search1200 .ps_word1 > i {
                display: block;
                position: absolute;
                left: 0;
                top: 50%;
                width: 22px;
                height: 22px;
                margin-top: -11px;
                font-size: 20px;
                -webkit-text-stroke-width: 0.2px;
                /* background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: 0 -376px; */
            }

        .pub_search .pub_search1200 div.a {
            float: right;
            padding-top: 24.5px;
        }

            .pub_search .pub_search1200 div.a span {
                display: inline-block;
                line-height: 27px;
                font-size: 18px;
                color: #e6334b;
                margin: 0 10px 0 40px;
            }

            .pub_search .pub_search1200 div.a input[type="button"] {
                display: block;
                float: right;
                width: 65px;
                height: 26px;
                background: #e6334b;
                border: none;
                outline: none;
                font-size: 14px;
                color: #fff;
                line-height: 26px;
                margin: 0 0 0 10px;
            }

/*----最新会员----*/
.pub_newpeoimg {
    width: 100%;
    height: 52px;
    margin-bottom: 30px;
}

    .pub_newpeoimg img {
        display: block;
        width: 406px;
        height: 52px;
        margin: 0 auto;
    }

.pub_newpeo {
    width: 1212px;
    margin: 0 auto;
    clear: both;
    height: 230px;
    position: relative;
}
/* 本例子css */
.picScroll-left {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .picScroll-left .hd a {
        width: 18px;
        height: 36px;
        display: block;
        position: absolute;
        z-index: 500;
        background-image: url(../images/icon.png);
        background-repeat: no-repeat;
        top: 50%;
        margin-top: -18px;
    }

        .picScroll-left .hd a.prev {
            background-position: 0 -398px;
            left: 1px;
        }

        .picScroll-left .hd a.next {
            background-position: -18px -398px;
            right: 1px;
        }

    .picScroll-left .hd ul {
        display: none;
    }

    .picScroll-left .bd {
        width: 100%;
        height: 230px;
    }

        .picScroll-left .bd ul {
            overflow: hidden;
            zoom: 1;
            width: 100%;
            height: 230px;
        }

            .picScroll-left .bd ul li {
                float: left;
                _display: inline;
                overflow: hidden;
                text-align: center;
                width: 200px;
                height: 230px;
                margin: 0 1px;
                position: relative;
            }

                .picScroll-left .bd ul li a > img {
                    display: block;
                    width: 200px;
                    height: 230px;
                }

                .picScroll-left .bd ul li h1 {
                    font-size: 20px;
                    color: #333333;
                    font-weight: normal;
                    line-height: 1.5em;
                    height: 1.5em;
                    width: 100%;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    -o-text-overflow: ellipsis;
                }

                .picScroll-left .bd ul li h2 {
                    font-size: 14px;
                    color: #333333;
                    font-family: 宋体;
                    line-height: 1.5em;
                    height: 3em;
                    width: 100%;
                    overflow: hidden;
                    margin: 8px 0;
                }

                .picScroll-left .bd ul li em {
                    display: inline-block;
                    width: 70px;
                    height: 22px;
                    line-height: 20px;
                    border: 1px solid #669966;
                    color: #669966;
                    font-size: 12px;
                    font-family: 宋体;
                    font-style: normal;
                    transition: 400ms;
                    -o-transition: 400ms;
                    -ms-transition: 400ms;
                    -moz-transition: 400ms;
                    -webkit-transition: 400ms;
                }

                    .picScroll-left .bd ul li em:hover {
                        background: #669966;
                        color: #fff;
                    }
/*鼠标悬停*/
.da-thumbs li a div {
    position: absolute;
    background: #beed7d;
    width: 100%;
    height: 230px;
    overflow: hidden;
    opacity: .8;
    filter: alpha(opacity=80);
    display: table;
    table-layout: fixed;
}

    .da-thumbs li a div.da-animate {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
/* Initial state classes: */
.da-slideFromTop {
    left: 0px;
    top: -100%;
}

.da-slideFromBottom {
    left: 0px;
    top: 100%;
}

.da-slideFromLeft {
    top: 0px;
    left: -100%;
}

.da-slideFromRight {
    top: 0px;
    left: 100%;
}
/* Final state classes: */
.da-slideTop {
    top: 0px;
}

.da-slideLeft {
    left: 0px;
}

.da-thumbs li a div span {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    width: 100%;
    height: 100%;
}

.home_ad .picScroll-left .bd .da-thumbs li a div span img {
    width: 142px;
    height: 48px;
    border: 0;
    position: absolute;
    left: 40px;
    top: 60px;
}

/*----广告位----*/
.pub_ad2 {
    width: 1212px;
    height: 150px;
    margin: 30px auto;
    clear: both;
    position: relative;
    overflow: hidden;
}

    .pub_ad2 img {
        display: block;
        width: 100%;
        height: 150px;
    }

/*----四大板块----*/
/*----成功故事----*/
.pub_four {
    width: 1200px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

    .pub_four .pf_left {
        width: 784px;
        float: left;
        position: relative;
        overflow: hidden;
    }

        .pub_four .pf_left .pfl_one {
            width: 784px;
            height: 380px;
            position: relative;
            overflow: hidden;
        }

.pf_title {
    width: 100%;
    height: 40px;
    position: relative;
    background: url(../images/a4.png) left bottom no-repeat;
}

    .pf_title > h1 {
        font-size: 18px;
        color: #333333;
        font-weight: normal;
        float: left;
        text-transform: uppercase;
    }

    .pf_title > a {
        display: block;
        width: 22px;
        height: 22px;
        background-image: url(../images/icon.png);
        background-repeat: no-repeat;
        background-position: 0 -434px;
        float: right;
        margin-top: 5px;
    }

.pub_four .pf_left .pfl_one .po_list {
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}

    .pub_four .pf_left .pfl_one .po_list li {
        position: absolute;
        width: 189px;
        height: 157px;
        overflow: hidden;
    }

        .pub_four .pf_left .pfl_one .po_list li img {
            display: block;
            width: 100%;
            height: 100%;
            -webkit-transform: scale(1);
            transform: scale(1);
            transition: 400ms;
            -o-transition: 400ms;
            -ms-transition: 400ms;
            -moz-transition: 400ms;
            -webkit-transition: 400ms;
        }

        .pub_four .pf_left .pfl_one .po_list li div.a {
            display: block;
            background: #beed7d;
            position: absolute;
            opacity: 0;
            filter: alpha(opacity=0);
            text-align: center;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            font-size: 0;
            padding-top: 70px;
            transition: 400ms;
            -o-transition: 400ms;
            -ms-transition: 400ms;
            -moz-transition: 400ms;
            -webkit-transition: 400ms;
            -webkit-transform: scale(0);
            transform: scale(0);
            box-shadow: 0 0 8px #beed7d;
            -webkit-box-shadow: 0 0 8px #beed7d;
        }

        .pub_four .pf_left .pfl_one .po_list li:hover div.a {
            opacity: .8;
            filter: alpha(opacity=80);
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        .pub_four .pf_left .pfl_one .po_list li:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .pub_four .pf_left .pfl_one .po_list li div.a i {
            display: inline-block;
            width: 15px;
            height: 15px;
            font-size: 16px;
            color: #e6334b;
            /*background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: 0 -363px;*/
            margin: 0 10px 0 0;
        }

        .pub_four .pf_left .pfl_one .po_list li div.a span {
            display: inline-block;
            font-size: 14px;
            color: #333333;
        }

        .pub_four .pf_left .pfl_one .po_list li.list_1 div.a {
            padding-top: 150px;
        }

        .pub_four .pf_left .pfl_one .po_list li.list_1 {
            left: 3px;
            top: 0;
            width: 385px;
            height: 320px;
        }

        .pub_four .pf_left .pfl_one .po_list li.list_2 {
            left: 395px;
            top: 0;
        }

        .pub_four .pf_left .pfl_one .po_list li.list_3 {
            right: 4px;
            top: 0;
        }

        .pub_four .pf_left .pfl_one .po_list li.list_4 {
            left: 395px;
            bottom: 0;
        }

        .pub_four .pf_left .pfl_one .po_list li.list_5 {
            right: 4px;
            bottom: 0;
        }

/*----婚恋百科----*/
.pub_four .pf_left .pfl_two {
    width: 784px;
    height: 260px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

    .pub_four .pf_left .pfl_two .pt_list {
        width: 784px;
        height: 220px;
        position: relative;
        padding-top: 20px;
    }

        .pub_four .pf_left .pfl_two .pt_list .ptl_tuwen {
            width: 224px;
            height: 200px;
            float: left;
            position: relative;
            overflow: hidden;
        }

            .pub_four .pf_left .pfl_two .pt_list .ptl_tuwen img {
                display: block;
                width: 224px;
                height: 156px;
            }

            .pub_four .pf_left .pfl_two .pt_list .ptl_tuwen p {
                font-size: 12px;
                font-family: 宋体;
                line-height: 1.5em;
                height: 3em;
                width: 100%;
                overflow: hidden;
                margin-top: 5px;
                transition: 200ms;
                -o-transition: 200ms;
                -ms-transition: 200ms;
                -moz-transition: 200ms;
                -webkit-transition: 200ms;
            }

            .pub_four .pf_left .pfl_two .pt_list .ptl_tuwen:hover p {
                color: #e6334b;
            }

        .pub_four .pf_left .pfl_two .pt_list .ptl_ul {
            width: 240px;
            float: left;
            height: 200px;
            margin-left: 37px;
        }

            .pub_four .pf_left .pfl_two .pt_list .ptl_ul li {
                width: 100%;
                height: 20px;
                line-height: 20px;
                font-size: 14px;
                margin-top: 10px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
            }

                .pub_four .pf_left .pfl_two .pt_list .ptl_ul li a {
                    color: #333;
                }

                .pub_four .pf_left .pfl_two .pt_list .ptl_ul li:first-child {
                    margin-top: 0;
                }

                .pub_four .pf_left .pfl_two .pt_list .ptl_ul li:hover a {
                    color: #e6334b;
                }

/*----媒体报道----*/
.pub_four .pf_right {
    width: 376px;
    height: 600px;
    float: right;
    position: relative;
}

    .pub_four .pf_right .pfr_three {
        width: 376px;
        position: relative;
        overflow: hidden;
    }

        .pub_four .pf_right .pfr_three .pth_img {
            width: 376px;
            height: 116px;
            position: relative;
            overflow: hidden;
            margin: 15px 0 0 0;
        }

            .pub_four .pf_right .pfr_three .pth_img img {
                display: block;
                width: 100%;
                height: 100%;
            }

        .pub_four .pf_right .pfr_three .pth_ul {
            width: 100%;
            height: 222px;
            position: relative;
            margin-top: 5px;
            overflow: hidden;
        }

            .pub_four .pf_right .pfr_three .pth_ul li {
                width: 100%;
                height: 20px;
                line-height: 20px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                position: relative;
                padding-left: 20px;
                margin-top: 10px;
            }

                .pub_four .pf_right .pfr_three .pth_ul li a {
                    color: #333333;
                    transition: 200ms;
                    -o-transition: 200ms;
                    -ms-transition: 200ms;
                    -moz-transition: 200ms;
                    -webkit-transition: 200ms;
                }

                .pub_four .pf_right .pfr_three .pth_ul li i {
                    position: absolute;
                    left: 0;
                    top: 50%;
                    margin-top: -7.5px;
                    width: 23px;
                    height: 15px;
                    color: #999;
                    /* background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: 0 -456px; */
                }

                .pub_four .pf_right .pfr_three .pth_ul li:hover i {
                    color: #e6334b;
                }

                .pub_four .pf_right .pfr_three .pth_ul li:hover a {
                    color: #e6334b;
                }

    .pub_four .pf_right .pfr_four {
        width: 376px;
        height: 367px;
        position: relative;
        overflow: hidden;
    }

        .pub_four .pf_right .pfr_four .pfour_word {
            width: 376px;
            height: 185px;
            position: relative;
            overflow: hidden;
            margin: 20px 0 17px 0;
        }

            .pub_four .pf_right .pfr_four .pfour_word img {
                display: block;
                float: left;
                width: 160px;
                height: 185px;
            }

            .pub_four .pf_right .pfr_four .pfour_word div.a {
                float: right;
                width: 190px;
                height: 185px;
            }

                .pub_four .pf_right .pfr_four .pfour_word div.a h1 {
                    font-size: 20px;
                    color: #f35959;
                    font-weight: normal;
                    width: 100%;
                    line-height: 1.5em;
                    height: 1.5em;
                    overflow: hidden;
                    margin: 15px 0 10px 0;
                }

                    .pub_four .pf_right .pfr_four .pfour_word div.a h1 span {
                        font-size: 12px;
                        color: #999999;
                        font-family: "SimSun";
                    }

                .pub_four .pf_right .pfr_four .pfour_word div.a h2 {
                    font-size: 12px;
                    color: #666666;
                    line-height: 1.5em;
                    width: 100%;
                    height: 3em;
                    overflow: hidden;
                    font-weight: normal;
                }

                .pub_four .pf_right .pfr_four .pfour_word div.a h3 {
                    font-size: 18px;
                    color: #e6334b;
                    font-weight: normal;
                    line-height: 1.5em;
                    height: 1.5em;
                    overflow: hidden;
                    padding-left: 30px;
                    position: relative;
                    margin: 10px 0;
                }

                    .pub_four .pf_right .pfr_four .pfour_word div.a h3 i {
                        display: block;
                        position: absolute;
                        left: 0;
                        top: 50%;
                        width: 17px;
                        height: 17px;
                        margin-top: -14.5px;
                        font-size: 30px;
                        /* background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: 0 -486px; */
                    }

                .pub_four .pf_right .pfr_four .pfour_word div.a p {
                    font-size: 14px;
                    text-align: center;
                    color: #fefefe;
                    width: 78px;
                    height: 27px;
                    line-height: 23px;
                    background: #e6334b;
                    border: 2px solid #e6334b;
                    transition: 400ms;
                    -o-transition: 400ms;
                    -ms-transition: 400ms;
                    -moz-transition: 400ms;
                    -webkit-transition: 400ms;
                }

                    .pub_four .pf_right .pfr_four .pfour_word div.a p:hover {
                        background: #fff;
                        color: #e6334b;
                    }

        .pub_four .pf_right .pfr_four .pfour_other {
            width: 376px;
            height: 105px;
            position: relative;
        }

            .pub_four .pf_right .pfr_four .pfour_other div {
                width: 180px;
                height: 105px;
                border: 1px solid #ddd;
                padding-left: 90px;
                text-align: left;
                vertical-align: middle;
                overflow: hidden;
            }

                .pub_four .pf_right .pfr_four .pfour_other div.a {
                    float: left;
                    background: url(../images/a8.jpg) 10px center no-repeat;
                }

                .pub_four .pf_right .pfr_four .pfour_other div.b {
                    float: right;
                    background: url(../images/a9.jpg) 10px center no-repeat;
                }

                .pub_four .pf_right .pfr_four .pfour_other div span {
                    font-size: 12px;
                    font-family: "SimSun";
                    padding-top: 30px;
                    display: inline-block;
                }

                .pub_four .pf_right .pfr_four .pfour_other div:hover {
                    border: 1px solid #e6334b;
                }

/*----会员服务流程----*/
.pub_liuc {
    width: 1200px;
    height: 76px;
    border: 3px solid #e6334b;
    margin: 50px auto 40px auto;
}

    .pub_liuc > h1 {
        font-size: 24px;
        color: #fff;
        font-weight: normal;
        width: 184px;
        height: 70px;
        background: #e6334b;
        text-align: center;
        line-height: 70px;
        float: left;
    }

    .pub_liuc > div.a {
        width: 1010px;
        float: right;
        height: 70px;
        text-align: center;
        font-size: 0;
    }

        .pub_liuc > div.a span {
            display: inline-block;
            font-size: 14px;
            color: #e6334b;
            line-height: 70px;
            padding-left: 60px;
            position: relative;
            margin: 0 10px;
        }

            .pub_liuc > div.a span i {
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -25px;
                width: 50px;
                height: 50px;
                background-image: url(../images/a5.png);
                background-repeat: no-repeat;
            }

                .pub_liuc > div.a span i.ic_1 {
                    background-position: 0 0
                }

                .pub_liuc > div.a span i.ic_2 {
                    background-position: 0 -50px
                }

                .pub_liuc > div.a span i.ic_3 {
                    background-position: 0 -100px
                }

                .pub_liuc > div.a span i.ic_4 {
                    background-position: 0 -150px
                }

                .pub_liuc > div.a span i.ic_5 {
                    background-position: 0 -200px
                }

                .pub_liuc > div.a span i.ic_6 {
                    background-position: 0 -250px
                }
/*float*/
.hvr-float {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    .hvr-float:hover, .hvr-float:focus, .hvr-float:active {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

/*----网站底部----*/
.pub_footer {
    width: 100%;
    height: 150px;
    background: #ededed;
    position: relative;
    overflow: hidden;
    clear: both;
}

.pub_footer2 {
    height: 130px;
}

.pub_footer .pub_footer1200 {
    width: 1200px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}

.pub_footer2 .pub_footer1200 {
    height: 130px;
}

.pub_footer .pub_footer1200 div.left {
    float: left;
    height: 90px;
    overflow: hidden;
    position: relative;
}

    .pub_footer .pub_footer1200 div.left h1 {
        float: left;
        height: 90px;
        font-size: 16px;
        color: #333333;
        padding: 0 16px 0 55px;
        position: relative;
        line-height: 40px;
    }

        .pub_footer .pub_footer1200 div.left h1 i {
            position: absolute;
            left: 0;
            top: 0;
            width: 35px;
            height: 39px;
            background-image: url(../images/icon.png);
            background-repeat: no-repeat;
            background-position: 0 -503px;
        }

    .pub_footer .pub_footer1200 div.left ul {
        width: 540px;
        height: 80px;
        position: relative;
        overflow: auto;
        float: left;
    }

        .pub_footer .pub_footer1200 div.left ul li {
            width: 85px;
            height: 20px;
            line-height: 20px;
            float: left;
            margin-top: 5px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            font-size: 14px;
            padding: 0 5px 0 0;
        }

            .pub_footer .pub_footer1200 div.left ul li a {
                color: #333;
            }

                .pub_footer .pub_footer1200 div.left ul li a:hover {
                    color: #e6334b;
                }

.pub_footer .pub_footer1200 div.right {
    float: right;
    height: 90px;
    font-size: 0;
    text-align: right;
}

.pub_footer2 .pub_footer1200 div.right {
    float: none;
    height: 70px;
    margin: 0 auto;
    text-align: center;
}

.pub_footer .pub_footer1200 div.right span {
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    padding-left: 45px;
    position: relative;
    display: inline-block;
    margin: 10px 0 0 20px;
}

    .pub_footer .pub_footer1200 div.right span i {
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        height: 40px;
        background-image: url(../images/a6.png);
        background-repeat: no-repeat;
    }

        .pub_footer .pub_footer1200 div.right span i.ic_1 {
            background-position: 0 0;
        }

        .pub_footer .pub_footer1200 div.right span i.ic_2 {
            background-position: 0 -40px;
        }

        .pub_footer .pub_footer1200 div.right span i.ic_3 {
            background-position: 0 -80px;
        }

        .pub_footer .pub_footer1200 div.right span i.ic_4 {
            background-position: 0 -120px;
        }

    .pub_footer .pub_footer1200 div.right span:hover {
        color: #e6334b;
    }

        .pub_footer .pub_footer1200 div.right span:hover i.ic_1 {
            background-position: -40px 0;
        }

        .pub_footer .pub_footer1200 div.right span:hover i.ic_2 {
            background-position: -40px -40px;
        }

        .pub_footer .pub_footer1200 div.right span:hover i.ic_3 {
            background-position: -40px -80px;
        }

        .pub_footer .pub_footer1200 div.right span:hover i.ic_4 {
            background-position: -40px -120px;
        }

.pub_footer .pub_footer1200 div.bottom {
    width: 1200px;
    height: 40px;
    clear: both;
    border-top: 1px solid #ddd;
    text-align: center;
    line-height: 39px;
    overflow: hidden;
    font-size: 12px;
    color: #333333;
    text-transform: uppercase;
}

    .pub_footer .pub_footer1200 div.bottom p, .pub_footer .pub_footer1200 div.bottom p a {
        color: #333333;
    }

        .pub_footer .pub_footer1200 div.bottom p a:hover {
            color: #e6334b;
        }

/*----侧边导航----*/
.right_nav {
    position: fixed;
    right: 0;
    top: 50%;
    width: 50px;
    height: 204px;
    margin-top: 50px;
    z-index: 50000000;
}

    .right_nav > span {
        display: block;
        width: auto;
        height: 50px;
        margin: 1px 0;
        background: #737373;
        position: absolute;
        cursor: pointer;
        padding-left: 50px;
    }

        .right_nav > span i {
            position: absolute;
            width: 50px;
            height: 50px;
            left: 0;
            top: 0;
            background-image: url(../images/a7.png);
            overflow: hidden;
        }

        .right_nav > span.ic_1 {
            top: 0;
        }

        .right_nav > span.ic_2 {
            top: 51px;
        }

        .right_nav > span.ic_3 {
            top: 102px;
            z-index: 50000001;
        }

        .right_nav > span.ic_4 {
            top: 153px;
        }

        .right_nav > span.ic_1 i {
            background-position: 0 0
        }

        .right_nav > span.ic_2 i {
            background-position: 0 -50px
        }

        .right_nav > span.ic_3 i {
            background-position: 0 -100px
        }

        .right_nav > span.ic_4 i {
            background-position: 0 -150px
        }

        .right_nav > span p {
            height: 50px;
            font-size: 18px;
            color: #fff;
            padding: 5px 10px 0 10px;
            background: #737373;
            white-space: nowrap;
        }

            .right_nav > span p em {
                font-size: 14px;
            }

            .right_nav > span p em, .right_nav > span p b {
                font-weight: normal;
                font-style: normal;
                display: block;
                font-size: 14px;
            }

        .right_nav > span img {
            display: block;
            width: 155px;
            height: 155px;
            border: 1px solid #737373;
        }

        .right_nav > span:hover, .right_nav > span:hover p {
            background: #e6334b;
        }

/*----登录----*/
.login_box {
    width: 100%;
    height: 604px;
    position: relative;
    overflow: hidden;
    background: url(../images/loginbg.png) center center no-repeat;
}

    .login_box .lbg_people1200 {
        width: 1200px;
        position: absolute;
        left: 50%;
        top: 80px;
        margin-left: -600px;
    }

        .login_box .lbg_people1200 .lbg_people {
            position: relative;
            width: 650px;
            height: 550px;
        }

.parallax-layer {
    position: absolute;
}

.login_box .lbg_girl {
    width: 540px;
    height: 410px;
    background: url(../images/girl.png) 30px center no-repeat;
}

.login_box .lbg_boy {
    width: 540px;
    height: 410px;
    background: url(../images/boy.png) 260px center no-repeat;
}

.login_box .lbg_1 {
    background: url(../images/lbg1.png) right top no-repeat;
    width: 90%;
    height: 400px;
}

.login_box .lbg_2 {
    background: url(../images/lbg2.png) right bottom no-repeat;
    width: 1829px;
    height: 100%;
}

.login_box .lbg_3 {
    background: url(../images/lbg3.png) left bottom no-repeat;
    width: 95%;
    height: 100%;
}

.login_boxa {
    width: 1200px;
    height: 604px;
    position: relative;
    margin: 0 auto;
    z-index: 50;
}

    .login_boxa:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .login_boxa .lob_in {
        width: 475px;
        height: 475px;
        float: right;
        margin-top: 60px;
        background: #fff;
        background-clip: padding-box;
        padding: 40px;
        border: 20px solid rgba(255,255,255,0.5);
        position: relative;
    }

        .login_boxa .lob_in h1 {
            font-size: 20px;
            color: #333333;
            font-weight: normal;
        }

        .login_boxa .lob_in .lobin_ul {
            width: 100%;
            position: relative;
            padding: 5px 0 20px 0;
            border-bottom: 1px solid #ededed;
            margin: 0 0 15px 0;
        }

            .login_boxa .lob_in .lobin_ul:after {
                content: "";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }

            .login_boxa .lob_in .lobin_ul li {
                width: 100%;
                min-height: 50px;
                position: relative;
            }

                .login_boxa .lob_in .lobin_ul li:after {
                    content: "";
                    display: block;
                    height: 0;
                    clear: both;
                    visibility: hidden;
                }

                .login_boxa .lob_in .lobin_ul li div.a {
                    width: 100%;
                    height: 50px;
                    border: 1px solid #ededed;
                    position: relative;
                    padding: 0 40px 0 10px;
                    margin-top: 25px;
                }

                .login_boxa .lob_in .lobin_ul li input.b {
                    display: block;
                    width: 100%;
                    height: 100%;
                    border: none;
                    background: none;
                    outline: none;
                    font-size: 16px;
                }

                .login_boxa .lob_in .lobin_ul li div.c {
                    width: 100%;
                    height: 50px;
                    position: relative;
                }

                .login_boxa .lob_in .lobin_ul li input.d {
                    display: block;
                    position: absolute;
                    width: 13px;
                    height: 13px;
                    left: 0;
                    top: 50%;
                    margin-top: -6.5px;
                    cursor: pointer;
                }

                .login_boxa .lob_in .lobin_ul li label.e {
                    display: block;
                    position: absolute;
                    left: 17px;
                    height: 50px;
                    line-height: 50px;
                    font-weight: normal;
                    -moz-user-select: none; /*火狐*/
                    -webkit-user-select: none; /*webkit浏览器*/
                    -ms-user-select: none; /*IE10*/
                    -khtml-user-select: none; /*早期浏览器*/
                    user-select: none;
                    cursor: pointer;
                    color: #999999;
                }

                .login_boxa .lob_in .lobin_ul li a.f {
                    display: block;
                    float: right;
                    height: 50px;
                    line-height: 50px;
                    color: #999999;
                }

                    .login_boxa .lob_in .lobin_ul li a.f:hover {
                        color: #e6334b;
                        text-decoration: underline;
                    }

                .login_boxa .lob_in .lobin_ul li a.g {
                    display: block;
                    width: 100%;
                    height: 50px;
                    text-align: center;
                    font-size: 20px;
                    color: #ffffff;
                    line-height: 48px;
                    border: 1px solid #c42b40;
                    background: #e6334b;
                    transition: 200ms;
                    -o-transition: 200ms;
                    -ms-transition: 200ms;
                    -moz-transition: 200ms;
                    -webkit-transition: 200ms;
                }

                .login_boxa .lob_in .lobin_ul li a:hover {
                    background: #fff;
                    color: #e6334b;
                }

        .login_boxa .lob_in .lobin_div {
            width: 100%;
            height: 40px;
            text-align: right;
            font-size: 0;
        }

            .login_boxa .lob_in .lobin_div a.a {
                display: block;
                font-size: 12px;
                color: #65bbef;
                height: 40px;
                line-height: 40px;
                float: left;
            }

                .login_boxa .lob_in .lobin_div a.a:hover {
                    text-decoration: underline;
                }

            .login_boxa .lob_in .lobin_div span {
                display: inline-block;
                height: 40px;
                line-height: 40px;
                font-size: 12px;
                color: #666666;
                margin: 0 0 0 10px;
                min-width: 30px;
                transition: 400ms;
                -o-transition: 400ms;
                -ms-transition: 400ms;
                -moz-transition: 400ms;
                -webkit-transition: 400ms;
            }

                .login_boxa .lob_in .lobin_div span a {
                    display: block;
                }

                .login_boxa .lob_in .lobin_div span.qq {
                    background-image: url(../images/a8.png);
                    background-repeat: no-repeat;
                    background-position: 0 center;
                }

                .login_boxa .lob_in .lobin_div span.wechat {
                    background-image: url(../images/a8.png);
                    background-repeat: no-repeat;
                    background-position: -30px center;
                }

                .login_boxa .lob_in .lobin_div span.weibo {
                    background-image: url(../images/a8.png);
                    background-repeat: no-repeat;
                    background-position: -60px center;
                }

                    .login_boxa .lob_in .lobin_div span.qq:hover, .login_boxa .lob_in .lobin_div span.wechat:hover, .login_boxa .lob_in .lobin_div span.weibo:hover {
                        transform: rotate3d(0, 1, 0, -180deg);
                    }

/*----注册----*/
.zhuce_box {
    width: 100%;
    position: relative;
    background: #f2f2f2;
    padding: 40px 0;
    border-top: 1px solid #e6e6e6;
}

    .zhuce_box .zhuce_box1200 {
        width: 1200px;
        margin: 0 auto;
    }

        .zhuce_box .zhuce_box1200:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .zhuce_box .zhuce_box1200 .zcbox_left {
            float: left;
            width: 880px;
            height: 890px;
            border: 1px solid #e6e6e6;
            border-radius: 3px;
            -o-border-radius: 3px;
            -ms-border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            background-color: #fff;
            padding: 20px;
            background-image: url(../images/a9.png);
            background-repeat: repeat-x;
            background-position: left bottom;
        }

            .zhuce_box .zhuce_box1200 .zcbox_left h1 {
                font-size: 18px;
                font-weight: normal;
                width: 100%;
                line-height: 1em;
                padding-bottom: 10px;
                border-bottom: 1px solid #d2d2d2;
                padding-left: 25px;
                position: relative;
                color: #333333;
            }

                .zhuce_box .zhuce_box1200 .zcbox_left h1 > i {
                    display: block;
                    position: absolute;
                    left: 0;
                }

            .zhuce_box .zhuce_box1200 .zcbox_left .zcbox_ul {
                width: 100%;
                position: relative;
                padding: 50px 0 0 0;
            }

                .zhuce_box .zhuce_box1200 .zcbox_left .zcbox_ul:after {
                    content: "";
                    display: block;
                    height: 0;
                    clear: both;
                    visibility: hidden;
                }

                .zhuce_box .zhuce_box1200 .zcbox_left .zcbox_ul li {
                    width: 100%;
                    min-height: 40px;
                    position: relative;
                    margin-bottom: 30px;
                }

                    .zhuce_box .zhuce_box1200 .zcbox_left .zcbox_ul li:after {
                        content: "";
                        display: block;
                        height: 0;
                        clear: both;
                        visibility: hidden;
                    }

                    .zhuce_box .zhuce_box1200 .zcbox_left .zcbox_ul li h2 {
                        font-size: 14px;
                        font-weight: normal;
                        color: #333333;
                        width: 200px;
                        float: left;
                        height: 40px;
                        line-height: 40px;
                        text-align: right;
                    }

                    .zhuce_box .zhuce_box1200 .zcbox_left .zcbox_ul li div.a {
                        float: left;
                        margin-left: 40px;
                        width: 590px;
                        min-height: 40px;
                        position: relative;
                    }

                    .zhuce_box .zhuce_box1200 .zcbox_left .zcbox_ul li input.b {
                        display: block;
                        float: left;
                        width: 350px;
                        height: 40px;
                        border: 1px solid #d2d2d2;
                        outline: none;
                        padding: 0 10px;
                        font-size: 14px;
                    }

                    .zhuce_box .zhuce_box1200 .zcbox_left .zcbox_ul li div.c {
                        float: right;
                        position: relative;
                        width: 230px;
                        height: 40px;
                        padding: 0 0 0 35px;
                    }

                    .zhuce_box .zhuce_box1200 .zcbox_left .zcbox_ul li p.d {
                        line-height: 40px;
                        width: 100%;
                        height: 40px;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        -o-text-overflow: ellipsis;
                    }

                    .zhuce_box .zhuce_box1200 .zcbox_left .zcbox_ul li input.e {
                        display: block;
                        float: left;
                        width: 200px;
                        height: 40px;
                        border: 1px solid #d2d2d2;
                        outline: none;
                        padding: 0 10px;
                        font-size: 14px;
                    }

                    .zhuce_box .zhuce_box1200 .zcbox_left .zcbox_ul li input.f {
                        display: block;
                        float: left;
                        width: 100px;
                        height: 40px;
                        border: none;
                        color: #ffffff;
                        background: #e6334b;
                        outline: none;
                        padding: 0 10px;
                        font-size: 14px;
                    }

                    .zhuce_box .zhuce_box1200 .zcbox_left .zcbox_ul li div.g {
                        margin: 0 0 0 220px;
                        height: 40px;
                    }

                    .zhuce_box .zhuce_box1200 .zcbox_left .zcbox_ul li input.h {
                        display: block;
                        float: left;
                        width: 18px;
                        height: 18px;
                        margin: 11px 0 0 0;
                    }

                    .zhuce_box .zhuce_box1200 .zcbox_left .zcbox_ul li span.i {
                        display: block;
                        float: left;
                        margin: 0 0 0 10px;
                        font-size: 14px;
                        color: #999999;
                        line-height: 40px;
                    }

                        .zhuce_box .zhuce_box1200 .zcbox_left .zcbox_ul li span.i a {
                            color: #999999;
                        }

                            .zhuce_box .zhuce_box1200 .zcbox_left .zcbox_ul li span.i a:hover {
                                color: #e6334b;
                                text-decoration: underline;
                            }

                    .zhuce_box .zhuce_box1200 .zcbox_left .zcbox_ul li a.j {
                        display: block;
                        width: 150px;
                        height: 40px;
                        margin: 0 auto;
                        text-align: center;
                        font-size: 18px;
                        color: #fff;
                        line-height: 38px;
                        border: 1px solid #e6334b;
                        background: #e6334b;
                        transition: 200ms;
                        -o-transition: 200ms;
                        -ms-transition: 200ms;
                        -moz-transition: 200ms;
                        -webkit-transition: 200ms;
                    }

                        .zhuce_box .zhuce_box1200 .zcbox_left .zcbox_ul li a.j:hover {
                            color: #e6334b;
                            background: #fff;
                        }

        .zhuce_box .zhuce_box1200 .zcbox_right {
            float: right;
            width: 300px;
            height: 890px;
            border: 1px solid #e6e6e6;
            border-radius: 3px;
            -o-border-radius: 3px;
            -ms-border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            /* background-color: #fff; */
            background: #fff url("/ZQZX/images/reight.jpg") no-repeat left bottom;
            padding: 30px 20px;
        }

            .zhuce_box .zhuce_box1200 .zcbox_right h1 {
                font-size: 16px;
                color: #e6334b;
                font-weight: normal;
                line-height: 1.5em;
            }

            .zhuce_box .zhuce_box1200 .zcbox_right a.a {
                font-size: 14px;
                color: #333333;
                display: block;
                margin: 20px 0;
            }

                .zhuce_box .zhuce_box1200 .zcbox_right a.a:hover {
                    color: #e6334b;
                    text-decoration: underline;
                }

            .zhuce_box .zhuce_box1200 .zcbox_right h2 {
                color: #999999;
                font-size: 12px;
                font-weight: normal;
                margin-bottom: 15px;
            }

            .zhuce_box .zhuce_box1200 .zcbox_right span {
                display: inline-block;
                height: 30px;
                line-height: 30px;
                font-size: 12px;
                color: #999;
                padding-left: 20px;
                position: relative;
                margin: 0 10px 0 0;
            }

                .zhuce_box .zhuce_box1200 .zcbox_right span i {
                    position: absolute;
                    left: 0;
                    top: 50%;
                    margin-top: -9px;
                    width: 18px;
                    height: 18px;
                    background-image: url(../images/icon.png);
                    background-repeat: no-repeat;
                }

                .zhuce_box .zhuce_box1200 .zcbox_right span.bt_qq i {
                    background-position: 0 -542px;
                }

                .zhuce_box .zhuce_box1200 .zcbox_right span.bt_weibo i {
                    background-position: -18px -542px;
                }

                .zhuce_box .zhuce_box1200 .zcbox_right span.bt_wechat i {
                    background-position: -36px -542px;
                }

                .zhuce_box .zhuce_box1200 .zcbox_right span:hover {
                    color: #f89412;
                    text-decoration: underline;
                }

.zhuce_btn {
    float: right;
    width: 110px;
    height: 46px;
    background: #e6334b;
    text-align: center;
    line-height: 44px;
    color: #fff;
    display: block;
    margin-top: 29px;
    font-size: 20px;
    border: 1px solid #e6334b;
    transition: 200ms;
    -o-transition: 200ms;
    -ms-transition: 200ms;
    -moz-transition: 200ms;
    -webkit-transition: 200ms;
}

    .zhuce_btn:hover {
        background: #fff;
        color: #e6334b;
    }

/*----婚恋团队----*/
.nei_banner {
    width: 100%;
    height: 270px;
    position: relative;
    overflow: hidden;
}

    .nei_banner:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .nei_banner img {
        display: block;
        width: 2000px;
        position: absolute;
        left: 50%;
        margin: 0 0 0 -1000px;
        height: 270px;
    }

    .nei_banner div.word {
        width: 400px;
        height: 180px;
        position: absolute;
        left: 65%;
        top: 55px;
        z-index: 1;
        margin-left: -200px;
    }

        .nei_banner div.word h1 {
            font-size: 28px;
            font-weight: bold;
            color: #333333;
            width: 100%;
            height: 1.5em;
            line-height: 1.5em;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            margin-bottom: 10px;
        }

        .nei_banner div.word p {
            font-size: 14px;
            color: #666666;
            line-height: 1.8em;
            width: 100%;
            height: 7.2em;
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
        }

.nei_mianbao {
    width: 100%;
    height: 61px;
    border-bottom: 1px solid #ededed;
}

    .nei_mianbao .nei_mianbao1200 {
        width: 1200px;
        margin: 0 auto;
        height: 60px;
        font-size: 0;
        padding: 0 0 0 36px;
        position: relative;
    }

        .nei_mianbao .nei_mianbao1200 i {
            display: block;
            width: 20px;
            height: 22px;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -11px;
            background-image: url(../images/icon.png);
            background-repeat: no-repeat;
            background-position: 0 -560px;
        }

        .nei_mianbao .nei_mianbao1200 a, .nei_mianbao .nei_mianbao1200 span {
            display: inline-block;
            font-size: 14px;
            color: #666666;
            height: 60px;
            line-height: 60px;
            font-family: 'Microsoft YaHei';
        }

            .nei_mianbao .nei_mianbao1200 a:hover {
                color: #e6334b;
                text-decoration: underline;
            }

.container {
    width: 100%;
    position: relative;
}

    .container:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .container .container1200 {
        width: 1200px;
        margin: 0 auto;
    }

        .container .container1200:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

.container_ina {
    padding: 40px 0;
}

.hunteam {
    float: left;
    width: 870px;
    position: relative;
}

    .hunteam .hteam_banner {
        width: 870px;
        height: 293px;
    }

/* 本例子css */
.fullSlide1 {
    width: 100%;
    position: relative;
    height: 290px;
}

    .fullSlide1 .bd {
        margin: 0 auto;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }

        .fullSlide1 .bd ul {
            width: 100% !important;
        }

        .fullSlide1 .bd li {
            width: 100% !important;
            height: 290px;
            overflow: hidden;
            text-align: center;
        }

            .fullSlide1 .bd li a {
                display: block;
                height: 293px;
            }

    .fullSlide1 .hd {
        width: 100%;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        height: 30px;
        line-height: 30px;
    }

        .fullSlide1 .hd ul {
            text-align: center;
        }

            .fullSlide1 .hd ul li {
                cursor: pointer;
                display: inline-block;
                *display: inline;
                zoom: 1;
                width: 7px;
                height: 7px;
                margin: 1px 3px;
                overflow: hidden;
                background: #000;
                border-radius: 50%;
                -o-border-radius: 50%;
                -ms-border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                filter: alpha(opacity=50);
                opacity: 0.5;
                line-height: 999px;
            }

            .fullSlide1 .hd ul .on {
                background: #fff;
            }

.hunteam .hteam_banner div.img {
    float: left;
    overflow: hidden;
    width: 435px;
    height: 290px;
}

    .hunteam .hteam_banner div.img img {
        display: block;
        width: 435px;
        height: 290px;
    }

.hunteam .hteam_banner div.word {
    float: right;
    width: 435px;
    height: 290px;
    overflow: hidden;
    padding: 30px;
    background: #ff5068;
}

    .hunteam .hteam_banner div.word > div {
        display: table;
        width: 385px;
        height: 233px;
        table-layout: fixed;
        word-wrap: break-word;
        word-break: normal;
    }

        .hunteam .hteam_banner div.word > div > div {
            display: table-cell;
            width: 385px;
            height: 233px;
            text-align: center;
            vertical-align: middle;
        }

    .hunteam .hteam_banner div.word h1 {
        font-size: 18px;
        color: #ffffff;
        line-height: 1.5em;
        margin-bottom: 10px;
        font-weight: normal;
    }

    .hunteam .hteam_banner div.word p {
        color: #fff;
        line-height: 1.5em;
        text-align: justify;
        width: 100%;
        max-height: 9em;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }

.hunteam .hteam_list {
    width: 893px;
    position: relative;
    left: -23px;
    padding: 36px 0 13px 0;
}

    .hunteam .hteam_list:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .hunteam .hteam_list li {
        width: 200px;
        height: 310px;
        position: relative;
        float: left;
        margin: 0 0 34px 23px;
    }

        .hunteam .hteam_list li div.img {
            width: 200px;
            height: 243px;
            position: relative;
            overflow: hidden;
        }

            .hunteam .hteam_list li div.img img {
                display: block;
                width: 200px;
                height: 243px;
                -webkit-transform: scale(1);
                transform: scale(1);
                transition: 400ms;
                -o-transition: 400ms;
                -ms-transition: 400ms;
                -moz-transition: 400ms;
                -webkit-transition: 400ms;
            }

                .hunteam .hteam_list li div.img img:hover {
                    -webkit-transform: scale(1.1);
                    transform: scale(1.1);
                }

            .hunteam .hteam_list li div.img span.chat {
                display: block;
                position: absolute;
                right: 0;
                bottom: 0;
                width: 52px;
                height: 33px;
                background: rgba(230,51,75,.7);
                -pie-background: rgba(230,51,75,.7); /*IE6-8*/
                filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99e6334b,endcolorstr=#99e6334b);
                text-align: center;
            }

                .hunteam .hteam_list li div.img span.chat i {
                    font-size: 24px;
                    color: #fff;
                    line-height: 33px;
                    -webkit-text-stroke-width: 0.2px;
                }

        .hunteam .hteam_list li div.word {
            width: 200px;
            height: 66px;
            border: 1px solid #f0f0f0;
            border-top: none;
            padding: 10px 15px;
        }

            .hunteam .hteam_list li div.word h1 {
                font-size: 16px;
                color: #e6334b;
                font-weight: normal;
                width: 100%;
                line-height: 1.5em;
                height: 1.5em;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
            }

            .hunteam .hteam_list li div.word p {
                font-size: 12px;
                color: #999999;
                width: 100%;
                line-height: 1.5em;
                height: 1.5em;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
            }

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

@keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

.hvr-wobble-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

    .hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
        -webkit-animation-name: hvr-wobble-top;
        animation-name: hvr-wobble-top;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }
/*----翻页----*/
.list_fanye {
    width: 100%;
    height: 40px;
    position: relative;
    text-align: right;
    font-size: 0;
}

    .list_fanye:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .list_fanye span {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        background: #dcdcdc;
        font-family: 'Microsoft YaHei';
        margin: 0 0 0 5px;
        transition: 200ms;
        -o-transition: 200ms;
        -ms-transition: 200ms;
        -moz-transition: 200ms;
        -webkit-transition: 200ms;
    }

        .list_fanye span a {
            display: block;
            padding: 0 15px;
            color: #666666;
        }

        .list_fanye span:hover {
            background: #666666;
        }

            .list_fanye span:hover a {
                color: #dcdcdc;
            }

        .list_fanye span.cur {
            background: #666666;
        }

            .list_fanye span.cur a {
                color: #dcdcdc;
            }

.hunnews {
    float: right;
    width: 290px;
    position: relative;
}

    .hunnews:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.hunnews_title {
    width: 100%;
    height: 35px;
    position: relative;
    background: url(../images/a4.png) left bottom no-repeat;
}

    .hunnews_title > h1 {
        font-size: 16px;
        color: #333333;
        font-weight: normal;
        float: left;
        text-transform: uppercase;
    }

    .hunnews_title > a {
        display: block;
        width: 17px;
        height: 17px;
        background-image: url(../images/icon.png);
        background-repeat: no-repeat;
        background-position: 0 -583px;
        float: right;
        margin-top: 17px;
    }

.hunnews .hunnews_one {
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}

    .hunnews .hunnews_one:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .hunnews .hunnews_one li {
        width: 50%;
        height: 130px;
        text-align: center;
        float: left;
        overflow: hidden;
        position: relative;
    }

        .hunnews .hunnews_one li div {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            background: #e6334b;
            margin: 22px auto;
            position: relative;
        }

            .hunnews .hunnews_one li div i {
                position: absolute;
                width: 50px;
                height: 50px;
                left: 50%;
                top: 50%;
                margin: -25px 0 0 -25px;
                background-image: url(../images/a12.png);
                background-repeat: no-repeat;
            }

            .hunnews .hunnews_one li div.bt1 i {
                background-position: 0 0
            }

            .hunnews .hunnews_one li div.bt2 i {
                background-position: 0 -50px
            }

            .hunnews .hunnews_one li div.bt3 i {
                background-position: 0 -100px
            }

            .hunnews .hunnews_one li div.bt4 i {
                background-position: 0 -150px
            }

            .hunnews .hunnews_one li div.bt5 i {
                background-position: 0 -200px
            }

            .hunnews .hunnews_one li div.bt6 i {
                background-position: 0 -250px
            }

        .hunnews .hunnews_one li p {
            font-size: 12px;
            width: 100%;
            line-height: 1.5em;
            height: 1.5em;
            color: #333333;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
        }

/*hvr-ripple-out1*/
@-webkit-keyframes hvr-ripple-out1 {
    100% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out1 {
    100% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 0;
    }
}

.hvr-ripple-out1 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .hvr-ripple-out1:before {
        content: '';
        position: absolute;
        border: rgba(230,51,75,.3) solid 4px;
        border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }

.hunnews_one li:hover .hvr-ripple-out1:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}

.hunnews .hunnews_two {
    width: 290px;
    height: 305px;
    position: relative;
    background: url(../images/a13.png) center no-repeat;
    margin: 20px 0;
}

    .hunnews .hunnews_two li {
        width: 64px;
        height: 93px;
        position: absolute;
    }

        .hunnews .hunnews_two li a {
            display: block;
            width: 64px;
            height: 93px;
        }

        .hunnews .hunnews_two li div {
            width: 64px;
            height: 64px;
            position: relative;
            background: #f89412;
            border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
        }

        .hunnews .hunnews_two li p {
            font-size: 12px;
            color: #f89412;
            text-align: center;
            padding: 13px 0 0 8px;
        }

        .hunnews .hunnews_two li i {
            display: block;
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -25px 0 0 -25px;
            width: 50px;
            height: 50px;
            background-image: url(../images/a12.png);
            background-repeat: no-repeat;
        }

        .hunnews .hunnews_two li.bt1 {
            left: 22px;
            top: 12px;
        }

        .hunnews .hunnews_two li.bt2 {
            right: 18px;
            top: 12px;
        }

        .hunnews .hunnews_two li.bt3 {
            left: 116px;
            top: 105px;
        }

        .hunnews .hunnews_two li.bt4 {
            left: 22px;
            bottom: 15px;
        }

        .hunnews .hunnews_two li.bt5 {
            right: 18px;
            bottom: 15px;
        }

        .hunnews .hunnews_two li.bt1 i {
            background-position: right 0
        }

        .hunnews .hunnews_two li.bt2 i {
            background-position: right -50px
        }

        .hunnews .hunnews_two li.bt3 i {
            background-position: right -100px
        }

        .hunnews .hunnews_two li.bt4 i {
            background-position: right -150px
        }

        .hunnews .hunnews_two li.bt5 i {
            background-position: right -200px
        }

/*hvr-ripple-out2*/
@-webkit-keyframes hvr-ripple-out2 {
    100% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out2 {
    100% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 0;
    }
}

.hvr-ripple-out2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .hvr-ripple-out2:before {
        content: '';
        position: absolute;
        border: rgba(248,148,18,.4) solid 4px;
        border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }

.hunnews_two li:hover .hvr-ripple-out2:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}

.hunnews .hunnews_btn {
    width: 154px;
    height: 34px;
    border: 1px solid #f89412;
    margin: 0 auto 40px auto;
    border-radius: 0;
    display: block;
}

    .hunnews .hunnews_btn > a {
        display: block;
        width: 152px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        font-size: 12px;
        color: #f89412;
    }

.hunnews .hunnews_three {
    width: 290px;
    position: relative;
}

    .hunnews .hunnews_three .top {
        width: 290px;
        height: 137px;
        position: relative;
        overflow: hidden;
        padding: 20px 0;
        border-bottom: 1px solid #ddd;
    }

        .hunnews .hunnews_three .top img {
            display: block;
            float: left;
            width: 115px;
            height: 96px;
        }

        .hunnews .hunnews_three .top div.a {
            float: right;
            width: 152px;
            height: 96px;
            overflow: hidden;
        }

            .hunnews .hunnews_three .top div.a h1 {
                font-size: 16px;
                color: #333333;
                font-weight: normal;
                width: 100%;
                line-height: 2em;
                height: 2em;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
            }

            .hunnews .hunnews_three .top div.a p {
                font-size: 12px;
                color: #666666;
                font-weight: normal;
                width: 100%;
                line-height: 1.6em;
                height: 1.6em;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
            }

        .hunnews .hunnews_three .top:hover div.a h1 {
            color: #e6334b;
        }

    .hunnews .hunnews_three .bottom {
        width: 100%;
        position: relative;
        padding: 10px 0 20px 0;
    }

        .hunnews .hunnews_three .bottom li {
            width: 100%;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
            padding: 0 0 0 25px;
            position: relative;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
        }

            .hunnews .hunnews_three .bottom li a {
                color: #333333;
            }

            .hunnews .hunnews_three .bottom li i {
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -7px;
                color: #d1cfcf;
            }

            .hunnews .hunnews_three .bottom li:hover a {
                color: #e6334b;
            }

            .hunnews .hunnews_three .bottom li:hover i {
                color: #e6334b;
            }

.hunnews .hunnews_four {
    width: 100%;
    position: relative;
    padding: 10px 0 0 0;
}

    .hunnews .hunnews_four li {
        width: 100%;
        line-height: 30px;
        height: 30px;
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

        .hunnews .hunnews_four li a {
            color: #333333;
        }

        .hunnews .hunnews_four li:hover a {
            color: #e6334b;
        }

/*----推荐会员----*/
.shaixuan_box {
    width: 100%;
    height: 81px;
    border-bottom: 1px solid #ededed;
}

    .shaixuan_box .shaixuan_box1100 {
        width: 1200px;
        margin: 0 auto;
        height: 80px;
        position: relative;
    }

        .shaixuan_box .shaixuan_box1100 .left {
            width: 300px;
            height: 80px;
            float: left;
            position: relative;
            overflow: hidden;
            padding: 30px 0 0 0;
        }

            .shaixuan_box .shaixuan_box1100 .left p {
                font-size: 18px;
                color: #e6334b;
                position: relative;
                line-height: 1.5em;
                height: 1.5em;
                width: 100%;
                padding-left: 30px;
            }

                .shaixuan_box .shaixuan_box1100 .left p i {
                    position: absolute;
                    left: 0;
                    top: 50%;
                    margin-top: -10px;
                    font-size: 20px;
                    -webkit-text-stroke-width: 0.2px;
                }

            .shaixuan_box .shaixuan_box1100 .left div.a {
                width: 100%;
                height: 22px;
                position: relative;
                overflow: hidden;
                font-size: 0;
                margin: 10px 0 0 0;
            }

                .shaixuan_box .shaixuan_box1100 .left div.a a {
                    display: inline-block;
                    height: 22px;
                    border: 1px solid #ddd;
                    text-align: center;
                    padding: 0 8px;
                    font-size: 14px;
                    line-height: 20px;
                    margin: 0 10px 0 0;
                    transition: 300ms;
                    -o-transition: 300ms;
                    -ms-transition: 300ms;
                    -moz-transition: 300ms;
                    -webkit-transition: 300ms;
                }

                    .shaixuan_box .shaixuan_box1100 .left div.a a.fen {
                        color: #fd8f8f;
                        border: 1px solid #fd8f8f;
                    }

                    .shaixuan_box .shaixuan_box1100 .left div.a a.lv {
                        color: #96d6ad;
                        border: 1px solid #96d6ad;
                    }

                    .shaixuan_box .shaixuan_box1100 .left div.a a.caolv {
                        color: #cae051;
                        border: 1px solid #cae051;
                    }

                    .shaixuan_box .shaixuan_box1100 .left div.a a.ju {
                        color: #ffb350;
                        border: 1px solid #ffb350;
                    }

                    .shaixuan_box .shaixuan_box1100 .left div.a a:hover {
                        border-radius: 15px;
                    }

        .shaixuan_box .shaixuan_box1100 .right {
            float: right;
            padding-top: 24.5px;
        }

            .shaixuan_box .shaixuan_box1100 .right span {
                display: inline-block;
                line-height: 27px;
                font-size: 18px;
                color: #e6334b;
                margin: 0 10px 0 40px;
            }

            .shaixuan_box .shaixuan_box1100 .right input[type="submit"] {
                display: block;
                float: right;
                width: 65px;
                height: 26px;
                background: #e6334b;
                border: none;
                outline: none;
                font-size: 14px;
                color: #fff;
                line-height: 26px;
                margin: 0 0 0 10px;
            }

.tui_top {
    width: 870px;
    height: 30px;
    position: relative;
    text-align: center;
}

    .tui_top h1 {
        font-size: 20px;
        font-weight: normal;
        color: #333333;
        width: 100%;
        height: 30px;
        line-height: 30px;
    }

    .tui_top a {
        position: absolute;
        height: 30px;
        top: 0;
    }

        .tui_top a i {
            display: block;
            position: absolute;
            top: 0;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            background: #ededed;
            line-height: 30px;
            font-size: 18px;
        }

        .tui_top a p {
            font-size: 14px;
            color: #333333;
            width: 96px;
            height: 30px;
            border: 1px solid #ededed;
            text-align: center;
            line-height: 28px;
            transition: 200ms;
            -o-transition: 200ms;
            -ms-transition: 200ms;
            -moz-transition: 200ms;
            -webkit-transition: 200ms;
        }

        .tui_top a:hover p {
            background: #e6344c;
            border: 1px solid #e6344c;
            color: #fff;
        }

        .tui_top a.a {
            left: 0;
            padding-left: 40px;
        }

            .tui_top a.a i {
                left: 0;
            }

        .tui_top a.b {
            right: 0;
            padding-right: 40px;
        }

            .tui_top a.b i {
                right: 0;
            }

.tui_center {
    width: 870px;
    padding: 45px 0;
    position: relative;
}

    .tui_center:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .tui_center .tcen_left {
        float: left;
        width: 318px;
        height: 394px;
        position: relative;
        padding: 3px 0 0 3px;
        overflow: hidden;
    }

        .tui_center .tcen_left > i {
            display: block;
            width: 53px;
            height: 53px;
            background: url(../images/a14.png) center no-repeat;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 5;
        }

        .tui_center .tcen_left img {
            display: block;
            width: 315px;
            height: 391px;
        }

    .tui_center .tcen_right {
        float: right;
        width: 513px;
        height: 391px;
        padding-top: 13px;
    }

        .tui_center .tcen_right h1 {
            font-size: 16px;
            color: #e6344c;
            font-weight: normal;
        }

        .tui_center .tcen_right h2 {
            font-size: 16px;
            color: #e6344c;
            font-weight: normal;
            margin-top: 20px;
        }

        .tui_center .tcen_right h3 {
            font-size: 16px;
            color: #e6344c;
            font-weight: normal;
            margin-top: 20px;
            padding-left: 30px;
            position: relative;
        }

            .tui_center .tcen_right h3 > i {
                display: block;
                width: 20px;
                height: 23px;
                position: absolute;
                left: 0;
                top: 50%;
                margin: -11.5px 0 0 0;
                background-image: url(../images/icon.png);
                background-repeat: no-repeat;
                background-position: 0 -600px;
            }

        .tui_center .tcen_right ul.a {
            width: 100%;
            position: relative;
        }

            .tui_center .tcen_right ul.a:after {
                content: "";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }

            .tui_center .tcen_right ul.a li {
                width: 40%;
                height: 1em;
                line-height: 1em;
                font-size: 14px;
                margin: 15px 10px 0 0;
                float: left;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
            }

        .tui_center .tcen_right p {
            font-size: 12px;
            color: #333333;
            width: 100%;
            line-height: 1.7em;
            max-height: 5.1em;
            margin-top: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

.tui_bottom {
    width: 870px;
    height: 172px;
    border: 1px solid #ededed;
    margin-bottom: 45px;
}

    .tui_bottom .left {
        width: 176px;
        height: 170px;
        border-right: 1px solid #ededed;
        text-align: center;
        float: left;
    }

        .tui_bottom .left i {
            width: 64px;
            height: 64px;
            background-image: url(../images/icon.png);
            background-repeat: no-repeat;
            background-position: 0 -622px;
            display: block;
            margin: 36px auto 16px auto;
        }

        .tui_bottom .left p {
            font-size: 16px;
            color: #333;
        }

/*hvr-ripple-out3*/
@-webkit-keyframes hvr-ripple-out3 {
    100% {
        top: -4px;
        right: -4px;
        bottom: -4px;
        left: -4px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out3 {
    100% {
        top: -4px;
        right: -4px;
        bottom: -4px;
        left: -4px;
        opacity: 0;
    }
}

.hvr-ripple-out3 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .hvr-ripple-out3:before {
        content: '';
        position: absolute;
        border: rgba(230,51,75,.2) solid 4px;
        border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-animation: hvr-ripple-out 1.5s infinite;
        animation: hvr-ripple-out 1.5s infinite;
    }

.tui_bottom .right {
    float: right;
    width: 690px;
    height: 170px;
    padding: 25px 20px;
    position: relative;
    overflow: hidden;
}

    .tui_bottom .right ul.a {
        width: 100%;
        position: relative;
    }

        .tui_bottom .right ul.a:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .tui_bottom .right ul.a li {
            width: 25%;
            padding: 0 3px;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
            color: #666666;
            float: left;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
        }

    .tui_bottom .right p.b {
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        color: #666;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

.tui_bboo {
    width: 870px;
    height: 160px;
    background: url(../images/a15.png) center no-repeat;
    overflow: hidden;
    padding: 40px 0 0 100px;
    position: relative;
}

    .tui_bboo > p {
        font-size: 16px;
        color: #5479bf;
        line-height: 1.8em;
    }

    .tui_bboo > a {
        display: block;
        width: 124px;
        height: 42px;
        background: #5479bf;
        text-align: center;
        line-height: 42px;
        font-size: 16px;
        color: #fff;
        position: absolute;
        right: 50px;
        top: 50%;
        margin-top: -21px;
    }

/*----优质女士----*/
.hunnews .hunnews_five {
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}

    .hunnews .hunnews_five:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .hunnews .hunnews_five li {
        width: 50%;
        height: 130px;
        text-align: center;
        float: left;
        overflow: hidden;
        position: relative;
    }

        .hunnews .hunnews_five li div {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            background: #e6334b;
            margin: 22px auto;
            position: relative;
        }

            .hunnews .hunnews_five li div i {
                position: absolute;
                width: 50px;
                height: 50px;
                left: 50%;
                top: 50%;
                margin: -25px 0 0 -25px;
                background-image: url(../images/a16.png);
                background-repeat: no-repeat;
            }

            .hunnews .hunnews_five li div.bt1 i {
                background-position: 0 0
            }

            .hunnews .hunnews_five li div.bt2 i {
                background-position: 0 -50px
            }

            .hunnews .hunnews_five li div.bt3 i {
                background-position: 0 -100px
            }

            .hunnews .hunnews_five li div.bt4 i {
                background-position: 0 -150px
            }

            .hunnews .hunnews_five li div.bt5 i {
                background-position: 0 -200px
            }

            .hunnews .hunnews_five li div.bt6 i {
                background-position: 0 -250px
            }

        .hunnews .hunnews_five li p {
            font-size: 14px;
            width: 100%;
            line-height: 1.5em;
            height: 1.5em;
            color: #e6334b;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            font-family: 'Microsoft YaHei'
        }

/*hvr-ripple-out1*/
@-webkit-keyframes hvr-ripple-out1 {
    100% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out1 {
    100% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 0;
    }
}

.hvr-ripple-out1 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .hvr-ripple-out1:before {
        content: '';
        position: absolute;
        border: rgba(230,51,75,.3) solid 4px;
        border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }

.hunnews_five li:hover .hvr-ripple-out1:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}

.good_box {
    float: left;
    width: 870px;
    position: relative;
}

    .good_box .good_bd {
        width: 870px;
        height: 50px;
        border-bottom: 2px solid #ffced5;
        font-size: 0;
    }

        .good_box .good_bd a {
            display: inline-block;
            height: 50px;
            text-align: center;
            font-size: 16px;
            line-height: 42px;
            color: #333333;
            width: 140px;
            cursor: pointer;
        }

            .good_box .good_bd a.cur {
                background: url(../images/a3.png) center bottom no-repeat;
            }

        .good_box .good_bd span {
            float: right;
            padding: 0 5px 0 0;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
        }

        .good_box .good_bd select {
            float: right;
            width: 100px;
            height: 30px;
            border: 1px solid #dcdcdc;
            font-size: 14px;
            color: #666666;
            outline: none;
        }

    .good_box .good_hd {
        width: 948px;
        position: relative;
        left: -78px;
        padding-bottom: 40px;
    }

        .good_box .good_hd:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .good_box .good_hd li {
            width: 396px;
            height: 215px;
            float: left;
            overflow: hidden;
            margin: 37px 0 0 78px;
        }

            .good_box .good_hd li div.left {
                width: 183px;
                height: 215px;
                float: left;
                padding: 3px 0 0 3px;
                position: relative;
                overflow: hidden;
            }

                .good_box .good_hd li div.left i.new {
                    display: block;
                    width: 53px;
                    height: 53px;
                    position: absolute;
                    left: 0;
                    top: 0;
                    z-index: 5;
                    background: url(../images/a14.png) center no-repeat;
                }

                .good_box .good_hd li div.left a {
                    display: block;
                    width: 180px;
                    height: 212px;
                    overflow: hidden;
                }

                .good_box .good_hd li div.left img {
                    display: block;
                    width: 180px;
                    height: 212px;
                    -webkit-transform: scale(1);
                    transform: scale(1);
                    transition: 400ms;
                    -o-transition: 400ms;
                    -ms-transition: 400ms;
                    -moz-transition: 400ms;
                    -webkit-transition: 400ms;
                }

                    .good_box .good_hd li div.left img:hover {
                        -webkit-transform: scale(1.1);
                        transform: scale(1.1);
                    }

            .good_box .good_hd li div.right {
                float: right;
                width: 190px;
                height: 215px;
            }

                .good_box .good_hd li div.right h1 {
                    font-size: 14px;
                    color: #333333;
                    width: 100%;
                    height: 20px;
                    position: relative;
                    overflow: hidden;
                    margin: 14px 0 10px 0;
                    font-style: normal;
                    font-weight: normal;
                    color: #666666;
                    line-height: 20px;
                    word-wrap: break-word;
                    word-break: normal;
                }

                    .good_box .good_hd li div.right h1 em {
                        display: block;
                        font-style: normal;
                        float: left;
                        max-width: 126px;
                        padding-right: 10px;
                        height: 20px;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        -o-text-overflow: ellipsis;
                    }

                    .good_box .good_hd li div.right h1 i {
                        display: block;
                        width: 18px;
                        height: 15px;
                        float: left;
                        margin: 3px 0 0 0;
                        background-image: url(../images/icon.png);
                        background-repeat: no-repeat;
                    }

                        .good_box .good_hd li div.right h1 i.girl {
                            background-position: 0 -325px;
                        }

                        .good_box .good_hd li div.right h1 i.boy {
                            background-position: -18px -325px;
                        }

                .good_box .good_hd li div.right h2 {
                    height: 60px;
                    width: 100%;
                    overflow: hidden;
                    font-style: normal;
                    font-weight: normal;
                    color: #666666;
                    font-size: 14px;
                    line-height: 20px;
                    word-wrap: break-word;
                    word-break: normal;
                }

                .good_box .good_hd li div.right h3 {
                    width: 100%;
                    margin: 10px 0;
                    padding-top: 10px;
                    border-top: 1px solid #ededed;
                    height: 50px;
                    overflow: hidden;
                    font-style: normal;
                    font-weight: normal;
                    color: #666666;
                    font-size: 12px;
                    line-height: 20px;
                    word-wrap: break-word;
                    word-break: normal;
                }

                .good_box .good_hd li div.right div.a {
                    width: 100%;
                    height: 27px;
                    position: relative;
                    font-size: 0;
                }

                    .good_box .good_hd li div.right div.a span {
                        display: inline-block;
                        width: 77px;
                        height: 27px;
                        font-size: 12px;
                        line-height: 25px;
                        margin: 0 7px 0 0;
                        text-align: center;
                        position: relative;
                        padding-left: 26px;
                        color: #fff;
                    }

                        .good_box .good_hd li div.right div.a span.chat {
                            background: #92db33;
                            border: 1px solid #92db33;
                        }

                        .good_box .good_hd li div.right div.a span.love {
                            background: #f5475f;
                            border: 1px solid #f5475f;
                            transition: 400ms;
                            -o-transition: 400ms;
                            -ms-transition: 400ms;
                            -moz-transition: 400ms;
                            -webkit-transition: 400ms;
                        }

                            .good_box .good_hd li div.right div.a span.love.on {
                                background: #fff;
                                border: 1px solid #f5475f;
                                color: #f5475f;
                            }

                        .good_box .good_hd li div.right div.a span.chat i {
                            width: 17px;
                            height: 17px;
                            display: block;
                            position: absolute;
                            left: 10px;
                            top: 50%;
                            font-size: 14px;
                            margin-top: -8.5px;
                        }

                        .good_box .good_hd li div.right div.a span.love i {
                            width: 15px;
                            height: 15px;
                            display: block;
                            position: absolute;
                            left: 12px;
                            top: 50%;
                            font-size: 14px;
                            margin-top: -8px;
                            -webkit-text-stroke-width: 0.2px;
                        }

    /*----优质女士-图片----*/
    .good_box .good_hd2 {
        width: 934px;
        position: relative;
        left: -64px;
        padding-bottom: 40px;
    }

        .good_box .good_hd2:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .good_box .good_hd2 li {
            width: 247px;
            height: 350px;
            float: left;
            margin: 30px 0 0 64px;
        }

            .good_box .good_hd2 li div.top {
                width: 247px;
                height: 291px;
                position: relative;
                overflow: hidden;
            }

                .good_box .good_hd2 li div.top img {
                    display: block;
                    width: 247px;
                    height: 291px;
                    -webkit-transform: scale(1);
                    transform: scale(1);
                    transition: 400ms;
                    -o-transition: 400ms;
                    -ms-transition: 400ms;
                    -moz-transition: 400ms;
                    -webkit-transition: 400ms;
                }

                .good_box .good_hd2 li div.top .word {
                    width: 100%;
                    padding: 10px 15px;
                    background: rgba(0,0,0,.4);
                    -pie-background: rgba(0,0,0,0.4);
                    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
                    font-size: 0;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    z-index: 5;
                    transition: 400ms;
                    -o-transition: 400ms;
                    -ms-transition: 400ms;
                    -moz-transition: 400ms;
                    -webkit-transition: 400ms;
                }

                    .good_box .good_hd2 li div.top .word:after {
                        content: "";
                        display: block;
                        height: 0;
                        clear: both;
                        visibility: hidden;
                    }

                    .good_box .good_hd2 li div.top .word span {
                        font-size: 14px;
                        color: #fff;
                        display: block;
                        margin: 0 5px;
                    }

                .good_box .good_hd2 li div.top:hover .word {
                    padding: 18px 15px;
                    background: rgba(0,0,0,.7);
                }

                .good_box .good_hd2 li div.top:hover img {
                    -webkit-transform: scale(1.05);
                    transform: scale(1.05);
                }

            .good_box .good_hd2 li div.bottom {
                width: 247px;
                height: 38px;
                font-size: 0;
                text-align: center;
                margin-top: 20px;
            }

                .good_box .good_hd2 li div.bottom a {
                    display: inline-block;
                    width: 116px;
                    height: 38px;
                    font-size: 16px;
                    background-image: url(../images/a17.png);
                    background-repeat: no-repeat;
                    color: #fff;
                    line-height: 38px;
                }

                    .good_box .good_hd2 li div.bottom a i {
                        display: inline-block;
                        width: 20px;
                        height: 20px;
                        font-size: 20px;
                        margin: 0 5px 0 0;
                        -webkit-text-stroke-width: 0.2px;
                    }

                    .good_box .good_hd2 li div.bottom a em {
                        font-size: 16px;
                        display: inline-block;
                        font-style: normal;
                    }

                    .good_box .good_hd2 li div.bottom a.chat {
                        background-position: 0 0;
                        margin: 0 14px 0 0;
                    }

                    .good_box .good_hd2 li div.bottom a.love {
                        background-position: 0 bottom;
                    }

                        .good_box .good_hd2 li div.bottom a.love.on {
                            background: #fff;
                            border: 1px solid #f5475f;
                            color: #f5475f;
                            line-height: 36px;
                        }

/*----婚恋百科----*/
.know_box {
    float: left;
    width: 870px;
    position: relative;
}

    .know_box .know_top {
        width: 870px;
        position: relative;
        font-size: 0;
        padding-bottom: 30px;
    }

        .know_box .know_top:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .know_box .know_top h1 {
            font-size: 18px;
            color: #333333;
            font-weight: normal;
            position: relative;
            padding-bottom: 10px;
        }

            .know_box .know_top h1:before {
                content: '';
                width: 870px;
                height: 1px;
                border-bottom: 1px dashed #ddd;
                position: absolute;
                left: 0;
                top: 50%;
            }

            .know_box .know_top h1 em {
                display: inline-block;
                padding: 0 15px 0 0;
                background: #fff;
                font-style: normal;
                position: relative;
                z-index: 1;
            }

        .know_box .know_top span {
            display: inline-block;
            padding: 0 15px;
            font-size: 14px;
            height: 24px;
            line-height: 24px;
            margin: 10px 12px 0 0;
            transition: 300ms;
            -o-transition: 300ms;
            -ms-transition: 300ms;
            -moz-transition: 300ms;
            -webkit-transition: 300ms;
        }

            .know_box .know_top span a {
                color: #fff;
            }

            .know_box .know_top span:hover {
                border-radius: 30px;
            }

    .know_box .know_list {
        width: 870px;
        border: 1px solid #d9d9d9;
        position: relative;
        margin-bottom: 30px;
    }

        .know_box .know_list:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .know_box .know_list .know_list_bd {
            width: 868px;
            background: #f3f3f3;
            height: 40px;
            font-size: 0;
        }

            .know_box .know_list .know_list_bd a {
                display: inline-block;
                width: 120px;
                height: 40px;
                line-height: 38px;
                text-align: center;
                border-right: 1px solid #d9d9d9;
                border-top: 2px solid #f3f3f3;
                font-size: 16px;
                color: #666666;
                transition: 200ms;
                -o-transition: 200ms;
                -ms-transition: 200ms;
                -moz-transition: 200ms;
                -webkit-transition: 200ms;
            }

                .know_box .know_list .know_list_bd a.cur {
                    background: #fff;
                    border-top: 2px solid #e6334b;
                }

                .know_box .know_list .know_list_bd a:hover {
                    background: #fff;
                    border-top: 2px solid #e6334b;
                }

        .know_box .know_list .know_listin {
            width: 868px;
            position: relative;
            padding: 24px 20px 0 20px;
        }

            .know_box .know_list .know_listin li {
                width: 828px;
                height: 249px;
                padding: 24px 0;
                border-top: 1px solid #ededed;
            }

                .know_box .know_list .know_listin li:first-child {
                    padding-top: 0;
                    border-top: none;
                    height: 224px;
                }

                .know_box .know_list .know_listin li div.left {
                    float: left;
                    width: 242px;
                    height: 200px;
                    overflow: hidden;
                }

                    .know_box .know_list .know_listin li div.left img {
                        display: block;
                        width: 242px;
                        height: 200px;
                    }

                .know_box .know_list .know_listin li div.right {
                    float: right;
                    width: 560px;
                    height: 200px;
                    overflow: hidden;
                    position: relative;
                }

                    .know_box .know_list .know_listin li div.right h1 {
                        font-size: 18px;
                        color: #333333;
                        width: 100%;
                        line-height: 1.5em;
                        height: 1.5em;
                        font-weight: normal;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        -o-text-overflow: ellipsis;
                        margin: 10px 0;
                    }

                        .know_box .know_list .know_listin li div.right h1:hover {
                            color: #e6334b;
                        }

                    .know_box .know_list .know_listin li div.right h6 {
                        font-size: 13px;
                        color: #999999;
                        width: 100%;
                        line-height: 1.5em;
                        height: 1.5em;
                        font-weight: normal;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        -o-text-overflow: ellipsis;
                    }

                        .know_box .know_list .know_listin li div.right h6 em {
                            font-style: normal;
                            color: #1c8cb5;
                        }

                    .know_box .know_list .know_listin li div.right h2 {
                        font-size: 14px;
                        color: #666666;
                        width: 100%;
                        line-height: 1.7em;
                        height: 5.1em;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        -o-text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 3;
                        -webkit-box-orient: vertical;
                        margin: 10px 0;
                    }

                    .know_box .know_list .know_listin li div.right div.button {
                        width: 100%;
                        height: 24px;
                        overflow: hidden;
                        font-size: 0;
                    }

                        .know_box .know_list .know_listin li div.right div.button a {
                            display: inline-block;
                            height: 24px;
                            line-height: 22px;
                            padding: 0 8px;
                            font-size: 14px;
                            margin: 0 10px 0 0;
                            transition: 200ms;
                            -o-transition: 200ms;
                            -ms-transition: 200ms;
                            -moz-transition: 200ms;
                            -webkit-transition: 200ms;
                        }

                            .know_box .know_list .know_listin li div.right div.button a:hover {
                                border-radius: 20px;
                            }

                            .know_box .know_list .know_listin li div.right div.button a.hong {
                                color: #fd8f8f;
                                border: 1px solid #fd8f8f;
                            }

                            .know_box .know_list .know_listin li div.right div.button a.lv {
                                color: #96d6ad;
                                border: 1px solid #96d6ad;
                            }

                            .know_box .know_list .know_listin li div.right div.button a.caolv {
                                color: #cae051;
                                border: 1px solid #cae051;
                            }

                            .know_box .know_list .know_listin li div.right div.button a.cheng {
                                color: #ffb350;
                                border: 1px solid #ffb350;
                            }

                            .know_box .know_list .know_listin li div.right div.button a.fen {
                                color: #faa496;
                                border: 1px solid #faa496;
                            }

/*----婚恋团队-详情----*/
.guwen_word {
    width: 1200px;
    position: relative;
}

    .guwen_word:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .guwen_word .guwen_wordl {
        float: left;
        width: 346px;
        height: 513px;
        background: #f5f5f5;
        position: relative;
        overflow: hidden;
        padding: 12px;
    }

        .guwen_word .guwen_wordl img {
            display: block;
            width: 322px;
            height: 445px;
        }

        .guwen_word .guwen_wordl p {
            font-size: 14px;
            width: 100%;
            height: 1.5em;
            line-height: 1.5em;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            margin: 18px 0 0 0;
        }

            .guwen_word .guwen_wordl p span {
                color: #e6334b;
            }

    .guwen_word .guwen_wordr {
        float: right;
        width: 800px;
        position: relative;
        overflow: hidden;
        word-wrap: break-word;
        word-break: normal;
    }

        .guwen_word .guwen_wordr .word_a {
            width: 100%;
            position: relative;
        }

            .guwen_word .guwen_wordr .word_a h1 {
                font-size: 14px;
                color: #999999;
                font-weight: normal;
                padding-bottom: 15px;
            }

                .guwen_word .guwen_wordr .word_a h1 em {
                    font-size: 26px;
                    color: #e6334b;
                    font-style: normal;
                    padding: 0 20px 0 0;
                }

            .guwen_word .guwen_wordr .word_a p {
                font-size: 14px;
                color: #666666;
                padding: 2px 0;
            }

        .guwen_word .guwen_wordr .word_b {
            width: 100%;
            position: relative;
            padding-top: 20px;
        }

            .guwen_word .guwen_wordr .word_b > span {
                display: block;
                width: 90px;
                height: 27px;
                background-image: url(../images/a19.png);
                background-repeat: no-repeat;
                background-position: right center;
                text-align: center;
                line-height: 27px;
                color: #fff;
                margin-bottom: 10px;
                padding-right: 5px;
            }

            .guwen_word .guwen_wordr .word_b > p {
                font-size: 12px;
                color: #666666;
                width: 100%;
                line-height: 1.5em;
            }

                .guwen_word .guwen_wordr .word_b > p.a {
                    max-height: 3em;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    -o-text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

                .guwen_word .guwen_wordr .word_b > p.b {
                    height: 1.5em;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    -o-text-overflow: ellipsis;
                }

                .guwen_word .guwen_wordr .word_b > p.c {
                    max-height: 4.5em;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    -o-text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                }

        .guwen_word .guwen_wordr .word_btn {
            width: 187px;
            height: 60px;
            background: #fb9c20;
            background: -webkit-linear-gradient(top,#fda129,#f89413);
            background: -moz-linear-gradient(top,#fda129,#f89413);
            background: -ms-linear-gradient(top,#fda129,#f89413);
            background: -o-linear-gradient(top,#fda129,#f89413);
            position: absolute;
            right: 100px;
            top: 20px;
            text-align: center;
            border: 1px solid #ff9000;
        }

            .guwen_word .guwen_wordr .word_btn a {
                display: block;
                width: 187px;
                height: 60px;
                text-align: center;
                line-height: 58px;
                font-size: 20px;
                color: #fff;
                position: relative;
                padding-left: 32px;
            }

                .guwen_word .guwen_wordr .word_btn a i {
                    display: block;
                    width: 32px;
                    height: 32px;
                    background-image: url(../images/icon.png);
                    background-repeat: no-repeat;
                    background-position: 0 -686px;
                    position: absolute;
                    left: 25px;
                    top: 50%;
                    margin: -16px 0 0 0;
                }

/* Outline In */
.hvr-outline-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .hvr-outline-in:before {
        pointer-events: none;
        content: '';
        position: absolute;
        border: rgba(255,144,0,.5) solid 4px;
        top: -16px;
        right: -16px;
        bottom: -16px;
        left: -16px;
        opacity: 0;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: top, right, bottom, left;
        transition-property: top, right, bottom, left;
    }

    .hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
        top: -8px;
        right: -8px;
        bottom: -8px;
        left: -8px;
        opacity: 1;
    }

.guwen_peo {
    width: 1200px;
    position: relative;
    padding-top: 30px;
}

    .guwen_peo:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .guwen_peo h5 {
        font-size: 26px;
        color: #666666;
        line-height: 1.5em;
        font-weight: normal;
        margin: 0 0 30px 0;
    }

    .guwen_peo ul {
        width: 1207.5px;
        position: relative;
        left: -7.5px;
    }

        .guwen_peo ul:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .guwen_peo ul li {
            width: 234px;
            height: 193px;
            float: left;
            margin: 0 0 0 7.5px;
            position: relative;
            overflow: hidden;
        }

            .guwen_peo ul li img {
                display: block;
                width: 234px;
                height: 193px;
            }

            .guwen_peo ul li div.a {
                width: 234px;
                height: 193px;
                display: block;
                background: #beed7d;
                position: absolute;
                opacity: 0;
                filter: alpha(opacity=0);
                text-align: center;
                left: 0;
                top: 0;
                font-size: 0;
                padding-top: 90px;
                transition: 400ms;
                -o-transition: 400ms;
                -ms-transition: 400ms;
                -moz-transition: 400ms;
                -webkit-transition: 400ms;
                -webkit-transform: scale(0);
                transform: scale(0);
                box-shadow: 0 0 8px #beed7d;
                -webkit-box-shadow: 0 0 8px #beed7d;
            }

                .guwen_peo ul li div.a i {
                    width: 15px;
                    height: 15px;
                    font-size: 16px;
                    color: #e6334b;
                    margin: 0 10px 0 0;
                    -webkit-text-stroke-width: 0.2px;
                }

                .guwen_peo ul li div.a span {
                    display: inline-block;
                    font-size: 14px;
                    color: #333333;
                }

            .guwen_peo ul li:hover div.a {
                opacity: .8;
                filter: alpha(opacity=80);
                -webkit-transform: scale(1);
                transform: scale(1);
            }

/*----招聘英才----*/
.zhao_left {
    float: left;
    width: 870px;
    position: relative;
}

    .zhao_left:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.neinav_right {
    width: 290px;
    float: right;
    position: relative;
}

    .neinav_right:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .neinav_right > .nnav_top {
        width: 290px;
        border: 3px solid #d7d7d7;
        padding: 20px;
        word-wrap: break-word;
        word-break: normal;
    }

        .neinav_right > .nnav_top h1 {
            font-size: 22px;
            color: #99cc00;
            line-height: 1.5em;
        }

        .neinav_right > .nnav_top h2 {
            font-size: 16px;
            color: #d7d7d7;
            text-transform: uppercase;
            line-height: 1.5em;
        }

    .neinav_right > .nnav_cen {
        width: 290px;
        position: relative;
        background: #fafafa;
    }

        .neinav_right > .nnav_cen:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .neinav_right > .nnav_cen li {
            width: 290px;
            border-top: 1px solid #ededed;
        }

            .neinav_right > .nnav_cen li:first-child {
                border-top: none;
            }

            .neinav_right > .nnav_cen li > a {
                display: block;
                width: 290px;
                height: 60px;
                padding: 0 30px;
                position: relative;
            }

            .neinav_right > .nnav_cen li span {
                display: block;
                width: 230px;
                height: 60px;
                line-height: 60px;
                font-size: 333333;
                font-size: 16px;
                overflow: hidden;
            }

            .neinav_right > .nnav_cen li i {
                position: absolute;
                right: 15px;
                top: 50%;
                margin-top: -9px;
                color: #333333;
                font-size: 18px;
            }

            .neinav_right > .nnav_cen li.cur i {
                transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -webkit-transform: rotate(90deg);
                -o-transform: rotate(90deg);
            }

            .neinav_right > .nnav_cen li dl {
                width: 100%;
                position: relative;
                display: none;
            }

                .neinav_right > .nnav_cen li dl dd {
                    width: 290px;
                    height: 60px;
                    border-top: 1px solid #ededed;
                    line-height: 60px;
                    font-size: 16px;
                }

                    .neinav_right > .nnav_cen li dl dd a {
                        color: #999999;
                        display: block;
                        padding: 0 30px 0 50px;
                    }

            .neinav_right > .nnav_cen li a:hover {
                color: #99cc00;
            }

        .neinav_right > .nnav_cen .cur > a {
            color: #99cc00;
        }

    .neinav_right > .nnav_btm {
        width: 340px;
        position: relative;
        left: -25px;
        height: 172px;
        background: url(../images/a20.png) center no-repeat;
        margin: 20px 0;
        overflow: hidden;
        text-align: center;
    }

        .neinav_right > .nnav_btm h1 {
            font-size: 16px;
            color: #e6334b;
            margin: 8px 0;
            padding: 0 0 0 15px;
        }

            .neinav_right > .nnav_btm h1:first-child {
                margin-top: 70px;
            }

            .neinav_right > .nnav_btm h1 i {
                display: inline-block;
                width: 25px;
                height: 21px;
                margin: 0 10px 0 0;
                background-image: url(../images/icon.png);
                background-repeat: no-repeat;
                background-position: left bottom;
            }

.zhao_left .zleft_top {
    width: 870px;
    position: relative;
    word-wrap: break-word;
    word-break: normal;
    padding-bottom: 20px;
}

    .zhao_left .zleft_top img {
        max-width: 100%;
    }

.zhao_left .zleft_cen {
    width: 870px;
    position: relative;
}

    .zhao_left .zleft_cen:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .zhao_left .zleft_cen .zleft_cen_hd {
        float: left;
        width: 136px;
    }

        .zhao_left .zleft_cen .zleft_cen_hd span {
            display: block;
            width: 136px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            font-size: 16px;
            color: #333333;
            background: #f2f2f2;
            margin: 0 0 17px 0;
            cursor: pointer;
            transition: 200ms;
            -o-transition: 200ms;
            -ms-transition: 200ms;
            -moz-transition: 200ms;
            -webkit-transition: 200ms;
        }

            .zhao_left .zleft_cen .zleft_cen_hd span:hover {
                background-color: #e6334b;
                color: #fff;
            }

            .zhao_left .zleft_cen .zleft_cen_hd span.cur {
                background-color: #e6334b;
                color: #fff;
            }

    .zhao_left .zleft_cen .zleft_cen_bd {
        float: right;
        width: 712px;
        background: #f2f2f2;
        padding: 26px;
        display: none;
    }

        .zhao_left .zleft_cen .zleft_cen_bd img {
            max-width: 100%;
        }

/*----vip服务----*/
.vip_title {
    width: 100%;
    background: #f89412;
    position: relative;
    overflow: hidden;
}

    .vip_title > h1 {
        margin: 10px;
        padding: 10px;
        font-size: 16px;
        color: #fff;
        border: 1px dashed #fff;
        overflow: hidden;
    }

.vip_word {
    width: 100%;
    margin: 30px 0;
    padding: 0 30px;
    word-wrap: break-word;
    word-break: normal;
}

    .vip_word:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .vip_word > .left {
        float: left;
        width: 50%;
    }

    .vip_word img {
        max-width: 100%;
    }

    .vip_word > .right {
        float: right;
        width: 50%;
    }

.vip_wordr_btn {
    display: block;
    float: right;
    height: 55px;
    line-height: 60px;
    /*
	background-image: url(../images/c8.png);
    background-repeat: no-repeat;
	background-position: 0 -84px;
	*/
    background-color: #e6334b;
    text-align: center;
    margin: 50px 200px 0 0;
    cursor: pointer;
    color: #fff;
    width: 245px;
    padding: 0 0 0 25px;
    position: relative;
}

    .vip_wordr_btn i {
        width: 25px;
        height: 21px;
        display: inline-block;
        background-image: url(../images/c8.png);
        background-repeat: no-repeat;
        background-position: right top;
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -11px;
    }

    .vip_wordr_btn em {
        font-size: 18px;
        font-style: normal;
        line-height: 42px;
        color: #fff;
    }

.vipbox_hd {
    width: 1330px;
    padding: 0 50px;
    position: relative;
    left: -130px;
}

    .vipbox_hd:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .vipbox_hd li {
        width: 136px;
        height: 180px;
        float: left;
        margin: 0 0 0 110px;
    }

        .vipbox_hd li em {
            display: block;
            width: 136px;
            height: 136px;
            overflow: hidden;
            border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            background-color: #e6334b;
            position: relative;
            transition: 400ms;
            -o-transition: 400ms;
            -ms-transition: 400ms;
            -moz-transition: 400ms;
            -webkit-transition: 400ms;
        }

        .vipbox_hd li i {
            display: block;
            width: 100px;
            height: 100px;
            margin: 18px;
            background-image: url(../images/a21.png);
            background-repeat: no-repeat;
        }

        .vipbox_hd li p {
            font-size: 14px;
            text-align: center;
            line-height: 20px;
            height: 20px;
            margin: 24px 0 0 0;
            transition: 400ms;
            -o-transition: 400ms;
            -ms-transition: 400ms;
            -moz-transition: 400ms;
            -webkit-transition: 400ms;
        }

        .vipbox_hd li.btn_1 i {
            background-position: 0 0
        }

        .vipbox_hd li.btn_2 i {
            background-position: 0 -100px
        }

        .vipbox_hd li.btn_3 i {
            background-position: 0 -200px
        }

        .vipbox_hd li.btn_4 i {
            background-position: 0 -300px
        }

        .vipbox_hd li.btn_5 i {
            background-position: 0 -400px
        }

        .vipbox_hd li:hover p {
            color: #e6334b;
            font-size: 18px;
            font-weight: bold;
        }

        .vipbox_hd li.cur p {
            color: #e6334b;
            font-size: 18px;
            font-weight: bold;
        }
/* Radial Out */
.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
}

    .hvr-radial-out:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #99cc00;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 600ms;
        transition-duration: 600ms;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

.vipbox_hd li:hover .hvr-radial-out:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.vipbox_hd li.cur .hvr-radial-out:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.vipbox_bd {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0 50px;
    display: none;
}

    .vipbox_bd img {
        max-width: 100%;
    }

    .vipbox_bd .a {
        font-size: 18px;
        color: #e6334b;
        margin-bottom: 15px;
    }

    .vipbox_bd .b {
        font-size: 16px;
        color: #999999;
        line-height: 2em;
    }

/*----安全指南----*/
.anquan_left {
    float: left;
    width: 870px;
    position: relative;
    border: 1px solid #ededed;
}

    .anquan_left:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
    }

    .anquan_left > h1.a {
        width: 100%;
        height: 56px;
        background: #ededed;
        padding: 0 10px;
        font-size: 18px;
        color: #333333;
        line-height: 56px;
    }

    .anquan_left .anleft_in {
        width: 868px;
        padding: 24px;
        word-wrap: break-word;
        word-break: normal;
    }

        .anquan_left .anleft_in h2.b {
            display: block;
            width: 100%;
            font-size: 18px;
            color: #333333;
            line-height: 1.8em;
        }

        .anquan_left .anleft_in h3.c {
            width: 100%;
            padding: 15px 15px 15px 60px;
            position: relative;
            background: #f5f5f5;
            font-size: 24px;
            color: #e6334b;
            margin: 30px 0;
        }

            .anquan_left .anleft_in h3.c i {
                display: block;
                position: absolute;
                left: 20px;
                top: 50%;
                width: 29px;
                height: 29px;
                margin-top: -14.5px;
                background-image: url(../images/icon.png);
                background-repeat: no-repeat;
                background-position: -25px bottom;
            }

            .anquan_left .anleft_in h3.c em {
                font-size: 18px;
                color: #999999;
                font-style: normal;
            }

        .anquan_left .anleft_in h4.d {
            font-size: 24px;
            color: #e6334b;
            margin: 0 0 30px 0;
        }

        .anquan_left .anleft_in ul.anleft_list {
            width: 870px;
            position: relative;
            left: -50px;
        }

            .anquan_left .anleft_in ul.anleft_list:after {
                content: "";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }

            .anquan_left .anleft_in ul.anleft_list li {
                width: 385px;
                height: 153px;
                float: left;
                margin: 0 0 30px 50px;
                position: relative;
            }

                .anquan_left .anleft_in ul.anleft_list li div.left {
                    width: 188px;
                    height: 153px;
                    float: left;
                }

                    .anquan_left .anleft_in ul.anleft_list li div.left img {
                        display: block;
                        width: 188px;
                        height: 153px;
                    }

                .anquan_left .anleft_in ul.anleft_list li div.right {
                    float: right;
                    width: 170px;
                    height: 153px;
                    padding: 20px 0 0 0;
                }

                    .anquan_left .anleft_in ul.anleft_list li div.right h5 {
                        font-size: 18px;
                        color: #333333;
                        width: 100%;
                        line-height: 1.5em;
                        height: 1.5em;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        -o-text-overflow: ellipsis;
                        margin-bottom: 10px;
                    }

                    .anquan_left .anleft_in ul.anleft_list li div.right p {
                        width: 100%;
                        line-height: 1.5em;
                        height: 4.5em;
                        font-size: 14px;
                        color: #666666;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        -o-text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 3;
                        -webkit-box-orient: vertical;
                    }

                .anquan_left .anleft_in ul.anleft_list li:hover div.right h5 {
                    color: #e6334b;
                }

/*----成功故事----*/
.suc_box {
    width: 870px;
    float: left;
    position: relative;
}

    .suc_box:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .suc_box .suc_list {
        width: 870px;
        position: relative;
    }

        .suc_box .suc_list:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .suc_box .suc_list li {
            width: 870px;
            height: 240px;
            border: 1px solid #ededed;
            margin: 0 0 25px 0;
            padding: 18px;
        }

            .suc_box .suc_list li div.left {
                width: 242px;
                height: 200px;
                float: left;
                position: relative;
            }

                .suc_box .suc_list li div.left img {
                    display: block;
                    width: 242px;
                    height: 200px;
                }

                .suc_box .suc_list li div.left i {
                    display: block;
                    padding: 0 8px;
                    background: #e6334b;
                    position: absolute;
                    left: -6px;
                    top: 10px;
                    z-index: 5;
                    font-size: 12px;
                    color: #fff;
                    height: 18px;
                    line-height: 18px;
                    font-style: normal;
                }

                    .suc_box .suc_list li div.left i:before {
                        position: absolute;
                        content: '';
                        left: 1px;
                        top: -3px;
                        width: 0;
                        height: 0;
                        border-left: 4px solid transparent;
                        border-right: 4px solid transparent;
                        border-top: 4px solid #b21e32;
                        -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                    }

            .suc_box .suc_list li div.right {
                float: right;
                width: 550px;
                height: 200px;
                overflow: hidden;
                padding-top: 10px;
            }

                .suc_box .suc_list li div.right h1 {
                    font-size: 20px;
                    color: #1c8cb5;
                    width: 100%;
                    line-height: 1.5em;
                    height: 1.5em;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    -o-text-overflow: ellipsis;
                }

                .suc_box .suc_list li div.right div.a {
                    width: 100%;
                    height: 30px;
                    overflow: hidden;
                    font-size: 0;
                    -moz-user-select: none; /*火狐*/
                    -webkit-user-select: none; /*webkit浏览器*/
                    -ms-user-select: none; /*IE10*/
                    -khtml-user-select: none; /*早期浏览器*/
                    user-select: none;
                }

                    .suc_box .suc_list li div.right div.a span {
                        display: inline-block;
                        font-size: 14px;
                        color: #999999;
                        line-height: 30px;
                    }

                    .suc_box .suc_list li div.right div.a em {
                        display: inline-block;
                        font-size: 14px;
                        color: #333333;
                        line-height: 30px;
                        margin: 0 0 0 15px;
                        font-style: normal;
                        cursor: pointer;
                    }

                        .suc_box .suc_list li div.right div.a em i {
                            color: #e6334b;
                            font-size: 14px;
                            padding: 0 6px 0 0;
                        }

                        .suc_box .suc_list li div.right div.a em b {
                            font-weight: normal;
                        }

                .suc_box .suc_list li div.right p {
                    font-size: 14px;
                    color: #666666;
                    line-height: 1.7em;
                    height: 5.1em;
                    width: 100%;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    -o-text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                    margin: 8px 0;
                }

                .suc_box .suc_list li div.right h2 {
                    width: 92px;
                    height: 30px;
                    text-align: center;
                    line-height: 30px;
                    font-size: 14px;
                    background: #e6334b;
                    color: #fff;
                }

/* Float Shadow */
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-float-shadow:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

.suc_box .suc_list li .hvr-float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

    .suc_box .suc_list li .hvr-float-shadow:hover:before {
        opacity: 1;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

.gushi_box {
    width: 870px;
    float: left;
    position: relative;
}

    .gushi_box:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.wenzhang_box {
    width: 870px;
    position: relative;
    word-wrap: break-word;
    word-break: normal;
}

    .wenzhang_box:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .wenzhang_box > h1 {
        font-size: 18px;
        color: #333333;
        line-height: 1.5em;
        text-align: center;
    }

    .wenzhang_box > .wzbox_xinxi {
        width: 870px;
        background-color: #f8f8f8;
        border: 1px solid #ededed;
        padding: 6px 10px;
        margin: 25px 0;
    }

        .wenzhang_box > .wzbox_xinxi:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .wenzhang_box > .wzbox_xinxi div.left {
            float: left;
        }

        .wenzhang_box > .wzbox_xinxi div.right {
            float: right;
        }

        .wenzhang_box > .wzbox_xinxi span {
            font-size: 12px;
            color: #999999;
            line-height: 28px;
        }

        .wenzhang_box > .wzbox_xinxi .bdshare-button-style0-16 {
            float: right;
        }

    .wenzhang_box > .wzbox_jianjie {
        width: 870px;
        border: 1px solid #ededed;
        position: relative;
        margin: 50px 0 0 0;
        padding: 55px 52px 20px 52px;
    }

        .wenzhang_box > .wzbox_jianjie div.a {
            width: 123px;
            height: 75px;
            background: url(../images/a22.png) center no-repeat;
            position: absolute;
            left: 52px;
            top: -28px;
            overflow: hidden;
        }

            .wenzhang_box > .wzbox_jianjie div.a > span {
                font-size: 16px;
                color: #fff;
                margin: 22px 5px 0 5px;
                display: inline-block;
            }

        .wenzhang_box > .wzbox_jianjie > h2 {
            font-size: 14px;
            color: #333;
            line-height: 1.5em;
            margin: 8px 0;
        }

    .wenzhang_box > .wzbox_bianjiqi {
        width: 870px;
        margin: 25px 0;
        position: relative;
        padding: 0 30px;
        line-height: 25px;
        font-size: 14px;
    }

        .wenzhang_box > .wzbox_bianjiqi img {
            max-width: 100%;
        }

.gushi_box .gushi_guwen {
    width: 870px;
    padding: 25px 0;
    border-top: 1px solid #ededed;
    word-wrap: break-word;
    word-break: normal;
}

    .gushi_box .gushi_guwen:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .gushi_box .gushi_guwen .top {
        width: 870px;
        height: 130px;
        overflow: hidden;
    }

        .gushi_box .gushi_guwen .top .top_left {
            float: left;
            width: 130px;
            height: 130px;
        }

            .gushi_box .gushi_guwen .top .top_left img {
                display: block;
                width: 130px;
                height: 130px;
                border-radius: 50%;
                -o-border-radius: 50%;
                -ms-border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
            }

        .gushi_box .gushi_guwen .top .top_right {
            float: left;
            margin: 0 0 0 34px;
            padding: 0 0 0 35px;
            width: 600px;
            height: 130px;
            position: relative;
            overflow: hidden;
        }

            .gushi_box .gushi_guwen .top .top_right:before {
                content: '';
                position: absolute;
                width: 1px;
                height: 96px;
                background: #333;
                left: 0;
                top: 50%;
                margin-top: -48px;
            }

            .gushi_box .gushi_guwen .top .top_right h1 {
                font-size: 14px;
                color: #e6334b;
                margin: 20px 0 30px 0;
            }

            .gushi_box .gushi_guwen .top .top_right span {
                font-size: 14px;
                color: #333333;
                display: inline-block;
                width: 200px;
                line-height: 1.8em;
            }

    .gushi_box .gushi_guwen .bottom {
        width: 100%;
        padding: 20px 0 0 0;
    }

        .gushi_box .gushi_guwen .bottom > h1 {
            font-size: 18px;
            color: #333333;
            margin-bottom: 10px;
        }

        .gushi_box .gushi_guwen .bottom > p {
            font-size: 14px;
            color: #666666;
            line-height: 1.8em;
        }

.wenzhang_other {
    width: 870px;
    border: 1px solid #ededed;
    background: #f8f8f8;
    padding: 6px 10px;
}

    .wenzhang_other:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .wenzhang_other > a {
        display: block;
        max-width: 45%;
        font-size: 12px;
        line-height: 1.5em;
        height: 1.5em;
        color: #666666;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

        .wenzhang_other > a:hover {
            color: #e6334b;
        }

        .wenzhang_other > a.prev {
            float: left;
        }

        .wenzhang_other > a.next {
            float: right;
            text-align: right;
        }

/*----媒体报道----*/
.meiti_box {
    width: 870px;
    float: left;
    position: relative;
}

    .meiti_box:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .meiti_box .meitibox_list {
        position: relative;
        width: 900px;
        left: -30px;
    }

        .meiti_box .meitibox_list:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .meiti_box .meitibox_list li {
            width: 270px;
            margin: 0 0 30px 30px;
            height: 255px;
            float: left;
            position: relative;
            overflow: hidden;
        }

            .meiti_box .meitibox_list li div.top {
                width: 270px;
                height: 212px;
                position: relative;
                overflow: hidden;
            }

                .meiti_box .meitibox_list li div.top img {
                    display: block;
                    width: 270px;
                    height: 212px;
                    -webkit-transform: scale(1);
                    transform: scale(1);
                    transition: 400ms;
                    -o-transition: 400ms;
                    -ms-transition: 400ms;
                    -moz-transition: 400ms;
                    -webkit-transition: 400ms;
                }

            .meiti_box .meitibox_list li div.bottom {
                display: block;
                position: absolute;
                left: 0;
                width: 100%;
                bottom: 0;
                text-align: center;
                padding: 12px 5px;
                border: 1px solid #ededed;
                background: #fff;
                transition: 300ms;
                -o-transition: 300ms;
                -ms-transition: 300ms;
                -moz-transition: 300ms;
                -webkit-transition: 300ms;
            }

                .meiti_box .meitibox_list li div.bottom p {
                    font-size: 14px;
                    color: #666666;
                    width: 100%;
                    line-height: 20px;
                    height: 20px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    -o-text-overflow: ellipsis;
                    transition: 100ms;
                    -o-transition: 100ms;
                    -ms-transition: 100ms;
                    -moz-transition: 100ms;
                    -webkit-transition: 100ms;
                }

            .meiti_box .meitibox_list li:hover div.top img {
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }

            .meiti_box .meitibox_list li:hover div.bottom {
                padding: 16px 5px;
                background: #e6334b;
                border: 1px solid #e6334b;
            }

                .meiti_box .meitibox_list li:hover div.bottom p {
                    color: #fff;
                }

/*----服务流程----*/
.liucheng_box {
    float: left;
    width: 870px;
    position: relative;
}

    .liucheng_box:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .liucheng_box .lcbox_hd {
        width: 900px;
        position: relative;
    }

        .liucheng_box .lcbox_hd:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .liucheng_box .lcbox_hd li {
            width: 120px;
            height: 145px;
            float: left;
            margin: 0 30px 0 0;
            text-align: center;
        }

            .liucheng_box .lcbox_hd li em {
                display: block;
                margin: 0 auto;
                width: 80px;
                height: 80px;
                overflow: hidden;
                border-radius: 50%;
                -o-border-radius: 50%;
                -ms-border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                background-color: #e6334b;
                position: relative;
                background: #e6334b;
                -webkit-transform: scale(0.85);
                -ms-transform: scale(0.85);
                -o-transform: scale(0.85);
                transform: scale(0.85);
                transition: 400ms;
                -o-transition: 400ms;
                -ms-transition: 400ms;
                -moz-transition: 400ms;
                -webkit-transition: 400ms;
            }

                .liucheng_box .lcbox_hd li em i {
                    width: 60px;
                    height: 60px;
                    margin: 10px;
                    display: block;
                    background-image: url(../images/a23.png);
                    background-repeat: no-repeat;
                }

    .liucheng_box .lcboxa_hd li.btn1 em i {
        background-position: 0 0
    }

    .liucheng_box .lcboxa_hd li.btn2 em i {
        background-position: 0 -60px
    }

    .liucheng_box .lcboxa_hd li.btn3 em i {
        background-position: 0 -120px
    }

    .liucheng_box .lcboxa_hd li.btn4 em i {
        background-position: 0 -180px
    }

    .liucheng_box .lcboxa_hd li.btn5 em i {
        background-position: 0 -240px
    }

    .liucheng_box .lcboxa_hd li.btn6 em i {
        background-position: 0 -300px
    }

    .liucheng_box .lcboxb_hd li.btn1 em i {
        background-position: 0 -360px
    }

    .liucheng_box .lcboxb_hd li.btn2 em i {
        background-position: 0 -420px
    }

    .liucheng_box .lcboxb_hd li.btn3 em i {
        background-position: 0 -480px
    }

    .liucheng_box .lcboxb_hd li.btn4 em i {
        background-position: 0 -540px
    }

    .liucheng_box .lcboxb_hd li.btn5 em i {
        background-position: 0 -600px
    }

    .liucheng_box .lcboxb_hd li.btn6 em i {
        background-position: 0 -660px
    }

    .liucheng_box .lcbox_hd li p {
        font-size: 14px;
        color: #666666;
        margin-top: 20px;
    }

/* Radial Out */
.hvr-radial-out1 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
}

    .hvr-radial-out1:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #99cc00;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 600ms;
        transition-duration: 600ms;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

.lcbox_hd li:hover em {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.lcbox_hd li:hover .hvr-radial-out1:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.lcbox_hd li.cur em {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.lcbox_hd li.cur .hvr-radial-out1:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.lcbox_hd li:hover p {
    font-size: 16px;
    font-weight: bold;
    color: #e6334b;
}

.lcbox_hd li.cur p {
    font-size: 16px;
    font-weight: bold;
    color: #e6334b;
}

.liucheng_box .lcbox_bd {
    width: 870px;
    word-wrap: break-word;
    word-break: normal;
    margin: 20px 0;
    display: none;
}

    .liucheng_box .lcbox_bd .a {
        font-size: 18px;
        color: #e6334b;
        line-height: 1.5em;
        margin-bottom: 25px;
    }

    .liucheng_box .lcbox_bd .b {
        font-size: 16px;
        color: #333333;
        line-height: 1.5em;
        padding-left: 20px;
    }

    .liucheng_box .lcbox_bd .c {
        font-size: 16px;
        color: #999999;
        line-height: 1.5em;
        margin: 5px 0 20px 0;
        padding-left: 20px;
    }

.liucheng_box > h4 {
    font-size: 26px;
    color: #666666;
    margin: 60px 0 40px 0;
}

/*----公司简介-公司历程----*/
.aboutus_box {
    float: left;
    width: 870px;
    position: relative;
}

    .aboutus_box .aboutus_boxbian {
        width: 100%;
        line-height: 25px;
        word-wrap: break-word;
        word-break: normal;
        padding: 0 0 40px 0;
        background: #fff;
        position: relative;
        z-index: 5;
    }

    .aboutus_box h2 {
        font-size: 24px;
        line-height: 35px;
    }

    .aboutus_box:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .aboutus_box:before {
        content: '';
        width: 1px;
        height: 100%;
        background: #e6334b;
        left: 240px;
        top: 0;
        position: absolute;
    }

    .aboutus_box .abus_in {
        width: 870px;
        position: relative;
        padding: 0 0 0 230px;
        min-height: 127px;
    }

        .aboutus_box .abus_in img {
            display: block;
            width: 188px;
            height: 127px;
            position: absolute;
            left: 0;
            top: 0;
            border-radius: 18px;
            -o-border-radius: 18px;
            -ms-border-radius: 18px;
            -moz-border-radius: 18px;
            -webkit-border-radius: 18px;
        }

        .aboutus_box .abus_in div.a {
            display: block;
            width: 100%;
            word-wrap: break-word;
            word-break: normal;
            padding: 0 0 0 60px;
            position: relative;
            margin-bottom: 20px;
        }

            .aboutus_box .abus_in div.a:after {
                content: "";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }

            .aboutus_box .abus_in div.a:before {
                content: '';
                width: 16px;
                height: 16px;
                background: #fff;
                border: 1px solid #e6334b;
                border-radius: 50%;
                -o-border-radius: 50%;
                -ms-border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                position: absolute;
                left: 2.5px;
                top: 0;
            }

            .aboutus_box .abus_in div.a span {
                display: block;
                float: left;
            }

            .aboutus_box .abus_in div.a p {
                float: right;
                width: 480px;
                line-height: 1.7em;
            }

/*----公司信息----*/
.contant_box {
    width: 870px;
    position: relative;
    float: left;
}

    .contant_box:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .contant_box .contant_box_map {
        width: 870px;
        /* height: 290px; */
        background: #ededed;
        overflow: hidden;
        position: relative;
    }

    .contant_box .contant_box_btm {
        width: 870px;
        margin: 20px 0;
        position: relative;
    }

        .contant_box .contant_box_btm:before {
            content: "";
            position: absolute;
            left: 520px;
            height: 80%;
            top: 10%;
            width: 1px;
            background: #ededed;
            background: -webkit-linear-gradient(top,#f6f6f6,#b9b9b9,#f6f6f6);
            background: -moz-linear-gradient(top,#f6f6f6,#b9b9b9,#f6f6f6);
            background: -ms-linear-gradient(top,#f6f6f6,#b9b9b9,#f6f6f6);
            background: -o-linear-gradient(top,#f6f6f6,#b9b9b9,#f6f6f6);
        }

        .contant_box .contant_box_btm:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .contant_box .contant_box_btm .left {
            float: left;
            width: 520px;
        }

            .contant_box .contant_box_btm .left h1 {
                font-size: 18px;
                color: #333333;
                line-height: 1.5em;
                margin-top: 15px;
                position: relative;
                padding-left: 20px;
                word-wrap: break-word;
                word-break: normal;
            }

                .contant_box .contant_box_btm .left h1:before {
                    content: '';
                    width: 4px;
                    height: 4px;
                    background: #e6334b;
                    position: absolute;
                    left: 0;
                    top: 11px;
                }

            .contant_box .contant_box_btm .left em.a {
                display: inline-block;
                width: 80px;
                height: 26px;
                border: 1px solid #e6334b;
                color: #e6334b;
                font-style: normal;
                font-size: 12px;
                padding-left: 25px;
                position: relative;
                line-height: 24px;
            }

                .contant_box .contant_box_btm .left em.a i {
                    display: block;
                    position: absolute;
                    left: 6px;
                    top: 50%;
                    margin-top: -7px;
                    width: 12px;
                    height: 14px;
                    background-image: url(../images/icon.png);
                    background-repeat: no-repeat;
                    background-position: -54px bottom;
                }

/* Float Shadow1 */
.hvr-float-shadow1 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-float-shadow1:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        /* W3C */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

    .hvr-float-shadow1:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .hvr-float-shadow1:hover:before {
            opacity: 1;
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
        }

.contant_box .contant_box_btm .right {
    float: right;
    width: 340px;
    text-align: center;
}

    .contant_box .contant_box_btm .right img {
        display: block;
        width: 110px;
        height: 110px;
        margin: 30px auto 0 auto;
    }

    .contant_box .contant_box_btm .right h1 {
        font-size: 18px;
        color: #333333;
        margin: 20px 0 10px 0;
    }

    .contant_box .contant_box_btm .right h2 {
        font-size: 14px;
        color: #333333;
    }

/*----公司组织结构----*/
.jiegou_box {
    width: 870px;
    float: left;
    position: relative;
}

    .jiegou_box:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .jiegou_box div.top {
        width: 870px;
        position: relative;
        word-wrap: break-word;
        word-break: normal;
        margin-bottom: 30px;
    }

        .jiegou_box div.top:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .jiegou_box div.top img {
            display: block;
            width: 160px;
            height: 160px;
            float: left;
            border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
        }

        .jiegou_box div.top div.right {
            float: right;
            width: 660px;
            padding-top: 30px;
        }

            .jiegou_box div.top div.right h1 {
                font-size: 20px;
                color: #e6334b;
                margin-bottom: 15px;
            }

                .jiegou_box div.top div.right h1 em {
                    color: #666666;
                    font-style: normal;
                    text-transform: uppercase;
                    margin: 0 0 0 20px;
                }

            .jiegou_box div.top div.right p {
                font-size: 14px;
                color: #999999;
                line-height: 1.5em;
            }

/* Shadow */
.hvr-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    border-radius: 50%;
}

.fa-shadow:hover .hvr-shadow {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.jiegou_box ul.list {
    width: 946px;
    position: relative;
    left: -76px;
    word-wrap: break-word;
    word-break: normal;
}

    .jiegou_box ul.list:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .jiegou_box ul.list li {
        width: 160px;
        height: 240px;
        float: left;
        text-align: center;
        margin: 10px 0 10px 76px;
    }

        .jiegou_box ul.list li img {
            display: block;
            width: 160px;
            height: 160px;
            border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
        }

        .jiegou_box ul.list li h1 {
            font-size: 18px;
            color: #e6334b;
            line-height: 1.5em;
            margin: 10px 0 5px 0;
            padding: 0 0 5px 0;
            position: relative;
        }

            .jiegou_box ul.list li h1:before {
                content: '';
                position: absolute;
                left: 50%;
                bottom: 0;
                width: 22px;
                height: 1px;
                margin-left: -11px;
                background: #e6334b;
            }

        .jiegou_box ul.list li p {
            font-size: 16px;
            color: #666666;
            line-height: 1.5em;
        }

/*----合作伙伴----*/
.hezuo_table {
    width: 870px;
    float: left;
    position: relative;
    text-align: center;
    vertical-align: middle;
    table-layout: fixed;
}

    .hezuo_table tr td {
        border: 1px solid #ededed;
        width: 290px;
        height: 290px;
        padding: 15px;
        word-wrap: break-word;
        word-break: normal;
    }

        .hezuo_table tr td img {
            max-width: 260px !important;
            max-height: 260px !important;
        }

/* Float Shadow */
.hvr-float-shadow2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-float-shadow2:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

.hezuo_table tr td:hover .hvr-float-shadow2 {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

    .hezuo_table tr td:hover .hvr-float-shadow2:before {
        opacity: 1;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

.wangzdt_box {
    width: 870px;
    border: 1px solid #ededed;
    padding: 20px 29px;
    float: left;
}

    .wangzdt_box:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .wangzdt_box h1 {
        font-size: 18px;
        color: #333333;
        height: 50px;
        text-align: center;
    }

    .wangzdt_box div.a {
        width: 100%;
        padding: 25px 0 15px 0;
        border-top: 1px solid #ededed;
    }

        .wangzdt_box div.a h2 {
            font-size: 18px;
            color: #333333;
            margin-bottom: 15px;
        }

        .wangzdt_box div.a ul {
            width: 100%;
        }

            .wangzdt_box div.a ul:after {
                content: "";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }

            .wangzdt_box div.a ul li {
                position: relative;
                font-size: 14px;
                color: #666666;
                float: left;
                margin: 5px 0;
            }

                .wangzdt_box div.a ul li a {
                    display: block;
                    padding: 0 20px;
                }

                .wangzdt_box div.a ul li:before {
                    position: absolute;
                    left: 0;
                    top: 50%;
                    margin-top: -8px;
                    width: 1px;
                    height: 16px;
                    background: #666;
                    content: '';
                }

                .wangzdt_box div.a ul li:first-child:before {
                    background: #fff;
                }

                .wangzdt_box div.a ul li a:hover {
                    color: #e6334b;
                }

/*----新手指南----*/
.xinszn_box {
    float: left;
    width: 870px;
    position: relative;
    word-wrap: break-word;
    word-break: normal;
    border: 1px solid #ededed;
}

    .xinszn_box:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .xinszn_box > h1 {
        font-size: 18px;
        color: #333333;
        background: #ededed;
        padding: 20px;
    }

    .xinszn_box .xinszn_box_in {
        width: 100%;
        padding: 20px;
        word-wrap: break-word;
        word-break: normal;
    }

        .xinszn_box .xinszn_box_in img {
            max-width: 100%;
        }

/*----意见反馈----*/
.yijfk_box {
    float: left;
    width: 870px;
    position: relative;
    word-wrap: break-word;
    word-break: normal;
    border: 1px solid #ededed;
}

    .yijfk_box:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .yijfk_box > h1 {
        font-size: 18px;
        color: #333333;
        background: #ededed;
        padding: 8px 20px;
        text-align: center;
    }

    .yijfk_box .yijfk_box_in {
        width: 100%;
        padding: 20px 30px;
        word-wrap: break-word;
        word-break: normal;
    }

        .yijfk_box .yijfk_box_in div.top {
            width: 100%;
            padding-bottom: 20px;
        }

        .yijfk_box .yijfk_box_in div.center {
            width: 100%;
            padding-bottom: 20px;
        }

            .yijfk_box .yijfk_box_in div.center > textarea {
                width: 100%;
                height: 270px;
                border: 1px solid #ededed;
                padding: 10px;
                outline: none;
                resize: none;
                font-size: 16px;
                display: block;
            }

            .yijfk_box .yijfk_box_in div.center > input {
                display: block;
                width: 120px;
                height: 40px;
                margin: 20px auto 0 auto;
                border: none;
                background: #e6334b;
                font-size: 16px;
                color: #fff;
                transition: 200ms;
                -o-transition: 200ms;
                -ms-transition: 200ms;
                -moz-transition: 200ms;
                -webkit-transition: 200ms;
            }

                .yijfk_box .yijfk_box_in div.center > input:hover {
                    filter: alpha(opacity=80);
                    -moz-opacity: 0.8;
                    -khtml-opacity: 0.8;
                    opacity: 0.8;
                }

/*----忘记密码----*/
.wangjmm_box {
    width: 1200px;
    padding: 90px 0 70px 0;
    background: #fff;
    overflow: hidden;
}

    .wangjmm_box .wjmm_bu {
        font-size: 0;
        width: 100%;
        text-align: center;
        height: 160px;
        margin-bottom: 60px;
    }

        .wangjmm_box .wjmm_bu li {
            display: inline-block;
            width: 105px;
            height: 160px;
            margin: 0 50px;
        }

            .wangjmm_box .wjmm_bu li em {
                display: block;
                width: 105px;
                height: 105px;
                border-radius: 50%;
                -o-border-radius: 50%;
                -ms-border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                background: #cbcbcb;
                overflow: hidden;
            }

    .wangjmm_box .regOK {
        font-size: 16px;
        line-height: 32px;
        color: #333;
        text-align: center;
    }

    .wangjmm_box .wjmm_bu li.curOK em {
        background: #99CC00;
    }

    .wangjmm_box .regOK em {
        font-style: normal;
        font-weight: bold;
        color: #e6334b;
    }

    .wangjmm_box .regOK span {
        font-size: 14px;
        color: #808080;
    }

    .wangjmm_box .wjmm_bu li em i {
        display: block;
        width: 60px;
        height: 60px;
        margin: 22px;
        background-image: url(../images/c5.png);
        background-repeat: no-repeat;
    }

    .wangjmm_box .wjmm_bu li p {
        font-size: 16px;
        color: #808080;
        padding: 30px 0 0 0;
    }

    .wangjmm_box .wjmm_bu li.btn1 em i {
        background-position: 0 0
    }

    .wangjmm_box .wjmm_bu li.btn2 em i {
        background-position: 0 -60px
    }

    .wangjmm_box .wjmm_bu li.btn3 em i {
        background-position: 0 -120px
    }

    .wangjmm_box .wjmm_bu li.btn4 em i {
        background-position: 0 -180px
    }

    .wangjmm_box .wjmm_bu li.cur em {
        background: #e6334b
    }

    .wangjmm_box .wjmm_bu li.cur p {
        color: #e6334b
    }

    .wangjmm_box .wjmm_form {
        width: 750px;
        margin: 0 auto;
        position: relative;
    }

        .wangjmm_box .wjmm_form:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .wangjmm_box .wjmm_form li {
            width: 750px;
            min-height: 65px;
            position: relative;
        }

            .wangjmm_box .wjmm_form li:after {
                content: "";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }

            .wangjmm_box .wjmm_form li h1 {
                float: left;
                width: 270px;
                height: 40px;
                line-height: 40px;
                font-size: 14px;
                color: #808080;
                text-align: right;
            }

            .wangjmm_box .wjmm_form li div.a {
                float: right;
                width: 470px;
                min-height: 65px;
                position: relative;
            }

            .wangjmm_box .wjmm_form li input.b {
                display: inline-block;
                width: 200px;
                height: 40px;
                outline: none;
                border: 1px solid #ddd;
                padding: 0 10px;
                font-size: 14px;
            }

            .wangjmm_box .wjmm_form li p.c {
                width: 100%;
                line-height: 25px;
                font-size: 12px;
                color: #999;
            }

            .wangjmm_box .wjmm_form li img.d {
                display: inline-block;
                width: 80px;
                height: 40px;
                margin: 0 10px;
            }

            .wangjmm_box .wjmm_form li a.e {
                display: inline-block;
                font-size: 14px;
                color: #f89406;
                line-height: 40px;
            }

                .wangjmm_box .wjmm_form li a.e:hover {
                    text-decoration: underline;
                }

            .wangjmm_box .wjmm_form li a.f {
                display: block;
                width: 90px;
                height: 40px;
                margin: 15px auto 0 auto;
                background: #e6334b;
                text-align: center;
                line-height: 38px;
                font-size: 16px;
                color: #ffffff;
                border: 1px solid #e6334b;
                transition: 200ms;
                -o-transition: 200ms;
                -ms-transition: 200ms;
                -moz-transition: 200ms;
                -webkit-transition: 200ms;
            }

                .wangjmm_box .wjmm_form li a.f:hover {
                    background: #fff;
                    color: #e6334b;
                }

            .wangjmm_box .wjmm_form li input.g {
                display: inline-block;
                width: 100px;
                height: 40px;
                line-height: 40px;
                outline: none;
                border: none;
                background: #e6334b;
                color: #fff;
                padding: 0 10px;
                font-size: 12px;
            }

    .wangjmm_box .wjmm_go {
        width: 350px;
        margin: 0 auto;
        height: 142px;
        background: url(../images/b2.png) left center no-repeat;
        padding-left: 180px;
        line-height: 142px;
        font-size: 16px;
        color: #666666;
    }

        .wangjmm_box .wjmm_go a {
            color: #e6334b;
        }

            .wangjmm_box .wjmm_go a:hover {
                text-decoration: underline;
            }

/*----优质女士-详情----*/
.youzhi_box {
    width: 870px;
    position: relative;
    float: left;
}

    .youzhi_box:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .youzhi_box .youzhi_one {
        width: 870px;
        height: 360px;
    }

        .youzhi_box .youzhi_one div.left {
            float: left;
            width: 304px;
            height: 360px;
            position: relative;
            overflow: hidden;
        }

            .youzhi_box .youzhi_one div.left img {
                display: block;
                width: 304px;
                height: 360px;
            }

        .youzhi_box .youzhi_one div.right {
            float: right;
            width: 535px;
            height: 360px;
            position: relative;
            overflow: hidden;
        }

            .youzhi_box .youzhi_one div.right div.a {
                width: 450px;
                height: 56px;
                border-bottom: 1px solid #ededed;
                overflow: hidden;
                position: relative;
            }

                .youzhi_box .youzhi_one div.right div.a h1 {
                    font-size: 20px;
                    color: #333333;
                    float: left;
                    line-height: 55px;
                    margin: 0 5px 0 0;
                }

                    .youzhi_box .youzhi_one div.right div.a h1:first-child {
                        margin: 0 15px 0 0;
                    }

                .youzhi_box .youzhi_one div.right div.a i {
                    display: block;
                    width: 23px;
                    height: 19px;
                    float: left;
                    margin: 18px 0 0 0;
                    background-image: url(../images/c7.png);
                    background-repeat: no-repeat;
                }

                    .youzhi_box .youzhi_one div.right div.a i.girl {
                        background-position: 0 0;
                    }

                    .youzhi_box .youzhi_one div.right div.a i.boy {
                        background-position: right 0;
                    }

                .youzhi_box .youzhi_one div.right div.a div.b {
                    float: right;
                    width: 107px;
                    height: 33px;
                    border: 1px solid #ededed;
                    background: #f9f9f9;
                    padding-left: 40px;
                    position: relative;
                    margin: 11px 0 0 0;
                    cursor: pointer;
                }

                    .youzhi_box .youzhi_one div.right div.a div.b p {
                        font-size: 16px;
                        color: #333333;
                        line-height: 31px;
                    }

                    .youzhi_box .youzhi_one div.right div.a div.b em {
                        display: block;
                        position: absolute;
                        left: 10px;
                        top: 50%;
                        margin-top: -9px;
                        width: 18px;
                        height: 18px;
                        background-image: url(../images/icon.png);
                        background-repeat: no-repeat;
                        background-position: -66px bottom;
                    }

            .youzhi_box .youzhi_one div.right ul.c {
                width: 535px;
                position: relative;
                padding-top: 10px;
                overflow: hidden;
            }

                .youzhi_box .youzhi_one div.right ul.c li {
                    width: 50%;
                    padding-right: 10px;
                    height: 38px;
                    line-height: 38px;
                    float: left;
                    font-size: 16px;
                    color: #666666;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    -o-text-overflow: ellipsis;
                }

            .youzhi_box .youzhi_one div.right div.d {
                width: 535px;
                height: 42px;
                position: relative;
                font-size: 0;
                margin: 5px 0 0 0;
            }

                .youzhi_box .youzhi_one div.right div.d span {
                    display: inline-block;
                    height: 42px;
                    background-image: url(../images/c8.png);
                    background-repeat: no-repeat;
                    text-align: center;
                    margin: 0 18px 0 0;
                    cursor: pointer;
                    color: #fff;
                }

                    .youzhi_box .youzhi_one div.right div.d span em {
                        font-size: 18px;
                        font-style: normal;
                        line-height: 42px;
                        color: #fff;
                    }

                    .youzhi_box .youzhi_one div.right div.d span.e {
                        background-position: 0 0;
                        width: 127px;
                    }

                    .youzhi_box .youzhi_one div.right div.d span.f {
                        background-position: 0 -42px;
                        width: 127px;
                    }

                    .youzhi_box .youzhi_one div.right div.d span.g {
                        background-position: 0 -84px;
                        width: 245px;
                        margin: 0;
                    }

                    .youzhi_box .youzhi_one div.right div.d span i {
                        font-size: 22px;
                        line-height: 42px;
                        margin: 0 5px 0 0;
                        -webkit-text-stroke-width: 0.2px;
                    }

                    .youzhi_box .youzhi_one div.right div.d span.g i {
                        width: 25px;
                        height: 21px;
                        display: inline-block;
                        background-image: url(../images/c8.png);
                        background-repeat: no-repeat;
                        background-position: right top;
                    }

/* Float Shadow */
.hvr-float-shadow3 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-float-shadow3:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 80%);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

    .hvr-float-shadow3:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .hvr-float-shadow3:hover:before {
            opacity: 1;
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
        }

.youzhi_box .youzhi_two {
    width: 870px;
    position: relative;
    border: 1px solid #ededed;
    margin-top: 32px;
}

    .youzhi_box .youzhi_two h1 {
        font-size: 14px;
        color: #333333;
        line-height: 34px;
        height: 30px;
        background-color: #f7f7f7;
        padding: 0 10px;
    }

.yzpic_box {
    width: 100%;
    height: 160px;
}

.picScroll-lefta2 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .picScroll-lefta2 .hd {
        float: left;
        overflow: hidden;
    }

        .picScroll-lefta2 .hd .prev, .picScroll-lefta2 .hd .next {
            display: block;
            width: 20px;
            height: 20px;
            position: absolute;
            overflow: hidden;
            cursor: pointer;
            background-image: url(../images/c9.png);
            background-repeat: no-repeat;
            background-position: center center;
            top: 50%;
            margin-top: -10px;
            left: 15px;
            z-index: 4;
        }

        .picScroll-lefta2 .hd .next {
            background-image: url(../images/c10.png);
            left: auto;
            right: 15px;
        }

        .picScroll-lefta2 .hd ul {
            display: none;
        }

    .picScroll-lefta2 .bd {
        padding: 10px 0;
        margin: 0 auto;
        width: 768px;
        height: 160px;
        overflow: hidden;
    }

        .picScroll-lefta2 .bd ul {
            overflow: hidden;
            zoom: 1;
        }

            .picScroll-lefta2 .bd ul li {
                margin: 0 46px 0 0;
                float: left;
                _display: inline;
                overflow: hidden;
                position: relative;
            }

                .picScroll-lefta2 .bd ul li img {
                    display: block;
                    width: 116px;
                    height: 140px;
                    cursor: pointer;
                }

                .picScroll-lefta2 .bd ul li .jgao {
                    width: 116px;
                    height: 140px;
                    position: absolute;
                    text-align: center;
                    padding-top: 50px;
                    overflow: hidden;
                    color: #fff;
                    left: 0;
                    top: 0;
                    background: rgba(0,0,0,.5);
                    -pie-background: rgba(0,0,0,0.5);
                    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
                    cursor: pointer;
                }

.bigimgbg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    -pie-background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
    z-index: 500000;
    top: 0;
    left: 0;
    display: none;
}

.bigimg {
    width: 800px;
    height: 620px;
    position: fixed;
    z-index: 500001;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -400px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    background-color: #fff;
    display: none;
}

    .bigimg i {
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        background: url(../images/chacha3.png) center no-repeat;
        top: -40px;
        right: 0;
        cursor: pointer;
    }

    .bigimg div.table {
        display: table;
        width: 680px;
        height: 500px;
        margin: 60px auto;
        table-layout: fixed;
    }

        .bigimg div.table div.tablecell {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

    .bigimg img {
        max-width: 680px;
        max-height: 500px;
    }

    .bigimg span {
        position: absolute;
        display: block;
        width: 28px;
        height: 51px;
        z-index: 500010;
        top: 50%;
        cursor: pointer;
        margin-top: -25px;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .bigimg span.bigimg_prev {
            left: 20px;
            background-image: url(../images/index_tab_l.png);
        }

        .bigimg span.bigimg_next {
            right: 20px;
            background-image: url(../images/index_tab_r.png);
        }

.youzhi_box .youzhi_two .yzin_word {
    padding: 20px;
    font-size: 14px;
    color: #666666;
    word-wrap: break-word;
    word-break: normal;
}

.youzhi_box .youzhi_two .yzin_list1 {
    width: 100%;
    padding: 10px 40px;
}

    .youzhi_box .youzhi_two .yzin_list1 li {
        width: 25%;
        padding: 5px 5px 5px 0;
        font-size: 14px;
        color: #666;
        float: left;
    }

.youzhi_box .youzhi_two .yzin_listbox {
    padding: 20px 40px;
}

    .youzhi_box .youzhi_two .yzin_listbox h2 {
        font-size: 14px;
        color: #666666;
        font-weight: normal;
        padding-top: 20px;
    }

.youzhi_box .youzhi_two .yzin_list2 {
    width: 100%;
    vertical-align: middle;
    border-bottom: 1px solid #ededed;
}

    .youzhi_box .youzhi_two .yzin_list2 tr td {
        width: 33%;
        padding: 10px;
    }

        .youzhi_box .youzhi_two .yzin_list2 tr td em {
            font-style: normal;
            display: inline-block;
        }

        .youzhi_box .youzhi_two .yzin_list2 tr td span {
            font-style: normal;
            display: inline-block;
        }

        .youzhi_box .youzhi_two .yzin_list2 tr td.left {
            text-align: left;
        }

        .youzhi_box .youzhi_two .yzin_list2 tr td.center {
            text-align: center;
        }

        .youzhi_box .youzhi_two .yzin_list2 tr td.right {
            text-align: right;
        }




/*----公共弹出层样式----*/
.tan_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 5005;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    -pie-background: rgba(0,0,0,0.5); /*IE6-8*/
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000); /*2（透明度）+6（颜色值）*/
    display: none;
}

.tan_box1 {
    width: 650px;
    height: 170px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -115px 0 0 -325px;
    z-index: 50000006;
    background: #fff;
    display: none;
}

.tan_close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background-image: url(../images/icon.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.tan_close2 {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 24px;
    background-image: none;
}

.tan_box1_in {
    width: 530px;
    height: 150px;
    margin: 15px auto;
    overflow: hidden;
}

    .tan_box1_in img {
        display: block;
        width: 167px;
        height: 142px;
        float: left;
        /*margin: 29px 0 0 0;*/
    }

    .tan_box1_in h2 {
        font-size: 18px;
        color: #333333;
        font-weight: normal;
        padding: 45px 0 0 10px;
        float: left;
        line-height: 1.5em;
    }

        .tan_box1_in h2 a {
            color: #e6334b;
        }

.tan_box2_in {
    width: 520px;
    height: 150px;
    margin: 15px;
    overflow: hidden;
}

    .tan_box2_in img {
        display: block;
        width: 167px;
        height: 142px;
        float: left;
        /*margin: 29px 0 0 0;*/
    }

    .tan_box2_in h2 {
        font-size: 18px;
        color: #333333;
        font-weight: normal;
        padding: 75px 0 0 10px;
        float: left;
        line-height: 1.5em;
    }

    .tan_box2_in a {
        color: blue;
        font-size:16px;
    }

    .tan_box2_in i {
        color: red;
    }

    .tan_box2_in p {
        font-size: 16px;
    }

    .tan_box2_in h2 a {
        color: #e6334b;
    }

.tan_boxzixun {
    width: 650px;
    height: 650px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -325px 0 0 -325px;
    z-index: 5006;
    background: #fff;
    display: none;
}

.tan_boxzixun2 {
    height: 480px;
    margin: -240px 0 0 -325px;
}

.tan_boxzixun .top {
    width: 100%;
    height: 50px;
    background: #e6324b;
    padding: 0 15px;
    position: relative;
}

    .tan_boxzixun .top i {
        right: 10px;
        top: 50%;
        margin-top: -12px;
        color: #fff;
        -webkit-text-stroke-width: 0.2px;
    }

    .tan_boxzixun .top h1 {
        font-size: 18px;
        color: #fff;
        line-height: 50px;
        width: 80%;
        overflow: hidden;
        height: 50px;
    }

.tan_boxzixun .center {
    width: 650px;
    height: 600px;
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.tan_boxzixun2 .center {
    height: 430px;
}

.tan_boxzixun .center .center_top {
    width: 610px;
    position: relative;
}

    .tan_boxzixun .center .center_top p.a {
        font-size: 14px;
        color: #e6324b;
    }

        .tan_boxzixun .center .center_top p.a em {
            color: #333333;
            font-style: normal;
        }

.tan_boxzixun .center .center_cen {
    width: 100%;
    height: 170px;
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
}

    .tan_boxzixun .center .center_cen .b {
        float: left;
        width: 88px;
        height: 150px;
        overflow: hidden;
        text-align: center;
    }

        .tan_boxzixun .center .center_cen .b img {
            display: block;
            width: 88px;
            height: 99px;
        }

        .tan_boxzixun .center .center_cen .b h1, .tan_boxzixun .center .center_cen .b p {
            font-size: 12px;
            color: #333333;
            line-height: 1.5em;
            height: 1.5em;
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            margin-top: 4px;
        }

    .tan_boxzixun .center .center_cen .c {
        float: right;
        width: 460px;
        height: 150px;
        overflow: hidden;
        text-align: center;
    }

        .tan_boxzixun .center .center_cen .c textarea {
            display: block;
            width: 460px;
            height: 100px;
            border: 1px solid #ededed;
            outline: none;
            padding: 10px;
            font-size: 14px;
            resize: none;
        }

        .tan_boxzixun .center .center_cen .c h3 {
            width: 100%;
            font-size: 12px;
            text-align: right;
            margin: 10px 0 0 0;
        }

            .tan_boxzixun .center .center_cen .c h3 em, .tan_boxzixun .center .center_cen .c h3 i,
            .tan_boxzixun .center .center_cen .c h3 span {
                color: #e6324b;
                font-style: normal;
            }

.tan_boxzixun .center .center_btm {
    width: 610px;
    height: 350px;
    padding: 22px 0 0 0;
}

    .tan_boxzixun .center .center_btm li {
        width: 610px;
        position: relative;
        min-height: 34px;
    }

        .tan_boxzixun .center .center_btm li:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .tan_boxzixun .center .center_btm li h1 {
            font-size: 14px;
            color: #333;
            float: left;
            width: 140px;
            height: 30px;
            line-height: 30px;
            text-align: right;
        }

        .tan_boxzixun .center .center_btm li div.a {
            float: right;
            width: 460px;
            min-height: 50px;
            position: relative;
        }

        .tan_boxzixun .center .center_btm li input.b {
            display: block;
            width: 330px;
            height: 30px;
            border: 1px solid #ededed;
            outline: none;
            padding: 0 10px;
            font-size: 14px;
        }

        .tan_boxzixun .center .center_btm li select.c {
            display: block;
            width: 330px;
            height: 30px;
            border: 1px solid #ededed;
            outline: none;
            padding: 0 10px;
            font-size: 14px;
        }

        .tan_boxzixun .center .center_btm li select.d {
            display: inline-block;
            width: 94px;
            height: 30px;
            border: 1px solid #ededed;
            outline: none;
            padding: 0 5px;
            font-size: 14px;
            margin: 0 5px 0 0;
        }

        .tan_boxzixun .center .center_btm li select.e {
            display: inline-block;
            width: 160px;
            height: 30px;
            border: 1px solid #ededed;
            outline: none;
            padding: 0 5px;
            font-size: 14px;
            margin: 0 5px 0 0;
        }

        .tan_boxzixun .center .center_btm li p.true {
            width: 100%;
            height: 20px;
            line-height: 20px;
            font-size: 12px;
            color: green;
            overflow: hidden;
        }

        .tan_boxzixun .center .center_btm li p.false {
            width: 100%;
            height: 20px;
            line-height: 20px;
            font-size: 12px;
            color: red;
            overflow: hidden;
        }

        .tan_boxzixun .center .center_btm li.h {
            text-align: center;
            margin: 10px 0 0 0;
        }

        .tan_boxzixun .center .center_btm li input.f {
            display: inline-block;
            width: 140px;
            height: 40px;
            background: #e6334b;
            text-align: center;
            line-height: 40px;
            font-size: 18px;
            color: #fff;
            outline: none;
            border: none;
            cursor: pointer;
            transition: 200ms;
            -o-transition: 200ms;
            -ms-transition: 200ms;
            -moz-transition: 200ms;
            -webkit-transition: 200ms;
        }

            .tan_boxzixun .center .center_btm li input.f:hover {
                filter: alpha(opacity=80); /* IE */
                -moz-opacity: 0.8; /* 老版Mozilla */
                -khtml-opacity: 0.8; /* 老版Safari */
                opacity: 0.8;
            }

        .tan_boxzixun .center .center_btm li a.g {
            display: inline-block;
            width: 140px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            font-size: 14px;
        }

.tanbox_qiubo {
    width: 650px;
    height: 400px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -325px;
    z-index: 50000010;
    display: none;
}

    .tanbox_qiubo > h1 {
        font-size: 18px;
        color: #fff;
        height: 64px;
        background: #e6324b;
        padding: 0 20px;
        line-height: 64px;
    }

    .tanbox_qiubo .tanbox_qiuboxx {
        position: absolute;
        width: 24px;
        height: 24px;
        right: 20px;
        top: 22px;
        cursor: pointer;
        background-image: url(../images/icon.png);
        background-position: right bottom;
        background-repeat: no-repeat;
    }

    .tanbox_qiubo .tanbox_qiubotop {
        width: 100%;
        height: 250px;
        position: relative;
        overflow: hidden;
        padding: 20px;
    }

        .tanbox_qiubo .tanbox_qiubotop > div {
            width: 100%;
            height: 210px;
            overflow-y: scroll;
        }

            .tanbox_qiubo .tanbox_qiubotop > div p {
                width: 100%;
                padding: 0 0 20px 40px;
                position: relative;
                font-size: 18px;
                color: #333333;
                cursor: pointer;
            }

                .tanbox_qiubo .tanbox_qiubotop > div p i {
                    display: block;
                    width: 24px;
                    height: 24px;
                    border: 1px solid #e6324b;
                    border-radius: 100%;
                    -o-border-radius: 100%;
                    -ms-border-radius: 100%;
                    -moz-border-radius: 100%;
                    -webkit-border-radius: 100%;
                    overflow: hidden;
                    position: absolute;
                    left: 0;
                    top: 0;
                }

                    .tanbox_qiubo .tanbox_qiubotop > div p i:before {
                        content: '';
                        width: 10px;
                        height: 10px;
                        background: #fff;
                        left: 50%;
                        top: 50%;
                        margin: -5px 0 0 -5px;
                        position: absolute;
                        border-radius: 100%;
                        -o-border-radius: 100%;
                        -ms-border-radius: 100%;
                        -moz-border-radius: 100%;
                        -webkit-border-radius: 100%;
                    }

                .tanbox_qiubo .tanbox_qiubotop > div p.on i:before {
                    background: #e6324b;
                }

.nicescroll-rails:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #ededed;
    position: absolute;
    left: 50%;
    top: 0;
}

.tanbox_qiubo .tanbox_qiubobtm {
    display: block;
    width: 140px;
    height: 40px;
    background: #e6324b;
    text-align: center;
    line-height: 18px;
    color: #fff;
    line-height: 40px;
    margin: 20px auto 0 auto;
    transition: 200ms;
    -o-transition: 200ms;
    -ms-transition: 200ms;
    -moz-transition: 200ms;
    -webkit-transition: 200ms;
}

    .tanbox_qiubo .tanbox_qiubobtm:hover {
        filter: alpha(opacity=70); /* IE */
        -moz-opacity: 0.7; /* 老版Mozilla */
        -khtml-opacity: 0.7; /* 老版Safari */
        opacity: 0.7;
    }

.tan_liwu {
    position: fixed;
    width: 740px;
    height: 440px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -220px 0 0 -370px;
    z-index: 50000011;
    padding: 30px;
    overflow: hidden;
    display: none;
}

    .tan_liwu > h1 {
        font-size: 16px;
        color: #333;
    }

    .tan_liwu .tanbox_liwuxx {
        position: absolute;
        width: 24px;
        height: 24px;
        right: 20px;
        top: 22px;
        cursor: pointer;
        background-image: url(../images/icon.png);
        background-position: -952px bottom;
        background-repeat: no-repeat;
    }

    .tan_liwu .tan_liwuin {
        width: 680px;
        height: 200px;
        margin: 10px 0 50px 0;
    }

        .tan_liwu .tan_liwuin .tan_liwuinhd {
            width: 100%;
            height: 30px;
            margin: 20px 0;
        }

            .tan_liwu .tan_liwuin .tan_liwuinhd span {
                display: inline-block;
                height: 30px;
                line-height: 30px;
                background: #ededed;
                padding: 0 10px;
                margin: 0 10px 0 0;
                cursor: pointer;
            }

                .tan_liwu .tan_liwuin .tan_liwuinhd span.on {
                    background: #e6324b;
                    color: #fff;
                }

.picScroll-lefta3 {
    width: 680px;
    overflow: hidden;
    position: relative;
    display: none;
}

    .picScroll-lefta3 .hd {
        float: left;
        overflow: hidden;
    }

        .picScroll-lefta3 .hd .prev, .picScroll-lefta3 .hd .next {
            display: block;
            width: 20px;
            height: 20px;
            position: absolute;
            overflow: hidden;
            cursor: pointer;
            background-image: url(../images/c9.png);
            background-repeat: no-repeat;
            background-position: center center;
            top: 50%;
            margin-top: -10px;
            left: 0;
            z-index: 4;
        }

        .picScroll-lefta3 .hd .next {
            background-image: url(../images/c10.png);
            left: auto;
            right: 0;
        }

        .picScroll-lefta3 .hd ul {
            display: none;
        }

    .picScroll-lefta3 .bd {
        padding: 10px 0;
        margin: 0 auto;
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

        .picScroll-lefta3 .bd ul {
            overflow: hidden;
            zoom: 1;
        }

            .picScroll-lefta3 .bd ul li {
                margin: 0 10px;
                float: left;
                _display: inline;
                overflow: hidden;
                position: relative;
                width: 116px;
                cursor: pointer;
            }

                .picScroll-lefta3 .bd ul li div {
                    display: table-cell;
                    vertical-align: middle;
                    height: 150px;
                    text-align: center;
                    width: 116px;
                }

                .picScroll-lefta3 .bd ul li img {
                    max-height: 140px;
                    max-width: 110px;
                    margin: 0 auto;
                    display: block;
                }

                .picScroll-lefta3 .bd ul li h2 {
                    width: 100%;
                    height: 30px;
                    line-height: 30px;
                    font-size: 14px;
                    color: #333;
                    text-align: center;
                    overflow: hidden;
                }

                .picScroll-lefta3 .bd ul li.on:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background: url(../images/c11.png) right bottom no-repeat;
                }

.tan_liwu .tan_liwubtn {
    display: block;
    width: 140px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    background: #e6324b;
    transition: 200ms;
    -o-transition: 200ms;
    -ms-transition: 200ms;
    -moz-transition: 200ms;
    -webkit-transition: 200ms;
}

    .tan_liwu .tan_liwubtn:hover {
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
    }


/*loveadd+zanadd*/
.loveadd i.icon-heart {
    position: relative;
}

    .loveadd i.icon-heart:after {
        opacity: 1;
        content: "\f004";
        position: absolute;
        left: 0;
        top: 0;
        transition: 300ms;
        -o-transition: 300ms;
        -ms-transition: 300ms;
        -moz-transition: 300ms;
        -webkit-transition: 300ms;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.loveadd.on i.icon-heart:after {
    animation-fill-mode: forwards;
    animation: loveadd 300ms forwards;
    -moz-animation: loveadd 300ms forwards;
    -webkit-animation: loveadd 300ms forwards;
    -o-animation: loveadd 300ms forwards;
}

.zanadd i.icon-thumbs-up {
    position: relative;
}

    .zanadd i.icon-thumbs-up:after {
        opacity: 1;
        content: "\f164";
        position: absolute;
        left: 0;
        top: 0;
        transition: 300ms;
        -o-transition: 300ms;
        -ms-transition: 300ms;
        -moz-transition: 300ms;
        -webkit-transition: 300ms;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.zanadd.on i.icon-thumbs-up:after {
    animation-fill-mode: forwards;
    animation: loveadd 300ms forwards;
    -moz-animation: loveadd 300ms forwards;
    -webkit-animation: loveadd 300ms forwards;
    -o-animation: loveadd 300ms forwards;
}

@keyframes loveadd {
    from {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(2);
        -webkit-transform: scale(2);
    }
}

@-moz-keyframes loveadd {
    from {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(2);
        -webkit-transform: scale(2);
    }
}

@-webkit-keyframes loveadd {
    from {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(2);
        -webkit-transform: scale(2);
    }
}

@-o-keyframes loveadd {
    from {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(2);
        -webkit-transform: scale(2);
    }
}
