﻿html {
    overflow-x: hidden;
}

* {
    margin: 0px;
    padding: 0px;
}

body, html {
    font-size: 13px;
    font-family: "Microsoft Yahei";
    color: #686868;
    background-color: #FFF;
}

img {
    border: 0px;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #404242;
    outline: none;
}

div {
   /* margin: 0px auto;*/
}

li, dl, dt, dd {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6, em, i {
    font-style: normal;
    font-weight: 400;
    outline: none;
}

.f_l {
    float: left !important;
}

.f_r {
    float: right !important;
}

.clear_both {
    clear: both !important;
}

.db {
    display: block !important;
}

.text_over {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w70 {
    width: 70%;
}

.ml0 {
    margin-left: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.w100 {
    width: 100% !important;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.w100 {
    width: 100%;
}

.w95 {
    width: 95%;
}

.w1200 {
    width: 1200px;
    overflow: hidden;
}

.w1067 {
    width: 1067px;
}

.w980 {
    width: 980px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.cf90 {
    color: #f90 !important;
}

.cf60 {
    color: #f60 !important;
}

.cfff {
    color: #fff !important;
}

.bgfff {
    background-color: #fff !important;
}

.mt0 {
    margin-top: 0 !important;
}

.tac {
    text-align: center;
}

.bgf8 {
    background-color: #f8f8f8 !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.pb30 {
    padding-bottom: 30px;
}

.pb20 {
    padding-bottom: 20px;
}

.pt20 {
    padding-top: 20px;
}

/*daohang*/
.header {
    height: 90px;
    line-height: 90px; /*width: 1200px;*/
    position: relative;
}

.header_logo {
    /*height: 60px;*/
    float: left; /*margin-top: 15px;*/
}

    .header_logo a {
        display: block;
    }

        .header_logo a img {
            height: 66px;
            width: auto;
            margin-top: -6px;
        }

.header_nav {
    float: right;
    margin-right: 0;
}

    .header_nav li {
        float: left;
    }

        .header_nav li a {
            font-size: 17px;
            margin: 0 0 0 55px;
            display: block;
        }

            .header_nav li.active a, .header_nav li a:hover {
                color: #ea5532;
                /*font-weight: bold;*/
            }

.header_tel {
    float: right;
}

    .header_tel img {
        height: 22px;
    }

    .header_tel span {
        font-size: 20px;
        font-family: arial;
    }

.header_top {
    height: 30px;
    background: #333;
    line-height: 30px;
}

    .header_top p {
        color: #fff;
        font-size:18px;
    }

    .header_top a {
        color: #b9b9b9;
        margin-left: 20px;
    }

.header .header_bot {
    position: absolute;
    left: 0;
    right: 0;
    top: 90px; /* background: url(../img/navbox_bg.png); */
    overflow: hidden;
    height: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    background: #fff;
    z-index: 99999;
}

    .header .header_bot.hshow {
        height: 243px;
        opacity: 1;
        overflow: hidden;
    }

.header .cont {
    position: relative;
    display: none;
    border-top: 1px solid #ececec;
}

    .header .cont .subbox {
        /*border-top: 1px solid #e67817;*/
        padding: 30px 0px;
        overflow: hidden;
    }

    .header .cont .solution_item {
        float: left;
        width: 24.1%;
        margin-right: 1.2%;
    }

        .header .cont .solution_item:nth-child(4) {
            margin-right: 0;
        }

        .header .cont .solution_item img {
            width: 100%;
            height: auto;
            border-radius: 3px;
        }

        .header .cont .solution_item p {
            height: 36px;
            line-height: 36px;
            font-size: 14px;
            text-align: left;
        }


.header .header_bot .subtxt {
    float: left;
    padding: 0;
    width: 39%;
    margin-top: -31px;
}

    .header .header_bot .subtxt h2 {
        font-size: 20px;
        line-height: 28px;
        color: #404242;
        margin-bottom: 14px;
    }

    .header .header_bot .subtxt p {
        font-size: 12px;
        line-height: 24px;
        color: #666;
        width: 83%;
    }

/* sublist */
.header .header_bot .sublist {
    float: left;
    width: 30%;
    height: 170px;
    position: relative;
    padding: 0 4%;
}

    .header .header_bot .sublist:after {
        position: absolute;
        content: '';
        width: 1px;
        height: 100%;
        background-color: #adadad;
        top: 0;
        right: 0;
    }

    .header .header_bot .sublist:before {
        position: absolute;
        content: '';
        width: 1px;
        height: 100%;
        background-color: #adadad;
        top: 0;
        left: 0;
    }

    .header .header_bot .sublist li {
        width: 44%;
        height: 43px;
        float: left;
        background: url(../../img/www/dot-r.png) right center no-repeat;
        margin-right: 12%;
    }

        .header .header_bot .sublist li:nth-child(2n) {
            margin-right: 0;
        }

        .header .header_bot .sublist li a {
            display: block;
            width: 129px;
            font-size: 14px;
            line-height: 42px;
            color: #404242;
            border-bottom: 1px solid #515151;
        }

            .header .header_bot .sublist li a:hover {
                color: #fea85c;
            }

            .header .header_bot .sublist li a:active {
                color: #ff7200;
            }

        .header .header_bot .sublist li h3.mcate-item-hd {
            font-family: '寰蒋闆呴粦';
            padding-left: 2px;
            font-size: 14px;
            height: 26px;
            line-height: 26px;
            border-bottom: 1px dashed #666666;
        }

/*subinfo*/
.header .header_bot .subinfo {
    float: right;
    width: 31%;
    text-align: right;
}

    .header .header_bot .subinfo img {
        margin-top: 3px;
        border: 1px solid #5b5b5b;
        padding: 0;
        margin: 0;
        vertical-align: middle;
        width: 83%;
    }

    .header .header_bot .subinfo .info_tit {
        text-align: left;
        font-size: 16px;
        color: #404242;
        padding-top: 8px;
        padding-bottom: 4px;
        display: none;
        line-height: 24px;
    }

    .header .header_bot .subinfo p {
        text-align: left;
        color: #404242;
        font-size: 12px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        max-height: 40px;
        display: none;
    }

    .header .header_bot .subinfo a {
        font-size: 12px;
        line-height: 20px;
        color: #ff862a;
        margin-top: 0;
    }

.m-header {
    width: 22px;
    height: 20px;
    display: none;
    cursor: pointer;
    margin-top: 3px;
    float: right;
    margin-top: 35px;
}

    .m-header .box {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .m-header .line {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #1d1d1d;
        position: absolute;
        left: 0;
        transition: width 0.3s ease 0s;
    }

    .m-header .line1 {
        width: 12px;
        top: 0;
    }

    .m-header .line2 {
        width: 20px;
        top: 6px;
    }

    .m-header .line3 {
        width: 16px;
        top: 13px;
    }

.m-header-menu.show {
    right: 0;
    transition: all 0.44s ease 0s;
}

.m-header-menu {
    position: fixed;
    right: -100%;
    width: 66%;
    top: 0;
    z-index: 100;
    height: 100%;
    background-color: #fff;
    transition: all 0.64s ease 0s;
}

    .m-header-menu .m-menu-top {
        line-height: 60px;
        background-color: #333;
    }

        .m-header-menu .m-menu-top .title {
            display: inline-block;
            font-size: 16px;
            color: #acacac;
            margin-left: 8.2%;
            font-family: "Base-font";
        }

        .m-header-menu .m-menu-top .close {
            display: inline-block;
            width: 17px;
            height: 17px;
            background: url(../img/close.png) no-repeat center;
            margin-right: 7.8%;
            margin-top: 22px;
            cursor: pointer;
        }

.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

.m-header-menu .m-header-list ul {
    width: 100%;
}

.m-header-menu .m-header-list li {
    line-height: 60px;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}

    .m-header-menu .m-header-list li .col-box {
        display: block;
        width: 84%;
        padding: 0 7.8% 0 8.2%;
    }

.m-header-menu .m-header-list .tit {
    font-size: 16px;
    color: #666;
}

.m-header-menu .m-header-list .point {
    display: inline-block;
    width: 8px;
    height: 12px;
    background: url(../img/arrow_right.png) no-repeat center;
    margin-top: 26px;
}

.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

.m-header-menu .m-header-menu-sub {
    position: absolute;
    right: -100%;
    top: 60px;
    width: 100%;
    height: 100%;
}

    .m-header-menu .m-header-menu-sub .boxs {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.4s ease 0s;
        background-color: #fff;
        height: 100%;
    }

        .m-header-menu .m-header-menu-sub .boxs.show {
            left: -100%;
        }

    .m-header-menu .m-header-menu-sub .return-fir {
        display: block;
        width: 84%;
        padding: 0 7.8% 0 8.2%;
        line-height: 60px;
        background-color: #333;
    }

        .m-header-menu .m-header-menu-sub .return-fir p {
            padding-left: 18px;
            color: #fff;
            font-size: 18px;
            background: url(../img/arrow_left.png) no-repeat left center;
        }

    .m-header-menu .m-header-menu-sub ul, .m-header-menu .m-header-menu-sub li {
        width: 100%;
        background: #fff;
    }

    .m-header-menu .m-header-menu-sub li {
        line-height: 60px;
        border-bottom: 1px solid #f2f2f2;
    }

        .m-header-menu .m-header-menu-sub li a {
            display: block;
            width: 84%;
            padding: 0 7.8% 0 8.2%;
            font-size: 16px;
            color: #666;
        }

.m-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    display: none;
    z-index: 99;
}

/*biaoti*/
.index_title_module {
    text-align: center;
    padding-top: 45px;
}

    .index_title_module p {
        font-size: 34px;
        color: #333;
        font-weight: 600;
    }

    .index_title_module span {
        line-height: 30px;
        font-size: 18px;
        color: #3D3D3D;
        padding-bottom: 5px;
        margin-top: 20px;
        display: block;
    }

/*fengongsi*/
.footer_address {
    width: 100%;
    height: 168px;
    background: #fff;
    border-top: 1px solid #E8E8E8;
}

    .footer_address:after, .footer_address:before {
        content: "";
        display: block;
        clear: both;
    }

.address_list {
    width: 1200px;
    height: 168px;
    margin: 0 auto;
}

    .address_list li:last-child:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #E8E8E8;
    }

    .address_list li {
        float: left;
        width: 170px;
        height: 168px;
        text-align: center;
        position: relative;
    }

        .address_list li:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 1px;
            height: 100%;
            background-color: #E8E8E8;
        }

    .address_list .li01.on {
        background: url("../img/address_bg01.png") no-repeat center center;
    }

    .address_list .li02.on {
        background: url("../img/address_bg02.png") no-repeat center center;
    }

    .address_list .li03.on {
        background: url("../img/address_bg03.png") no-repeat center center;
    }

    .address_list .li04.on {
        background: url("../img/address_bg04.png") no-repeat center center;
    }

    .address_list .li05.on {
        background: url("../img/address_bg05.png") no-repeat center center;
    }

    .address_list .li06.on {
        background: url("../img/address_bg06.png") no-repeat center center;
    }

    .address_list .li07.on {
        background: url("../img/address_bg07.png") no-repeat center center;
    }

    .address_list .default {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .address_list li .default:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #fd4249;
        transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
    }

    .address_list li.on .default:after {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1)
    }

    .address_list li .p1 {
        width: 46px;
        height: 46px;
        line-height: 46px;
        border: 1px solid #fd4249;
        font-size: 20px;
        color: #FA3D4D;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        margin: 39px auto 0;
    }

    .address_list li .p2 {
        line-height: 16px;
        font-size: 12px;
        color: #b2b2b2;
        text-transform: uppercase;
        padding-top: 10px;
    }

    /*.address_list .li07 .p2 {
letter-spacing: 3px;
}*/
    .address_list li .p3 {
        line-height: 20px;
        font-size: 14px;
        color: #666666;
        padding-top: 2px;
    }

    .address_list li.on .p1 {
        background: #FA3D4D;
        color: #000;
    }

    .address_list li.on .p2 {
        color: #fff;
    }

    .address_list li.on .p3 {
        color: #fff;
    }

    .address_list li .p1, .address_list li .p2, .address_list li .p3 {
        -webkit-transition: transform .4s cubic-bezier(.3, .8, .6, 1) .2s;
        transition: transform .4s cubic-bezier(.3, .8, .6, 1) .2s;
    }

    .address_list li.on .p1, .address_list li.on .p2, .address_list li.on .p3 {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    .address_list .mask {
        width: 336px;
        height: 96px;
        border: 2px solid #FA3D4D;
        background: #fff;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
        z-index: -2;
        position: absolute;
        top: -96px;
        left: 50%;
        margin-left: -170px;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all .6s cubic-bezier(.3, .8, .6, 1) .2s;
        -webkit-transition: all .6s cubic-bezier(.3, .8, .6, 1) .2s;
    }

    .address_list li.on .mask {
        opacity: 1;
        filter: alpha(opacity=100);
        z-index: 99;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    .address_list .mask:after {
        content: "";
        display: block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #FA3D4D;
        position: absolute;
        bottom: -8px;
        left: 50%;
        margin-left: -6px;
        z-index: 8;
    }

    .address_list .mask:before {
        content: "";
        display: block;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #fff;
        position: absolute;
        bottom: -5px;
        left: 50%;
        margin-left: -4px;
        z-index: 9;
    }

    .address_list .mask .info_fl {
        float: left;
        width: 98px;
        height: 96px;
        background: url("../img/locadress_bigicon.png") #FA3D4D no-repeat center 15px;
    }

    .address_list .mask .info_fr {
        float: left;
        width: 202px;
        height: 96px;
        padding: 0 16px 0 20px;
        font-size: 12px;
        color: #808080;
        text-align: left;
    }

    .address_list .mask .info_fl .text {
        height: 32px;
        line-height: 32px;
        font-size: 24px;
        color: #fff;
        padding-top: 47px;
    }

        .address_list .mask .info_fl .text span {
            display: inline-block;
            padding-left: 3px;
        }

        .address_list .mask .info_fl .text:before, .address_list .mask .info_fl .text:after {
            content: "";
            display: block;
            width: 6px;
            height: 32px;
        }

        .address_list .mask .info_fl .text:before {
            float: left;
            margin-left: 21px;
            background: url("../img/pull_fl.png") no-repeat center center;
        }

        .address_list .mask .info_fl .text:after {
            float: right;
            margin-right: 23px;
            background: url("../img/pull_fr.png") no-repeat center center;
        }

    .address_list .mask .info_fr .info1 {
        height: 22px;
        line-height: 22px;
        font-weight: bold;
        font-size: 16px;
        color: #333;
        padding: 12px 0 6px;
    }

        .address_list .mask .info_fr .info1 span {
            font-weight: normal;
            display: inline-block;
            vertical-align: top;
            font-size: 12px;
            color: #999;
            background: url("../img/locadress_smicon.png") no-repeat left center;
            padding-left: 16px;
            float: right;
        }

    .address_list .mask .info_fr .info2 {
        line-height: 20px;
        text-align: justify;
    }

@media (max-width:1458px) {

    /*鍙充晶*/
    .address_list .li07 .mask {
        left: auto;
        margin-left: 0;
        right: -35px;
    }

        .address_list .li07 .mask:after {
            margin-left: 44px;
        }

        .address_list .li07 .mask:before {
            margin-left: 46px;
        }
}

@media (max-width:1369px) {
    .address_list .li01 .mask {
        left: 0;
        margin-left: -35px;
    }

        .address_list .li01 .mask:after {
            margin-left: -58px;
        }

        .address_list .li01 .mask:before {
            margin-left: -56px;
        }
}

@media (max-width:1356px) {

    /*鍙充晶*/
    .address_list .li07 .mask {
        left: auto;
        margin-left: 0;
        right: 0;
    }

        .address_list .li07 .mask:after {
            margin-left: 80px;
        }

        .address_list .li07 .mask:before {
            margin-left: 82px;
        }
}

@media (max-width:1320px) {
    .address_list .li01 .mask {
        left: 0;
        margin-left: 0;
    }

        .address_list .li01 .mask:after {
            margin-left: -90px;
        }

        .address_list .li01 .mask:before {
            margin-left: -88px;
            border-top: 6px solid #FA3D4D;
        }

    .address_list .li07 .mask {
        left: auto;
        margin-left: 0;
        right: 0;
    }

        .address_list .li07 .mask:after {
            margin-left: 80px;
        }

        .address_list .li07 .mask:before {
            margin-left: 82px;
        }
}

/*dibu*/
.new_footer {
    width: 100%;
    background: #1F1F24;
    z-index: 2;
    position: relative;
}

    .new_footer .footer_top {
        padding-bottom: 10px;
        border-bottom: 1px solid #313036;
    }

    .new_footer .footer_bottom {
        padding: 30px 0 10px 0;
    }

        .new_footer .footer_bottom:before, .new_footer .footer_bottom:after {
            content: "";
            display: block;
            clear: both;
        }

    .new_footer .footer_top .foot_nav {
        overflow: hidden;
    }

    .new_footer .footer_top_left dl {
        float: left;
        width: 130px;
        padding-left: 25px;
        border-left: 1px solid #2C2C30;
    }

    .new_footer .footer_top_left {
        overflow: hidden;
        padding: 50px 0 30px 0;
        float: left;
    }

        .new_footer .footer_top_left dl dt {
            font-size: 16px;
            color: #B5B5B5;
        }

        .new_footer .footer_top_left dl dd {
            font-size: 14px;
            margin-top: 15px;
        }

            .new_footer .footer_top_left dl dd a {
                color: #616162;
                display: block;
                line-height: 28px;
            }

                .new_footer .footer_top_left dl dd a:hover {
                    color: #B5B5B5;
                }

        .new_footer .footer_top_left dl:first-child {
            padding-left: 0;
            border: none;
        }

        .new_footer .footer_top_left .aptitude {
            margin: 20px 0 0 0;
            overflow: hidden;
        }

            .new_footer .footer_top_left .aptitude li {
                float: left;
                margin-right: 20px;
            }

    .new_footer .footer_top_right dl {
        height: 500px;
        background: url(../img/footer_map.jpg) no-repeat left 20px;
    }

    .new_footer .footer_top_right {
        float: right;
        width: 400px;
        padding-left: 40px;
        border-left: 1px solid #2C2C30;
        height: 180px;
        margin-top: 50px;
    }

        .new_footer .footer_top_right dt {
            font-size: 16px;
            color: #B5B5B5;
            line-height: 16px;
            padding-bottom: 18px;
            background: url(../img/hr3.jpg) no-repeat left bottom;
        }

        .new_footer .footer_top_right dd {
            line-height: 22px;
            font-size: 12px;
            color: #616162;
            padding-top: 8px;
        }

    .new_footer .footer_bottom_left {
        float: left;
        width: 950px;
    }

    .new_footer .footer_bottom_left_nav {
        font-size: 14px;
        color: #B5B5B5;
        overflow: hidden;
    }

        .new_footer .footer_bottom_left_nav a {
            color: #B5B5B5;
            padding: 0 13px 0 12px;
            display: inline-block;
            background: url(../img/hr4.jpg) no-repeat right center;
        }

            .new_footer .footer_bottom_left_nav a:hover {
                color: #fff;
            }

        .new_footer .footer_bottom_left_nav font {
            float: left;
        }

        .new_footer .footer_bottom_left_nav a {
            float: left;
        }

            .new_footer .footer_bottom_left_nav a:last-child {
                background: none;
            }

    .new_footer .footer_bottom .copyright {
        font-family: arial;
        color: #747474;
        line-height: 24px;
        padding: 12px 0;
    }

    .new_footer .footer_bottom_right {
        float: right;
    }

    .new_footer .footer_bottom .linkbox {
        width: 250px;
        height: 40px;
        background: #29292F;
    }

        .new_footer .footer_bottom .linkbox dd {
            float: left;
            line-height: 40px;
            font-size: 14px;
            color: #8A8A8A;
            padding: 0 10px;
            width: 185px;
        }

        .new_footer .footer_bottom .linkbox dt {
            width: 45px;
            height: 40px;
            float: right;
            background: #36363C url(../img/down4.png) no-repeat center;
            cursor: pointer;
        }

    .new_footer .footer_bottom .links {
        height: 0;
        position: relative;
        display: none;
    }

        .new_footer .footer_bottom .links .linkboxli {
            position: absolute;
            left: 0;
            bottom: 0;
            background: #29292F;
            border-bottom: 1px solid #333;
        }

            .new_footer .footer_bottom .links .linkboxli a {
                line-height: 35px;
                color: #888;
                display: block;
                width: 205px;
                text-indent: 10px;
            }

                .new_footer .footer_bottom .links .linkboxli a:hover {
                    color: #ccc;
                }

    .new_footer .footer_bottom .linkbox:hover .links {
        display: block;
    }

    .new_footer .footer_bottom .linkbox:hover dt {
        background: #36363C url(../img/up1.png) no-repeat center;
    }

    .new_footer .footer_bottom .apply_link {
        text-align: right;
        line-height: 35px;
        margin-top: 8px;
    }

        .new_footer .footer_bottom .apply_link a {
            color: #747474;
            padding-left: 10px;
            background: url(../img/go.png) no-repeat left center;
        }

            .new_footer .footer_bottom .apply_link a:hover {
                color: #EEE;
            }

/*zixunguwen*/
.channel-footer-wrap {
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    z-index: 9999;
}

.channel-footer-box {
    position: relative;
    left: -100%;
}

    .channel-footer-box .channel-show-btn {
        bottom: 105px;
        background: url(../img/fixed-bg.png) no-repeat;
        position: absolute;
        left: 100%;
        cursor: pointer;
        z-index: 1;
    }

        .channel-footer-box .channel-show-btn dl {
            position: relative;
            width: 181px;
            height: 96px;
        }

            .channel-footer-box .channel-show-btn dl dt {
                position: absolute;
                left: 3px;
            }

                .channel-footer-box .channel-show-btn dl dt img {
                    width: 102px;
                    margin-top: -6px;
                }

            .channel-footer-box .channel-show-btn dl dd {
                position: absolute;
                top: 67px;
                left: 12px;
            }

.channel-bottom-fixed {
    background: rgba(0, 0, 0, .69);
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
}

    .channel-bottom-fixed .bottom-fixed-inner {
        position: relative;
        height: 105px;
        width: 1200px;
        margin: 0 auto;
    }

    .channel-bottom-fixed .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        display: block;
        background: url(../img/fixed-close.png) no-repeat;
    }

        .channel-bottom-fixed .close:hover {
            background: url(../img/fixed-close-hover.png) no-repeat;
        }

.guwen_pic {
    position: absolute;
    left: 0;
    top: 17px;
}

.channel-bottom-fixed .bottom-fixed-inner .refresh {
    right: 6px;
    color: #fff;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url(../img/arrow-right.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -12.5px;
    z-index: 8;
    opacity: 0.5;
    background-size: 25px 25px;
}

    .channel-bottom-fixed .bottom-fixed-inner .refresh:hover {
        opacity: 0.6;
    }

.consultationPopbox {
    position: fixed;
    width: 100000px;
    height: 100000px;
    background: url(../img/mask2.png);
    left: 0;
    top: 0;
    z-index: 2147483647;
    display: none;
}

.consultationPop {
    width: 775px;
    height: 410px;
    margin: 0 auto;
    background: #fff url(../img/popbg.png) no-repeat center;
    border-radius: 12px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -387.5px;
    margin-top: -205px;
}

.consultationPopClose {
    width: 56px;
    height: 56px;
    background: url(../img/gb.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.consultationPop h2 {
    font-size: 24px;
    color: #333333;
    margin: 0 20px;
    text-align: center;
    font-weight: normal;
    line-height: 36px;
    height: 36px;
    margin-top: 50px;
    position: relative;
}

    .consultationPop h2 em {
        color: #3861E1;
    }

    .consultationPop h2:before {
        content: '';
        width: 18px;
        height: 1px;
        background: #CECECE;
        position: absolute;
        left: 50%;
        margin-left: -9px;
        bottom: -10px;
    }

.consultationPop ul {
    overflow: hidden;
    margin-top: 20px;
}

.consultationPop li {
    width: 164px;
    float: left;
    margin-left: 70px;
    position: relative;
}

    .consultationPop li i {
        display: block;
        width: 20px;
        height: 17px;
        position: absolute;
        right: 35px;
        top: 20px;
        background: url(../img/pop1.png) no-repeat center;
    }

.consultationPop .img {
    display: block;
    width: 120px;
    height: 120px;
    background: url(../img/pp1.png) no-repeat center;
    padding: 22px;
}

    .consultationPop .img img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }

.consultationPop h3 {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #2B3D63;
    line-height: 22px;
    height: 22px;
}

    .consultationPop h3 span {
        padding: 0 10px;
        position: relative;
    }

        .consultationPop h3 span:before {
            display: block;
            width: 6px;
            height: 6px;
            position: absolute;
            content: "";
            left: 0;
            top: 50%;
            background: url(../img/pp3.png) no-repeat left center;
        }

        .consultationPop h3 span:after {
            display: block;
            width: 6px;
            height: 6px;
            position: absolute;
            content: "";
            right: 0;
            top: 50%;
            background: url(../img/pp3.png) no-repeat right center;
        }

.consultationPop .btn {
    width: 127px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    text-indent: 10px;
    border-radius: 5px;
    color: #999;
    display: block;
    text-align: center;
    border: 1px solid #D6D6D6;
    margin: 0 auto;
    margin-top: 20px;
}

    .consultationPop .btn span {
        position: relative;
        padding-left: 20px;
    }

        .consultationPop .btn span:before {
            content: '';
            width: 16px;
            height: 14px;
            background: url(../img/pp2.png) no-repeat right center;
            position: absolute;
            left: 0px;
            top: 50%;
            margin-top: -7px;
        }

    .consultationPop .btn:hover {
        background: #2B3D63;
        color: #fff;
        border-color: #2B3D63;
        box-shadow: 0 0 5px #2B3D63;
    }

        .consultationPop .btn:hover span:before {
            background: url(../img/pp2_h.png) no-repeat right center;
        }

.bottom-fixed-inner .bd {
    width: 1080px;
    height: 100%;
    position: absolute;
    right: 0;
}

.service_list {
    height: 100%;
    width: 1080px;
    position: absolute;
    right: 0;
    left: auto;
}

    .service_list li {
        float: left;
        width: 270px;
        height: 100%;
    }

        .service_list li .pic_box {
            width: 81px;
        }

            .service_list li .pic_box .server_pic {
                display: block;
                width: 81px;
                height: 81px;
                margin-top: 10px;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                transition: transform 0.3s;
                -moz-transition: -webkit-transform 0.3s;
                -webkit-transition: -webkit-transform 0.3s;
                -o-transition: -o-transform 0.3s;
            }

        .service_list li:hover .pic_box .server_pic {
            transform: translateY(-3px);
            -webkit-transform: translateY(-3px);
            -moz-transform: translateY(-3px);
            -o-transform: translateY(-3px);
        }

        .service_list li .pic_box .line_shadow {
            display: block;
            margin: 0 auto;
            transition: transform 0.3s;
            -moz-transition: -webkit-transform 0.3s;
            -webkit-transition: -webkit-transform 0.3s;
            -o-transition: -o-transform 0.3s;
        }

        .service_list li:hover .pic_box .line_shadow {
            transform: scale(0.85) translateY(6px);
            -webkit-transform: scale(0.85) translateY(6px);
            -moz-transform: scale(0.85) translateY(6px);
            -o-transform: scale(0.85) translateY(6px);
        }

        .service_list li .text {
            color: #fff;
            font-size: 14px;
            margin-left: 5px;
        }

            .service_list li .text p {
                color: #fff;
                font-size: 14px;
                transition: transform 0.3s;
                -moz-transition: -webkit-transform 0.3s;
                -webkit-transition: -webkit-transform 0.3s;
                -o-transition: -o-transform 0.3s;
            }

        .service_list li:hover .text p {
            transform: translateY(-3px);
            -webkit-transform: translateY(-3px);
            -moz-transform: translateY(-3px);
            -o-transform: translateY(-3px);
        }

        .service_list li .text p.name {
            margin-top: 18px;
            margin-right: -32px;
        }

        .service_list li .text p.qq {
            line-height: 26px;
        }

        .service_list li .text .consult_btn {
            width: 115px;
            height: 21px;
            line-height: 21px;
            text-align: center;
            background: url(../img/lianxi_btn.png) center center no-repeat;
            margin-left: -5px;
            cursor: pointer;
            transition: transform 0.3s;
            -moz-transition: -webkit-transform 0.3s;
            -webkit-transition: -webkit-transform 0.3s;
            -o-transition: -o-transform 0.3s;
        }

            .service_list li .text .consult_btn:hover {
                background: url(../img/lianxi_btn_hover.png) center center no-repeat;
            }

            .service_list li .text .consult_btn a {
                color: #fff;
                display: block;
            }

            .service_list li .text .consult_btn:hover a {
                color: #fff;
            }

        .service_list li:hover .text .consult_btn {
            transform: translateY(-3px);
            -webkit-transform: translateY(-3px);
            -moz-transform: translateY(-3px);
            -o-transform: translateY(-3px);
        }

.msg-part-list {
    background: #fff;
    padding-bottom: 50px;
    border-top: 1px solid #ebebeb;
}

    .msg-part-list .section-tit {
        display: block;
        height: 56px;
        line-height: 56px;
        font-size: 24px;
        color: #222;
    }

    .msg-part-list .blue-line {
        width: 20px;
        height: 2px;
        background: #3d79d1;
        float: left;
    }

    .msg-part-list .msg-part-item {
        float: left;
        width: 32%;
        margin-left: 0;
        padding-top: 30px;
        margin-right: 2%;
    }

        .msg-part-list .msg-part-item:nth-child(3) {
            margin-right: 0;
        }

        .msg-part-list .msg-part-item:first-child {
            margin-left: 0;
        }

        .msg-part-list .msg-part-item .top-new {
            display: block;
            padding-top: 23px;
        }

            .msg-part-list .msg-part-item .top-new .new-img {
                width: 100%;
                height: auto;
                background-size: 100%;
            }

            .msg-part-list .msg-part-item .top-new img {
                width: 373px;
                height: 170px;
            }

            .msg-part-list .msg-part-item .top-new .top-txt {
                width: 97%;
                height: 42px;
                line-height: 42px;
                color: #3e3e3e;
                font-size: 14px;
                text-indent: 16px;
                font-weight: bold;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                background: #fff;
                padding-right: 3%;
            }

        .msg-part-list .msg-part-item .other-ms-list {
            padding-top: 13px;
            max-height: 96px;
            line-height: 32px;
            font-size: 14px;
            overflow: hidden;
        }

            .msg-part-list .msg-part-item .other-ms-list .other-ms-item {
                display: block;
            }

            .msg-part-list .msg-part-item .other-ms-list .msg-con {
                float: left;
                width: 72%;
                text-indent: 7px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .msg-part-list .msg-part-item .other-ms-list .msg-date {
                float: right;
                width: 23%;
                text-align: right;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

        .msg-part-list .msg-part-item .show-more-btn {
            position: relative;
            display: block;
            float: left;
            width: 91px;
            height: 28px;
            line-height: 28px;
            margin-top: 22px;
            margin-left: 6px;
            border: 1px solid #e7e7e7;
            border-radius: 2px;
            font-size: 12px;
            color: #949494;
            text-align: center;
        }

            .msg-part-list .msg-part-item .show-more-btn:hover {
                background: #3c7ad1;
                border-color: #3c7ad1;
                color: #fff;
            }

.nei-banner {
    height: 430px;
    position: relative;
}

    .nei-banner img {
    }

    /*.banner_text {
text-align: center;
position:  absolute;
top: 50%;
margin-top: -81px;
width: 1200px;
}
.banner_text p {
font-size: 42px;
color: #fff;
line-height: 80px;
position:  relative;
font-weight:  bold;
display:  block;
}
.banner_text p:after {
content: "";
height: 4px;
display: block;
width: 40px;
margin-top: 17px;
background: #fff;
position:  absolute;
left: 50%;
margin-left: -20px;
} 
.banner_text span {
line-height:  2;
font-size: 26px;
color: #fff;
margin-top: 49px;
position:  relative;
display:  block;
font-weight: 100;
font-family: "榛戜綋","Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}*/
    .nei-banner .w1200 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

.banner_text {
    text-align: center;
}

    .banner_text .hrrr {
        width: 80px;
        height: 3px;
        border: 0;
        border-top: 1px solid #eee;
        margin: 20px auto;
    }

    .banner_text p {
        font-weight: 500;
        line-height: 1.3;
        font-size: 27px;
        color: rgba(255, 255, 255, 0.9); /*color: #fff;*/
    }

        .banner_text p:after {
        }

    .banner_text span {
        font-size: 36px;
        font-weight: 500;
        line-height: 1.1;
        color: #fff;
    }

.nei_title_module {
    text-align: center;
    padding-top: 45px;
}

    .nei_title_module p {
        color: #333;
        font-size: 30px;
        font-weight: normal;
        line-height: 30px;
        text-align: center;
        position: relative;
    }

    .nei_title_module span {
        line-height: 30px;
        font-size: 18px;
        color: #3D3D3D;
        padding-bottom: 5px;
        margin-top: 20px;
        display: block;
    }

.nei_title_line {
    color: #333;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    margin: 40px;
    position: relative;
}

    .nei_title_line:after {
        content: '';
        width: 60px;
        height: 3px;
        background: rgba(255, 153, 0, 0.54);
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -30px;
        border-radius: 2px;
    }

.index_hezuo {
    background: #f8f8f8;
    padding-bottom: 20px;
}

.kefu_logo {
    overflow: hidden;
    margin-top: 30px;
}

    .kefu_logo ul {
        width: 1200px;
        margin: 0 auto;
    }

    .kefu_logo li {
        float: left;
        width: 20%;
        overflow: hidden;
        text-align: center;
        background: #FFF;
        display: block;
    }

        .kefu_logo li a {
            border: 1px solid #f5f5f5;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
        }

        .kefu_logo li img {
            width: 56%;
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%);
        }

            .kefu_logo li img:hover {
                -webkit-filter: grayscale(0%);
                -moz-filter: grayscale(0%);
                -ms-filter: grayscale(0%);
                -o-filter: grayscale(0%);
                filter: grayscale(0%);
                filter: gray;
                transform: scale(1.4, 1.4);
                -ms-transform: scale(1.2, 1.2); /* IE 9 */
                -webkit-transform: scale(1.2, 1.2); /* Safari 鍜� Chrome */
                -o-transform: scale(1.2, 1.2); /* Opera */
                -moz-transform: scale(1.2, 1.2); /* Firefox */
                transition: all 0.6s;
                -moz-transition: all 0.6s; /* Firefox 4 */
                -webkit-transition: all 0.6s; /* Safari 鍜� Chrome */
                -o-transition: all 0.6s; /* Opera */
            }

.page-nav {
    padding: 30px 0;
    text-align: center;
    width: 784px;
    display: block;
    overflow: hidden;
    padding-left: 1px;
}

    .page-nav a {
        display: inline-block;
        border: 1px solid #dadee6;
        width: 195px;
        height: 52px;
        margin-left: -1px;
        text-align: center;
        font-size: 16px;
        color: #3D3D3D;
        line-height: 52px;
        float: left;
        overflow: hidden;
        text-decoration: none;
    }

        .page-nav a.active {
            background: #34a4d6;
            color: #fff;
        }

        .page-nav a.first {
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .page-nav a.last {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

.newsnav {
    display: none;
}

.img-col2 {
    margin: 30px 0 25px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .img-col2 img {
        width: 49%;
        height: auto;
        margin-right: 2%;
        float: left;
    }

        .img-col2 img:nth-child(2) {
            margin-right: 0;
        }

.img-col3 {
    width: 100%;
    position: relative;
}

    .img-col3 img {
        width: 32%;
        height: auto;
        margin-right: 2%;
        float: left;
    }

        .img-col3 img:nth-child(3) {
            margin-right: 0;
        }

.index_progress {
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
    margin-top: 40px;
    padding-bottom: 40px;
}

    .index_progress .msg {
        padding-top: 52px;
        text-align: center;
    }

        .index_progress .msg h2 {
            font-size: 30px;
            color: #333;
            line-height: 70px;
        }

        .index_progress .msg p {
            line-height: 56px;
            font-size: 22px;
            color: #333;
        }

            .index_progress .msg p span {
                color: #ea5532;
            }

    .index_progress .pro-box {
        max-width: 1200px;
        margin: 28px auto 0;
    }

        .index_progress .pro-box .proitem {
            float: left;
            width: 150px;
            margin-right: 55px;
        }

            .index_progress .pro-box .proitem:hover .protop img {
                transform: rotate(360deg);
            }

            .index_progress .pro-box .proitem:hover span {
                color: #ea5532;
            }

            .index_progress .pro-box .proitem:last-child {
                margin-right: 0;
            }

                .index_progress .pro-box .proitem:last-child span::before {
                    content: '';
                }

            .index_progress .pro-box .proitem .protop {
                height: 162px;
                text-align: center;
            }

                .index_progress .pro-box .proitem .protop img {
                    margin-bottom: 24px;
                    transition: all .5s;
                    width: 48%;
                }

            .index_progress .pro-box .proitem span {
                display: block;
                font-size: 20px;
                position: relative;
            }

                .index_progress .pro-box .proitem span::before {
                    position: absolute;
                    content: '>';
                    right: -39px;
                    color: #ea5532;
                }

        .index_progress .pro-box .probot {
            background: #e5e5e5;
            width: 135px;
            height: 194px;
            padding: 20px 0 0 40px;
        }

            .index_progress .pro-box .probot li {
                font-size: 14px;
                color: #666;
                line-height: 32px;
                list-style: disc;
            }

                .index_progress .pro-box .probot li:hover {
                    text-decoration: none;
                    color: #ea5532;
                }

.about-fuwu {
    background: #f8f8f8;
    padding-bottom: 20px;
}

    .about-fuwu .fuwulist {
        position: relative;
        overflow: hidden;
        margin-top: 30px;
    }

        .about-fuwu .fuwulist .fuwuitem {
            position: relative;
            min-height: 1px;
            float: left;
            -webkit-backface-visibility: hidden;
            -webkit-tap-highlight-color: transparent;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none; /* border: 1px solid #f1f1f1; */
            /* box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); */
            transform: translate3d(0, -2px, 0);
            width: 24.1%;
            margin-right: 1.2%;
        }

            .about-fuwu .fuwulist .fuwuitem:nth-child(4) {
                margin-right: 0;
            }

            .about-fuwu .fuwulist .fuwuitem img {
                display: block;
                width: 100%;
                margin: 0 auto;
            }

            .about-fuwu .fuwulist .fuwuitem .fuwutext {
                font-size: 14px;
                background-color: #fff;
                padding: 1em;
                color: #333333;
                transition: 1s;
                text-align: center;
            }

                .about-fuwu .fuwulist .fuwuitem .fuwutext span {
                    line-height: 1.6em;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

.m_footer_top {
    border-bottom: 1px solid #393939;
    padding: 30px 0;
    overflow: hidden;
}

    .m_footer_top .nav {
        line-height: 40px;
    }

        .m_footer_top .nav a {
            display: inline-block;
            font-size: 14px;
            float: left;
            color: #fff;
            opacity: 0.4;
            filter: alpha(opacity=40);
            transition: opacity 0.3s ease 0s;
        }

        .m_footer_top .nav .line {
            display: inline-block;
            float: left;
            width: 1px;
            height: 10px;
            background-color: #fff;
            opacity: 0.4;
            filter: alpha(opacity=40);
            margin: 16px 20px 14px;
        }

    .m_footer_top .call {
        line-height: 40px;
        display: inline-block;
        color: #fff;
        opacity: 0.4;
        filter: alpha(opacity=40);
        float: right;
    }

        .m_footer_top .call a {
            color: #fff;
        }

.m-footer_bot {
    line-height: 42px;
    overflow: hidden;
    padding: 10px 0;
    color: #7a7a7a;
}

    .m-footer_bot a {
        color: #7a7a7a;
        transition: all 0.3s ease 0s;
    }

.m_index_solution {
    margin-top: 20px;
    display: none;
}

    .m_index_solution li {
        width: 49%;
        margin-right: 2%;
        float: left;
        text-align: center;
    }

        .m_index_solution li:nth-child(2n) {
            margin-right: 0;
        }

        .m_index_solution li img {
            width: 100%;
            border-radius: 3px;
        }

        .m_index_solution li span {
            height: 36px;
            line-height: 36px;
            font-size: 14px;
        }

.m-bot-nav {
    height: 55px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #e95533;
    z-index: 999;
    display: none;
}

    .m-bot-nav li {
        float: left;
        width: 33.3333333%;
    }

        .m-bot-nav li a {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 55px;
        }

            .m-bot-nav li a img {
                width: 22px;
                margin-bottom: 3px;
            }

            .m-bot-nav li a span {
                color: #fff;
                font-size: 12px;
            }

.tabBox {
    height: 50px;
    line-height: 50px;
    background: #494d51;
    width: 100%;
    opacity: .8;
}

.tabFixd {
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    z-index: 99;
}

.tabBox ul {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 50px;
}

.tabBox li {
    font-size: 16px;
    color: #000;
    display: inline-block;
    *
	display: inline;
    *
	top: 15px;
    position: relative;
    cursor: pointer;
    text-transform: uppercase; /* flex: 1; */
}

    .tabBox li:hover a, .tabBox li.on a {
        border-bottom: 3px solid #f60;
        padding-bottom: 5px;
    }

    .tabBox li a {
        color: #fff;
        opacity: .8;
    }

    .tabBox li.ic1 {
        background: url(../img/tab_icon01.png) no-repeat left center;
        padding-left: 20px;
    }

    .tabBox li.ic3 {
        background: url(../img/tab_icon02.png) no-repeat left center;
        padding-left: 20px;
    }

    .tabBox li.ic2 {
        background: url(../img/tab_icon03.png) no-repeat left center;
        padding-left: 20px;
    }

    .tabBox li.ic4 {
        background: url(../img/tab_icon04.png) no-repeat left center;
        padding-left: 20px;
    }

    .tabBox li.ic5 {
        background: url(../img/tab_icon05.png) no-repeat left center;
        padding-left: 20px;
    }

    .tabBox li.ic6 {
        background: url(../img/tab_icon06.png) no-repeat left center;
        padding-left: 20px;
    }

    .tabBox li.ic7 {
        background: url(../img/tab_icon07.png) no-repeat left center;
        padding-left: 20px;
    }

    .tabBox li i {
        position: absolute;
        left: 0;
        bottom: 0;
        *bottom: -5px;
        width: 100%;
        *width: 90%;
        height: 2px;
        line-height: 2px;
        overflow: hidden;
        background: #f45e5e;
        -webkit-transform: translateY(3px);
        -moz-transform: translateY(3px);
        transform: translateY(3px);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .tabBox li.on i {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    .tabBox li i {
        opacity: 0;
        -webkit-transform: translateY(3px);
        -moz-transform: translateY(3px);
        transform: translateY(3px);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.15s ease;
        -moz-transition: -moz-transform 0.5s ease, opacity 0.15s ease;
        transition: transform 0.5s ease, opacity 0.15s ease;
    }

    .tabBox li:hover i {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

.popup-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
}

    .popup-wrap.show {
        display: block;
    }

    .popup-wrap .mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background-color: #000;
        opacity: 0.5;
    }

    .popup-wrap .popup {
        padding-top: 120px;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 540px;
        height: 440px;
        margin-left: -270px;
        margin-top: -280px;
        background: #fff url(../img/tip-header.png) no-repeat 50% 0;
        background-size: 100% auto;
        border-radius: 10px;
        z-index: 100;
        -webkit-animation-duration: .75s;
        animation-duration: .75s -webkit-animation-fill-mode:both;
        animation-fill-mode: both;
    }

    .popup-wrap h2 {
        font-size: 40px;
        line-height: 56px;
        color: #008ffd;
        font-weight: 400;
        margin: 0;
        text-align: center;
    }

    .popup-wrap form {
        display: block;
        width: 420px;
        margin: 0 auto;
    }

    .popup-wrap .input {
        margin-top: 20px;
        display: block;
        width: 398px;
        height: 24px;
        font-size: 16px;
        line-height: 24px;
        padding: 11px 10px;
        border: 1px solid #bfbfbf;
        outline: none;
    }

        .popup-wrap .input.focus {
            border-color: #f35;
        }

    .popup-wrap .textarea {
        margin-top: 20px;
        display: block;
        width: 398px;
        height: 80px;
        font-size: 16px;
        line-height: 24px;
        padding: 11px 10px;
        border: 1px solid #bfbfbf;
        outline: none;
    }

    .popup-wrap .button {
        display: block;
        width: 100%;
        height: 56px;
        line-height: 56px;
        font-size: 28px;
        color: #fff;
        background-color: #0090ff;
        cursor: pointer;
        outline: none;
        border: none;
        padding: 0;
        margin: 0;
        margin-top: 20px;
    }

        .popup-wrap .button:hover {
            background-color: #0081e4;
        }

        .popup-wrap .button:active {
            background-color: #0078d4;
        }

    .popup-wrap .select {
        position: relative;
        width: 420px;
    }

        .popup-wrap .select:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-top: 9px solid #000;
            border-left: 9px solid transparent;
            border-right: 9px solid transparent;
            position: absolute;
            right: 18px;
            top: 20px;
        }

        .popup-wrap .select .select-list {
            display: none;
            position: absolute;
            top: 48px;
            left: 0;
            width: 418px;
            background-color: #fff;
            border: 1px solid #bfbfbf;
            border-top: none;
            z-index: 10;
            height: 240px;
            overflow: auto;
        }

            .popup-wrap .select .select-list li {
                line-height: 48px;
                padding: 0 20px;
                cursor: pointer;
            }

                .popup-wrap .select .select-list li:hover {
                    background-color: #eee;
                }

    .popup-wrap .tip {
        margin-top: 10px;
        color: #f35;
    }

@-webkit-keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

#side {
    position: fixed;
    width: 54px;
    height: 220px;
    right: 0;
    top: 50%;
    z-index: 100;
}

    #side ul li {
        width: 54px;
        height: 54px;
        float: left;
        position: relative;
        border-bottom: 1px solid #444;
    }

        #side ul li .sidebox {
            position: absolute;
            width: 54px;
            height: 54px;
            top: 0;
            right: 0;
            background: #000;
            opacity: 0.8;
            filter: Alpha(opacity=80);
            color: #fff;
            font: 14px/54px "脙楼脗戮脗庐脙篓脗陆脗炉脙漏芒鈧好⑩偓娄脙漏脗禄芒鈧�";
            overflow: hidden;
        }

        #side ul li .sidetop {
            width: 54px;
            height: 54px;
            line-height: 54px;
            display: inline-block;
            background: #000;
            opacity: 0.8;
            filter: Alpha(opacity=80);
        }

            #side ul li .sidetop:hover {
                opacity: 1;
                filter: Alpha(opacity=100);
            }

        #side ul li i {
            float: left;
            display: inline-block;
            width: 54px;
            height: 54px;
            text-align: center;
            line-height: 54px;
            color: #fff;
            font-size: 24px;
        }

        #side ul li span {
            float: left;
            display: inline-block;
            width: 106px;
            height: 54px;
            text-align: center;
            line-height: 54px;
            color: #fff;
            font-size: 14px;
        }

@media screen and (max-width:1200px) {
    .w1200 {
        padding: 0 20px;
        width: auto;
    }

    .header_nav li a {
        margin-left: 25px;
    }

    .msg-part-list .msg-part-item .other-ms-list .msg-date {
        display: none;
    }

    .msg-part-list .msg-part-item .other-ms-list .msg-con {
        width: 96%;
    }

    .channel-footer-wrap {
        display: none;
    }
}

@media screen and (min-width:960px) and (max-width:1199px) {
    .address_list {
        padding: 0 20px;
        width: auto;
    }

    .new_footer .footer_top_left {
        width: 72%;
    }

    .new_footer .footer_top .foot_nav {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .new_footer .footer_top_right {
        width: 25%;
        padding-left: 2%;
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .index_progress .pro-box {
        max-width: 570px;
    }

        .index_progress .pro-box .w1200 {
            padding: 0;
        }

    .index_progress .proitem:nth-child(3n) {
        margin-right: 0;
    }

    .index_progress .proitem:last-child {
        margin-right: 0;
    }

        .index_progress .proitem:last-child span::before {
            content: '';
        }

    .index_progress .pro-box .proitem:nth-child(1), .index_progress .pro-box .proitem:nth-child(2), .index_progress .pro-box .proitem:nth-child(3) {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:960px) {
    .w1200 {
        padding: 0 20px;
        width: auto;
    }

    .header_nav {
        display: none;
    }

    .m-header {
        display: block;
    }

        .m-header .line {
            height: 3px;
        }

        .m-header .line2 {
            width: 26px;
            top: 8px;
        }

        .m-header .line3 {
            width: 22px;
            top: 17px;
        }

        .m-header .line1 {
            width: 18px;
            top: 0;
        }

    .nei-banner {
        height: 360px;
    }

    .footer_address {
        display: none;
    }

    .index_fengongsi {
        display: block;
    }

    .footer_top, .footer_bottom {
        display: none;
    }

    .m_footer {
        display: block;
        margin-bottom: 60px;
    }

    .page-nav {
        width: 686px;
    }

        .page-nav a {
            width: 170px;
        }
}

@media screen and (max-width:768px) {
    .w1200 {
        padding: 0 15px;
        width: auto;
    }

    .header {
        height: 60px;
        line-height: 60px;
    }

    .header_top {
        display: none;
    }

    .header_nav {
        display: none;
    }

    .m-header {
        display: block;
        margin-top: 20px;
    }

    .header_logo a img {
        height: 28px;
    }

    .m-header .line {
        height: 2px;
    }

    .m-header .line2 {
        width: 20px;
        top: 6px;
    }

    .m-header .line3 {
        width: 16px;
        top: 13px;
    }

    .m-header .line1 {
        width: 12px;
        top: 0;
    }

    .nei-banner {
        height: 260px;
    }

    .index_title_module p, .nei_title_module p, .nei_title_line p {
        font-size: 26px;
    }

    .index_title_module span, .nei_title_module span {
        font-size: 17px;
    }

    .banner_text p {
        font-size: 23px;
    }

    .banner_text span {
        font-size: 32px;
    }

    .banner_text .hrrr {
        margin: 18px auto;
    }

    .index_progress .pro-box .probot {
        display: none;
    }

    .index_progress .pro-box .proitem {
        width: 32%;
        margin-right: 2%;
    }

        .index_progress .pro-box .proitem:nth-child(3n) {
            margin-right: 0;
        }

        .index_progress .pro-box .proitem:hover .protop img {
        }

        .index_progress .pro-box .proitem:hover span {
        }

        .index_progress .pro-box .proitem span::before {
            position: absolute;
            content: '>';
            right: 0;
        }

        .index_progress .pro-box .proitem span {
            font-size: 16px;
            color: #333;
        }

    .index_progress {
        margin-top: 0;
    }

    .msg-part-list .section-tit {
        display: none;
    }

    .msg-part-list .msg-part-item {
        width: 100%;
    }

        .msg-part-list .msg-part-item:nth-child(2), .msg-part-list .msg-part-item:nth-child(3), .msg-part-list .msg-part-item .show-more-btn, .msg-part-list .blue-line {
            display: none;
        }

    .msg-part-list .msg-part-item {
        padding-top: 10px;
    }

        .msg-part-list .msg-part-item .top-new {
            padding-top: 0
        }

    .m_footer_top .call, .m-footer_bot p {
        float: left;
        display: block;
    }

        .m_footer_top .call a {
            color: #fff;
        }

    .m_footer_top .nav {
        display: block;
        overflow: hidden;
    }

        .m_footer_top .nav .line {
            display: none;
        }

        .m_footer_top .nav a {
            margin-right: 15px;
        }

    .m_footer_top {
        padding: 30px 0 15px;
    }

    .m-footer_bot {
        line-height: 30px;
    }

    .about-fuwu .fuwulist .fuwuitem {
        width: 49%;
        margin-right: 2%;
    }

        .about-fuwu .fuwulist .fuwuitem:nth-child(2n) {
            margin-right: 0
        }

    .page-nav {
        width: 506px;
    }

        .page-nav a {
            width: 125px;
        }

    .news-module .page-nav {
        width: 380px;
        display: block;
    }
}

@media screen and (max-width:568px) {
    .index_title_module p, .nei_title_module p, .nei_title_line p {
        font-size: 22px;
    }

    .index_title_module span, .nei_title_module span {
        font-size: 15px;
    }

    .banner_text p {
        font-size: 18px;
    }

    .banner_text span {
        font-size: 25px;
    }

    .banner_text .hrrr {
        margin: 16px auto;
    }

    .index_title_module, .nei_title_module {
        padding-top: 30px;
    }

    .index_progress {
        padding-bottom: 10px;
    }

    .yl-ccxxNr {
        display: none;
    }

    .mm_index_solution {
        display: block;
    }

    .m-bot-nav {
        display: block;
    }

    .m_index_solution {
        display: block;
    }

    .page-nav {
        width: 386px;
        padding: 15px 0 20px;
    }

        .page-nav a {
            width: 95px;
            font-size: 14px;
            height: 40px;
            line-height: 40px;
        }

    .kefu_logo li {
        width: 33.33333%;
    }

    .news-module .page-nav {
        width: 290px;
    }

    .tabBox {
        height: auto;
        background: transparent;
        margin: 30px auto 10px;
    }

        .tabBox ul {
            display: block;
            height: auto;
            overflow: hidden;
            background: transparent;
        }

        .tabBox li {
            width: 48.5%;
            height: 40px;
            line-height: 40px;
            margin-right: 3%;
            margin-bottom: 15px;
            float: left;
        }

            .tabBox li:hover {
            }

            .tabBox li a {
                display: block;
                border: 1px solid rgba(51, 51, 51, 0.39);
                color: #333;
                text-align: center;
                font-size: 16px;
            }

            .tabBox li:hover {
                background: transparent
            }

            .tabBox li:nth-child(2n) {
                margin-right: 0;
            }
}

@media screen and (max-width:480px) {
    .nei-banner {
        height: 220px;
    }

    .index_title_module p, .nei_title_module p, .nei_title_line p {
        font-size: 18px;
    }

    .index_title_module span, .nei_title_module span {
        font-size: 14px;
        margin-top: 5px;
    }

        .index_title_module span.cf90 {
            display: none;
        }

    .banner_text p {
        font-size: 16px;
    }

    .banner_text span {
        font-size: 22px;
    }

    .banner_text .hrrr {
        margin: 12px auto;
    }

    .index_progress .pro-box .proitem .protop {
        height: 140px;
    }

    .index_progress {
        padding-bottom: 0;
    }

        .index_progress .pro-box .proitem .protop img {
            width: 48%;
        }

    .m-footer_bot a {
        margin-left: 15px;
    }

    .page-nav {
        width: 326px;
        padding: 15px 0 20px;
    }

        .page-nav a {
            width: 80px;
            height: 36px;
            line-height: 36px;
        }

    .news-module .page-nav {
        width: 246px;
    }
}

@media screen and (max-width:350px) {
    .page-nav {
        width: 286px;
        padding: 15px 0 20px;
    }

        .page-nav a {
            width: 70px;
            font-size: 13px;
            height: 32px;
            line-height: 32px;
        }

    .news-module .page-nav {
        width: 216px;
    }
}

@media screen and (max-width:320px) {
}
