.sus-banner {
    /*background: url("../images/sus_banner.jpg") no-repeat center;*/
    background-size: cover;
    height: 712px;
    padding: 0.1px;
}
.sus-banner .banner-title p{
    color: #ffffff;
    text-align: center;
    font-weight: lighter;
    letter-spacing: 5px;
    line-height: 60px;
    text-shadow: 5px 5px 10px rgba(47, 137, 222, 0.2);
}
.banner-title {
    margin-top: 295px;
}
.banner-title .en-title {
    font-size: 30px;
    font-family: 'regular';
    color: rgba(255, 255, 255, 0.85) !important;
}
.banner-title .cn-title {
    font-size: 56px;
}
.innovate {
    flex-direction: column;
    padding: 110px 0;
    position: relative;
    overflow: visible !important;
}
.innovate .title > p {
    letter-spacing: 2px;
}
.innovate .en-title {
    font-family: 'sans';
    font-size: 20px;
    color: #666;
}
.innovate .cn-title{
    font-size: 48px;
}
.innovate .select {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.innovate .bg-text{
    font-size: 137px;
    color: rgba(174, 220, 255, 0.06);
    position: absolute;
    top: 179px;
    right: -600px;
    font-family: 'sans';
    letter-spacing: 5px;
    display: block;

}
.innovate .select .left li {
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    background-color: #e6e6e6;
    letter-spacing: 1px;
    padding:12px 40px;
    margin-bottom: 20px;
    border-top-right-radius: 25px;
    transition: background-color 0.3s ease;
}
.innovate .select .content-text {
    width: 53%;
}
.innovate .select .content-text > p {
    font-size: 16px;
    color: #666666;
    letter-spacing: 1px;
    line-height: 25px;
    margin-bottom: 20px;
}
.innovate .inno-img {
    margin-top: 60px;
}
.selected {
    background-color: #3ecd58 !important;
}
.none {
    display: none;
}

.social {
    background: url("../images/sco-bg.jpg") no-repeat center;
    background-size: cover;
    height: 1069px;
    margin-top: 20px;
    padding: 0.1px;
}
.soc-title {
    margin-top: 270px;

}
.soc-title > p {
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-weight: lighter;
}
.soc-title .en-title {
    font-family: 'sans';
    font-size: 20px;
}
.soc-title .cn-title {
    font-size: 48px;
}
.soc-list {
    display: flex;
    width: 1310px;
    margin: 350px auto 0;
    justify-content: space-around;
}
.soc-list li{
    width: 22%;
}
/*.soc-list li .img {
    width: 65px;
    height: 60px;
}*/
.soc-list li .img img{
    width: auto;
    height: 50px;
}
.soc-list .cont {
    margin: 30px 0 40px;
    padding: 0 0 0 30px;
    /*border-left: 5px solid #0162d0;*/
    height: 68px;
    position: relative;
}
.soc-list .cont > p::before {
    content: '';
    background-color: #0162d0;
    height: 90%;
    width: 5px;
    position: absolute;
    top: 14px;
    left: 0;
}
.soc-list .cont .cn {
    ;
    font-size: 36px;
    letter-spacing: 2px;
}
.soc-list .cont .en {
    font-size: 24px;
    font-family: 'medium';
}
.soc-list .list-foot{
    color: #666666;
    font-size: 16px;
    width: 100%;
}
.soc-list .list-foot,
.soc-list li .img {
    margin-left: 30px;
}
.inno-img img{
    object-fit: cover;
    object-position: center;
    display: block;
    width: 100%
}
#ky{
    height: 100vh;
    color: #fff;
    position: relative;
}
#ky .en{
    font-family: 'Light';
    font-size: 24px;
    line-height: 34px;
}
#ky p{
    text-align: center;
}
#ky .cn{
    font-size: 48px;
    margin: 0px 0 30px;
}
#ky .ky-cont p{
    font-size: 30px;
    line-height: 56px;
}
#ky .ky-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
@media screen and (max-width: 1480px){
    #ky .ky-cont p{font-size: 24px;line-height: 35px}
    .soc-list{
        margin-top: 650px;
    }
    .innovate .bg-text{
        display: none;
    }
    .sus-banner{
        height: 468px;
    }
    .soc-list{
        width: 100%;
        justify-content: space-evenly;
    }
    .social {
        height: auto;
        padding-bottom: 160px;
    }
    .soc-title {
        margin-top: 220px;
        position: absolute;
        width: 100%;
    }
}
@media screen and (max-width: 980px) {
    .soc-list .list-foot {
        margin-left: 0;
    }
    .soc-list .cont .cn {
        font-size: 28px;
    }
    .soc-list .cont .en {
        font-size: 18px;
    }
    .soc-list .cont{
        height: 53px;
    }
}
@media screen and (max-width: 760px) {
    #ky .cn{
        font-size: 28px;
    }
    #ky .en{font-size: 16px}
    #ky .ky-cont p{font-size: 18px;line-height: 26px}
    .innovate .select {
        flex-direction: column;
    }
    .innovate .select .content-text{
        width: 100%;
    }
    .soc-list .list-foot {
        font-size: 14px;
    }
}
@media screen and (max-width: 660px) {
    .soc-list .cont > p::before{display: none}
    .innovate .select .left li{font-size: 16px}
    .sus-banner {
        height: 468px;
    }
    .banner-title{
        margin-top: 150px;
    }
    .soc-title .cn-title{
        font-size: 32px;
    }
    .soc-title .en-title {
        font-size: 14px;
    }
    .soc-list .cont .cn {
        font-size: 20px;
    }
    .soc-list .list-foot {
        font-size: 12px;
    }
    .soc-list .cont {
        padding:10px 0 0 10px;
        margin: 15px 0 20px;
    }
    .social {padding-bottom: 20px}
    .soc-list{
        flex-wrap: wrap;
        width: 95%;
        justify-content: space-between;
        margin-top: 700px;
    }
    .soc-list li {
        margin-bottom: 30px;
    }
    .banner-title .cn-title{
        font-size: 36px;
    }
    .banner-title .en-title {
        font-size: 18px;
    }
    .sus-banner .banner-title p {
        letter-spacing: 3px;
        line-height: 45px;
    }
    .soc-list li{width: 48%}
}
@media screen and (max-width: 480px){
    .social{height: 500px}
    #ky{height:450px;margin-top: 300px}
    #ky .ky-cont p{text-align:left;font-size:16px;line-height:22px;padding: 0 10px}

    .innovate .select{margin-top: 20px;}
    .innovate .cn-title{
        font-size: 26px;
    }
    .inno-img img{height: 250px}
    .sus-banner{height: 350px}
    .soc-list{
        padding-top: 30px;
        margin-top: 300px;
    }
    .banner-title .cn-title{
        font-size: 24px;
    }
    .banner-title .en-title {
        font-size: 14px;
    }
    .sus-banner .banner-title p {
        line-height: 30px;
    }
    .innovate {
        padding: 40px 0;
    }
}