@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700"); */
@import url(mCustomScrollbar.css);
@import url(default.css);
/* @import url(fonts/css/fontello.css);
@import url(fonts2/css/fontello.css); */
@import url(plugins.css);
@import url(dropkick.css);
@import url(lity.css);
/* ==========================================================================
    public
 ==========================================================================*/
.where {
  width: 100%;
  padding: 0 80px 0 180px;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 5;
  text-align: right;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }
  .max-lg-size .where {
    padding-right: 30px;
    padding-left: 150px;
    top: 10px; }
  .max-md-size .where {
    padding: 0 30px;
    right: 0;
    top: 70px;
    line-height: 1.2em; }
  .max-sm-size .where {
    display: none; }
  .where ul li {
    display: inline; }
    .where ul li:after {
      content: "/";
      padding: 0 5px 0 10px;
      color: #fff;
      font-size: 14px; }
      .max-sm-size .where ul li:after {
        padding: 0 0 0 5px; }
    .where ul li a {
      color: #fff;
      font-size: 16px;
      font-weight: lighter;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
      .max-sm-size .where ul li a {
        font-size: 14px; }
    .where ul li:last-of-type:after {
      content: normal; }

.f14 {
  font-size: 14px;
  line-height: 1.5em; }

.f15 {
  font-size: 15px;
  line-height: 1.5em; }

.f16 {
  font-size: 16px;
  line-height: 1.5em; }
  .max-sm-size .f16 {
    font-size: 15px; }

.f18 {
  font-size: 18px;
  line-height: 1.5em; }

.f22 {
  font-size: 22px;
  line-height: 1.5em; }
  .max-sm-size .f22 {
    font-size: 18px; }

.f20 {
  font-size: 20px;
  line-height: 1.5em; }
  .max-sm-size .f20 {
    font-size: 18px; }

.f24 {
  font-size: 24px;
  line-height: 1.5em; }
  .max-sm-size .f24 {
    font-size: 20px; }

.f25 {
  font-size: 25px;
  line-height: 1.5em; }
  .max-sm-size .f25 {
    font-size: 20px; }

.f26 {
  font-size: 26px;
  line-height: 1.5em; }
  .max-md-size .f26 {
    font-size: 22px; }
  .max-sm-size .f26 {
    font-size: 20px; }

.f30 {
  font-size: 30px;
  line-height: 1.5em; }
  .max-sm-size .f30 {
    font-size: 25px; }

.f36 {
  font-size: 36px;
  line-height: 1.5em; }
  .max-md-size .f36 {
    font-size: 30px; }
  .max-sm-size .f36 {
    font-size: 25px; }

.f45 {
  font-size: 45px;
  line-height: 1.5em; }
  .max-md-size .f45 {
    font-size: 35px; }
  .max-sm-size .f45 {
    font-size: 25px; }

.f46 {
  font-size: 46px;
  line-height: 1.5em; }
  .max-md-size .f46 {
    font-size: 35px; }
  .max-sm-size .f46 {
    font-size: 25px; }

.f60 {
  font-size: 60px;
  line-height: 1.5em; }
  .max-lg-size .f60 {
    font-size: 50px; }
  .max-md-size .f60 {
    font-size: 40px; }
  .max-sm-size .f60 {
    font-size: 30px; }

.f64 {
  font-size: 64px;
  line-height: 1.5em; }
  .max-lg-size .f64 {
    font-size: 50px; }
  .max-md-size .f64 {
    font-size: 40px; }
  .max-sm-size .f64 {
    font-size: 30px; }

.textCenter {
  text-align: center !important; }

.textLeft {
  text-align: left !important; }

.textRight {
  text-align: right !important; }

.open-box {
  cursor: pointer; }

.fixed-box {
  width: 100%;
  min-width: 320px;
  height: 100%;
  position: fixed;
  left: -200%;
  top: 0;
  z-index: 101;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 1s, visibility 1s, left  0s 1s;
  -o-transition: opacity 1s, visibility 1s, left  0s 1s;
  transition: opacity 1s, visibility 1s, left  0s 1s; }
  .fixed-box.show {
    left: 0;
    padding: 30px 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transition: opacity 1s, visibility 1s;
    -o-transition: opacity 1s, visibility 1s;
    transition: opacity 1s, visibility 1s; }
  .fixed-box .box-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #000;
    opacity: 0.8; }
  .fixed-box .inner {
    width: 1400px;
    padding: 50px 30px 50px 50px;
    margin-left: -700px;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    background-color: #fff;
    color: #000; }
    .max-bg-size .fixed-box .inner {
      width: 90%;
      margin-left: 0;
      padding: 50px 10px 30px 30px;
      left: 5%; }
    .fixed-box .inner .scrollbar {
      max-height: -moz-calc(100vh - 100px);
      max-height: -webkit-calc(100vh - 100px);
      max-height: calc(100vh - 100px);
      overflow: auto; }
      .fixed-box .inner .scrollbar .mCSB_inside > .mCSB_container {
        margin: 0;
        padding-right: 20px; }
    .fixed-box .inner .editor {
      color: #777; }
    .fixed-box .inner .close {
      position: absolute;
      right: 20px;
      top: 20px;
      z-index: 10;
      color: #000;
      font-size: 40px;
      cursor: pointer;
      -webkit-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s; }
      .max-bg-size .fixed-box .inner .close {
        font-size: 30px; }
      .max-sm-size .fixed-box .inner .close {
        right: 10px;
        top: 10px; }
      .no-touch .fixed-box .inner .close:hover {
        color: #2661bf; }

#sitemap .inner {
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding: 0;
  left: 0;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #1d4fa1;
  color: #fff; }
  #sitemap .inner .scrollbar {
    max-height: none;
    height: 100vh; }
    #sitemap .inner .scrollbar .mCSB_scrollTools {
      right: 6px; }
    #sitemap .inner .scrollbar .mCSB_inside > .mCSB_container {
      padding-right: 0; }
    #sitemap .inner .scrollbar .mCSB_scrollTools .mCSB_draggerRail {
      background-color: rgba(0, 0, 0, 0.2); }
    #sitemap .inner .scrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      background-color: #1d2a4b; }
  #sitemap .inner .close {
    color: #fff;
    font-size: 30px;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    .no-touch #sitemap .inner .close:hover {
      opacity: 0.5; }
  #sitemap .inner .block {
    max-width: 1210px;
    margin: auto;
    padding: 80px 50px 60px 50px;
    position: relative; }
    .max-bg-size #sitemap .inner .block {
      padding: 80px 30px 60px 30px; }
    .max-sm-size #sitemap .inner .block {
      padding-top: 50px; }
    #sitemap .inner .block .close {
      position: fixed;
      right: auto;
      top: 50px;
      font-size: 20px; }
      .max-lg-size #sitemap .inner .block .close {
        right: 30px !important;
        left: auto !important; }
      .max-sm-size #sitemap .inner .block .close {
        top: 30px; }
  #sitemap .inner ul.list {
    font-size: 0; }
    #sitemap .inner ul.list > li {
      margin-bottom: 50px;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.6);
      font-size: 18px; }
      #sitemap .inner ul.list > li:last-of-type {
        border: none; }
        .max-md-size #sitemap .inner ul.list > li:last-of-type {
          margin-bottom: 0;
          padding-bottom: 0; }
        .max-sm-size #sitemap .inner ul.list > li:last-of-type ul.sub {
          margin-bottom: 20px; }
      .max-bg-size #sitemap .inner ul.list > li {
        font-size: 16px; }
      .max-md-size #sitemap .inner ul.list > li {
        margin-bottom: 30px; }
      .max-sm-size #sitemap .inner ul.list > li {
        padding-bottom: 0;
        font-size: 15px; }
      #sitemap .inner ul.list > li a {
        display: inline-block;
        color: #fff;
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s; }
        #sitemap .inner ul.list > li a:hover {
          opacity: 0.5; }
      #sitemap .inner ul.list > li .title {
        display: table;
        margin-bottom: 30px;
        font-size: 30px;
        font-weight: bold; }
        .max-bg-size #sitemap .inner ul.list > li .title {
          font-size: 25px; }
        .max-sm-size #sitemap .inner ul.list > li .title {
          margin-bottom: 15px;
          font-size: 20px; }
      #sitemap .inner ul.list > li ul.sub {
        margin-bottom: 30px; }
        #sitemap .inner ul.list > li ul.sub > li {
          margin-bottom: 20px; }
          .max-sm-size #sitemap .inner ul.list > li ul.sub > li {
            margin-bottom: 10px; }
          #sitemap .inner ul.list > li ul.sub > li > a, #sitemap .inner ul.list > li ul.sub > li .subtitle {
            font-size: 20px;
            font-weight: bold; }
            .max-bg-size #sitemap .inner ul.list > li ul.sub > li > a, .max-bg-size #sitemap .inner ul.list > li ul.sub > li .subtitle {
              font-size: 18px; }
            .max-sm-size #sitemap .inner ul.list > li ul.sub > li > a, .max-sm-size #sitemap .inner ul.list > li ul.sub > li .subtitle {
              font-size: 16px; }
      #sitemap .inner ul.list > li ul.third {
        margin-top: 10px;
        margin-bottom: 30px;
        font-size: 0; }
        .max-lg-size #sitemap .inner ul.list > li ul.third {
          font-size: 0; }
        .max-sm-size #sitemap .inner ul.list > li ul.third {
          margin-bottom: 20px; }
        #sitemap .inner ul.list > li ul.third > li {
          display: inline-block;
          vertical-align: top;
          width: 50%;
          margin: 10px 0;
          padding: 0 20px;
          position: relative;
          font-size: 18px; }
          .max-lg-size #sitemap .inner ul.list > li ul.third > li {
            display: inline-block;
            vertical-align: top;
            width: 33.3%;
            padding-right: 30px;
            font-size: 16px; }
          .max-md-size #sitemap .inner ul.list > li ul.third > li {
            width: 50%; }
          .max-sm-size #sitemap .inner ul.list > li ul.third > li {
            display: block;
            width: 100%;
            margin-bottom: 0;
            padding-right: 0;
            font-size: 15px; }
          .max-xs-size #sitemap .inner ul.list > li ul.third > li {
            padding-right: 10px; }
          #sitemap .inner ul.list > li ul.third > li:before {
            content: '';
            display: block;
            width: 8px;
            height: 1px;
            position: absolute;
            left: 0;
            top: 13px;
            background-color: #fff; }
          #sitemap .inner ul.list > li ul.third > li > a {
            line-height: normal; }
  #sitemap .inner .tools {
    max-width: 1080px;
    margin: 0 auto 30px auto; }
    #sitemap .inner .tools a {
      color: #fff;
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
    #sitemap .inner .tools ul.links {
      float: left;
      font-size: 0; }
      .max-md-size #sitemap .inner .tools ul.links {
        float: none; }
      #sitemap .inner .tools ul.links li {
        display: inline-block;
        vertical-align: middle;
        margin: 10px 20px 10px 0; }
        .max-lg-size #sitemap .inner .tools ul.links li {
          margin-right: 10px; }
        .max-sm-size #sitemap .inner .tools ul.links li {
          display: block;
          width: 100%;
          margin: 10px 0; }
        #sitemap .inner .tools ul.links li a {
          display: block;
          min-width: 200px;
          padding: 15px 20px;
          border-radius: 5px;
          background-color: #143D80;
          -webkit-transition: background-color 0.5s;
          -o-transition: background-color 0.5s;
          transition: background-color 0.5s;
          font-size: 16px;
          text-align: center; }
          .max-lg-size #sitemap .inner .tools ul.links li a {
            min-width: 180px; }
          .max-sm-size #sitemap .inner .tools ul.links li a {
            min-width: 0;
            font-size: 15px; }
          .no-touch #sitemap .inner .tools ul.links li a:hover {
            background-color: #1B5CC3; }
          #sitemap .inner .tools ul.links li a span {
            display: inline-block;
            padding-left: 30px;
            background: left center no-repeat;
            background-size: 21px; }
          #sitemap .inner .tools ul.links li a.enquiry span {
            background-image: url("/dist/icon-enquiry.png"); }
          #sitemap .inner .tools ul.links li a.feedback span {
            background-image: url("/dist/icon-feedback.png"); }
          #sitemap .inner .tools ul.links li a.terms span {
            background-image: url("/dist/icon-terms.png"); }
    #sitemap .inner .tools .follow {
      float: right; }
      .max-md-size #sitemap .inner .tools .follow {
        float: none;
        margin-top: 30px; }
      .max-sm-size #sitemap .inner .tools .follow {
        margin-top: 20px; }
      #sitemap .inner .tools .follow .title {
        margin-top: 10px;
        font-weight: bold; }
        .max-sm-size #sitemap .inner .tools .follow .title {
          margin-top: 0;
          margin-bottom: 5px; }
      #sitemap .inner .tools .follow ul li {
        margin: 5px 15px 0 0; }
        .max-lg-size #sitemap .inner .tools .follow ul li {
          margin-right: 10px; }

.follow ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
  text-align: left; }
  .max-xs-size .follow ul li {
    margin-right: 5px; }
  .follow ul li.youku {
    width: 80px;
    margin-right: 0; }
  .follow ul li a {
    opacity: 0.5;
    font-size: 20px; }
    .follow ul li a:hover {
      opacity: 1; }

#qrcode, #qrcode2 {
  text-align: center; }
  #qrcode .inner, #qrcode2 .inner {
    width: 900px;
    padding: 50px 30px 50px 50px;
    margin-left: -450px; }
    .max-bg-size #qrcode .inner, .max-bg-size #qrcode2 .inner {
      left: 50% !important; }
    .max-lg-size #qrcode .inner, .max-lg-size #qrcode2 .inner {
      width: 90% !important;
      left: 5% !important;
      margin-left: 0 !important; }
    #qrcode .inner img, #qrcode2 .inner img {
      max-height: 50vh; }

#feedback-box {
  text-align: center; }
  #feedback-box .inner {
    width: 650px;
    margin-left: -325px;
    left: 50%; }
    .max-lg-size #feedback-box .inner {
      width: 90% !important;
      margin-left: 0 !important;
      left: 5% !important; }
  #feedback-box p {
    color: #777; }

#shielding-pro .title {
  margin: 20px 0; }

#credentials ul.slider img {
  max-height: 40vw; }
  .max-sm-size #credentials ul.slider img {
    max-height: 300px; }

#credentials ul.slider .slick-dots {
  position: relative;
  bottom: 0; }
  #credentials ul.slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border: 1px solid #777777; }
  #credentials ul.slider .slick-dots li.slick-active button {
    background-color: #777777; }

#credentials .text {
  margin-top: 20px; }

#credentials .summary {
  margin-top: 10px;
  color: #777; }

#forgotID .inner {
  width: 600px;
  margin-left: -300px;
  left: 50%;
  text-align: center; }
  .max-lg-size #forgotID .inner {
    width: 90% !important;
    margin-left: 0 !important;
    left: 5% !important; }

.video-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 58%;
  margin-top: 30px; }
  .video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#particle-canvas {
  width: 100%;
  height: 100%;
  position: fixed !important;
  z-index: 1; }

