


.banner{
    width: 100%;
    height: 480px;
    overflow: hidden;
    margin-top: 100px!important;
}
.banner ul,li{
    width: 100%;
    height: 100%;
}
.banner img{
    display: block;
    width: 100%;
    height: 100%;
}


.about{
    width: 100%;
    height: 548px;
    background: #fafafa;
    overflow: hidden;
}
.about .w-1200{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.about .about-le{
    width: 540px;
    height: auto;
    overflow: hidden;
}
.about-le .about-head{
    width: 425px;
    height: 63px;
    margin-top: 74px;
    background: url(../images/about.png) no-repeat center center / 100% 100%;
}
.about-head .about-title{
    width: auto;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #0065c0;
    line-height: 50px;
    border-bottom: 2px solid #0065c0;
    float: left;
    box-sizing: border-box;
}

.about-le .about-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 34px;
    margin-top: 20px;
}
.about-le .about-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 38px;
    margin-top: 10px;
}
.about-le .about-btn{
    width: 150px;
    height: 40px;
    background: #ffffff;
    border-radius: 50px;
    border: 1px solid #eeeeee;
    padding: 0 38px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.about-btn .about-span{
    width: auto;
    height: 40px;
    font-size: 13px;
    color: #333333;
    line-height: 40px;
}
.about-btn .about-icon{
    width: 17px;
    height: 11px;
    margin-top: 14px;
}
.about .about-ri{
    width: 632px;
    height: 399px;
    margin-top: 88px;
}

.idea{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}
.title{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.title .span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    color: #f8f8f8;
    text-align: center;
    line-height: 34px;
    margin-top: 50px;
}
.title .name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 36px;
    margin-top: 2px;
}
.title .line{
    width: 60px;
    height: 4px;
    background: #0065c0;
    margin: 3px auto 0;
}
.idea .idea-box{
    width: 100%;
    height: 282px;
    display: flex;
    justify-content: space-between;
    margin-top: 37px;
    margin-bottom: 20px;
}
.idea-box .idea-item{
    width: 234px;
    height: 282px;
    overflow: hidden;
}
.idea-item .idea-img{
    width: 234px;
    height: 234px;
}
.idea-item .idea-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 26px;
    margin-top: 20px;
}


.new{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}
.new .new-box{
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 40px;
}
.new-box .new-le{
    width: 600px;
    height: 400px;
    position: relative;
}

.new-le .new-on{
    width: 100%;
    height: 45px;
    background: #2a2a29;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #ffffff;
    line-height: 45px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
}
.new-box .new-ri{
    width: 573px;
    height: 400px;
    overflow: hidden;
}
.new-ri .new-item{
    width: 100%;
    height: 100px;
    overflow: hidden;
    display: flex;
    color: #333333;
    cursor:pointer;
}
.new-item:hover{
    background: #0065c0;
    color: #ffffff;
}
.new-item .new-time{
    width: 100px;
    height: 100px;
}
.new-time .new-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 10px;
    text-align: center;
}
.new-time .new-line{
    width: 35px;
    height: 2px;
    background: #333333;
    margin: 7px auto 0;
}
.new-item:hover .new-line{
    background: #ffffff;
}
.new-time .new-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 5px;
    text-align: center;
}

.new-item .new-con{
    width: 458px;
    height: 100px;
    overflow: hidden;
}
.new-con .new-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    margin-top: 10px;
    line-height: 26px;
}
.new-con .new-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    line-height: 24px;
    margin-top: 2px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}




