
    body {
        font-size: 16px
    }
    /* 栅栏 */
    .container,.row{padding: 0px;margin: 0px;}
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{    padding-right: 0px;
        padding-left: 0px;}
    /* nav */
    .pc_logo{height: 90px;width: auto;position: absolute;top: 0px;z-index: 999999;padding: 10px;left: 5px;}
    .nav_ul{display: flex;  display: -webkit-flex; height: 90px;width: 100%;position: fixed;background: #fff;
        align-items:center;
        justify-content:flex-end;
        z-index: 9999;
        padding-right: 12%;
    }
    .nav_li{width: 120px;
        height: 100%;
        line-height: 90px;
        text-align: center;}
        .nav_li a{color: #666;font-weight: 700;}
    .nav_li a:hover{color: #005acd;}
    .nav_li:hover .c4{display: block;}
    .c4{display: none;background: #fff;height: 45px;}
    .c4_li{height: 100%;float: left;line-height: 45px;width:150px;}
    .c4_li>a{line-height: 45px; float: left;width: 100%;font-size: 16px;}
    /* 语言切换 */
    .cn{    position: fixed;
        width: 100px;
        height: 30px;
        background: #a2de5f;
        top: 30px;
        right: 5%;
        z-index: 99999;
        border-radius: 20px;
        display: flex;
        justify-content:center; align-items:center;
        text-align: center;
        overflow: hidden;
    }
    .cn>li{flex: 50%;height: 100%;line-height: 180%;}
    .cn>li:nth-child(1){background-color: #7a7bf3;}
    .cn>li a{color: #eee;font-size: 14px;}
    /* 轮播 */
    .lunbo_box{
        position: relative;height: 1000px;
    }
    .swiper_lunbo{
        width: 95%;
        height: 900px;
        background: #999;
        margin-top: 90px;
        float: left;
        border-radius:0 0 50px 0;
    }
    .lunbo_text {
        margin: 300px 0 0 300px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
    }
    .lunbo_text span{
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }

    .lunbo_text h4 {
        font-size: 100px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 30px;
        letter-spacing: 2px;
    }

    .lunbo_text p {
        font-size: 100px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 30px;
        letter-spacing: 5px
    }

    .tlt_1::before {
        content: " ";
        display: block;
        width: 100px;
        height: 10px;
        background: #fff;
        margin-bottom: 25px;
    }

    .lunbo_js{    position: absolute;
        right: 30px;
        top: 350px;
        margin: 0 auto;
        height: 400px;
        writing-mode: vertical-lr;
        font-size: 20px;
        font-weight: 400;}
    .lunbo_b{position: absolute;width: 65%;height: 220px;background: #005acd;border-radius: 0 0 0 100px;right: 0px;bottom: -70px;}


    /* 按钮 */
    .swiper-button-next, .swiper-button-prev{width: 60px;height: 60px;border-radius: 50%;top: 80%;left: 85%;}
    .swiper-button-prev{left: 78%;}
    .swiper-button-next:hover .hi-icon_text{display: block;}
    .swiper-button-prev:hover .hi-icon_text1{display: block;}
    .hi-icon_text{position: absolute;left: 90px;top: 13px;}
    .hi-icon_text1{position: absolute;right: 90px;top: 13px;display: none}
    .hi-icon-wrap {
        text-align: center;
        margin: 0 auto;
        padding: 2em 0 3em;
    }
    .hi-icon.hi-icon-mobile{
        display: inline-block;
        font-size: 0px;
        cursor: pointer;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        text-align: center;
        position: absolute;
        z-index: 1;
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        line-height: 60px;
    }
    .hi-icon:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box; 
        -moz-box-sizing: content-box; 
        box-sizing: content-box;
    }
    /* Effect 1 */
    .hi-icon-effect-1 .hi-icon {
        background: rgba(255,255,255,0.1);
        -webkit-transition: background 0.2s, color 0.2s;
        -moz-transition: background 0.2s, color 0.2s;
        transition: background 0.2s, color 0.2s;
    }
    .hi-icon-effect-1 .hi-icon:after {
        top: -7px;
        left: -7px;
        padding: 7px;
        box-shadow: 0 0 0 4px #fff;
        -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
        -webkit-transform: scale(.8);
        -moz-transition: -moz-transform 0.2s, opacity 0.2s;
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        transition: transform 0.2s, opacity 0.2s;
        transform: scale(.8);
        opacity: 0;
    }
    /* Effect 1a */
    .hi-icon-effect-1a .hi-icon:hover {
        background: rgba(255,255,255,1);
        color: #005acd;
        font-size: 28px;
        font-weight: 700;
    }
    .hi-icon-effect-1a .hi-icon:hover:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 0px 20px;
        border: 2px #333 silver;
        border: 5px solid #eee;
        background: transparent;}
    .swiper-pagination-clickable .swiper-pagination-bullet{height: 20px;width: 20px;}
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{    bottom: 150px;
        left: -29%;}
    
    /* 关于我们 */

        .about_box{height: 800px;width: 100%;margin-top: 250px;padding: 0px 200px; }
        .box_top{height: 180px;border-bottom: 6px #005acd solid;width: 100%;}
        .about_box_bj{background: url(../images/index_2.png);background-size: 100%;background-repeat: no-repeat;}
        /* 标题 */
        .box_top_img{position: relative;padding-left: 20px;height: 80px;display: inline-block;width: 100%;}
        .box_top_img img{height: 100%;width: auto;}
        .shu{width: 6px;height: 60px;background: #005acd;position: absolute;left: 0px;top: 10px;}
        .box_text{position: absolute;left: 240px;bottom: -10px;font-size: 42px;font-weight: 700;color: #333;}

        /* 内容 */
        .about_content{margin-top: 75px;margin-bottom: 50px;font-size: 16px;color: #333;line-height: 200%;font-weight: 400;}
        .about_more{display: inline-block;transition: all 3s;cursor:pointer ; height: 35px;width: 170px;line-height: 35px;background-image:-webkit-linear-gradient(left,#ba132b,#fd8403); color: #fff;text-align: center;}
        .about_more:hover{background:#ba132b }

        .about_shuju{margin-top: 120px;}
        .clearfix:after{ content:""; display:block; clear:both; height:0; visibility:hidden;}
        .clearfix{ zoom:1;}
        .numCount{ margin: 0 -10px;}
        .numCount li{ float: left; width: 25%; text-align: center;}
        .numCount li .indc{text-transform: uppercase}
        .numCount li .item{ margin: 0 10px;}
        .numCount li .numU{ line-height:1.3;}
        .numCount li .numCX{ font-size:54px; color:#3b7bbb;font-weight: 400;}
        .numCount li .numU .unitC{font-size:100%; line-height: 1.3; margin-left: 0.3em;top: 0px;font-size: 26px;color:#3b7bbb;}
        .numCount li .numU sup{vertical-align: top;}
        .numCount li .numU sub{vertical-align:baseline;}
        .about_left_img{width: 470px;height: 670px;position: relative;float: right;z-index: 1;box-shadow: 0px 0px 10px #999;}
        .about_left_box{width: 260px;height: 440px;background: #005acd;position:absolute;left: -40px;bottom: -60px;z-index: -1;}
        .about_left_box img{width: 110px;height: 35px;position: absolute;bottom: 15px;left: 40px;}
        /* 产品应用 */
        .pro_box{width: 100%;padding-top: 80px;  margin-top: 200px;height: 840px;background: url(../images/index_4.png);background-color: #fafafa; background-repeat: no-repeat;background-position-x: 80px;background-position-y: 280px;}
        .pro_box_t{padding-left: 200px;padding-right: 0px;}
        .m-slide{ position: relative; width:100%; height: 880px;;float: right; }
        .m-slide .bottom-shadow{ position: absolute;  bottom: -3px; left: 0; width: 100%; height: 1px; overflow: hidden;
border-top: 1px solid #e0e0e0; background: #e6e6e6; border-bottom: 1px solid #ececec }
        .m-slide .img { float: right; position: absolute }
        .m-slide .img li, .m-slide .img a, .m-slide .img img { display: block;}
        .m-slide .img img{ width: 1000px; height: 541px }
        .m-slide .img .img_text{height: 300px;width: 100%;background:#005acd;margin: 0px;padding: 50px;}
        .m-slide .img .img_text .xuhao{font-size: 60px;font-weight: 700;color: #eee;line-height: 100%;text-align: center;}
        .m-slide .img .img_text .iconfont{font-size: 60px;font-weight: 700;color: #eee;text-align: center;}
        .m-slide .img .img_text .xian{width: 65px;height: 8px;background: #eee;margin: 20px auto;text-align: center;}
        .m-slide .img  h4{color: #eee;padding-bottom: 10px;font-size: 30px;}
        .m-slide .img .img_text_ul li{width: 50%;display: inline-block;color: #eee;font-size: 16px; float:left; line-height: 180%;transition: all .6s;}
        .m-slide .img .img_text_ul .dian{width: 5px;height: 5px; line-height: 180%;background: #eee;display: inline-block;margin-bottom: 3px;border-radius: 50%;margin-right: 5px;}
        .m-slide .img .img_text_ul li:hover{padding-left: 10px;}
        .m-slide .img li { display: none;}
        
        .m-slide .img .first { display: block }.m-slide .tab { float: right }
        .m-slide .tab{position: absolute;bottom: 25%;left: 0px;background:rgba(255,255,255,0.6);}
        .m-slide .tab li { *margin-bottom: -3px; border-top: 1px solid #e5e5e5; width: 360px;height: 110px;}
        .m-slide .tab .first { border-top: 0 }
        .m-slide .tab a { text-decoration: none; display: block; position: relative; width: 360px; height: 110px; border-left: 3px solid #fff; }
        .m-slide .tab a b { position: absolute; left: 0; top: 48px; width: 4px; height: 11px; overflow: hidden }
        .m-slide .tab a span { position: absolute; overflow: hidden }
        .m-slide .tab a .title {width: 100%; height: 110px; line-height: 110px; font-size: 16px; font-weight: bold; color: #666;text-align: center;}
        .m-slide .tab a .des { left: 18px; top: 26px; height: 16px; line-height: 16px; color: #999 }
        .m-slide .tab .first a { height: 50px }
        .m-slide .tab .on a { border-left: 3px solid #005acd;background: #005acd;margin: 0 auto;}
        .m-slide .tab .on a b { background: url(../images/dot.png) no-repeat}
        .m-slide .tab .on a span { color: #eee }
        /* 代理产品 */
        .brand_box{background: url(../images/120.png);height: 840px;width: 100%;position: relative; background-repeat: no-repeat;background-size: 100% 100%;margin-top:400px}
        .brand_box_t{padding-left: 200px;margin-top: 45px;}
        .brand_box_b{margin-top: 45px;width: 90%;height: 750px;z-index: 1;}
        .brand_box_hover{overflow: hidden;background-size: 102%!important; }
        .brand_text{text-align: center; position: relative;top: 50%; transform: translateY(-50%);}
        .brand_box_hover2 .brand_text .brand_text_xian{margin: 30px auto;}

        .brand_box_hover3 .brand_text h4 {font-size: 24px;}
        .brand_box_hover3 .brand_text .brand_text_xian{margin: 20px auto;}
        .brand_box_hover3 .brand_text_bianhao{font-size: 110px;}

        .brand_box_hover4 .brand_text h4 ,.brand_box_hover5 .brand_text h4 {font-size: 20px;}
        .brand_box_hover4 .brand_text p ,.brand_box_hover5 .brand_text p{font-size: 16px;}
        .brand_box_hover4 .brand_text .brand_text_xian,.brand_box_hover5 .brand_text .brand_text_xian{margin: 10px auto;}
        .brand_box_hover4 .brand_text_bianhao,.brand_box_hover5 .brand_text_bianhao{font-size: 70px;}

        .brand_text h4{font-size: 28px;font-weight: 700;}
        .brand_text p{font-size: 18px; letter-spacing: 1px;}
        .brand_text .brand_text_xian{width: 50px;height: 8px;background: #ba132b;margin: 50px auto;}
        .brand_text_bianhao{position: absolute;line-height: 100%;bottom: 10px;right: 0px;font-size: 140px;font-style: italic;font-weight: 700;color: #eee;}
        .brand_text_bianhao::after{content:""; display:block; clear:both; height:8px;width: 80px;background: #eee;}
        .brand_text_box{display: none;height: 100%;cursor:pointer}
        .brand_text_box3{display: none;height: 100%;cursor:pointer}
        .brand_box_hover:hover .brand_text{color: #eee;}
        .brand_box_hover1:hover .brand_text_box1.brand_text_box{display: block;}
        .brand_box_hover2:hover .brand_text_box2.brand_text_box{display: block;}
        .brand_box_hover3:hover .brand_text_box3{display: block;}
        .brand_box_hover4:hover .brand_text_box4.brand_text_box{display: block;}
        .brand_box_hover5:hover .brand_text_box5.brand_text_box{display: block;}
        .brand_box_hover:hover { background-size: 110%!important;-webkit-transition: background-size .6s linear;
            transition: background-size .6s linear;}
        .brand_budi_box{width: 470px;height: 750px;background: #285fa7;opacity: 0.7;position: absolute;bottom: 0px;right: 6%;}
            
        /* 新闻资讯 */
        .news_box{position: relative; height: auto;width: 100%;background: url(../images/news_bj.png);padding-left: 200px;padding-top: 50px; margin-top: 200px;margin-bottom:200px;}
        .investment_con_list{display:none;width: 1700px;}
        .investment_title{position: absolute;right: 30px; top: 100px;}
        .investment_title .investment_title_tab{width: 120px;height: 40px;text-align: center;line-height: 40px;display: inline-block;cursor:pointer;margin: 0px 15px;}
        .investment_title div.on{background: #285fa7;color: #eee;}
        .swiper_news .swiper-slide{background: #efefef;min-height: 400px;color: #eee;overflow: hidden;cursor:pointer}
        .swiper_img{overflow: hidden;height: 290px;}
        .swiper_text{padding: 0px 15px;}
        .swiper_text h4{font-size: 18px; margin: 15px 0px;color: #333;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            overflow: hidden;}
        .swiper_text p{font-size: 16px;color:#666;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            overflow: hidden;}
        /* 合作伙伴 */
        .hezuo_index_box{min-height: 400px;background: #fafafa;padding: 100px 200px;}
        .hezuo_top{}
        .swiper_hezuo{height: 120px;}
        .hezuo_index_img{height: 105px;}


        .fenge{width: 90%;height: 1px;background: #eeee;margin: 0 auto;}

        /* 底部 */
        /* .footer{background: url(../images/wavs.gif) no-repeat;} */
        .rwm{width: 140px;height: 140px;float: right;text-align: center;}
        .dizi_box li{margin-bottom: 20px;}
        .dizi_box span{font-weight: 700;}
        .dizi_box .dizi_ul{margin-top: 60px;border: 1px #999 solid;display: flex; justify-content:center; align-items:center;}
        .dizi_box .dizi_ul li{flex: 1;text-align: center;margin: 0px;padding: 8px;border-right: 1px #666 solid;}
        .dizi_box .dizi_ul li:nth-child(4){border: none;}
        .dizi_box .dizi_ul li a{color: #666;font-weight: 700;}
        .dizi_box .dizi_ul li:hover a{color: #eee;}
        .footer_b{width: 80%;margin: 0 auto;font-size: 16px;padding: 10px 0px;text-align: center;}
        



        
        /* 分页 */
        .fenye_bj{ background: url(../images/gongsjj_bj.png);background-position:center;background-position-y:-600px;background-position-X:-50px; height: auto;}
        .fenye_box{padding: 100px 200px 200px 200px; }
        .dingwei{padding-top: 30px;}
        /* 头部公共 */
        .fenye_top{min-height: 480px;width:100%;background: #005acd;border-radius: 0px 0px 100px 0px;position: relative;}
        .fenye_top .cs{height: 400px; width: 80%;position: absolute;top: 150px;width: 80%;left: 50%; transform:translateX(-50%);border-radius: 150px 0 150px 0;padding: 50px;box-shadow:1px 10px 30px #002b53;}
        .fenye_us_txt{color: #eee;margin-top: 120px;}
        .fenye_us_txt h4{font-size: 38px;font-weight: 700;}
        .fenye_us_txt p{font-size: 28px;font-weight: 400;padding: 20px 0px;}
        .fenye_us_li{text-align: center;background: #eee;}
        .fenye_us_li>a{width: 100%;height: 100%;padding: 10px 0px;display:block;color: #999;text-transform: capitalize}
        .fenye_us_li .active{background: #005acd;color: #eee;}
        .breadcrumb{width: 80%;margin: 0 auto;margin-top: 75px;font-size: 16px;background: transparent;}
        .py_path img{width: 20px;display: inline-block;padding-bottom: 4px;}
        /* 公司介绍 */
        .gongsjj_top_box{min-height: 800px;position: relative;}
        .gongsjj_top_box .row{height: 800px;}
        .gongsjj_top_text{padding: 0 30px;}
        .gongsjj_top_cent{padding: 60px 30px;line-height: 200%;color: #333;font-size: 16px;}
        .gongsjj_top_cent p{display: -webkit-box;
            -webkit-line-clamp: 13;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            overflow: hidden;}
        .gongsjj_top_text h4{font-size: 38px;color: #2a6bbb;}
        .gongsjj_top_text p{font-size: 20px;color: #333;padding: 10px 0px;}
        .gongsjj_top_text_1{width: 50px;height: 2px;background: #005acd;}
        .gongsjj_top_text_2{width: 35px;height: 2px;background: #669ce1;margin-top: 10px;}
        .gongsjj_top_text_3{width: 70px;height: 2px;background: #005acd;}
        .gongsjj_top_b{position: absolute;bottom: 0px;left: 0px;background:#005acd;}
        .gongsjj_top_b p{text-align: center;font-size: 60px;font-weight: 700;color: #eee;padding: 30px 0px;text-shadow: 1px 5px 1px #287bda;letter-spacing: 5px;}
        .gongsjj_r_img{height: 100%;}
        .gongsjj_r_img img{width: 100%;height: 100%;}
        .gongsjj_list_box{width: 100%;margin: 150px 0px;}
        .gongsjj_list_ul{height: 170px;width: 100%;border:1px solid rgb(206, 206, 206);display: flex;justify-content:center;}
        .gongsjj_list_cent{
            display: flex;
            display: -webkit-flex;
            align-items:center;
            justify-content:center;
            transition: all .6s;
            flex: 25%;
            border-right: 1px solid rgb(206, 206, 206);
        }
        .gongsjj_list_ul li:nth-child(4){border-right: none;}
        .gongsjj_list_box .col-md-3{height: 100%;}
        .gongsjj_list_box .col-md-12{height: 100%;}
        .gongsjj_list_img{width: auto;height: 100%;padding: 20px;}
        .gongsjj_list_img img{border-radius: 50%;
            border: 4px solid #f9f9f8;}
        .gongsjj_list_text h4{color:#3b7bbb; transition: all .6s;}
        .gongsjj_list_text p{color:#333; transition: all .6s;text-transform: capitalize}
        .gongsjj_list_cent:hover{background:#005acd;}
        .gongsjj_list_cent:hover .gongsjj_list_text h4{color: #eee;}
        .gongsjj_list_cent:hover .gongsjj_list_text p{color: #eee;}

        .gongsjj_b_text{position: absolute;top: 70px;left: 30px;}
        .gongsjj_b_text h4{font-size: 38px;color: #333;}
        .gongsjj_b_text p{font-size: 20px;color: #717171;padding: 10px 0px;}
        .gongsjj_b_cent{height: 800px;background: #f7f7f7;padding: 120px 80px;line-height: 200%;color: #333;font-size: 16px;}

        /* 产品列表 */
        .chanpin_box .col-md-4{padding:15px;}
        .chanpin_cent{cursor:pointer}
        .chenpin_img{height: 260px;}
        .news_img{height: 240px;}
        .chenpin_img img{width: 100%;height: 100%;}
        .chenpin_text{padding:5px 10px;}
        .chenpin_text h4{margin: 8px 0px;color: #303030;font-size: 16px;text-align: center;font-weight: 700;}
        .chenpin_text p{font-size: 14px;}
        .news_text{background: #efefef;padding: 30px 20px;}
        .news_text h4{text-align: left;}
        .news_text p{line-height: 32px;}
        /* 新闻详情 */
        .fenye_news_box{width: 1200px;margin: 100px auto;background: url(../images/keju_bj.png) no-repeat;background-position-y: 200px;background-position-x: 80%;}
        .fenye_news_box h4{font-size: 32px;text-align: center;padding-bottom: 20px;}
        .fenye_news_box>p{font-size: 18px; text-align: center;}
        .content_box{font-size: 16px;margin-top: 50px;text-align: left;line-height: 180%;}
        .content_box>p{padding-bottom: 10px;}
        .content_box img{text-align: center;width: auto;}
        /* 推荐新闻 */
        .news_tj{width: 1200px;margin: 0 auto;padding-top: 60px;border-top: 1px solid #efefef;}
        .news_tj>h4{font-size: 24px;}
        .news_tj_cent .col-md-4{padding:20px;}
        .news_tj_img {height: 200px;}
        /* 产品详情 */
        .chanpin_read_box{width: 1200px;min-height:400px;background: url(../images/keju_bj.png) no-repeat;background-position-y: 200px;background-position-x: 80%;margin: 0 auto;}
        .chanpin_read_box h4{font-size: 28px;font-weight: 700;}
        /* 联系我们 */
        .lianx_bj{background: url(../images/ditu_bj.png) 100% ;}
        .lianx_text{padding:10px 80px;}
        .lianx_text h4{font-size: 28px;font-weight: 700;}
        .lianx_text h5{font-size: 14px;font-weight: 400;color: #666;padding-bottom: 30px;letter-spacing: 3.5px;}
        .lianx_text p{padding-bottom: 10px;color: #666;font-size: 16px;}
        .lianx_text span{font-weight: 700;}
        /* 合作伙伴 */
        .hezuo_box{padding: 0 50px;}
        .hezuo_cent{padding: 30px 15px;}
        .hezuo_img{height: 115px;padding: 0 15px;}
        .hezuo_img img{width: 100%;height: auto;}
        .hezuo_text h4{font-size: 18px;color: #666;}
        /* 分页按钮 */
        .py_page_botton{text-align: center;margin-top: 2rem;}
        .btn-default{display: block;text-align: center;background: #fff;color: #333;font-size: 16px;}
        .btn,.btn-default:hover{background: #fff;color: #333;}
        .btn-default.active{color: #333;background: #fff;box-shadow:none;font-size: 16px;}
        .btn-group:hover{background: #fff;color: #333;}
        #page_center_botton span{border-bottom: 1px solid #333;}
        #page_left_botton span{padding: 0 5px;}





  

/*99    