.in-banner {
  display: table;
  width: 100%;
  position: relative;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  .in-banner:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #000;
    opacity: 0.3; }
  .in-banner .pic {
    z-index: 1;
    background-position: 65% top !important; }
  .in-banner .text {
    height: 600px;
    height: 31.2vw;
    padding: 100px;
    position: relative;
    z-index: 3;
    color: #fff; }
    .max-bg-size .in-banner .text {
      padding: 80px; }
    .max-lg-size .in-banner .text {
      padding: 50px; }
    .max-md-size .in-banner .text {
      height: 150px;
      padding: 80px 30px 30px 30px;
      vertical-align: bottom; }
    .max-sm-size .in-banner .text {
      padding: 30px !important;
      vertical-align: middle; }
    .in-banner .text .title {
      margin: 0;
      line-height: normal; }
    .in-banner .text .sub {
      margin-top: 20px;
      font-weight: lighter; }
      .max-sm-size .in-banner .text .sub {
        font-size: 18px; }
  .in-banner .scrollDown {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    z-index: 5;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background 0.5s, color 0.5s;
    -o-transition: background 0.5s, color 0.5s;
    transition: background 0.5s, color 0.5s;
    -webkit-animation: mybottom 1s ease-in infinite alternate;
    animation: mybottom 1s ease-in infinite alternate; }
    .max-sm-size .in-banner .scrollDown {
      width: 40px;
      height: 40px;
      line-height: 40px; }
    .in-banner .scrollDown:hover {
      background-color: #fff;
      color: #777;
      text-shadow: none; }

@keyframes mybottom {
  0% {
    bottom: 50px; }
  100% {
    bottom: 30px; } }

@-webkit-keyframes mybottom {
  0% {
    bottom: 50px; }
  100% {
    bottom: 30px; } }

.s-banner .text {
  height: 180px !important;
  padding-top: 80px;
  padding-bottom: 50px; }
  .max-sm-size .s-banner .text {
    height: 150px !important; }

.m-banner:after {
  content: normal; }

.m-banner .pic {
  background-position: right 40% center !important; }

.m-banner .text {
  height: 350px;
  padding-top: 50px;
  padding-bottom: 50px; }
  .max-md-size .m-banner .text {
    padding-top: 80px; }

.deep-banner:after {
  content: '';
  opacity: 0.7; }

.deep-banner .text {
  margin-top: 20px; }

.gradient:after {
  content: '';
  background: url("/dist/images/products/gradient.png") left center no-repeat;
  background-size: cover;
  opacity: 1; }

.nav-bar {
  border-bottom: 1px solid #eaeaea;
  background-color: #fff; }
  .max-sm-size .nav-bar {
    border-bottom: none; }
  .nav-bar.gray {
    background-color: #f7f7f7; }
  .nav-bar .toggle {
    display: none;
    height: 45px;
    background-color: #184387;
    padding: 0 30px;
    position: relative;
    color: #fff;
    line-height: 48px;
    cursor: pointer; }
    .max-sm-size .nav-bar .toggle {
      display: block; }
    .nav-bar .toggle:after {
      content: '\e80f';
      margin-top: -20px;
      position: absolute;
      right: 15px;
      top: 50%;
      color: #fff;
      font-size: 15px;
      font-family: "fontello";
      line-height: 40px; }
    .nav-bar .toggle.active:after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .nav-bar a.back {
    display: inline-block;
    min-width: 170px;
    padding: 25px 30px;
    color: #000;
    line-height: 30px;
    text-align: center;
    border-right: 1px solid #eaeaea;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s; }
    .max-md-size .nav-bar a.back {
      padding: 10px 30px; }
    .max-xs-size .nav-bar a.back {
      display: block;
      text-align: left; }
    .nav-bar a.back:hover {
      background-color: #eaeaea; }
    .nav-bar a.back i {
      display: inline-block;
      vertical-align: bottom;
      padding-right: 5px;
      font-size: 22px; }
  .min-sm-size .nav-bar .scrollbarX-arrows {
    display: block !important;
    margin-bottom: -1px; }
  .max-sm-size .nav-bar .scrollbarX-arrows {
    display: none;
    border-bottom: 1px solid #184387; }
  .max-sm-size .nav-bar .mCSB_container {
    width: 100% !important; }
  .nav-bar ul li {
    float: left; }
    .max-sm-size .nav-bar ul li {
      float: none;
      border-bottom: 1px solid #ddd; }
      .max-sm-size .nav-bar ul li:last-of-type {
        border-bottom: none; }
    .nav-bar ul li a {
      display: block;
      padding: 25px 30px;
      color: #bbbbbb;
      line-height: 30px;
      background-color: #fff;
      border-right: 1px solid #eaeaea;
      border-bottom: 1px solid #eaeaea; }
      .max-sm-size .nav-bar ul li a {
        padding: 10px 30px;
        border: none;
        line-height: 28px; }
      .min-md-size .nav-bar ul li a:hover {
        color: #184387; }
    .nav-bar ul li.active a {
      color: #fff !important;
      background-color: #184387;
      border-bottom-color: #184387; }
      .max-sm-size .nav-bar ul li.active a {
        color: #184387 !important;
        background-color: transparent !important;
        border-bottom-color: transparent !important; }

.tab-bar .toggle {
  display: none;
  height: 45px;
  background-color: #184387;
  padding: 0 20px;
  position: relative;
  color: #fff;
  line-height: 48px;
  cursor: pointer; }
  .max-sm-size .tab-bar .toggle {
    display: block; }
  .tab-bar .toggle:after {
    content: '\e80f';
    margin-top: -20px;
    position: absolute;
    right: 15px;
    top: 50%;
    color: #fff;
    font-size: 15px;
    font-family: "fontello";
    line-height: 40px; }
  .tab-bar .toggle.active:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.tab-bar .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.tab-bar .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  top: -30px; }

.max-sm-size .tab-bar .mCSB_container {
  width: 100% !important; }

.min-sm-size .tab-bar ul {
  display: block !important; }

.max-sm-size .tab-bar ul {
  display: none;
  border: 1px solid #184387;
  background-color: #fff; }

.tab-bar ul li {
  float: left;
  margin-right: 15px; }
  .tab-bar ul li:last-of-type {
    margin-right: 0; }
  .max-sm-size .tab-bar ul li {
    float: none;
    margin-right: 0;
    border-bottom: 1px solid #ddd; }
    .max-sm-size .tab-bar ul li:last-of-type {
      border-bottom: none; }

.tab-bar ul a {
  display: block;
  padding: 15px 30px;
  line-height: 26px;
  border: 1px solid #e0e0e0;
  color: #bbbbbb;
  -webkit-transition: color 0.5s, border 0.5s;
  -o-transition: color 0.5s, border 0.5s;
  transition: color 0.5s, border 0.5s; }
  .max-sm-size .tab-bar ul a {
    padding: 10px 20px;
    border: none;
    line-height: 28px; }
  .tab-bar ul a:hover {
    color: #555555;
    border-color: #555555; }

.min-sm-size .tab-bar ul .active:hover a {
  color: #fff !important; }

.tab-bar ul .active a {
  color: #fff;
  border-color: #555;
  background-color: #555; }
  .max-sm-size .tab-bar ul .active a {
    background-color: transparent !important;
    color: #184387;
    font-weight: bold; }

.tab-change {
  display: block !important;
  border-bottom: 1px solid #e0e0e0; }
  .tab-change .scrollbarX-arrows {
    margin-bottom: -1px; }

.item-bar {
  background-color: #ecc300;
  padding: 0 150px; }
  .max-bg-size .item-bar {
    padding: 0 100px; }
  .max-lg-size .item-bar {
    padding: 0 50px; }
  .max-sm-size .item-bar {
    padding: 0;
    background-color: transparent; }
  .item-bar .toggle {
    display: none;
    height: 45px;
    background-color: #e99f00;
    padding: 0 20px;
    position: relative;
    color: #fff;
    line-height: 48px;
    cursor: pointer; }
    .max-sm-size .item-bar .toggle {
      display: block; }
    .item-bar .toggle:after {
      content: '\e80f';
      margin-top: -20px;
      position: absolute;
      right: 15px;
      top: 50%;
      color: #fff;
      font-size: 15px;
      font-family: "fontello";
      line-height: 40px; }
    .item-bar .toggle.active:after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .item-bar ul.slider {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4); }
    .min-sm-size .item-bar ul.slider {
      display: block !important;
      text-align: center; }
    .max-sm-size .item-bar ul.slider {
      display: none;
      border: 1px solid #e99f00; }
    .item-bar ul.slider .slick-slide {
      border-right: 1px solid rgba(255, 255, 255, 0.4); }
    .item-bar ul.slider .slick-arrow {
      width: 100px;
      height: 100%;
      margin-top: 0;
      top: 0;
      border-radius: 0;
      border: none;
      background-color: transparent; }
      .max-lg-size .item-bar ul.slider .slick-arrow {
        width: 50px; }
      .item-bar ul.slider .slick-arrow:before {
        color: #fff;
        font-size: 40px; }
        .max-lg-size .item-bar ul.slider .slick-arrow:before {
          font-size: 30px; }
    .item-bar ul.slider .slick-prev {
      left: -100px; }
      .max-lg-size .item-bar ul.slider .slick-prev {
        left: -50px; }
    .item-bar ul.slider .slick-next {
      right: -100px; }
      .max-lg-size .item-bar ul.slider .slick-next {
        right: -50px; }
    .max-sm-size .item-bar ul.slider li {
      border-bottom: 1px solid #ddd; }
      .max-sm-size .item-bar ul.slider li:last-of-type {
        border-bottom: none; }
    .item-bar ul.slider a {
      display: block;
      padding: 30px 20px 15px 20px;
      color: #fff;
      opacity: 0.5;
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      .max-lg-size .item-bar ul.slider a {
        padding: 20px; }
      .max-sm-size .item-bar ul.slider a {
        padding: 10px 20px;
        color: #555555;
        line-height: 28px; }
      .item-bar ul.slider a .icon {
        display: block;
        width: 32px;
        height: 32px;
        margin: 0 auto 10px auto;
        border-radius: 50%;
        border: 2px solid #fff;
        font-size: 15px;
        line-height: 28px; }
        .max-sm-size .item-bar ul.slider a .icon {
          display: none; }
      .min-sm-size .item-bar ul.slider a .name {
        height: 44px;
        line-height: 22px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -moz-line-clamp: 2;
        -ms-line-clamp: 2;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical; }
      .max-sm-size .item-bar ul.slider a .name {
        font-size: 15px; }
      .item-bar ul.slider a:hover {
        opacity: 1; }
    .item-bar ul.slider .active a {
      background-color: #e99f00;
      opacity: 1; }
      .max-sm-size .item-bar ul.slider .active a {
        background-color: transparent;
        color: #e99f00; }

a.link, .editor a {
  color: #2661bf; }

a.link:hover, .editor a:hover {
  color: #2661bf; }

a.pdf:after {
  content: url("/dist/icon-pdf.png");
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px; }

.black {
  color: #000 !important; }
  .black a {
    color: #000; }
    .black a:hover {
      text-decoration: underline; }

.orange {
  color: #ff992e !important; }
  .orange a {
    color: #ff992e; }
    .orange a:hover {
      text-decoration: underline; }

.blue {
  color: #2661bf !important; }
  .blue a {
    color: #2661bf; }
    .blue a:hover {
      text-decoration: underline; }

.green {
  color: #4A4AFF !important; }
  .green a {
    color: #4A4AFF; }
    .green a:hover {
      text-decoration: underline; }

.editor .pic {
  margin: 20px 0; }

.editor .pic-right {
  margin-bottom: 70px; }
  .max-sm-size .editor .pic-right {
    margin-bottom: 40px; }
  .editor .pic-right .pic {
    float: right;
    max-width: 50%;
    margin: 0 0 0 50px; }
    .max-sm-size .editor .pic-right .pic {
      float: none;
      max-width: none;
      margin: 20px 0; }
  .editor .pic-right:after {
    content: '';
    display: block;
    clear: both; }

.editor .pic-left {
  margin-bottom: 70px; }
  .max-sm-size .editor .pic-left {
    margin-bottom: 40px; }
  .editor .pic-left .pic {
    float: left;
    max-width: 50%;
    margin: 0 50px 0 0; }
    .max-sm-size .editor .pic-left .pic {
      float: none;
      max-width: none;
      margin: 20px 0; }
  .editor .pic-left:after {
    content: '';
    display: block;
    clear: both; }

.editor ul.list-half {
  margin: 20px 0;
  padding-left: 0;
  font-size: 0; }
  .editor ul.list-half > li {
    display: inline-block;
    vertical-align: top;
    max-width: 50%;
    margin-bottom: 50px;
    padding-right: 50px;
    padding-left: 0;
    list-style: none;
    font-size: 18px; }
    .max-lg-size .editor ul.list-half > li {
      padding-right: 25px; }
    .max-md-size .editor ul.list-half > li {
      display: block;
      max-width: none;
      padding-right: 0;
      margin-bottom: 30px; }
      .max-md-size .editor ul.list-half > li:nth-last-of-type(2) {
        margin-bottom: 30px; }
    .max-sm-size .editor ul.list-half > li {
      font-size: 15px;
      margin-bottom: 20px; }
      .max-sm-size .editor ul.list-half > li:nth-last-of-type(2) {
        margin-bottom: 20px; }
    .editor ul.list-half > li:nth-of-type(even) {
      padding-right: 0 !important;
      padding-left: 50px; }
      .max-lg-size .editor ul.list-half > li:nth-of-type(even) {
        padding-left: 25px; }
      .max-md-size .editor ul.list-half > li:nth-of-type(even) {
        padding-left: 0; }
    .editor ul.list-half > li:nth-last-of-type(1), .editor ul.list-half > li:nth-last-of-type(2) {
      margin-bottom: 0; }
    .editor ul.list-half > li:before {
      content: normal; }
  .editor ul.list-half.middle > li {
    vertical-align: middle; }
  .editor ul.list-half.bottom > li {
    vertical-align: bottom; }

.editor ul.pic-half {
  margin: 20px -10px 0 -10px;
  padding-left: 0;
  font-size: 0; }
  .max-sm-size .editor ul.pic-half {
    margin: 20px 0 0 0; }
  .editor ul.pic-half > li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
    list-style: none;
    font-size: 18px; }
    .max-sm-size .editor ul.pic-half > li {
      display: block;
      width: auto;
      padding: 0;
      font-size: 15px;
      text-align: center; }
    .editor ul.pic-half > li img {
      display: inline-block; }
    .editor ul.pic-half > li:before {
      content: normal; }

.editor ul.pic-three {
  margin: 20px -10px 0 -10px;
  padding-left: 0;
  font-size: 0; }
  .editor ul.pic-three > li {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    margin-bottom: 20px;
    padding: 0 10px;
    list-style: none;
    font-size: 18px; }
    .max-sm-size .editor ul.pic-three > li {
      width: 50%;
      font-size: 15px; }
    .max-xs-size .editor ul.pic-three > li {
      display: block;
      width: auto;
      text-align: center; }
    .editor ul.pic-three > li img {
      display: inline-block; }
    .editor ul.pic-three > li:before {
      content: normal; }

.editor ul.pic-four {
  margin: 20px -10px 0 -10px;
  padding-left: 0;
  font-size: 0; }
  .editor ul.pic-four > li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-bottom: 20px;
    padding: 0 10px;
    list-style: none;
    font-size: 18px; }
    .max-sm-size .editor ul.pic-four > li {
      width: 50%;
      font-size: 15px; }
    .max-xs-size .editor ul.pic-four > li {
      display: block;
      width: auto;
      text-align: center; }
    .editor ul.pic-four > li img {
      display: inline-block; }
    .editor ul.pic-four > li:before {
      content: normal; }

.editor ul.mail-list {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 0; }
  .editor ul.mail-list > li {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    margin-bottom: 20px;
    padding-right: 50px;
    padding-left: 70px;
    position: relative;
    list-style: none;
    font-size: 18px; }
    .max-lg-size .editor ul.mail-list > li {
      width: 50%; }
    .max-sm-size .editor ul.mail-list > li {
      display: block;
      width: 100%;
      font-size: 15px; }
    .editor ul.mail-list > li:before {
      content: '';
      display: block;
      width: 55px;
      height: 55px;
      margin-top: -29.5px;
      position: absolute;
      left: 0;
      top: 50% !important;
      border: 2px solid #f1f1f1;
      border-radius: 50%;
      background: url("/dist/icon-mail.png") center no-repeat; }
    .editor ul.mail-list > li a {
      text-decoration: underline; }
      .editor ul.mail-list > li a:hover {
        color: #83abeb !important; }

.editor ul, .editor ul.dash {
  padding-left: 0; }
  .editor ul > li, .editor ul.dash > li {
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
    list-style: none; }
    .editor ul > li:last-of-type, .editor ul.dash > li:last-of-type {
      margin-bottom: 0; }
    .editor ul > li:before, .editor ul.dash > li:before {
      content: '';
      width: 15px;
      height: 1px;
      position: absolute;
      left: 0;
      top: 14px;
      background-color: #777777; }
      .max-sm-size .editor ul > li:before, .max-sm-size .editor ul.dash > li:before {
        top: 12px; }
    .editor ul > li > ul, .editor ul.dash > li > ul {
      padding-left: 1.1em; }
      .editor ul > li > ul > li, .editor ul.dash > li > ul > li {
        padding-left: 0;
        list-style: disc; }
        .editor ul > li > ul > li:before, .editor ul.dash > li > ul > li:before {
          content: normal; }
        .editor ul > li > ul > li li, .editor ul.dash > li > ul > li li {
          list-style: circle; }

.editor ul.noneStyle > li {
  padding-left: 0; }
  .editor ul.noneStyle > li:before {
    content: normal; }

.editor .table {
  margin: 20px 0; }

.table {
  background-color: #fff; }
  .table th, .table td {
    padding: 15px 30px;
    border: 1px solid #e6e6e6; }
    .max-sm-size .table th, .max-sm-size .table td {
      padding: 5px 10px; }
  .table th {
    color: #555;
    text-align: left;
    border-bottom-color: #555; }
  .table.widthAuto {
    width: auto; }

.prevNext {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
  text-align: center; }
  .max-sm-size .prevNext {
    margin-top: 30px;
    padding-top: 20px; }
  .prevNext ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 8px; }
    .max-sm-size .prevNext ul li {
      margin: 5px; }
    .prevNext ul li.prev .btn {
      color: #bbbbbb; }
      .prevNext ul li.prev .btn i {
        padding-right: 10px; }
    .prevNext ul li.next .btn {
      color: #bbbbbb; }
      .prevNext ul li.next .btn i {
        padding-left: 10px; }
    .prevNext ul li .btn {
      min-width: 120px;
      border-color: #ddd;
      background-color: #fff;
      color: #000;
      -webkit-transition: border 0.5s, color 0.5s, background 0.5s;
      -o-transition: border 0.5s, color 0.5s, background 0.5s;
      transition: border 0.5s, color 0.5s, background 0.5s; }
      .max-sm-size .prevNext ul li .btn {
        min-width: 100px; }
      .max-ss-size .prevNext ul li .btn {
        min-width: 80px; }
      .prevNext ul li .btn:hover {
        color: #fff;
        border-color: #555555;
        background-color: #555555; }
      .prevNext ul li .btn i {
        display: inline-block;
        vertical-align: bottom;
        font-size: 20px; }

ul.pages {
  text-align: center; }
  ul.pages li {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    text-align: center; }
    .max-xs-size ul.pages li.dot, .max-xs-size ul.pages li.first, .max-xs-size ul.pages li.last {
      display: none; }
    ul.pages li a {
      display: block;
      color: #777; }
      ul.pages li a span {
        display: inline-block;
        position: relative; }
        ul.pages li a span:after {
          content: '';
          display: block;
          width: 100%;
          height: 1px;
          position: absolute;
          left: 0;
          bottom: 0;
          background-color: #000;
          opacity: 0;
          -webkit-transition: opacity 0.5s;
          -o-transition: opacity 0.5s;
          transition: opacity 0.5s; }
      ul.pages li a:hover {
        color: #184387; }
    ul.pages li.active a {
      color: #000;
      font-weight: bold; }
      ul.pages li.active a span:after {
        opacity: 1; }

@media print {
  #header, #footer, .where, .in-banner, .nav-bar, .share, .prevNext {
    display: none !important; }
  .main > .inner, .in-block {
    padding: 0 !important; } }

form.login {
  max-width: 560px;
  margin: auto;
  padding: 40px 40px 20px 40px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
  .max-sm-size form.login {
    padding: 20px; }
  form.login a {
    color: #2661bf; }
    form.login a:hover {
      text-decoration: underline; }
  form.login .in-title {
    text-align: center; }
  form.login .notice {
    color: #aaaaaa;
    font-size: 15px;
    line-height: normal; }
  form.login .buttonBlock {
    margin: 20px 0; }
  form.login .footer {
    padding-top: 15px;
    border-top: 1px solid #eaeaea;
    text-align: center; }
    form.login .footer a.create {
      color: #000;
      font-size: 15px;
      text-align: center; }
      form.login .footer a.create:hover {
        color: #2661bf; }

/* ==========================================================================
    header
 ==========================================================================*/
.mask {
  width: 0;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  background-color: #1d2a4b;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.8s, visibility 0.8s, width 0s 0.9s;
  -o-transition: opacity 0.8s, visibility 0.8s, width 0s 0.9s;
  transition: opacity 0.8s, visibility 0.8s, width 0s 0.9s; }
  .mask.show {
    width: 100%;
    opacity: 0.65;
    visibility: visible;
    -webkit-transition: opacity 0.8s, visibility 0.8s;
    -o-transition: opacity 0.8s, visibility 0.8s;
    transition: opacity 0.8s, visibility 0.8s; }

#header {
  width: 110px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  border-right: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
  .max-md-size #header {
    width: 100%;
    min-width: 320px;
    height: 50px;
    border-right: none;
    border-bottom: 1px solid #d9d9d9; }
  #header .logo {
    width: 84px;
    height: 32px;
    margin-left: -42px;
    position: absolute;
    left: 50%;
    top: 30px;
    z-index: 1; }
    .max-md-size #header .logo {
      width: 75px;
      height: 100%;
      top: 0; }
    #header .logo a {
      display: block;
      height: 100%;
      background: url("/dist/logo.png") center no-repeat;
      background-size: contain; }
      .chrome #header .logo a {
        image-rendering: -webkit-optimize-contrast; }
  #header ul.tools {
    width: 45px;
    margin-left: -22.5px;
    position: absolute;
    left: 50%;
    top: 100px;
    z-index: 5;
    text-align: center; }
    .max-md-size #header ul.tools {
      width: auto;
      margin-left: 0;
      left: auto;
      right: 60px;
      top: 4px; }
    .max-sm-size #header ul.tools {
      top: 7px; }
    .max-xs-size #header ul.tools {
      right: 10px; }
    #header ul.tools > li {
      margin-bottom: 15px;
      position: relative;
      font-size: 16px; }
      .max-md-size #header ul.tools > li {
        display: inline-block;
        vertical-align: middle; }
      .max-md-size #header ul.tools > li.lang {
        width: 80px;
        margin-right: 10px; }
        .max-md-size #header ul.tools > li.lang .now {
          display: inline-block;
          vertical-align: text-bottom;
          padding-right: 5px; }
      .max-xs-size #header ul.tools > li.lang {
        width: 70px;
        margin-right: 5px; }
      #header ul.tools > li.lang .toggle {
        padding: 10px 0;
        border-radius: 45px;
        background-color: #f7f7f7;
        cursor: pointer;
        color: #666666;
        -webkit-transition: background 0.5s, color 0.5s;
        -o-transition: background 0.5s, color 0.5s;
        transition: background 0.5s, color 0.5s; }
        .max-md-size #header ul.tools > li.lang .toggle {
          padding: 5px 0; }
      #header ul.tools > li.lang.show .toggle, .no-touch #header ul.tools > li.lang.show2 .toggle {
        background-color: #eaeaea; }
      #header ul.tools > li.lang.show i, .no-touch #header ul.tools > li.lang.show2 i {
        color: #83abeb; }
      #header ul.tools > li.lang.show ul.sub, .no-touch #header ul.tools > li.lang.show2 ul.sub {
        left: 60px;
        opacity: 1;
        visibility: visible; }
        .max-md-size #header ul.tools > li.lang.show ul.sub, .max-md-size .no-touch #header ul.tools > li.lang.show2 ul.sub {
          left: 0; }
      #header ul.tools > li.lang ul.sub {
        width: 120px;
        padding: 0 10px;
        position: absolute;
        left: 40px;
        top: 50%;
        border-radius: 45px;
        background-color: #606060;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: opacity 0.5s, visibility 0.5s, left 0.5s;
        -o-transition: opacity 0.5s, visibility 0.5s, left 0.5s;
        transition: opacity 0.5s, visibility 0.5s, left 0.5s; }
        .max-md-size #header ul.tools > li.lang ul.sub {
          width: 110px;
          top: 50px;
          left: 0;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; }
          .max-md-size #header ul.tools > li.lang ul.sub:before {
            content: '';
            width: 0;
            height: 0;
            position: absolute;
            left: 23px;
            top: -7px;
            border-style: solid;
            border-width: 0 8px 10px 8px;
            border-color: transparent transparent #606060 transparent; }
        #header ul.tools > li.lang ul.sub li {
          display: inline-block;
          vertical-align: middle; }
          #header ul.tools > li.lang ul.sub li a {
            padding: 0 5px;
            color: #fff;
            line-height: 48px;
            -webkit-transition: opacity 0.5s;
            -o-transition: opacity 0.5s;
            transition: opacity 0.5s; }
            .max-md-size #header ul.tools > li.lang ul.sub li a {
              line-height: 40px; }
            .no-touch #header ul.tools > li.lang ul.sub li a:hover {
              opacity: 0.5; }
      #header ul.tools > li .no-touch a:hover i {
        color: #83abeb; }
      #header ul.tools > li i {
        color: #2661bf;
        font-size: 25px;
        -webkit-transition: color 0.5s;
        -o-transition: color 0.5s;
        transition: color 0.5s; }
  #header .menu-toggle {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    color: #1d2a4b;
    font-size: 12px;
    text-align: center;
    cursor: pointer; }
    .max-md-size #header .menu-toggle {
      width: 50px;
      height: 50px;
      margin: -25px 0 0 -25px;
      margin-left: 0;
      left: 0; }
      .max-md-size #header .menu-toggle .text {
        display: none; }
    #header .menu-toggle .bar {
      width: 30px;
      height: 2px;
      position: absolute;
      left: 15px;
      background-color: #1d2a4b;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .max-md-size #header .menu-toggle .bar {
        width: 20px; }
      #header .menu-toggle .bar.bar1 {
        top: 28px; }
        .max-md-size #header .menu-toggle .bar.bar1 {
          top: 17px; }
      #header .menu-toggle .bar.bar2 {
        top: 36px; }
        .max-md-size #header .menu-toggle .bar.bar2 {
          top: 24px; }
      #header .menu-toggle .bar.bar3 {
        width: 18px;
        top: 44px; }
        .max-md-size #header .menu-toggle .bar.bar3 {
          width: 20px;
          top: 31px; }
    #header .menu-toggle.active .bar {
      top: 38px; }
      .max-md-size #header .menu-toggle.active .bar {
        top: 26px; }
      #header .menu-toggle.active .bar.bar1 {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #header .menu-toggle.active .bar.bar2 {
        left: 50px;
        opacity: 0; }
        .max-md-size #header .menu-toggle.active .bar.bar2 {
          left: 30px; }
      #header .menu-toggle.active .bar.bar3 {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        .min-md-size #header .menu-toggle.active .bar.bar3 {
          width: 30px; }
  #header .menu {
    width: 210px;
    height: 105%;
    position: fixed;
    left: 80px;
    top: 0;
    background-color: #fff;
    font-size: 16px;
    font-weight: lighter;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: left 0.8s, opacity 0.8s, visibility 0.8s;
    -o-transition: left 0.8s, opacity 0.8s, visibility 0.8s;
    transition: left 0.8s, opacity 0.8s, visibility 0.8s; }
    .max-md-size #header .menu {
      left: -20px;
      top: 50px; }
    .max-sm-size #header .menu {
      width: 160px; }
    #header .menu.show {
      left: 110px;
      opacity: 1;
      visibility: visible; }
      .max-md-size #header .menu.show {
        left: 0; }
    #header .menu > ul {
      height: 100vh;
      padding: 100px 0;
      -webkit-overflow-scrolling: touch; }
      .max-md-size #header .menu > ul {
        padding: 50px 0; }
      .max-sm-size #header .menu > ul {
        padding: 10px 0; }
      .max-xs-size #header .menu > ul {
        padding: 20px 0; }
      #header .menu > ul > li .nav-toggle, #header .menu > ul > li .title {
        display: block;
        padding: 15px 30px 15px 50px;
        color: #555555;
        line-height: 25px;
        font-weight: bold;
        cursor: pointer; }
        .max-sm-size #header .menu > ul > li .nav-toggle, .max-sm-size #header .menu > ul > li .title {
          padding: 5px 20px; }
        .max-xs-size #header .menu > ul > li .nav-toggle, .max-xs-size #header .menu > ul > li .title {
          padding: 10px 20px;
        font-size: 16px; }
      #header .menu > ul > li .nav-toggle {
        overflow: hidden;
        position: relative; }
        #header .menu > ul > li .nav-toggle:after {
          content: '';
          display: block;
          width: 0;
          height: 1px;
          position: absolute;
          right: 0;
          top: 50%;
          background-color: #184387;
          opacity: 0;
          -webkit-transition: opacity 0.8s, width 0.8s;
          -o-transition: opacity 0.8s, width 0.8s;
          transition: opacity 0.8s, width 0.8s; }
        #header .menu > ul > li .nav-toggle span {
          display: table;
          padding-right: 20px;
          position: relative;
          z-index: 2;
          background-color: #fff; }
          .max-sm-size #header .menu > ul > li .nav-toggle span {
            padding-right: 10px; }
        #header .menu > ul > li .nav-toggle.show {
          color: #184387 !important; }
          #header .menu > ul > li .nav-toggle.show:after {
            opacity: 1;
            width: 150px; }
            .max-sm-size #header .menu > ul > li .nav-toggle.show:after {
              width: 80px; }
      #header .menu > ul > li.active .nav-toggle, #header .menu > ul > li.active .title {
        color: #000;
        font-weight: bold; }
      #header .menu > ul > li.active .nav-toggle:after {
        opacity: 1;
        width: 150px;
        background-color: #888; }
        .max-sm-size #header .menu > ul > li.active .nav-toggle:after {
          width: 100px; }
      .no-touch #header .menu > ul > li:hover .nav-toggle, .no-touch #header .menu > ul > li:hover .title {
        color: #184387; }
      .no-touch #header .menu > ul > li:hover .nav-toggle:after {
        opacity: 1;
        width: 150px;
        background-color: #184387; }
        .max-sm-size .no-touch #header .menu > ul > li:hover .nav-toggle:after {
          width: 100px; }
      #header .menu > ul .mCSB_scrollTools {
        opacity: 0; }
      #header .menu > ul .mCSB_scrollTools .mCSB_draggerRail {
        background-color: rgba(0, 0, 0, 0.2); }
      #header .menu > ul .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #1d2a4b; }
      #header .menu > ul .mCSB_inside > .mCSB_container {
        padding-right: 0; }
      #header .menu > ul .sub {
        display: none;
        width: 360px;
        height: 100%;
        padding: 100px 0;
        position: fixed;
        left: 320px;
        top: 0;
        background-color: #184387;
        overflow: auto;
        -webkit-overflow-scrolling: touch; }
        .max-md-size #header .menu > ul .sub {
          height: -moz-calc(100% - 50px);
          height: -webkit-calc(100% - 50px);
          height: calc(100% - 50px);
          padding: 50px 0;
          top: 50px;
          left: 210px; }
        .max-sm-size #header .menu > ul .sub {
          width: 200px;
          padding: 10px 0;
          left: 160px; }
        .max-xs-size #header .menu > ul .sub {
          padding: 20px 0; }
        .no-touch #header .menu > ul .sub:hover .mCSB_scrollTools {
          opacity: 0.75; }
        #header .menu > ul .sub ul.list > li.active > a, #header .menu > ul .sub ul.list > li.active .sub-toggle {
          background-color: #2c67b3; }
        #header .menu > ul .sub ul.list > li a, #header .menu > ul .sub ul.list > li .sub-toggle {
          display: block;
          padding: 15px 30px 15px 50px;
          color: #fff;
          font-weight: bold;
          line-height: 25px;
          -webkit-transition: background 0.5s, color 0.5s;
          -o-transition: background 0.5s, color 0.5s;
          transition: background 0.5s, color 0.5s; }
          .max-sm-size #header .menu > ul .sub ul.list > li a, .max-sm-size #header .menu > ul .sub ul.list > li .sub-toggle {
            padding: 5px 20px; }
          .max-xs-size #header .menu > ul .sub ul.list > li a, .max-xs-size #header .menu > ul .sub ul.list > li .sub-toggle {
            padding: 10px 20px; }
          .no-touch #header .menu > ul .sub ul.list > li a:hover, .no-touch #header .menu > ul .sub ul.list > li .sub-toggle:hover {
            background-color: #4e87d3; }
        #header .menu > ul .sub ul.list > li .sub-toggle {
          position: relative;
          cursor: pointer; }
          #header .menu > ul .sub ul.list > li .sub-toggle:after {
            content: '\e809';
            margin-top: -20px;
            position: absolute;
            right: 15px;
            top: 50%;
            color: #fff;
            font-size: 15px;
            font-family: "fontello";
            line-height: 40px; }
          #header .menu > ul .sub ul.list > li .sub-toggle.show:after {
            content: '\e80b'; }
        #header .menu > ul .sub ul.list > li ul.third {
          display: none; }
          #header .menu > ul .sub ul.list > li ul.third > li.active > a {
            color: #83abeb; }
            .no-touch #header .menu > ul .sub ul.list > li ul.third > li.active > a:hover {
              background-color: #2c67b3; }
          #header .menu > ul .sub ul.list > li ul.third > li > a {
            padding-left: 60px;
            color: #bbc2d4;
            font-size: 15px;
            font-weight: normal; }
            .max-sm-size #header .menu > ul .sub ul.list > li ul.third > li > a {
              padding-left: 20px; }
            .no-touch #header .menu > ul .sub ul.list > li ul.third > li > a:hover {
              color: #fff; }
  #header .search, #header .share {
    width: 45px;
    position: fixed;
    left: 32.5px;
    z-index: 5;
    text-align: center; }
    .max-md-size #header .search, .max-md-size #header .share {
      width: 40px;
      left: auto;
      top: 12px; }
    #header .search .toggle, #header .share .toggle {
      color: #2661bf;
      font-size: 25px;
      cursor: pointer;
      -webkit-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s; }
    #header .search .box, #header .share .box {
      position: absolute;
      left: 40px;
      top: 50%;
      background-color: #606060;
      border-radius: 45px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.5s, visibility 0.5s, left 0.5s;
      -o-transition: opacity 0.5s, visibility 0.5s, left 0.5s;
      transition: opacity 0.5s, visibility 0.5s, left 0.5s; }
      .max-md-size #header .search .box, .max-md-size #header .share .box {
        width: 100%;
        position: fixed;
        left: auto;
        right: 0;
        top: 50px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        border-radius: 0;
        background-color: #184387; }
    #header .search.show .toggle, .min-lg-size #header .search.show2 .toggle, .min-md-size #header .search.active .toggle, #header .share.show .toggle, .min-lg-size #header .share.show2 .toggle, .min-md-size #header .share.active .toggle {
      color: #83abeb; }
    #header .search.show .box, .min-lg-size #header .search.show2 .box, .min-md-size #header .search.active .box, #header .share.show .box, .min-lg-size #header .share.show2 .box, .min-md-size #header .share.active .box {
      left: 60px;
      opacity: 1;
      visibility: visible; }
      .max-md-size #header .search.show .box, .max-md-size .min-lg-size #header .search.show2 .box, .max-md-size .min-md-size #header .search.active .box, .max-md-size #header .share.show .box, .max-md-size .min-lg-size #header .share.show2 .box, .max-md-size .min-md-size #header .share.active .box {
        left: auto; }
  #header .search {
    bottom: 100px; }
    .max-md-size #header .search {
      display: none;
      right: 10px; }
    #header .search .box {
      width: 265px; }
      #header .search .box .form-control {
        width: 100%;
        height: 48px;
        border: none;
        border-radius: 48px;
        background-color: #606060;
        color: #fff;
        font-size: 14px; }
        .max-md-size #header .search .box .form-control {
          border-radius: 0;
          background-color: #184387; }
        #header .search .box .form-control:hover, #header .search .box .form-control:focus {
          background-color: #484848; }
          .max-md-size #header .search .box .form-control:hover, .max-md-size #header .search .box .form-control:focus {
            background-color: #0e2f63; }
      #header .search .box button {
        width: 35px;
        height: 35px;
        margin-top: -17.5px;
        padding: 0 10px;
        position: absolute;
        right: 8px;
        top: 50%;
        border-radius: 50%;
        background-color: #fff;
        color: #606060; }
  #header .share {
    bottom: 48px; }
    .max-md-size #header .share {
      height: 30px;
      right: 10px; }
    .max-xs-size #header .share {
      display: none;
      height: 40px;
      top: auto;
      bottom: 55px;
      line-height: 36px;
      border-radius: 50%;
      background-color: #2661bf; }
      .max-xs-size #header .share i {
        color: #fff;
        font-size: 20px; }
    #header .share .box {
      padding: 0 25px; }
      #header .share .box ul li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
        #header .share .box ul li.first {
          display: none; }
          .max-md-size #header .share .box ul li.first {
            display: inline-block;
            color: #fff;
            font-size: 16px;
          line-height: 49px; }
        #header .share .box ul li:last-of-type {
          margin-right: 0; }
        #header .share .box ul li a {
          color: #fff;
          font-size: 18px;
          line-height: 48px;
          -webkit-transition: opacity 0.5s;
          -o-transition: opacity 0.5s;
          transition: opacity 0.5s; }
          #header .share .box ul li a:hover {
            opacity: 0.5; }

/* ==========================================================================
    home
 ==========================================================================*/
#home .home-title {
  margin: 0;
  padding: 50px 30px;
  color: #000;
  font-weight: lighter;
  text-align: center; }
  .max-sm-size #home .home-title {
    padding: 30px; }
  #home .home-title span {
    display: inline-block;
    font-weight: bold; }

#home .banner {
  position: relative; }
  .max-xs-size #home .banner {
    background-color: #f5f5f5; }
    .max-xs-size #home .banner .slick-dots {
      padding-bottom: 30px;
      position: relative;
      bottom: 0; }
      .max-xs-size #home .banner .slick-dots li button {
        border-color: #ccc; }
      .max-xs-size #home .banner .slick-dots .slick-active button {
        background-color: #ccc; }
  #home .banner .pic {
    height: 780px;
    height: 38vw; }
    .max-md-size #home .banner .pic {
      height: 56vw; }
  #home .banner .text {
    width: 100%;
    padding-left: 10%;
    padding-right: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    color: #fff; }
    .max-md-size #home .banner .text {
      padding-left: 30px; }
    .max-xs-size #home .banner .text {
      padding: 30px 30px 10px 30px;
      position: relative;
      top: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      color: #000;
      text-align: center; }
    #home .banner .text .title {
      margin-bottom: 30px;
      line-height: 1em;
      font-weight: bold;

      overflow: hidden;

      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -ms-box-orient: vertical;
      -webkit-animation: fadeOut 1s both;
      animation: fadeOut 1s both; }
      .max-md-size #home .banner .text .title {
        margin-bottom: 20px; }
      .max-xs-size #home .banner .text .title {
        -webkit-animation: none;
        animation: none; }
    #home .banner .text .summary {
      max-width: 600px;
      max-height: 4.5em;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -moz-line-clamp: 3;
      -ms-line-clamp: 3;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -ms-box-orient: vertical;
      -webkit-animation: fadeOut 1s both;
      animation: fadeOut 1s both; }
      .max-xs-size #home .banner .text .summary {
        -webkit-animation: none;
        animation: none; }
    #home .banner .text .btn {
      margin-top: 30px;
      -webkit-animation: fadeOut 1s both;
      animation: fadeOut 1s both; }
      .max-md-size #home .banner .text .btn {
        margin-top: 20px; }
      .max-xs-size #home .banner .text .btn {
        color: #000;
        border-color: #ccc;
        -webkit-animation: none;
        animation: none; }
  #home .banner .slick-current .text .title {
    -webkit-animation: fadeInDown 1s both;
    animation: fadeInDown 1s both; }
    .max-xs-size #home .banner .slick-current .text .title {
      -webkit-animation: none;
      animation: none; }
  #home .banner .slick-current .text .summary {
    -webkit-animation: fadeInUp 1s both 0.3s;
    animation: fadeInUp 1s both 0.3s; }
    .max-xs-size #home .banner .slick-current .text .summary {
      -webkit-animation: none;
      animation: none; }
  #home .banner .slick-current .text .btn {
    -webkit-animation: fadeInUp 1s both 0.5s;
    animation: fadeInUp 1s both 0.5s; }
    .max-xs-size #home .banner .slick-current .text .btn {
      -webkit-animation: none;
      animation: none; }

#home .know .arrows {
  display: none;
  width: 80px;
  height: 34px;
  margin: 0 auto 30px auto;
  position: relative; }
  .max-xs-size #home .know .arrows {
    display: block; }

.max-xs-size #home .know .home-title {
  padding-bottom: 20px; }

