
* {
  margin: 0;
  padding: 0;
  outline: none;
}
@font-face {
  font-family: pingfang;
  src: url('../font/pingfang.ttf'); 
  }
html, body {
  background: #fff;
  color: #000;
  font: 14px/1.8 ;
  font-family: 微软雅黑;
  font-family: pingfang;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}
h1, h2, h3, h4, h5, h6, small, big, input, textarea, button, select {
  font-size: 100%;
}
@font-face {
	font-family: impact;
	src: url('../font/Impact.ttf'); 
  }
  @font-face {
	font-family: syst;
	src: url('/skin/shzc/font/SourceHanSerifCN-Bold.otf'); 
  }
  @font-face {
    font-family: GarageGothicRegular;
    src: url('/skin/shzc/font/GarageGothicRegular.otf'); 
    }
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

ul, ol, menu {
  list-style: none;
}

fieldset, img {
  border: 0;
  display: inline-block;
}

img, object, input, textarea, button, select {
  vertical-align: middle;
}

article, aside, footer, header, section, nav, figure, figcaption, hgroup, details, menu {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  zoom: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

input, textarea, button, select, a {
  outline: none;
  border: none;
}

input, textarea {
  display: block;
  -webkit-user-select: auto;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

mark {
  background-color: transparent;
}

a, ins, s, u, del {
  text-decoration: none;
}

sup, sub {
  vertical-align: baseline;
}

a {
  color: #333;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #1295e8;
  border-radius: 6px;
}

::-moz-selection {
  background: #1295e8;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #1295e8;
  color: #fff;
  text-shadow: none;
}

p {
  font-size: 14px;
  /* line-height: 1.8; */
}

h4, h5, h6 {
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #CBCBCB;
}

:-moz-placeholder {
  color: #CBCBCB;
}

::-moz-placeholder {
  color: #CBCBCB;
}

:-ms-input-placeholder {
  color: #CBCBCB;
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */


:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

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

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

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

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

.swiper-container-3d {
  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 {
  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-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

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

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

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

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

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

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

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

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

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

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

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

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

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

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

.swiper-container-vertical > .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-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

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

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

.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-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

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

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

.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-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

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

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

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

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

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

:root {
  --ease-in-a: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-in-b: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-in-c: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-in-d: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-in-e: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-in-f: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-a: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out-b: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-out-c: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-out-d: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-out-e: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-out-f: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-a: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-out-b: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-out-c: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-out-d: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-out-e: cubic-bezier(1, 0, 0, 1);
  --ease-in-out-f: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.chinalist, .uklist {
  line-height: normal;
  overflow: hidden;
  white-space: pre-wrap;
  opacity: 0;
  transform: translateY(100%);
}

.chinalist.flag, .uklist.flag {
  transition: 1s;
  opacity: 1;
  transform: translateY(0);
  transition-timing-function: var(--ease-in-out-b);
}

.chinalist span, .uklist span {
  width: auto;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  text-transform: inherit;
  opacity: 1;
  display: inline-block;
}

.chinalist span.letters, .uklist span.letters {
  color: #1295e8;
}

.cursordot {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 100%;
  pointer-events: none;
  opacity: 0;
  border: 1px solid white;
  will-change: transform;
}

.imgs {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.deepmao {
  position: relative;
  top: -80px;
  display: block;
  height: 0;
  overflow: hidden;
}

.deepmao.profilemaodian1 {
  top: -180px;
}

.linkA {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}

.photoActives {
  position: relative;
  overflow: hidden;
}

.photoActives .photoActive {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 3;
}

.photoActives.reset_photoActive .photoActive {
  bottom: -100%;
  transition: .8s;
  transition-timing-function: ease-in-out;
}

.randomdots {
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}

.randomdots .randomdot {
  cursor: pointer;
  width: 0;
  height: 0;
  padding-top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.randomdots .randomdot.active {
  width: 100%;
  padding-top: 100%;
  transform: translate(-50%, -50%) scale(3);
  transition: .5s;
  transition-timing-function: linear;
}

.ells {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1000px) {
  .bidding .w1200 ol li .jia{ display: none!important;}
  .bidding .w1200 ol li h5{ margin: 0 20px  0 20px!important; }
  .bidding .w1200 ol li{ padding: 22px 18px 0px 18px!important;}
}
@media screen and (max-width:800px) {
  .bidding .w1200 ol li h5{ margin: 0 0 0 20px!important; }
  .bidding .w1200 ol li .time span:first-child{ display: none!important;}
  .bidding .w1200 ol li .time span:last-child{ margin-left: 0px!important; font-size: 30px!important;}
}
.wechat {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s var(--ease-in-out-b);
  cursor: pointer;
}

.wechat.active {
  visibility: visible;
  opacity: 1;
}

.wechat.active div {
  transform: translateY(0);
}

.wechat div {
  height: auto;
  padding: 20px;
  background: #eee;
  text-align: center;
  transition: transform .3s;
  transform: translateY(50px);
}

.wechat div img {
  width: 200px;
  display: block;
  margin: auto;
}

.wechat div p {
  font-size: 14px;
  color: #666;
  margin-top: 6px;
}

.videobox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}

.videobox.active {
  visibility: visible;
  opacity: 1;
}

.videobox.active .bg {
  visibility: visible;
  opacity: 1;
}

.videobox.active video {
  transition-delay: .3s;
  opacity: 1;
  transform: translateY(0);
}

.videobox .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: .4s;
  visibility: hidden;
  opacity: 0;
}

.videobox video {
  width: 70%;
  transition: .4s;
  transform: translateY(50%);
  opacity: 0;
}

.zoomjs .smallbox {
  position: relative;
  width: auto;
  z-index: 2;
  cursor: move;
}

.zoomjs .smallbox img {
  display: block;
  position: relative;
  z-index: -1;
}

.zoomjs .smallbox .smallbox_mark {
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity .5s;
  z-index: 1;
  pointer-events: none;
}

.zoomjs .smallbox .smallbox_mark.active {
  opacity: .5;
  visibility: visible;
}

.zoomjs .bigbox {
  position: absolute;
  left: 100%;
  top: 0;
  width: 300px;
  height: 100%;
  overflow: hidden;
  border: 1px solid #1295e8;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s;
}

.zoomjs .bigbox.active {
  opacity: 1;
  visibility: visible;
}

.zoomjs .bigbox img {
  position: absolute;
}

.subnavHead {
  position: relative;
  z-index: 3;
}

.subnavHead .bannerimg {
  overflow: hidden;
}

.subnavHead .bannerimg img {
  position: relative;
  left: 50%;
  width: 100%;
  display: block;
  transform: translateX(-50%);
}

.newspaper p, .newspaper span, .newspaper a {
  word-break: break-all;
}

.newspaper a {
  transition: .4s;
}

.newspaper a:link {
  color: #707070;
}

.newspaper a:visited {
  color: #707070;
}

.newspaper a:active {
  color: #1295e8;
}

.newspaper a:hover {
  color: #1295e8;
}

.newspaper img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.newspaper .tablebox {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow: -webkit-scrollbars-none;
}

.newspaper .tablebox::-webkit-scrollbar {
  display: none;
}

.newspaper .tablebox table {
  width: 100%;
}

.last3:nth-child(3n+1):nth-last-child(-n+3) a,
.last3:nth-child(3n+1):nth-last-child(-n+3) ~ li a {
  margin-bottom: 0px;
}

@media screen and (max-width: 640px) {
  .videobox video {
    width: 100%;
  }
  .noscroll {
    background-attachment: scroll !important;
  }
}

@keyframes shubiao {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes time {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes guodong {
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(1);
    transform-origin: center;
  }
  50% {
    opacity: .5;
    transform: scale(1.05);
    transform-origin: center;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    transform-origin: center;
  }
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 35px, 0);
  }
  75% {
    transform: translate3d(0, -20px, 0);
  }
  90% {
    transform: translate3d(0, 10px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}

@keyframes zoom {
  from {
    transform: scale(1);
    transform-origin: center;
  }
  to {
    transform: scale(1.1);
    transform-origin: center;
  }
}

@keyframes aline {
  from {
    bottom: 100%;
  }
  to {
    bottom: -100%;
  }
}

@keyframes aline1 {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}

@keyframes faderRotateZ {
  from {
    opacity: 0;
    visibility: hidden;
    transform-origin: 0 0 0;
    transform: perspective(500px) rotatex(-90deg) translateZ(0);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg) translateZ(0);
  }
}
.search{  position:absolute; right:0px; top:0px;   z-index:900; overflow:hidden;}
.search_img{ width:80px; height:80px; float:right;}
.search_img:hover{cursor:pointer;}
.search_form{ display:none; width:315px; height:60px; background:#f2f2f2; clear:both;}
.search01{ width:240px; height:40px; line-height:40px; border:none; background:#fff; margin:10px 0px 10px 10px; text-indent:5px;float:left;}
.search02{ width:46px; height:40px; background:url(../image/search_bg.jpg) no-repeat; border:none; float:left; padding:0px; margin:10px 0px;;}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  z-index: 11;
}

header .logo {
  display: block;
  padding-bottom: 15px;
}

header .headernav {
  position: relative;
  height: 100%;
  margin-left: 200px;
  margin-right: 35px;
}

header .headernav ul {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

header .headernav ul li {
  position: relative;
  padding:0 13px;
  height: 80px;
}
/* header .headernav ul .active a { color: #fff;} */
header .headernav ul li a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #707070;
}
/* header .headernav ul li:hover{
  background: #1295e8;
} */
/* header .headernav ul li:hover a{
  color: #fff;
} */
header .headernav ul .follow {
  position: absolute;
  bottom: 0;
  transition: .5s;
  height:5px;
  background: #1295e8;

}

header .headernav .headersubnav {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  background: #1295e8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: .3s;
  transition-timing-function: var(--ease-in-out-b);
}

header .headernav .headersubnav.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

header .headernav .headersubnav .items {
  position: relative;
  display: flex;
}

header .headernav .headersubnav .items .item {
  position: relative;
  text-align: center;
  z-index: 1;
  padding: 15px 0 20px;
  border-right: 1px solid rgba(50, 50, 50, 0.1);
  box-sizing: border-box;
}

header .headernav .headersubnav .items .item:last-child {
  border-right: none;
}

header .headernav .headersubnav .items .item.active:after {
  width: 100%;
}

header .headernav .headersubnav .items .item:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0%;
  transition: .5s;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
}

header .headernav .headersubnav .items .item a {
  display: block;
  color: #fff;
  font-size: 13px;
  transition: .4s;
  line-height: 2.47;
}

header .headernav .headersubnav .items .item a:hover {
  color: #1295e8;
}

header .headernav .headersubnav .items .item a.active {
  color: #1295e8;
}

header .morelink {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 15px;
  font-size: 0;
  box-sizing: border-box;
}

header .morelink .searchitem {
  line-height: 1;
}

header .morelink .searchitem:hover .input {
  opacity: 1;
  visibility: visible;
  transform: translate(3%, 0);
}

header .morelink .searchitem .search {
  color: #999999;
  line-height: 1.4;
  transform: translateY(1px);
  transition: .4s;
}

header .morelink .searchitem .search:hover {
  color: #1295e8;
}

header .morelink .searchitem .input {
  position: absolute;
  top: 100%;
  right: 0;
  width: 215px;
  height: 40px;
  background: #1295e8;
  opacity: 0;
  visibility: hidden;
  transform: translate(3%, 15px);
  transition: .44s;
  transition-timing-function: var(--ease-in-out-b);
}

header .morelink .searchitem .input input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 2px solid #fff;
  padding-left: 5%;
  padding-right: 40px;
  font-size: 12px;
  background: transparent;
  box-sizing: border-box;
  color: #fff;
}

header .morelink .searchitem .input input::-webkit-input-placeholder {
  color: #fff;
}

header .morelink .searchitem .input input:-moz-placeholder {
  color: #fff;
}

header .morelink .searchitem .input input::-moz-placeholder {
  color: #fff;
}

header .morelink .searchitem .input input:-ms-input-placeholder {
  color: #fff;
}

header .morelink .searchitem .input .search {
  position: absolute;
  right: 2%;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
  z-index: 3;
}

.mobileMenu {
  display: none;
  align-items: center;
  justify-content: center;
  transition: .4s;
  cursor: pointer;
  width: 48px;
  background: #E6E6E6;
  transition-timing-function: ease-in-out;
  height: 100%;
}

.mobileMenu .mobileMenu_box {
  position: relative;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobileMenu .mobileMenu_box.active div {
  background: #fff;
}

.mobileMenu .mobileMenu_box.active div:first-child {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition-property: top,transform;
  transition-delay: 0s,.3s;
}

.mobileMenu .mobileMenu_box.active div:nth-child(2) {
  opacity: 0;
}

.mobileMenu .mobileMenu_box.active div:last-child {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
  transition-property: bottom,transform;
  transition-delay: 0s,.3s;
}

.mobileMenu .mobileMenu_box div {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #999999;
  left: 0;
  transition: .3s;
}

.mobileMenu .mobileMenu_box div:first-child {
  top: 0;
}

.mobileMenu .mobileMenu_box div:nth-child(2) {
  width: 8px;
}

.mobileMenu .mobileMenu_box div:last-child {
  bottom: 0;
}

.mobileNav {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  height: 100vh;
  visibility: hidden;
  transform: translateX(100%);
  transition: .5s;
  transition-timing-function: var(--ease-in-out-b);
  z-index: 10;
  background: white;
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow: -webkit-scrollbars-none;
}

.mobileNav::-webkit-scrollbar {
  display: none;
}

.mobileNav.active {
  visibility: visible;
  transform: translate(0);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  background: #1295e8;
}

.mobileNav .box {
  height: 100%;
  padding: 80px 0 5%;
  box-sizing: border-box;
}

.mobileNav .box .mobileNavitems {
  height: auto;
  overflow: hidden;
}

.mobileNav .box .mobileNavitems:last-child .item {
  border: none;
}

.mobileNav .box .mobileNavitems .item {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  padding: 0 5%;
  box-sizing: border-box;
  transition: .3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobileNav .box .mobileNavitems .item:after {
  content: '';
  position: absolute;
  width: 0%;
  right: 0;
  top: 0;
  height: 100%;
  background: #1295e8;
  z-index: -1;
  transition: .5s;
  transition-timing-function: var(--ease-in-out-b);
}

.mobileNav .box .mobileNavitems .item.active {
  border-bottom-color: transparent;
}

.mobileNav .box .mobileNavitems .item.active:after {
  left: 0;
  width: 100%;
}

.mobileNav .box .mobileNavitems .item.active h5 {
  transition-delay: .1s;
  color: white;
}

.mobileNav .box .mobileNavitems .item.active i {
  transform: rotate(90deg);
  color: white;
  transition-delay: .2s;
}

.mobileNav .box .mobileNavitems .item h5 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  transition: .4s;
}

.mobileNav .box .mobileNavitems .item i {
  font-size: 16px;
  color: #999;
  line-height: 1;
  transition: .4s;
}

.mobileNav .box .mobileNavitems .mobilelinkitems {
  width: 100%;
  transition: .4s;
  padding: 0 5%;
  box-sizing: border-box;
  display: flex;
  height: 0;
  transition: .5s;
  transition-timing-function: var(--ease-in-out-b);
  flex-wrap: wrap;
}

.mobileNav .box .mobileNavitems .mobilelinkitems i {
  width: 100%;
  height: 10px;
}

.mobileNav .box .mobileNavitems .mobilelinkitems a {
  position: relative;
  width: 100%;
  line-height: 1;
  font-size: 16px;
  color: #666;
  height: 35px;
  display: flex;
  align-items: center;
}

.swiper-box1 {
  position: relative;
  overflow: hidden;
  margin-bottom: 3px;
}

.swiper-box1 .mouse {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  bottom: 30px;
  height: 56px;
  border-radius: 50%;
  background: #1295e8;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.swiper-box1 .mouse .img {
  animation: shubiao 1.5s infinite;
}

.swiper-box1 .pag {
  position: absolute;
  bottom: 53px;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
}

.swiper-box1 .pag span {
  width: 24px;
  height: 8px;
  opacity: 1;
  background: #fff;
  transition: 1s;
  position: relative;
  border-radius: 0;
  margin-right: 22px;
}

.swiper-box1 .pag span:last-child {
  margin-right: 40px;
}

.swiper-box1 .pag span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 0;
  background: #1295e8;
}

.swiper-box1 .pag span.active {
  width: 56px;
}

.swiper-box1 .pag span.active:after {
  width: 100%;
  transition: 11s;
}

.swiper-box1 .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-box1 .swiper-wrapper .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text {
  position: absolute;
  top: 45%;
  width: 1600px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text.active .img img {
  opacity: 1;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text.active h5 span {
  animation: fadeInLeft 1.5s forwards;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text .img {
  width: 48.375%;
  margin-bottom: 20px;
  max-width: 800px;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text .img img {
  opacity: 0;
  transition: 3s;
  max-width: 100%;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text h5 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: normal;
  line-height: 45PX;
  overflow: hidden;
  font-family: 宋体;
  white-space: pre-wrap;
}
.banner03_font{ 
  font-size: 24px!important;
letter-spacing:-2px!important;
}
.swiper-box1 .swiper-wrapper .swiper-slide .box1text h5 span {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  text-transform: inherit;
  opacity: 0;
  display: inline-block;
}

.box2 .box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
}

.box2 .box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}

.box2 .box .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 62.23%;
  z-index: 5;
}

.box2 .box .img img {
  width: 100%;
  opacity: 0;
  transition: 1s;
}

.box2 .box .img img.flag {
  opacity: 1;
}

.box2 .box .left {
background: #fff;
  width: 50%;
  z-index: 4;
}

.box2 .box .left .innertext {
  position: relative;
  /* padding: 84px 0px 160px 0px; */
  background: #fff;
}
.box2 .box .left .news_list{
  margin:0;
  padding: 20px 50px 30px 32px;
  /* width:100%; */
  background: #fff;
}

.box2 .box .left .news_list ul li{
  overflow: hidden;
  padding:16px 30px 20px 30px;
  color: #404040;
}
.box2 .box .left .news_list ul li .time{
 width: 100px;  float: left; text-align: center;
  }
.box2 .box .left .news_list ul li .time .d{font-size:60px; font-family: impact; display: block; padding-bottom: 8px; color: #707070;}
.box2 .box .left .news_list ul li .time .y_m{ font-size: 18px; padding: 8px 0; font-family: impact;  border-top: solid 1px #707070;color: #707070;}
.box2 .box .left .news_list ul li .qt_r{
  width: calc(100% - 100px);  float: left;
  }
.box2 .box .left .news_list ul li .title{
   font-size: 20px;
   overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
   line-height: 40px;
   margin-top: 4px;
}
.box2 .box .left .news_list ul li .neirong{
  font-size: 14px; line-height: 32px;
  overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

.box2 .box .left .news_list ul li .time img{
   margin-right: 10px;
}
.box2 .box .left .news_list ul li .time img:last-child{
  display: none;
}
.box2 .box .left .news_list ul li:hover{
 background: #1295e8;
 color: #fff;
}
.box2 .box .left .news_list ul li:hover .time{
  color: #fff;
 }
 .box2 .box .left .news_list ul li:hover .d{color: #fff;}
 .box2 .box .left .news_list ul li:hover .y_m{ border-top: solid 1px #fff;color: #fff;}
 .box2 .box .left .news_list ul li:hover .time img:first-child{
  display: none;
}
 .box2 .box .left .news_list ul li:hover .time img:last-child{
  display: -webkit-inline-box;
}
.box2 .box .left .innercount {
  padding: 100px 60px 125px 120px;
}

.box2 .box .left .innercount ol {
  display: flex;
}

.box2 .box .left .innercount ol li {
  display: flex;
  align-items: center;
  margin-right: 45px;
}

.box2 .box .left .innercount ol li span {
  font-weight: bold;
  font-size: 56px;
  font-family:impact;
  color: #1295e8;
  line-height: 1;
  display: inline-block;
}

.box2 .box .left .innercount ol li div {
  margin-left: 20px;
}

.box2 .box .left .innercount ol li div p {
  color: #fff;
  font-size: 16px;
  margin: 5px 0;
  line-height: 1.2;
}

.box2 .box .left .innercount ol li div p:last-child {
  font-size: 14px;
}

.box2 .box .right {
  width: 50%;
  position: relative;
  z-index: 4;
  background: #fff;
}

.box2 .box .right .swiper-box2 {
  /* position: absolute; */
  width: 100%;
  overflow: hidden;
  top:0px;
  right: 0;
  z-index: 3;
  transform: translateY(50%);
  opacity: 0;
  transition: .6s;
}

.box2 .box .right .swiper-box2.flag {
  transform: translateY(0);
  opacity: 1;
}

.box2 .box .right .swiper-box2 .stitle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.box2 .box .right .swiper-box2 .swiper-pag {
  position: absolute;
  left: 40%;
  bottom: 28px;
  line-height: 1;
  display: inline-block;
  width: auto;
  z-index: 3;
  margin-left: 32px;
}

.box2 .box .right .swiper-box2 .swiper-pag span {
  opacity: 1;
  margin: 0;
  width: 6px;
  line-height: 1;
  height: 6px;
  transition: .6s;
  background: #fff;
  margin-right: 14px;
}

.box2 .box .right .swiper-box2 .swiper-pag span.swiper-pagination-bullet-active {
  background: #1295e8;
}

.box2 .box .right .swiper-box2 .swiper-wrapper .swiper-slide {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.box2 .box .right .swiper-box2 .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.05);
  filter: brightness(110%);
}

.box2 .box .right .swiper-box2 .swiper-wrapper .swiper-slide img {
  transition: .5s;
  transform-origin: center;
}

.box2 .box .right .swiper-box2 .swiper-wrapper .swiper-slide .text {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 160px;
  width: 60%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
  padding: 25px 30px;
  box-sizing: border-box;
}

.box2 .box .right .swiper-box2 .swiper-wrapper .swiper-slide .text span {
  font-size: 16px;
  color: #1295e8;
  font-weight: 700;
  line-height: 1.2;
}

.box2 .box .right .swiper-box2 .swiper-wrapper .swiper-slide .text h5 {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}

.box2 .box .right .swiper-box2 .swiper-wrapper .swiper-slide .text p {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 72px;
  height: 40px;
  background: #1295e8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

.stitle {
  width: 140px;
  height: 47px;
  background: #1295e8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.box3 {
  position: relative;
}

.box3 .line {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 20px);
  bottom: 100%;
  z-index: 3;
}

.box3 .box {
  position: relative;
}

.box3 .box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(255, 255, 255, 0.8); */
}

.box3 .box ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
}

.box3 .box ul.itemAnimates {
  overflow: hidden;
}

.box3 .box ul.itemAnimates .itemAnimate {
  opacity: 0;
}

.box3 .box ul.itemAnimates.animates .itemAnimate {
  animation: fadeInUp2 1s forwards;
}

.box3 .box ul li {
  width: 25%;
  height: 400px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.box3 .box ul li img{ height: 85px;}

.box3 .box ul li:nth-child(1) h5, .box3 .box ul li:nth-child(2) h5 {
  color: #999999;
}
.box3 .box ul li:nth-child(3) h5, .box3 .box ul li:nth-child(4) h5 {
  color: #fff;
}
.box3 .box ul li img:nth-child(2) {
display: none;
}
.box3 .box ul li:hover img:nth-child(1) {
  display: none;
  }
.box3 .box ul li:hover img:nth-child(2) {
  display: block;
  }
.box3 .box ul li:hover:after {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

.box3 .box ul li:hover .stitle, .box3 .box ul li:hover p {
  opacity: 1;
  visibility: visible;
}

.box3 .box ul li:hover i {
  color: #fff;
  transform: translateY(24px);
}

.box3 .box ul li:hover h5 {
  color: #fff;
  transform: translateY(24px);

}

.box3 .box ul li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1295e8;
  transition: .6s;
  z-index: -1;
  opacity: 0;
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}

.box3 .box ul li .stitle {
  position: absolute;
  background: #fff;
  color: #1295e8;
  top: 43px;
  transition: .5s;
  transition-delay: .2s;
  opacity: 0;
  visibility: hidden;
}

.box3 .box ul li i {
  font-size: 40px;
  line-height: 1;
  color: #1295e8;
  transition: .5s;
}

.box3 .box ul li h5 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #707070;
  margin-top: 25px;
  transition: .5s;
}

.box3 .box ul li p {
  color: #fff;
  font-size: 12px;
  position: absolute;
  bottom: 70px;
  transition: .5s;
  transition-delay: .2s;
  opacity: 0;
  visibility: hidden;
}

.box3 .box ul .box3img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 400px;
  z-index: 1;
  transform: translateX(-30%);
  opacity: 0;
  transition: .5s;
}

.box3 .box ul .box3img.flag {
  opacity: 1;
  transform: translate(0);
}

.box3 .box ul .box3img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(64, 66, 100, 0.6); */
}

.line {
  position: relative;
  display: inline-block;
  width: 4px;
  height: 88px;
}

.line.flag:after {
  height: 100%;
}

.line:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #1295e8;
  transition: 1s;
}

.box4 {
  position: relative;
  padding: 80px 0 50px;
}

.box4 .box4img {
  position: absolute;
  top: 0;
  right: 0;
  width: 62.23%;
  z-index: 5;
}

.box4 .box4img img {
  width: 100%;
  opacity: 0;
  transition: 1s;
}

.box4 .box4img img.flag {
  opacity: .4;
}

.box4 .box {
  width: 1160px;
  margin: 0 auto;
}

.box4 .box h6 {
  font-size: 56px;
  text-align: center;
  line-height: normal;
  color: #1295e8;
}

.box4 .box .stitle {
  margin: 0 auto;
  margin-top: 15px;
}

.box4 .box ol {
  margin: 55px 0 30px;
  display: flex;
  justify-content: space-between;
}

.box4 .box ol.itemAnimates .itemAnimate {
  opacity: 0;
  transform-origin: 0 0 0;
}

.box4 .box ol.itemAnimates.animates .itemAnimate {
  animation: faderRotateZ 1s forwards;
}

.box4 .box ol li {
  position: relative;
  display: flex;
  width: calc(50% - 20px);
   float: left;
}
.box4 .box ol li:nth-child(2) { float: right;}
.box4 .box ol li:hover .img:nth-child(2) img {
  transform: scale(1.1);
}

.box4 .box ol li:hover .img:last-child img {
  transition: .5s;
  mix-blend-mode: soft-light;
}

.box4 .box ol li:hover .img:last-child .textbg {
  opacity: 1;
}

.box4 .box ol li .img {
  width:100%;
  overflow: hidden;
  position: relative;
}

.box4 .box ol li .img:last-child img {
  position: relative;
  z-index: 2;
}

.box4 .box ol li .img img {
  transition: .5s;
}

.box4 .box ol li .img .textbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #1295e8;
}

.box4 .box ol li .img p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 4;
}

.box4 .box h5 {
  font-size: 28px;
  color: #707070;
  line-height: 1.7;
  text-align: center;
}

.box4 .box h5 span.letters {
  color: #1295e8;
}

.w1206 {
  width: 1206px;
  margin: 0 auto;
}

.bannertext {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bannertext:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.bannertext .btitle {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 30%;
  text-align: center;
  transform: translateX(-50%);
}

.bannertext .btitle.center {
  top: 50%;
  transform: translate(-50%, -50%);
}

.bannertext .btitle h5 {
  font-size: 36px;
  color: #fff;
}

.bannertext .btitle h6 {
  color: #1295e8;
  font-size: 40px;
  margin: 8px 0 30px;
  font-family:GarageGothicRegular;
  font-weight: normal;
}

.bannertext .btitle .aline {
  position: relative;
  height: 50px;
  width: 1px;
  background: #fff;
  z-index: 3;
  overflow: hidden;
  margin: 0 auto;
}

.bannertext .btitle .aline span {
  position: absolute;
  left: 0;
  width: 1px;
  height: 25px;
  background: #1295e8;
  animation: aline 3s infinite linear;
}

.bannertext .bimg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
}

.bannertext .bimg img {
  width: 86.97%;
}

.bannertext .btextbox {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -560px;
  width: 450px;
  height: 365px;
  background: linear-gradient(to bottom, #3D4D72, rgba(61, 77, 114, 0.24));
  padding: 50px 42px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateX(-50%);
  z-index: 3;
  transition: .6s;
}

.bannertext .btextbox.flag {
  transform: translateX(0);
  opacity: 1;
}

.bannertext .btextbox p {
  color: #fff;
  font-size: 16px;
}

.bannertext .w1200 {
  position: relative;
  z-index: 2;
  top: 26.57%;
}

.bannertext .w1200 h6 {
  font-size: 20px;
  color: #1295e8;
  font-weight: 700;
}

.bannertext .w1200 h5 {
  margin-top: 15px;
  color: #fff;
  font-size: 40px;
}

.bannertext .bannerline {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  height: 118px;
  width: 1px;
  background: #fff;
  z-index: 3;
  overflow: hidden;
}

.bannertext .bannerline span {
  position: absolute;
  width: 1px;
  height: 45px;
  background: #1295e8;
  animation: aline 3s infinite linear;
}

footer {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
footer .top {
  background: #E5E5E5;
  position: relative;
  /* opacity: 0; */
  /* transform: translateY(-30px);
  transition: .3s; */
}


footer .top.flag {
  opacity: 1;
  transform: translateY(0);
}

footer .top .w1206 {
  position: relative;
  padding: 20px 0 20px;
  overflow: hidden;
}

/* footer .left{ width: 350px; float: left;}
footer .left .gzwm{ margin-top: 22px;}
footer .left .gzwm .img{ float: left;}
footer .left .gzwm .wenzi{ float: left; margin-left: 24px; line-height: 28px; padding-top: 40px;}
footer .center{  width: calc(100% - 655px);  padding-left: 33px; padding-right: 20px;  float: left; border-left: solid 1px #fff;border-right: solid 1px #fff;}
footer .right{ width: 217px; padding-left: 33px; float: right;}
footer .top h3{ font-size: 18px; line-height: 44px; margin-top: 20px;}
footer .top h3 span{ display: inline-block; border-bottom: solid 2px #155d9c;}
footer .top ul{ margin-top: 14px;}
footer .top ul li{ background:url(../images/news_index_li_bg.png) left no-repeat; line-height: 28px;  padding-left: 12px; background-position: 0px 12px;}
 */

 
footer .top .w1206 {
  position: relative;
  padding: 50px 0 55px;
}

footer .top .w1206 ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

footer .top .w1206 ul li h5 {
  color: #707070;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

footer .top .w1206 ul li .w1206ulbox a {
  display: block;
  line-height: 2.2;
  color: #707070;
  transition: .4s;
  font-size: 14px;
}

footer .top .w1206 ul li .w1206ulbox a:hover {
  color: #1295e8;
}

footer .top .w1206 .morelink {
  position: absolute;
  display: flex;
  right: 0;
  align-items: center;
  bottom: 30px;
}

footer .top .w1206 .morelink p {
  color: #282828;
  font-size: 12px;
}

footer .top .w1206 .morelink a {
  color: #282828;
  font-size: 20px;
  line-height: 1;
  margin-left: 16px;
  transition: .5s;
}

footer .top .w1206 .morelink a:hover {
  color: #1295e8;
}


footer .top .w1206 .morelink a:hover {
  color: #1295e8;
}
footer .bot {
  position: relative;
  background: #1295e8;
  padding: 30px 0 24px;
  color: #fff;
}

footer .bot .w1206 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .bot .w1206 .left{
  width: calc(100% - 350px); 
}

footer .bot .w1206 .right .yqlj {
  position: relative;
  width: 340px;
  height: 56px;
  display: flex;
  align-items: center;
  padding: 0 22px 0 25px;
  box-sizing: border-box;
  background: #fff;
  justify-content: space-between;
  cursor: pointer;
}

footer .bot .w1206 .right .yqlj:hover i {
  transform: rotateX(180deg);
  color: #1295e8;
}

footer .bot .w1206 .right .yqlj:hover span {
  color: #1295e8;
}

footer .bot .w1206 .right .yqlj span {
  color: #999999;
  font-size: 12px;
  transition: .5s;
}

footer .bot .w1206 .right .yqlj i {
  color: #999999;
  font-size: 12px;
  transition: .5s;
  font-weight: 700;
}

footer .bot .w1206 .right .yqlj .box {
  position: absolute;
  bottom: 100%;
  width: 100%;
  left: 0;
  transform: translateY(-35px);
  transition: .55s;
  transition-timing-function: var(--ease-in-out-b);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

footer .bot .w1206 .right .yqlj .box.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(-25px);
}

footer .bot .w1206 .right .yqlj .box:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  top: 100%;
  border: 10px solid #fff;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
}

footer .bot .w1206 .right .yqlj .box ol {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

footer .bot .w1206 .right .yqlj .box ol li a {
  display: block;
  background: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 14px;
  box-sizing: border-box;
  color: #999;
  transition: .4s;
}

footer .bot .w1206 .right .yqlj .box ol li a:hover {
  color: #1295e8;
}
@media screen and (max-width: 1000px) {
  footer .bot .w1206 .left { width: 100%;}
  footer .bot .w1206 .right { display: none;}
}
@media screen and (max-width:480px) {
  footer .bot .w1206 .left img{ display: none;}
}
.searchbox .box input {
  background: #fff;
  width: 800px;
  height: 64px;
  padding: 0 26px;
  box-sizing: border-box;
  font-size: 12px;
  color: #707070;
}

.searchbox .box button {
  width: 100px;
  height: 64px;
  background: #1295e8;
  margin-left: 7px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}

.w1200 {
  width: 1300px;
  margin: 0 auto;
}

.searchvh {
  background: #FAFAFA;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow: -webkit-scrollbars-none;
  height: 100vh;
}

.searchvh::-webkit-scrollbar {
  display: none;
}

.searchresult .w1200 .head {
  position: relative;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  box-sizing: border-box;
  height: 80px;
}

.searchresult .w1200 .head .pag {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchresult .w1200 .head .pag span {
  width: auto;
  height: auto;
  border-radius: 0;
  opacity: 1;
  margin: 0 22px;
  display: flex;
  align-items: center;
  height: 100%;
  background: transparent;
  transition: .5s;
  position: relative;
}

.searchresult .w1200 .head .pag span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  transition: .6s;
  background: #1295e8;
}

.searchresult .w1200 .head .pag span.swiper-pagination-bullet-active {
  color: #6a757c;
}

.searchresult .w1200 .head .pag span.swiper-pagination-bullet-active:after {
  width: 100%;
}

.searchresult .w1200 .head h5 {
  position: absolute;
  top: 50%;
  font-size: 16px;
  font-weight: 700;
  transform: translateY(-50%);
}

.searchresult .w1200 .swiper-result {
  overflow: hidden;
  padding-bottom: 60px;
}

.searchresult .w1200 .swiper-result .swiper-wrapper .swiper-slide .box {
  margin-top: 33px;
  border: 1px solid #F0F0F0;
  padding: 0 50px;
  box-sizing: border-box;
  background: #fff;
}

.searchresult .w1200 .swiper-result .swiper-wrapper .swiper-slide .box a {
  padding: 30px 0;
  color: #707070;
  display: block;
  width: 100%;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: .5s;
}

.searchresult .w1200 .swiper-result .swiper-wrapper .swiper-slide .box a:hover {
  color: #1295e8;
}

.searchresult .w1200 .swiper-result .swiper-wrapper .swiper-slide .box a:last-child {
  border: none;
}

.searchresult .w1200 .swiper-result .swiper-wrapper .swiper-slide .nobox {
  margin-top: 130px;
}

.searchresult .w1200 .swiper-result .swiper-wrapper .swiper-slide .nobox p {
  text-align: center;
  font-size: 16px;
  color: #999999;
  line-height: 1.75;
}

.profile1 .w1200 {
  /* display: flex;
  justify-content: space-between; */
  /* padding: 110px 0 160px; */
}

.profile1 .w1200 .left {
  width: 100%;
  opacity: 0;
  transition: 1.2s;
}

.profile1 .w1200 .left.flag {
  opacity: 1;
}
.profile1 .w1200 .left h3 {
  padding: 70px 0  30px 0;
  font-weight: bold;
  color: #404040;
  font-size: 30px;
  text-align: center;
}
.profile1 .w1200 .left p {
  line-height:2;
  color: #282828;
  font-size: 16px;
  /* WORD-BREAK: break-all;text-justify:inter-ideograph;text-align:justify; */
  
}
.profile1 .w1200 .right{

}
.profile1 .w1200 .right ol {
  max-width:830px; 
  margin: auto;
  padding: 70px 0 110px 0;
   overflow: hidden;
}

.profile1 .w1200 .right ol li {
  width: 25%;
  float: left;
  display: flex;
  align-items: center;
}

.profile1 .w1200 .right ol li span {
  font-size: 56px;
  color: #1295e8;
  line-height: 1;
  /* font-weight: 300; */
  display: inline-block;
  font-family: impact;
}

.profile1 .w1200 .right ol li div {
  margin-left: 20px;
}

.profile1 .w1200 .right ol li div p {
  color: #707070;
  font-size: 16px;
  margin: 5px 0;
  line-height: 1.2;
}

.profile1 .w1200 .right ol li div p:last-child {
  font-size: 14px;
}

.profile2 {
  position: relative;
  padding: 170px 0 200px;
  z-index: 1;
}

.profile2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.7); */
  z-index: -1;
}

.profile2 .w1200 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.profile2 .w1200 .left .img {
  opacity: 0;
  transform: translateY(40px);
  transition: .5s;
}

.profile2 .w1200 .left .img.flag {
  opacity: 1;
  transform: translateY(0);
}

.profile2 .w1200 .left .img {
  font-family:GarageGothicRegular;
  font-size: 40px;
 color: #1295e8;
}
.profile2 .w1200 .left .firimg{
  font-size: 72px;
  font-family: impact;
}
.profile2 .w1200 .left .aline {
  position: relative;
  width: 180px;
  height: 3px;
  background: #1295e8;
  margin: 30px 0 0px;
  overflow: hidden;
}

.profile2 .w1200 .left .aline span {
  position: absolute;
  left: 0;
  width: 24px;
  height: 3px;
  background: #fff;
  animation: aline1 3s infinite linear;
}

.profile2 .w1200 .right {
  transform: translateY(6px);
}

.profile2 .w1200 .right .box {
  position: relative;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  transform: translateX(50%);
  transition: .6s;
}

.profile2 .w1200 .right .box.flag {
  opacity: 1;
  transform: translateX(0);
}

.profile2 .w1200 .right .box .swiper-time {
  height: 283px;
  padding-top: 48px;
  box-sizing: border-box;
  overflow: hidden;
  margin-right: 30px;
}

.profile2 .w1200 .right .box .swiper-time .swiper-wrapper .swiper-slide {
  cursor: pointer;
}

.profile2 .w1200 .right .box .swiper-time .swiper-wrapper .swiper-slide.swiper-slide-active h5 {
  color: transparent;
}

.profile2 .w1200 .right .box .swiper-time .swiper-wrapper .swiper-slide h5 {
  position: relative;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
  transition: .5s;
  font-family: pingfang;
}
.profile2 .w1200 .right .box .swiper-timeline {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 84px;
  height: 3px;
  transform: translateY(-50%);
  background:  rgba(255, 255, 255, 0.6);;
  z-index: 2;
}

.profile2 .w1200 .right .box .swiper-timebox {
  position: relative;
  width: 720px;
  height: 450px;
  overflow: hidden;
  background: rgba(61, 77, 114, 0.9);
}

.profile2 .w1200 .right .box .swiper-timebox .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  padding: 0 50px;
  justify-content: space-between;
  box-sizing: border-box;
}

.profile2 .w1200 .right .box .swiper-timebox .swiper-wrapper .swiper-slide h5 {
  font-size: 130px;
  color: #1295e8;
  font-family: impact;
}

.profile2 .w1200 .right .box .swiper-timebox .swiper-wrapper .swiper-slide p {
  color: #fff;
  width: 350px;
  font-size: 16px;
}

.profile2 .w1200 .right .box .swiper-timebox .prev, .profile2 .w1200 .right .box .swiper-timebox .next {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  left: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  z-index: 3;
  font-size: 12px;
  font-weight: 700;
  transition: .5s;
  cursor: pointer;
}
.profile2 .w1200 .right .box .swiper-timebox .prev img, .profile2 .w1200 .right .box .swiper-timebox .next img{ width: 20px;}
.profile2 .w1200 .right .box .swiper-timebox .prev img:last-child, .profile2 .w1200 .right .box .swiper-timebox .next img:last-child{ display: none;}
.profile2 .w1200 .right .box .swiper-timebox .prev:hover, .profile2 .w1200 .right .box .swiper-timebox .next:hover {
  border-color: #1295e8;

}
.profile2 .w1200 .right .box .swiper-timebox .prev:hover img:first-child, .profile2 .w1200 .right .box .swiper-timebox .next:hover img:first-child{ display: none; transition: .5s;}
.profile2 .w1200 .right .box .swiper-timebox .prev:hover img:last-child, .profile2 .w1200 .right .box .swiper-timebox .next:hover img:last-child{ display: block; transition: .5s;}

.profile2 .w1200 .right .box .swiper-timebox .prev {
  top: 60px;
}

.profile2 .w1200 .right .box .swiper-timebox .next {
  bottom: 60px;
}

.ptitle div {
  font-size: 28px;
  color: #fff;
}

.ptitle h5 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 14px;
}

.ptitle h6 {
  font-size: 40px;
  color: #1295e8;
  font-weight: 400;
  line-height: 1;
  font-family:GarageGothicRegular;
}

.profile3 {
  padding: 80px 0 205px;
}

.profile3 .w1200 {
  display: flex;
  justify-content: space-between;
}

.profile3 .w1200 .ptitle h5 {
  color: #707070;
}

.profile3 .w1200 .box {
  margin-top: 150px;
  width: 66.66%;
  opacity: 0;
  transform: translateX(50%);
  transition: .6s;
}

.profile3 .w1200 .box.flag {
  opacity: 1;
  transform: translateX(0);
}

.profile3 .w1200 .box .swiper-honor {
  overflow: hidden;
  height: 400px;
}

.profile3 .w1200 .box .swiper-honor .swiper-wrapper .swiper-slide {
  border: 1px solid rgba(153, 153, 153, 0.1);
  box-sizing: border-box;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0 26px;
  box-sizing: border-box;
  background: #fff;
}

.profile3 .w1200 .box .swiper-honor .swiper-wrapper .swiper-slide:nth-child(even) {
  background: rgba(153, 153, 153, 0.1);
}

.profile3 .w1200 .box .swiper-honor .swiper-wrapper .swiper-slide i {
  color: #1295e8;
  margin-right: 10px;
}

.profile3 .w1200 .box .swiper-honor .swiper-wrapper .swiper-slide p {
  color: #707070;
  font-size: 16px;
  line-height: 1.5;
}

.profile3 .w1200 .box .honor-pag {
  display: flex;
  margin-top: 45px;
  line-height: 1;
}

.profile3 .w1200 .box .honor-pag span {
  width: 6px;
  height: 6px;
  background: #999999;
  opacity: 1;
  display: inline-block;
  margin: 0;
  margin-right: 28px;
}

.profile3 .w1200 .box .honor-pag span:last-child {
  margin-right: 0;
}

.profile3 .w1200 .box .honor-pag span.swiper-pagination-bullet-active {
  background: #1295e8;
}

.profile4 {
  padding-top: 110px;
  position: relative;
  z-index: 1;
}

.profile4:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.profile4 .pro4img {
  position: absolute;
  z-index: -2;
  left: 0;
  bottom: 19%;
  width: 100%;
}

.profile4 .pro4img img {
  width: 100%;
}

.profile4 .w1200 {
  display: flex;
  justify-content: space-between;
}

.profile4 .w1200 .left {
  width: 460px;
}

.profile4 .w1200 .left .ptitle h5 {
  color: #fff;
}

.profile4 .w1200 .left .text h4 {
  color: #fff;
  font-size: 32px;
  line-height: 1.5;
  margin: 150px 0 35px;
}

.profile4 .w1200 .left .text p {
  color: #fff;
  font-size: 16px;
}

.profile4 .w1200 .right {
  margin-top: 175px;
  width: 56.25%;
}

.profile4 .w1200 .right .zerenbox {
  background: linear-gradient(to bottom, rgba(61, 77, 114, 0.9), transparent);
  padding: 35px 37px 135px;
  box-sizing: border-box;
  overflow: hidden;
}

.profile4 .w1200 .right .zerenbox .zeren-pag {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 0;
}

.profile4 .w1200 .right .zerenbox .zeren-pag span {
  position: relative;
  width: auto;
  height: auto;
  border-radius: 0;
  opacity: 1;
  background: transparent;
  color: #fff;
  margin: 0;
  margin-right: 20px;
  font-size: 18px;
  line-height: 1;
}

.profile4 .w1200 .right .zerenbox .zeren-pag span:after {
  content: '';
  position: absolute;
  width: 4px;
  left: 50%;
  top: 100%;
  height: 0px;
  background: #1295e8;
  z-index: 3;
  transform: translate(-50%, 50%);
  transition: .4s;
}

.profile4 .w1200 .right .zerenbox .zeren-pag span.swiper-pagination-bullet-active {
  color: #1295e8;
  font-weight: 700;
}

.profile4 .w1200 .right .zerenbox .zeren-pag span.swiper-pagination-bullet-active:after {
  height: 20px;
}

.profile4 .w1200 .right .zerenbox .swiper-zeren {
  opacity: 0;
  transform: translateY(50%);
  transition: .6s;
}

.profile4 .w1200 .right .zerenbox .swiper-zeren.flag {
  opacity: 1;
  transform: translate(0);
}

.profile4 .w1200 .right .zerenbox .swiper-zeren .swiper-wrapper .swiper-slide .text {
  margin-top: 28px;
  border-left: 1px solid #1295e8;
  box-sizing: border-box;
  padding-left: 23px;
  box-sizing: border-box;
}

.profile4 .w1200 .right .zerenbox .swiper-zeren .swiper-wrapper .swiper-slide .text p {
  color: #fff;
}

.profile5 {
  padding-top: 60px;
}

.profile5 .w1200 .culture {
  /* display: flex;
  justify-content: space-between; */
}

.profile5 .w1200 .culture .ptitle h5 {
  color: #282828;
}

.profile5 .w1200 .culture .text {
  padding: 60px 0 240px;
  box-sizing: border-box;
  opacity: 0;
  transition: 1.5s;
  font-size: 16px;
  list-style: 26px;
}

.profile5 .w1200 .culture .text.flag {
  opacity: 1;
}

.profile5 .w1200 .culture .text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
}

.profile5 .w1200 .culturebox {
  padding: 30px 50px;
  box-sizing: border-box;
  background: rgba(61, 77, 114, 0.1);
  opacity: 0;
  transform: translateY(-50%);
  transition: 1s;
}

.profile5 .w1200 .culturebox.flag {
  opacity: 1;
  transform: translateY(0);
}

.profile5 .w1200 .culturebox h5 {
  font-size: 24px;
  color: #707070;
  line-height: 1.2;
  font-weight: 700;
}

.profile5 .w1200 .culturebox .swiper-culture {
  margin-top: 25px;
  overflow: hidden;
}

.profile5 .w1200 .culturebox .swiper-culture .swiper-wrapper .swiper-slide {
  overflow: hidden;
}

.profile5 .w1200 .culturebox .swiper-culture .swiper-wrapper .swiper-slide:hover .img img {
  transform: scale(1.1);
}

.profile5 .w1200 .culturebox .swiper-culture .swiper-wrapper .swiper-slide:hover .text {
  transition-delay: .5s;
  border-color: #1295e8;
}

.profile5 .w1200 .culturebox .swiper-culture .swiper-wrapper .swiper-slide:hover .text:after {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

.profile5 .w1200 .culturebox .swiper-culture .swiper-wrapper .swiper-slide:hover .text .time span, .profile5 .w1200 .culturebox .swiper-culture .swiper-wrapper .swiper-slide:hover .text .time p {
  color: #fff;
}

.profile5 .w1200 .culturebox .swiper-culture .swiper-wrapper .swiper-slide:hover .text h5 {
  color: #fff;
}

.profile5 .w1200 .culturebox .swiper-culture .swiper-wrapper .swiper-slide:hover .text .jia:after, .profile5 .w1200 .culturebox .swiper-culture .swiper-wrapper .swiper-slide:hover .text .jia:before {
  background: #fff;
}

.profile5 .w1200 .culturebox .swiper-culture .swiper-wrapper .swiper-slide .img {
  overflow: hidden;
}

.profile5 .w1200 .culturebox .swiper-culture .swiper-wrapper .swiper-slide .img img {
  transition: .4s;
}

.profile5 .w1200 .culturebox .swiper-culture .swiper-wrapper .swiper-slide .text {
  position: relative;
  padding: 18px 28px 25px;
  border: 1px solid #E6E6E6;
  border-top: none;
  background: #fff;
  box-sizing: border-box;
  z-index: 1;
  transition: .5s;
}

.profile5 .w1200 .culturebox .swiper-culture .swiper-wrapper .swiper-slide .text:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1295e8;
  transition: .5s;
  z-index: -1;
  opacity: 0;
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}

.profile5 .w1200 .culturebox .swiper-culture .swiper-wrapper .swiper-slide .text .time {
  display: flex;
  align-items: center;
}

.profile5 .w1200 .culturebox .swiper-culture .swiper-wrapper .swiper-slide .text .time span {
  color: #1295e8;
  font-size: 14px;
  font-weight: 700;
  transition: .4s;
}

.profile5 .w1200 .culturebox .swiper-culture .swiper-wrapper .swiper-slide .text .time p {
  margin-left: 4px;
  color: #1295e8;
  font-size: 14px;
  font-weight: 700;
  transition: .4s;
}

.profile5 .w1200 .culturebox .swiper-culture .swiper-wrapper .swiper-slide .text h5 {
  margin: 15px 0 25px;
  font-size: 16px;
  line-height: 1.5;
  color: #707070;
  height: 50px;
  -webkit-line-clamp: 2;
  transition: .4s;
}

.profile5 .w1200 .culturebox .swiper-culture .swiper-wrapper .swiper-slide .text .jia {
  opacity: 1;
  visibility: visible;
}

.profile5 .w1200 .culturebox .swiper-culture .swiper-wrapper .swiper-slide .text .jia:after, .profile5 .w1200 .culturebox .swiper-culture .swiper-wrapper .swiper-slide .text .jia:before {
  background: #1295e8;
}

.profile5 .w1200 .culturebox .culture-pag {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  line-height: 1;
}

.profile5 .w1200 .culturebox .culture-pag span {
  width: 6px;
  height: 6px;
  background: #999999;
  opacity: 1;
  display: inline-block;
  margin: 0 14px;
}

.profile5 .w1200 .culturebox .culture-pag span:last-child {
  margin-right: 0;
}

.profile5 .w1200 .culturebox .culture-pag span.swiper-pagination-bullet-active {
  background: #1295e8;
}

.bannerimg {
  position: relative;
}

.bannerBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow: -webkit-scrollbars-none;
}

