﻿.footer {
    padding: 10px 0 0;
    height: 190px;
    font-size: 12px;
    overflow: hidden;
    color: #fff;
    background: #074d79;
	background-image: linear-gradient(0deg, #0d354e 0%, #074d79 100%);
}
.footer .select {
    float: left;
    width: 174px;
    height: 32px;
    border: solid 1px #1f89cc;
    margin-bottom: 37px;
	background-color: #0c5e91;
    border-radius: 2px;
    color: #fff;
}
.footer .select .filter-text {
    border: none;
    background: #0c5e91;
    color: #fff;
}
.footer .filter-text input {
    color: #fff;
    text-align: center;
}
.filter-box:after .icon {
    color: red;
}
.footer .filter-text .icon {
    font-style: normal;
}
.footer .select + .select {
    margin-left: 28px;
}

.footer-nav {
    margin-bottom: 15px;
}
.footer-bottom {
    position: relative;
    text-align: center;
}
.footer-info-address p,
.footer-inf-icp p {
    display: inline-block;
    line-height: 30px;
    color: #afcbe4;
}
.footer-info-address p:first-child,
.footer-inf-icp p:first-child {
    margin-right: 20px;
}
.footer .national {
    width: 18px;
    height: 20px;
    margin: -3px 0 0;
    vertical-align: middle;
}
.footer .office {
    position: absolute;
    top: 20px;
    left: 0;
    width: 54px;
    height: 69px;
    margin-right: 45px;
}
.footer .websit {
    position: absolute;
    top: 20px;
    right: 0;
    width: 88px;
    height: 42px;
}

.footer-bottom .footer-nav {
    color: #fff;
}
.footer-nav a {
    margin: 0 8px 5px;
    color: #fff;
}
.footer .icp {
    height: 11px;
    margin-left: 8px;
}





.footer-inf-left {
    float: left;
    width: 345px;
	height: 73px;
	line-height: 30px;
	color: #afcbe4;
}

.footer-inf-right {
    width: 416px;
    height: 72px;
    float: right;
    text-align: center;
}
.footer-inf-right p {
    width: 390px;
    line-height: 30px;
    text-align: center;
    color: #afcbe4;
}

/* .footer .websit {
    float: right;
    width: 88px;
    height: 42px;
} */


.mobile .footer {
    height: 337px;
    padding: 20px 10px 0;
}
.mobile .footer-select {
    text-align: center;
}
.mobile .footer .select {
    display: inline-block;
    clear: none;
    width: 30%;
    margin: 0 1% 20px;
}
.mobile .footer-bottom {
    text-align: left;
}



.mobile .footer-right {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}
.mobile .footer-nav a {
    margin: 0 8px 5px 2px;
    text-align: center;
}
.mobile .footer-inf-right,
.mobile .footer-inf-right p {
    height: 30px;
    width: 100%;
    text-align: left;
    clear: both;
} 
.mobile .footer-inf-right a {
    margin: 0 5px 0 0;
}
.mobile .footer-left {
    position: relative;
    width: 100%;
    float: right;
}
.mobile .footer .icp {
    display: none;
}
.mobile .footer .websit {
    position: absolute;
    right: 10px;
    top: 140px;
    width: 40px;
    height: auto;
    bottom: -150px;
}
.mobile .footer .office {
    position: absolute;
    top: 60px;
    left: 100%;
    margin: 0 0 0 -50px;
    width: 35px;
    height: auto;
}
.mobile .footer-inf-icp {
    position: absolute;
    top: 120px;
    left: 0;
}
.mobile .footer-inf-icp p {
    text-align: left;
}