/* 图片 */
.log-banner {
    width: 100%;
    height: 620px;
    background: url('../img/bljbanner.png') no-repeat center;
    background-size: 100% 100%;
    color: #fff;
}
.log-banner .title {
    font-size: 48px;
    margin-bottom: 50px;
    padding-top: 200px;
}
.log-banner .desc {
    font-size: 20px;
    margin-top: 20px;
}
.banner-button-wrap {
    width: 128px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    margin-top: 80px;
    cursor: pointer;
    transition: 0.2s;
    overflow: hidden;
    border: 1px solid #fff;
    padding-right: 20px;
}
.banner-button-wrap .tit {
    display: block;
    float: left;
    width: 128px;
    text-align: center;
}

.banner-button-wrap:hover {
    width: 262px;
    text-align: center;
    border: 1px solid #387df4;
    color: #387df4;
    transition: 0.3s;
}
/* 介绍 */
.web-content-1 {
    background: #f0f8fe;
}
.web-content-1 .title {
    font-size: 32px;
    padding-top: 60px;
}
.web-content-1 .wrap {
    margin-top: 30px;
}
.web-content-1 .left-desc {
    flex: 1;
    font-size: 16px;
    color: #666666;
    line-height: 27px;
}
.web-content-1 .text-box {
    display: flex;
    font-size: 16px;
    color: #666666;
}
.web-content-1 .text-box .text-message{
    margin-bottom: 60px;
    width: 356px;
}
.web-content-1 .text-box .text-line{
    margin-top: 30px;
    margin-left: 32px;
    margin-right: 32px;
    width: 1px;
    height: 120px;
    background-color: #D6DBE3;
}
.web-content-1 .text-box p{
    margin-top: 30px;
    margin-bottom: 14px;
    color: #333333;
    font-size: 16px;
}
.web-content-1 .text-box span{
    color: #666666;
    font-size: 14px;
    line-height: 0px;
}
/* 核心功能 */
.web-content-2 ul li {
    width: 380px;
    height: 200px;
    border: 1px dashed #e9e9e9;
    padding: 50px 30px;
    text-align: center;
    margin-bottom: 30px;
    transition: 0.3s;
}
.web-content-2 ul li:hover{
    transform: translateY(-10px);
}
.web-content-2 ul li:nth-child(1){
    background: url('../img/bljBGC\(4\).png') no-repeat center;
    background-size: 100% 100%;
}
.web-content-2 ul li:nth-child(2){
    background: url('../img/bljBGC\(3\).png') no-repeat center;
    background-size: 100% 100%;
}
.web-content-2 ul li:nth-child(3){
    background: url('../img/bljBGC\(2\).png') no-repeat center;
    background-size: 100% 100%;
}
.web-content-2 ul li:nth-child(4){
    background: url('../img/bljBGC\(3\).png') no-repeat center;
    background-size: 100% 100%;
}
.web-content-2 ul li:nth-child(5){
    background: url('../img/bljBGC\(1\).png') no-repeat center;
    background-size: 100% 100%;
}
.web-content-2 ul li:nth-child(6){
    background: url('../img/bljBGC\(3\).png') no-repeat center;
    background-size: 100% 100%;
}
.web-content-2 ul li .img {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.web-content-2 ul li .img img {
    margin-right: 25px;
}
.web-content-2 ul li:nth-child(odd) .tit {
    color: #333333;
    font-size: 18px;
    text-align: start;
}
.web-content-2 ul li:nth-child(even) .tit {
    color: #FFFFFF;
    font-size: 18px;
    text-align: start;
}
.web-content-2 ul li:nth-child(odd) .desc {
    color: #666666;
    font-size: 14px;
    text-align: start;
}
.web-content-2 ul li:nth-child(even) .desc {
    color: #FFFFFF;
    font-size: 14px;
    text-align: start;
}
/* 产品优势 */
.web-content-3{
    background: url('../img/bljADV.png') no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}
.web-content-3 .log-2-title{
    margin-top: 60px;
}
.web-content-3 ul li {
width: 48%;
margin-bottom: 60px;
}
.web-content-3 ul li img {
display: block;
width: 52px;
height: 52px;
}
.web-content-3 ul li .right {
width: 500px;
margin-left: 20px;
}
.web-content-3 ul li .right .tit {
font-size: 18px;
}
.web-content-3 ul li .right .desc {
font-size: 14px;
margin-top: 10px;
color: #878787;
line-height: 24px;
}
/* 应用场景 */
.web-content-4 {
margin-bottom: 50px;
}
.web-content-4 .tit{
    display: flex;
}
.web-content-4 .tit .financial{
    width: 600px;
    height: 50px;
    border-top: 3px solid #387DF4;
    color: #333333;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.web-content-4 .tit .Internet{
    width: 600px;
    height: 50px;
    border-top: 3px solid #F6F6F6;
    color: #999999;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/* 应用场景-金融行业 */
.web-content-4 .con-wrap{
    background-color: #F6F6F6;
}
.web-content-4 .con-wrap img {
width: 728px;
height: 514px;
}
.web-content-4 .con-wrap .left {
width: 410px;
height: 546px;
padding: 50px 20px;
}
.web-content-4 .con-wrap .left .tit {
font-size: 18px;
color: #333333;
margin-bottom: 10px;
}
.web-content-4 .con-wrap .left .title {
    margin-bottom: 20px;
}
.web-content-4 .con-wrap .left .desc {
font-size: 14px;
color: #666;
margin-bottom: 30px;
}
.web-content-4 .con-wrap .left .desc .desc-text{
    margin-bottom: 20px;
}
.web-content-4 .con-wrap .left .desc .desc-text p{
    margin-bottom: 10px;
}
.web-content-4 .con-wrap .left .desc .desc-text p img{
    width: 14px;
    height: 12px;
}
/* 应用场景-互联网行业 */
.web-content-4 .con-2-wrap{
    background-color: #F6F6F6;
    display: none;
}
.web-content-4 .con-2-wrap img {
    width: 728px;
    height: 514px;
    }
    .web-content-4 .con-2-wrap .left {
    width: 410px;
    height: 546px;
    padding: 50px 20px;
    }
    .web-content-4 .con-2-wrap .left .tit {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
    }
    .web-content-4 .con-2-wrap .left .title {
        margin-bottom: 20px;
    }
    .web-content-4 .con-2-wrap .left .desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
    }
    .web-content-4 .con-2-wrap .left .desc .desc-text{
        margin-bottom: 20px;
    }
    .web-content-4 .con-2-wrap .left .desc .desc-text p{
        margin-bottom: 10px;
    }
    .web-content-4 .con-2-wrap .left .desc .desc-text p img{
        width: 14px;
        height: 12px;
    }
/* 用户价值 */
.web-content-5 {
height: 480px;
background: url('../img/user_value_bg.png') no-repeat center;
background-size: 100% 100%;
overflow: hidden;
}

.web-content-5 ul li {
    width: 586px;
    height: 120px;
    border: 2px solid #FFFFFF;
    background: linear-gradient(0deg, #FFFFFF 0%, #EBF3FC 100%);
    box-shadow: 0px 1px 13px 0px rgba(56, 125, 244, 0.11);
    margin-bottom: 30px;
}
.web-content-5 ul li .tit{
    margin-top: 38px;
    padding: 0px 30px;
    color: #333333;
    font-size: 20px;
}
.web-content-5 ul li .desc{
    margin-top: 20px;
    padding: 0px 30px;
    color: #666666;
    font-size: 14px;
}
/*  */
@media only screen and (max-width: 1440px) {
.web-content-1 {
height: 380px;
}
.web-content-1 .title {
font-size: 28px;
padding-top: 30px;
}
.web-content-1 .wrap {
margin-top: 20px;
}
.web-content-1 .left-desc {
line-height: 22px;
margin-right: 40px;
}
.web-content-1 .img {
width: 354px;
height: 202px;
}
.web-content-2 ul li {
width: 210px;
height: 248px;
padding: 30px 20px;
}
.web-content-2 ul li .tit {
margin: 20px auto 10px;
}
.web-content-2 ul li .desc {
line-height: 20px;
}
.web-content-3 {
height: 475px;
}
.web-content-3 ul li .right {
width: 375px;
margin-left: 0;
}
.web-content-3 ul li img {
width: 39px;
height: 39px;
}

.web-content-3 ul li {
margin-bottom: 45px;
}
.web-content-4 img {
width: 546px;
height: 385px;
}
.web-content-4 .con-wrap .left {
width: 308px;
height: 460px;
padding: 20px;
}
.web-content-4 .con-wrap .left .tit {
font-size: 16px;
}
.web-content-4 .con-wrap .left .desc {
margin-bottom: 10px;
font-size: 14px;
}
.web-content-5 {
height: 470px;
}
.web-content-5 img {
width: 810px;
height: 304px;
}
}
@media only screen and (max-width: 1280px) {
.log-2-title {
margin: 40px auto;
}
.web-content-1 {
height: 380px;
}
.web-content-2 ul li {
width: 186px;
height: 220px;
padding: 20px 14px;
}
.web-content-2 ul li .tit {
margin: 10px auto;
}
.web-content-2 ul li .img {
transform: scale(0.8);
}
.web-content-3 ul li img {
transform: scale(0.8);
}
.web-content-3 ul li .right {
margin-left: 20px;
}

.web-content-4 img {
width: 485px;
height: 342px;
}
.web-content-4 .con-wrap .left {
width: 318px;
margin-right: 10px;
}
}
@media only screen and (max-width: 1024px) {
.log-2-title {
font-size: 26px;
}
.web-content-1 .title {
font-size: 22px;
padding-top: 20px;
}
.web-content-1 {
height: 410px;
}
.web-content-1 .left-desc {
font-size: 14px;
margin-right: 20px;
}
.web-content-1 .img {
width: 250px;
height: 143px;
}
.web-content-2 ul li {
width: 148px;
height: 175px;
padding: 0 14px;
}
.web-content-2 ul li .img {
transform: scale(0.5);
}
.web-content-2 ul li .tit {
font-size: 14px;
margin: 0 auto 6px;
}
.web-content-2 ul li .desc {
font-size: 11px;
}
.web-content-3 ul li {
margin-bottom: 26px;
}
.web-content-4 img {
width: 385px;
height: 272px;
}
.web-content-4 .con-wrap .left {
width: 220px;
height: 420px;
padding: 10px 20px;
}
.web-content-4 .con-wrap .left .tit {
font-size: 14px;
margin-bottom: 6px;
}
.web-content-4 .con-wrap .left .desc {
font-size: 12px;
}
.web-content-5 img {
width: 572px;
height: 214px;
}
.web-content-5 {
height: 336px;
}
}