.bannerBox::-webkit-scrollbar {
  display: none;
}

.bannerBox:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0);
  z-index: 0;
}

.bannerBox:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(153, 153, 153, 0);
  z-index: 1;
}

.bannerBox .box {
  position: relative;
  height: 100%;
  margin: 0 auto;
  padding-top: 145px;
  box-sizing: border-box;
  z-index: 2;
}

.bannerBox .box .head {
  text-align: center;
}

.bannerBox .box .head h5 {
  font-size: 36px;
  color: #282828;
}

.bannerBox .box .head h6 {
  font-size: 40px;
  color: #1295e8;
  margin: 6px 0 30px;
  font-family:GarageGothicRegular;
}

.bannerBox .box .head .aline {
  position: relative;
  width: 1px;
  height: 50px;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
}

.bannerBox .box .head .aline span {
  position: absolute;
  width: 1px;
  left: 0;
  height: 25px;
  background: #1295e8;
  animation: aline 3s infinite linear;
}

.bannerBox .box ul {
  margin-top: 18px;
}

.bannerBox .box ul li {
  width: calc(50% - 20px);
  position: relative;
  cursor: pointer;
  margin-bottom: 40px;
  overflow: hidden;
  float: left;
  margin-right: 40px;
}
.bannerBox .box ul a:nth-child(2n+0) li{
  margin-right: 0px;
}
.bannerBox .box ul li:hover img {
  transform: scale(1.1);
}

