* {
    margin: 0px;
    padding: 0px;
}

.footer {
    width: 100%;
    height: 630px;
    background-color: #223244;
}

.footerTop {
    width: 100%;
    height: 60px;
}

.footerTopMain {
    overflow: hidden;
    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: 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%;
    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: 250px;
    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: 100%;
}

.FCMPH4 {
    width: 100%;
}

.FCMPH4 a {
    display: inline-block;
}

.FCMPH3 div {
    float: left;
    width: 110px;
    height: 30px;
    color: #fff;
    font-size: 16px;
}

.FCMPH3 div:hover {
    color: #F4C41D;
}

.FCMPH4 div {
    width: 110px;
    height: 30px;
    color: #fff;
    font-size: 16px;
}

.FCMPH4 div:hover {
    color: #F4C41D;
}

.FCMFengx {
    width: 200px;
    height: 350px;
    float: left;
}

.FCMQR {
    width: 120px;
    height: 130px;
    margin: auto;
}

.FCMQR img {
    width: 120px;
    height: auto;
    display: block;
}

.FCMQRText {
    width: 100%;
    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: 47px;
    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;
}

.flink {
    margin-top: 50px;
    width: 100%;
}

.flink .flink_tit {
    width: 100%;
    position: relative;
}

.flink .flink_tit p {
    height: 12px;
    width: 100%;
    background: url(../img/dian.png);
    position: absolute;
    top: 15px;
}

.flink .flink_tit span {
    height: 42px;
    background: #fff;
    color: #1C4587;
    font-size: 14px;
    border: 1px solid #1C4587;
    position: relative;
    z-index: 9;
    display: block;
    width: 115px;
    text-align: center;
    line-height: 42px;
    margin-left: 40px;
}

.flink .flink_list {
    width: 100%;
    box-sizing: border-box;
    margin: 20px auto 0;
    padding: 0 40px;
}

.flink .flink_list ul li {
    margin-right: 28px;
    margin-bottom: 8px;
}

.flink .flink_list ul li a {
    font-size: 14px;
    color: #5a5a5a;
}

.flink .flink_list ul li a:hover {
    color: #036aac;
}