@charset "UTF-8";
/**HTML5 common css*/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Microsoft YaHei", SimSun, "SourceHanSansCN", "PingFang SC";
  font-size: 12px;
}

body {
  -webkit-text-size-adjust: 100% !important;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}

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

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 100%;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

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

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.hideVisibility {
  visibility: hidden;
  opacity: 0;
}

.opacity0 {
  opacity: 0 !important;
}

[hide],
[hidden],
.hide {
  display: none;
}

.blur {
  filter: blur(5px); /*no*/
  opacity: 0.6;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.g-text-left {
  text-align: left;
}

.g-text-center {
  text-align: center;
}

.g-pointer {
  cursor: pointer;
}

.g-clearfix:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.float-left,
.fl,
.g-fl {
  float: left;
}

.float-right,
.fr,
.g-fr {
  float: right;
}

.g-relative {
  position: relative;
}

.g-fixed {
  position: fixed;
}

.g-absolute {
  position: absolute;
}

.g-container-1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 12px !important;
}

.g-font14 {
  font-size: 14px !important;
}

.g-font16 {
  font-size: 16px !important;
}

.g-font18 {
  font-size: 18px !important;
}

.g-font20 {
  font-size: 20px !important;
}

.g-font22 {
  font-size: 22px !important;
}

.g-font24 {
  font-size: 24px !important;
}

.g-font28 {
  font-size: 28px !important;
}

.g-font30 {
  font-size: 30px !important;
}

.g-font32 {
  font-size: 32px !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 36px !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 40px !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 48px !important;
  font-weight: 700;
}

.g-mb-5 {
  margin-bottom: 5px;
}

.g-mb-10 {
  margin-bottom: 10px;
}

.g-mb-15 {
  margin-bottom: 15px;
}

.g-mb-20 {
  margin-bottom: 20px;
}

.g-mb-25 {
  margin-bottom: 25px;
}

.g-mb-30 {
  margin-bottom: 30px;
}

.g-mb-40 {
  margin-bottom: 40px;
}

.g-mb-50 {
  margin-bottom: 50px;
}

.g-mb-60 {
  margin-bottom: 60px;
}

.g-mb-80 {
  margin-bottom: 80px;
}

.g-mr-5 {
  margin-right: 5px;
}

.g-mr-10 {
  margin-right: 10px;
}

.g-mr-15 {
  margin-right: 15px;
}

.g-mr-20 {
  margin-right: 20px;
}

.g-mr-25 {
  margin-right: 25px;
}

.g-mr-30 {
  margin-right: 30px;
}

.g-mr-40 {
  margin-right: 40px;
}

.g-mr-50 {
  margin-right: 50px;
}

.g-mr-60 {
  margin-right: 60px;
}

.g-mr-80 {
  margin-right: 80px;
}

.g-ml-5 {
  margin-left: 5px;
}

.g-ml-10 {
  margin-left: 10px;
}

.g-ml-15 {
  margin-left: 15px;
}

.g-ml-20 {
  margin-left: 20px;
}

.g-ml-25 {
  margin-left: 25px;
}

.g-ml-30 {
  margin-left: 30px;
}

.g-ml-40 {
  margin-left: 40px;
}

.g-ml-50 {
  margin-left: 50px;
}

.g-ml-60 {
  margin-left: 60px;
}

.g-ml-80 {
  margin-left: 80px;
}

.g-ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.g-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.g-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.g-space {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 6px;
}

.g-border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-oh {
  overflow: hidden;
}

.g-oa {
  overflow: auto;
}

.g-layer,
.g-layer-1,
.g-layer-2,
.g-layer-3,
.g-layer-4,
.g-layer-5,
.g-layer-6,
.g-layer-7,
.g-layer-8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-layer-1 {
  z-index: 1;
}

.g-layer-2 {
  z-index: 2;
}

.g-layer-3 {
  z-index: 3;
}

.g-layer-4 {
  z-index: 4;
}

.g-layer-5 {
  z-index: 5;
}

.g-layer-6 {
  z-index: 6;
}

.g-layer-7 {
  z-index: 7;
}

.g-layer-8 {
  z-index: 8;
}

.g-indent-2,
.g-indent {
  text-indent: 2em;
}

.g-indent-4 {
  text-indent: 4em;
}

