@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 .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;
  padding-top: 495px;
  background-color: #4d328e;
  position: relative;
}
.right_container .right_container_bg {
  width: 321px;
  height: 3584px;
  background-color: #f0f0f0;
  position: absolute;
  left: -1px;
  top: 0;
}
.right_container .logo {
  position: absolute;
  top: 76px;
  right: 190px;
  z-index: 9;
}
.right_container .content {
  width: 1901px;
  background-color: #181b46;
  padding-bottom: 896px;
  position: relative;
  left: 158px;
}
.right_container .content .img_list img:nth-child(1) {
  width: 419px;
  vertical-align: top;
  margin: 60px 0 0 158px;
}
.right_container .content .img_list img:nth-child(2) {
  width: 729px;
  margin: 0 35px;
  position: relative;
  top: -232px;
}
.right_container .content .img_list img:nth-child(3) {
  width: 446px;
  vertical-align: top;
  margin-top: 425px;
}
.right_container .content .img_list img:nth-child(4) {
  width: 154px;
  position: absolute;
  top: 60px;
  right: 80px;
}
.right_container .content .info {
  color: white;
  font-size: 45px;
  position: absolute;
  top: 720px;
  left: 192px;
  letter-spacing: 5px;
}
.right_container .content .info .title {
  position: relative;
  font-size: 73px;
}
.right_container .content .info .title::after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.right_container .content .info .detail {
  width: 1074px;
  line-height: 50px;
  margin-top: 60px;
  font-size: 31px;
  letter-spacing: 0px;
}
.right_container .content .info .detail div:nth-child(2) {
  margin-top: 28px;
}
.right_container .content .pos_container {
  margin: 178px 0 0 193px;
  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;
}
.right_container .content .pos_container .title {
  color: white;
  margin-top: 70px;
}
.right_container .content .pos_container .title .ch {
  font-size: 50px;
  position: relative;
}
.right_container .content .pos_container .title .ch::after {
  content: "";
  width: 58px;
  height: 3px;
  background-color: white;
  position: absolute;
  left: 6px;
  bottom: -104px;
}
.right_container .content .pos_container .title .en {
  font-size: 33px;
  margin-top: 10px;
}
.right_container .content .pos_container .detail {
  margin-left: 195px;
  position: relative;
}
.right_container .content .pos_container .detail .row {
  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;
}
.right_container .content .pos_container .detail .row .same {
  width: 250px;
  height: 284px;
  margin-right: 100px;
  position: relative;
}
.right_container .content .pos_container .detail .row .same .same_title {
  line-height: 284px;
  text-align: center;
  font-size: 37px;
  color: white;
  background: url("../img/about/pos_bg.png") 100% 100% no-repeat;
  position: relative;
  z-index: 4;
}
.right_container .content .pos_container .detail .row .same .same_title img {
  width: 44px;
  position: absolute;
  left: calc(50% - 22px);
  bottom: 20px;
}
.right_container .content .pos_container .detail .row .same .popover {
  width: 992px;
  line-height: 38px;
  display: none;
  box-sizing: border-box;
  padding: 65px 120px 65px 170px;
  font-size: 25px;
  background-color: white;
  border-radius: 20px;
  position: absolute;
  top: 231px;
  left: -101px;
  z-index: 5;
}
.right_container .content .pos_container .detail .row .same .popover .item .item_title span {
  padding: 8.6px 14px;
  display: inline-block;
  color: white;
  background-color: #ff645e;
  border-radius: 10px;
}
.right_container .content .pos_container .detail .row .same .popover .item .item_detail {
  line-height: 38px;
}
.right_container .content .pos_container .detail .row .same .popover .item .item_detail div {
  padding-left: 16px;
  text-indent: -16px;
}
.right_container .content .pos_container .detail .row .same .popover .item:nth-child(2) {
  margin-top: 44px;
}
.right_container .content .pos_container .detail .row:nth-child(1) .same:nth-child(3) .popover,
.right_container .content .pos_container .detail .row:nth-child(2) .same:nth-child(3) .popover,
.right_container .content .pos_container .detail .row:nth-child(3) .same:nth-child(3) .popover {
  left: -450px;
}
.right_container .content .pos_container .detail .row:nth-child(2) {
  position: relative;
  left: -171px;
}
