﻿body {
    font: 12px/20px "sourcehansans",Lyh-Regular,helvetica,arial,sans-serif !important;
    color: #666;
    overflow-x: hidden;
    padding-top: 115px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #E7746F;
}

    a:hover {
        text-decoration: none;
        color: #999;
    }

.iconbox-desc, .iconbox-title, .iconbox-icon span {
    color: #fff;
}

.navbar a, .form-control {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

a, .btn {
    -webkit-transition: all 0.125s ease-in-out 0s;
    -moz-transition: all 0.125s ease-in-out 0s;
    -ms-transition: all 0.125s ease-in-out 0s;
    -o-transition: all 0.125s ease-in-out 0s;
    transition: all 0.125s ease-in-out 0s;
}

.btn, .form-control, .form-control:hover, .form-control:focus, .navbar-custom .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font: 700 40px/1.2 "Microsoft YaHei",Lyh-Regular,helvetica,arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 5px 0 5px;
    color: #222;
}

h2 {
    font-size: 30px;
    margin: 0 0 30px;
}

h3 {
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0 0 5px;
}

h4 {
    font-size: 12px;
    letter-spacing: 1px;
}

h5 {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
}

h6 {
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 400;
}

.btn, .iconbox, .progress, #filter li, .scroll-up a, .form-control, .input-group-addon {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.input-group .form-control {
    z-index: auto;
}

.input-group-addon {
    background: #D8E1E4;
    border: 2px solid #D8E1E4;
    padding: 6px 15px;
    font-weight: 700;
}

.form-control {
    background: #FFF;
    border: 1px solid #D8E1E4;
    font-size: 12px;
    padding: 0 15px;
}

    .form-control:focus {
        border-color: rgba(135,135,135,0.7);
    }

.input-lg, .form-horizontal .form-group-lg .form-control {
    height: 38px;
    font-size: 13px;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
    font-size: 11px;
    height: 30px;
}

textarea.form-control {
    padding: 15px;
    max-width: 100%;
    min-width: 100%;
}

.btn {
    font-family: "Microsoft YaHei",Lyh-Regular,helvetica,arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 8px 26px;
    border: 0;
}

    .btn:hover, .btn:focus, .btn:active, .btn.active {
        outline: inherit !important;
    }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 25px;
    font-size: 13px;
    background: rgba(17,17,17,0.8);
    color: #fff;
}

    .btn-lg:hover, .btn-group-lg > .btn:hover {
        background: rgba(17,17,17,1.8);
        color: #fff;
    }

.btn-sm, .btn-group-sm > .btn {
    padding: 6px 25px;
    font-size: 11px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 5px 25px;
    font-size: 10px;
}

.btn .icon-before {
    margin-right: 6px;
}

.btn .icon-after {
    margin-left: 6px;
}

.pfblock {
    padding: 0px 0 50px;
}

.pfblock-gray {
    background: #fff;
}

.pfblock-image {
    padding: 0;
}

    .calltoaction h1, .calltoaction h2, .calltoaction h3, .calltoaction h4, .calltoaction h5, .calltoaction h6, .pfblock-image, .pfblock-image h1, .pfblock-image h2, .pfblock-image h3, .pfblock-image h4, .pfblock-image h5, .pfblock-image h6 {
        color: #fff;
    }

.pfblock-header {
    text-align: center;
    margin: 0 0 60px;
}

.pfblock-header-left {
    text-align: left;
}

    .pfblock-header-left .pfblock-line {
        width: inherit;
        margin: 30px 0;
    }

.pfblock-title {
    font-weight: 800;
}

.pfblock-subtitle {
    font-family: "Microsoft YaHei",Lyh-Regular,helvetica,arial,sans-serif;
    font-style: normal;
    color: #959494;
    font-size: 14px;
}

.pfblock-line {
    background: rgba(135,135,135,0.5);
    width: 100px;
    height: 1px;
    margin: 30px auto;
}

.pfblock-icon {
    font-size: 32px;
}

.calltoaction * {
    text-align: center;
}

.calltoaction {
    background: url(../images/img4.jpg);
    background-color: #222;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 0;
    color: #999;
}

    .calltoaction h2 {
        font-size: 20px;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }

.calltoaction-decription {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 20px;
    color: #fff;
}

.calltoaction-btn {
    text-align: center;
}

    .calltoaction-btn > .btn {
        background: rgba(255,255,255,.8);
        color: #111;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .calltoaction-btn > .btn:hover {
            background: #fff;
        }

.long-down {
    margin-bottom: 40px;
}

#home {
    background: url(../images/img1.jpg);
    background-color: #222;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
}

.home-overlay {
    background-color: rgba(44,62,80,0.3);
    background-image: url("../images/pattern.png");
    background-repeat: repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.intro {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    padding: 0 15px;
}

    .intro h1 {
        font-weight: 800;
    }

.start {
    font-family: "Microsoft YaHei",Lyh-Regular,helvetica,arial,sans-serif;
    font-size: 16px;
    font-style: normal;
    text-transform: none;
    margin: 15px 0;
}

.start1 {
    font-size: 80px;
}

.iconbox {
    background: #fff;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    padding: 40px 20px;
    margin: 0 0 20px;
}

.iconbox-icon {
    margin: 0 0 15px;
    font-size: 32px;
    color: #222;
}

.iconbox-title {
    margin: 0 0 15px;
    padding: 0;
}

.chart {
    display: inline-block;
    height: 140px;
    margin: 50px 0;
    position: relative;
    text-align: center;
    width: 140px;
}

    .chart canvas {
        left: 0;
        position: absolute;
        top: 0;
    }

.percent {
    display: inline-block;
    font-size: 25px;
    font-weight: 300;
    line-height: 140px;
    z-index: 2;
}

    .percent:after {
        content: "%";
        font-size: 50%;
        margin-left: 0.1em;
    }

.ajax-response {
    text-align: center;
}

#footer {
    background: #222;
    text-align: center;
    padding: 40px 0;
    color: #FFF;
    clear: both;
}

.copyright {
    margin: 0;
}

    .copyright a {
        border-bottom: 1px dotted #fff;
    }

#footer span {
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    color: #ff5252;
}

.social-links {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

    .social-links li {
        display: inline-block;
        margin: 5px;
    }

    .social-links a {
        width: 36px;
        height: 36px;
        display: block;
        line-height: 35px;
        text-align: center;
        border: 1px solid rgba(255,255,255,.1);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 14px;
        color: rgba(255,255,255,.2);
    }

        .social-links a:hover {
            border: 1px solid rgba(255,255,255,.5);
            color: rgba(255,255,255,.8);
        }

.header {
    position: relative;
    width: 100%;
    z-index: 998;
}

.navbar-custom {
    border: 0;
    border-radius: 0;
    margin: 0;
    text-transform: uppercase;
}

    .navbar-custom, .navbar-custom .dropdown-menu {
        background: #fff;
        padding: 0;
    }

.navbar-brand img {
    width: 80px;
    height: auto;
    display: block;
}

.navbar-custom .dropdown-menu {
    border: 0;
    border-top: 2px solid #E7746F;
    border-radius: 0;
}

    .navbar-custom .dropdown-menu > li > a {
        padding: 10px 20px;
    }

        .navbar-custom .nav .open > a, .navbar-custom .dropdown-menu > li > a:hover, .navbar-custom .dropdown-menu > li > a:focus {
            background: #f5f5f5;
        }

.navbar-custom .navbar-toggle .icon-bar {
    background: #222;
}

.scroll-up {
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 2em;
    right: 2em;
}

    .scroll-up a {
        background-color: rgba(135,135,135,0.5);
        display: block;
        width: 35px;
        height: 35px;
        text-align: center;
        color: #fff;
        font-size: 15px;
        line-height: 30px;
    }

        .scroll-up a:hover, .scroll-up a:active {
            background-color: rgba(235,235,235,.8);
            color: #e7746f;
        }

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-left: -15px;
    display: block;
    z-index: 10;
    text-align: center;
}

    .scroll-down span {
        position: relative;
        color: #fff;
        -webkit-animation-name: drop;
        -webkit-animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-delay: 0s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-play-state: running;
        animation-name: drop;
        animation-duration: 1s;
        animation-timing-function: linear;
        animation-delay: 0s;
        animation-iteration-count: infinite;
        animation-play-state: running;
    }

@-webkit-keyframes drop {
    0% {
        top: 0px;
        opacity: 0;
    }

    30% {
        top: 10px;
        opacity: 1;
    }

    100% {
        top: 25px;
        opacity: 0;
    }
}

@keyframes drop {
    0% {
        top: 0px;
        opacity: 0;
    }

    30% {
        top: 10px;
        opacity: 1;
    }

    100% {
        top: 25px;
        opacity: 0;
    }
}

