/**
 * menu.less -- 导航菜单
 * 合并less输出到一个css---sseinfo-allcss.css
 * @project SSEINFO opensseinfo site
 * @author xiaxiansheng@adinnet.cn
 * @copyright: SSE INFONET LTD reserve all rights
**/
/**
  * PC和Pad横屏版用的为同样的样式,只是尺寸稍有不同
**/
/* ======== 吸顶导航 ======== */
ul{
  list-style: none;
  padding: 0;
  margin: 0; 
}
        .topbar{
            background: #000 ;
            height:30px;
        }
        .topbar .fr{
            float: right;
            line-height: 30px;
        }
        .topbar .fr a{
            color: #eb6877;

        }
        .login_btn{
            background: #00b7ee;
            border-radius: 4px;
            padding: 2px 10px;
            margin-left: 20px;
            margin-right: 40px;
        }
        .topbar .fr .login_btn a{
            color: #fff;
        }
        .header_pc{
            background: rgba(255, 255, 255, .9);
            width: 100%;
            height: 68px;
            position: absolute;
            top: 30px;
            z-index: 99;
        }
        .header_pc .wrap{
            width: 100%;
            position: relative
        }
        .header_pc .wrap .logo{
            position: absolute;
            width: 243px;
            height: 33px;
            left: 25px;
            top: 18px;
        }
        .header_pc .wrap .search{
            position: absolute;
            width: 32px;
            height: 32px;
            right: 40px;
            top: 18px;
        }
        .header_pc .wrap .nav{
            text-align: right;
            margin-right: 90px;
            /* height: 68px; */
        }
        .header_pc .wrap .nav .nav-main{
            height: 68px;
            display: inline-block;
        }
        .header_pc .wrap .nav .nav-main>ul,.header_pc .wrap .nav .nav-main div ul{
            display: inline-block;
            margin-left: 130px;
            padding: 0;
        }
        .header_pc .wrap .nav .nav-main .navShowSub  ul{
            margin-left: 0;
        }
        .header_pc .wrap .nav .nav-main>ul li,.header_pc .wrap .nav .nav-main div ul li{
            display: inline-block;
            float: left;
        }
        .header_pc .wrap .nav .nav-main>ul li a,.header_pc .wrap .nav .nav-main div ul li a{
            color: #444;
            text-decoration: none;
            display: inline-block;
            padding: 0 20px;
            height: 68px;
            line-height: 68px;
            font-size: 16px;

        }
        .header_pc .wrap .nav .nav-main>ul li a.active,.header_pc .wrap .nav .nav-main>ul li a.lv1-active{
             border-bottom: 4px solid #00a0e9;
            color: #00a0e9;
        }

        .header_pc .wrap .nav .nav-main>ul li a:hover{
             border-bottom: 4px solid #00a0e9;
            color: #00a0e9;
        }
        .header_pc .wrap .nav .nav-sub{
            /* height: 68px; */
            
            /* display: none; */
            overflow: hidden;
        }
        .header_pc .wrap .nav .nav-sub>div{
            height: 68px;
            background: rgba(23,101,137,.8);
            display: none;
        }
        .header_pc .wrap .nav .nav-main .nav_subShow ul li a{
            color: #d3dee2;
            font-size: 16px;
            height: 33px;
            display: inline-block;
            margin-top: 17px;
            line-height: 33px;
            padding: 0 30px; 
        }
        .header_pc .wrap .nav .nav-main .nav_subShow ul li + li a{
            border-left: 1px solid rgba(255,255,255,.6);
        }
        .header_pc .wrap .nav .nav-main .nav_subShow ul li a:hover{
            color: #fff;
            font-weight: bold;
        }
        
        .nav_subShow{
            display: block !important;
        }
        .js_showSubNav{
            position: absolute;
            height: 68px;
            background: rgba(0,160,233,.6);
            display: none;
            top: 68px;
            width: 100%;
            left: 0;
        }
        .btn_search{
          /* background: url(/kcb/images/icon_search.png) center bottom no-repeat; */
          width: 32px;
          height: 32px;
        }
        .header_pc .search .icon-search_1:before{
          color: #00b7ee;
          font-size: 32px;
        }
        .searchWarp{
            position: absolute;
            right: 0;
            top: 60px;
            width: 320px;
            height: 40px;
            padding-top: 40px;
            border: 1px solid #fff;
            border-radius: 4px;
            display: none;
        }
        .kw{
            background: none;
            border: none;
            outline: none;
            width: 260px;
            height: 100%;
            line-height: 40px;
            height: 40px;
            padding: 0 10px;
            color: #fff;
            position: absolute;
            top: 0;
        }
        .show{
            display: block!important;
        }
        .ok{
            background: none;
            border: none;
            width: 40px;
            height: 40px;
            cursor: pointer;
            position: absolute;
            top: 0;
            right: 0;
            /* background: url('/kcb/images/icon_search_input.png') no-repeat; */
            /* background-position: center; */
            outline: none;
          }
          .header_pc .searchWarp .icon-search_2{
            position: absolute;
            top: 8px;
            right: 10px;
            z-index: -1;
          }
        .header_pc .searchWarp .icon-search_2:before{
          font-size: 25px;
          color: #fff;
        }
        .tl{
            text-align: left;
        }
        .kcmenuLeft{
            width: 100%;
            /* margin:  50px auto; */
            background: #3c3c44;

        }
        .kcmenuLeft ul{
          padding: 0;
          list-style: none;
          margin-bottom: 0;
        }
        .kcmenuLeft ul li{
          padding: 5px 0px;
          position: relative;
        }

        .kcmenuLeft ul li a{
          text-decoration: none;
          color: #fff;
          position: relative;
          height: 40px;
          line-height: 40px;
          display: inline-block;
          width: 100%;
          padding-left: 20px;
        }
        .kcmenuLeft ul li a.menu_title{
          padding-left: 47px;
          color: #2093ca;
          font-size: 18px;
        }
        .kcmenuLeft .js_lvtoggle ul li a{
          padding-left: 30px;
        }
        .kcmenuLeft ul li i{
            width: 22px;
            display: inline-block;
            height: 22px;
            position: absolute;
            right: 10px;
            top: 14px;
        }
        .kcmenuLeft ul li .icon-gg:before,.kcmenuLeft ul li .icon-info:before,.kcmenuLeft ul li .icon-guide:before,
        .kcmenuLeft ul li .icon-process:before,.kcmenuLeft ul li .icon-index:before,.kcmenuLeft ul li .icon-law:before,
        .kcmenuLeft ul li .icon-roadshow:before{
          font-size: 26px;
          color: #2093ca;
        }
        .kcmenuLeft ul li a.active{
          background: #2093c9;
        }
        .kcmenuLeft ul li a.active span{
          display:block;
          width:0;
          height:0;
          border-width:6px 8px 6px 0;
          border-style:solid;
          border-color:transparent #fff transparent transparent;/*透明 白 透明 透明 */
          position:absolute;
          top:14px;
          right: 0px;
        }
        .breadcrumb a {
          font-size: 12px;
          color: #fff;
        }
        .breadcrumb>li+li:before {
            content: "";
            padding: 0;
        }
        .breadcrumb>li i{
          font-size: 12px;
          color: #fff;
          padding: 0 4px;
        }
        .breadcrumb_wrap{
            height: 20px;
            line-height:20px;
            /* border-bottom: 1px solid #eeeeee; */
            position: absolute;
            top: 0px;
            left: 120px;
            z-index: 20;
        }
        .breadcrumb_wrap .breadcrumb {
            margin-bottom: 0;
            background: none;
        }
        .breadcrumb {
           
            list-style: none;
            background-color: #f5f5f5;
            border-radius: 4px;
        }
        
