<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 theme name: djh_zeji
 author: dongjunhao
 description: html &amp; sass &amp; gulp template for personal projects
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, textarea {
  margin: 0;
  padding: 0;
}

address, cite, dfn, em, var, i {
  font-style: normal;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'pingfang sc', 'microsoft yahei', 'sans-serif', 'arial';
  color: #222;
  background: #fff;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, th {
  font-size: 100%;
  font-weight: normal;
}

button, input, select, textarea {
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

a {
  text-decoration: none;
  color: #666;
  background: none;
}

ul, ol {
  list-style: none;
}

:focus {
  outline: none;
}

.clearfix {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}

.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

@font-face {
  font-family: 'iconfont';
  src: ;
  src:  format("embedded-opentype"),  format("woff"),  format("truetype"),  format("svg");
}

* {
  -webkit-tap-highlight-color: transparent;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * swiper 3.4.2
 * most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * copyright 2017, vladimir kharlampidi
 * the idangero.us
 * http://www.idangero.us/
 * 
 * licensed under mit
 * 
 * released on: march 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical&gt;.swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow&gt;.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode&gt;.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: ;
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: ;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: ;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: ;
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: ;
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: ;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical&gt;.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal&gt;.swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical&gt;.swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container&gt;canvas, .swiper-zoom-container&gt;img, .swiper-zoom-container&gt;svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal&gt;.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical&gt;.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: '/&gt;&lt;use xlink:href='#l' opacity='.27' transform='rotate(60 60,60)'/&gt;&lt;use xlink:href='#l' opacity='.27' transform='rotate(90 60,60)'/&gt;&lt;use xlink:href='#l' opacity='.27' transform='rotate(120 60,60)'/&gt;&lt;use xlink:href='#l' opacity='.27' transform='rotate(150 60,60)'/&gt;&lt;use xlink:href='#l' opacity='.37' transform='rotate(180 60,60)'/&gt;&lt;use xlink:href='#l' opacity='.46' transform='rotate(210 60,60)'/&gt;&lt;use xlink:href='#l' opacity='.56' transform='rotate(240 60,60)'/&gt;&lt;use xlink:href='#l' opacity='.66' transform='rotate(270 60,60)'/&gt;&lt;use xlink:href='#l' opacity='.75' transform='rotate(300 60,60)'/&gt;&lt;use xlink:href='#l' opacity='.85' transform='rotate(330 60,60)'/&gt;&lt;/g&gt;&lt;/svg&gt;");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: '/&gt;&lt;use xlink:href='#l' opacity='.27' transform='rotate(60 60,60)'/&gt;&lt;use xlink:href='#l' opacity='.27' transform='rotate(90 60,60)'/&gt;&lt;use xlink:href='#l' opacity='.27' transform='rotate(120 60,60)'/&gt;&lt;use xlink:href='#l' opacity='.27' transform='rotate(150 60,60)'/&gt;&lt;use xlink:href='#l' opacity='.37' transform='rotate(180 60,60)'/&gt;&lt;use xlink:href='#l' opacity='.46' transform='rotate(210 60,60)'/&gt;&lt;use xlink:href='#l' opacity='.56' transform='rotate(240 60,60)'/&gt;&lt;use xlink:href='#l' opacity='.66' transform='rotate(270 60,60)'/&gt;&lt;use xlink:href='#l' opacity='.75' transform='rotate(300 60,60)'/&gt;&lt;use xlink:href='#l' opacity='.85' transform='rotate(330 60,60)'/&gt;&lt;/g&gt;&lt;/svg&gt;");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.sidebar {
  position: fixed;
  left: 0;
  top: 50%;
  width: 42px;
  height: 96px;
  background-color: #e03d3d;
  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;
  border-radius: 0 7px 7px 0;
  cursor: pointer;
  z-index: 2000;
}

.sidebar .wechat {
  opacity: 0;
  position: absolute;
  width: 0;
  left: 42px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2000;
  transition: all .2s;
}

.sidebar:hover .wechat {
  width: auto;
  opacity: 1;
}

.sidebar img.left {
  width: 11px;
  height: 8px;
  margin: 3px;
  -webkit-transform: rotatey(180deg);
  transform: rotatey(180deg);
}

.sidebar span {
  color: #fff;
  line-height: 18px;
}

.banner-wrap {
  height: 560px;
  background: url(/uploads/image/tninew/banner-bg.jpg) center center no-repeat;
  position: relative;
}

.banner-wrap .banner {
  width: 1200px;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  margin: auto;
}

.banner-wrap .fl {
  width: 860px;
  height: 510px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 3px 10px #909090;
}

.banner-wrap .fl .swiper-wrapper .swiper-slide {
  height: 100%;
  position: relative;
}

.banner-wrap .fl .swiper-wrapper .swiper-slide a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.banner-wrap .fl .swiper-wrapper .swiper-slide a p {
  width: 100%;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 18px;
  text-indent: 10px;
  line-height: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}

.banner-wrap .fl .swiper-wrapper .swiper-slide a p span {
  color: #fff;
  display: inline-block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.banner-wrap .fl .swiper-wrapper .swiper-slide a img {
  display: inline-block;
  border-radius: 5px;
}

.banner-wrap .fl .swiper-pagination {
  display: inline-block;
  width: 20%;
  left: 80%;
}

.banner-wrap .fl .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  filter: alpha(opacity=1);
  margin: 0 3px;
}

.banner-wrap .fl .swiper-pagination .swiper-pagination-bullet-active {
  width: 18px;
  border-radius: 4px;
  background-color: #e8123a;
}

.banner-wrap .fr {
  width: 320px;
  height: 510px;
  border-radius: 5px;
}

.banner-wrap .fr .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
  height: 85px;
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.banner-wrap .fr .swiper-wrapper .swiper-slide:hover {
  transition: all .2s;
  background-color: #e03d3d;
}

.banner-wrap .fr .swiper-wrapper .swiper-slide a {
  box-sizing: border-box;
  padding: 10px 15px;
  color: #fff;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.banner-wrap .fr .swiper-wrapper .swiper-slide-active {
  background-color: #e03d3d;
}

.mode-title {
  color: #494747;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.mode-title .p1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: -5px;
}

.mode-title .line {
  display: inline-block;
  width: 216px;
  height: 1px;
  background-color: #959595;
  position: relative;
}

.mode-title .line i {
  height: 4px;
  width: 55px;
  background-color: #e03d3d;
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  margin: auto;
}

.vision-zj {
  width: 1200px;
  margin: 80px auto 0;
}

.vision-zj dl {
  margin: 50px 0 90px;
  box-sizing: border-box;
  padding: 0 40px;
}

.vision-zj dl dt {
  width: 580px;
  height: 400px;
  position: relative;
  float: left;
}

.vision-zj dl dt .vis-player {
  width: 552px;
  height: 372px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
  box-shadow: 0 3px 10px #909090;
  z-index: 1000;
}

.vision-zj dl dt .vis-player:before {
  content: '';
  width: 100%;
  height: 100%;
}

.vision-zj dl dt .border {
  width: 552px;
  height: 372px;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 2px solid #e03d3d;
  z-index: 0;
}

.vision-zj dl dd {
  width: 480px;
  height: 400px;
  box-sizing: border-box;
  padding-right: 40px;
  margin-right: 20px;
  float: right;
  color: #3d3939;
  position: relative;
}

.vision-zj dl dd:before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  width: 84px;
  height: 105px;
  border-top: 2px solid #e03d3d;
  border-right: 2px solid #e03d3d;
}

