*{
    margin: 0%;
    padding: 0%;

}
.main{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   padding: 50px 0;
}
.main-box{ 
    width: 1200px;
}
.mian-title p {
    font-size: 23px;
    font-weight: bold;
    color: #4D4D4D;
}
.mian-title-two {
    margin-top: 20px;
    font-size: 52px;
    color: #005BAC;
}
.main-content {
    margin-top: 30px;
    color:#4D4D4D ;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}
.footer-title {
    margin-top: 50px;
    width: 100%;
    display: flex;
}
.title-box {
    width: 25%;
    height: 142px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F0F1F5;
}
.box-top {
    text-align: center;
    font-size: 42px;
    line-height: 42px;
    color: #222222;
    font-weight: bold;
    display: flex;
}
.box-top p {
    color: #222222;
    font-size: 16px;
    margin-left: 12px;
    padding-top: 9px;
    font-weight: 400;
}
.box-bottom {
    margin-top: 8px;
    font-size: 16px;
    color: #222222;
    line-height: 16px;
}
.active2 {
    background-color: #E1E1E1 !important;
}
.active3 {
    background-color: #A6A6A6 !important;
}
.active4 {
    background-color: #737373 !important;
}
.active-fontcolo {
    color: #FFFFFF !important;
}

.footer-img {
    margin-top: 50px;
    width: 100%;

}
.footer-img img { 
    width: 100%;
    height: 100%;
}