@import url("https://fonts.googleapis.com/css?family=Poppins:400,700");
@import url(mCustomScrollbar.css);
@import url(default.css);
@import url(fonts/css/fontello.css);
@import url(plugins.css);
@import url(lity.css);
@import url(fullpage.css);
@import url(dropkick.css);
/* ==========================================================================
    public
 ==========================================================================*/
.f14 {
  font-size: 14px;
  line-height: 1.5em; }

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

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

.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: 22px; }

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

.f42 {
  font-size: 42px;
  line-height: 1.5em; }
  .max-md-size .f42 {
    font-size: 35px; }
  .max-sm-size .f42 {
    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; }

.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; }

ul.where {
  margin: 30px 0;
  text-align: center; }
  .max-sm-size ul.where {
    margin: 20px 0; }
  ul.where li {
    display: inline-block;
    vertical-align: middle;
    color: #777; }
    ul.where li:after {
      display: inline-block;
      vertical-align: bottom;
      content: "\f105";
      padding: 0 5px 0 10px;
      font-size: 22px;
      font-family: "fontello"; }
    ul.where li a {
      color: #777;
      font-size: 18px; }
      .max-sm-size ul.where li a {
        font-size: 16px; }
      ul.where li a:hover {
        color: #000; }
    ul.where li:last-of-type:after {
      content: normal; }

ul.pages {
  margin-top: 100px;
  text-align: center; }
  .max-lg-size ul.pages {
    margin-top: 50px; }
  .max-sm-size ul.pages {
    width: 380px;
    margin: 30px auto 0 auto; }
  .max-xs-size ul.pages {
    width: 260px; }
  ul.pages li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px; }
    .max-sm-size ul.pages li {
      margin: 5px 2px; }
    ul.pages li a {
      display: block;
      width: 46px;
      border: 1px solid transparent;
      color: #777;
      line-height: 46px;
      text-align: center;
      -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 ul.pages li a {
        border-color: #ddd; }
      .max-xs-size ul.pages li a {
        width: 35px;
        line-height: 35px; }
      ul.pages li a:hover {
        color: #e60012; }
    ul.pages li.first a, ul.pages li.prev a, ul.pages li.next a, ul.pages li.last a {
      border-color: #777; }
      ul.pages li.first a:hover, ul.pages li.prev a:hover, ul.pages li.next a:hover, ul.pages li.last a:hover {
        border-color: #e60012; }
    .max-xs-size ul.pages li.prev, .max-xs-size ul.pages li.next {
      display: none; }
    ul.pages li.active a {
      color: #e60012;
      border-color: #e60012; }

.eng {
  font-family: 'Poppins'; }

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

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

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

.table.align-top td {
  vertical-align: top; }

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

.table td, .table th {
  min-width: 120px;
  padding: 10px 20px;
  border: 2px solid #fff; }
  .max-sm-size .table td, .max-sm-size .table th {
    padding: 5px 10px;
    min-width: 100px; }

.table th {
  background-color: #eb3341;
  color: #fff;
  text-align: center;
  font-weight: normal; }

.table td {
  background-color: #f4f4f4; }

.table .red-bg {
  background-color: #ffe4e6 !important; }

.table .red-bg.dark {
  background-color: #ffd2d6 !important; }

.table.no-style td, .table.no-style th {
  padding: 0;
  border: none;
  background-color: transparent !important; }

.fixed-box {
  width: 100%;
  min-width: 320px;
  height: 0%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 1s, visibility 1s, height  0s 1s;
  -o-transition: opacity 1s, visibility 1s, height  0s 1s;
  transition: opacity 1s, visibility 1s, height  0s 1s; }
  .fixed-box.show {
    height: 100%;
    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 .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-top: 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;
    border-top: 5px solid #e60012;
    color: #000; }
    .max-bg-size .fixed-box .inner {
      width: 90%;
      margin-left: 0;
      left: 5%; }
    .max-sm-size .fixed-box .inner {
      padding: 30px 0 30px 30px; }
    .fixed-box .inner .scrollbar2 {
      max-height: 86vh;
      overflow: auto; }
      .fixed-box .inner .scrollbar2 .mCSB_inside > .mCSB_container {
        margin: 0;
        padding: 0 50px 50px 50px; }
        .max-sm-size .fixed-box .inner .scrollbar2 .mCSB_inside > .mCSB_container {
          padding: 0 30px 0 0; }
    .fixed-box .inner .close {
      position: absolute;
      right: 20px;
      top: 20px;
      z-index: 10;
      color: #000;
      font-size: 30px;
      cursor: pointer;
      -webkit-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s; }
      .fixed-box .inner .close:hover {
        color: #e60012; }
    .fixed-box .inner .title {
      margin-bottom: 50px;
      color: #333;
      text-align: center;
      font-weight: bold; }
      .max-sm-size .fixed-box .inner .title {
        margin-bottom: 20px; }

.member .inner {
  width: 580px;
  margin-left: -290px; }
  .max-bg-size .member .inner {
    width: 580px;
    margin-left: -290px;
    left: 50%; }
  .max-sm-size .member .inner {
    width: 90%;
    margin-left: 0;
    left: 5%; }

.member .top {
  margin-bottom: 30px;
  text-align: center; }
  .max-sm-size .member .top {
    margin-bottom: 20px; }
  .member .top .title {
    margin-bottom: 0;
    letter-spacing: 5px; }
  .member .top .note {
    color: #777;
    text-align: left; }
  .member .top.has-border .title {
    padding-bottom: 30px;
    border-bottom: 2px solid #e60012; }
    .max-sm-size .member .top.has-border .title {
      padding-bottom: 20px; }

.min-xs-size .member .form .name {
  width: 100px;
  padding-left: 20px;
  position: relative;
  line-height: 50px; }
  .min-xs-size .member .form .name:after {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #dddddd; }

.min-xs-size .member .form .right {
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px); }

.min-xs-size .member .form .form-control {
  height: 50px;
  border: none;
  border-radius: 0;
  background-color: transparent; }
  .min-xs-size .member .form .form-control:focus {
    background-color: #dddddd; }

.min-xs-size .member .form .group {
  border: 2px solid #eeeeee;
  border-radius: 5px;
  background-color: #eeeeee;
  -webkit-transition: border 0.5s, background 0.5s;
  -o-transition: border 0.5s, background 0.5s;
  transition: border 0.5s, background 0.5s; }
  .min-xs-size .member .form .group:hover {
    border-color: #e60012;
    background-color: #fff; }
    .min-xs-size .member .form .group:hover .form-control:focus {
      background-color: #eee; }
  .min-xs-size .member .form .group.error {
    border-color: #e60012;
    background-color: #fbebeb; }
    .min-xs-size .member .form .group.error .form-control:focus {
      background-color: transparent; }

.member .form .note {
  margin-top: -10px;
  margin-bottom: 15px;
  text-align: right;
  font-size: 15px;
  line-height: normal;
  color: #777777; }
  .max-xs-size .member .form .note {
    text-align: left; }

.member .form .inputVerification {
  position: relative; }
  .member .form .inputVerification .codepic {
    position: absolute;
    right: 10px; }
    .max-xs-size .member .form .inputVerification .codepic {
      top: 47.5px;
      right: 2px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .member .form .inputVerification .codepic img {
      width: 84px;
      height: 40px; }

.member .form .buttonBlock {
  margin-top: 20px; }
  .member .form .buttonBlock .button {
    width: 100%;
    margin: 0 0 15px 0; }
  .member .form .buttonBlock .button2 {
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    min-width: 0;
    margin: 0 20px 0 0; }
    .max-xs-size .member .form .buttonBlock .button2 {
      width: 100%;
      margin: 0 0 15px 0; }
    .member .form .buttonBlock .button2:last-of-type {
      margin: 0; }

.member .form .bottom {
  margin-top: 30px;
  text-align: center; }
  .max-sm-size .member .form .bottom {
    margin-top: 20px; }
  .member .form .bottom ul {
    font-size: 0; }
    .member .form .bottom ul li {
      display: inline-block;
      vertical-align: middle;
      padding: 0 15px;
      position: relative;
      font-size: 18px; }
      .max-sm-size .member .form .bottom ul li {
        font-size: 16px; }
      .member .form .bottom ul li:last-of-type:after {
        content: normal; }
      .member .form .bottom ul li:after {
        content: '';
        display: block;
        width: 1px;
        height: 20px;
        margin-top: -10px;
        position: absolute;
        top: 50%;
        right: 0;
        background-color: #ddd; }
      .member .form .bottom ul li a {
        display: block;
        color: #000; }
        .member .form .bottom ul li a:hover {
          color: #e60012;
          text-decoration: underline; }
  .member .form .bottom .notice {
    margin: 30px auto 0 auto;
    font-size: 16px;
    text-align: left; }
    .max-sm-size .member .form .bottom .notice {
      margin-top: 20px; }

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

.notice {
  display: table;
  padding-left: 35px;
  position: relative; }
  .notice:before {
    content: '!';
    display: block;
    width: 22px;
    height: 22px;
    padding-left: 3px;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 50%;
    background-color: #e60012;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 22px; }
    .touch .notice:before {
      padding-left: 0; }

.in-banner {
  display: table;
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }
  .max-md-size .in-banner {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }
  .in-banner .text {
    height: 460px;
    height: 24vw;
    padding: 50px 30px 110px 30px;
    position: relative;
    z-index: 3;
    color: #fff; }
    .max-md-size .in-banner .text {
      padding-bottom: 50px; }
    .in-banner .text .sub {
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
    .in-banner .text .title {
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      font-weight: bold; }

.navbar {
  margin-top: -60px;
  position: relative;
  z-index: 4;
  background-color: rgba(230, 0, 18, 0.9);
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s; }
  .max-md-size .navbar {
    display: none;
    margin-top: 0;
    padding: 30px;
    background-color: transparent;
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  .navbar .toggle {
    display: none;
    padding: 0 20px;
    position: relative;
    line-height: 50px;
    background-color: #525252;
    cursor: pointer;
    color: #fff;
    text-align: center; }
    .max-md-size .navbar .toggle {
      display: block; }
    .navbar .toggle:after {
      content: '';
      position: absolute;
      top: 45%;
      right: 20px;
      content: '';
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #fff; }
  .navbar ul {
    max-width: 1600px;
    margin: auto;
    padding: 0 30px;
    font-size: 0;
    text-align: center; }
    .min-md-size .navbar ul {
      display: block !important; }
    .max-md-size .navbar ul {
      display: none;
      padding: 0;
      border: 1px solid #525252; }
    .navbar ul li {
      display: inline-block;
      vertical-align: middle;
      width: 12.5%;
      position: relative; }
      .max-md-size .navbar ul li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #ddd; }
        .max-md-size .navbar ul li:last-of-type {
          border-bottom: none; }
      .navbar ul li:before {
        content: '';
        display: block;
        width: 100%;
        height: 70px;
        position: absolute;
        left: 0;
        bottom: -10px;
        z-index: 1;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: #fff;
        background: -moz-linear-gradient(top, #f1f1f1 0%, white 30%, white 100%);
        background: -webkit-linear-gradient(top, #f1f1f1 0%, white 30%, white 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), color-stop(30%, white), to(white));
        background: -o-linear-gradient(top, #f1f1f1 0%, white 30%, white 100%);
        background: linear-gradient(to bottom, #f1f1f1 0%, white 30%, white 100%);
        opacity: 0;
        -webkit-transition: opacity 0.5s, bottom 0.5s;
        -o-transition: opacity 0.5s, bottom 0.5s;
        transition: opacity 0.5s, bottom 0.5s; }
        .max-md-size .navbar ul li:before {
          content: normal; }
      .navbar ul li a {
        display: block;
        position: relative;
        z-index: 2;
        color: #fff;
        font-size: 18px;
        line-height: 60px;
        opacity: 0.9;
        -webkit-transition: opacity 0.5s, color 0.5s;
        -o-transition: opacity 0.5s, color 0.5s;
        transition: opacity 0.5s, color 0.5s; }
        .max-md-size .navbar ul li a {
          color: #000; }
        .max-sm-size .navbar ul li a {
          font-size: 16px;
          line-height: 50px; }
        .navbar ul li a:hover {
          opacity: 1; }
      .navbar ul li.active:before {
        opacity: 1;
        bottom: 0; }
      .navbar ul li.active a {
        color: #000;
        opacity: 1; }
        .max-md-size .navbar ul li.active a {
          color: #e60012; }

.in-content {
  padding-bottom: 100px;
  position: relative;
  background: url("images/content-bg.jpg") left bottom repeat-x;
  overflow: hidden;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }
  .max-md-size .in-content {
    padding-bottom: 50px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  .max-sm-size .in-content {
    padding-bottom: 30px; }
  .in-content .ball {
    width: 290px;
    height: 290px;
    position: absolute;
    background: url("images/content-ball.png") center no-repeat; }
    .max-sm-size .in-content .ball {
      display: none; }
    .in-content .ball.one {
      left: -30px;
      top: 0; }
    .in-content .ball.two {
      right: -100px;
      top: 30%; }
    .in-content .ball.three {
      left: -200px;
      bottom: 20%; }
  .in-content .container {
    position: relative;
    z-index: 2; }
  .in-content div.line {
    width: 1px;
    height: 60px;
    margin: auto;
    background-color: #bbbbbb;
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
    .max-sm-size .in-content div.line {
      height: 30px; }
  .in-content .in-title {
    margin: 30px 0;
    color: #525252;
    text-align: center;
    font-weight: bold;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
    .max-sm-size .in-content .in-title {
      margin: 20px 0;
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
  .in-content ul.where {
    margin-bottom: 50px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }
    .max-md-size .in-content ul.where {
      margin-bottom: 30px;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s; }
  .in-content .result {
    margin-top: 30px;
    text-align: center; }
    .max-sm-size .in-content .result {
      margin-top: 20px; }
  .in-content .search {
    width: 230px;
    margin-top: -90px;
    margin-right: 0;
    position: relative; }
    .max-lg-size .in-content .search {
      margin-top: 0;
      margin-right: auto;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn; }
    .max-xs-size .in-content .search {
      width: 100%; }
    .in-content .search .form-control {
      height: 48px;
      border-radius: 50px;
      border: 2px solid #dddddd;
      background-color: #fff; }
      .in-content .search .form-control:hover, .in-content .search .form-control:focus {
        border-color: #e60012; }
    .in-content .search button {
      width: 38px;
      position: absolute;
      right: 5px;
      top: 5px;
      border-radius: 50%;
      color: #e60012;
      font-size: 20px;
      text-align: center;
      line-height: 38px;
      -webkit-transition: color 0.5s, background 0.5s;
      -o-transition: color 0.5s, background 0.5s;
      transition: color 0.5s, background 0.5s; }
      .in-content .search button:hover {
        color: #fff;
        background-color: #e60012; }
  .in-content .slogan {
    max-width: 780px;
    margin: 50px auto;
    padding: 0 50px;
    position: relative;
    color: #e60012;
    font-weight: normal;
    text-align: center;
    text-decoration: underline; }
    .max-sm-size .in-content .slogan {
      margin: 30px auto;
      padding: 0 20px; }
    .in-content .slogan:before, .in-content .slogan:after {
      content: '';
      display: block;
      width: 20px;
      height: 40px;
      margin-top: -20px;
      position: absolute;
      top: 50%;
      background: center no-repeat; }
      .max-sm-size .in-content .slogan:before, .max-sm-size .in-content .slogan:after {
        background-size: contain;
        width: 10px; }
    .in-content .slogan:before {
      left: 0;
      background-image: url("images/about/slogan-left.png"); }
    .in-content .slogan:after {
      right: 0;
      background-image: url("images/about/slogan-right.png"); }
  .in-content ul.bank-list {
    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;
    text-align: center; }
    .in-content ul.bank-list:after {
      content: '';
      display: block;
      clear: both; }
    .max-xs-size .in-content ul.bank-list {
      display: block; }
    .in-content ul.bank-list > li {
      float: left;
      width: 25%;
      margin-right: -1px;
      padding: 30px;
      border: 1px solid #dddddd;
      background-color: #fff; }
      .max-lg-size .in-content ul.bank-list > li {
        width: 50%; }
      .max-sm-size .in-content ul.bank-list > li {
        padding: 20px; }
      .max-xs-size .in-content ul.bank-list > li {
        width: 100%;
        margin-right: 0;
        margin-bottom: -1px; }
      .in-content ul.bank-list > li .title {
        display: table;
        margin: 20px auto;
        padding: 10px 30px;
        border-radius: 50px;
        font-weight: bold;
        background: #eee;
        background: -moz-linear-gradient(top, #e0dfdf 0%, #eeeeee 100%);
        background: -webkit-linear-gradient(top, #e0dfdf 0%, #eeeeee 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#e0dfdf), to(#eeeeee));
        background: -o-linear-gradient(top, #e0dfdf 0%, #eeeeee 100%);
        background: linear-gradient(to bottom, #e0dfdf 0%, #eeeeee 100%); }
        .max-sm-size .in-content ul.bank-list > li .title {
          margin: 10px auto;
          padding: 5px 20px; }

.editor .name {
  padding-left: 10px;
  border-left: 2px solid #e60012;
  color: #e60012; }

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

.success {
  padding: 50px;
  text-align: center; }
  .min-sm-size .success {
    max-width: 600px;
    margin: 100px auto;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    background-color: #fff; }
  .max-sm-size .success {
    padding: 30px 0; }
  .success.hide {
    display: none; }
  .success .title {
    margin: 0 0 50px 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #e60012; }
    .max-sm-size .success .title {
      margin-bottom: 20px; }

/* ==========================================================================
    header
 ==========================================================================*/
#header {
  width: 100%;
  min-width: 320px;
  height: 80px;
  padding-left: 460px;
  padding-right: 300px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
  .max-bg-size #header {
    padding-left: 350px;
    padding-right: 260px; }
  .max-lg-size #header {
    padding-left: 300px;
    padding-right: 120px; }
  .max-md-size #header {
    height: 60px;
    padding: 0; }
  #header .logo {
    width: 410px;
    height: 100%;
    position: absolute;
    left: 30px;
    top: 0;
    z-index: 1; }
    .max-bg-size #header .logo {
      width: 310px;
      left: 20px; }
    .max-lg-size #header .logo {
      width: 280px; }
    .max-ss-size #header .logo {
      width: 240px;
      left: 10px; }
    #header .logo a {
      display: block;
      height: 100%;
      background: url("images/logo.png") center no-repeat;
      background-size: contain; }
      .chrome #header .logo a {
        image-rendering: -webkit-optimize-contrast; }
  #header .menu-toggle {
    display: none;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #e60012;
    cursor: pointer;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s; }
    .max-md-size #header .menu-toggle {
      display: block; }
    #header .menu-toggle.active {
      background-color: #bd0101; }
      #header .menu-toggle.active div.bar1 {
        top: 30px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #header .menu-toggle.active div.bar2 {
        left: 50px;
        opacity: 0; }
      #header .menu-toggle.active div.bar3 {
        top: 30px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    #header .menu-toggle div {
      width: 25px;
      height: 2px;
      position: absolute;
      left: 18px;
      background-color: #fff;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #header .menu-toggle div.bar1 {
        top: 22px; }
      #header .menu-toggle div.bar2 {
        top: 30px; }
      #header .menu-toggle div.bar3 {
        top: 37px; }
  .min-md-size #header .menu {
    text-align: center; }
  .max-md-size #header .menu {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 60px;
    background-color: #fff;
    opacity: 0;
    visibility: visible;
    overflow: hidden;
    -webkit-transition: height 0s 1.1s, opacity 0.8s, visibility 0.8s;
    -o-transition: height 0s 1.1s, opacity 0.8s, visibility 0.8s;
    transition: height 0s 1.1s, opacity 0.8s, visibility 0.8s; }
    .max-md-size #header .menu.active {
      height: 110vh;
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 0.8s 0.2s, visibility 0.8s 0.2s;
      -o-transition: opacity 0.8s 0.2s, visibility 0.8s 0.2s;
      transition: opacity 0.8s 0.2s, visibility 0.8s 0.2s; }
      .max-md-size #header .menu.active > ul > li.active ul.sub {
        display: block; }
      .max-md-size #header .menu.active > ul ul.sub {
        left: 150px; }
      .max-md-size #header .menu.active .tools {
        opacity: 1;
        -webkit-transition: opacity 0.8s 0.5s;
        -o-transition: opacity 0.8s 0.5s;
        transition: opacity 0.8s 0.5s; }
  .max-ss-size #header .menu.active > ul ul.sub {
    left: 120px; }
  .max-md-size #header .menu > ul {
    height: -moz-calc(100% - 72px);
    height: -webkit-calc(100% - 72px);
    height: calc(100% - 72px);
    padding-bottom: 60px;
    background-color: #eee;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .max-ss-size #header .menu > ul {
    width: 120px; }
  #header .menu > ul > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px; }
    .max-bg-size #header .menu > ul > li {
      margin: 0 15px; }
    .max-md-size #header .menu > ul > li {
      display: block;
      margin: 0;
      position: relative;
      border-bottom: 1px solid #d1d1d1; }
      .max-md-size #header .menu > ul > li:last-of-type {
        border: none; }
    #header .menu > ul > li > a {
      display: block;
      line-height: 80px;
      color: #000; }
      .max-md-size #header .menu > ul > li > a {
        padding: 0 20px;
        line-height: 65px; }
    #header .menu > ul > li.active > a {
      color: #e60012;
      font-weight: bold; }
    .min-md-size #header .menu > ul > li:hover > a {
      color: #e60012; }
    .min-md-size #header .menu > ul > li:hover ul.sub {
      height: auto;
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 0.8s, visibility 0.8s, height 0 0.8s;
      -o-transition: opacity 0.8s, visibility 0.8s, height 0 0.8s;
      transition: opacity 0.8s, visibility 0.8s, height 0 0.8s; }
    .max-md-size #header .menu > ul > li.active > a {
      color: #000; }
    .max-md-size #header .menu > ul > li.show > a {
      color: #e60012;
      font-weight: bold;
      background-color: #fff; }
    .max-md-size #header .menu > ul > li.show ul.sub {
      display: block; }
  #header .menu > ul .toggle {
    display: none;
    width: 150px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer; }
    .max-md-size #header .menu > ul .toggle {
      display: block; }
    .max-ss-size #header .menu > ul .toggle {
      width: 120px; }
  #header .menu > ul ul.sub {
    width: 100%;
    min-width: 200px;
    height: 0;
    position: fixed;
    left: 0;
    top: 80px;
    background-color: rgba(204, 0, 0, 0.85);
    font-size: 0;
    text-align: center;
    overflow: hidden; }
    .min-md-size #header .menu > ul ul.sub {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.8s, visibility 0.8s;
      -o-transition: opacity 0.8s, visibility 0.8s;
      transition: opacity 0.8s, visibility 0.8s; }
    .max-md-size #header .menu > ul ul.sub {
      display: none;
      width: -moz-calc(100% - 150px);
      width: -webkit-calc(100% - 150px);
      width: calc(100% - 150px);
      height: -moz-calc(100vh - 132px);
      height: -webkit-calc(100vh - 132px);
      height: calc(100vh - 132px);
      padding-bottom: 60px;
      padding-left: 20px;
      top: 132px;
      left: 0;
      z-index: 5;
      background-color: #fff;
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
    .firefox.max-md-size #header .menu > ul ul.sub {
      top: 134px; }
    .max-sm-size #header .menu > ul ul.sub {
      top: 128px; }
    .firefox.max-sm-size #header .menu > ul ul.sub {
      top: 131px; }
    .max-ss-size #header .menu > ul ul.sub {
      width: -moz-calc(100% - 120px);
      width: -webkit-calc(100% - 120px);
      width: calc(100% - 120px);
      padding-left: 15px; }
    #header .menu > ul ul.sub li {
      display: inline-block;
      vertical-align: middle;
      min-width: 10%;
      padding: 20px 0; }
      .max-md-size #header .menu > ul ul.sub li {
        display: block;
        min-width: 0;
        padding: 0;
        border-bottom: 1px solid #d1d1d1; }
      #header .menu > ul ul.sub li a {
        display: block;
        margin-right: -1px;
        padding: 20px;
        color: #fff;
        font-size: 18px;
        border-left: 1px solid #da7271;
        border-right: 1px solid #da7271; }
        .max-lg-size #header .menu > ul ul.sub li a {
          padding: 15px;
          font-size: 16px; }
        .max-md-size #header .menu > ul ul.sub li a {
          margin: 0;
          padding: 0 20px 0 60px;
          position: relative;
          color: #000;
          line-height: 65px;
          border: none;
          text-align: left; }
        #header .menu > ul ul.sub li a span {
          display: block; }
        .min-md-size #header .menu > ul ul.sub li a:hover .icon {
          background-color: rgba(0, 0, 0, 0.15); }
        #header .menu > ul ul.sub li a .icon {
          display: inline-block;
          width: 84px;
          height: 84px;
          border-radius: 50%;
          border: 2px solid #fff;
          background: center no-repeat;
          -webkit-transition: background 0.5s;
          -o-transition: background 0.5s;
          transition: background 0.5s; }
          .max-lg-size #header .menu > ul ul.sub li a .icon {
            width: 70px;
            height: 70px; }
          .max-md-size #header .menu > ul ul.sub li a .icon {
            width: 50px;
            height: 50px;
            position: absolute;
            left: 6px;
            top: 7.5px;
            background-size: 40px; }
        #header .menu > ul ul.sub li a .about-1 {
          background-image: url("images/home/icon-about-1.png"); }
          .max-md-size #header .menu > ul ul.sub li a .about-1 {
            background-image: url("images/home/icon-about-1red.png"); }
        #header .menu > ul ul.sub li a .about-2 {
          background-image: url("images/home/icon-about-2.png"); }
          .max-md-size #header .menu > ul ul.sub li a .about-2 {
            background-image: url("images/home/icon-about-2red.png"); }
        #header .menu > ul ul.sub li a .about-3 {
          background-image: url("images/home/icon-about-3.png"); }
          .max-md-size #header .menu > ul ul.sub li a .about-3 {
            background-image: url("images/home/icon-about-3red.png"); }
        #header .menu > ul ul.sub li a .about-4 {
          background-image: url("images/home/icon-about-4.png"); }
          .max-md-size #header .menu > ul ul.sub li a .about-4 {
            background-image: url("images/home/icon-about-4red.png"); }
        #header .menu > ul ul.sub li a .about-5 {
          background-image: url("images/home/icon-about-5.png"); }
          .max-md-size #header .menu > ul ul.sub li a .about-5 {
            background-image: url("images/home/icon-about-5red.png"); }
        #header .menu > ul ul.sub li a .about-6 {
          background-image: url("images/home/icon-about-6.png"); }
          .max-md-size #header .menu > ul ul.sub li a .about-6 {
            background-image: url("images/home/icon-about-6red.png"); }
        #header .menu > ul ul.sub li a .about-7 {
          background-image: url("images/home/icon-about-7.png"); }
          .max-md-size #header .menu > ul ul.sub li a .about-7 {
            background-image: url("images/home/icon-about-7red.png"); }
        #header .menu > ul ul.sub li a .about-8 {
          background-image: url("images/home/icon-about-8.png"); }
          .max-md-size #header .menu > ul ul.sub li a .about-8 {
            background-image: url("images/home/icon-about-8red.png"); }
        #header .menu > ul ul.sub li a .news-1 {
          background-image: url("images/home/icon-news-1.png"); }
          .max-md-size #header .menu > ul ul.sub li a .news-1 {
            background-image: url("images/home/icon-news-1red.png"); }
        #header .menu > ul ul.sub li a .news-2 {
          background-image: url("images/home/icon-news-2.png"); }
          .max-md-size #header .menu > ul ul.sub li a .news-2 {
            background-image: url("images/home/icon-news-2red.png"); }
        #header .menu > ul ul.sub li a .news-3 {
          background-image: url("images/home/icon-news-3.png"); }
          .max-md-size #header .menu > ul ul.sub li a .news-3 {
            background-image: url("images/home/icon-news-3red.png"); }
        #header .menu > ul ul.sub li a .news-4 {
          background-image: url("images/home/icon-news-4.png"); }
          .max-md-size #header .menu > ul ul.sub li a .news-4 {
            background-image: url("images/home/icon-news-4red.png"); }
        #header .menu > ul ul.sub li a .knowledges-1 {
          background-image: url("images/home/icon-knowledges-1.png"); }
          .max-md-size #header .menu > ul ul.sub li a .knowledges-1 {
            background-image: url("images/home/icon-knowledges-1red.png"); }
        #header .menu > ul ul.sub li a .knowledges-2 {
          background-image: url("images/home/icon-knowledges-2.png"); }
          .max-md-size #header .menu > ul ul.sub li a .knowledges-2 {
            background-image: url("images/home/icon-knowledges-2red.png"); }
        #header .menu > ul ul.sub li a .corporate-1 {
          background-image: url("images/home/icon-corporate-1.png"); }
          .max-md-size #header .menu > ul ul.sub li a .corporate-1 {
            background-image: url("images/home/icon-corporate-1red.png"); }
        #header .menu > ul ul.sub li a .corporate-2 {
          background-image: url("images/home/icon-corporate-2.png"); }
          .max-md-size #header .menu > ul ul.sub li a .corporate-2 {
            background-image: url("images/home/icon-corporate-2red.png"); }
  #header .tools {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .max-bg-size #header .tools {
      right: 20px; }
    .max-md-size #header .tools {
      position: relative;
      right: 0;
      top: 0;
      opacity: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      -webkit-transition: opacity 0.8s;
      -o-transition: opacity 0.8s;
      transition: opacity 0.8s; }
    #header .tools ul {
      font-size: 0; }
      #header .tools ul li {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        overflow: hidden; }
        #header .tools ul li a {
          display: block;
          width: 120px;
          padding: 5px;
          color: #fff;
          text-align: center;
          background-color: #323232;
          -webkit-transition: background 0.5s;
          -o-transition: background 0.5s;
          transition: background 0.5s; }
          .max-lg-size #header .tools ul li a {
            width: 50px; }
          .max-md-size #header .tools ul li a {
            width: 100%;
            padding: 20px;
            background-color: #d20212;
            text-align: left; }
          .min-md-size #header .tools ul li a:hover {
            background-color: #000; }
          .max-ss-size #header .tools ul li a {
            padding: 20px 10px; }
          #header .tools ul li a i {
            padding-right: 5px; }
            .max-lg-size #header .tools ul li a i {
              padding-right: 0; }
            .max-md-size #header .tools ul li a i {
              padding-right: 15px; }
          .max-lg-size #header .tools ul li a span {
            display: none; }
          .max-md-size #header .tools ul li a span {
            display: inline; }
        .min-md-size #header .tools ul li:first-of-type {
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          .min-md-size #header .tools ul li:first-of-type a {
            background-color: #e60012; }
            .min-md-size #header .tools ul li:first-of-type a:hover {
              background-color: #bd0101; }
        .max-md-size #header .tools ul li:first-of-type {
          width: 150px;
          position: relative; }
          .max-md-size #header .tools ul li:first-of-type:after {
            content: '';
            display: block;
            width: 1px;
            height: 20px;
            margin-top: -10px;
            position: absolute;
            right: 0;
            top: 50%;
            background-color: #e98189; }
        .max-ss-size #header .tools ul li:first-of-type {
          width: 120px; }
          .max-ss-size #header .tools ul li:first-of-type a {
            padding-left: 20px; }
        .min-md-size #header .tools ul li:last-of-type {
          border-top-right-radius: 20px;
          border-bottom-right-radius: 20px; }
        .max-md-size #header .tools ul li:last-of-type {
          width: -moz-calc(100% - 150px);
          width: -webkit-calc(100% - 150px);
          width: calc(100% - 150px); }
          .max-md-size #header .tools ul li:last-of-type i {
            padding-left: 20px; }
        .max-ss-size #header .tools ul li:last-of-type {
          width: -moz-calc(100% - 120px);
          width: -webkit-calc(100% - 120px);
          width: calc(100% - 120px); }