#home .know .block {
  position: relative; }
  #home .know .block .slider-nav {
    width: 220px;
    height: 100%;
    padding: 45px 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    background-color: rgba(0, 39, 98, 0.3);
    text-align: center; }
    .max-md-size #home .know .block .slider-nav {
      width: 180px; }
    .max-sm-size #home .know .block .slider-nav {
      display: none; }
    #home .know .block .slider-nav .slick-slide {
      padding: 15px 0;
      cursor: pointer; }
    #home .know .block .slider-nav .icon {
      width: 120px;
      height: 120px;
      margin: auto;
      border: 1px solid transparent;
      border-radius: 50%;
      position: relative;
      -webkit-transition: border 0.5s;
      -o-transition: border 0.5s;
      transition: border 0.5s; }
      #home .know .block .slider-nav .icon .jqimgFill {
        width: 70px;
        height: 70px;
        margin: -35px 0 0 -35px;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 2; }
    #home .know .block .slider-nav .loader {
      width: 240px;
      height: 240px;
      margin: -120px 0 0 -120px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      stroke-linecap: round;
      stroke-width: 2;
      fill: none;
      opacity: 0;
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      .max-sm-size #home .know .block .slider-nav .loader {
        display: none; }
      #home .know .block .slider-nav .loader .internal-circle {
        stroke: #fff;
        stroke-dashoffset: 0;
        stroke-dasharray: 187;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center; }
    #home .know .block .slider-nav .slick-current .icon {
      border-color: rgba(255, 255, 255, 0.2); }
    #home .know .block .slider-nav .slick-current .loader {
      opacity: 1; }
      #home .know .block .slider-nav .slick-current .loader .internal-circle {
        -webkit-animation: internal 6s ease-in-out normal;
        animation: internal 6s ease-in-out normal; }
  #home .know .block .slider-pic {
    position: relative;
    z-index: 1; }
    #home .know .block .slider-pic .bg {
      height: 850px; }
      .max-sm-size #home .know .block .slider-pic .bg {
        height: 450px; }
      .max-xs-size #home .know .block .slider-pic .bg:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        background-color: #000;
        opacity: 0.3; }
    #home .know .block .slider-pic .text {
      width: 100%;
      padding-right: 30px;
      padding-left: 290px;
      position: absolute;
      left: 0;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 2;
      color: #fff;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
      .max-md-size #home .know .block .slider-pic .text {
        padding-left: 230px; }
      .max-sm-size #home .know .block .slider-pic .text {
        padding: 0 60px; }
      .max-xs-size #home .know .block .slider-pic .text {
        padding: 0 30px;
        z-index: 3; }
      #home .know .block .slider-pic .text .name {
        margin-top: 0;
        margin-bottom: 30px;
        line-height: 1em;
        font-weight: bold;
        -webkit-animation: fadeOut 1s both;
        animation: fadeOut 1s both; }
        .max-md-size #home .know .block .slider-pic .text .name {
          margin-bottom: 20px; }
      #home .know .block .slider-pic .text .summary {
        max-width: 550px;
        -webkit-animation: fadeOut 1s both;
        animation: fadeOut 1s both; }
      #home .know .block .slider-pic .text .btns {
        margin-top: 30px;
        -webkit-animation: fadeOut 1s both;
        animation: fadeOut 1s both; }
        .max-md-size #home .know .block .slider-pic .text .btns {
          margin-top: 20px; }
        .max-sm-size #home .know .block .slider-pic .text .btns .btn {
          min-width: 0; }
        #home .know .block .slider-pic .text .btns a.btn {
          margin-right: 20px; }
          .max-sm-size #home .know .block .slider-pic .text .btns a.btn {
            margin-right: 10px; }
          #home .know .block .slider-pic .text .btns a.btn:hover {
            text-shadow: none; }
    #home .know .block .slider-pic .slick-current .text .name {
      -webkit-animation: fadeInDown 1s both;
      animation: fadeInDown 1s both; }
    #home .know .block .slider-pic .slick-current .text .summary {
      -webkit-animation: fadeInUp 1s both 0.3s;
      animation: fadeInUp 1s both 0.3s; }
    #home .know .block .slider-pic .slick-current .text .btns {
      -webkit-animation: fadeInUp 1s both 0.5s;
      animation: fadeInUp 1s both 0.5s; }
    #home .know .block .slider-pic .slick-slide {
      position: relative; }
      #home .know .block .slider-pic .slick-slide .pro-list {
        width: 600px;
        height: 100%;
        padding: 20px;
        position: absolute;
        right: -605px;
        top: 0;
        z-index: 4;
        opacity: 0;
        background-color: #f5f5f5;
        -webkit-transition: right 1s ease, opacity 1s;
        -o-transition: right 1s ease, opacity 1s;
        transition: right 1s ease, opacity 1s; }
        .max-md-size #home .know .block .slider-pic .slick-slide .pro-list {
          width: 400px; }
        .max-sm-size #home .know .block .slider-pic .slick-slide .pro-list {
          width: 70%; }
        .max-xs-size #home .know .block .slider-pic .slick-slide .pro-list {
          width: 100%;
          padding: 10px 0; }
        #home .know .block .slider-pic .slick-slide .pro-list.show {
          right: 0;
          opacity: 1; }
        #home .know .block .slider-pic .slick-slide .pro-list .top {
          height: 80px;
          padding: 0 50px;
          position: relative; }
          .max-sm-size #home .know .block .slider-pic .slick-slide .pro-list .top {
            height: auto;
            margin-bottom: 20px; }
          .max-xs-size #home .know .block .slider-pic .slick-slide .pro-list .top {
            padding-left: 60px; }
          #home .know .block .slider-pic .slick-slide .pro-list .top .close {
            width: 42px;
            height: 42px;
            position: absolute;
            right: 0;
            top: 0;
            border-radius: 50%;
            border: 1px solid #ddd;
            color: #000;
            text-align: center;
            line-height: 40px; }
            .max-xs-size #home .know .block .slider-pic .slick-slide .pro-list .top .close {
              right: 10px; }
          #home .know .block .slider-pic .slick-slide .pro-list .top .icon {
            width: 50px;
            position: absolute;
            left: 0;
            top: 0; }
            .max-sm-size #home .know .block .slider-pic .slick-slide .pro-list .top .icon {
              width: 40px; }
            .max-xs-size #home .know .block .slider-pic .slick-slide .pro-list .top .icon {
              left: 15px; }
          #home .know .block .slider-pic .slick-slide .pro-list .top .name {
            padding-top: 10px;
            color: #000;
            font-size: 16px; }
        #home .know .block .slider-pic .slick-slide .pro-list .scrollbar {
          max-height: 682px; }
          .max-sm-size #home .know .block .slider-pic .slick-slide .pro-list .scrollbar {
            max-height: 342px; }
          #home .know .block .slider-pic .slick-slide .pro-list .scrollbar .mCSB_inside > .mCSB_container {
            padding: 0 30px; }
            .max-sm-size #home .know .block .slider-pic .slick-slide .pro-list .scrollbar .mCSB_inside > .mCSB_container {
              padding: 0 20px; }
          #home .know .block .slider-pic .slick-slide .pro-list .scrollbar .mCSB_scrollTools .mCSB_draggerContainer {
            opacity: 0;
            -webkit-transition: opacity 0.5s;
            -o-transition: opacity 0.5s;
            transition: opacity 0.5s; }
            .max-md-size #home .know .block .slider-pic .slick-slide .pro-list .scrollbar .mCSB_scrollTools .mCSB_draggerContainer {
              opacity: 1; }
          #home .know .block .slider-pic .slick-slide .pro-list .scrollbar:hover .mCSB_scrollTools .mCSB_draggerContainer {
            opacity: 1; }
        #home .know .block .slider-pic .slick-slide .pro-list ul.list a {
          display: block;
          margin-bottom: 1px;
          position: relative;
          overflow: hidden; }
          #home .know .block .slider-pic .slick-slide .pro-list ul.list a span {
            display: block; }
          #home .know .block .slider-pic .slick-slide .pro-list ul.list a .pic {
            height: 340px;
            -webkit-transition: -webkit-transform 0.5s;
            transition: -webkit-transform 0.5s;
            -o-transition: transform 0.5s;
            transition: transform 0.5s;
            transition: transform 0.5s, -webkit-transform 0.5s; }
            .max-md-size #home .know .block .slider-pic .slick-slide .pro-list ul.list a .pic {
              height: 227px; }
            .max-sm-size #home .know .block .slider-pic .slick-slide .pro-list ul.list a .pic {
              height: 170px; }
            #home .know .block .slider-pic .slick-slide .pro-list ul.list a .pic:before {
              content: '';
              display: block;
              width: 100%;
              height: 100%;
              position: absolute;
              left: 0;
              top: 0;
              z-index: 2;
              background-color: #000;
              opacity: 0.5;
              -webkit-transition: opacity 0.5s;
              -o-transition: opacity 0.5s;
              transition: opacity 0.5s; }
          #home .know .block .slider-pic .slick-slide .pro-list ul.list a .sub-name {
            width: 100%;
            margin: 0;
            position: absolute;
            left: 0;
            top: 50%;
            bottom: auto;
            z-index: 3;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #fff;
            font-size: 22px;
            text-align: center;
            text-decoration: underline; }
            .max-sm-size #home .know .block .slider-pic .slick-slide .pro-list ul.list a .sub-name {
              font-size: 16px; }
          #home .know .block .slider-pic .slick-slide .pro-list ul.list a:hover .pic {
            -webkit-transform: scale(1.05) rotate(0.2deg);
            -ms-transform: scale(1.05) rotate(0.2deg);
            transform: scale(1.05) rotate(0.2deg); }
            #home .know .block .slider-pic .slick-slide .pro-list ul.list a:hover .pic:before {
              opacity: 0.2; }
    .max-sm-size #home .know .block .slider-pic .slick-arrow {
      background-color: rgba(0, 0, 0, 0.3); }
      .max-sm-size #home .know .block .slider-pic .slick-arrow:before {
        color: #fff; }
    .max-sm-size #home .know .block .slider-pic .slick-prev {
      left: 10px; }
    .max-sm-size #home .know .block .slider-pic .slick-next {
      right: 10px; }

#home .accelerate {
  padding: 50px 0 100px 0;
  position: relative; }
  .max-md-size #home .accelerate {
    padding-bottom: 50px; }
  #home .accelerate .bg {
    z-index: 1; }
  #home .accelerate .block {
    position: relative;
    z-index: 2; }
  #home .accelerate .home-title {
    color: #fff; }
    .max-md-size #home .accelerate .home-title {
      padding-top: 0; }
  #home .accelerate ul.list {
    max-width: 1650px;
    margin: auto;
    padding: 0 15px; }
    #home .accelerate ul.list .slick-slide {
      padding: 0 20px; }
      #home .accelerate ul.list .slick-slide:first-of-type .btn, #home .accelerate ul.list .slick-slide:nth-of-type(3n+1) .btn {
        background-color: #83abeb; }
      #home .accelerate ul.list .slick-slide:nth-of-type(3n-1) .btn {
        background-color: #fabe00; }
      #home .accelerate ul.list .slick-slide:nth-of-type(3n) .btn {
        background-color: #ff7e00; }
    #home .accelerate ul.list li a {
      display: block;
      background-color: #fff;
      color: #777; }
      #home .accelerate ul.list li a span {
        display: block; }
      #home .accelerate ul.list li a .pic {
        overflow: hidden; }
        #home .accelerate ul.list li a .pic .jqimgFill {
          height: 240px;
          -webkit-transition: -webkit-transform 0.5s;
          transition: -webkit-transform 0.5s;
          -o-transition: transform 0.5s;
          transition: transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s; }
          .max-xs-size #home .accelerate ul.list li a .pic .jqimgFill {
            height: 180px; }
      #home .accelerate ul.list li a .text {
        padding: 30px; }
        #home .accelerate ul.list li a .text .name {
          display: -webkit-box;
          height: 2.4em;
          margin: 0 0 10px 0;
          color: #000;
          font-size: 22px;
          line-height: 1.2em;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2;
          -moz-line-clamp: 2;
          -ms-line-clamp: 2;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          -ms-box-orient: vertical; }
        #home .accelerate ul.list li a .text .summary {
          display: -webkit-box;
          height: 4.5em;
          line-height: 1.5em;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          -webkit-line-clamp: 3;
          -moz-line-clamp: 3;
          -ms-line-clamp: 3;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          -ms-box-orient: vertical; }
      #home .accelerate ul.list li a .btn {
        display: inline-block;
        margin-top: 30px;
        border: none;
        color: #fff;
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s; }
        #home .accelerate ul.list li a .btn:hover {
          opacity: 0.7; }
      #home .accelerate ul.list li a:hover .jqimgFill {
        -webkit-transform: scale(1.05) rotate(0.2deg);
        -ms-transform: scale(1.05) rotate(0.2deg);
        transform: scale(1.05) rotate(0.2deg); }
  #home .accelerate .slick-dots {
    margin-top: 30px;
    position: relative;
    bottom: 0; }

#home .csr {
  background-color: #fff; }
  #home .csr .container {
    max-width: 1650px;
    padding: 100px 30px; }
    .max-md-size #home .csr .container {
      padding: 50px 30px; }
  #home .csr .left {
    float: left;
    width: 520px;
    height: 495px;
    padding: 80px 50px;
    background-color: #f5f5f5; }
    .max-bg-size #home .csr .left {
      width: 400px;
      height: 400px;
      padding: 30px 50px; }
    .max-lg-size #home .csr .left {
      width: 300px;
      padding: 30px; }
    .max-md-size #home .csr .left {
      float: none;
      width: 100%;
      height: auto; }
    .max-xs-size #home .csr .left {
      padding: 20px; }
    #home .csr .left a {
      display: block;
      color: #777; }
      #home .csr .left a:hover {
        color: #2661bf; }
        #home .csr .left a:hover .name {
          color: #2661bf; }
      #home .csr .left a span {
        display: block; }
      #home .csr .left a .date {
        font-size: 16px; }
      #home .csr .left a .name {
        max-height: 3.6em;
        margin: 15px 0;
        color: #000;
        font-size: 22px;
        line-height: 1.2em;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -moz-line-clamp: 3;
        -ms-line-clamp: 3;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
        -webkit-transition: color 0.5s;
        -o-transition: color 0.5s;
        transition: color 0.5s; }
      #home .csr .left a .summary {
        max-height: 7.5em;
        line-height: 1.5em;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -moz-line-clamp: 5;
        -ms-line-clamp: 5;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical; }
    #home .csr .left .slick-slider {
      height: auto; }
    #home .csr .left .arrows {
      width: 150px;
      margin: 50px auto 0 auto;
      position: relative;
      color: #000;
      font-size: 16px;
      text-align: center;
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
      .max-bg-size #home .csr .left .arrows {
        margin-top: 30px; }
      #home .csr .left .arrows ul {
        padding: 0;
        list-style: none; }
        #home .csr .left .arrows ul li {
          display: none; }
          #home .csr .left .arrows ul li.slick-active {
            display: block; }
  #home .csr .right {
    float: right;
    width: -moz-calc(100% - 570px);
    width: -webkit-calc(100% - 570px);
    width: calc(100% - 570px); }
    .max-bg-size #home .csr .right {
      width: -moz-calc(100% - 450px);
      width: -webkit-calc(100% - 450px);
      width: calc(100% - 450px); }
    .max-lg-size #home .csr .right {
      width: -moz-calc(100% - 300px);
      width: -webkit-calc(100% - 300px);
      width: calc(100% - 300px); }
    .max-md-size #home .csr .right {
      float: none;
      width: 100%; }
    #home .csr .right a {
      display: block;
      position: relative;
      overflow: hidden; }
      #home .csr .right a span {
        display: block; }
      #home .csr .right a .pic {
        height: 495px;
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        -o-transition: transform 1s;
        transition: transform 1s;
        transition: transform 1s, -webkit-transform 1s; }
        .max-bg-size #home .csr .right a .pic {
          height: 400px; }
        .max-md-size #home .csr .right a .pic {
          height: 60vw; }
        .max-xs-size #home .csr .right a .pic {
          height: 40vw; }
      #home .csr .right a .text {
        max-width: 45%;
        position: absolute;
        left: 50px;
        bottom: 50px;
        z-index: 2;
        color: #fff; }
        .max-lg-size #home .csr .right a .text {
          left: 30px; }
        .max-md-size #home .csr .right a .text {
          bottom: 30px; }
        .max-xs-size #home .csr .right a .text {
          max-width: none;
          padding: 30px 0;
          position: relative;
          bottom: 0;
          left: 0;
          color: #000; }
        #home .csr .right a .text .title {
          margin: 0 0 20px 0;
          line-height: 1.2em; }
        #home .csr .right a .text .summary {
          -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
      #home .csr .right a:hover .pic {
        -webkit-transform: scale(1.05) rotate(0.2deg);
        -ms-transform: scale(1.05) rotate(0.2deg);
        transform: scale(1.05) rotate(0.2deg); }

#home .others {
  padding-bottom: 50px; }
  .max-md-size #home .others {
    padding-bottom: 0; }
  .max-xs-size #home .others {
    padding-bottom: 30px; }
  #home .others ul {
    text-align: center; }
    #home .others ul > li {
      display: inline-block;
      vertical-align: top;
      width: 20%;
      margin-bottom: 50px;
      padding: 20px; }
      .max-bg-size #home .others ul > li {
        width: 30%; }
      .max-xs-size #home .others ul > li {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        padding: 0; }
      #home .others ul > li > a {
        display: inline-block; }
        #home .others ul > li > a span {
          display: block; }
        #home .others ul > li > a .pic {
          width: 250px;
          height: 250px;
          margin: auto;
          position: relative;
          z-index: 1;
          border-radius: 50%;
          overflow: hidden; }
          .max-md-size #home .others ul > li > a .pic {
            width: 180px;
            height: 180px; }
          #home .others ul > li > a .pic:before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 2;
            background-color: #000;
            opacity: 0.4;
            -webkit-transition: opacity 0.5s;
            -o-transition: opacity 0.5s;
            transition: opacity 0.5s; }
          #home .others ul > li > a .pic .icon {
            width: 60px;
            margin-left: -30px;
            position: absolute;
            left: 50%;
            top: 50%;
            bottom: auto;
            z-index: 3;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            text-align: center;
            -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
            #home .others ul > li > a .pic .icon img {
              display: block;
              margin: auto; }
          #home .others ul > li > a .pic .jqimgFill {
            height: 100%;
            -webkit-transition: -webkit-transform 0.5s, -webkit-filter 0.5s;
            transition: -webkit-transform 0.5s, -webkit-filter 0.5s;
            -o-transition: transform 0.5s, filter 0.5s;
            transition: transform 0.5s, filter 0.5s;
            transition: transform 0.5s, filter 0.5s, -webkit-transform 0.5s, -webkit-filter 0.5s; }
            .min-md-size #home .others ul > li > a .pic .jqimgFill {
              -webkit-filter: blur(3px);
              filter: blur(3px); }
        #home .others ul > li > a .name {
          margin-bottom: 0;
          margin-top: 20px;
          color: #000;
          font-size: 28px; }
          .max-md-size #home .others ul > li > a .name {
            font-size: 20px; }
          .max-sm-size #home .others ul > li > a .name {
            margin-top: 10px; }
        .min-md-size #home .others ul > li > a:hover .icon {
          width: 70px;
          margin-left: -35px; }
        .min-md-size #home .others ul > li > a:hover .pic:before {
          opacity: 0.2; }
        .min-md-size #home .others ul > li > a:hover .jqimgFill {
          -webkit-filter: blur(0.3px);
          filter: blur(0.3px);
          -webkit-transform: scale(1.05) rotate(0.2deg);
          -ms-transform: scale(1.05) rotate(0.2deg);
          transform: scale(1.05) rotate(0.2deg); }

@-webkit-keyframes internal {
  0% {
    stroke-dashoffset: 187; }
  100% {
    stroke-dashoffset: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes internal {
  0% {
    stroke-dashoffset: 187; }
  100% {
    stroke-dashoffset: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

/* ==========================================================================
    about
 ==========================================================================*/
.in-block {
  min-height: 460px;
  padding: 0px 0; }
  .max-lg-size .in-block {
    padding: 50px 0; }
  .max-sm-size .in-block {
    min-height: 200px;
    padding: 30px 0; }
  .in-block.gray {
    background-color: #f7f7f7; }
  .in-block.half {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    width: 100%;
    padding: 0 !important; }
    .in-block.half:after {
      content: '';
      display: block;
      clear: both; }
    .in-block.half .left-nav {
      float: left;
      width: 30%;
      background-color: #fcfcfc;
      border-right: 1px solid #f5f5f5; }
      .max-lg-size .in-block.half .left-nav {
        width: 35%; }
      .max-md-size .in-block.half .left-nav {
        float: none;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #f5f5f5;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn; }
      .in-block.half .left-nav .container {
        max-width: 430px;
        margin-right: 0;
        padding: 50px 50px 100px 50px; }
        .max-lg-size .in-block.half .left-nav .container {
          padding: 30px; }
        .max-md-size .in-block.half .left-nav .container {
          max-width: none; }
    .in-block.half .right-main {
      float: left;
      width: 70%; }
      .max-lg-size .in-block.half .right-main {
        width: 65%; }
      .max-md-size .in-block.half .right-main {
        float: none;
        width: 100%; }
      .in-block.half .right-main .container {
        max-width: 1080px;
        margin-left: 0;
        padding: 50px 50px 100px 50px; }
        .max-lg-size .in-block.half .right-main .container {
          padding: 30px 30px 50px 30px; }
        .max-md-size .in-block.half .right-main .container {
          max-width: none; }
  .in-block.has-footer {
    padding-bottom: 0; }
  .in-block .content {
    margin-top: 50px;
    padding: 50px 0;
    position: relative;
    background-color: #f7f7f7; }
    .max-sm-size .in-block .content {
      padding: 30px 0; }
    .in-block .content .title {
      margin: 50px 0; }
      .max-md-size .in-block .content .title {
        margin: 20px 0; }
      .in-block .content .title .name {
        margin: 0;
        color: #000; }
      .in-block .content .title .summary {
        margin-top: 10px; }
    .in-block .content .editor {
      margin: 50px 0; }
      .max-md-size .in-block .content .editor {
        margin: 20px 0; }
  .in-block .footer-link {
    overflow: hidden; }
    .in-block .footer-link a {
      color: #fff; }
    .in-block .footer-link .box {
      display: table;
      width: 100%;
      position: relative;
      color: #fff;
      text-align: center; }
      .in-block .footer-link .box:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        background-color: #000;
        opacity: 0.4;
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s; }
      .in-block .footer-link .box span {
        display: block; }
      .in-block .footer-link .box .pic {
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        -o-transition: transform 1s;
        transition: transform 1s;
        transition: transform 1s, -webkit-transform 1s; }
      .in-block .footer-link .box .text {
        display: table-cell;
        height: 350px;
        padding: 30px;
        position: relative;
        z-index: 3; }
        .max-sm-size .in-block .footer-link .box .text {
          height: auto; }
        .in-block .footer-link .box .text .summary {
          max-width: 900px;
          margin: 20px auto; }
        .in-block .footer-link .box .text .btn {
          display: inline-block;
          -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }
      .in-block .footer-link .box:hover:after {
        opacity: 0.2; }
      .in-block .footer-link .box:hover .pic {
        -webkit-transform: scale(1.05) rotate(0.2deg);
        -ms-transform: scale(1.05) rotate(0.2deg);
        transform: scale(1.05) rotate(0.2deg); }

#about .vision {
  padding: 100px 50px;
  position: relative;
  color: #fff; }
  .max-md-size #about .vision {
    padding: 50px 30px; }
  #about .vision:before, #about .vision:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2; }
    .max-xs-size #about .vision:before, .max-xs-size #about .vision:after {
      content: normal; }
  #about .vision:before {
    left: 0;
    top: 0;
    background: url("/dist/images/about/vision-bg2.png") left top no-repeat; }
    .max-lg-size #about .vision:before {
      background-position: left 60% top; }
  #about .vision:after {
    right: 0;
    bottom: 0;
    background: url("/dist/images/about/vision-bg3.png") right bottom no-repeat; }
    .max-lg-size #about .vision:after {
      background-position: right 80% bottom 160%; }
    .max-md-size #about .vision:after {
      background-size: cover; }
  #about .vision .bg {
    z-index: 1; }
  #about .vision .block {
    position: relative;
    z-index: 3; }
    #about .vision .block:after {
      content: '';
      display: block;
      clear: both; }
    #about .vision .block .title {
      margin-bottom: 20px;
      font-size: 80px;
      font-weight: bold;
      line-height: normal; }
      .max-md-size #about .vision .block .title {
        margin-bottom: 10px;
        font-size: 60px; }
      .max-sm-size #about .vision .block .title {
        margin-bottom: 0;
        font-size: 30px; }
    #about .vision .block .sub-title {
      margin-bottom: 10px;
      font-size: 60px;
      font-weight: bold;
      line-height: normal; }
      .max-md-size #about .vision .block .sub-title {
        margin-bottom: 0;
        font-size: 40px; }
      .max-sm-size #about .vision .block .sub-title {
        font-size: 30px; }
      #about .vision .block .sub-title sup {
        font-size: 40px; }
        .max-md-size #about .vision .block .sub-title sup {
          font-size: 20px; }
        .max-sm-size #about .vision .block .sub-title sup {
          font-size: 16px; }
    #about .vision .block .left {
      float: left;
      margin: 5% 0 10% 5%; }
      .max-lg-size #about .vision .block .left {
        margin: 0; }
      .max-xs-size #about .vision .block .left {
        float: none;
        text-shadow: 0 0 10px #000; }
    #about .vision .block .center {
      float: left;
      width: 100%;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s;
      text-shadow: 0 0 10px #000; }
      .max-bg-size #about .vision .block .center {
        margin: 15% 0; }
      .max-xs-size #about .vision .block .center {
        float: none; }
      #about .vision .block .center .box {
        max-width: 510px;
        margin: auto;
        font-size: 30px; }
        .max-md-size #about .vision .block .center .box {
          font-size: 20px; }
        .max-sm-size #about .vision .block .center .box {
          max-width: 270px;
          font-size: 16px; }
        .max-xs-size #about .vision .block .center .box {
          max-width: none; }
    #about .vision .block .right {
      float: right;
      margin: 10% 5% 5% 0; }
      .max-lg-size #about .vision .block .right {
        margin: 0; }
      .max-md-size #about .vision .block .right {
        max-width: 400px; }
      .max-sm-size #about .vision .block .right {
        max-width: 300px; }
      .max-xs-size #about .vision .block .right {
        float: none;
        margin: 0;
        max-width: none;
        text-shadow: 0 0 10px #000; }
      #about .vision .block .right ul > li:before {
        background-color: #fff; }

#about .history {
  background: url("/dist/images/about/history-bg.jpg") right top no-repeat; }
  .no-touch #about .history {
    background-attachment: fixed;
    background-size: contain; }
  #about .history .container {
    position: relative; }
  #about .history ul.list {
    max-width: 1260px;
    padding-left: 170px;
    padding-bottom: 100px;
    position: relative; }
    .max-sm-size #about .history ul.list {
      padding-left: 100px; }
    .max-xs-size #about .history ul.list {
      padding-bottom: 60px;
      padding-left: 60px; }
    #about .history ul.list:before {
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      position: absolute;
      left: 65px;
      top: 0;
      background-color: #5a8ace; }
      .max-sm-size #about .history ul.list:before {
        left: 35px; }
      .max-xs-size #about .history ul.list:before {
        left: 20px; }
    #about .history ul.list > li {
      min-height: 130px;
      margin-bottom: 50px;
      padding: 30px 0;
      position: relative;
      border-bottom: 1px solid #dce6f4; }
      .max-md-size #about .history ul.list > li {
        margin-bottom: 30px; }
      .max-sm-size #about .history ul.list > li {
        min-height: 90px;
        margin-bottom: 0; }
      .max-xs-size #about .history ul.list > li {
        min-height: 60px; }
      #about .history ul.list > li .year {
        width: 130px;
        height: 130px;
        position: absolute;
        left: -170px;
        top: 0;
        z-index: 2;
        border-radius: 50%;
        border: 10px solid #fff;
        background-color: #ebf2fc;
        color: #5a8ace;
        font-size: 26px;
        text-align: center;
        line-height: 110px; }
        .max-sm-size #about .history ul.list > li .year {
          width: 90px;
          height: 90px;
          left: -110px;
          font-size: 20px;
          line-height: 80px;
          border-width: 5px; }
        .max-xs-size #about .history ul.list > li .year {
          width: 60px;
          height: 60px;
          left: -70px;
          font-size: 16px;
          line-height: 54px;
          border-width: 3px; }
  #about .history .more {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 60px;
    bottom: 0;
    border-radius: 50%;
    background-color: #5a8ace;
    color: #fff;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s; }
    .max-sm-size #about .history .more {
      left: 30px; }
    .max-xs-size #about .history .more {
      width: 50px;
      height: 50px;
      left: 25px;
      font-size: 14px;
      line-height: 50px; }
    #about .history .more:hover {
      background-color: #184387; }

#about .locations .introduction .photos .pic {
  height: 600px;
  height: 31.3vw;
  min-height: 180px; }

#about .locations .introduction .photos .slick-dots {
  position: relative;
  bottom: 0; }
  #about .locations .introduction .photos .slick-dots li button {
    border-color: #777;
    border-width: 1px; }
  #about .locations .introduction .photos .slick-dots .slick-active button {
    background-color: #777; }

#about .locations .introduction .photos .slick-arrow {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border: none;
  background-color: rgba(0, 0, 0, 0.6); }
  .max-md-size #about .locations .introduction .photos .slick-arrow {
    width: 40px;
    height: 40px;
    margin-top: -20px; }
  .max-sm-size #about .locations .introduction .photos .slick-arrow {
    width: 34px;
    height: 34px;
    margin-top: -17px; }
  #about .locations .introduction .photos .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.8); }
  #about .locations .introduction .photos .slick-arrow:before {
    font-size: 20px;
    line-height: 60px;
    color: #fff; }
    .max-md-size #about .locations .introduction .photos .slick-arrow:before {
      font-size: 12px;
      line-height: 40px; }
    .max-sm-size #about .locations .introduction .photos .slick-arrow:before {
      line-height: 34px; }

#about .locations .introduction .photos .slick-prev {
  left: 30px; }
  .max-md-size #about .locations .introduction .photos .slick-prev {
    left: 10px; }
  .max-sm-size #about .locations .introduction .photos .slick-prev {
    left: -17px; }

#about .locations .introduction .photos .slick-next {
  right: 30px; }
  .max-md-size #about .locations .introduction .photos .slick-next {
    right: 10px; }
  .max-sm-size #about .locations .introduction .photos .slick-next {
    right: -17px; }

#about .locations .introduction .text {
  padding: 100px 0; }
  .max-lg-size #about .locations .introduction .text {
    padding: 50px 0; }
  .max-sm-size #about .locations .introduction .text {
    padding: 30px 0; }

#about .capabilities {
  padding: 100px 0;
  position: relative;
  background-color: #29559b;
  color: #fff; }
  .max-lg-size #about .capabilities {
    padding: 50px 0; }
  .max-sm-size #about .capabilities {
    padding: 30px 0; }
  #about .capabilities .bg {
    z-index: 1; }
  #about .capabilities .container {
    position: relative;
    z-index: 2; }
  #about .capabilities .in-title {
    color: #fff; }
  #about .capabilities .editor ul > li:before {
    background-color: #fff; }

#about .details ul.info {
  padding: 100px 0;
  font-size: 0;
  text-align: center; }
  .max-lg-size #about .details ul.info {
    padding: 50px 0; }
  .max-sm-size #about .details ul.info {
    padding: 30px 0;
    text-align: left; }
  #about .details ul.info li {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    padding: 0 10px;
    font-size: 18px; }
    .max-sm-size #about .details ul.info li {
      width: 50%;
      margin-bottom: 30px;
      font-size: 15px;
      text-align: center; }
      .max-sm-size #about .details ul.info li:last-of-type {
        margin-bottom: 0; }
    .max-xs-size #about .details ul.info li {
      display: block;
      width: 100%;
      padding: 0; }
    #about .details ul.info li .box {
      max-width: 340px;
      width: 100%;
      margin: auto; }
    #about .details ul.info li .icon {
      width: 100px;
      height: 100px;
      margin: 0 auto 20px auto;
      border-radius: 50%;
      background-color: #f2f2f2;
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
      .max-sm-size #about .details ul.info li .icon {
        margin-bottom: 10px; }
    #about .details ul.info li .title {
      margin: 0;
      color: #000; }
    #about .details ul.info li .text {
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #e6e6e6;
      text-align: left;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s; }
      .max-sm-size #about .details ul.info li .text {
        margin-top: 10px;
        padding-top: 10px; }

#about .details ul.links {
  margin: 0 -10px;
  font-size: 0; }
  #about .details ul.links li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 10px; }
    .max-sm-size #about .details ul.links li {
      display: block;
      width: 100%; }
    #about .details ul.links li a {
      display: block;
      position: relative;
      overflow: hidden; }
      #about .details ul.links li a:before, #about .details ul.links li a:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2; }
      #about .details ul.links li a:before {
        background: url("/dist/images/about/locations-details-links-bg.png") left top repeat-x; }
      #about .details ul.links li a:after {
        background-color: #001433;
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s; }
      #about .details ul.links li a span {
        display: block; }
      #about .details ul.links li a .pic {
        height: 300px;
        height: 17vw;
        min-height: 180px;
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        -o-transition: transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s; }
      #about .details ul.links li a .text {
        width: 100%;
        padding: 20px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
        color: #fff; }
        .max-md-size #about .details ul.links li a .text {
          padding: 10px 20px; }
        #about .details ul.links li a .text i {
          display: block;
          width: 32px;
          height: 32px;
          border-radius: 50%;
          border: 1px solid #fff;
          font-size: 12px;
          line-height: 30px;
          text-align: center;
          opacity: 0;
          -webkit-transition: opacity 0.5s, margin 0.5s;
          -o-transition: opacity 0.5s, margin 0.5s;
          transition: opacity 0.5s, margin 0.5s; }
      .min-md-size #about .details ul.links li a:hover:after {
        opacity: 0.6; }
      .min-md-size #about .details ul.links li a:hover .text i {
        margin-top: 10px;
        opacity: 1; }
      .min-md-size #about .details ul.links li a:hover .pic {
        -webkit-transform: scale(1.05) rotate(0.2deg);
        -ms-transform: scale(1.05) rotate(0.2deg);
        transform: scale(1.05) rotate(0.2deg); }

