.main{
    width: 100%;
    height: 700px;
}
.introduction-img{
    width: 100%;
    height: 620px;
}
.introduction-img img{
    width: 100%;
    height: 620px;
}

.navbar-second{
    width: 100%;
    height: 80px;
    line-height: 80px;
    padding-left: 120px;
}

.navbar-second ul li{
    list-style: none;
}
.navbar-second ul li a{
    text-decoration: none;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    width: 122px;
    text-align: center;
    display: inline-block;
    float: left;

}
.navbar-second ul li .active{
    border-bottom: 2px solid #1D519C;
    background-color:rgba(29,81,156,0.05) ;
}
.navbar-second ul li a:hover{
    cursor: pointer;
    /*border-bottom: 2px solid #1D519C;;*/
    /*background-color:rgba(29,81,156,0.05) ;*/
}
.introduction{
    margin-top: 120px;
    width: 100%;
    height: 894px;
    background-image:url("/home/img/introduction-content--bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;

}
.introduction .title{
    margin-top: 59px;
}
.development-history{
    width: 100%;
    height: 900px;
}
.development-history .title{
    width: 100%;
    height: 100px;
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #080103;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.development-history .title text{
    position: absolute;
    z-index: 2;
}
.development-history .t_bottom{
    width: 146px;
    height: 16px;
    background: rgba(0,72,174,0.14);
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    top: 60px;
}
.development-history .development-body{
    width: 100%;
    height: 800px;
    position: relative;
    z-index: 5;
}
.development-history .development-body .x-line{
    width: 100%;
    height: 200px;
    line-height: 200px;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
}
.development-history .development-body .x-line img{
    width: 100%;
    height: 4px;
}
.development-history .development-body .development-bottom-bg{
    width: 100%;
    height: 600px;
    position: absolute;
    z-index: 0;
    top: 200px;
    left: 0;
    right: 0;
}
.development-history .development-body .development-info{
    width: 100%;
    height: 600px;
    position: absolute;
    z-index: 4;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space:nowrap;
    /* 隐藏滚动条 */
    /*scrollbar-width: none; !* firefox *!*/
    /*-ms-overflow-style: none; !* IE 10+ *!*/
}
.development-history .development-body .development-info::-webkit-scrollbar {
    /*display: none; !* Chrome Safari *!*/
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #0045AA;
}
.development-history .development-body  .development-info  .development-info-body{
    width: 382px;
    height: 100%;
    display: inline-block;
    /*float: left;*/
    margin-left: 20px;
    margin-right: 10px;
}
.development-history .development-body  .development-info .date{
    width: 382px;
    height: 50px;
    padding-top: 40px;
    text-align: center;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #0045AA;
}
.development-history .development-body  .development-info .line{
    width: 382px;
    height: 270px;
    text-align: center;
    margin-top: 33px;
}
.development-history .development-body  .development-info .line img{
    width: 36px;
    height: 270px;
}
.development-history .development-body  .development-info .content{
    width: 382px;
    height: 267px;
    background: #FFFFFF;
    box-shadow: 0px 4px 13px 0px rgba(38,69,108,0.16);
    border-radius: 6px;
    /*margin: 0 auto;*/
    margin-top: -50px;
    padding: 82px 40px 20px 40px;

    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    text-overflow:ellipsis;/*超出省略*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    white-space:normal;
}
/*.development-history .development-info{*/
/*    width: 100%;*/
/*    height: 220px;*/
/*    margin-top: 153px;*/
/*}*/
/*.development-info .info-top{*/
/*    width: 100%;*/
/*    height: 64px;*/
/*    margin-bottom: 60px;*/

/*}*/
/*.development-info .info-top .one{*/
/*    display: inline-block;*/
/*    margin-left: 182px;*/
/*    text-align: center;*/
/*}*/
/*.development-info .info-top .two{*/
/*    display: inline-block;*/
/*    margin-left: 194px;*/
/*    text-align: center;*/
/*}*/
/*.development-info .info-top .three{*/
/*    display: inline-block;*/
/*    margin-left: 118px;*/
/*    text-align: center;*/
/*}*/
/*.development-info span{*/
/*    !*width: 142px;*!*/
/*    !*height: 40px;*!*/
/*    font-size: 16px;*/
/*    font-family: Source Han Sans CN;*/
/*    font-weight: 400;*/
/*    color: #333333;*/
/*    line-height: 24px;*/
/*}*/
/*.development-info .info-time-line{*/
/*    width: 100%;*/
/*    height: 21px;*/
/*    text-align: center;*/
/*}*/
.info-time-line img{
    width: 968px;
    height: 20px;
}
.development-info .info-bottom{
    width: 100%;
    height: 64px;
    margin-top: 59px;
}
.development-info .info-bottom .one{
    display: inline-block;
    margin-left: 332px;
    text-align: center;
}
.development-info .info-bottom .two{
    display: inline-block;
    margin-left: 130px;
    text-align: center;
}
.development-info .info-bottom .three{
    display: inline-block;
    margin-left: 136px;
    text-align: center;
}
.product-architecture{
    width: 100%;
    height: 900px;
    padding: 80px 160px 0px 160px;
    background: #F2F6FB;
}
.product-architecture .title{
    width: 100%;
    height: 100px;
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #080103;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-architecture .title text{
    position: absolute;
    z-index: 2;
}
.product-architecture .t_bottom{
    width: 146px;
    height: 16px;
    background: rgba(0,72,174,0.14);
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    top: 60px;
}
.product-architecture .subtitle{
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.product-architecture .subtitle .logo1{
    width: 74px;
    height: 45px;
    margin-right: 25px;
    vertical-align: middle;
}
.product-architecture .subtitle .logo2{
    width: 46px;
    height: 46px;
    margin-right: 25px;
    vertical-align: middle;

}
.product-architecture .tangent{
    width: 100%;
    height: 56px;
    text-align: center;
    margin-top: 31px;
}
.product-architecture .tangent img{
    width: 556px;
    height: 56px;
}
.product-architecture .subtitle-cate{
    width: 100%;
    height: 100px;
    margin-top: 36px;
    margin-bottom: 20px;
}
.product-architecture .subtitle-cate .cate-left{
    width: 520px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    float: left;
    background: rgba(67, 126, 255, 0.08);
    /*border: 1px solid #437EFF;*/
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #080103;
    text-align: center;
    cursor: pointer;
}

.product-architecture .subtitle-cate .cate-right{
    width: 520px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    float: right;
    background: #FFFFFF;
    /*border: 1px solid #437EFF;*/
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #080103;
    text-align: center;
    cursor: pointer;
}
.product-architecture .cate-info{
    width: 100%;
    height: 406px;
    margin-top: 10px;
}
.product-architecture .cate-info img{
    width: 100%;
    height: 406px;
}


.team-composition{
    width: 100%;
    height: 900px;
}

.team-composition .title{
    width:100%;
    height: 100px;
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #080103;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-composition .title text{
    position: absolute;
    z-index: 2;
}
.team-composition .title .t_bottom{
    width: 142px;
    height: 16px;
    background: rgba(0,72,174,0.14);
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    top: 60px;
}
.team-composition .info{
    width: 100%;
    height: 680px;
    padding: 0 120px;
}
.team-composition .info{
    width: 100%;
    height: 680px;
    padding: 0 120px;
    margin-top: 70px;
}
.team-composition .info img{
    width: 285px;
    height: 520px;
}


.team-climate{
    width: 100%;
    height: 2321px;
    background-image: url("/home/img/team-climate-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 90px;
}
.team-climate .title{
    width:100%;
    height: 100px;
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #080103;
    padding-left: 120px;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
}
.team-climate .title text{
    position: absolute;
    z-index: 2;
}
.team-climate .title .t_bottom{
    width: 142px;
    height: 16px;
    background: rgba(0,72,174,0.14);
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    top: 60px;
}
.team-climate .info{
    width: 100%;
    height: 1424px;
    margin-top: 90px;
    padding-left: 120px;
}
.team-climate .info .info-left{
    width: 420px;
    height: 1424px;
    display: inline-block;
    float: left;
}
.team-climate .info .info-left p{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    letter-spacing: 1px;
}
.team-climate .info .info-left .tunjie{
    width: 369px;
    height: 117px;
    margin-top: 90px;
}
.team-climate .info .info-left .culture_title{
    width:100%;
    height: 100px;
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #080103;
    margin-top: 170px;
    margin-bottom: 80px;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;

}

.team-climate .info .info-left .culture_title text{
    position: absolute;
    z-index: 2;
}
.team-climate .info .info-left .culture_title .culture_bottom{
    width: 142px;
    height: 16px;
    background: rgba(0,72,174,0.14);
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    top: 60px;
}
.team-climate .info .info-left .culture-body{
    width: 100%;
    height: 132px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0,72,177,0.11);
    margin-top: 30px;
    padding: 20px;
}
.team-climate .info .info-left .culture-body .img{
    width: 90px;
    display: inline-block;
    float: left;
    padding-left: 8px;
    padding-top: 8px;
}
.team-climate .info .info-left .culture-body .img img{
    width: 49px;
    height: 74px;
}
.team-climate .info .info-left .culture-body .content{
    width: 290px;
    height: 100%;
    display: inline-block;
    float: right;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
}

.team-climate .info .info-right{
    width: 825px;
    height:1424px;
    display: inline-block;
    float: right;
}
.team-climate .info .info-right img{
    width: 825px;
    height:1424px;
}
.team-climate .addr-box{
    width: 100%;
    height: 500px;
}
.team-climate .addr-box .addr-title{
    width:100%;
    height: 100px;
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #080103;
    margin-top: 80px;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-climate .addr-box .addr-title text{
    position: absolute;
    z-index: 2;
}
.team-climate .addr-box .addr-title .addr_title_bottom{
    width: 142px;
    height: 16px;
    background: rgba(0,72,174,0.14);
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    top: 60px;
}
.team-climate .addr-box .address-info{
    width: 100%;
    height: 400px;

}
.team-climate .addr-box .address-name{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.team-climate .addr-box .address-name span{
    width: 74px;
    height: 80px;
    line-height: 80px;
    border-bottom: 4px solid #0045AA;
    display: inline-block;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #0045AA;
}
.team-climate .addr-box  .address-details{
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}








.enterprise-culture{
    width: 100%;
    height: 900px;
    padding-top: 150px;
}
.enterprise-culture .culture-info{
    width: 100%;
    height: 600px;
}
.enterprise-culture .culture-info .info-left{
    width: 170px;
    height: 100%;
    margin-left: 178px;
    display: inline-block;
    float: left;
}
.enterprise-culture .culture-info .info-left .title{
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #080103;
}
.enterprise-culture .culture-info .info-left .info-img{
    width: 100%;
    height: 395px;
    margin-top: 99px;
}
.enterprise-culture .culture-info .info-left .info-img img{
    width: 170px;
    height: 395px;
}
.enterprise-culture .culture-info .info-right{
    width: 800px;
    height: 600px;
    display: inline-block;
    margin-left: 155px;
    float: left;
}
.enterprise-culture .culture-info .info-right img{
    width: 800px;
    height: 600px;
}
.company-address{
    width: 100%;
    height: 900px;
    text-align: center;
    padding:51px 243px 71px 243px;

}
.company-address .address-info{
    width: 954px;
    height: 778px;
    background-image:url("/home/img/address-map.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 281px;
}
.company-address .address-info span{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    text-align: center;
    display: inline-block;

}
.company-address .address-info .address-title{
    margin-top: 40px;
}
.company-address .address-info .address-details{
    margin-top: 20px;
}

.regarding-scheme{
    width: 100%;
    /*height: 2140px;*/
    height: 950px;
    position: relative;
    z-index: 5;
}
.regarding-scheme .regarding-tu{
    width: 100%;
    height: 242px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
}
.regarding-scheme .regarding-tu,.regarding-tu1,.regarding-tu2 img{
    width: 100%;
    height: 100%;
}
.regarding-scheme .regarding-tu1{
    width: 644px;
    height: 602px;
    position: absolute;
    z-index: 1;
    top: 282px;
    left: 0;
}
.regarding-scheme .regarding-tu2{
    width: 284px;
    height: 902px;
    position: absolute;
    z-index: 1;
    top: 447px;
    right: 0;
}
.regarding-scheme .v-bg-color{
    width: 100%;
    height: 384px;
    background: rgba(0,72,175,0.1);
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 396px;
}
.regarding-scheme .regarding-box{
    width: 100%;
    height: 900px;
    position: absolute;
    z-index: 4;
    padding-top: 164px;
}
.regarding-scheme .regarding-box .left-img{
    width: 750px;
    height: 700px;
    padding-left: 120px;
    display: inline-block;
    float: left;
}
.regarding-scheme .regarding-box .left-img video{
    width: 621px;
    height: 382px;
}
.regarding-scheme .regarding-box .left-img img{
    width: 621px;
    height: 382px;
}
.regarding-scheme .regarding-box .right-body{
    width: 620px;
    height: 700px;
    display: inline-block;
    float: right;
}
.regarding-scheme .regarding-box .right-body .title{
    padding-left: 30px;
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #080103;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
}
.regarding-scheme .regarding-box .right-body .title text{
    position: absolute;
    z-index: 2;
}
.regarding-scheme .regarding-box .right-body .title .t_bottom{
    width: 142px;
    height: 16px;
    background: rgba(0,72,174,0.14);
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    top: 13px;
}
.regarding-scheme .regarding-box .right-body .content{
    width: 500px;
    margin-top: 57px;
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #4D4B4B;
    letter-spacing:2px;
}
.regarding-scheme .regarding-box .right-body .more{
    width: 500px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    margin-top: 20px;
}
.regarding-scheme .regarding-box .right-body .more img{
    width: 46px;
    height: 14px;
    vertical-align: middle;
    margin-right: 5px;
}
.regarding-scheme .regarding-box .right-body .more a{
    text-decoration: none;
    font-size: 24px;
    font-family: DingTalk;
    font-weight: 500;
    color: #0048AF;
    cursor: pointer;
    margin-top: 2px;
}