.bannerBox .box ul li:hover .bg:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 1;
}

.bannerBox .box ul li:hover .bg .jia {
  opacity: 1;
  visibility: visible;
}

.bannerBox .box ul li img {
  transition: .5s;
}

.bannerBox .box ul li .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}

.bannerBox .box ul li .bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #1295e8;
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  opacity: 0;
  transition: .5s;
}

.bannerBox .box ul li .bg .icon {
width: 40px;
}
.bannerBox .box ul li .bg .icon img{ width: 100%;}

.bannerBox .box ul li .bg h5 {
  line-height: normal;
  font-size: 24px;
  color: #fff;
  margin: 20px 0 40px;
}
.jia {
  position: relative;
  width: 12px;
  height: 12px;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

.jia:after, .jia:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background: #fff;
}

.jia:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.newsInner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.9);
  z-index: 12;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity !important;
  transition-duration: 1s !important;
  transition-timing-function: var(--ease-n-out-b);
}

.newsInner.active {
  opacity: 1;
  visibility: visible;
}

.newsInner.active .box {
  transition-delay: .5s;
  opacity: 1;
  transform: translateY(0);
}

.newsInner .box {
  position: relative;
  height: calc(100% - 14.44%);
  width: 900px;
  top: 14.44%;
  box-sizing: border-box;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity,transform .5s;
}

