*{
    margin: 0;
    padding: 0;
}
.bigBox{
    width: 100%;
    height: 100%;
    background-color: aliceblue;
}
.box{
    width: 95%;
    height: 100%;
    margin: 0 auto;
    /* background-color: antiquewhite; */
}
.title{
    width: 100%;
    background-color: #FFF973;
    height: 200px;
    display: flex;
}
.title_img{
    width: 200px;
    height: 200px;
    margin-left: 100px;
}
.title h1{
    margin-left: 100px;
    font-size: 110px;
    line-height: 200px;
    /* font-style: oblique;
     */
     font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.navBar ul{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #439526;
}
.navBar ul li{
    list-style: none;
}
.navBar ul li a{
    text-decoration: none;
    font-style: oblique;
    font-weight: 700;
    font-size: 28px;
    color: #FFF973;
}
.img1{
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}
.box2{
    width: 100%;
    height: 1000px;
    margin-top: -4px;
    position: relative;
  
}
.box2_titel{
    position: absolute;
    z-index: 2;

    width: 600px;
    height: 100px;
    transform: skewX(-45deg);
    background-color: #2B58FB;
    left: 30%;
    top: 10%;
}
.box2 h2{
    position: absolute;
    z-index: 3;
    color: #FFB83B;
    font-style: oblique;
    left: 42%;
    top: 11%;
    font-size: 55px;
}
.box2_content{
    position: absolute;
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: space-evenly;
    top: 26%;
}
.box2_flex{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.bcl{
    display: flex;
    margin-left: 50px;
    width: 500px;
    height: 660px;
    justify-content: center;
    background-color: #F9EC86;
    padding: 20px;
    align-items: start;
    font-style: oblique;
    border-radius: 25px;
    border: 4px solid #F60cFB;
    font-weight: 700;
    font-size: 34px;
}
.bcr{
    margin-right: 20px;
    width: 600px;
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 25px;
    background-color: white;
}
.bcr img{
    width: 560px;
    height: 330px;
    background-size: cover;
    border-radius: 25px;
}
.box3{
    width: 100%;
    height: 1300px;
    margin-top: -4px;
    position: relative;
    background-image: url('./img/微信图片_20231120142555.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.box3 h3 {
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 2;
    font-style: oblique;
     font-size: 55px;
     color: red;
}
.box3_content{
    position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255, 0.522);
    width: 90%;
    height: 80%;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;

}
.items_list{
    width: 566px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
     font-style: oblique;
     font-size: 20px;
     font-weight: 700;
}
.items_list img{
     width: 200px;
     height: 200px;
     border-radius: 20px;
     border: 4px solid #2B58FB;
     margin-right: 20px;
}
.box4{
    width: 100%;
    height: 1350px;
    margin-top: -4px;
    position: relative;
    background-image: url('./img/微信图片_20231120142622.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.box4_flex{
    width: 90%;
    
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
   
}
.box4 h4{
    position: absolute;
    top: 20px;
    left: 40%;
    z-index: 2;
    font-style: oblique;
     font-size: 55px;
     color: rgb(189, 234, 122);
}
.box4_img{
  
    width: 700px;
    height: 500px;
    border: 4px solid palevioletred;
    border-radius: 40px;
}
.text_img{

    width: 450px;
    height: 400px;
    background-color: rgb(228, 227, 227);
     border-radius: 40px;
     padding: 50px;
     font-style: oblique;
     font-size: 24px;
     font-weight: 700;
}
.text_img2{

    width: 600px;
    height: 400px;
    background-color: rgb(228, 227, 227);

     border-radius: 40px;
     padding: 50px;
     font-style: oblique;
     font-size: 24px;
     font-weight: 700;
      margin-top: -250px;
}
.box4_img2{
    width: 550px;
    height: 500px;
    border-radius: 40px;
    margin-top: -250px;
}
.box5{
    width: 100%;
    height: 1700px;
    margin-top: -4px;
    position: relative;
    background-image: url('./img/微信图片_20231120142622.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.box5 h5{
    position: absolute;
    top: 30px;
    left: 45%;
    z-index: 2;
    font-style: oblique;
     font-size: 55px;
     color: rgb(189, 234, 122);
}
.box5_content{
     position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255, 0.522);
    width: 90%;
    height: 1000px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}
.box5_c{
    position: relative;
    width: 40%;
    height: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /* background-color: #2B58FB; */
}
.box5_c h6{
    position: absolute;
    left: 5%;
    top: 0;
    z-index: 2;
    font-style: oblique;
     font-size: 45px;
     color: green;
}
.b5_left_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;

}
.b5_img{
    width: 240px;
    height: 400px;
    font-style: oblique;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
.b5_img img {
    width: 240px;
    height: 300px;
}
.box5_c2{
    position: relative;
    width: 50%;
    height: 90%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}
.box5_c2 h6{
    position: absolute;
    z-index: 2;
    font-style: oblique;
     font-size: 45px;
     color: green;
}
.b5_right_c{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 100px;

}
.b5_img2{
    width: 400px;
    height: 300px;
    font-style: oblique;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
.b5_img2 img {
    width: 400px;
    height: 250px;
}
.b5_img2 a{
    text-decoration: none;
    color: black;
    font-weight: 700;
    font-style: oblique;
}
.box5_bottom{
    width: 100%;
    height: 350px;
    background-color: rgba(172, 255, 47, 0.363);
    position: absolute;
    display: flex;
    bottom: 0;
}
.bbl{
    flex: 1;
    padding: 30px;
}
.bbl h1{
    font-style: oblique;
     font-size: 45px;
     color: rgb(173, 210, 116);

}
.bbl_text{
    font-style: oblique;
     font-size: 35px;
     font-weight: 700;
     margin-top:  50px;
     margin-left: 50px;
     color: rgb(153, 251, 7);
     height: 50px;
     line-height: 50px;
      display: flex;
     
}
.ipt{
    width: 400px;
    height: 50px;
    border-radius: 25px;
    border: 0;
   
}
.bbr{
    flex: 1;
    width: 100%;
    height: 100%;
}
.icon{
    width: 30%;
    height: 50px;
    margin-top: 80px;
    margin-left: 400px;
    display: flex;
    align-items: center;
}
.icon img {
    width: 35px;
    height: 35px;
    margin-left: 20px;
}
.bbr h1{
    margin-top: 100px;
    padding-right: 10px;
    display: flex;
    justify-content: right;
    font-size: 28px;
    font-style: oblique;
}
.box5_a{
    position: absolute;
    top: 20px;
    left: 20px;
    
}
.svg_img{
    width: 40px;
    height: 40px;
}
.green{
    color: rgb(155, 253, 8) !important; 
}