.footer {
    width: 100%;
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    -ms-overflow-y: hidden;
    overflow-y: hidden;
    background-color: rgba(247, 248, 251, 1);
    background-image: none;
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: auto;
    z-index: 999;
    padding-bottom: 20px;
    
}
.footer-box{
    margin: 0 auto;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}
.footer-content{
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.footer-row-more{
    display: flex;
    justify-content: space-between;
}
.footer-title{
    width: 80px;
    font-weight: 400;
    font-style: normal;
    color: #1A2233;
    font-size: 18px;
    text-align: left;
    line-height: 45px;
    border-bottom: 1px solid #E6E6E6;

}
.footer-sub-box{
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;	
}
.footer-sub-title,.footer-sub-title-not{
    width: 100%;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #636974;
    text-align: left;
    line-height: 35px;
    cursor: pointer;
    text-decoration: none;
}
.footer-sub-title:hover{
    color: rgb(32, 101, 252);
}

.footer-box-bottom{
    /* border-top: 1px solid #D2D7DE; */
    border-bottom: 1px solid #D2D7DE;
    height: 140px;
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.footer-box-bottom-content{
    width: 240px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: -20px;
}
.footer-box-bottom-content-text{
    height: 30px;
    text-align: left;
    padding-left: 15px;
    font-size: 14px;
    color: #636974;

}

.footer-box-cright{
    width: 1200px;
    margin: auto;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-top: 20px;
    color: #8A8A8A;
    font-size: 13px;
}
.footer-box-cright-page{
    text-decoration: none;
    color: #8A8A8A;
    font-size: 13px;
}
.footer-box-cright-page:hover{
    color: rgb(32, 101, 252);
}