#about .news .container {
  position: relative; }

#about .news .latest .box a {
  display: block;
  position: relative;
  overflow: hidden; }
  #about .news .latest .box a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: url("/dist/images/about/locations-news-bg.png") left bottom repeat-x; }
  #about .news .latest .box a span {
    display: block; }
  #about .news .latest .box a .pic {
    height: 450px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }
    .max-md-size #about .news .latest .box a .pic {
      height: 300px; }
    .max-sm-size #about .news .latest .box a .pic {
      height: 250px; }
  #about .news .latest .box a .text {
    width: 100%;
    padding: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    color: #fff; }
    .max-md-size #about .news .latest .box a .text {
      padding: 20px; }
    #about .news .latest .box a .text .date {
      margin-bottom: 10px;
      font-size: 16px; }
    #about .news .latest .box a .text .name {
      max-height: 3.6em;
      max-width: 1020px;
      margin: 0;
      font-weight: normal;
      line-height: 1.2em;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -moz-line-clamp: 3;
      -ms-line-clamp: 3;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -ms-box-orient: vertical; }
  #about .news .latest .box a:hover .pic {
    -webkit-transform: scale(1.03) rotate(0.2deg);
    -ms-transform: scale(1.03) rotate(0.2deg);
    transform: scale(1.03) rotate(0.2deg); }

#about .news ul.list {
  margin: 0 -15px;
  font-size: 0; }
  .max-sm-size #about .news ul.list {
    margin: 0 -10px; }
  .max-xs-size #about .news ul.list {
    margin: 0; }
  #about .news ul.list > li {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    margin-bottom: 50px;
    padding: 0 15px;
    font-size: 18px; }
    .max-sm-size #about .news ul.list > li {
      width: 50%;
      margin-bottom: 30px;
      padding: 0 10px;
      font-size: 15px; }
    .max-xs-size #about .news ul.list > li {
      display: block;
      width: 100%;
      padding: 0; }
    #about .news ul.list > li a {
      display: block;
      color: #777777; }
      #about .news ul.list > li a span {
        display: block; }
      #about .news ul.list > li a .pic {
        overflow: hidden; }
        #about .news ul.list > li a .pic .jqimgFill {
          height: 240px;
          height: 12.5vw;
          -webkit-transition: -webkit-transform 0.5s;
          transition: -webkit-transform 0.5s;
          -o-transition: transform 0.5s;
          transition: transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s; }
          .max-sm-size #about .news ul.list > li a .pic .jqimgFill {
            height: 22vw; }
          .max-xs-size #about .news ul.list > li a .pic .jqimgFill {
            height: 45vw; }
      #about .news ul.list > li a .text {
        padding-top: 10px; }
        #about .news ul.list > li a .text .date {
          color: #000;
          font-size: 16px;
          font-weight: lighter; }
          .max-sm-size #about .news ul.list > li a .text .date {
            font-size: 14px; }
        #about .news ul.list > li a .text .name {
          display: -webkit-box;
          max-height: 3.6em;
          margin: 10px 0;
          color: #000;
          font-weight: normal;
          line-height: 1.2em;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          -webkit-line-clamp: 3;
          -moz-line-clamp: 3;
          -ms-line-clamp: 3;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          -ms-box-orient: vertical; }
        #about .news ul.list > li a .text .summary {
          display: -webkit-box;
          max-height: 3em;
          margin-bottom: 10px;
          line-height: 1.5em;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2;
          -moz-line-clamp: 2;
          -ms-line-clamp: 2;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          -ms-box-orient: vertical; }
        #about .news ul.list > li a .text .more {
          display: inline-block;
          position: relative;
          color: #2661bf; }
          #about .news ul.list > li a .text .more:after {
            content: '';
            display: block;
            width: 0%;
            height: 1px;
            position: absolute;
            left: 0;
            bottom: 0;
            background-color: #2661bf;
            opacity: 0;
            -webkit-transition: width 0.5s, opacity 0.5s;
            -o-transition: width 0.5s, opacity 0.5s;
            transition: width 0.5s, opacity 0.5s; }
      #about .news ul.list > li a:hover .jqimgFill {
        -webkit-transform: scale(1.05) rotate(0.2deg);
        -ms-transform: scale(1.05) rotate(0.2deg);
        transform: scale(1.05) rotate(0.2deg); }
      #about .news ul.list > li a:hover .text .more:after {
        width: 100%;
        opacity: 1; }

#about .news ul.video-list > li a .pic {
  position: relative; }
  #about .news ul.video-list > li a .pic:after, #about .news ul.video-list > li a .pic:before {
    content: '';
    display: block;
    position: absolute; }
  #about .news ul.video-list > li a .pic:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    .max-md-size #about .news ul.video-list > li a .pic:before {
      opacity: 0.4; }
  #about .news ul.video-list > li a .pic:after {
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    left: 50%;
    top: 0%;
    z-index: 3;
    background: url("/dist/icon-play.png") center no-repeat;
    background-size: contain;
    opacity: 0;
    -webkit-transition: opacity 0.5s, top 0.5s;
    -o-transition: opacity 0.5s, top 0.5s;
    transition: opacity 0.5s, top 0.5s; }
    .max-lg-size #about .news ul.video-list > li a .pic:after {
      width: 50px;
      margin-left: -25px; }
    .max-md-size #about .news ul.video-list > li a .pic:after {
      top: 50%;
      opacity: 1; }

#about .news ul.video-list > li a .text .name {
  display: block;
  max-height: none; }

#about .news ul.video-list > li a:hover .pic:before {
  opacity: 0.4; }

#about .news ul.video-list > li a:hover .pic:after {
  top: 50%;
  opacity: 1; }

.nav-tool {
  margin-top: 100px; }
  .max-lg-size .nav-tool {
    margin-top: 50px; }
  .max-sm-size .nav-tool {
    margin-top: 30px; }
  .nav-tool .tab-bar {
    float: left;
    width: -moz-calc(100% - 230px);
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px);
    margin-bottom: 50px; }
    .max-sm-size .nav-tool .tab-bar {
      float: none;
      width: 100%;
      margin-bottom: 15px; }
    .nav-tool .tab-bar ul a {
      background-color: #fff; }
    .nav-tool .tab-bar ul .active a {
      background-color: #555; }
  .nav-tool .select {
    float: right;
    width: 185px;
    margin-bottom: 50px; }
    .max-sm-size .nav-tool .select {
      float: none;
      width: 100%;
      margin-bottom: 30px; }
    .nav-tool .select .dk_toggle {
      background-color: #f0f0f0;
      border: none;
      -webkit-transition: background 0.5s;
      -o-transition: background 0.5s;
      transition: background 0.5s; }
      .nav-tool .select .dk_toggle:hover {
        background-color: #e8e8e8; }
    .nav-tool .select.dk_open .dk_toggle {
      background-color: #e8e8e8; }

.in-title {
  margin-top: 0;
  margin-bottom: 20px;
  color: #000;
  font-weight: normal;
  line-height: normal; }

/* ==========================================================================
    news
 ==========================================================================*/
#news .in-block .container {
  max-width: 1260px; }

#news .in-block .head {
  margin-bottom: 50px; }
  .max-sm-size #news .in-block .head {
    margin-bottom: 20px; }
  #news .in-block .head ul.top li {
    display: inline-block;
    vertical-align: middle;
    color: #aaaaaa;
    font-size: 16px; }
    #news .in-block .head ul.top li.type {
      padding-right: 15px;
      position: relative;
      color: #000; }
      #news .in-block .head ul.top li.type:after {
        content: '';
        display: block;
        width: 1px;
        height: 14px;
        margin-top: -7px;
        position: absolute;
        right: 5px;
        top: 50%;
        background-color: #d8d8d8; }
  #news .in-block .head .in-title {
    margin: 20px 0; }
  #news .in-block .head ul.share {
    display: table;
    margin-left: auto; }
    .max-sm-size #news .in-block .head ul.share {
      display: block; }
    #news .in-block .head ul.share li {
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px;
      margin-bottom: 5px;
      color: #000;
      font-size: 16px; }
      .max-sm-size #news .in-block .head ul.share li {
        margin-left: 4px; }
      .max-xs-size #news .in-block .head ul.share li {
        margin-left: 0;
        margin-right: 2px; }
        .max-xs-size #news .in-block .head ul.share li:last-of-type {
          margin-right: 0; }
      #news .in-block .head ul.share li:first-of-type {
        margin-left: 0 !important;
        margin-right: 10px; }
        .max-sm-size #news .in-block .head ul.share li:first-of-type {
          margin-right: 0; }
        .max-xs-size #news .in-block .head ul.share li:first-of-type {
          display: block; }
      #news .in-block .head ul.share li a {
        display: block;
        width: 36px;
        height: 36px;
        border: 1px solid #eaeaea;
        border-radius: 50%;
        color: #aaaaaa;
        text-align: center;
        line-height: 34px;
        -webkit-transition: border 0.5s, color 0.5s;
        -o-transition: border 0.5s, color 0.5s;
        transition: border 0.5s, color 0.5s; }
        .max-xs-size #news .in-block .head ul.share li a {
          width: 34px;
          height: 34px;
          line-height: 32px; }
        #news .in-block .head ul.share li a:hover {
          color: #184387;
          border-color: #8ba1c3; }

#news .in-block .banner {
  margin-bottom: 30px; }
  .max-sm-size #news .in-block .banner {
    margin-bottom: 20px; }
  #news .in-block .banner img {
    display: block; }

/* ==========================================================================
    publications
 ==========================================================================*/
#publications .in-block {
  padding: 0; }

#publications .head {
  padding: 100px 0 50px 0; }
  .max-lg-size #publications .head {
    padding: 50px 0; }
  .max-sm-size #publications .head {
    padding: 30px 0; }
  #publications .head .container {
    padding-bottom: 50px;
    position: relative;
    border-bottom: 1px solid #eaeaea; }
    .max-bg3-size #publications .head .container {
      padding-bottom: 0;
      border: none; }
  #publications .head .visit {
    color: #000;
    position: absolute;
    right: 30px;
    bottom: 30px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
    .max-bg3-size #publications .head .visit {
      bottom: 0; }
    .max-md-size #publications .head .visit {
      display: table;
      margin-left: auto;
      position: relative;
      right: 0;
      bottom: 0; }
    .max-sm-size #publications .head .visit {
      display: block;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn; }
  #publications .head .box .cover {
    float: left;
    width: 390px;
    height: 260px;
    margin-right: 50px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }
    .safari #publications .head .box .cover {
      -webkit-animation-name: none;
      animation-name: none; }
    .max-md-size #publications .head .box .cover {
      width: 300px;
      height: 200px;
      margin-right: 20px; }
    .max-sm-size #publications .head .box .cover {
      float: none;
      width: 390px;
      height: 260px;
      margin: 0 auto 30px auto; }
    .max-xs-size #publications .head .box .cover {
      width: 100%;
      max-width: 390px;
      height: 55vw; }
  #publications .head .box .text {
    float: left;
    width: -moz-calc(100% - 440px);
    width: -webkit-calc(100% - 440px);
    width: calc(100% - 440px);
    padding-bottom: 30px; }
    .max-md-size #publications .head .box .text {
      width: -moz-calc(100% - 320px);
      width: -webkit-calc(100% - 320px);
      width: calc(100% - 320px); }
    .max-sm-size #publications .head .box .text {
      float: none;
      width: 100%; }
    #publications .head .box .text .date {
      color: #aaaaaa; }
    #publications .head .box .text .en {
      color: #2661bf; }
    #publications .head .box .text .name {
      margin: 20px 0 10px 0;
      color: #000; }
      .max-md-size #publications .head .box .text .name {
        margin: 10px 0 5px 0; }

#publications .interview {
  position: relative;
  color: #fff; }
  @media screen and (max-width:667px){
    #publications .interview{
       padding-bottom:20px;
    }
   
  }
  #publications .interview .container {
    position: relative;
    z-index: 2; }
  #publications .interview .in-title {
    margin: -20px 0 0 0;
    z-index: 2;
    color: #fff;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
    /* .msie #publications .interview .in-title, .mobile #publications .interview .in-title, .safari #publications .interview .in-title {
      margin: 0;
      position: absolute;
      left: 0px;
      bottom: 80px; } */
    .msie.max-lg-size #publications .interview .in-title, .mobile.max-lg-size #publications .interview .in-title, .safari.max-lg-size #publications .interview .in-title {
      bottom: 30px; }
    .msie.max-sm-size #publications .interview .in-title, .mobile.max-sm-size #publications .interview .in-title, .safari.max-sm-size #publications .interview .in-title {
      bottom: 20px; }
    .max-bg-size #publications .interview .in-title {
      margin-top: 0; }
    .max-lg-size #publications .interview .in-title {
      margin-left: 0; }
  #publications .interview .pic {
    float: left;
    width: 700px;
    padding-bottom: 20px;
    position: relative;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }

    .max-bg-size #publications .interview .pic {
      width: 500px; }
    .max-lg-size #publications .interview .pic {
      float: none;
      width: 700px; }
    .max-sm-size #publications .interview .pic {
      width: 100%;
      margin: auto;}
    #publications .interview .pic .oval-mask {
      width: 100%;
      height: auto; }

    #publications .interview .pic .forIE {
      display: none !important;
    } 

      .msie #publications .interview .pic .forIE, .mobile #publications .interview .pic .forIE, .safari #publications .interview .pic .forIE {
        display: block !important; }
      .msie.max-sm-size #publications .interview .pic .forIE, .mobile.max-sm-size #publications .interview .pic .forIE, .safari.max-sm-size #publications .interview .pic .forIE {
        height: 50vw; }
      #publications .interview .pic .forIE:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        background: url("/dist/images/about/publications-letter-bg.png") left bottom repeat-x; }
  #publications .interview .text {
    float: left;
    width: -moz-calc(100% - 710px);
    width: -webkit-calc(100% - 710px);
    width: calc(100% - 710px);
    max-width: 650px;
    padding: 80px 0 50px 50px; }
    .max-bg-size #publications .interview .text {
      width: -moz-calc(100% - 500px);
      width: -webkit-calc(100% - 500px);
      width: calc(100% - 500px); }
    .max-lg-size #publications .interview .text {
      float: none;
      width: 100%;
      max-width: none;
      margin: auto;
      padding: 50px 0; }
    .max-sm-size #publications .interview .text {
      padding-top: 0;
      padding-bottom: 30px; }
    #publications .interview .text .sub-title {
      line-height: 1.2em; }
    #publications .interview .text .wrapper {
      margin-top: 20px; }
    #publications .interview .text .more {
      margin-top: 30px;
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }

#publications .letter {
  padding: 50px 0; }
  .max-sm-size #publications .letter {
    padding: 30px 0; }
  #publications .letter ul.list {
    margin: 0 -20px;
    font-size: 0; }
    .max-md-size #publications .letter ul.list {
      margin: 0 -10px; }
    .max-xs-size #publications .letter ul.list {
      margin: 0; }
    #publications .letter ul.list li {
      display: inline-block;
      vertical-align: middle;
      width: 33.3%;
      padding: 20px;
      font-size: 18px; }
      .max-md-size #publications .letter ul.list li {
        width: 50%;
        padding: 10px;
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important; }
      .max-xs-size #publications .letter ul.list li {
        width: 100%;
        padding: 10px 0; }
      #publications .letter ul.list li:first-of-type, #publications .letter ul.list li:nth-of-type(5n+1) {
        width: 66.6%; }
        .max-md-size #publications .letter ul.list li:first-of-type, .max-md-size #publications .letter ul.list li:nth-of-type(5n+1) {
          width: 50%; }
        .max-xs-size #publications .letter ul.list li:first-of-type, .max-xs-size #publications .letter ul.list li:nth-of-type(5n+1) {
          width: 100%; }
      #publications .letter ul.list li:nth-of-type(2), #publications .letter ul.list li:nth-of-type(5n+2) {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
        #publications .letter ul.list li:nth-of-type(2) a .text, #publications .letter ul.list li:nth-of-type(5n+2) a .text {
          background-color: #7bc95f; }
        #publications .letter ul.list li:nth-of-type(2) a:hover .text, #publications .letter ul.list li:nth-of-type(5n+2) a:hover .text {
          background-color: #66b848; }
      #publications .letter ul.list li:nth-of-type(3), #publications .letter ul.list li:nth-of-type(5n+3) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; }
        #publications .letter ul.list li:nth-of-type(3) a .text, #publications .letter ul.list li:nth-of-type(5n+3) a .text {
          background-color: #eeac48; }
        #publications .letter ul.list li:nth-of-type(3) a:hover .text, #publications .letter ul.list li:nth-of-type(5n+3) a:hover .text {
          background-color: #e59f35; }
      #publications .letter ul.list li:nth-of-type(4), #publications .letter ul.list li:nth-of-type(5n+4) {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
        #publications .letter ul.list li:nth-of-type(4) a .text, #publications .letter ul.list li:nth-of-type(5n+4) a .text {
          background-color: #f35e53; }
        #publications .letter ul.list li:nth-of-type(4) a:hover .text, #publications .letter ul.list li:nth-of-type(5n+4) a:hover .text {
          background-color: #ef4d41; }
      #publications .letter ul.list li:nth-of-type(5n) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; }
        #publications .letter ul.list li:nth-of-type(5n) a .text {
          background-color: #69bdc9; }
        #publications .letter ul.list li:nth-of-type(5n) a:hover .text {
          background-color: #59b2bf; }
      .max-sm-size #publications .letter ul.list li {
        font-size: 15px; }
      #publications .letter ul.list li a {
        display: block;
        color: #fff; }
        #publications .letter ul.list li a span {
          display: block; }
        #publications .letter ul.list li a .pic {
          overflow: hidden;
          position: relative; }
          #publications .letter ul.list li a .pic:before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 2;
            background: url("/dist/images/about/publications-letter-bg.png") left bottom repeat-x; }
          #publications .letter ul.list li a .pic .jqimgFill {
            height: 280px;
            -webkit-transition: -webkit-transform 0.5s;
            transition: -webkit-transform 0.5s;
            -o-transition: transform 0.5s;
            transition: transform 0.5s;
            transition: transform 0.5s, -webkit-transform 0.5s; }
            .max-sm-size #publications .letter ul.list li a .pic .jqimgFill {
              height: 180px; }
          #publications .letter ul.list li a .pic .sub {
            display: -webkit-box;
            width:calc(100% - 40px);
            max-height: 2.4em;
            position: absolute;
            left: 20px;
            bottom: 20px;
            z-index: 3;
            line-height: 1.2em;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -moz-line-clamp: 2;
            -ms-line-clamp: 2;
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            -ms-box-orient: vertical; }
        #publications .letter ul.list li a .text {
          height: 170px;
          padding: 20px;
          background-color: #f16e7a;
          -webkit-transition: background 0.5s;
          -o-transition: background 0.5s;
          transition: background 0.5s; }
          .max-xs-size #publications .letter ul.list li a .text {
            height: auto; }
          #publications .letter ul.list li a .text .name {
            display: -webkit-box;
            max-height: 2.4em;
            line-height: 1.2em;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -moz-line-clamp: 2;
            -ms-line-clamp: 2;
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            -ms-box-orient: vertical; }
          #publications .letter ul.list li a .text .summary {
            display: -webkit-box;
            max-height: 3em;
            margin-top: 10px;
            line-height: 1.5em;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -moz-line-clamp: 2;
            -ms-line-clamp: 2;
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            -ms-box-orient: vertical; }
        #publications .letter ul.list li a:hover .jqimgFill {
          -webkit-transform: scale(1.05) rotate(0.2deg);
          -ms-transform: scale(1.05) rotate(0.2deg);
          transform: scale(1.05) rotate(0.2deg); }
        #publications .letter ul.list li a:hover .text {
          background-color: #e35c68; }

.max-sm-size #publications .coverage {
  background-color: #f7f7f7; }

#publications .coverage .banner {
  min-height: 350px;
  position: relative; }
  .max-sm-size #publications .coverage .banner {
    min-height: 0; }
  #publications .coverage .banner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #000;
    opacity: 0.5; }
  #publications .coverage .banner .bg {
    z-index: 1; }
  #publications .coverage .banner .in-title {
    padding: 100px 0;
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: center; }
    .max-sm-size #publications .coverage .banner .in-title {
      padding: 50px 0; }

#publications .coverage .container {
  position: relative;
  z-index: 2; }

#publications .coverage ul.slider {
  margin-top: -180px;
  padding: 50px;
  background-color: #f7f7f7;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }
  .max-sm-size #publications .coverage ul.slider {
    margin-top: 0;
    padding: 30px 0;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }
  #publications .coverage ul.slider .slick-slide {
    padding: 0 10px; }
    #publications .coverage ul.slider .slick-slide a {
      display: block;
      color: #777; }
      #publications .coverage ul.slider .slick-slide a span {
        display: block; }
      #publications .coverage ul.slider .slick-slide a .pic {
        overflow: hidden; }
        #publications .coverage ul.slider .slick-slide a .pic .jqimgFill {
          height: 250px;
          -webkit-transition: -webkit-transform 0.5s;
          transition: -webkit-transform 0.5s;
          -o-transition: transform 0.5s;
          transition: transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s; }
          .max-sm-size #publications .coverage ul.slider .slick-slide a .pic .jqimgFill {
            height: 180px; }
      #publications .coverage ul.slider .slick-slide a .text {
        padding-top: 20px; }
        #publications .coverage ul.slider .slick-slide a .text .name {
          color: #000;
          line-height: 1.2em; }
        #publications .coverage ul.slider .slick-slide a .text .summary {
          margin-top: 10px; }
      #publications .coverage ul.slider .slick-slide a:hover .jqimgFill {
        -webkit-transform: scale(1.05) rotate(0.2deg);
        -ms-transform: scale(1.05) rotate(0.2deg);
        transform: scale(1.05) rotate(0.2deg); }
  #publications .coverage ul.slider .slick-arrow {
    width: 50px;
    height: 60px;
    margin-top: -30px;
    border: none;
    background-color: transparent; }
    .max-sm-size #publications .coverage ul.slider .slick-arrow {
      width: 40px;
      height: 40px;
      margin-top: -20px; }
    #publications .coverage ul.slider .slick-arrow:before {
      color: #bbbbbb;
      font-size: 50px;
      line-height: 60px; }
      .max-sm-size #publications .coverage ul.slider .slick-arrow:before {
        font-size: 30px;
        line-height: 40px; }
    #publications .coverage ul.slider .slick-arrow:hover:before {
      color: #000; }
  #publications .coverage ul.slider .slick-prev {
    left: -60px; }
    .max-bg3-size #publications .coverage ul.slider .slick-prev {
      left: 0; }
    .max-sm-size #publications .coverage ul.slider .slick-prev {
      left: -30px; }
  #publications .coverage ul.slider .slick-next {
    right: -60px; }
    .max-bg3-size #publications .coverage ul.slider .slick-next {
      right: 0; }
    .max-sm-size #publications .coverage ul.slider .slick-next {
      right: -30px; }

#publications .join {
  padding: 100px 0;
  text-align: center; }
  .max-md-size #publications .join {
    padding: 50px 0; }
  .max-sm-size #publications .join {
    padding: 30px 0; }
  #publications .join .container {
    max-width: 1200px; }
  #publications .join .box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    .max-sm-size #publications .join .box {
      display: block; }
    .msie #publications .join .box {
      display: block; }
    #publications .join .box .left, #publications .join .box .right {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      width: 50%; }
      .max-sm-size #publications .join .box .left, .max-sm-size #publications .join .box .right {
        float: none;
        width: 100%; }
    #publications .join .box .left {
      float: left;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      padding-right: 50px;
      text-align: left; }
      .max-sm-size #publications .join .box .left {
        margin-top: 30px;
        padding-right: 0;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn; }
      #publications .join .box .left .text {
        max-width: 500px; }
        .max-sm-size #publications .join .box .left .text {
          max-width: none; }
      #publications .join .box .left .in-title {
        margin: 0;
        color: #2661bf;
        line-height: 1em; }
      #publications .join .box .left .btn {
        margin-top: 50px;
        color: #fff;
        background-color: #2661bf;
        border: none; }
        .max-sm-size #publications .join .box .left .btn {
          margin-top: 20px; }
        #publications .join .box .left .btn:hover {
          background-color: #184387; }
    #publications .join .box .right {
      float: right;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }

#publications .download {
  padding: 100px 0 50px 0;
  background: #d1dbe0 url("/dist/images/about/publications-download-bg.png") right 5% bottom no-repeat;
  background-size: 200px; }

  .max-sm-size #publications .download {
    background-image: none; }
  #publications .download .container {
    max-width: 1010px; }
  #publications .download .btn {
    display: table;
    height: 50px;
    margin: 50px auto 0 auto;
    padding: 10px 20px;
    border: none;
    background-color: #fff;
    color: #777;
    font-size: 18px;
    cursor: pointer;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
    .max-sm-size #publications .download .btn {
      margin-top: 20px;
      font-size: 15px; }
    #publications .download .btn i {
      display: inline-block;
      vertical-align: bottom;
      padding-left: 10px;
      color: #b8cae6;
      font-size: 25px;
      -webkit-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s; }
      .max-sm-size #publications .download .btn i {
        font-size: 20px; }
    #publications .download .btn:hover {
      color: #000; }
      #publications .download .btn:hover i {
        color: #2661bf; }

.download-search {
  margin-bottom: 30px;
  position: relative; }
  .download-search .form-control {
    height: 70px;
    border: none;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow 0.5s;
    transition: -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
    transition: box-shadow 0.5s, -webkit-box-shadow 0.5s; }
    .max-sm-size .download-search .form-control {
      height: 50px; }
    .download-search .form-control:hover, .download-search .form-control:focus {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .download-search button {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background-color: #333333;
    color: #fff;
    font-size: 20px;
    text-align: center;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s; }
    .max-sm-size .download-search button {
      width: 50px;
      height: 50px; }
    .download-search button:hover {
      background-color: #000; }

ul.download-list {
  margin: 0 -20px;
  font-size: 0;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
  .max-sm-size ul.download-list {
    margin: 0 -10px; }
  ul.download-list li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 20px;
    text-align: center; }
    .max-sm-size ul.download-list li {
      width: 33.3%;
      padding: 10px; }
    .max-xs-size ul.download-list li {
      width: 50%; }
    ul.download-list li a {
      display: block;
      color: #777;
      -webkit-transition: margin-top 0.5s;
      -o-transition: margin-top 0.5s;
      transition: margin-top 0.5s; }
      ul.download-list li a span {
        display: block; }
      ul.download-list li a .pic {
        margin-bottom: 10px;
        overflow: hidden;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        -webkit-transition: -webkit-box-shadow 0.5s;
        transition: -webkit-box-shadow 0.5s;
        -o-transition: box-shadow 0.5s;
        transition: box-shadow 0.5s;
        transition: box-shadow 0.5s, -webkit-box-shadow 0.5s; }
        ul.download-list li a .pic .jqimgFill {
          height: 270px; }
          .max-md-size ul.download-list li a .pic .jqimgFill {
            height: 27vw; }
          .max-sm-size ul.download-list li a .pic .jqimgFill {
            height: 36vw; }
          .max-xs-size ul.download-list li a .pic .jqimgFill {
            height: 53vw; }
      ul.download-list li a:hover {
        margin-top: -10px;
        color: #000; }
        ul.download-list li a:hover .pic {
          -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

/* ==========================================================================
    result
 ==========================================================================*/
#result .in-block .container {
  max-width: 1260px; }

#result .download-search .form-control {
  background-color: #f2f2f2; }

#result ul.download-list li {
  width: 20%; }
  .max-lg-size #result ul.download-list li {
    width: 25%; }
  .max-sm-size #result ul.download-list li {
    width: 33.3%; }
  .max-xs-size #result ul.download-list li {
    width: 50%; }
  .max-bg-size #result ul.download-list li a .pic .jqimgFill {
    height: 20vw; }
  .max-lg-size #result ul.download-list li a .pic .jqimgFill {
    height: 25vw; }
  .max-md-size #result ul.download-list li a .pic .jqimgFill {
    height: 26vw; }
  .max-sm-size #result ul.download-list li a .pic .jqimgFill {
    height: 36vw; }
  .max-xs-size #result ul.download-list li a .pic .jqimgFill {
    height: 53vw; }

#result ul.result-list {
  margin-top: 50px; }
  .max-sm-size #result ul.result-list {
    margin-top: 20px; }
  #result ul.result-list li a {
    display: block;
    padding: 30px 0;
    color: #777;
    border-bottom: 1px solid #D8D8D8;
    -webkit-transition: border 0.5s, color 0.5s;
    -o-transition: border 0.5s, color 0.5s;
    transition: border 0.5s, color 0.5s; }
    .max-sm-size #result ul.result-list li a {
      padding: 10px 0; }
    #result ul.result-list li a span {
      display: block; }
    #result ul.result-list li a .name {
      color: #000;
      -webkit-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s; }
    #result ul.result-list li a .summary {
      max-height: 75px;
      margin-top: 10px;
      line-height: 25px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -moz-line-clamp: 3;
      -ms-line-clamp: 3;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -ms-box-orient: vertical; }
      .max-sm-size #result ul.result-list li a .summary {
        margin-top: 5px; }
    #result ul.result-list li a:hover {
      border-color: #878787;
      color: #2661BF; }
      #result ul.result-list li a:hover .name {
        color: #2661BF; }

#result ul.pages {
  margin-top: 80px; }
  .max-lg-size #result ul.pages {
    margin-top: 50px; }
  .max-sm-size #result ul.pages {
    margin-top: 30px; }

/* ==========================================================================
    survey
 ==========================================================================*/
