/*.contactTitle{*/
/*    height: 917px;*/
/*    background: url('../images/关于我们顶4.png') no-repeat center center;*/
    
/*}*/
.contactTitle .title_content {
    margin-top: 50px;
    text-align: left;
    color: #fff;
    line-height: 28px;
    width: 100%;
}
.contactTitle .title_content p:nth-child(1) {
    font-size: 24px;
}
.contactTitle .title_content p{
    margin-top: 20px;
    letter-spacing: 1px;
}

.about_top {
    height:890px;
    background: url('../images/newabout_bg.jpg') no-repeat center center;
}
.about_people {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    position: relative;
    height: 890px;
}
.people_name {
    font-size:60px;
    color:rgba(60,60,60,1);
    margin-bottom: 29px;
}
.people_duty {
    font-size: 30px;
    color:rgba(60,60,60,1);
    margin-bottom: 55px;
}
.people_desc{
    width:590px;
    font-size:15px;
    color:rgba(60,60,60,1);
    line-height:32px;
    letter-spacing: 1px;
}
.about_people>img {
    width: 534px;
    height: 784px;
    position: absolute;
    bottom: 0;
    right: 91px;

}
.develop {
    background: url('../images/newabout_develop.jpg') no-repeat center center;
    padding-top: 94px;
}

.develop_time {
    font-size: 56px;
    color:#b2b2b2;
}
.develop_title {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    font-size:48px;
    color:rgba(42,65,114,1);
    margin-bottom: 129px;
}

.swiper_father {
    position: relative;
    width: 1366px;
}
.swiper-wrapper {
    align-items: flex-end;
}
.develop_one {
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
}
.develop_line {
    position: absolute;
    bottom: 0;
    top: 0;
    margin-right: 23px;
}
.develop_line b {
    position: absolute;
    top: 0;
    display: inline-block;
    width:14px;
    height:14px;
    background:rgba(42,65,114,1);
    border-radius:50%;
}
.deve_line {
    position: absolute;
    left: 5.5px;
    height: 100%;
    width:3px;
    border-left: 3px solid rgba(42,65,114,1);
}
.swiper_right {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 37px;
}
.swiper_desc{
    width: 280px;
    font-size:14px;
    color:rgba(60,60,60,1);
    line-height:28px;
}
.swiper_time {
    font-size:48px;
    color:rgba(42,65,114,1);
    margin: 54px 0 72px 0;
}
.pervBtn {
    position: absolute;
    left: -68px;
    top: 50%;
    margin-top: -23px;
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg); 	/* IE 9 */
    -moz-transform:rotate(-90deg); 	/* Firefox */
    -webkit-transform:rotate(-90deg); /* Safari 和 Chrome */
    -o-transform:rotate(-90deg);
    color: #2A4172; 
    opacity: 0.6;
    font-size: 46px;
    background-image: none;
    cursor: pointer;
    outline: none;
}

.nextBtn {
    position: absolute;
    right: -68px;
    top: 50%;
    margin-top: -23px;
    font-size: 46px;
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); 	/* IE 9 */
    -moz-transform:rotate(90deg); 	/* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); 
    color: #2A4172; 
    opacity: 0.6;
    background-image: none;
    cursor: pointer;
    outline: none;
}