.header_mobile {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 68px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  box-shadow: 0 1px 2px rgba(4, 0, 0, 0.1);
  background-color: #fff;
}
.header_mobile:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1002;
}
.menu-tab {
  margin-right: 30px;
}
.menu-tab li {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.menu-tab li a {
  position: relative;
  display: block;
  padding: 0 30px;
  line-height: 68px;
  color: #666!important;
}
:root .menu-tab li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #0156ac;
  transition: all 0.4s ease-in-out 0s;
  transform: scalex(0);
}
.menu-tab li.isHover a:before {
  transform: scalex(1);
}
.lte-ie8 .menu-tab {
  margin-right: 30px!important;
}
.lte-ie8 .menu-tab  li {
  border-bottom: 4px solid #0156ac;
  visibility: hidden;
}
.lte-ie8 .menu-tab  li a {
  padding: 0 30px!important;
}
.nav-log-mobile{
  display: inline-block;
  margin-top: 15px;
  padding-left: 15px;
}
.lte-ie8 .menu-tab  li.isHover {
  visibility: visible;
}
.navbar-default .navbar-nav .active > a,
.navbar-default .navbar-nav .active > a:focus,
.navbar-default .navbar-nav .active > a:hover {
  color: #666;
  background-color: transparent;
}
.trow {
  position: relative;
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f6f6f6;
}
.trow > .container {
  padding: 0;
}
.trow .col-sm-3 {
  width: 20%;
}
.nsshow .trow {
  box-shadow: 0 1px 2px rgba(4, 0, 0, 0.1);
}
.block {
  margin-left: 0;
  margin-right: 0;
}
.block h2 {
  margin: 0;
}
.block h2:only-child > a {
  border-bottom: none;
}
.block h2 > a {
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #333;
  border-bottom: 1px solid #ddd;
  cursor: default;
}
.block h2 > a:focus,
.block h2 > a:hover {
  color: #333;
}
.block p {
  margin-bottom: 0;
}
.block a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  text-decoration: none;
  font-weight: normal;
}
.block a:hover {
  color: #0156ac;
}
.block .col-sm-4 {
  padding-left: 0;
}
.colnum-2 > .container {
  padding-left: 100px;
  padding-right: 100px;
}
.colnum-2 > .container > .col-sm-3 {
  width: 60%;
  margin-right: -30px;
}
.colnum-2 > .container > .col-sm-3 + .col-sm-3 {
  width: 40%;
  margin-right: 0;
}
.colnum-2 > .container > .col-sm-3 + .col-sm-3 .col-sm-4 {
  width: 50%;
}
.colnum-2 h2 > a {
  font-size: 16px;
  color: #0156ac;
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.colnum-2 h2 > a:focus,
.colnum-2 h2 > a:hover {
  color: #0156ac;
}
.colnum-2 .col-sm-4 > p:first-child > a {
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
  cursor: default;
}
.colnum-1 {
  background: none;
  padding: 0;
}
.nsshow .colnum-1 {
  box-shadow: none;
}
.colnum-1 .container {
  margin: 0;
}
.colnum-1 .col-sm-3 {
  padding: 10px 30px;
  max-width: 200px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}
.nsshow .colnum-1 .col-sm-3 {
  box-shadow: 0 1px 2px rgba(4, 0, 0, 0.1);
}
.colnum-1 .block a {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 50px;
  font-weight: normal;
  cursor: pointer;
  border-bottom: none;
}
.colnum-1 .block a:hover {
  color: #0156ac;
}
.menu_style_3 {
  position: relative;
}
.menu_style_3:after {
  content: "\e62a";
  position: absolute;
  display: inline-block;
  margin-left: 8px;
  top: 50%;
  font-size: 20px;
  line-height: 16px;
  margin-top: -7px;
  color: #a6a6a6;
}
.lte-ie8 .menu_style_3:after {
  margin-top: -9px;
}
.menu_style_3:hover:after {
  color: #0156ac;
}
/* ======== @media ======== */
@media screen {
  
}
@media screen and (min-width: 992px) {
  .header_mobile .navbar-header {
  /* margin-top: 20px; */
  line-height: 68px;
}

}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .block h2 > a {
  font-size: 12px;
}
.block p > a {
  font-size: 12px!important;
}
.colnum-2 > .container {
  padding-left: 80px;
  padding-right: 80px;
}
.colnum-2 h2 > a {
  font-size: 14px;
  line-height: 40px;
}
.colnum-1 h2 > a {
  font-size: 14px;
}
.menu_style_3:after {
  margin-left: 6px;
}
.menu-tab {
  margin-right: 20px;
}
.menu-tab li a {
  padding: 0 20px;
}


}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .navbar .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}
.navbar .navbar-header {
  float: none;
}
.header_mobile .navbar > .container {
  width: 100%;
}
.fixed-nav {
  -webkit-transform: translatey(-100%);
  -ms-transform: translatey(-100%);
  transform: translatey(-100%);
  /* 废弃样式 - 暂保留
              .navbar-toggle{width: 60px;height: 60px;}
              .navbar-header{height: 60px;}
              .navbar-collapse{top: 59px;}
              */
  
}

}
@media screen and (max-width: 767px) {
  .header_mobile {
  height: 60px;
}
.menu-tab {
  display: none;
}
.fixed-nav {
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

}
.hwACC {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
/* 定义before / after 伪元素的 iconfont */
.menu_lv_1 a {
  text-decoration: none;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.dl-menuwrapper {
  background-color: rgb(0,160,233);
  -webkit-overflow-scrolling: touch;
}
.dl-menu {
  width: 100%;
  margin: 0;
}
.dl-menu > .menu_lv_1 {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.dl-menu > .menu_lv_1 > a {
  position: relative;
  display: block;
  padding: 0 20px;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  /* font-weight: bold; */
}
.dl-menu > .menu_lv_1 > a i.icon-arrow_down_1:before {
  /* content: "\e910"; */
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 24px;
} 
.dl-menu > .menu_lv_1 > a.active i.icon-arrow_down_1:before {
  content: "\e914";
  /* position: absolute;
  top: 50%;
  right: 20px;
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); */
}
.dl-menu > .menu_lv_1 > a + ul > .menu_lv_2 > a:only-child {
  font-weight: normal;
  border-bottom: none;
}
.dl-menu > .menu_lv_1 > a + ul > .menu_lv_2 > a:only-child:after {
  content: "";
  display: none;
}
.dl-menu > .menu_lv_1 > ul {
  display: none;
  padding: 0 20px;
  margin-bottom: 20px;
}
.dl-menu > .menu_lv_1 li > a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  opacity: .8;
  padding-left: 15px; 
}
.dl-menu > .menu_lv_1 .menu_style_4 {
  margin: 0 -10px 5px;
  text-indent: 10px;
  font-size: 16px;
  color: #0156ac;
  font-weight: bold;
  background-color: #f6f6f6;
  border: none;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.dl-menu > .menu_lv_1 .menu_style_4:after {
  content: "";
  display: none;
}
.dl-menu > .menu_lv_1 .menu_style_4 + ul {
  display: block;
}
.dl-menu > .menu_lv_1 .menu_style_4 + ul > .menu_lv_2 > ul {
  display: block;
}
.dl-menu > .menu_lv_1 .menu_style_4 + ul .menu_lv_3 > a {
  position: relative;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}
.dl-menu > .menu_lv_1 .menu_style_4 + ul .menu_lv_3 > a:after {
  content: "\e62c";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 24px;
  line-height: 24px;
  color: #3a3a3a;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in 0s;
  transition: -webkit-transform 0.3s ease-in 0s;
  transition: transform 0.3s ease-in 0s;
  transition: transform 0.3s ease-in 0s, -webkit-transform 0.3s ease-in 0s;
}
.dl-menu > .menu_lv_1 .menu_style_4 + ul .menu_lv_3 > a + ul {
  display: none;
}
.dl-menu > .menu_lv_1 .menu_style_4 + ul .menu_lv_3.active > a:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.dl-menu .menu_lv_2 > a {
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}
.dl-menu .menu_lv_2 > ul {
  display: none;
}
.dl-menu .menu_lv_2 > a {
  position: relative;
}
.dl-menu .menu_lv_3 > a {
  padding-left: 30px !important; 
}
.dl-menu .menu_lv_2 > a:after {
  /*content: "\e62c";*/
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  font-size: 24px;
  line-height: 24px;
  color: #3a3a3a;
  -webkit-transition: -webkit-transform 0.3s ease-in 0s;
  transition: -webkit-transform 0.3s ease-in 0s;
  transition: transform 0.3s ease-in 0s;
  transition: transform 0.3s ease-in 0s, -webkit-transform 0.3s ease-in 0s;
}
.dl-menu .menu_lv_2 .hasMenu.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.navbar-toggle {
  z-index: 1001;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background: none!important;
}
.navbar-toggle span {
  width: 22px;
  height: 2px;
  position: relative;
  display: block;
  margin: auto;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.navbar-toggle span:before,
.navbar-toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background-color: #000;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
  transition-property: top, -webkit-transform;
}
.navbar-toggle span:before {
    top: -8px;
    background-color: #000;
}
.navbar-toggle span:after {
  top: 8px;
}
.menu-open {
  position: absolute;
  left: 0;
  width: 100%;
}
.menu-open .navbar-toggle {
  /* border-left-color: #e7e7e7; */
  border: none;
}
.menu-open .navbar-toggle:after {
  background-color: #fff;
}
.menu-open .navbar-toggle span {
  -webkit-transition: background .3s 0s ease;
  transition: background .3s 0s ease;
  background: transparent;
}
.menu-open .navbar-toggle span:before,
.menu-open .navbar-toggle span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.menu-open .navbar-toggle span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-open .navbar-toggle span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu_style_3:hover:after {
  color: #0156ac;
}
.navbar-default {
    background-color: #fff;
    border-color: transparent;
    z-index: 21;
    border: none;
    margin-bottom: 0;
}
.search_mobile .input_search_mobile{
    width: 100%;
    height: 32px;
    border:none;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius:32px;
    outline: none;
    text-indent: 1em;
    background: rgba(255, 255, 255, .0);
    color: #fff;
  }
  .search_mobile .btn_search_mobile{
    width: 32px;
    height: 32px; 
    margin-top: -3px;
    /* background: url(../images/icon_search.png) no-repeat; */
    /* background-position: center;  */
  }
  .search_mobile .icon-search_mobile:before{
    font-size: 36px;
    color: #ffffff;
  }
  .search_mobile{
    padding: 15px;
    background: rgba(0,160,233,.6);
  }
/* ======== 定义通用Less混合(Mixins)类 ======== */
/* ======== 定义通用Less混合(Mixins)类 - end ======== */
/* ======== @media ======== */
@media screen {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .dl-menu > .menu_lv_1 {
    padding: 0 30px;
  }
  .dl-menu > .menu_lv_1 > a {
    line-height: 80px;
  }
  .dl-menu > .menu_lv_1 > ul {
    padding-bottom: 15px;
  }
  .dl-menu > .menu_lv_1 li > a {
    line-height: 50px;
  }
  .dl-menu > .menu_lv_1 .menu_style_4 {
    margin: 0 -15px 10px;
    text-indent: 15px;
    line-height: 50px;
  }
  .dl-menu > .menu_lv_1 .menu_style_4 + .menu_lv_2 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .navbar-nav {
    display: none!important;
  }
  .navbar-header {
    position: relative;
    z-index: 1001;
    width: 100%;
    height: 80px;
    background-color: #fff;
  }
  .header_mobile {
    height: 81px;
  }
  .navbar-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
    z-index: 1001;
    background-color: #fff;
    border: none;
    border-left: 1px solid transparent;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .navbar-toggle:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: transparent;
  }
  .navbar-toggle.active {
    border-left-color: #eee;
  }  
}
@media screen and (min-width: 992px) {
  .dl-menuwrapper {
    display: block!important;
    float: right;
    margin-right: -15px;
  }
  .dl-menu {
    display: none!important;
  }
}
@media screen and (max-width: 992px) {
  .dl-menuwrapper {
    display: none;
  }
  .menu_style_3:after {
    right: 0;
  }
  .searchshow .dl-menu {
    -webkit-animation: list-searchshow 800ms both;
    animation: list-searchshow 800ms both;
  }
  .searchopen .dl-menu {
    display: none;
  }
  .searchhide .dl-menu {
    bottom: auto;
    -webkit-animation: list-searchshow-reverse 800ms both;
    animation: list-searchshow-reverse 800ms both;
  }
}
@media screen and (max-width: 767px) {
  .navbar-nav {
    display: none!important;
  }
  .navbar-header {
    position: relative;
    z-index: 1001;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
  }
  .navbar-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0;
    z-index: 1001;
    background-color: #ffffff;
    border: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .navbar-toggle:after {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: transparent;
  }
  .navbar-toggle.active {
    border-left-color: #eee;
  }
}
@media screen and (max-width: 767px){
    .header_pc{
        display: none;
    }
}
@media screen and (min-width: 767px){
    .header_mobile{
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 1250px){
  .header_pc .wrap .nav .nav-main>ul li a{
    font-size: 14px;
    padding:0 10px;
  }
  .header_pc .wrap .nav .nav-main div ul li a{
    font-size: 14px;
  }
}

.js_calendar{
  padding-top: 10px;
}
.js_calendar .calendar-hd{
      position: relative;
    border-bottom: 1px solid #cbeffb;
    padding: 0;
}
.js_calendar .calendar-hd>a{
      text-align: center;
      margin: 0 auto;
      display: block;
      text-align: center;
      width: 60px;
      float: none;
      font-size: 14px;
      color: #57c6f3;
}
.js_calendar .calendar-display .m{
  color: #57c6f3
}
.js_calendar .calendar-arrow{
  color: #000;
}
.js_calendar .calendar-arrow .prev a{
    position: absolute;
    left: 45px;
    top: 8px;
    font-size: 14px;
}
.js_calendar .calendar-arrow .next a{
    position: absolute;
    right: 28px;
    top: 8px;
    font-size: 14px;
}
.js_calendar .calendar-arrow .prev a:hover,.js_calendar .calendar-arrow .next a{
  text-decoration: none;
  color: #333;
}
.js_calendar .old,.js_calendar .new{
  visibility: hidden;
}
.js_calendar .week .c_red,.js_calendar .days .c_red{
  color: #e60011;
}
.js_calendar .week .c_blue,.js_calendar .days .c_blue{
  color: #00b8f0;
}
.js_calendar.calendar .calendar-views .now{
  background: #80dbf6 !important;
  color: #333;
}
.js_calendar .icon-daliy_l:before,.js_calendar .icon-daliy_r:before{
  color: #333
}
.swiper_banner .swiper-slide.swiper-slide-active .container p{
    /* transform: scale(1.5); */
    animation: swiperslide 4s;
    -moz-animation: swiperslide 4s; /* Firefox */
    -webkit-animation: swiperslide 4s;  /* Safari 和 Chrome */
    -o-animation: swiperslide 4s;   /* Opera */ 
    /* opacity: 0.8 */
}
@keyframes swiperslide{
    0%   {opacity: 0;}
    100% {opacity: 1;}
}
.kcmenuLeft{
     float:left;
     width:180px;
     background: #17a8e9;
 }
    .kcmenuLeft ul {
        padding: 0;
        list-style: none;
    margin-bottom: 0;
    }
    .kcmenuLeft ul li{
        padding: 5px 0;
    }
    .kcmenuLeft ul li a{
        text-decoration: none;
        color: #fff;
        height: 40px;
        line-height: 40px;
        width: 100%;
        padding-left: 20px;
    }
    .kcmenuLeft ul li a.active, .kcmenuLeft ul li a:hover{
        background: #8bd3f3;
    }
 .kcmenuLeft ul li a.active span{
     display: block;
     border-width: 6px 8px 6px 0;
     border-style: solid;
     border-color: transparent #fff transparent transparent;
     position: absolute;
     top: 14px;
     right: 0px;
 }
 .kcmenuLeft .js_lvtoggle>ul{
        background: #2093c9;
}