#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status {
    background-image: url(../images/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

@media (max-width:767px) {
    .calltoaction {
        text-align: center;
    }
}

@media (max-width:480px) {
    h1 {
        font-size: 34px;
        letter-spacing: 3px;
    }

    h2 {
        font-size: 24px;
        margin: 0 0 30px;
        letter-spacing: 3px;
    }
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 100%;
    list-style: none;
    text-align: center;
}

    .grid h2 {
        font-size: 20px;
    }

    .grid figure {
        position: relative;
        float: left;
        overflow: hidden;
        margin: 10px 1%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        background: #3085a3;
        text-align: center;
        cursor: pointer;
    }

        .grid figure img {
            position: relative;
            display: block;
            min-height: auto;
            max-width: 100%;
            width: 100%;
            opacity: 0.8;
        }

        .grid figure figcaption {
            padding: 2em;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.25em;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .grid figure figcaption::before, .grid figure figcaption::after {
                pointer-events: none;
            }

            .grid figure figcaption, .grid figure figcaption > a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

                .grid figure figcaption > a {
                    z-index: 1000;
                    text-indent: 200%;
                    white-space: nowrap;
                    font-size: 0;
                    opacity: 0;
                }

        .grid figure h2 {
            word-spacing: -0.15em;
            font-weight: 300;
        }

            .grid figure h2 span {
                font-weight: 800;
            }

        .grid figure h2, .grid figure p {
            margin: 0;
        }

        .grid figure p {
            font-size: 100%;
        }

figure.effect-bubba {
    background: transparent;
}

    figure.effect-bubba img {
        opacity: 1;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    figure.effect-bubba:hover figcaption {
        background: #f8aa27;
        opacity: 0.7;
    }

    figure.effect-bubba:hover img {
        opacity: 0.7;
    }

    figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
        transition: opacity 0.35s,transform 0.35s;
    }

    figure.effect-bubba figcaption::before {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0,1);
        transform: scale(0,1);
    }

    figure.effect-bubba figcaption::after {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1,0);
        transform: scale(1,0);
    }

    figure.effect-bubba h2 {
        padding-top: 30%;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
        color: #fff;
        opacity: 0;
    }

    figure.effect-bubba:hover h2 {
        opacity: 1;
    }

    figure.effect-bubba p {
        padding: 7px 2.5em;
        opacity: 0;
        -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
        transition: opacity 0.35s,transform 0.35s;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }

    figure.effect-bubba:hover figcaption::before, figure.effect-bubba:hover figcaption::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

figure.yun_firgure:hover figcaption::before, figure.yun_firgure:hover figcaption::after {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2, figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.yun_firgure:hover h2, figure.yun_firgure:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.cbp-qtrotator {
    position: relative;
    margin: 3em auto 0em auto;
    max-width: 90%;
    width: 90%;
}

    .cbp-qtrotator .cbp-qtcontent {
        position: absolute;
        min-height: 200px;
        border-top: 1px solid #f4f4f4;
        border-bottom: 1px solid #f4f4f4;
        padding: 2em 0;
        top: 0;
        z-index: 0;
        opacity: 0;
        width: 100%;
    }

.no-js .cbp-qtrotator .cbp-qtcontent {
    border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent, .no-js .cbp-qtrotator .cbp-qtcontent {
    position: relative;
    z-index: 100;
    pointer-events: auto;
    opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before, .cbp-qtrotator .cbp-qtcontent:after {
    content: " ";
    display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
    clear: both;
}

.cbp-qtprogress {
    position: absolute;
    background: #FF5252;
    height: 1px;
    width: 0%;
    top: 0;
    z-index: 1000;
}

.cbp-qtrotator blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 12px;
}

    .cbp-qtrotator blockquote p {
        font-size: 14px;
        color: #888;
        line-height: 30px;
        font-weight: 300;
        margin: 0.4em 0 1em;
    }

    .cbp-qtrotator blockquote footer {
        font-size: 1.2em;
    }

        .cbp-qtrotator blockquote footer:before {
            content: '― ';
        }

.cbp-qtrotator .cbp-qtcontent img {
    float: right;
    margin-left: 3em;
}

@media screen and (max-width:30.6em) {
    .cbp-qtrotator {
        font-size: 70%;
    }

        .cbp-qtrotator img {
            width: 80px;
        }
}

@media (max-width:768px) {
    .navbar-toggle {
        margin-top: 17px;
    }

    .navbar-nav > li > a {
        padding: 10px 8px !important;
    }
}

ul {
    padding: 0px;
}

    ul li {
        list-style: none;
    }

.white {
    color: #fff !important;
}

.white02 {
    background: #fff !important;
}

.clear {
    clear: both;
}

.vhidden {
    visibility: hidden;
}

.yun_title {
    font-size: 48px;
}

.yun_ti_h2 {
    font-size: 20px;
}

.yun_p_in {
    font-size: 14px;
}

.grid figure:hover .yun_lazy {
    background: #e53539;
    height: 100%;
}

.yun_firgure img {
    width: 100%;
}

.yun_pfblock {
    color: #919292;
}

.yun_title_h2 {
    color: #454646;
    margin-bottom: -18px !important;
}

.yun_line {
    margin-bottom: 20px !important;
}

.yun_header {
    margin-bottom: 25px;
}

.yun_bubba01:hover .yun_bubba02 {
    background: rgba(245,209,97,0.3) !important;
}

.yun_bubba02 {
    width: 100%;
    height: 100%;
}

.grid figure .yun_p_in02 {
    font-size: 14px;
}

figure.yun_bubba01:hover img {
    opacity: 0;
}

.yun_h2 {
    font-size: 24px;
}

.yun_p {
    font-size: 14px;
}

\ .calltoaction-btn > .btn {
    color: #000;
    font-size: 12px;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#banner_radio .owl-spaced .owl-item > div {
    margin: 10px;
}

#banner_radio .item-img-wrap {
    position: relative;
    text-align: center;
    overflow: hidden;
}

    #banner_radio .item-img-wrap img {
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        width: 100%;
    }

#banner_radio .item-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#banner_radio a {
    color: #333;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

#banner_radio .item-img-overlay span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/plus.png) no-repeat center center rgba(79,130,233,0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
}

#banner_radio .work-desc {
    width: 100%;
    padding: 10px 10px;
    background: #FFF;
    border-top: none;
    position: relative;
}

    #banner_radio .work-desc h3 {
        margin: 0;
        padding: 0;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
    }

#banner_radio h3 {
    font-size: 1.8em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
}

#banner_radio .work-desc span {
    font-weight: 600;
    font-style: normal;
    text-transform: lowercase;
    font-size: 11px;
    color: #777;
}

#banner_radio .item-img-wrap:hover .item-img-overlay span {
    opacity: 1;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    background: #e5e5e5 !important;
}

owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #e60611 !important;
}

.yun_bubba02 img {
    width: 100%;
}

.yun_shop_img {
    margin-bottom: 20px;
}

yun_shop_img_wrap {
    border: 1px solid #cdcfcf;
}

.yun_textarea {
    max-height: 134px;
}

.yun_form_group {
    margin-bottom: 10px;
}

.pro_wrap {
    padding-top: 40px;
}

.banner img {
    width: 1005;
    height: auto;
}

.pro_ul {
    padding-left: 0px;
}

    .pro_ul a {
        font-size: 14px;
        color: #747171;
        padding: 5px 10px;
        background: #eeeeee;
    }

    .pro_ul li {
        list-style: none;
        float: left;
        margin-right: 5px;
        margin-bottom: 20px;
    }

.pro_img {
    width: 100%;
}

.pro_name {
    font-size: 16px;
    color: #575959;
    margin-bottom: 0px;
    margin-top: 15px;
}

    .pro_name:hover {
        color: #e53539;
    }

.pro_title {
    font-size: 12px;
    color: #b6b6b6;
    margin-bottom: 15px;
    display: block;
}

.pro_ul li.active a {
    background: #e53539;
    color: #fff;
}

.pro_ul li a:focus {
    text-decoration: none;
}

.pro_ul_page a {
    background: none;
    padding: 5px 3px;
}

    .pro_ul_page a img {
        margin-left: 0px;
        margin-right: 5px;
    }

.pro_des {
    font-size: 14px;
    color: #a2a5a5;
    border: 1px solid #e7e4e4;
    line-height: 53px;
    padding-left: 30px;
    margin-bottom: 30px;
}

.pro_img_des {
    margin-bottom: 30px;
}

.pro_des_name {
    font-size: 16px;
    color: #575959;
}

.pro_des_ul li {
    list-style: none;
    margin-bottom: 10px;
    width: 135px;
    height: 105px;
}

    .pro_des_ul li img {
        width: 100%;
        height: auto;
    }

.pro_des_ul {
    padding-left: 0px;
    float: left;
}

.pro_big_img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 427px;
    height: 334px;
}

.pro_img_des_name {
    margin-bottom: 20px;
}

.pro_big_img img {
    width: 100%;
    height: auto;
}

#home_wrap {
    padding-top: 40px;
}

.home_wrap img {
    width: 100%;
    margin-bottom: 15px;
}

.grid figure.home_img {
    margin-bottom: 15px !important;
}

.grid figure p.home_title {
    font-size: 20px;
    color: #fff;
    position: absolute;
    bottom: 80px;
    padding-left: 30px;
}

.home_p_in {
    font-size: 12px !important;
    color: #fff;
    text-align: left;
    position: absolute;
    bottom: 0px;
}

.home_lazy {
    position: relative;
}

.more {
    border: 2px solid #d5d4d4;
    border-radius: 4px;
    font-size: 14px;
    color: #8a8989;
    margin: 0px auto;
    width: 162px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    display: block;
    margin-bottom: 50px;
    margin-top: 50px;
}

    .more:hover {
        background: #e53539;
        color: #fff;
    }

.brand_wrap {
    padding-top: 40px;
}

.brand_h3 {
    font-size: 26px;
    color: #5b5a5a;
    font-weight: normal;
    margin-bottom: 15px;
}

.brand_p {
    font-size: 14px;
    color: #787777;
    margin-bottom: 0px;
    text-transform: Uppercase;
}

.brand_content {
    font-size: 14px;
    color: #626261;
    line-height: 25px;
    margin-top: 20px;
}

.brand_des {
    display: block;
    font-size: 12px;
    color: #fff;
    width: 111px;
    height: 28px;
    background: #f13738;
    text-align: center;
    line-height: 28px;
    margin: 30px auto 35px;
}

    .brand_des:focus {
        color: #fff;
        text-decoration: none;
    }

