/* 
-------------  底部样式  -------------
*/

.footer {}
/* 
-------------  footer  -------------
*/
#footer {
    background-color: #030f27;
}

.footer_aboutus {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding: 90px 0px 50px 0px;
}

.footer_copyright {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding-top: 32px;
    margin-top: 12px;
    padding-bottom: 62px;
    font-size: 12px;
    line-height: 24px;
    color: rgba(255, 255, 255, .64);
    /* 基本的 */
    color: #ffffff\9;
    /* IE 8 及低于IE8版本 */
}

.footer_navbox {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.footer_navbox_list {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.footer_aboutlinks {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding: 16px 0px; 
    border-bottom:1px transparent solid;
    border-top:1px transparent solid;
    border-image:linear-gradient(to right,#124ebd,#29960d) 1 10;
    margin: 10px 0px 50px 0px;
}
.footer_aboutlinks a{
    width: auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 32px;
    color: rgba(255, 255, 255, .64);
    padding-right: 24px;
    
}
.footer_aboutlinks a:hover{
    color: #ffffff;
}

.footer_navbox_title {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding-bottom: 24px;
}

.footer_navbox_list {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.footer_navbox_list ul {
    padding: 0px;
    margin: 0px;
}

.footer_navbox_list ul li {
    list-style: none;
}

.footer_navbox_list ul li a {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    display: block;
    line-height: 24px;
    font-size: 12px;
    color: rgba(255, 255, 255, .64);
    /* 基本的 */
    color: #ffffff\9;
    /* IE 8 及低于IE8版本 */
}

.footer_navbox_list ul li a:hover {
    color: #ffffff;
}



#copyright{

}

#copyright a {
    width: auto;
    color: #ffffff;    
    display: grid;
    line-height: 18px;
}

#copyright a img {
    display: none;
}

#copyright .public-network {
    display: block;
}

.footer_aboutus_info {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.footer_aboutus_boxtel {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid #ffffff\9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.footer_aboutus_boxtel span {
    display: block;
}

.footer_aboutus_text {
    font-size: 12px;
    color: rgba(255, 255, 255, .64);
    /* 基本的 */
    color: #ffffff\9;
    /* IE 8 及低于IE8版本 */
}

.footer_aboutus_tel {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}

.footer_btnlink {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}
.footer_btnlink a{
    width: 64%;
    min-height: 1px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 12px;
    font-size: 12px;
    color: #ffffff;
    line-height: 44px;
    border:1px transparent solid;
    border-image:linear-gradient(to right,#124ebd,#29960d) 1 10;
}
.footer_btnlink a:hover{
    background-image: linear-gradient(to right, rgba(18,78,189,1), rgba(55,181,21,1));
}
.footer_btnlink2 {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}
.footer_btnlink2 a{
    width: 80%;
    margin-bottom: 12px;
    display: block;
    border: none;
    background-color: #fff;
    font-size: 12px;
    line-height: 44px;
    text-align: center;
    border: 2px solid transparent;
    box-sizing: border-box;
    background-image: linear-gradient(#030f27,#030f27),linear-gradient(to right, #124ebd, #29970c);
    color: #ffffff;
    padding: 1px;
    border-radius: 12px;
    background-clip: content-box,padding-box;
    transition: filter .5s ease;
}
.footer_btnlink2 a:hover{
    filter:hue-rotate(0deg);
    background-image: linear-gradient(to right, rgba(18,78,189,1), rgba(55,181,21,1));
}

/* 
-------------  底部样式  end-------------
*/


/*-------------------------
footer里案例 移动端和pc端网址不一样，需要单独设置
---------------------------*/

@media (max-width: 991px) {
    .mobile_case{
        display:block !important;
    }
    .pc_case{
        display: none !important;
    }
   
}

@media (min-width: 992px) {

.mobile_case{
    display: none !important;
}
.pc_case{
    display:block !important;
}

}
@media (min-width: 320px) and (max-width:767px) {
    .footer_aboutlinks {
        border:none;
        margin: 10px 0px 10px 0px;
    }
    .footer_aboutlinks a{
        padding-right:10px;
    }
    .footer_aboutus{
        padding:30px 0px 20px 0px;
    }
    .footer_btnlink2 a{
        width:100%;
    }
    .footer_navbox_list {
        height: 224px;
    }
    .footer_navbox_title {
        padding-bottom: 15px;
    }
}
