/*
* secondary enterprise footer css
*/
/*footer box*/
.footer{
    width: 100%;
    height: auto;
    background: #f5f5f5;
    padding-bottom: 22px;
}
.container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px){
    .container {
        width: 1200px;
        height: auto;
    }
}
.footer-content{
    padding-top:40px ;
}
/*链接*/
.footer-link-list{
    width: auto;
    font-size: 14px;
    color: #555555;
}
.footer-link-list li{
    margin-bottom: 16px;
    height: 20px;
}
.footer-link-list a{
    font-size: 14px;
    color: #555555;
}

/*航天云网网站群*/
.form-control-select {
    width: 175px;
    height: 32px;
    display: inline-block;
    line-height: 28px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 0 30px 0 10px;
    position: relative;
    font-size: 14px;
    color: #222;
    cursor: pointer;
    transition: all .3s ease .1s;
    min-width: 100px;
    margin-top:8px;
}
.form-control-select .select-text {
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.form-control-select .select-icon {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 1px;
    width: 30px;
    pointer-events: none;
    height: 28px;
    background: url(../images/footer/arrow_down.png) no-repeat center center;
    background-size: 50% 50%;
}
.form-control-select.active .select-icon {
    background: url(../images/footer/arrow_up.png) no-repeat center center;
    background-size: 50% 50%;
}
.form-control-select .select-option {
    width: 300px;
    display: none;
    position: absolute;
    left: 0;
    top: 30px;
    border: 1px solid #e9e9e9;
    border-top: 0;
    background-color: #f5f5f5;
    box-shadow: 0 1px 10px #e9e9e9;
    max-height: 210px;
    overflow-y: auto;
    z-index: 10;
}
.form-control-select .select-option ul li a{
    display: inline-block;
    width: 100%;
}
.form-control-select .select-option ul li.active a {
    color: #df542f;
}
.form-control-select .select-option ul li a:hover {
    color: #df542f;
}
.form-control-select .select-option ul li {
    width: 100%;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    box-sizing: border-box;
    font-size: 14px;
    color: #222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*微信公众号*/
.wx .footer-title span{
    width: 118px;
    padding-left:38px;
    height: 22px;
    font-size: 16px;
    letter-spacing: 0px;
    color: #999999;
    background: url(../images/footer/wx.png) no-repeat 0px 0px;

}
.footer-item .footer-qrcode {
    margin-top: 10px;
    width: 110px;
    height: 110px;
}
.footer-qrcode img{
    width: 100%;
}

    /*云网图标*/
.footer-img{
    width: 100%;
    padding-top:78px;
    text-align: right;
}
.footer-img-ywzk{
    padding-top: 8px;

}
.footer-img-ywzk img{
    box-shadow: 0px 0px 15px 0px
    rgba(0, 0, 0, 0.15);
}
.footer-img img{
    width: auto;
    max-width: 100%;
}

/*底部标识*/
.footer-copyright {
    text-align: center;
    margin-top: 35px;
}
ul.az-inline-block-list > li {
    display: inline-block;
}
.footer-copyright span {
    color: #999999;
}
@media (min-width: 768px) {
    .footer-copyright-pc{
        margin-top: 33px;
        border-top: solid 1px #e9e9e9;
    }
    .footer-copyright-logo,ul.az-inline-block-list{
        float: left;
        width: 50%;
    }
    ul.az-inline-block-list{
        text-align: center;
        margin-top: 24px;
    }
    .footer-copyright-logo{
        margin-top: 15px;
        padding-left: 40px;
        text-align: left;
    }
}

/*在pc端隐藏*/
.show-xs{
    display: none;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
}
/*手机端样式*/
@media (max-width: 768px){

    /*footer box*/
    .footer {
        height: auto;
    }
    .container {
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-content {
        height: auto;
    }

    /*链接*/
    .footer-link-list{
        width: auto;
        font-size: 0.28rem;
        color: #555555;
        padding-bottom: 15px;
        border-bottom: 1px solid #e7eaec;
    }
    .footer-link-list li{
        float: left;
        margin-bottom: 10px;
        height: 0.4rem;
        padding-left: 0.67rem;
    }
    .footer-link-list li:nth-child(4n+1){
        padding-left: 0;
    }
    .footer-link-list a{
        font-size: 0.28rem;
        color: #555555;
    }

    /*网站群*/
    .footer-item{
        margin-top: 20px;
        height: 0.64rem;
        line-height: 0.64rem;
    }
    .site-group .footer-title,.site-group .form-control-select{
        float: left;
        margin: 0;
    }
    .site-group .footer-title{
        font-size:0.28rem;
        color: #999999;
        float: left;
    }
    .site-group .form-control-select{
        margin-left: 0.7rem;
    }
    .form-control-select .select-option{
        max-height: 140px;
    }
    .form-control-select .select-option {
        width: 230px;
    }
    .form-control-select .select-option ul li {
        font-size: 12px;
    }

    /*微信*/
    .wx{
        position: relative;
    }
    .footer-item-title{
        font-size:0.28rem;
        color: #999999;
        float: left;
    }
    .wx .footer-item-content{
        margin-left: 0.42rem;
        float: left;
        font-size: 0.28rem;
        color: #555555;
        width: 1.06rem;
        background: url(../images/footer/wx.png) no-repeat 0.68rem 0.16rem;
        background-size: 0.4rem;

    }
    .wx .footer-qrcode{
        position: absolute;
        margin-top:0 ;
        top:0.5rem;
        left: 1.57rem;
        z-index: 999;
        display: none;
        width:2rem;
        height: 2rem;
    }

    /*云网图标*/
    .footer-img{
        padding-top: 15px;
        text-align: left;
    }
    .footer-img img{
        width: 60%;
    }

    /*云网标识*/
    .footer-copyright{
        margin-top: 10px;
        margin-bottom: 15px;
        text-align: left;
    }

    /*手机端显示*/
    .show-xs{
        display:block;
    }
}
.footer a:hover{
    color: #df542f!important;
}
