.Box1 {
    margin-top: 50px;
    margin-bottom: 10px;
}

.Box1 .tit {
    font-size: 30px;
    font-style: italic;
    font-family: 'Swis721 Hv BT Heavy';
    position: relative;
    padding-bottom: 30px;
}

.Box1 .zps {
    display: flex;
    margin-top: 30px;
}

.Box1 .box {
    width: 170px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    transition: 0.3s;
}

.Box1 a:not(:last-child) {
    margin-right: 20px;
}

.Box1 .box i {
    font-size: 70px;
    transition: 0.3s;
}

.Box1 a:nth-child(1) .box i {
    color: #E4007F;
}
.Box1 a:nth-child(1) .box:hover{
    background-color: #E4007F;
}
.Box1 a:nth-child(1) .box:hover i {
    color: white;
}


.Box1 a:nth-child(2) .box i {
    color: #FF312E;
}
.Box1 a:nth-child(2) .box:hover {
    background-color: #FF312E;
}
.Box1 a:nth-child(2) .box:hover i {
    color: #ffffff;
}


.Box1 a:nth-child(3) .box i {
    color: #537BBC;
}
.Box1 a:nth-child(3) .box:hover {
    background-color: #537BBC;
}
.Box1 a:nth-child(3) .box:hover i {
    color: #ffffff;
}

.Box1 a:nth-child(4) .box i {
    color: #3D80B2;
}
.Box1 a:nth-child(4) .box:hover {
    background-color: #3D80B2;
}
.Box1 a:nth-child(4) .box:hover i {
    color: #ffffff;
}

.Box1 a:nth-child(5) .box i {
    color: #3DBA30;
}
.Box1 a:nth-child(5) .box:hover {
    background-color: #3DBA30;
}
.Box1 a:nth-child(5) .box:hover i {
    color: #ffffff;
}

 

.Box2 {
    margin-top: 50px;
    padding-bottom: 50px;
}

.Box2 .tit {
    font-size: 30px;
    font-style: italic;
    font-family: 'Swis721 Hv BT Heavy';
    position: relative;
    padding-bottom: 30px;
}

.Box2 .allIcpns .Icpns {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.Box2 .allIcpns .Icpns b::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.Box2 .allIcpns .Icpns .icons {
    position: relative;
}

.Box2 .allIcpns .Icpns .icons i {
    font-size: 30px;
    padding: 15px;
    border-radius: 999px;
    color: #0D4D83;
    background-color: #aad9ff5e;
}

.Box2 .allIcpns .Icpns .icons h5 {
    position: absolute;
    font-size: 20px;
    text-align: center;
    left: 50%;
    top: 130%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 120px;
}



.Box3 {
    margin-top: 100px;
    padding: 100px 0;
    background: linear-gradient(rgba(23, 109, 192, 0.9), rgba(23, 109, 192, 0.8)), url(../img/banner/about.jpg);
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.Box3 .tit {
    font-size: 30px;
    font-style: italic;
    font-family: 'Swis721 Hv BT Heavy';
    position: relative;
    padding-bottom: 30px;
}

.Box3 .img {
    position: relative;
    padding-top: 400px;
}

.Box3 .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Box3 .text {
    padding-left: 2%;
    display: flex;
    top: 10%;
}
.Box3 .text .box{
    height: fit-content;
    margin-top: 6%;
}
.Box3 .text .box h6{
    font-size: 30px;
    font-weight: bold;
    font-family: 'Swis721 Hv BT Heavy';
    margin-bottom: 20px;
}
.Box3 .text .box h6 span{
    margin: 0 40px;
}
.Box3 .text .box p{
    font-size: 18px;
}
.Box3 .text .box span i{
    color: #ffffffa6;
}
.Box3 .text .box span i:not(:nth-child(1)){
    letter-spacing: -12px;
}





.Box4 {
    margin-top: 50px;
}

.Box4 .tit {
    font-size: 30px;
    font-style: italic;
    font-family: 'Swis721 Hv BT Heavy';
    position: relative;
    padding-bottom: 30px;
}

.Box4 .img {
    padding: 5px;
}

.Box4 .img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.Box4 .slick-list.draggable {
    height: fit-content;
}

.Box4 .slick-prev.slick-arrow,
.Box4 .slick-next.slick-arrow {
    display: none !important;
}

.Box4 .slick-dots-custom li button {
    display: none;
}

.Box4 .slick-dots-custom {
    text-align: center;
}

.Box4 .slick-dots-custom li {
    display: inline-block;
    margin: 0 4px;
    width: 25px;
    height: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 5px;
    border: 1px solid #00000036;
}

.Box4 .slick-dots-custom li.slick-active {
    background: #0E4D84;
    transform: scale(1.3);
}

.Box4 .slick-dots-custom li:hover {
    background: #62B72B;
}

.Box5 .tit {
    font-size: 30px;
    font-style: italic;
    font-family: 'Swis721 Hv BT Heavy';
    position: relative;
    padding-bottom: 30px;
}



#accordionFlushExample {
    /* background-color: #f9f9f9; */
    border-radius: 10px;
    padding: 20px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
}

#accordionFlushExample .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

#accordionFlushExample .accordion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#accordionFlushExample .accordion-header .accordion-button {
    background-color: #ffffff;
    color: #333;
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    border: 1px solid #ddd;
    /* 默认灰色边框 */
}

