body{
    overflow-x: hidden;
}
/* 全局公共样式 导航、底部、客服固定定位 */

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    user-select: none;
}

a:hover {
    text-decoration: none;
}

.content-warp {
    width: 1200px;
    margin: 0 auto;
    max-width: 96%;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}


/* 固定定位 */

.kefu {
    position: fixed;
    z-index: 1000000;
    width: 48px;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.kefu .code {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    margin-bottom: 10px;
    background: #F7F8FA;
    position: relative;
    cursor: pointer;
}

.kefu .code .icon {
    font-size: 28px;
}

.kefu .code:hover {
    color: #043B80;
}

.kefu .code:hover .erweimaBox {
    width: 160px;
    left: -180px;
}

.kefu .code .erweimaBox {
    position: absolute;
    left: -20px;
    top: -60px;
    width: 0;
    height: 180px;
    border-radius: 8px;
    box-shadow: 0 0 2px #929499;
    overflow: hidden;
    transition: 0.5s;
    background-color: #FFFFFF;
}
.kefu .code .erweimaBox .erweima{
    width: 120px;
    height: 120px;
    margin: 20px 20px 0;
}
.kefu .code .erweimaBox p{
    text-align: center;
    margin: 0;
    height: 30px;
    line-height: 30px;
    color: #666666;
}

.kefu .text {
    color: #043B80;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 10px 0px 10px;
    text-align: center;
    border-radius: 48px;
    background: #F7F8FA;
    cursor: pointer;
    position: relative;
}

.kefu .text:hover .erweimaBox {
    width: 160px;
    left: -180px;
}

.kefu .text .erweimaBox {
    position: absolute;
    left: -20px;
    top: -60px;
    width: 0;
    height: 180px;
    border-radius: 8px;
    box-shadow: 0 0 2px #929499;
    overflow: hidden;
    transition: 0.5s;
    background-color: #FFFFFF;
}
.kefu .text .erweimaBox .erweima{
    width: 120px;
    height: 120px;
    margin: 20px 20px 0;
}
.kefu .text .erweimaBox p{
    text-align: center;
    margin: 0;
    height: 30px;
    line-height: 30px;
    color: #666666;
}

.kefu .top {
    background: #F7F8FA;
    color: #c1c1c1;
    transform: rotate(270deg);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.5s;
}

.kefu .top:hover {
    color: #043B80;
}


/*导航修饰修饰*/

.nav {
    height: 70px;
    background: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 1040;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}
.header-home{
    position: fixed;
    width: 100%;
}

.navbar-1 {
    height: 70px;
    width: 1200px;
    max-width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav .navbar-1 .nav-logo {
    width: 200px;
    height: 70px;
    line-height: 70px;
}

.nav .navbar-1 .nav-logo img {
    width: 101px;
    height: 26px;
}

.nav .navbar-1 .menu-wap {
    display: none;
}

.nav .navbar-1 .menu {
    height: 70px;
    line-height: 70px;
    flex: 1;
    /*background: #FFFFFF;*/
}

.nav .navbar-1 .menu ul {
    display: flex;
    justify-content: flex-end;
}

.nav .navbar-1 .menu ul li {
    text-align: center;
    cursor: pointer;
    margin-left: 80px;
    position: relative;
    display: flex;
    align-items: center;
}

.nav .navbar-1 .menu ul li .arrow{
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/index/arrow-menu.png") no-repeat center;
    transform: rotate(-90deg);
    margin-left: 4px;
}

.nav .navbar-1 .menu ul li a {
    font-size: 16px;
    color: #666666;
    display: inline-block;
    transition: 0.5;
    position: relative;
    z-index: 2;
}

.nav .navbar-1 .menu ul li span {
    color: #666666;
    transition: 0.5s;
    display: inline-block;
    width: 10px;
    text-align: center;
}

.nav .navbar-1 .menu ul li:hover .arrow {
    transform: rotate(0deg);
}

.nav .navbar-1 .menu ul li:hover a {
    color: #2A68FB;
    text-decoration: none;
}

.nav .navbar-1 .menu ul li a:hover,
.nav .navbar-1 .menu-wap ul li a:hover {
    text-decoration: none;
}

.nav .navbar-1 .menu ul li .menu-child {
    position: absolute;
    text-align: center;
    top: 0px;
    left: -50px;
    width: 182px;
    z-index: -1;
    transition: 0.4s;
    opacity: 0;
    height: 0px;
    line-height: 0px;
    background-color: #FFFFFF;
}

.nav .navbar-1 .menu ul li .menu-child a {
    font-size: 14px;
    color: #666666;
    display: inline-block;
}

.nav .navbar-1 .menu ul li:hover .menu-child {
    top: 70px;
    opacity: 1;
    height: 48px;
    line-height: 48px;
    transform: rotateY(0deg);
}

.nav .navbar-1 .menu ul li:hover .menu-child a {
    height: 48px;
    line-height: 48px;
}

.nav .navbar-1 .menu ul li .menu-child .child {
    background-color: #FFFFFF;
    padding: 0px 16px 0px;
    display: flex;
}

.nav .navbar-1 .menu ul li .menu-child .child:hover {
    background-color: #F5F5F5;
    text-indent: 5px;
}

.nav .navbar-1 .menu ul li .menu-child .flex1 {
    flex: 1;
    text-align: left;
}

.nav .navbar-1 .menu ul li .menu-child .flex1 a {
    display: block;
}

.nav .navbar-1 .menu ul li .menu-child .rightIcon {
    transition: 0.5s;
    opacity: 0;
}

.nav .navbar-1 .menu ul li .menu-child .child:hover .rightIcon {
    opacity: 1;
}

.navactive {
    color: #2A68FB !important;
}


/* 手机端按钮 */

.btn-menu {
    display: none;
}

.btn-menu .line {
    width: 0.4rem;
    height: 0.04rem;
    border-radius: 0.02rem;
    background-color: #333333;
    display: block;
    margin: 0.08rem auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-menu:hover {
    cursor: pointer;
}

.btn-menu.is-active .line:nth-child(2) {
    opacity: 0;
}

.btn-menu.is-active .line:nth-child(1) {
    -webkit-transform: translateY(0.12rem) rotate(45deg);
    -ms-transform: translateY(0.12rem) rotate(45deg);
    -o-transform: translateY(0.12rem) rotate(45deg);
    transform: translateY(0.12rem) rotate(45deg);
}

.btn-menu.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-0.12rem) rotate(-45deg);
    -ms-transform: translateY(-0.12rem) rotate(-45deg);
    -o-transform: translateY(-0.12rem) rotate(-45deg);
    transform: translateY(-0.12rem) rotate(-45deg);
}


/* 底部黑条修饰 */

.footer {
    height: 452px;
}

.footer .footer-router {
    height: 392px;
    background: #252932;
}

.footer .footer-router .footer-router-box {
    width: 1200px;
    height: 100%;
    margin: auto;
    display: flex;
    color: #FFFFFF;
    max-width: 100%;
}

.footer .footer-router .footer-router-box .menu {
    width: 220px;
    padding: 40px 0px;
}

.footer .footer-router .footer-router-box .router a {
    cursor: pointer;
    transition: 0.5s;
    display: block;
    color: #929499;
    margin-bottom: 24px;
}

.footer .footer-router .footer-router-box .router a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.footer .footer-router .footer-router-box .menu:nth-child(3) {
    width: 400px;
    padding: 40px 0px;
}

.footer .footer-router .footer-router-box .menu h4 {
    margin-bottom: 40px;
}

.footer .footer-router .footer-router-box .menu-top span {
    display: none;
}

.footer .footer-router .footer-router-box .menu p {
    color: #929499;
    margin-bottom: 24px;
}

.footer .footer-router .footer-router-box .codeImg {
    flex: 1;
    padding-top: 80px;
    display: flex;
    justify-content: flex-end;
}
.footer .footer-router .footer-router-box .codeImg .codeBox{
    margin-left: 40px;
}
.footer .footer-router .footer-router-box .codeImg .codeBox div {
    border: 2px double #929499;
    width: 137px;
    height: 137px;
    border-radius: 8px;
    overflow: hidden;
}
.footer .footer-router .footer-router-box .codeImg .codeBox p{
    margin-top: 24px;
    text-align: center;
    color: #FFFFFF;
}

.footer .footer-text {
    height: 60px;
    background: #1E2129;
}

.footer .footer-text .footer-text-box {
    width: 1200px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #929499;
    max-width: 100%;
}

.footer .footer-text .footer-text-box a {
    color: #929499;
}

.footer .footer-text .footer-text-box a:hover {
    color: #fff;
    text-decoration: none;
}


/* 分页 */

.page {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 40px;
}

.page a,
.page span {
    width: 31px;
    height: 31px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin: 0 5px;
    display: inline-block;
    line-height: 31px;
    text-align: center;
    font-size: 14px;
    color: #333;
    border-radius: 4px;
}

.page a:hover,
.page a.active,
.page span.active {
    background-color: #2A68FB;
    color: #fff;
    border-color: #2A68FB;
    text-decoration: none;
}

.page .prev::after,
.page .next::after {
    display: block;
    font-family: "iconfont";
    font-size: 16px;
}

.page .prev::after {
    content: "\eb15";
}

.page .next::after {
    content: "\eb16";
}

.page .jump-ipt {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.page .jump-btn {
    display: none;
}

.page i {
    margin: 0 5px;
    font-style: normal;
}

.page i.marL {
    margin-left: 40px;
}

.modal-qrcode .modal-dialog{
    width: 400px;
}
.modal-qrcode .modal-dialog .modal-content{
    padding: 50px;
    text-align: center;
}
.modal-qrcode .modal-dialog .modal-content .qrcode img{
    width: 200px;
    height: 200px;
}
.modal-qrcode .modal-dialog .modal-content p{
    margin:50px 0 0;
    font-size: 16px;
}

@media screen and (min-width: 751px) {
    .nav .navbar-1 .menu-wap {
        display: none !important;
    }
    .footer .footer-router .footer-router-box .menu .menu-list {
        display: block !important;
    }
    .footer .footer-router .footer-router-box .menu .menu-list p {
        white-space: nowrap;
    }
}

@media screen and (max-width: 1200px) {
    .header.nav {
        padding: 0 32px;
    }
    .nav .navbar-1 .menu ul{
        justify-content: space-between;
    }
    .nav .navbar-1 .menu ul li{
        margin-left: 0;
    }
}

@media screen and (max-width: 750px) {
    .content-warp {
        width: auto;
        padding: 0 0.3rem;
        max-width: 100%;
    }
    /*头部*/
    .btn-menu {
        display: block;
    }
    .header.nav {
        height: auto;
        padding: 0 0.3rem;
        position: sticky;
    }
    .nav .navbar-1 {
        height: auto;
        padding: 0.3rem 0;
    }
    .nav .navbar-1 .nav-logo {
        width: auto;
        height: auto;
        line-height: 0;
    }
    .nav .navbar-1 .nav-logo img {
        width: 1.8rem;
        height: 0.4rem;
    }
    .nav .navbar-1 .menu {
        display: none;
    }
    .nav .navbar-1 .menu-wap {
        height: auto;
        position: absolute;
        top: 1rem;
        width: 100%;
        left: 0;
        display: none;
    }
    .nav .navbar-1 .menu-wap ul {
        flex-direction: column;
        padding: 0 0.6rem 0.2rem;
        background-color: #fff;
    }
    .nav .navbar-1 .menu-wap ul li {
        width: 100%;
        margin-left: 0;
        text-align: left;
        line-height: 0.38rem;
        position: relative;
        border-top: 2px solid #F5F5F5;
    }
    .nav .navbar-1 .menu-wap ul li:first-child {
        border-top: 0px;
    }
    .nav .navbar-1 .menu-wap ul li a {
        font-size: 0.32rem;
        display: block;
        padding: 0.4rem 0;
        color: #333;
    }
    .nav .navbar-1 .menu-wap ul li span {
        width: 0.26rem;
        position: absolute;
        right: 0.07rem;
        top: 0.4rem;
        transform: rotate(90deg);
    }
    .nav .navbar-1 .menu-wap ul li.is-on span {
        transform: rotate(-90deg);
    }
    .nav .navbar-1 .menu-wap ul li span .icon {
        font-size: 0.26rem;
    }
    .nav .navbar-1 .menu-wap ul li .menu-child {
        display: none;
    }
    .nav .navbar-1 .menu-wap ul li.is-on .menu-child {
        display: block;
        border-top: 2px solid #F5F5F5;
        padding: 0.2rem 0;
    }
    .nav .navbar-1 .menu-wap ul li .menu-child .child {
        padding: 0.16rem 0;
    }
    .nav .navbar-1 .menu-wap ul li .menu-child a {
        font-size: 0.24rem;
        line-height: 0.28rem;
        padding: 0;
        color: #999999;
    }
    /*尾部*/
    .footer {
        height: auto;
    }
    .footer .footer-router {
        height: auto;
        padding: 0 0.6rem;
    }
    .footer .footer-router .footer-router-box {
        display: block;
    }
    .footer .footer-router .footer-router-box .menu,
    .footer .footer-router .footer-router-box .menu:nth-child(3) {
        width: auto;
        padding: 0;
    }
    .footer .footer-router .footer-router-box .menu-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.4rem 0;
        border-bottom: 2px solid #30343C;
    }
    .footer .footer-router .footer-router-box .menu-top h4 {
        font-size: 0.32rem;
        line-height: 0.45rem;
        color: #FFFFFF;
        margin: 0;
    }
    .footer .footer-router .footer-router-box .menu-top span {
        display: block;
        font-size: 0.3rem;
        transform: rotate(90deg);
    }
    .footer .footer-router .footer-router-box .menu.is-on span {
        transform: rotate(-90deg);
    }
    .footer .footer-router .footer-router-box .menu .menu-list {
        padding: 0.08rem 0;
        border-bottom: 2px solid #30343C;
        display: none;
    }
    .footer .footer-router .footer-router-box .router a,
    .footer .footer-router .footer-router-box .menu p {
        font-size: 0.24rem;
        line-height: 0.34rem;
        color: #929499;
        margin: 0.25rem 0;
    }
    .footer .footer-router .footer-router-box .codeImg {
        padding: 0.45rem 0;
        justify-content: left;
    }
    .footer .footer-router .footer-router-box .codeImg .codeBox{
        margin: 0 0.3rem 0 0;
    }
    .footer .footer-router .footer-router-box .codeImg .codeBox div {
        width: 1.43rem;
        height: 1.43rem;
    }
    .footer .footer-router .footer-router-box .codeImg .codeBox p{
        margin-top: .1rem;
        font-size: .24rem;
    }
    .footer .footer-text {
        padding: 0.2rem 0rem;
        font-size: 0.24rem;
        line-height: 0.34rem;
        height: auto;
    }
    .footer .footer-text .footer-text-box {
        flex-direction: column;
        align-items: center;
    }
    /**浮动**/
    .kefu {
        width: auto;
    }
    .kefu .code {
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 50%;
        text-align: center;
        line-height: 0.7rem;
        margin-bottom: 0.1rem;
        background: #F7F8FA;
        position: relative;
        cursor: pointer;
    }
    .kefu .code .icon {
        font-size: 0.38rem;
    }
    .kefu .top {
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 50%;
        text-align: center;
        line-height: 0.67rem;
        margin-bottom: 0.1rem;
        background: #F7F8FA;
        position: relative;
        cursor: pointer;
    }
    .kefu .top .icon {
        font-size: 0.20rem;
    }
    .kefu .code:hover .erweimaBox {
        width: 120px;
        left: -120px;
    }
    .kefu .code .erweimaBox {
        position: absolute;
        left: -20px;
        top: -60px;
        width: 0;
        height: 140px;
        border-radius: 8px;
        overflow: hidden;
        transition: 0.5s;
        box-shadow: 0 0 2px #929499;
    }
    .kefu .code .erweimaBox .erweima{
        width: 100px;
        height: 100px;
        margin: 10px 10px 0;
    }
    .kefu .text .erweimaBox p{
        text-align: center;
        margin: 0;
        height: 20px;
        line-height: 20px;
        color: #666666;
        font-size: 0.2rem;
    }
    .modal-qrcode .modal-dialog{
        width: 4rem;
        margin: 0 auto;
    }
    .modal-qrcode .modal-dialog .modal-content{
        padding: .5rem;
        text-align: center;
    }
    .modal-qrcode .modal-dialog .modal-content .qrcode img{
        width: 2rem;
        height: 2rem;
    }
    .modal-qrcode .modal-dialog .modal-content p{
        margin:.5rem 0 0;
        font-size: 0.2rem;
    }
    /* 分页 */
    .page {
        margin-top: .8rem;
    }
    .page a,
    .page span {
        width: .62rem;
        height: .62rem;
        border: .02rem solid rgba(0, 0, 0, 0.15);
        margin: 0 .05rem;
        line-height: .62rem;
        font-size: .28rem;
        border-radius: .08rem;
    }
    .page .prev::after,
    .page .next::after {
        font-size: .32rem;
    }
    .page .jump-ipt {
        display: none;
    }
    .page .jump-btn {
        display: none;
    }
    .page i {
        display: none;
    }
}