.b_m_h3 {
    font-size: 20px;
    color: #626261;
    margin-bottom: 10px;
}

.b_m_p {
    font-size: 14px;
    color: #626261;
    margin-bottom: 0px;
}

.b_m_p02 {
    font-size: 12px;
    color: #626261;
    text-transform: Uppercase;
    margin-bottom: 0px;
}

.brand_mess {
    margin-bottom: 20px;
    background: #fff;
    padding: 45px 40px;
    text-align: center;
    border-radius: 4px;
    min-height: 400px;
}

    .brand_mess img {
        margin-bottom: 30px;
        margin-top: 5px;
        margin-bottom: 35px;
    }

.brand_mess_wrap {
    background: url(../images/img14.jpg) no-repeat;
    width: 1005;
    height: auto;
    background-size: cover;
    padding: 65px 0px 45px 0px;
}

.youshi_h3 {
    font-size: 20px;
    color: #f13738;
    margin-bottom: 15px;
    margin-top: 50px;
}

.youshi_content {
    font-size: 14px;
    color: #6b6c6b;
    line-height: 25px;
    margin-bottom: 20px;
}

.youshi_wrap {
    padding: 45px 0px 75px 0px;
}

.brand_des02 {
    float: left !important;
}

.brand_des:hover {
    color: #fff;
}

#brand .owl-pagination {
    display: none;
}

.brand_his_wrap {
    background: #e53539;
}

.owl-carousel {
    padding: 0px 40px;
}

.brand_his_wrap {
    padding-top: 30px;
}

.owl-carousel div {
    text-align: center;
    position: relative;
}

    .owl-carousel div img.brand_his_img {
        width: auto !important;
        margin: 0px auto 15px;
    }

    .owl-carousel div .brand_his_img_arrow {
        width: auto !important;
        position: absolute;
        top: 80px;
        left: 50%;
        margin-left: -33px;
    }

.brand_line {
    width: 82%;
    position: absolute;
    top: 10px;
    left: 98px;
    height: 14px;
    background: #e7e6e7;
}

.brand_nian {
    font-size: 18px;
    color: #fff;
    display: block;
    margin-bottom: 50px;
}

.brand_his_wrap_bottom {
    background: #f1f1f1;
    padding: 30px 0px 50px 0px;
    margin-top: -25px;
    text-align: center;
}

.brand_hottom_ul li {
    font-size: 14px;
    color: #747373;
    display: none;
}

    .brand_hottom_ul li.active {
        display: block;
    }

.owl-carousel div .brand_his_img_arrow {
    display: none;
}

.owl-carousel div.active .brand_his_img_arrow {
    display: block;
}

.honer_wrap {
    padding-top: 40px;
}

.honer_name {
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    background: #f13738;
    margin-bottom: 20px;
}

.company_img {
    margin-bottom: 20px;
}

.honer_wrap img {
    width: 100%;
}

.history:hover {
    cursor: pointer;
}

.con_ul li:first-child {
    font-size: 16px;
    color: #454646;
    margin-bottom: 13px;
    margin-top: 30px;
}

.con_ul li:last-child {
    margin-bottom: 20px;
}

.con_ul li {
    font-size: 14px;
    color: #807d7d;
    line-height: 25px;
}

.con_ul {
    float: left;
    width: 50%;
    border-bottom: 1px solid #eeeeee;
}

.words_table input {
    width: 32%;
    margin-right: 1%;
    line-height: 57px;
    text-indent: 2em;
    font-size: 14px;
    color: #999999;
    background: #fff;
    margin-bottom: 25px;
    border: none;
}

.words_table textarea {
    width: 100%;
    min-height: 238px;
    text-indent: 2em;
    font-size: 14px;
    color: #999999;
    background: #fff;
    border: none;
    line-height: 57px;
    resize: none;
}

#words_wrap {
    background: #f9f9f9;
    padding-top: 60px;
}

.brand_des_words {
    background: #3e3e3e;
    width: 185px;
    height: 47px;
    line-height: 47px;
    font-size: 14px;
    margin-top: 60px;
    border-radius: 4px;
}

    .brand_des_words:hover {
        background: #ffb300;
    }

.hone_a {
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
}

.carousel-caption {
    bottom: 32%;
}

.carousel-caption {
    text-shadow: none !important;
}

.banner_h3 {
    font-size: 21px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin-bottom: 15px;
}

.banner_p_index {
    font-size: 62px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.banner_a {
    display: block;
    width: 146px;
    height: 37px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 37px;
    border-radius: 40px;
    margin: 60px auto 0px;
    background: #f8aa27;
}

    .banner_a:hover {
        color: #fff;
    }

.bdsharebuttonbox {
    float: right;
    position: relative;
    top: -7px;
}

    .bdsharebuttonbox a {
        line-height: 55px;
    }

.head_top {
    border-bottom: 1px solid #383838;
}

.head_ul {
    margin-bottom: 0px;
}

    .head_ul li {
        line-height: 55px;
        font-size: 15px;
        color: #ffffff;
        margin-right: 25px;
        float: left;
    }

        .head_ul li i {
            color: #f8aa27;
            margin-right: 10px;
        }

.navbar-custom, .navbar-custom .dropdown-menu {
    background: #323237;
}

.navbar-brand img {
    width: 224px;
}

.sticky-wrapper {
    height: 94px !important;
}

.header {
    height: 94px !important;
}

.navbar-brand {
    margin-top: 7px;
}

.navbar-custom .yun_nmenu > li.active > a {
    color: #b14700;
}

.navbar-custom .yun_nmenu > li img {
    margin-right: 8px;
    margin-top: -3px;
}

.navbar-custom .yun_nmenu > li ul.dropdown-menu {
    min-width: 190px;
    border: none !important;
}

    .navbar-custom .yun_nmenu > li ul.dropdown-menu li {
        width: 100%;
        text-align: center;
        background: #141414;
    }

        .navbar-custom .yun_nmenu > li ul.dropdown-menu li:hover, .navbar-custom .yun_nmenu > li ul.dropdown-menu li:hover a {
            background: #039ac9 !important;
        }

        .navbar-custom .yun_nmenu > li ul.dropdown-menu li a {
            font-size: 14px;
            color: #fff;
            line-height: 40px;
            padding: 0px !important;
            font-weight: normal;
        }

.navbar-custom .yun_nmenu > li:hover .dropdown-menu {
    display: block;
    border-radius: 0px 0px 4px 4px !important;
}

.navbar-custom .yun_nmenu > li:hover > a {
    color: #b14700;
}

.hong_line {
    width: 19px;
    height: 2px;
    background: #ffc003;
    margin: 36px auto 20px;
}

.hong_inx_p {
    font-size: 18px;
    color: #f8aa27;
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
    text-transform: uppercase;
}

.hong_bj {
    background: url(../img/img7.png);
    height: 12px;
}

.hong_dt01 {
    background: url(../img/img11.png) no-repeat;
    width: 75px;
    height: 75px;
    margin-top: 22px;
}

.hong_dt02 {
    background: url(../img/img12.png) no-repeat;
    width: 75px;
    height: 75px;
    margin-top: 22px;
}

.hong_dt03 {
    background: url(../img/img13.png) no-repeat;
    width: 75px;
    height: 75px;
    margin-top: 22px;
}

.mess dd.his {
    font-size: 15px;
    color: #323232;
    padding-top: 9px;
    font-weight: bold;
    margin-bottom: 4px;
}

.mess dl {
    padding-right: 30px;
}

.mess dd {
    font-size: 13px;
    color: #757575;
    line-height: 22px;
}

.mess {
    padding: 35px 0px;
}

    .mess dt {
        float: left;
        margin-right: 15px;
    }

.item-img-wrap img {
    width: 100%;
}

.img_bottom {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}

.hong_img_bottom {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: left;
}

.hong_img_bottom_p {
    font-size: 13px;
    color: #757575;
    line-height: 25px;
    text-align: left;
    font-weight: normal;
}

.owl-pagination {
    display: none;
}

.hong_img_bottom {
    height: auto;
}

.owl-carousel .owl-item {
    padding-right: 40px;
}

.hong_owl-carousel {
    margin-left: 19px;
    padding: 0px 42px;
}

.choose_us {
    width: 100%;
}

.choose_us_l {
    float: left;
    width: 50%;
}

.choose_us_r {
    float: right;
    width: 50%;
    background: #1b1b1b;
    padding: 49px 60px;
}

.choose_h3 {
    font-size: 29px;
    color: #fff;
    font-weight: bold;
}

.choose_h301 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

.choose_us_r dl {
    margin-bottom: 35px;
}

.choose_us_l img {
    width: 100%;
    height: 100%;
}

.choose_us_l {
    height: 100%;
}

.choose_us_r dt {
    float: left;
}

.choose_us_r .his {
    font-size: 16px;
    color: #fff;
}

.choose_us_r dd {
    font-size: 13px;
    color: #5e5e5e;
    line-height: 25px;
}

.choose_us_r_center {
    width: 500px;
}

.choose_line {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    float: left;
    margin-top: 14px;
    margin-bottom: 20px;
}

.case {
    width: 100%;
}

.case_menu {
    width: 548px;
    margin: 0px auto;
    border-bottom: 1px solid #e2e2e2;
    margin-top: 30px;
    margin-bottom: 45px;
}

.case_ul li a {
    font-size: 14px;
    color: #7d7d7d;
    font-weight: bold;
    padding: 10px;
}

.case_ul li {
    border-bottom: 2px solid transparent;
    float: left;
}

    .case_ul li.active {
    }

        .case_ul li.active a {
            color: #000;
            border-bottom: 2px solid #000;
        }

.case25 {
    width: 25%;
    float: left;
}

.case50 {
    width: 50%;
    float: left;
}

.case100 {
    width: 100%;
}

.grid_case {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 100%;
    list-style: none;
    text-align: center;
    clear: none;
    padding: 0px 10px;
}

.team {
    background: url(../img/bj1.jpg) no-repeat;
    padding-bottom: 130px;
}

.yellow {
    color: #f8aa27;
}

.team_img {
    border-radius: 50%;
    border: 2px solid #f2b705;
}

.team_ul dt {
    float: left;
    margin-right: 30px;
}

.team_ul dd {
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 0px;
    text-align: left;
}

.team_ul .team_dd {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 13px;
    text-align: left;
}

.hong_title_h2 {
    color: #fff;
}

.new_h3 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    margin-top: 27px;
}

