
body {
    background-color: #fbfbfd;
}
.l-header .lh-content span::after {
    display: block;
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: -18px;
    left: 0px;
    background: #4662d9;
    -webkit-transition: transform 0.2s ease-out,opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(0,1);
}

.l-header .lh-content a:hover {
    color: #1d1d1f;
}

    .l-header .lh-content a:hover span::after {
        transform: scale(1,1)
    }

.l-header .lh-content span {
    position: relative;
    cursor: pointer;
}
/* 公司简介 */
.company-Profile {
    width: 100%;
}

    .company-Profile .cp-content {
        width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

        .company-Profile .cp-content .con-title {
            font-size: 30px;
            margin-top: 60px;
        }

        .company-Profile .cp-content .con-text {
            font-size: 16px;
            margin-top: 55px;
            padding-bottom: 80px;
        }

            .company-Profile .cp-content .con-text span {
                color: #4662d9;
            }

.mission-vision {
    width: 100%;
    padding-bottom: 100px;
}

    .mission-vision .mv-box {
        width: 1200px;
        height: 400px;
        margin: 0 auto;
        background-color: #ffffff;
        display: flex;
    }

        .mission-vision .mv-box .box-left {
            width: 50%;
            font-size: 30px;
            padding: 85px 0 0 80px;
        }

            .mission-vision .mv-box .box-left div:last-child {
                font-weight: bold;
                margin-top: 40px;
            }

        .mission-vision .mv-box .box-right {
            width: 50%;
            padding: 85px 0 0 80px;
        }

            .mission-vision .mv-box .box-right div:first-child {
                font-size: 30px;
            }

            .mission-vision .mv-box .box-right div:last-child {
                font-size: 16px;
                padding-top: 40px;
            }

                .mission-vision .mv-box .box-right div:last-child p {
                    margin: 0;
                    line-height: 33px;
                }

.dev-history{
    width: 100%;
}
.dev-history .dh-top{
    width: 100%;
     height: 388px;
    background:url('../picture/about/company.jpg');
    text-align:center;
    padding-top:85px;
    box-sizing:border-box;
}
.dev-history .dh-top img{
    width: 100%;
    height: 100%;
}
.dev-history .dh-title{
    color: #ffffff;
    font-size: 30px;
}
.dev-history .progress-bar{
    display:flex;
    justify-content:center;
    margin-top:120px;
}
.dev-history .progress-bar .dot{
    text-align:center;
    position:relative;
}
.dev-history .progress-bar .dot .lineflex{
    display:flex;
    align-items:center;
}
.dev-history .progress-bar .dot .date{
    font-size: 16px;
    color: #ffffff;
    position:absolute;
    right:-8px;
     top: -40px;
}
.dev-history .progress-bar .circle{
    width: 24px;
    height: 24px;
    border-radius: 50px;
    background-color: #666666;
    opacity: 0.8;
    border: none;
    cursor: pointer;
    position: relative;
    /* margin-left: 5px; */
}
.dev-history .progress-bar .circle::after{
  content: '';
  position:absolute;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  background-color: #ffffff;
  top: 3px;
  left: 50%;
  transform: translate(-50%); 
  opacity: 0;
}
.dev-history .progress-bar .dot .wire{
    width: 117px;
    height: 2px;
    background-color: #666666;
    opacity: 0.8;
}
.dev-history .progress-bar .circle.light::after{
    opacity: 1;
    transition: 0.5s;
}

.dh-bottom {
    padding: 45px 0 100px 0;
    box-sizing:border-box;
    height:380px;
}
.dh-bottom .article{
    display:none;
}
.dh-bottom .article.show{
    display:block;
    animation: smoothness 800ms;
  }

@keyframes smoothness {
    from {
        transform: translateX(-20%);
        opacity:0;
    }

    to {
        transform: translateX(0%);
        opacity:1;
    }
}

.dh-bottom .text {
    text-align: center;
    /*margin-bottom: 38px;*/
}
.dh-bottom .text .big-t{
   /* font-size: 20px;*/
    /*font-weight: bold;*/
    font-size:16px;
    line-height:40px;
}
.dh-bottom .text .small-t{
    font-size: 16px;
    margin-top: 8px;
}
.architecture{
    width: 100%;
    background-color: #ffffff;
    padding-bottom:60px;
}
.architecture .atc-title{
    padding-top: 60px;
    font-size: 30px;
    display: flex;
    justify-content: center;
}
.architecture .atc-con{
    display: flex;
    justify-content: center;
}
.architecture .atc-con .con-box{
    width: 500px;
    height: 200px;
    background-color: #f6f6f6;
    margin: 65px 22.5px 0 22.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding-top: 45px; */
    box-sizing: border-box;
}
.architecture .atc-con .con-box img:first-child{
    width: 190px;
    height: 56px;
    margin-top: 45px; 
}
.architecture .atc-con .con-box img:last-child{
    width: 104px;
    height: 98px;
    margin-top: 26px;
}
.architecture .atc-con .con-box .img{
    display: flex;
    width: 318px;
    justify-content: space-between;
}
.architecture .atc-con .con-box .text{
    text-align: center;
    margin-top: 25px;
}
.architecture .atc-con .con-box:last-child .text{
    margin-top: 5px;
}
.architecture .atc-con .con-box .text p:first-child{
    margin: 0;
    font-size: 16px; 
}
.architecture .atc-con .con-box .text p:last-child{
    margin-top:10px;
    font-size: 14px;
}

.team {
    width: 100%;
    background-color: #ffffff;
    padding: 60px 0 90px 0;
}

    .team .t-title {
        font-size: 30px;
        display: flex;
        justify-content: center;
    }

    .team .t-con {
        margin-top: 65px;
    }

        .team .t-con .con-top {
            display: flex;
            justify-content: center;
        }

        .team .t-con .con-bottom {
            display: flex;
            justify-content: center;
            margin-top: 40px;
        }

        .team .t-con .con-box {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            margin: 0 12px;
        }

            .team .t-con .con-box .t-pic {
                width: 152px;
                height: 152px;
                border-radius: 100px;
                overflow: hidden;
            }

            .team .t-con .con-box img {
                width: 100%;
                height: 100%;
            }

            .team .t-con .con-box span {
                padding: 16px 0 8px 0;
                color: #333333;
                font-size: 16px;
            }

            .team .t-con .con-box p {
                margin: 0;
                font-size: 14px;
                color: #5a5a5b;
                line-height: 20px;
            }

            .team .t-con .con-box img:hover {
                transition: 0.6s;
                transform: scale(1.2);
            }


.values {
    width: 100%;
    padding-bottom: 80px ;
}

    .values .val-box {
        width: 1200px;
        height: 400px;
        margin: 0 auto;
        background-color: #ffffff;
        display: flex;
        margin-top:77px;
    }

        .values .val-box .con-left {
            width: 50%;
            height: 100%;
            padding: 85px 0 0 80px;
            box-sizing: border-box;
        }

            .values .val-box .con-left .cl-title {
                font-size: 30px;
                padding-bottom: 50px;
            }

            .values .val-box .con-left .cl-text {
                font-size: 16px;
                display: flex;
                align-items: center;
                padding-bottom: 15px;
            }

                .values .val-box .con-left .cl-text span {
                    font-weight: bold;
                }

                .values .val-box .con-left .cl-text p {
                    padding-left: 15px;
                    margin: 0;
                }

        .values .val-box .con-right {
            width: 50%;
            height: 100%;
            background-color: #0052d9;
        }

            .values .val-box .con-right img {
                width: 100%;
                height: 100%;
            }

.place {
    width: 100%;
    height: 500px;
    display: flex;
    padding-bottom: 80px;
}

    .place .p-left {
        width: 50%;
        height: 100%;
    }

        .place .p-left img {
            width: 100%;
            height: 100%;
        }

    .place .p-right {
        width: 50%;
        height: 100%;
        padding: 75px 0 0 80px;
        box-sizing: border-box;
        background-color: #ffffff;
    }

        .place .p-right div {
            font-size: 30px;
            padding-bottom: 45px;
        }

        .place .p-right p {
            font-size: 16px;
            margin: 0;
            line-height: 30px;
        }


