html,
body {
    font: normal 14px/24px "microsoft yahei", "微软雅黑", Arial;
    color: #555555;
    background-color: #fff;
    height: 100%;
}

html {
    font-size: 62.5%;
    /* 10÷16=62.5% */
}

body,
p,
ul,
li,
ol {
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style: none;
}

a,
a:active,
a:hover,
a:link,
a:visited,
a:focus {
    text-decoration: none;
    color: #333;
}

a,
button,
input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

input {
    outline: none;
}


@media only screen and (min-width: 481px) {
    html {
        font-size: 94%!important;
        /* 15.04÷16=94% */
    }
}

@media only screen and (min-width: 561px) {
    html {
        font-size: 109%!important;
        /* 17.44÷16=109% */
    }
}

@media only screen and (min-width: 641px) {
    html {
        font-size: 125%!important;
        /* 20÷16=125% */
    }
}

.container {
    justify-content: flex-start;
    align-items: center;
}

@media (min-width: 1200px) {
    .container {
        width: 1300px;
        max-width: 3000px;
    }
}
/* @media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 3000px;
} */

@media (max-width: 1199px) {
    .container {
        justify-content: space-between;
        align-items: center;
    }
}

.flex {
    display: flex;
}


/* footer CSS
-------------------------------------------------- */

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #393737;
    color: #fff;
}

.footer-center {
    justify-content: flex-start;
    align-items: center;
}

@media(max-width:992px) {
    .footer-center {
        margin-bottom: 10px;
    }
}

.footer .footer-top {
    width: 100%;
    height: 100%;
    padding: 40px 0;
    border-bottom: 1px solid #5F6161;
}

@media(max-width: 767px) {}

.footer-top .footer-item-box {
    height: auto;
}

.footer-item-box>li>span,
.footer-item-box>li>a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.footer-item-box>li:first-child>a,
.footer-item-box>li:first-child>span {
    font-size: 22px;
    margin-bottom: 20px;
}

.footer-top .footer-qr-box {
    justify-content: center;
    align-items: center;
}

.footer-qr-box .qr-image {
    margin-right: 10px;
}

.footer-qr-box .qr-image>img {
    width: 80px;
    height: 80px;
}

.footer-qr-box .qr-dateil>p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}

@media(max-width: 767px) {}

.footer .footer-bottom {
    width: 100%;
    height: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #5F6161;
}

.footer-bottom .footer-share {
    width: 100%;
    height: auto;
    justify-content: flex-end;
    align-items: center;
}

@media(max-width:575px) {
    .footer-bottom .footer-share {
        justify-content: flex-start;
        margin-top: 10px;
    }
}

.footer-bottom .footer-info {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
}

.footer-share>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
    margin-right: 20px;
}

.footer-share>img {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 20px;
}