/* ==========================================================================
    home
 ==========================================================================*/
@keyframes zoomPic {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1) rotate(0.02deg);
    transform: scale(1.1) rotate(0.02deg); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes zoomPic {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1) rotate(0.02deg);
    transform: scale(1.1) rotate(0.02deg); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes zoomPic {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1) rotate(0.02deg);
    transform: scale(1.1) rotate(0.02deg); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

#home .main > .inner {
  padding-left: 0;
  padding-top: 0; }

#home .section {
  position: relative; }
  #home .section .bg {
    z-index: 1; }
  #home .section .content {
    padding: 50px 30px;
    position: relative;
    z-index: 2; }
  #home .section .title {
    margin-bottom: 30px;
    line-height: 1em;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
    .max-md-size #home .section .title {
      margin-top: 0; }
    #home .section .title .red {
      display: inline-block;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s; }
    #home .section .title i {
      -webkit-animation-delay: 0.7s;
      animation-delay: 0.7s; }

#home .banner:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0.15; }

#home .banner .slogan {
  width: 100%;
  padding: 50px 30px;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  text-align: center; }

#home .banner .goDwon {
  margin-left: -28px;
  position: absolute;
  left: 50%;
  bottom: 100px;
  z-index: 4; }
  .max-sm-size #home .banner .goDwon {
    bottom: 50px; }