.new_em {
    font-size: 13px;
    color: #bdbdbd;
}

.new_p {
    font-size: 13px;
    color: #757575;
    line-height: 25px;
}

.new_more {
    font-size: 13px;
    color: #757575;
    border: 2px solid #9b9b9b;
    margin-top: 20px;
    width: 100px;
    height: 30px;
    border-radius: 20px;
    text-align: center;
    line-height: 30px;
    display: block;
}

.new_con {
    padding-left: 0px;
}

.new_more:hover {
    background: #ffc003;
    color: #fff;
    border: 2px solid #ffc003;
}

.footer {
    background: url(../img/bj2.jpg) no-repeat;
    background-size: cover;
    padding-top: 30px;
}

    .footer h3 {
        font-size: 17px;
        color: #fff;
        margin-bottom: 6px;
        clear: both;
        font-weight: normal;
    }

.footer_ul {
    padding: 0px;
}

    .footer_ul li {
        font-size: 14px;
        color: #7f7c7c;
        line-height: 25px;
        list-style: none;
    }

    .footer_ul a {
        margin-right: 4px;
        display: inline-block;
        width: 22px;
        height: 22px;
        background: #959ca2;
        border-radius: 14px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -o-border-radius: 14px;
        -ms-border-radius: 14px;
        text-align: center;
    }

.input_wrap {
    width: 30%;
}

.sub input {
    width: 100%;
    margin-right: 8px;
    margin-bottom: 8px;
    float: left;
    background: #fff;
    text-indent: 0.5em;
    height: 33px;
    line-height: 33px;
    color: #939393;
    font-size: 12px;
    border: none;
}

.sub textarea {
    width: 50%;
    resize: none;
    height: 115px;
    background: #fff;
    text-indent: 0.5em;
    color: #fff;
    border: none;
}

.submit {
    display: block;
    width: 115px;
    height: 41px;
    font-size: 15px;
    color: #fff;
    float: right;
    transform: rotate(90deg);
    position: absolute;
    right: -8px;
    top: 82px;
    line-height: 41px;
    text-align: right;
    padding-right: 20px;
}

.sub {
    margin-bottom: 35px;
}

.submit img {
    transform: rotate(270deg);
    margin-top: -38px;
    margin-right: -22px;
}

.footer_ul02 li a {
    font-size: 13px;
    color: #7f7c7c;
    text-decoration: underline;
}

.footer_ul02 li {
    width: 33.333%;
    margin-bottom: 15px;
    float: left;
}

.footer_ul li img {
    margin-right: 10px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hong_line_foot {
    text-align: left;
    margin: 0px 0px 20px;
}

.copy_hong {
    text-align: center;
    font-size: 13px;
    color: #7f7c7c;
    border-top: 1px solid #323232;
    padding: 20px;
    margin-bottom: 0px;
}

.banner {
    width: 100%;
    background: url(../img/img15.jpg) no-repeat;
    height: 199px;
}

.banner_titl {
    font-size: 23px;
    color: #0d0c0b;
    font-weight: bold;
    text-align: center;
    padding-top: 70px;
}

.banner_p {
    font-size: 13px;
    color: #0d0c0b;
    text-align: center;
}

    .banner_p a {
        font-size: 13px;
        color: #0d0c0b;
    }

.people {
    padding: 60px 0px;
}

.w100 {
    width: 100%;
}

.peo_name {
    font-size: 15px;
    color: #767676;
    font-weight: normal;
}

.people_name {
    font-size: 23px;
    color: #0d0c0b;
}

.people p {
    font-size: 14px;
    color: #757575;
    line-height: 35px;
    margin-bottom: 0px;
}

.new_in {
    padding: 60px 0px;
}

.ab_titl {
    font-size: 17px;
    color: #141414;
}

.ab_con {
    font-size: 14px;
    color: #5c5c5c;
    line-height: 35px;
}

.people_img {
    margin:;
}

.gong_img_bottom {
    font-size: 15px;
    color: #000000;
    text-align: center;
    line-height: 52px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 33px;
}

.index_xuanze a:focus {
    text-decoration: none;
}

.index_xuanze, .index_xuanze a {
    font-size: 14px;
    color: #7d7d7d !important;
    font-weight: bold !important;
    padding: 9px 11px;
    border-bottom: 2px solid transparent;
    display: inline-block;
}

    .index_xuanze.active {
        border-bottom: 2px solid #000;
    }

        .index_xuanze.active a {
            color: #000 !important;
        }

.div_menu_wrap {
    border-bottom: 1px solid #e2e2e2;
    height: 52px;
    width: 571px;
    margin: 0px auto;
}

.team_ul {
    width: 90%;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
}

.team_ul_radio li {
    width: 11px;
    height: 11px;
    display: block;
    border: 2px solid #e6ae06;
    border-radius: 50%;
    margin-bottom: 9px;
}

    .team_ul_radio li.active {
        background: #e6ae06;
    }

.team_ul_radio {
    width: 10%;
    float: right;
    position: absolute;
    top: 58px;
    right: 0px;
    padding-left: 50px;
}

.team_wrap {
    height: 163px;
    overflow: hidden;
    position: relative;
}

.team_ul li {
    height: 163px;
    overflow: hidden;
}

.hong_lazy h2 {
    display: none;
}

figcaption:hover .hong_lazy h2 {
    display: block;
}

.new_grid figure.effect-bubba h2 {
    padding-top: 38%;
}

.navbar-custom .yun_nmenu > li ul.dropdown-menu li:last-child {
    border-radius: 0px 0px 4px 4px;
}

.about_img_wrap, .about_imgs {
    width: 550px;
    height: 363px;
    margin-left: 0px;
}

    .about_imgs img, .about_imgs .owl-wrapper-outer, .about_imgs .owl-wrapper, .about_imgs .owl-item, .about_imgs .owl-item div {
        height: 100%;
    }

.about_img_wrap {
    float: left;
    margin-right: 20px;
    margin-bott0px;
}

.rongyu_case {
    background: #262626;
    padding: 86px 0px;
}

.rongyu_case01 {
    background: #222121;
}

.rong i {
    font-size: 70px !important;
    color: #ffb300;
}

.rongyu_case .his {
    font-size: 38px !important;
    font-weight: bold;
    color: #fff !important;
    margin-bottom: 15px !important;
}

.rongyu_case dd {
    font-size: 23px !important;
    color: #fff;
}

.rongyu_case dl {
    width: 220px;
    margin: 0px auto;
    padding-right: 0px;
}

.teams_ul {
    width: 284px;
    margin: 0px auto 50px;
}

    .teams_ul a {
        font-size: 16px;
        color: #5e5e5e;
        padding: 10px;
        background: #eaeaea;
        border-radius: 4px;
    }

        .teams_ul a:focus {
            text-decoration: none;
        }

    .teams_ul li {
        float: left;
        margin-right: 15px;
    }

        .teams_ul li:nth-child(3) {
            margin-right: 0px;
        }

        .teams_ul li.active a {
            background: #ffb300;
            color: #fff;
        }

.teams_bottom {
    font-size: 15px;
    color: #5e5e5e;
    text-align: center;
    line-height: 54px;
    border-bottom: 1px solid #eeeeee;
}

    .teams_bottom span {
        color: #000;
        font-weight: bold;
    }

.teams {
    display: none;
}

    .teams.active {
        display: block;
    }

    .teams img {
        width: 100%;
    }

.people img {
    margin-bottom: 20px;
}

.recite {
    border: 1px solid #e1e3e4;
    margin-right: 10px;
    padding: 10px;
    margin-bottom: 12px;
}

.recit_he_wrap {
    border-bottom: 1px solid #403f40;
    position: relative;
    height: 32px;
}

.recit_h3 {
    font-size: 16px;
    color: #403f40;
    float: left;
}

.recit_line {
    width: 47px;
    height: 6px;
    background: #403f40;
    display: block;
    float: left;
    position: absolute;
    bottom: -3px;
    left: 0px;
}

.recit_he__bottom_wrap {
    padding-top: 20px;
}

    .recit_he__bottom_wrap p.recite_name {
        font-size: 14px;
        line-height: 10px !important;
    }

    .recit_he__bottom_wrap p.recite_p {
        margin-bottom: 25px;
    }

    .recit_he__bottom_wrap p.recite_name {
        font-size: 14px;
    }

    .recit_he__bottom_wrap p {
        margin-bottom: 10px;
        font-size: 12px;
        color: #403f40;
    }

.recit_div p {
    line-height: 25px;
}

.img_bottom01 {
    background: url(../img/img1.png) no-repeat;
    background-position: right;
}

.img_bottom02 {
    background: url(../img/img2.png) no-repeat;
    background-position: right;
}

.img_bottom03 {
    background: url(../img/img3.png) no-repeat;
    background-position: right;
}

.gong_img_wrap img {
    margin: 0px !important;
}

.gong_img_wrap .grid figure {
    margin: 0px !important;
}

.gong_img_wrap .grid {
    padding: 0px !important;
}

.gong_img_wrap figure.effect-bubba figcaption::before, .gong_img_wrap figure.effect-bubba figcaption::after {
    display: none !important;
}

.case_wrap .div_menu_wrap {
    width: 596px;
}

.new_em_new_page {
    display: block;
}

.case_content {
    font-size: 12px;
    line-height: 25px;
    color: #000;
    font-weight: bold;
}

.cbp-caption-activeWrap {
    display: none !important;
}

#case .cbp-popup-lightbox-title {
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
}