@media(max-width:1199px) {
    .footer-item-box>li>span,
    .footer-item-box>li>a {
        font-size: 14px;
    }
    .footer-item-box>li:first-child>a,
    .footer-item-box>li:first-child>span {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .footer-qr-box .qr-dateil>p {
        font-size: 14px;
    }
}


/* sj-nav CSS
-------------------------------------------------- */

.sj-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.sj-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.sj-nav>ul {
    width: 50%;
    height: 100%;
    background-color: #f4f4f4;
    float: right;
    margin-right: -100%;
    padding-top: 20px;
}

.sj-nav>div.sj-mask {
    width: 50%;
    height: 100%;
    float: left;
}

.sj-nav>ul>li>a {
    display: block;
    line-height: 40px;
    text-indent: 20px;
    padding-right: 40px;
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #c6b2b2;
    text-align: center;
}

.sj-nav>ul>li>a.toggle-nav {
    color: #333333;
    background: url(../images/nav-right.png) right 20px center no-repeat;
}

.sj-nav>ul>li>a.down-nav {
    background: url(../images/nav-bottom.png) right 20px center no-repeat;
}

.sj-nav>ul>li>a.active {
    color: #333333;
}

.sj-nav02 {
    display: none;
}

.sj-nav02>li>a {
    display: block;
    line-height: 40px;
    text-indent: 30px;
    padding-right: 50px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #c6b2b2;
    text-align: center;
    background-color: #e6e6e6;
}

.sj-nav02>li>a.toggle-nav,
.sj-nav03>li>a.toggle-nav {
    background: url(../images/nav-right.png) right 20px center no-repeat;
}

.sj-nav02>li>a.down-nav,
.sj-nav03>li>a.down-nav {
    background: url(../images/nav-bottom.png) right 20px center no-repeat;
}

.sj-nav03,
.sj-nav04 {
    display: none;
}

.sj-nav03>li>a,
.sj-nav04>li>a {
    display: block;
    line-height: 40px;
    text-indent: 40px;
    padding-right: 50px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc-pusher {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /*IE6不识别min-height*/
}

.pc-content {
    padding-bottom: 234px;
    /* padding-bottom: 0px; */
    /*等于footer的高度*/
}

@media(min-width: 0px) {
    .pc-content {
        padding-bottom: 482px;
        /*手机端去掉footer高度*/
    }
}

@media(min-width: 297px) {
    .pc-content {
        padding-bottom: 466px;
        /*手机端去掉footer高度*/
    }
}

@media(min-width: 576px) {
    .pc-content {
        padding-bottom: 436px;
        /*手机端去掉footer高度*/
    }
}

@media(min-width: 768px) {
    .pc-content {
        padding-bottom: 346px;
        /*手机端去掉footer高度*/
    }
}

@media(min-width: 992px) {
    .pc-content {
        padding-bottom: 282px;
        /*手机端去掉footer高度*/
    }
}

@media(min-width: 1200px) {
    .pc-content {
        padding-bottom: 234px;
        /*手机端去掉footer高度*/
    }
}


/* sj-btn CSS
-------------------------------------------------- */

.sj-btn {
    display: none;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.sj-btn .btn-logo {
    flex-shrink: 0;
}

.sj-btn .btn-logo img {
   height: 47px;
    width: 180px;
}

.sj-btn .btn-nav {
    float: right;
    cursor: pointer;
}

.sj-btn .btn-nav img {
    position: relative;
}

@media (max-width: 1199px) {
    .nav-wrap .nav {
        display: none;
    }
    .sj-btn {
        display: flex;
    }
}


/* navbar CSS
-------------------------------------------------- */

.nav-wrap {
    width: 100%;
    height: 80px;
    /* background: #211f1f; */
    /* background-color: #1A1C1D; */
    position: relative;
    z-index: 99;
    top: 0;
    left: 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
}

@media(max-width:1199px) {
    .nav-wrap {
        height: 50px;
        line-height: 50px;
    }
}

.nav-logo {
    float: left;
    margin-right: 60px;
    /* margin-top: 22px;
    margin-right: 200px; */
}

.nav-logo img {
    height: 60px;
    width: 224px;
}

@media(max-width:1199px) {
    .nav-logo {
        display: none;
    }
}

.nav-wrap .nav-call {
    flex-shrink: 0;
}

@media(max-width:1199px) {
    .nav-wrap .nav-call {
        display: none;
    }
}

.nav-call>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(255, 255, 255, 1);
}

.nav-wrap .nav-qr {
    flex-shrink: 0;
}

@media(max-width:1480px) {
    .nav-wrap .nav-call {
        display: none;
    }
    .nav-wrap .nav-qr {
        display: none;
    }
}

.nav-qr img {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
}

.nav-qr>p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: rgba(255, 255, 255, 1);
}

@media(max-width:1199px) {
    .nav-wrap .nav-qr {
        display: none;
    }
}

.nav>ul {
    justify-content: flex-start;
    align-items: center;
}

.nav>ul>li {
    margin-right: 30px;
    float: left; 
     /* margin-top: 20px; */
}

.nav>ul>li>a {
    display: block;
    font-size: 18.5px;
    font-weight: 400;
    line-height: 24px;
    font-weight: bold;
    color:#333;
    
}
/* .nav>ul>li>a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(255, 255, 255, .5);
   
}  */

/* .nav>ul>li>a.nav01-on,
.nav>ul>li>a.nav-active,
.nav>ul>li>a:hover {
    color: #FFFFFF;
    color: #ffd307; 
    border-top: 3px solid #ffd307;
} */

.nav>ul>li>a.nav01-on,
.nav>ul>li>a.nav-active,
.nav>ul>li>a:hover {
    /* color: #FFFFFF; */
    color:#ffb500;
    /* color: #ffd307; */
    /* border-top: 3px solid #ffd307; */
}

.nav>ul>li {
    position: relative;
    z-index: 999;
}

.nav>ul>li:last-child>a {
    background-image: url(../images/qq.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

.nav02 {
    position: absolute;
    left: 0;
    top: 58px;
    /* display: none; */
    padding: 0;
    box-shadow: 0px 1px 3px rgba(21, 21, 21, 0.15);
    background-color: #1A1C1D;
}

.nav02::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent #1A1C1D;
    position: absolute;
    top: -5px;
    left: 40px;
    margin-left: -5px;
}

.nav02>li>a {
    display: block;
    /* color: #F9FBFC; */
    color: rgba(249, 251, 252, .5);
    width: 80px;
    line-height: 40px;
    /* padding-right: 10px; */
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
    text-align: center;
    /* background: url(../images/menu-right.png) right center no-repeat; */
}

.nav02>li>a.nav02-on,
.nav02>li>a:hover {
    color: #fff;
    /* color: #9e0107; */
    /* text-indent: 10px; */
    /* background: url(../images/menu-right-b.png) right center no-repeat; */
}

.nav03,
.nav04 {
    position: absolute;
    left: 230px;
    top: 0;
    display: none;
    padding: 50px 30px 30px 30px;
    box-shadow: 0px 1px 3px rgba(21, 21, 21, 0.15);
    background: rgba(255, 255, 255, 0.95);
    background: #fff;
}

.nav03>li>a,
.nav04>li>a {
    display: block;
    color: #444444;
    width: 170px;
    line-height: 36px;
    background: url(../images/menu-right.png) right center no-repeat;
    padding-right: 10px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}

.nav03>li>a:hover,
.nav04>li>a:hover {
    color: #9e0107;
    text-indent: 10px;
    background: url(../images/menu-right-b.png) right center no-repeat;
}


/*  */

.on-line {
    position: fixed;
    right: 10px;
    top: 13%;
    z-index: 999;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.on-line .line-image {
    width: 160px;
    height: 160px;
    margin-bottom: 1px;
}

.line-image>img {
    width: 100%;
    height: 100%;
    display: block;
}

.on-line .line-conetn {
    width: 120px;
}

.line-conetn>li {
    width: 100%;
    height: 36px;
    background: #4FAEF9;
    border-radius: 18px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.line-conetn>li>img {
    width: 16px;
    height: 16px;
    margin-right: 7px;
}

.line-conetn>li>span {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #FFFFFF;
}

.line-conetn>li>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    color: #FFFFFF;
}

.on-line .line-qr {
    width: 120px;
    height: 120px;
}

.line-qr>img {
    width: 100%;
    height: 100%;
    display: block;
}


/*  */

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

[v-cloak] {
    display: none;
}