#home .banner ul.slider {
  position: relative;
  z-index: 1; }
  .max-md-size #home .banner ul.slider {
    height: 100vh;
    position: relative; }
  #home .banner ul.slider .pic {
    -webkit-animation: zoomPic 30s linear infinite;
    animation: zoomPic 30s linear infinite; }

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

#home .news .title {
  text-align: center; }

#home .news ul.list {
  max-width: 1500px;
  margin: auto;
  text-align: center;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }
  .max-h700-size #home .news ul.list, .max-bg-size #home .news ul.list {
    max-width: 1200px; }
  #home .news ul.list li {
    float: left;
    background-color: #eeeeee; }
    #home .news ul.list li a {
      display: block;
      position: relative;
      color: #777; }
      #home .news ul.list li a span {
        display: block; }
      #home .news ul.list li a .pic {
        overflow: hidden;
        position: relative; }
        #home .news ul.list 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;
          -webkit-transition: opacity 0.5s;
          -o-transition: opacity 0.5s;
          transition: opacity 0.5s; }
        #home .news ul.list li a .pic:after {
          content: '';
          display: block;
          width: -moz-calc(100% - 40px);
          width: -webkit-calc(100% - 40px);
          width: calc(100% - 40px);
          height: -moz-calc(100% - 40px);
          height: -webkit-calc(100% - 40px);
          height: calc(100% - 40px);
          position: absolute;
          left: 20px;
          top: 20px;
          z-index: 3;
          border: 3px solid #e60012;
          opacity: 0;
          -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2);
          -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
          transition: opacity 0.5s, -webkit-transform 0.5s;
          -o-transition: opacity 0.5s, transform 0.5s;
          transition: opacity 0.5s, transform 0.5s;
          transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s; }
        #home .news ul.list li a .pic .jqimgFill {
          height: 265px;
          -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-h850-size #home .news ul.list li a .pic .jqimgFill {
            height: 225px; }
          .max-h700-size #home .news ul.list li a .pic .jqimgFill {
            height: 150px; }
        #home .news ul.list li a .pic .more {
          display: table;
          padding-bottom: 5px;
          position: absolute;
          left: 50%;
          right: auto;
          top: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          z-index: 4;
          color: #fff;
          font-weight: bold;
          text-align: center;
          line-height: 30px;
          border-bottom: 1px solid #fff;
          opacity: 0;
          -webkit-transition: opacity 0.5s 0.3s, margin-top 0.5s 0.3s;
          -o-transition: opacity 0.5s 0.3s, margin-top 0.5s 0.3s;
          transition: opacity 0.5s 0.3s, margin-top 0.5s 0.3s; }
      #home .news ul.list li a .text {
        display: table;
        width: 100%; }
        #home .news ul.list li a .text .middle {
          display: table-cell;
          height: 265px;
          padding: 20px 20%; }
          .max-h850-size #home .news ul.list li a .text .middle {
            height: 225px; }
          .max-h700-size #home .news ul.list li a .text .middle {
            height: 200px; }
          .max-h700-size #home .news ul.list li a .text .middle, .max-bg-size #home .news ul.list li a .text .middle {
            padding: 10px 20%; }
        #home .news ul.list li a .text .name {
          margin: 0 0 10px 0;
          color: #000;
          font-weight: bold;
          line-height: 1.5em;
          max-height: 3em;
          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-h700-size #home .news ul.list li a .text .name, .max-bg-size #home .news ul.list li a .text .name {
            font-size: 20px; }
        #home .news ul.list li a .text .date {
          margin-bottom: 20px;
          padding-bottom: 20px;
          position: relative;
          color: #aaaaaa; }
          .max-h850-size #home .news ul.list li a .text .date {
            margin-bottom: 10px;
            padding-bottom: 10px; }
          .max-h700-size #home .news ul.list li a .text .date, .max-bg-size #home .news ul.list li a .text .date {
            margin-bottom: 5px;
            padding-bottom: 5px;
            font-size: 16px; }
          #home .news ul.list li a .text .date:before {
            content: '';
            display: block;
            width: 30px;
            height: 1px;
            margin-left: -15px;
            position: absolute;
            left: 50%;
            bottom: 0;
            background-color: #bbbbbb; }
        #home .news ul.list li a .text .summary {
          line-height: 1.5em;
          max-height: 3em;
          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-h700-size #home .news ul.list li a .text .summary, .max-bg-size #home .news ul.list li a .text .summary {
            font-size: 16px; }
      #home .news ul.list li a:hover .pic:before {
        opacity: 0.3; }
      #home .news ul.list li a:hover .pic:after {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      #home .news ul.list li a:hover .pic .more {
        margin-top: -15px;
        opacity: 1; }
      #home .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); }
    #home .news ul.list li:nth-of-type(1) {
      width: 25%; }
      .max-md-size #home .news ul.list li:nth-of-type(1) {
        width: 50%; }
      .max-xs-size #home .news ul.list li:nth-of-type(1) {
        width: 100%; }
    #home .news ul.list li:nth-of-type(2) {
      width: 25%; }
      .max-md-size #home .news ul.list li:nth-of-type(2) {
        width: 50%; }
      .max-xs-size #home .news ul.list li:nth-of-type(2) {
        width: 100%; }
      #home .news ul.list li:nth-of-type(2) a {
        padding-bottom: 265px; }
        .max-h850-size #home .news ul.list li:nth-of-type(2) a {
          padding-bottom: 225px; }
        .max-h700-size #home .news ul.list li:nth-of-type(2) a {
          padding-bottom: 150px; }
        .max-xs-size #home .news ul.list li:nth-of-type(2) a {
          padding-bottom: 0; }
        #home .news ul.list li:nth-of-type(2) a .pic {
          width: 100%;
          position: absolute;
          left: 0;
          bottom: 0; }
          .max-xs-size #home .news ul.list li:nth-of-type(2) a .pic {
            position: relative; }
    #home .news ul.list li:nth-of-type(3) {
      width: 50%; }
      .max-md-size #home .news ul.list li:nth-of-type(3) {
        width: 100%; }
      #home .news ul.list li:nth-of-type(3) a .pic .jqimgFill {
        height: 530px; }
        .max-h850-size #home .news ul.list li:nth-of-type(3) a .pic .jqimgFill {
          height: 450px; }
        .max-h700-size #home .news ul.list li:nth-of-type(3) a .pic .jqimgFill {
          height: 350px; }
        .max-xs-size #home .news ul.list li:nth-of-type(3) a .pic .jqimgFill {
          height: 225px; }
      .min-xs-size #home .news ul.list li:nth-of-type(3) a .pic .more {
        left: 75%;
        top: 75%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
      #home .news ul.list li:nth-of-type(3) a .text {
        width: 50%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 5;
        background-color: #eeeeee; }
        .max-xs-size #home .news ul.list li:nth-of-type(3) a .text {
          width: 100%;
          position: relative; }

