/*
author: Boostraptheme
author URL: https://boostraptheme.com
License: Creative Commons Attribution 4.0 Unported
License URL: https://creativecommons.org/licenses/by/4.0/
*/

/*====================================================
                       CAREER-P1
======================================================*/

.career-p1 {
    /* padding-bottom: 100px; */
}

.career-p1 .container {
    padding-top: 10px;
}

.career-p1-desc ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.career-p1-desc ul li {
    height: 30px;
    line-height: 30px;
    color: #64707b;
}

.career-p1-desc ul li i {
    color: #2196f3;
}

@media (min-width: 767px) and (max-width: 991px) {
    .career-p1-himg {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
#swiper-pagination-product{
bottom: 0 !important;
}
.examine-container{
margin-top: -50px !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
#pc-product{
display: none !important;
}
#mobile-product{
display: flex!important;
}

#mobile-product .examine-swiper-box{
 flex: 0 0 50%;
box-sizing: border-box;
}

#mobile-product .examine-swiper-item:nth-of-type(1){
border: none;
}
#mobile-product .examine-swiper-item {
margin: 20px 0;
}

#mobile-product  .examine-swiper-item img{
width: 60px !important;
height: 60px !important;
}

#mobile-container{
padding-left: 0 !important;
padding-right: 0 !important;
}
    .career-p1-himg {
        padding: 0;
    }
    .career-p1-desc {
        padding: 40px;
    }
    .career-p1-desc ul li {
        min-height: 18px;
        line-height: 18px;
        color: #64707b;
        margin-bottom: 15px;
    }
}

/*====================================================
                       CAREER-P2
======================================================*/

.career-p2-bg {
    height: 450px;
    background-image: url(../img/img/bg_11.png);
    padding: 0;
    margin: 0;
}

.title-bar-career-p2 {
    /* padding:50px; */
    position: relative;
    background: rgba(0, 0, 0, .4)
}

.title-bar-career-p2 .about-text {
    padding: 20px 60px;
}

.overlay-career-p2 {
    position: absolute;
    width: 100%;
    height: 450px;
    display: none;
    background: rgba(59, 59, 60, 0.53);
}

.title-bar-career-p2 h1 {
    color: #fff;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    background: rgba(200, 200, 200, 0.6);
    border: 3px solid #fff;
    border-radius: 50%;
    margin-left: 120px;
}

.title-bar-career-p2 p {
    padding: 20px 0 0 0;
    color: #fff;
    font-size: 14px;
    text-align: left;
}

@media (min-width: 767px) and (max-width: 991px) {
    .title-bar-career-p2 h1 {
        color: #fff;
        width: 150px;
        height: 150px;
        line-height: 150px;
        text-align: center;
        border: 3px solid #fff;
        border-radius: 50%;
        margin-left: 10px;
    }
    .title-bar-career-p2 p {
        padding: 20px 50px 0 0;
        color: #fff;
        font-size: 17px;
    }
}

@media(max-width: 767px) {
    .career-p2-bg {
        height: 500px;
        background-image: url(../img/img/bg_11.png);
        padding: 0;
        margin: 0;
    }
    .title-bar-career-p2 {
        /* padding: 50px; */
    }
    .overlay-career-p2 {
        position: absolute;
        width: 100%;
        height: 400px;
        background: rgba(59, 59, 60, 0.53);
    }
    .title-bar-career-p2 h1 {
        color: #fff;
        width: 150px;
        height: 150px;
        line-height: 150px;
        text-align: center;
        border: 3px solid #fff;
        border-radius: 50%;
        margin-left: 10px;
        margin: 0 auto;
    }
    .title-bar-career-p2 p {
        padding: 20px 0px 0 0;
        color: #fff;
        font-size: 17px;
        text-align: center;
    }
}

@media (max-width: 420px) {
    /* .map {
        margin-bottom: 100px;
    } */
    div.about-content {
        position: absolute;
        right: 0;
        left: 0;
        width: 100%;
        background: #166db2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 30px;
        height: 200px;
        top: 0;
        /* bottom: -100px; */
    }
    .career-p2-bg {
        height: 520px;
        background-image: url(../img/img/bg_11.png);
        padding: 0;
        margin: 0;
    }
    .title-bar-career-p2 {
        padding: 30px 20px;
    }
    .overlay-career-p2 {
        position: absolute;
        width: 100%;
        height: 520px;
        background: rgba(59, 59, 60, 0.53);
    }
}

/*====================================================
                       CAREER-P3
======================================================*/

#career-p3 {
    width: 100%;
    background: #f0f0f0;
    padding: 10px 50px;
}

#career-p3 .career-p3-title h3 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

#career-p3 .career-p3-cont {
    padding: 30px 10px;
    margin: 15px 0;
    background: #fff;
    box-shadow: 2px 2px 2px #ddd;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    min-height: 181.59px;
}

