.pbulicPageBanner a {
    display: inline-block;
    margin-top: 26px;
    font-weight: 500;
    padding: 10px 26px;
    background: #fff;
    color: #1E95E8;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pbulicPageBanner a:hover {
    background: #1E95E8;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* 智见视界，共赢未来 */
.future ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
}

.future li {
    width: 46%;
    margin-bottom: 66px;
    display: flex;
    align-items: center;
}

/*.future li:nth-child(odd) {*/
/*    margin-right: 4%;*/
/*}*/
@media (min-width: 768px) {
    .future ul{
        justify-content: center;
    }
    .future li {
        transform: translateX(60px);
    }
}

.future li div {
    flex-grow: 1;
}

.future li img {
    display: block;
    width: 180px;
    height: 180px;
    margin-right: 40px;
    flex-shrink: 0;
}

.future li h3 {
    color: #333;
    margin-bottom: 18px;
}

.future li p {
    color: #8695B1;
    white-space: pre-line;
    line-height: 1.7;
}

/* 应用场景 */
.scenarios {
    padding-bottom: 60px;
}

.scenarios .pbulicPageTitle {
    margin-bottom: 60px;
}

/* 展会论坛 */
.forum {
    padding-bottom: 60px;
    text-align: center;
}

.forum .pbulicPageTitle {
    margin-bottom: 80px;
}

