@charset "UTF-8";
body {
  padding-top: 120px !important; }

.c-c-1 {
  color: #B4D3FF; }

.c-c-2 {
  color: #081D44; }

.c-bg-base {
  background-color: #00408B; }

.c-bg-1 {
  background-color: #EDF2F8; }

.c-article p,
.c-article span,
.c-article li,
.c-article a,
.c-article pre,
.c-article h1,
.c-article h2,
.c-article h3,
.c-article h4,
.c-article h5,
.c-article h6 {
  word-wrap: break-word !important;
  white-space: normal !important; }

.c-max-width-1 {
  width: 1360px; }

.c-max-width-2 {
  width: 1280px; }

.c-max-width-3 {
  width: 1440px; }

.c-f-24 {
  font-size: 24px; }

.c-f-30 {
  font-size: 30px; }

.c-f-40 {
  font-size: 40px; }

.c-f-60 {
  font-size: 60px; }

.c-indent-3 {
  text-indent: -3px; }

.c-lh-20 {
  line-height: 20px; }

.c-lh-22 {
  line-height: 22px; }

.c-lh-24 {
  line-height: 24px; }

.c-lh-30 {
  line-height: 30px; }

.c-lh-36 {
  line-height: 36px; }

.c-lh-46 {
  line-height: 46px; }

.c-lh-60 {
  line-height: 60px; }

.c-mt-60 {
  margin-top: 60px; }

.c-mt-40 {
  margin-top: 40px; }

.c-mb-50 {
  margin-bottom: 50px; }

.c-mb-40 {
  margin-bottom: 40px; }

.c-ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.c-mt-70 {
  margin-top: 70px; }

.c-border-2 {
  border-bottom: 1px dashed #DDDDDD; }

.c-box-shadow {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); }

.c-box-shadow-1 {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3); }

.c-e-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
    display: -moz-box;
    display: box;
    box-orient: vertical;
}

.c-e-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -moz-box;
  display: box;
  box-orient: vertical; }

.c-e-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -moz-box;
  display: box;
  box-orient: vertical; }

