@charset "utf-8";

/* CSS Document */


/* 导航 */

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
    color: #8d8d8d;
}

.breadcrumb>li {
    display: inline-block;
    color: #8d8d8d;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #8d8d8d;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #8d8d8d;
}


/* 图片 */

.honor_join_bg {
    width: 100%;
    /* height: 580px; */
}

.honor_join_bg img {
    width: 100%;
    height: 100%;
}




/* 导航栏 */
.cont_btn li div{
    width: 25px;
    height: 25px;
}
.history>div{
    background: url(../images/trophy_icon_02.PNG) no-repeat;
    margin: 0 5px;
}
.history>.act{
    background: url(../images/trophy_icon.png) no-repeat;
}

.matter>div{
    background: url(../images/server_icon.png) no-repeat;
    margin: 0 5px;
    background-size: 100%;
}
.matter .act{
    background: url(../images/server_icon_02.png) no-repeat;
    background-size: 100%;
}


.cont_btn{
    margin: 40px auto;
}
.cont_btn li{
    float: left;
    width: 170px;
    height: 40px;
    text-align: center;
    background-color:#f4f4f4;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* 点击对应的标题添加对应的背景颜色 */
.cont_btn .active{
    background:url(../images/green_bg.png) no-repeat;
    background-image: 100% 100%;
    background-size: 100% 100%;
    color: #fff;
    height: 48px;
    line-height: 40px;
    padding-bottom: 8px;
}




/* 轮播图 */

.wrap {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.about .tabBox .tabNav {
    margin-top: 30px;
    margin-bottom: 25px;
}

.tabBox_t,
.tabBox {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.tabBox .tabNav {
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.tabBox .tabNav li {
    display: inline-block;
    *display: inline;
    text-align: center;
    cursor: pointer;
    text-align: center;
    color: #8d8d8d;
    font-size: 16px;
    border: 1px solid #8d8d8d;
    width: 170px;
    height: 38px;
    line-height: 34px;
}

.tabBox .tabNav li.now {
    border: none;
    color: #fff;
    background: url(../images/green_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 170px;
    height: 45px;
    line-height: 35px;
}

.tabBox .tabNav li img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.head .nav li.now a,
.head .nav li a:hover {
    background: none;
    color: #21944b;
}

.tabBox .tabCont {
    /* display: none; */
    width: 100%;
}

#certify {
    position: relative;
    margin: 0 auto
}

#certify .container {
    width: 100%;
}

#certify .swiper-container {
    padding-bottom: 60px;
    position: relative;
}



.swiper-container .swiper-wrapper {
    width: 100%;
    margin: auto;
}

.swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    border-radius: 5px !important;
}

#certify .swiper-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

#certify .swiper-slide img {
    width: 100%;
    box-shadow: 0 8px 30px #ddd;
    display: block;
}

#certify .swiper-slide p {
    padding: 15px;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: url('../images/span.png') no-repeat 1px !important;
    background-position-x: 17px !important;
    background-position-y: 8px !important;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    padding-top: 20px;
    height: 20px;
    width: 35px;
    font-size: 12px;
    color: #404040;
    opacity: 1;
    border-radius: 0 !important;
    background: rgba(0, 0, 0, 0);
    margin: 6px !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 4px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    color: #21944b;
}

#certify .swiper-button-prev {
    left: 30px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 35px !important;
    text-transform: none!important;
    letter-spacing: 0;
    color: #d1d1d1;
    text-transform: none;
    font-variant: initial;
}

#certify .swiper-button-next {
    right: 30px;
    font-size: 18px;
}

.swiper-container .swiper_year_icon {
    z-index: 5;
    position: absolute;
    bottom: 1%;
    left: 36%;
}

.swiper_year_icon img {
    width: 20px;
    height: 20px;
}

.swiper_border {
    border-top: 1px solid #ccc;
    z-index: 5;
    position: absolute;
    bottom: 6.8%;
    width: 100%;
}

.index_container {
    display: none;
}


/*轮播图2*/
#certify2 {
    position: relative;
    margin: 0 auto
}

