@import "http://at.alicdn.com/t/font_178760_829ndgnajyg.css";
.footer {
    padding-bottom: 8px;
    margin-top: 20px;
    background-color: #565a5d;
    color: #b7b9ba;
    font-size: 12px;
}
.footer .links {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    background-color: #4e5358;
    position: relative;
    z-index: 999;
}
.footer .links ul {
    position: relative;
}
.footer .links li:first-child {
    margin-left: 0;
}
.footer .links li {
    margin-left: 78px;
    float: left;
    color: #fff;
}
.footer .links .dropdown {
    position: static;
}
.footer .links .dropdown {
    margin-left: 276px;
}
.footer .links li p {
    margin: 0;
    padding: 15px 0;
}
.text-white {
    color: #fff !important;
}
.footer .links li p i {
    margin-left: 3px;
    display: inline-block;
    transform: rotate(
-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(
-90deg);
    -o-transform: rotate(-90deg);
}
.dropdown-menu {
    z-index: 998;
}
.footer .links .dropdown ul {
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 100%;
}
.footer .links li {
    margin-left: 78px;
    float: left;
    color: #fff;
}
.footer .links .dropdown li {
    float: none;
    margin-right: 0;
    color: #666;
}
.footer .links .dropdown li a {
    margin: 5px 0;
    float: left;
    width: 16.666%;
    clear: none;
}
.footer .links li p a {
    color: #fff;
}
.footer-logo {
    line-height: 28px;
}
.footer-logo:before, .footer-logo:after {
    display: table;
    content: '';
}
.footer-logo:after {
    clear: both;
}
.footer-add {
    margin-top: 10px;
}
.footer-add li {
    float: left;
    padding: 3px 0;
    text-align: left;
}
.padding-foot2 {
    padding: 2px 0!important;
}
.footer a {
    color: #B7B9BA;
}
.footer-icp a {
    display: inline-block;
    margin-left: 25px;
}
.footer-icp img {
    margin: 18px auto;
	margin-left: 25px;
}
.footer-bottom {
    padding-top: 8px;
    border-top: 1px solid #b7b9ba;
}
.footer-help a {
    padding: 0 13px;
    display: inline-block;
    color: #b7b9ba;
    line-height: 14px;
}
.footer-help a:last-child {
    border-right: 0;
}
.footer img {
    max-width: 100%;
    width: auto;
}
.footer-help > a + a {
    border-left: 1px solid #b9b9b9;
}

.footer-help a:hover {
    color: #e4e4e5;
}
.float-btn-group {
    z-index: 999;
    position: fixed;
    right: 30px;
    bottom: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.float-btn-group .btn-list {
    position: absolute;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.btn-float {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border: none;
    font-size: 24px;
    color: #fff!important;
    text-align: center;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 11%);
}
.cyan-blue {
    background: #00b9db;
}
.intelligent {
    -moz-box-shadow: 0px 0px 20px #FFDE00;
    -webkit-box-shadow: 0px 0px 20px #ffde00;
    box-shadow: 0px 0px 20px #ffde00;
    color: #ffffff;
    background-color: #ffb400;
}
.float-btn-group .btn-list .btn-float {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}
.float-btn-group .btn-list .btn-float:nth-child(1) {
    -moz-transition: 0.2s 0.3s;
    -o-transition: 0.2s 0.3s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.3s;
    -webkit-transition: 0.2s 0.3s;
    transition: 0.2s 0.3s;
}
.float-btn-group.open .btn-list .btn-float {
    opacity: 1;
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
}
.float-btn-group.open .btn-list .btn-float:nth-child(1) {
    top: -330px;
    -moz-transition: 0.2s 0.9s;
    -o-transition: 0.2s 0.9s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.9s;
    -webkit-transition: 0.2s 0.9s;
    transition: 0.2s 0.9s;
}
.btn-float>i {
    font-size: 24px;
}
i.zhinengkefu {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://www.shpt.gov.cn/shpt/assets/img/zn.png)no-repeat;
    background-size: 100%;
}
.intelligent.open:after {
    content: '';
    border: 10px solid transparent;
    border-top-color: #ffb400;
    position: absolute;
    top: -21px;
    right: 15px;
    opacity: 1;
}
.intelligent.open:before {
    content: '您关注的信息都在这里';
    position: absolute;
    top: -80px;
    font-size: 14px;
    width: 100px;
    right: 0px;
    line-height: normal;
    border-radius: 20px;
    background-color: #ffb400;
    color: #fff;
    padding: 10px;
    opacity: 1;
}
.float-btn-group.open .btn-list .btn-float:nth-child(2) {
    top: -275px;
    -moz-transition: 0.2s 0.9s;
    -o-transition: 0.2s 0.9s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.9s;
    -webkit-transition: 0.2s 0.9s;
    transition: 0.2s 0.9s;
}
.language {
    position: absolute;
    top: -220px;
    right: -25px;
    width: 100px;
    min-width: 0;
    padding: 5px 10px;
    z-index: 10001;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}
.language a {
    display: block;
    margin: 5px 0;
    padding: 5px 0;
    color: #00b9db;
    text-align: center;
    font-weight: bold;
    border: 1px solid #a6eaf7;
}
.float-btn-group.open .btn-list .btn-float:nth-child(3) {
    top: -220px;
    -moz-transition: 0.2s 0.7s;
    -o-transition: 0.2s 0.7s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.7s;
    -webkit-transition: 0.2s 0.7s;
    transition: 0.2s 0.7s;
}
.app-blue {
    background: #005ebd;
}
.float-btn-group i.phone {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://www.shpt.gov.cn/shpt/assets/img/fixed-leftphone.png) no-repeat;
    background-size: 100%;
}
.float-btn-group .appline {
    position: absolute;
    right: 80px;
    bottom: 10px;
    max-width: none;
    width: 144px;
    height: auto;
}
.float-btn-group.open .btn-list .btn-float:nth-child(4) {
    top: -165px;
    -moz-transition: 0.2s 0.5s;
    -o-transition: 0.2s 0.5s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.5s;
    -webkit-transition: 0.2s 0.5s;
    transition: 0.2s 0.5s;
}
.green {
    background: #58c307;
}
.float-btn-group.open .btn-list .btn-float:nth-child(5) {
    top: -110px;
    -moz-transition: 0.2s 0.5s;
    -o-transition: 0.2s 0.5s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.5s;
    -webkit-transition: 0.2s 0.5s;
    transition: 0.2s 0.5s;
}
.red {
    background: #e32428;
}
.blue {
    background: #20a0e4;
}
.float-btn-group.open .btn-list .btn-float:nth-child(6) {
    top: -55px;
    -moz-transition: 0.2s 0.3s;
    -o-transition: 0.2s 0.3s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.3s;
    -webkit-transition: 0.2s 0.3s;
    transition: 0.2s 0.3s;
}
.btn-float:hover, .btn-float:focus {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%), 0 4px 15px rgb(0 0 0 / 13%);
}
.link-otherweb {
    padding: 0;
    margin: 0;
}
.otherweb-modal .link-otherweb a {
    font-size: 16px;
    width: 33.333%;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 5px 0;
}



@media (min-width: 1200px){
.visible-lg-inline {
    display: inline!important;
}
}
@media (max-width: 991px){
.footer-icp, .footer-help .no-border-left, .footer-logo, .footer-bottom span {
    display: none;
}
.footer-help {
    float: none !important;
}
.footer-help > a:first-child {
    padding-left: 0;
}
.footer-add {
    margin-bottom: 10px;
}
.footer-add li {
    padding: 0;
}
.footer-add .col40 {
    width: 50% !important;
}
.padding-foot2 {
    padding: 0!important;
}
}
@media (max-width: 767px){
.footer .links {
    float: none;
}
.footer .links li {
    margin: 0;
    width: 50%;
    text-align: center;
}
}
@media (max-width: 480px){
.footer-add .col40,.footer-add li, .footer-help {
	    text-align: center;
    width: 100% !important;
}

}