*{
    margin: 0px;
    padding: 0px;
}
.footer{
    width: 100%;
    height: 630px;
    background-color: #223244;
}

.footerTop{
    width: 100%;
    height: 60px;
}
.footerTopMain{
    width: 1200px;
    height: 100%;
    margin: auto;
    color: #fff;
    line-height: 60px;
    font-size: 16px;
}
.footerTopMain a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding-left: 20px;
}
.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%;
    height: 400px;
}
.foorerConterMain{
    width: 1200px;
    padding-top: 50px;
    margin: auto;
}
.FCMContact{
    width: 250px;
    height: 350px;
    color: #fff;
    float: left;
}
.FCMContactH1{
    font-size: 18px;
    width: 250px;
    height: 35px;
}
.FCMContactH5{
    font-size: 12px;
    width: 250px;
    height: 30px;
}
.FCMContactInput{
    font-size: 14px;
    width: 90px;
    height: 30px;
    background-color: #F4C41D;
    color: #000;
    text-align: center;
    line-height: 30px;
}
.FCMPackage{
    width: 200px;
    height: 350px;
    color: #fff;
    float: left;
}
.FCMPH1{
    width: 200px;
    height: 25px;
    font-size: 16px;
}
.FCMPH2{
    width: 200px;
    height: 50px;
    color: #505f6d;
    font-size: 22px;
}
.FCMPH3{
    width: 200px;
}
.FCMPH4{
    width: 60px;
}
.FCMPH3 div{
    float: left;
    width: 80px;
    height: 30px;
    color: #fff;
    font-size: 16px;
}
.FCMPH3 div:hover{
    color: #F4C41D;
}
.FCMPH4 div{
    width: 80px;
    height: 30px;
    color: #fff;
    font-size: 16px;
}
.FCMPH4 div:hover{
    color: #F4C41D;
}
.FCMFengx{
    width: 350px;
    height: 350px;
    float: left;
}
.FCMQR{
    width: 120px;
    height: 130px;
    margin: auto;
}
.FCMQR img{
    width: 120px;
    height: auto;
    display: block;
}
.FCMQRText{
    width: 350px;
    height: 15px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}
.FCMQRfx{
    width: 200px;
    padding-top: 120px;
    height: 40px;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.FCMQRfx div{
    width: 40px;
    height: 40px;
}
.FCMQRfx div img{
    width: 40px;
    height: 40px;
}














.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;
}