#accordionFlushExample .accordion-header .accordion-button:hover {
    background-color: #f1f1f1;
}

#accordionFlushExample .accordion-header .accordion-button:not(.collapsed) {
    background-color: #0E4D84;
    color: white;
    border: none;
}

#accordionFlushExample .accordion-body {
    background-color: #fff;
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    padding: 30px 40px;
    border-top: 1px solid #eee;
    position: relative;
}

#accordionFlushExample .accordion-button::after {
    display: none;
}

#accordionFlushExample .accordion-header .accordion-button .text h6 {
    font-weight: bold;
    font-size: 20px;
    color: #222;
    margin-bottom: 15px;
}

#accordionFlushExample .accordion-header .accordion-button .text p {
    color: #b1b1b1;
    font-size: 14px;
    margin: 0;
}

#accordionFlushExample .accordion-header .accordion-button .jt {
    color: #b1b1b1;
    font-size: 16px;
    display: flex;
}
 
#accordionFlushExample .accordion-header .accordion-button .jt span:nth-child(1) {
    display: none;
}

#accordionFlushExample .accordion-header .accordion-button .jt span:nth-child(2) {
    color: white;
}

@media screen and (max-width:576px) {
    #accordionFlushExample .accordion-header .accordion-button .jt span{
        display: none !important;
    }
}

#accordionFlushExample .accordion-header .accordion-button .jt i {
    margin-left: 20px;
    position: relative;
    display: flex;
    transform: rotate(-90deg);
    transition: 0.3s;
    color: white;
}

#accordionFlushExample .accordion-header .accordion-button .text h6 {
    color: white;
}

#accordionFlushExample .accordion-header .accordion-button .text p {
    color: white;
}

#accordionFlushExample .accordion-header .accordion-button.collapsed .jt i {
    transform: rotate(90deg);
    color: #b1b1b1;
}

#accordionFlushExample .accordion-header .accordion-button.collapsed .jt span:nth-child(1) {
    display: block;
}

#accordionFlushExample .accordion-header .accordion-button.collapsed .jt span:nth-child(2) {
    display: none;
}

#accordionFlushExample .accordion-header .accordion-button.collapsed .text h6 {
    color: #222;
}

#accordionFlushExample .accordion-header .accordion-button.collapsed .text p {
    color: #b1b1b1;
}

#accordionFlushExample .accordion-item {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#accordionFlushExample .accordion-body .ms {
    margin-bottom: 30px;
}

#accordionFlushExample .accordion-body .ms h6,
#accordionFlushExample .accordion-body .yq h6 {
    font-size: 18px;
    z-index: 3;
}

#accordionFlushExample .accordion-body .ms p,
#accordionFlushExample .accordion-body .yq p {
    z-index: 3;
    position: relative;
}

#accordionFlushExample .accordion-body .jxw {
    position: absolute;
    right: 5%;
    bottom: 0;
    z-index: 1;
    height: 200px;
}

@media screen and (max-width:991px) {
    .Box3{
        margin-top: 40px;
        clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 96%);
    }
    .Box3 .img img{
        width: 95%;
    }
    .Box3 .text{ 
        margin-top: 40px;
    }
    .Box1 .box{
        height: 120px;
        width: 120px;
    }
    .Box1 .box i{
        font-size: 50px;
    }
}

@media screen and (max-width:768px) {
    .Box2 .allIcpns .Icpns {
        width: 90%;
        display: grid;
        grid-row-gap: 100px;
        grid-template-columns: repeat(5, 1fr);
    }
    .Box2 .allIcpns  b{
        opacity: 0;
    }
    .Box2 .allIcpns .Icpns div.icons{
        display: flex;
        justify-content: center;
    }
    .Box2 .allIcpns .Icpns .icons i{
        padding: 0;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .Box1 .zps{
          flex-wrap: wrap;
          margin-top: 10px;
    }
    .Box1 .zps a{
        display: block;
        margin-top: 20px;
    }
    .Box1 .box{
      
        height: 100px;
        width: 100px;
    }
    .Box1 .box i{
        font-size: 45px;
    }
}
@media screen and (max-width:576px) {
    .Box1 .box{
      
        height: 70px;
        width: 70px;
    }
    .Box1 .box i{
        font-size: 35px;
    }
    .Box3 .text .box h6{
        font-size: 25px;
    }
}

 @media screen and (max-width: 450px) {
    .Box1 {
        margin-top: 0;
    }
}