#home .news .buttonBlock {
  margin-top: 50px; }
  .max-h750-size #home .news .buttonBlock {
    margin-top: 30px; }

#home .services .content {
  max-width: 1300px;
  margin-left: auto;
  padding-right: 15%;
  padding-bottom: 0; }
  .max-h700-size #home .services .content, .max-bg-size #home .services .content {
    max-width: 1100px; }
  .max-md-size #home .services .content {
    padding-right: 30px;
    padding-bottom: 30px; }
  .max-sm-size #home .services .content {
    padding: 0; }
    .max-sm-size #home .services .content .top {
      padding: 50px 30px; }

#home .services .title {
  display: table;
  position: relative; }
  .max-xs-size #home .services .title {
    margin: auto; }
  #home .services .title .icon {
    width: 78px;
    height: 78px;
    position: absolute;
    right: -80px;
    top: -20px;
    background: url("images/home/services-icon.png") center no-repeat; }
    .max-xs-size #home .services .title .icon {
      width: 50px;
      height: 50px;
      right: -50px;
      background-size: contain; }

#home .services ul.list {
  margin-top: 30px;
  font-size: 0; }
  .max-h850-size #home .services ul.list {
    margin-top: 0; }
  .max-sm-size #home .services ul.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1px; }
  #home .services ul.list li {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 20px; }
    .max-h750-size #home .services ul.list li, .max-md-size #home .services ul.list li {
      padding: 10px; }
    .max-sm-size #home .services ul.list li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 50%;
      padding: 0;
      border: 1px solid #ddd; }
    #home .services ul.list li a {
      display: block;
      max-width: 430px;
      min-height: 130px;
      padding: 25px 20px 20px 130px;
      position: relative;
      border-radius: 100px;
      color: #000;
      -webkit-transition: background 0.5s, -webkit-box-shadow 0.5s;
      transition: background 0.5s, -webkit-box-shadow 0.5s;
      -o-transition: background 0.5s, box-shadow 0.5s;
      transition: background 0.5s, box-shadow 0.5s;
      transition: background 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s; }
      .max-h750-size #home .services ul.list li a, .max-bg-size #home .services ul.list li a {
        min-height: 100px;
        padding: 20px 10px 10px 100px; }
      .max-h700-size #home .services ul.list li a {
        min-height: 80px;
        padding-top: 10px; }
      .max-sm-size #home .services ul.list li a {
        height: 100%;
        padding: 20px;
        border-radius: 0;
        text-align: center; }
      #home .services ul.list li a span {
        display: block; }
      #home .services ul.list li a .icon {
        width: 100px;
        height: 100px;
        position: absolute;
        left: 15px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: center no-repeat;
        border-radius: 50%;
        -webkit-transition: background 0.3s;
        -o-transition: background 0.3s;
        transition: background 0.3s;
        background-size: contain; }
        .max-h750-size #home .services ul.list li a .icon, .max-bg-size #home .services ul.list li a .icon {
          width: 80px;
          height: 80px; }
        .max-h700-size #home .services ul.list li a .icon {
          width: 60px;
          height: 60px; }
        .max-sm-size #home .services ul.list li a .icon {
          display: inline-block;
          margin: auto;
          position: relative;
          left: 0;
          top: 0;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; }
      #home .services ul.list li a .name {
        margin: 0; }
        .max-h700-size #home .services ul.list li a .name, .max-bg-size #home .services ul.list li a .name {
          font-size: 22px; }
        .max-sm-size #home .services ul.list li a .name {
          font-size: 20px; }
      #home .services ul.list li a .eng {
        color: #aaaaaa;
        line-height: 1.2em; }
        .max-h700-size #home .services ul.list li a .eng, .max-bg-size #home .services ul.list li a .eng {
          font-size: 20px; }
        .max-md-size #home .services ul.list li a .eng {
          font-size: 18px; }
      #home .services ul.list li a:hover {
        background-color: #fff;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
    #home .services ul.list li.hospital a .icon {
      background-image: url("images/home/icon-services-hospital.png"); }
    #home .services ul.list li.hospital a:hover .icon {
      background-image: url("images/home/icon-services-hospital2.png"); }
    #home .services ul.list li.download a .icon {
      background-image: url("images/home/icon-services-download.png"); }
    #home .services ul.list li.download a:hover .icon {
      background-image: url("images/home/icon-services-download2.png"); }
    #home .services ul.list li.corporate a .icon {
      background-image: url("images/home/icon-services-corporate.png"); }
    #home .services ul.list li.corporate a:hover .icon {
      background-image: url("images/home/icon-services-corporate2.png"); }
    #home .services ul.list li.members a .icon {
      background-image: url("images/home/icon-services-members.png"); }
    #home .services ul.list li.members a:hover .icon {
      background-image: url("images/home/icon-services-members2.png"); }
    #home .services ul.list li.knowledges a .icon {
      background-image: url("images/home/icon-services-knowledges.png"); }
    #home .services ul.list li.knowledges a:hover .icon {
      background-image: url("images/home/icon-services-knowledges2.png"); }
    #home .services ul.list li.about a .icon {
      background-image: url("images/home/icon-services-about.png"); }
    #home .services ul.list li.about a:hover .icon {
      background-image: url("images/home/icon-services-about2.png"); }

