@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';
  font-size: 12px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  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, img {
  -webkit-touch-callout: none;
}

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: -.5em;
}

sub {
  bottom: -.25em;
}

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

.opacity0 {
  opacity: 0 !important;
}

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

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

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

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

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

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

::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.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}*/
@-webkit-keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.g-ani-arrow-up {
  -webkit-animation: aniArrowMoveUp 1s linear infinite;
  animation: aniArrowMoveUp 1s linear infinite;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

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

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

@-webkit-keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

@keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

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

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  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;
}

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

.full {
  overflow: hidden;
}

@-webkit-keyframes aniPageCover {
  to {
    background-position-x: -28500px;
  }
}

@keyframes aniPageCover {
  to {
    background-position-x: -28500px;
  }
}

@-webkit-keyframes aniText1 {
  0% {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
  50% {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-transform: scale(1.1) translate3d(2px, 0, 0);
    transform: scale(1.1) translate3d(2px, 0, 0);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
}

@keyframes aniText1 {
  0% {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
  50% {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-transform: scale(1.1) translate3d(2px, 0, 0);
    transform: scale(1.1) translate3d(2px, 0, 0);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1) translate3d(0, 0, 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% \5fae\8f6f\96c5\9ed1;
}

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

.header span {
  float: left;
}

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

.header em {
  float: right;
  line-height: 40px;
  font-family: \5b8b\4f53;
  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-cover.jpg) top center no-repeat #d9ae73;
  background-size: 100% auto;
}

.main-content .slide2 {
  background: url(../images/bgr.jpg) left top repeat;
}

.main-content .page2 {
  z-index: 2;
  background: url(../images/bg-chilun.png) center/100% auto no-repeat;
}

.main-content .logo-left1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 20vw;
  max-width: 20%;
}

.main-content .logo-left2 {
  position: absolute;
  left: 5%;
  bottom: 5vh;
  width: 5vw;
  max-width: 20%;
}

.main-content .chilun {
  position: absolute;
  right: -3vh;
  top: 50%;
  margin-top: -79vh;
  height: 158vh;
  width: auto;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}

.main-content .page3 {
  background: url(../images/bg3-2.jpg) top center/106% auto no-repeat;
}

.main-content .inner {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

.main-content .page-content {
  padding-top: 5vh;
}

.main-content .page-content .scroll-outer {
  width: 650px;
  margin-left: 0;
}

.main-content .page-content .scroll-outer h2 img {
  width: 100%;
}

.main-content .page-content .scroll-outer .title1 {
  color: #d54841;
  font: bold 40px/1 "Microsoft YaHei";
  margin-bottom: 30px;
}

.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 .list-news {
  margin-bottom: 30px;
}

.main-content .page-content .scroll-outer .list-news li {
  position: relative;
  padding-left: 43px;
}

.main-content .page-content .scroll-outer .list-news li:before {
  position: absolute;
  left: 14px;
  top: 15px;
  width: 7px;
  height: 7px;
  background: #9c7f5b;
  content: "";
  -webkit-border-radius: 7px;
  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;
}

.main-content .page-content .scroll-outer .box-img p {
  font: normal 20px/2 "Microsoft YaHei";
  text-align: left;
}

.main-content .center-text-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.main-content .center-text-wrap .xi {
  max-height: 55vh;
  height: 720px;
  width: auto;
}

.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;
  -webkit-border-radius: 180px;
  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: "";
  -webkit-transition: width 0.3s ease;
  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%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -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%;
}

.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;
  -webkit-box-shadow: 5px 8px 27px 0px rgba(2, 7, 24, 0.24);
  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 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.bk-apply li img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  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;
}

@-webkit-keyframes aniDot {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes aniDot {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    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;
  -webkit-animation: aniDot 1.2s linear infinite;
  animation: aniDot 1.2s linear infinite;
}

.bk-timeline .list-timeline li:nth-child(5n + 1) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.bk-timeline .list-timeline li:nth-child(5n + 2) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.bk-timeline .list-timeline li:nth-child(5n + 3) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.bk-timeline .list-timeline li:nth-child(5n + 4) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

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

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

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

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

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

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

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

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

@media screen and (min-device-width: 0px) and (max-device-width: 666px) {
  .bk-timeline {
    width: 100%;
  }
  html {
    overflow-x: hidden;
  }
  .date-list-wrap .list-date li:hover {
    background: rgba(194, 173, 148, 0.2);
  }
}

.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: -webkit-calc(100% - 73px);
  height: calc(100% - 73px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.date-list-wrap li {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  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%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -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: -webkit-calc(100vh - 553px);
  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;
}

.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";
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes aniArrowRight {
  100% {
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
    opacity: 0.5;
  }
}

@keyframes aniArrowRight {
  100% {
    -webkit-transform: translate3d(0, -40px, 0);
    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";
  -webkit-animation: aniArrowRight 1s linear infinite;
  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 all and (min-device-width: 0px) and (max-device-width: 666px) {
  .main-content .center-text-wrap .editor-text .bianzhean-text {
    font-size: 22px;
  }
  .main-content .center-text-wrap .xi {
    margin-bottom: 5px;
  }
  .icon-date {
    top: 100px;
    right: 120px;
  }
  .main-content .page-content .inner {
    width: 1380px;
    margin: 0 auto;
  }
  .swiper-slide .page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .swiper-slide:last-child .page-content {
    padding-top: 8vw;
  }
  .main-content .page-content {
    padding-top: 1vw;
  }
  .main-content .page-content .scroll-outer {
    width: 760px;
    margin-left: 0;
  }
  .main-content .page-content .scroll-outer .title1 {
    color: #d54841;
    font: bold 50px/1 "Microsoft YaHei";
    margin-bottom: 30px;
  }
  .main-content .page-content .scroll-outer .list-news li,
  .main-content .page-content .scroll-outer .desc1 {
    font: normal 22px/2 "Microsoft YaHei";
    text-align: justify;
  }
  .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;
    text-indent: 0;
  }
  .main-content .page-content .scroll-outer .list-news li:before {
    position: absolute;
    left: 14px;
    top: 15px;
    width: 7px;
    height: 7px;
    background: #93755e;
    content: "";
    -webkit-border-radius: 7px;
    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;
  }
  .main-content .page-content .scroll-outer .box-img p {
    font: normal 18px/2 "Microsoft YaHei";
    text-align: left;
    text-indent: 2em;
  }
  .date-list-wrap {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    max-width: 292px;
    max-height: 100%;
    overflow: auto;
  }
  .date-list-wrap li {
    font-size: 24px;
  }
  .date-list-wrap li div span {
    font-size: 26px;
  }
}

@media all and (min-device-width: 666px) and (max-device-width: 1300px) {
  .icon-date {
    right: 60px;
  }
}

.swiper-button-disabled {
  display: none !important;
}

html {
  overflow: hidden;
}

.content-item2 {
  position: relative;
  width: 80%;
  height: 100%;
  margin-left: 15%;
}

.content-item2 .list-more {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1506px;
}

.content-item2 .list-more li {
  position: relative;
  float: left;
  width: 353px;
  height: 224px;
  background: url(../images/bg-list-video.png) left top no-repeat;
  margin-right: 30px;
}

.content-item2 .list-more li:nth-child(4n) {
  margin-right: 0;
}

.content-item2 .list-more li .img-list {
  position: absolute;
  left: 50%;
  top: 47%;
  width: 84%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content-item2 .list-more li .btn-play2 {
  position: absolute;
  right: 12%;
  bottom: 20%;
  width: 15%;
}

.content-item2 img {
  width: 100%;
  cursor: pointer;
}

.content-item {
  width: 1140px;
  height: 900px;
  margin: 0 auto;
  -webkit-transform: scale(0.9) translate(-10%, 0);
  -ms-transform: scale(0.9) translate(-10%, 0);
  transform: scale(0.9) translate(-10%, 0);
}

.content-item h1 {
  color: #962b10;
  font: bold 47px/1.4 'Microsoft YaHei';
}

.content-item .editw {
  margin-bottom: 40px;
  color: #962b10;
  line-height: 1.6;
  text-indent: 2em;
  font-size: 26px;
}

.content-item .video-card {
  position: relative;
  width: 1117px;
  height: 684px;
  background: url(../images/video-border.png) left top/100% no-repeat;
}

.content-item .video-card .poster {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 980px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content-item .video-card .btn-play1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 100px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.content-item .video-card video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 980px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tab-wrap {
  position: absolute;
  right: -2.5vw;
  top: 50%;
  width: 438px;
  height: 1020px;
  -webkit-transform: translate(0, -50%) scale(0.8);
  -ms-transform: translate(0, -50%) scale(0.8);
  transform: translate(0, -50%) scale(0.8);
  z-index: 2;
}

.tab-wrap .tab-up {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 90%;
  cursor: pointer;
}

.tab-wrap .tab-down {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  max-width: 90%;
  cursor: pointer;
}

.tab-wrap ul {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  margin-top: -440px;
  width: 100%;
  height: 880px;
  font-size: 2vw;
  color: #58321c;
  overflow: hidden;
}

.tab-wrap ul li {
  position: absolute;
  font-size: 28px;
  top: -100%;
  left: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.tab-wrap ul li.active:after {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  width: 100%;
  height: 150%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  background: url(../images/bg-select2.png) left top/cover no-repeat;
}

.tab-wrap ul li.a0 {
  top: -20%;
  margin-left: 10%;
  -webkit-transition: none;
  transition: none;
}

.tab-wrap ul li.a1 {
  top: 0%;
  margin-left: 15%;
}

.tab-wrap ul li.a2 {
  top: 9.5%;
  margin-left: 23%;
}

.tab-wrap ul li.a3 {
  top: 19%;
  margin-left: 30%;
}

.tab-wrap ul li.a4 {
  top: 28.5%;
  margin-left: 36%;
}

.tab-wrap ul li.a5 {
  top: 38%;
  margin-left: 42%;
}

.tab-wrap ul li.a6 {
  top: 47.5%;
  margin-left: 43%;
}

.tab-wrap ul li.a7 {
  top: 57%;
  margin-left: 42%;
}

.tab-wrap ul li.a8 {
  top: 66.5%;
  margin-left: 36%;
}

.tab-wrap ul li.a9 {
  top: 76%;
  margin-left: 30%;
}

.tab-wrap ul li.a10 {
  top: 85.5%;
  margin-left: 23%;
}

.tab-wrap ul li.a11 {
  top: 94.5%;
  margin-left: 15%;
}

.tab-wrap ul li.a13, .tab-wrap ul li.a14, .tab-wrap ul li.a15, .tab-wrap ul li.a16, .tab-wrap ul li.a12 {
  top: 122.5%;
  margin-left: 25%;
  -webkit-transition: none;
  transition: none;
}