.g-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/*默认滚动条样式修改ie9 google Firefox 等高版本浏览器有效*/
/*::selection {background: #D03333;color: white;text-shadow: none;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:hover{background:#cc0000}*/
@keyframes aniOpscale {
  0% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 0.4;
    transform: scale(1);
  }
}
@keyframes aniArrowMoveUp {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}
@keyframes aniRound {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.g-ani-arrow-up {
  animation: aniArrowMoveUp 1s linear infinite;
  animation-delay: 0.1s;
}

.g-ani-bigger {
  transform: scale(1.1);
  transition: transform 2s linear;
}

.g-ani-bigger2 {
  transform: scale(1.1);
  transition: transform 1s linear;
}

@keyframes aniShare {
  to {
    transform: translate3d(20px, -20px, 0);
  }
}
.g-w1000 {
  width: 1000px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.g-w1200 {
  width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.full, .test-logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

body {
  max-height: 100%;
}

.test-logo {
  position: absolute;
  left: 554px;
  top: 40px;
  z-index: 1;
  width: 43px;
  height: 43px;
  background: url(../images/logo.png) center/contain no-repeat;
}

.rotate-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.main {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.full {
  overflow: hidden;
}

@keyframes aniPageCover {
  to {
    background-position-x: -28500px;
  }
}
@keyframes aniText1 {
  0% {
    filter: blur(0);
    transform: scale(1) translate3d(0, 0, 0);
  }
  50% {
    filter: blur(4px);
    transform: scale(1.1) translate3d(2px, 0, 0);
  }
  100% {
    filter: blur(0);
    transform: scale(1) translate3d(0, 0, 0);
  }
}
/*clear*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

/*other*/
.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.w1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.w1100 {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.list_18 li {
  background: url(images/dot.gif) no-repeat 0 18px;
  padding-left: 8px;
}

.white,
.white a:link,
.white a:visited,
.white a:hover {
  color: #fff;
}

div {
  margin: 0 auto;
  font: normal 14px/180% 微软雅黑;
}

/*header*/
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1111;
  height: 40px;
  background: #ffffff;
  transform: translate3d(0, 0, 0);
}

.header span {
  float: left;
}

.header span img {
  margin-top: 6px;
}

.header em {
  float: right;
  line-height: 40px;
  font-family: 宋体;
  font-style: normal;
}

.header em a {
  margin: 0 6px;
}

.header em,
.header em a:link,
.header em a:visited,
.header em a:hover {
  color: #666;
}

.main-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.main-content .page {
  position: relative;
  height: 100%;
  width: 100%;
}
.main-content .page-cover {
  background: url(../images/bg-inner.jpg) center no-repeat #f3f7ff;
  background-size: cover;
  background-position: center;
}
.main-content .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1280px;
  margin-left: -640px;
  transform: translate(0, -59%);
  transform-origin: top center;
}
.main-content .vline {
  position: absolute;
  left: 3.9vw;
  top: 0;
  height: 100%;
  border: 1px dashed #cb3327;
}
.main-content .cross {
  position: absolute;
  left: calc(3.9vw - 56px);
  bottom: 110px;
}
.main-content .group-line {
  display: none;
}
.main-content .bottom-date-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 170px;
  z-index: 999999;
  font-size: 1.25vw;
  width: 100%;
  color: #cb3327;
  transform: translate3d(0, 0, 0);
  border-top: 1px dashed #cc3825;
}
.main-content .bottom-date-wrap .hline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px dashed #cb3327;
}
.main-content .bottom-date-wrap .year {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translate(-50%, 0);
  width: 110px;
  height: 26px;
  background-color: #ea8c5f;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  border-radius: 100px;
}
.main-content .bottom-date-wrap .date1 {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  white-space: nowrap;
}
.main-content .bottom-date-wrap .date2 {
  display: none;
  position: relative;
  width: 128px;
  height: 100px;
  margin-bottom: 25px;
  padding-top: 10px;
}
.main-content .bottom-date-wrap .date2 .date-month {
  position: absolute;
  left: 4px;
  top: 20px;
  font-size: 40px;
  letter-spacing: -0.05em;
}
.main-content .bottom-date-wrap .date2 .date-date {
  position: absolute;
  right: 4px;
  top: 22px;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.main-content .bottom-date-wrap .slash {
  position: absolute;
  left: 47.1%;
  top: 25px;
  transform: translate(-50%, 0);
}
.main-content .bottom-date-wrap .list-date {
  height: 100%;
  text-align: center;
  width: 1380px;
  margin: 0 auto;
  transform: translate(2px, 0);
}
.main-content .bottom-date-wrap .list-date li {
  position: relative;
  float: left;
  margin-left: 38px;
  vertical-align: middle;
  position: relative;
  width: 138px;
  height: 100%;
  padding-top: 20px;
  text-align: center;
  pointer-events: visible;
  cursor: pointer;
}
.main-content .bottom-date-wrap .list-date li:first-child {
  margin-left: 0;
}
.main-content .bottom-date-wrap .list-date li:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  width: 10px;
  height: 10px;
  background: #cc3825;
  border-radius: 10px;
}
.main-content .bottom-date-wrap .list-date li.active .date2 {
  width: 128px;
  height: 100px;
  background: url(../images/bg-date.png) center top no-repeat;
  color: #fff;
}
.main-content .bottom-date-wrap .list-date li.active:after {
  display: none;
}
.main-content .bottom-date-wrap .list-date li.active:before {
  content: "";
  position: absolute;
  left: 69px;
  top: -11px;
  transform: translate(-50%, 0);
  width: 21px;
  height: 21px;
  z-index: 2;
  background: url(../images/bg-dot.png) center top no-repeat;
}
.main-content .bottom-date-wrap .list-date li.active .date1 {
  display: none;
}
.main-content .bottom-date-wrap .list-date li.active .date2 {
  display: block;
}
.main-content .logo-top {
  position: absolute;
  left: 4%;
  top: 20px;
  width: 350px;
  height: auto;
  z-index: 2;
}
.main-content .page-content {
  background: url(../images/bg2.jpg) center no-repeat;
  padding-top: 5vh;
}
.main-content .page-content .logo-lh {
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -645px;
  width: 350px;
  z-index: 999;
}
.main-content .page-content .scroll-outer {
  position: relative;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.main-content .page-content .scroll-outer .left-wrap {
  float: left;
  width: 566px;
  padding-top: 30px;
}
.main-content .page-content .scroll-outer .right-wrap {
  margin-left: 610px;
}
.main-content .page-content .scroll-outer h2 img {
  width: 100%;
}
.main-content .page-content .scroll-outer .title1 {
  color: #cc3825;
  font: bold 36px/1.3 "Microsoft YaHei";
  margin-bottom: 30px;
  text-align: center;
}
.main-content .page-content .scroll-outer .list-news li,
.main-content .page-content .scroll-outer .desc1 {
  font: normal 20px/2 "Microsoft YaHei";
  text-align: justify;
}
.main-content .page-content .scroll-outer .desc1 {
  color: #cc3825;
}
.main-content .page-content .scroll-outer .desc1 a {
  color: inherit;
}
.main-content .page-content .scroll-outer .list-news {
  margin-bottom: 30px;
}
.main-content .page-content .scroll-outer .list-news li {
  position: relative;
  padding-left: 43px;
  color: #333333;
}
.main-content .page-content .scroll-outer .list-news li:before {
  position: absolute;
  left: 14px;
  top: 15px;
  width: 7px;
  height: 7px;
  background: #333333;
  content: "";
  border-radius: 7px;
}
.main-content .page-content .scroll-outer .desc1 {
  margin-bottom: 20px;
}
.main-content .page-content .scroll-outer .detail {
  color: #93755e;
}
.main-content .page-content .scroll-outer .box-img img {
  width: 100%;
  height: auto;
  border-radius: 14px;
}
.main-content .page-content .scroll-outer .box-img p {
  font: normal 20px/2 "Microsoft YaHei";
  text-align: left;
}
.main-content .page-date {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.main-content .center-text-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.main-content .center-text-wrap .xi {
  max-height: 94vh;
  height: 1080px;
  width: auto;
}
.main-content .center-text-wrap .logo-top {
  position: absolute;
  left: 10%;
  top: 10px;
  width: 350px;
  height: auto;
  transform: translate(-50%, 0);
}
.main-content .center-text-wrap .editor-text {
  width: 1000px;
  margin: 0 auto;
}
.main-content .center-text-wrap .editor-text > div {
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
}
.main-content .center-text-wrap .editor-text .bianzhean-text {
  max-width: 810px;
  text-align: left;
  text-indent: 2em;
  color: #7f1507;
}
.main-content .center-text-wrap .editor-text .bianzhean-text a {
  color: #7f1507;
}
.main-content .center-text-wrap .links-wrap {
  padding-top: 20px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 10px;
}
.main-content .center-text-wrap .links-wrap a {
  position: relative;
  display: inline-block;
  margin-bottom: 13px;
  background: #dac2a2;
  background: #f7c7b1;
  border-radius: 180px;
  font-size: 18px;
  color: #7f1507;
  width: auto;
  padding: 4px 40px 4px 40px;
}
.main-content .center-text-wrap .links-wrap a:nth-of-type(2) {
  background: #dac2a2;
}
.main-content .center-text-wrap .links-wrap a:nth-of-type(3) {
  background: #dac2a2;
}
.main-content .center-text-wrap .links-wrap a:nth-of-type(even) {
  margin-left: -23px;
}
.main-content .center-text-wrap .links-wrap a:last-child {
  padding-right: 20px;
}
.main-content .center-text-wrap .links-wrap a:before {
  position: absolute;
  left: 25px;
  top: 50%;
  width: 11px;
  height: 10px;
  margin-top: -5px;
  background: url(../images/bg-fangkuai.png) no-repeat;
  content: "";
}

.top-wrap img {
  width: 100%;
  height: auto;
  float: left;
}

.big-title {
  text-align: center;
}
.big-title h1,
.big-title h2 {
  font-size: 36px;
  color: #303030;
  margin-bottom: 20px;
}
.big-title h1 a,
.big-title h2 a {
  font-size: 36px;
  color: #303030;
}
.big-title .list-small-news {
  color: #303030;
  margin-bottom: 30px;
}
.big-title a {
  color: #303030;
  font-size: 14px;
}
.big-title a:hover {
  text-decoration: underline;
}
.big-title .sum-list {
  text-align: center;
}

.nav-list {
  background: #356367;
  height: 62px;
  line-height: 62px;
  text-align: center;
  font-size: 0;
  margin-bottom: 40px;
  color: #ffffff;
}
.nav-list li {
  position: relative;
  height: 100%;
  display: inline-block;
  padding: 0 22px;
  font: bold 27px/60px "Microsoft YaHei";
  vertical-align: middle;
}
.nav-list li:before {
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 30px;
  width: 0;
  margin-left: -15px;
  height: 3px;
  background: #ffffff;
  content: "";
  transition: width 0.3s ease;
}
.nav-list li:hover, .nav-list li.active {
  opacity: 0.9;
}
.nav-list li:hover:before, .nav-list li.active:before {
  width: 30px;
}
.nav-list li:last-child:after {
  display: none;
}
.nav-list li:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  width: 2px;
  height: 26px;
  background: #96aeb0;
}
.nav-list li a {
  color: #fff;
}
.main-news {
  position: relative;
  min-height: 432px;
  margin-bottom: 110px;
}

.left-swiper-wrap {
  float: left;
  position: relative;
  overflow: hidden;
  width: 488px;
  height: 322px;
}

.right-news-wrap {
  margin-left: 528px;
  overflow: hidden;
  max-height: 322px;
}
.right-news-wrap h2 {
  color: #333333;
  margin-bottom: 5px;
  font: bold 24px/1.4 "Microsoft YaHei";
}
.right-news-wrap .news-group {
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 8px;
}
.right-news-wrap .news-group p {
  text-indent: 2em;
}
.right-news-wrap .news-group li {
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  line-height: 2;
  font-size: 16px;
}
.right-news-wrap .news-group li:hover {
  text-decoration: underline;
}
.right-news-wrap .news-group li a:hover {
  text-decoration: underline;
}
.swiper-wrapper,
.swiper-container {
  height: 100%;
}

.main-content {
  overflow: hidden;
}

.swiper-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.swiper-slide .img-slide {
  width: 100%;
  height: 100%;
}
.swiper-slide .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.swiper-slide .desc .page-index {
  position: absolute;
  left: 33px;
  top: 31px;
  font-size: 0;
}
.swiper-slide .desc .page-index span {
  font-size: 24px;
}
.swiper-slide .desc .page-index .slash {
  font-size: 20px;
}
.swiper-slide .desc .page-index .num1 {
  color: #fff;
}
.swiper-slide .desc .page-index .num2 {
  margin-left: 1px;
  color: #fff;
  font-size: 16px;
}
.swiper-slide .desc p {
  margin-left: 80px;
  margin-right: 32px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.copyright {
  text-align: center;
  padding: 68px 0 80px 0;
  color: #333;
  height: 188px;
  margin-top: -50px;
  position: relative;
}

.common-title {
  display: inline-block;
  width: 286px;
  height: 46px;
  background: url(../images/bg-title.png) center no-repeat;
  text-align: center;
}
.common-title h3 {
  font: bold 28px/1.5 "Microsoft YaHei";
  color: #356367;
  margin-top: -20px;
}
.common-title p {
  color: #636363;
}
.common-title img {
  height: 56px;
  width: auto;
}

.common-title2 img {
  height: 56px;
  width: auto;
}

.empty {
  position: relative;
}
.empty .arrow-left3d {
  position: absolute;
  left: 0;
  top: 230px;
  z-index: 2;
  cursor: pointer;
}
.empty .arrow-right3d {
  position: absolute;
  right: 0;
  top: 230px;
  z-index: 2;
  cursor: pointer;
}

.bk-video {
  width: 1093px;
  margin: 0 auto;
  margin-bottom: 110px;
}

.title-column {
  position: relative;
  margin-bottom: 60px;
}
.title-column span {
  position: relative;
  display: inline-block;
  color: #15306b;
  font: bold italic 56px "Microsoft YaHei";
  margin-left: 85px;
}
.title-column span:before {
  position: absolute;
  top: -5px;
  left: -85px;
  width: 85px;
  height: 76px;
  background: url(../images/title-l.png) no-repeat;
  content: "";
}
.title-column span:after {
  position: absolute;
  bottom: -5px;
  right: -85px;
  width: 85px;
  height: 76px;
  background: url(../images/title-r.png) no-repeat;
  content: "";
}

.video-box {
  position: relative;
  width: 1000px;
  font-size: 0;
  text-align: center;
  margin-bottom: 40px;
  box-shadow: 5px 8px 27px 0px rgba(2, 7, 24, 0.24);
}
.video-box .img-video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.video-box .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 94px;
  height: 94px;
  margin-left: -47px;
  margin-top: -47px;
  cursor: pointer;
}
.video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.video-desc b {
  vertical-align: middle;
  color: #333333;
  font: bold 31px "Microsoft YaHei";
  margin-right: 30px;
}
.video-desc span {
  vertical-align: middle;
  color: #333333;
  font: normal 23px "Microsoft YaHei";
}

.bk-apply {
  width: 1086px;
  margin: 0 auto;
  overflow: hidden;
}
.bk-apply li {
  float: left;
  width: 220px;
  height: 300px;
  margin-bottom: 40px;
  text-align: center;
}
.bk-apply li img {
  transition: all 0.5s ease;
  cursor: pointer;
}
.bk-apply li img:hover {
  transform: scale(1.1);
}
.bk-apply li .desc-icon {
  width: 150px;
  margin: 0 auto;
}
.bk-apply li .desc-icon h3 {
  color: #333333;
  font: bold 26px "Microsoft YaHei";
}
.bk-apply li .desc-icon p {
  text-align: justify;
  color: #333333;
  font: normal 18px/1.8 "Microsoft YaHei";
  max-height: 128px;
  overflow: hidden;
}

@keyframes aniDot {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.bk-timeline {
  position: relative;
  width: 1285px;
  margin: 0 auto;
  margin-bottom: 110px;
}
.bk-timeline .hline {
  position: absolute;
  left: 0;
  top: 52px;
  z-index: 0;
  width: 100%;
  height: 2px;
  background: #00caca;
}
.bk-timeline .box-timeline {
  position: relative;
  height: 280px;
}
.bk-timeline .timeline-outer {
  position: relative;
  z-index: 3;
  width: 1000px;
  overflow: auto;
}
.bk-timeline .list-timeline {
  white-space: nowrap;
  font-size: 0;
}
.bk-timeline .list-timeline li {
  display: inline-block;
  padding-right: 28px;
  text-align: center;
  vertical-align: top;
  padding-bottom: 20px;
}
.bk-timeline .list-timeline li .group-text {
  font-size: 18px;
  line-height: 1.6;
}
.bk-timeline .list-timeline li .date {
  font: normal 20px "Microsoft YaHei";
  text-align: center;
  height: 39px;
}
.bk-timeline .list-timeline li p {
  color: #333333;
  font: normal 18px/1.5 "Microsoft YaHei";
}
.bk-timeline .list-timeline li h4 {
  font: bold 18px "Microsoft YaHei";
}
.bk-timeline .list-timeline li .img-circle {
  height: 26px;
  width: auto;
  margin-bottom: 10px;
  animation: aniDot 1.2s linear infinite;
}
.bk-timeline .list-timeline li:nth-child(5n+1) {
  animation-delay: 2s;
}
.bk-timeline .list-timeline li:nth-child(5n+2) {
  animation-delay: 3s;
}
.bk-timeline .list-timeline li:nth-child(5n+3) {
  animation-delay: 4s;
}
.bk-timeline .list-timeline li:nth-child(5n+4) {
  animation-delay: 5s;
}

.timeline-outer::-webkit-scrollbar {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
}

.timeline-outer::-webkit-scrollbar-button {
  display: none;
}

.timeline-outer::-webkit-scrollbar-track {
  border-radius: 16px;
}

.timeline-outer::-webkit-scrollbar-track-piece {
  background-color: #fff;
  border-radius: 16px;
}

.timeline-outer::-webkit-scrollbar-thumb {
  background: url(../images/bg-drag.png) center #70c8e3 no-repeat;
}

.timeline-outer::-webkit-scrollbar-corner {
  border-radius: 16px;
}

.timeline-outer::-webkit-resizer {
  display: none;
}

.move-up-tip {
  position: absolute;
  right: 268px;
  bottom: 207px;
  z-index: 4;
  color: #fff;
  font: normal 30px/1 "Microsoft YaHei";
}

.date-list-wrap {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  max-width: 272px;
  height: 100%;
  max-height: 80vw;
}
.date-list-wrap .list-date {
  height: calc(100% - 73px);
  display: flex;
  flex-direction: column;
}
.date-list-wrap li {
  position: relative;
  flex: 1;
  background: #c2ad94;
  background: rgba(194, 173, 148, 0.2);
  padding: 0 25px;
  cursor: pointer;
  color: #d8c2a8;
  font-size: 24px;
  min-width: 230px;
  line-height: 1;
  text-align: center;
}
.date-list-wrap li div {
  position: relative;
  width: 100%;
  height: 100%;
}
.date-list-wrap li div span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  white-space: nowrap;
  vertical-align: middle;
}
.date-list-wrap li:hover {
  cursor: not-allowed;
  background: #c2ad94;
}
.date-list-wrap li.ok {
  color: #b8a48b;
}
.date-list-wrap li.ok.active, .date-list-wrap li.ok:hover {
  background: #93755e;
  background: rgba(162, 49, 38, 0.3);
  cursor: pointer;
  color: #fff;
}
.date-list-wrap .last-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 11.11%;
  height: 73px;
  background: rgba(194, 173, 148, 0.2);
  text-align: center;
  cursor: pointer;
}
.date-list-wrap .last-arrow .table-outer {
  height: 100%;
}
.date-list-wrap .last-arrow img {
  margin-top: 10%;
  width: 40px;
}

.icon-date {
  display: none;
  position: absolute;
  right: 80px;
  top: 70px;
  z-index: 3;
  cursor: pointer;
}
.icon-date:hover {
  opacity: 0.8;
}

.row1 {
  margin-left: 24px;
}

.date-wrap {
  display: none;
  position: absolute;
  left: 50%;
  top: 20px;
  z-index: 2;
  width: 230px;
  margin-left: 220px;
  text-align: center;
}

.line-wrap {
  min-height: 100px;
}
.line-wrap div {
  display: inline-block;
  width: 1px;
  height: 100%;
  height: 160px;
  background: #c78b53;
  margin-left: 25px;
}
.line-wrap .vline2 {
  position: relative;
  height: calc(100vh - 553px);
  height: 238px;
  max-height: 25vh;
}
.line-wrap .vline2:before {
  position: absolute;
  left: -7px;
  top: 0;
  z-index: 2;
  width: 14px;
  height: 14px;
  background: url(../images/round.png) no-repeat;
  content: "";
  display: none;
}
.line-wrap .vline2.active:after {
  display: none;
  position: absolute;
  left: -6px;
  bottom: 0;
  z-index: 2;
  width: 14px;
  height: 14px;
  background: url(../images/round.png) no-repeat;
  content: "";
}

.clock-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
.clock-wrap img {
  width: 228px;
  height: auto;
}
.clock-wrap .month {
  display: none;
  position: absolute;
  top: 181px;
  left: 26px;
  font: bold 34px/1 "Microsoft YaHei";
  color: #c78b53;
}
.clock-wrap .day {
  position: absolute;
  right: 47px;
  top: 194px;
  width: 93px;
  height: 70px;
  font: bold 80px/1 "Microsoft YaHei";
  color: #c78b53;
  overflow: hidden;
}
.clock-wrap .day .swiper-container {
  height: 100%;
}
.clock-wrap .day .swiper-slide {
  font: bold 70px/1 "Microsoft YaHei";
  color: #c78b53;
}

.hidden-date {
  display: none;
}

@keyframes aniBottom {
  100% {
    transform: translate(0, 10px);
    opacity: 0;
  }
}
.arrow-bottom2023 {
  position: absolute;
  left: 50%;
  bottom: 10%;
  z-index: 2;
  margin-left: -19px;
  animation: aniBottom 1s linear infinite;
}

.logos-wrap .left {
  float: left;
  width: 110px;
}
.logos-wrap .right {
  margin-left: 110px;
}
.logos-wrap h2 {
  font: bold 32px/1.4 "Microsoft YaHei";
  color: #d54841;
  margin-bottom: 15px;
  text-align: center;
}
.logos-wrap .desc2 {
  line-height: 1.3;
  font: normal 18px/1.4 "Microsoft YaHei";
  margin-bottom: 28px;
  text-align: left;
  text-indent: 2em;
}
.logos-wrap .box-img p {
  text-align: left;
}

.arrow-left {
  display: none;
  position: absolute;
  right: 60px;
  bottom: 140px;
  z-index: 3;
  padding: 10px 30px;
  color: #fff;
  font: normal 22px "Microsoft YaHei";
  transform: translate3d(0, 0, 0);
}

@keyframes aniArrowRight {
  100% {
    transform: translate3d(0, -40px, 0);
    opacity: 0.5;
  }
}
.arrow-right {
  display: none;
  position: absolute;
  right: 254px;
  bottom: 40px;
  z-index: 3;
  width: 120px;
  color: #fff;
  font: normal 22px "Microsoft YaHei";
  animation: aniArrowRight 1s linear infinite;
}
.arrow-right img {
  width: 100%;
}

@media all and (min-device-width: 666px) and (max-device-width: 9666px) {
  .swiper-button-disabled,
  .arrow-left,
  .arrow-right {
    display: none !important;
  }
}
@media screen and (min-device-width: 0px) and (max-device-width: 666px) {
  .bk-timeline {
    width: 100%;
  }
  html {
    overflow-x: hidden;
  }
}
.swiper-button-disabled {
  display: none !important;
}

html {
  overflow: hidden;
}

.mobile-phone .arrow-right {
  width: 60px;
}
.mobile-phone .main-content .bottom-date-wrap .date1 {
  font-size: 24px;
}
.mobile-phone .arrow-right {
  right: 50px;
}
.mobile-phone .move-up-tip {
  right: 55px;
}
.mobile-phone .arrow-bottom2023 {
  display: none;
}
.mobile-phone .main-content .page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-phone .main-content .page-content {
  padding-top: 0;
}
.mobile-phone .main-content .center-text-wrap .xi {
  height: 90vw;
  max-height: none;
  width: auto;
}
.mobile-phone .main-content .page-content .inner {
  margin: 0 auto;
}
.mobile-phone .main-content .inner {
  position: static;
  left: 50%;
  top: 50%;
  width: 1280px;
  margin-left: -640px;
  transform: none;
  transform-origin: center;
}
.mobile-phone .main-content .center-text-wrap {
  margin-left: 0 !important;
}

/*平板适配*/
@media all and (min-device-width: 481px) and (max-device-width: 1380px) {
  .mobile-phone .main-content .center-text-wrap .xi {
    width: 100vh;
    max-height: none;
    height: auto;
  }
  .mobile-phone .main-content .center-text-wrap .logo-bottom {
    bottom: 0;
  }
}
@media all and (min-device-width: 1201px) and (max-device-width: 1350px) {
  .inner {
    zoom: 0.95;
  }
}