/*底部*/
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

footer {
    background: #282F3D;
    padding: 80px 0;
    color: #7C8398;

}

footer a, footer a:hover ,a:focus{
    color: #7C8398;
}



.footer-left {
    width: 30%;
    position: relative;
}

.footer-left img {
    width: 185px;
    height: 54px;
    position: relative;
}

.footer-midlle1 {
    width: 15%;
}

.footer-midlle1-title {
    margin-bottom: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
}

.footer-midlle1-li {
    margin-top: 14px;
}

.footer-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    text-align: center;
}

.footer-right > div {
    margin-left: 40px;
}

.footer-right img {
    width: 100px;
    height: 100px;
    padding: 8px;
    border-radius: 8px 8px 8px 8px;
    background: #fff;
    margin-bottom: 12px;
}

.footer-left-moble {
    color: #fff;
    font-size: 28px;
}

.footer-left-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer-copy {
    margin-top: 50px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    font-size: 14px;
    justify-content: center;
}

.navbar-white .navbar-nav>li>a{
    color: rgba(255, 255, 255, 0.7)
}
.navbar-white .navbar-nav>.active>a, .navbar-white .navbar-nav>.active>a:focus, .navbar-white .navbar-nav>.active>a:hover{
    color: #fff;
}
.tiwen,.tiwen:hover{
    background: #fff;
    color: #3774EB;
}
.navbar-white .navbar-nav>li>a:focus, .navbar-white .navbar-nav>li>a:hover{
    color: #fff;
}
.floatbar-btn p{
    color: #3774EB;
}/*演示*/
.yanshi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 10000001;
    display: none;
}

.yanshi-info {
    padding: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 460px;
    height: 464px;
    margin-top: -232px;
    margin-left: -230px;
    background: #fff;
    border-radius: 12px;
    z-index: 1001;
    text-align: center;
}

.yanshi-info-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #333;
}

.yanshi-info-phone {
    margin-top: 4px;
    margin-bottom: 36px;
}

.yanshi-info-phone span {
    font-size: 40px;
    font-weight: bold;
    line-height: 42px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.yanshi-info img {
    width: 220px;
    height: 220px;
}

.yanshi-info-des {
    font-size: 20px;
    color: #999999;
    margin-top: 16px;
}

.yanshi-shan {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -222px;
    margin-left: 200px;
    z-index: 10001;
    cursor: pointer;

}

.yanshi-shan img {
    width: 18px;
}
.navbar-nav>li>a{
    font-size: 16px;
}
header, .navbar-white{
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
}

@media (min-width: 700px) {
    footer .container {
        display: flex;
        width: 1400px;

    }
    .navbar-default .navbar-brand{
        padding: 25px;
        height: 90px;
    }
    .navbar-default .navbar-brand img{
        width: 140px;
        height: 40px;
    }
    .navbar-white .navbar-nav>li>a{
        height: 90px;
        line-height: 50px;
        padding: 20px;
    }
    .search-form{
        margin: 30px 0;
        padding-top: 0!important;
    }
    header, .navbar-white{
        height: 90px;
        width: 100%;
        background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
        position: fixed;
        top: 0;
        z-index: 100004;
        box-shadow:none;
    }
    body{
        padding-top: 90px;
    }
    .tiwen{
        margin: 15px 0;
    }
}

@media (max-width: 700px) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
        max-height:inherit;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
        background: none;
    }
    header, .navbar-white{
        margin: 0;
    }
    body{
        padding-top: 49px;
    }
    footer {
        padding: 32px 0;
        font-size: 14px;
    }

    footer .container {
        flex-wrap: wrap;
    }

    .footer-left, .footer-midlle1 {
        width: 100%;
    }

    .footer-right {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .footer-left-info {
        position: inherit;
    }

    .footer-left img {
        width: 108px;
        height: 32px;
    }

    .footer-left-logo {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .footer-left-moble {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 6px;
    }

    .footer-midlle1-title {
        font-size: 15px;
        margin-top: 24px;
        margin-bottom: 2px;
    }

    .footer-midlle1-li {
        display: inline-block;
        width: 24%;
    }

    .footer-right > div {
        margin-left: 0;
        width: 50%;
        margin-top: 24px;
        text-align: left;
    }

    footer {
        margin-bottom: 68px;
    }

    .phone-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 68px;
        background: #fff;
        z-index: 10000;
    }

    .phone-footer > a {
        width: 46%;
        height: 40px;
        border: 1px solid #fff;
        display: inline-block;
        text-align: center;
        line-height: 40px;
        text-decoration: none;
        border-radius: 6px;
    }
    .yanshi-info {
        width: 268px;
        height: 268px;
        margin-left: -134px;
        margin-top: -134px;
        padding: 20px;
    }

    .yanshi-info-title {
        font-size: 16px;
        line-height: 18px
    }

    .yanshi-info-phone span {
        font-size: 22px;
        line-height: 24px
    }

    .yanshi-info-phone {
        margin-bottom: 16px;
    }

    .yanshi-info img {
        width: 140px;
        height: 140px;

    }

    .yanshi-info-des {
        font-size: 14px;
        margin-top: 6px;
    }

    .yanshi-shan {
        margin-top: -125px;
        margin-left: 105px;
    }
    .navbar-brand>img {
        width: 120px;
    }
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
        background: none;
        color: rgba(255, 255, 255, 0.70);
    }
    .navbar-white .navbar-nav .open .dropdown-menu{
        background: none;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        color: rgba(255, 255, 255, 0.70);
    }
}