.banner{
    position: relative;
    
}
.button1{
    border: 1px solid #00fffc;
    /* background-color: #fff; */
    width: 300px;
    height: 50px;
    border-radius: 30px;
    position: absolute;
    top: 475px;
    left: 48%;
    display: block;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    z-index: 99999;
    color: #fff;
}
.button1:hover{
    background-color: #fff;
    color: #00fffc;
}
.dazuihou{
    position: absolute;
    top: 405px;
    right: 45%;
    z-index: 9999;
}
.new1{
    width: 100%;
    height: 885px;
    background-color: #f3f3f3;
    margin-top: 0;
    padding-top: 50px;
}
.new1_small{
    width: 1070px;
    height: 620px;
    display: flex;
    justify-content: space-around;
    margin: 50px auto 0 auto;
    flex-wrap: wrap;
}
.new1_small .small_1{
    width: 230px;
    height: 260px;
    position: relative;
    background-color: #fff;
    border: 1px solid #e3e3e3;
}
.new1_small .small_1 img{
    position: absolute;
    top: 0px;left: -14px;
}
.small_2{
    width: 230px;
    color: #767676;
    font-size: 18px;
    margin: 190px 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;
}
.lijilingqu{
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0px auto 50px auto;
    color: #afb2f8;
    border: 1px solid #afb2f8;
    border-radius: 30px;
    font-size: 22px;
}
.lijilingqu:hover{
    color: #fff;
    background-color: #ffa619;
    border: 1px solid #ffa619;
}
.new2{
    width: 100%;
    height: 850px;
}
.new2_small{
    width: 1050px;
    height: 540px;
    position: relative;
    margin: 40px auto 0 auto;
}
.new2_small{
   position: relative;
}
.new_img{
    width: 675px;
    height: 420px;
    background-color: #fff;
    position: absolute;
    top: 31px;
    left: 185px;
}
.new2_left{
    position: absolute;
    top: 350px;
    left: 20px;
    width: 95px;
    height: 60px;
}
.new2_right{
    position: absolute;
    top: 90px;
    right: 65px;
    width: 22px;
    height: 63px;
}
.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: 50px auto 50px 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;
}