/*首页登陆*/
.Home_login_div_box {
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: 200px;
    width: 300px;
    height: 280px;
    opacity: 0.95;
    z-index: 100;
    text-align: center;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 2px 2px 5px 2px #ccc;
}

.nav-tabs-login-style li a {
    color: #888;
}

.nav-tabs-login-style {
    padding: 0 20%;
}

.nav-tab-pane-login-style {
    height: 177px;
}

    .nav-tab-pane-login-style input {
        width: 240px;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .nav-tab-pane-login-style > a {
        color: #aaa;
        position: absolute;
        right: 30px;
        top: 160px;
    }

.login-btn {
    color: #fff;
    margin-top: 42px;
}

.login-for-business,
.login-for-person {
    border-top: 1px solid #ccc;
}

.login-for-business {
    color: #428bca;
}

.login-for-person a {
    color: #5cb85c;
}


/*logo*/

.weblogocom {
    width: 146px;
    height: 40px;
    background-image: url(../img/logo_com.png);
    text-indent: -9999em;
    font-size: 0;
    margin-top: 2px;
}

.weblogocn {
    width: 146px;
    height: 40px;
    background-image: url(../img/logo_cn.png);
    text-indent: -9999em;
    font-size: 0;
    margin-top: 2px;
}

.weblogonet {
    width: 146px;
    height: 40px;
    background-image: url(../img/logo_net.png);
    text-indent: -9999em;
    font-size: 0;
    margin-top: 2px;
}




/*分割线*/

.navbar-nav > li:hover {
    background-color: #e7e7e7;
}

.navbar-default {
    background-color: #fff;
}

.navbar {
    margin-bottom: 0px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #111;
    cursor: default;
    background-color: #fff;
    border: 1px solid #fff;
    border-bottom: 3px solid #000;
}

.nav-tabs > li > a:hover {
    border-bottom: 3px solid #000;
}

/*主轮播图*/
.carousel,
.carousel .carousel-inner .carousel-bg {
    background-position: center center;
    height: 340px;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.carousel .carousel-indicators .active,
.carousel .carousel-indicators li {
    margin: 11px 10px;
}

.carousel .carousel-indicators .active {
    transform: scale(1.5);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

/*主要内容大盒子*/

.main-boxes {
    margin-top: 10px;
}

.main-box {
    display: block;
}

    .main-box h3,
    .main-box h4 {
        display: inline-block;
    }

    .main-box h4 {
        float: right;
        margin: 20px 15px 10px 0;
    }

/*搜索*/
.search-form {
    padding-top: 26px;
}

.search-xs-choose {
    margin: 0 0 0 12px;
}

/*信息公用css*/
.span-style {
    margin: 0 10px;
}

.text-hiden {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info-detail-style {
    color: #333;
}

.info-xs-p2-1 {
    color: #7f7f7f;
    text-align: left;
    margin: 7px 0;
    padding: 0 0 0 21px;
}

.info-xs-p2 {
    margin: 7px 0;
    text-align: right;
}

.info-xs-p2,
.hot-search a {
    color: #7f7f7f;
}

.info-xs-p1 {
    color: #333;
}

.info-xs-p1,
.info-xs-p2 {
    margin: 7px 0;
    padding: 0 21px 0 21px;
}

    .info-xs-p1 span {
        margin: 0 5px 0 0;
    }

.hot-search a {
    padding: 0 3px 0;
}

.info-xs-p1:hover,
.icon-color-1 {
    color: #428bca;
}

.color-2:hover,
.icon-color-2 {
    color: #5cb85c;
}

.xxzp-address-style p,
.icon-color-3 {
    color: #8f8f8f;
}

.icon-color-1,
.icon-color-2,
.icon-color-3 {
    vertical-align: -10.5%;
    margin-right: 10px;
}

.hot-search {
    margin: -10px 0 0 203px;
}

/*招聘公告*/

.boxes-border {
    padding: 10px;
    border-radius: 12px;
    background-color: transparent;
    box-shadow: 0px 2px 10px 0.5px #ccc;
}

.panel-default {
    border-bottom: 1px solid #ccc;
}

    .panel-default .panel {
        box-shadow: 0px 2px 10px 0.5px #ccc;
    }

    .panel-default > .panel-heading {
        background-color: #fff;
        text-align: left;
        padding: 5px 15px 0;
        margin-bottom: 10px;
    }

.panel-body {
    text-align: center;
}

.boxes-border-detail > a > .container > .row > small {
    color: #333;
}

.tab-pane-style {
    text-align: center;
}

    .tab-pane-style p {
        margin: 10px 5px 7px 0;
    }

.tab-pane-style-,
.tab-pane-style-1 {
    display: block;
}

    .tab-pane-style-1 p {
        display: inline-block;
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #ccc;
    }

.tab-pane-style-2 p {
    display: inline-block;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #ccc;
    color: #333;
}

.tab-pane-style-2,
.tab-pane-style-2 p,
.tab-pane-style-1 p:last-child {
    margin: 0;
    padding: 0;
    border-right: none;
}

.tab-pane-style-2 {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

    .tab-pane-style-2 > p > span,
    .tab-pane-style-1 > p > span {
        color: #5cb85c;
        font-size: 20px;
        margin: 0 10px 0 1px;
    }

    .tab-pane-style-2 a,
    .tab-pane-style a {
        font-size: 15px;
    }

        .tab-pane-style-2 a i,
        .tab-pane-style a i {
            margin: 0 0 0 20px;
            font-size: 15px;
        }

.tab-pane-sytle-3 a i {
    margin: 0 0 0 10px;
    font-size: 15px;
}

.tab-content {
    padding-top: 14px;
}

/*日历手风琴*/
.nav-a-style li a {
    color: #777;
    text-align: center;
    letter-spacing: 1.5px;
    padding: 10px;
    margin-right: 1px;
}

.xxzp-address-style p {
    margin: 8px 0 0;
    padding: 0 10px;
}

.nav-a-style > li > a > p {
    font-weight: 800;
    font-size: 17px;
    margin: 0px;
}

.tab-pane-style-3 {
    position: relative;
    border-bottom: 1px solid #ccc;
}

    .tab-pane-style-3 > .col-xs-3 {
        text-align: center;
        letter-spacing: 1.5px;
        padding: 10px;
        margin-right: 1px;
        font-weight: bolder;
    }

        .tab-pane-style-3 > .col-xs-3 > h4 {
            color: #333;
            margin: 0;
            font-size: 14px;
        }

        .tab-pane-style-3 > .col-xs-3 > small {
            color: #aaa;
            font-size: 12px;
        }

    .tab-pane-style-3 > .col-xs-9 {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
    }

        .tab-pane-style-3 > .col-xs-9 > p {
            margin: 0;
        }

.tab-pane-sytle-4 {
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 0px;
}

.panel-title a {
    text-decoration: none;
}

.up-margin {
    margin: 25px 0 15px;
}
/*手机信息公告更多动画*/
.btn-more-animation-1 {
    padding: 7px 50px;
    border: 1px solid #428bca;
}

.btn-more-animation-4 {
    padding: 7px 50px;
    border: 1px solid #5cb85c;
}

.btn-more-animation-1,
.btn-more-animation-2,
.btn-more-animation-3,
.btn-more-animation-4 {
    position: relative;
    height: 38px;
    width: 120px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    letter-spacing: 1.5px;
}

    .btn-more-animation-1:hover,
    .btn-more-animation-2:hover,
    .btn-more-animation-3:hover,
    .btn-more-animation-4:hover {
        color: #fff;
        text-decoration: none;
    }

    .btn-more-animation-1::before {
        width: 100%;
        height: 0;
        background-color: #428bca;
    }

    .btn-more-animation-4::before {
        width: 100%;
        height: 0;
        background-color: #5cb85c;
    }

    .btn-more-animation-1::before,
    .btn-more-animation-2::before,
    .btn-more-animation-3::before,
    .btn-more-animation-4::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        z-index: -1;
        border: 15px;
        transition: all 0.8s;
    }

    .btn-more-animation-4:hover:before,
    .btn-more-animation-1:hover:before {
        height: 100%;
    }
/*PC信息公告更多动画*/
.btn-more-animation-2,
.btn-more-animation-3 {
    padding: 7px 30px 7px 30px;
}

.icon-color-more {
    color: #fff;
}

.btn-more-animation-2::before {
    width: 0;
    height: 100%;
    background-color: #428bca;
}

.btn-more-animation-2:hover:before,
.btn-more-animation-3:hover:before {
    width: 100%;
}
/*pc日历更多动画*/

.btn-more-animation-3::before {
    width: 0;
    height: 100%;
    background-color: #5cb85c;
}

/*owl 轮播盒子样式*/

.owl-boxes-advs-1 {
    margin: 10px auto 40px;
}

.owl-boxes-advs-3,
.owl-boxes-advs-4,
.owl-boxes-advs-2 {
    width: auto;
}

.owl-boxes-advs-3 {
    margin: 30px 0 0 0;
}

.owl-boxes-advs-2 {
    margin: 30px 0 0 0;
}

.owl-box a img {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0.5px #ccc;
}

.owl-box {
    height: 65px;
}

/*页尾样式*/
.footer-box {
    font-size: 12px;
    height: 160px;
    padding: 20px 0;
    color: #9f9f9f;
}

.footer-menuAndcopyright {
    display: block;
}

.footer-copyright-1,
.footer-menu {
    display: inline-block;
}

.footer-copyright-1 {
    margin-right: 20px;
}

.footer-menu a {
    color: #9f9f9f;
    border-right: 1px solid #d2d2d7;
    margin-right: 7px;
    padding-right: 10px;
    white-space: nowrap;
}

    .footer-menu a:hover {
        color: #333;
    }

    .footer-menu a:last-child {
        border: none;
        margin: 0;
        padding: 0;
    }

.qr-code img,
.qr-code span {
    margin: 0 auto;
    display: block;
}

.qr-code span {
    margin-top: 10px;
    text-align: center;
}

.split-line {
    border-top: 1px solid #ccc;
}

.empty-box {
    height: 40px;
}

.footer-copyright-1,
.footer-menu,
.footer-copyright-2 {
    margin-top: 9px;
}

.footer-contacts {
    margin-top: 10px;
    margin-bottom: 9px;
}

    .footer-contacts span {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 2px;
        margin: 0 16px 0 8px;
        color: #5cb85c;
    }

/*企业卡片边框*/
.boxes-border-style-1 {
    border: 0.5px solid;
    border-color: #ddd;
    padding: 12px 24px;
    position: relative;
    margin: 10px 0;
    background-color: transparent;
    box-shadow: 0px 2px 10px 0.5px #ccc;
}

    .boxes-border-style-1::after,
    .boxes-border-style-1::before {
        content: "";
        position: absolute;
        width: 2px;
        height: 0px;
        transform: translateY(10);
        transition: 0.5s linear;
    }

    .boxes-border-style-1::after {
        bottom: -1px;
        right: -3px;
    }

    .boxes-border-style-1::before {
        top: -1px;
        left: -3px;
    }

    .boxes-border-style-1:hover:after {
        background-color: #5cb85c;
        height: 102%;
    }

    .boxes-border-style-1:hover::before {
        height: 102%;
        background-color: #428bca;
    }

    .boxes-border-style-1:hover {
        border-top-color: #5cb85c;
        border-bottom-color: #428bca;
    }

    .boxes-border-style-1 > a {
        text-decoration: none;
    }

.text-info-style-1 h5 {
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 600;
 
}

.text-info-style-1 small {
    display: block;
    color: #999;
}

@media (max-width: 767px) {
    .info-xs-p1 {
        margin: 5px 0 3px 0;
    }

    .info-xs-p2 {
        font-size: 12px;
        margin: 0 0 10px;
        text-align: left;
    }

    .boxes-border-style-1 {
        border-radius: 12px;
        padding: 10px;
        margin: 5px 0;
        text-align: left;
        background-color: transparent;
        box-shadow: 0px 2px 10px 0.5px #ccc;
    }

        .boxes-border-style-1:hover:after,
        .boxes-border-style-1:hover::before {
            height: 0;
        }

        .boxes-border-style-1:hover {
            border-top-color: #5cb85c;
            border-bottom-color: #428bca;
            border-left-color: #5cb85c;
            border-right-color: #428bca;
        }
}

.qr-code-share {
    margin: 0 0 80px 0;
    padding: 50px 0;
    border-right: 1px solid #428bca;
    border-bottom: 1px solid #428bca;
}



/*右侧固定条*/
.Sticky-bar {
    position: fixed;
    bottom: 100px;
    right: -140px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}

.sticky-box-1,
.sticky-box-2 {
    display: block;
    width: 200px;
    text-align: left;
    padding: 0 20px;
    margin-bottom: 5px;
    border-radius: 10px;
    transition: all 0.5s ease;
    color: #fff;
    font-size: 25px;
}

.sticky-box-1 {
    background-color: #428bca;
    height: 100px;
    line-height: 100px;
}

.sticky-box-2 {
    background-color: #5cb85c;
    height: 70px;
    line-height: 70px;
}

.sticky-box-1 img {
    height: 80px;
}

.sticky-box-1 img,
.sticky-box-2 span {
    padding-left: 13px;
}

.sticky-box-2 > span {
    font-size: 16px;
    vertical-align: middle;
}

.sticky-box-1:hover,
.sticky-box-2:hover {
    margin-left: -150px;
    width: 200px;
}

.sticky-box-1 i {
    vertical-align: middle;
}

#back_top {
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 130px;
    right: 0px;
    border-radius: 10px 10px 10px 10px;
    text-decoration: none;
    display: none;
    background-color: #333;
    z-index: 100;
}

    #back_top i {
        display: block;
        color: #fff;
        font-size: 30px;
        text-align: center;
        line-height: 55px;
    }

        #back_top i:hover {
            color: #cccccc;
        }