.banner{
    position: relative;
    
}
.button1{
    background-color: #fff;
    width: 300px;
    height: 50px;
    border-radius: 30px;
    position: absolute;
    top: 390px;
    left: 50%;
    display: block;
    font-size: 24px;
    line-height: 50px;
    color: #3d41f5;
    z-index: 99999;
}
.button1:hover{
    background-color: #ffa619;
    color: #fff;
}
.dazuihou{
    position: absolute;
    top: 20px;
    right: 20%;
    z-index: 9999;
}
.new1{
    width: 100%;
    height: 970px;
    background-color: #f3f3f3;
    margin-top: 0;
    padding-top: 50px;
}
.new1_small{
    width: 1070px;
    height: 780px;
    display: flex;
    justify-content: space-around;
    margin: 50px auto 0 auto;
    flex-wrap: wrap;
}
.new1_small .small_1{
    width: 300px;
    height: 330px;
    position: relative;
    background-color: #fff;
    border: 1px solid #e3e3e3;
}
.new1_small .small_1 img{
    position: absolute;
    top: 0px;left: -14px;
}
.small_2{
    width: 250px;
    /* margin-top: 210px; */
    color: #767676;
    font-size: 18px;
    margin: 220px auto 0 auto;
    position: relative;
}
.small_2_button{
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    background-color: #ffa619;
    border-radius: 30px;
    position: absolute;
    top: 300px;left: 45px;
}
.new2{
    width: 100%;
    height: 880px;
    /* margin-top: 0; */
}
.new2_small{
    width: 1050px;
    height: 540px;
    position: relative;
    margin: 40px auto 0 auto;
}
.new2_small img{
    z-index: 99999;
    position: relative;
}
.new2_small1{
    width: 170px;
    height: 240px;
    background-color: #ffa619;
    position: absolute;
    top: 150px;
    left: -50px;
}
.new2_small2{
    width: 170px;
    height: 240px;
    background-color: #ffa619;
    position: absolute;
    top: 315px;
    right: -70px;
}
.new2_button{
    width: 280px;
    height: 50px;
    display: block;
    color: #9ca0f7;
    border: 1px solid #9ca0f7;
    line-height: 50px;
    border-radius: 30px;
    font-size: 22px;
    margin: 40px auto 40px auto;
}
.new2_button:hover{
    background-color: #ffa619;
    border: 1px solid #ffa619;
    color: #fff;
}
.new3{
    width: 100%;
    height: 620px;
    /* background-color: #6558f3; */
    background: url(../img/bg1.jpg) no-repeat center;
    margin-top: 0;
    padding-top: 50px;
}
.new3 h2{
    color: #fff;
}
.new3_small{
    width: 930px;
    height: 295px;
    display: flex;
    justify-content: space-around;
    margin: 50px auto 50px auto;
    position: relative;
}
.new3_h1{
    position: relative;
}
.new3_h2{
    position: relative;
}
.new3_h3{
    position: relative;
}
.small_mokuai{
    position: absolute;
    top: -11px;
    left: 19px;
    width: 200px;
    height: 230px;
    background-color: #4f4e56;
    background: rgba(52, 52, 52, 0.6);
    opacity: 0;
}
.new3_h1 img:hover {
    cursor: pointer;
}
.new3_h1:hover .small_mokuai{
    cursor: pointer;    
    opacity: 1;
    transition: 0.4s;
}
.new3_h2 img:hover {
    cursor: pointer;
}
.new3_h2:hover .small_mokuai{
    cursor: pointer;    
    opacity: 1;
    transition: 0.4s;
}
.new3_h3 img:hover {
    cursor: pointer;
}
.new3_h3:hover .small_mokuai{
    cursor: pointer;    
    opacity: 1;
    transition: 0.4s;
}
.small_mokuai p{
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.small_mokuai p:nth-child(1){
    padding-top: 25px;
}
.new3_button{
    width: 280px;
    height: 50px;
    display: block;
    color: #6066f2;
    border: 1px solid #9ca0f7;
    line-height: 50px;
    border-radius: 30px;
    font-size: 22px;
    margin: 40px auto 40px auto;
    background-color: #fff;
}
.new3_button:hover{
    background-color: #ffa619;
    border: 1px solid #ffa619;
    color: #fff;
}
.new4{
    width: 100%;
    background-color: #f3f3f3;
    height: 665px;
    margin-top: 0;
    padding-top: 50px;
}
.new4_small{
    margin-top: 40px;
    margin-bottom: 10px;
}