


/*------------------footer_box---------------------*/
.w {
    max-width: 1400px;
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
}


/*-------------------移动端底部-------------------*/
.fixed-bottom, .fixed-list {
    display: none;
}

@media (max-width: 840px) {
    .fixed-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        height: 48px;
        display: flex;
        justify-content: space-around;
        background: #4484fd;
    }

    .fixed-bottom > li {
        flex: 1;
    }

    .fixed-bottom > li > a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .fixed-img {
        width: 20px;
    }

    .fixed-icon {
        color: #ffffff;
        margin-top: 2px;
    }

    .fixed-text {
        color: #ffffff;
        font-size: 14px;
    }

    .fixed-text2 {
        margin-top: 3px;
    }

    .fixed-chanpin {

    }

    .fixed-list {
        display: none;
        position: fixed;
        bottom: 50px;
        right: 2px;
        width: 146px;
        z-index: 2147483648;
        background: #ffffff;
        border-radius: 4px;
        box-shadow: 0 2px 4px 1px rgba(204, 230, 255, .6);
        text-align: center;
    }

    .fixed-item {
        padding: 0 12px;
        height: 38px;
        line-height: 38px;
        border-bottom: 1px solid #cecece;
    }

    .fixed-item > a {
        font-size: 14px;
    }
}

/*--------------------------分页----------------------*/
.pagination-wrapper {
    margin: 20px 0;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    text-align: center;
}

.pagination li {
    margin-right: 7px;
    list-style: none;
}

.pagination li a {
    /*float: left;*/
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 16px;
    border: 1px solid #dddddd;
    color: #555555;
    text-decoration: none;
}

.pagination li a:hover {
    background: #f5f5f5;
    color: #167ade;
}

.pagination li.thisclass {
    background: #167ade;
    color: #fff;
    padding: 0 12px;
    /*border: 1px solid #167ade;*/
    line-height: 32px;
}

.pagination li.thisclass a, .pagination li.thisclass a:hover {
    background: transparent;
    border-color: #167ade;
    color: #fff;
    cursor: default;
}

@media (max-width: 840px) {
    .pagination li {
        font-size: 14px;
    }

    .pagination li a {
        font-size: 14px;
    }
}



/*-----------------title_box---------------------*/