.newsInner .box .close {
  position: absolute;
  left: 100%;
  top: 0;
  width: 64px;
  height: 64px;
  background: #1295e8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsInner .box .close:hover i {
  transform: rotate(90deg);
}

.newsInner .box .close i {
  color: #fff;
  font-size: 12px;
  transition: .5s;
}

.newsInner .box .newspaperhead {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 1px;
  background: #1295e8;
  z-index: 3;
}

.newsInner .box .newspaperline {
  position: absolute;
  width: 1px;
  top: 0%;
  left: 50%;
  height: 50px;
  background: #1295e8;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.newsInner .box .newspaper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 60px 90px 75px;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.newsInner .box .newspaper .newspapertext {
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow: -webkit-scrollbars-none;
  height: 100%;
}

.newsInner .box .newspaper .newspapertext::-webkit-scrollbar {
  display: none;
}

.newsInner .box .newspaper .newspapertext .head {
  text-align: center;
}

.newsInner .box .newspaper .newspapertext .head h5 {
  font-size: 32px;
  color: #1295e8;
  line-height: 1.2;
  margin-bottom: 5px;
}

.newsInner .box .newspaper .newspapertext .head h6 {
  font-size: 24px;
  color: #1295e8;
  line-height: 1.5;
  margin-bottom: 5px;
}

