#logo{
    background: none;
    width: 721px;
    height: 80px;
}
.sanmenUpload{
    display: flex;
    padding: 10px 32px;
    font-weight: bold;
    /*background-color: rgba(31,88,176,0.12);*/
    text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}
.sanmenUpload .leftText div:first-child{
    font-size: 24px;
    color: #1E1E1E;
}
.sanmenUpload .leftText div:nth-child(2){
    font-size: 20px;
    color: #1E1E1E;
}
.sanmenUpload .centerLine{
    height: 45px;
    border: 1px solid #1F58B0;
    align-self: center;
    margin-left: 30px;
    margin-right: 30px;
}
.sanmenUpload .rightText {
    font-size: 28px;
    color: #1F58B0;
    align-self: center;
}
.footv-box{
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.3) !important;
    filter: alpha(opacity=90);
    position: fixed;
    bottom: 20px;
    z-index: 10;
}
.footv-box .footv .footCenter{
    width: 1200px;
    margin:0 auto;
    display: flex;
    justify-content: center;
}
.footv-box .footv .footCenter a{
    cursor: pointer;
    text-decoration:none;
}
.footv-box .footv .footCenter a img{
    border:none;
}
.footv-box .footv .footCenter .leftIcon{
    margin-right: 20px;
    align-self: center;
}
.footv-box .footv .footCenter .rightIcon{
    margin-left: 20px;
    align-self: center;
}

.footv-box{
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.3) !important;
    filter: alpha(opacity=90);
    position: fixed;
    bottom: 20px;
    z-index: 10;
}
.footv {
    font-size: 12px;
    color: #fff;
    width: 100%;
    margin: 10px auto;
    text-align: center;
    padding: 10px 0;
    text-shadow: 0 3px 6px #000;
    position: relative;
}
.footv .ftul {
    margin: auto;
    text-align: center;
    margin: 10px 0 10px 0px;
}

.footv a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
}

.footv a:visited {

}

.footv a:active {
    color: #F60;
    text-decoration: underline;
}

.footv a:hover {
    color: #F60;
    text-decoration: underline;
}