/* <!-- 图片展示 --> */
.picture {
    position: relative;
    height: 600px;
    background: url(../images/web/banner_2.png);
}

.title-box {
    position: absolute;
    top: 255px;
    left: 356px;
}

.title-box h1 {
    margin-bottom: 28px;
    font-size: 35px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23px;
}

.title-box span {
    display: block;
    margin-bottom: 42px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23px;
    
}
.title-box div {
    width: 105px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #1778FF;
    border-radius: 2px;
    cursor: pointer;    
}
.title-box div a {
    color: #fff;
}



/* <!-- 产业平台 --> */
.industrial-platform {
    height: 646px;
    border-top: transparent solid 1px;
}

.industrial-main {
    width: 1455px;
    height: 500px;
    margin: 75px auto;
}

/* 标题 */
.industrial-title {
    width: 820px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
}

.industrial-title h2 {
    margin-bottom: 16px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 23px;
}

.industrial-title p {

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #737D93;
    line-height: 23px;
}

.industrial-body {
    height: 405px;
    margin-top: 43px;
}

.industrial-body li {
    float: left;
    margin: 32px 31px 32px 0;
    width: 464px;
    height: 150px;
    background: #EBF0FD;
    cursor: pointer;

}

.industrial-body li:nth-child(3n) {
    margin-right: 0px;
}

.industrial-body li div {
    position: relative;
    width: 290px;
    height: 88px;
    margin: 30px auto;
}

/* .industrial-body li div::before {
    position: absolute;
    top: -55px;
    left: -70px;
    font-family: 'iconfont';
    content: '\e605';
    font-size: 50px;
} */

.industrial-body li div::after {
    position: absolute;
    top: 36px;
    right: -25px;
    font-family: 'iconfont';
    content: '\e90a';
    font-size: 27px;
    color: #737D93;
}

.industrial-body li div i {
    position: absolute;
    top: -60px;
    left: -70px;
    font-family: 'iconfont';
    content: '\e605';
    font-size: 50px;

}

.industrial-body li div h3 {
    margin-bottom: 8px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 23px;

}

.industrial-body li div p {
    width: 250px;
    height: 60px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #737D93;
    line-height: 22px;
}