* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

.nave {
    width: 100%;
    height: 84px;
    background-color: #011A1A;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 299px;
    position: fixed;
    z-index: 1000;
}

.nave .name h1 {
    color: #ffff;
}

.nave ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.nave ul li {
    margin: 7px;
    list-style: none;
    display: flex;
}

.nave ul li a {
    display: flex;
    text-decoration: none;
    color: #ffff;
    font-size: 18px;
    transition: 0.5s;
}

.nave ul li a:hover {
    color: rgb(255, 145, 0);
    text-decoration: underline;
}

.nave button {
    width: 120px;
    height: 40px;
    border-radius: 10px;
    background-color: #6A83A3;
    color: #ffff;
    font-size: medium;
    font-weight: 600;
    border: none;
    outline: none;
    transition: 0.3s;
}

.nave button:hover {
    background-color: rgb(134, 146, 168);
}

.bj1 {
    width: 100%;
    background-color: #23388F;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    padding-top: 30px;
}

.bj1 .heading1 {
    width: 700px;
    height: 450px;
    padding-top: 170px;
    padding-left: 150px;
}

.bj1 .heading2 {
    width: 550px;
    background-color: #404AA1;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 15px;
    border: 2px solid #ffff;
    margin-right: 42px;

}

.bj1 .heading1 h1 {
    color: #ffff;
    font-size: 53px;
}

.bj1 .heading1 .si {
    color: #a0a0b6;
}

.bj1 .heading1 .para1 {
    color: #ffff;
    margin-top: 20px;
}

.bj1 .heading1 ul {
    list-style: none;
    display: flex;
}

.bj1 ul li {
    width: 300px;
    height: 60px;
    background-color: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    text-decoration: none;
    margin-top: 30px;
    transition: 0.5s;
}

.bj1 ul .li1 {
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 2px solid #ffff;
    margin-left: 19px;
}

.bj1 ul li:hover {
    background-color: rgba(255, 255, 255, 0.212);
}

.bj1 ul li a {
    color: #ffff;
    background-color: transparent;
    text-decoration: none;
    transition: 0.5s;

}

.bj1 ul li .colo {
    display: flex;
    color: #000000;
    gap: 4px;
}

.bj1 ul li .colo:hover {
    color: #011A1A;
}

.bj1 ul li .colo i {
    margin: 3px;
}

.bj1 ul li a:hover {
    text-decoration: underline;

}

.bj1 .heading2 .box1,
.bj1 .heading2 .box2,
.bj1 .heading2 .box3,
.bj1 .heading2 .box4 {
    width: 250px;
    height: 140px;
    background-color: #367BF4;
    margin: 8px;
    border-radius: 15px;
}

.bj1 .heading2 .box1 .icon,
.bj1 .heading2 .box2 .icon,
.bj1 .heading2 .box3 .icon,
.bj1 .heading2 .box4 .icon {
    width: 80%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffff;
    font-size: 24px;
    margin: 6px;
    margin-top: 19px;
    gap: 15px;
}

.bj1 .heading2 .box1 i,
.bj1 .heading2 .box2 i,
.bj1 .heading2 .box3 i,
.bj1 .heading2 .box4 i {
    background-color: #5488F2;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;

}

.bj1 .heading2 .box1 p,
.bj1 .heading2 .box2 p,
.bj1 .heading2 .box3 p,
.bj1 .heading2 .box4 p {
    width: 80%;
    margin-left: 38px;
    color: #ffff;
}

.bj2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #015272;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bj2 .he {
    color: #ffff;
    font-size: 35px;
}

.bj2 h3 {
    color: #ffff;
    margin-top: 15px;
}

.bj2 .box1 {
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 45px;
}

.bj2 .box1 .section1,
.bj2 .box1 .section2,
.bj2 .box1 .section3,
.bj2 .box1 .section4,
.bj2 .box1 .section5,
.bj2 .box1 .section6,
.bj2 .box1 .section7,
.bj2 .box1 .section8 {
    width: 300px;
    height: 210px;
    background-color: #ffff;
    border-radius: 15px;
}

.bj2 .box1 .section1 ion-icon,
.bj2 .box1 .section2 ion-icon,
.bj2 .box1 .section6 ion-icon,
.bj2 .box1 .section8 ion-icon {
    width: 20px;
    height: 20px;
    color: #ffff;
    background-color: #2CBB61;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
    margin-left: 20px;
}

.bj2 .box1 .section2 ion-icon {
    background-color: #E53E3E;
}

.bj2 .box1 .section6 ion-icon {
    background-color: #E23B88;
}

.bj2 .box1 .section8 ion-icon {
    background-color: #5B57E9;
}