.vision-zj dl dd .p1, .vision-zj dl dd .p2 {
  text-align: right;
}

.vision-zj dl dd .p1 {
  font-size: 24px;
  margin: 32px 0 10px;
}

.vision-zj dl dd .p2 {
  font-size: 14px;
}

.vision-zj dl dd .content {
  margin-top: 40px;
  text-indent: 24px;
  font-size: 14px;
  text-align: justify;
  line-height: 30px;
}

.vision-zj dl dd .search {
  display: inline-block;
  background-color: #e03d3d;
  color: #fff;
  width: 110px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 3px 10px #999;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.vision-zj dl dd .search img {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  margin-top: -4px;
}

.vision-zj dl dd .search span {
  color: #fff;
}

.search-btn {
  display: block;
  background-color: #e03d3d;
  color: #fff;
  width: 110px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 3px 10px #999;
  margin: 40px auto 0;
  border-radius: 5px;
}

.search-btn img {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  margin-top: -4px;
}

.search-btn span {
  color: #fff;
}

.training-wrap {
  height: 577px;
  background: url(/uploads/image/tninew/training.jpg) center center no-repeat;
}

.training-wrap .train-main {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.training-wrap .train-main .train-tit {
  margin: 30px auto 20px;
}

.training-wrap .train-main .train-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.training-wrap .train-main .train-nav li {
  padding: 0 15px;
  font-size: 18px;
  font-weight: bold;
  color: #555;
  margin: 0 15px;
  cursor: pointer;
}

.training-wrap .train-main .train-nav .active {
  background-color: #e03d3d;
  color: #fff;
  border-radius: 15px;
}

.training-wrap .train-main #train-swiper {
  width: 1080px;
  height: 250px;
  padding: 10px 0;
  margin-top: 50px;
}