#home .reported:before {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: url("images/home/reported-bg2.png") top right no-repeat; }

#home .reported:after {
  content: '';
  width: 100%;
  height: 210px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("images/home/reported-bg.jpg") bottom center repeat-x; }

#home .reported .photos {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3; }
  .max-md-size #home .reported .photos {
    width: 100%;
    position: relative; }
  #home .reported .photos ul {
    font-size: 0; }
    #home .reported .photos ul li {
      display: inline-block;
      vertical-align: top;
      width: 33.3%;
      height: 33.33vh;
      position: relative;
      background-color: #cc0000; }
      .max-md-size #home .reported .photos ul li {
        height: 33.33vw; }
      #home .reported .photos ul li:nth-of-type(odd) {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
      #home .reported .photos ul li.center {
        z-index: 2; }
      #home .reported .photos ul li .pic {
        height: 100%; }
      #home .reported .photos ul li .text {
        margin-top: -60px;
        position: absolute;
        left: 80px;
        top: 50%;
        z-index: 2;
        color: #fff;
        font-size: 38px;
        font-weight: bold;
        letter-spacing: 35px;
        line-height: 60px;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }
        .max-md-size #home .reported .photos ul li .text {
          left: 10%; }
        .max-xs-size #home .reported .photos ul li .text {
          margin-top: -40px;
          font-size: 30px;
          line-height: 40px;
          letter-spacing: 20px; }

#home .reported .right {
  padding-left: 55%;
  padding-right: 15%;
  position: relative;
  z-index: 3; }
  .max-md-size #home .reported .right {
    padding: 50px 30px; }
  #home .reported .right .eng {
    margin: 0 0 20px 0;
    color: #e60012;
    font-weight: bold; }
    .max-h700-size #home .reported .right .eng, .max-bg-size #home .reported .right .eng {
      margin-bottom: 10px; }
  #home .reported .right .slider a {
    display: block;
    color: #000; }
    #home .reported .right .slider a span {
      display: block; }
    #home .reported .right .slider a .summary, #home .reported .right .slider a .title {
      display: -webkit-box; }
  #home .reported .right .slider .title {
    max-height: 3em;
    margin-top: 20px;
    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; }
    .max-h700-size #home .reported .right .slider .title, .max-bg-size #home .reported .right .slider .title {
      margin-top: 0;
      margin-bottom: 20px;
      font-size: 35px; }
    .max-sm-size #home .reported .right .slider .title {
      font-size: 30px; }
  #home .reported .right .slider .sub {
    color: #e60012;
    font-weight: bold; }
  #home .reported .right .slider .summary {
    max-height: 9em;
    color: #777777;
    line-height: 1.8em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -moz-line-clamp: 5;
    -ms-line-clamp: 5;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical; }
    .max-h700-size #home .reported .right .slider .summary, .max-bg-size #home .reported .right .slider .summary {
      max-height: 7.2em;
      font-size: 16px;
      -webkit-line-clamp: 4;
      -moz-line-clamp: 4;
      -ms-line-clamp: 4; }
  #home .reported .right .bottom {
    margin-top: 50px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
    .max-h700-size #home .reported .right .bottom, .max-bg-size #home .reported .right .bottom {
      margin-top: 30px; }
    #home .reported .right .bottom .btn2 {
      width: 100%; }
      .max-sm-size #home .reported .right .bottom .btn2 {
        max-width: 220px;
        height: 45px;
        padding: 5px 10px;
        font-size: 15px; }
      #home .reported .right .bottom .btn2 i {
        display: inline-block;
        vertical-align: bottom;
        padding-right: 5px;
        font-size: 30px; }
        .max-sm-size #home .reported .right .bottom .btn2 i {
          font-size: 20px; }
    #home .reported .right .bottom .btn-slider, #home .reported .right .bottom .arrows {
      float: left; }
      .max-bg-size #home .reported .right .bottom .btn-slider, .max-bg-size #home .reported .right .bottom .arrows {
        float: none; }
      .max-md-size #home .reported .right .bottom .btn-slider, .max-md-size #home .reported .right .bottom .arrows {
        float: left; }
    #home .reported .right .bottom .btn-slider {
      width: 220px;
      margin-right: 50px; }
      .max-bg-size #home .reported .right .bottom .btn-slider {
        margin-right: 0;
        margin-bottom: 20px; }
      .max-md-size #home .reported .right .bottom .btn-slider {
        margin-right: 50px;
        margin-bottom: 0; }
      .max-sm-size #home .reported .right .bottom .btn-slider {
        width: -moz-calc(100% - 120px);
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
        margin-right: 0; }
    #home .reported .right .bottom .arrows {
      width: 130px;
      height: 55px;
      position: relative; }
      .max-sm-size #home .reported .right .bottom .arrows {
        float: right;
        width: 100px;
        height: 45px; }

.goDwon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #e60012;
  color: #fff;
  font-size: 30px;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  -webkit-animation: mybottom 1s ease-in infinite alternate;
  animation: mybottom 1s ease-in infinite alternate; }
  .max-sm-size .goDwon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    -webkit-animation-name: mybottom2;
    animation-name: mybottom2; }
  .goDwon:hover {
    background-color: #bd0101; }

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

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

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

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

/* ==========================================================================
    about
 ==========================================================================*/
#about .in-content .info {
  margin-top: 50px; }
  .max-sm-size #about .in-content .info {
    margin-top: 30px; }
  #about .in-content .info .pic {
    float: left;
    width: 50%;
    padding-right: 50px; }
    .max-lg-size #about .in-content .info .pic {
      float: none;
      width: 100%;
      padding-right: 0;
      text-align: center;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn; }
  #about .in-content .info .text {
    float: right;
    width: 50%; }
    .max-lg-size #about .in-content .info .text {
      float: none;
      width: 100%;
      margin-top: 50px;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn; }

#about .in-content .origin ul.photos {
  margin-top: 50px;
  position: relative;
  z-index: 2;
  font-size: 0;
  border-bottom: 5px solid #e60012; }
  #about .in-content .origin ul.photos li {
    display: inline-block;
    vertical-align: top;
    width: 25%; }
    .max-md-size #about .in-content .origin ul.photos li {
      width: 50%; }
    .min-md-size #about .in-content .origin ul.photos li:nth-of-type(2) {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .min-md-size #about .in-content .origin ul.photos li:nth-of-type(3) {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    .min-md-size #about .in-content .origin ul.photos li:nth-of-type(4) {
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s; }
    #about .in-content .origin ul.photos li .pic {
      height: 350px;
      height: 18.2vw; }
      .max-md-size #about .in-content .origin ul.photos li .pic {
        height: 43vw; }

#about .in-content .origin .block .title {
  max-width: 570px;
  width: 100%;
  margin: 0 auto 50px auto;
  padding-top: 100px;
  position: relative;
  color: #000;
  font-weight: bold;
  text-align: center; }
  .max-sm-size #about .in-content .origin .block .title {
    max-width: 400px;
    margin-bottom: 30px;
    padding-top: 50px; }
  #about .in-content .origin .block .title:before, #about .in-content .origin .block .title:after {
    content: '';
    position: absolute;
    top: 50%;
    background: center no-repeat; }
    .max-xs-size #about .in-content .origin .block .title:before, .max-xs-size #about .in-content .origin .block .title:after {
      content: normal; }
  #about .in-content .origin .block .title:before {
    width: 135px;
    height: 185px;
    left: -135px;
    top: -20px;
    background-image: url("images/about/origin-bg.png"); }
  #about .in-content .origin .block .title:after {
    width: 185px;
    height: 180px;
    right: -185px;
    top: -50px;
    background-image: url("images/about/origin-bg2.png"); }

#about .in-content .supervisor .select {
  width: 200px;
  margin: -90px 0 50px auto; }
  .max-lg-size #about .in-content .supervisor .select {
    display: table;
    margin: 0 auto 30px auto;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }
  .max-sm-size #about .in-content .supervisor .select {
    width: 100%;
    margin-bottom: 20px; }

#about .in-content .plan .title {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold; }
  .max-sm-size #about .in-content .plan .title {
    margin-bottom: 20px; }

#about .in-content .plan .plan-table {
  min-width: 900px; }
  .max-sm-size #about .in-content .plan .plan-table {
    min-width: 650px; }

#about .in-content .method {
  padding-bottom: 50px; }
  .max-sm-size #about .in-content .method {
    padding-bottom: 30px; }
  #about .in-content .method ul.method-list {
    font-size: 0; }
    #about .in-content .method ul.method-list > li {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      margin-bottom: 50px;
      padding-right: 50px;
      font-size: 18px; }
      .max-sm-size #about .in-content .method ul.method-list > li {
        display: block;
        width: 100%;
        margin-bottom: 30px;
        padding-right: 0;
        font-size: 16px; }
      #about .in-content .method ul.method-list > li.with100 {
        width: 100%; }

/* ==========================================================================
    news
 ==========================================================================*/
#news .in-content ul.list {
  margin: 0 -20px;
  font-size: 0; }
  .max-sm-size #news .in-content ul.list {
    margin: 0 -10px; }
  #news .in-content ul.list li {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    margin-top: 50px;
    padding: 0 20px; }
    .min-md-size #news .in-content ul.list li:nth-of-type(odd) {
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s; }
    .max-md-size #news .in-content ul.list li {
      width: 50%; }
    .max-sm-size #news .in-content ul.list li {
      margin-top: 30px;
      padding: 0 10px; }
    .max-xs-size #news .in-content ul.list li {
      display: block;
      width: 100%; }
    #news .in-content ul.list li a {
      display: block;
      position: relative;
      color: #777;
      background-color: #eeeeee;
      font-size: 18px; }
      .max-sm-size #news .in-content ul.list li a {
        font-size: 16px; }
      #news .in-content ul.list li a span {
        display: block; }
      #news .in-content ul.list li a .pic {
        overflow: hidden;
        position: relative; }
        #news .in-content ul.list 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;
          -webkit-transition: opacity 0.5s;
          -o-transition: opacity 0.5s;
          transition: opacity 0.5s; }
        #news .in-content ul.list li a .pic:after {
          content: '';
          display: block;
          width: -moz-calc(100% - 40px);
          width: -webkit-calc(100% - 40px);
          width: calc(100% - 40px);
          height: -moz-calc(100% - 40px);
          height: -webkit-calc(100% - 40px);
          height: calc(100% - 40px);
          position: absolute;
          left: 20px;
          top: 20px;
          z-index: 3;
          border: 3px solid #e60012;
          opacity: 0;
          -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2);
          -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
          transition: opacity 0.5s, -webkit-transform 0.5s;
          -o-transition: opacity 0.5s, transform 0.5s;
          transition: opacity 0.5s, transform 0.5s;
          transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s; }
        #news .in-content ul.list li a .pic .jqimgFill {
          height: 265px;
          -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-h850-size #news .in-content ul.list li a .pic .jqimgFill {
            height: 225px; }
          .max-h700-size #news .in-content ul.list li a .pic .jqimgFill {
            height: 150px; }
        #news .in-content ul.list li a .pic .more {
          display: table;
          padding-bottom: 5px;
          position: absolute;
          left: 50%;
          right: auto;
          top: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          z-index: 4;
          color: #fff;
          font-weight: bold;
          text-align: center;
          line-height: 30px;
          border-bottom: 1px solid #fff;
          opacity: 0;
          -webkit-transition: opacity 0.5s 0.3s, margin-top 0.5s 0.3s;
          -o-transition: opacity 0.5s 0.3s, margin-top 0.5s 0.3s;
          transition: opacity 0.5s 0.3s, margin-top 0.5s 0.3s; }
      #news .in-content ul.list li a .text {
        height: 155px;
        padding: 20px 30px; }
        .max-sm-size #news .in-content ul.list li a .text {
          height: auto;
          padding: 20px; }
        #news .in-content ul.list li a .text .name {
          height: 3em;
          margin: 0 0 10px 0;
          color: #000;
          font-weight: bold;
          line-height: 1.5em;
          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-bg-size #news .in-content ul.list li a .text .name {
            font-size: 20px; }
          .max-xs-size #news .in-content ul.list li a .text .name {
            height: auto;
            max-height: 3em; }
        #news .in-content ul.list li a .text .date {
          color: #aaaaaa; }
      #news .in-content ul.list li a:hover .pic:before {
        opacity: 0.3; }
      #news .in-content ul.list li a:hover .pic:after {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      #news .in-content ul.list li a:hover .pic .more {
        margin-top: -15px;
        opacity: 1; }
      #news .in-content 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); }

