@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');

#footer{
    width:100%;
    background-color: #000;
    padding:60px 0px;
    overflow: visible;
}
.foo-inner{
    width:90%;
    margin:0 auto;
}

.foo_tp{
    width:100%;
    border-bottom: 1px solid #3e3e3e;
    padding-bottom: 30px;
    display: flex;align-items: center;
    justify-content: space-between;
}
.f_tab{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 220px;
    height: 45px;
    border: 2px solid #cbcbcb;
    padding: 0px 20px;
    margin-top: 10px;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    background-color: transparent;
}
.f_tab p {
    font-size: 14px;
    color: #cbcbcb;
    font-weight: 600;
}
.f_tab i {
    font-size: 16px;
    color: #cbcbcb;
}
.f_tab_list {
    width: 100%;
    padding: 10px 20px;
    position: absolute;
    bottom: 110%;
    left: 0;
    background-color: #000;
    border: 2px solid #eee;
    display: none;
    height: AUTO;
}
.f_tab_list dt {
    font-weight: 600;
    color: #fff;
    font-size: 15px;
}
.f_tab_list dd a {
    font-size: 14px;
    padding-left: 10px;
    margin-top: 10px;
    color: #cbcbcb;
    display: inline-block;
}
.f_tab_list dd a:hover{
    color: #fff;
}

.foo_btm{
    padding-top: 30px;
    display: flex;align-items: center;
    justify-content: space-between;
}
.foo_btm_lt p{
    color: #cbcbcb;
    font-size: 15px;
    line-height: 1.7;
}
.foo_btm_lt p:last-child{
    color: #eee;
    padding-top: 10px;
}
.up_btn{
    cursor: pointer;
}
.up_btn i{
    color: #fff;
    font-size: 30px;
}
.up_btn p{
    text-align: center;
    color: #cbcbcb;
    font-size: 15px;
}
.portal_wrap{
    width: 1027px;

}
.portal_wrap ul{
    width: 100%;
}
.portal_wrap ul li{
    padding: 0px 10px;
}
.portal_wrap ul li .portal_img{
    width: 100%;
}
.portal_wrap ul li .portal_img img{
    width: 100%;
}

@media screen and (max-width:1440px) {
    .portal_wrap{
        width: 70%;
    }
}

@media screen and (max-width:1000px) {
    .foo_btm_lt p:nth-of-type(2) span:nth-of-type(3){
        display: block;
    }
}

@media screen and (max-width:700px) {
    .foo_tp{
        flex-flow: row wrap;
    }
    .foo_tp .logo{
        width: 100%;
        margin-bottom: 20px;
    }
    .f_tab_list{
        padding:15px 10px;
    }
    .f_tab_list dd a{
        margin-top: 6px;
        padding-left: 3px;
    }
    .portal_wrap{
        width: 100%;
    }
}

@media screen and (max-width:600px) {
    .foo_btm_lt p{
        font-size: 14px;
    }    
    .foo_btm_lt p:nth-of-type(1) span:nth-of-type(3){
        display: block;
    }
    .foo_btm_lt .space{display:none}
    .foo_btm_lt p{
        word-break: keep-all;
    }
}