.bj2 .box1 .section3 i,
.bj2 .box1 .section4 i,
.bj2 .box1 .section5 i,
.bj2 .box1 .section7 i {
    width: 20px;
    height: 20px;
    color: #ffff;
    font-size: 23px;
    background-color: #2CBB61;
    padding: 10px;
    border-radius: 10px;
    margin: 20px;
}

.bj2 .box1 .section3 i {
    background-color: #3171EE;
}

.bj2 .box1 .section4 i {
    background-color: #A14CF0;
}

.bj2 .box1 .section5 i {
    background-color: #F27524;
}

.bj2 .box1 .section7 i {
    background-color: #21BCAA;
}

.bj2 .box1 .section1 .para1,
.bj2 .box1 .section2 .para1,
.bj2 .box1 .section3 .para1,
.bj2 .box1 .section4 .para1,
.bj2 .box1 .section5 .para1,
.bj2 .box1 .section6 .para1,
.bj2 .box1 .section7 .para1,
.bj2 .box1 .section8 .para1 {

    color: #000000;
    font-size: 25px;
    margin-left: 20px;
    margin-top: 10px;
    font-weight: bold;
}

.bj2 .box1 .section1 .para2,
.bj2 .box1 .section2 .para2,
.bj2 .box1 .section3 .para2,
.bj2 .box1 .section4 .para2,
.bj2 .box1 .section5 .para2,
.bj2 .box1 .section6 .para2,
.bj2 .box1 .section7 .para2,
.bj2 .box1 .section8 .para2 {
    margin-left: 20px;
    margin-top: 15px;
    color: #000000d5;
}

.bj2 .box1 .section1 a,
.bj2 .box1 .section2 a,
.bj2 .box1 .section3 a,
.bj2 .box1 .section4 a,
.bj2 .box1 .section5 a,
.bj2 .box1 .section6 a,
.bj2 .box1 .section7 a,
.bj2 .box1 .section8 a {
    width: 100%;
    text-decoration: none;
    margin: 15px;
    color: #1f23ff;
    display: flex;
    align-items: center;
}

.bj2 .box3 {
    width: 80%;
    background-color: #ffffff;
    margin: 20px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
}

.bj2 .box3 .h1 {
    color: #000000;
}

.bj2 .box3 .h2 {
    color: #000000d7;
}

.bj2 .box3 .cont {
    display: flex;
    margin: 40px;
}

.bj2 .box3 .cont .icon {
    width: 290px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #00000034;
    border-radius: 15px;
    margin: 20px;
    gap: 15px;
    transition: 0.4s;
}
.bj2 .box3 .cont .icon:hover{
    transform: translatey(-5px);
    box-shadow:2px 10px 7px 5px rgb(2, 2, 4, 0.5);
}
.bj2 .box3 .cont :nth-child(1) h1 {
    color: #2563EB;
    font-size: 40px;
}

.bj2 .box3 .cont :nth-child(2) h1 {
    color: #16A34A;
    font-size: 40px;
}

.bj2 .box3 .cont :nth-child(3) h1 {
    color: #9333EA;
    font-size: 40px;
}

.bj2 .box3 .cont :nth-child(4) h1 {
    color: #EA580C;
    font-size: 40px;
}

