* {
  box-sizing: border-box;
}
@font-face {
  font-family: SourceHanSansCN;
  src: url("../fonts/SourceHanSansCN.otf");
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-120px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-120px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-120px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-120px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-120px);
  }
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-120px);
  }
}
@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-120px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-120px);
  }
}
html,
body {
  background-color: #f9f9f8;
  margin: 0;
  padding: 0;
  color: #204a70;
  font-family: 新宋体;
}
a:link {
  color: #204a70;
  text-decoration: none;
}
a:visited {
  color: #163b5c;
  text-decoration: none;
}
a:hover {
  color: #4d93d1;
  text-decoration: none;
}
header {
  width: 100%;
  height: 105px;
}
header .header_animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
header .header-main {
  width: 100%;
  height: 105px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
}
header .header-main.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown;
}
header .header-main.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp;
}
header .header-main .wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background: url("../imgs/header-bg.png") repeat-x center center;
}
header .logo {
  width: 218px;
  height: 70px;
}
header nav {
  width: 100%;
  height: 100%;
  font-family: '新宋体', SourceHanSansCN, '黑体', '微软雅黑';
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
header nav a {
  display: inline-block;
  position: relative;
}
header nav a img {
  float: left;
}
header nav a:link {
  color: #fff;
}
header nav a:hover {
  color: #4d93d1;
}
header nav a:after {
  display: block;
  content: '';
  clear: both;
}
header nav .v-line {
  width: 1px;
  height: 80px;
  background-color: #fff;
  display: inline-block;
}
.banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0;
}
.banner .inner {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
}
.banner .inner img {
  width: 100%;
}
.main-wrapper {
  width: 100%;
  min-width: 1440px;
  height: 7683px;
  background: url("../imgs/bg.jpg") no-repeat top center;
}
.section-1 {
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding: 42px 162px 51px 254px;
  margin: 0 auto;
  display: flex;
}
.section-1 .inner-box {
  width: 1024px;
  height: 312px;
  margin: 0 auto;
  color: #595757;
  font-size: 18px;
  font-family: '新宋体', kaiTi;
  text-align: justify;
  line-height: 1.6;
}
.section-1 .inner-box p {
  text-indent: 2em;
}
.section-2 {
  width: 100%;
  max-width: 1440px;
  height: 740px;
  padding: 38px 162px 204px 141px;
  margin: 0 auto;
}
.section-2 .inner-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.section-2 .inner-box .left-box {
  width: 663px;
  height: 490px;
  background: #fdfbd5;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 10px;
}
.section-2 .inner-box .left-box .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #fdfbd5;
  position: relative;
}
.section-2 .inner-box .left-box .img-box a {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.section-2 .inner-box .left-box .img-box img {
  width: 100%;
}
.section-2 .inner-box .right-box {
  width: calc(100% - 663px);
  height: 100%;
  padding-left: 70px;
}
.section-2 .inner-box .right-box .top-box {
  height: 195px;
  color: #595757;
  position: relative;
}
.section-2 .inner-box .right-box .top-box a {
  font-size: 28px;
  color: #2f469b;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1.2;
}
.section-2 .inner-box .right-box .top-box .desc {
  text-indent: 2em;
  line-height: 1.5;
  font-size: 16px;
}
.section-2 .inner-box .right-box .bottom-box a {
  display: inline-block;
  height: 80px;
  font-weight: bold;
  font-size: 22px;
  color: #2f469b;
  line-height: 1.5;
}
.section-3 {
  width: 100%;
  max-width: 1440px;
  height: 1568px;
  padding-top: 382px;
  margin: 0 auto;
}
.section-3 .video-box {
  width: 852px;
  height: 520px;
  overflow: hidden;
  background-color: #000;
  position: relative;
  margin-left: 294px;
  margin-right: auto;
  margin-bottom: 92px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}
.section-3 .video-box video {
  object-fit: cover;
}
.section-3 .video-box:hover .btn-play {
  opacity: 1;
}
.section-3 .video-box .btn-play {
  width: 157px;
  height: 157px;
  opacity: 0;
  background: rgba(213, 209, 209, 0.71) url("../imgs/btn-play.png");
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -79px;
  margin-top: -79px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-3 .video-box .btn-play:hover {
  background: #204b70b9 url("../imgs/btn-play.png");
}
.section-3 .video-box .btn-play.stop {
  background: #204b70b9 url("../imgs/btn-stop.png");
}
.section-3 .video-box .btn-play.stop:hover {
  background: #204b70b9 url("../imgs/btn-stop.png");
}
.section-3 .img-list-box {
  width: 100%;
  padding: 0 50px;
  display: flex;
  justify-content: space-evenly;
}
.section-3 .img-list-box .item-box {
  width: 294px;
  height: 519px;
  position: relative;
}
.section-3 .img-list-box .item-box:hover .btn-play {
  opacity: 1;
}
.section-3 .img-list-box .item-box .btn-play {
  width: 80px;
  height: 80px;
  opacity: 1;
  background: rgba(213, 209, 209, 0.71) url("../imgs/btn-play.png");
  background-size: contain;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 999;
}
.section-3 .img-list-box .item-box .btn-play:hover {
  background: #204b70b9 url("../imgs/btn-play.png");
  background-size: contain;
}
.section-3 .img-list-box .item-box .btn-play.stop {
  background: #204b70b9 url("../imgs/btn-stop.png");
  background-size: contain;
}
.section-3 .img-list-box .item-box .btn-play.stop:hover {
  background: #204b70b9 url("../imgs/btn-stop.png");
  background-size: contain;
}
.section-3 .img-list-box .item-box .img-box {
  width: 244px;
  height: 408px;
  margin: 20px auto;
  overflow: hidden;
}
.section-3 .img-list-box .item-box .img-box img {
  width: 100%;
}
.section-3 .img-list-box .item-box .bg-box {
  width: 100%;
  height: 100%;
  background: url("../imgs/img-list-bg.png");
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.section-3 .img-list-box .item-box .text-box {
  width: calc(100% - 50px);
  height: 1.5em;
  line-height: 1.5;
  font-size: 13px;
  position: absolute;
  text-align: center;
  overflow: hidden;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #fef5d7;
}
.section-3 .img-list-box .item-box .text-box a {
  color: #fef5d7;
}
.section-4 {
  width: 100%;
  max-width: 1440px;
  height: 1190px;
  margin: 0 auto;
  padding-top: 90px;
}
.section-4 .title-box {
  width: 100%;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 103px;
  font-size: 57px;
  font-weight: bold;
  color: #5b75b5;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.section-4 .content-box {
  width: 100%;
  height: 301px;
  margin-bottom: 139px;
  display: flex;
}
.section-4 .content-box .text-box-1 {
  width: 338px;
  height: 195px;
  overflow: hidden;
  margin: 106px 16px auto 172px;
}
.section-4 .content-box .text-box-1 .title {
  font-weight: bold;
  font-size: 28px;
  color: #2f469b;
  line-height: 66px;
}
.section-4 .content-box .text-box-1 .desc {
  font-size: 15px;
  color: #595757;
  line-height: 2;
  padding-top: 15px;
}
.section-4 .content-box .text-box-2 {
  width: 338px;
  height: 220px;
  overflow: hidden;
  margin: 106px auto auto 22px;
}
.section-4 .content-box .text-box-2 .title {
  font-weight: bold;
  font-size: 28px;
  color: #2f469b;
  line-height: 66px;
}
.section-4 .content-box .text-box-2 .desc {
  font-size: 15px;
  color: #595757;
  line-height: 2;
  padding-top: 15px;
}
.section-4 .content-box .swiper-box {
  width: 826px;
  height: 100%;
  display: flex;
}
.section-4 .content-box .swiper-box .left-box,
.section-4 .content-box .swiper-box .right-box {
  width: 58px;
  height: 100%;
  cursor: pointer;
}
.section-4 .content-box .swiper-box .left-box {
  background: url("../imgs/icon-left-1.png") no-repeat center center;
  background-size: 27px 45px;
}
.section-4 .content-box .swiper-box .right-box {
  background: url("../imgs/icon-right-1.png") no-repeat center center;
  background-size: 27px 45px;
}
.section-4 .content-box .swiper-box .center-box {
  width: calc(100% - 58px - 58px);
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.section-4 .content-box .swiper-box .center-box .swiper-slide {
  height: 300px;
  overflow: hidden;
}
.section-4 .content-box .swiper-box .center-box .swiper-slide img {
  height: 100%;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-4 .content-box .swiper-box .center-box .swiper-slide img:hover {
  transform: scale(1.1);
}
.section-5 {
  width: 100%;
  max-width: 1440px;
  height: 943px;
  margin: 0 auto;
  padding-top: 84px;
}
.section-5 .title-box {
  width: 100%;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 70px;
  font-size: 57px;
  font-weight: bold;
  color: #5b75b5;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.section-5 .swiper-box {
  width: 100%;
  height: 617px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.section-5 .swiper-box .left-box {
  width: 115px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../imgs/icon-left-2.png") no-repeat center center;
  background-size: 49px 82px;
  cursor: pointer;
}
.section-5 .swiper-box .right-box {
  width: 115px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../imgs/icon-right-2.png") no-repeat center center;
  background-size: 49px 82px;
  cursor: pointer;
}
.section-5 .swiper-box .center-box {
  width: 1000px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.section-5 .swiper-box .center-box .swiper-slide {
  width: 462px;
  height: 617px;
  background: url("../imgs/daren-bg.png") no-repeat;
}
.section-5 .swiper-box .center-box .swiper-slide .img-box {
  width: 420px;
  height: 563px;
  margin: 24px auto auto 21px;
  overflow: hidden;
}
.section-5 .swiper-box .center-box .swiper-slide .img-box img {
  width: 100%;
}
.section-6 {
  width: 100%;
  max-width: 1440px;
  height: 1048px;
  margin: 0 auto;
  padding-top: 106px;
}
.section-6 .title-box {
  width: 100%;
  height: 109px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 108px;
  font-size: 57px;
  font-weight: bold;
  color: #5b75b5;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.section-6 .swiper-box {
  width: calc(100% - 500px);
  height: 560px;
  margin: 0 auto;
  display: flex;
}
.section-6 .swiper-box .left-box {
  width: 55px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../imgs/icon-left-3.png") no-repeat center center;
  background-size: 35px 60px;
  cursor: pointer;
}
.section-6 .swiper-box .right-box {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../imgs/icon-right-3.png") no-repeat center center;
  background-size: 35px 60px;
  cursor: pointer;
}
.section-6 .swiper-box .center-box {
  width: 820px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.section-6 .swiper-box .center-box::before {
  width: 88px;
  height: 83px;
  content: "";
  display: block;
  background: url("../imgs/corner.png");
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.section-6 .swiper-box .center-box .swiper-slide {
  width: 820px;
  height: 560px;
}
.section-6 .swiper-box .center-box .swiper-slide img {
  width: 100%;
  height: 100%;
}
.section-7 {
  width: 100%;
  max-width: 1440px;
  height: 890px;
  margin: 0 auto;
  padding-top: 102px;
}
.section-7 .title-box {
  width: 100%;
  height: 109px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
  font-size: 57px;
  font-weight: bold;
  color: #5b75b5;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.section-7 .content-box {
  width: 1110px;
  height: 635px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.section-7 .content-box .item-box {
  width: 50%;
  height: 25%;
  overflow: hidden;
}
.section-7 .content-box .item-box .title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 34px;
  font-family: SourceHanSansCN, '黑体', '微软雅黑';
  color: #657ec2;
  background: url("../imgs/icon-1.png") no-repeat center left;
  padding-left: 50px;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #bf9f57, #fff6d9) 1;
}
.section-7 .content-box .item-box .desc-box {
  width: 94%;
  height: auto;
  font-size: 24px;
  padding-top: 10px;
  line-height: 1.5;
}
.section-7 .content-box .item-box .desc-box a {
  color: #84612f;
  transition: all 0.3s;
}
.section-7 .content-box .item-box .desc-box a:hover {
  color: #000;
}
.section-8 {
  width: 100%;
  max-width: 1480px;
  height: 770px;
  margin: 0 auto;
  padding-top: 92px;
  padding-left: 10px;
}
.section-8 .title-box {
  width: 100%;
  height: 109px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 180px;
  font-size: 57px;
  font-weight: bold;
  color: #5b75b5;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.section-8 .content-box {
  width: 100%;
  max-width: 1520px;
  height: 275px;
  display: flex;
  justify-content: space-between;
}
.section-8 .content-box .item-box {
  width: calc(25% - 20px);
  height: 275px;
  overflow: hidden;
  background: url("../imgs/history-img-bg.jpg") no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}
.section-8 .content-box .item-box a {
  display: block;
  text-decoration: none;
  color: #5c381a;
  font-family: SourceHanSansCN, '微软雅黑';
  font-size: 16px;
}
.section-8 .content-box .item-box a:hover {
  color: #000;
}
.section-8 .content-box .item-box .img-box {
  width: calc(100% - 12px);
  height: 208px;
  margin: 6px auto;
  background: #fcf9d2;
  overflow: hidden;
}
.section-8 .content-box .item-box .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.section-8 .content-box .item-box .img-box img:hover {
  transform: scale(1.1);
}
.section-8 .content-box .item-box .text-box {
  width: calc(100% - 12px);
  height: 55px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
}
.section-8 .content-box .item-box .text-box img {
  margin-right: 10px;
}
.video-window {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}
.video-window:hover .btn-play {
  opacity: 1;
}
.video-window .btn-play {
  width: 100px;
  height: 100px;
  opacity: 0;
  background: rgba(213, 209, 209, 0.71) url("../imgs/btn-play.png");
  background-size: contain;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 999;
}
.video-window .btn-play:hover {
  background: #204b70b9 url("../imgs/btn-play.png");
  background-size: contain;
}
.video-window .btn-play.stop {
  background: #204b70b9 url("../imgs/btn-stop.png");
  background-size: contain;
}
.video-window .btn-play.stop:hover {
  background: #204b70b9 url("../imgs/btn-stop.png");
  background-size: contain;
}
.video-window video {
  width: 80%;
  height: 80%;
}
.video-window .btn-close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  outline: none;
  background: url("../imgs/icon-close.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.img-preview {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}
.img-preview img {
  max-width: 100%;
  max-height: 100%;
}
.img-preview .btn-close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  outline: none;
  background: url("../imgs/icon-close.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.footer {
  background-color: #344585;
  padding: 60px 0;
  font-size: 14px;
  color: #fff;
}
.footer .wrapper {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.footer .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.footer .wrapper div.left {
  flex-grow: 1;
  align-items: stretch;
}
.footer .bg.aside {
  background-color: rgba(0, 0, 0, 0.6);
}
.footer .bg.aside.active {
  z-index: 10;
}
.footer_menu {
  margin-bottom: 12px;
}
.footer_menu ul.empty li a {
  color: #fff;
}
.footer_menu ul.menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  list-style: none;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.footer_menu ul.menu li a {
  padding: 0 20px 0 0;
  color: #fff;
}
.footer_contact {
  margin-bottom: 12px;
  font-weight: 300;
}
.footer_contact a {
  color: #fff;
}
.copyright {
  font-weight: 300;
}
.copyright a {
  color: #fff;
}
.copyright img {
  display: inline-block;
  vertical-align: middle;
}
.footer_logo {
  display: block;
  text-align: right;
  margin-bottom: 12px;
}
.footer_logo img {
  max-height: 42px;
  display: inline-block;
}
.footer_btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.footer_btn a {
  background-color: rgba(255, 255, 255, 0.6);
  width: 40px;
  height: 40px;
  margin-left: 8px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: inherit;
  text-align: center;
}
.footer_btn a svg {
  fill: #344585;
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.footer_btn a:hover svg,
.post_like .sl-login svg,
.post_like .sl-button svg,
.slick > button:hover svg {
  fill: #344585;
}
.footer_btn a:hover {
  background-color: #fff;
}
/*# sourceMappingURL=home.css.map */