@charset "UTF-8";
.subMenuItemsWrap {
  height: 0;
  overflow: hidden; }

.heightZero {
  height: 0; }

@media (min-width: 768px) {
  .nav-tabs li a {
    padding: 10px 15px; }

  .xs-show-border-bottom {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e2e2e2; }

  .districtsFilter {
    display: none; }

  .table-responsive > .table > tbody > tr > td:first-child {
    font-size: 14px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px; }

  .miniBoxInfo {
    font-size: 14px; }
    .miniBoxInfo b {
      font-size: 15px; }

  #headerDiv {
    min-height: 98px; }

  .hidden-middle {
    display: none; }

  #header {
    width: 100%;
    height: 98px;
    background: #fff; }
    #header #header-inside {
      height: auto; }
      #header #header-inside #logo {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.33333%;
        float: left;
        padding-left: 0.83333%;
        padding-right: 0.83333%;
        padding-top: 0px; }
        #header #header-inside #logo img {
          max-width: 100%; 
          max-height: 100%;}
      #header #header-inside .tagLine {
        display: none; }
      #header #header-inside #lanuage-switch {
        width: 75% !important;
        float: right;
        padding-top: 25px; }
        #header #header-inside #lanuage-switch ul {
          float: right;
          text-align: right;
          margin: 0;
          padding: 0;
          list-style: none; }
          #header #header-inside #lanuage-switch ul li {
            float: left;
            padding: 0 2px;
            margin: 0 5px; }

  #top-section-wrapper {    
    position: relative;
    }
    #top-section-wrapper .border-top-5 {
      max-width: 96%;
      margin-left: auto;
      margin-right: auto;
      border-top: 5px solid rgba(255, 255, 255, 0.7);
      -webkit-background-clip: padding-box;
      /* for Safari */
      background-clip: padding-box;
      /* for IE9+, Firefox 4+, Opera, Chrome */ }
      #top-section-wrapper .border-top-5:after {
        content: " ";
        display: block;
        clear: both; }

  #innerTopSectionDiv {
    height: 200px; }

  #inner-top-section-wrapper {
    position: relative; }
    #inner-top-section-wrapper > div {
      height: 200px; }
    #inner-top-section-wrapper .about-bg {
      background: url("../images/about/banner.jpg") no-repeat top center; }
    #inner-top-section-wrapper .services-bg {
      background: url("../images/products_and_services/banner.jpg") no-repeat bottom 50px center; }
    #inner-top-section-wrapper .customer-bg {
      background: url("../images/customer_information/banner.jpg") no-repeat top center; }
    #inner-top-section-wrapper .investor-bg {
      background: url("../images/investor_information/banner.jpg") no-repeat top center; }
    #inner-top-section-wrapper .information-bg {
      background: url("../images/search/banner.jpg") no-repeat top center; }
    #inner-top-section-wrapper .search-bg {
      background: url("../images/search/banner.jpg") no-repeat top center; }
    #inner-top-section-wrapper .border-top-5 {
      max-width: 96%;
      margin-left: auto;
      margin-right: auto;
      border-top: 5px solid rgba(255, 255, 255, 0.7);
      -webkit-background-clip: padding-box;
      /* for Safari */
      background-clip: padding-box;
      /* for IE9+, Firefox 4+, Opera, Chrome */ }
      #inner-top-section-wrapper .border-top-5:after {
        content: " ";
        display: block;
        clear: both; }

  #main-menu {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
    height: 94px;
    background: #fff;
    position: relative; }
    #main-menu:after {
      content: " ";
      display: block;
      clear: both; }
    #main-menu #main-menu-inside {
      width: 97%;
      margin: 0 auto;
      height: inherit; }
      #main-menu #main-menu-inside > ul {
        height: inherit;
        list-style: none;
        line-height: 94px;
        white-space: nowrap;
        text-align: center; }
        #main-menu #main-menu-inside > ul li {
          font-size: 13px;
          display: inline-block;
          margin: 0 5px;
          padding: 0 5px; }
          #main-menu #main-menu-inside > ul li .sub-menu-wrap {
            line-height: 24px;
            color: #fff;
            top: 93px;
            left: 0;
            width: 100%;
            background: rgba(255, 244, 220, 0.98);
            height: 0;
            overflow: hidden;
            position: absolute;
            z-index: 3; }
            #main-menu #main-menu-inside > ul li .sub-menu-wrap .sub-menu {
              padding: 20px 0;
              list-style: none; }
              #main-menu #main-menu-inside > ul li .sub-menu-wrap .sub-menu li {
                font-weight: 300;
                padding-bottom: 10px;
                font-size: 13px; }
                #main-menu #main-menu-inside > ul li .sub-menu-wrap .sub-menu li a {
                  color: #fff;
                  font-weight: bold;
                  text-decoration: none; }
                #main-menu #main-menu-inside > ul li .sub-menu-wrap .sub-menu li a:hover {
                  color: #7A1315; }
            #main-menu #main-menu-inside > ul li .sub-menu-wrap .menuContainer {
              padding: 0 30px;
              margin-top: 20px; }
              #main-menu #main-menu-inside > ul li .sub-menu-wrap .menuContainer .row .menuCol {
                text-align: left;
                border-left: 1px solid #D7D8D6;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                width: 33.33333%;
                float: left;
                padding-left: 0.83333%;
                padding-right: 0.83333%;
                font-size: 13px; }
                #main-menu #main-menu-inside > ul li .sub-menu-wrap .menuContainer .row .menuCol a {
                  color: #333333;
                  text-decoration: none;
                  font-weight: 300;
                  cursor: pointer;
                  white-space: pre-wrap;
                  /* css-3 */
                  white-space: -moz-pre-wrap;
                  /* Mozilla, since 1999 */
                  white-space: -pre-wrap;
                  /* Opera 4-6 */
                  white-space: -o-pre-wrap;
                  /* Opera 7 */
                  word-wrap: break-word;
                  /* Internet Explorer 5.5+ */ }
                #main-menu #main-menu-inside > ul li .sub-menu-wrap .menuContainer .row .menuCol b {
                  text-align: left;
                  font-size: 15px;
                  padding-left: 15px;
                  font-weight: 800;
                  display: block; }
                  #main-menu #main-menu-inside > ul li .sub-menu-wrap .menuContainer .row .menuCol b a {
                    font-weight: 700;
                    width: 100%; }
                  #main-menu #main-menu-inside > ul li .sub-menu-wrap .menuContainer .row .menuCol b a:hover {
                    color: #7A1315; }
                #main-menu #main-menu-inside > ul li .sub-menu-wrap .menuContainer .row .menuCol ul {
                  margin-top: 5px;
                  list-style: circle; }
                  #main-menu #main-menu-inside > ul li .sub-menu-wrap .menuContainer .row .menuCol ul li {
                    line-height: 18px;
					margin-bottom: 8px;
                    padding-left: 15px;
                    display: block;
                    width: 100%;
                    margin-left: 0; }
                    #main-menu #main-menu-inside > ul li .sub-menu-wrap .menuContainer .row .menuCol ul li a:hover {
                      color: #7A1315; }
                    #main-menu #main-menu-inside > ul li .sub-menu-wrap .menuContainer .row .menuCol ul li a {
                      font-size: 13px; }
                  #main-menu #main-menu-inside > ul li .sub-menu-wrap .menuContainer .row .menuCol ul li:hover {
                    color: #7A1315; }
                  #main-menu #main-menu-inside > ul li .sub-menu-wrap .menuContainer .row .menuCol ul li::before {
                    color: #333333;
                    content: ""; }
              #main-menu #main-menu-inside > ul li .sub-menu-wrap .menuContainer .row .menuCol:first-child {
                border: none; }
              #main-menu #main-menu-inside > ul li .sub-menu-wrap .menuContainer .row .menuCol4 {
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                width: 25%;
                float: left;
                padding-left: 0.83333%;
                padding-right: 0.83333%; }
        #main-menu #main-menu-inside > ul .main-menu-item {
          cursor: pointer; }
        #main-menu #main-menu-inside > ul .main-menu-item:hover {
          -moz-box-shadow: inset -5px -10px 0 -5px #7A1315;
          -webkit-box-shadow: inset -5px -10px 0 -5px #7A1315;
          box-shadow: inset -5px -10px 0 -5px #7A1315; }
          #main-menu #main-menu-inside > ul .main-menu-item:hover a {
            color: #333333; }
      #main-menu #main-menu-inside .menu-current a {
        color: #333333;
        font-weight: bold; }

  #top-title {
    padding-top: 30px;
    padding-left: 0px; }
    #top-title img {
      max-width: 400px;
      padding: 10px 25px; }

  #top-box {
    padding-top: 0;
    padding-left: 0px; }
    #top-box .top-img {
      width: 100%;
      display: block;
      padding-left: 10px;
      padding-right: 10px;} 
      #top-box .box-img .box-read-more {
        position: absolute;
        width: 82px;
        height: 22px;
        line-height: 22px;
        font-size: 11px;
        background: #2F3741;
        bottom: 0;
        right: 0;
        padding-left: 10px; }
        #top-box .box-content-inside {
          padding: 15px 10px;
          background: url("../images/main/banner-digital-signing.jpg") top center no-repeat;
          min-height: 394px; 
          }
        #top-box .box-content-inside .box-title {
          font-size: 24px;
          line-height: 35px;
          padding: 0px 50% 0px 40px;          
          color: #fff;
          font-weight: bold; }
        #top-box .box-content-inside .box-content { 
          font-size: 16px;     
          line-height: 30px;           
          color: #fff;
          margin: 20px 50% 20px 40px;
          text-decoration: none; }
          #top-box .box-content-inside .box-content .box-content-list {
            margin-left: 40px;
            margin-bottom: 0px;
          }
          #top-box .box-content-inside .box-content p{
            font-size: 12px;
            width: max-content;
          }
          #top-box .box-content-inside .box-content a{                     
            font-size: 14px;
          }

  #four-boxs {
    margin: 30px 10px;
    position: relative;
    z-index: 1; }
    #four-boxs .box {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.33333%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%;
      display: block !important;
      -moz-background-size: cover;
      -webkit-background-size: cover;
      background-size: cover; }
      #four-boxs .box .blue-line {
        background-color: #7A1315 !important; }
    #four-boxs .box-title-on-top {
      background: #FBC20F;
      height: 7px;
      width: 100%; }
    #four-boxs .box-img {
      position: relative;
      height: 137px; }
      #four-boxs .box-img .box-read-more {
        position: absolute;
        width: 82px;
        height: 22px;
        line-height: 22px;
        font-size: 11px;
        color: #fff;
        background: #2F3741;
        bottom: 0;
        right: 0;
        padding-left: 10px; }
    #four-boxs .boxs-content-inside {
      padding: 15px 10px;
      background: #fff;
      max-height: 160px;
      overflow: auto; }
      #four-boxs .boxs-content-inside .line {
        height: 3px;
        width: 40px;
        background-color: #FBC20F; }
      #four-boxs .boxs-content-inside .boxs-title {
        font-size: 14px;
        padding: 10px 0;
        color: #7A1315;
        font-weight: bold; }
      #four-boxs .boxs-content-inside .boxs-content {
        font-size: 12px;
        line-height: 20px; }

  #news-section {
    padding: 0; }
    #news-section .top-wrapper {
      width: 100%;
      display: block;
      margin-bottom: 10px; }
      #news-section .top-wrapper .header-title {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding-left: 0.83333%;
        padding-right: 0.83333%;
        font-weight: bold;
        color: #7A1315;
        font-size: 18px !important;
        font-weight: bold;
        padding-left: 0 !important;
        margin-top: 5px; }
      #news-section .top-wrapper .btn-view {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: right;
        padding-left: 0.83333%;
        padding-right: 0.83333%;
        width: 77px;
        line-height: 27px;
        text-align: center;
        color: #fff;
        float: right;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        background-color: #7A1315;
        font-size: 13px;
        padding-right: 5px; }
    #news-section .top-wrapper:after {
      content: '';
      display: block;
      clear: both; }
    #news-section .news-item {
      border-bottom: 1px dotted #C5C5C5;
      font-size: 14px;
      line-height: 16px;
      padding: 10px 0;
      cursor: pointer; }
      #news-section .news-item .news-title {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 75%;
        float: left;
        padding-left: 0.83333%;
        padding-right: 0.83333%;
        font-size: 13px;
        margin: 5px 0;
        line-height: 24px; }
      #news-section .news-item .news-date {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        float: right;
        padding-left: 0.83333%;
        padding-right: 0.83333%;
        text-align: right;
        font-weight: lighter;
        margin-top: 7px;
        font-size: 13px; }
    #news-section .news-item:after {
      content: '';
      display: block;
      clear: both; }

  #main-services-section {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: right;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    padding-right: 0;
    margin: 0 0 15px 0;
    padding-left: 25px; }
    #main-services-section .services-item .title {
      font-size: 18px;
      color: #000;
      font-weight: bold;
      padding-bottom: 8px; }
    #main-services-section .services-item .service-img img {
      width: 100%;
      display: block; }
    #main-services-section .service-line-sp {
      height: 1px;
      background: #000;
      margin: 20px 0; }

  .section-wrap .container-1140 .content-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px; }
    .section-wrap .container-1140 .content-title .colorBlue {
      font-size: 16px; }
  .section-wrap .container-1140 .content-title-no-mb {
    margin-bottom: 0px; }
  .section-wrap .container-1140 .content-p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
	text-align: justify;
    margin-bottom: 20px;
    height: auto;
    overflow-x: hidden; }

  .icon-row {
    margin-bottom: 20px; }
    .icon-row .icon {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 83.33333%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%; }
    .icon-row .right {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 16.66667%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%;
      float: right; }

  .icon-row:after {
    content: '';
    display: block;
    clear: both; }

  .foo-sitemap {
    padding: 0 15px; }
    .foo-sitemap ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .foo-sitemap ul li {
        display: block;
        padding: 0;
        margin: 0; }
    .foo-sitemap .foo-wrap {
      padding: 0 0.5%;
      height: auto;
      overflow: visible;
      border: none; }
      .foo-sitemap .foo-wrap .foo-title {
        font-size: 12px;
        line-height: 20px;
        margin: 20px 0;
        font-weight: bold;
        background: none; }
      .foo-sitemap .foo-wrap .foo-link {
        font-size: 11px;
        line-height: 24px; }

  .foo-sitemap:after {
    content: '';
    display: block;
    clear: both; }

  .cpy-notice {
    font-size: 11px;
    text-align: center; }

  .cpy {
    text-align: center;
    background: #EDEDED;
    font-size: 11px; }

  .foo-section-wrap {
    padding: 10px 0 0;
    background: #EDEDED;
    line-height: 30px; }
    .foo-section-wrap ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .foo-section-wrap ul li {
        display: inline-block;
        padding: 0;
        margin: 0; }

  .innerLeft {
    display: none; }

  .section-inside {
    padding: 0 20px; }

  #mobile-banner-control {
    display: none; }

  .xs-d-show {
    display: none; }

  .xs-d-hidden {
    display: block; }

  .section-wrap .container-1140 .content-inner-p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify; }

  .yearTag {
    /* BG: */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    background: #D3DDE0;
    border-radius: 40px;
    width: 77px;
    margin-bottom: 20px; }

  .yearContent {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333%;
    float: right;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    color: #777777;
    line-height: 25px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px; }

  .yearRow {
    margin-bottom: 20px; }

  .yearRow:after {
    content: '';
    display: block;
    clear: both; } }
