.banner{
    width: 100%;
    height: 500px;
    background: url(/assets/index/images/banner.jpg) no-repeat center;
    margin-top: 80px;
}
.top{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.top .top-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 36px;
    color: #4b4b4b;
    line-height: 46px;
    margin-top: 40px;
}
.top .top-line{
    width: 40px;
    height: 5px;
    background: #3461d5;
    margin-top: 25px;
}
.about{
    width: 100%;
    height: 678px;
    background: url(/assets/index/images/index1.png) no-repeat right;
    overflow: hidden;
}
.about .about-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
}
.about-box .about-le{
    width: 490px;
    height: 678px;
    overflow: hidden;
}
.about-le .about-on{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 5px;
}
.about-on .about-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #1d1d1d;
    line-height: 26px;
    text-indent: 2em;
    margin-top: 50px;
}
.about-le .about-btn{
    width: 148px;
    height: 48px;
    background: #3b68da;
    border-radius: 50px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 48px;
    margin-top: 65px;
    display: block;
}
.about-box .about-ri{
    width: 690px;
    height: 450px;
    /*border: 3px solid #d8e8ff;*/
    box-sizing: border-box;
    margin-top: 110px;
    border-radius: 10px;
    margin-left: 20px;
}
.about-ri video{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.case{
    width: 100%;
    height: 784px;
    background: url(/assets/index/images/index3.png) no-repeat center;
    overflow: hidden;
}
.case .case-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 65px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.case-box .case-le{
    width: 383px;
    height: 596px;
}
.case-box .case-ri{
    width: 776px;
    height: 596px;
    overflow: hidden;
}
.case-ri .case-top{
    width: 100%;
    height: 372px;
    display: flex;
    justify-content: space-between;
    display: none;
    border-radius: 10px;
    overflow: hidden;
}
.case-top.active{
    display: block;
    display: flex;
}
.case-top .case-on{
    width: 362px;
    height: 372px;
    background: #ffffff;
    padding: 0 35px;
    box-sizing: border-box;
    position: relative;
}
.case-on .case-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 30px;
    color: #262626;
    line-height: 40px;
    margin-top: 45px;
}
.case-on .case-line{
    width: 60px;
    height: 2px;
    background: #22d374;
    margin-top: 17px;
}
.case-on .case-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    color: #262626;
    line-height: 30px;
    margin-top: 33px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.case-on .case-btn{
    display: block;
    width: 164px;
    height: 44px;
    background: #46e690;
    font-size: 18px;
    color: #ffffff;
    line-height: 44px;
    position: absolute;
    bottom: 56px;
    left: 35px;
    text-align: center;
    border-radius: 10px;
}
.case-top .case-img{
    width: 410px;
    height: 372px;
}
.case-ri .case-last{
    width: 100%;
    height: 183px;
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}
.case-last .case-ul{
    width: 636px;
    height: 183px;
    display: flex;
    justify-content: space-between;
}
.case-ul .case-li{
    width: 202px;
    height: 183px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.case-li .case-iocn{
    width: 100%;
    height: 100%;
}

.case-li.active{
    border: 2px solid #22d374;
    box-sizing: border-box;
}

.case-last .case-ou{
    width: 120px;
    height: 120px;
    background: #46e690;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 35px;
    display: block;
}
.case-ou .case-icon{
    width: 38px;
    height: 39px;
    margin: 27px auto 0;
}
.case-ou .case-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    margin-top: 5px;
}

.new{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(/assets/index/images/index9.png) no-repeat left;
}
.new .new-head{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.new-head .new-le{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 36px;
    color: #262626;
    line-height: 46px;
}
.new-head .new-btn{
    display: block;
    width: 140px;
    height: 46px;
    border: 1px solid #262626;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 26px;
    color: #262626;
    text-align: center;
    line-height: 46px;
}
.new .new-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px;
}
.new-box .new-img{
    width: 571px;
    height: 448px;
    margin-top: 50px;
}
.new-box .new-ri{
    width: 605px;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
}
.new-ri .new-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.new-ul .new-li{
    display: block;
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
}
.new-li .new-time{
    width: 110px;
    height: 60px;
    margin-top: 25px;
    border-right: 2px solid #d3dfff;
    box-sizing: border-box;
    overflow: hidden;
}
.new-time .new-day{
    width: 80px;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    color: #3461d5;
    line-height: 34px;
    text-align: center;
}
.new-time .new-year{
    width: 80px;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #a9a9a9;
    line-height: 26px;
    text-align: center;
}
.new-li .new-on{
    width: 330px;
    height: 110px;
    overflow: hidden;
}
.new-on .new-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #2e2e2e;
    line-height: 28px;
    margin-top: 23px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-on .new-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #656565;
    line-height: 26px;
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-li .new-add{
    width: 35px;
    height: 10px;
    margin-top: 75px;
}
.new-add .add{
    display: block;
}
.new-add .add1{
    display: none;
}
.new-li:hover{
    padding: 0 15px;
    box-sizing: border-box;
    background: #d8e3ff;
    border-radius: 10px;
    border: none;
}
.new-li:hover .new-time{
    border-right: 2px solid #3969e0;
}
.new-li:hover .new-year{
    color: #3d3d3d;
}
.new-li:hover .add{
    display: none;
}
.new-li:hover .add1{
    display: block;
}