.cbp-popup-lightbox-title {
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 30px !important;
}

.new {
    padding-bottom: 30px;
}

.pl0 {
    padding-left: 0px;
}

.pr0 {
    padding-right: 0px;
}

.mt50 {
    margin-top: 50px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb15 {
    margin-bottom: 15px;
}

.map {
    margin-bottom: 40px;
    margin-top: 45px;
}

.div50 {
    height: 50px;
    width: 100%;
}

.red {
    color: #7b2132 !important;
}

ul {
    margin: 0px;
}

.mt30 {
    margin-top: 30px;
}

.mt0 {
    margin-top: 0px !important;
}

.div70 {
    height: 70px;
}

.div100 {
    height: 100px;
}

.content_wrap {
    width: 1170px;
    margin: 0px auto;
}

a:focus {
    text-decoration: none;
}

.navbar-custom, .navbar-custom .dropdown-menu {
    background: #fff !important;
}

.navbar-brand img {
    margin-top: 16px;
}

.navbar-brand img {
    width: auto;
}

.sticky-wrapper, .header, .navbar {
    height: 115px !important;
}

.navbar-brand {
    padding: 0px !important;
    height: auto !important;
}

.navbar-nav > li > a {
    padding: 22px 10px;
    font-size: 15px;
    color: #585757 !important;
}

.navbar-nav > li {
    margin-top: 0px !important;
}

#head {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
}

.search_wrap_index {
    float: right;
    width: 225px;
    height: 28px;
    background: #e9e6e7;
    margin-top: 19px;
    margin-left: 30px;
}

    .search_wrap_index input {
        font-size: 16px;
        color: #c0c0c0;
        background: #e9e6e7;
        text-indent: 0.5em;
        line-height: 28px;
        width: 90%;
        height: 28px;
        border: none;
    }

    .search_wrap_index i {
        font-size: 17px;
        color: #828182;
        margin-bottom: 2px;
        cursor: pointer;
    }

.index_lange_ul li {
    float: left;
    margin-right: 1px;
}

.index_lange_ul a {
    display: inline-block;
    background: #e9e6e7;
    padding: 4px 5px;
    font-size: 14px;
    color: #828182;
}

.index_lange_ul {
    position: absolute;
    right: 15px;
    top: 0px;
    z-index: 100;
}

#custom-collapse {
    position: relative;
    float: right;
}

.index_lange_ul li.active a {
    background: #7b2132;
    color: #fff;
}

.pro_table_title, .pro_table_title_r {
    font-size: 16px;
    color: #7b2132;
    margin-top: 20px;
    margin-left: 35px;
    font-weight: normal;
    font-weight: bold;
}

