﻿
/*banner*/
.background {
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-background-size: auto 100%;
    -o-background-size: auto 100%;
    height: 100%;
    width: 100%;
    background-position: center center;
}

.swiper-container{
    height:5rem;
}
/*secondNav*/
.secondNav ul {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.secondNav .active {
    background: rgba(24, 67, 139, 1);
    color: rgba(255, 255, 255, 1);
}

.secondNav ul li:hover {
    background: rgba(24, 67, 139, 1);
    color: rgba(255, 255, 255, 1);
}

.secondNav ul li {
    width: 2.28rem;
    height: 0.5rem;
    border: 0.01rem solid rgba(229, 229, 229, 1);
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-right: -0.01rem;
    border-bottom: 0;
    border-top: 0;
}

.secondNav ul li:last-child {
    display: none;
    border: 0;
}

/*pageContent*/

.page {
    margin-top: 0.5rem;
    width: 100%;
}

.pageContent {
    display: none;
}

/*公司介绍*/
.introduction {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
}

.introduction img {
    width: 20%;
    height:20%;
    margin: 0 auto;

}

.introduction p {
    text-indent: 0.4rem;
/*font-size: 0.2rem;*/
    /*font-weight: 400;*/
    color: rgba(102, 102, 102, 1);
    line-height: 0.4rem;
    margin-top: 0.2rem;
}

.introduction p:last-child {
    margin-bottom: 1.24rem;
}

.team {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.6rem;
}

.teamItemList {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.teamItem {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2.7rem;
    margin-bottom: 0.2rem;
}

.teamItem .teamImg {
    width: 2.3rem;
    height: 2.9rem;
    margin-bottom: 0.2rem
}

.teamItem p span:first-child {
    font-size: 0.16rem;
    /*font-weight: bold;*/
    color: rgba(51, 51, 51, 1);
    line-height: 0.24rem;
}


.team h2, .environment h2 {
    font-size: 0.3rem;
    /*font-weight: 400;*/
    color: rgba(51, 51, 51, 1);
    line-height: 0.24rem;
    margin-bottom: 0.6rem;
}

.environment {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.4rem;
    margin-top: 0.2rem;
}

.imgList {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.imgList img {
    width: 32%;
    margin-bottom: 0.2rem;
}

/*企业文化*/
.culture {
    background: url("../img/about/relation.png") no-repeat 5.69rem 2rem;
}

.cultureHeader {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cultureContent {
    margin-bottom: 0.4rem;
}

.cultureContent h2 {
    font-size: 0.24rem;
    color: #333;
}

.cultureContent p {
    /*font-size: 0.17rem;*/
    color: #666;
    margin: 0.1rem 0;
}


/*成长历程*/
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}



.grow {
    margin-left: 2.44rem;
    margin-bottom: 0.54rem;
    margin-top: 0.7rem;
}

.grow ul li {
    padding: 0.4rem 0.75rem 0.3rem 0.66rem;
    border-left: 0.01rem solid #86b4f1;
    position: relative;
}

.fadeInUp {
    animation: fadeInUp 1.5s;
}

.grow ul li .grow_year {
    position: absolute;
    left: -1.5rem;
    top: 0.31rem;
    font-size: 0.4rem;
    color: #4289e9;
}

.grow ul li .i_circle {
    display: block;
    width: 0.11rem;
    height: 0.11rem;
    background: #fff url(../img/about/icon_02.png) no-repeat;
    position: absolute;
    left: -0.06rem;
    top: 0.5rem;
    background-size: 100%;
}

.grow ul li .i_jiantou {
    display: block;
    width: 0.16rem;
    height: 0.07rem;
    background: url(../img/about/icon_04.png) no-repeat;
    position: absolute;
    left: -0.09rem;
    top: -0.02rem;
    background-size: 100%;
}

.grow ul li .d_detail {
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.32rem;
}

.bg_earth {
    height: 3.73rem;
    overflow: hidden;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}


/*join*/
.clickWatch {
    cursor: pointer;
}

.join {
    margin-bottom: 0.6rem;
}

.joinItem {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.joinItem:last-child {
    border-bottom: 0;
}

.joinItem p {
    font-size: 0.14rem;
    font-family: MicrosoftYaHeiLight;
    color: rgba(51, 51, 51, 1);
    line-height: 0.24rem;
}


.joinItem .joinImg {
    width: 2.12rem;
    height: 1.4rem;
    background: rgba(58, 177, 255, 1);
    text-align: center;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.4rem;
}

.joinItem .joinContent {
    width: 100%;
    margin-top: 0.3rem;
}


.joinContent .joinContentHeader {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-bottom: 0.1rem
}

.joinContent .joinContentHeaderP {
    font-size: 0.16rem;
    font-family: MicrosoftYaHeiLight;
    color: rgba(51, 51, 51, 1);
    line-height: 0.24rem;
}

.joinContent .joinContentHeaderP:first-child {
    font-weight: bold;
    color: #333;
}

.joinContent .joinContentHeaderP:last-child {
    /*font-weight: 300;*/
    color: rgba(58, 177, 255, 1);
}


.joinItem .simple {
    font-size: 0.14rem;
    font-family: MicrosoftYaHeiLight;
    /*font-weight: 300;*/
    color: #333;
    line-height: 0.24rem;
}


.duties, .claim {
    margin-bottom: 0.4rem
}

.duties p, .claim p {
    font-size: 0.15rem;
    font-family: MicrosoftYaHeiLight;
    color: #333;
    line-height: 0.3rem;
}

.duties p:first-child, .claim p:first-child {
    /*font-weight: bold;*/
}


/*联系我们*/
.contactBox{
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 0.4rem;
}

.contact{
    width: 40%;
    margin-left: 5%;
}
.contactHeader {
    margin-bottom: 0.42rem
}

/*.contactHeader img {*/
/*    width: 1.52rem;*/
/*    height: 0.43rem*/
/*}*/

.contactHeader p {
    /*margin-top: 0.4rem;*/
    font-size: 0.32rem;
    /*font-weight: 400;*/
    color: rgba(51, 51, 51, 1);
    /*line-height: 0.4rem;*/
}

.contactItem {
    margin-bottom: 0.42rem;
    margin-left: 0.3rem;
}

.contactItem > p:first-child {
    font-size: 0.2rem;
    /*font-weight: 400;*/
    color: rgba(51, 51, 51, 1);
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
    position: relative;
}

.contactContent .contactItem:first-child p:first-child:before{
    content: '';
    height: 0.59rem;
    width: 0.49rem;
    background: url(../img/about/dizhi.png) no-repeat;
    position: absolute;
    left: -0.45rem;
    top: -0.14rem;
    transform: scale(0.4);
    background-size: 100% 100%;
}
.contactContent .contactItem:nth-child(2) p:first-child:before{
    content: '';
    height: 0.52rem;
    width: 0.50rem;
    background: url(../img/about/dianhua.png) no-repeat;
    position: absolute;
    left: -0.45rem;
    top: -0.1rem;
    transform: scale(0.4);
    background-size: 100% 100%;
}

.contactContent .contactItem:nth-child(3) p:first-child:before{
    content: '';
    height: 0.37rem;
    width: 0.50rem;
    background: url(../img/about/youxiang.png) no-repeat;
    position: absolute;
    left: -0.45rem;
    top: -0.02rem;
    transform: scale(0.4);
    background-size: 100% 100%;
}


.contactItem > p:last-child {
    font-size: 0.16rem;
    /*font-weight: 400;*/
    color: rgba(51, 51, 51, 1);
    /*line-height:0.3rem;*/
}


.contactItem:last-child > p:last-child {
    text-indent: 0.2rem;
}

/*荣誉资质*/
.honor {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.honorItem {
    width: 50%;
    text-align: center;
    margin-bottom: 0.5rem;
}

.honorItem img {
    background-size: contain;
    height: auto;
    margin-top: 0.2rem;
    width: 60%;
}

.honorItem p {
    text-align: center;
    font-size: 0.2rem;
    font-family: PingFang-SC-Medium;
    /*font-weight: 500;*/
    color: rgba(51, 51, 51, 1);
    padding:0 50px;
    /*line-height: 0.36rem;*/
}

.mapBg {
    background: url('../img/about/map.png') no-repeat center center;
    height:5.43rem;
    width: 6.15rem;
    padding:0.2rem;
}

@media screen and (max-width: 540px) {
    .grow{
        margin-left: 1rem;
    }

    .grow ul li .grow_year {
        top: 0.32rem;
        left: -0.88rem;
        font-size: 0.3rem;
    }
    .bg_earth {
        height: 1.6rem;
        overflow: hidden;
    }


    .background {
        background-size: 140% 100%;
    }

    .swiper-container{
        height:3rem;
    }

    .secondNav ul {
        justify-content: space-around;
    }

    .secondNav ul li {
        margin-right: 0;
        border: 0.01rem solid rgba(229, 229, 229, 1);
    }

    .secondNav ul li:last-child {
        display: block;
        border: 0;
    }

    .secondNav {
        margin-top: 0.2rem;
    }

    .grow img {
        width: 150%;
    }

    .honorItem img {
        width: 80%;
    }

    .cultureContent p {
        padding: 0 0.1rem;
    }

    .introduction p {
        padding: 0 0.1rem;
    }

    .introduction img {
        width: 40%;
    }

    .joinItem {
        padding: 0 0.2rem;
    }

    .mapBg{
        width: 100%;
        background-position: center center;
    }

    .contactBox{
        width: 94%;
    }

    .contact {
        display: flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: column;
        width: 100%;
        margin-left: 0.2rem;
    }

}