.news {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.news li {
    width: 32%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 60px;
    border-bottom: 1px solid #ECEEF5;
    position: relative;
}

.news li:nth-child(3n) {
    margin-right: 0px;
}

.news li::after {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background: #1E95E8;
    position: absolute;
    bottom: -1px;
    left: 0px;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news li a {
    display: block;
}

.news .img {
    width: 100%;
    height: 253px;
    overflow: hidden;
    margin-bottom: 20px;
}

.news .img img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news li p {
    color: #8695B1;
}

.news li h2 {
    color: #333333;
    line-height: 1.7;
    min-height: 70px;
    margin-bottom: 26px;
}

.news li:hover::after {
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news li:hover img {
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* 按钮 */
.forum .more {
    display: inline-block;
    box-shadow: 2px 2px 20px rgba(189, 206, 240, 0.33);
    border-radius: 23px;
    background: #fff;
    margin: -10px auto 0px auto;
}

.forum .more a {
    display: block;
    line-height: 46px;
    padding: 0px 64px 0px 34px;
    text-transform: uppercase;
    color: #1E95E8;
    background: url(../images/go.png)no-repeat center right 34px;
    background-size: 18px 18px;
}

.forum .more:hover {
    background: #1E95E8;
}

.forum .more:hover a {
    background: url(../images/goW.png)no-repeat center right 34px;
    color: #fff;
    background-size: 18px 18px;
}

/* 合作方式 */
.cooperation {
    background: url(../images/sthzbg.png)no-repeat center center;
    background-size: 100% 100%;
    padding-bottom: 70px;
}

.cooperation ul {
    margin-top: 70px;
    display: flex;
    justify-content: center;
}

.cooperation li {
    width: 540px;
    margin: 0px 40px;
    background: rgba(255, 255, 255, 0.9);
    padding: 66px 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cooperation li:hover {
    transform: translateY(-14px);
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cooperation li span {
    font-weight: 500;
}

.cooperation li span:first-child {
    color: #1E95E8;
    margin-right: 10px;
}

.cooperation li span:last-child {
    color: #333;
}

.cooperation li p {
    margin-top: 24px;
    color: #8695B1;
    line-height: 1.7;
}

/* 合作权益 */
.interests .pbulicPageTitle {
    margin-bottom: 100px;
}

.publicModule2 {
    flex-wrap: wrap;
}

.publicModule2 li {
    width: 23%;
    height: 260px;
    margin-bottom: 70px;
}

.publicModule2 img {
    margin-top: 42px;
}

/* 合作流程 */
.process {
    padding-bottom: 90px;
}

.process .pbulicPageTitle {
    margin-bottom: 90px;
}

.process img {
    display: block;
    width: 1040px;
    height: auto;
    margin: 0px auto;
}

/* 欢迎成为我们的合作伙伴 */
.partner {
    background: url(../images/hzbg.png)no-repeat center center;
    background-size: 100% 100%;
}

.partner>div {
    display: flex;
    justify-content: space-between;
}

.partner .pbulicPageTitle {
    text-align: left;
    padding-top: 120px;
}

.partner .con {
    width: 700px;
    background: #fff;
    box-shadow: 6px 6px 20px rgba(189, 206, 240, 0.16);
    border-radius: 6px;
    margin: 56px 0px;
    padding: 40px 32px;
}

.partner label {
    width: 100%;
}

.partner label>ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.partner label>ul>li {
    width: 47%;
    margin-bottom: 20px;
}

.partner label>ul>li:nth-child(odd) {
    margin-right: 6%;
}

.partner ul h3 {
    color: #8695B1;
    margin-bottom: 10px;
}

.partner input[type=text],
.partner .inputBox {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #F7FAFF;
    border-radius: 4px;
    color: #8695B1;
    padding: 0px 16px;
}

.partner .inputBox {
    cursor: pointer;
    font-weight: 400;
    padding: 0px;
    position: relative;
}

.partner .selectInput {
    width: 100%;
    height: 100%;
    padding: 0px 40px 0px 16px;
    position: relative;
}

.partner .selectInput::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: url(../images/inputico.png)no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
}

.partner .inputBox .selectBox {
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 240px;
    overflow-y: auto;
    background: #fff;
    top: 105%;
    left: 0px;
    z-index: 10;
    display: none;
    box-shadow: 0px 6px 20px rgba(189, 206, 240, 0.3);
}

.partner .selectBox li {
    padding: 6px 16px;
    text-align: center;
    color: #8695B1;
}

.partner .selectBox li:hover {
    background: #f7fafea6;
    color: #1E95E8;
}

/* 提交按钮 */
.partner .submitBtn {
   /* margin-top: 30px;*/
    padding: 10px 52px;
    background: #fff;
    color: #1E95E8;
    border: 1px solid #1E95E8;
    border-radius: 4px;
    cursor: pointer;
}

.partner .submitBtn:hover {
    background: #1E95E8;
    color: #fff;
    border: 1px solid #1E95E8;
}



/* 移动端 */
@media (max-width: 767px) {
    .future ul {
        margin-top: 40px;
        padding-bottom: 20px;
    }

    .future li {
        width: 100%;
        flex-direction: column;
        text-align: center;
        margin-bottom: 24px;
    }

    .future li:nth-child(odd) {
        margin-right: 0px;
    }

    .future li img {
        width: 80px;
        height: 80px;
        margin: 0px 0px 20px 0px;
    }

    .scenarios .pbulicPageTitle {
        margin-bottom: 30px;
    }

    .scenarios {
        padding-bottom: 30px;
    }

    .forum .pbulicPageTitle {
        margin-bottom: 40px;
    }

    /*  */
    .news li {
        width: 100%;
        margin-right: 0px;
        padding-bottom: 20px;
        margin-bottom: 24px;
    }

    .news li:last-child {
        margin-bottom: 0px;
    }

    .news li{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .news .img {
        width: 40%;
        height: auto;
        margin-bottom: 0px;
        margin-right: 16px;
        flex-shrink: 0;
    }

    .news li h2 {
        min-height: unset;
        margin-bottom: 0px;
    }

    /*  */
    .forum .more {
        margin-top: 30px;
    }

    .forum {
        padding-bottom: 40px;
    }

    .cooperation {
        background-size: cover;
        padding-bottom: 40px;
    }

    .cooperation ul {
        margin-top: 40px;
        flex-direction: column;
    }

    .cooperation li {
        width: 100%;
        margin: 0px 0px 20px 0px;
        padding: 26px 16px;
    }

    .interests .pbulicPageTitle {
        margin-bottom: 60px;
    }

    .publicModule2 li {
        width: 100%;
        height: 190px;
        margin-bottom: 20px;
    }

    .publicModule2 img {
        margin-bottom: 18px;
    }

    .process .pbulicPageTitle {
        margin-bottom: 40px;
    }

    .process {
        padding-bottom: 40px;
    }

    .process img {
        width: 92%;
        margin: 0px 4%;
    }

    .partner {
        background-size: cover;
    }

    .partner>div {
        flex-direction: column;
    }

    .partner .pbulicPageTitle {
        text-align: center;
        padding-top: 30px;
    }

    .partner .con {
        margin-top: 40px;
        width: 100%;
        padding: 30px 16px;
    }

    .partner label>ul>li {
        width: 100%;
        margin-bottom: 26px;
    }

    .partner label>ul>li:nth-child(odd) {
        margin-right: 0px;
    }

    .partner .submitBtn {
        margin-top: 10px;
    }
}