.green {
    color: #32c9be;
}

.wite-bg {
    background: #fff;
}

.btn-green {
    background: #32c9be;
    color: #fff;
}

    .btn-green:hover {
        background: #006b77;
        color: #fff;
    }

.breadcrumb-bar {
    padding: 20px 0 0 0;
    font-size: 16px;
    margin-top: 15px;
}

    .breadcrumb-bar .breadcrumb {
        background: transparent;
        border-radius: 0;
        border: none;
        margin-bottom: 0;
    }

    .breadcrumb-bar a {
        color: #999;
    }

    .breadcrumb-bar .breadcrumb > li + li:before {
        content: ">";
    }

    .breadcrumb-bar .active {
        color: #32c9be;
    }

.red {
    color: red;
}

.con-detail {
    background: #fff;
}

.all-title {
    border-bottom: 1px solid #e0e0e0;
    padding: 30px 0;
    font-size: 16px;
}

.pc-banne,
.pc-detail {
    display: block;
}

.mc-banne,
.mc-detail {
    display: none;
}

.news-list {
    padding-top: 30px;
}

    .news-list .news-left {
        float: left;
        font-size: 22px;
        color: #999;
        font-family: tahoma;
    }

        .news-list .news-left .moth:after {
            content: "";
            display: block;
            width: 20px;
            border-bottom: 2px solid #32c9be;
            padding-top: 5px;
        }

        .news-list .news-left .date {
            font-size: 38px;
            text-align: right;
            color: #4f5f69;
        }

    .news-list .item-list > li {
        padding: 60px 0;
    }

    .news-list .item-list li + li {
        border-top: 1px solid #8c8c8c;
    }

    .news-list .item {
        padding-left: 80px;
        display: block;
        line-height: 220%;
        font-size: 15px;
    }

    .news-list .news-title {
        color: #32c9be;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .news-list .news-date {
        color: #999;
        margin-top: 25px;
    }

    .news-list .news-detail {
        color: #4f5f69;
        margin: 25px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .news-list .news-more {
        border-top: 1px solid #afafaf;
        padding: 25px 0 10px 0;
        color: #4f5f69;
    }

    .news-list .item-text {
        padding-left: 80px;
    }

.news-detail {
    color: #4f5f69;
}

    .news-detail .text {
        margin-top: 50px;
        line-height: 180%;
    }

    .news-detail .pre-next {
        margin-top: 40px;
    }

        .news-detail .pre-next a {
            color: #4f5f69;
            display: inline-block;
            padding: 5px 0;
        }

    .news-detail .news-last {
        margin-top: 10px;
    }

.related-news {
    border-top: 0px solid #e0e0e0;
    margin-top: 30px;
    padding-bottom: 30px;
}

    .related-news h4 {
        padding: 20px 0;
        border-top: 1px solid #e0e0e0;
    }

    .related-news .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .related-news li {
        padding: 8px;
    }

    .related-news .img-box {
        text-align: center;
    }

    .related-news .item {
        color: #4f5f69;
        font-size: 18px;
        border: 1px solid #e0e0e0;
        display: block;
        background: #fff;
    }

    .related-news .c-n1 {
        padding: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.apply-detail {
    box-shadow: 0 0 15px #aaa;
    background: url("../images/from-bg.png") top left no-repeat #fff;
    text-align: center;
    border-radius: 5px;
    padding: 0;
    margin-bottom: 80px;
    margin-top: 50px;
}

    .apply-detail .apply {
        max-width: 640px;
        margin: auto;
        padding-top: 20px;
        color: #4f5f69;
    }

    .apply-detail .title {
        text-align: left;
        padding: 15px 0;
    }

    .apply-detail .apply-from {
        padding-right: 200px;
    }

        .apply-detail .apply-from > li {
            position: relative;
            padding: 0;
            margin-top: 15px;
        }

        .apply-detail .apply-from .tips {
            position: absolute;
            left: 100%;
            width: 200px;
            top: 12px;
            text-align: left;
            color: #999;
            padding-left: 15px;
        }

    .apply-detail .group-addon {
        display: table-cell;
    }

        .apply-detail .group-addon + .group-addon {
            border-left: 1px solid #e0e0e0;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .apply-detail .layui-input {
        background: none;
        border: none;
    }

    .apply-detail .layui-form-select dl dd.layui-this {
        background: #006b77;
    }

    .apply-detail .appDate {
        background: url("../images/date.png") right center no-repeat #fff !important;
    }

    .apply-detail .radio-bar {
        text-align: left;
    }

        .apply-detail .radio-bar .radio-inline {
            padding-left: 0;
        }

        .apply-detail .radio-bar .layui-anim,
        .apply-detail .radio-bar input[type="radio"] {
            display: none;
        }

        .apply-detail .radio-bar .layui-unselect {
            content: "";
            display: inline-block;
            width: 16px;
            height: 16px;
            border: 1px solid #e0e0e0;
            margin: 0;
            margin-right: 5px;
            vertical-align: middle;
        }

        .apply-detail .radio-bar input[type="radio"]:checked + .layui-unselect {
            background: url("../images/check-rodia.png") center;
        }

        .apply-detail .radio-bar .date {
            margin-top: 10px;
            clear: both;
        }

    .apply-detail .input-group {
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        width: 100%;
    }

    .apply-detail .group-addon {
        display: table-cell;
        border-radius: 4px;
    }

    .apply-detail .form-control {
        border-left: 0;
        min-height: 40px;
        box-shadow: none;
        border: none;
        float: none;
    }

    .apply-detail .input-group-addon {
        background: #fff;
        border-right: none;
        padding: 0px;
        color: #999;
        text-align: left;
        border: none;
        width: 40%;
    }

        .apply-detail .input-group-addon span {
            margin-right: 0px;
            display: inline-block;
            width: 20px;
            text-align: center;
        }

    .apply-detail .load-img {
        overflow: hidden;
        margin-top: 10px;
    }

        .apply-detail .load-img .img-list {
            float: left;
            margin-left: 10px;
            color: #999;
        }

        .apply-detail .load-img .up-img {
            padding-top: 10px;
        }

            .apply-detail .load-img .up-img img {
                width: 200px;
                height: 150px;
            }

    .apply-detail #myFile {
        border: none;
        background: none;
    }

    .apply-detail .labelname {
        float: left;
        padding-top: 5px;
    }

    .apply-detail .submit {
        margin-top: 50px;
    }

    .apply-detail .btn-green {
        background: #32c9be;
        color: #fff;
        border-radius: 0;
        padding: 14px;
    }

.safety-detail {
    border-top: 1px solid #e0e0e0;
}

.safety-introduct {
    padding: 2% 5%;
}

    .safety-introduct h3 {
        margin: 30px 0;
    }

.safety-sec {
    margin: 50px 0;
}

.safety-menu {
    width: 300px;
    float: left;
}

    .safety-menu a {
        display: block;
    }

    .safety-menu .panel-default {
        border: none;
        box-shadow: none;
        border-top: 1px solid #4f5f69;
        border-radius: 0;
    }

        .safety-menu .panel-default > .panel-heading {
            background: #fff;
            padding-left: 15px;
            padding-right: 0;
        }

            .safety-menu .panel-default > .panel-heading a {
                color: #4f5f69;
                font-size: 18px;
                padding-left: 10px;
                border-left: #32c9be 5px solid;
            }

                .safety-menu .panel-default > .panel-heading a.collapsed {
                    border-left-color: transparent;
                }

                .safety-menu .panel-default > .panel-heading a:hover {
                    color: #32c9be;
                }

    .safety-menu .panel-group .panel:last-child {
        border-bottom: 1px solid #4f5f69;
    }

    .safety-menu .panel-group .panel + .panel {
        margin-top: 0;
    }

    .safety-menu .panel-collapse {
        border-top: 1px solid #4f5f69;
        padding: 0;
        font-size: 15px;
        padding-left: 30px;
    }

        .safety-menu .panel-collapse ul {
            padding: 10px 0;
        }

        .safety-menu .panel-collapse li {
            padding: 6px;
        }

            .safety-menu .panel-collapse li a.active {
                border-left: #32c9be 5px solid;
            }

        .safety-menu .panel-collapse a {
            padding: 0px 0px 0px 10px;
            color: #4f5f69;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .safety-menu .panel-collapse a:hover {
                color: #32c9be;
            }

.safety-right {
    float: none;
    margin-left: 330px;
    width: auto;
}

    .safety-right h3.title {
        margin-top: 0;
        font-size: 28px;
    }

    .safety-right .menu-list {
        padding-top: 20px;
    }

        .safety-right .menu-list li {
            padding: 8px 0;
            font-size: 18px;
        }

            .safety-right .menu-list li a {
                display: block;
                background: #eeeeee;
                padding: 10px 40px;
                color: #4f5f69;
            }

                .safety-right .menu-list li a:hover {
                    color: #32c9be;
                }

    .safety-right .detail {
        margin-top: 20px;
        color: #4f5f69;
        font-size: 15px;
        line-height: 180%;
    }

        .safety-right .detail .m-dd {
            margin-top: 10px;
            text-align: center;
            font-size: 18px;
            margin-bottom: 20px;
            padding-left: 30px;
        }

        .safety-right .detail big {
            font-size: 36px;
            color: #4f5f69;
        }

        .safety-right .detail p {
            margin-bottom: 20px;
        }

.safety-list ul {
    margin-left: -8px;
    margin-right: -8px;
}

.safety-list li {
    padding: 8px;
}

.safety-list .item {
    display: block;
    color: #fff;
    position: relative;
}

.safety-list .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #32c9be;
    padding: 5px 10px;
    text-align: center;
    opacity: 0.6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.safety-list .item:hover .text {
    opacity: 1;
}

.guard-detail {
    padding: 0 10%;
    font-size: 15px;
    position: relative;
}

    .guard-detail .activity-explain {
        font-size: 18px;
        padding: 20px 0;
    }

.share-group.share {
    position: absolute;
    left: -80px;
}

    .share-group.share span.name {
        padding-left: 10px;
        padding-bottom: 10px;
        display: block;
    }

    .share-group.share li {
        border-top: 1px solid #e0e0e0;
        padding: 4px 0;
        overflow: hidden;
        vertical-align: middle;
    }

        .share-group.share li > span {
            padding-top: 8px;
            display: inline-block;
        }

    .share-group.share .bds_tsina {
        background-image: url("../images/share01.png");
    }

    .share-group.share .bds_weixin {
        background-image: url("../images/share02.png");
    }

    .share-group.share .bds_qzone {
        background-image: url("../images/share03.png");
    }

    .share-group.share a {
        color: #4f5f69;
        vertical-align: middle;
        width: 52px;
        height: 34px;
        margin: 0 6px 0 0;
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .share-group.share img {
        vertical-align: middle;
    }

.guard-detail dt {
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    padding: 30px 0;
}

.guard-detail .date {
    font-size: 18px;
    text-align: center;
    color: #4f5f69;
}

.guard-detail p {
    margin-bottom: 20px;
}

.guard-detail .submit {
    padding: 30px 0;
}

    .guard-detail .submit .btn {
        min-width: 200px;
        font-size: 16px;
    }

.bd_weixin_popup {
    height: auto !important;
}
/** pages-number **/
.page-bar {
    text-align: right;
}

    .page-bar .pagination > li {
        padding: 0 1px;
        display: inline-block;
        line-height: 16px;
    }

        .page-bar .pagination > li > a {
            border-radius: 4px;
            color: #999;
            min-width: 36px;
            font-size: 16px;
            padding: 6px 0px;
            text-align: center;
            margin: 0;
        }

    .page-bar .pagination > .active > a,
    .page-bar .pagination > .active > a:focus,
    .page-bar .pagination > .active > a:hover,
    .page-bar .pagination > .active > span,
    .page-bar .pagination > .active > span:focus,
    .page-bar .pagination > .active > span:hover {
        background: #32c9be;
        color: #fff;
        border-color: #32c9be;
    }

@media (min-width: 1500px) {
    .news-detail-page .news-detail {
        background: url("../images/newsbg-left.png") top left no-repeat #fff;
    }
}

@media (min-width: 992px) and (max-width: 1365px) {
    .guard-detail {
        padding: 0 15%;
    }

    .share-group.share {
        left: 0;
    }
}

@media (max-width: 991px) {
    .breadcrumb-bar {
        font-size: 12px;
    }

    .news-list {
        padding-top: 0px;
    }

        .news-list .news-left {
            font-size: 16px;
        }

            .news-list .news-left .moth:after {
                width: 18px;
                padding-top: 5px;
            }

            .news-list .news-left .date {
                font-size: 24px;
            }

        .news-list .item-list > li {
            padding: 30px 0;
        }

        .news-list .item {
            padding-left: 50px;
            display: block;
            line-height: 180%;
            font-size: 15px;
        }

        .news-list .news-title {
            color: #32c9be;
            margin-top: 0px;
            -webkit-line-clamp: 2;
        }

        .news-list .news-date {
            color: #999;
            margin-top: 10px;
        }

        .news-list .news-detail {
            color: #4f5f69;
            margin: 10px 0 20px 0;
            -webkit-line-clamp: 2;
        }

        .news-list .news-more {
            padding: 10px 0 0px 0;
        }

        .news-list .item-text {
            padding-left: 30px;
        }
    /** pages-number **/
    .page-bar {
        text-align: right;
    }

        .page-bar .pagination > li {
            padding: 0 1px;
            display: inline-block;
            line-height: 16px;
        }

            .page-bar .pagination > li > a {
                border-radius: 4px;
                color: #999;
                min-width: 30px;
                font-size: 12px;
                padding: 6px 0px;
                text-align: center;
                margin: 0;
            }

        .page-bar .pagination > .active > a,
        .page-bar .pagination > .active > a:focus,
        .page-bar .pagination > .active > a:hover,
        .page-bar .pagination > .active > span,
        .page-bar .pagination > .active > span:focus,
        .page-bar .pagination > .active > span:hover {
            background: #32c9be;
            color: #fff;
            border-color: #32c9be;
        }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
    .share-group.share {
        position: static;
        left: 0px;
        margin-top: 10px;
    }

        .share-group.share ul {
            display: inline-block;
            vertical-align: middle;
        }

        .share-group.share li {
            border-top: 0px solid #e0e0e0;
            padding: 4px 3px;
            display: inline-block;
        }

            .share-group.share li span {
                display: none;
            }

        .share-group.share span.name {
            padding-left: 0px;
            padding-bottom: 10px;
            display: inline-block;
        }

        .share-group.share a {
            color: #4f5f69;
            width: 34px;
            height: 22px;
            margin-right: 0;
        }

        .share-group.share img {
            vertical-align: middle;
            width: 40px;
        }
}

@media (max-width: 767px) {

    .con-detail {
        background: #fafafa;
    }

    .pc-banne,
    .pc-detail {
        display: none;
    }

    .mc-banne,
    .mc-detail {
        display: block;
    }

    .all-title {
        font-size: 20px;
        background: #fafafa;
        padding: 10px 0;
    }

        .all-title > div {
            padding: 0;
        }

        .all-title .back-btn {
            font-size: 16px;
            color: #4f5f69;
        }

            .all-title .back-btn i {
                color: #32c9be;
                font-size: 18px;
            }

        .all-title .title-text {
            text-align: center;
        }

    .news-list {
        padding-top: 0px;
        background: #fafafa;
    }

        .news-list .news-left {
            font-size: 16px;
        }

            .news-list .news-left .moth:after {
                width: 18px;
                padding-top: 5px;
            }

            .news-list .news-left .date {
                font-size: 24px;
            }

        .news-list .img-box {
            text-align: center;
        }

        .news-list .item-list > li {
            padding: 20px 0;
        }

        .news-list .item {
            padding-left: 50px;
            display: block;
            line-height: 160%;
            font-size: 15px;
        }

        .news-list .news-title {
            color: #32c9be;
            margin-top: 15px;
        }

        .news-list .news-date {
            color: #999;
            margin-top: 5px;
        }

        .news-list .news-detail {
            color: #4f5f69;
            margin: 5px 0 10px 0;
            -webkit-line-clamp: 3;
        }

        .news-list .news-more {
            padding: 10px 0 0px 0;
        }

        .news-list .item-text {
            padding-left: 15px;
        }

    .apply-detail {
        box-shadow: none;
        background: #fff;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

        .apply-detail .apply {
            max-width: 100%;
            margin: auto;
            padding: 0px 15px;
            color: #4f5f69;
        }

        .apply-detail .title {
            text-align: left;
            padding: 15px 0;
            font-size: 16px;
        }

        .apply-detail .apply-from {
            padding: 0px;
        }

            .apply-detail .apply-from li {
                position: relative;
                padding: 0;
                margin-top: 15px;
            }

            .apply-detail .apply-from .tips {
                position: static;
                text-align: left;
                color: #aaa;
                padding-left: 0px;
                padding-top: 10px;
            }

        .apply-detail .load-img {
            overflow: hidden;
            margin-top: 10px;
        }

            .apply-detail .load-img .img-list {
                float: left;
                margin-left: 10px;
                color: #999;
            }

            .apply-detail .load-img .up-img {
                padding: 10px 0;
            }

                .apply-detail .load-img .up-img img {
                    width: 160px;
                    height: 120px;
                }

        .apply-detail .submit {
            margin: 20px 0;
            padding: 0 15px;
        }

        .apply-detail .btn-green {
            background: #32c9be;
            color: #fff;
            border-radius: 0;
            padding: 14px;
        }

    .safety-detail {
        border-top: 0px solid #e0e0e0;
        background: #fafafa;
    }

    .safety-introduct {
        padding: 2% 0%;
        font-size: 12px;
    }

        .safety-introduct h3 {
            margin: 15px 0;
            font-size: 18px;
        }

    .safety-sec {
        margin-top: 0;
    }

        .safety-sec .safety-menu {
            width: 100%;
        }

        .safety-sec .safety-right {
            margin-left: 0;
            width: auto;
            padding: 0;
        }

        .safety-sec .safety-list .text {
            padding: 5px;
            font-size: 12px;
        }

    .safety-right {
        padding-bottom: 0;
    }

        .safety-right h3.title {
            margin-top: 30px;
            font-size: 18px;
        }

        .safety-right .menu-list {
            padding-top: 0px;
            min-height: 400px;
        }

            .safety-right .menu-list li {
                padding: 8px 0;
                font-size: 16px;
            }

                .safety-right .menu-list li a {
                    display: block;
                    background: #eeeeee;
                    padding: 15px;
                    color: #4f5f69;
                    font-size: 12px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                    .safety-right .menu-list li a:hover {
                        color: #32c9be;
                    }

        .safety-right .detail {
            margin-top: 0px;
            color: #4f5f69;
            font-size: 12px;
            line-height: 180%;
        }

            .safety-right .detail .m-dd {
                margin-top: 10px;
                text-align: center;
                font-size: 12px;
                margin-bottom: 20px;
                padding-left: 0px;
            }

            .safety-right .detail big {
                font-size: 15px;
            }

            .safety-right .detail p {
                margin-bottom: 20px;
            }

    .guard-detail {
        padding: 0 5%;
        font-size: 14px;
        position: relative;
        color: #4f5f69;
    }

        .guard-detail .activity-explain {
            font-size: 16px;
            padding: 10px 0;
        }

    .share-group.share {
        position: static;
        left: 0px;
        margin-top: 10px;
    }

        .share-group.share ul {
            display: inline-block;
            vertical-align: middle;
        }

        .share-group.share li {
            border-top: 0px solid #e0e0e0;
            padding: 4px 3px;
            display: inline-block;
        }

            .share-group.share li span {
                display: none;
            }

        .share-group.share span.name {
            padding-left: 0;
            padding-bottom: 10px;
            display: inline-block;
        }

        .share-group.share a {
            color: #4f5f69;
            width: 34px;
            height: 22px;
            margin-right: 0;
        }

        .share-group.share img {
            vertical-align: middle;
            width: 40px;
        }

    .guard-detail .text {
        margin-top: 10px;
    }

    .guard-detail dt {
        font-size: 18px;
        padding: 10px 0;
    }

    .guard-detail .date {
        font-size: 12px;
        text-align: center;
        color: #4f5f69;
    }

    .guard-detail p {
        margin-bottom: 10px;
    }

    .guard-detail .submit {
        padding: 20px 0;
    }

        .guard-detail .submit .btn {
            min-width: 200px;
            font-size: 16px;
        }

    .news-detail {
        color: #4f5f69;
    }

        .news-detail .guard-detail {
            padding: 0;
        }

        .news-detail .text {
            margin-top: 10px;
            line-height: 180%;
        }

            .news-detail .text big {
                color: #000;
            }

        .news-detail .pre-next {
            margin-top: 10px;
            font-size: 12px;
        }

            .news-detail .pre-next a {
                color: #4f5f69;
                display: inline-block;
                padding: 5px 0;
            }

    .related-news {
        border-top: 1px solid #e0e0e0;
        margin: 20px 0 0 0;
        padding-bottom: 20px;
    }

        .related-news h4 {
            padding: 0px 0;
            border-top: none;
        }

        .related-news .row {
            margin-left: -8px;
            margin-right: -8px;
        }

        .related-news li {
            padding: 8px;
        }

        .related-news .item {
            color: #4f5f69;
            font-size: 15px;
            border: 1px solid #e0e0e0;
            display: block;
        }

        .related-news .c-n1 {
            padding: 10px;
        }
}

.apply-from01 {
    margin-top: 0px;
    display: table;
    width: 100%;
}

    .apply-from01 li .apply-table {
        display: table;
        width: 100%;
    }

    .apply-from01 li + li {
        margin-top: 10px;
    }

    .apply-from01 .form-control[disabled],
    .apply-from01 .form-control[readonly],
    .apply-from01 fieldset[disabled] .form-control {
        background: #fff;
    }

    .apply-from01 .query-row {
        display: table-row;
    }

    .apply-from01 .apply-table .query-label div {
        display: inline-block;
    }

    .apply-from01 .apply-table .query-vlue {
        border-radius: 0;
    }

        .apply-from01 .apply-table .query-vlue:last-child {
            border-radius: 0 4px 4px 0;
        }

    .apply-from01 .query-label,
    .apply-from01 .query-vlue,
    .apply-from01 .query-vlue02 {
        display: table-cell;
        background: #fff;
        border: 1px solid #e5e4e3;
        vertical-align: middle;
    }

    .apply-from01 .query-label {
        font-weight: normal;
        border-right: none;
        padding: 10px 0 10px 10px;
        border-radius: 4px 0 0 4px;
        width: 110px;
        color: #999;
        text-align: left;
    }

        .apply-from01 .query-label label {
            font-weight: normal;
            margin-bottom: 0;
        }

        .apply-from01 .query-label span {
            display: inline-block;
            width: 10px;
        }

    .apply-from01 .active .query-label,
    .apply-from01 .active .query-vlue,
    .apply-from01 .active .query-vlue02 {
        border-color: #32c9be;
    }

    .apply-from01 .required {
        position: relative;
    }

        .apply-from01 .required .query-label,
        .apply-from01 .required .query-vlue,
        .apply-from01 .required .query-vlue02 {
            border-color: #32c9be;
            border-width: 2px;
        }

    .apply-from01 .query-vlue {
        border-left: none;
        border-radius: 0 4px 4px 0;
    }

    .apply-from01 .query-vlue02 {
        border-radius: 4px;
    }

    .apply-from01 .form-control {
        border: none;
        box-shadow: none;
    }
