body {
    font-family: Arial, sans-serif, microsoft yahei;
    background: #f9f9f9;
    font-size: 14px;
}
.icon-font {
    font-family: 'iconfont' !important;
    font-size: 12px;
    font-style: normal;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999999;
    background: #ffffff;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
    height: 60px;
}
.container-fluid {
    padding: 0;
}
.navbar {
    margin: 0px auto;
    padding: 0 30px;
    position: relative;
    border: none;
    min-height: auto;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}
.navbar-logo {

    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-logo img {
    height: 25px;
    display: block;
}

.navbar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    -webkit-animation: all 2s ease infinite;
    animation: all 2s ease infinite;
}

.navbar-coll {
    z-index: 2002;
    float: right;
}

.navbar-coll a {
    display: block;
    padding: 0px 25px;
    line-height: 60px;
    height: 58px;
    float: left;
    font-size: 22px;
    text-decoration: none;
    cursor: pointer;
    color: #424242;
}

.navbar-coll a:hover {
}

.navbar-coll .nav-item {
    display: inline-block;
    height: 60px;
}

.navbar-coll .nav-item > div {
    height: auto;
    overflow: hidden;
}

.navbar-coll .nav-item .nav-line {

    width: 0%;
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    height: 2px;
    transition: width .3s ease;
    -webkit-transition: width .3s ease;
}

.navbar-coll .nav-item:hover .nav-line {
    width: 100%;
}

.navbar-coll .nav-item:nth-child(6) {
    position: relative;
    padding: 0 8px 0 0;
}

.navbar-coll .nav-item:nth-child(5):hover .nav-line {
    background-color: #611F1B;

}

.navbar-coll .nav-item:nth-child(6) a:after {
    position: absolute;
    width: 18px;
    height: 35px;
    content: '';
    background: url(./img/download.png) center no-repeat;
    background-size: 100%;
    right: 0;
    top: 13px;
    z-index: 2;
}

.navbar-coll .reg-a {
    background: #882928;
}

.navbar-coll .reg-a a {

    color: #FFFFFF;
}

.navbar-coll a:hover {
}

.navbar-coll .nav-item {
    display: inline-block;
    height: 60px;
}

.navbar-coll .nav-item > div {
    height: auto;
    overflow: hidden;
}

.navbar-coll .nav-item .nav-line {

    width: 0%;
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    height: 2px;
    transition: width .3s ease;
    -webkit-transition: width .3s ease;
}

.navbar-coll .nav-item:hover .nav-line {
    width: 100%;
}
.navbar-coll .nav-item:hover .nav-line{
    background-color: #882928;
}
.navbar-coll .nav-item:nth-child(5):hover .nav-line {
    background-color: #FFFFFF;

}

.right-fix {
    position: fixed;
    right: 0;
    z-index: 600;
    bottom: 300px;
    width: auto;
    padding: 10px 22px;
    display: none;
    display: block;

}
.lxwm-box .icon-guanbi{
    float: right;
}
.right-fix > div {
    width: 65px;
    height: 65px;
    border-radius: 6px;
    position: relative;
    text-align: center;
}

.right-fix .zcbm, .right-fix .lxwm {
    background-color: #882928;
}

.right-fix .zcbm a, .right-fix .codebtn a, .right-fix .lxwm a {
    cursor: pointer;
    color: #FFFFFF;
    width: 40px;
    margin: 0 auto;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    line-height: 22px;
}

.right-fix .lxwm a {

}

.right-fix .lxwm {
    background-color: #b5b5b5;
    position: relative;
    text-align: left;
    cursor: pointer;
}

.right-fix .lxwm:hover {
    background-color: #882928;
}

.right-fix .lxwm .lxwm-box {
    position: absolute;
    background-color: #FFFFFF;
    padding: 20px 30px;
    width: 220px;
    right: -422px;
    right: -22px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 8;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
    transition: 600ms;
}

.right-fix .lxwm:hover .lxwm-box {
    right: -22px;
}

.right-fix .lxwm-qwcode img {
    width: 160px;
    margin: 10px 0 0 -12px;
}

.right-fix .lxwm-desc {
    font-size: 12px;
    line-height: 20px;
    color: #808080;
}

.right-fix .lxwm-tit {
    color: #333333;
    border-bottom: 1px solid #882928;
    font-size: 18px;
    font-weight: 800;
    padding-bottom: 5px;

}

.right-fix img {
    width: 60px;
}

.right-fix > div {
    margin-bottom: 10px;
}

.right-fix .codebtn {
    background-color: #B5B5B5;
}

.right-fix .codebtn a {
    font-size: 14px;
    width: 60px;
}

.right-fix .codebtn a img {
    display: block;
    margin: 0 auto;
}

.right-fix .codebtn {
    cursor: pointer;
}

footer {
    background: #191919;
    padding: 50px 0;
    color: #fff;
}

footer h3 {
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 10px;
    position: relative;

}

footer h3::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 104px;
    border-left: 12px solid #882928;
    border-top: 6.5px solid transparent;
    border-bottom: 6.5px solid transparent;
}

footer p {
    font-size: 14px;
    color: #B7B7B7;


}