.training-wrap .train-main #train-swiper .swiper-slide {
  width: 360px;
  height: 230px;
  cursor: pointer;
}

.training-wrap .train-main #train-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.training-wrap .train-main #train-swiper .swiper-pagination {
  bottom: 0;
}

.training-wrap .train-main #train-swiper .swiper-pagination .swiper-pagination-bullet {
  filter: alpha(opacity=1);
  margin: 0 3px;
}

.training-wrap .train-main #train-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 18px;
  border-radius: 4px;
  background-color: #e8123a;
}

.news-main {
  min-height: 65 0px;
  width: 1200px;
  margin: 0 auto 25px;
}

.news-main .news-tit {
  margin-top: 40px;
}

.news-main .news-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-main .news-nav li {
  width: 122px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  color: #fff;
  background-color: #cdcdcd;
  border-radius: 16px;
  margin: 0 27px;
  cursor: pointer;
  transition: all .2s;
}

.news-main .news-nav .active {
  background-color: #e03d3d;
}

.news-main .new-content {
  margin-top: 55px;
  box-sizing: border-box;
  padding: 0 70px;
}

.news-main .new-content dt .newt {
  width: 510px;
  min-height: 440px;
  display: none;
}

.news-main .new-content dt .newt .new-img {
  position: relative;
  width: 505px;
  height: 265px;
}

.news-main .new-content dt .newt .new-img img {
  width: 490px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

.news-main .new-content dt .newt .new-img .bg {
  background-color: #a68080;
  width: 490px;
  height: 250px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.news-main .new-content dt .newt .p1 {
  font-size: 20px;
  color: #000;
  margin: 24px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-main .new-content dt .newt .p2 {
  font-size: 12px;
  color: #666;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-main .new-content dt .newt:first-child {
  display: block;
}

.news-main .new-content dd .new-list {
  width: 500px;
  height: 80px;
  margin-bottom: 20px;
  cursor: pointer;
}

.news-main .new-content dd .new-list .clearfix {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all .2s;
}

.news-main .new-content dd .new-list i {
  display: inline-block;
  width: 60px;
  height: 46px;
  margin: 0 15px 0;
}

.news-main .new-content dd .new-list .txt {
  width: 400px;
  display: inline-block;
}

.news-main .new-content dd .new-list .txt .p1 {
  font-size: 18px;
  color: #414040;
  margin-bottom: 14px;
  line-height: 20px;
}

.news-main .new-content dd .new-list .txt .p2 {
  line-height: 12px;
  font-size: 12px;
  color: #919191;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-main .new-content dd .new-list:nth-of-type(1) i {
  background: url(/uploads/image/tninew/number.png) -11px -62px no-repeat;
}

.news-main .new-content dd .new-list:nth-of-type(1) .active {
  background-color: #e03d3d;
  box-shadow: 0 3px 10px #afafaf;
}

.news-main .new-content dd .new-list:nth-of-type(1) .active i.fl {
  background: url(/uploads/image/tninew/number.png) -11px -7px no-repeat;
}

.news-main .new-content dd .new-list:nth-of-type(1) .active .txt .p1, .news-main .new-content dd .new-list:nth-of-type(1) .active .txt .p2 {
  color: #fff;
}

.news-main .new-content dd .new-list:nth-of-type(2) i {
  background: url(/uploads/image/tninew/number.png) -84px -62px no-repeat;
}

.news-main .new-content dd .new-list:nth-of-type(2) .active {
  background-color: #e03d3d;
  box-shadow: 0 3px 10px #afafaf;
}

.news-main .new-content dd .new-list:nth-of-type(2) .active i.fl {
  background: url(/uploads/image/tninew/number.png) -84px -7px no-repeat;
}

.news-main .new-content dd .new-list:nth-of-type(2) .active .txt .p1, .news-main .new-content dd .new-list:nth-of-type(2) .active .txt .p2 {
  color: #fff;
}

.news-main .new-content dd .new-list:nth-of-type(3) i {
  background: url(/uploads/image/tninew/number.png) -161px -62px no-repeat;
}

.news-main .new-content dd .new-list:nth-of-type(3) .active {
  background-color: #e03d3d;
  box-shadow: 0 3px 10px #afafaf;
}

.news-main .new-content dd .new-list:nth-of-type(3) .active i {
  background: url(/uploads/image/tninew/number.png) -161px -7px no-repeat;
}

.news-main .new-content dd .new-list:nth-of-type(3) .active .p1, .news-main .new-content dd .new-list:nth-of-type(3) .active .p2 {
  color: #fff;
}

.news-main .new-content dd .new-list:nth-of-type(4) i {
  background: url(/uploads/image/tninew/number.png) -236px -62px no-repeat;
}

.news-main .new-content dd .new-list:nth-of-type(4) .active {
  background-color: #e03d3d;
  box-shadow: 0 3px 10px #afafaf;
}

.news-main .new-content dd .new-list:nth-of-type(4) .active i {
  background: url(/uploads/image/tninew/number.png) -236px -7px no-repeat;
}

.news-main .new-content dd .new-list:nth-of-type(4) .active .p1, .news-main .new-content dd .new-list:nth-of-type(4) .active .p2 {
  color: #fff;
}

.cooper-wrap {
  background-color: #f5f5f5;
}

.cooper-main {
  width: 1200px;
  margin: 0 auto;
  min-height: 462px;
}

.cooper-main .coop-tit {
  margin: 30px auto 0px;
}

.cooper-main #cooper-swiper {
  padding: 20px 0 30px;
}

.cooper-main #cooper-swiper .swiper-wrapper .swiper-slide {
  width: 300px;
  height: 290px;
  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;
}

.cooper-main #cooper-swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 255px;
  height: 370px;
  box-sizing: border-box;
  padding: 0 30px;
  box-shadow: 0 2px 15px #bfbfbf;
  text-align: center;
  transition: all .2s;
  background-color: #fff;
}

