

/* 发展历程 */
.history-container{
    width: 1290px;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 70px;
}
    .history-container .page-title{
        margin-top: 0;
    }
    .history-content .row{
       
    }
    .history-content .owl-carousel{
        background: url(../img/dev-line.jpg) repeat-x center;
    }
    .history-content .row .item{
        display: inline-block;
        height: 600px;
        width: 100%;
        position: relative;
    }
    .history-content .row .owl-item:nth-child(odd) .item{
        display: flex;
        align-items: flex-end;
    }
    .time-hover{
        background: #f2f2f2;
        padding: 30px;
        height: 28.5%;
        width: calc(100% - 60px);
        position: relative;
        z-index: 100;
       
}
    .time-data{
        font-size: 30px;
        color: black;
        margin-bottom: 25px;
    }
    .time-text{
        font-size: 16px;
        line-height: 30px;
        color: #666666;
    }
    .history-content .sjtop{
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid #f2f2f2;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        top: -20px;
        left: calc(50% - 5px);
    }
    .history-content .owl-item:nth-child(even) .sjtop{
        width: 0;
        height: 0;
        border-top: 10px solid #f2f2f2;
        border-bottom: 10px solid transparent;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        top: auto;
        bottom:  -20px;
        left: calc(50% - 5px);
    }

    .time-hover h3{ 
        margin: auto;
        border: 1px solid #a6a5a5; 
        color:#3498db; 
        font-size:36px; 
        line-height:100px; 
        position:absolute;
        z-index: 100; 
        top: -80px;
        left: calc(50% - 5px);
        text-align:center; 
        width: 20px; 
        height: 20px; 
        border-radius: 50%; 
        -webkit-border-radius: 50%;
         -moz-border-radius: 50%; 
         -ms-border-radius: 50%; 
         -o-border-radius: 50%; 
    }
    .time-hover h3 span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    margin-top: 5px;
    background-color: #999999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    }
    .history-content .owl-item:nth-child(even) .time-hover h3{ 
        bottom:  -80px;
        top: auto;
    }
    .history-content .owl-prev{
        width: 50px;
        height: 50px;
        background: url(../img/arrow-prev.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 46%;
        left: -5%;
        z-index: 1000000;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
    }
    .history-content .owl-prev:hover{
        background: url(../img/people-arrow-h.png) no-repeat;
        background-size: 100% 100%;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
      .history-content .owl-next{
        width: 50px;
        height: 50px;
        background: url(../img/arrow-next.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 46%;
        right: -5%;
        z-index: 1000000;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
      }
      .history-content .owl-next:hover{
        background: url(../img/people-arrow-h.png) no-repeat;
        background-size: 100% 100%;
    }

      .history-content .row .item .time-hover:hover{
         background: #28a9d6;
      }
      .history-content .row .owl-item:nth-child(odd) .item .time-hover:hover .sjtop {
        border-bottom: 10px solid #28a9d6;
      }
      .history-content .row .owl-item:nth-child(even) .item .time-hover:hover .sjtop {
        border-top: 10px solid #28a9d6;
      }
      .history-content .row .item .time-hover:hover .time-data{
          color: #fff;
      }
      .history-content .row .item .time-hover:hover .time-text{
          color: #fff;
      }
      .history-content .row .item .time-hover:hover  h3{
          border: 1px solid #28a9d6;
      }
      .history-content .row .item .time-hover:hover  h3 span{
          background: #28a9d6;
      }





/* 专家团队 */
.team-content{
    width: 1400px;
    margin: 0 auto;
    margin-bottom: 70px;
    margin-top: 70px;
}
    .team-content .team-list ul{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .team-content .team-list ul li{
        display: inline-block;
        width: 440px;
        height: 260px;
        margin-right: 40px;
        margin-bottom: 40px;
        background: #eeeeee;
        display: flex;
        justify-content: space-between;
    }
    .team-content .team-list ul li:nth-child(3n){
        margin-right: 0;
    }
    .team-content .team-list ul li .list-left{
        display: inline-block;
        width: 230px;
    }
    .team-content .team-list ul li .list-left h1{
        margin-top: 45px;
        margin-left: 25px;
        padding-bottom: 52px;
        font-size: 24px;
        color: #000;
        font-weight: normal;
        position: relative;
    }
    .team-content .team-list ul li .list-left h1:after{
        position: absolute;
        content: "";
        left: 0;
        bottom: 28px;
        width: 30px;
        height: 3px;
        background: #28a9d6;
    }
    .team-content .team-list ul li .list-left p{
        font-size: 12px;
        line-height: 20px;
        color: #666;
        margin-left: 25px;
        margin-right: 40px;
    }

    .team-content .team-list ul li .list-right{
        display: inline-block;
        width: 210px;
        overflow: hidden;
    }
    .team-content .team-list ul li .list-right p img{
        display: inline-block;
        width: 100%;
        height: 260px;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }
    .team-content .team-list ul li:hover .list-right p img{
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
}








/* 关于我们 */
.about-container{
    margin-top: 70px;
}
.info-edit{
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 70px;
}

    .info-edit p{
        font-size: 16px;
        line-height: 48px;
        color: #666;
    }
    .info-edit p img{
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        width: auto !important;
        height: auto !important;
        max-width: 100%;
    }
    .info-edit p img:hover{
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }






/* 添加2020.12.11 */
.footer-bottom>div .footer-code{
    position: relative;
}
.footer-bottom>div .footer-code:after{
    content: "";
    position: absolute;
    top: 0;
    left: 2%;
    width: 110px;
    height: 110%;
    background: url(../img/code02.jpg) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}

/* 投递简历 */
.recruit-content{
     text-align: center;
     width: 1100px;
    margin: 0 auto;   
    margin-top: 70px;
}
    .recruit-img img{
        max-width: 100%;
    }

    .recruit-t a{
        display: inline-block;
        width: 200px;
        line-height: 70px;
        text-align: center;
        border: 1px solid #28a9d6;
        color: #28a9d6;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        margin-top: 60px;
        font-size: 24px;
}
    .recruit-t a:hover{
        color: #fff;
        background: #28a9d6;
    }




/* 修改2021.01.25 */
.info-edit{
    width: 1100px;
}
.info-edit p {
    font-size: 15px;
    line-height: 40px;
}
.about-img{
    display: flex;
    justify-content: space-between; 
}
.about-img p{
    display: inline-block;
    width: 31.4%;
}




