@font-face {
  font-family: "siYuanHeiTi";
  src: url("../plug/font/SourceHanSansCN-Regular.ttf");
  src: url("../plug/font/SourceHanSansCN-Regular.eot");
  src: url("../plug/font/SourceHanSansCN-Regular.eot") format("embedded-opentype"), url("../plug/font/SourceHanSansCN-Regular.woff") format("woff"), url("../plug/font/SourceHanSansCN-Regular.ttf") format("truetype"), url("../plug/font/SourceHanSansCN-Regular.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* 导航选中样式 */
.headerActive {
  content: "";
  display: block;
  width: 112px;
  height: 3px;
  background-color: #00da9d;
  position: absolute;
  bottom: -17px;
  left: 0;
}
/*伸缩盒子模型*/
.box {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/*交叉轴居中对齐*/
/*主轴居中*/
/*主轴左右不留白*/
/*弹性布局*/
.row-center-center {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.row-center-pack {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.row-center-align {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.row-center-between {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
body,
p,
h1,
h2,
h3,
h4,
ul {
  margin: 0;
  font-family: siYuanHeiTi;
}
#bodyContainer {
  transform-origin: left top;
}
#header {
  width: 325px;
  height: 1750px;
  box-sizing: border-box;
  padding: 235px 0 0 133px;
  transform-origin: left top;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8;
}
#header .nav_bg {
  width: 325px;
  height: 1255px;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
}
#header .nav .home {
  margin-bottom: 125px;
}
#header .nav li {
  margin-bottom: 60px;
  position: relative;
}
#header .nav li .same {
  display: flex;
  flex-direction: column;
  position: relative;
}
#header .nav li .same span {
  color: #231815;
  font-size: 31px;
}
#header .nav li .same span:nth-child(2) {
  font-size: 18px;
}
#header .nav li .same:hover::after {
  content: "";
  display: block;
  width: 112px;
  height: 3px;
  background-color: #00da9d;
  position: absolute;
  bottom: -17px;
  left: 0;
}
body ul {
  padding: 0;
  list-style: none;
  position: relative;
}
body img {
  border: none;
}
body a {
  text-decoration: none;
}
body i {
  font-style: normal;
}
body input,
body button {
  margin: 0;
  padding: 0;
}
body button {
  outline: none;
}
body .container {
  width: 2560px;
  position: absolute;
}
body .container #footer {
  width: 2560px;
  height: 300px;
  margin-top: -2px;
  color: white;
  font-size: 24px;
  background-color: black;
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
}
body .container #footer.white .detail.filings .same {
  color: #fff;
}
body .container #footer.white .detail.filings .same a {
  color: #fff;
}
body .container #footer .detail {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
body .container #footer .detail.filings {
  margin-top: 40px;
}
body .container #footer .detail.filings .same {
  border: 0;
  color: #999;
}
body .container #footer .detail.filings .same a {
  color: #999;
}
body .container #footer .detail .same {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 32px;
  border-right: 2px solid #fff;
  height: 24px;
}
body .container #footer .detail .same:last-of-type {
  border: 0;
}
body .container #footer .detail .same img {
  width: 30px;
  margin-right: 10px;
}
/*
动画
*/
/*
鼠标移上去放大显示
*/
.css_scale:hover {
  transition: all 1s;
  transform: scale(1.1);
}
/*
向上移动
*/
.banana_doubt_animation {
  animation-name: animation1;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes animation1 {
  from {
    top: 0px;
  }
  to {
    top: -30px;
  }
}
/*
逐渐显示
*/
.opacity_animation {
  animation-name: animation2;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes animation2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@font-face {
  font-family: "siYuanHeiTi";
  src: url("../../plug/font/SourceHanSansCN-Regular.ttf");
  src: url("../../plug/font/SourceHanSansCN-Regular.eot");
  src: url("../../plug/font/SourceHanSansCN-Regular.eot") format("embedded-opentype"), url("../../plug/font/SourceHanSansCN-Regular.woff") format("woff"), url("../../plug/font/SourceHanSansCN-Regular.ttf") format("truetype"), url("../../plug/font/SourceHanSansCN-Regular.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
#header .nav_bg {
  height: 1750px;
}
.right_container {
  width: 2237px;
  height: 1752px;
  margin-left: 323px;
  background-color: #49000b;
  position: relative;
}
.right_container .logo {
  position: absolute;
  top: 76px;
  right: 190px;
  z-index: 9;
}
.right_container .img_container .same {
  position: absolute;
}
.right_container .img_container .same:nth-child(1) {
  left: 845px;
  top: 0;
}
.right_container .img_container .same:nth-child(2) {
  width: 422px;
  height: 407px;
  right: 0;
  top: 478px;
  overflow: hidden;
}
.right_container .img_container .same:nth-child(3) {
  width: 422px;
  height: 407px;
  right: 0;
  top: 886px;
  overflow: hidden;
}
.right_container .img_container .same:nth-child(4) {
  width: 658px;
  height: 1293px;
  left: 186px;
  top: 0;
  overflow: hidden;
}
.right_container .img_container .same:nth-child(5) {
  width: 427px;
  height: 383px;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.right_container .img_container .same:nth-child(6) {
  left: 548px;
  top: 1296px;
}
.right_container .img_container .same:nth-child(7) {
  width: 48px;
  left: 89px;
  top: 171px;
}
.right_container .img_container .same:nth-child(8) {
  width: 70px;
  right: 390px;
  top: 1335px;
}