#survey .editor {
  max-width: 960px;
  margin: 100px auto 0 auto; }
  .max-md-size #survey .editor {
    margin-top: 50px; }
  .max-sm-size #survey .editor {
    margin-top: 30px; }
  #survey .editor .title {
    margin-bottom: 30px; }
    .max-sm-size #survey .editor .title {
      margin-bottom: 20px; }
  #survey .editor li {
    margin-bottom: 20px; }
    .max-sm-size #survey .editor li {
      margin-bottom: 10px; }

/* ==========================================================================
    markets
 ==========================================================================*/
#markets .nav-bar ul a:hover {
  color: #2661bf; }

#markets .nav-bar ul .active a {
  background-color: #2661bf; }

#markets .in-block {
  padding-bottom: 0 !important;
  /*.next {
			padding-top: 100px;
			text-align: center;
			.max-md-size & {
				padding-top: 50px;
			}
			.max-sm-size & {
				padding-top: 30px;
			}
			.in-title {
				margin-bottom: 50px;
				.max-sm-size & {
					margin-bottom: 20px;
				}
			}
			.box {
				overflow: hidden;
			}
			a {
				display: table;
				width: 100%;
				position: relative;
				color: #fff;
				span {
					display: block;
				}
				.pic {
					transition: transform 0.5s;
					&:after {
						content: '';
						display: block;
						width: 100%;
						height: 100%;
						position: absolute;
						left: 0;
						top: 0;
						z-index: 2;
						background-color: #000;
						opacity: 0.3;
					}
				}
				.text {
			    display: table-cell;
					height: 450px;
					height: 23.5vw;
					padding: 50px;
					position: relative;
					z-index: 3;
					.max-sm-size & {
						padding: 30px;
					}
					.name {
						font-weight: lighter;
						line-height: 1.2em;
					}
					.btn {
						display: inline-block;
						margin-top: 30px;
						.max-sm-size & {
							margin-top: 20px;
						}
					}
				}
				&:hover {
					.pic {
						transform: scale(1.03) rotate(0.2deg);
					}
				}
			}
		}*/ }
  #markets .in-block .info {
    padding-bottom: 100px; }
    .max-md-size #markets .in-block .info {
      padding-bottom: 50px; }
    .max-sm-size #markets .in-block .info {
      padding-bottom: 30px; }
  #markets .in-block .products {
    position: relative; }
    #markets .in-block .products .bg {
      height: 850px;
      height: 44vw; }
      .max-md-size #markets .in-block .products .bg {
        height: 60vw; }
      .max-sm-size #markets .in-block .products .bg {
        height: 44vw; }
    #markets .in-block .products .list {
      width: 100%;
      padding: 50px;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 2;
      background-color: rgba(0, 0, 0, 0.5); }
      .max-bg-size #markets .in-block .products .list {
        padding: 30px 50px; }
      .max-sm-size #markets .in-block .products .list {
        padding: 20px 10px;
        position: relative;
        background-color: #184387; }
    #markets .in-block .products ul.pro-slider {
      padding: 0 100px; }
      .max-bg-size #markets .in-block .products ul.pro-slider {
        padding: 0 50px; }
      .max-sm-size #markets .in-block .products ul.pro-slider {
        padding: 0 30px;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn; }
      #markets .in-block .products ul.pro-slider .slick-slide {
        padding: 0 20px; }
        .max-bg-size #markets .in-block .products ul.pro-slider .slick-slide {
          padding: 0 10px; }
      #markets .in-block .products ul.pro-slider a {
        display: block;
        color: #fff;
        text-align: center; }
        #markets .in-block .products ul.pro-slider a span {
          display: block; }
        #markets .in-block .products ul.pro-slider a .pic {
          overflow: hidden; }
          #markets .in-block .products ul.pro-slider a .pic .jqimgFill {
            height: 180px;
            height: 9.5vw;
            -webkit-transition: -webkit-transform 0.5s;
            transition: -webkit-transform 0.5s;
            -o-transition: transform 0.5s;
            transition: transform 0.5s;
            transition: transform 0.5s, -webkit-transform 0.5s; }
            .max-md-size #markets .in-block .products ul.pro-slider a .pic .jqimgFill {
              height: 16vw; }
            .max-sm-size #markets .in-block .products ul.pro-slider a .pic .jqimgFill {
              height: 23vw; }
        #markets .in-block .products ul.pro-slider a .name {
          margin: 15px 0 0 0; }
          .max-sm-size #markets .in-block .products ul.pro-slider a .name {
            margin-top: 10px; }
        #markets .in-block .products ul.pro-slider a:hover .jqimgFill {
          -webkit-transform: scale(1.05) rotate(0.2deg);
          -ms-transform: scale(1.05) rotate(0.2deg);
          transform: scale(1.05) rotate(0.2deg); }
      #markets .in-block .products ul.pro-slider .slick-arrow {
        width: 58px;
        height: 58px;
        margin-top: -29px; }
        .max-md-size #markets .in-block .products ul.pro-slider .slick-arrow {
          width: 50px;
          height: 50px;
          margin-top: -25px; }
        .max-sm-size #markets .in-block .products ul.pro-slider .slick-arrow {
          width: 34px;
          height: 34px;
          margin-top: -17px; }
        #markets .in-block .products ul.pro-slider .slick-arrow:before {
          color: #fff;
          font-size: 20px; }
          .max-sm-size #markets .in-block .products ul.pro-slider .slick-arrow:before {
            font-size: 12px; }
        #markets .in-block .products ul.pro-slider .slick-arrow:hover {
          background-color: rgba(0, 0, 0, 0.5); }
      #markets .in-block .products ul.pro-slider .slick-prev {
        left: 20px; }
        .max-bg-size #markets .in-block .products ul.pro-slider .slick-prev {
          left: -20px; }
        .max-sm-size #markets .in-block .products ul.pro-slider .slick-prev {
          left: 0; }
      #markets .in-block .products ul.pro-slider .slick-next {
        right: 20px; }
        .max-bg-size #markets .in-block .products ul.pro-slider .slick-next {
          right: -20px; }
        .max-sm-size #markets .in-block .products ul.pro-slider .slick-next {
          right: 0; }
  #markets .in-block .related {
    padding: 100px 0;
    background-color: #eef2f5; }
    .max-md-size #markets .in-block .related {
      padding: 50px 0; }
    .max-sm-size #markets .in-block .related {
      padding: 30px 0; }
    #markets .in-block .related .in-title {
      text-align: center; }
    #markets .in-block .related .block {
      margin-top: 50px; }
      .max-sm-size #markets .in-block .related .block {
        margin-top: 20px; }
      #markets .in-block .related .block .left {
        float: left;
        width: 50%;
        position: relative;
        overflow: hidden; }
        .max-lg-size #markets .in-block .related .block .left {
          float: none;
          width: 100%; }
        #markets .in-block .related .block .left a {
          display: table;
          width: 100%;
          color: #fff; }
          #markets .in-block .related .block .left a span {
            display: block; }
          #markets .in-block .related .block .left a .pic {
            -webkit-transition: -webkit-transform 0.5s;
            transition: -webkit-transform 0.5s;
            -o-transition: transform 0.5s;
            transition: transform 0.5s;
            transition: transform 0.5s, -webkit-transform 0.5s; }
            #markets .in-block .related .block .left a .pic:before {
              content: '';
              display: block;
              width: 100%;
              height: 100%;
              position: absolute;
              left: 0;
              top: 0;
              z-index: 2;
              background-color: #2254a7;
              opacity: 0.7;
              -webkit-transition: opacity 0.5s;
              -o-transition: opacity 0.5s;
              transition: opacity 0.5s; }
          #markets .in-block .related .block .left a .text {
            display: table-cell;
            height: 370px;
            padding: 40px 50px;
            position: relative;
            z-index: 3; }
            .max-sm-size #markets .in-block .related .block .left a .text {
              padding: 30px 20px;
              height: auto; }
            #markets .in-block .related .block .left a .text .summary {
              margin-top: 10px; }
            #markets .in-block .related .block .left a .text .btn {
              display: inline-block;
              margin-top: 20px; }
          #markets .in-block .related .block .left a .scrollbar {
            max-height: 210px; }
            .max-md-size #markets .in-block .related .block .left a .scrollbar {
              max-height: none; }
            #markets .in-block .related .block .left a .scrollbar .mCSB_scrollTools {
              opacity: 0; }
            #markets .in-block .related .block .left a .scrollbar:hover .mCSB_scrollTools {
              opacity: 0.75; }
          #markets .in-block .related .block .left a:hover .pic {
            -webkit-transform: scale(1.05) rotate(0.2deg);
            -ms-transform: scale(1.05) rotate(0.2deg);
            transform: scale(1.05) rotate(0.2deg); }
            #markets .in-block .related .block .left a:hover .pic:before {
              opacity: 0.6; }
      #markets .in-block .related .block .right {
        float: right;
        width: 50%; }
        .max-lg-size #markets .in-block .related .block .right {
          float: none;
          width: 100%;
          margin-top: 15px; }
        .max-xs-size #markets .in-block .related .block .right {
          margin-top: 0; }
        #markets .in-block .related .block .right ul {
          font-size: 0; }
          #markets .in-block .related .block .right ul li {
            display: inline-block;
            vertical-align: top;
            width: 50%;
            padding-left: 15px;
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
            .max-lg-size #markets .in-block .related .block .right ul li:first-of-type {
              padding-left: 0; }
            .max-xs-size #markets .in-block .related .block .right ul li {
              display: inline-block;
              width: 100%;
              margin-top: 15px;
              padding-left: 0; }
            #markets .in-block .related .block .right ul li:nth-of-type(even) {
              -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s; }
              #markets .in-block .related .block .right ul li:nth-of-type(even) a {
                background-color: #f0534c; }
                #markets .in-block .related .block .right ul li:nth-of-type(even) a:hover {
                  background-color: #e8413a; }
            #markets .in-block .related .block .right ul li a {
              display: block;
              color: #fff;
              font-size: 18px;
              background-color: #ff8826;
              -webkit-transition: background 0.5s;
              -o-transition: background 0.5s;
              transition: background 0.5s; }
              .max-sm-size #markets .in-block .related .block .right ul li a {
                font-size: 15px; }
              #markets .in-block .related .block .right ul li a span {
                display: block; }
              #markets .in-block .related .block .right ul li a .pic {
                overflow: hidden; }
                #markets .in-block .related .block .right ul li a .pic .jqimgFill {
                  height: 235px;
                  -webkit-transition: -webkit-transform 0.5s;
                  transition: -webkit-transform 0.5s;
                  -o-transition: transform 0.5s;
                  transition: transform 0.5s;
                  transition: transform 0.5s, -webkit-transform 0.5s; }
                  .max-md-size #markets .in-block .related .block .right ul li a .pic .jqimgFill {
                    height: 30vw; }
                  .max-xs-size #markets .in-block .related .block .right ul li a .pic .jqimgFill {
                    height: 50vw; }
              #markets .in-block .related .block .right ul li a .text {
                padding: 20px; }
                #markets .in-block .related .block .right ul li a .text .title {
                  display: -webkit-box;
                  height: 1.2em;
                  line-height: 1.2em;
                  overflow: hidden;
                  -o-text-overflow: ellipsis;
                  text-overflow: ellipsis;
                  -webkit-line-clamp: 1;
                  -moz-line-clamp: 1;
                  -ms-line-clamp: 1;
                  -webkit-box-orient: vertical;
                  -moz-box-orient: vertical;
                  -ms-box-orient: vertical; }
                #markets .in-block .related .block .right ul li a .text .summary {
                  display: -webkit-box;
                  height: 3em;
                  margin-top: 10px;
                  line-height: 1.5em;
                  overflow: hidden;
                  -o-text-overflow: ellipsis;
                  text-overflow: ellipsis;
                  -webkit-line-clamp: 2;
                  -moz-line-clamp: 2;
                  -ms-line-clamp: 2;
                  -webkit-box-orient: vertical;
                  -moz-box-orient: vertical;
                  -ms-box-orient: vertical; }
              #markets .in-block .related .block .right ul li a:hover {
                background-color: #f37d1e; }
                #markets .in-block .related .block .right ul li a:hover .jqimgFill {
                  -webkit-transform: scale(1.05) rotate(0.2deg);
                  -ms-transform: scale(1.05) rotate(0.2deg);
                  transform: scale(1.05) rotate(0.2deg); }

/* ==========================================================================
    miniaturiaztion
 ==========================================================================*/
.min-sm-size #miniaturiaztion .nav-bar ul li:hover a, .min-sm-size #miniaturiaztion .tab-bar ul li:hover a {
  color: #73388c; }

#miniaturiaztion .nav-bar ul .active a, #miniaturiaztion .tab-bar ul .active a {
  background-color: #73388c;
  border-color: #73388c; }
  .max-sm-size #miniaturiaztion .nav-bar ul .active a, .max-sm-size #miniaturiaztion .tab-bar ul .active a {
    color: #73388c; }

.max-sm-size #miniaturiaztion .tab-bar .toggle {
  background-color: #73388c; }

.max-sm-size #miniaturiaztion .tab-bar ul {
  border-color: #73388c; }

#miniaturiaztion .tab-bar ul a:hover {
  border-color: #73388c; }

#miniaturiaztion .in-block{
  padding-top: 50px;
}
#miniaturiaztion .in-block .product {
  padding: 50px 0;
  position: relative;
  background-color: #f7f7f7; }
  .max-sm-size #miniaturiaztion .in-block .product {
    padding: 30px 0; }
  #miniaturiaztion .in-block .product .title {
    margin: 50px 0; }
    .max-md-size #miniaturiaztion .in-block .product .title {
      margin: 20px 0; }
    #miniaturiaztion .in-block .product .title .name {
      margin: 0;
      color: #000; }
    #miniaturiaztion .in-block .product .title .summary {
      margin-top: 10px; }
  #miniaturiaztion .in-block .product ul.list {
    margin: 0 -15px;
    font-size: 0; }
    .max-sm-size #miniaturiaztion .in-block .product ul.list {
      margin: 0 -10px; }
    .max-xs-size #miniaturiaztion .in-block .product ul.list {
      margin: 0; }
    #miniaturiaztion .in-block .product ul.list li {
      display: inline-block;
      vertical-align: top;
      width: 33.3%;
      margin-bottom: 50px;
      padding: 0 15px;
      font-size: 18px; }
      .max-sm-size #miniaturiaztion .in-block .product ul.list li {
        width: 50%;
        margin-bottom: 30px;
        padding: 0 10px; }
      .max-xs-size #miniaturiaztion .in-block .product ul.list li {
        display: block;
        width: 100%;
        padding: 0; }
      .min-sm-size #miniaturiaztion .in-block .product ul.list li:nth-of-type(odd) {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
      .max-sm-size #miniaturiaztion .in-block .product ul.list li {
        font-size: 15px; }
      #miniaturiaztion .in-block .product ul.list li .open-box:hover .pic:before {
        opacity: 1; }
      #miniaturiaztion .in-block .product ul.list li .open-box:hover .pic:after {
        top: 50%;
        opacity: 1; }
      #miniaturiaztion .in-block .product ul.list li .pic {
        height: 240px;
        height: 13vw;
        position: relative;
        background-color: #d8d8d8; }
        .max-sm-size #miniaturiaztion .in-block .product ul.list li .pic {
          height: 22vw; }
        .max-xs-size #miniaturiaztion .in-block .product ul.list li .pic {
          height: 44vw; }
        #miniaturiaztion .in-block .product ul.list li .pic:before {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 2;
          background-color: rgba(115, 56, 140, 0.8);
          opacity: 0;
          -webkit-transition: opacity 0.5s;
          -o-transition: opacity 0.5s;
          transition: opacity 0.5s; }
        #miniaturiaztion .in-block .product ul.list li .pic:after {
          content: '\e80f';
          display: block;
          width: 70px;
          height: 70px;
          margin: -35px 0 0 -35px;
          position: absolute;
          left: 50%;
          top: 40%;
          z-index: 3;
          border-radius: 50%;
          border: 4px solid #fff;
          color: #fff;
          font-size: 28px;
          text-align: center;
          line-height: 62px;
          font-family: "fontello";
          opacity: 0;
          -webkit-transition: opacity 0.5s, top 0.5s;
          -o-transition: opacity 0.5s, top 0.5s;
          transition: opacity 0.5s, top 0.5s; }
          .max-sm-size #miniaturiaztion .in-block .product ul.list li .pic:after {
            width: 50px;
            height: 50px;
            margin: -25px 0 0 -25px;
            border-width: 3px;
            font-size: 20px;
            line-height: 44px; }
      #miniaturiaztion .in-block .product ul.list li .name {
        margin: 10px 0 0 0;
        color: #000;
        font-weight: normal; }

#miniaturiaztion .in-block, #products .in-block {
  padding-bottom: 0 !important; }
  #miniaturiaztion .in-block .info, #products .in-block .info {
    padding: 0 30px 50px 30px; }
    .max-lg-size #miniaturiaztion .in-block .info, .max-lg-size #products .in-block .info {
      padding-bottom: 50px; }
    .max-sm-size #miniaturiaztion .in-block .info, .max-sm-size #products .in-block .info {
      padding-bottom: 30px; }
    #miniaturiaztion .in-block .info .container, #products .in-block .info .container {
      padding: 0; }
    #miniaturiaztion .in-block .info .block, #products .in-block .info .block {
      display: table;
      width: 100%;
      max-width: 1540px;
      margin: 0px auto 0 auto;
      position: relative;
      overflow: hidden; }
      .max-sm-size #miniaturiaztion .in-block .info .block, .max-sm-size #products .in-block .info .block {
        margin-top: 30px; }
      #miniaturiaztion .in-block .info .block:after, #products .in-block .info .block:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        background-color: #000;
        opacity: 0.4; }
      #miniaturiaztion .in-block .info .block .text, #products .in-block .info .block .text {
        height: 285px;
        padding: 50px;
        position: relative;
        z-index: 3;
        color: #fff; }
        .max-lg-size #miniaturiaztion .in-block .info .block .text, .max-lg-size #products .in-block .info .block .text {
          height: 300px; }
        .max-md-size #miniaturiaztion .in-block .info .block .text, .max-md-size #products .in-block .info .block .text {
          height: auto;
          padding: 30px; }
        .max-sm-size #miniaturiaztion .in-block .info .block .text, .max-sm-size #products .in-block .info .block .text {
          padding: 20px; }
        #miniaturiaztion .in-block .info .block .text .sub, #products .in-block .info .block .text .sub {
          margin: 0 0 20px 0;
          font-weight: normal;
          -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
        #miniaturiaztion .in-block .info .block .text .editor, #products .in-block .info .block .text .editor {
          margin-top: 10px;
          -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; }
          #miniaturiaztion .in-block .info .block .text .editor ul > li:before, #products .in-block .info .block .text .editor ul > li:before {
            background-color: #fff; }

.id-tag {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0; }
  .max-md-size .id-tag {
    top: -60px; }

/* ==========================================================================
    design
 ==========================================================================*/
.min-sm-size #design .nav-bar ul li:hover a {
  color: #ff8826; }

#design .nav-bar ul .active a {
  background-color: #ff8826;
  border-color: #ff8826; }
  .max-sm-size #design .nav-bar ul .active a {
    color: #ff8826; }

.max-sm-size #design .tab-bar .toggle {
  background-color: #ffc22e; }

.max-sm-size #design .tab-bar ul {
  border-color: #ffc22e; }

.min-sm-size #design .tab-bar ul li:hover a {
  color: #ffc22e; }

#design .tab-bar ul .active a {
  background-color: #ffc22e;
  border-color: #ffc22e; }
  .max-sm-size #design .tab-bar ul .active a {
    color: #ffc22e; }

#design .tab-bar ul a:hover {
  border-color: #ffc22e; }

#design .in-block {
  padding-bottom: 0 !important; }
  #design .in-block .info {
    padding-bottom: 100px; }
    .max-lg-size #design .in-block .info {
      padding-bottom: 50px; }
    .max-sm-size #design .in-block .info {
      padding-bottom: 30px; }
  #design .in-block .tab-content {
    margin-top: 50px; }
    .max-md-size #design .in-block .tab-content {
      margin-top: 30px; }
    #design .in-block .tab-content .name {
      margin: 0 0 20px 0; }
      .max-sm-size #design .in-block .tab-content .name {
        margin-bottom: 10px; }
  #design .in-block .types {
    margin-bottom: 50px; }
  #design .in-block .types-two {
    padding: 50px;
    background-color: #f7f7f7; }
    .max-md-size #design .in-block .types-two {
      padding: 50px 30px; }
    .max-sm-size #design .in-block .types-two {
      padding: 30px; }
    #design .in-block .types-two .tab-change {
      border-bottom: none; }
    #design .in-block .types-two .tab-content {
      margin-top: 50px; }
      .max-md-size #design .in-block .types-two .tab-content {
        margin-top: 30px; }
      #design .in-block .types-two .tab-content .left {
        float: left;
        width: 50%; }
        .max-md-size #design .in-block .types-two .tab-content .left {
          float: none;
          width: 100%; }
        #design .in-block .types-two .tab-content .left .pic {
          height: 480px;
          height: 25vw; }
          .max-md-size #design .in-block .types-two .tab-content .left .pic {
            height: 50vw; }
      #design .in-block .types-two .tab-content .right {
        float: right;
        width: 50%;
        padding-left: 50px; }
        .max-md-size #design .in-block .types-two .tab-content .right {
          float: none;
          width: 100%;
          margin-top: 30px;
          padding-left: 0; }
        #design .in-block .types-two .tab-content .right .scrollbar {
          height: 480px;
          height: 25vw; }
          .max-md-size #design .in-block .types-two .tab-content .right .scrollbar {
            height: auto; }
        #design .in-block .types-two .tab-content .right .accordion ul.list > li {
          background-color: #878787;
          border-color: #878787;
          border-radius: 0; }
          #design .in-block .types-two .tab-content .right .accordion ul.list > li .toggle {
            padding: 15px 0; }
            #design .in-block .types-two .tab-content .right .accordion ul.list > li .toggle i {
              top: 15px; }
          #design .in-block .types-two .tab-content .right .accordion ul.list > li.active {
            background-color: #fff; }
            #design .in-block .types-two .tab-content .right .accordion ul.list > li.active .toggle i:before {
              color: #C5C5C5;
              -webkit-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
        #design .in-block .types-two .tab-content .right .accordion .zoom-photos ul li {
          width: 25%; }
          .max-bg-size #design .in-block .types-two .tab-content .right .accordion .zoom-photos ul li {
            width: 33.3%; }
          .max-lg-size #design .in-block .types-two .tab-content .right .accordion .zoom-photos ul li {
            width: 50%; }
          .max-md-size #design .in-block .types-two .tab-content .right .accordion .zoom-photos ul li {
            width: 25%; }
          .max-sm-size #design .in-block .types-two .tab-content .right .accordion .zoom-photos ul li {
            width: 33.3%; }
          .max-xs-size #design .in-block .types-two .tab-content .right .accordion .zoom-photos ul li {
            width: 50%; }
          #design .in-block .types-two .tab-content .right .accordion .zoom-photos ul li .pic {
            height: 7vw; }
            .max-lg-size #design .in-block .types-two .tab-content .right .accordion .zoom-photos ul li .pic {
              height: 9vw; }
            .max-md-size #design .in-block .types-two .tab-content .right .accordion .zoom-photos ul li .pic {
              height: 14vw; }
            .max-sm-size #design .in-block .types-two .tab-content .right .accordion .zoom-photos ul li .pic {
              height: 20vw; }
            .max-xs-size #design .in-block .types-two .tab-content .right .accordion .zoom-photos ul li .pic {
              height: 27vw; }
  #design .in-block .supply {
    position: relative; }
    #design .in-block .supply .bg {
      z-index: 2;
      background-position: left 60% top !important; }
    #design .in-block .supply .text {
      max-width: 920px;
      width: 100%;
      margin: 50px auto 0 auto;
      padding: 50px 30px;
      position: relative;
      z-index: 3;
      text-align: center; }
      .max-sm-size #design .in-block .supply .text {
        margin-top: 30px;
        padding: 30px; }
      #design .in-block .supply .text .name {
        margin: 0 0 20px 0;
        color: #ff992e;
        font-weight: normal;
        line-height: 1.2em; }
        .max-sm-size #design .in-block .supply .text .name {
          margin-bottom: 10px; }
      #design .in-block .supply .text .btn {
        margin-top: 30px;
        color: #000;
        border-color: #e6e6e6;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
        .max-sm-size #design .in-block .supply .text .btn {
          margin-top: 20px; }
        #design .in-block .supply .text .btn:hover {
          background-color: #ff8826;
          color: #fff;
          border-color: #fff; }
  #design .in-block .links {
    max-width: 1650px;
    margin: auto;
    padding: 0 30px; }
    #design .in-block .links.marign100 {
      margin-bottom: 100px; }
      .max-lg-size #design .in-block .links.marign100 {
        margin-bottom: 50px; }
      .max-sm-size #design .in-block .links.marign100 {
        margin-bottom: 30px; }
    #design .in-block .links ul.slider {
      margin: 0 70px;
      padding-top: 50px;
      border-top: 1px solid #ff992e; }
      .max-lg-size #design .in-block .links ul.slider {
        margin: 0; }
      .max-sm-size #design .in-block .links ul.slider {
        padding-top: 30px; }
      #design .in-block .links ul.slider .slick-slide {
        padding: 0 15px; }
        .max-lg-size #design .in-block .links ul.slider .slick-slide {
          padding: 0 10px; }
      #design .in-block .links ul.slider .slick-arrow {
        border: none;
        background-color: rgba(0, 0, 0, 0.3); }
        .min-lg-size #design .in-block .links ul.slider .slick-arrow {
          width: 58px;
          height: 58px;
          margin-top: -4px; }
        .max-lg-size #design .in-block .links ul.slider .slick-arrow {
          margin-top: 8px; }
        .max-sm-size #design .in-block .links ul.slider .slick-arrow {
          margin-top: -2px; }
        #design .in-block .links ul.slider .slick-arrow:before {
          color: #fff; }
          .min-lg-size #design .in-block .links ul.slider .slick-arrow:before {
            font-size: 20px;
            line-height: 58px; }
        #design .in-block .links ul.slider .slick-arrow:hover {
          background-color: rgba(0, 0, 0, 0.5); }
      #design .in-block .links ul.slider .slick-prev {
        left: -70px; }
        .max-lg-size #design .in-block .links ul.slider .slick-prev {
          left: -7px; }
      #design .in-block .links ul.slider .slick-next {
        right: -70px; }
        .max-lg-size #design .in-block .links ul.slider .slick-next {
          right: -7px; }
      #design .in-block .links ul.slider a {
        display: block;
        position: relative;
        overflow: hidden; }
        .min-md-size #design .in-block .links ul.slider a:hover:after {
          opacity: 0.6; }
        .min-md-size #design .in-block .links ul.slider a:hover .pic {
          -webkit-transform: scale(1.05) rotate(0.2deg);
          -ms-transform: scale(1.05) rotate(0.2deg);
          transform: scale(1.05) rotate(0.2deg); }
        .min-md-size #design .in-block .links ul.slider a:hover .text i {
          margin-top: 10px;
          opacity: 1; }
        #design .in-block .links ul.slider a:before, #design .in-block .links ul.slider a:after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0; }
        #design .in-block .links ul.slider a:before {
          z-index: 2;
          background: url("/dist/images/design/links-bg.png") top center repeat-x; }
        #design .in-block .links ul.slider a:after {
          z-index: 3;
          background-color: #e5a700;
          opacity: 0;
          -webkit-transition: opacity 0.5s;
          -o-transition: opacity 0.5s;
          transition: opacity 0.5s; }
        #design .in-block .links ul.slider a span {
          display: block; }
        #design .in-block .links ul.slider a .pic {
          height: 240px;
          height: 12vw;
          -webkit-transition: -webkit-transform 0.5s;
          transition: -webkit-transform 0.5s;
          -o-transition: transform 0.5s;
          transition: transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s; }
          .max-lg-size #design .in-block .links ul.slider a .pic {
            height: 17vw; }
          .max-sm-size #design .in-block .links ul.slider a .pic {
            height: 29vw; }
          .max-xs-size #design .in-block .links ul.slider a .pic {
            height: 50vw; }
        #design .in-block .links ul.slider a .text {
          width: 100%;
          padding: 20px;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 4;
          color: #fff; }
          #design .in-block .links ul.slider a .text .name {
            line-height: 1.2em; }
          #design .in-block .links ul.slider a .text i {
            display: block;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 1px solid #fff;
            font-size: 12px;
            line-height: 30px;
            text-align: center;
            opacity: 0;
            -webkit-transition: opacity 0.5s, margin 0.5s;
            -o-transition: opacity 0.5s, margin 0.5s;
            transition: opacity 0.5s, margin 0.5s; }