#certify2 .container {
    width: 100%;
}

#certify2 .swiper-container {
    padding-bottom: 60px;
    position: relative;
}



.swiper-container .swiper-wrapper {
    width: 100%;
    margin: auto;
}

.swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    border-radius: 5px !important;
}

#certify2 .swiper-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

#certify2 .swiper-slide img {
    width: 100%;
    box-shadow: 0 8px 30px #ddd;
    display: block;
}

#certify2 .swiper-slide p {
    padding: 15px;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify2 .swiper-pagination {
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: url('../images/span.png') no-repeat 1px !important;
    background-position-x: 17px !important;
    background-position-y: 8px !important;
}

#certify2 .swiper-pagination-bullets .swiper-pagination-bullet {
    padding-top: 20px;
    height: 20px;
    width: 35px;
    font-size: 12px;
    color: #404040;
    opacity: 1;
    border-radius: 0 !important;
    background: rgba(0, 0, 0, 0);
    margin: 6px !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 4px;
}

#certify2 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    color: #21944b;
}

#certify2 .swiper-button-prev {
    left: 30px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 35px !important;
    text-transform: none!important;
    letter-spacing: 0;
    color: #d1d1d1;
    text-transform: none;
    font-variant: initial;
}

#certify2 .swiper-button-next {
    right: 30px;
    font-size: 18px;
}

.swiper-container .swiper_year_icon {
    z-index: 5;
    position: absolute;
    bottom: 1%;
    left: 36%;
}

.swiper_year_icon img {
    width: 20px;
    height: 20px;
}

.swiper_border {
    border-top: 1px solid #ccc;
    z-index: 5;
    position: absolute;
    bottom: 6.8%;
    width: 100%;
}

.index_container {
    display: none;
}



@media (max-width: 960px) {
    .breadcrumb {
        /* display: none; */
    }
    .honor_join_bg {
        width: 100%;
        /* height: 280px; */
        height: 100%;
    }
    .tabBox .tabNav li {
        display: inline-block;
        *display: inline;
        text-align: center;
        cursor: pointer;
        text-align: center;
        color: #8d8d8d;
        font-size: 13px;
        border: 1px solid #8d8d8d;
        width: 110px;
        height: 30px;
        line-height: 26px;
    }
    .tabBox .tabNav li.now {
        border: none;
        color: #fff;
        background: url(../images/green_bg.png) no-repeat;
        background-size: 100% 100%;
        width: 110px;
        height: 37px;
        line-height: 27px;
    }
    #certify {
        display: none;
    }
    #certify2 {
        display: none;
    }
    .index_container {
        position: relative;
        display: block;
    }
    /* 轮播图 */
    .swiper-container {
        width: 95%;
        height: 360px;
    }
    .swiper-wrapper .swiper-slide {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .swiper-wrapper img {
        width: 100%;
        height: 290px;
        box-shadow: 0 8px 30px #ddd;
    }
    .swiper-wrapper .swiper-slide p {
        padding: 15px;
        text-align: center;
        color: #636363;
        font-size: 1.1em;
        margin: 0;
    }
    .swiper-pagination-bullet {
        width: 20px;
        font-size: 12px;
        color: rgba(0, 0, 0, 0);
        border-radius: 0 !important;
        background: rgba(0, 0, 0, 0);
        border-bottom: 2px solid #ccc;
    }
    .swiper-pagination-bullet-active {
        color: rgba(0, 0, 0, 0);
        border-bottom: 2px solid #21944b;
        opacity: 1;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        left: 0;
        width: 100%;
    }
    .swiper-wrapper {
        position: relative;
        width: 100%;
        height: initial;
        z-index: 1;
        display: flex;
        transition-property: transform;
        box-sizing: content-box
    }
    .swiper-pagination {
        border: none;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        background: url('../images/span.png') no-repeat 0px;
        background-position-x: 17px;
        background-position-y: 21px;
    }
    .swiper_border {
        display: none;
    }
    .swiper_year_icon {
        display: none;
    }
}