#new .in-content .container {
  max-width: 1160px; }

#new .in-content ul.share {
  margin-top: -85px;
  text-align: right; }
  .max-md-size #new .in-content ul.share {
    margin-top: 0;
    text-align: center;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }
  #new .in-content ul.share li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 16px; }
    #new .in-content ul.share li a {
      display: block;
      margin: 0 2px; }
      #new .in-content ul.share li a i {
        display: block;
        width: 34px;
        border-radius: 50%;
        color: #fff;
        font-size: 15px;
        line-height: 34px;
        text-align: center;
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s; }
      #new .in-content ul.share li a.fb i {
        background-color: #38599b; }
      #new .in-content ul.share li a.twitter i {
        background-color: #08acea; }
      #new .in-content ul.share li a.linkedin i {
        background-color: #0577b4; }
      #new .in-content ul.share li a.line i {
        font-size: 18px;
        background-color: #3fd205; }
      #new .in-content ul.share li a.google i {
        font-size: 18px;
        background-color: #d13e2f; }
      #new .in-content ul.share li a .text {
        width: 180px;
        position: absolute;
        left: -10px;
        bottom: 40px;
        padding: 5px 20px;
        border-radius: 5px;
        border: 1px solid #dddddd;
        background-color: #fff;
        color: #777;
        font-size: 15px;
        line-height: normal;
        text-align: center;
        opacity: 0;
        -webkit-transition: opacity 0.5s, bottom 0.5s;
        -o-transition: opacity 0.5s, bottom 0.5s;
        transition: opacity 0.5s, bottom 0.5s; }
        .max-bg-size #new .in-content ul.share li a .text {
          left: auto;
          right: -10px; }
        .max-md-size #new .in-content ul.share li a .text {
          display: none; }
        #new .in-content ul.share li a .text:before {
          content: '';
          width: 0;
          height: 0;
          position: absolute;
          left: 20px;
          bottom: -10px;
          z-index: 2;
          border-style: solid;
          border-width: 10px 7.5px 0 7.5px;
          border-color: #ffffff transparent transparent transparent; }
          .max-bg-size #new .in-content ul.share li a .text:before {
            left: auto;
            right: 20px; }
        #new .in-content ul.share li a .text:after {
          content: '';
          width: 0;
          height: 0;
          position: absolute;
          left: 19px;
          bottom: -12px;
          z-index: 1;
          border-style: solid;
          border-width: 12px 8.5px 0 8.5px;
          border-color: #dddddd transparent transparent transparent; }
          .max-bg-size #new .in-content ul.share li a .text:after {
            left: auto;
            right: 19px; }
      #new .in-content ul.share li a:hover i {
        opacity: 0.8; }
      #new .in-content ul.share li a:hover .text {
        bottom: 50px;
        opacity: 1; }

#new .in-content .info .title {
  margin: 50px 0;
  padding: 20px;
  background-color: #f4f4f4;
  border-top: 2px solid #e60012;
  border-bottom: 1px solid #bbbbbb; }
  .max-sm-size #new .in-content .info .title {
    margin: 30px 0; }
  #new .in-content .info .title .name {
    float: left;
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    margin: 0; }
    .max-md-size #new .in-content .info .title .name {
      float: none;
      width: 100%;
      margin-bottom: 10px; }
    .max-sm-size #new .in-content .info .title .name {
      margin-bottom: 0; }
  #new .in-content .info .title .date {
    float: right;
    width: 120px;
    color: #aaaaaa;
    text-align: right; }
    .max-md-size #new .in-content .info .title .date {
      float: none;
      width: 100%;
      text-align: left; }

#new .in-content .info .photos {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd; }
  .max-sm-size #new .in-content .info .photos {
    margin-bottom: 30px;
    padding-bottom: 30px; }
  #new .in-content .info .photos .slider-for .slick-list, #new .in-content .info .photos .slider-for .slick-track {
    height: auto; }
  #new .in-content .info .photos .slider-for img {
    display: block;
    margin: auto;
    max-height: 620px; }
  #new .in-content .info .photos .slider-nav {
    margin-top: 20px;
    padding: 0 70px; }
    .max-sm-size #new .in-content .info .photos .slider-nav {
      margin-top: 10px;
      padding: 0; }
      .max-sm-size #new .in-content .info .photos .slider-nav .slick-arrow {
        width: 34px;
        height: 34px;
        margin-top: -17px;
        border: none;
        background-color: rgba(0, 0, 0, 0.5); }
        .max-sm-size #new .in-content .info .photos .slider-nav .slick-arrow:before {
          color: #fff;
          font-size: 25px;
          line-height: 34px; }
      .max-sm-size #new .in-content .info .photos .slider-nav .slick-prev {
        left: -17px; }
      .max-sm-size #new .in-content .info .photos .slider-nav .slick-next {
        right: -17px; }
    #new .in-content .info .photos .slider-nav img {
      display: block;
      height: 75px;
      border: 2px solid transparent;
      -webkit-transition: border-color 0.5s, opacity 0.5s;
      -o-transition: border-color 0.5s, opacity 0.5s;
      transition: border-color 0.5s, opacity 0.5s; }
    #new .in-content .info .photos .slider-nav .slick-slide {
      padding: 0 2px;
      cursor: pointer; }
      #new .in-content .info .photos .slider-nav .slick-slide:hover img {
        opacity: 0.8; }
    #new .in-content .info .photos .slider-nav .slick-current img {
      border-color: #e60012;
      opacity: 1; }

#new .in-content .info .block {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd; }
  .max-sm-size #new .in-content .info .block {
    margin-bottom: 30px;
    padding-bottom: 30px; }
  #new .in-content .info .block .update-box {
    margin-top: 50px;
    margin-bottom: 0; }
    .max-sm-size #new .in-content .info .block .update-box {
      margin-top: 0; }

#new .in-content .info .prevNext ul {
  font-size: 0;
  text-align: center; }
  #new .in-content .info .prevNext ul li {
    display: inline-block;
    vertical-align: middle;
    width: 200px; }
    .max-sm-size #new .in-content .info .prevNext ul li {
      width: 150px; }
    .max-xs-size #new .in-content .info .prevNext ul li {
      width: -moz-calc(50% - 30px);
      width: -webkit-calc(50% - 30px);
      width: calc(50% - 30px); }
    #new .in-content .info .prevNext ul li a {
      display: block;
      height: 60px;
      border: 1px solid #aaaaaa;
      color: #777;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      line-height: 58px;
      -webkit-transition: color 0.5s, border 0.5s, background 0.5s;
      -o-transition: color 0.5s, border 0.5s, background 0.5s;
      transition: color 0.5s, border 0.5s, background 0.5s; }
      .max-sm-size #new .in-content .info .prevNext ul li a {
        height: 45px;
        font-size: 16px;
        line-height: 43px; }
      #new .in-content .info .prevNext ul li a i {
        display: inline-block;
        vertical-align: bottom;
        font-size: 25px; }
      #new .in-content .info .prevNext ul li a:hover {
        background-color: #e60012;
        color: #fff; }
    #new .in-content .info .prevNext ul li.prev a i {
      padding-right: 20px; }
      .max-sm-size #new .in-content .info .prevNext ul li.prev a i {
        padding-right: 10px; }
    #new .in-content .info .prevNext ul li.prev a:hover {
      border-color: #e60012; }
    #new .in-content .info .prevNext ul li.next a i {
      padding-left: 20px; }
      .max-sm-size #new .in-content .info .prevNext ul li.next a i {
        padding-left: 10px; }
    #new .in-content .info .prevNext ul li.next a:hover {
      border-color: #e60012; }
    #new .in-content .info .prevNext ul li.back {
      width: 60px !important; }
      #new .in-content .info .prevNext ul li.back a {
        color: #fff;
        background: #aaaaaa url("images/news/icon-list.png") center no-repeat; }
        .max-sm-size #new .in-content .info .prevNext ul li.back a {
          background-size: 25px; }
        #new .in-content .info .prevNext ul li.back a:hover {
          border-color: #777;
          background-color: #777; }

/* ==========================================================================
    knowledges
 ==========================================================================*/
