.bg_theam{
	background:#d6a300;
}
.bg_theam h2{
	margin: 0px;
	color: #fff;
}
.contact_btn{
	text-align: right;
}
/* footer */
.footer{
	    /*background: #2b83b9;*/
    background: #52ABE2;
	    font-size: 14px;
	    padding-top: 45px;
	    color: #fff;
}

/* 新的底部信息样式 */
.footer_info h4,
.footer-qrcode h4,
.footer-contact h4 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 600;
}

.footer_info {
    display: flex;
    flex-direction: column;
    min-height: 200px;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-contact {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

/* 描述文本和二维码的左右居中布局 */
.footer-description-with-qrcode {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 64%;
}

.footer-description-text {
    flex: 1;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-description-text h4 {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.4;
}

.footer-description-text p {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

.footer-qrcode-inline {
    flex: 0 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.footer-qrcode-inline p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
}

.footer-qrcode-inline img {
    max-width: 160px;
}

/* 响应式样式 */
@media (max-width: 768px) {
    .footer-description-with-qrcode {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .footer-description-text {
        padding-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    
    .footer-qrcode-inline {
        width: 100%;
        text-align: left;
    }
    
    .footer-qrcode-inline p {
        text-align: left;
    }
}



/* 联系信息样式 */
.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-contact .contact-info p {
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
}

.footer-contact .contact-info p i {
    margin-right: 10px;
    color: #fff;
    width: 16px;
    text-align: center;
}

.footer-contact .contact-info p a {
    color: #fff;
    transition: all 0.3s;
}

.footer-contact .contact-info p a:hover {
    color: #fff;
}
.link_footer{
	    padding-left: 55px;
}
.link_footer ul{
	padding: 0px;
}
.footer h4{
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 0px;
    font-size: 14px;
}
.link_footer ul li{
	list-style: none;
}
.link_footer ul li a{
	    color: #fff;
	    margin-bottom: 10px;
	    font-weight: normal;
	    display: block;
	    transition: all 0.3s;
	    font-size: 14px;
}
.link_footer ul li a:hover{
	color: #fff;
}
.footer-latest-news {
    padding-left:65px;
}
 .footer-latest-news .single-news {
    margin-bottom: 16px;
}
.footer-latest-news .single-news h5 a {
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}
.footer-latest-news .single-news span, .footer-latest-news .single-news h5 a:hover{
	color: #fff;
}
.footer .footer-subscribe {
    padding-left: 60px;
}
.footer-subscribe p {
    color: #fff;
    font-size: 14px;
}
.footer-subscribe form {
    margin: 40px 0 0 0;
    height: 60px;
    position: relative;
}

.footer-subscribe form input {
    width: 100%;
    height: 100%;
    border: none;
    background: #fff;
    border-radius: 30px;
    padding: 0 63px 0 30px;
    font-size: 15px;
}
.footer-subscribe form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    color: #fff;
    border-radius: 0 30px 30px 0;
    font-size: 30px;
}
.footer-subscribe form button.btn-text:before{
	border-radius: 0 30px 30px 0;
}
.footer .bottom-footer {
    /*margin-top: 60px;*/
}
.footer .bottom-footer .bor_top {
    border-top: 1px solid #fff;
    padding: 24px 0;
}
.footer .bottom-footer p {
    color: #fff;
    line-height: 35px;
    margin: 0px;
    font-size: 18px;
}
.footer .bottom-footer p a {
    font-weight: normal;
}
.bor_top a{
	color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-qrcode-inline img {
        max-width: 110px;
    }
    .footer-contact .contact-info p {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer_info, .footer-contact {
        margin-bottom: 30px;
        width: 100%;
    }
    .footer h4 {
        margin-bottom: 20px;
    }
    .footer .bottom-footer {
        margin-top: 30px;
    }
    .footer-description-with-qrcode {
        width: 100%;
    }
    .footer-qrcode-inline {
        margin-left: 20px;
    }
    .footer-qrcode-inline img {
        max-width: 120px;
    }
}

@media (max-width: 767px) {
    .footer_info, .footer-contact {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
        align-items: center;
        width: 100%;
    }
    .footer-description-with-qrcode {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .footer-description-text {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .footer-description-text p {
        text-align: center;
    }
    .footer-qrcode-inline {
        width: 100%;
        text-align: center;
    }
    .footer-contact {
        align-items: center;
    }
    .footer-contact .contact-info {
        text-align: center;
    }
    .footer-contact .contact-info p {
        justify-content: center;
    }
    .important_info, .contact_btn {
        text-align: center;
    }
    .footer h4 {
        margin-bottom: 20px;
        text-align: center;
    }
    .footer .bottom-footer {
        margin-top: 30px;
    }
    .footer-description p {
        text-align: center;
    }
    .footer .bottom-footer .bor_top {
        padding: 10px 0;
    }
    .footer .bottom-footer p {
        line-height: 1.3;
    }
}