.accordion ul.list > li {
  margin-bottom: 15px;
  border: 1px solid #ff992e;
  border-radius: 10px;
  background-color: #ff992e;
  -webkit-transition: background 0.5s 0.2s ease-out;
  -o-transition: background 0.5s 0.2s ease-out;
  transition: background 0.5s 0.2s ease-out; }
  .accordion ul.list > li:hover {
    background-color: #ff850d;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s; }
  .accordion ul.list > li:first-of-type .toggle-inner {
    display: block; }
  .accordion ul.list > li .toggle {
    margin: 0 30px;
    padding: 20px 0;
    position: relative;
    cursor: pointer;
    color: #fff;
    line-height: 1.2em;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s; }
    .max-sm-size .accordion ul.list > li .toggle {
      margin: 0 20px; }
    .accordion ul.list > li .toggle .eng {
      margin: 0;
      font-weight: normal; }
    .accordion ul.list > li .toggle i {
      position: absolute;
      right: 0;
      top: 20px; }
      .accordion ul.list > li .toggle i:before {
        color: #fff;
        -webkit-transition: color 0.5s, -webkit-transform 0.5s;
        transition: color 0.5s, -webkit-transform 0.5s;
        -o-transition: transform 0.5s, color 0.5s;
        transition: transform 0.5s, color 0.5s;
        transition: transform 0.5s, color 0.5s, -webkit-transform 0.5s; }
  .accordion ul.list > li .toggle-inner {
    display: none;
    margin: 0 30px;
    padding: 30px 0;
    border-top: 1px solid #e6e6e6; }
    .max-sm-size .accordion ul.list > li .toggle-inner {
      margin: 0 20px; }
    .accordion ul.list > li .toggle-inner .title {
      margin-bottom: 10px; }
  .accordion ul.list > li.active {
    background-color: #fff;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s; }
    .accordion ul.list > li.active .toggle {
      color: #000; }
      .accordion ul.list > li.active .toggle i:before {
        color: #ff850d;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.zoom-photos {
  margin-top: 50px; }
  .max-md-size .zoom-photos {
    margin-top: 30px; }
  .zoom-photos ul {
    margin: 0 -10px;
    font-size: 0; }
    .zoom-photos ul li {
      display: inline-block;
      vertical-align: top;
      width: 16.6%;
      margin-bottom: 15px;
      padding: 0 10px; }
      .max-md-size .zoom-photos ul li {
        width: 25%; }
      .max-sm-size .zoom-photos ul li {
        width: 33.3%; }
      .max-xs-size .zoom-photos ul li {
        width: 50%; }
      .zoom-photos ul li a {
        display: block;
        border: 1px solid #e6e6e6;
        overflow: hidden; }
        .zoom-photos ul li a .pic {
          display: block;
          height: 160px;
          height: 9vw;
          position: relative;
          background-color: #fff;
          text-align: center;
          -webkit-transition: -webkit-transform 0.5s;
          transition: -webkit-transform 0.5s;
          -o-transition: transform 0.5s;
          transition: transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s; }
          .max-md-size .zoom-photos ul li a .pic {
            height: 14vw; }
          .max-sm-size .zoom-photos ul li a .pic {
            height: 20vw; }
          .max-xs-size .zoom-photos ul li a .pic {
            height: 27vw; }
          .zoom-photos ul li a .pic img {
            display: inline-block;
            max-width: 80%;
            max-height: 80%;
            position: absolute;
            left: 50%;
            top: 50%;
            bottom: auto;
            right: auto;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            text-align: center; }
        .zoom-photos ul li a:hover .pic {
          -webkit-transform: scale(1.05) rotate(0.2deg);
          -ms-transform: scale(1.05) rotate(0.2deg);
          transform: scale(1.05) rotate(0.2deg); }
      .zoom-photos ul li .name {
        margin-top: 10px;
        font-size: 18px;
        text-align: center; }
        .max-sm-size .zoom-photos ul li .name {
          font-size: 15px; }

/* ==========================================================================
    products
 ==========================================================================*/
.min-sm-size #products .nav-bar ul li:hover a {
  color: #4A4AFF; }

#products .nav-bar ul .active a {
  background-color: #4A4AFF;
  border-color: #4A4AFF; }
  .max-sm-size #products .nav-bar ul .active a {
    color: #4A4AFF; }

.max-sm-size #products .tab-bar .toggle {
  background-color: #4A4AFF; }

.max-sm-size #products .tab-bar ul {
  border-color: #4A4AFF; }

.min-sm-size #products .tab-bar ul li:hover a {
  color: #4A4AFF; }

#products .tab-bar ul .active a {
  background-color: #4A4AFF;
  border-color: #4A4AFF; }
  .max-sm-size #products .tab-bar ul .active a {
    color: #4A4AFF; }

#products .tab-bar ul a:hover {
  border-color: #4A4AFF; }

#products ul.all-list {
  padding-bottom: 100px;
  margin: 0 -10px;
  font-size: 0; }
  .max-lg-size #products ul.all-list {
    padding-bottom: 50px; }
  .max-sm-size #products ul.all-list {
    padding-bottom: 30px; }
  #products ul.all-list li {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    padding: 10px; }
    #products ul.all-list li:nth-of-type(1), #products ul.all-list li:nth-of-type(13n+1), #products ul.all-list li:nth-of-type(13n-3) {
      width: 66.6%; }
    .min-lg-size #products ul.all-list li:nth-of-type(odd) {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
    .max-lg-size #products ul.all-list li {
      width: 50%; }
    .max-xs-size #products ul.all-list li {
      display: block;
      width: 100%; }
    #products ul.all-list li a {
      display: block;
      position: relative;
      overflow: hidden; }
      #products ul.all-list li a:before, #products ul.all-list li a:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2; }
      #products ul.all-list li a:before {
        background: url("/dist/images/about/locations-details-links-bg.png") left top repeat-x; }
      #products ul.all-list li a:after {
        background-color: #1c898a;
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s; }
      #products ul.all-list li a span {
        display: block; }
      #products ul.all-list li a .pic {
        height: 370px;
        height: 19.3vw;
        min-height: 180px;
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        -o-transition: transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s; }
        .max-lg-size #products ul.all-list li a .pic {
          height: 29vw; }
        .max-xs-size #products ul.all-list li a .pic {
          height: 60vw; }
      #products ul.all-list li a .text {
        width: 100%;
        padding: 20px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
        color: #fff; }
        .max-md-size #products ul.all-list li a .text {
          padding: 10px 20px; }
        #products ul.all-list li a .text .name {
          margin: auto;
          font-weight: normal; }
        #products ul.all-list li a .text i {
          display: block;
          width: 32px;
          height: 32px;
          border-radius: 50%;
          border: 1px solid #fff;
          font-size: 12px;
          line-height: 30px;
          text-align: center;
          opacity: 0;
          -webkit-transition: opacity 0.5s, margin 0.5s;
          -o-transition: opacity 0.5s, margin 0.5s;
          transition: opacity 0.5s, margin 0.5s; }
      .min-md-size #products ul.all-list li a:hover:after {
        opacity: 0.6; }
      .min-md-size #products ul.all-list li a:hover .text i {
        margin-top: 10px;
        opacity: 1; }
      .min-md-size #products ul.all-list li a:hover .pic {
        -webkit-transform: scale(1.05) rotate(0.2deg);
        -ms-transform: scale(1.05) rotate(0.2deg);
        transform: scale(1.05) rotate(0.2deg); }

#products .in-block .table th {
  color: #4A4AFF;
  border-bottom-color: #4A4AFF; }

#products .in-block .description {
  padding: 50px 0;
  position: relative;
  /* background-color: #f7f7f7;*/ border-top: 1px solid #eaeaea;} 
  .max-sm-size #products .in-block .description {
    padding: 30px 0; }
  #products .in-block .description .title {
    margin: 50px 0; }
    .max-md-size #products .in-block .description .title {
      margin: 20px 0; }
    #products .in-block .description .title .name {
      margin: 0;
      color: #000; }
    #products .in-block .description .title .summary {
      margin-top: 10px; }
  #products .in-block .description .editor {
    margin-top: 0px; }
    .max-sm-size #products .in-block .description .editor {
      margin-top: 30px; }

#products .cars ul.list {
  margin: 0 -10px;
  padding: 50px 0;
  border-top: 1px solid #b7dfdf;
  font-size: 0; }
  .max-lg-size #products .cars ul.list {
    padding-bottom: 30px; }
  .max-md-size #products .cars ul.list {
    padding-top: 30px; }
  .max-sm-size #products .cars ul.list {
    padding-top: 20px;
    padding-bottom: 20px; }
  #products .cars ul.list > li {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    padding: 10px;
    font-size: 18px; }
    .max-md-size #products .cars ul.list > li {
      display: block;
      width: 100%; }
    .max-sm-size #products .cars ul.list > li {
      padding: 10px 0;
      font-size: 15px; }
    #products .cars ul.list > li .box {
      position: relative;
      border: 1px solid #e6e6e6; }
      #products .cars ul.list > li .box:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        background: url("/dist/images/about/locations-details-links-bg.png") left top repeat-x; }
      #products .cars ul.list > li .box .pic {
        z-index: 1; }
        .max-md-size #products .cars ul.list > li .box .pic {
          position: relative;
          height: 460px;
          height: 60vw; }
      #products .cars ul.list > li .box .text {
        height: 360px;
        height: 18.7vw;
        padding: 30px 10px 30px 30px;
        position: relative;
        z-index: 3;
        color: #fff;
        -webkit-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s; }
        .max-md-size #products .cars ul.list > li .box .text {
          height: auto;
          background-color: rgba(61, 164, 166, 0.95); }
          .max-md-size #products .cars ul.list > li .box .text .text-list {
            font-size: 0; }
            .max-md-size #products .cars ul.list > li .box .text .text-list > li {
              display: inline-block;
              vertical-align: top;
              width: 50%;
              padding-right: 10px;
              font-size: 18px; }
        .max-sm-size #products .cars ul.list > li .box .text {
          padding: 20px 0 20px 20px; }
          .max-sm-size #products .cars ul.list > li .box .text .text-list > li {
            display: block;
            width: 100%;
            padding-right: 0;
            font-size: 15px; }
        #products .cars ul.list > li .box .text .name {
          margin: 0 0 15px 0; }
          #products .cars ul.list > li .box .text .name:last-of-type {
            margin-bottom: 0; }
        #products .cars ul.list > li .box .text ul {
          -webkit-transition: opacity 0.5s, visibility 0.5s;
          -o-transition: opacity 0.5s, visibility 0.5s;
          transition: opacity 0.5s, visibility 0.5s; }
          .min-md-size #products .cars ul.list > li .box .text ul {
            opacity: 0;
            visibility: hidden; }
          #products .cars ul.list > li .box .text ul li {
            margin-top: 10px; }
        #products .cars ul.list > li .box .text .btn {
          height: 40px;
          padding: 5px 30px;
          line-height: 28px; }
          .max-sm-size #products .cars ul.list > li .box .text .btn {
            padding: 5px 20px; }
        .min-md-size #products .cars ul.list > li .box .text .mCSB_scrollTools {
          opacity: 0; }
      #products .cars ul.list > li .box:hover .text {
        background-color: rgba(61, 164, 166, 0.95); }
        #products .cars ul.list > li .box:hover .text ul {
          opacity: 1;
          visibility: visible; }
        #products .cars ul.list > li .box:hover .text .mCSB_scrollTools {
          opacity: 1; }

#products .left-nav ul.list > li {
  margin-bottom: 5px; }
  #products .left-nav ul.list > li .toggle {
    padding: 15px 45px 15px 30px;
    position: relative;
    color: #999999;
    font-weight: bold;
    background-color: #ededed;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    -o-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s; }
    .max-lg-size #products .left-nav ul.list > li .toggle {
      padding: 10px 45px 10px 20px; }
    #products .left-nav ul.list > li .toggle:hover {
      color: #000;
      background-color: #e4e4e4; }
    #products .left-nav ul.list > li .toggle:before, #products .left-nav ul.list > li .toggle:after {
      content: '';
      position: absolute;
      top: 50%;
      background-color: #999999;
      -webkit-transition: background 0.5s, opacity 0.5s;
      -o-transition: background 0.5s, opacity 0.5s;
      transition: background 0.5s, opacity 0.5s; }
    #products .left-nav ul.list > li .toggle:before {
      width: 20px;
      height: 2px;
      margin-top: -1px;
      right: 16px; }
    #products .left-nav ul.list > li .toggle:after {
      width: 2px;
      height: 20px;
      margin-top: -10px;
      right: 25px; }
  #products .left-nav ul.list > li ul {
    display: none; }
    #products .left-nav ul.list > li ul li {
      border-bottom: 1px solid #e0e0e0; }
      #products .left-nav ul.list > li ul li a {
        display: block;
        padding: 15px 30px;
        color: #aaaaaa;
        background-color: #ededed;
        -webkit-transition: color 0.5s, background 0.5s;
        -o-transition: color 0.5s, background 0.5s;
        transition: color 0.5s, background 0.5s; }
        .max-lg-size #products .left-nav ul.list > li ul li a {
          padding: 10px 20px; }
        #products .left-nav ul.list > li ul li a:hover {
          color: #555;
          background-color: #e4e4e4; }
      #products .left-nav ul.list > li ul li.active a {
        color: #fff;
        font-weight: bold;
        background-color: #4A4AFF; }
  #products .left-nav ul.list > li.active .toggle {
    color: #fff;
    background-color: #555555;
    border-color: #555555; }
    #products .left-nav ul.list > li.active .toggle:after, #products .left-nav ul.list > li.active .toggle:before {
      background-color: #fff; }
    #products .left-nav ul.list > li.active .toggle:after {
      opacity: 0; }
  #products .left-nav ul.list > li.active ul {
    display: block; }

#products .left-nav .series {
  color: #aaaaaa; }

#products .left-nav .por-pic {
  max-width: 230px;
  height: 180px;
  margin: 20px 0;
  position: relative;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9; }
  #products .left-nav .por-pic img {
    display: inline-block;
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center; }

#products .left-nav .por-name {
  margin: 0;
  color: #4A4AFF;
  font-weight: normal; }

#products .left-nav ul.details li {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6; }
  #products .left-nav ul.details li .title {
    color: #000; }

#products .right-main {
  float: right;
  position: relative; }
  #products .right-main .in-title .type, #products .right-main .in-title .sub-type {
    display: inline; }
  #products .right-main .in-title .sub-type {
    margin: 0;
    font-weight: normal; }
    #products .right-main .in-title .sub-type:before {
      content: '/';
      padding-right: 5px; }
  #products .right-main .form .group {
    position: relative; }
    #products .right-main .form .group .form-control {
      height: 50px;
      font-size: 16px; }
    #products .right-main .form .group button {
      width: 38px;
      position: absolute;
      right: 6px;
      top: 6px;
      z-index: 2;
      border-radius: 50%;
      color: #777;
      font-size: 20px;
      line-height: 38px;
      text-align: center;
      -webkit-transition: color 0.5s, background 0.5s;
      -o-transition: color 0.5s, background 0.5s;
      transition: color 0.5s, background 0.5s; }
      #products .right-main .form .group button:hover {
        color: #fff;
        background-color: #4A4AFF; }
  #products .right-main ul.pro {
    margin: 0 -10px;
    font-size: 0; }
    #products .right-main ul.pro li {
      display: inline-block;
      vertical-align: top;
      width: 25%;
      padding: 10px; }
      .max-lg-size #products .right-main ul.pro li {
        width: 33.3%; }
      .max-xs-size #products .right-main ul.pro li {
        width: 50%; }
      #products .right-main ul.pro li a {
        display: block;
        border: 1px solid #e0e0e0;
        text-align: center;
        color: #000;
        font-size: 18px;
        -webkit-transition: color 0.5s, border 0.5s;
        -o-transition: color 0.5s, border 0.5s;
        transition: color 0.5s, border 0.5s; }
        .max-sm-size #products .right-main ul.pro li a {
          font-size: 15px; }
        #products .right-main ul.pro li a span {
          display: block; }
        #products .right-main ul.pro li a .pic {
          height: 150px;
          position: relative;
          -webkit-transition: -webkit-transform 0.5s;
          transition: -webkit-transform 0.5s;
          -o-transition: transform 0.5s;
          transition: transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s; }
          .max-sm-size #products .right-main ul.pro li a .pic {
            height: 100px; }
          #products .right-main ul.pro li a .pic img {
            display: inline-block;
            max-width: 80%;
            max-height: 80%;
            position: absolute;
            left: 50%;
            top: 50%;
            bottom: auto;
            right: auto;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            text-align: center; }
        #products .right-main ul.pro li a .text {
          padding-bottom: 20px; }
          #products .right-main ul.pro li a .text .number {
            display: -webkit-box;
            height: 25px;
            margin-bottom: 10px;
            line-height: 25px;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            -moz-line-clamp: 1;
            -ms-line-clamp: 1;
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            -ms-box-orient: vertical; }
          #products .right-main ul.pro li a .text i {
            display: inline-block;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            border: 1px solid #777;
            color: #777;
            font-size: 12px;
            text-align: center;
            line-height: 28px;
            -webkit-transition: color 0.5s, border 0.5s;
            -o-transition: color 0.5s, border 0.5s;
            transition: color 0.5s, border 0.5s; }
        #products .right-main ul.pro li a:hover {
          color: #4A4AFF;
          border-color: #4A4AFF; }
          #products .right-main ul.pro li a:hover .pic {
            -webkit-transform: scale(1.05) rotate(0.2deg);
            -ms-transform: scale(1.05) rotate(0.2deg);
            transform: scale(1.05) rotate(0.2deg); }
          #products .right-main ul.pro li a:hover .text i {
            color: #4A4AFF;
            border-color: #4A4AFF; }
  #products .right-main ul.pages {
    margin-top: 40px; }
    .max-sm-size #products .right-main ul.pages {
      margin-top: 20px; }
  #products .right-main .block {
    margin-bottom: 50px; }
    .max-sm-size #products .right-main .block {
      margin-bottom: 30px; }
    #products .right-main .block:nth-last-of-type(1) {
      margin-bottom: 0; }
    #products .right-main .block .title {
      margin-bottom: 10px;
      padding-bottom: 10px;
      color: #000;
      border-bottom: 1px solid #000; }
    #products .right-main .block ul li {
      padding: 5px 0;
      border-bottom: 1px solid #ededed; }
      #products .right-main .block ul li .sub-title {
        color: #4A4AFF; }

#products .prevNext.no-border {
  margin-top: 0;
  padding-bottom: 100px;
  padding-top: 0;
  border: none; }
  .max-lg-size #products .prevNext.no-border {
    padding-bottom: 50px; }
  .max-sm-size #products .prevNext.no-border {
    padding-bottom: 30px; }

/* ==========================================================================
    turnkey
 ==========================================================================*/
.min-sm-size #turnkey .nav-bar ul li:hover a, .min-sm-size #turnkey .tab-bar ul li:hover a {
  color: #cc141e; }

#turnkey .nav-bar ul .active a, #turnkey .tab-bar ul .active a {
  background-color: #cc141e;
  border-color: #cc141e; }
  .max-sm-size #turnkey .nav-bar ul .active a, .max-sm-size #turnkey .tab-bar ul .active a {
    color: #cc141e; }

.max-sm-size #turnkey .tab-bar .toggle {
  background-color: #cc141e; }

.max-sm-size #turnkey .tab-bar ul {
  border-color: #cc141e; }

#turnkey .tab-bar ul a:hover {
  border-color: #cc141e; }

/* ==========================================================================
    smart
 ==========================================================================*/
.min-sm-size #smart .tab-bar ul li:hover a {
  color: #1f4e99; }

#smart .tab-bar ul .active a {
  background-color: #1f4e99;
  border-color: #1f4e99; }
  .max-sm-size #smart .tab-bar ul .active a {
    color: #1f4e99; }

.max-sm-size #smart .tab-bar .toggle {
  background-color: #1f4e99; }

.max-sm-size #smart .tab-bar ul {
  border-color: #1f4e99; }

#smart .tab-bar ul a:hover {
  border-color: #1f4e99; }

#smart .in-banner:after {
  background-color: #002e77; }

#smart .in-block {
  padding-bottom: 0 !important; }
  #smart .in-block .info {
    margin-bottom: 100px; }
    .max-lg-size #smart .in-block .info {
      margin-bottom: 50px; }
    .max-sm-size #smart .in-block .info {
      margin-bottom: 30px; }

/* ==========================================================================
    supply
 ==========================================================================*/
.min-sm-size #supply .nav-bar ul li:hover a {
  color: #bd9b60; }

#supply .nav-bar ul .active a {
  background-color: #bd9b60;
  border-color: #bd9b60; }
  .max-sm-size #supply .nav-bar ul .active a {
    color: #bd9b60; }

#supply .in-banner:after {
  background-color: #915e1c; }

#supply .in-block {
  padding-bottom: 0 !important; }
  #supply .in-block .info {
    margin-bottom: 100px; }
    .max-lg-size #supply .in-block .info {
      margin-bottom: 50px; }
    .max-sm-size #supply .in-block .info {
      margin-bottom: 30px; }

/* ==========================================================================
    quality
 ==========================================================================*/
.min-sm-size #quality .nav-bar ul li:hover a {
  color: #ff8826; }

#quality .nav-bar ul .active a {
  background-color: #ff8826;
  border-color: #ff8826; }
  .max-sm-size #quality .nav-bar ul .active a {
    color: #ff8826; }

#quality .in-banner:after {
  background-color: #c86300; }

#quality .in-block {
  padding-bottom: 0 !important; }
  #quality .in-block .info {
    margin-bottom: 100px; }
    .max-lg-size #quality .in-block .info {
      margin-bottom: 50px; }
    .max-sm-size #quality .in-block .info {
      margin-bottom: 30px; }

/* ==========================================================================
    certification
 ==========================================================================*/
#certification .in-block .in-title {
  text-align: center; }

#certification .in-block .form {
  max-width: 650px;
  margin: 50px auto; }
  .max-md-size #certification .in-block .form {
    margin: 30px auto; }
  #certification .in-block .form .select {
    float: left;
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px); }
    .max-xs-size #certification .in-block .form .select {
      float: none;
      width: 100%; }
    #certification .in-block .form .select.country {
      margin-right: 10px; }
      .max-xs-size #certification .in-block .form .select.country {
        margin-right: 0;
        margin-bottom: 15px; }

#certification .in-block ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  #certification .in-block ul.list li {
    width: 25%;
    margin-right: -1px;
    margin-bottom: -1px;
    border: 1px solid #eee;
    text-align: center; }
    .max-lg-size #certification .in-block ul.list li {
      width: 33.3%; }
    .max-sm-size #certification .in-block ul.list li {
      width: 50%; }
    .max-xs-size #certification .in-block ul.list li {
      width: 100%; }
    #certification .in-block ul.list li .pic {
      height: 300px;
      height: 16vw;
      position: relative;
      -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
      transition: opacity 0.5s, -webkit-transform 0.5s;
      -o-transition: transform 0.5s, opacity 0.5s;
      transition: transform 0.5s, opacity 0.5s;
      transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s; }
      .max-lg-size #certification .in-block ul.list li .pic {
        height: 22vw; }
      .max-sm-size #certification .in-block ul.list li .pic {
        height: 40vw; }
      .max-xs-size #certification .in-block ul.list li .pic {
        height: 60vw; }
      #certification .in-block ul.list li .pic img {
        display: inline-block;
        max-width: 80%;
        max-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        text-align: center; }
    #certification .in-block ul.list li .name {
      margin: 10px 0 0 0;
      position: relative;
      z-index: 5;
      color: #000;
      font-weight: normal;
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
    #certification .in-block ul.list li .open-box {
      padding: 30px;
      position: relative;
      -webkit-transition: -webkit-box-shadow 0.5s;
      transition: -webkit-box-shadow 0.5s;
      -o-transition: box-shadow 0.5s;
      transition: box-shadow 0.5s;
      transition: box-shadow 0.5s, -webkit-box-shadow 0.5s; }
      #certification .in-block ul.list li .open-box:before {
        content: '\e80f';
        display: block;
        width: 74px;
        height: 74px;
        margin: -37px 0 0 -37px;
        position: absolute;
        left: 50%;
        top: 40%;
        z-index: 3;
        background-color: #fff;
        border-radius: 50%;
        border: 3px solid #3daeaf;
        color: #3daeaf;
        font-size: 25px;
        text-align: center;
        line-height: 68px;
        font-family: "fontello";
        opacity: 0;
        -webkit-transition: opacity 0.5s, top 0.5s;
        -o-transition: opacity 0.5s, top 0.5s;
        transition: opacity 0.5s, top 0.5s; }
      .no-touch #certification .in-block ul.list li .open-box:hover {
        -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.2); }
        .no-touch #certification .in-block ul.list li .open-box:hover:before {
          top: 50%;
          opacity: 1; }
        .no-touch #certification .in-block ul.list li .open-box:hover .pic {
          opacity: 0.7;
          -webkit-transform: scale(0.95) rotate(0.2deg);
          -ms-transform: scale(0.95) rotate(0.2deg);
          transform: scale(0.95) rotate(0.2deg); }
        .no-touch #certification .in-block ul.list li .open-box:hover .name {
          opacity: 0.5; }

/* ==========================================================================
    service
 ==========================================================================*/
.min-sm-size #service .nav-bar ul li:hover a {
  color: #73388c; }

#service .nav-bar ul .active a {
  background-color: #73388c;
  border-color: #73388c; }
  .max-sm-size #service .nav-bar ul .active a {
    color: #73388c; }

#service .in-banner:after {
  background-color: #2e153a; }

#service .global .map-content {
  position: relative; }
  #service .global .map-content .map, #service .global .map-content .map-cn {
    height: 800px;
    background-color: #eee; }
    .max-md-size #service .global .map-content .map, .max-md-size #service .global .map-content .map-cn {
      height: 650px; }
    .max-sm-size #service .global .map-content .map, .max-sm-size #service .global .map-content .map-cn {
      height: 300px; }
  #service .global .map-content .box {
    width: 1200px;
    padding: 50px;
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 80px;
    z-index: 2;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .max-bg-size #service .global .map-content .box {
      width: 95%; }
    .max-md-size #service .global .map-content .box {
      padding: 30px;
      bottom: 50px; }
    .max-sm-size #service .global .map-content .box {
      width: 100%;
      position: relative;
      left: 0;
      bottom: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    #service .global .map-content .box .close {
      position: absolute;
      right: 15px;
      top: 15px;
      z-index: 3;
      color: #000;
      font-size: 25px;
      cursor: pointer;
      -webkit-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s; }
      .max-md-size #service .global .map-content .box .close {
        width: 40px;
        right: -15px;
        top: -15px;
        background-color: #2661bf;
        color: #fff;
        line-height: 40px;
        border-radius: 50%;
        text-align: center;
        font-size: 20px; }
      .max-sm-size #service .global .map-content .box .close {
        display: none; }
      .min-md-size #service .global .map-content .box .close:hover {
        color: #2661bf; }
    #service .global .map-content .box .left {
      float: left;
      width: 50%;
      padding-right: 50px; }
      .max-md-size #service .global .map-content .box .left {
        width: 45%;
        padding-right: 30px; }
      .max-sm-size #service .global .map-content .box .left {
        float: none;
        width: 100%;
        padding-right: 0; }
      #service .global .map-content .box .left .name {
        margin: 0 0 10px 0;
        color: #000; }
      #service .global .map-content .box .left a {
        color: #777; }
        #service .global .map-content .box .left a:hover {
          color: #2661bf; }
    #service .global .map-content .box .right {
      float: right;
      width: 50%; }
      .max-md-size #service .global .map-content .box .right {
        width: 55%; }
      .max-sm-size #service .global .map-content .box .right {
        float: none;
        width: 100%;
        margin-top: 30px; }
  #service .global .map-content ul.links {
    margin: 0 -15px;
    font-size: 0; }
    .max-md-size #service .global .map-content ul.links {
      margin: 0 -10px; }
    #service .global .map-content ul.links li {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 15px; }
      .max-md-size #service .global .map-content ul.links li {
        padding: 10px; }
      .max-sm-size #service .global .map-content ul.links li {
        width: 50%; }
      .max-xs-size #service .global .map-content ul.links li {
        display: block;
        width: 100%; }
      #service .global .map-content ul.links li a {
        display: block;
        position: relative;
        overflow: hidden; }
        #service .global .map-content ul.links li a:before, #service .global .map-content ul.links li a:after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 2; }
        #service .global .map-content ul.links li a:before {
          background: url("/dist/images/about/locations-details-links-bg.png") left top repeat-x; }
        #service .global .map-content ul.links li a:after {
          background-color: #001433;
          opacity: 0;
          -webkit-transition: opacity 0.5s;
          -o-transition: opacity 0.5s;
          transition: opacity 0.5s; }
        #service .global .map-content ul.links li a span {
          display: block;
          text-align: left; }
        #service .global .map-content ul.links li a .pic {
          min-width: 270px;
          height: 170px;
          -webkit-transition: -webkit-transform 0.5s;
          transition: -webkit-transform 0.5s;
          -o-transition: transform 0.5s;
          transition: transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s; }
        #service .global .map-content ul.links li a .text {
          width: 100%;
          padding: 20px;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 3;
          color: #fff; }
          .max-md-size #service .global .map-content ul.links li a .text {
            padding: 10px 20px; }
          #service .global .map-content ul.links li a .text i {
            display: block;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 1px solid #fff;
            font-size: 12px;
            line-height: 30px;
            text-align: center;
            opacity: 0;
            -webkit-transition: opacity 0.5s, margin 0.5s;
            -o-transition: opacity 0.5s, margin 0.5s;
            transition: opacity 0.5s, margin 0.5s; }
        .min-md-size #service .global .map-content ul.links li a:hover:after {
          opacity: 0.6; }
        .min-md-size #service .global .map-content ul.links li a:hover .text i {
          margin-top: 10px;
          opacity: 1; }
        .min-md-size #service .global .map-content ul.links li a:hover .pic {
          -webkit-transform: scale(1.05) rotate(0.2deg);
          -ms-transform: scale(1.05) rotate(0.2deg);
          transform: scale(1.05) rotate(0.2deg); }

#service .global .select-box {
  padding: 0 30px;
  background-color: #f0f0f0;
  text-align: center; }
  .max-sm-size #service .global .select-box {
    padding: 20px 30px; }
  #service .global .select-box .form {
    max-width: 900px;
    margin: auto; }
    #service .global .select-box .form .select {
      float: left;
      width: 50%;
      margin-right: -1px;
      position: relative; }
      .max-sm-size #service .global .select-box .form .select {
        float: none;
        width: 100%;
        margin-right: 0; }
        .max-sm-size #service .global .select-box .form .select:first-of-type {
          margin-bottom: 10px; }
      .min-sm-size #service .global .select-box .form .select:hover {
        z-index: 2; }
    #service .global .select-box .form .dk_container {
      background-color: transparent; }

#service .global .text {
  min-height: 200px;
  padding: 50px 30px;
  color: #000;
  text-align: center; }
  .max-sm-size #service .global .text {
    min-height: 0;
    padding-top: 30px; }