@media (min-width: 960px) {
  #main-menu #main-menu-inside ul li {
    font-size: 13px;
    margin: 0 12px;
    padding: 0 10px; } }
@media (min-width: 1024px) {
  #innerMenu {
    display: none; }

  .hidden-middle {
    display: none; }

  .location-path {
    display: block;
    background: #dadada;
    line-height: 34px;
    color: #fff;
    font-size: 13px;
    font-weight: lighter;
    max-width: 1440px;
    margin: 0 auto; }
    .location-path .path-inner {
      max-width: 96%;
      margin-left: auto;
      margin-right: auto; }
      .location-path .path-inner:after {
        content: " ";
        display: block;
        clear: both; }
      .location-path .path-inner ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .location-path .path-inner ul li {
          float: left;
          color: #666666; }
        .location-path .path-inner ul li:after {
          content: ">";
          padding: 0 10px; }
        .location-path .path-inner ul li:last-child:after {
          content: "";
          padding: 0; }
    .location-path .path-inner:after {
      content: '';
      display: block;
      clear: both; }

  #innerTopSectionDiv {
    height: 280px; }

  #inner-top-section-wrapper {
    position: relative; }
    #inner-top-section-wrapper > div {
      height: 280px; }
    #inner-top-section-wrapper .about-bg {
      background: url("../images/about/banner.jpg") no-repeat top center; }
    #inner-top-section-wrapper .services-bg {
      background: url("../images/products_and_services/banner.jpg") no-repeat bottom center; }
    #inner-top-section-wrapper .customer-bg {
      background: url("../images/customer_information/banner.jpg") no-repeat top center; }
    #inner-top-section-wrapper .cert-bg {
      background: url("../images/certification_practice_statements/banner.jpg") no-repeat top center; }
    #inner-top-section-wrapper .online-bg {
      background: url("../images/online/banner.jpg") no-repeat top center; }
    #inner-top-section-wrapper .investor-bg {
      background: url("../images/investor_information/banner.jpg") no-repeat top center; }
    #inner-top-section-wrapper .information-bg {
      background: url("../images/search/banner.jpg") no-repeat top center; }
    #inner-top-section-wrapper .search-bg {
      background: url("../images/search/banner.jpg") no-repeat top center; }
    #inner-top-section-wrapper .border-top-5 {
      max-width: 96%;
      margin-left: auto;
      margin-right: auto;
      border-top: 5px solid rgba(255, 255, 255, 0.7);
      -webkit-background-clip: padding-box;
      /* for Safari */
      background-clip: padding-box;
      /* for IE9+, Firefox 4+, Opera, Chrome */ }
      #inner-top-section-wrapper .border-top-5:after {
        content: " ";
        display: block;
        clear: both; }

  #top-title {
    padding-top: 30px;
    padding-left: 0px; }
    #top-title img {
      max-width: 400px;
      padding: 10px 25px; }

  #four-boxs {
    margin-top: 33px; }
    #four-boxs .box {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.33333%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%;
      -moz-background-size: cover;
      -webkit-background-size: cover;
      background-size: cover; }
    #four-boxs .box-img {
      position: relative;
      height: 137px; }
      #four-boxs .box-img .box-read-more {
        position: absolute;
        width: 82px;
        height: 22px;
        line-height: 22px;
        font-size: 11px;
        color: #fff;
        background: #2F3741;
        bottom: 0;
        right: 0;
        padding-left: 10px; }
    #four-boxs .boxs-content-inside {
      padding: 15px 10px;
      background: #fff;
      max-height: 160px;
      overflow: auto; }
      #four-boxs .boxs-content-inside .line {
        height: 3px;
        width: 40px;
        background-color: #FBC20F; }
      #four-boxs .boxs-content-inside .boxs-title {
        font-size: 14px;
        padding: 10px 0;
        color: #7A1315;
        font-weight: bold; }
      #four-boxs .boxs-content-inside .boxs-content {
        font-size: 12px;
        line-height: 20px; }

  #main-menu #main-menu-inside ul li {
    font-size: 15px;
    margin: 0 10px;
    padding: 0 5px; }

  #filterPart .filterTitle {
    font-size: 16px;
    font-weight: 500;
    margin: 0px -5px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
  #filterPart .filter {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: right;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: right;
    margin-top: 10px;
    height: 40px; }

  #filterPart:after {
    content: '';
    display: block;
    clear: both; }

  .eachYearReportWrap .reportContentWrap {
    margin-bottom: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d2d2d2;
    -webkit-border-top-right-radius: 0px;
    -moz-borde-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-borde-top-left-radius: 0px;
    border-top-left-radius: 0px; }
    .eachYearReportWrap .reportContentWrap .reportTitle {
      text-align: center;
      line-height: 50px;
      font-size: 18px;
      font-weight: bold; }
    .eachYearReportWrap .reportContentWrap .reportRow {
      padding: 0 20px; }
      .eachYearReportWrap .reportContentWrap .reportRow .reportSubTitle {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding-left: 0.83333%;
        padding-right: 0.83333%;
        font-weight: bold;
        font-size: 15px;
        line-height: 20px;
        padding: 20px 0; }
      .eachYearReportWrap .reportContentWrap .reportRow .reportSubTitleContent {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: right;
        padding-left: 0.83333%;
        padding-right: 0.83333%;
        font-weight: bold;
        font-size: 15px;
        line-height: 20px;
        padding: 20px 0;
        text-align: right; }
      .eachYearReportWrap .reportContentWrap .reportRow .reportItem {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding-left: 0.83333%;
        padding-right: 0.83333%;
        color: #033D78;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0; }
      .eachYearReportWrap .reportContentWrap .reportRow .reportItemContent {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: right;
        padding-left: 0.83333%;
        padding-right: 0.83333%;
        color: #033D78;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        text-align: right; }
      .eachYearReportWrap .reportContentWrap .reportRow .reportItemContentTextLeft {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: right;
        padding-left: 0.83333%;
        padding-right: 0.83333%;
        color: #033D78;
        font-size: 14px;
        line-height: 20px;
        padding: 10px 0;
        text-align: left; }
      .eachYearReportWrap .reportContentWrap .reportRow .full {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 0.83333%;
        padding-right: 0.83333%;
        color: #033D78;
        font-size: 15px;
        line-height: 20px;
        padding: 15px 0; }
      .eachYearReportWrap .reportContentWrap .reportRow .icon::before {
        content: "- "; }
      .eachYearReportWrap .reportContentWrap .reportRow .downloadItem {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding-left: 0.83333%;
        padding-right: 0.83333%;
        text-align: center;
        padding: 20px 0; }
        .eachYearReportWrap .reportContentWrap .reportRow .downloadItem .downloadTitle {
          font-weight: bold;
          margin-bottom: 10px; }
      .eachYearReportWrap .reportContentWrap .reportRow .downloadItem:after {
        content: '';
        display: block;
        clear: both; }
    .eachYearReportWrap .reportContentWrap .normalReportStyle {
      padding: 0 10px; }
      .eachYearReportWrap .reportContentWrap .normalReportStyle .reportSubTitle {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding-left: 0.83333%;
        padding-right: 0.83333%;
        color: #9A9A9A;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        padding: 10px 0; }
      .eachYearReportWrap .reportContentWrap .normalReportStyle .reportSubTitleContent {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: right;
        padding-left: 0.83333%;
        padding-right: 0.83333%;
        color: #9A9A9A;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        padding: 10px 0;
        text-align: left; }
    .eachYearReportWrap .reportContentWrap .listReportStyle {
      padding: 0 10px; }
      .eachYearReportWrap .reportContentWrap .listReportStyle .reportSubTitle {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        float: left;
        padding-left: 0.83333%;
        padding-right: 0.83333%;
        color: #9A9A9A;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        padding: 10px 0; }
      .eachYearReportWrap .reportContentWrap .listReportStyle .reportSubTitleContent {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 75%;
        float: right;
        padding-left: 0.83333%;
        padding-right: 0.83333%;
        color: #9A9A9A;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        padding: 10px 0;
        text-align: left; }
    .eachYearReportWrap .reportContentWrap .reportRow:after {
      content: '';
      display: block;
      clear: both; }
    .eachYearReportWrap .reportContentWrap .bgOther {
      background: #F9F9F9; }

  #main-company-section {
    min-height: 480px; }

  #news-section .top-wrapper .header-title {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    font-size: 16px; }
  #news-section .top-wrapper:after {
    content: '';
    display: block;
    clear: both; }
  #news-section .news-item {
    border-bottom: 1px dotted #C5C5C5;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0;
    cursor: pointer; }
    #news-section .news-item .news-title {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 75%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%;
      font-size: 15px;
      margin: 10px 0;
      line-height: 18px; }
    #news-section .news-item .news-date {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 25%;
      float: right;
      padding-left: 0.83333%;
      padding-right: 0.83333%;
      text-align: right;
      font-weight: lighter;
      margin-top: 10px; }
  #news-section .news-item:after {
    content: '';
    display: block;
    clear: both; }

  #main-services-section {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: right;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    padding-right: 0;
    margin: 0 0 15px 0;
    padding-left: 25px; }
    #main-services-section .services-item .title {
      font-size: 18px;
      color: #000;
      font-weight: bold;
      padding-bottom: 8px; }
    #main-services-section .services-item .service-img img {
      width: 100%;
      display: block; }
    #main-services-section .service-line-sp {
      height: 1px;
      background: #000;
      margin: 20px 0; }

  .content-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px; }

  .section-wrap .container-1140 .content-p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
	text-align: justify;
    margin-bottom: 20px;
    height: auto;
    overflow-x: hidden; }

  .container-1140 {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .container-1140:after {
      content: " ";
      display: block;
      clear: both; }
    .container-1140 .innerLeft {
      display: block;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 25%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%;
      padding-left: 0; }
      .container-1140 .innerLeft .innerMenuWrap ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .container-1140 .innerLeft .innerMenuWrap ul .innerMenuItem {
          color: #fff;
          background: url("../images/global/arrow_close.png") no-repeat center right 16px #FEE7A7;
          padding: 10px 16px;
          line-height: 20px;
          cursor: pointer;
          margin-bottom: 8px; }
          .container-1140 .innerLeft .innerMenuWrap ul .innerMenuItem a {
            color: #033D78;
            display: block; }
        .container-1140 .innerLeft .innerMenuWrap ul .innerMenuItem:hover {
          background-color: #EDF5F9; }
        .container-1140 .innerLeft .innerMenuWrap ul .sub-menu {
          display: none;
          margin-top: -8px;
          font-size: 13px;
          background: #F3F3F3;
          line-height: 20px;
          cursor: pointer;
          margin: 10px 0 18px 10px;
          color: #033D78;
          font-weight: lighter; }
          .container-1140 .innerLeft .innerMenuWrap ul .sub-menu ul {
            list-style-position: inside;
            margin: 0;
            padding: 0;
            padding-left: 15px; }
            .container-1140 .innerLeft .innerMenuWrap ul .sub-menu ul li {
              display: block;
              margin-bottom: 8px; }
              .container-1140 .innerLeft .innerMenuWrap ul .sub-menu ul li a:hover {
                color: #7A1315; }
            .container-1140 .innerLeft .innerMenuWrap ul .sub-menu ul li:before {
              content: "› ";
              margin-left: -11px; }
        .container-1140 .innerLeft .innerMenuWrap ul .op {
          background: url("../images/global/arrow_up.png") no-repeat center right 16px #033D78; }
        .container-1140 .innerLeft .innerMenuWrap ul .hidden-submenu {
          display: none; }
        .container-1140 .innerLeft .innerMenuWrap ul .current-submenu {
          display: block; }
        .container-1140 .innerLeft .innerMenuWrap ul .noLevel {
          background-image: none !important; }
    .container-1140 .innerRight {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 75%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%;
      padding: 0 15px 0 50px;
      float: right !important; }

  .mainInnerMenuItem {
    position: relative; }

  .mainInnerMenuName {
    position: relative;
    display: block;
    padding: 8px 9px;
    background: #DDBABD;
    margin-top: 15px;
    cursor: pointer;
    letter-spacing: -0.1px; }
    .mainInnerMenuName a {
      line-height: 22px;
      display: block;
      color: #642E0D; }

  .mainInnerMenuName:hover {
    cursor: pointer;
    background: #7A1315; }
    .mainInnerMenuName:hover a {
      color: #DBDBDB; }

  .subMenuItems {
    font-size: 13px;
    background: #edf5f9;
    padding: 10px 0px 10px 10px;
    cursor: pointer;
    margin-bottom: 8px;
    color: #033D78;
    font-weight: lighter; }
    .subMenuItems li:before {
      content: ""; }
    .subMenuItems li {
      cursor: pointer;
      line-height: 26px; }
      .subMenuItems li a {
        color: #033d78; }
      .subMenuItems li a:hover {
        color: #000; }

  .tagMenu {
    position: absolute;
    top: 0;
    right: 0; }
    .tagMenu .glyphicon {
      padding-top: 12px;
      padding-right: 10px; }

  .mainInnerMenuNameExtra .glyphicon {
    padding-top: 35px;
    padding-right: 10px; }

  .tagMenuActive {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    .tagMenuActive .glyphicon {
      padding: 0 0 12px 12px;
      margin-left: -2px; }
    .tagMenuActive .mainInnerMenuNameExtra .glyphicon {
      padding: 0 0 35px 12px; }

  .isCurrent {
    background-color: #7A1315;
    font-weight: bold;
    border-top: 6px solid #DDBABD; }
    .isCurrent a {
      color: #b9b9b9; }

  .icon-row {
    margin-bottom: 20px; }
    .icon-row .icon {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 83.33333%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%; }
    .icon-row .right {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 16.66667%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%;
      float: right; }

  .icon-row:after {
    content: '';
    display: block;
    clear: both; }

  .foo-sitemap ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .foo-sitemap ul li {
      display: block;
      padding: 0;
      margin: 0; }
  .foo-sitemap .foo-wrap {
    border: none;
    padding: 0 0.5%; }
    .foo-sitemap .foo-wrap .foo-title {
      font-size: 13px;
      line-height: 20px;
      margin: 20px 0;
      font-weight: bold;
      background: none; }
    .foo-sitemap .foo-wrap .foo-link {
      font-size: 12px;
      line-height: 24px; }

  .foo-sitemap:after {
    content: '';
    display: block;
    clear: both; }

  .cpy-notice {
    font-size: 11px; }

  .cpy {
    background: #EDEDED;
    font-size: 11px; }

  .foo-section-wrap {
    padding: 10px 0;
    background: #EDEDED;
    line-height: 30px; }
    .foo-section-wrap ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .foo-section-wrap ul li {
        display: inline-block;
        padding: 0;
        margin: 0; }

  .eachYearWrap {
    margin-top: 20px; }
    .eachYearWrap .detailImagesWrap {
      margin-bottom: 30px; }
    .eachYearWrap .newsItemWrap {
      border-bottom: 1px dotted #d2d2d2; }
      .eachYearWrap .newsItemWrap span {
        display: block;
        text-align: center;
        max-width: 100px; }
      .eachYearWrap .newsItemWrap .newsDate {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 22px; }
      .eachYearWrap .newsItemWrap .newsTitle {
        font-size: 14px;
        line-height: 22px; }
      .eachYearWrap .newsItemWrap .newsItemLeft {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 16.66667%;
        float: left;
        padding-left: 0.83333%;
        padding-right: 0.83333%; }
        .eachYearWrap .newsItemWrap .newsItemLeft .newsDate {
          font-size: 16px;
          font-weight: bold; }
        .eachYearWrap .newsItemWrap .newsItemLeft .newsDateMonth {
          font-size: 16px;
          background: #1376BE;
          color: #fff;
          margin: 10px 0;
          line-height: 28px; }
        .eachYearWrap .newsItemWrap .newsItemLeft .newsDateYear {
          font-size: 16px;
          font-weight: bold;
          color: #1376BE; }
      .eachYearWrap .newsItemWrap .newsItemRight {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 83.33333%;
        float: right;
        padding-left: 0.83333%;
        padding-right: 0.83333%; }
        .eachYearWrap .newsItemWrap .newsItemRight .newsContent {
          font-size: 13px;
          line-height: 25px;
          display: block; }
        .eachYearWrap .newsItemWrap .newsItemRight .readMore {
          width: 100px;
          float: right;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;
          text-align: center;
          text-align: right;
          margin: 20px 0;
          background: #1376BE; }
          .eachYearWrap .newsItemWrap .newsItemRight .readMore a {
            color: #fff;
            padding: 10px;
            line-height: 30px; }
          .eachYearWrap .newsItemWrap .newsItemRight .readMore a:hover {
            color: #FEB827; }
    .eachYearWrap .newsItemWrap:after {
      content: '';
      display: block;
      clear: both; }

  .section-inside {
    padding: 0 20px; }

  #mobile-banner-control {
    display: none; }

  .xs-d-show {
    display: none; }

  .xs-d-hidden {
    display: block; } }
@media (min-width: 1280px) {
  .location-path .path-inner {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .location-path .path-inner:after {
      content: " ";
      display: block;
      clear: both; }

  #inner-top-section-wrapper .border-top-5 {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    #inner-top-section-wrapper .border-top-5:after {
      content: " ";
      display: block;
      clear: both; }

  .inner-section-wrap {
    padding: 30px 0 !important; }

  .tradelinkKeyService {
    display: none; }

  .tradelinkKeyService-desktop {
    margin: 30px 0;
    display: block; }
    .tradelinkKeyService-desktop .box2 {
      max-width: 450px; }
      .tradelinkKeyService-desktop .box2 .box2-title {
        background: #2882C5;
        color: #FEB827;
        font-size: 15px;
        font-weight: bold;
        line-height: 32px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 0 15px;
        text-align: center; }
      .tradelinkKeyService-desktop .box2 .box2-content {
        background: #F5F5F5;
        color: #777777;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 15px;
        font-size: 14px;
        line-height: 24px; }
        .tradelinkKeyService-desktop .box2 .box2-content ul {
          list-style-position: inside;
          margin: 0;
          padding: 0;
          padding-left: 15px; }
          .tradelinkKeyService-desktop .box2 .box2-content ul li {
            display: block; }
          .tradelinkKeyService-desktop .box2 .box2-content ul li:before {
            content: "● ";
            margin-left: -11px; } }
