.container {
    max-width: 1310px;
    width: 100%;
}
.banners {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.banners h1 {
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    color: #fff;
    padding: 0 10%;
    text-align: center;
    font-size: 50px;
    line-height: 88px;
    font-weight: bold;
}
.banners .Requesbanner {
    position: absolute;
    top: 68%;
    text-align: center;
    left: 0;
    right: 0;
}
.banners .Requesbanner a {
    display: inline-block;
    padding: 24px 40px;
    background: #103FB5;
    color: #fff;
    font-size: 36px;
    border-radius: 100px;
}



.projectslist .liste {
    margin-bottom: 66px;
    margin-top: 66px;
    border: 3px solid #EEE;
    border-radius: 20px;
    overflow: hidden;
}
.projectslist .liste h2 {
    color: #333;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
}
.projectslist .liste h1 {
    font-size: 68px;
    margin-bottom: 20px;
    color: #333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.projectslist .liste h3 {
    color: #103FB5;
    font-weight: bold;
    margin-bottom: 28px;
}
.projectslist .liste hr {
    border-top-width: 3px;
}
.projectslist .liste .p {
    height: 110px;
    margin-bottom: 0 !important;
}
.projectslist .liste .p p {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    color: #333;
}
.projectslist .liste .parameters {
    height: 60px;
    margin-bottom: 0px !important;
}
.projectslist .liste .parameters p {
    font-size: 16px;
    color: #A9A9A9;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-height: 22px;
}

.projectslist .liste a {
    font-size: 18px;
    color: #1140B5;
    text-decoration: underline;
}
.projectslist .liste.centera .left, .projectslist .liste.centerb .right {
    padding: 80px 88px 0;
    width: 50%;
}
.projectslist .liste.centera .right, .projectslist .liste.centerb .left {
    width: 50%;
}
.projectslist .liste.centera .right{
    text-align: right;
}
.projectslist .liste .liss img {
    width: 82px;
    height: 82px;
    margin-right: 8px;
}
.projectslist .liste .liss h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 24px;
}
.projectslist .liste .liss {
    width: 330px;
    padding: 40px 4px 50px;
}
.projectslist .liste.centera .flexa-container.flexa-justify-end {
    margin-right: 12px;
}
.projectslist .liste.centerb .flexa-container.flexa-justify-start {
    margin-left: 60px;
}

.actvv .title h2 {
    font-size: 36px;
    margin-top: 70px;
    margin-bottom: 50px;
    color: #333;
}
.actvv .liser .li {
    width: calc( 100% / 3 - 27px);
    margin-right: 40px;
    margin-bottom: 60px;
}
.actvv .liser .li:nth-child(3n) {
    margin-right: 0;
}
.actvv .liser .li h2 {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 13px;
    color: #323232;
    line-height: 26px;
    font-weight: bold;
}
.actvv .liser .li p {
    line-height: 22px;
    font-size: 15px;
    color: #343434;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.actvv .liser .li a {
    font-size: 18px;
    color: #1140B5;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
}
.actvv .liser .li img {
    width: 100%;
}
.CompanyInfo .com .jishu ul {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 1200px) {
    .banners h1 {
        position: absolute;
        top: 35%;
        left: 0;
        right: 0;
        color: #fff;
        padding: 0 10%;
        text-align: center;
        font-size: 40px;
        line-height: 66px;
        font-weight: bold;
    }
    .projectslist .liste.centera .left, .projectslist .liste.centerb .right {
        padding: 40px 40px 0;
        width: 50%;
    }
    .projectslist .liste h2 {
        color: #333;
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 28px;
    }
    .projectslist .liste h1 {
        font-size: 46px;
        margin-bottom: 10px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
    }
    .projectslist .liste h3 {
        color: #103FB5;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .projectslist .liste hr {
        border-top-width: 3px;
        margin: 14px 0 14px;
    }
    .projectslist .liste .p {
        height: 90px;
        margin-bottom: 0 !important;
    }

    .projectslist .liste .p p {
        font-size: 17px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        -webkit-box-orient: vertical;
        color: #333;
        line-height: 26px;
    }
    .projectslist .liste .parameters {
        height: 50px;
        margin-bottom: 0px !important;
    }
    .projectslist .liste .liss h2 {
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 0;
        line-height: 22px;
    }
    .projectslist .liste .liss img {
        width: 50px;
        height: 50px;
        margin-right: 8px;
    }
    .projectslist .liste .liss {
        width: 250px;
        padding: 30px 4px 40px;
    }
}

@media only screen and (max-width: 1000px) {
    .banners h1 {
        position: absolute;
        top: 35%;
        left: 0;
        right: 0;
        color: #fff;
        padding: 0 10%;
        text-align: center;
        font-size: 32px;
        line-height: 49px;
        font-weight: bold;
    }
    .banners .Requesbanner {
        position: absolute;
        top: 66%;
        text-align: center;
        left: 0;
        right: 0;
    }
    .banners .Requesbanner a {
        display: inline-block;
        padding: 16px 36px;
        background: #103FB5;
        color: #fff;
        font-size: 30px;
        border-radius: 100px;
    }
    .projectslist .liste h2 {
        color: #333;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .projectslist .liste.centera .left, .projectslist .liste.centerb .right {
        padding: 30px 30px 0;
        width: 50%;
    }
    .projectslist .liste h1 {
        font-size: 38px;
        margin-bottom: 10px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        color: #333;
    }
    .projectslist .liste h3 {
        color: #103FB5;
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .projectslist .liste .p p {
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        -webkit-box-orient: vertical;
        color: #333;
        line-height: 24px;
    }
    .projectslist .liste .liss {
        width: 230px;
        padding: 20px 4px 30px;
    }
    .projectslist .liste .liss h2 {
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 0;
        line-height: 20px;
    }
    .actvv .liser .li h2 {
        font-size: 16px;
        margin-top: 16px;
        margin-bottom: 13px;
        color: #323232;
        line-height: 24px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 750px) {
    .banners h1 {
        position: absolute;
        top: 25%;
        left: 0;
        right: 0;
        color: #fff;
        padding: 0 2%;
        text-align: center;
        font-size: 18px;
        line-height: 30px;
        font-weight: bold;
    }
    .banners .Requesbanner {
        position: absolute;
        top: 62%;
        text-align: center;
        left: 0;
        right: 0;
    }
    .banners .Requesbanner a {
        display: inline-block;
        padding: 8px 20px;
        background: #103FB5;
        color: #fff;
        font-size: 17px;
        border-radius: 100px;
    }
    .projectslist .liste {
        margin-bottom: 40px;
        margin-top: 40px;
        border: 3px solid #EEE;
        border-radius: 20px;
        overflow: hidden;
    }
    .projectslist .liste.centera .left, .projectslist .liste.centerb .right {
        padding: 30px 20px 15px;
        width: 100%;
    }
    .projectslist .liste.centera .right, .projectslist .liste.centerb .left {
        width: 100%;
    }
    .projectslist .liste .liss {
        width: 100%;
        padding: 10px 40px;
    }
    .projectslist .liste.centerb .flexa-container.flexa-justify-start {
        margin-left: 0;
    }
    .actvv .title h2 {
        font-size: 30px;
        margin-top: 40px;
        margin-bottom: 40px;
        color: #333;
    }
    .actvv .liser .li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }


}
@media only screen and (max-width: 520px) {
    .projectslist .liste.centera .left, .projectslist .liste.centerb .right {
        padding: 30px 15px 15px;
        width: 100%;
    }
    .projectslist .liste .liss {
        width: 100%;
        padding: 10px 15px;
    }
    .actvv .liser .li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}