.c-header {
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
  .c-header .c-header-top {
    height: 10px;
    background-image: linear-gradient(269deg, #059BCF 0%, #023EA1 100%); }
  .c-header .c-header-nav {
    height: 110px; }
  .c-header .logo img {
    height: 70px; }
  .c-header .nav > li {
    position: relative; }
    .c-header .nav > li > a {
      line-height: 110px; }
    .c-header .nav > li:hover > a {
      color: #024EA1; }
    .c-header .nav > li:hover.n-active > a:after {
      display: none; }
    .c-header .nav > li:hover:after {
      content: '';
      display: block;
      background-color: #FF734A;
      height: 4px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .c-header .nav > li.n-active > a {
      -webkit-transition: all .3s;
      transition: all .3s;
      color: #024EA1;
      font-weight: bold;
      position: relative; }
      .c-header .nav > li.n-active > a:after {
        content: '';
        display: block;
        background-color: #DA5128;
        height: 6px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; }
    .c-header .nav > li .nav-sub {
      z-index: 200;
      position: absolute;
      top: 86px;
      left: 50%;
      width: 170px;
      background-image: none;
      padding-top: 20px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .c-header .nav > li .nav-sub .nav-arrow {
        width: 8px;
        height: 8px;
        display: block;
        position: absolute;
        top: 12px;
        left: 50%;
        margin-left: -4px;
        background-image: url(/templates/english/image/nav-arrow.png); }
      .c-header .nav > li .nav-sub ul {
        padding: 15px 0;
        -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
        border-top: 4px solid #FF734A; }
        .c-header .nav > li .nav-sub ul li {
          background-image: none;
          width: 100%; }
          .c-header .nav > li .nav-sub ul li a {
            -webkit-transition: all .3s;
            transition: all .3s;
            height: 35px;
            line-height: 35px; }
          .c-header .nav > li .nav-sub ul li:hover {
            background: #EEEEEE; }
            .c-header .nav > li .nav-sub ul li:hover a {
              color: #024EA1; }
    .c-header .nav > li:hover .nav-sub {
      display: block; }
  .c-header .language {
    color: #B4D3FF;
    border: #B4D3FF 1px solid;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .c-header .language:hover {
      background-color: #B4D3FF;
      color: #FFFFFF; }

.c-footer {
  position: relative;
  min-height: 220px;
  padding: 30px 60px;
  background-color: #00408B !important; }
  .c-footer .c-footer-max {
    max-width: 545px; }
  .c-footer .links {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .c-footer .links h2 {
      line-height: 65px;
      height: 65px;
      border-bottom: 3px solid #DA5128; }
  .c-footer .logo:after {
    background-color: rgba(255, 255, 255, 0.2); }
  .c-footer .logo img {
    height: 65px; }
  .c-footer .c-footer-left-bg {
    height: 157px;
    width: 90px;
    background-image: url(/templates/english/image/footer-left-bg.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    z-index: 10;
    bottom: 0; }
    .c-footer .c-footer-left-bg:before {
      content: '';
      display: block;
      position: absolute;
      right: 90px;
      height: 100%;
      background-color: #FF7342;
      left: calc(640px - 50vw); }
  .c-footer .c-footer-left-bg-hack {
    width: 30px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 6; }
  .c-footer .c-footer-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 10; }

.footer-hack-c-bg-1 .c-footer-left-bg-hack {
  background: #EDF2F8; }

.home-banner {
  height: 720px; }
  .home-banner .home-banner-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .home-banner .home-banner-item-bg {
    z-index: 10;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 21, 57, 0.9)), color-stop(99%, rgba(0, 29, 76, 0)));
    background-image: linear-gradient(0deg, rgba(0, 21, 57, 0.9) 0%, rgba(0, 29, 76, 0) 99%); }
  .home-banner .home-banner-pages {
    position: absolute;
    left: auto !important;
    bottom: auto !important;
    width: 14px !important;
    right: 60px !important;
    top: calc(50% + 60px) !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .home-banner .home-banner-pages span {
      display: block;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background-color: #FFFFFF;
      opacity: .5;
      margin: 5px 0 !important; }
      .home-banner .home-banner-pages span.swiper-pagination-bullet-active {
        opacity: 1; }
  .home-banner .home-banner-title {
    z-index: 20;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .home-banner .swiper-button-next,
  .home-banner .swiper-button-prev {
    z-index: 9999;
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
    pointer-events: auto !important;
    opacity: 1 !important;
    right: 0;
    width: 70px;
    height: 70px;
    background-image: url(/templates/english/image/icon_banner_next_p.png);
    background-size: 100%;
    background-position: center;
    cursor: pointer !important; }
    .home-banner .swiper-button-next:after,
    .home-banner .swiper-button-prev:after {
      display: none; }
  .home-banner .swiper-button-prev {
    left: 0;
    background-image: url(/templates/english/image/icon_banner_back_n.png); }
  .home-banner .swiper-pagination {
    height: 14px;
    bottom: 30px !important; }
    .home-banner .swiper-pagination .swiper-pagination-bullet {
      line-height: 14px;
      width: 14px;
      height: 14px;
      background: rgba(255, 255, 255, 0.5); }
      .home-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: white; }

.home-main-news .home-main-news-img {
  margin-top: -20px;
  width: 640px;
  height: 360px; }
  .home-main-news .home-main-news-img div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    transition: all .3s; }

.home-main-news:hover .home-main-news-img div {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.home-main-news h2 {
  -webkit-transition: all .3s;
  transition: all .3s; }

.home-main-news:hover h2 {
  color: #85A6D1; }

.home-main-news .home-main-news-date {
  margin-top: -20px;
  height: 100px; }
  .home-main-news .home-main-news-date span {
    padding-bottom: 16px; }

.home-main-news .home-main-news-content h2 {
  line-height: 30px; }

.home-main-news .home-main-news-content h2,
.home-main-news .home-main-news-content h3 {
  padding: 0 80px 0 40px; }

.home-news-list {
  margin: 0 -20px !important; }
  .home-news-list li p {
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 25px;
    height: 100px; }
  .home-news-list li .home-news-thumb {
    width: 230px;
    height: 140px; }
    .home-news-list li .home-news-thumb div {
      -webkit-transition: all .3s;
      transition: all .3s;
      background-size: cover;
      background-position: center;
      -webkit-transform: scale(1);
      transform: scale(1);
      border:1px solid #cecece;
    }
  .home-news-list li span {
    -webkit-transition: all .3s;
    transition: all .3s; }
  .home-news-list li:hover p {
    color: #DA5128; }
  .home-news-list li:hover span {
    background-color: #DA5128; }
  .home-news-list li:hover .home-news-thumb div {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.c-research-width {
  width: 360px; }

.home-research-container {
  margin-top: 60px;
  position: relative; }
  .home-research-container .home-research-top-title {
    position: relative;
    top: 22px; }
  .home-research-container .home-research-bg-container {
    position: relative; }
    .home-research-container .home-research-bg-container .home-research-bg {
      position: absolute;
      top: 0;
      left: 0;
      right: calc(640px - 50vw);
      bottom: 0; }
  .home-research-container.home-research-detail-container {
    margin-top: 40px; }
    .home-research-container.home-research-detail-container .home-research-detail-title {
      position: relative;
      top: 13px; }
    .home-research-container.home-research-detail-container .home-research-inner:before {
      background-image: -webkit-gradient(linear, right top, left top, from(#F9C081), to(#F15A4A));
      background-image: linear-gradient(270deg, #F9C081 0%, #F15A4A 100%); }
  .home-research-container.home-news-detail-container {
    margin-top: 100px; }
    .home-research-container.home-news-detail-container .home-news-detail-title {
      position: relative;
      top: -47px; }
    .home-research-container.home-news-detail-container .home-research-inner:before {
      background-image: -webkit-gradient(linear, right top, left top, from(#F9C081), to(#F15A4A));
      background-image: linear-gradient(270deg, #F9C081 0%, #F15A4A 100%); }
  .home-research-container.home-alumni-detail-container {
    margin-top: 100px; }
    .home-research-container.home-alumni-detail-container .home-alumni-detail-title {
      position: relative;
      top: -47px; }
    .home-research-container.home-alumni-detail-container .home-research-inner:before {
      background-image: -webkit-gradient(linear, right top, left top, from(#F9C081), to(#F15A4A));
      background-image: linear-gradient(270deg, #F9C081 0%, #F15A4A 100%); }
  .home-research-container .home-research-inner {
    position: relative; }
    .home-research-container .home-research-inner:before {
      content: '';
      display: block;
      width: 679px;
      height: 262px;
      background-image: linear-gradient(269deg, #059BCF 0%, #023EA1 100%);
      position: absolute;
      top: -170px;
      left: calc(640px - 50vw); }
  .home-research-container .home-research {
    height: 590px;
    margin-top: -134px;
    margin-left: -80px; }
  .home-research-container .home-research-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .home-research-container .home-research-item-bg {
    z-index: 10;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 21, 57, 0.9)), color-stop(99%, rgba(0, 29, 76, 0)));
    background-image: linear-gradient(0deg, rgba(0, 21, 57, 0.9) 0%, rgba(0, 29, 76, 0) 99%); }
  .home-research-container .home-research-pages {
    height: 420px;
    width: 360px;
    position: relative;
    z-index: 400; }
    .home-research-container .home-research-pages ul {
      border-top-right-radius: 6px; }
      .home-research-container .home-research-pages ul li {
        position: relative; }
        .home-research-container .home-research-pages ul li h4 {
          height: 44px;
          line-height: 22px;
          position: relative;
          z-index: 10; }
        .home-research-container .home-research-pages ul li.n-active .home-research-pages-active {
          width: 390px;
          opacity: 1; }
        .home-research-container .home-research-pages ul li.n-active h4 {
          color: #DA5128;
          font-weight: bold;
          line-height: 24px; }
        .home-research-container .home-research-pages ul li .home-research-pages-active {
          width: 0px;
          opacity: 0;
          height: 84px;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url(/templates/english/image/home-banner-item-active-bg.png);
          background-position: center;
          background-repeat: no-repeat;
          z-index: 5;
          position: absolute;
          -webkit-transition: all .5s;
          transition: all .5s;
          right: 0;
          top: 0; }
  .home-research-container .home-research-title {
    z-index: 20; }

.home-research-date {
  height: 28px; }
  .home-research-date span {
    position: relative; }
    .home-research-date span:after {
      content: '';
      height: 14px;
      width: 100%;
      position: absolute;
      display: block;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.3); }
  .home-research-date span {
    line-height: 28px; }

@media screen and (max-width: 1440px) {
  .home-research-container .home-research-inner:before {
    left: -80px; } }

.home-campus {
  position: relative;
  height: 600px;
  padding-bottom: 50px !important; }
  .home-campus .swiper-wrapper {
    padding-top: 20px !important; }
  .home-campus .home-campus-item {
    width: 430px;
    height: 500px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-size: cover;
    background-position: center; }
    .home-campus .home-campus-item:hover {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px); }
      .home-campus .home-campus-item:hover .home-copus-mask {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1); }
      .home-campus .home-campus-item:hover .home-campus-title {
        opacity: 0; }
    .home-campus .home-campus-item .home-copus-mask {
      opacity: 0;
      background: rgba(218, 81, 40, 0.8);
      -webkit-transition: all .3s;
      transition: all .3s;
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom; }
      .home-campus .home-campus-item .home-copus-mask h2 {
        padding-bottom: 40px; }
        .home-campus .home-campus-item .home-copus-mask h2:after {
          left: 50px;
          right: 50px; }
      .home-campus .home-campus-item .home-copus-mask h3 {
        padding-top: 40px; }
    .home-campus .home-campus-item .home-campus-title {
      background: rgba(0, 0, 0, 0.3);
      opacity: 1;
      -webkit-transition: all .3s;
      transition: all .3s; }
  .home-campus .swiper-button-prev,
  .home-campus .swiper-button-next {
    position: absolute;
    bottom: 0;
    top: auto;
    width: 120px;
    height: 40px;
    background: #CCCCCC;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat; }
    .home-campus .swiper-button-prev:hover,
    .home-campus .swiper-button-next:hover {
      background-color: #666666; }
    .home-campus .swiper-button-prev:after,
    .home-campus .swiper-button-next:after {
      display: none; }
  .home-campus .swiper-button-prev {
    right: 195px;
    left: auto;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-image: url(/templates/english/image/back.png); }
  .home-campus .swiper-button-next {
    right: 70px;
    left: auto;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-image: url(/templates/english/image/next.png); }

.c-campus-detail-list a {
  padding: 10px 12.5px; }
  .c-campus-detail-list a:hover .c-campus-detail-thumb div {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .c-campus-detail-list a:hover .c-campus-detail-thumb h1 {
    color: #FFFFFF;
    background: rgba(218, 81, 40, 0.8); }

.c-campus-detail-list .c-campus-detail-thumb {
  height: 400px;
  position: relative; }
  .c-campus-detail-list .c-campus-detail-thumb div {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .c-campus-detail-list .c-campus-detail-thumb h1 {
    -webkit-transition: all .3s;
    transition: all .3s; }

.c-detail-banner {
  height: 300px;
  position: relative;
  background-size: cover; }
  .c-detail-banner h1 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.c-detail-crumbs {
  height: 40px;
  background: rgba(2, 78, 161, 0.7); }
  .c-detail-crumbs.c-detail-crumbs-1 {
    background: rgba(132, 165, 211, 0.2); }
  .c-detail-crumbs li {
    position: relative; }
    .c-detail-crumbs li:last-child:after {
      display: none; }
    .c-detail-crumbs li:after {
      content: '¡¤';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: -10px; }

.c-content-linear {
  background-size: 40% 100%;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(187, 210, 234, 0)), to(rgba(133, 166, 209, 0.1)));
  background-image: linear-gradient(270deg, rgba(187, 210, 234, 0) 0%, rgba(133, 166, 209, 0.1) 100%);
  border-bottom: #EEEEEE 2px solid; }
  .c-content-linear .c-content-linear-content {
    width: 70%;
    position: relative;
    padding: 40px 30px; }
    .c-content-linear .c-content-linear-content:after {
      content: '';
      position: absolute;
      height: 2px;
      background-color: #CCCCCC;
      display: block;
      width: 100%;
      bottom: -2px;
      left: 0; }

.c-education-list li {
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 40px;
  line-height: 40px; }

.c-education-list li:hover {
  border: 1px #DA5128 solid;
  background-color: #DA5128;
  color: #FFFFFF; }
  .c-education-list li:hover a {
    color: #FFFFFF; }

.c-education-list .c-education-thumb {
  width: 640px;
  height: 410px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.c-education-list .c-education-title {
  position: relative; }
  .c-education-list .c-education-title h2 {
    position: relative;
    top: -20px; }
  .c-education-list .c-education-title:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 360px;
    height: 40px;
    opacity: 0.2;
    background-image: linear-gradient(269deg, #023EA1 0%, rgba(5, 155, 207, 0) 100%); }
  .c-education-list .c-education-title.c-education-right-title:after {
    right: auto;
    left: 0;
    background-image: linear-gradient(269deg, rgba(5, 155, 207, 0) 0%, #023EA1 100%); }

.c-education-list p {
  word-break: break-word; }

.c-detail-load-more {
  width: 305px;
  height: 50px;
  border: 2px solid #024EA1;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .c-detail-load-more.c-detail-load-more-1 {
    height: 42px; }
  .c-detail-load-more:disabled {
    -webkit-animation: skeleton 1.4s ease infinite;
    animation: skeleton 1.4s ease infinite;
    background-color: #CCCCCC;
    background-position: left top;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0)), color-stop(37%, rgba(0, 0, 0, 0.2)), color-stop(63%, rgba(0, 0, 0, 0))) !important;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.2) 37%, rgba(0, 0, 0, 0) 63%) !important;
    background-size: 400% 100% !important;
    border: 2px #CCCCCC solid;
    color: #FFFFFF; }
  .c-detail-load-more:hover {
    background-color: #024EA1;
    color: #FFFFFF; }
    .c-detail-load-more:hover:disabled {
      -webkit-animation: skeleton 1.4s ease infinite;
      animation: skeleton 1.4s ease infinite;
      background-color: #CCCCCC;
      background-position: left top;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0)), color-stop(37%, rgba(0, 0, 0, 0.2)), color-stop(63%, rgba(0, 0, 0, 0))) !important;
      background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.2) 37%, rgba(0, 0, 0, 0) 63%) !important;
      background-size: 400% 100% !important;
      border: 2px #CCCCCC solid;
      color: #FFFFFF; }

.c-detail-join-us-button {
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .c-detail-join-us-button:hover {
    background-color: #DA5128; }

@-webkit-keyframes skeleton {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0 50%; } }

@keyframes skeleton {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0 50%; } }

.laboratory-container {
  margin-top: 130px; }
  .laboratory-container .laboratory .laboratory-inner {
    margin-top: -70px;
    margin-left: calc(647px - 50vw);
    background-image: url(/templates/english/image/laboratory.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 0;
    padding-bottom: 40px; }
    .laboratory-container .laboratory .laboratory-inner:after {
      content: '';
      background-color: #023673;
      width: 20px;
      position: absolute;
      right: -20px;
      top: 70px;
      bottom: 0; }
    .laboratory-container .laboratory .laboratory-inner .laboratory-banner {
      width: 1360px;
      padding-top: 100px;
      margin: -100px 0 0 auto;
      height: 415px; }
    .laboratory-container .laboratory .laboratory-inner .laboratory-item {
      position: relative;
      height: 308px;
      -webkit-transition: all .3s;
      transition: all .3s;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
      .laboratory-container .laboratory .laboratory-inner .laboratory-item:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px); }
        .laboratory-container .laboratory .laboratory-inner .laboratory-item:hover .laboratory-item-thumb span {
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
      .laboratory-container .laboratory .laboratory-inner .laboratory-item .laboratory-item-thumb {
        height: 245px; }
        .laboratory-container .laboratory .laboratory-inner .laboratory-item .laboratory-item-thumb span {
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          -webkit-transition: all .3s;
          transition: all .3s;
          -webkit-transform: scale(1);
          transform: scale(1); }
      .laboratory-container .laboratory .laboratory-inner .laboratory-item .laboratory-item-title {
        position: relative;
        z-index: 10;
        background: rgba(255, 255, 255, 0.2); }
        .laboratory-container .laboratory .laboratory-inner .laboratory-item .laboratory-item-title h2 {
          height: 44px; }
    .laboratory-container .laboratory .laboratory-inner .laboratory-title {
      padding: 60px 0 40px 0; }
  .laboratory-container .laboratory .swiper-button-prev,
  .laboratory-container .laboratory .swiper-button-next {
    position: absolute;
    top: 35px;
    width: 120px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat; }
    .laboratory-container .laboratory .swiper-button-prev:hover,
    .laboratory-container .laboratory .swiper-button-next:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .laboratory-container .laboratory .swiper-button-prev:after,
    .laboratory-container .laboratory .swiper-button-next:after {
      display: none; }
  .laboratory-container .laboratory .swiper-button-prev {
    right: calc(50vw - 490px);
    left: auto;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-image: url(/templates/english/image/back.png); }
  .laboratory-container .laboratory .swiper-button-next {
    right: calc(50vw - 620px);
    left: auto;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-image: url(/templates/english/image/next.png); }

@media screen and (max-width: 1280px) {
  .laboratory-container {
    margin-top: 100px; }
    .laboratory-container .laboratory .laboratory-inner {
      margin-left: 0; } }

.characters-container {
  width: 1290px; }
  .characters-container a {
    width: 307.5px; }
    .characters-container a:hover .characters-thumb div {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .characters-container a:hover .characters-thumb h1 {
      background: rgba(218, 81, 40, 0.8); }
  .characters-container .characters-thumb {
    height: 320px;
    position: relative; }
    .characters-container .characters-thumb div {
      -webkit-transition: all .3s;
      transition: all .3s;
      -webkit-transform: scale(1);
      transform: scale(1);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .characters-container .characters-thumb h1 {
      -webkit-transition: all .3s;
      transition: all .3s;
      width: 90%;
      background: rgba(2, 78, 161, 0.8); }

.more .c-icon-more {
  display: block; }

.more .c-icon-more-active {
  display: none; }

.more:hover span {
  color: #DA5128; }

.more:hover .c-icon-more {
  display: none; }

.more:hover .c-icon-more-active {
  display: block; }

.c-campus-view {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  .c-campus-view .c-campus-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url(/templates/english/image/close.png);
    background-size: 100%;
    height: 30px;
    width: 30px;
    cursor: pointer;
    z-index: 50; }
  .c-campus-view .swiper-container {
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%; }
    .c-campus-view .swiper-container .swiper-slide {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }

.c-campus .home-campus,
.c-campus-top .home-campus {
  height: 500px;
  margin-left: -80px; }
  .c-campus .home-campus .home-campus-title,
  .c-campus-top .home-campus .home-campus-title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.c-campus .c-campus-bg,
.c-campus-top .c-campus-bg {
  height: 320px; }

.c-campus .c-campus-title,
.c-campus-top .c-campus-title {
  position: relative; }
  .c-campus .c-campus-title h1,
  .c-campus-top .c-campus-title h1 {
    width: 427px;
    height: 86px;
    line-height: 86px; }
  .c-campus .c-campus-title .c-campus-service .swiper-button-prev,
  .c-campus .c-campus-title .c-campus-service .swiper-button-next,
  .c-campus-top .c-campus-title .c-campus-service .swiper-button-prev,
  .c-campus-top .c-campus-title .c-campus-service .swiper-button-next {
    position: absolute;
    top: 65px !important;
    bottom: auto;
    width: 120px;
    height: 40px;
    background: #CCCCCC;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat; }
    .c-campus .c-campus-title .c-campus-service .swiper-button-prev:hover,
    .c-campus .c-campus-title .c-campus-service .swiper-button-next:hover,
    .c-campus-top .c-campus-title .c-campus-service .swiper-button-prev:hover,
    .c-campus-top .c-campus-title .c-campus-service .swiper-button-next:hover {
      background-color: #666666; }
    .c-campus .c-campus-title .c-campus-service .swiper-button-prev:after,
    .c-campus .c-campus-title .c-campus-service .swiper-button-next:after,
    .c-campus-top .c-campus-title .c-campus-service .swiper-button-prev:after,
    .c-campus-top .c-campus-title .c-campus-service .swiper-button-next:after {
      display: none; }
  .c-campus .c-campus-title .c-campus-service .swiper-button-prev,
  .c-campus-top .c-campus-title .c-campus-service .swiper-button-prev {
    right: 125px !important;
    left: auto;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-image: url(/templates/english/image/back.png); }
  .c-campus .c-campus-title .c-campus-service .swiper-button-next,
  .c-campus-top .c-campus-title .c-campus-service .swiper-button-next {
    right: 0 !important;
    left: auto;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-image: url(/templates/english/image/next.png); }

.c-campus .c-campus-content,
.c-campus-top .c-campus-content {
  margin-top: -340px;
  position: relative; }

.c-join-us {
  position: relative; }
  .c-join-us .c-join-us-bg {
    height: 320px; }
  .c-join-us .c-join-us-title {
    position: relative; }
    .c-join-us .c-join-us-title h1 {
      width: 200px;
      height: 94px;
      line-height: 46px;
      padding-top: 106px; }
    .c-join-us .c-join-us-title h2 {
      padding-left: 240px;
      padding-right: 40px;
      position: absolute;
      bottom: 25px;
      right: 0; }
    .c-join-us .c-join-us-title.c-join-us-title-1 h1 {
      width: 432px;
      height: 126px;
      padding: 0;
      line-height: 126px; }
    .c-join-us .c-join-us-title.c-join-us-title-2 h1 {
      width: 200px;
      height: 126px;
      padding: 0;
      line-height: 126px; }
  .c-join-us .c-join-us-content {
    margin-top: -340px;
    position: relative;
    z-index: 10; }
    .c-join-us .c-join-us-content #content {
      position: relative; }
      .c-join-us .c-join-us-content #content.n-active:after {
        display: none; }
      .c-join-us .c-join-us-content #content:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 80px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
        background-image: linear-gradient(rgba(255, 255, 255, 0), white); }
    .c-join-us .c-join-us-content.c-join-us-content-1 .c-join-us-article {
      margin-top: -60px;
      padding-top: 60px; }
    .c-join-us .c-join-us-content .c-join-us-article {
      margin-top: -30px; }

.c-leader-list {
  position: relative; }
  .c-leader-list li {
    min-height: 360px;
    position: relative; }
  .c-leader-list .c-leader-list-thumb {
    position: absolute;
    z-index: 30;
    height: 360px;
    width: 440px; }
    .c-leader-list .c-leader-list-thumb div {
      width: 440px;
      height: 360px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
  .c-leader-list .c-leader-list-content {
    padding-left: 500px;
    padding-right: 40px;
    z-index: 20;
    position: relative;
    min-height: 360px;
    border: 2px solid #024EA1;
    margin-top: 20px;
    margin-left: -20px; }
    .c-leader-list .c-leader-list-content:before {
      content: '';
      height: 20px;
      position: absolute;
      display: block;
      left: 30px;
      top: -22px;
      right: 0;
      background-color: #024EA1; }
    .c-leader-list .c-leader-list-content:after {
      content: '';
      width: 20px;
      position: absolute;
      display: block;
      right: -20px;
      top: -22px;
      bottom: 18px;
      background-color: #024EA1; }
  .c-leader-list .c-leader-pos {
    width: 200px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 440px;
    z-index: 50; }
  .c-leader-list .c-leader-title {
    padding: 20px 20px 0 170px; }

.c-campus-bottom {
  margin-top: 80px;
  padding-left: 40px; }
  .c-campus-bottom .c-campus-bottom-bg {
    background-image: linear-gradient(269deg, #059BCF 0%, #023EA1 100%);
    margin-right: calc(640px - 50vw); }
    .c-campus-bottom .c-campus-bottom-bg .c-campus-bottom-content {
      position: relative;
      top: -20px; }
    .c-campus-bottom .c-campus-bottom-bg .c-campus-bottom-article {
      border: 4px solid #DA5128;
      margin-left: -20px;
      margin-right: 20px;
      margin-top: -5px; }
      .c-campus-bottom .c-campus-bottom-bg .c-campus-bottom-article #content {
        position: relative; }
        .c-campus-bottom .c-campus-bottom-bg .c-campus-bottom-article #content.n-active:after {
          display: none; }
        .c-campus-bottom .c-campus-bottom-bg .c-campus-bottom-article #content:after {
          position: absolute;
          content: '';
          left: 0;
          bottom: 0;
          width: 100%;
          height: 80px;
          background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
          background-image: linear-gradient(rgba(255, 255, 255, 0), white); }
      .c-campus-bottom .c-campus-bottom-bg .c-campus-bottom-article div {
        -webkit-transition: all .3s;
        transition: all .3s; }
    .c-campus-bottom .c-campus-bottom-bg .c-campus-bottom-title {
      position: relative;
      margin-right: 20px; }
      .c-campus-bottom .c-campus-bottom-bg .c-campus-bottom-title h1 {
        width: 474px;
        height: 86px;
        line-height: 86px; }
      .c-campus-bottom .c-campus-bottom-bg .c-campus-bottom-title h2 {
        position: relative;
        bottom: -15px; }

.c-alumni {
  margin-bottom: -30px; }
  .c-alumni .c-alumni-events {
    margin-left: -20px;
    padding-bottom: 40px; }
  .c-alumni .c-alumni-title {
    height: 106px;
    padding-top: 40px; }
  .c-alumni .c-alumni-title-1 {
    height: 86px;
    padding-top: 30px; }
  .c-alumni .c-alumni-list {
    width: 380px;
    margin-right: -20px; }
    .c-alumni .c-alumni-list .c-alumni-list-corthcoming,
    .c-alumni .c-alumni-list .c-alumni-list-join {
      width: 310px;
      height: 108px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .c-alumni .c-alumni-list .c-alumni-list-corthcoming {
      background-image: url(/templates/english/image/forthcoming.png); }
    .c-alumni .c-alumni-list .c-alumni-list-join {
      background-image: url(/templates/english/image/join-pic.png); }
    .c-alumni .c-alumni-list li span,
    .c-alumni .c-alumni-list li h2 {
      -webkit-transition: all .3s;
      transition: all .3s; }
    .c-alumni .c-alumni-list li:hover span,
    .c-alumni .c-alumni-list li:hover h2 {
      color: #DA5128; }
  .c-alumni .c-alumni-banner {
    height: 590px; }
    .c-alumni .c-alumni-banner .swiper-button-prev,
    .c-alumni .c-alumni-banner .swiper-button-next {
      position: absolute;
      bottom: 10px;
      top: auto;
      width: 40px;
      height: 40px;
      background-color: rgba(0, 0, 0, 0.5);
      background-size: 16px;
      background-position: center;
      background-repeat: no-repeat; }
      .c-alumni .c-alumni-banner .swiper-button-prev:hover,
      .c-alumni .c-alumni-banner .swiper-button-next:hover {
        background-color: rgba(0, 0, 0, 0.7); }
      .c-alumni .c-alumni-banner .swiper-button-prev:after,
      .c-alumni .c-alumni-banner .swiper-button-next:after {
        display: none; }
    .c-alumni .c-alumni-banner .swiper-button-prev {
      right: 60px;
      left: auto;
      background-image: url(/templates/english/image/back.png); }
    .c-alumni .c-alumni-banner .swiper-button-next {
      right: 10px;
      left: auto;
      background-image: url(/templates/english/image/next.png); }
  .c-alumni .c-alumni-banner-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .c-alumni .c-alumni-banner-title {
    background: rgba(8, 29, 68, 0.7);
    width: 870px;
    padding-bottom: 15px; }
    .c-alumni .c-alumni-banner-title .c-alumni-banner-title-inner {
      position: relative;
      top: -5px; }
  .c-alumni .c-alumni-join {
    width: 340px;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-image: url(/templates/english/image/join.png); }
  .c-alumni .home-news-list {
    margin: -10px -10px 0 -10px !important; }
    .c-alumni .home-news-list .home-news-thumb {
      /*width: 150px;
      height: 150px; */
    }
    .c-alumni .home-news-list li p {
      line-height: 22px;
      height: 88px; }

.c-alumni-bottom {
  position: relative; }
  .c-alumni-bottom .c-alumni-bottom-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    bottom: 30px;
    background: rgba(8, 29, 68, 0.9);
    margin-right: calc(640px - 50vw); }
  .c-alumni-bottom .c-alumni-bottom-content {
    position: relative;
    z-index: 10; }
  .c-alumni-bottom .c-alumni-bottom-article {
    border: 4px solid #DA5128;
    margin-top: -4px;
    margin-right: -40px; }
    .c-alumni-bottom .c-alumni-bottom-article div {
      -webkit-transition: all .3s;
      transition: all .3s; }
  .c-alumni-bottom .c-alumni-bottom-title {
    position: relative; }
    .c-alumni-bottom .c-alumni-bottom-title h1 {
      width: 196px;
      height: 68px;
      line-height: 68px; }

.c-contact-list .c-contact-list-thumb {
  width: 210px;
  height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.c-contact-list .c-contact-list-name {
  border-bottom: 2px #081D44 solid; }

.c-contact-list .c-contact-list-desc {
  height: 66px; }

.c-contact-list .c-contact-list-icon {
  display: block;
  width: 16px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat; }
  .c-contact-list .c-contact-list-icon.phone {
    background-image: url(/templates/english/image/phone2.png); }
  .c-contact-list .c-contact-list-icon.mail {
    background-image: url(/templates/english/image/mail2.png); }
  .c-contact-list .c-contact-list-icon.address {
    background-image: url(/templates/english/image/address2.png); }


.c-icon-address {
  background: url("/templates/english/dist/icons.png") no-repeat 0rem -1.25rem;
  background-size: 5.375rem 3.5rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem; }

.c-icon-crumbs-base {
  background: url("/templates/english/dist/icons.png") no-repeat 0rem -2.5rem;
  background-size: 5.375rem 3.5rem;
  display: block;
  width: 1rem;
  height: 1rem; }

.c-icon-crumbs {
  background: url("/templates/english/dist/icons.png") no-repeat -1rem -2.5rem;
  background-size: 5.375rem 3.5rem;
  display: block;
  width: 1rem;
  height: 1rem; }

.c-icon-fax {
  background: url("/templates/english/dist/icons.png") no-repeat -1.25rem -1.25rem;
  background-size: 5.375rem 3.5rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem; }

.c-icon-join-group {
  background: url("/templates/english/dist/icons.png") no-repeat -2rem -2.5rem;
  background-size: 5.375rem 3.5rem;
  display: block;
  width: 1rem;
  height: 1rem; }

.c-icon-mail {
  background: url("/templates/english/dist/icons.png") no-repeat -2.5rem -1.25rem;
  background-size: 5.375rem 3.5rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem; }

.c-icon-more-active {
  background: url("/templates/english/dist/icons.png") no-repeat 0rem 0rem;
  background-size: 5.375rem 3.5rem;
  display: block;
  width: 5.375rem;
  height: 0.625rem; }

.c-icon-more {
  background: url("/templates/english/dist/icons.png") no-repeat 0rem -0.625rem;
  background-size: 5.375rem 3.5rem;
  display: block;
  width: 5.375rem;
  height: 0.625rem; }

.c-icon-phone {
  background: url("/templates/english/dist/icons.png") no-repeat -3.75rem -1.25rem;
  background-size: 5.375rem 3.5rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem; }

@charset "UTF-8";
html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  -webkit-text-size-adjust: none; }

body {
  overflow-x: hidden;
  min-height: 100vh; }

.n-ul {
  list-style: none; }

.n-a {
  text-decoration: none; }

.n-img {
  display: block;
  border: none; }

.n-small {
  font-size: 12px; }

input,
button,
textarea {
  border: none;
  background: rgba(0, 0, 0, 0); }
  input::-webkit-input-placeholder, button::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: .5; }
  input::-moz-placeholder, button::-moz-placeholder, textarea::-moz-placeholder {
    opacity: .5; }
  input:-ms-input-placeholder, button:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: .5; }
  input::-ms-input-placeholder, button::-ms-input-placeholder, textarea::-ms-input-placeholder {
    opacity: .5; }
  input::placeholder,
  button::placeholder,
  textarea::placeholder {
    opacity: .5; }

input,
button,
label,
textarea {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.n-border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .n-border-box div,
  .n-border-box ul,
  .n-border-box li,
  .n-border-box h1,
  .n-border-box h2,
  .n-border-box h3,
  .n-border-box h4,
  .n-border-box h5,
  .n-border-box h6,
  .n-border-box p,
  .n-border-box a,
  .n-border-box span,
  .n-border-box i,
  .n-border-box input,
  .n-border-box textarea,
  .n-border-box small {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.n-f-0 {
  font-size: 10px; }
  .n-f-0::-webkit-input-placeholder {
    font-size: 10px; }
  .n-f-0::-moz-placeholder {
    font-size: 10px; }
  .n-f-0:-ms-input-placeholder {
    font-size: 10px; }
  .n-f-0::-ms-input-placeholder {
    font-size: 10px; }
  .n-f-0::placeholder {
    font-size: 10px; }

.n-f-1 {
  font-size: 11px; }
  .n-f-1::-webkit-input-placeholder {
    font-size: 11px; }
  .n-f-1::-moz-placeholder {
    font-size: 11px; }
  .n-f-1:-ms-input-placeholder {
    font-size: 11px; }
  .n-f-1::-ms-input-placeholder {
    font-size: 11px; }
  .n-f-1::placeholder {
    font-size: 11px; }

.n-f-2 {
  font-size: 12px; }
  .n-f-2::-webkit-input-placeholder {
    font-size: 12px; }
  .n-f-2::-moz-placeholder {
    font-size: 12px; }
  .n-f-2:-ms-input-placeholder {
    font-size: 12px; }
  .n-f-2::-ms-input-placeholder {
    font-size: 12px; }
  .n-f-2::placeholder {
    font-size: 12px; }

.n-f-3 {
  font-size: 13px; }
  .n-f-3::-webkit-input-placeholder {
    font-size: 13px; }
  .n-f-3::-moz-placeholder {
    font-size: 13px; }
  .n-f-3:-ms-input-placeholder {
    font-size: 13px; }
  .n-f-3::-ms-input-placeholder {
    font-size: 13px; }
  .n-f-3::placeholder {
    font-size: 13px; }

.n-f-4 {
  font-size: 14px; }
  .n-f-4::-webkit-input-placeholder {
    font-size: 14px; }
  .n-f-4::-moz-placeholder {
    font-size: 14px; }
  .n-f-4:-ms-input-placeholder {
    font-size: 14px; }
  .n-f-4::-ms-input-placeholder {
    font-size: 14px; }
  .n-f-4::placeholder {
    font-size: 14px; }

.n-f-5 {
  font-size: 15px; }
  .n-f-5::-webkit-input-placeholder {
    font-size: 15px; }
  .n-f-5::-moz-placeholder {
    font-size: 15px; }
  .n-f-5:-ms-input-placeholder {
    font-size: 15px; }
  .n-f-5::-ms-input-placeholder {
    font-size: 15px; }
  .n-f-5::placeholder {
    font-size: 15px; }

.n-f-6 {
  font-size: 16px; }
  .n-f-6::-webkit-input-placeholder {
    font-size: 16px; }
  .n-f-6::-moz-placeholder {
    font-size: 16px; }
  .n-f-6:-ms-input-placeholder {
    font-size: 16px; }
  .n-f-6::-ms-input-placeholder {
    font-size: 16px; }
  .n-f-6::placeholder {
    font-size: 16px; }

.n-f-7 {
  font-size: 17px; }
  .n-f-7::-webkit-input-placeholder {
    font-size: 17px; }
  .n-f-7::-moz-placeholder {
    font-size: 17px; }
  .n-f-7:-ms-input-placeholder {
    font-size: 17px; }
  .n-f-7::-ms-input-placeholder {
    font-size: 17px; }
  .n-f-7::placeholder {
    font-size: 17px; }

.n-f-8 {
  font-size: 18px; }
  .n-f-8::-webkit-input-placeholder {
    font-size: 18px; }
  .n-f-8::-moz-placeholder {
    font-size: 18px; }
  .n-f-8:-ms-input-placeholder {
    font-size: 18px; }
  .n-f-8::-ms-input-placeholder {
    font-size: 18px; }
  .n-f-8::placeholder {
    font-size: 18px; }

.n-f-9 {
  font-size: 19px; }
  .n-f-9::-webkit-input-placeholder {
    font-size: 19px; }
  .n-f-9::-moz-placeholder {
    font-size: 19px; }
  .n-f-9:-ms-input-placeholder {
    font-size: 19px; }
  .n-f-9::-ms-input-placeholder {
    font-size: 19px; }
  .n-f-9::placeholder {
    font-size: 19px; }

.n-f-10 {
  font-size: 20px; }
  .n-f-10::-webkit-input-placeholder {
    font-size: 20px; }
  .n-f-10::-moz-placeholder {
    font-size: 20px; }
  .n-f-10:-ms-input-placeholder {
    font-size: 20px; }
  .n-f-10::-ms-input-placeholder {
    font-size: 20px; }
  .n-f-10::placeholder {
    font-size: 20px; }

.n-f-0,
.n-f-1,
.n-f-2,
.n-f-3,
.n-f-4,
.n-f-5,
.n-f-6,
.n-f-7,
.n-f-8,
.n-f-9,
.n-f-10 {
  font-family: Arial, PingFang SC, Source Han Sans CN, Microsoft YaHei, "ËÎÌå"; }

.n-f-bold {
  font-weight: bold; }

.n-f-normal {
  font-weight: normal; }

.n-line-height-1 {
  line-height: 1; }

.n-line-height-1-5 {
  line-height: 1.5; }

.n-text-center {
  text-align: center; }

.n-text-right {
  text-align: right; }

.n-text-left {
  text-align: left; }

.n-c-1 {
  color: #FFFFFF; }
  .n-c-1::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: .5; }
  .n-c-1::-moz-placeholder {
    color: #FFFFFF;
    opacity: .5; }
  .n-c-1:-ms-input-placeholder {
    color: #FFFFFF;
    opacity: .5; }
  .n-c-1::-ms-input-placeholder {
    color: #FFFFFF;
    opacity: .5; }
  .n-c-1::placeholder {
    color: #FFFFFF;
    opacity: .5; }

.n-c-2 {
  color: #999999; }
  .n-c-2::-webkit-input-placeholder {
    color: #999999; }
  .n-c-2::-moz-placeholder {
    color: #999999; }
  .n-c-2:-ms-input-placeholder {
    color: #999999; }
  .n-c-2::-ms-input-placeholder {
    color: #999999; }
  .n-c-2::placeholder {
    color: #999999; }

.n-c-3 {
  color: #666666; }
  .n-c-3::-webkit-input-placeholder {
    color: #666666; }
  .n-c-3::-moz-placeholder {
    color: #666666; }
  .n-c-3:-ms-input-placeholder {
    color: #666666; }
  .n-c-3::-ms-input-placeholder {
    color: #666666; }
  .n-c-3::placeholder {
    color: #666666; }

.n-c-4 {
  color: #333333; }
  .n-c-4::-webkit-input-placeholder {
    color: #333333; }
  .n-c-4::-moz-placeholder {
    color: #333333; }
  .n-c-4:-ms-input-placeholder {
    color: #333333; }
  .n-c-4::-ms-input-placeholder {
    color: #333333; }
  .n-c-4::placeholder {
    color: #333333; }

.n-c-base {
  color: #024EA1; }

.n-c-red {
  color: #D0021B; }

.n-c-green {
  color: #78ff00; }

.n-c-yellow {
  color: #FF7342; }

.n-c-UI-blue {
  color: #0A87FD; }

.n-c-warn {
  color: #DA5128; }

.n-c-error {
  color: #D0021B; }

.n-col-1 {
  width: 100%; }

.n-col-2 {
  width: 50%; }

.n-col-3 {
  width: 33.333%; }

.n-col-4 {
  width: 25%; }

.n-col-5 {
  width: 20%; }

.n-h-1 {
  height: 100%; }

.n-h-2 {
  height: 50%; }

.n-bg-transparent {
  background-color: transparent; }

.n-bg-base {
  background-color: #024EA1; }

.n-bg-1 {
  background-color: #FFFFFF; }

.n-bg-2 {
  background-color: #CCCCCC; }

.n-bg-3 {
  background-color: #081D44; }

.n-bg-4 {
  background-color: #666666; }

.n-bg-red {
  background-color: #D0021B; }

.n-bg-yellow {
  background-color: #FF7342; }

.n-bg-green {
  background-color: #78ff00; }

.n-bg-UI-blue {
  background-color: #0A87FD; }

.n-bg-warn {
  background-color: #DA5128; }

.n-p-reset {
  padding: 0; }
  .n-p-reset * {
    padding: 0; }

.n-m-reset {
  margin: 0; }
  .n-m-reset * {
    margin: 0; }

.n-pl-0,
.n-plr-0,
.n-p-0 {
  padding-left: 0px; }

.n-pl-1,
.n-plr-1,
.n-p-1 {
  padding-left: 5px; }

.n-pl-2,
.n-plr-2,
.n-p-2 {
  padding-left: 10px; }

.n-pl-3,
.n-plr-3,
.n-p-3 {
  padding-left: 15px; }

.n-pl-4,
.n-plr-4,
.n-p-4 {
  padding-left: 20px; }

.n-pl-5,
.n-plr-5,
.n-p-5 {
  padding-left: 25px; }

.n-pl-6,
.n-plr-6,
.n-p-6 {
  padding-left: 30px; }

.n-pr-0,
.n-plr-0,
.n-p-0 {
  padding-right: 0px; }

.n-pr-1,
.n-plr-1,
.n-p-1 {
  padding-right: 5px; }

.n-pr-2,
.n-plr-2,
.n-p-2 {
  padding-right: 10px; }

.n-pr-3,
.n-plr-3,
.n-p-3 {
  padding-right: 15px; }

.n-pr-4,
.n-plr-4,
.n-p-4 {
  padding-right: 20px; }

.n-pr-5,
.n-plr-5,
.n-p-5 {
  padding-right: 25px; }

.n-pr-6,
.n-plr-6,
.n-p-6 {
  padding-right: 30px; }

.n-pt-0,
.n-ptb-0,
.n-p-0 {
  padding-top: 0px; }

.n-pt-1,
.n-ptb-1,
.n-p-1 {
  padding-top: 5px; }

.n-pt-2,
.n-ptb-2,
.n-p-2 {
  padding-top: 10px; }

.n-pt-3,
.n-ptb-3,
.n-p-3 {
  padding-top: 15px; }

.n-pt-4,
.n-ptb-4,
.n-p-4 {
  padding-top: 20px; }

.n-pt-5,
.n-ptb-5,
.n-p-5 {
  padding-top: 25px; }

.n-pt-6,
.n-ptb-6,
.n-p-6 {
  padding-top: 30px; }

.n-pb-0,
.n-ptb-0,
.n-p-0 {
  padding-bottom: 0px; }

.n-pb-1,
.n-ptb-1,
.n-p-1 {
  padding-bottom: 5px; }

.n-pb-2,
.n-ptb-2,
.n-p-2 {
  padding-bottom: 10px; }

.n-pb-3,
.n-ptb-3,
.n-p-3 {
  padding-bottom: 15px; }

.n-pb-4,
.n-ptb-4,
.n-p-4 {
  padding-bottom: 20px; }

.n-pb-5,
.n-ptb-5,
.n-p-5 {
  padding-bottom: 25px; }

.n-pb-6,
.n-ptb-6,
.n-p-6 {
  padding-bottom: 30px; }

.n-ml-0,
.n-mlr-0,
.n-m-0 {
  margin-left: 0px; }

.n-ml-1,
.n-mlr-1,
.n-m-1 {
  margin-left: 5px; }

.n-ml-2,
.n-mlr-2,
.n-m-2 {
  margin-left: 10px; }

.n-ml-3,
.n-mlr-3,
.n-m-3 {
  margin-left: 15px; }

.n-ml-4,
.n-mlr-4,
.n-m-4 {
  margin-left: 20px; }

.n-ml-5,
.n-mlr-5,
.n-m-5 {
  margin-left: 25px; }

.n-ml-6,
.n-mlr-6,
.n-m-5 {
  margin-left: 30px; }

.n-mr-0,
.n-mlr-0,
.n-m-0 {
  margin-right: 0px; }

.n-mr-1,
.n-mlr-1,
.n-m-1 {
  margin-right: 5px; }

.n-mr-2,
.n-mlr-2,
.n-m-2 {
  margin-right: 10px; }

.n-mr-3,
.n-mlr-3,
.n-m-3 {
  margin-right: 15px; }

.n-mr-4,
.n-mlr-4,
.n-m-4 {
  margin-right: 20px; }

.n-mr-5,
.n-mlr-5,
.n-m-5 {
  margin-right: 25px; }

.n-mr-6,
.n-mlr-6,
.n-m-6 {
  margin-right: 30px; }

.n-mt-0,
.n-mtb-0,
.n-m-0 {
  margin-top: 0px; }

.n-mt-1,
.n-mtb-1,
.n-m-1 {
  margin-top: 5px; }

.n-mt-2,
.n-mtb-2,
.n-m-2 {
  margin-top: 10px; }

.n-mt-3,
.n-mtb-3,
.n-m-3 {
  margin-top: 15px; }

.n-mt-4,
.n-mtb-4,
.n-m-4 {
  margin-top: 20px; }

.n-mt-5,
.n-mtb-5,
.n-m-5 {
  margin-top: 25px; }

.n-mt-6,
.n-mtb-6,
.n-m-6 {
  margin-top: 30px; }

.n-mb-0,
.n-mtb-0,
.n-m-0 {
  margin-bottom: 0px; }

.n-mb-1,
.n-mtb-1,
.n-m-1 {
  margin-bottom: 5px; }

.n-mb-2,
.n-mtb-2,
.n-m-2 {
  margin-bottom: 10px; }

.n-mb-3,
.n-mtb-3,
.n-m-3 {
  margin-bottom: 15px; }

.n-mb-4,
.n-mtb-4,
.n-m-4 {
  margin-bottom: 20px; }

.n-mb-5,
.n-mtb-5,
.n-m-5 {
  margin-bottom: 25px; }

.n-mb-6,
.n-mtb-6,
.n-m-6 {
  margin-bottom: 30px; }

.n-m-auto {
  margin-left: auto;
  margin-right: auto; }

.n-radius-3 {
  border-radius: 3px; }

.n-radius-6 {
  border-radius: 6px; }

.n-radius-10 {
  border-radius: 10px; }

.n-radius-circle {
  border-radius: 50%; }

.n-border-3 {
  border: 1px #CCCCCC solid; }

.n-border-2 {
  border: 1px #f7f7f7 solid; }

.n-border-1 {
  border: 1px #FFFFFF solid; }

.n-border-base {
  border: 1px #024EA1 solid; }

.n-fl {
  float: left; }

.n-fr {
  float: right; }

.n-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.n-flex-dr-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.n-flex-w {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.n-flex-j-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.n-flex-j-e {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.n-flex-j-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.n-flex-j-sa {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.n-flex-a-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.n-flex-a-t {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.n-flex-a-s {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.n-flex-a-e {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.n-flex-s {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.n-flex-g {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.n-flex-g-h-1-hack {
  height: 0; }

.n-flex-g-w-1-hack {
  width: 0; }

.n-block {
  display: block; }

.n-inline-block {
  display: inline-block; }

.n-hide-none {
  display: none; }

.n-hide-opacity {
  opacity: 0; }

.n-overflow-hidden {
  overflow: hidden; }

.n-scroll-v {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .n-scroll-v::-webkit-scrollbar {
    display: none; }

.n-break-word {
  word-break: break-all; }

.n-b-line {
  position: relative; }
  .n-b-line:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #EEEEEE;
    height: 1px;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5); }

.n-t-line {
  position: relative; }
  .n-t-line:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: #f7f7f7;
    height: 1px;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    top: 0; }

.n-e-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.n-e-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  display: box;
  box-orient: vertical; }

.n-fix-table {
  table-layout: fixed; }

/*Clear Fix*/
.n-clear {
  zoom: 1; }
  .n-clear:after {
    display: block;
    content: 'clear';
    clear: both;
    line-height: 0;
    visibility: hidden; }

/*Header*/
.n-headers .n-header {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative; }
  .n-headers .n-header.n-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .n-headers .n-header .n-header-icon,
  .n-headers .n-header .n-header-txt {
    line-height: 44px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 24px;
    height: 44px;
    width: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .n-headers .n-header .n-header-txt {
    width: auto;
    margin: 0 10px; }
  .n-headers .n-header .n-header-title img {
    height: 35px; }

.n-fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0; }

.n-absolute-bottom {
  position: absolute;
  bottom: 0;
  left: 0; }

.n-absolute-top {
  position: absolute;
  top: 0;
  left: 0; }

/*Footer*/
.n-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  height: 55px; }
  .n-footer .n-footer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .n-footer .n-footer-item span {
      text-align: center;
      display: block; }
    .n-footer .n-footer-item .n-footer-icon-negative,
    .n-footer .n-footer-item .n-footer-text-negative {
      display: block; }
    .n-footer .n-footer-item .n-footer-icon-active,
    .n-footer .n-footer-item .n-footer-text-active {
      display: none; }
    .n-footer .n-footer-item.n-active .n-footer-icon-negative,
    .n-footer .n-footer-item.n-active .n-footer-text-negative {
      display: none; }
    .n-footer .n-footer-item.n-active .n-footer-icon-active,
    .n-footer .n-footer-item.n-active .n-footer-text-active {
      display: block; }

.n-tab-bar {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }
  .n-tab-bar::-webkit-scrollbar {
    display: none; }
  .n-tab-bar .n-tab-bar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .n-tab-bar .n-tab-bar-inner .n-tab-bar-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 10px; }
      .n-tab-bar .n-tab-bar-inner .n-tab-bar-item.n-active {
        position: relative;
        color: #024EA1; }
        .n-tab-bar .n-tab-bar-inner .n-tab-bar-item.n-active:after {
          position: absolute;
          content: '';
          height: 2px;
          bottom: 0;
          left: 5px;
          right: 5px;
          background: #024EA1; }

/*Radio Checkbox*/
.n-radio-checkbox {
  height: 16px;
  width: 16px;
  position: relative;
  display: inline-block;
  border: 1px #CCCCCC solid;
  background: #CCCCCC; }
  .n-radio-checkbox .n-radio-checkbox-button {
    content: '';
    top: -5px;
    left: -5px;
    width: 26px;
    height: 26px;
    position: absolute;
    opacity: 0;
    z-index: 15; }
  .n-radio-checkbox.n-radio {
    border-radius: 50%; }
    .n-radio-checkbox.n-radio i {
      border-radius: 50%; }
      .n-radio-checkbox.n-radio i:after {
        border-radius: 50%; }
  .n-radio-checkbox input {
    display: none; }
    .n-radio-checkbox input:checked ~ i {
      opacity: 1; }
  .n-radio-checkbox i {
    position: absolute;
    left: -1px;
    top: -1px;
    -webkit-transition: all .1s;
    transition: all .1s;
    height: 16px;
    width: 16px;
    display: inline-block;
    z-index: 10;
    opacity: 0;
    border: 1px #024EA1 solid; }
    .n-radio-checkbox i:after {
      content: '';
      background: #024EA1;
      height: 10px;
      width: 10px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.n-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 20001; }
  .n-mask.n-mask-0 {
    background-color: rgba(0, 0, 0, 0); }
  .n-mask.n-mask-2 {
    background-color: rgba(0, 0, 0, 0.2); }
  .n-mask.n-mask-4 {
    background-color: rgba(0, 0, 0, 0.2); }
  .n-mask.n-mask-6 {
    background-color: rgba(0, 0, 0, 0.6); }
  .n-mask.n-mask-8 {
    background-color: rgba(0, 0, 0, 0.8); }
  .n-mask.n-mask-10 {
    background-color: black; }

@-webkit-keyframes maskFade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes maskFade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.n-select .n-select-input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px; }
  .n-select .n-select-input input {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: none; }
    .n-select .n-select-input input::-webkit-input-placeholder {
      color: #999999 !important;
      -webkit-text-fill-color: #999999 !important; }
    .n-select .n-select-input input::-moz-placeholder {
      color: #999999 !important;
      -webkit-text-fill-color: #999999 !important; }
    .n-select .n-select-input input:-ms-input-placeholder {
      color: #999999 !important;
      -webkit-text-fill-color: #999999 !important; }
    .n-select .n-select-input input::-ms-input-placeholder {
      color: #999999 !important;
      -webkit-text-fill-color: #999999 !important; }
    .n-select .n-select-input input::placeholder {
      color: #999999 !important;
      -webkit-text-fill-color: #999999 !important; }

.n-select-options {
  background: #FFFFFF;
  border-radius: 4px;
  display: none;
  padding: 15px;
  position: fixed;
  background: #CCCCCC;
  z-index: 15000; }
  .n-select-options.drop-down {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2); }
  .n-select-options.drop-up {
    -webkit-box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.2); }
  .n-select-options .n-select-options-content {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100%; }

.n-UI-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .n-UI-loading img {
    width: 100%; }

.n-lazy-loading {
  position: relative;
  background-image: url("/templates/english/image/n_lazy_loading.gif");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding-bottom: 100%; }
  .n-lazy-loading.n-lazy-loaded {
    background-image: none; }
  .n-lazy-loading.n-col-2 {
    padding-bottom: 50%; }
  .n-lazy-loading img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/*Input*/
.n-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .n-input.n-active .n-input-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .n-input input {
    margin-right: 5px;
    background: transparent;
    line-height: 20px;
    width: 100%;
    height: 20px;
    display: block;
    border: transparent;
    color: #333333;
    font-size: 14px;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none; }
    .n-input input::-webkit-input-placeholder {
      color: #999999;
      font-size: 14px;
      line-height: 20px; }
    .n-input input::-moz-placeholder {
      color: #999999;
      font-size: 14px;
      line-height: 20px; }
    .n-input input:-ms-input-placeholder {
      color: #999999;
      font-size: 14px;
      line-height: 20px; }
    .n-input input::-ms-input-placeholder {
      color: #999999;
      font-size: 14px;
      line-height: 20px; }
    .n-input input::placeholder {
      color: #999999;
      font-size: 14px;
      line-height: 20px; }
    .n-input input:disabled {
      background: #CCCCCC;
      color: #999999; }
      .n-input input:disabled + .n-input-clear {
        display: none !important; }
    .n-input input:-moz-read-only {
      background-color: transparent !important;
      opacity: 1 !important;
      color: #666666;
      -webkit-text-fill-color: #666666; }
    .n-input input:read-only {
      background-color: transparent !important;
      opacity: 1 !important;
      color: #666666;
      -webkit-text-fill-color: #666666; }
      .n-input input:-moz-read-only + .n-input-clear {
        display: none !important; }
      .n-input input:read-only + .n-input-clear {
        display: none !important; }
  .n-input .n-input-clear {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    display: none;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .n-input.n-input-disabled-hack input:-moz-read-only {
    background-color: transparent !important;
    opacity: 1 !important;
    color: #666666;
    -webkit-text-fill-color: #666666; }
  .n-input.n-input-disabled-hack input:disabled,
  .n-input.n-input-disabled-hack input:read-only {
    background-color: transparent !important;
    opacity: 1 !important;
    color: #666666;
    -webkit-text-fill-color: #666666; }

.n-pointer {
  cursor: pointer; }

.n-badge {
  background: #D0021B;
  color: #FFFFFF;
  line-height: 18px;
  text-align: center;
  padding: 0 3px;
  height: 18px;
  min-width: 18px;
  font-size: 12px;
  border-radius: 9px; }

.n-skeleton {
  -webkit-animation: skeleton 1.4s ease infinite;
  animation: skeleton 1.4s ease infinite;
  background-color: rgba(0, 0, 0, 0);
  background-position: left top;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(182, 182, 182, 0.05)), color-stop(37%, rgba(204, 204, 204, 0.2)), color-stop(63%, rgba(182, 182, 182, 0.05))) !important;
  background-image: linear-gradient(90deg, rgba(182, 182, 182, 0.05) 25%, rgba(204, 204, 204, 0.2) 37%, rgba(182, 182, 182, 0.05) 63%) !important;
  background-size: 400% 100% !important; }
  .n-skeleton.n-skeleton-text {
    height: 14px; }

@-webkit-keyframes skeleton {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0 50%; } }

@keyframes skeleton {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0 50%; } }

.n-odd-even-bg:nth-child(odd) {
  background-color: #CCCCCC; }

.n-odd-even-bg:nth-child(even) {
  background-color: #FFFFFF; }

.n-button:disabled {
  opacity: .5; }

.n-safe-padding-bottom-hack {
  padding-bottom: calc(env(safe-area-inset-bottom) + 10px) !important;
  padding-bottom: calc(constant(safe-area-inset-bottom) + 10px) !important; }

/*Count box*/
.n-count-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .n-count-box.disabled {
    opacity: .5; }
  .n-count-box .n-count-box-reduce,
  .n-count-box .n-count-box-add,
  .n-count-box .n-count-box-text {
    opacity: .5;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .n-count-box .n-count-box-reduce.n-active,
    .n-count-box .n-count-box-add.n-active,
    .n-count-box .n-count-box-text.n-active {
      opacity: 1; }

/*Switch*/
.n-switch {
  height: 25px;
  position: relative; }

.n-switch-outer {
  position: relative;
  height: 25px;
  width: 43px;
  border: #CCCCCC 1px solid;
  border-radius: 12.5px; }

.n-switch input[type=checkbox] {
  z-index: 50;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0; }

.n-switch-outer .n-switch-button {
  width: 25px;
  height: 25px;
  position: absolute;
  left: -1px;
  top: -1px;
  border: #CCCCCC 1px solid;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s; }

input[type=checkbox]:checked ~ .n-switch-outer {
  -webkit-transition: all .3s;
  border: #024EA1 1px solid;
  background: #024EA1; }

input[type=checkbox]:checked ~ .n-switch-outer .n-switch-button {
  border: #CCCCCC 1px solid;
  left: 18px; }

.n-button:disabled {
  opacity: .5; }

.n-ui-button {
  position: fixed;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat; }

.n-action-sheet {
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-animation: actionSheet .2s forwards;
  animation: actionSheet .2s forwards; }
  .n-action-sheet .n-action-sheet-item {
    color: #0A87FD; }

@-webkit-keyframes actionSheet {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes actionSheet {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.n-confirm {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
  position: relative; }
  .n-confirm .n-confirm-buttons button:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    background-color: #f7f7f7; }

.n-lazy {
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .n-lazy.n-active {
    opacity: 1; }

.n-toast {
  line-height: 17px;
  position: fixed;
  z-index: 15000;
  left: 50%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0; }
  .n-toast.n-active {
    opacity: .9; }
  .n-toast .n-toast-message {
    font-size: 14px;
    padding: 10px 25px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.8);
    max-width: 85%; }

.n-holder {
  position: relative; }
  .n-holder .n-holder-inner {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .n-holder .n-holder-inner .n-holder-icon {
      display: block; }

.n-pull-up-append-footer {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -20px;
  height: 40px;
  width: 40px; }

.n-icon {
  display: block;
  font-size: 25px !important; }
  .n-icon.n-icon-size-20 {
    font-size: 20px !important; }
  .n-icon.n-icon-size-15 {
    font-size: 15px !important; }
  .n-icon.n-icon-size-10 {
    font-size: 10px !important; }
  .n-icon.n-hide-none {
    display: none; }

.n-browser {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.n-image {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden; }
  .n-image.n-image-contain {
    background-size: contain; }
  .n-image.n-image-cover {
    background-size: cover; }
  .n-image img {
    width: 100%;
    opacity: 0; }

.n-upload .swiper-button:after {
  display: none; }

.n-upload .n-upload-view-close {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 500; }

.n-upload .n-upload-view-video-container video {
  background-color: #000000; }

.n-upload .n-upload-attachment-view-icon .n-icon-attachment {
  font-size: 60px !important; }

.n-upload .n-upload-view-audio {
  width: 90%; }

.n-upload .n-upload-view-name {
  padding: 10px 40px; }

.n-upload .swiper-button {
  width: 40px;
  height: 40px;
  z-index: 10;
  background: none !important;
  margin-top: -20px; }
  .n-upload .swiper-button.n-hide-none {
    display: none; }
  .n-upload .swiper-button.swiper-button-prev {
    left: 0; }
  .n-upload .swiper-button.swiper-button-next {
    right: 0; }
  .n-upload .swiper-button i {
    font-size: 40px !important; }

.n-upload .n-upload-item-thumb {
  position: relative; }
  .n-upload .n-upload-item-thumb input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }

.n-upload .n-upload-view li > div {
  padding-bottom: 100%;
  position: relative; }

.n-upload .n-upload-view li .n-upload-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .n-upload .n-upload-view li .n-upload-item .n-upload-item-delete {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50; }
  .n-upload .n-upload-view li .n-upload-item .n-upload-item-name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }

.org .logo {
  width: 50%; }

.org .org-top-line {
  padding: 0 40px;
  margin-top: 30px;
  margin-left: -1px; }
  .org .org-top-line span {
    width: 100%;
    height: 1px;
    background-color: #c2d3e8;
    display: block; }

.org .org-line-1 li {
  float: left;
  width: 8.33%;
  height: 30px;
  text-align: center; }
  .org .org-line-1 li span {
    display: inline-block;
    height: 30px;
    width: 1px;
    background-color: #c2d3e8; }

.org .org-line-1 .content li {
  padding: 0 10px;
  height: 320px; }
  .org .org-line-1 .content li div {
    padding: 10px;
    line-height: 20px;
    font-size: 12px;
    height: 100%;
    text-align: center;
    border: 1px #c2d3e8 solid;
    background-color: #e8f2ff; }
  .org .org-line-1 .content li div span {
    float: left;
    background: none;
    height: 100%;
    width: 50%;
    font-size: 12px; }

.org .card-title h1 {
  border-bottom: none !important; }

.org .card-list {
  margin: 0 -10px; }
  .org .card-list > li {
    width: 50%;
    padding: 0 10px; }
  .org .card-list .info-box {
    padding: 0 10px; }
    .org .card-list .info-box ul {
      height: 185px;
      margin-top: -12px;
      padding-top: 22px; }
      .org .card-list .info-box ul li {
        height: 40px; }
        .org .card-list .info-box ul li .icon {
          display: block;
          width: 16px;
          height: 16px;
          background-repeat: no-repeat;
          margin-right: 5px; }
        .org .card-list .info-box ul li .name {
          background-image: url(/templates/english/image/name.png); }
        .org .card-list .info-box ul li .phone {
          background-image: url(/templates/english/image/phone1.png); }
        .org .card-list .info-box ul li .fax {
          background-image: url(/templates/english/image/fax1.png); }
        .org .card-list .info-box ul li .mail {
          background-image: url(/templates/english/image/mail1.png); }
        .org .card-list .info-box ul li span {
          line-height: 1;
          font-size: 13px; }
        .org .card-list .info-box ul li .label {
          color: #85A6D1; }
  .org .card-list .card-list-title {
    position: relative;
    width: 100%;
    height: 71px;
    background-image: url(/templates/english/image/card-list-title-bg.png);
    background-repeat: repeat-y;
    padding: 0 30px; }
    .org .card-list .card-list-title div {
      display: table-cell;
      vertical-align: middle;
      height: 58px; }
    .org .card-list .card-list-title.green {
      background-image: url(/templates/english/image/card-list-title-bg-green.png); }
    .org .card-list .card-list-title.purple {
      background-image: url(/templates/english/image/card-list-title-bg-purple.png); }
    .org .card-list .card-list-title h2 {
      font-size: 16px; }
      .org .card-list .card-list-title h2.small-title {
        font-size: 15px; }
    .org .card-list .card-list-title h4 {
      font-size: 12px; }

.section-title + .back {
  margin-top: 45px; }

.company .section-title {
  display: none; }

.company .company-tab li {
  padding: 10px 0; }
  .company .company-tab li:hover {
    color: #DA5128; }
  .company .company-tab li.n-active {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #024EA1;
    font-weight: bold;
    border-bottom: 2px solid #024EA1; }

.company .company-tab-content-detail {
  display: none; }
  .company .company-tab-content-detail .back {
    font-size: 13px; }
  .company .company-tab-content-detail h2 {
    font-size: 15px;
    background: rgba(133, 166, 209, 0.1); }

.company .company-tab-content ul {
  display: none; }

.company .company-tab-content li:hover {
  color: #DA5128; }

.company .company-tab-content li.even {
  background: rgba(133, 166, 209, 0.1); }

.theme-DARK .c-linear-bg {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #0095D1), to(#001F92));
  background-image: linear-gradient(0deg, #0095D1 1%, #001F92 100%); }

.theme-LIGHT .c-linear-bg {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #0095D1), to(#001F92));
  background-image: linear-gradient(0deg, #0095D1 1%, #001F92 100%); }

.theme-DARK {
  /*Radio Checkbox*/ }
  .theme-DARK .n-c-1 {
    color: #333333; }
  .theme-DARK .n-c-2 {
    color: #666666; }
  .theme-DARK .n-c-3 {
    color: #999999; }
  .theme-DARK .n-c-4 {
    color: #ffffff; }
  .theme-DARK .n-c-base {
    color: #024EA1; }
  .theme-DARK .n-c-red {
    color: #D0021B; }
  .theme-DARK .n-c-green {
    color: #78ff00; }
  .theme-DARK .n-c-yellow {
    color: #FF734A; }
  .theme-DARK .n-c-UI-blue {
    color: #0A87FD; }
  .theme-DARK .n-bg-base {
    background-color: #024EA1; }
  .theme-DARK .n-bg-1 {
    background-color: #333333; }
  .theme-DARK .n-bg-2 {
    background-color: #F2F5F8; }
  .theme-DARK .n-bg-3 {
    background-color: #f7f7f7; }
  .theme-DARK .n-bg-4 {
    background-color: #ffffff; }
  .theme-DARK .n-bg-red {
    background-color: #024EA1; }
  .theme-DARK .n-bg-yellow {
    background-color: #FF734A; }
  .theme-DARK .n-bg-green {
    background-color: #78ff00; }
  .theme-DARK .n-border-base {
    border-color: #024EA1; }
  .theme-DARK .n-pull-up-append-footer {
    color: #999999; }
  .theme-DARK .n-radio-checkbox {
    border: 1px #f7f7f7 solid;
    background: #F2F5F8; }
    .theme-DARK .n-radio-checkbox i {
      border: 1px #024EA1 solid; }
      .theme-DARK .n-radio-checkbox i:after {
        background: #024EA1; }

.theme-LIGHT {
  /*Radio Checkbox*/ }
  .theme-LIGHT .n-c-1 {
    color: #FFFFFF; }
  .theme-LIGHT .n-c-2 {
    color: #999999; }
  .theme-LIGHT .n-c-3 {
    color: #666666; }
  .theme-LIGHT .n-c-4 {
    color: #333333; }
  .theme-LIGHT .n-c-base {
    color: #024EA1; }
  .theme-LIGHT .n-c-red {
    color: #D0021B; }
  .theme-LIGHT .n-c-green {
    color: #78ff00; }
  .theme-LIGHT .n-c-yellow {
    color: #FF734A; }
  .theme-LIGHT .n-c-UI-blue {
    color: #0A87FD; }
  .theme-LIGHT .n-bg-base {
    background-color: #024EA1; }
  .theme-LIGHT .n-bg-1 {
    background-color: #FFFFFF; }
  .theme-LIGHT .n-bg-2 {
    background-color: #F2F5F8; }
  .theme-LIGHT .n-bg-3 {
    background-color: #666666; }
  .theme-LIGHT .n-bg-4 {
    background-color: #333333; }
  .theme-LIGHT .n-bg-red {
    background-color: #024EA1; }
  .theme-LIGHT .n-bg-yellow {
    background-color: #FF734A; }
  .theme-LIGHT .n-bg-green {
    background-color: #78ff00; }
  .theme-LIGHT .n-border-base {
    border-color: #024EA1; }
  .theme-LIGHT .n-pull-up-append-footer {
    color: #999999; }
  .theme-LIGHT .n-radio-checkbox {
    border: 1px #CCCCCC solid;
    background: #F2F5F8; }
    .theme-LIGHT .n-radio-checkbox i {
      border: 1px #024EA1 solid; }
      .theme-LIGHT .n-radio-checkbox i:after {
        background: #024EA1; }

.swiper-container-boder {
    border: 30px solid #ffffff;
    background: white;
    box-shadow: 1px 0px 6px 3px #cecece;
}
