.home-banner-container {
  position: relative;
  height: 600px;
  padding-top: 40px; }
  .home-banner-container > img {
    position: absolute; }
    .home-banner-container > img.bg-left {
      height: 160px;
      left: 0;
      bottom: -50px; }
    .home-banner-container > img.bg-right {
      height: 600px;
      right: 0;
      top: 0; }

.home-banner {
  height: 590px;
  width: 1360px;
  max-width: 100%;
  padding-right: 360px;
  position: relative; }
  .home-banner .left {
    width: 100%; }
    .home-banner .left .banner-scroll {
      margin: 0; }
      .home-banner .left .banner-scroll .banner-scroll-item {
        position: relative; }
        .home-banner .left .banner-scroll .banner-scroll-item .banner-scroll-pic {
          position: relative; }
          .home-banner .left .banner-scroll .banner-scroll-item .banner-scroll-pic div {
            display: block;
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all .6s;
            transition: all .6s;
            display: block;
            background-size: cover;
            background-position: center;
            height: 100%;
            width: 100%; }
          .home-banner .left .banner-scroll .banner-scroll-item .banner-scroll-pic img {
            display: none; }
        .home-banner .left .banner-scroll .banner-scroll-item .title-container {
          position: absolute;
          bottom: 0;
          left: 0;
          padding: 20px 40px;
          background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(10, 35, 77, 0.9)), color-stop(99%, rgba(28, 81, 162, 0)));
          background-image: linear-gradient(0deg, rgba(10, 35, 77, 0.9) 0%, rgba(28, 81, 162, 0) 99%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001C51A2', endColorstr='#0A234D', grandientType=1); }
          .home-banner .left .banner-scroll .banner-scroll-item .title-container h3 {
            height: 28px;
            line-height: 28px;
            background-image: url(/templates/cn/image/banner-title-bg-1.png);
            background-repeat: repeat-x; }
          .home-banner .left .banner-scroll .banner-scroll-item .title-container p {
            font-size: 14px !important;
            line-height: 20px;
            max-height: 54px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            display: -moz-box;
            display: box;
            box-orient: vertical; }
  .home-banner .right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 360px;
    z-index: 100; }
    .home-banner .right ul {
      position: relative;
      z-index: 100;
      margin-left: -35px; }
      .home-banner .right ul li {
        padding: 0 22px 0 55px;
        height: 85px; }
        .home-banner .right ul li:hover div h3 {
          color: #DA5128; }
        .home-banner .right ul li div {
          padding: 18px 0; }
        .home-banner .right ul li.n-active div span {
          opacity: 1;
          width: 396px; }
        .home-banner .right ul li.n-active div h3 {
          font-weight: bold;
          color: #DA5128; }
        .home-banner .right ul li div {
          position: relative; }
          .home-banner .right ul li div span {
            -webkit-transition: all .5s;
            transition: all .5s;
            width: 0px;
            position: absolute;
            display: block;
            right: -26px;
            top: -7px;
            height: 92px;
            opacity: 0;
            background-repeat: no-repeat;
            background-image: url(/templates/cn/image/banner-item-bg.png); }
          .home-banner .right ul li div h3 {
            z-index: 1;
            position: relative;
            -webkit-transition: all .3s;
            transition: all .3s;
            height: 44px;
            line-height: 22px; }

.IE8 .home-banner .left .banner-scroll .banner-scroll-item .banner-scroll-pic div {
  display: none; }

.IE8 .home-banner .left .banner-scroll .banner-scroll-item .banner-scroll-pic img {
  display: block; }

.home-body .left {
  width: 800px; }

.home-body .right {
  width: 400px; }
  .home-body .right .notice ul {
    padding: 2px 0; }
  .home-body .right .notice li {
    padding-left: 85px;
    position: relative; }
    .home-body .right .notice li:hover .date {
      background-color: #DA5128; }
    .home-body .right .notice li:hover .title a {
      color: #DA5128; }
    .home-body .right .notice li .date {
      width: 67px;
      height: 67px;
      position: absolute;
      left: 10px;
      -webkit-transition: all .3s;
      transition: all .3s;
      top: 10px;
      padding: 6px 0; }
      .home-body .right .notice li .date h3 {
        line-height: 42px; }
      .home-body .right .notice li .date h3,
      .home-body .right .notice li .date span {
        display: block;
        text-align: center; }
    .home-body .right .notice li .title {
      height: 67px;
      padding-top: 11px; }
      .home-body .right .notice li .title a {
        -webkit-transition: all .3s;
        transition: all .3s;
        display: block;
        height: 40px;
        line-height: 20px; }

.home-body .info-list li {
  margin: 0 40px;
  padding-top: 13px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .home-body .info-list li:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
    .home-body .info-list li:hover .icon {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .home-body .info-list li .icon {
    display: block;
    width: 100%;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    transition: all .3s; }
    .home-body .info-list li .icon.oa {
      background-image: url(/templates/cn/image/oa.png); }
    .home-body .info-list li .icon.report {
      background-image: url(/templates/cn/image/report.png); }
    .home-body .info-list li .icon.e46 {
      background-image: url(/templates/cn/image/e46.png); }
    .home-body .info-list li .icon.net {
      background-image: url(/templates/cn/image/net.png); }
    .home-body .info-list li .icon.plateform {
      background-image: url(/templates/cn/image/plateform.png); }
    .home-body .info-list li .icon.table {
      background-image: url(/templates/cn/image/table.png); }

.home-body .info-list li.bg {
  width: 120px;
  height: 120px;
  background-image: url(/templates/cn/image/info-bg.png);
  background-repeat: no-repeat; }

.home-body .info-list li.bg1 {
  width: 120px;
  height: 120px;
  background-image: url(/templates/cn/image/info-bg-1.png);
  background-repeat: no-repeat; }

.home-body .link-list li {
  position: relative;
  padding: 15px 0 15px 35px;
  border-bottom: 1px #dddddd dashed; }
  .home-body .link-list li:hover a {
    color: #0F4080; }
  .home-body .link-list li .icon {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/templates/cn/image/links.png);
    position: absolute;
    top: 15px;
    left: 0; }

.link-item .link-item-title {
  padding: 20px 0 15px 0; }

* {
  padding: 0;
  margin: 0; }

body {
  overflow-x: hidden;
  padding-top: 220px; }

ul {
  list-style: none; }

a {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.c-bg-2 {
  background-color: #024EA1; }

.c-bg-4 {
  background-color: #0E2A5F; }

.c-max-width {
  width: 1200px; }

.c-max-width-1 {
  width: 1300px; }

.c-max-width-2 {
  width: 1280px; }

.c-box-shadow {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(2, 78, 161, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(2, 78, 161, 0.3); }

.c-b-line-2 {
  border-bottom: 1px solid #024EA1; }

.c-b-line-1 {
  border-bottom: 4px solid #0F4080; }

.c-b-line {
  border-bottom: 1px solid #CCCCCC; }

.c-border-2 {
  border-bottom: 1px #DDDDDD dashed; }

.c-f-30 {
  font-size: 30px; }

.c-f-24 {
  font-size: 24px !important; }

.c-lh-40 {
  line-height: 40px; }

.c-lh-31 {
  line-height: 31px; }

.c-lh-27 {
  line-height: 27px; }

.c-lh-24 {
  line-height: 24px; }

.c-lh-16 {
  line-height: 16px; }

.c-f-20 {
  font-size: 20px; }

.c-f-28 {
  font-size: 28px; }

.c-f-16 {
  font-size: 16px; }

.c-f-18 {
  font-size: 18px; }

.c-f-14 {
  font-size: 14px !important; }

.c-more {
  min-height: 27px;
  color: rgba(8, 29, 68, 0.5);
  border-bottom: 1px solid #999999;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .c-more a {
    color: rgba(8, 29, 68, 0.5);
    min-height: 27px;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .c-more:hover {
    color: #DA5128; }
    .c-more:hover a {
      color: #DA5128; }

.c-c-3 {
  color: #081D44; }

.c-mt-40 {
  margin-top: 40px; }

.c-mt-60 {
  margin-top: 60px; }

.c-pt-40 {
  padding-top: 40px; }

.c-pb-40 {
  padding-bottom: 40px; }

.c-pt-60 {
  padding-top: 60px; }

.c-pb-60 {
  padding-bottom: 60px; }

.c-bg-1 {
  background-color: #EDF2F5; }

.c-bg-3 {
  background-color: #f7f7f7; }

.header .search {
  height: 40px; }
  .header .search .search-input {
    height: 32px;
    border: 1px solid #85A6D1;
    border-radius: 16px; }
    .header .search .search-input input {
      width: 150px; }
    .header .search .search-input i {
      display: block;
      width: 20px;
      height: 20px;
      background-image: url(/templates/cn/image/search.png);
      background-size: 100%;
      background-repeat: no-repeat; }

.header .top {
  background-image: url(/templates/cn/image/header-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 120px; }
  .header .top .logo {
    height: 80px;
    width: 650px; }

.header .language {
  color: #ffffff;
  border: 1px solid #ffffff; }
  .header .language:hover {
    color: #85A6D1;
    border: 1px solid #85A6D1; }

.header-banner {
  height: auto;
  position: relative; }
  .header-banner .c-max-width {
    position: relative; }
  .header-banner .header-banner-title-bg {
    height: 40px;
    background-image: url(/templates/cn/image/header-banner-title-bg.png);
    position: absolute;
    bottom: 0; }
  .header-banner .header-banner-crumbs {
    z-index: 10;
    position: absolute;
    left: 215px;
    bottom: 0;
    padding-left: 25px; }
    .header-banner .header-banner-crumbs > span {
      position: absolute;
      top: 13px;
      display: block;
      width: 16px;
      height: 16px;
      left: 0;
      background-image: url(/templates/cn/image/crumbs.png);
      background-repeat: no-repeat; }
    .header-banner .header-banner-crumbs li,
    .header-banner .header-banner-crumbs span {
      line-height: 40px; }

.home-notice {
  width: 370px; }
  .home-notice .home-notice-date {
    width: 58px;
    height: 65px;
    border-bottom: 1px solid #00276F; }
    .home-notice .home-notice-date span {
      -webkit-transition: all .3s;
      transition: all .3s; }
  .home-notice li:hover .home-notice-date {
    border-bottom: 1px solid #DA5128; }
    .home-notice li:hover .home-notice-date span {
      color: #DA5128; }
  .home-notice li:hover .home-notice-title h2 {
    color: #DA5128; }
  .home-notice .home-notice-title {
    height: 65px;
    border-bottom: 1px #EEEEEE solid;
    padding: 9px 0;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .home-notice .home-notice-title h2 {
      -webkit-transition: all .3s;
      transition: all .3s;
      color: rgba(8, 29, 68, 0.9);
      line-height: 22px;
      max-height: 44px; }

.home-news-list li {
  width: 375px; }
  .home-news-list li:hover .home-news-title {
    color: #DA5128; }
  .home-news-list li:hover .home-news-date {
    background-color: #DA5128; }
  .home-news-list li .home-news-title {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: rgba(8, 29, 68, 0.9); }

.home-news-list .home-news-thumb-container {
  position: relative;
  height: 200px;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3); }
  .home-news-list .home-news-thumb-container .home-news-thumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .home-news-list .home-news-thumb-container:hover .home-news-thumb {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .home-news-list .home-news-thumb-container .home-news-date {
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 58px;
    height: 62px;
    background: rgba(0, 39, 111, 0.9);
    border-radius: 2px; }
    .home-news-list .home-news-thumb-container .home-news-date span:last-child {
      font-weight: 300; }

.home-section .home-kydt {
  width: calc(66.666% - 20px) !important; }

.home-section .home-xxbg {
  width: 33.333% !important; }

.home-section .home-section-item {
  width: 570px; }

.home-section .home-section-top .home-section-date {
  width: 73px;
  height: 65px;
  margin-right: 15px;
  padding-right: 15px;
  position: relative; }
  .home-section .home-section-top .home-section-date:after {
    content: '';
    position: absolute;
    right: 0;
    display: block;
    height: 40px;
    width: 1px;
    background-color: #00276F; }
  .home-section .home-section-top .home-section-date span {
    -webkit-transition: all .3s;
    transition: all .3s; }

.home-section .home-section-top .home-section-desc {
  -webkit-transition: all .3s;
  transition: all .3s; }

.home-section .home-section-top:hover .home-section-desc {
  color: #DA5128; }

.home-section .home-section-top:hover .home-section-date:after {
  background-color: #DA5128; }

.home-section .home-section-top:hover .home-section-date span {
  color: #DA5128; }

.home-section .home-section-desc {
  height: 52px;
  line-height: 26px; }

.home-section .home-section-list {
  border-top: 1px solid rgba(133, 166, 209, 0.2); }
  .home-section .home-section-list li:hover a {
    color: #DA5128; }
  .home-section .home-section-list a {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: rgba(8, 29, 68, 0.9); }

.home-section .pageli:before {
  background: url(/templates/CN/image/bullet@1x.png) no-repeat center bottom;
  width: 8px;
  height: 12px;
  content: ' ';
  padding-top: 6px;
  position: absolute; }

.home-section .pageli a {
  padding-left: 20px; }

.home-links {
  height: 60px; }
  .home-links li {
    line-height: 60px;
    margin: 0 15px; }
    .home-links li a {
      -webkit-transition: all .3s;
      transition: all .3s; }
    .home-links li:hover a {
      color: #DA5128; }

.common-body {
  position: relative;
  padding-left: 210px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .common-body #menu {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F9FAFA;
    margin-top: -40px;
    width: 200px;
    float: left;
    -webkit-transition: top .3s;
    transition: top .3s; }
    .common-body #menu.fixed-menu {
      position: fixed;
      left: calc(50% - 600px);
      top: 150px;
      margin-top: 0;
      z-index: 300; }
    .common-body #menu ul {
      min-height: 400px; }
      .common-body #menu ul li {
        text-align: center;
        padding: 10px 0; }
        .common-body #menu ul li span {
          display: inline-block;
          line-height: 2; }
          .common-body #menu ul li span a {
            -webkit-transition: all .3s;
            transition: all .3s;
            padding: 10px 0; }
        .common-body #menu ul li:hover span a {
          color: #DA5128; }
        .common-body #menu ul li.n-active span a {
          font-weight: bold;
          color: #0F4080;
          border-bottom: 2px solid #024EA1; }
    .common-body #menu .common-menu-top {
      height: 165px;
      background-repeat: no-repeat;
      background-image: url(/templates/cn/image/menu-bg.png); }
  .common-body #content {
    width: 1000px;
    float: left;
    min-height: 550px; }
    .common-body #content .section {
      display: none; }
      .common-body #content .section p {
        text-indent: 2em;
        font-size: 16px;
        line-height: 22px;
        margin-top: 20px; }
      .common-body #content .section h3 {
        text-indent: 2em;
        font-size: 16px;
        line-height: 22px;
        color: #0F4080;
        font-weight: bold;
        margin-top: 60px; }
    .common-body #content h1 {
      display: inline-block;
      padding: 40px 0 10px 0;
      font-size: 20px;
      font-weight: bold;
      border-bottom: 2px solid #024EA1; }

.footer .footer-logo {
  display: block;
  width: 80px;
  height: 80px; }

.footer .item {
  position: relative;
  padding-left: 25px; }

.footer .icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat; }
  .footer .icon.location {
    background-image: url(/templates/cn/image/location.png); }
  .footer .icon.mail {
    background-image: url(/templates/cn/image/mail.png); }
  .footer .icon.phone {
    background-image: url(/templates/cn/image/phone.png); }
  .footer .icon.fax {
    background-image: url(/templates/cn/image/fax.png); }

.footer > .footer-inner {
  padding: 40px 0;
  background-image: url(/templates/cn/image/footer-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 160px; }
  .footer > .footer-inner .item .icon {
    margin-top: 3px; }

.header-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .header-container.fixed-header {
    position: fixed;
    -webkit-animation: headerFixed .3s forwards;
    animation: headerFixed .3s forwards; }
    .header-container.fixed-header .search {
      display: none; }
    .header-container.fixed-header .top {
      height: 70px;
      padding: 10px 0; }
    .header-container.fixed-header .logo {
      height: 50px;
      width: 400px; }

@-webkit-keyframes headerFixed {
  from {
    top: -50px; }
  to {
    top: 0; } }

@keyframes headerFixed {
  from {
    top: -50px; }
  to {
    top: 0; } }

.nav {
  height: 60px;
  border-top: 2px solid rgba(255, 255, 255, 0.09) !important; }
  .nav .nav-1 > li {
    line-height: 60px;
    width: 11.111%;
    background-image: none;
    position: relative;
    color: #FFFFFF !important; }
    .nav .nav-1 > li > a {
      color: #FFFFFF !important;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .nav .nav-1 > li:hover > a {
      color: #FF9475; }
    .nav .nav-1 > li.n-active {
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
      background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%); }
    .nav .nav-1 > li .nav-sub {
      z-index: 200;
      position: absolute;
      top: 39px;
      left: -10%;
      width: 120%;
      background-image: none;
      padding-top: 20px; }
      .nav .nav-1 > li .nav-sub .nav-arrow {
        width: 8px;
        height: 8px;
        display: block;
        position: absolute;
        top: 12px;
        left: 50%;
        margin-left: -4px;
        background-image: url(/templates/cn/image/nav-arrow.png);
        display: none; }
      .nav .nav-1 > 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);
        max-height: calc(100vh - 240px);
        overflow-y: scroll; }
        .nav .nav-1 > li .nav-sub ul::-webkit-scrollbar {
          width: 5px;
          height: 0; }
        .nav .nav-1 > li .nav-sub ul::-webkit-scrollbar-thumb {
          border-radius: 10px;
          -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          background: #eeeeee; }
        .nav .nav-1 > li .nav-sub ul::-webkit-scrollbar-track {
          border-radius: 10px;
          background: #f7f7f7; }
        .nav .nav-1 > li .nav-sub ul li {
          background-image: none;
          width: 100%; }
          .nav .nav-1 > li .nav-sub ul li:not(:last-child) {
            border-bottom: 1px solid #eeeeee; }
          .nav .nav-1 > li .nav-sub ul li a {
            -webkit-transition: all .3s;
            transition: all .3s;
            padding: 10px 0; }
          .nav .nav-1 > li .nav-sub ul li:hover {
            background: #0F4080; }
            .nav .nav-1 > li .nav-sub ul li:hover a {
              color: #FFFFFF; }
  .nav .nav-1 > li:not(:first-child):after {
    top: 30%;
    position: absolute;
    height: 40%;
    left: 0;
    content: '';
    width: 0;
    border-left: solid rgba(255, 255, 255, 0.3) 1px; }

.title h1 {
  line-height: 30px; }

.title .icon {
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  margin-top: 7px; }
  .title .icon.news {
    background-image: url(/templates/cn/image/news.png); }
  .title .icon.notice {
    background-image: url(/templates/cn/image/notice.png); }
  .title .icon.info {
    background-image: url(/templates/cn/image/info.png); }
  .title .icon.link {
    background-image: url(/templates/cn/image/link.png); }

.title .more-icon {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/templates/cn/image/more-icon.png);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s;
  transition: all .3s; }

.title .more-icon-line {
  display: block;
  width: 40px;
  height: 0;
  border: 1px dashed #024EA1;
  margin-top: 14px;
  margin-right: -14px; }

.title .more span {
  line-height: 30px; }

.title .more:hover .more-icon {
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

.title .more:hover span {
  color: #4F84BD; }

.title .more:hover .more-icon-line {
  border: 1px dashed #4F84BD; }

.back-top {
  position: fixed;
  right: 20px;
  bottom: 100px;
  width: 80px;
  z-index: 100;
  height: 80px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .back-top:hover {
    background-color: rgba(0, 0, 0, 0.5); }
  .back-top h4 {
    font-size: 13px !important;
    font-weight: normal !important; }
  .back-top span {
    display: block;
    height: 40px;
    width: 40px;
    background-size: 100%;
    background-image: url(/templates/cn/image/icon_top.png); }

.contact-button {
  position: fixed;
  right: 20px;
  bottom: 280px;
  width: 80px;
  z-index: 100;
  height: 80px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .contact-button:hover {
    background-color: rgba(0, 0, 0, 0.5); }
  .contact-button h4 {
    font-size: 13px !important;
    font-weight: normal !important; }
  .contact-button span {
    display: block;
    height: 40px;
    width: 40px;
    background-size: 100%;
    background-image: url(/templates/cn/image/service.png); }

.robot-button {
  position: fixed;
  right: 20px;
  bottom: 190px;
  width: 80px;
  z-index: 100;
  height: 80px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .robot-button:hover {
    background-color: rgba(0, 0, 0, 0.5); }
  .robot-button h4 {
    font-size: 13px !important;
    font-weight: normal !important; }
  .robot-button span {
    display: block;
    height: 40px;
    width: 40px;
    background-size: 100%;
    background-image: url(/templates/cn/image/robot.png); }

.contact-box {
  padding: 40px 15px;
  min-height: calc(100vh - 410px); }
  .contact-box label {
    font-size: 14px; }
  .contact-box button {
    width: 200px;
    margin: 0 auto;
    font-size: 14px;
    cursor: pointer; }
  .contact-box input {
    border-bottom: 1px solid #eeeeee;
    padding: 5px 0;
    font-size: 14px;
    width: 100%;
    margin-top: 10px; }
    .contact-box input::-webkit-input-placeholder {
      font-size: 14px; }
    .contact-box input::-moz-placeholder {
      font-size: 14px; }
    .contact-box input:-ms-input-placeholder {
      font-size: 14px; }
    .contact-box input::-ms-input-placeholder {
      font-size: 14px; }
    .contact-box input::placeholder {
      font-size: 14px; }
  .contact-box .c-require {
    font-size: 12px; }
  .contact-box textarea {
    padding: 10px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #eeeeee;
    font-size: 14px;
    margin-top: 10px; }
    .contact-box textarea::-webkit-input-placeholder {
      font-size: 14px; }
    .contact-box textarea::-moz-placeholder {
      font-size: 14px; }
    .contact-box textarea:-ms-input-placeholder {
      font-size: 14px; }
    .contact-box textarea::-ms-input-placeholder {
      font-size: 14px; }
    .contact-box textarea::placeholder {
      font-size: 14px; }
  .contact-box .code-row button {
    line-height: 30px;
    padding: 0;
    height: 30px;
    width: 80px; }
  .contact-box .code-row input {
    margin-bottom: 0; }
  .contact-box:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -10px;
    bottom: 10px; }

.news.news-1 li {
  position: relative;
  padding: 15px 15px;
  padding-left: 150px;
  margin-bottom: 0 !important; }
  .news.news-1 li .thumb {
    left: 0; }
  .news.news-1 li.new-no-pic {
    padding-left: 0; }

.news li {
  position: relative;
  padding: 9px 20px;
  padding-left: 160px;
  margin-bottom: 13px !important; }
  .news li:last-child {
    margin-bottom: 0 !important; }
  .news li .thumb {
    width: 130px;
    height: 75px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -37.5px; }
    .news li .thumb div {
      display: block;
      -webkit-transition: all .3s;
      transition: all .3s;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
    .news li .thumb img {
      display: none; }
  .news li.new-no-pic {
    padding-right: 95px;
    padding-left: 20px; }
    .news li.new-no-pic span {
      position: absolute;
      right: 20px;
      top: 50%;
      height: 14px;
      line-height: 1;
      margin-top: -5px; }
  .news li span {
    margin-top: 5px; }
  .news li h4 {
    max-height: 50px;
    line-height: 25px;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding-left: 20px; }
  .news li img {
    position: absolute;
    top: 40%; }
  .news li:hover h4 {
    color: #DA5128; }
  .news li:hover .thumb div,
  .news li:hover .thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.home-section-1 .home-system-list-buttons {
  height: 30px;
  width: 120px;
  position: relative; }

.home-section-1 .swiper-button-next,
.home-section-1 .swiper-button-prev {
  margin-top: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  background-image: url(/templates/cn/image/icon_next.png);
  background-size: 100%;
  background-position: center; }
  .home-section-1 .swiper-button-next:after,
  .home-section-1 .swiper-button-prev:after {
    display: none; }

.home-section-1 .swiper-button-prev {
  right: 90px;
  background-image: url(/templates/cn/image/icon_back.png); }

.home-section-2 {
  background-image: url(/templates/cn/image/bg_down.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }
  .home-section-2 .home-section-2-list li a p {
    -webkit-transition: all .3s;
    transition: all .3s; }
  .home-section-2 .home-section-2-list li:hover a p {
    color: #DA5128; }
  .home-section-2 .home-section-item-2 {
    width: 577px; }
  .home-section-2 .home-section-list-type {
    line-height: 1;
    border-right: 1px #0F4080 solid; }
  .home-section-2 p {
    color: rgba(8, 29, 68, 0.9); }
  .home-section-2 .home-system-list-types li {
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    background: #F2F2F2;
    border-radius: 2px;
    font-size: 14px;
    margin: 2px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .home-section-2 .home-system-list-types li:hover {
      color: #DA5128; }
    .home-section-2 .home-system-list-types li.n-active {
      color: #FFFFFF;
      background: #85A6D1; }

.home-college-list {
  margin: 20px -10px 0 -10px; }
  .home-college-list.home-college-list-1 {
    margin: 20px 0 0 0; }
    .home-college-list.home-college-list-1 li {
      padding: 0; }
      .home-college-list.home-college-list-1 li:hover {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
        .home-college-list.home-college-list-1 li:hover h2 {
          color: #DA5128; }
      .home-college-list.home-college-list-1 li a {
        height: auto; }
      .home-college-list.home-college-list-1 li h2 {
        -webkit-transition: all .3s;
        transition: all .3s;
        position: static;
        color: #333333;
        height: auto;
        background:none;
        padding: 10px 10px 10px 15px;
        position:relative;
        font-size: 15px; }

        .home-college-list.home-college-list-1 li h2:before {
            content: "";
            display: inline-block;
            width: 7px;
            height: 7px;
            background: #0F4080;
            border-radius: 50%;
            position:absolute;
            left:0;
            top:50%;
            transform: translateY(-50%)
        }
        .home-college-list li {
            width: 20%;
            padding: 10px;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

    .home-college-list-6 li {
        width: 16.66% !important;
    }

        .home-college-list-6 li a {
            height: 130px !important;
        }

    .home-college-list li:hover {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px); }
    .home-college-list li a {
      overflow: hidden;
      position: relative;
      display: block;
      background-size: cover;
      background-repeat: no-repeat;
      height: 180px; }
      .home-college-list li a div {
        height: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
        -webkit-transition: all .3s;
        transition: all .3s; }
      .home-college-list li a h2 {
        padding: 25px 15px 15px 15px;
        color: #FFFFFF;
        font-size: 18px;
        width: 100%;
        height: 60px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 200;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 39, 111, 0)), to(#00276F));
        background-image: linear-gradient(180deg, rgba(0, 39, 111, 0) 0%, #00276F 100%); }

.home-system-list {
  padding: 20px 5px 5px 5px !important; }
  .home-system-list a {
    height: 97px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), color-stop(98%, #E8F1FF));
    background-image: linear-gradient(0deg, #FFFFFF 0%, #E8F1FF 98%);
    background: #F2F2F2;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .home-system-list a:hover {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
      background-color: #EDF2F5; }
    .home-system-list a img {
      margin: 20px auto 5px auto;
      width: 30px;
      height: 30px; }
    .home-system-list a span {
      display: block;
      text-align: center;
      color: rgba(8, 29, 68, 0.9); }

.IE8 .news li .thumb div {
  display: none; }

.IE8 .news li .thumb img {
  display: block; }

.home-info,
.home-info-list {
  margin: 0 -2%;
  width: 104%; }
  .home-info.home-info-list li,
  .home-info-list.home-info-list li {
    padding: 20px;
    width: 25%; }
    .home-info.home-info-list li a,
    .home-info-list.home-info-list li a {
      width: 100%;
      height: 160px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
      background-image: linear-gradient(0, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 100%);
      -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
      .home-info.home-info-list li a:hover span,
      .home-info-list.home-info-list li a:hover span {
        color: #ffffff; }
    .home-info.home-info-list li .home-info-item,
    .home-info-list.home-info-list li .home-info-item {
      width: 90px;
      height: 90px;
      margin-top: 6px; }
      .home-info.home-info-list li .home-info-item span,
      .home-info-list.home-info-list li .home-info-item span {
        -webkit-transform: scale(0.85);
        transform: scale(0.85); }
  .home-info li,
  .home-info-list li {
    width: calc(100% / 8);
    padding: 15px 30px; }
    .home-info li a,
    .home-info-list li a {
      display: block;
      border-radius: 10px;
      width: 100%;
      margin: 0 auto;
      height: 95px;
      padding: 10px 0;
      -webkit-transition: all .3s;
      transition: all .3s;
      background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, #0856bb), to(#579efb));
      background-image: linear-gradient(0, #0856bb 0%, #579efb 100%);
      -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 0 14px 5px rgba(8, 86, 187, 0.3);
      box-shadow: 0 0 14px 5px rgba(8, 86, 187, 0.3); }
      .home-info li a:hover,
      .home-info-list li a:hover {
        background-image: none;
        background-color: #fff; }
        .home-info li a:hover .home-info-title,
        .home-info-list li a:hover .home-info-title {
          color: #0F4080; }
        .home-info li a:hover .home-info-item span,
        .home-info-list li a:hover .home-info-item span {
          -webkit-transform: scale(1.333);
          transform: scale(1.333); }
    .home-info li .home-info-title,
    .home-info-list li .home-info-title {
      color: #666666;
      padding: 0 5px;
      height: 40px;
      font-size: 15px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 5px; }
    .home-info li .home-info-item,
    .home-info-list li .home-info-item {
      width: 75px;
      height: 75px;
      position: relative;
      padding: 10px;
      background-color: #ffffff;
      border-radius: 50%;
      margin: 0 auto; }
      .home-info li .home-info-item span,
      .home-info-list li .home-info-item span {
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transform: scale(1);
        transform: scale(1);
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
      .home-info li .home-info-item i,
      .home-info-list li .home-info-item i {
        display: none !important;
        width: 60%;
        height: 60%;
        background-color: #0F4080;
        border-radius: 50%;
        position: absolute;
        display: none; }
        .home-info li .home-info-item i:nth-child(1),
        .home-info-list li .home-info-item i:nth-child(1) {
          display: block;
          top: 2px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
        .home-info li .home-info-item i:nth-child(2),
        .home-info-list li .home-info-item i:nth-child(2) {
          display: block;
          top: 13%;
          left: 4px; }
        .home-info li .home-info-item i:nth-child(3),
        .home-info-list li .home-info-item i:nth-child(3) {
          display: block;
          top: 13%;
          right: 4px; }
        .home-info li .home-info-item i:nth-child(4),
        .home-info-list li .home-info-item i:nth-child(4) {
          display: block;
          bottom: 5%;
          right: 10px; }
        .home-info li .home-info-item i:nth-child(5),
        .home-info-list li .home-info-item i:nth-child(5) {
          display: block;
          bottom: 5%;
          left: 10px; }

.people h3 {
  height: 55px;
  line-height: 55px; }

.people li {
  position: relative;
  padding: 20px 10px 20px 158px;
  min-height: 178px;
  border-bottom: 1px solid #CCCCCC !important;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .people li:hover {
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3); }
  .people li.left-item {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC; }
  .people li.right-item {
    border-right: 1px solid #CCCCCC; }
  .people li .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-right: 5px;
    margin: 2px 10px 2px 0; }
  .people li span {
    font-size: 15px !important; }
  .people li .phone {
    background-image: url(/templates/cn/image/phone1.png); }
  .people li .mail {
    background-image: url(/templates/cn/image/mail1.png); }
  .people li .picture {
    width: 118px;
    height: 158px;
    position: absolute;
    margin-top: -79px;
    top: 50%;
    left: 20px; }
    .people li .picture div {
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat;
      display: block; }
    .people li .picture img {
      display: none;
      width: 100%;
      height: 100%; }
  .people li h1 {
    padding: 0; }

.IE8 .people li .picture div {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: none; }

.IE8 .people li .picture img {
  display: block; }

h1 {
  font-size: 30px !important;
  line-height: 42px !important; }

h4 {
  line-height: 27px !important;
  font-size: 17px !important; }

h5 {
  font-size: 14px;
  line-height: 22px; }

.n-f-2 {
  font-size: 14px;
  line-height: 22px; }

.n-f-3 {
  font-size: 15px;
  line-height: 24px; }

.n-f-5 {
  line-height: 30px !important;
  font-size: 19px !important; }

.n-f-7 {
  line-height: 33px !important; }

.n-f-8 {
  line-height: 27px !important;
  font-size: 17px !important; }

.n-f-10 {
  font-size: 30px !important;
  line-height: 42px !important; }

.n-ui-frame h1 {
  font-size: 30px !important;
  line-height: 42px !important; }

.n-ui-frame h4 {
  line-height: 27px !important;
  font-size: 17px !important; }

.n-ui-frame h5 {
  font-size: 14px;
  line-height: 22px; }

.n-ui-frame .n-f-2 {
  font-size: 14px;
  line-height: 22px; }

.n-ui-frame .n-f-3 {
  font-size: 15px;
  line-height: 24px; }

.n-ui-frame .n-f-5 {
  line-height: 30px !important;
  font-size: 19px !important; }

.n-ui-frame .n-f-7 {
  line-height: 33px !important; }

.n-ui-frame .n-f-8 {
  line-height: 27px !important;
  font-size: 17px !important; }

.n-ui-frame .n-f-10 {
  font-size: 30px !important;
  line-height: 42px !important; }

.view-close {
  position: absolute;
  width: 35px;
  height: 35px;
  cursor: pointer;
  top: 20px;
  right: 20px;
  background-repeat: no-repeat;
  background-image: url(/templates/cn/image/close.png); }

.view-left,
.view-right {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: 50%;
  margin-top: -20px;
  background-repeat: no-repeat; }

.view-left {
  left: 20px;
  background-image: url(/templates/cn/image/left.png); }

.view-right {
  right: 20px;
  background-image: url(/templates/cn/image/right.png); }

.home-banner-new .swiper-button-next,
.home-banner-new .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/cn/image/icon_banner_next_p.png);
  background-size: 100%;
  background-position: center;
  cursor: pointer !important; }
  .home-banner-new .swiper-button-next:after,
  .home-banner-new .swiper-button-prev:after {
    display: none; }

.home-banner-new .swiper-button-prev {
  left: 0;
  background-image: url(/templates/cn/image/icon_banner_back_n.png); }

.home-banner-new .home-banner-new-item {
  display: block;
  position: relative; }
  .home-banner-new .home-banner-new-item:after {
    content: '';
    display: block;
    height: 184px;
    width: 100%;
    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%);
    position: absolute;
    bottom: 0;
    left: 0; }
  .home-banner-new .home-banner-new-item div {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s; }

.home-banner-new .swiper-pagination {
  height: 14px;
  bottom: 30px !important; }
  .home-banner-new .swiper-pagination .swiper-pagination-bullet {
    line-height: 14px;
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0.5); }
    .home-banner-new .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: white; }

.c-contact-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .c-contact-container h4 {
    background-color: #F3F6FA;
    height: 55px !important;
    line-height: 55px !important; }

.c-contact-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 -20px; }
  .c-contact-list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .c-contact-list li a {
      color: #333333; }
  .c-contact-list .c-contact-list-thumb {
    width: 120px;
    height: 156px;
    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-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/cn/image/phone2.png); }
    .c-contact-list .c-contact-list-icon.mail {
      background-image: url(/templates/cn/image/mail2.png); }
    .c-contact-list .c-contact-list-icon.address {
      background-image: url(/templates/cn/image/address2.png); }

.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(600px - 50vw);
      bottom: 0; }
  .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(600px - 50vw); }
  .home-research-container .home-research {
    height: 590px;
    margin-top: -134px; }
  .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 .n-b-line:after {
          background-color: #EEEEEE; }
        .home-research-container .home-research-pages ul li h4 {
          height: 44px;
          line-height: 22px !important;
          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/cn/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-trends-item .n-b-line:after {
  background-color: #cccccc; }

.home-trends-item .home-trends-thumb div {
  width: 120px;
  height: 90px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .3s;
  transition: all .3s; }

.home-trends-item .home-trends-desc {
  height: 40px;
  line-height: 20px; }

.home-trends-item h2,
.home-trends-item span {
  -webkit-transition: all .3s;
  transition: all .3s; }

.home-trends-item:hover h2,
.home-trends-item:hover span {
  color: #FF734A; }

.home-trends-item:hover .home-trends-thumb {
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3); }
  .home-trends-item:hover .home-trends-thumb div {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.home-ability-container {
  border-bottom: 4px #0F4080 solid;
  padding-bottom: 30px; }
  .home-ability-container .c-more {
    height: 28px; }
  .home-ability-container .swiper-button-prev,
  .home-ability-container .swiper-button-next {
    position: static;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: -3px; }
  .home-ability-container .swiper-button-next {
    margin-right: -10px; }

.home-xxbg-container {
  height: 540px;
  width: calc(100% - 80px);
  margin-top: -10px;
  margin-left: -10px; }
  .home-xxbg-container .home-xxbg-title {
    height: 80px; }
    .home-xxbg-container .home-xxbg-title div:last-child {
      margin-top: 5px; }
    .home-xxbg-container .home-xxbg-title span {
      margin-right: 10px;
      padding: 3px 15px;
      background-image: -webkit-gradient(linear, left top, right top, from(#00296f), color-stop(99%, #003591));
      background-image: linear-gradient(90deg, #00296f 0%, #003591 99%); }
  .home-xxbg-container .home-xxbg-item {
    position: relative;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 530px;
    overflow: hidden; }
    .home-xxbg-container .home-xxbg-item .home-xxbg-thumb {
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: calc(100% - 20px);
      height: 450px;
      position: absolute;
      z-index: 6;
      -webkit-box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.3); }
    .home-xxbg-container .home-xxbg-item .home-xxbg-thumb-1 {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 450px;
      z-index: 4;
      overflow: hidden;
      -webkit-filter: blur(10px);
      filter: blur(10px);
      opacity: 0; }

.kydt-left,
.kydt-right {
  display: block;
  width: 20px;
  height: 40px;
  margin-top: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .7;
  cursor: pointer; }
  .kydt-left:hover,
  .kydt-right:hover {
    opacity: 1; }
  .kydt-left.kydt-left,
  .kydt-right.kydt-left {
    background-image: url(/templates/cn/image/icon_banner_back_n.png); }
  .kydt-left.kydt-right,
  .kydt-right.kydt-right {
    background-image: url(/templates/cn/image/icon_banner_next_p.png); }

.home-kydt-ctrl-item {
  cursor: pointer;
  height: 80px;
  padding: 15px 5px 5px 5px; }
  .home-kydt-ctrl-item div {
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #ebebeb;
    padding: 5px 10px;
    position: relative;
    border-radius: 3px; }
  .home-kydt-ctrl-item.swiper-slide-thumb-active div:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #0F4080;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .home-kydt-ctrl-item.swiper-slide-thumb-active div, .home-kydt-ctrl-item:hover div {
    background-image: -webkit-gradient(linear, left top, right top, from(#00296f), color-stop(99%, #003591));
    background-image: linear-gradient(90deg, #00296f 0%, #003591 99%);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3); }
  .home-kydt-ctrl-item.swiper-slide-thumb-active i, .home-kydt-ctrl-item:hover i {
    background-image: url(/templates/cn/image/hs-a.png); }
  .home-kydt-ctrl-item.swiper-slide-thumb-active h5, .home-kydt-ctrl-item:hover h5 {
    color: #ffffff; }
  .home-kydt-ctrl-item i {
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(/templates/cn/image/hs.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    .home-kydt-ctrl-item i:before {
      content: '';
      width: 1px;
      background-color: rgba(114, 114, 114, 0.5);
      display: block;
      height: 30px;
      position: absolute;
      right: -10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .home-kydt-ctrl-item h5 {
    -webkit-transition: all .3s;
    transition: all .3s;
    padding-left: 10px;
    margin-left: 10px;
    line-height: 20px;
    height: 40px;
    font-size: 12px;
    color: #727272; }

.home-kydt-container {
  height: 450px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.3); }
  .home-kydt-container .home-kydt-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 50px;
    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-kydt-container .home-kydt-title h5 {
      height: 40px;
      line-height: 20px; }
    .home-kydt-container .home-kydt-title span {
      padding: 5px 15px; }
  .home-kydt-container .home-kydt-item {
    position: relative;
    background-size: cover;
    background-position: center; }

.home-xxbg-control-container {
  height: 450px;
  width: 80px; }
  .home-xxbg-control-container .home-xxbg-control {
    height: 410px; }
  .home-xxbg-control-container .home-xxbg-control-item {
    cursor: pointer;
    padding: 5px; }
    .home-xxbg-control-container .home-xxbg-control-item div {
      position: relative; }
    .home-xxbg-control-container .home-xxbg-control-item.swiper-slide-thumb-active div {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
      border: 5px solid #0F4080;
      -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3); }
    .home-xxbg-control-container .home-xxbg-control-item.swiper-slide-thumb-active div:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-right: 7px solid #0F4080;
      border-bottom: 5px solid transparent;
      left: -11px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .home-xxbg-control-container .home-xxbg-control-item:hover div {
      opacity: 1; }
    .home-xxbg-control-container .home-xxbg-control-item div {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
      opacity: .4;
      -webkit-transition: all .3s;
      transition: all .3s;
      display: block;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }

.xxbg-top,
.xxbg-bottom {
  display: block;
  width: 40px;
  height: 20px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .7;
  cursor: pointer; }
  .xxbg-top:hover,
  .xxbg-bottom:hover {
    opacity: 1; }
  .xxbg-top.xxbg-top,
  .xxbg-bottom.xxbg-top {
    background-image: url(/templates/cn/image/icon_banner_top_n.png); }
  .xxbg-top.xxbg-bottom,
  .xxbg-bottom.xxbg-bottom {
    background-image: url(/templates/cn/image/icon_banner_bottom_n.png); }

.home-ability .home-ability-item {
  width: 120px; }
  .home-ability .home-ability-item h3,
  .home-ability .home-ability-item h5,
  .home-ability .home-ability-item span {
    -webkit-transition: all .3s;
    transition: all .3s; }
  .home-ability .home-ability-item:hover .home-ability-item-thumb {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3); }
    .home-ability .home-ability-item:hover .home-ability-item-thumb div {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .home-ability .home-ability-item:hover h3,
  .home-ability .home-ability-item:hover h5,
  .home-ability .home-ability-item:hover span {
    color: #FF734A; }

.home-ability .home-ability-item-thumb {
  background-color: #f7f7f7; }
  .home-ability .home-ability-item-thumb div {
    width: 100%;
    height: 185px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s;
    transition: all .3s; }

.home-research-date {
  height: 28px; }
  .home-research-date span {
    position: relative;
    padding: 5px 10px; }
    .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; }

.swiper-container-boder {
  border: 30px solid #ffffff;
  background: white;
  -webkit-box-shadow: 1px 0px 6px 3px #cecece;
  box-shadow: 1px 0px 6px 3px #cecece; }

.fc .fc-button-primary {
  background-color: #0F4080 !important;
  border: 0 !important; }
  .fc .fc-button-primary:hover {
    opacity: .9; }
  .fc .fc-button-primary:disabled {
    opacity: .5;
    cursor: not-allowed; }
    .fc .fc-button-primary:disabled:hover {
      opacity: .5; }

.fc-daygrid-dot-event {
  padding-bottom: 10px; }
  .fc-daygrid-dot-event .fc-event-time {
    font-size: 12px;
    display: none; }
  .fc-daygrid-dot-event .fc-event-title {
    color: #0F4080;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
    padding-left: 5px; }
  .fc-daygrid-dot-event .fc-more-link {
    font-size: 12px; }

.fc-list-event-title a {
  cursor: pointer;
  font-size: 12px; }

.fc-list-event-time {
  font-size: 12px;
  display: none; }

.fc-event-title {
  white-space: break-spaces; }


.c-icon-news {
  background: url("/templates/cn/dist/icons.png") no-repeat 0rem 0rem;
  background-size: 1.875rem 1.875rem;
  display: block;
  width: 1.875rem;
  height: 1.875rem; }

@charset "UTF-8";
html,
body {
  overflow-x: hidden;
  -webkit-text-size-adjust: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
li,
div {
  font-family: Microsoft YaHei, Arial, PingFang SC, Source Han Sans CN, "ËÎÌå"; }

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

ul {
  list-style: none; }

a {
  text-decoration: none; }

img {
  display: block;
  border: none; }

h1,
h2,
h3,
h4,
h5,
h6,
div,
li,
p,
a,
span,
input,
label,
button,
textarea {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  color: #333333;
  resize: none; }
  h1::-webkit-input-placeholder, h2::-webkit-input-placeholder, h3::-webkit-input-placeholder, h4::-webkit-input-placeholder, h5::-webkit-input-placeholder, h6::-webkit-input-placeholder, div::-webkit-input-placeholder, li::-webkit-input-placeholder, p::-webkit-input-placeholder, a::-webkit-input-placeholder, span::-webkit-input-placeholder, input::-webkit-input-placeholder, label::-webkit-input-placeholder, button::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999999;
    font-size: 18px; }
  h1::-moz-placeholder, h2::-moz-placeholder, h3::-moz-placeholder, h4::-moz-placeholder, h5::-moz-placeholder, h6::-moz-placeholder, div::-moz-placeholder, li::-moz-placeholder, p::-moz-placeholder, a::-moz-placeholder, span::-moz-placeholder, input::-moz-placeholder, label::-moz-placeholder, button::-moz-placeholder, textarea::-moz-placeholder {
    color: #999999;
    font-size: 18px; }
  h1:-ms-input-placeholder, h2:-ms-input-placeholder, h3:-ms-input-placeholder, h4:-ms-input-placeholder, h5:-ms-input-placeholder, h6:-ms-input-placeholder, div:-ms-input-placeholder, li:-ms-input-placeholder, p:-ms-input-placeholder, a:-ms-input-placeholder, span:-ms-input-placeholder, input:-ms-input-placeholder, label:-ms-input-placeholder, button:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999999;
    font-size: 18px; }
  h1::-ms-input-placeholder, h2::-ms-input-placeholder, h3::-ms-input-placeholder, h4::-ms-input-placeholder, h5::-ms-input-placeholder, h6::-ms-input-placeholder, div::-ms-input-placeholder, li::-ms-input-placeholder, p::-ms-input-placeholder, a::-ms-input-placeholder, span::-ms-input-placeholder, input::-ms-input-placeholder, label::-ms-input-placeholder, button::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #999999;
    font-size: 18px; }
  h1::placeholder,
  h2::placeholder,
  h3::placeholder,
  h4::placeholder,
  h5::placeholder,
  h6::placeholder,
  div::placeholder,
  li::placeholder,
  p::placeholder,
  a::placeholder,
  span::placeholder,
  input::placeholder,
  label::placeholder,
  button::placeholder,
  textarea::placeholder {
    color: #999999;
    font-size: 18px; }
  h1::-webkit-search-decoration, h1::-webkit-search-cancel-button,
  h2::-webkit-search-decoration,
  h2::-webkit-search-cancel-button,
  h3::-webkit-search-decoration,
  h3::-webkit-search-cancel-button,
  h4::-webkit-search-decoration,
  h4::-webkit-search-cancel-button,
  h5::-webkit-search-decoration,
  h5::-webkit-search-cancel-button,
  h6::-webkit-search-decoration,
  h6::-webkit-search-cancel-button,
  div::-webkit-search-decoration,
  div::-webkit-search-cancel-button,
  li::-webkit-search-decoration,
  li::-webkit-search-cancel-button,
  p::-webkit-search-decoration,
  p::-webkit-search-cancel-button,
  a::-webkit-search-decoration,
  a::-webkit-search-cancel-button,
  span::-webkit-search-decoration,
  span::-webkit-search-cancel-button,
  input::-webkit-search-decoration,
  input::-webkit-search-cancel-button,
  label::-webkit-search-decoration,
  label::-webkit-search-cancel-button,
  button::-webkit-search-decoration,
  button::-webkit-search-cancel-button,
  textarea::-webkit-search-decoration,
  textarea::-webkit-search-cancel-button {
    display: none; }

small {
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-weight: normal; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 10px; }

input,
button,
label,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  input::-webkit-input-placeholder, button::-webkit-input-placeholder, label::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: .5; }
  input::-moz-placeholder, button::-moz-placeholder, label::-moz-placeholder, textarea::-moz-placeholder {
    opacity: .5; }
  input:-ms-input-placeholder, button:-ms-input-placeholder, label:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: .5; }
  input::-ms-input-placeholder, button::-ms-input-placeholder, label::-ms-input-placeholder, textarea::-ms-input-placeholder {
    opacity: .5; }
  input::placeholder,
  button::placeholder,
  label::placeholder,
  textarea::placeholder {
    opacity: .5; }

.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: 12px; }
  .n-f-1::-webkit-input-placeholder {
    font-size: 12px; }
  .n-f-1::-moz-placeholder {
    font-size: 12px; }
  .n-f-1:-ms-input-placeholder {
    font-size: 12px; }
  .n-f-1::-ms-input-placeholder {
    font-size: 12px; }
  .n-f-1::placeholder {
    font-size: 12px; }

.n-f-2 {
  font-size: 14px; }
  .n-f-2::-webkit-input-placeholder {
    font-size: 14px; }
  .n-f-2::-moz-placeholder {
    font-size: 14px; }
  .n-f-2:-ms-input-placeholder {
    font-size: 14px; }
  .n-f-2::-ms-input-placeholder {
    font-size: 14px; }
  .n-f-2::placeholder {
    font-size: 14px; }

.n-f-3 {
  font-size: 16px; }
  .n-f-3::-webkit-input-placeholder {
    font-size: 16px; }
  .n-f-3::-moz-placeholder {
    font-size: 16px; }
  .n-f-3:-ms-input-placeholder {
    font-size: 16px; }
  .n-f-3::-ms-input-placeholder {
    font-size: 16px; }
  .n-f-3::placeholder {
    font-size: 16px; }

.n-f-4 {
  font-size: 18px; }
  .n-f-4::-webkit-input-placeholder {
    font-size: 18px; }
  .n-f-4::-moz-placeholder {
    font-size: 18px; }
  .n-f-4:-ms-input-placeholder {
    font-size: 18px; }
  .n-f-4::-ms-input-placeholder {
    font-size: 18px; }
  .n-f-4::placeholder {
    font-size: 18px; }

.n-f-5 {
  font-size: 20px; }
  .n-f-5::-webkit-input-placeholder {
    font-size: 20px; }
  .n-f-5::-moz-placeholder {
    font-size: 20px; }
  .n-f-5:-ms-input-placeholder {
    font-size: 20px; }
  .n-f-5::-ms-input-placeholder {
    font-size: 20px; }
  .n-f-5::placeholder {
    font-size: 20px; }

.n-f-6 {
  font-size: 22px; }
  .n-f-6::-webkit-input-placeholder {
    font-size: 22px; }
  .n-f-6::-moz-placeholder {
    font-size: 22px; }
  .n-f-6:-ms-input-placeholder {
    font-size: 22px; }
  .n-f-6::-ms-input-placeholder {
    font-size: 22px; }
  .n-f-6::placeholder {
    font-size: 22px; }

.n-f-7 {
  font-size: 24px; }
  .n-f-7::-webkit-input-placeholder {
    font-size: 24px; }
  .n-f-7::-moz-placeholder {
    font-size: 24px; }
  .n-f-7:-ms-input-placeholder {
    font-size: 24px; }
  .n-f-7::-ms-input-placeholder {
    font-size: 24px; }
  .n-f-7::placeholder {
    font-size: 24px; }

.n-f-8 {
  font-size: 26px; }
  .n-f-8::-webkit-input-placeholder {
    font-size: 26px; }
  .n-f-8::-moz-placeholder {
    font-size: 26px; }
  .n-f-8:-ms-input-placeholder {
    font-size: 26px; }
  .n-f-8::-ms-input-placeholder {
    font-size: 26px; }
  .n-f-8::placeholder {
    font-size: 26px; }

.n-f-9 {
  font-size: 28px; }
  .n-f-9::-webkit-input-placeholder {
    font-size: 28px; }
  .n-f-9::-moz-placeholder {
    font-size: 28px; }
  .n-f-9:-ms-input-placeholder {
    font-size: 28px; }
  .n-f-9::-ms-input-placeholder {
    font-size: 28px; }
  .n-f-9::placeholder {
    font-size: 28px; }

.n-f-10 {
  font-size: 30px; }
  .n-f-10::-webkit-input-placeholder {
    font-size: 30px; }
  .n-f-10::-moz-placeholder {
    font-size: 30px; }
  .n-f-10:-ms-input-placeholder {
    font-size: 30px; }
  .n-f-10::-ms-input-placeholder {
    font-size: 30px; }
  .n-f-10::placeholder {
    font-size: 30px; }

.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: #0F4080; }

.n-c-red {
  color: #D0021B; }

.n-c-green {
  color: #78ff00; }

.n-c-yellow {
  color: #FF734A; }

.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: #0F4080; }

.n-bg-1 {
  background-color: #FFFFFF; }

.n-bg-2 {
  background-color: #F2F5F8; }

.n-bg-3 {
  background-color: #666666; }

.n-bg-4 {
  background-color: #333333; }

.n-bg-red {
  background-color: #D0021B; }

.n-bg-yellow {
  background-color: #FF734A; }

.n-bg-green {
  background-color: #78ff00; }

.n-bg-warn {
  background-color: #DA5128; }

.n-pl-1,
.n-plr-1,
.n-p-1 {
  padding-left: 10px; }

.n-pl-2,
.n-plr-2,
.n-p-2 {
  padding-left: 20px; }

.n-pl-3,
.n-plr-3,
.n-p-3 {
  padding-left: 25px; }

.n-pl-4,
.n-plr-4,
.n-p-4 {
  padding-left: 30px; }

.n-pl-5,
.n-plr-5,
.n-p-5 {
  padding-left: 40px; }

.n-pl-6,
.n-plr-6,
.n-p-6 {
  padding-left: 60px; }

.n-pr-1,
.n-plr-1,
.n-p-1 {
  padding-right: 10px; }

.n-pr-2,
.n-plr-2,
.n-p-2 {
  padding-right: 20px; }

.n-pr-3,
.n-plr-3,
.n-p-3 {
  padding-right: 25px; }

.n-pr-4,
.n-plr-4,
.n-p-4 {
  padding-right: 30px; }

.n-pr-5,
.n-plr-5,
.n-p-5 {
  padding-right: 40px; }

.n-pr-6,
.n-plr-6,
.n-p-6 {
  padding-right: 60px; }

.n-pt-1,
.n-ptb-1,
.n-p-1 {
  padding-top: 10px; }

.n-pt-2,
.n-ptb-2,
.n-p-2 {
  padding-top: 20px; }

.n-pt-3,
.n-ptb-3,
.n-p-3 {
  padding-top: 25px; }

.n-pt-4,
.n-ptb-4,
.n-p-4 {
  padding-top: 30px; }

.n-pt-5,
.n-ptb-5,
.n-p-5 {
  padding-top: 40px; }

.n-pt-6,
.n-ptb-6,
.n-p-6 {
  padding-top: 60px; }

.n-pb-1,
.n-ptb-1,
.n-p-1 {
  padding-bottom: 10px; }

.n-pb-2,
.n-ptb-2,
.n-p-2 {
  padding-bottom: 20px; }

.n-pb-3,
.n-ptb-3,
.n-p-3 {
  padding-bottom: 25px; }

.n-pb-4,
.n-ptb-4,
.n-p-4 {
  padding-bottom: 30px; }

.n-pb-5,
.n-ptb-5,
.n-p-5 {
  padding-bottom: 40px; }

.n-pb-6,
.n-ptb-6,
.n-p-6 {
  padding-bottom: 60px; }

.n-ml-1,
.n-mlr-1,
.n-m-1 {
  margin-left: 10px; }

.n-ml-2,
.n-mlr-2,
.n-m-2 {
  margin-left: 20px; }

.n-ml-3,
.n-mlr-3,
.n-m-3 {
  margin-left: 25px; }

.n-ml-4,
.n-mlr-4,
.n-m-4 {
  margin-left: 30px; }

.n-ml-5,
.n-mlr-5,
.n-m-5 {
  margin-left: 40px; }

.n-ml-6,
.n-mlr-6,
.n-m-5 {
  margin-left: 60px; }

.n-mr-1,
.n-mlr-1,
.n-m-1 {
  margin-right: 10px; }

.n-mr-2,
.n-mlr-2,
.n-m-2 {
  margin-right: 20px; }

.n-mr-3,
.n-mlr-3,
.n-m-3 {
  margin-right: 25px; }

.n-mr-4,
.n-mlr-4,
.n-m-4 {
  margin-right: 30px; }

.n-mr-5,
.n-mlr-5,
.n-m-5 {
  margin-right: 40px; }

.n-mr-6,
.n-mlr-6,
.n-m-6 {
  margin-right: 60px; }

.n-mt-1,
.n-mtb-1,
.n-m-1 {
  margin-top: 10px; }

.n-mt-2,
.n-mtb-2,
.n-m-2 {
  margin-top: 20px; }

.n-mt-3,
.n-mtb-3,
.n-m-3 {
  margin-top: 25px; }

.n-mt-4,
.n-mtb-4,
.n-m-4 {
  margin-top: 30px; }

.n-mt-5,
.n-mtb-5,
.n-m-5 {
  margin-top: 40px; }

.n-mt-6,
.n-mtb-6,
.n-m-6 {
  margin-top: 60px; }

.n-mb-1,
.n-mtb-1,
.n-m-1 {
  margin-bottom: 10px; }

.n-mb-2,
.n-mtb-2,
.n-m-2 {
  margin-bottom: 20px; }

.n-mb-3,
.n-mtb-3,
.n-m-3 {
  margin-bottom: 25px; }

.n-mb-4,
.n-mtb-4,
.n-m-4 {
  margin-bottom: 30px; }

.n-mb-5,
.n-mtb-5,
.n-m-5 {
  margin-bottom: 40px; }

.n-mb-6,
.n-mtb-6,
.n-m-6 {
  margin-bottom: 60px; }

.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 #0F4080 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-keep-word {
  white-space: nowrap; }

.n-b-line {
  position: relative; }
  .n-b-line:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333333;
    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-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; }

.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 20px; }
  .n-headers .n-header .n-header-title img {
    height: 25px; }

.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: 20px; }
      .n-tab-bar .n-tab-bar-inner .n-tab-bar-item.n-active {
        position: relative;
        color: #0F4080; }
        .n-tab-bar .n-tab-bar-inner .n-tab-bar-item.n-active:after {
          position: absolute;
          content: '';
          height: 2px;
          bottom: 0;
          left: 10px;
          right: 10px;
          background: #0F4080; }

/*Radio Checkbox*/
.n-radio-checkbox {
  height: 16px;
  width: 16px;
  position: relative;
  display: inline-block;
  border: 1px #CCCCCC solid;
  background: #F2F5F8; }
  .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 #0F4080 solid; }
    .n-radio-checkbox i:after {
      content: '';
      background: #0F4080;
      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: 25px;
  position: fixed;
  background: #F2F5F8;
  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/cn/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: 10px;
    background: transparent;
    line-height: 20px;
    width: 100%;
    height: 20px;
    display: block;
    border: transparent; }
    .n-input input::-webkit-input-placeholder {
      line-height: 20px; }
    .n-input input::-moz-placeholder {
      line-height: 20px; }
    .n-input input:-ms-input-placeholder {
      line-height: 20px; }
    .n-input input::-ms-input-placeholder {
      line-height: 20px; }
    .n-input input::placeholder {
      line-height: 20px; }
    .n-input input:disabled {
      background: #F2F5F8;
      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: 14px;
  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: 18px; }

@-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: #F2F5F8; }

.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: #0F4080 1px solid;
  background: #0F4080; }

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: 18px;
    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: 25px;
  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; }

.home-banner-container {
  position: relative;
  height: 600px;
  padding-top: 40px; }
  .home-banner-container > img {
    position: absolute; }
    .home-banner-container > img.bg-left {
      height: 160px;
      left: 0;
      bottom: -50px; }
    .home-banner-container > img.bg-right {
      height: 600px;
      right: 0;
      top: 0; }

.home-banner {
  height: 590px;
  width: 1360px;
  max-width: 100%;
  padding-right: 360px;
  position: relative; }
  .home-banner .left {
    width: 100%; }
    .home-banner .left .banner-scroll {
      margin: 0; }
      .home-banner .left .banner-scroll .banner-scroll-item {
        position: relative; }
        .home-banner .left .banner-scroll .banner-scroll-item .banner-scroll-pic {
          position: relative; }
          .home-banner .left .banner-scroll .banner-scroll-item .banner-scroll-pic div {
            display: block;
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all .6s;
            transition: all .6s;
            display: block;
            background-size: cover;
            background-position: center;
            height: 100%;
            width: 100%; }
          .home-banner .left .banner-scroll .banner-scroll-item .banner-scroll-pic img {
            display: none; }
        .home-banner .left .banner-scroll .banner-scroll-item .title-container {
          position: absolute;
          bottom: 0;
          left: 0;
          padding: 20px 40px;
          background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(10, 35, 77, 0.9)), color-stop(99%, rgba(28, 81, 162, 0)));
          background-image: linear-gradient(0deg, rgba(10, 35, 77, 0.9) 0%, rgba(28, 81, 162, 0) 99%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001C51A2', endColorstr='#0A234D', grandientType=1); }
          .home-banner .left .banner-scroll .banner-scroll-item .title-container h3 {
            height: 28px;
            line-height: 28px;
            background-image: url(/templates/cn/image/banner-title-bg-1.png);
            background-repeat: repeat-x; }
          .home-banner .left .banner-scroll .banner-scroll-item .title-container p {
            font-size: 14px !important;
            line-height: 20px;
            max-height: 54px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            display: -moz-box;
            display: box;
            box-orient: vertical; }
  .home-banner .right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 360px;
    z-index: 100; }
    .home-banner .right ul {
      position: relative;
      z-index: 100;
      margin-left: -35px; }
      .home-banner .right ul li {
        padding: 0 22px 0 55px;
        height: 85px; }
        .home-banner .right ul li:hover div h3 {
          color: #DA5128; }
        .home-banner .right ul li div {
          padding: 18px 0; }
        .home-banner .right ul li.n-active div span {
          opacity: 1;
          width: 396px; }
        .home-banner .right ul li.n-active div h3 {
          font-weight: bold;
          color: #DA5128; }
        .home-banner .right ul li div {
          position: relative; }
          .home-banner .right ul li div span {
            -webkit-transition: all .5s;
            transition: all .5s;
            width: 0px;
            position: absolute;
            display: block;
            right: -26px;
            top: -7px;
            height: 92px;
            opacity: 0;
            background-repeat: no-repeat;
            background-image: url(/templates/cn/image/banner-item-bg.png); }
          .home-banner .right ul li div h3 {
            z-index: 1;
            position: relative;
            -webkit-transition: all .3s;
            transition: all .3s;
            height: 44px;
            line-height: 22px; }

.IE8 .home-banner .left .banner-scroll .banner-scroll-item .banner-scroll-pic div {
  display: none; }

.IE8 .home-banner .left .banner-scroll .banner-scroll-item .banner-scroll-pic img {
  display: block; }

.home-body .left {
  width: 800px; }

.home-body .right {
  width: 400px; }
  .home-body .right .notice ul {
    padding: 2px 0; }
  .home-body .right .notice li {
    padding-left: 85px;
    position: relative; }
    .home-body .right .notice li:hover .date {
      background-color: #DA5128; }
    .home-body .right .notice li:hover .title a {
      color: #DA5128; }
    .home-body .right .notice li .date {
      width: 67px;
      height: 67px;
      position: absolute;
      left: 10px;
      -webkit-transition: all .3s;
      transition: all .3s;
      top: 10px;
      padding: 6px 0; }
      .home-body .right .notice li .date h3 {
        line-height: 42px; }
      .home-body .right .notice li .date h3,
      .home-body .right .notice li .date span {
        display: block;
        text-align: center; }
    .home-body .right .notice li .title {
      height: 67px;
      padding-top: 11px; }
      .home-body .right .notice li .title a {
        -webkit-transition: all .3s;
        transition: all .3s;
        display: block;
        height: 40px;
        line-height: 20px; }

.home-body .info-list li {
  margin: 0 40px;
  padding-top: 13px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .home-body .info-list li:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
    .home-body .info-list li:hover .icon {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .home-body .info-list li .icon {
    display: block;
    width: 100%;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    transition: all .3s; }
    .home-body .info-list li .icon.oa {
      background-image: url(/templates/cn/image/oa.png); }
    .home-body .info-list li .icon.report {
      background-image: url(/templates/cn/image/report.png); }
    .home-body .info-list li .icon.e46 {
      background-image: url(/templates/cn/image/e46.png); }
    .home-body .info-list li .icon.net {
      background-image: url(/templates/cn/image/net.png); }
    .home-body .info-list li .icon.plateform {
      background-image: url(/templates/cn/image/plateform.png); }
    .home-body .info-list li .icon.table {
      background-image: url(/templates/cn/image/table.png); }

.home-body .info-list li.bg {
  width: 120px;
  height: 120px;
  background-image: url(/templates/cn/image/info-bg.png);
  background-repeat: no-repeat; }

.home-body .info-list li.bg1 {
  width: 120px;
  height: 120px;
  background-image: url(/templates/cn/image/info-bg-1.png);
  background-repeat: no-repeat; }

.home-body .link-list li {
  position: relative;
  padding: 15px 0 15px 35px;
  border-bottom: 1px #dddddd dashed; }
  .home-body .link-list li:hover a {
    color: #0F4080; }
  .home-body .link-list li .icon {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/templates/cn/image/links.png);
    position: absolute;
    top: 15px;
    left: 0; }

.link-item .link-item-title {
  padding: 20px 0 15px 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: 14px;
    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: 14px; }

.org .card-title h1 {
  border-bottom: none !important; }

.org .card-list {
  margin: 0 -20px; }
  .org .card-list > li {
    width: 50%;
    padding: 0 20px; }
  .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/cn/image/name.png); }
        .org .card-list .info-box ul li .phone {
          background-image: url(/templates/cn/image/phone1.png); }
        .org .card-list .info-box ul li .fax {
          background-image: url(/templates/cn/image/fax1.png); }
        .org .card-list .info-box ul li .mail {
          background-image: url(/templates/cn/image/mail1.png); }
        .org .card-list .info-box ul li span {
          line-height: 1;
          font-size: 16px; }
        .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/cn/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/cn/image/card-list-title-bg-green.png); }
    .org .card-list .card-list-title.purple {
      background-image: url(/templates/cn/image/card-list-title-bg-purple.png); }
    .org .card-list .card-list-title h2 {
      font-size: 22px; }
      .org .card-list .card-list-title h2.small-title {
        font-size: 20px; }
    .org .card-list .card-list-title h4 {
      font-size: 14px; }

.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: #0F4080;
    font-weight: bold;
    border-bottom: 2px solid #024EA1; }

.company .company-tab-content-detail {
  display: none; }
  .company .company-tab-content-detail .back {
    font-size: 16px; }
  .company .company-tab-content-detail h2 {
    font-size: 20px;
    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; }
