
.ff_footer_bottom{
    width: 100%;
    height: 68px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background: #000000;
    font-size: 14px;
}
.ff_footer_bottom br{
    display: none;
}

.cc_footer {
    width: 100%;
    padding: 110px 0 0 0;

    background-image: url("../images/footer_background.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    /*height: 500px;*/
}

.footer_leftbox {
    width: 37%;
    padding-left: 10px;
    float: left;
}

.footer_title1 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;

}

.footer_title2 {
    color: #fff;
    font-size: 14px;
    font-family: Arial;
}

.line {
    height: 30px;
    width: 1px;
    background: #fff;

}

.phoneNumber {
    font-size: 36px;
    font-family: Impact;

}

.footer_title3 {
    color: #fff;
	    font-size: 16px;
    line-height: 2;
}

.footer_middlebox {
    width: 25%;
    float: left;
}

.footer_navlist {
    width: 100%;
    margin-top: 30px;
}

.footer_nav {
    line-height: 1;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
}

.footer_rightbox {
    width: 38%;
    float: left;
}

.formbox {
    width: 100%;
    margin-top: 30px;
}

.inputbox {
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-bottom: 1px solid #fff6;
    font-size: 16px;
    margin-top: 10px;
}

.inputstyle1 {
    width: 78%;
    border: none;
    background: none;
}

.inputtitle {

    display: inline-block;

}
.btnstyle{
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #0570b8;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    border: none;
}

@media (max-width: 1200px) {

    .cc_footer{
        background-position: center;
        background-size: auto 100%;
        height: auto;
        padding: 20px 0;
    }

    .footer_middlebox{
        display: none;
    }
    .footer_rightbox{
        display: none;
    }
    .footer_leftbox{
        width: 100%;
    }
    .footer_rightbox{
        width: 100%;
    }
}
@media (max-width: 1200px) {


    .ff_footer_bottom br{
        display: block;
    }
    .ff_footer_bottom{
        padding:10px 50px;
        line-height: 1.2;
    }

}

@media (max-width: 1400px) {
/**.cc_footer {
    width: 100%;
    padding: 280px 0 0 0;
    background-image: url(../images/footer_background.jpg);

    background-repeat: no-repeat;
    background-position: bottom center;
    height: 650px;
}*/
  .cc_footer {
  width: 100%;
    padding: 50px 0px 0px 0;
    background: #05385a;
    /* background-size: 100% auto; */
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 464px;
    /* margin-bottom: 81px; */
}
} 