.bj2 .box4 {
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.bj2 .box4 .section1,
.bj2 .box4 .section2,
.bj2 .box4 .section3,
.bj2 .box4 .section4 {
    width: 290px;
    height: 940px;
    background-color: #ffffff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
}

.bj2 .box4 .section1 .img-box,
.bj2 .box4 .section2 .img-box,
.bj2 .box4 .section3 .img-box,
.bj2 .box4 .section4 .img-box {
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.bj2 .box4 .section1 .img-box img,
.bj2 .box4 .section2 .img-box img,
.bj2 .box4 .section3 .img-box img,
.bj2 .box4 .section4 .img-box img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid rgba(68, 64, 64, 0.082);
    transition: 0.5s;
}
.bj2 .box4 .section1:hover .img-box img,
.bj2 .box4 .section2:hover .img-box img,
.bj2 .box4 .section3:hover .img-box img,
.bj2 .box4 .section4:hover .img-box img {
    width: 150px;
    height: 150px;
    border: 5px solid rgba(0, 128, 0, 0.692);
}

.bj2 .box4 .section1 h2,
.bj2 .box4 .section2 h2,
.bj2 .box4 .section3 h2,
.bj2 .box4 .section4 h2 {
    color: #5b3ac7;
    margin-top: 15px;
}
.bj2 .box4 .section1 ul,
.bj2 .box4 .section2 ul,
.bj2 .box4 .section3 ul,
.bj2 .box4 .section4 ul{
    width: 100%;
    list-style: none;
    margin-top: 35px;
    gap: 20px;
}
.bj2 .box4 .section1 ul li,
.bj2 .box4 .section2 ul li,
.bj2 .box4 .section3 ul li,
.bj2 .box4 .section4 ul li{
    width: 100%;
    height: 45px;
}
.bj2 .box4 .section1 ul li a,
.bj2 .box4 .section2 ul li a,
.bj2 .box4 .section3 ul li a,
.bj2 .box4 .section4 ul li a{
    text-decoration: none;
    height: 45px;
    background-color: transparents;
    transition: 0.3s;
    z-index: 10000;
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-left: 30px;
}
.bj2 .box4 .section1 ul li a:hover,
.bj2 .box4 .section2 ul li a:hover,
.bj2 .box4 .section3 ul li a:hover,
.bj2 .box4 .section4 ul li a:hover{
    margin-left: 40px;
    color: #3742e2af;
    background-color: #5b78a027;
}
.bj2 .box4 .section1 ul li a p,
.bj2 .box4 .section2 ul li a p,
.bj2 .box4 .section3 ul li a p,
.bj2 .box4 .section4 ul li a p{
    margin-left: 8px;
    color: #0017ebd2;
    font-weight: bold;
}
.bj2 .box4 .section1 ul li a ion-icon,
.bj2 .box4 .section1 ul li a i{
    color: #2ed66b;
    font-size: 20px;
}
.bj2 .box4 .section1 ul li a svg{
    color: #2ed66b;
    font-size: 15px;
    width: 25px;
    height: 25px;
}
.bj2 .box4 .section2 ul li a ion-icon,
.bj2 .box4 .section2 ul li a i{
    color: rgba(211, 12, 12, 0.384) ;
    font-size: 20px;
}
.bj2 .box4 .section2 ul li a svg{
    color: rgba(211, 12, 12, 0.384) ;
    font-size: 15px;
    width: 25px;
    height: 25px;
}
.bj2 .box4 .section3 ul li a ion-icon,
.bj2 .box4 .section3 ul li a i{
    color: #3B82F6 ;
    font-size: 20px;
}
.bj2 .box4 .section3 ul li a svg{
    color: #3B82F6 ;
    font-size: 15px;
    width: 25px;
    height: 25px;
}
.bj2 .box4 .section4 ul li a ion-icon,
.bj2 .box4 .section4 ul li a i{
    color: #BB7DF9 ;
    font-size: 20px;
}
.bj2 .box4 .section4 ul li a svg{
    color: #BB7DF9 ;
    font-size: 15px;
    width: 25px;
    height: 25px;
}
.bj2 .box5 {
    width: 73%;
    background-color: #ffffff;
    flex-direction: column;
    border-radius: 15px;
    margin-top: 45px;
    margin-bottom: 55px;
    padding: 45px;
}
.bj2 .box5 h1{
    display: flex;
    justify-content: center;
}
.bj2 .box5 p{
    color: #000000a2;
    margin: 35px;
    margin-left: 150px;
    font-size: 21px;
}
.bj2 .box5 .icons{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 40px;
}
.bj2 .box5 .icons .icon:nth-child(1){
    width: 300px;
    height: 110px;
    background-color: #F5F5FF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
    gap: 15px;
}
.bj2 .box5 .icons .icon:nth-child(1) h1{
    color:#2565ED ;
}
.bj2 .box5 .icons .icon:nth-child(2){
    width: 300px;
    height: 110px;
    background-color: #F0FBF7;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
    gap: 15px;
}
.bj2 .box5 .icons .icon:nth-child(2) h1{
    color: #16A34A;
}
.bj2 .box5 .icons .icon:nth-child(3){
    width: 300px;
    height: 110px;
    background-color: #FBF4FD;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
    gap: 15px;
}
.bj2 .box5 .icons .icon:nth-child(3) h1{
    color: #9333EA;
}
.bj3{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0b303f;
    color: #ffff;
    padding: 20px;
    gap: 35px;
    
}
.bj3 .box{
    width: 300px;
    height: 250px;
    gap: 30px;
    
}
.bj3 .box h2{
    color: #ffff;
    margin: 30px;
}
.bj3 .box h4{
    color: #ffff;
}
.bj3 .box ul{
    list-style: none;
    margin: 30px;
    gap: 20px;
}
.bj3 .box ul li{
    color: #ffff;
    gap: 20px;
    height: 30px;

}
.bj3 .box ul li a {
    text-decoration: none;
    gap: 20px;
    color: #ffff;
    transition: 0.5s;
}
.bj3 .box ul li a:hover{
    text-decoration: underline;
    color: rgb(251, 255, 2);
}
.bj4{
    width: 100%;
    height: 150px;
    background-color: #083041;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.bj4 .lin{
    width: 70%;
    height: 1.5px;
    background-color: #0f4c66;
}
.bj4 p{
    color: #ffff;
}
.bj4 p a{
    color: #ffff;
    text-decoration: none;
    transition: 0.5s;
}
.bj4 p a:hover{
    text-decoration: underline;
    color: rgb(255, 230, 0);
}