.newsInner .box .newspaper .newspapertext .head i {
  color: #1295e8;
  line-height: 1;
  font-size: 20px;
}

.newsInner .box .newspaper .newspapertext .time {
  display: flex;
  align-items: flex-start;
}

.newsInner .box .newspaper .newspapertext .time span {
  font-size: 64px;
  color: #1295e8;
  line-height: 1;
}

.newsInner .box .newspaper .newspapertext .time span:last-child {
  font-size: 14px;
  font-weight: 700;
  font-family: initial;
  margin-left: 15px;
  transform: translateY(10px);
}

.newsInner .box .newspaper .newspapertext h1 {
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  margin: 55px 0 30px;
  color: #707070;
  line-height: 1.4;
}

.newsInner .box .newspaper .newspapertext h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 25px 0 60px;
  color: #707070;
  line-height: 1.4;
}

.newsInner .box .newspaper .newspapertext p {
  color: #707070;
  font-size: 16px;
}

.works {
  /* padding-bottom:60px; */
}
.works .title{ 
  font-size: 30px; text-align: center; padding-top: 40px;
}
.works .zhengwen{ 
  padding: 50px 0;
  font-size: 18px;
  line-height: 36px;
  color: #282828;
}
.works .zhengwen p{ font-size: 16px;}
.qyjy{ 
  padding: 50px 0;
  font-size: 18px;
  line-height: 36px;
  color: #282828;
}
.qyjy .tpspdt{ overflow: hidden;}
.qyjy .left{
  width: calc(60% - 25px); 
 float: left;
  margin-right: 25px;
  position: relative;
  padding: 0px;
}
.qyjy .left  .kkxf{ position: absolute; top: 20px; background: #1195e8; padding: 0 20px; color: #fff; font-weight: normal; font-size: 16px; border-radius:0 5px 5px 0;}
.qyjy .left .img{ width: 100%; overflow: hidden; padding-left: 10px;}
.qyjy .left .img img{ width: 100%;}
.qyjy .left02{width: 70%;  margin: 0 auto; padding: 0px  0px  20px  0px; position: relative;}
.qyjy .left02  .kkxf{ position: absolute; top: 20px; background: #1195e8; padding: 0 20px; color: #fff; font-weight: normal; font-size: 16px; border-radius:0 5px 5px 0;}
.qyjy .left02 .img{ width: 100%; overflow: hidden; padding-left: 10px;}
.qyjy .left02 .img img{ width: 100%;}

.qyjy .jianjie {
   margin-top: 14px;
margin-bottom: 20px;
}
.qyjy .jianjie p{line-height: 30px!important;}
.qyjy .right{
  width: 40%; 
  float: left;
  /* height: 500px; */
 }
 .qyjy .right h3{ border-bottom: solid 1px #ecf0f3; height: 50px; line-height: 40px; font-weight: bold;  font-size: 20px;}
@media screen and (max-width:800px) {
  .qyjy .left{ width: 100%; margin-right: 0px;}
  .qyjy .right{ width: 100%; }
 }
 .qyjy .right #container{ height:320px ; margin-top: 14px; border: solid 1px #d2d2d2;}
.qyjy .gk{}
.qyjy .gk h3{ border-bottom: solid 1px #ecf0f3; height: 40px; line-height: 40px; font-weight: bold;  font-size: 20px;}
/* .qyjy .gk h3 span{ border-bottom: solid 2px #1195e8; display: table; height: 39px; line-height: 39px;} */
.qyjy .gk ul{ overflow: hidden; margin-top: 15px;}
.qyjy .gk ul li{ width: 100%!important; font-size: 14px!important; line-height: 30px!important; margin-bottom: 0px!important; color: #000!important;}
.qyjy .gk ul li span{ color: #1195e8; font-weight: bold;}


.works .w1430 {
  width: 1430px;
  margin: 0 auto;
  position: relative;
}

.works .w1430 .head {
  height: 74px;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.works .w1430 .head h5 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 700;
  color: #707070;
}

.works .w1430 .head .swiper-pag {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}

.works .w1430 .head .swiper-pag span {
  position: relative;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 1;
  background: transparent;
  border-radius: 0;
  font-size: 18px;
  margin: 0 23px;
  transition: .5s;
  /* font-weight: bold; */
}

.works .w1430 .head .swiper-pag span.swiper-pagination-bullet-active {
  color: #1295e8;
}

.works .w1430 .head .swiper-pag span.swiper-pagination-bullet-active:after {
  width: 100%;
}

.works .w1430 .head .swiper-pag span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  margin-bottom: -1px;
  transition: .5s;
  height: 1px;
  background: #1295e8;
}

.works .w1430 .swiper-works {
  margin-top:0px;
  position: relative;
  overflow: hidden;
}

.works .w1430 .swiper-works .swiper-wrapper .swiper-slide ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.works .w1430 .swiper-works .swiper-wrapper .swiper-slide ul.itemAnimates .itemAnimate {
  opacity: 0;
}

.works .w1430 .swiper-works .swiper-wrapper .swiper-slide ul.itemAnimates.animates .itemAnimate {
  animation: fadeInRight 1.5s forwards;
}

.works .w1430 .swiper-works .swiper-wrapper .swiper-slide ul li {
  width: 23%;
  margin-bottom: 50px;
  cursor: pointer;
}

.works .w1430 .swiper-works .swiper-wrapper .swiper-slide ul li:last-child:nth-child(4n - 1) {
  margin-right: calc(23% + 8% / 3);
}

.works .w1430 .swiper-works .swiper-wrapper .swiper-slide ul li:last-child:nth-child(4n - 2) {
  margin-right: calc(46% + 16% / 3);
}

.works .w1430 .swiper-works .swiper-wrapper .swiper-slide ul li:hover .img .bg {
  opacity: 1;
  visibility: visible;
}

.works .w1430 .swiper-works .swiper-wrapper .swiper-slide ul li:hover .text {
  border-color: #1295e8;
}

.works .w1430 .swiper-works .swiper-wrapper .swiper-slide ul li:hover .text p {
  color: #1295e8;
}

.works .w1430 .swiper-works .swiper-wrapper .swiper-slide ul li .img {
  position: relative;
}

.works .w1430 .swiper-works .swiper-wrapper .swiper-slide ul li .img .bg {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(18, 149, 232, 0.8);
  transition: .6s;
}

.works .w1430 .swiper-works .swiper-wrapper .swiper-slide ul li .img .bg img{
  width: 40px;
}

.works .w1430 .swiper-works .swiper-wrapper .swiper-slide ul li .text {
  height: 60px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s;
}

.works .w1430 .swiper-works .swiper-wrapper .swiper-slide ul li .text p {
  color: #707070;
  line-height: 1.7;
  transition: .4s;
}

.worksInner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: white;
  z-index: 12;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity !important;
  transition-duration: .6s !important;
  transition-timing-function: var(--ease-n-out-b);
}

.worksInner.active {
  opacity: 1;
  visibility: visible;
}

.worksInner .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  height: 64px;
  background: #1295e8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.worksInner .close:hover i {
  transform: rotate(90deg);
}

.worksInner .close i {
  color: #fff;
  font-size: 12px;
  transition: .5s;
}

.worksInner .sprev, .worksInner .snext {
  position: absolute;
  width: 72px;
  height: 72px;
  background: #999999;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  transition: .4s;
  cursor: pointer;
top: 50%;
}

.worksInner .sprev:hover, .worksInner .snext:hover {
  background: #1295e8;
}

.worksInner .sprev {
  left: 25px;
}

.worksInner .snext {
  right: 25px;
}

.worksInner .box {
  height: 100%;
  margin: 0 auto;
  display: flex;
  width: 62.5%;
  justify-content: space-between;
  flex-direction: column;
}

.worksInner .box .innerbox {
  width: 100%;
}

.worksInner .box .innerbox h5 {
  margin-top: 35px;
  font-size: 24px;
  color: #707070;
  font-weight: 700;
  line-height: 1.2;
}

.worksInner .box .innerbox .text {
  display: flex;
  align-items: flex-end;
  margin: 35px 0 25px;
}

.worksInner .box .innerbox .text ol {
  display: flex;
  align-items: center;
}

.worksInner .box .innerbox .text ol li {
  height: 38px;
  display: flex;
  margin-right: 77px;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid #1295e8;
  padding-left: 10px;
  box-sizing: border-box;
}

.worksInner .box .innerbox .text ol li:last-child {
  margin-right: 0;
}

.worksInner .box .innerbox .text ol li span {
  color: #707070;
  line-height: 1;
}

.worksInner .box .innerbox .text a {
  font-size: 12px;
  color: #1295e8;
  margin-left: 12px;
  line-height: 1.2;
}

.worksInner .box .innerbox .swiper-wroksInner {
  overflow: hidden;
}

.worksInner .box .items {
  position: relative;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
}

.worksInner .box .items:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}

.worksInner .box .items:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.worksInner .box .items .swiper-wroksInnerItems {
  position: relative;
  margin: 8px 0;
  overflow: hidden;
}

.worksInner .box .items .swiper-wroksInnerItems .swiper-wrapper .swiper-slide {
  opacity: .5;
  transition: .5s opacity;
  cursor: pointer;
}

.worksInner .box .items .swiper-wroksInnerItems .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.news {
  padding: 50px 0 50px;
}

.news .w1200 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news .w1200 ul li {
  width: 30.5%;
  cursor: pointer;
  margin-bottom: 50px;
}

.news .w1200 ul li:last-child:nth-child(3n - 1) {
  margin-right: calc(30.5% + 8.5% / 2);
}

.news .w1200 ul li:hover .img img {
  transform: scale(1.1);
}

.news .w1200 ul li:hover .text {
  transition-delay: .5s;
  border-color: #1295e8;
}

.news .w1200 ul li:hover .text:after {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

.news .w1200 ul li:hover .text .time span, .news .w1200 ul li:hover .text .time p {
  color: #fff!important;
}

.news .w1200 ul li:hover .text h5 {
  color: #fff!important;
}

.news .w1200 ul li:hover .text .jia:after, .news .w1200 ul li:hover .text .jia:before {
  background: #fff!important;
}
.news .w1200 ul li{
  overflow: hidden;
}

.news .w1200 ul li .img {
  width:100%;
	padding-bottom:75%;
  transition: .4s; 
}
.news .w1200 ul li:hover .img
{
  transform: scale(1.1);
}

.news .w1200 ul li .img img {
  transition: .4s;
}
.news .w1200 ul li .text {
  position: relative;
  padding: 18px 28px 25px;
  border: 1px solid #E6E6E6;
  border-top: none;
  box-sizing: border-box;
  z-index: 1;
  transition: .4s;
}

.news .w1200 ul li .text:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1295e8;
  transition: .4s;
  z-index: -1;
  opacity: 0;
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}

.news .w1200 ul li .text .time {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.news .w1200 ul li .text .time span {
  margin-left: 4px;
  color: #1295e8;
  font-weight: 700;
  transition: .4s;
}
.news .w1200 ul li .text .time p {
  color: #1295e8;
  font-weight: 700;
  transition: .4s;
}

.news .w1200 ul li .text h5 {
  margin: 15px 0 25px;
  font-size: 16px;
  line-height: 1.5;
  color: #282828;
  height: 50px;
  -webkit-line-clamp: 2;
  transition: .4s;
}

.news .w1200 ul li .text .jia {
  opacity: 1;
  visibility: visible;
}

.news .w1200 ul li .text .jia:after, .news .w1200 ul li .text .jia:before {
  background: #1295e8;
}

.news .fy {
  margin-top: 15px;
  padding: 0;
}

.news .dqwz{ height:70px; line-height: 70px; border-bottom: solid 1px #c7c7c7; background: url(../image/dqwz_bg.png) left no-repeat; text-indent: 25px; font-size: 14px; color: #000000;}
.news .dqwz img{ vertical-align:middle; margin: 0 10px;}
.news .aritile{ overflow: hidden; padding-top: 40px;}
.news .aritile .title{ font-size: 30px; text-align: center; font-weight: bold;}
.news .aritile .fu_title{text-align: center; font-weight: bold; padding: 10px 0; font-size: 24px;}
.news .aritile .time{ font-size: 18px; border-bottom: solid 1px #d6d6d6; text-align: center; padding-bottom: 20px; padding-top: 10px;}
.news .aritile .zhengwen{ font-size: 18px; line-height: 36px; padding: 50px 0;}
.news .aritile .zhengwen p{ font-size: 18px;}

.licheng{ font-size: 18px; padding: 50px 0;}
.licheng p{ font-size: 18px!important;}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .page a {
  width: 40px;
  height: 40px;
  background: #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #707070;
  font-size: 14px;
  transition: .4s;
  margin: 0 10px;
}

.page a:hover {
  color: #fff;
  background: #1295e8;
}

.page a.active {
  color: #fff;
  background: #1295e8;
} */

.bidding {
  /* padding: 65px 0 180px; */
}

.bidding .w1200 {
  /* width: 1200px; */
}
.bidding .w1200 ol { margin: 50px 0; overflow: hidden;}
.bidding .w1200 ol li {
  cursor: pointer;
  position: relative;
  border: 1px solid #E6E6E6;
  padding: 22px 18px 0px 37px;
  box-sizing: border-box;
  height: 130px;
  display: flex;
  margin:10px 0;
  transition: .5s;
}

.bidding .w1200 ol li:hover {
  border-color: #1295e8;
  background: #1295e8;
}

.bidding .w1200 ol li:hover .time span {
  color: #fff;
}

.bidding .w1200 ol li:hover h5 {
  color: #fff;
}

.bidding .w1200 ol li:hover .jia:after, .bidding .w1200 ol li:hover .jia:before {
  background: #fff;
}

.bidding .w1200 ol li .time {
  display: flex;
  align-items: flex-start;
}

.bidding .w1200 ol li .time span {
  font-size: 14px;
  color: #1295e8;
  line-height: 1;
  transition: .4s;
  font-weight: 700;
}

.bidding .w1200 ol li .time span:last-child {
  margin-left: 15px;
  font-size:40px;
  font-weight: normal;
  transform: translateY(5px);
  font-family: initial;
}

.bidding .w1200 ol li h5 {
  flex: 1;
  margin: 0 150px  0 85px;
  color: #282828;
  -webkit-line-clamp: 2;
  line-height: 1.5;

  transition: .4s;
}
.bidding .w1200 ol li h5 .title{ font-size: 18px; margin-bottom: 8px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.bidding .w1200 ol li h5 .jianjie{ font-size: 14px; line-height: 24px;overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.bidding .w1200 ol li .jia {
  position: absolute;
  right:80px;
  opacity: 1;
  visibility: visible;
  top: 60px;
  transition: .4s;
}

.bidding .w1200 ol li .jia:after, .bidding .w1200 ol li .jia:before {
  background: #1295e8;
}

.join {
  padding: 70px 0 150px;
}

.join .w1028 {
  width: 1028px;
  margin: 0 auto;
}

.join .w1028 h5 {
  color: #3D4D72;
  text-align: center;
  line-height: 1.6;
  font-size: 20px;
}

.join .w1028 p {
  color: #999999;
  text-align: center;
  margin: 20px 0 60px;
}

.join .w1028 ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.join .w1028 ol.itemAnimates .itemAnimate {
  opacity: 0;
}

.join .w1028 ol.itemAnimates.animates .itemAnimate {
  animation: fadeInRight 1.5s forwards;
}

.join .w1028 ol li {
  position: relative;
  height: 120px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  width: 31%;
  align-items: center;
  padding: 0 25px;
  box-sizing: border-box;
  justify-content: space-between;
  background: rgba(61, 77, 114, 0.1);
  cursor: pointer;
  z-index: 1;
}

.join .w1028 ol li:hover:after {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

.join .w1028 ol li:hover .img img {
  transform: scale(1.1);
}

.join .w1028 ol li:hover span {
  color: #fff;
}

.join .w1028 ol li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1295e8;
  transition: .6s;
  z-index: -1;
  opacity: 0;
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}

.join .w1028 ol li .img {
  overflow: hidden;
}

.join .w1028 ol li .img img {
  transition: .4s;
}

.join .w1028 ol li span {
  transition: .4s;
  color: #707070;
  font-size: 14px;
}

.honest {
  /* padding: 85px 0 175px; */
}

.honest .w1000 {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 140px;
}

.honest .w1000 h5 {
  font-size: 24px;
  color: #1295e8;
  margin-bottom: 30px;
}

.honest .w1000 p {
  color: #707070;
  font-size: 18px;
}

.honest .w1000 .text {
  display: flex;
  margin: 90px 0 45px;
  border: 1px solid #E6E6E6;
}

.honest .w1000 .text .item {
  /* width: 50%; */
  padding: 0 20px;
  height: 100px;
  display: flex;
  align-items: center;
  transition: .4s;
}
.honest .w1000 .text .item:first-child{ width: 60%;}
.honest .w1000 .text .item:last-child{ width: 40%;}
.honest .w1000 .text .item:hover {
  background: #1295e8;
}

 .honest .w1000 .text .item:hover span {
  color: #fff;
}
.honest .w1000 .text .item i img:last-child{ display: none;}
.honest .w1000 .text .item:hover i img:first-child{ display: none;}
.honest .w1000 .text .item:hover i img:last-child{ display: block;}

.honest .w1000 .text .item:last-child {
  border-left: 1px solid #E6E6E6;
  box-sizing: border-box;
}

.honest .w1000 .text .item i {
  font-size: 24px;
  color: #1295e8;
  transition: .4s;
}

.honest .w1000 .text .item span {
  color: #707070;
  font-size: 16px;
  margin-left: 16px;
  transition: .4s;
}
.honest .w1000 .text .item .zcbb{display: inline-table; width: 80px;}

.honest .w1000 .text .item span:last-child {
  display: inline-block;
  font-size: 16px;
  margin-left: 7px;
}

.honest .w1000 h4 {
  font-size: 16px;
  color: #1295e8;
  margin-bottom: 20px;
}

.honest .w1000 h6 {
  font-size: 14px;
  color: #707070;
  line-height: 2;
}

.honest .w1000 h6 > i {
  font-weight: 700;
  font-style: inherit;
}

.inner {
  width: 1120px;
  margin: 0px auto;
}

.serachT {
  font: 36px/1.5 "Microsoft Yahei";
  color: #1295e8;
  padding: 6% 0px;
}

.serachI {
  background-color: #cde0f5;
  color: #1295e8;
  padding: 36px 30px;
  line-height: 30px;
  margin-bottom: 8%;
}

.serachI .snum {
  font-style: italic;
  padding-left: 12px;
}

.serachI .stxt {
  border: 1px solid #b8c9dc;
  padding: 0px 17px;
  height: 30px;
  width: 30%;
  float: left;
  color: #6D6B6B;
}

.serachI .stxt:focus {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
}

.serachI .sbtn {
  background-color: #1295e8;
  color: #fff;
  overflow: hidden;
  text-align: center;
  width: 85px;
  border: 0px none;
  height: 32px;
  line-height: 32px;
  float: left;
  margin-left: 14px;
}

.serachlist a:link, .serachlist a:visited {
  color: #a9a9a9;
}

.serachlist a:active, .serachlist a:hover {
  color: #767676;
}

.serachlist a {
  -webkit-line-clamp: 1;
}

.serachlist dd {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  color: #a9a9a9;
  padding-bottom: 24px;
  margin-bottom: 30px;
}

.serachlist dd .num {
  float: left;
  display: block;
  padding-right: 26px;
  font-size: 18px;
  line-height: 1.4;
}

.serachlist dd .blue {
  color: #1295e8;
  text-decoration: underline;
}

.paging {
  padding: 36px 0px 80px;
  text-align: center;
}

.paging a:link, .paging a:visited {
  color: #ffffff;
}

.paging a:active, .paging a:hover {
  color: #fff;
  background-color: #1295e8;
}

.paging a, .paging span {
  display: inline-block;
  margin: 0px 3px !important;
  background-color: #c7c7c7;
  font-size: 14px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.paging .prev, .paging .next {
  display: inline-block;
  color: #fff;
  margin: 0px 30px !important;
}

.paging span {
  background-color: #1295e8;
  color: #fff !important;
}

.pagingBox .paging {
  float: right;
  display: block;
  padding: 0px;
}

.pagingBox .num {
  float: left;
  display: block;
  font-style: initial;
}

.pagingBox .paging .prev {
  margin-left: 0px !important;
}

.pagingBox .paging .next {
  margin-right: 0px !important;
}
/* 党建 */
.dangjian .w1430 .head {
  height: 74px;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.dangjian .w1430 .head h5 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 700;
  color: #707070;
}

.dangjian .w1430 .head .swiper-pag {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}

.dangjian .w1430 .head .swiper-pag span {
  position: relative;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 1;
  background: transparent;
  border-radius: 0;
  font-size: 18px;
  margin: 0 23px;
  transition: .5s;
  font-weight: bold;
}

.dangjian .w1430 .head .swiper-pag span.swiper-pagination-bullet-active {
  color: #c60c10;
}

.dangjian .w1430 .head .swiper-pag span.swiper-pagination-bullet-active:after {
  width: 100%;
}

.dangjian .w1430 .head .swiper-pag span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  margin-bottom: -1px;
  transition: .5s;
  height: 1px;
  background: #c60c10;
}
.font_c{  color: #ff9427!important;}
.font_f{ color: #1295e8!important;}
.dj_color span{background:#c60c10!important;}
.dangjian_list .w1200 ul li:hover .text {
  border-color: #c60c10!important;
}
.dangjian_list .w1200 ul li .text:after {
  background:  #c60c10!important;
}
.dangjian_list .w1200 ul li .text .time span {
  color: #c60c10!important;
}
.dangjian_list .w1200 ul li .text .time p {
  color: #c60c10!important;
}
.dangjian_list .w1200 ul li .text .jia:after, .dangjian_list .w1200 ul li .text .jia:before {
  background: #c60c10!important;
}

.lm_kk{  height: 74px;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);}
  .lm_kk span{ line-height: 73px; 
    height: 100%;
    align-items: center;
    opacity: 1;
    background: transparent;
    border-radius: 0;
    font-size: 18px;display: -webkit-inline-box; margin-right: 30px;}
    .lm_kk .active{ color: #1295e8; border-bottom: solid 1px #1295e8;}
    .dangjian .active{ color:#c60c10!important; border-bottom: solid 1px #c60c10!important;}


    /* 地图 */
     #map {
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .input-card {
        height: 100%;
        overflow: auto;
        background-color: #1295e8;
        padding:0 10px;
        position: absolute;
        top: 0;
        left: 0;
        /* display: none; */
    }
    .input-card ul{
        padding: 0 20px;
    height: 100%;
    overflow: hidden;
    }
    .input-card ul li:first-child{ margin-top: 30px!important;}
    .input-card ul li:last-child{ margin-bottom: 30px!important;}
    .input-card ul li .imgbox img{
        width: 250px;
    }
    .input-card ul li h3{ text-align: center; color: #fff; height: 40px; line-height: 40px; font-weight: normal;}
    .amap-logo{ display: none!important;}
    .amap-copyright{ display: none!important;}