*{
    margin: 0px;
    padding: 0px;
}
.footer{
    width: 100%;
    background-color: #223244;
}

.footerTop{
    width: 100%;
    height: 60px;
}
.footerTopMain{
    overflow: hidden;
    width: 1200px;
    padding: 15px 0 10px;
    max-height: 100px;
    margin: auto;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    text-align: justify;
}
.footerTopMain a{
      text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding-left: 5px;
}
.footerTopMain a:hover{
    color: #F4C41D;
}




.footerCenter{
    width: 100%;
    height: 120px;
    border-top: #505f6d 1px solid;
    border-bottom: #505f6d 1px solid;
}
.footerCenterMain{
    width: 1200px;
    height: 100%;
    margin: auto;
}
.foorerCenterMainDiv{
    width: 22%;
    height: 90px;
    float: left;
    padding-top: 30px;
    padding-left: 35px;
}
.foorerCenterMainDivImg img{
    /* width: 66px; */
    height: 56px;
    float: left;
}
.foorerCenterMainDivText{
    float: left;
    color: #fff;
    padding-left: 10px;
}
.foorerCenterMainDivText div{
    clear: both;
}
.FCMTH1{
    width: 100px;
    height: 30px;
    font-size: 16px;
}
.FCMTH5{
    width: 100px;
    font-size: 14px;
}









.foorerConter{
    width: 100%;
}
.foorerConterMain{
    width: 1200px;
    padding: 50px 0 30px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.FCMContact{
    width: 300px;
    color: #fff;
}
.FCMContactH0{
    font-size: 16px;
    height: 28px;
}
.FCMContactBar{
    width: 40px;
    height: 2px;
    background-color: #F4C41D;
    margin: 4px 0 18px;
}
.FCMContactH1{
    font-size: 22px;
    font-weight: bold;
    color: #F4C41D;
    margin: 12px 0 8px;
}
.FCMContactH3{
    font-size: 14px;
    margin-bottom: 16px;
}
.FCMContactH5{
    font-size: 13px;
    line-height: 1.8;
    color: #c9d4df;
    width: 280px;
}
.FCMContactInput{
    display: inline-block;
    width: 118px;
    height: 36px;
    background-color: #F4C41D;
    color: #000;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
    font-weight: 600;
}
.FCMPackage{
    width: 200px;
    color: #fff;
}
.FCMPackageNews{ width: 160px; }
.FCMPackageNav{ width: 150px; }
.FCMPH1{
    width: 100%;
    height: 28px;
    font-size: 16px;
}
.FCMPH2{
    width: 40px;
    height: 2px;
    background-color: #F4C41D;
    margin: 4px 0 18px;
}
.FCMPH3,
.FCMPH4{
    width: 100%;
}
.FCMPH3 div,
.FCMPH4 div{
    float: none;
    width: auto;
    height: auto;
    padding: 4px 0;
    color: #c9d4df;
    font-size: 13px;
    line-height: 24px;
}
.FCMPH3 a:hover div,
.FCMPH4 a:hover div{
    color: #F4C41D;
}
.FCMPH5{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}
.FCMPH5 a div{
    padding: 5px 0;
    color: #c9d4df;
    font-size: 13px;
    line-height: 24px;
}
.FCMPH5 a:hover div{
    color: #F4C41D;
}
.FCMFengx{
    width: 280px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 24px;
}
.FCMQRBox{
    width: 120px;
    text-align: center;
    margin-bottom: 14px;
}
.FCMQR{
    width: 120px;
    height: 120px;
    margin: 0 auto 6px;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, .18);
    background-color: #fff;
}
.FCMQR img{
    width: 120px;
    height: 120px;
    display: block;
    object-fit: cover;
}
.FCMQRText{
    width: auto;
    height: auto;
    font-size: 12px;
    text-align: center;
    color: #c9d4df;
}
.FCMQRfx{
    width: 100%;
    margin-top: 18px;
    display: flex;
    justify-content: flex-start;
    gap: 12px;
}
.FCMQRfx div{
    width: 46px;
    height: 46px;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    transition: transform .2s ease, box-shadow .2s ease;
    flex: 0 0 auto;
}
.FCMQRfx .fx-wx{ background: #07C160; }
.FCMQRfx .fx-xhs{ background: #FF2442; }
.FCMQRfx .fx-dy{ background: #010101; }
.FCMQRfx div svg{
    width: 34px;
    height: 34px;
    display: block;
}
.FCMQRfx div:hover{
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .35);
    border-color: rgba(255, 255, 255, .95);
}














.footerBottom{
    width: 100%;
    height: 50px;
    border-top:  #505f6d 1px solid;
}
.footerBottomMain{
    width: 1200px;
    height: 100%;
    margin: auto;
    color: #fff;
    line-height: 43px;
    font-size: 18px;
    text-align: center;
}
.footerBottomMain a{
    color: #fff;
    font-size: 18px;
    margin: 0 5px 0 5px;
}