.nav-title-row {
    display: flex;
    align-items: center;
    position: relative;
}
.nav-title-row img{
    height: 126px;
}
.nav-title-row .msg{
    height: 126px;
    flex-direction: column;
    display: flex;
    margin-left: 45px;
}
.nav-title-row .msg .name{
    color: black;
    font-size: 48px;
    font-weight:bold;
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.nav-title-row .msg .name_en{
    flex-shrink: 0;
    color: #999999;
    font-size: 20px;
    font-weight:bold;
    letter-spacing:4px
}

.nav-title-column{
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nav-title-column img{
    height: 126px;
}
.nav-title-column .name{
    margin-top: 51px;
    margin-bottom: 34px;
    color: black;
    font-size: 48px;
    font-weight:bold;
}
.nav-title-column .name_en{
    color: #999999;
    font-size: 20px;
    font-weight:bold;
    letter-spacing:4px
}

.banner-interval{
    position: relative;
    z-index: 1;
}
.banner-interval img{
    width: 100%;
}
.banner-interval .action{
    color: white;
    font-size: 26px;
    background-color: #FF9639;
    width: 220px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    position: absolute;
    bottom: 26px;
    left: 360px;
    cursor: pointer;
    border-radius: 32px;
}

#banner{
    width: 100%;
    position: relative;
}
#banner img{
    width: 100%;
}
#banner .action{
    color: white;
    font-size: 36px;
    background-color: #3E7ADC;
    width: 280px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    position: absolute;
    bottom: 180px;
    right: 220px;
    cursor: pointer;
}

#service{
    padding: 82px 0;
}
#service .nav-title-column{
    align-items: flex-end;
}
#service .item{
    height: 400px;
    position: relative;
    overflow: hidden;
}
#service .item .img img{
    min-width: 100%;
    min-height: 100%;
    cursor: pointer;
    transition: all 0.6s;
    -ms-transition: all 0.8s;
}
#service .item .img:hover img{
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}
#service .item .msg{
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 2;
}
#service .item .msg .shade{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: black;
    opacity: 0.6;
}
#service .item .msg .panel{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: transparent;
    margin: 0;
}
#service .item .msg .panel .name{
    font-size: 22px;
    margin-top: 22px;
    margin-bottom: 35px;
}
#service .item .msg .panel .text{
    font-size: 18px;
    color: #C4C1C4;
    max-width: 200px;
    line-height: 30px;
}
#service .item:hover .msg{
    display: none;
}
#service .title{
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
#service .title img{
    height: 126px;
}
#service .title .name{
    margin-top: 51px;
    margin-bottom: 34px;
    color: black;
    font-size: 48px;
    font-weight:bold;
}
#service .title .name_en{
    color: #999999;
    font-size: 20px;
    font-weight:bold;
    letter-spacing:4px
}
#service .scope1 .item1 .msg{
    width: 33%;
}
#service .scope1 .item1 .msg .shade{
    background-color: #2D3CE4;
}
#service .scope1 .item2 .msg{
    padding: 16px 0;
    height: auto;
    top: auto;
    bottom: 0;
}
#service .scope1 .item2 .msg .shade{
    background-color: #2D3CE4;
}
#service .scope1 .item2 .msg .panel .name{
    margin-top: 0;
    margin-bottom: 9px;
}
#service .scope2{
    margin-top: 103px;
}
#service .scope2 .item .msg .panel .text{
    max-width: 300px;
}
#service .scope2 .el-row{
    margin-bottom: 12px;
}
#service .scope2 .el-row:last-child{
     margin-bottom: 0;
}
#service .scope2 .item{
    height: 392px;
}

#advantage{
    padding-top: 93px;
    margin-bottom: 93px;
}
#advantage .nav-title-row{
    height: 250px;
}
#advantage .item{
    height: 500px;
    display: flex;
    margin-bottom: 88px;
    position: relative;
}
#advantage .item .img{
    height: 100%;
    overflow: hidden;
}
#advantage .item .img img{
    height: 100%;
    transition: all 0.6s;
    -ms-transition: all 0.8s;
}
#advantage .item .img:hover img{
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}
#advantage .item .msg{
    flex-grow: 1;
    margin-left: 51px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#advantage .item .msg.msg-left{
    margin: 0;
}
#advantage .item .msg .name{
    color: #474747;
    font-size:32px;
    font-weight: bolder;
}
#advantage .item .msg .name_en{
    color: #999999;
    font-size:24px;
    margin-top: 23px;
    margin-bottom: 58px;
    white-space:nowrap;
    font-weight: bolder;
}
#advantage .item .msg .text{
    width: 276px;
    color: #999999;
    font-size:16px;
    font-weight: bolder;
}
#advantage .float-text1{
    position: absolute;
    top: 0;
    left: 100%;
}
#advantage .float-text1 img{
    width: 67px;
    height: 641px;
}
#advantage .float-text2{
    position: absolute;
    left: 0;
    bottom: 38px;
}
#advantage .float-text2 img{
    margin-left: -50%;
    height: 65px;
    width: 434px;
}

#case{
    padding-top: 100px;
}
#case .el-row{
    margin-bottom: 60px;
}
#case .el-row:last-child{
    margin-bottom: 0;
}
#case .nav-title-row{
    height: 250px;
}
#case .item .msg{

}
#case .item .msg .name{
     color: #474747;
     font-size: 32px;
     font-weight:bold;
     margin-top: 36px;
     margin-bottom: 22px;
     text-align: center;
 }
#case .item .msg .text{
    color: #999999;
    font-size: 16px;
    font-weight:bold;
    min-height: 44px;
    padding: 0 12px;
}
#case .item .img img{
    height: 400px;
}

#about{
    padding-top: 60px;
}
#about .title{
    display: flex;
    height: 400px;
}
#about .title .nav-title-column{
    width: 400px;
}
#about .title img{
    height: 100%;
}
#about .content{
    margin-top: 48px;
    margin-bottom: 82px;
    color: #999999;
    font-size: 22px;
    font-weight:bold;
}
#about .contact{
    display: flex;
    align-items: center;
}
#about .contact .qrcode{
    margin-right: 76px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#about .contact .qrcode div{
    color: #646464;
    font-size: 22px;
    text-align: center;
}
#about .contact .qrcode img{
    width: 200px;
    height: 200px;
}
#about .contact .msg{
    color: #484848;
    font-size: 28px;
    line-height:56px;
    margin-left: 121px;
}
#about .contact .line{
    width: 1px;
    height:200px;
    background-color: #EDEDED ;
}

#partner{
    margin-top: 167px;
}
#partner .el-row{
    margin-left: -38px;
    margin-right: -38px;
    margin-bottom: 54px;
}
#partner .el-row:last-child{
    margin-bottom: 0px;
}
#partner .items{
    margin-top: 114px;
}