.head {width: 100%;height: 86px;background: #ffffff;}

.head-con {max-width: 1400px;width: 1400px;margin: 0 auto;height: 100%;}

.m-head-con {display: none;}

.head-logo {float: left;width: 190px;height: 100%;padding-top: 15px;text-align: center}

.head-logo img {width: 90%;}
.head-right{float: left;width: 66%;height: 100%;padding-left: 3%}
.head-hotline{padding-top:12px;text-align: right}
.head-hotline span{color: #DA0023;text-align: right;font-size: 14px;padding-right: 4px}
.head-hotline a{color: #DA0023;text-align: right;font-size: 24px}
.head-lis {width: 100%;height: 100%;line-height: 86px}

.head-lis > li {float: left;width: 14.285%;height: auto;position: relative;}

.head-lis > li > a {display: block;width: 100%;height: 100%;text-align: center;color: #333;font-size: 16px;overflow: hidden;position: relative;}



/*.head-lis > li:before {content: '';position: absolute;
    right: 0;top: 33px;width: 1px;height: 18px;background: #E4E4E4;opacity: 0.3;}*/

.head-lis > .head-li-en:before {display: none}

.downpanel {display: none;width: 120%;height: auto;position: absolute;left: -10%;top: 88px;z-index: 999;}

.m-downpanel {display: none;}

.downpanel > li {width: 100%;height: 50px;background: #ffffff;position: relative;border-top: 1px solid #E6E6E6;}

.downpanel a {color: #fff;}

.downpanel li a {display: block;width: 100%;height: 50px;line-height: 50px;text-align: center;color: #666666;font-size: 16px;
    overflow: hidden;position: relative;}

.head-tel {float: right}

.head-tel-icon {display: inline-block;margin-top: 16px;width: 60px;height: 60px;background: #DA0023;border-radius: 50%;text-align: center;line-height: 58px}

.head-tel .iconfont {color: #ffffff;font-size: 26px;}

.head-tel a {color: #DA0023;font-size: 24px}

@media (min-width: 840px) {
    .head-lis > .head-lis-active> a{color: #4167C8;}
    .head-lis > li:after{content: ' ';
        position: absolute;
        z-index: 2;
        bottom: 3px;
        left: 50%;
        display: block;
        width: 0;
        height: 2px;
        background: #4167C8;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        -webkit-transition: width .5s;
        -o-transition: width .5s;
        transition: width .5s;}
    .head-lis>.head-lis-active:after{width: 100%}
    .head-lis>li:hover>a{color: #4167C8;}
    .head-lis > li:hover:after{width: 100%}
    .down:hover .downpanel {display: block;}
    .downpanel li:hover {background: #CCE6FF;}
}
@media (max-width: 840px) {
    .title_box ,.head-hotline{display: none;}

    .head {position: fixed;top: 0;left: 0;z-index: 99;height: 50px;background: #FFffff;box-shadow: 0 2px 2px rgba(0,0,0,0.2);}

    .head-con {padding: 0;width: 100%;height: 50px;margin: 0 auto;}

    .head-tel, .head-logo {display: none}

    .m-head-con {display: block;width: 100%;height: 100%;overflow: hidden;padding-right: 60px;padding-left: 14px}

    .m-logo {float: left;width: 120px;margin-top: 8px}

    .m-head-call {float: right;color: #ee7700;font-size: 16px;line-height: 50px}
    .m-head-call i{padding-right: 6px}

    .m-head-call a {color: #ee7700;font-size: 16px}


    .head-logo {
        width: 18em;
        height: 4em;
        margin-top: 10px;
        margin-left: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translate(-50%);
    }
    .head-lis {display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 220px;
        height: 100vh;
        background-color: #167ADE;
        padding: 40px 0 50px;
        margin: 0 -10px;
        float: none;
        overflow: auto;}

    .head-lis li {float: none;border-bottom: none;}

    .head-lis li a {
        display: block;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 16px;
        text-align: left;
        -webkit-transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        -o-transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        padding: 0 5px;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        margin: 0 15px;
    }

    .head-lis-active {
        background: none;
    }

    /*导航遮罩*/
    .mask-layer {
        opacity: 0;
        display: block;
        background: rgba(0, 0, 0, 0.75);
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 99;
        -webkit-animation-name: fade-in;
        animation-name: fade-in;
        -webkit-animation-duration: 430ms;
        animation-duration: 430ms;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    /*动画*/
    /*hidden*/
    .head-lis {
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
        -o-transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
        transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
        -webkit-transform: translate(200px, 0);
        -ms-transform: translate(200px, 0);
        -o-transform: translate(200px, 0);
        transform: translate(200px, 0);
    }

    .head-lis li {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(100px, 0);
        -ms-transform: translate(100px, 0);
        -o-transform: translate(100px, 0);
        transform: translate(100px, 0);
        -webkit-transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
        -o-transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
        transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
        transition-delay: .05s;
    }

    .mask-layer {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s, visibility 0.3s;
        -o-transition: opacity 0.3s, visibility 0.3s;
        transition: opacity 0.3s, visibility 0.3s;
    }

    /*show*/
    body.open-nav .head-lis {
        display: block;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    body.open-nav .head-lis li {
        width: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    body.open-nav .mask-layer {
        opacity: 1;
        visibility: visible;
    }

    /*动画*/
    /*tencent*/
    .nav-toggle {
        display: block;
        position: absolute;
        right: 10px;
        top: 0;
        padding: 10px;
        background-image: none;
        border-radius: 4px;
        margin-top: 6px;
        border: 0;
        cursor: pointer;
        z-index: 1001;
    }

    .nav-toggle span {
        display: block;
        width: 20px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #666666;
        border-radius: 3px;
        z-index: 1;
        -webkit-transform-origin: 20px;
        transform-origin: 20px;
        -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    }

    /*利用transform属性来改变横条的旋转角度*/
    .nav-toggle.toggle-animate span:nth-last-child(1) {
        opacity: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /*
     * 隐藏一个横条
     */
    .nav-toggle.toggle-animate span:nth-last-child(2) {
        opacity: 0;
    }

    /*
     * 改变另一个横条的旋转角度
     */
    .nav-toggle.toggle-animate span:nth-last-child(3) {
        opacity: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /*渐显动画*/
    @keyframes fade-in {
        0% {
            opacity: 0;
            -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0, 1);
            animation-timing-function: cubic-bezier(0.3, 0, 0, 1);
        }
        76.92% {
            opacity: 1;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
        }
        100% {
            opacity: 1;
        }
    }
    @-webkit-keyframes fade-in {
        0% {
            opacity: 0;
        }
        76.92% {
            opacity: 1;
        }
        100% {
            opacity: 1;
        }
    }

    .downpanel {
        display: none;
    }

    .m-downpanel {
        display: block;
    }

    .m-downpanel > li.down:hover .downpanel {
        display: none;
    }

    .m-downpanel li.mdrop {
        /*height: 2em;*/
    }

    .m-downpanel li.mdrop a {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        padding-left: 10px;
        opacity: 0.7;
    }
}


/*------------------footer_box---------------------*/

.footer_box {width: 100%;padding-top: 40px;background: #0B1E4D;overflow: hidden}

.footer-left {float: left;color: #FFFFFF;margin-right: 20px;margin-left: 100px}

.footer-left-icon i {font-size: 40px;}

.footer-msg {margin-top: 36px}

.footer-msg li {margin-bottom: 20px}

.footer-msg li div {font-size: 14px;margin-bottom: 10px}

.footer-msg li a {font-size: 16px;color: #ffffff}

.footer-center {float: left;padding-left: 48px;border-left: 1px solid #7B859A}

.footer-center-item {float: left;margin-right: 60px}

.footer-center-h {font-size: 16px;color: #ffffff;margin-bottom: 30px}

.footer-p li {line-height: 1.8}

.footer-p li a {font-size: 14px;color: #838CA0}

.footer-right {float: right;margin-right: 100px;overflow: hidden}

.footer-er {float: left;margin-right: 20px;text-align: center}

.footer-er p {font-size: 14px;color: #838CA0;line-height: 1.75;text-align: center}

.footer-er img {width: 110px}

.footer_box_bott_p {margin: 60px auto 0;padding: 20px 0;line-height: 1.75;text-align: center;font-size: 14px;color: #838B9F;border-top: 1px solid #535353;}

.footer_box_bott_p a {color: #838B9F;}
.copyInfo{display: none}

/*-------------------------返回顶部-------------*/

.fixed-box {position: fixed;right: 40px;bottom: 10%;z-index: 2;width: 80px;height: 80px;border-radius: 50%;background: #167ade;text-align: center;
}

.fixed-bottom, .fixed-list {display: none;}

.fixed-tel-icon {display: flex;flex-direction: column;align-items: center;justify-content: center;width: 100%;height: 100%;}

.fixed-tel-icon img {width: 30px;}
@media (max-width: 1360px){
    .footer-left{margin-left: 0}
    .footer-right{margin-right: 0}
}
@media (max-width: 900px) {
    .fixed-box {position: fixed;right: 14px;bottom: 8%;width: 40px;height: 40px;z-index: 0;}

    .fixed-tel-icon span {display: none;}

    .fixed-tel-icon img {width: 16px;margin-bottom: 0px;}

    .footer_box {padding-top: 0;padding-bottom: 48px}

    .footer-center, .footer-left-icon, .footer-center-h {display: none;}

    .footer-left {width: 100%;text-align: center;margin: 0}

    .footer-right {margin-right: 18px}

    .footer_box_bott_p {margin-top: 20px}

    .footer_box_bott_p > div {display: none}

    .fixed-bottom {position: fixed;bottom: 0;left: 0;z-index: 3;width: 100%;height: 48px;display: flex;justify-content: space-around;
        background:#167ade;border-radius: 16px 16px 0 0;
    }
    .fixed-left{flex: 1;display: flex}
    .fixed-left li{flex: 1;text-align: center}

    .fixed-desc {display: flex;flex-direction: column;align-items: center;justify-content: center;width: 100%;height: 100%;text-align: center;}
    .fixed-text{color: #ffffff;font-size: 12px}
    .wx img{width: 19px;padding-bottom: 4px}
    .fixed-tel{flex: 1;width: 100%;margin-bottom:4px;border: 2px solid #ffffff;border-radius: 40px;
        background:#FA9513;
        background: -webkit-linear-gradient(#FA9513,#FE7501);
        background: -o-linear-gradient(#FA9513, #FE7501);
        background: -moz-linear-gradient(#FA9513, #FE7501);
        background: linear-gradient(#FA9513, #FE7501);}
    .fixed-tel a{display:block;color: #ffffff;line-height: 41px;text-align: center}
    .fixed-tel img{width: 22px}
    .fixed-img {width: 20px;}

    .fixed-icon {color: #ffffff;margin-top: 2px;margin-bottom: 4px}

    .fixed-list {display: none;position: fixed;bottom: 50px;left: 16%;width: 146px;z-index: 2147483648;background: #ffffff;border-radius: 4px;box-shadow: 0 2px 4px 1px rgba(204, 230, 255, .6);
        text-align: center;
    }

    .fixed-item {padding: 0 12px;height: 38px;line-height: 38px;border-bottom: 1px solid #cecece;}

    .fixed-item > a {font-size: 14px;}


    .fixed-rig{flex: 1}


    .copyInfo{display:block;position: fixed; left: 0; right: 0; top: 0; bottom: 100%;z-index: 99999;background: rgba(0, 0, 0, 0.6); overflow: hidden; -webkit-transition:all .3s ease;-moz-transition:all .3s ease; -ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
    .copyInfo p{position: absolute; left: 10%;right:10%; top: 50%; width: 80%; background: rgba(255, 255, 255, 0.9); -webkit-border-radius: 10px;border-radius: 10px; padding: 30px 20px;margin-top: -75px; color: #333;font-size: 16px; line-height: 2; text-align: center; }
    .copyInfo p .closes{position: absolute; top: 8px;right:8px; width: 21px; height: 21px;line-height: 16px; border: 0.026rem solid #333; -webkit-border-radius: 50%;border-radius: 50%; font-size: 20px; color: #333; text-align: center;}
    .copy-open{bottom: 0;}

}

.nav-link {max-width: 1400px;margin: 0 auto;padding-top: 20px}
