body,html{background:#fff;margin:0;color:#666666;font-family:'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';}
textarea,
*::-webkit-input-placeholder{font-family:'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';color:#999999}

input[type='text'],input[type='button']{padding:0;margin:0}
ul,ol,img,p,font,dd,dl,li{padding:0;margin:0;border:0}
em{font-weight:normal}
li{list-style-type:none;}
a{text-decoration:none;color:#666666;cursor:pointer}
a:hover{color:#004c9e;text-decoration:none;}
.clear:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clear{display:inline-table}
*html .clear{height:1%}
.clear{display:block}
*+html .clear{min-height:1%}

/* 滚动条 */
::-webkit-scrollbar {width:5px;height:8px}
::-webkit-scrollbar-track {background:rgba(238, 238, 238, 1) none;-webkit-box-shadow:rgba(0, 76, 158, 1);;border-radius:5px} /* 滚动槽 */
::-webkit-scrollbar-thumb {background:rgba(0, 76, 158, 0.9) none;-webkit-box-shadow:rgba(0, 76, 158, 0.9);;border-radius:5px} /* 滚动条滑块 */
::-webkit-scrollbar-thumb:window-inactive {background:rgb(0, 76, 158) none;;border-radius:5px}

#popupBg{background:rgba(0,0,0,0.4);z-index:999;position:fixed;top:0;left:0;right:0;bottom:0;}

#popupBox{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;margin:0 auto;}

.popup_box_out{

}

/*Phone*/
@media (max-width:769px){
    #popupBox{ -webkit-animation:fadeInRight 0.5s 1;-moz-animation:fadeInRight 0.5s 1;animation:fadeInRight 0.5s 1;}

    .popup_box_out{
        right:-100% !important;
        -webkit-animation:fadeOutRight 0.5s 1 !important;
        -moz-animation:fadeOutRight 0.5s 1 !important;
        animation:fadeOutRight 0.5s 1 !important;
    }
}


#popupBox .popup_box{display:table;height:100%;width:100%;}
#popupBox .popup_main{display:table-cell;vertical-align:middle;text-align:center;}

#tipBg{background:rgba(0,0,0,0.4);z-index:9999;position:fixed;top:0;left:0;right:0;bottom:0}
#tipBox{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;max-width:430px;margin:0 auto;}
#tipBox .tip_box{display:table;height:100%;width:100%;}
#tipBox .tip_main{display:table-cell;vertical-align:middle;text-align:center;}
#tipBox .tip_main div{background-color:rgba(0, 0, 0, 0.6);color:#fff;display:table;margin:0 auto;border-radius:20px;padding:10px 25px;font-size:12px;letter-spacing:1px}


.no_info{display:block;margin:20px auto;text-align:center;font-size:18px;color:#ccc;}
.no_info span{ width:60px;height:60px;margin:0 auto;text-align:center;line-height:60px;border:5px solid #ccc;font-size:40px;display:block;margin-bottom:20px;border-radius:100%;}




@media screen and (max-width: 1449px) and (min-width:900px){
    .head .nav li>a{padding:0 10px !important;letter-spacing:0 !important;}
    .center{width: 1250px !important}

    .head .nav #navProduct .main {
        width: 950px !important;
    }

    .product .main {
        width: 930px !important;
    }
    .main .fixed div {
        width: 930px !important;
    }

    .foot .bottom ul li {
        padding-left: 20px !important;
    }

    .zhaopin .remark .wow {

        padding: 30px 170px !important;

    }
}




/*PC*/
@media(min-width:900px){

    .center{width:1350px;margin:0 auto;}
    .left{float:left}
    .right{float:right}


   /* #loading{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 76, 158,1) none;z-index:9999999;color:#fff;}
    #loading .box{display:table;height:100%;width:100%}
    #loading .txt{display:table-cell;vertical-align:middle;text-align:center}
    #loading .txt>img{width:100px;height:100px;-webkit-animation:flip 5.2s ease-in-out infinite;-moz-animation:flip 5.2s ease-in-out infinite;animation:flip 5.2s ease-in-out infinite;}
    #loading .txt div{padding:30px}*/

    .column_title{text-align:center;font-size:40px;line-height:70px;letter-spacing:5px;text-indent:5px;font-weight:bold;}
    .column_title div{width:220px;margin:10px auto;}
    .column_title div span{width:30px;margin:0 auto;height:3px;display:block;position:relative;top:2px;overflow:hidden;}
    .column_desc{text-align:center;font-size:20px;line-height:40px;letter-spacing:2px;}

    .column_link a{display:block;margin:10px auto;color:#004c9e;width:200px;height:40px;line-height:40px;text-align:center;border:1px solid #004c9e;
        transition:all .2s;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;
    }
    .column_link a:hover{background:rgba(0, 76, 158, 0.9);color:#ffffff}


    .column_title_white{color:#ffffff;}
    .column_title_white div{border-bottom:1px solid #fff;display:none}
    .column_title_white div span{ background:#004c9e;}
    .column_desc.column_title_white{color:#cccccc;}

    .column_title_blue{color:#333333}
    .column_title_blue div{border-bottom:1px solid #999999;display:none}
    .column_title_blue div span{ background:#004c9e;}
    .column_desc.column_title_blue{color:#999999}

    .page_bg{background-color:#f9f9f9 !important;overflow-x:hidden;}
    .head_page2:hover,
    .head_page_active{background-color:rgba(255, 255, 255, 1) !important;box-shadow:0 10px 22px 0 rgba(0,0,0,0.02), 0 4px 8px 0 rgba(0,0,0,0.02);}

        /*rgba(0, 76, 158, 0.95)*/

    .head_white{background:none;}
    .head_white dl{ background:rgba(255, 255, 255, 1) none;}
    .head_white dl .child_current a:before{content:"";width:5px;height:5px;border-radius:5px;background-color:#004c9e;position:absolute;margin-top:20px;left:10px}
    .head_white dd:hover{background:rgba(204, 204, 204, 0.5);}
    .head_white dl a{color:#333333 !important;}
    .head_white .logo a{background:url("/dist/image/logo_white.png")}
    .head_white .nav a{color:#ffffff;}
    .head_white .nav i svg,
    .head_white .head_search_btn svg{fill:#ffffff;}
    .head_white .head_search_key input{color: #fff;}
    .head_white .head_search_key input::placeholder{color: #fff;}
    .head_white .nav li.current>a span:before,
    .head_white .nav li:hover>a span:before {background-color:#fff;width:17px !important;}


    .head_blue{background:rgba(255, 255, 255, 0) none;}
    .head_blue dl{background:rgba(255, 255, 255, 1) none;}
    .head_blue dl .child_current a:before{content:"";width:5px;height:5px;border-radius:5px;background-color:#004c9e;position:absolute;margin-top:20px;left:10px}
    .head_blue dd:hover{background:rgba(204, 204, 204, 0.5)}
    .head_blue dl a{color:#333333 !important;}
    .head_blue .logo a{background:url("/dist/image/logo_blue.png")}
    .head_blue .nav a{color:#333333;}
    .head_blue .nav i svg{fill:#666666;}

    .head_blue .nav li.current>a span:before,
    .head_blue .nav li:hover>a span:before {background-color:#004c9e;width:17px !important;}


    .head_center{padding: 0 0 0 30px;}
    .head{position:fixed;left:0;right:0;top:0;z-index:99;transition:all .2s;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;}
    .head .logo{padding:10px 0;}
    .head .logo a{width:200px;height:80px;display:block;background-repeat:no-repeat;background-size:cover}
    .head .nav{height:100px;}
    .head .nav li{float:left;height:100px;}
    .head .nav li>a{display:block;padding:0 25px;height:60px;font-size:18px;letter-spacing:2px;}
    .head .nav li>a span:before{content:"";width:0;height:5px;border-radius:5px;position:absolute;webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}


    .head .nav li a i{float:right;width:20px;height:20px;display:block;margin-left:5px;font-style:normal;position:relative;top:22px;font-size:10px;line-height:12px;}
    .head .nav li a span{display:block;height:60px;line-height:60px;position:relative;z-index:1;margin-top:20px;}
    .head .nav li dl{position:relative;width:110px;margin:0 auto;border-radius:4px;height:0;overflow:hidden;box-shadow:0 0 10px 0 rgba(0,0,0,.1);}
    .head .nav li dd a{height:45px;line-height:45px;text-align:center;display:block;}
    .head .nav li:hover dl{height:auto;-webkit-animation:fadeInUp 0.2s ease-in-out 1;-moz-animation:fadeInUp 0.2s ease-in-out 1;animation:fadeInUp 0.2s ease-in-out 1;}
    .head .nav li:hover svg{transform:rotate(-180deg);webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-ms-transition:all 0.3s ease;transition:all 0.3s ease;}

    .head .nav #navProduct{position:fixed !important;left:0;right:0;top:100px;width:unset !important;border-radius:0 !important;background-image:url(/dist/image/nav/product/bg.jpg);background-position-x:center;background-color:#fff;}
    .head .nav #navProduct .product_nav{height:560px;overflow:hidden}
    .head .nav #navProduct .side,
    .head .nav #navProduct .main{height:100%;overflow:hidden;}
    .head .nav #navProduct .side{width:250px;background-repeat:no-repeat;background-position:bottom center;background-size:100%}
    .head .nav #navProduct .main{width:1050px;background-color:#fff;}

    .head .nav #navProduct .product_item{height:115px;overflow:hidden;margin-top:20px;}
    .head .nav #navProduct .side .product_item label{width:250px;height:115px;display:block;}
    .head .nav #navProduct .side .product_item a{display:block;}
    .head .nav #navProduct .side .product_item label font{display:block;font-style:normal;font-size:16px;font-weight:bold;color:#333;padding:25px 30px;cursor:pointer;}
    .head .nav #navProduct .main .product_item div{margin:0 0 0 80px;font-size:16px;}
    .head .nav #navProduct .main .product_item div a{float:left;width:33%;padding:9px 0;color:#333 !important}
    .head .nav #navProduct .main .product_item div a::before{content:"";width:5px;height:5px;border-radius:5px;background-color:#ccc;position:absolute;margin-top:8px;margin-left:-15px;}
    .head .nav #navProduct .main .product_item div a:hover{color:#004c9e !important}
    .head .nav #navProduct .main .product_item div a:hover::before{background-color:#004c9e;}

    .head #menu{display:none}

    .head .head_search{height: 100px;width: 100px;webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-ms-transition:all 0.3s ease;transition:all 0.3s ease;}
    .head .head_search .head_search_box{position: fixed;top: 0;right: 0;height: 100px;min-width: 100px;overflow:hidden;z-index: 100}
    .head .head_search .head_search_key{display: block;width: 0;webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-ms-transition:all 0.3s ease;transition:all 0.3s ease;}
    .head .head_search .head_search_key input{height: 100px;line-height: 100px; width: 100%;border: 0;outline: none;text-indent:20px;font-size: 16px;background:none;}
    .head .head_search .head_search_btn {height: 100px;width: 100px; display: block;}
    .head .head_search .head_search_btn svg{width: 24px;height: 24px;margin:38px;cursor: pointer}
    .head .head_search .head_search_box:hover .head_search_key{width:140px;}


    .foot .partner{top:100px;bottom:350px;left:0;right:0;}
    .foot .partner .partner_box{display:table;width:100%;height:100%;}
    .foot .partner .partner_list{display:table-cell;vertical-align:middle}
    .foot .partner ul{width:800px;margin:50px auto;}
    .foot .partner li{float:left;display:block;margin:0 30px;cursor:pointer}
    .foot .partner span{display:block;margin:0 auto;position:relative;width:100px;height:100px;background-position:center center;background-repeat:no-repeat;}
    .foot .partner span:before,
    .foot .partner span:after{background-position:50% 50%;background-repeat:no-repeat;background-size:100px 100px;content:"";position:absolute;width:100%;height:100%;}
    .foot .partner span:before{background-image:url("../image/bg_outer.png");-webkit-animation:turn-clockwise 9s linear infinite;-moz-animation:turn-clockwise 9s linear infinite;animation:turn-clockwise 9s linear infinite;}
    .foot .partner span:after{background-image:url("../image/bg_inner.png");-webkit-animation:turn-anticlockwise 12s linear infinite;-moz-animation:turn-anticlockwise 12s linear infinite;animation:turn-anticlockwise 12s linear infinite;}

    .foot .partner li:hover span{-webkit-animation:amplify 1.2s ease-in-out 1;-moz-animation:amplify 1.2s ease-in-out 1;animation:amplify 1.2s ease-in-out 1;}


    .foot .foot_box{display:table;/*height:100%*/;width:100%;}
    .foot .foot_main{display:table-cell;vertical-align:bottom;}

    .foot .bottom{background:rgba(0, 76, 158, 0.9) none;height:300px;}
    .foot .copyright{background:rgba(0, 76, 158, 0.9) none;font-size:14px;height:50px;line-height:50px;text-align:center;color:rgba(255,255,255,0.4);border-top:1px solid rgba(255,255,255,0.1);}
    .foot .copyright a{color:rgba(255,255,255,0.4);}


    .foot .bottom{color:rgba(255,255,255,0.4);font-size:16px}
    .foot .bottom a{color:rgba(255,255,255,0.4);}
    .foot .bottom a:hover{text-decoration:underline}
    .foot .bottom ul{padding-top:50px;}
    .foot .bottom ul li:first-child{padding-left:0 !important;}
    .foot .bottom ul li{float:left;padding-left:50px;}
    .foot .bottom ul li span a,
    .foot .bottom ul li span{display:block;font-size:18px !important;line-height:40px !important;color:#ffffff !important;}
    .foot .bottom ul li a{display:block;line-height:35px;}
    .foot .bottom ul li div{}
    .foot .bottom ul li center{line-height:30px;}
    .foot .bottom ul li .tel{font-size:24px;font-weight:bold;font-family:Arial;margin-bottom:10px;color:#ffffff}
    .foot .bottom ul li .work{line-height:40px}
    .foot .bottom ul li img{width:100px;height:100px;border:10px solid #f4f4f4;border-radius:5px;display:block;margin-top:10px;cursor:pointer}


    .page_banner{height:450px;background-position:center;background-repeat:no-repeat;background-size:cover;}
    .page_banner .banner_box{color:#fff;padding-top:100px;height:350px;display:table;}
    .page_banner .banner_main{display:table-cell;vertical-align:middle;}
    .page_banner .banner_title{font-size:40px;letter-spacing:5px;padding-bottom:20px}
    .page_banner .banner_sub_title{font-size:24px;padding-bottom:20px}
    .page_banner .banner_sub_title span{font-family:Arial, Sans-serif;}
    .page_banner .banner_dec{font-size:20px;line-height:40px;width:60%;}

    .title_cn {text-align:center;letter-spacing:-1px;font-size:40px;line-height:66px;color:#15549a;font-weight:800;}
    .title_en {text-align:center;letter-spacing:-1px;font-size:22px;line-height:66px;color:#999;font-weight:400;font-family:Arial;}


    .category{height:100px;background-color:#fff;border-bottom:1px solid #eee;text-align:center;z-index:10;position:relative}
    .category ul{display:table;height:100%;margin:0 auto;}
    .category ul li{display:table-cell;height:100%;padding:0 50px;background-image:url(/dist/image/news/line.png);background-repeat:no-repeat;background-position:right}
    .category ul li:last-child{background-image:none !important}
    .category ul li a{display:block;height:99px;line-height:99px;font-size:22px;font-family:'scn','Microsoft YaHei',arial,sans-serif;letter-spacing:3px;}
    .category ul li a label{height:2px;background-color:#15549a;display:block;width:0;margin:0 auto;}
    .category ul li a:hover label{width:100%;webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}
    .category .current a{color:#15549a !important;}
    .category .current a label{width:auto !important;}



    .kefu{ position:fixed;bottom:200px;right:20px;z-index:990;box-shadow:0 0 10px 0 rgba(0,0,0,.1);background:#3782d3;border-radius:20px;}

    @media (max-width:1300px){
        .kefu{display:none}
    }

    .kefu *,
    .kefu a:hover{ color:#15549a;}
    .kefu .kefu_item{ width:40px;height:40px;}
    .kefu .kefu_item svg{fill:#fff;}
    .kefu .kefu_item span{height:40px;cursor:pointer;display:block;border-bottom:1px solid #719fd2;}
    .kefu .kefu_item:last-child span{border-bottom:0 !important}
    .kefu .kefu_item label{ width:0;overflow:hidden;position:relative;top:-41px;display:block;box-shadow:0 0 10px 0 rgba(0,0,0,.1);}
    .kefu .kefu_item .kefu_pic{ padding:10px;line-height:22px;}
    .kefu .kefu_item .kefu_pic a{ display:block;width:33%;float:left;}
    .kefu .kefu_item .kefu_pic img{ width:114px;height:114px;padding:8px;background:#fff;border-radius:2px;}
    .kefu .kefu_item .kefu_txt{padding-left:20px;font-family:Arial, Sans-serif;}
    .kefu .kefu_item .kefu_txt font{color: #333;display: block;line-height: 30px;padding: 10px 0 5px 0;font-size: 14px;}
    .kefu .kefu_item .kefu_txt em{font-style: unset;padding-bottom: 15px; display: block;font-size:18px;}
    .kefu .kefu_item:hover{ background:#fff;}
    .kefu .kefu_item:hover *{color:#15549a;fill:#15549a;}
    .kefu .kefu_item:hover label{ left:-155px;width:155px;background:#fff;}

    .kefu .kefu_item:nth-child(1) svg{width:30px;height:30px;margin:6px 5px 5px;}
    .kefu .kefu_item:nth-child(2) svg{width:25px;height:25px;margin:7px;}
    .kefu .kefu_item:nth-child(3) svg{width:23px;height:23px;margin:9px;}
    .kefu .kefu_item:nth-child(4) svg{width:22px;height:22px;margin:8px 6px 0 10px;}

    .kefu .kefu_item:nth-child(1):hover{border-top-right-radius:20px;}
    .kefu .kefu_item:nth-child(4):hover{border-bottom-right-radius:20px;border-bottom-left-radius:20px;}


    .message_detail{width:1100px;margin:0 auto;}
    .message_close {position:fixed;right:20px;top:20px;}
    .message_close svg{fill: #fff !important}
    .message_box{width:700px;height:550px;background:#fff;border-radius:5px;margin:0 auto}
    .message_box .message_title{text-align:center;color:#333;font-size:30px;letter-spacing:5px;text-indent:5px;font-weight:bold;padding:20px;border-bottom:1px solid #eee;}
    .message_box .form{width:500px;margin:40px auto 0;}
    .message_box .form td{padding-bottom:35px;}
    .message_box .form th{width:20px}
    .message_box .form input{width:100%;border-radius:5px;font-size:16px;height:40px;line-height:40px;border:1px solid #ccc;box-sizing:border-box;text-indent:15px;outline:none;cursor:pointer}
    .message_box .form .textarea{width:100%;border-radius:5px;border:1px solid #ccc;display:block;background-color:#fff;padding:10px 0}
    .message_box .form textarea{resize:none;margin:0 12px;width:95%;height:120px;line-height:28px;overflow:hidden;font-size:16px;box-sizing:border-box;color:#000;border:none;outline:none;cursor:pointer}
    .message_box .form input:hover,
    .message_box .form .textarea:hover{border:1px solid rgba(0, 76, 158, 0.7);}
    .message_box .form a{background:rgba(0, 76, 158, 1);border-radius:5px;color:#fff;padding:12px;width:160px;font-size:16px;display:block;text-align:center;margin:0 auto;}
    .message_box .form a:hover{background:rgba(0, 76, 158, 0.7);}

}


/*Phone*/
@media (max-width:900px){
    html,body{overflow-x:hidden;}

    #loading{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 76, 158,1) none;z-index:9999999;color:#fff;}
    #loading .box{display:table;height:100%;width:100%}
    #loading .txt{display:table-cell;vertical-align:middle;text-align:center}
    #loading .txt>img{width:100px;height:100px;-webkit-animation:flip 5.2s ease-in-out infinite;-moz-animation:flip 5.2s ease-in-out infinite;animation:flip 5.2s ease-in-out infinite;}
    #loading .txt div{padding:30px}

    .head{height:60px;position:fixed;top:0;left:0;right:0;background:#fff;z-index:999;box-shadow:0 0 10px 0 rgba(0,0,0,.1);}
    .head .logo {float:left;overflow:hidden;}
    .head .logo a{display:block;margin:5px 10px;height:50px;width:125px;background-repeat:no-repeat;background-size:cover;background-image:url(/dist/image/logo_blue.png);background-position:center left;}

    .head #menu{float:right;height:40px;width:40px;margin:10px;position:relative;z-index:99;
        webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-ms-transition:all 0.3s ease;transition:all 0.3s ease;
    }
    .head #menu svg{width:40px;height:40px;fill:#15549a;}
    .head .menu_chk{transform:rotate(-540deg);}

    .head .head_search{display: none;}


    .head .nav{position:fixed;top:60px;right:-100%;width:100%;height:1500px;background:#161719;z-index:80;display:inline-table;box-shadow:0 0 10px 0 rgba(0,0,0,.1);}

    .head a{color:#fff;}

    .head .nav_show{right:0 !important;webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-ms-transition:all 0.3s ease;transition:all 0.3s ease;}
    .head .nav_hide{right:-100% !important;webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-ms-transition:all 0.3s ease;transition:all 0.3s ease;}
    .head .nav svg{width:20px;height:20px;fill:#fff;position:absolute;right:15px;margin-top:5px;}
    .head .nav li>a {font-size:16px;background:#161719;display:block;padding:10px 10px;border-bottom:1px solid #4d4d44;}


    .head .nav dl{padding:10px 10px;border-bottom:1px solid #4d4d44;background:#202123;}
    .head .nav dd{display:inline-block;font-size:14px;}
    .head .nav dd a{padding:0 3px;font-size:12px}
    .head .nav dd:first-child a{padding-left:0 !important}
    .head .nav dd:first-child::before{content:"" !important;}
    .head .nav dd::before{content:"/";color:#666;position:relative;left:-2px;font-size:12px;}
    .head label{background:none !important}

    .head .product_nav .product_item{display:inline-block;}
    .head .product_nav .product_item a{padding:0 3px}
    .head .product_nav .product_item:first-child a{padding-left:0 !important}
    .head .product_nav .product_item:first-child::before{content:"" !important;}
    .head .product_nav .product_item::before{content:"/";color:#666;position:relative;font-size:12px;}

    .head .product_nav font{font-style:normal;font-size:12px;}
    .head .product_nav .main{display:none}


    .kefu{display:none;}

    .foot .bottom{display:none}
    .foot .copyright{height:60px;line-height:60px;background-color:#eee;font-size:14px;text-align:center;overflow:hidden}
    .foot .copyright label{display:none}
    .foot .copyright a{color:#999;}


    .page_banner{height:100px;background-position:center;background-repeat:no-repeat;background-size:cover;margin-top:60px}
    .page_banner .banner_box{color:#fff;height:100px;display:table;}
    .page_banner .banner_main{display:table-cell;vertical-align:middle;padding:25px;}
    .page_banner .banner_title{font-size:20px;letter-spacing:5px;padding-bottom:5px}
    .page_banner .banner_sub_title{font-size:16px;padding-bottom:20px}
    .page_banner .banner_sub_title span{font-family:Arial, Sans-serif;}
    .page_banner .banner_dec{font-size:20px;line-height:40px;width:60%;}


    .category{height:50px;background-color:#fff;border-bottom:1px solid #eee;text-align:center;z-index:10;position:relative}
    .category ul{display:table;height:100%;margin:0 auto;}
    .category ul li{display:table-cell;height:100%;padding:0 8px;background-image:url(/dist/image/news/line.png);background-repeat:no-repeat;background-position:right}
    .category ul li:last-child{background-image:none !important}
    .category ul li a{display:block;height:49px;line-height:49px;font-size:14px;font-family:'scn','Microsoft YaHei',arial,sans-serif;white-space:nowrap}
    .category ul li a label{height:2px;background-color:#15549a;display:block;width:0;margin:0 auto;}
    .category .current a{color:#15549a !important;}
    .category .current a label{width:auto !important;}


}