#service .eRMA {
  background: #f7f7f7 url("/dist/images/service/eRMA-bg.png") left 5% bottom 20% no-repeat; }
  #service .eRMA .container {
    max-width: 1260px; }
  #service .eRMA .link {
    color: #2661bf; }
    #service .eRMA .link:hover {
      text-decoration: underline; }
  #service .eRMA .btn {
    color: #555555;
    border-color: #555555; }
    #service .eRMA .btn:hover {
      background-color: #555555;
      color: #fff; }
  #service .eRMA .left {
    float: left;
    width: 50%;
    padding-top: 50px;
    padding-right: 50px; }
    .max-md-size #service .eRMA .left {
      float: none;
      width: 100%;
      padding-right: 0; }
    #service .eRMA .left .summary {
      margin-bottom: 20px; }
    #service .eRMA .left .btn {
      margin-top: 20px; }
  #service .eRMA .right {
    float: right;
    width: 50%;
    padding-left: 50px; }
    .max-lg-size #service .eRMA .right {
      padding-left: 0; }
    .max-md-size #service .eRMA .right {
      float: none;
      width: 100%;
      margin-top: 50px;
      -webkit-animation-name: fadeInUp;
      animation-name: fadeInUp; }

#service .forgot {
  background-color: #f7f7f7; }
  #service .forgot .login-form {
    max-width: 600px;
    margin: auto;
    padding-bottom: 50px; }

#service .register .container {
  max-width: 1260px; }

#service .register .in-title {
  text-align: center; }

#service .register .form {
  margin-top: 30px;
  border-top: 1px solid #d9d9d9; }
  #service .register .form .note {
    margin-top: 10px; }

#service .registered {
  background-color: #f7f7f7; }
  #service .registered .container {
    max-width: 1260px; }

#service .login-form {
  padding: 50px 50px 0 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #e6e6e6; }
  .max-sm-size #service .login-form {
    padding: 20px; }
  #service .login-form .title {
    text-align: center;
    color: #000; }
  #service .login-form .buttonBlock {
    margin-top: 20px; }
  #service .login-form .create {
    display: block;
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid #e6e6e6;
    color: #000;
    font-size: 15px;
    text-align: center; }
    #service .login-form .create:hover {
      color: #2661bf; }

#service .success {
  display: none; }

#service .service {
  padding-bottom: 0 !important; }
  #service .service .footer-link {
    margin-top: 100px; }
    .max-lg-size #service .service .footer-link {
      margin-top: 50px; }
    .max-sm-size #service .service .footer-link {
      margin-top: 30px; }
    #service .service .footer-link ul.list {
      margin-top: 40px; }
      #service .service .footer-link ul.list li {
        display: inline-block;
        vertical-align: top;
        margin: 15px 30px 15px 0;
        padding-left: 60px;
        position: relative; }
        #service .service .footer-link ul.list li:last-of-type {
          margin-right: 0; }
        .max-sm-size #service .service .footer-link ul.list li {
          display: table;
          margin: 10px auto 0 auto;
          padding-left: 40px; }
        #service .service .footer-link ul.list li i {
          display: block;
          width: 50px;
          height: 40px;
          margin-top: -20px;
          position: absolute;
          left: 0;
          top: 50%;
          background: center no-repeat;
          background-size: contain; }
          .max-sm-size #service .service .footer-link ul.list li i {
            width: 25px; }
        #service .service .footer-link ul.list li.user i {
          background-image: url("/dist/images/service/icon-user.png"); }
        #service .service .footer-link ul.list li.mail i {
          background-image: url("/dist/images/service/icon-mail.png"); }
        #service .service .footer-link ul.list li.tel i {
          background-image: url("/dist/images/service/icon-tel.png"); }

.success {
  max-width: 600px;
  margin: auto;
  padding: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #e6e6e6;
  text-align: center; }
  .max-sm-size .success {
    padding: 20px; }
  .success .title {
    color: #000; }

/* ==========================================================================
    investors
 ==========================================================================*/
#investors .in-banner .btns {
  margin-top: 30px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }
  .max-sm-size #investors .in-banner .btns {
    margin-top: 20px; }
  #investors .in-banner .btns:hover {
    text-shadow: none; }

#investors .in-title {
  text-align: center; }

#investors .investors .editor {
  margin-top: 100px; }
  .max-lg-size #investors .investors .editor {
    margin-top: 50px; }
  .max-sm-size #investors .investors .editor {
    margin-top: 30px; }

#investors .investor a.link {
  color: #2661bf; }
  #investors .investor a.link:hover {
    text-decoration: underline; }

#investors .investor .container {
  max-width: 1260px; }

#investors .investor .form {
  margin-top: 30px;
  border-top: 1px solid #d9d9d9; }
  #investors .investor .form .note {
    margin-top: 10px; }

#investors .unsubscribe .success {
  max-width: 900px; }
  #investors .unsubscribe .success .form {
    max-width: 650px;
    margin: 50px auto 0 auto;
    position: relative; }
    .max-sm-size #investors .unsubscribe .success .form {
      margin-top: 20px; }
    #investors .unsubscribe .success .form button {
      width: 58px;
      height: 58px;
      position: absolute;
      right: 0;
      top: 0;
      background-color: #333333;
      color: #fff;
      font-size: 25px;
      -webkit-transition: background 0.5s;
      -o-transition: background 0.5s;
      transition: background 0.5s; }
      .max-sm-size #investors .unsubscribe .success .form button {
        width: 50px;
        height: 50px; }
      #investors .unsubscribe .success .form button:hover {
        background-color: #000; }

#investors .announcements .pic {
  float: left;
  width: 52%;
  height: 400px; }
  .max-md-size #investors .announcements .pic {
    float: none;
    width: 100%;
    height: 48vw; }

#investors .announcements .text {
  float: right;
  display: table;
  width: 48%;
  padding-left: 50px; }
  .max-md-size #investors .announcements .text {
    float: none;
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0; }
  .max-sm-size #investors .announcements .text {
    margin-bottom: 30px; }
  #investors .announcements .text .middle {
    height: 400px; }
    .max-md-size #investors .announcements .text .middle {
      height: auto; }
  #investors .announcements .text .in-title {
    text-align: left; }
  #investors .announcements .text .btn2 {
    margin-top: 30px; }

#investors .events .form {
  max-width: 300px;
  margin: auto; }
  .max-xs-size #investors .events .form {
    max-width: none; }

#investors .events ul.list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 35px -15px 0 -15px;
  font-size: 0; }
  .max-sm-size #investors .events ul.list {
    margin: 20px 0 0 0; }
  #investors .events ul.list > li {
    display: inline-block;
    vertical-align: top;
    width: -moz-calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 15px;
    font-size: 18px;
    border: 1px solid #e0e0e0; }
    .max-sm-size #investors .events ul.list > li {
      display: block;
      width: 100%;
      margin: 10px 0;
      font-size: 15px; }
    #investors .events ul.list > li .box {
      padding: 30px; }
      .max-sm-size #investors .events ul.list > li .box {
        padding: 20px; }
      #investors .events ul.list > li .box .name {
        margin: 0 0 20px 0;
        padding-bottom: 20px;
        position: relative;
        font-weight: normal;
        border-bottom: 1px dashed #cccccc; }
        .max-sm-size #investors .events ul.list > li .box .name {
          margin-bottom: 10px;
          padding-bottom: 10px; }
      #investors .events ul.list > li .box ul li {
        color: #000; }
        #investors .events ul.list > li .box ul li span {
          padding-left: 5px;
          color: #777; }

#investors .events ul.pages {
  margin-top: 50px; }
  .max-sm-size #investors .events ul.pages {
    margin-top: 20px; }

/* ==========================================================================
    financial
 ==========================================================================*/
#financial .in-banner .btns {
  margin-top: 30px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }
  .max-sm-size #financial .in-banner .btns {
    margin-top: 20px; }
  #financial .in-banner .btns:hover {
    text-shadow: none; }

#financial .in-block {
  padding-bottom: 0 !important; }
  .max-sm-size #financial .in-block {
    padding-bottom: 30px !important; }
  #financial .in-block .form {
    max-width: 300px;
    margin: auto; }
    .max-xs-size #financial .in-block .form {
      max-width: none; }

#financial .in-title {
  text-align: center; }

#financial .table {
  margin-top: 50px; }
  .max-sm-size #financial .table {
    margin-top: 30px; }

#financial .financial .table tr:nth-of-type(odd) td {
  background-color: #ebf2fc; }

.max-sm-size #financial .financial .table tr {
  display: block;
  margin-bottom: 20px;
  border: 1px solid #5a8ace; }
  .max-sm-size #financial .financial .table tr:first-of-type {
    display: none; }

#financial .financial .table th {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-color: #5a8ace; }

#financial .financial .table td {
  min-width: 160px;
  border: none;
  border-bottom: 1px solid #dfe8f5; }
  .max-sm-size #financial .financial .table td {
    display: block;
    min-width: none; }
  #financial .financial .table td:first-of-type {
    color: #000; }
  #financial .financial .table td .hidden {
    padding-right: 10px;
    color: #000; }
    .max-sm-size #financial .financial .table td .hidden {
      display: inline-block !important; }
  #financial .financial .table td a {
    color: #777; }
    .max-xs-size #financial .financial .table td a {
      display: block; }
    #financial .financial .table td a:hover {
      color: #2661bf; }

#financial .download {
  margin-top: 50px; }
  .max-sm-size #financial .download {
    margin-top: 30px; }
  #financial .download .year {
    margin-bottom: 10px;
    color: #000; }
  #financial .download ul.list {
    margin: 0 -20px;
    font-size: 0; }
    .max-bg-size #financial .download ul.list {
      margin: 0 -10px; }
    #financial .download ul.list li {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 20px;
      font-size: 18px; }
      .max-bg-size #financial .download ul.list li {
        padding: 10px; }
      .max-sm-size #financial .download ul.list li {
        font-size: 15px; }
      .max-xs-size #financial .download ul.list li {
        width: 100%; }
      #financial .download ul.list li:nth-of-type(4n-2) a {
        background-image: url("/dist/images/financial/download-bg02.png"); }
      #financial .download ul.list li:nth-of-type(4n-1) a {
        background-image: url("/dist/images/financial/download-bg03.png"); }
      #financial .download ul.list li:nth-of-type(4n) a {
        background-image: url("/dist/images/financial/download-bg04.png"); }
      #financial .download ul.list li a {
        display: table;
        width: 100%;
        border: 1px solid #e0e0e0;
        color: #000;
        background: url("/dist/images/financial/download-bg01.png") right bottom no-repeat;
        background-size: contain;
        -webkit-transition: background 0.5s, color 0.5s, -webkit-box-shadow 0.5s;
        transition: background 0.5s, color 0.5s, -webkit-box-shadow 0.5s;
        -o-transition: background 0.5s, color 0.5s, box-shadow 0.5s;
        transition: background 0.5s, color 0.5s, box-shadow 0.5s;
        transition: background 0.5s, color 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s; }
        #financial .download ul.list li a span {
          display: block; }
        #financial .download ul.list li a .middle {
          display: table-cell;
          height: 330px;
          padding: 30px 30px 50px 30px; }
          .max-sm-size #financial .download ul.list li a .middle {
            height: 200px;
            padding: 20px 20px 30px 20px; }
        #financial .download ul.list li a .name {
          font-weight: lighter; }
        #financial .download ul.list li a .sub {
          margin-top: 5px; }
        #financial .download ul.list li a .btn2 {
          max-width: 140px;
          margin-top: 20px;
          border-color: #d9d9d9;
          background-color: #fff;
          color: #000; }
        #financial .download ul.list li a:hover {
          background-color: #5f8ed0;
          background-image: url("/dist/images/financial/download-bg05.png");
          color: #fff;
          -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.25); }
          #financial .download ul.list li a:hover .btn2 {
            background-color: #5f8ed0;
            border-color: #9fbbe3;
            color: #fff; }
            #financial .download ul.list li a:hover .btn2:hover {
              background-color: #fff;
              color: #5f8ed0; }
    #financial .download ul.list.two li:nth-of-type(4n-2) a {
      background-image: url("/dist/images/financial/download-bg07.png"); }
    #financial .download ul.list.two li:nth-of-type(4n-1) a {
      background-image: url("/dist/images/financial/download-bg08.png"); }
    #financial .download ul.list.two li:nth-of-type(4n) a {
      background-image: url("/dist/images/financial/download-bg09.png"); }
    #financial .download ul.list.two li a {
      background-image: url("/dist/images/financial/download-bg06.png");
      background-size: auto;
      background-position: right 30px bottom; }
      .max-sm-size #financial .download ul.list.two li a {
        background-size: 50%;
        background-position: right 15px bottom; }
      #financial .download ul.list.two li a:hover {
        background-image: url("/dist/images/financial/download-bg10.png"); }

#financial .monthly .unit {
  margin-top: 50px;
  padding: 15px 30px;
  background-color: #5A89CE;
  color: #fff; }
  .max-sm-size #financial .monthly .unit {
    margin-top: 30px;
    padding: 5px 10px; }

#financial .monthly .block {
  position: relative;
  overflow: hidden; }
  #financial .monthly .block .scroll {
    margin-left: 100px;
    overflow: visible;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .max-sm-size #financial .monthly .block .scroll {
      margin-left: 55px; }

#financial .monthly .table {
  margin-top: 0; }
  #financial .monthly .table td {
    text-align: center; }
    #financial .monthly .table td.dark {
      background-color: #EBF2FC;
      color: #000; }
  #financial .monthly .table .fix {
    width: 100px;
    height: 100%;
    margin-left: -100px;
    position: absolute; }
    .max-sm-size #financial .monthly .table .fix {
      width: 55px;
      margin-left: -55px; }

#financial .monthly .note {
  font-size: 15px; }
  .touch #financial .monthly .note {
    display: none; }

#financial .monthly.no-fixed .scroll {
  margin-left: 0 !important; }

#financial .monthly.no-fixed .fix {
  margin-left: 0 !important;
  position: relative; }

#financial .info {
  margin: 50px 0 100px 0; }
  .max-lg-size #financial .info {
    margin: 50px 0; }
  .max-sm-size #financial .info {
    margin: 20px 0 30px 0; }
  #financial .info .title {
    margin-bottom: 20px;
    color: #000; }
    .max-sm-size #financial .info .title {
      margin-bottom: 10px;
      font-size: 18px; }
  .max-sm-size #financial .info .summary {
    font-size: 12px; }

#financial .links ul li {
  float: left;
  width: 20%; }
  .max-lg-size #financial .links ul li {
    width: 50%; }
  .max-md-size #financial .links ul li {
    display: none; }
  #financial .links ul li a {
    display: block;
    position: relative;
    overflow: hidden; }
    #financial .links ul li a:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      background-color: #001433;
      opacity: 0.6;
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
    #financial .links ul li a span {
      display: block; }
    #financial .links ul li a .pic {
      height: 250px;
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      -o-transition: transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }
    #financial .links ul li a .text {
      width: 100%;
      padding: 20px;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 3;
      color: #fff; }
      #financial .links ul li a .text .icon {
        display: block;
        width: 80px;
        height: 80px;
        margin-top: 0;
        border-radius: 50%;
        background: center no-repeat;
        -webkit-transition: background 0.5s, margin-top 0.5s;
        -o-transition: background 0.5s, margin-top 0.5s;
        transition: background 0.5s, margin-top 0.5s; }
    #financial .links ul li a:hover:after {
      opacity: 0.3; }
    #financial .links ul li a:hover .pic {
      -webkit-transform: scale(1.05) rotate(0.2deg);
      -ms-transform: scale(1.05) rotate(0.2deg);
      transform: scale(1.05) rotate(0.2deg); }
    #financial .links ul li a:hover .icon {
      margin-top: 20px;
      background-color: #fff; }
  #financial .links ul li.link-1 a .text .icon {
    background-image: url("/dist/images/financial/links-icon01.png"); }
  #financial .links ul li.link-1 a:hover .text .icon {
    background-image: url("/dist/images/financial/links-icon01-2.png"); }
  #financial .links ul li.link-2 a .text .icon {
    background-image: url("/dist/images/financial/links-icon02.png"); }
  #financial .links ul li.link-2 a:hover .text .icon {
    background-image: url("/dist/images/financial/links-icon02-2.png"); }
  #financial .links ul li.link-3 a .text .icon {
    background-image: url("/dist/images/financial/links-icon03.png"); }
  #financial .links ul li.link-3 a:hover .text .icon {
    background-image: url("/dist/images/financial/links-icon03-2.png"); }
  #financial .links ul li.link-4 a .text .icon {
    background-image: url("/dist/images/financial/links-icon04.png"); }
  #financial .links ul li.link-4 a:hover .text .icon {
    background-image: url("/dist/images/financial/links-icon04-2.png"); }
  #financial .links ul li.link-5 a .text .icon {
    background-image: url("/dist/images/financial/links-icon05.png"); }
  #financial .links ul li.link-5 a:hover .text .icon {
    background-image: url("/dist/images/financial/links-icon05-2.png"); }

.swipe-box {
  position: relative; }
  .swipe-box .swipe-icon {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5) url("/dist/swipe-icon.png") center no-repeat;
    background-size: 100px; }
    .touch .swipe-box .swipe-icon {
      display: block; }

/* ==========================================================================
    csr
 ==========================================================================*/
#csr .in-banner .text {
  height: 100vh;
  padding-left: 200px; }
  .max-lg-size #csr .in-banner .text {
    padding-left: 50px; }
  .max-md-size #csr .in-banner .text {
    height: auto;
    vertical-align: bottom;
    padding-top: 80px;
    padding-left: 30px;
    padding-bottom: 120px !important; }
  #csr .in-banner .text .sub {
    max-width: 800px; }

#csr .in-block {
  position: relative; }
  #csr .in-block .list ul {
    padding-bottom: 100px;
    margin: 0 -15px;
    font-size: 0; }
    .max-lg-size #csr .in-block .list ul {
      padding-bottom: 50px; }
    .max-sm-size #csr .in-block .list ul {
      padding-bottom: 30px; }
    #csr .in-block .list ul li {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 15px; }
      .max-xs-size #csr .in-block .list ul li {
        display: block;
        width: 100%; }
      #csr .in-block .list ul li a {
        display: block;
        position: relative;
        overflow: hidden; }
        #csr .in-block .list ul li a:before, #csr .in-block .list ul li a:after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 2; }
        #csr .in-block .list ul li a:before {
          background: url("/dist/images/about/locations-details-links-bg.png") left top repeat-x; }
        #csr .in-block .list ul li a:after {
          background-color: #184387;
          opacity: 0;
          -webkit-transition: opacity 0.5s;
          -o-transition: opacity 0.5s;
          transition: opacity 0.5s; }
        #csr .in-block .list ul li a span {
          display: block; }
        #csr .in-block .list ul li a .pic {
          height: 330px;
          height: 17.2vw;
          min-height: 180px;
          -webkit-transition: -webkit-transform 0.5s;
          transition: -webkit-transform 0.5s;
          -o-transition: transform 0.5s;
          transition: transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s; }
          .max-xs-size #csr .in-block .list ul li a .pic {
            height: 40vw; }
        #csr .in-block .list ul li a .text {
          width: 100%;
          padding: 20px;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 3;
          color: #fff; }
          .max-md-size #csr .in-block .list ul li a .text {
            padding: 10px 20px; }
          #csr .in-block .list ul li a .text .name {
            margin: auto;
            font-weight: normal; }
          #csr .in-block .list ul li a .text i {
            display: block;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 1px solid #fff;
            font-size: 12px;
            line-height: 30px;
            text-align: center;
            opacity: 0;
            -webkit-transition: opacity 0.5s, margin 0.5s;
            -o-transition: opacity 0.5s, margin 0.5s;
            transition: opacity 0.5s, margin 0.5s; }
        .min-md-size #csr .in-block .list ul li a:hover:after {
          opacity: 0.6; }
        .min-md-size #csr .in-block .list ul li a:hover .text i {
          margin-top: 10px;
          opacity: 1; }
        .min-md-size #csr .in-block .list ul li a:hover .pic {
          -webkit-transform: scale(1.05) rotate(0.2deg);
          -ms-transform: scale(1.05) rotate(0.2deg);
          transform: scale(1.05) rotate(0.2deg); }
      #csr .in-block .list ul li.sustainability a:after {
        background-color: #e99f00; }
      #csr .in-block .list ul li.stakeholder a:after {
        background-color: #3e62ad; }
      #csr .in-block .list ul li.value a:after {
        background-color: #a46714; }
      #csr .in-block .list ul li.structure a:after {
        background-color: #3fbaeb; }
      #csr .in-block .list ul li.mitigation a:after {
        background-color: #8ec320; }
      #csr .in-block .list ul li.cultivation a:after {
        background-color: #e60044; }
      #csr .in-block .list ul li.expenditure a:after {
        background-color: #00ada9; }
      #csr .in-block .list ul li.highlights a:after {
        background-color: #f08300; }
  #csr .in-block .top-report {
    padding: 100px 0;
    background-color: #f2f2f2; }
    .max-lg-size #csr .in-block .top-report {
      padding: 50px 0; }
    .max-sm-size #csr .in-block .top-report {
      padding: 30px 0; }
    #csr .in-block .top-report .container {
      max-width: 1000px; }
    #csr .in-block .top-report .left {
      float: left;
      width: -moz-calc(100% - 350px);
      width: -webkit-calc(100% - 350px);
      width: calc(100% - 350px);
      padding-right: 50px; }
      .max-sm-size #csr .in-block .top-report .left {
        float: none;
        width: 100%;
        max-width: 350px;
        margin: 30px auto 0 auto;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp; }
      #csr .in-block .top-report .left .text {
        max-width: 430px; }
      #csr .in-block .top-report .left .year {
        color: #b2b2b2; }
      #csr .in-block .top-report .left .title {
        color: #000;
        font-weight: bold; }
      #csr .in-block .top-report .left .btn2 {
        margin-top: 30px; }
        .max-sm-size #csr .in-block .top-report .left .btn2 {
          margin-top: 20px; }
    #csr .in-block .top-report .right {
      float: right;
      width: 350px;
      -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); }
      .max-sm-size #csr .in-block .top-report .right {
        float: none;
        width: 100%;
        max-width: 350px;
        margin: auto;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn; }
      #csr .in-block .top-report .right img {
        display: block;
        width: 100%;
        margin: auto; }
  #csr .in-block .catalog {
    padding-top: 100px;
    text-align: center; }
    .max-lg-size #csr .in-block .catalog {
      padding-top: 50px; }
    .max-sm-size #csr .in-block .catalog {
      padding-top: 30px; }
    .max-sm-size #csr .in-block .catalog ul {
      margin: 0 -10px; }
    #csr .in-block .catalog ul li {
      display: inline-block;
      vertical-align: top;
      padding: 20px 30px; }
      .max-sm-size #csr .in-block .catalog ul li {
        padding: 10px; }
      #csr .in-block .catalog ul li a {
        display: table;
        width: 230px;
        margin: auto;
        border-radius: 50%;
        border: 4px solid #cfd4d8;
        color: #000;
        background-color: #f4f4f5;
        -webkit-transition: background 0.5s, color 0.3s, border 0.5s;
        -o-transition: background 0.5s, color 0.3s, border 0.5s;
        transition: background 0.5s, color 0.3s, border 0.5s; }
        .max-sm-size #csr .in-block .catalog ul li a {
          width: 140px; }
        #csr .in-block .catalog ul li a .middle {
          height: 230px;
          padding: 30px; }
          .max-sm-size #csr .in-block .catalog ul li a .middle {
            height: 140px;
            padding: 20px; }
        #csr .in-block .catalog ul li a .icon {
          display: block;
          width: 70px;
          height: 70px;
          margin: 0 auto 10px auto;
          background: center no-repeat;
          -webkit-transition: background 0.5s;
          -o-transition: background 0.5s;
          transition: background 0.5s; }
          .max-sm-size #csr .in-block .catalog ul li a .icon {
            width: 40px;
            height: 40px;
            background-size: contain; }
        #csr .in-block .catalog ul li a .name {
          margin: 0;
          font-size: 18px; }
          .max-sm-size #csr .in-block .catalog ul li a .name {
            font-size: 15px; }
        .no-touch #csr .in-block .catalog ul li a:hover {
          background-color: #3F974D;
          border-color: #3F974D;
          color: #fff; }
      #csr .in-block .catalog ul li.news a .icon {
        background-image: url("/dist/images/csr/catalog01.png"); }
      .no-touch #csr .in-block .catalog ul li.news a:hover .icon {
        background-image: url("/dist/images/csr/catalog01-2.png"); }
      #csr .in-block .catalog ul li.survey a .icon {
        background-image: url("/dist/images/csr/catalog02.png"); }
      .no-touch #csr .in-block .catalog ul li.survey a:hover .icon {
        background-image: url("/dist/images/csr/catalog02-2.png"); }
      #csr .in-block .catalog ul li.report a .icon {
        background-image: url("/dist/images/csr/catalog03.png"); }
      .no-touch #csr .in-block .catalog ul li.report a:hover .icon {
        background-image: url("/dist/images/csr/catalog03-2.png"); }
      #csr .in-block .catalog ul li.video a .icon {
        background-image: url("/dist/images/csr/catalog04.png"); }
      .no-touch #csr .in-block .catalog ul li.video a:hover .icon {
        background-image: url("/dist/images/csr/catalog04-2.png"); }
      #csr .in-block .catalog ul li.links a .icon {
        background-image: url("/dist/images/csr/catalog05.png"); }
      .no-touch #csr .in-block .catalog ul li.links a:hover .icon {
        background-image: url("/dist/images/csr/catalog05-2.png"); }
      #csr .in-block .catalog ul li.contact a .icon {
        background-image: url("/dist/images/csr/catalog06.png"); }
      .no-touch #csr .in-block .catalog ul li.contact a:hover .icon {
        background-image: url("/dist/images/csr/catalog06-2.png"); }

/* ==========================================================================
    sustainability
 ==========================================================================*/
#sustainability .in-block .editor {
  margin-top: 50px;
  padding-bottom: 100px; }
  .max-lg-size #sustainability .in-block .editor {
    padding-bottom: 50px; }
  .max-sm-size #sustainability .in-block .editor {
    margin-top: 30px;
    padding-bottom: 30px; }

.min-sm-size #sustainability .stakeholder .item-bar {
  background-color: #6482c8; }

#sustainability .stakeholder .item-bar .toggle {
  background-color: #3e62ad; }

.max-sm-size #sustainability .stakeholder .item-bar ul.slider {
  border-color: #3e62ad; }

#sustainability .stakeholder .item-bar ul.slider .active a {
  background-color: #3e62ad; }
  .max-sm-size #sustainability .stakeholder .item-bar ul.slider .active a {
    background-color: transparent;
    color: #3e62ad; }

.min-sm-size #sustainability .value .item-bar {
  background-color: #b28850; }

#sustainability .value .item-bar .toggle {
  background-color: #a46714; }

.max-sm-size #sustainability .value .item-bar ul.slider {
  border-color: #a46714; }

#sustainability .value .item-bar ul.slider .active a {
  background-color: #a46714; }
  .max-sm-size #sustainability .value .item-bar ul.slider .active a {
    background-color: transparent;
    color: #a46714; }

.min-sm-size #sustainability .structure .item-bar {
  background-color: #7ecef4; }

#sustainability .structure .item-bar .toggle {
  background-color: #3fbaeb; }

.max-sm-size #sustainability .structure .item-bar ul.slider {
  border-color: #3fbaeb; }

#sustainability .structure .item-bar ul.slider .active a {
  background-color: #3fbaeb; }
  .max-sm-size #sustainability .structure .item-bar ul.slider .active a {
    background-color: transparent;
    color: #3fbaeb; }

.min-sm-size #sustainability .mitigation .item-bar {
  background-color: #add854; }

#sustainability .mitigation .item-bar .toggle {
  background-color: #8ec320; }

.max-sm-size #sustainability .mitigation .item-bar ul.slider {
  border-color: #8ec320; }

#sustainability .mitigation .item-bar ul.slider .active a {
  background-color: #8ec320; }
  .max-sm-size #sustainability .mitigation .item-bar ul.slider .active a {
    background-color: transparent;
    color: #8ec320; }

.min-sm-size #sustainability .workforce .item-bar {
  background-color: #f29c9f; }

#sustainability .workforce .item-bar .toggle {
  background-color: #e60044; }

.max-sm-size #sustainability .workforce .item-bar ul.slider {
  border-color: #e60044; }

#sustainability .workforce .item-bar ul.slider .active a {
  background-color: #e60044; }
  .max-sm-size #sustainability .workforce .item-bar ul.slider .active a {
    background-color: transparent;
    color: #e60044; }

.min-sm-size #sustainability .expenditure .item-bar {
  background-color: #70c8c6; }

#sustainability .expenditure .item-bar .toggle {
  background-color: #00ada9; }

.max-sm-size #sustainability .expenditure .item-bar ul.slider {
  border-color: #00ada9; }

#sustainability .expenditure .item-bar ul.slider .active a {
  background-color: #00ada9; }
  .max-sm-size #sustainability .expenditure .item-bar ul.slider .active a {
    background-color: transparent;
    color: #00ada9; }

.min-sm-size #sustainability .highlights .item-bar {
  background-color: #ffab47; }

#sustainability .highlights .item-bar .toggle {
  background-color: #f08300; }

.max-sm-size #sustainability .highlights .item-bar ul.slider {
  border-color: #f08300; }

#sustainability .highlights .item-bar ul.slider .active a {
  background-color: #f08300; }
  .max-sm-size #sustainability .highlights .item-bar ul.slider .active a {
    background-color: transparent;
    color: #f08300; }

#sustainability .footer-link .box .pic, #sustainability .footer-link .box .bg {
  background-position: left 65% center !important; }

#sustainability .footer-link .box .text {
  height: 500px; }
  .max-sm-size #sustainability .footer-link .box .text {
    height: auto; }

/* ==========================================================================
    awards
 ==========================================================================*/
#awards .in-block .container {
  position: relative; }