.table_l_ul dd a {
    font-size: 14px;
    color: #828182;
    line-height: 38px;
    background-image: url(/assets/image/jiantou.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left top;
    background-size: 16px;
    display: inline-block;
    line-height: 16px;
}

    .table_l_ul dd a:hover {
        color: #7b2132;
    }

.table_l {
    width: 249px;
    background: #f4f4f4;
    border: 1px solid #d3cdce;
    padding-top: 10px;
}

.pro_table_title_r {
    margin-top: 45px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.table_r {
    width: 921px;
    border: 1px solid #d3cdce;
    border-left: none;
    min-height: 530px;
}

.pro_table th, .pro_table td {
    border-right: 1px solid #d3cdce;
    border-bottom: 1px solid #d3cdce;
    text-align: center;
    padding: 10px 0px;
}

.pro_table {
    border-top: 1px solid #d3cdce;
    border-left: 1px solid #d3cdce;
    margin-bottom: 25px;
}

.pro_table_wrap {
    margin: 0px 25px;
}

    .pro_table_wrap li {
        list-style-type: disc;
    }

.pro_table th {
    font-size: 14px;
    color: #7b2132;
    font-weight: normal;
    background: #f4f4f4;
    font-weight: bold;
}

.pro_table td, .pro_table td a {
    font-size: 12px;
    color: #828182;
}

.pro_table th, .pro_table td div {
    word-break: break-all;
    padding: 0px 5px;
}

    .pro_table td a:hover {
        color: #7b2132;
    }

.table_l_ul dd.active {
    background: #fff;
    border-top: 1px solid #d3cdce;
    border-bottom: 1px solid #d3cdce;
    border-right: 1px solid #fff;
}

.table_l_ul dd {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    border-right: 1px solid #d3cdce;
}

    .table_l_ul dd.active a {
        color: #7b2132;
    }

.table_l_ul dd {
    width: 248px;
}

.pro_table_wrap_in {
    display: none;
}

    .pro_table_wrap_in.active {
        display: block;
    }

.load_p a, .load_p i {
    font-size: 14px;
    color: #7b2132;
}

    .load_p a.active {
        color: #585757;
    }

.load_p {
    margin: 30px 0px 15px;
}

.foot_a {
    font-size: 16px;
    color: #fff;
}

.foot_top i {
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
}

.foot {
    background: #7b2132;
}

.foot_t {
    border-bottom: 2px solid #fff;
    padding: 20px 0px;
}

.foot_top {
    width: 271px;
    margin: 0px auto;
}

.copy_p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 0px;
}

    .copy_p a {
        font-size: 14px;
        color: #fff;
    }

.foot_b {
    padding: 20px 0px;
}

.arrow_f {
    display: inline-block;
    position: absolute;
    top: 41px;
    left: 50%;
    margin-left: -15px;
}

.foot_top_title {
    border-bottom: 1px solid #d5d4d4;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.foot_h3 {
    font-size: 20px;
    color: #82807f;
    font-weight: normal;
    margin: 0px;
}

.foot_more {
    font-size: 14px;
    color: #82807f;
}

.foot_c {
    background: #efeae8;
    padding: 40px 0px;
    display: none;
}

.foot_con {
    font-size: 14px;
    color: #82807f;
    line-height: 25px;
}

.foot_moth {
    font-size: 24px;
    color: #7b2132;
    text-align: center;
    margin-bottom: 5px;
}

.foot_year {
    font-size: 13px;
    color: #7b2132;
    text-align: center;
}

.f_new_dl dt {
    float: left;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px;
}

.f_new_dl dd {
    float: left;
    margin-left: 88px;
}

.new_ti {
    font-size: 14px;
    color: #82807f;
    margin-bottom: 0px;
}

.f_new_dl {
    position: relative;
    margin-bottom: 30px;
}

.new_content {
    font-size: 13px;
    color: #7b2132;
    line-height: 20px;
    margin-bottom: 0px;
}

.f_con_dl dt i {
    color: #82807f;
    font-size: 15px;
}

.f_con_dl {
    position: relative;
    margin-bottom: 10px;
}

    .f_con_dl dt {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .f_con_dl dd {
        font-size: 14px;
        color: #82807f;
        margin-left: 20px;
    }

.table_l_ul_proin li a {
    font-size: 12px;
    color: #828182;
    line-height: 28px;
    margin-left: 34px;
}

.table_l_ul_proin li {
    background: #f4f4f4;
}

    .table_l_ul_proin li.active {
        background: #fff;
        width: 199px;
        border: 1px solid #d3cdce;
        border-right: none;
        border-left: none;
    }

        .table_l_ul_proin li.active a {
            color: #7b2132;
            display: inline-block;
            width: 167px;
            height: 100%;
            margin-left: 0px;
            z-index: 100000;
            background-color: #FFF;
            position: relative;
            margin-left: 34px;
        }

.table_l_proin {
    width: 200px;
    padding: 20px 0px;
}

.pro_con li span {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    background: #c8c0c2;
    border-radius: 50%;
    -webit-border-radius: 50%;
    moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.pro_con li {
    font-size: 14px;
    color: #696969;
    margin-bottom: 15px;
}

.table_r_proin {
    width: 970px;
    border-left: 1px solid #d3cdce;
    min-height: 500px;
}

.pro_table_title_r_proin {
    margin-top: 25px;
}

.proin_til {
    font-size: 26px;
    color: #4c4a4b;
    border-bottom: 1px solid #e4e3e3;
    padding-bottom: 46px;
    margin-top: 25px;
    margin-left: 30px;
    text-transform: inherit;
}

.proin_top_l {
    border: 1px solid #e4e3e3;
    border-right: none;
    width: 920px;
}

.proin_top {
    margin-bottom: 20px;
}

.f_con_dl_proin dt i {
    font-size: 35px;
    color: #82807f;
}

.f_con_dl_proin {
    margin-left: 35px;
}

    .f_con_dl_proin dd {
        margin-left: 50px;
    }

.dali {
    background: #e9e6e7;
    border: 1px solid #d3cdce;
    border-left: none;
    border-right: none;
    margin-bottom: 50px;
}

.dali_ul li {
    float: left;
    position: relative;
}

    .dali_ul li a {
        font-size: 14px;
        color: #585757;
        margin: 0px 10px;
        line-height: 50px;
    }

    .dali_ul li.active a {
        color: #7b2132;
    }

    .dali_ul li.active img {
        display: block;
    }

    .dali_ul li a img {
        position: absolute;
        top: 42px;
        left: 50%;
        margin-left: -7px;
        display: none;
    }

.f_new_dl_daili dd {
    margin-left: 185px;
    width: 985px;
}

.daili_content {
    font-size: 14px;
    color: #6d6d6d;
    margin-bottom: 5px;
}

.blue {
    color: #336699 !important;
}

.daili_content02 {
    margin: 0px;
}

.daili_titl {
    margin-bottom: 30px;
}

.f_new_dl_daili dt, .f_new_dl_daili dd {
    border-bottom: 1px solid #dcdcdc;
    padding: 25px 0px;
}

.g_img {
    width: 146px;
    height: 95px;
}

    .g_img img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        box-shadow: 0 0 10px #666;
    }

.line {
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #e5e5e5;
}

.map_daili {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 45px;
}

.daili_wrap {
    display: none;
}

    .daili_wrap.active {
        display: block;
    }

.women_con {
    font-size: 14px;
    color: #767676;
    line-height: 23px;
}

.women_titl {
    font-size: 18px;
    color: #767676;
    margin-bottom: 10px;
    font-weight: normal;
    margin-top: 20px;
}

.yunajin_ways {
    font-size: 14px;
    margin-bottom: 35px;
}

.yuanjin_p {
    font-size: 14px;
    color: #767676;
    margin-bottom: 5px;
}

.yuanjin_l {
    width: 417px;
}

.yuanjin_r {
    width: 753px;
}

    .yuanjin_r img {
        width: 100%;
    }

.women_i {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    background: #e9e6e7;
    border-radius: 50%;
    webkit-border-radius: 50%;
    moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.women_words {
    font-size: 14px;
    color: #767676;
}

.women_con_dd {
    font-size: 14px;
    color: #767676;
    line-height: 22px;
}

.women_i i {
    color: #938386;
    font-size: 15px;
    margin-top: 10px;
}

.women_dl dt {
    margin-bottom: 10px;
}

.women_dl {
    padding: 30px 0px;
    border-bottom: 1px solid #eeeeee;
    width: 390px;
}

.jishu_titl {
    font-size: 24px;
    color: #737272;
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
}

.jishu_wrap {
    width: 670px;
    height: 42px;
    line-height: 42xp;
    margin: 10px auto;
}

    .jishu_wrap input {
        width: 610px;
        height: 42px;
        border: none;
        float: left;
        background: #fff;
        font-size: 14px;
        color: #bdb9b9;
        text-indent: 0.5em;
        border-radius: 4px 0px 0px 4px;
        -webkit-border-radius: 4px 0px 0px 4px;
        -moz-border-radius: 4px 0px 0px 4px;
        -o-border-radius: 4px 0px 0px 4px;
        -ms-border-radius: 4px 0px 0px 4px;
    }

.jishu_i {
    display: inline-block;
    width: 60px;
    height: 42px;
    background: #7b2132;
    text-align: center;
    line-height: 42px;
    border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -o-border-radius: 0px 4px 4px 0px;
    -ms-border-radius: 0px 4px 4px 0px;
}

    .jishu_i i {
        color: #fff;
        font-size: 18px;
    }

.jishu {
    background: #e9e6e7;
    padding: 30px 0px 40px;
    border: 1px solid #d3cdce;
    border-left: none;
    border-right: none;
}

.jishu_tab_titl {
    font-size: 18px;
    margin: 0px;
    color: #fff;
    text-align: center;
    background: #b3d7cc;
    line-height: 44px;
    margin-top: 18px;
}

.jshu_in_titl {
    font-size: 16px;
    color: #7b2132;
    padding-top: 20px;
    margin-bottom: 15px;
    font-weight: normal;
}

.jshu_in_ul li {
    font-size: 14px;
    width: 25%;
    margin-bottom: 15px;
    float: left;
}

    .jshu_in_ul li a {
        color: #7f7e7e;
    }

.jishu_t {
    background: #fbfbfb;
    padding: 0px 30px;
    border-bottom: 1px solid #d3cdce;
}

.jishu_t_wrap01 {
    border: 1px solid #d3cdce;
    padding: 10px;
    border-top: none;
}

.jishu_t_wrap02 {
    border: 1px solid #d3cdce;
}

.jshu_list_titl span {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    background: #c8c0c2;
    border-radius: 50%;
    -webit-border-radius: 50%;
    moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.jshu_list_titl {
    font-size: 14px;
    color: #696969;
    font-weight: normal;
    padding: 15px 0px;
}

.jshu_list_ul li {
    font-size: 14px;
    margin-bottom: 15px;
    width: 14.28%;
    float: left;
}

.jishu_t_list {
    background: #fff;
}

.jshu_list_ul li a {
    color: #7b2132;
}

.content_wrap_wrap {
    width: 100%;
    height: 2px;
    background: #e9e6e7;
    margin-bottom: 50px;
}

.new_img {
    width: 241px;
    border: 1px solid #eeeeee;
    float: left;
    margin-right: 20px;
}

    .new_img img {
        width: 100%;
    }

.new_titl {
    font-size: 16px;
    color: #7e797a;
    font-weight: normal;
    margin-bottom: 5px;
}

.new_time {
    font-size: 14px;
    color: #9a9999;
    margin-bottom: 8px;
}

.new_contents {
    font-size: 14px;
    color: #7e797a;
    line-height: 22px;
    margin-bottom: 10px;
}

.new_a {
    font-size: 14px;
    margin-right: 30px;
}

.new_ul li {
    padding: 30px 0px;
    border-bottom: 1px solid #eeeeee;
}

.new_l {
    width: 840px;
}

.new_r {
    width: 290px;
}

.new_right_in {
    width: 100%;
    height: 35px;
    border: 1px solid #beb4b6;
    margin-bottom: 20px;
    font-size: 14px;
    color: #cac9c9;
    text-indent: 0.5em;
}

.new_right_text {
    width: 100%;
    height: 70px;
    border: 1px solid #beb4b6;
    margin-bottom: 20px;
    font-size: 14px;
    color: #cac9c9;
    text-indent: 0.5em;
    resize: none;
}

.new_titl_r {
    margin-top: 30px;
    margin-bottom: 15px;
}

.send_new {
    display: inline-block;
    width: 68px;
    height: 30px;
    background: #7b2132;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}

.new_r_mess {
    font-size: 14px;
    color: #cac9c9;
    float: right;
}

.send_new:hover {
    color: #fff;
}

.page_ul li {
    float: left;
    border: 1px solid #d3cdce;
    border-left: none;
}

    .page_ul li.active {
        background: #e9e6e7;
    }

        .page_ul li.active a {
            color: #7b2132;
        }

.page_ul {
    border-left: 1px solid #d3cdce;
    width: 300px;
    margin: 30px auto;
}

    .page_ul li a {
        font-size: 14px;
        color: #c8c0c2;
        padding: 5px 8px;
    }

.dali02 {
    margin: 0px;
}

.zhiwei_img {
    width: 373px;
    float: left;
    margin: 0px 25px 35px 0px;
}

    .zhiwei_img:last-child {
        margin-right: 0px;
    }

.women_con01 {
    margin-bottom: 25px;
}

.women_titl_zhiwei {
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
}

.zhiwei_ul li {
    position: relative;
}

    .zhiwei_ul li img {
        position: absolute;
        top: -39px;
    }

.zhiwei_emile {
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #b3d7cc;
    line-height: 48px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.content_wrap_jingxiang {
    margin-top: 20px;
    overflow: hidden;
}

.jingxaing_time {
    font-size: 14px;
    color: #6e6c6c;
    margin-right: 20px;
    height: 45px;
    line-height: 45px;
}

    .jingxaing_time a {
        font-size: 14px;
        color: #abafae;
        border: 1px solid #e4e3e3;
        padding: 5px;
        margin-left: 5px;
    }

        .jingxaing_time a.active {
            border: none;
            color: #fff;
            background: #9bc3b7;
        }

.jinxiang_table th {
    background: #b3d7cc;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 42px;
}

    .jinxiang_table th:first-child {
        padding-left: 50px;
    }

.jinxiang_table td {
    font-size: 14px;
    color: #737272;
    border-bottom: 1px solid #e9e6e7;
    line-height: 45px;
}

    .jinxiang_table td a {
        color: #737272;
    }

.radio_span {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    background: #c8c0c2;
    border-radius: 50%;
    -webit-border-radius: 50%;
    moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.jishu_wrap_jingxiang input {
    width: 474px;
}

.jishu_wrap_jingxiang select {
    border: none;
    width: 132px;
    border-left: 1px solid #d0cdcd;
    height: 30px;
    font-size: 14px;
    color: #737272;
    text-indent: 0.5em;
}

.jishu_wrap_jingxiang {
    background: #fff;
}

.jingxiang_h3 {
    font-size: 16xp;
    color: #535252;
    font-weight: normal;
    margin-left: 25px;
    margin-bottom: 10px;
}

.xuqiu_table th:first-child {
}

.xuqiu_table_wrap {
    border: 1px solid #eeeeee;
}

.xuqiu_table th, .xuqiu_table td {
    border-bottom: 1px solid #eeeeee;
}

.xuqiu_table th {
    font-size: 14px;
    color: #232424;
    line-height: 43px;
    font-weight: normal;
    text-align: center;
}

.xuqiu_table td {
    font-size: 14px;
    color: #7a6c6f;
    line-height: 50px;
    text-align: center;
}

    .xuqiu_table td a {
        background: #7b2132;
        padding: 5px;
        color: #fff;
        font-size: 14px;
    }

        .xuqiu_table td a.active {
            background: #028102;
        }

.guding_ul li {
    float: left;
    width: 150px;
    line-height: 43px;
    border: 1px solid #e4e3e3;
    text-align: center;
    border-bottom: none;
    border-right: 0px;
}

    .guding_ul li a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .guding_ul li:last-of-type {
        border-right: 1px solid #e4e3e3;
    }

    .guding_ul li.active {
        background: #b3d7cc;
    }

        .guding_ul li.active a {
            color: #FFF;
        }

    .guding_ul li a {
        font-size: 14px;
        color: #7a6c6f;
    }

.guding_ul {
    margin-top: 15px;
}

.fabu_table {
}

    .fabu_table td {
        font-size: 14px;
        color: #6c6e6d;
        padding-bottom: 20px;
    }

        .fabu_table td:first-child {
            width: 115px;
        }

        .fabu_table td:nth-child(2) {
            width: 340px;
        }

        .fabu_table td input {
            border: 1px solid #e4e3e3;
            width: 330px;
            height: 39px;
            line-height: 39px;
            text-indent: 0.5em;
        }

.shenqing_select01 {
    border: 1px solid #e4e3e3;
    width: 100px;
    height: 39px;
    line-height: 39px;
    margin-right: 13px;
}

    .shenqing_select01:last-child {
        margin-right: 0px;
    }

.shenqing_select {
    border: 1px solid #e4e3e3;
    width: 330px;
    height: 39px;
    line-height: 39px;
    text-indent: 0.5em;
}

.xuqiu_table_wrap {
    display: none;
}

    .xuqiu_table_wrap.active {
        display: block;
    }

.fabu_table td input.fabu_in {
    width: auto;
    height: auto;
    margin-right: 5px;
}

.radio_sp {
    margin-right: 10px;
}

.fabu_table_wrap_in {
    width: 840px;
    float: right;
    margin-right: 150px;
    margin-top: 65px;
}

.mess_fabu {
    font-size: 14px;
    color: #6c6e6d;
}

.radio_sp02 {
    margin-left: 10px;
}

.fabu_ul02 li {
    float: left;
    width: 25%;
    margin-bottom: 0px;
    padding-bottom: 15px;
}

.fabu_wrap {
    width: 470px;
}

.info_fabu {
    font-size: 14px;
}

.fujian {
    display: inline-block;
    width: 111px;
    height: 28px;
    background: #676767;
    color: #fff;
    text-align: center;
    line-height: 28px;
}

.fujian_mess {
    font-size: 12px;
    color: #5f5e5e;
}

.fujian_in {
    position: absolute;
    left: 0px;
    width: 111px;
    border: none;
    background: transparent;
}

.fujian_wrap {
    position: relative;
}

.fabu_submit {
    display: inline-block;
    width: 330px;
    height: 49px;
    background: #7b2132;
    line-height: 49px;
    text-align: center;
    margin: 20px 100px;
    font-size: 14px;
    color: #fff;
    opacity: 0.7;
}

    .fabu_submit:hover {
        color: #fff;
    }

.guding_ul li:hover {
    cursor: pointer;
}

.tool_top {
    width: 159px;
    height: 99px;
    background: #e9e6e7;
    border-radius: 10px;
    text-align: center;
    line-height: 99px;
}

    .tool_top i {
        color: #938386;
        font-size: 46px;
        margin-top: 30px;
    }

.tool_name {
    font-size: 14px;
    color: #585757;
    text-align: center;
    margin-top: 20px;
}

.tool_wrap {
    width: 159px;
    margin: 0px auto;
}

.tool_ul li {
    float: left;
    width: 25%;
    margin-bottom: 35px;
}

.tool_ul {
    border: 1px solid #e4e3e3;
    border-top: none;
    padding-top: 30px;
}

    .tool_ul li:hover .tool_top {
        background: #ac397c;
    }

    .tool_ul li:hover i {
        color: #fff;
    }

    .tool_ul li:hover {
        cursor: pointer;
    }

.logo_name {
    font-size: 16px;
    color: #525252;
    font-weight: normal;
    margin-bottom: 40px;
}

.user {
    width: 420px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #828182;
    margin-bottom: 22px;
}

.user_wrap {
    width: 343px;
    height: 38px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    margin-left: 5px;
    float: right;
}

    .user_wrap input {
        width: 300px;
        height: 36px;
        line-height: 36px;
        background: #fff;
        border: none;
        float: right;
        text-indent: 0.5em;
    }

.user_i {
    width: 39px;
    height: 30px;
    display: inline-block;
    border-right: 1px solid #e5e5e5;
    margin-top: 2px;
    text-align: center;
    line-height: 30px;
}

    .user_i i {
        color: #cccccc;
        font-size: 20px;
    }

.logo_l {
    width: 650px;
}

.logo_r {
    width: 520px;
}

.fabu_submit_logo {
    width: 345px;
    margin: 0px 0px 20px 55px;
}

.password {
    font-size: 14px;
    color: #8e8c8c;
    margin-left: 55px;
}

.logo_wrap {
    width: 435px;
}

.logo_a {
    font-size: 14px;
    color: #7b2132;
    font-weight: bold;
    margin-top: 5px;
}

.logo_con {
    font-size: 14px;
    color: #828182;
    line-height: 25px;
    margin-bottom: 5px;
}

.logo_name02 {
    margin-bottom: 7px;
}

.logo_name03 {
    font-size: 16px;
    color: #828182;
    margin-bottom: 7px;
}

.line01 {
    width: 100%;
    height: 1px;
    background: #eeeeee;
    margin: 20px 0px;
}

.user_wrap .in_logo {
    width: 262px;
    float: right;
}

.user_i01 {
    border: none;
    float: right;
}

.logo_index {
    margin-bottom: 200px;
}

.logo_span {
    width: 85px;
    display: inline-block;
    position: absolute;
}

.user_re {
    width: 466px;
    position: relative;
}

.user_wrap .inpu_logo {
    width: auto;
    height: auto;
    float: none;
    margin-right: 5px;
}

.user_wrap02 {
    border: none;
}

.resi_sex {
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.user_wrap03 {
    margin-left: 80px;
}

.file {
    font-size: 14px;
    color: #7b2132;
    margin-bottom: 10px;
}

    .file input {
        margin-right: 10px;
        margin-left: 80px;
    }

.fabu_submit_logo_re {
    margin-left: 78px;
}

.men_i_wrap {
    width: 206px;
    border: 1px solid #e0ddde;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    box-shadow: 0px 0px 2px #ccc;
    -webkit-box-shadow: 0px 0px 2px #ccc;
    -moz-box-shadow: 0px 0px 2px #ccc;
    -o-box-shadow: 0px 0px 2px #ccc;
    -ms-box-shadow: 0px 0px 2px #ccc;
}

    .men_i_wrap i {
        font-size: 35px;
        color: #938386;
    }

.men_name {
    display: block;
    font-size: 14px;
    color: #908f8f;
    margin-top: 8px;
}

.member_ul li {
    float: left;
    margin-right: 28px;
}

    .member_ul li:last-child {
        margin-right: 0px;
    }

.dali_member {
    padding: 20px 0px;
}

.member_ul li.active .men_i_wrap {
    background: #7b2132;
}

.member_ul li.active i, .member_ul li.active .men_name {
    color: #fff;
}

.logo_wrap_member {
    margin-left: 300px;
    margin-top: 65px;
}

.user_wrap03_member input {
    background: #eceaea;
}

.user_wrap03 input {
    width: 341px;
}

.user_wrap03_pass .in_logo {
    width: 302px;
}

.men_con {
    display: none;
}

    .men_con.active {
        display: block;
    }

.member_ul li:hover {
    cursor: pointer;
}

.member_table th {
    background: #b3d7cc;
    color: #fff;
}

.member_table td .pass_a {
    background: #e9e6e7;
    color: #5d5254;
}

.member_table {
    border: 1px solid #eeeeee;
    border-top: none;
}

.delay_member {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0,0,0,0.3);
    z-index: 999;
}

.member_lay {
    background: #fff;
    padding: 60px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -420px;
}

.close_fix {
    position: absolute;
    top: 20px;
    right: 20px;
}

.delay_member {
    display: none;
}

.lay_member_div {
    border: 1px solid #e4e3e3;
    width: 330px;
    height: 39px;
    line-height: 39px;
    text-indent: 0.5em;
    background: #eceaea;
}

.member_c_wrap {
    border: 1px solid #e4e3e3;
}

.member_top {
    font-size: 14px;
    color: #8e8d8e;
    line-height: 50px;
    padding: 0px 20px;
    border-bottom: 1px solid #e4e3e3;
}

    .member_top span {
        margin-right: 260px;
    }

        .member_top span:last-child {
            margin-right: 0px;
        }

.member_bottom {
    font-size: 14px;
    color: #8e8d8e;
    padding: 20px;
}

    .member_bottom p {
        margin-bottom: 5px;
    }

.memnber_titl {
    font-size: 14px;
    color: #fff;
    line-height: 39px;
    background: #b3d7cc;
}

.member_c_con {
    width: 570px;
    margin-top: 30px;
}

.name_mem {
    margin-left: 25px;
}

.men_more {
    margin-right: 20px;
}

.memnber_ul_wrap {
    padding: 10px 20px 20px 25px;
    border: 1px solid #e4e3e3;
    min-height: 255px;
}

.memnber_ul li a {
    font-size: 14px;
    color: #858484;
    line-height: 44px;
}

.memnber_ul li {
    border-bottom: 1px dotted #e8e8e8;
}

.memnber_titl a {
    color: #fff;
    float: right;
}

.member_zixun td a.active {
    background: #7b2132;
}

.member_zixun td a.process {
    background: #009944;
}

.member_zixun td a.finsh {
    background: #707070;
}

.member_pro {
    width: 815px;
    margin-top: 50px;
    margin-left: 185px;
}

.member_pro_div {
    font-size: 14px;
    color: #6c6e6d;
    position: relative;
    margin-bottom: 20px;
}

    .member_pro_div span {
        display: inline-block;
        position: absolute;
        width: 100px;
    }

    .member_pro_div select {
        width: 215px;
        height: 39px;
        border: 1px solid #e4e3e3;
        margin-right: 20px;
        line-height: 39px;
        text-indent: 0.5em;
    }

        .member_pro_div select:last-child {
            margin-right: 0px;
        }

.member_pro_in {
    width: 690px;
    heigh: 39px;
    border: 1px solid #e4e3e3;
    line-height: 39px;
    text-indent: 0.5em;
}

.member_span_wrap {
    margin-left: 100px;
}

.member_textarea {
    margin-bottom: 10px;
}

.index_pro {
    display: inline-block;
    float: left;
}

.index_ul01, .index_ul02 {
    float: left;
}

    .index_ul01 li a {
        font-size: 18px;
        color: #595858;
    }

    .index_ul01 li {
        margin-bottom: 20px;
    }

        .index_ul01 li.active a {
            color: #7b2132;
        }

.index_ul01 {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 40px;
}

.index_ul02 li a {
    font-size: 14px;
    color: #7b2132;
}

.index_ul02 li {
    margin-bottom: 10px;
}

.pro_index {
    padding: 30px 0px;
}

.index_ul02_02 {
    margin-top: 55px;
}

.new_pro_wrap {
    background: #efeae8;
    padding: 30px 0px;
}

.new_pro {
    font-size: 20px;
    color: #535354;
    margin-bottom: 20px;
    font-weight: normal;
}

.index_pro_li {
    background: #fff;
    margin-bottom: 20px;
}

    .index_pro_li img:nth-child(3) {
        width: 100%;
    }

.pro_in_top {
    background: #7b2132;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 33px;
}

.in_pro_con {
    font-size: 14px;
    color: #656464;
    line-height: 25px;
    padding: 20px;
    max-height: 176px;
    overflow: hidden;
    min-height: 116px;
}

.inde_list {
    padding: 0px 20px 20px;
}

.index_ulone {
    display: none;
}

    .index_ulone.active {
        display: block;
    }

.index_pro_li, .new_pro_wrap {
    position: relative;
}

.index_radio {
    position: absolute;
    top: 190px;
}

.index_radio_l {
    left: -13px;
}

.index_radio_r {
    right: -13px;
}

.line_index {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 281px;
}

.yun_nmenu li.active a {
    color: #7b2132 !important;
}

.menu {
    color: #fff;
}

.navbar-toggle i {
    color: #fff;
}

.jinxiang_table tr:hover {
    cursor: pointer;
}

.navbar-nav > li:hover a, .foot_more:hover {
    color: #7b2132 !important;
}

.jingxaing_time a:hover {
    background: #b3d7cc;
    color: #fff;
}

.index_lange_ul a:hover {
    background: #7b2132 !important;
    color: #fff !important;
}

.jinxiang_table tr:hover td {
    color: #fff;
    background: #b3d7cc;
}

    .jinxiang_table tr:hover td span {
        background: #fff;
    }

    .jinxiang_table tr:hover td a, .jinxiang_table tr:hover td i {
        color: #fff;
    }

.fabu_submit:hover {
    background: #b3d7cc;
}

.women_dl:hover .women_i {
    background: #7b2132;
}

.women_dl:hover i {
    color: #fff;
}

.member_ul li:hover .men_i_wrap {
    background: #7b2132;
}

.member_ul li:hover span, .member_ul li:hover i {
    color: #fff;
}

.memnber_ul li:hover a {
    color: #7b2132;
}

.index_lange_ul li {
    position: relative;
}

    .index_lange_ul li a {
        text-transform: none;
    }

    .index_lange_ul li.mess_index a {
        width: 72px;
    }

.number {
    font-size: 12px;
    position: absolute;
    top: 1px;
    right: 3px;
    display: inline-block;
    line-height: 13px;
    margin-top: -2px;
    background: #fa7a37;
    padding: 0px 3px;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    moz-border-radius: 4px;
    -o-border-radius: 4px;
    ms-border-radius: 4px;
}

.clear_index {
    clear: both;
    display: none;
}

.index_i {
    padding-right: 5px;
}

.yunajin_ways:hover {
    cursor: inherit;
}

.foot_a:hover {
    color: #fff;
}

.index_uol_img {
    width: 70px;
    margin-top: 49px;
}

.index_uol_img02 {
    margin-top: 45px;
}

.index_ul01_r {
    margin-top: 70px;
}

.new_a_in {
    margin-right: 0px;
}

.client_ul li {
    float: left;
    width: 14%;
    margin-right: 37px;
    margin-bottom: 10px;
}

    .client_ul li:nth-child(6n) {
        margin-right: 0px;
    }

.no_date {
    text-align: center;
    padding-top: 100px;
    font-size: 16px;
    letter-spacing: 8px;
}

.no_dates {
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
    letter-spacing: 8px;
}

.pagebar {
    clear: both;
    margin-left: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    margin-top: 10px;
}

    .pagebar div {
        float: right;
        height: 28px;
    }

    .pagebar a {
        display: block;
        float: left;
        height: 26px;
        line-height: 24px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .pagebar span {
        float: left;
        height: 26px;
        display: block;
        line-height: 24px;
        padding: 0px 10px;
        border: 1px solid #eee;
    }

    .pagebar a {
        border: 1px solid #eee;
        color: #000;
        font-family: Tahoma;
        background-color: #eee;
        font-family: 微软雅黑,宋体;
        font-size: 12px;
    }

        .pagebar a:hover {
            color: #000;
            text-decoration: none;
        }

.carousel-control img {
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.b_h3 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 78px;
}

.b_p {
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 10px;
    clear: both;
}

.b_more {
    display: inline-block;
    font-size: 14px;
    color: #7b2132;
    background: #fff;
    padding: 10px;
    clear: both;
}

    .b_more:hover {
        color: #7b2132;
    }

.carousel-caption {
    text-align: right;
    bottom: auto !important;
    top: 24%;
    right: 10%;
}

.b_m_div, .b_h3, .b_p {
    width: 42%;
    float: right;
    text-align: left;
}

@media (max-width:1600px) {
    .carousel-caption {
        top: 14%;
    }
}

@media (max-width:1300px) {
    .carousel-caption {
        top: 18%;
    }

    .b_h3 {
        font-size: 26px;
    }
}

@media (max-width:1100px) {
    .carousel-caption {
        top: 3%;
    }
}

@media (max-width:1000px) {
    .carousel-caption {
        top: 3%;
    }

    .b_h3 {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .b_p {
        font-size: 14px;
    }
}

@media (max-width:769px) {
    .carousel-indicators {
        bottom: 0px !important;
    }

    .carousel-control img {
        display: none;
    }

    .b_m_div, .b_h3, .b_p {
        width: 100%;
        float: none;
        padding-left: 10px;
        color: #666;
    }

        .b_m_div .b_more {
            display: none;
        }

    .carousel-caption {
        position: inherit;
        top: inherit;
        left: inherit;
        bottom: inherit;
        right: inherit;
        background: #e9e6e7;
    }

    .b_h3 {
        margin-bottom: 10px;
        color: #666;
    }
}

.maps {
    position: relative;
}

    .maps a {
        position: absolute;
    }

        .maps a.bmz {
            left: 0px;
            top: 0px;
        }

        .maps a.yz {
            right: 179px;
            top: 78px;
        }

        .maps a.oz {
            right: 478px;
            top: 84px;
            z-index: 10000;
        }

        .maps a img {
            display: none;
        }

            .maps a img.act {
                display: block;
            }



.downloadx {
    color: #938386;
    font-size: 20px;
}

.tool_ul li:hover .downloadx {
    color: #FFF;
}

.download_ul {
    overflow: hidden;
}

    .download_ul li {
        width: 20%;
    }

.table_r_proinw100 {
    width: 100%;
}

.pro_table_wrap_download {
    margin: 0px 15px;
}

.jinxiang_table td:first-of-type {
    padding-left: 10px;
}

.content_wrap_jingxiang_load {
    padding-bottom: 0px;
}

.tool_ul li.active .downloadx {
    color: #FFF;
}

.tool_ul li.active .tool_top {
    background: #ac397c;
}



.pbox i {
    font-size: 14px;
    display: inline-block;
    transform: rotate(90deg);
    padding-top: 3px;
    padding-left: 3px;
}

.xpbox {
    display: none;
    font-weight: bold;
}

    .xpbox td {
        line-height: 30px;
        color: #7b2132;
        padding: 10px 0px;
    }

.moproduct {
    width: 100%;
    background: #7b2132;
    padding: 12px 0px;
    text-align: center;
    display: none;
}

    .moproduct a {
        color: #FFF;
        font-size: 14px;
    }

        .moproduct a i {
            font-weight: bold;
            position: relative;
            left: -5px;
            top: 1px;
        }

.table_l_ul dt .pro_table_title {
    background-color: #7b2132;
    color: #FFF;
}