#knowledges .in-content .block {
  margin-top: 50px;
  position: relative; }
  .max-sm-size #knowledges .in-content .block {
    margin-top: 30px; }
  #knowledges .in-content .block .left-main {
    float: left;
    width: -moz-calc(100% - 450px);
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px); }
    .max-lg-size #knowledges .in-content .block .left-main {
      width: -moz-calc(100% - 430px);
      width: -webkit-calc(100% - 430px);
      width: calc(100% - 430px); }
    .max-md-size #knowledges .in-content .block .left-main {
      float: none;
      width: 100%; }
    #knowledges .in-content .block .left-main ul.list > li {
      margin-bottom: 50px;
      border: 1px solid #dddddd;
      background-color: #fff;
      -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
      overflow: hidden; }
      .max-sm-size #knowledges .in-content .block .left-main ul.list > li {
        margin-bottom: 30px; }
      #knowledges .in-content .block .left-main ul.list > li:last-of-type {
        margin-bottom: 0 !important; }
      #knowledges .in-content .block .left-main ul.list > li > .title {
        padding: 20px 30px;
        background-color: #f4f4f4;
        border-top: 2px solid #e60012;
        border-bottom: 1px solid #bbbbbb; }
        .max-sm-size #knowledges .in-content .block .left-main ul.list > li > .title {
          padding: 20px; }
        #knowledges .in-content .block .left-main ul.list > li > .title .name {
          float: left;
          width: -moz-calc(100% - 120px);
          width: -webkit-calc(100% - 120px);
          width: calc(100% - 120px);
          margin: 0; }
          .max-md-size #knowledges .in-content .block .left-main ul.list > li > .title .name {
            float: none;
            width: 100%;
            margin-bottom: 10px; }
          .max-sm-size #knowledges .in-content .block .left-main ul.list > li > .title .name {
            margin-bottom: 0; }
        #knowledges .in-content .block .left-main ul.list > li > .title .date {
          float: right;
          width: 120px;
          color: #aaaaaa;
          text-align: right; }
          .max-md-size #knowledges .in-content .block .left-main ul.list > li > .title .date {
            float: none;
            width: 100%;
            text-align: left; }
      #knowledges .in-content .block .left-main ul.list > li .editor {
        padding: 30px; }
        .max-sm-size #knowledges .in-content .block .left-main ul.list > li .editor {
          padding: 20px; }
      #knowledges .in-content .block .left-main ul.list > li a.more {
        display: table;
        margin: 0 30px 30px auto;
        color: #e60012; }
        .max-md-size #knowledges .in-content .block .left-main ul.list > li a.more {
          margin: 0 20px 20px auto; }
        #knowledges .in-content .block .left-main ul.list > li a.more i, #knowledges .in-content .block .left-main ul.list > li a.more span {
          display: inline-block;
          vertical-align: middle; }
        #knowledges .in-content .block .left-main ul.list > li a.more i {
          width: 38px;
          margin-right: 10px;
          padding-left: 3px;
          border-radius: 50%;
          border: 2px solid #e60012;
          color: #e60012;
          font-size: 25px;
          line-height: 34px;
          text-align: center;
          -webkit-transition: background 0.5s, color 0.5s;
          -o-transition: background 0.5s, color 0.5s;
          transition: background 0.5s, color 0.5s; }
        #knowledges .in-content .block .left-main ul.list > li a.more:hover i {
          color: #fff;
          background-color: #e60012; }
  #knowledges .in-content .block .right-hot {
    float: right;
    width: 400px;
    border-radius: 5px; }
    .min-md-size #knowledges .in-content .block .right-hot.fixed {
      position: fixed;
      top: 130px; }
    .min-md-size #knowledges .in-content .block .right-hot.active {
      position: absolute;
      top: auto;
      left: auto !important;
      right: 0;
      bottom: 148px; }
    .max-md-size #knowledges .in-content .block .right-hot {
      float: none;
      width: 100%;
      margin-bottom: 50px; }
    .max-sm-size #knowledges .in-content .block .right-hot {
      margin-bottom: 30px; }
    #knowledges .in-content .block .right-hot .title {
      padding: 10px 30px;
      position: relative;
      color: #fff;
      font-weight: bold;
      background-color: #e60012;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      .max-sm-size #knowledges .in-content .block .right-hot .title {
        padding: 10px 20px; }
      #knowledges .in-content .block .right-hot .title:after {
        content: '';
        display: block;
        width: 68px;
        height: 84px;
        position: absolute;
        right: 5px;
        top: -8px;
        background: url("images/knowledges/icon-hot.png") center no-repeat; }
    #knowledges .in-content .block .right-hot .scrollbar {
      border: 1px solid #dddddd; }
      .min-md-size #knowledges .in-content .block .right-hot .scrollbar {
        max-height: -moz-calc(100vh - 230px);
        max-height: -webkit-calc(100vh - 230px);
        max-height: calc(100vh - 230px); }
      .max-md-size #knowledges .in-content .block .right-hot .scrollbar {
        border-bottom: none; }
      #knowledges .in-content .block .right-hot .scrollbar .mCSB_inside > .mCSB_container {
        padding: 0; }
      #knowledges .in-content .block .right-hot .scrollbar .mCSB_scrollTools {
        opacity: 0; }
      #knowledges .in-content .block .right-hot .scrollbar:hover .mCSB_scrollTools {
        opacity: 1; }
    #knowledges .in-content .block .right-hot ul {
      font-size: 0; }
      .max-md-size #knowledges .in-content .block .right-hot ul {
        background-color: #fff; }
      #knowledges .in-content .block .right-hot ul li {
        border-bottom: 1px solid #dddddd;
        font-size: 18px; }
        .max-md-size #knowledges .in-content .block .right-hot ul li {
          display: inline-block;
          vertical-align: top;
          width: 50%; }
        .max-sm-size #knowledges .in-content .block .right-hot ul li {
          font-size: 16px; }
        .max-xs-size #knowledges .in-content .block .right-hot ul li {
          width: 100%; }
        .min-md-size #knowledges .in-content .block .right-hot ul li:last-of-type {
          border-bottom: none; }
        #knowledges .in-content .block .right-hot ul li a {
          display: block;
          padding: 20px 30px;
          background-color: #fff;
          -webkit-transition: background 0.5s;
          -o-transition: background 0.5s;
          transition: background 0.5s; }
          .max-sm-size #knowledges .in-content .block .right-hot ul li a {
            padding: 10px 20px; }
          #knowledges .in-content .block .right-hot ul li a span {
            display: block; }
          #knowledges .in-content .block .right-hot ul li a .name {
            padding-left: 10px;
            border-left: 2px solid #e60012;
            color: #000;
            font-weight: bold;
            -webkit-transition: color 0.5s;
            -o-transition: color 0.5s;
            transition: color 0.5s; }
            .max-md-size #knowledges .in-content .block .right-hot ul li a .name {
              height: 1.2em;
              line-height: 1.2em;
              overflow: hidden;
              -o-text-overflow: ellipsis;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -moz-line-clamp: 1;
              -ms-line-clamp: 1;
              -webkit-box-orient: vertical;
              -moz-box-orient: vertical;
              -ms-box-orient: vertical; }
          #knowledges .in-content .block .right-hot ul li a .summary {
            height: 3em;
            margin-top: 10px;
            padding-left: 12px;
            color: #444;
            font-size: 16px;
            line-height: 1.5em;
            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 #knowledges .in-content .block .right-hot ul li a .summary {
              height: 1.5em;
              margin-top: 0;
              font-size: 14px;
              -webkit-line-clamp: 1;
              -moz-line-clamp: 1;
              -ms-line-clamp: 1; }
          #knowledges .in-content .block .right-hot ul li a:hover {
            background-color: #f9f9f9; }
            #knowledges .in-content .block .right-hot ul li a:hover .name {
              color: #e60012; }

/* ==========================================================================
    hospital
 ==========================================================================*/
#hospital .in-content .en-title {
  margin-bottom: 30px;
  color: #e60012;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: right; }
  .max-sm-size #hospital .in-content .en-title {
    display: none; }

#hospital .in-content ul.list > li {
  margin-bottom: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
  .max-sm-size #hospital .in-content ul.list > li {
    margin-bottom: 30px; }
  #hospital .in-content ul.list > li:last-of-type {
    margin-bottom: 0 !important; }
  #hospital .in-content ul.list > li:after {
    content: '';
    display: block;
    clear: both; }
  #hospital .in-content ul.list > li:hover .text .name:after {
    width: 100%;
    opacity: 1; }
  #hospital .in-content ul.list > li ul.photos-slider {
    float: left;
    width: 50%; }
    .max-md-size #hospital .in-content ul.list > li ul.photos-slider {
      float: none;
      width: 100%; }
    #hospital .in-content ul.list > li ul.photos-slider .pic {
      height: 340px; }
      .max-md-size #hospital .in-content ul.list > li ul.photos-slider .pic {
        height: 40vw; }
  #hospital .in-content ul.list > li .text {
    float: left;
    width: 50%;
    height: 340px;
    padding: 50px 40px 50px 50px;
    position: relative; }
    .max-lg-size #hospital .in-content ul.list > li .text {
      padding: 30px; }
    .max-md-size #hospital .in-content ul.list > li .text {
      float: none;
      width: 100%;
      height: auto;
      padding-bottom: 70px; }
    .max-sm-size #hospital .in-content ul.list > li .text {
      padding: 20px 20px 60px 20px; }
    #hospital .in-content ul.list > li .text .scrollbar {
      height: 230px; }
      .max-lg-size #hospital .in-content ul.list > li .text .scrollbar {
        height: 250px; }
      .max-md-size #hospital .in-content ul.list > li .text .scrollbar {
        height: auto; }
      #hospital .in-content ul.list > li .text .scrollbar .mCSB_scrollTools {
        opacity: 0; }
      #hospital .in-content ul.list > li .text .scrollbar:hover .mCSB_scrollTools {
        opacity: 1; }
    #hospital .in-content ul.list > li .text .name {
      margin: 0 0 20px 0;
      padding-bottom: 10px;
      position: relative;
      color: #000; }
      #hospital .in-content ul.list > li .text .name:before, #hospital .in-content ul.list > li .text .name:after {
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0; }
      #hospital .in-content ul.list > li .text .name:before {
        width: 100%;
        background-color: #dddddd; }
      #hospital .in-content ul.list > li .text .name:after {
        width: 0%;
        background-color: #e60012;
        opacity: 0;
        z-index: 2;
        -webkit-transition: opacity 0.5s, width 0.5s;
        -o-transition: opacity 0.5s, width 0.5s;
        transition: opacity 0.5s, width 0.5s; }
    #hospital .in-content ul.list > li .text .go-web {
      width: 160px;
      position: absolute;
      right: 0;
      bottom: 0;
      background-color: #dddddd;
      color: #000;
      line-height: 50px;
      text-align: center;
      -webkit-transition: background 0.5s, color 0.5s;
      -o-transition: background 0.5s, color 0.5s;
      transition: background 0.5s, color 0.5s; }
      .max-xs-size #hospital .in-content ul.list > li .text .go-web {
        width: 100%; }
      #hospital .in-content ul.list > li .text .go-web:hover {
        color: #fff;
        background-color: #e60012; }

/* ==========================================================================
    corporate
 ==========================================================================*/
#corporate .in-content .block {
  margin-top: 80px; }
  .max-lg-size #corporate .in-content .block {
    margin-top: 50px; }
  .max-sm-size #corporate .in-content .block {
    margin-top: 30px; }
  #corporate .in-content .block .title {
    margin: 0;
    text-align: center;
    background: url("images/corporate/title-bg.jpg") center no-repeat; }
    #corporate .in-content .block .title span {
      display: inline-block;
      padding: 0 30px;
      background-color: #fff;
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
  #corporate .in-content .block ul.list {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    #corporate .in-content .block ul.list:after {
      content: '';
      display: block;
      clear: both; }
    #corporate .in-content .block ul.list li {
      float: left;
      width: 40%;
      margin: 50px 20px 0 20px;
      background-color: #f5f5f5; }
      .max-lg-size #corporate .in-content .block ul.list li {
        width: -moz-calc(50% - 40px);
        width: -webkit-calc(50% - 40px);
        width: calc(50% - 40px);
        margin-top: 30px; }
      .max-sm-size #corporate .in-content .block ul.list li {
        margin: 20px 10px 0 10px; }
      .max-xs-size #corporate .in-content .block ul.list li {
        width: 100%;
        margin: 20px 0 0 0; }
      #corporate .in-content .block ul.list li .pic {
        height: 260px;
        height: 16vw; }
        .max-lg-size #corporate .in-content .block ul.list li .pic {
          height: 20vw; }
        .max-xs-size #corporate .in-content .block ul.list li .pic {
          height: 40vw; }
      #corporate .in-content .block ul.list li .name {
        margin: 0;
        padding: 10px 30px;
        color: #444; }
        .max-sm-size #corporate .in-content .block ul.list li .name {
          padding: 10px 20px; }
  #corporate .in-content .block ul.logos {
    width: 100%;
    padding-bottom: 50px;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    #corporate .in-content .block ul.logos:after {
      content: '';
      display: block;
      clear: both; }
    #corporate .in-content .block ul.logos li {
      float: left;
      width: 16.6%;
      margin-top: 50px;
      padding: 0 20px; }
      .max-lg-size #corporate .in-content .block ul.logos li {
        width: 25%; }
      .max-sm-size #corporate .in-content .block ul.logos li {
        width: 33.3%;
        margin-top: 20px;
        padding: 0 10px; }
      .max-xs-size #corporate .in-content .block ul.logos li {
        width: 50%; }
      #corporate .in-content .block ul.logos li a {
        display: inline-block; }
        #corporate .in-content .block ul.logos li a img {
          display: block;
          -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; }
        #corporate .in-content .block ul.logos li a:hover img {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); }