.cooper-main #cooper-swiper .swiper-wrapper .swiper-slide a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background: url(/uploads/image/tninew/coop-bg.png) right bottom no-repeat #fff;
}

.cooper-main #cooper-swiper .swiper-wrapper .swiper-slide a img {
  display: block;
}

.cooper-main #cooper-swiper .swiper-wrapper .swiper-slide a .img1 {
  height: 120px;
  width: auto;
  margin: 28px auto 5px;
}

.cooper-main #cooper-swiper .swiper-wrapper .swiper-slide a .img2 {
  margin: 5px auto 15px;
}

.cooper-main #cooper-swiper .swiper-wrapper .swiper-slide a .p1 {
  color: #575656;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cooper-main #cooper-swiper .swiper-wrapper .swiper-slide a .p2 {
  font-size: 12px;
  line-height: 24px;
  word-break: normal;
}

.cooper-main #cooper-swiper .swiper-pagination {
  bottom: 0;
}

.cooper-main #cooper-swiper .swiper-pagination .swiper-pagination-bullet {
  filter: alpha(opacity=1);
  margin: 0 3px;
}

.cooper-main #cooper-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 18px;
  border-radius: 4px;
  background-color: #e8123a;
}

.links-wrap {
  height: 375px;
  background: url(/uploads/image/tninew/ditu.png) center center no-repeat;
}

.links-wrap .link-tit {
  color: #fff;
  margin: 20px auto 25px;
}

.links-wrap .link-tit p {
  color: #fff;
}

.links-wrap .link-tit .line {
  background-color: #fff;
}

.links-wrap .link-tit .line i {
  background-color: #de182f;
}

.links-wrap .link-list {
  width: 800px;
  height: 160px;
  padding-right: 5px;
  margin: 0 auto;
  position: relative;
}

.links-wrap .link-list li {
  width: 119px;
  height: 102px;
  position: absolute;
  background-image: url(/uploads/image/tninew/links20190808.png);
}

.links-wrap .link-list li a {
  display: block;
  height: 108px;
  width: 108px;
  margin-left: 5px;
  margin-top: -3px;
  border-radius: 50%;
}

