.place{
    height: 44px;
}
.about-nav-outer{
    width: 100%;
    height: 62px;
}
.about-nav{
    padding:20px 0 10px 0;
    position: fixed;
    top: 44px;
    left: 0;
    z-index: 100;
    width: 100%;
}
.about-fixed-nav {
    position: fixed;
    top: 44px;
    left: 0;
    z-index: 100;
    /* border-bottom: 1px solid #000; */
    width: 100%;
}
.about-nav li {
    float: left;
    margin-left: 32px;
    position: relative;
}
.about-nav li:first-child{
    margin-left: 0;
}
.about-nav li a{
    color: #5d5d5d;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 15px;
}
.about-nav li a:hover{
    text-decoration: none;
    color: #5d5d5d;
}
.about-nav li.active a{
    color: #4444ed;
}
.about-nav li p{
    position: absolute;
    border: 0;
    left: 0;
    bottom: 0;
    padding:0 4px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
.about-nav li span{
    width: 0;
    height: 3px;
    background: #4444ed;
    display: inline-block;
    border-radius: 2px;
    transition: all 0.3s;
    -moz-transition: all 0.3s; /* Firefox 4 */
    -webkit-transition: all 0.3s; /* Safari 和 Chrome */
    -o-transition: all 0.3s; /* Opera */
    
}
.about-nav li:hover span{
    width: 100%;
}
.about-nav li.active span{
    width: 100%;
}
.about-banner{
    height: 556px;
    width: 100%;
    background: url(../images/about-us-banner.png?t=1685356469119) center center no-repeat;
    color: #fff;
    position: relative;
    padding-top: 176px;
    box-sizing: border-box;
    background-size: cover;
}
.about-banner .title{
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: 600;
    text-align: center;
}
.about-banner .con{
    font-size: 20px;
    line-height: 32px;
}
.about-banner .con p{
    margin-bottom:30px;
}
.team-mate{
    padding:43px 0 0 66px;
    background: #F3F7FC;
    height: 615px;
    box-sizing: border-box;
}
.team-mate .title{
    color:  #303032;
    font-size: 36px;
    margin-bottom: 95px;
    text-align: center;
}
.team-list li{
    float: left;
    margin-left: 60px;
    width: 242px;
    text-align: center;
}
.team-list li:first-child{
    margin-left: 0;
}
.team-list li .person-image {
    width: 114px;
    height: 114px;
    margin:auto;
    margin-bottom: 24px;
}
.team-list li .person-image img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.team-list li .name span{
    display: block;
    font-size: 20px;
    color:  #4B4B54;
    margin-bottom: 10px;
}
.team-list li .person-intro{
    color: #6E7C87;
    font-size: 14px;
}
.team-list li .person-intro p{
    line-height: 20px;
    margin-bottom: 10px;
}
.honor{
    padding-top: 60px;
    background-color: #f8f8f8;
}
/* .honor .title{
    color:#303032;
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
} */
.honor .honor-list{
    max-width: 1226px;
    margin: 0 auto;
    padding: 98px 25px 93px 0;
    box-sizing: border-box;
}
.honor .honor-list .honor-item{
    font-size: 16px;
    color: #565660;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.honor .honor-list .honor-item .left{
    font-size: 20px;
    line-height: 30px;
    vertical-align: middle;
}
.mar-b-40 {
    margin-bottom: 40px;
}
.mar-l-80 {
    margin-left: 80px;
}
.mar-r-25 {
    margin-right: 25px;
}
.about-honor-1-img {
    width: 727px;
    height: 316px;
}
.honor .honor-list .honor-item .left .honor-1 {
    text-align: right;
}   
.honor .honor-list .honor-item .left .honor-1 img{
    width: 180px;
    margin-left: 23px;
}
.honor .honor-list .honor-item .left .honor-1 img:first-child{
    margin-left: 0;
}
.honor .honor-list .honor-item .left .honor-2{
    text-align: right;
}
.honor .honor-list .honor-item .left .honor-2 img{
    width: 95px;
    font-size: 0;
}
.honor .honor-list .honor-item .right .honor-3{
    text-align: left;
}
.honor .honor-list .honor-item .right .honor-3 img{
    width: 200px;
}
.honor .honor-list .honor-item .right{
    font-size: 20px;
    line-height: 30px;
    vertical-align: middle;
}
.company-step{
    padding-top: 84px;
}
.company-step .left,.company-step .right,.company-step .line{
    float: left;
    color: #6E7C87;
    font-size: 20px;
}
.company-step .step .step-con{
    color: #565660;
    font-weight: 200;
}
.company-step .step-1,.company-step .step-2,.company-step .step-3{
    position: relative;
}
.company-step .step-1 .img-bac{
    background:url('../images/about-logo1.png') 0 0 no-repeat;
    background-size: 100%;
    width: 398px;
    height: 200px;
    position: absolute;
    top: 10px;  
    left: 0
}
.company-step .step-2 .img-bac{
    background:url('../images/about-logo2.png') 0 0 no-repeat;
    background-size: 100%;
    width: 413px;
    height: 150px;
    position: absolute;
    top: 30px; 
    left: 0
}
.company-step .step-3 .img-bac{
    background:url('../images/about-logo3.png') 0 0 no-repeat;
    background-size: 100%;
    width: 471px;
    height: 120px;
    position: absolute;
    top: 60px; 
    left: 0
}
.company-step .step-3{
    
}
.company-step span.number{
    color: #02ABC9;
    font-size: 30px;
    margin:0 10px;
}
.company-step span.bold{
    color: #303032;
    font-size: 24px;
    font-weight: 600
}
.company-step .left{
    text-align: left;
    padding-right: 20px; 
    position: relative;
}
.color-main {
    color: #4444ed !important;
}
.text-r {
    text-align: right;
}
.left-year{
  color: #4e5059;
  padding-top: 98px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}
.right-step{
    color: #999a9d;
    padding-top: 62px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    padding-left: 20px;
}
.big-title{
    font-size: 28px;
    font-weight: 600;
    color: #4444ed;
    padding: 0 8px;
}
.company-step  .step .year{
    color: #02ABC9;
    font-size: 40px;
    margin-top: 10px;
}
.company-step .line{
    width:4px;
    height:753px;
    background:linear-gradient(180deg,rgba(218,218,251,1) 0%,rgba(218,218,251,0.2) 95%,rgba(0,179,207,0.00) 100%);
    position: relative;
    margin:0 20px;
}
.company-step .line .circle{
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #ffffff;
    border: 4px solid #4444ed;
    border-radius: 50%;
    box-sizing: border-box;
    left: -10px;
}
.company-step .line .circle img{
    width: 48px;height: 48px;
}
.company-step .line .circle p{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#02ABC9;
    opacity: 0.4;
    filter:alpha(opacity=40);
    border-radius: 100%;
}
.company-step .line .circle span{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #02ABC9;
    transform: translate(-50%,-50%);
    border-radius: 100%;
}
.why-choose{
    width: 100%;
    height: 818px;
    padding-top: 94px;
    box-sizing: border-box;
    background: url('../images/about-banner.png?t=1685688124571') 0 0 no-repeat;
    background-size: 100% 100%;
}
.why-choose .little-title{
    padding-top: 40px;
    color: #fff;
    margin-bottom: 80px;
    font-size: 20px;
    text-align: center;
}
.choose-reason {
}
.choose-reason ul {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1260px;
    margin: 116px auto 0;
}
.choose-reason li{
    color: #fff;
    margin-bottom: 96px;
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.choose-reason li:nth-child(2n){
    align-items: flex-end;
}
.choose-reason li img{
    width: 44px;
    height: 44px;
    margin-right: 16px;
}
.choose-reason li p{
    font-size: 24px;
    margin-bottom:10px;
    font-weight: 600;
    line-height: 54px;
    display: flex;
    align-items: center;
    width: 414px;
    justify-content: flex-start;
}
.choose-reason li span{
    font-size: 20px;
    line-height: 30px;
    width: 414px;
    display: block;
}

.about3-wrap, .about4-wrap, .about5-wrap {
    width: 100%;
}
.flex-r-c-c {
    display: flex;
    align-items: center;
    justify-content: center;
}
.touch{
    padding-top: 60px;
    padding-bottom: 60px;
}

.touch .address{
    padding-top: 60px;
    margin-left: 150px;
}
.address-map{
    background: url('../images/about-map.png?t=1699595808643') center center no-repeat; 
    width: 626px;
    height: 574px;
    background-size: 100% 100%;
    background-position: right bottom;
    margin-left: 73px;
}
.touch .address .address-info{
    border-bottom: 1px solid rgba(165,165,174,0.3);
    color: #8B8B92;
    font-size: 16px;
    line-height: 22px;
    padding: 20px 0px;
}
.touch .address .address-info .city{
    color: #4B4B54;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
    font-weight: 500;
}
.touch .address .address-info p{
    line-height: 22px;
    padding-bottom: 6px;
}
.about-logo{
    position: absolute;
    right: -80px;
    z-index: -1;
}

/* 带箭头的标题 */
.title-line-row .title-left-line{
    width: 162px;
    height: 2px;
    opacity: 1;
    background: linear-gradient(270deg,#e3e3e3 0%, rgba(227,227,227,0.00) 100%);
}
.title-line-row .title-left-line::before,.title-line-row .title-right-line::before{
    content:'';
    display: block;
    width: 8px;
    height: 9px;
    background-color: #e3e3e3;
    border-radius: 50%;
    margin-top: -4.5px;
}
.title-line-row .title-left-line::before{
    margin-left: 162px;
}
.title-line-row .title-right-line{
    width: 162px;
    height: 2px;
    opacity: 1;
    background: linear-gradient(-270deg,#e3e3e3 0%, rgba(227,227,227,0.00) 100%);
}
.title-line-row .title{
   font-size: 28px;
   color: #4e5059;
   font-weight: 600;
   padding: 0 40px;
}