#corporate .in-content .way {
  padding-bottom: 50px; }
  .max-sm-size #corporate .in-content .way {
    padding-bottom: 30px; }

/* ==========================================================================
    contact
 ==========================================================================*/
#contact .in-content .bg {
  max-width: 640px;
  width: 100%;
  height: 320px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("images/contact/inquire-bg.png") left bottom no-repeat;
  background-size: contain;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }
  .max-md-size #contact .in-content .bg {
    background-size: 80%; }

#contact .in-content .info {
  max-width: 1300px;
  margin: auto; }
  #contact .in-content .info .title {
    float: left;
    width: 50%;
    max-width: 480px;
    padding-right: 50px;
    padding-bottom: 30px;
    position: relative;
    font-weight: bold; }
    .max-md-size #contact .in-content .info .title {
      float: none;
      width: 100%;
      margin: auto;
      padding-right: 0; }
    .max-sm-size #contact .in-content .info .title {
      padding-bottom: 20px;
      -webkit-animation-name: faceIn;
      animation-name: faceIn; }
    #contact .in-content .info .title:after {
      content: '';
      display: block;
      width: 85px;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #e60012; }
  #contact .in-content .info .text {
    float: right;
    max-width: 50%; }
    .max-md-size #contact .in-content .info .text {
      float: none;
      max-width: 480px;
      margin: 50px auto 0 auto; }
    .max-sm-size #contact .in-content .info .text {
      margin-top: 30px;
      -webkit-animation-name: faceIn;
      animation-name: faceIn; }
    #contact .in-content .info .text ul li {
      margin-bottom: 10px;
      padding-left: 100px;
      position: relative;
      font-size: 17px;
      line-height: 1.5em; }
      .max-sm-size #contact .in-content .info .text ul li {
        padding-left: 90px;
        font-size: 16px; }
      #contact .in-content .info .text ul li span, #contact .in-content .info .text ul li a {
        display: inline-block;
        vertical-align: top; }
      #contact .in-content .info .text ul li span {
        width: 100px;
        position: absolute;
        left: 0;
        top: 0; }
        .max-sm-size #contact .in-content .info .text ul li span {
          width: 90px; }
      #contact .in-content .info .text ul li a {
        color: #000; }
        #contact .in-content .info .text ul li a:hover {
          text-decoration: underline; }

#contact .in-content .place {
  margin: 100px 0;
  padding-right: 30%;
  position: relative;
  z-index: 5; }
  .max-md-size #contact .in-content .place {
    margin: 50px 0; }
  .max-sm-size #contact .in-content .place {
    padding-right: 0; }
  #contact .in-content .place .map {
    height: 600px;
    background-color: #eee; }
    .max-md-size #contact .in-content .place .map {
      height: 400px; }
    .max-sm-size #contact .in-content .place .map {
      height: 250px; }
  .min-sm-size #contact .in-content .place .text {
    max-width: 430px;
    height: 256px;
    margin-top: -128px;
    position: absolute;
    left: 60%;
    top: 50%;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .max-sm-size #contact .in-content .place .text {
    margin-top: 30px;
    padding: 0 30px; }
  #contact .in-content .place .text .title {
    font-weight: bold;
    line-height: 1.2em; }
  #contact .in-content .place .text .go-map {
    display: block;
    max-width: 280px;
    width: 100%;
    margin-top: 50px;
    padding: 15px 40px;
    position: relative;
    background-color: #e60012;
    color: #fff;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s; }
    .max-sm-size #contact .in-content .place .text .go-map {
      margin-top: 20px; }
    #contact .in-content .place .text .go-map:hover {
      background-color: #bd0101; }
    #contact .in-content .place .text .go-map .line {
      width: 180px;
      height: 1px;
      position: absolute;
      right: -130px;
      top: 50%;
      background-color: #dddddd;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }

#contact .in-content .inquire {
  padding: 0 30px;
  position: relative;
  z-index: 5; }
  .max-md-size #contact .in-content .inquire {
    padding-bottom: 100px; }

/* ==========================================================================
    member
 ==========================================================================*/
.max-md-size #member .navbar {
  display: block; }

#member .in-content .password {
  max-width: 600px; }

#member .in-content .table {
  text-align: center; }
  #member .in-content .table th {
    background-color: #fff;
    color: #000;
    border: 1px solid #e60012;
    border-top-width: 2px;
    font-weight: bold; }
    #member .in-content .table th:first-of-type {
      border-left-color: #fff; }
    #member .in-content .table th:last-of-type {
      border-right-color: #fff; }
  #member .in-content .table tr:nth-of-type(odd) td {
    background-color: #fff; }
  #member .in-content .table tr:last-of-type td {
    border-bottom: 1px solid #e60012; }
  #member .in-content .table .topRed td {
    border-top: 1px solid #e60012; }

#member .total {
  margin-top: 20px;
  text-align: right;
  font-weight: bold; }
  .max-sm-size #member .total {
    margin-top: 10px; }

#member .payment .in-title {
  color: #000; }

#member .payment .table td {
  width: 33.3%; }

#member .payment .person {
  margin-top: 100px; }
  .max-md-size #member .payment .person {
    margin-top: 50px; }
  .max-sm-size #member .payment .person {
    margin-top: 30px; }

#member .donation .select {
  width: 200px;
  margin: -90px 0 50px auto; }
  .max-lg-size #member .donation .select {
    margin: 0 auto 30px auto;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }

#member .donation .table {
  min-width: 500px; }
  #member .donation .table td {
    width: 25%; }

.min-sm-size #member .download .table {
  min-width: 600px; }

.max-sm-size #member .download .table {
  border: none;
  text-align: left; }
  .max-sm-size #member .download .table tr {
    display: block;
    margin-bottom: 20px;
    padding: 15px 20px;
    border: 1px solid #e60012;
    border-radius: 5px; }
    .max-sm-size #member .download .table tr:first-of-type {
      display: none; }
  .max-sm-size #member .download .table td {
    display: block;
    padding: 5px 0;
    border: none !important;
    background-color: transparent; }
    .max-sm-size #member .download .table td .hidden {
      display: inline-block !important; }
    .max-sm-size #member .download .table td img {
      display: inline-block;
      vertical-align: middle; }

#member .download .table a {
  display: inline-block;
  width: 140px;
  color: #333; }
  #member .download .table a i {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    border: 2px solid #e1e1e1;
    border-radius: 50%;
    color: #bbbbbb;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    -webkit-transition: color 0.5s, border 0.5s;
    -o-transition: color 0.5s, border 0.5s;
    transition: color 0.5s, border 0.5s; }
  #member .download .table a:hover {
    color: #e60012; }
    #member .download .table a:hover i {
      border-color: #e60012;
      color: #e60012; }

/* ==========================================================================
    footer
 ==========================================================================*/
#footer {
  padding: 30px 50px 35px 50px;
  position: relative;
  z-index: 5;
  font-size: 17px; }
  .max-sm-size #footer {
    padding: 50px 30px;
    font-size: 16px; }
  #footer:before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #e60012;
    background: -moz-linear-gradient(left, #e60012 0%, #ff9900 100%);
    background: -webkit-linear-gradient(left, #e60012 0%, #ff9900 100%);
    background: -webkit-gradient(linear, left top, right top, from(#e60012), to(#ff9900));
    background: -o-linear-gradient(left, #e60012 0%, #ff9900 100%);
    background: linear-gradient(to right, #e60012 0%, #ff9900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60012', endColorstr='#ff9900',GradientType=1 ); }
  #footer .goTop {
    display: none;
    width: 54px;
    position: fixed;
    right: 100px;
    bottom: 50px;
    color: #e60012;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer; }
    .max-bg-size #footer .goTop {
      right: 30px;
      bottom: 30px; }
    .max-sm-size #footer .goTop {
      width: 40px;
      height: 40px;
      right: 15px;
      bottom: 15px;
      border-radius: 50%;
      font-size: 0;
      overflow: hidden; }
    #footer .goTop i {
      display: block;
      width: 100%;
      height: 54px;
      background-color: #e60012;
      color: #fff;
      font-size: 30px;
      line-height: 54px;
      -webkit-transition: background 0.5s;
      -o-transition: background 0.5s;
      transition: background 0.5s; }
      .max-sm-size #footer .goTop i {
        height: auto;
        line-height: 40px; }
    #footer .goTop:hover i {
      background-color: #bd0101; }
  #footer .left {
    float: left;
    width: 70%; }
    .max-bg-size #footer .left {
      float: none;
      width: 100%; }
  #footer .right {
    float: right;
    width: 30%;
    text-align: right; }
    .max-bg-size #footer .right {
      float: none;
      width: 100%;
      text-align: left; }
    .max-xs-size #footer .right {
      text-align: center; }
  #footer ul li {
    display: inline-block;
    vertical-align: middle; }
    #footer ul li a {
      color: #000; }
      #footer ul li a:hover {
        color: #e60012; }
  #footer ul.info li, #footer ul.links li {
    padding-right: 30px;
    position: relative; }
    #footer ul.info li:after, #footer ul.links li:after {
      content: '';
      display: block;
      width: 1px;
      height: 15px;
      position: absolute;
      top: 9px;
      right: 12px;
      background-color: #b0b0b0; }
    #footer ul.info li:last-of-type, #footer ul.links li:last-of-type {
      padding-right: 0; }
      #footer ul.info li:last-of-type:after, #footer ul.links li:last-of-type:after {
        content: normal; }
  .max-xs-size #footer ul.info li, .max-xs-size #footer ul.copyright li {
    display: block;
    padding: 0; }
    .max-xs-size #footer ul.info li:after, .max-xs-size #footer ul.copyright li:after {
      content: normal; }
  .max-xs-size #footer ul.copyright li {
    margin-top: 15px;
    color: #888888; }
  #footer ul.follow {
    margin-top: -6px; }
    .max-bg-size #footer ul.follow {
      margin-top: 30px; }
    .max-xs-size #footer ul.follow {
      margin-bottom: 10px; }
    #footer ul.follow li {
      margin-left: 5px; }
      #footer ul.follow li a {
        display: block;
        width: 40px;
        height: 40px;
        border: 2px solid #bbbbbb;
        border-radius: 50%;
        color: #bbbbbb;
        line-height: 36px;
        text-align: center;
        -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; }
        #footer ul.follow li a:hover {
          color: #fff;
          border-color: #e60012;
          background-color: #e60012; }
  .max-xs-size #footer ul.links li.design {
    display: block;
    padding: 0; }
    .max-xs-size #footer ul.links li.design:after {
      content: normal; }
