@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;
  }
}
#header .active::after {
  content: "";
  display: block;
  width: 112px;
  height: 3px;
  background-color: #00da9d;
  position: absolute;
  bottom: -17px;
  left: 0;
}
.right_container {
  width: 2235px;
  margin-left: 325px;
  position: relative;
}
.right_container .logo {
  text-align: right;
  margin: 76px 190px 0 0;
}
.right_container .bg {
  width: 466px;
  height: 5800px;
  background-color: #f1f1f1;
  position: absolute;
  left: 0;
  top: 81px;
}
.right_container .content {
  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;
  flex-direction: column;
  box-sizing: border-box;
  padding: 105px 0 100px 234px;
  position: relative;
  z-index: 9;
}
.right_container .content .same {
  margin-bottom: 99px;
  position: relative;
}
.right_container .content .same .item {
  position: relative;
}
.right_container .content .same .item .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;
  color: #000000;
  margin-top: 25px;
  position: relative;
}
.right_container .content .same .item .detail .column {
  width: 316px;
  font-size: 32px;
  position: relative;
}
.right_container .content .same .item .detail .column::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: black;
  position: absolute;
  left: 8px;
  top: 64px;
}
.right_container .content .same .item .detail .detail_content {
  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;
  min-height: 156px;
  flex-direction: column;
}
.right_container .content .same .item .detail .detail_content i {
  width: 20px;
  height: 2px;
  margin: 19px 0 16px;
  background-color: black;
  display: inline-block;
}
.right_container .content .same .item .detail .detail_content .title {
  font-size: 32px;
  font-weight: 700;
}
.right_container .content .same .item .detail .detail_content .describe {
  font-size: 27px;
}
.right_container .content .same .item .detail::after {
  content: "";
  display: block;
  width: 1695px;
  height: 1px;
  background-color: #c3ccdb;
  position: absolute;
  left: 0;
  bottom: -13px;
}