#career-p3 .career-p3-cont:hover {
    border-bottom: 3px solid #2196f3;
    box-shadow: 2px 2px 2px #aaa;
    margin-top: 12px;
}

#career-p3 .career-p3-cont i {
    font-size: 55px;
    height: 70px;
    line-height: 70px;
    color: #2196f3;
}

#career-p3 .career-p3-cont h5 {
    color: rgba(51, 51, 51, 1);
    text-transform: none;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 400;
    font-family: MicrosoftYaHei;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #career-p3 .career-p3-cont {
        padding: 10px 30px 30px 30px;
        margin: 15px 0;
        background: #fff;
        box-shadow: 2px 2px 2px #ddd;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .col-md-3 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width: 420px) {
    /* .map {
        margin-bottom: 100px;
    } */
    div.about-content {
        position: absolute;
        right: 0;
        left: 0;
        width: 100%;
        background: #166db2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 30px;
        height: 260px;
        top: 0;
    }
    .about-text {
        padding: 10px 0 !important;
    }
    #career-p3 {
        width: 100%;
        background: #f0f0f0;
        padding: 10px 30px;
    }
    #career-p3 .career-p3-cont {
        padding: 20px;
        margin: 15px 0;
        background: #fff;
        box-shadow: 2px 2px 2px #ddd;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

.career-p3-cont img {
    /* width: 50px; */
    height: 45px;
    display: inline-block;
    margin: 15px 0px;
}

.map {
    position: relative;
    width: 100%;
    height: 500px;
}

#map {
    height: 100%
}

.about-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 188px;
    width: 350px;
    background: #166db2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}

.about-content h3 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 30px;
}

.about-content p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}

.amap-logo {
    display: none;
    opacity: 0;
}

.amap-copyright {
    opacity: 0;
}

.cooperation-item {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
    background: #f0f0f0;
    border: 1px solid #e0e0e0;
}

.cooperation-item i {
    font-size: 30px !important;
    height: 60px !important;
    line-height: 60px !important;
}

.career-p3-cont.text-center:hover .cooperation-item {
    background: #2296f3;
    border: 1px solid #2296f3;
}

.career-p3-cont.text-center:hover .cooperation-item i {
    color: #fff !important;
}

.career-p3-cont.text-center p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 0;
}

.examine {
    background: linear-gradient(76deg, rgba(25, 149, 213, 1), rgba(0, 128, 129, 1));
    padding:  20px 0;
}
.examine-container{
    margin-top: -80px;
}
.examine-swiper {
    width: 100%;
    background: #fff;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #DCDCDC;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 49px;
    color: #fff;
    background: #1995D5;
}

.examine-swiper .swiper-slide .col-md-3 {
    padding: 0;
}

.examine-swiper-item {
    text-align: center;
    border-right: 2px solid #DCDCDC;
    /* padding: 0 40px; */
    margin-top: 40px;
    margin-bottom: 60px;
    box-sizing: border-box;
    cursor: pointer;
}

.examine-swiper-item img {
    width: 90px;
    height: 90px;

}

.examine-swiper-item .img {
    display: inline-block;
}

.examine-swiper-item .img_active {
    display: none;
}

.examine-swiper-item.active .img {
    display: none;
}

.examine-swiper-item.active .img_active {
    display: inline-block;
}

.examine-swiper-item h4 {
    font-family: Adobe Heiti Std;
    margin-top: 10px;
    color: #484848;
    font-size: 18px;
}

.examine-swiper-item.active h4 {
    color: #1995D5;
    font-weight: bold;
}

.examine-title{
    color: #fff !important;
}
.examine-subtitle{
    color: #fff !important;
}
.examine-content{
    color: #fff;
    line-height: 2;
}

.examine-progress{
    background: #fff;
    padding: 20px 0;
    position: relative;
    margin-top: 20px;
}
.examine-progress-line{
    position: absolute;
    left: 40px;
    right: 40px;
    top: 50%;
    margin-top: -16px;
    border-bottom: 2px dashed #BBBABA;
}
.examine-progress-list{
    display: flex;
    justify-content: space-around;
    position: relative;
    z-index: 99;
}
.examine-progress-item{
    flex: 1;
}

.examine-progress-box{
    margin: 0 auto;
    width: 62px;
    height: 62px;
    background: url(../img/examine_progress_bg.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:20px;
    font-weight: bold;
    color: #fff;
}

.examine-progress-item h5{
    margin-top: 10px;
    text-align: center;
    font-size: #333333;
    font-weight: bold;
    font-size: 15px;
}

 
.title-style{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 0 20px;
}

#pc-product{
display: flex ;
}
#mobile-product{
display: none;
}