#awards .in-block .list {
  margin: 0 -10px; }
  #awards .in-block .list > ul {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
    #awards .in-block .list > ul > li {
      float: left;
      width: -moz-calc(50% - 20px);
      width: -webkit-calc(50% - 20px);
      width: calc(50% - 20px);
      margin: 10px;
      border: 1px solid #e0e0e0;
      background: #fff url("/dist/images/awards/list-bg.png") right 15px bottom 15px no-repeat; }
      .max-xs-size #awards .in-block .list > ul > li {
        float: none;
        width: 100%; }
      #awards .in-block .list > ul > li a {
        display: block;
        min-height: 320px;
        height: 100%;
        padding: 30px;
        position: relative;
        color: #777; }
        .max-sm-size #awards .in-block .list > ul > li a {
          padding: 20px; }
        #awards .in-block .list > ul > li a span {
          display: block; }
        #awards .in-block .list > ul > li a:after {
          content: '';
          display: block;
          clear: both; }
        #awards .in-block .list > ul > li a .pic {
          width: 200px;
          height: 260px;
          text-align: center; }
          .min-lg-size #awards .in-block .list > ul > li a .pic {
            position: absolute;
            top: auto;
            bottom: 50%;
            -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
            transform: translateY(50%); }
          .max-lg-size #awards .in-block .list > ul > li a .pic {
            float: none;
            margin: auto;
            position: relative; }
          .max-sm-size #awards .in-block .list > ul > li a .pic {
            width: auto;
            height: 150px; }
          #awards .in-block .list > ul > li a .pic img {
            display: block;
            max-height: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            bottom: auto;
            right: auto;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            -webkit-transition: opacity 0.5s;
            -o-transition: opacity 0.5s;
            transition: opacity 0.5s; }
          #awards .in-block .list > ul > li a .pic i {
            display: block;
            width: 74px;
            height: 74px;
            margin: -37px 0 0 -37px;
            position: absolute;
            left: 50%;
            top: 40%;
            z-index: 3;
            background-color: #fff;
            border-radius: 50%;
            border: 3px solid #999;
            color: #999;
            font-size: 25px;
            text-align: center;
            line-height: 68px;
            opacity: 0;
            -webkit-transition: opacity 0.5s, top 0.5s;
            -o-transition: opacity 0.5s, top 0.5s;
            transition: opacity 0.5s, top 0.5s; }
        #awards .in-block .list > ul > li a .text {
          float: right;
          width: -moz-calc(100% - 230px);
          width: -webkit-calc(100% - 230px);
          width: calc(100% - 230px);
          height: 100%; }
          .max-lg-size #awards .in-block .list > ul > li a .text {
            float: none;
            width: 100%;
            height: auto; }
          #awards .in-block .list > ul > li a .text .name {
            margin: 20px 0;
            padding-bottom: 20px;
            position: relative; }
            #awards .in-block .list > ul > li a .text .name:after {
              content: '';
              display: block;
              width: 50px;
              height: 1px;
              position: absolute;
              left: 0;
              bottom: 0;
              background-color: #ccc; }
        #awards .in-block .list > ul > li a:hover .pic img {
          opacity: 0.3; }
        #awards .in-block .list > ul > li a:hover .pic i {
          top: 50%;
          opacity: 1; }

#awards .in-block .nav-tool {
  margin-top: 50px; }
  .max-sm-size #awards .in-block .nav-tool {
    margin-top: 30px; }

/* ==========================================================================
    usi
 ==========================================================================*/
#usi .in-block .container {
  max-width: 1260px; }

#usi .in-block .in-title {
  text-align: center; }

#usi .in-block .form {
  margin-top: 30px;
  border-top: 1px solid #d9d9d9; }
  #usi .in-block .form .name {
    text-align: left; }
  #usi .in-block .form .note {
    margin-top: 10px; }
  #usi .in-block .form .sub-title {
    margin-bottom: 0; }
  #usi .in-block .form .step, #usi .in-block .form .explain .title {
    margin-bottom: 20px;
    padding: 30px;
    color: #000;
    background-color: #ebf2fc; }
    .max-sm-size #usi .in-block .form .step, .max-sm-size #usi .in-block .form .explain .title {
      padding: 15px; }
  #usi .in-block .form .items {
    margin-bottom: 20px;
    padding: 0 30px; }
    .max-sm-size #usi .in-block .form .items {
      padding: 0 15px; }
    #usi .in-block .form .items:last-of-type {
      margin-bottom: 0; }
  #usi .in-block .form .explain {
    padding-bottom: 20px;
    color: #000; }
    #usi .in-block .form .explain .text {
      margin: 10px 0; }

/* ==========================================================================
    report
 ==========================================================================*/
#report .top-report{
  background-color: #F7F7F7;
  position: relative;
}
#report .top-report img{
  float: right;
  width: 55%; }
  .max-lg-size #report .top-report img {
    float: none;
    width: 100%;
    height: 64vw; }
  .max-md-size #report .top-report .pic {
    height: 70vw; }

#report .top-report .text {
  display: table;
  width: 45%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  }
  .max-lg-size #report .top-report .text {
    float: none;
    width: 100%;
    position: static;
    transform: none;
  }
  #report .top-report .text .middle {
    padding: 50px; }
    .max-lg-size #report .top-report .text .middle {
      height: auto; }
    .max-sm-size #report .top-report .text .middle {
      padding: 30px; }
  .min-lg-size #report .top-report .text .box {
    max-width: 380px;
    margin: auto; }
  #report .top-report .text .year {
    color: #CCCCCC; }
  #report .top-report .text .name {
    color: #000;
    font-weight: bold;
    line-height: normal; }
  #report .top-report .text .btn2 {
    margin-top: 30px;
    border-color: #D8D8D8; }
    #report .top-report .text .btn2:hover {
      border-color: #555; }

#report .in-block .container {
  max-width: none;
  padding: 0 50px 100px 50px; }
  .max-lg-size #report .in-block .container {
    padding: 0 50px 50px 50px; }
  .max-sm-size #report .in-block .container {
    padding: 0 30px 30px 30px; }

#report .in-block .nav-tool {
  margin-top: 0; }
  #report .in-block .nav-tool .in-title {
    float: left; }
    .max-sm-size #report .in-block .nav-tool .in-title {
      float: none; }

#report .in-block ul.list {
  margin: 0 -15px;
  font-size: 0; }
  .max-sm-size #report .in-block ul.list {
    margin: 0 -10px; }
  .max-sm-size #report .in-block ul.list {
    margin: 0; }
  #report .in-block ul.list > li {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    padding: 0 15px;
    font-size: 18px;
    text-align: center; }
    .max-md-size #report .in-block ul.list > li {
      width: 33.3%;
      margin-bottom: 30px; }
    .max-sm-size #report .in-block ul.list > li {
      width: 50%;
      margin-bottom: 20px;
      padding: 0 10px;
      font-size: 15px; }
    .max-xs-size #report .in-block ul.list > li {
      width: 100%;
      padding: 0; }
    #report .in-block ul.list > li a {
      display: block;
      color: #777; }
      #report .in-block ul.list > li a span {
        display: block; }
      #report .in-block ul.list > li a .pic {
        max-width: 300px;
        border: 1px solid #eee;
        overflow: hidden;
        -webkit-transition: border 0.5s;
        -o-transition: border 0.5s;
        transition: border 0.5s; }
        .max-sm-size #report .in-block ul.list > li a .pic {
          max-width: none; }
        #report .in-block ul.list > li a .pic img {
          display: block;
          width: 100%;
          margin: auto;
          -webkit-transition: -webkit-transform 0.5s;
          transition: -webkit-transform 0.5s;
          -o-transition: transform 0.5s;
          transition: transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s; }
      #report .in-block ul.list > li a .name {
        margin: 20px 0 0 0;
        font-weight: normal; }
        .max-sm-size #report .in-block ul.list > li a .name {
          margin-top: 10px; }
      #report .in-block ul.list > li a:hover .pic {
        border-color: #d2d2d2; }
        #report .in-block ul.list > li a:hover .pic img {
          -webkit-transform: scale(1.05) rotate(0.2deg);
          -ms-transform: scale(1.05) rotate(0.2deg);
          transform: scale(1.05) rotate(0.2deg); }

#report .in-block ul.pages {
  margin-top: 50px; }
  .max-md-size #report .in-block ul.pages {
    margin-top: 20px; }
  .max-sm-size #report .in-block ul.pages {
    margin-top: 10px; }

#report .in-block .footer-link .box {
  text-align: left; }
  #report .in-block .footer-link .box:after {
    background-color: #233A5F;
    opacity: 0.8; }
  #report .in-block .footer-link .box .text {
    padding-top: 80px;
    padding-bottom: 80px; }
    .max-lg-size #report .in-block .footer-link .box .text {
      padding-top: 50px;
      padding-bottom: 50px; }
    .max-sm-size #report .in-block .footer-link .box .text {
      padding-top: 30px;
      padding-bottom: 30px; }
  #report .in-block .footer-link .box:hover:after {
    opacity: 0.6; }

#report .in-block .footer-link .editor, #report .in-block .footer-link .title {
  max-width: 1210px;
  margin: auto; }

/* ==========================================================================
    links
 ==========================================================================*/
#links .in-block ul.list > li {
  border-bottom: 1px solid #eee; }
  #links .in-block ul.list > li a {
    display: block;
    padding: 15px 0;
    color: #777777; }
    #links .in-block ul.list > li a:hover {
      color: #2661BF; }

/* ==========================================================================
    usi-code
 ==========================================================================*/
#usi-code .in-block .info {
  padding-bottom: 100px;
  position: relative; }
  .max-lg-size #usi-code .in-block .info {
    padding-bottom: 50px; }
  .max-sm-size #usi-code .in-block .info {
    padding-bottom: 30px; }
  #usi-code .in-block .info .bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1; }
    #usi-code .in-block .info .bg img {
      display: block; }

#usi-code .in-block .footer-link {
  position: relative; }
  #usi-code .in-block .footer-link .box {
    padding: 50px;
    text-align: left; }
    .max-sm-size #usi-code .in-block .footer-link .box {
      padding: 30px; }
  #usi-code .in-block .footer-link .container {
    display: table;
    width: 100%;
    padding: 0; }
  #usi-code .in-block .footer-link ul li:before {
    background-color: #fff; }

#usi-code .in-block .footer {
  padding-top: 100px; }
  .max-lg-size #usi-code .in-block .footer {
    padding-top: 50px; }
  .max-sm-size #usi-code .in-block .footer {
    padding-top: 30px; }

/* ==========================================================================
    careers
 ==========================================================================*/
.min-md-size #careers .where ul li a {
  color: #000; }

.min-md-size #careers .where ul li:after {
  color: #000; }

.min-md-size #careers .in-banner {
  text-shadow: 0 0 5px #fff; }

#careers .in-banner .sub {
  max-width: 500px; }
  .max-bg-size #careers .in-banner .sub {
    max-width: 350px; }
  .max-sm-size #careers .in-banner .sub {
    max-width: none; }

.min-md-size #careers .in-banner .text {
  color: #000; }

.min-md-size #careers .in-banner:after {
  opacity: 0; }

#careers .in-block .top-banner {
  position: relative; }
  .min-md-size #careers .in-block .top-banner {
    margin-bottom: 30px;
    color: #fff;
    background-color: #29559b; }
  .max-md-size #careers .in-block .top-banner .bg {
    height: 325px;
    height: 21vw;
    position: relative; }
  #careers .in-block .top-banner .text {
    display: table;
    width: 100%;
    padding-left: 50%;
    position: relative;
    z-index: 2; }
    .max-md-size #careers .in-block .top-banner .text {
      padding-left: 0; }
    .min-md-size #careers .in-block .top-banner .text .in-title {
      color: #fff; }
    #careers .in-block .top-banner .text .middle {
      height: 325px;
      padding: 50px; }
      .max-md-size #careers .in-block .top-banner .text .middle {
        height: auto;
        padding: 30px 0 0 0; }

#careers .in-block .editor {
  padding-bottom: 100px; }
  .max-lg-size #careers .in-block .editor {
    padding-bottom: 50px; }
  .max-sm-size #careers .in-block .editor {
    padding-bottom: 30px; }

/* ==========================================================================
    join
 ==========================================================================*/
.min-md-size #join .where ul li a {
  color: #000; }

.min-md-size #join .where ul li:after {
  color: #000; }

.min-md-size #join .in-banner {
  text-shadow: 0 0 5px #fff; }

#join .in-banner .sub {
  max-width: 500px; }
  .max-bg-size #join .in-banner .sub {
    max-width: 450px; }
  .max-sm-size #join .in-banner .sub {
    max-width: none; }

.min-md-size #join .in-banner .text {
  color: #000; }

.min-md-size #join .in-banner:after {
  opacity: 0; }

#join .in-block .top-banner {
  display: table;
  width: 100%;
  max-width: 1530px;
  position: relative; }
  #join .in-block .top-banner .pic {
    z-index: 1; }
    #join .in-block .top-banner .pic:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      background: url("/dist/images/join/top-banner-mask.png") left bottom repeat-x; }
  #join .in-block .top-banner .name {
    display: table-cell;
    vertical-align: bottom;
    height: 300px;
    height: 16vw;
    margin: 0;
    padding: 80px 50px;
    position: relative;
    z-index: 3;
    color: #fff;
    font-weight: normal;
    text-align: center; }
    .max-lg-size #join .in-block .top-banner .name {
      height: 150px;
      padding: 50px 30px; }
    .max-sm-size #join .in-block .top-banner .name {
      padding: 30px; }

#join .in-block .types {
  margin-top: 50px; }
  .max-sm-size #join .in-block .types {
    margin-top: 30px; }

.max-sm-size #join .in-block .tab-bar .container {
  padding-bottom: 30px; }

#join .in-block .tab-content {
  padding: 50px 0 100px 0; }
  .max-lg-size #join .in-block .tab-content {
    padding-bottom: 50px; }
  .max-sm-size #join .in-block .tab-content {
    padding: 30px 0; }
  .max-sm-size #join .in-block .tab-content ul.tools {
    margin-top: 30px; }
  #join .in-block .tab-content ul.tools li {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    margin-right: 30px; }
    .max-sm-size #join .in-block .tab-content ul.tools li {
      margin-top: 10px; }
    #join .in-block .tab-content ul.tools li:last-of-type {
      margin-right: 0; }
    #join .in-block .tab-content ul.tools li .icon {
      display: inline-block;
      vertical-align: middle;
      width: 56px;
      height: 56px;
      margin-right: 10px;
      border-radius: 50%;
      border: 1px solid #d9d9d9;
      background: center no-repeat; }
    #join .in-block .tab-content ul.tools li a {
      color: #777; }
      #join .in-block .tab-content ul.tools li a:hover {
        color: #2661bf; }
    #join .in-block .tab-content ul.tools li.tel .icon {
      background-image: url("/dist/images/join/icon01.png"); }
    #join .in-block .tab-content ul.tools li.fax .icon {
      background-image: url("/dist/images/join/icon02.png"); }
    #join .in-block .tab-content ul.tools li.map .icon {
      background-image: url("/dist/images/join/icon03.png"); }
    #join .in-block .tab-content ul.tools li.wechat .icon {
      background-image: url("/dist/images/join/icon04.png"); }
  .max-sm-size #join .in-block .tab-content ul.transport {
    margin-top: 50px; }
  #join .in-block .tab-content ul.transport li {
    margin-top: 50px;
    padding-left: 70px;
    position: relative; }
    .max-sm-size #join .in-block .tab-content ul.transport li {
      margin-top: 30px; }
    #join .in-block .tab-content ul.transport li .icon {
      width: 56px;
      position: absolute;
      left: 0;
      top: -13px; }
    #join .in-block .tab-content ul.transport li .name {
      color: #000; }
    #join .in-block .tab-content ul.transport li .text {
      margin-top: 10px; }

/* ==========================================================================
    contact
 ==========================================================================*/
#contact .inquiry .container {
  max-width: 1260px; }

#contact .inquiry .in-title {
  text-align: center; }

#contact .inquiry .form {
  margin-top: 30px;
  border-top: 1px solid #d9d9d9; }
  #contact .inquiry .form .note {
    margin-top: 10px; }

/* ==========================================================================
    footer
 ==========================================================================*/
#footer {
  padding: 50px 50px 50px 160px;
  position: relative;
  z-index: 2;
  background-color: #184387;
  color: #fff;
  font-size: 16px; }
  .max-bg-size #footer {
    padding: 30px 30px 30px 130px; }
  .max-md-size #footer {
    padding-left: 0;
    padding-right: 0; }
  #footer a {
    color: #fff;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    #footer a:hover {
      opacity: 0.5; }
  #footer .title {
    display: table;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold; }
    .max-md-size #footer .title {
      display: none !important; }
  #footer .top {
    margin-bottom: 30px; }
    .max-md-size #footer .top {
      display: none; }
    #footer .top ul.list {
      font-size: 0; }
      #footer .top ul.list > li {
        display: inline-block;
        vertical-align: top;
        width: 20%;
        padding-right: 50px;
        font-size: 16px; }
        #footer .top ul.list > li:last-of-type {
          padding-right: 0; }
        .max-bg2-size #footer .top ul.list > li {
          padding-right: 30px; }
        .max-bg-size #footer .top ul.list > li {
          font-size: 15px; }
        #footer .top ul.list > li a {
          display: inline-block;
          margin-bottom: 10px;
          line-height: normal; }
          .max-bg-size #footer .top ul.list > li a {
            margin-bottom: 5px; }
          #footer .top ul.list > li a.title {
            display: table;
            margin-bottom: 20px; }
        #footer .top ul.list > li ul {
          margin-bottom: 30px; }
          .max-bg-size #footer .top ul.list > li ul {
            margin-bottom: 20px; }
  #footer .center .search, #footer .center .follow {
    margin-bottom: 30px; }
    .min-md-size #footer .center .search, .min-md-size #footer .center .follow {
      display: inline-block;
      vertical-align: bottom; }
  #footer .center .search {
    max-width: 360px;
    width: 100%;
    margin-right: 50px; }
    .max-md-size #footer .center .search {
      margin: 0 auto 20px auto; }
    #footer .center .search .form {
      position: relative; }
      #footer .center .search .form .form-control {
        height: 42px;
        background-color: #113772;
        border: none;
        border-radius: 0;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        color: #fff;
        font-size: 16px; }
        .max-bg-size #footer .center .search .form .form-control {
          font-size: 15px; }
        .max-lg-size #footer .center .search .form .form-control {
          border-radius: 42px; }
        #footer .center .search .form .form-control:hover, #footer .center .search .form .form-control:focus {
          background-color: #0e2f63; }
      #footer .center .search .form button {
        width: 42px;
        height: 42px;
        position: absolute;
        right: 5px;
        top: 0;
        color: #fff;
        font-size: 20px;
        border-radius: 50%; }
  .max-md-size #footer .center .follow {
    margin-bottom: 20px;
    text-align: center; }
  #footer .center .follow .title, #footer .center .follow ul {
    display: inline-block;
    vertical-align: top; }
  #footer .center .follow .title {
    margin-right: 20px;
    margin-bottom: 0; }
  #footer .bottom {
    padding-top: 20px;
    border-top: 1px solid #fff; }
    .max-md-size #footer .bottom {
      text-align: center; }
    #footer .bottom ul li {
      display: inline-block;
      vertical-align: middle;
      padding-right: 10px; }
      .max-bg-size #footer .bottom ul li {
        font-size: 15px; }
      #footer .bottom ul li:last-of-type {
        padding-right: 0 !important; }
    .min-lg-size #footer .bottom ul.rights {
      float: left;
      max-width: 50%; }
    .max-md-size #footer .bottom ul.rights li {
      display: block;
      padding-right: 0; }
    .max-sm-size #footer .bottom ul.rights li {
      margin-bottom: 5px;
      font-size: 14px !important; }
    #footer .bottom ul.rights .icon {
      display: inline-block;
      vertical-align: sub;
      margin-right: 5px;
      width: 20px;
      height: 20px;
      background: url("/dist/rights-icon.png") center no-repeat; }
    .min-lg-size #footer .bottom ul.links {
      float: right;
      max-width: 50%; }
    #footer .bottom ul.links li {
      padding-right: 15px;
      position: relative; }
      #footer .bottom ul.links li:after {
        content: '';
        width: 1px;
        height: 12px;
        margin-top: -5px;
        position: absolute;
        right: 5px;
        top: 50%;
        background-color: #6176a3; }
      #footer .bottom ul.links li:last-of-type:after {
        content: normal; }
        .max-md-size #footer .bottom ul.links li:last-of-type:after {
          content: ''; }
      #footer .bottom ul.links li.sitemap {
        display: none; }
        .max-md-size #footer .bottom ul.links li.sitemap {
          display: inline-block; }
        #footer .bottom ul.links li.sitemap:after {
          content: normal; }
  #footer .goTop {
    /* display: none; */
    width: 70px;
    height: 70px;
    position: fixed;
    right: 50px;
    bottom: 30px;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #184387;
    border-radius: 50%;
    color: #184387;
    font-size: 16px;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background 0.5s, color 0.5s, border 0.5s;
    -o-transition: background 0.5s, color 0.5s, border 0.5s;
    transition: background 0.5s, color 0.5s, border 0.5s; 
    transform: translateY(120px);
    transition: transform 1s;
  }
    #footer .goTop.show{
      transform: translateY(0);
    }  
    .max-bg-size #footer .goTop {
      right: 30px; }
    .max-lg-size #footer .goTop {
      width: 50px;
      height: 50px;
      line-height: 48px; }
    .max-sm-size #footer .goTop {
      width: 40px;
      height: 40px;
      right: 10px;
      bottom: 10px;
      font-size: 15px;
      line-height: 38px; }
    .no-touch #footer .goTop:hover {
      background-color: #184387;
      border-color: #fff;
      color: #fff; }
    #footer .goTop.active {
      position: absolute;
      bottom: auto;
      top: 50px;
      background-color: #184387;
      border-color: #fff;
      color: #fff; }
      .max-bg-size #footer .goTop.active {
        top: 30px; }
      .max-xs-size #footer .goTop.active {
        top: -20px; }
      #footer .goTop.active:hover {
        background-color: #113772; }


@media screen and (max-width:1200px){
  #footer .center .search{
        margin-right: 0px;
  }
 #footer .center .search form{
       width:330px;
       margin-right:0;
  } 
}

@media screen and (max-width:992px){
 #footer .center .search form{
       width:auto;
  }
}
@media screen and (max-width:1700px){
 #publications .download {

    background: #d1dbe0 url(/dist/images/about/publications-download-bg.png) right 1% bottom no-repeat;
    background-size: 180px;
 }
}
@media screen and (max-width:1500px){
 #publications .download {

    background: #d1dbe0 url(/dist/images/about/publications-download-bg.png) right -5% bottom no-repeat;
    background-size: 130px;
 }
}
@media screen and (max-width:1300px){
 #publications .download {

      background-image: none;
 }
}
#header .share .box ul{
  display:flex;
}
#header .share .box ul li{
			-webkit-box-flex: auto;
			-ms-flex: 0 0 auto;
			flex: 0 0 auto;
			max-width: auto;
}

/* ==========================================================================
    company
 ==========================================================================*/
#company .in-banner .btns{
  margin-top:30px;
}
.max-sm-size #company .in-banner .btns{
   margin-top:20px;
}
#company .in-title{
  text-align: left;
}
#company .profile{
  margin-bottom:75px;
}
.max-lg-size #company .profile{
  margin-bottom:50px;
}
.max-sm-size #company .profile{
  margin-bottom:20px;
}
#company .table_wrapper{
  overflow-x: auto;
}
#company table{
  border-top:1px solid #89ABDC;
  border-bottom:1px solid #89ABDC;
  border-collapse:collapse;
  min-width: 565px;
}
#company table tr:nth-child(odd) td:nth-child(1){
  background-color: #EBF2FC;
}
#company table tr:nth-child(even) td:nth-child(1){
  background-color: #D9E4F3;
}
#company table tr:nth-child(1) td:nth-child(1){
   background-color:#F9FBFE;
}
#company table tr td{
  padding:21px 0;
  padding-left:55px;
  
}
.max-bg-size #company table tr td{
  padding-left:30px;
}
.max-sm-size #company table tr td{
  padding-left:20px;
}
#company table tr td:nth-child(1){
  width:350px;
  color:#184387;
  font-weight: bold;
}
.max-bg-size #company table tr td:nth-child(1){
  width:310px
}
.max-sm-size #company table tr td:nth-child(1){
  width:150px;
  padding-right:20px;
}
#company table tr td:nth-child(2){
  border-bottom:1px solid #DFE8F5;
  background-color: rgba(255,255,255,0.5);
}
#company table tr:last-child td:nth-child(2){
  border-bottom:none;
}
#company .in-block{
  background: url("/files/images/company/company-bg.jpg") bottom no-repeat;
  padding-bottom:490px;
}
.max-bg-size #company .in-block{
  padding-bottom:200px;
}
.max-sm-size #company .in-block{
  padding-bottom:50px;
}


.global .dk_options_inner{
  max-height:176px;
}
.max-sm-size .global .dk_options_inner{
  max-height:111px;
}


.max-sm-size #news .editor  img{
  height:auto !important;
}
#publications .slick-dots{
  bottom:0;
}

#company .editor .container{
  padding:0;
}
#company .in-block .block {
    position: relative;
    overflow: hidden;
}
#company .in-block .block .scroll {

    overflow: visible;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.msie #publications .interview .pic,
.mobile #publications .interview .pic{
  height:400px;
    margin-top:-1px;
}
@media (max-width:1400px){
  .msie #publications .interview .pic .forIE{
    height:281px;
  
  }
}
@media (max-width:1200px){
  .msie #publications .interview .pic .forIE{
    height:390px;
  }
}
@media (max-width:576px){
  .msie #publications .interview .pic {
    height:230px !important;
  }
  .msie #publications .interview .pic .forIE{
    height:169px !important;
  }
}

#publications .interview .wrapper{
  height:200px;
  overflow-y:auto;
}
.max-bg-size #publications .interview .wrapper{
  height:150px;
}
.max-lg-size  #publications .interview .wrapper{
  height:120px;
}
.max-sm-size #publications .interview .slick-dots{
  bottom:30px;
}
.max-sm-size #publications .interview .more{
  margin-bottom:30px;
}




#design .editor .pic table{
  table-layout: fixed;
  width:100%;
}
.msie #publications .interview .pic .oval-mask:not(.forIE){
  display:none;
}

.firefox  #publications .interview .pic .oval-mask{
  display:none !important;
}
.firefox #publications .interview .pic .forIE{
  display:block !important;
}
.ios #publications .interview  .forPC{
   display:none !important;
}
.ios #publications .interview .forIE{
  display: block !important;
}
.android #publications .interview .forPC{
  display: block!important;
}
.android #publications .interview .forIE{
  display: none !important;
}
.edge #publications .interview  .forPC{
   display:none !important;
}
.edge #publications .interview  .forIE{
   display:block !important;
}
    #financial .download ul.list.three li:nth-of-type(4n-2) a {
      background-image: url("/dist/images/financial/analysis-bg04.png"); }
    #financial .download ul.list.three li:nth-of-type(4n-1) a {
      background-image: url("/dist/images/financial/analysis-bg03.png"); }
    #financial .download ul.list.three li:nth-of-type(4n) a {
      background-image: url("/dist/images/financial/analysis-bg02.png"); }
    #financial .download ul.list.three li a {
      background-image: url("/dist/images/financial/analysis-bg01.png");
      background-size: auto;
      background-position: right 30px bottom; }
    #financial .download ul.list.three li a:hover{
          background-image: url("/dist/images/financial/analysis-hover.png");
    }  



#result ul.result-list li a{
  border-bottom:none;
  padding: 7px 0;
}
#result ul.result-list li a img{
  float:left;
  margin-right: 30px;
  width: 184px;
  height: 114px;
}

#result ul.result-list li a .text{
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D8D8D8;
  margin-left: 214px;
}
#result ul.result-list li a:hover .text{
      border-color: #878787;
}
#result ul.result-list li a  .text span{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.max-sm-size #result ul.result-list li a img{
  float:none;
}
.max-sm-size #result ul.result-list li a .text{
  margin-left: 0;
}
.max-sm-size #result ul.result-list li a .text span {
    white-space: initial;
    overflow: auto;
    text-overflow: initial;
}


  #products .in-block .container ul.share {
    display: table;
    margin-left: auto; }
    .max-sm-size #products .in-block .container ul.share {
      display: block; }
    #products .in-block .container ul.share li {
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px;
      margin-bottom: 5px;
      color: #000;
      font-size: 16px; }
      .max-sm-size #products .in-block .container ul.share li {
        margin-left: 4px; }
      .max-xs-size #products .in-block .container ul.share li {
        margin-left: 0;
        margin-right: 2px; }
        .max-xs-size #products .in-block .container ul.share li:last-of-type {
          margin-right: 0; }
      #products .in-block .container ul.share li:first-of-type {
        margin-left: 0 !important;
        margin-right: 10px; }
        .max-sm-size #products .in-block .container ul.share li:first-of-type {
          margin-right: 0; }
        .max-xs-size #products .in-block .container ul.share li:first-of-type {
          display: block; }
      #products .in-block .container ul.share li a {
        display: block;
        width: 36px;
        height: 36px;
        border: 1px solid #eaeaea;
        border-radius: 50%;
        color: #aaaaaa;
        text-align: center;
        line-height: 34px;
        -webkit-transition: border 0.5s, color 0.5s;
        -o-transition: border 0.5s, color 0.5s;
        transition: border 0.5s, color 0.5s; }
        .max-xs-size #products .in-block .container ul.share li a {
          width: 34px;
          height: 34px;
          line-height: 32px; }
        #products .in-block .container ul.share li a:hover {
          color: #184387;
          border-color: #8ba1c3; }

.lity,
.lity .lity-wrap{
  /* left: 110px; */
}
.lity-container{
  background: white;
  width:80%;
  max-width: 1000px;
  height: 80%;
}
.lity-content:after{
  box-shadow: none;
}
.lity-content{
  height: 100%;
  padding: 65px;
  display: flex;
  align-items: center;
}
.lity-image img{
  max-width:100% !important;
  max-height: 100% !important;
  margin: auto;
}
.lity-loader{
  z-index:99999;
  color:rgb(253, 166, 166);
  font-size: 20px;
}
.lity-close{
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: "新細明體";
  color: black;
  text-shadow: none;
  width: 40px;
  height: 40px;
  font-size: 70px;
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited{
  font-family: "新細明體";
  color: black;
  text-shadow: none;
  width: 40px;
  height: 40px;
  font-size: 70px;
}
.lity-close:active{
  top: 9px;
}
@media (max-width:1600px){
  .lity-container{
    width:80%;
    max-width: 800px;
  }
}
@media (max-width:992px){
  .lity,
  .lity .lity-wrap{
    left: 0px;
    top: 50px;
  }
  .lity-container{
    width:calc(100% - 40px);
  }
}