footer .col-contact h3,
footer .col-attet h3 {
    margin-bottom: 20px;
}


footer .contact li {
    margin-bottom: 15px;

}


footer .contact span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;

}

footer .contact span::after {
    content: '';
}

footer .contact em {
    font-style: normal;
    font-size: 16px;
    color: #B7B7B7;
    line-height: 28px;
}

footer .contact em i {
    font-style: normal;
}

footer .code {
    width: 100%;
    text-align: right;
}

footer .code img {
    width: 65%;
}

footer .code p {
    width: 65%;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    float: right;

}

.codebtn:hover .qcode {
    display: block;
}

.codebtn .qcode {
    width: 150px;
    position: absolute;
    right: 90px;
    bottom: 0px;
    display: none;
}

/*С��768������*/
@media (max-width: 768px) {

    .header-active .navbar-coll {
        -webkit-transform: translate3d(0, -50%, 0) !important;
        transform: translate3d(0, -50%, 0) !important;
    }
    .navbar-menu {
        padding-top: 48px;;
    }

    .navbar-coll a {
        display: block;
        float: none;
        font-size: 16px;
        color: #333;
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
        width: 200px;
    }

    .navbar-toggle .icon-caidan,
    .navbar-toggle .icon-guanbi {
        color: #ffffff;
        font-size: 30px;
    }

    .hidden-xs {
        display: none !important;;
    }
    .navbar {
        position: relative;
        z-index: 9999;
        width: 100%;
    }

    .navbar-logo {
        padding-top: 0;
        width: 50%;
    }

    .navbar-logo img {
        margin-top: 15px;    width: 90%;height: auto;
    }
    .home2-main img{
        width: 50%;
    }
    .navbar-toggle {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 26px;
        line-height: 30px;
        padding: 0;
        margin: 0;
        border: none;
    }

    .enter-active {
        -webkit-animation: van-fade-in .3s ease-out both;
        animation: van-fade-in .3s ease-out both
    }

    .leave-active {
        -webkit-animation: van-fade-out .3s ease-in both;
        animation: van-fade-out .3s ease-in both
    }


    .navbar-coll {
        margin-left: 0px;
        padding-bottom: 50px;
        position: fixed;
        max-height: 100%;
        overflow-y: auto;
        background-color: #fff;
        -webkit-overflow-scrolling: touch;
        top: 50%;
        right: 0;
        transition: all .3s;
        transition: all .3s, -webkit-transform .3s;
        -webkit-transform: translate3d(100%, -50%, 0) !important;
        transform: translate3d(100%, -50%, 0) !important;
        height: 100%;
        width: 35%;
    }
    .navbar-coll .nav-item{
        height: 45px;
    }

    .navbar {
        position: relative;
        z-index: 9999;
        width: 100%;
    }

    .navbar-logo {
        padding-top: 0;
        width: 50%;
    }

    .navbar-logo img {
        margin-top: 15px;
    }

    .icon-caidan:before, .icon-guanbi:before {
        color: #882928;
    }

    .navbar-toggle {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 26px;
        line-height: 30px;
        padding: 0;
        margin: 0;
        border: none;
    }

    .navbar-toggle .icon-caidan,
    .navbar-toggle .icon-guanbi {
        color: #ffffff;
        font-size: 30px;
    }

    .navbar-coll .navbar-menu .reg-a {
        background-color: #882928;
    }

    .header-active .navbar-coll {
        -webkit-transform: translate3d(0, -50%, 0) !important;
        transform: translate3d(0, -50%, 0) !important;
    }

    .navbar-menu {
        padding-top: 48px;;
    }

    .navbar-toggle .icon-caidan,
    .navbar-toggle .icon-guanbi {
        color: #ffffff;
        font-size: 30px;
    }

    .right-fix {
        padding-right: 10px;
    }


    .right-fix .zcbm, .right-fix .codebtn {
        display: none !important;
    }

    .right-fix .lxwm {
        background-color: #882928;
        width: 22px;
        height: 80px;
        border-radius: 10px;
        text-align: center;
    }

    .right-fix .lxwm a {
        font-size: 12px;
        line-height: 14px;
        width: 22px;
    }

    footer {

        padding-bottom: 80px;
    }
    footer h3::before{
        top: 15px;
        left: 86px;
    }
    footer h3 {
        font-size: 20px;
        font-weight: 800;
        line-height: 40px;
    }

    footer p {
        font-size: 14px;
    }

    footer .code {
        width: 140px;
        margin-top: 30px;
        text-align: left;
    }

    footer .code img {
        width: 100%;
    }

    footer .code p {
        width: auto;
        padding: 0;
        float: none;
    }

    footer .contact span {
        font-size: 16px;
    }

    footer .contact em {
        font-size: 12px;
        line-height: 16px;
    }

    footer .contact li {
        margin-bottom: 10px;
    }


}

@media (min-width: 992px) {
    .navbar-coll a {
        padding: 0px 14px;
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .right-fix img {
        width: 25px;
    }
}

@media (min-width: 1400px) {
    .navbar-coll a {
        font-size: 18px;
    }

    .right-fix img {
        width: 30px;
    }
}
