﻿/* 整站通用 */
/* 初始化/reset */
@charset "utf-8";
*,*:before,*:after{box-sizing:border-box;}
*{-webkit-tap-highlight-color: rgba(0,0,0,0);}

body {position:relative;overflow-x:hidden;background:#fff;line-height:1.5;box-sizing:border-box;    font: 15px/22px ;color:#181415;font-family:'NOTOSANSHANS-LIGHT',Microsoft Yahei,"微软雅黑",Arial,Helvetica,sans-serif;font-size:14px;letter-spacing:0.05em;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr,
acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small,strike,
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,tbody, tfoot, thead, tr,th,td
{
    border: 0;
    color:#4d4e53;
    font-family:'NOTOSANSHANS-LIGHT',Microsoft Yahei,"微软雅黑",Arial,Helvetica,sans-serif;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;

    vertical-align: baseline;
}
@media screen and (max-width: 767px) {
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr,
    acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small,strike,
    tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,tbody, tfoot, thead, tr,th,td {
        font-size:1rem;
    }
    .fuwu_con [class*="col-"] {
        padding: 0 !important;
        margin: 0 !important;
    }

}
a{color:#000;text-decoration:none;}
a:hover{color:#018bba;text-decoration:none; outline:none}
h1,h2,h3,h4,h5,h6 {font-weight:700;line-height:normal;margin-bottom:8px;}
ol,ul,li{list-style:none;}
img{max-width:100%;border:0;}
i{margin-right:5px;}
hr{margin:10px 0 0 0;height:1px;border:none;background:#e2e2e2;}
input[type="text"],select,textarea{border:1px solid #ddd;background:#fff;-webkit-appearance:none;outline:none;color:#464646;padding-left:3px;font-size:14px;font-family:Microsoft Yahei,"微软雅黑",Arial,Helvetica,sans-serif;}
textarea{resize:none;overflow-y:hidden;display:block;}
table{border-collapse:collapse;max-width:100%;width:100%;margin-bottom:0.8em;}
table td {border:1px solid #e2e2e2;padding:2px;}
.clearfix:after,.clearfix:before{content:".";display:block;visibility:hidden;height:0;clear:both;}
.fl{float:left;position:relative;}
.hidden{display:none;}
.radius5{border-radius:3px;-webkit-border-radius:5px;}
.nomargin{margin:0;}
.nopadding{padding:0;}
.h4{font-size: 16px;
    font-weight: bold;
    line-height: 20px;}

.tips{font-size: 12px; color: #777;}
.tips_error{color:#ff7979;line-height: 25px;}
/* 功能函数 */

.fl{float:left;_display:inline;}  /* 左浮动 */

.fr{float:right;_display:inline;}  /* 右浮动 */

.h{display:none;visibility:visible;}  /* 隐藏 */

.c{clear:both;font-size:0;line-height:0;height:0;visibility:visible;} /* 清除浮动 */

.right{text-align:right;}  /* 右对齐 */

.left{text-align:left;}  /* 左对齐 */

.b{font-weight:bold;}  /* 加粗 */

.line-through{text-decoration:line-through;}  /* 删除线 */

.under{text-decoration:underline;}  /* 下划线 */

.break{word-break:break-all;}  /* 打断英文字符 */

.dw{ width:1002px; margin:0 auto;}
.contrast {
    color: #fff;
}
/* 编辑器内容样式 凡是编辑器修改区域加上 */

.editor{line-height:24px;text-align:left;}

.editor p{text-indent:2em;}

.editor ol li{list-style-type:circle;margin-left:25px;}

.editor ul li{list-style-type:square;margin-left:25px;}

/* 页面宽度*/
.conbox{ width:1112px; margin:0px auto;}
.conboxindex{ width:1644px; margin:0px auto;}



@media (min-width: 450px) {
    .conboxindex{ width:100%; margin:0px auto;}
}
@media (min-width: 768px) {
    .conboxindex{ width:1200px; margin:0px auto;}
}
@media (min-width: 992px) {
    .conboxindex{ width:1440px; margin:0px auto;}
}
@media (min-width: 1200px) {
    .conboxindex{ width:1664px; margin:0px auto;}
}

.w60{width:60px;}
.w80{width:80px;}
.w120{ width:120px;}


.mt30{margin-top:30px;}
.mb30{margin-bottom:30px;}
.pt2em{padding-top: 2em ;padding-bottom: 2em ;}
.pt1em{padding-top: 1em ;padding-bottom: 1em ;}
.pt5em{padding-top: 0.5em ;padding-bottom:0.5em ;}
/* header　头部样式 */

.header{ width:100%; height:90px; }


.header .logo{width:40%; margin-top:21px;}

.header .logo img{height:44px;}
/*.header .nav{ margin-top:42px ;}*/
.header .nav{ margin-top:2px ;}
.topbar.fixed {
    margin: 0px;
    /*position: fixed;
    top: 0px;*/
    z-index: 999;left:0px;right:0px;margin-left:auto;margin-right:auto;background:#000;
    -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
    -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
    box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);

}
*html .topbar {
    position: absolute;
    top:expression(documentElement.scrollTop + 0 + "px");
    -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
    -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
    box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
}
.bar{border-bottom:3px solid #008cdb; }

.f_menu{ width:100%; line-height: 50px;background: #f0f0f0;  }
.hide992{ display: none !important;}
@media (max-width:992px){
    .h_right{ display:none !important;}
    .hide992{ display:block  !important;}
    .header{ height:58px; }
}

.searchbox-top{
    margin-top:1.4em;
    width: 240px;
    height:30px;
    line-height: 30px;
    background: #f1f0ef;
    float:right;
}
.searchbox-top .sear_txt{width:220px; height:30px; line-height: 30px; background: transparent; border: 0; padding-left:10px;}

.searchlink{display: block;}
.sear_menu li{ float: left; margin-left:1em; padding-top:1.4em; padding-bottom:0.6em;}
.sear_menu li a{ font-size:12px;}
/**
    boostrap 导航菜单 20180301
    author lihy
*/
/*
Navbar
=========================== */
/* Navbar Atribute ------*/
.navbar-brand{
    padding: 20px 12px;
    height: auto;
}
nav.navbar.bootsnav{
    border: none;

}
.navbar-nav{
    float: left;
}
nav.navbar.bootsnav ul.nav > li > a{
    color: #474747;
    text-transform: uppercase;
    padding: 15px 20px;


}

nav.navbar.bootsnav ul.nav > li:hover{
    background: #f4f4f4 !important;
}
.nav > li:after{
    content: "";
    width: 0;
    height: 5px;
    background: #34c9dd;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.nav > li:hover:after{
    width: 100%;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    content: "+";
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 22%;
    right: 5%;
    transition: all 0.4s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{
    content: "\f105";
    transform: rotate(90deg);
}
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
    z-index:3 ;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li:hover{ background: #f1f1f1; }
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a:hover{ color:#018bba;}


@media only screen and (max-width:990px){/*--------------------------------------------------------------*/
    .navbar-brand{
        padding: 10px 12px;

    }
    .navbar-brand img{height:32px;}


    nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after,
    nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{ content: " "; }
    .dropdown-menu.multi-dropdown{ left: 0 !important; }
    nav.navbar.bootsnav ul.nav > li:hover{ background: transparent; }
    nav.navbar.bootsnav ul.nav > li > a{ margin: 0; }
}
nav.navbar.bootsnav ul.nav > li > a.menu_search {
    color: #018bba;
}

/*bootstrap  新闻模块*/
.l_bt{  }
.new_imgbox{width:100%; background:#dde6ed; border-radius: 10px;}
.new_imgbox img{width: 100%; height:194px; }
.new_imgbox_i_t{width: 100%; padding:0.8em; }
.new_imgbox_i_t p{padding:0.5em 0;     color: #808080;}.new_imgbox_i_t h2{line-height: 25px;}

/**/
/**图文列表***/
.list{padding:15px;}
.list .list_imgbox{padding:10px; overflow: hidden;}
.list .list_imgbox img{ height:auto;}
.list .list_conbox   {padding:10px; }
.list .list_conbox h1{ text-align: left;  padding:10px 0;}

@media screen and (max-width: 768px) {
    .list{padding:0;}
}

.nlist .list-group-item{border: 0; padding: 10px 12px;}

.nlist p{padding-bottom:0.5em;     color: #808080;}.nlist h2{line-height: 25px;}




/*             flexslider     new  css---------------------------------start            */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; }



/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 5px; background: #fff; border: 0px solid #fff; position: relative; /*-webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2);*/ zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0; }
.flex-direction-nav a  { line-height: 1; display: block; width: 63px; height: 157px; margin: -60px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity:0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;text-indent: -999em ;}
.flex-direction-nav .flex-prev { left: 30px; background: url(resource:/images/index/ban_left.png) center no-repeat; }
.flex-direction-nav .flex-next { right: 30px; background: url(resource:/images/index/ban_right.png) center no-repeat; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 30px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 30px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%;
    height: 10px; position: absolute; bottom: 10px; text-align: center;z-index: 99;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {display: block; width:60px;height:5px;background:#d2d2d2;line-height:50px;cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover {background: #FFF; }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev { opacity: 1; left: 10px;display: none;}
    .flex-direction-nav .flex-next { opacity: 1; right: 10px;display: none;}
    .flex-control-paging li a{ width:10px;}
}
/*             flexslider     new  css---------------------------------start            */

/*
    首页 banner下修改
    新闻去掉，用户故事去掉，添加4大模块
*/
.mou_con{ }
.mou_con a:hover{ text-decoration: none;}
.mou_con h1{font-size: 2em; text-align: center; color: #FFF;text-decoration: none;}
.bg_1{ overflow:hidden;}

.ind_img{transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}
.ind_img:hover{transform: scale(1.2);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.2);
    -webkit-transform: all 1s ease 0s;
}

.middle {
    float: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 2.5em;
}

.center-vertical{

    padding-top:25%;

}

.clw_download{ padding: 0 3em;}


.xk_imgbox{ background: #f3f2ef; padding: 2em;}



/*
    导航菜单样式覆盖
*/

@media (max-width: 992px) {
    nav.navbar.bootsnav.navbar-mobile .navbar-collapse {

        width: 100%;
        height: 100% !important;
        left: 0;
        top: 52px;

    }
    nav.navbar.bootsnav.navbar-mobile ul.nav{width:100%;}
    nav.navbar.bootsnav .navbar-toggle {
        display: inline-block;
        float: left;
        margin-right: 0;
        margin-top: 10px;
    }
}
body.side-right > .wrapper{
    margin: 0 !important;}


/*
    ****** 手机端导航样式
*/
@media (max-width: 992px){
    nav.navbar.bootsnav.navbar-mobile ul.nav{ padding:0; margin:0;}
    nav.navbar.bootsnav.navbar-mobile .navbar-collapse{background: #d8d7d5;}

    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{background: #fff;}
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu li{ padding-left:15px;}
}


/*
  2018-06-25
*/

.dropdown-menu>li>a:hover{color:#018bba;}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li:hover{background: #f4f4f4;}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{color:#018bba;}


@media (max-width:767px){
    .fuwu_con h1{padding:1rem 0 0 0;}
    .fuwu_con{ padding-bottom:2rem ; padding-top:1.5rem;}
    .center_tip{    padding: 0.5em 0;}
    .page-header{    margin: 20px 0 20px;}
}
/*
  2018-07-3
*/

.toolPanel .toolGroup {
    position: fixed;
    top: 215px;
    right: 0;
    z-index: 2;
}

.toolPanel .toolGroup .icon {
    display: block;
    margin-left: auto;
    margin-bottom: 1px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    -moz-transition: all .4s linear;
    -webkit-transition: all 04s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.toolPanel .toolGroup a:link {
    color: #FFF;
}

.toolPanel .toolGroup a:visited {
    color: #FFF;
    text-decoration: none;
}

.toolPanel .toolGroup a:hover {
    color: #FFF;
    text-decoration: none;
}

.toolPanel .toolGroup a:active {
    color: #FFF;
}

.toolPanel .toolGroup .TopIcon {
    background: url("resource:/images/index/icon_top.png") no-repeat 0 0;
    background-color: rgba(0, 0, 0, 0.8);
    background-color: #000\9;
}

/*.toolPanel .toolGroup .driveIcon:hover {*/
/*width: 120px;*/
/*background-color: #0065b3;*/
/*}*/

/*.toolPanel .toolGroup .driveIcon .title {*/
/*margin-left: 44px;*/
/*width: 300px;*/
/**/
/*}*/

.toolPanel .toolGroup .phoneIcon {
    background: url("resource:/images/index/icon_tel.png") no-repeat ;
    background-color: rgba(0, 0, 0, 0.8);
    background-color: #000\9;
}

.toolPanel .toolGroup .phoneIcon:hover {
    width: 200px;
    background-color: #0065b3;
}

.toolPanel .toolGroup .phoneIcon .title {
    margin-left: 44px;
    width: 300px;
    cursor: default;
    color:#FFF;
}
.toolPanel .toolGroup a .title {
    margin-left: 44px;
    width: 300px;
    cursor: default;
    color:#FFF;
}


.toolPanel .toolGroup .boxIcon {
    background: url("resource:/images/tool_icon.png") no-repeat 0 -88px;
    background-color: rgba(0, 0, 0, 0.8);
    background-color: #000\9;
}

.toolPanel .toolGroup .boxIcon:hover {
    width: 100px;
    background-color: #0065b3;
}

.toolPanel .toolGroup .boxIcon .title {
    margin-left: 44px;
    width: 300px;
}

.toolPanel .toolGroup .codeIcon {
    position: relative;
}

.toolPanel .toolGroup .codeIcon .innerIcon {
    position: absolute;
    right: 0;
    width: 44px;
    height: 44px;
    background: url("resource:/images/index/icon_wx.png") no-repeat ;
    background-color: rgba(0, 0, 0, 0.8);
    background-color: #000\9;
    cursor: pointer;
}

.toolPanel .toolGroup .codeIcon .arrow {
    position: absolute;
    width: 4px;
    height: 44px;
    right: 44px;
    background: url("resource:/images/index/toolArrow.png") no-repeat left center;
}

.toolPanel .toolGroup .codeIcon:hover {
    width: 48px;
}

.toolPanel .toolGroup .codeIcon:hover .innerIcon {
    background-color: #0065b3;
    -moz-transition: all .3s linear;
    -webkit-transition: all 03s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.toolPanel .toolGroup .marketingIcon {
    background: url("resource:/images/index/marketingIcon.png") no-repeat 0 0;
    background-color: rgba(0, 0, 0, 0.8);
    background-color: #000\9;
}

.toolPanel .toolGroup .marketingIcon:hover {
    width: 120px;
    background-color: #0065b3;
}

.toolPanel .toolGroup .marketingIcon .title {
    margin-left: 44px;
    width: 300px;
}

.toolPanel .toolGroup .marketingIcon .title .bias {
    margin-left: 12px;
    margin-right: 12px;
    color: #fff;
}

.toolPanel .toolGroup .marketingIcon .title a:hover {
    color: #00c9ff;
}

.toolPanel .toolGroup .shareIcon {
    position: relative;
    background: url("resource:/images/tool_icon.png") no-repeat right -176px;
    background-color: rgba(0, 0, 0, 0.8);
    background-color: #000\9;
    cursor: pointer;
}

.toolPanel .toolGroup .shareIcon:hover {
    width: 176px;
    background-color: #0065b3;
}

.toolPanel .toolGroup .shareIcon .sharePanel {
    position: absolute;
    right: 44px;
    width: 132px;
}

.toolPanel .toolGroup .shareIcon .sharePanel li {
    float: left;
    width: 44px;
    height: 44px;
    -moz-transition: all .3s linear;
    -webkit-transition: all 03s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.toolPanel .toolGroup .shareIcon .sharePanel li:hover {
    background-color: #00c9ff;
}

.toolPanel .toolGroup .shareIcon .sharePanel .qq {
    background: url("resource:/images/tool_share_icon.png") no-repeat 0 0;
}

.toolPanel .toolGroup .shareIcon .sharePanel .qqkongjian {
    background: url("resource:/images/tool_share_icon.png") no-repeat -44px 0;
}

.toolPanel .toolGroup .shareIcon .sharePanel .weibo {
    background: url("resource:/images/tool_share_icon.png") no-repeat -88px 0;
}

.toolPanel .toolGroup .tmallIcon {
    background: url("resource:/images/tool_icon.png") no-repeat 0 -220px;
    background-color: rgba(0, 0, 0, 0.8);
    background-color: #000\9;
}

.toolPanel .toolGroup .robotIcon {
    background: url("resource:/images/robot/robot1.png") no-repeat 0 0;
    background-color: rgba(0, 0, 0, 0.8);
    background-color: #000\9;
}

.toolPanel .toolGroup .tmallIcon:hover {
    background-color: #0066b3;
}

.toolPanel .toolGroup .robotIcon:hover {
    background: url("resource:/images/robot/robot2.jpg") no-repeat 0 0;
    background-color: #000\9;
}

.toolPanel .codePanel {
    position: fixed;
    display: none;
    opacity: 0;
    right: 100px;
    top: 294px;
    padding: 20px 30px 0 30px;
    height: 150px;
    background-color: #0066b3;
    overflow: hidden;
    z-index:2;
}

.toolPanel .codePanel li {
    float: left;
    margin-left: 4px;
    margin-right: 4px;
}

.toolPanel .codePanel .codeTitle {
    margin-bottom: 8px;
    color: #FFF;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .toolPanel .toolGroup{
        display: none;
    }
}

/*
    ################隐藏内页侧导航 隐藏原面包屑####################################################################################################
*/
#sidebar,.location{ display:none !important;}


/*新面包屑 修改背景色*/
.breadcrumb{ background-color: #FFF;}


.icon_lock{ width:16px; height:16px;margin-top:4px; background-size:cover;  display: inline-block;}



/*
    新闻  五征视频页面
*/
.video_title{border-bottom: 1px solid #e5e5e5;text-align: center;}
.video_title a{
    display: inline-block;
    font-size: 18px;
    line-height: 56px;
    padding: 0 22px;
    margin-right: 27px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    position: relative;
    transition: normal;
}
.video_title a:hover,  .video_title a.hover {
    color: #035cac;
    border-bottom: 2px solid #035cac;
    margin-bottom: -1px;
    text-decoration: none;
}


.video_box .img_box { max-height:200px; overflow: hidden;}
@media (max-width:768px){
    .video_title a{padding:0 ;}

}


#articleContent:before{content:".";display:block;visibility:hidden;height:0;clear:both;}


.searchbox{ width:17rem; border:1px solid #ccc; margin:0.2rem;border-radius:15px; margin-top:9px;}
.searchbox input{border:0; padding-left:8px; background: transparent; font-size:12px;}
.searchbox a{
    display: inline-block;
    float: right; margin-right:3px;}
	
	
	
/* PAGINATION */

.pager {
  background: transparent !important;
  padding: 10px 0 !important;
  border-top: 1px solid #f6f6f6;
}
.pager span.step {
  display: inline;
  margin: 2px 4px;
  padding: 0 8px;

  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.pager span.currentStep {
  display: inline-block;
  padding:  7px 5px 6px;
  font-size: 12px;
  line-height: 17px;
  text-decoration: none;
  border: 1px solid #31373a;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background-color: #4b8723;
  background-color: #3b4145;
  background-image: -moz-linear-gradient(top, #41484c, #31373a);
  background-image: -ms-linear-gradient(top, #41484c, #31373a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#41484c), to(#31373a));
  background-image: -webkit-linear-gradient(top, #41484c, #31373a);
  background-image: -o-linear-gradient(top, #41484c, #31373a);
  background-image: linear-gradient(top, #41484c, #31373a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41484c', endColorstr='#31373a', GradientType=0);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  *margin-left: .3em;
  *margin-left: .3em;
  margin-right: 5px;
  background: white;
  color: #049cdb;
  border: 1px solid #eeeeee;
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
}
.pager span.currentStep:first-child {
  *margin-left: 0;
}
.pager span.currentStep:first-child {
  *margin-left: 0;
}
.pager span.currentStep.gray {
  background-color: #e5e5e3;
  color: #686868;
  border-color: #b9b9b9;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #dfdedd;
  background-image: -moz-linear-gradient(top, #e5e4e3, #d7d6d4);
  background-image: -ms-linear-gradient(top, #e5e4e3, #d7d6d4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e4e3), to(#d7d6d4));
  background-image: -webkit-linear-gradient(top, #e5e4e3, #d7d6d4);
  background-image: -o-linear-gradient(top, #e5e4e3, #d7d6d4);
  background-image: linear-gradient(top, #e5e4e3, #d7d6d4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e4e3', endColorstr='#d7d6d4', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 #f1f0f0;
  -moz-box-shadow: inset 0 1px 0 #f1f0f0;
  box-shadow: inset 0 1px 0 #f1f0f0;
}
.pager span.currentStep.primary {
  background-color: #41751e;
  background-color: #478021;
  background-image: -moz-linear-gradient(top, #4b8723, #41751e);
  background-image: -ms-linear-gradient(top, #4b8723, #41751e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4b8723), to(#41751e));
  background-image: -webkit-linear-gradient(top, #4b8723, #41751e);
  background-image: -o-linear-gradient(top, #4b8723, #41751e);
  background-image: linear-gradient(top, #4b8723, #41751e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b8723', endColorstr='#41751e', GradientType=0);
}
.pager span.currentStep.blue {
  background-color: #28b5df;
  background-color: #23acdb;
  background-image: -moz-linear-gradient(top, #28b5df, #1b9ed5);
  background-image: -ms-linear-gradient(top, #28b5df, #1b9ed5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#28b5df), to(#1b9ed5));
  background-image: -webkit-linear-gradient(top, #28b5df, #1b9ed5);
  background-image: -o-linear-gradient(top, #28b5df, #1b9ed5);
  background-image: linear-gradient(top, #28b5df, #1b9ed5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28b5df', endColorstr='#1b9ed5', GradientType=0);
  border-color: #1b9ed5;
}
.pager span.currentStep.light {
  background-color: #e9eef0;
  color: #373d40;
  border-color: #afc2cc;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #e7edef;
  background-image: -moz-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -ms-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9eef0), to(#e5ebed));
  background-image: -webkit-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -o-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: linear-gradient(top, #e9eef0, #e5ebed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9eef0', endColorstr='#e5ebed', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.pager span.currentStep.blueLight {
  background-color: #e9eef0;
  color: #373d40;
  border-color: #c4ccce;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #e7edef;
  background-image: -moz-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -ms-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9eef0), to(#e5ebed));
  background-image: -webkit-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -o-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: linear-gradient(top, #e9eef0, #e5ebed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9eef0', endColorstr='#e5ebed', GradientType=0);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pager a {
  display: inline-block;
  padding: 7px 5px 6px;
  font-size: 12px;
  line-height: 5px;
  text-decoration: none;
  border: 1px solid #31373a;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background-color: #4b8723;
  background-color: #3b4145;
  background-image: -moz-linear-gradient(top, #41484c, #31373a);
  background-image: -ms-linear-gradient(top, #41484c, #31373a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#41484c), to(#31373a));
  background-image: -webkit-linear-gradient(top, #41484c, #31373a);
  background-image: -o-linear-gradient(top, #41484c, #31373a);
  background-image: linear-gradient(top, #41484c, #31373a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41484c', endColorstr='#31373a', GradientType=0);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  *margin-left: .3em;
  *margin-left: .3em;
  background-color: #373d40;
  color: #373d40;
  background-color: #e7edef;
  background-image: -moz-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -ms-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9eef0), to(#e5ebed));
  background-image: -webkit-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -o-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: linear-gradient(top, #e9eef0, #e5ebed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9eef0', endColorstr='#e5ebed', GradientType=0);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  border-color: #afc2cc;
  margin-right: 5px;
}
.pager a:first-child {
  *margin-left: 0;
}
.pager a:first-child {
  *margin-left: 0;
}
.pager a.gray {
  background-color: #e5e5e3;
  color: #686868;
  border-color: #b9b9b9;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #dfdedd;
  background-image: -moz-linear-gradient(top, #e5e4e3, #d7d6d4);
  background-image: -ms-linear-gradient(top, #e5e4e3, #d7d6d4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e4e3), to(#d7d6d4));
  background-image: -webkit-linear-gradient(top, #e5e4e3, #d7d6d4);
  background-image: -o-linear-gradient(top, #e5e4e3, #d7d6d4);
  background-image: linear-gradient(top, #e5e4e3, #d7d6d4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e4e3', endColorstr='#d7d6d4', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 #f1f0f0;
  -moz-box-shadow: inset 0 1px 0 #f1f0f0;
  box-shadow: inset 0 1px 0 #f1f0f0;
}
.pager a.primary {
  background-color: #41751e;
  background-color: #478021;
  background-image: -moz-linear-gradient(top, #4b8723, #41751e);
  background-image: -ms-linear-gradient(top, #4b8723, #41751e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4b8723), to(#41751e));
  background-image: -webkit-linear-gradient(top, #4b8723, #41751e);
  background-image: -o-linear-gradient(top, #4b8723, #41751e);
  background-image: linear-gradient(top, #4b8723, #41751e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b8723', endColorstr='#41751e', GradientType=0);
}
.pager a.blue {
  background-color: #28b5df;
  background-color: #23acdb;
  background-image: -moz-linear-gradient(top, #28b5df, #1b9ed5);
  background-image: -ms-linear-gradient(top, #28b5df, #1b9ed5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#28b5df), to(#1b9ed5));
  background-image: -webkit-linear-gradient(top, #28b5df, #1b9ed5);
  background-image: -o-linear-gradient(top, #28b5df, #1b9ed5);
  background-image: linear-gradient(top, #28b5df, #1b9ed5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28b5df', endColorstr='#1b9ed5', GradientType=0);
  border-color: #1b9ed5;
}
.pager a.light {
  background-color: #e9eef0;
  color: #373d40;
  border-color: #afc2cc;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #e7edef;
  background-image: -moz-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -ms-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9eef0), to(#e5ebed));
  background-image: -webkit-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -o-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: linear-gradient(top, #e9eef0, #e5ebed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9eef0', endColorstr='#e5ebed', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.pager a.blueLight {
  background-color: #e9eef0;
  color: #373d40;
  border-color: #c4ccce;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #e7edef;
  background-image: -moz-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -ms-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9eef0), to(#e5ebed));
  background-image: -webkit-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -o-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: linear-gradient(top, #e9eef0, #e5ebed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9eef0', endColorstr='#e5ebed', GradientType=0);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pager a:hover {
  color: #373d40;
  background-color: #dee6e9;
  background-image: -moz-linear-gradient(top, #e5ebed, #d4dee2);
  background-image: -ms-linear-gradient(top, #e5ebed, #d4dee2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5ebed), to(#d4dee2));
  background-image: -webkit-linear-gradient(top, #e5ebed, #d4dee2);
  background-image: -o-linear-gradient(top, #e5ebed, #d4dee2);
  background-image: linear-gradient(top, #e5ebed, #d4dee2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5ebed', endColorstr='#d4dee2', GradientType=0);
}
/* jtgk-dsj */
.date { }
.date li{ float:left;text-align: center;	 background: #78d5b3;margin-top: 5px; padding:.5em .5em; border-left:1px solid #FFF;}
.date li a{ font-size:13px; color:#333;	text-decoration: none;}
.date li:hover { background:#0E8443;}
.date li:hover a{color:#FFF;}
