@charset "UTF-8";
/* banner */
.banner .container {
  position: relative; }
  .banner .container .main-title {
    position: absolute;
    top: 35%;
    right: 34px;
    font-size: 36px;
    font-weight: 500;
    color: #0063cf; }
    .banner .container .main-title span {
      font-size: 24px; }
    .banner .container .main-title:after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 347px;
      height: 2px;
      right: -12px;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(248, 133, 0, 0) 0, #0063cf); }
/*top-nav*/
.top-nav {
  padding-top: 10px;
  position: relative;
  height: 50px;
  /*local-system*/
  /*local-system .popover*/ }
  .top-nav:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    bottom: 0;
 }
  .top-nav li {
    display: inline-block;
    list-style: none;
    padding: 8px 8px 8px 25px; }
    .top-nav li a {
      padding-bottom:10px;
      position: relative;
      font-size: 14px;
      color: #777777;
      text-shadow: 1px 1px 0 #ffffff; }
      .top-nav li a:before {
        content: '';
        position: absolute;
        width: 31px;
        height: 31px;
        left: -32px;
        top: -8px; }
    .top-nav li .icon_account:before {
      background: url("../images/layout/icon_account.png") no-repeat left center; }
    .top-nav li .icon_faq:before {
      background: url("../images/layout/icon_faq.png") no-repeat left center; }
    .top-nav li .icon_value_added:before {
      background: url("../images/layout/icon_value_added.png") no-repeat left center; }
    .top-nav li .icon_speed_test:before {
      background: url("../images/layout/icon_speed_test.png") no-repeat left center; }
  .top-nav .local-system {
    display: none;
    position: relative; }
    .top-nav .local-system img {
      padding: 11px 10px 0 10px; }
  .top-nav .popover.bottom {
    margin-top: 36px;
    margin-left: -77px;
    max-width: 395px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f8f8+0,f0f0f0+100 */
    background: #f8f8f8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f8f8f8 0%, #f0f0f0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f0f0f0', GradientType=0);
    /* IE6-9 */ }
    .top-nav .popover.bottom .arrow {
      left: 50%; }
      .top-nav .popover.bottom .arrow:after {
        border-bottom-color: #F8F8F8; }
  .top-nav .popover ul {
    padding: 5px 30px 0 30px;
    margin: 5px 0 15px 0;
    list-style: none;
    width: 342px;
    border-bottom: 1px #FFFFFF solid; }
    .top-nav .popover ul:after {
      content: ' ';
      position: absolute;
      border-bottom: 1px #DEDEDE solid;
      bottom: 17px;
      left: 0;
      width: 100%; }
    .top-nav .popover ul li {
      display: inline-block;
      width: 129px;
      padding: 8px;
      margin: 0 5px;
      border-top: 1px #FFFFFF solid;
      border-bottom: 1px #DEDEDE solid; }
      .top-nav .popover ul li:nth-child(1), .top-nav .popover ul li header .popover li:nth-child(2) {
        border-top: none; }
      .top-nav .popover ul li a {
        color: #868686; }
        .top-nav .popover ul li a:hover {
          color: #0063cf;
          text-decoration: none; }

/*header*/
header {
  height: 70px;
  /* IE6-9 */
  /*logo*/
  /*menu*/ }
  header .logo {
    padding-top: 10px;
    position: relative;
    display: inline-block;
    height: 60px;
    margin-left: 5px;
    overflow: hidden; }
    header .logo .official {
      position: absolute;
      top: 0;
      left: 0;
      width: 191px;
      height: 60px; }
    header .logo .so {
      position: absolute;
      top: 0;
      left: 192px;
      width: 210px;
      height: 50px; }
  header .menu {
    padding: 0;
    margin: 0;
    list-style: none; }
    header .menu li {
      display: inline-block;
      cursor: pointer;
      padding: 0 0 9px 0;
      margin: 0;
      font-size: 18px;
      text-shadow: 1px 1px #FFF; }
      header .menu li a {
        display: inline-block;
        padding: 12px 15px;
        color: #777777;
        text-decoration: none; }

       header .menu li.active a:active, header .menu li:active a, header .menu li.active a {

       }
       header .menu li.active:after {
          content: '';
          display: block;
          width: 100%;
          height: 2px;
          background: #38b03e;
          transform: scale(1) translateZ(0);
          opacity:1;
       }
       header .menu li:after {
          content: '';
          display: block;
          width: 100%;
          height: 2px;
          opacity: 0;
          background: #38b03e;
          transform: scale(0) translateZ(0);
          transition: transform .3s ease,opacity .3s ease;

       }
       header .menu li.open:after{
           transform: scale(1) translateZ(0);
           opacity:1;
        }


  header h3 {
    margin-top: 15px; }

/*sub-menu*/
.sub-menu {
  position: absolute;
  width: 100%;
  height: auto;
  top: 120px;
  z-index: 100; }
  .sub-menu ul {
    list-style: none;
    margin-top: 40px;
    background:#37b7e4;
    margin-bottom: 0; }
  .sub-menu ul:before{
      width:10;
      height: 10;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid black;
  }

    .sub-menu ul li {
      display: block;
      }
      .sub-menu ul li a {
        width:100%;
        display: inline-block;
        padding: 10px;
        color: #FFFFFF;
        text-decoration: none;
         background:#37b7e4;
        transition: background .3s ease,padding.3s ease;
      }
        .sub-menu ul li a:hover {
          background:#2b8ec3;
            padding: 14px;
          text-decoration: none; }
      .sub-menu ul li.active a {
          width:100%;
        display: inline-block;
        padding: 10px;
        color: #FFFFFF;
        text-decoration: none;
         background:#2b8ec3;
      }
    .sub-menu ul:nth-child(1) {
         margin-left: 355px;
        padding: 0;
        width: 100px;
      }
    .sub-menu ul:nth-child(2) {
        margin-left: 455px;
        padding: 0;
        width: 120px;
       }
    .sub-menu ul:nth-child(3) {
       margin-left: 530px;
       width: 174px;
       padding: 0px;
    }
    .sub-menu ul:nth-child(4) {
      margin-left: 672px;
      padding: 0px;
      width: 88px;
      }
    .sub-menu ul:nth-child(5) {
      margin-left: 776px;
      padding: 0px;
      width: 88px;
     }
     .sub-menu ul:nth-child(6) {
      margin-left: 886px;
      padding: 0px;
      width: 88px;
     }
  .sub-menu .collapse.in {
    display: block;
    height: 30px; }

/* sub-menu-block */
.sub-menu-block {
  display: block;
  list-style: none;
  text-align: center;
  height: 74px;
  margin: -74px auto 0 auto;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), #FFFFFF);
  border-top: 2px solid #FFFFFF;
  padding: 0; }
  .sub-menu-block li {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    display: inline-block;
    width: 205px;
    height: 84px;
   margin-top: 50px;
    text-align: center; }
    .sub-menu-block li a {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      margin: -15px 1px 0 1px;
      padding: 0 5px 0 95px;
      font-size: 14px;
      color: #777777;
      border-radius: 20px;
      text-shadow: 1px 1px 0 #FFFFFF;
      height: 84px; }
      .sub-menu-block li a:hover {
        text-decoration: none;
        font-size: 14px;
        color: #FFFFFF;
        text-shadow: none;
        height: 85px;
        width: 190px;
        border-radius: 20px;
        vertical-align: middle; }
    .sub-menu-block li.active a {
      text-decoration: none;
      font-size: 14px;
      color: #FFFFFF;
      text-shadow: none;
      height: 85px;
      width: 190px;
     border-radius: 20px;
      vertical-align: middle; }
    .sub-menu-block li.active:nth-child(1) a {
      background: url("../images/catv/sub_menu_a_w.png") no-repeat 0 65%, linear-gradient(to top, #0063cf, #3b8adc); }
    .sub-menu-block li.active:nth-child(2) a {
      background: url("../images/catv/sub_menu_b_w.png") no-repeat 0 65%, linear-gradient(to top, #0063cf, #3b8adc); }
    .sub-menu-block li.active:nth-child(3) a {
      background: url("../images/catv/sub_menu_c_w.png") no-repeat 0 65%, linear-gradient(to top, #0063cf, #3b8adc); }
    .sub-menu-block li.active:nth-child(4) a {
      background: url("../images/catv/sub_menu_d_w.png") no-repeat 0 65%, linear-gradient(to top, #0063cf, #3b8adc); }
    .sub-menu-block li.active:nth-child(5) a {
      background: url("../images/catv/sub_menu_e_w.png") no-repeat 0 65%, linear-gradient(to top, #0063cf, #3b8adc); }
    /*.sub-menu-block li:before {
      content: '';
      position: absolute;
      width: 1px;
      height: 75px;
      bottom: 3px;
      left: -3px;
      background-image: linear-gradient(to bottom, #FFFFFF, rgba(255, 255, 255, 0)); }
    .sub-menu-block li:after {
      content: '';
      position: absolute;
      width: 1px;
      height: 75px;
      bottom: 3px;
      right: -1px;
      background-image: linear-gradient(to bottom, #e2e2e2, rgba(226, 226, 226, 0)); }*/
    .sub-menu-block li:nth-child(1) a {
      background: url("../images/catv/sub_menu_a.png") no-repeat 0 65%; }
      .sub-menu-block li:nth-child(1) a:hover {
        background: url("../images/catv/sub_menu_a_w.png") no-repeat 0 65%, linear-gradient(to top, #0063cf, #3b8adc); }
    .sub-menu-block li:nth-child(2) a {
      background: url("../images/catv/sub_menu_b.png") no-repeat 0 65%; }
      .sub-menu-block li:nth-child(2) a:hover {
        background: url("../images/catv/sub_menu_b_w.png") no-repeat 0 65%, linear-gradient(to top, #0063cf, #3b8adc); }
    .sub-menu-block li:nth-child(3) a {
      background: url("../images/catv/sub_menu_c.png") no-repeat 0 65%; }
      .sub-menu-block li:nth-child(3) a:hover {
        background: url("../images/catv/sub_menu_c_w.png") no-repeat 0 65%, linear-gradient(to top, #0063cf, #3b8adc); }
    .sub-menu-block li:nth-child(4) a {
      background: url("../images/catv/sub_menu_d.png") no-repeat 0 65%; }
      .sub-menu-block li:nth-child(4) a:hover {
        background: url("../images/catv/sub_menu_d_w.png") no-repeat 0 65%, linear-gradient(to top, #0063cf, #3b8adc); }
    .sub-menu-block li:nth-child(5) a {
      background: url("../images/catv/sub_menu_e.png") no-repeat 0 65%; }
      .sub-menu-block li:nth-child(5) a:hover {
        background: url("../images/catv/sub_menu_e_w.png") no-repeat 0 65%, linear-gradient(to top, #0063cf, #3b8adc); }
  .sub-menu-block li:first-child:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 75px;
    bottom: 0;
    left: -3px;
    background-image: linear-gradient(to bottom, #e2e2e2, rgba(226, 226, 226, 0)); }
    .sub-menu-block .menu{
      margin-top:10px;
  }
  .sub-menu-block {
    display: block;
    list-style: none;
    text-align: center;
    height: 200px;
    margin: 0 auto 0 auto;
    border-top: 2px solid #FFFFFF;
    padding: 0;
    background-image: url(/images/submenu_bg.png);
    background-repeat: no-repeat;
    width: 100%;
    background-attachment: fixed;
    background-position:center;
}