.links-wrap .link-list li:nth-of-type(1) {
  /* background-position: 0 -8px; */
  bottom: 0;
  left: 0;
}

.links-wrap .link-list li:nth-of-type(1):hover {
  background-position: 0 -110px;
}

.links-wrap .link-list li:nth-of-type(2) {
  background-position: -131px 0px;
  top: 0;
  left: 100px;
}

.links-wrap .link-list li:nth-of-type(2):hover {
  background-position: -131px -110px;
}

.links-wrap .link-list li:nth-of-type(3) {
  /* background-position: -262px 0px; */
  /* width: 100%; */
  height: 115px;
  background-image: url(/uploads/image/tningxt/teacher.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -9px;
  left: 200px;
}

.links-wrap .link-list li:nth-of-type(3):hover {
  /* background-position: -262px -110px; */
  background-image: url(/uploads/image/tningxt/teacherred.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -9px;
  left: 200px;
}

.links-wrap .link-list li:nth-of-type(4) {
  height: 122px;
  background-image: url(/uploads/image/tningxt/baoming.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: -11px;
  left: 300px;
}

.links-wrap .link-list li:nth-of-type(4):hover {
  height: 122px;
  background-image: url(/uploads/image/tningxt/baomingred.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: -11px;
  left: 300px;
}

.links-wrap .link-list li:nth-of-type(5) {
  background-position: -524px 0px;
  bottom: 0;
  left: 400px;
}

.links-wrap .link-list li:nth-of-type(5):hover {
  background-position: -524px -110px;
}

.links-wrap .link-list li:nth-of-type(6) {
  background-position: -655px 0px;
  top: 0;
  left: 500px;
}

.links-wrap .link-list li:nth-of-type(6):hover {
  background-position: -655px -110px;
}

.links-wrap .link-list li:nth-of-type(7) {
  background-position: -786px 0px;
  bottom: 0;
  left: 600px;
}

.links-wrap .link-list li:nth-of-type(7):hover {
  background-position: -786px -110px;
}

.links-wrap .link-list li:nth-of-type(8) {
  background-position: -917px 0px;
  top: 0;
  left: 700px;
}

.links-wrap .link-list li:nth-of-type(8):hover {
  background-position: -917px -110px;
}



/* è€ƒè¯•èµ„è®¯ */
.exam-main {
  background: #fafafa;
}

.exam-main .in-news-main {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 60px;
}

.exam-main .in-news-main .mode-title {
  margin-top: 0;
  margin-bottom: 40px;
}

.exam-main .in-news-main .exam-content {
  margin-top: 50px;
}

.exam-kind {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.exam-kind a {
  width: 120px;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 25px;
  text-align: center;
  margin: 0;
}

.exam-kind a.active {
  color: #fff;
  background: #cc3538;
}

.exam-content {
  padding: 0 40px;
}

.exam-content .exam-ul {
  display: none;
}

.exam-content .exam-ul.active {
  display: block;
}

.exam-ul .swiper-slide a {
  display: block;
  width: 530px;
  height: 298px;
}

.exam-ul .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.exam-ul .swiper-slide .tit {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.exam-ul .swiper-slide .tit span {
  display: block;
  padding: 0 40px;
  text-align: center;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}

.exam-ul .swiper-wrapper {
  position: relative;
}

.exam-swiper {
  width: 530px;
  height: 298px;
  overflow: hidden;
  float: left;
  position: relative;
}

.right-newlist {
  width: 530px;
  float: right;
  overflow: hidden;
  margin-top: -8px;
}

.right-newlist li {
  border-bottom: 1px solid #e5e5e5;
  line-height: 60px;
}

.right-newlist li:last-child {
  border-bottom: 0;
}

.right-newlist li a .dolt {
  font-weight: bold;
  font-size: 24px;
  vertical-align: middle;
  line-height: 60px;
  width: 42px;
  text-align: center;
  float: left;
  color: #999;
}

.right-newlist li a em {
  line-height: 60px;
  width: 488px;
  float: right;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.right-newlist li a {
  color: #333;
  width: 100%;
  height: 60px;
  display: block;
}

.right-newlist li.current a, .right-newlist li.current a .dolt, .right-newlist li.current a em {
  color: #cc3538;
}

#homebanner .homebanner_images {
  width: 100% !important;
}</pre></body></html>