html,
body {
  width: 100%;
}
header {
  width: 100%;
  height: 1084px;
  background: url("https://cdn.foxitreader.cn/xsyj/banner.png") no-repeat;
  background-position: center;
  box-sizing: border-box;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  position: relative;
}
header .logo {
  position: absolute;
  top: 40px;
  left: 60px;
}
header .title .title_logo {
  margin: 120px auto 50px;
  display: block;
}
header .title h3 {
  font-size: 60px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
header .title p {
  font-size: 48px;
  color: #000;
  text-align: center;
}
header .title a {
  width: 270px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #6F37FE;
  border-radius: 16px;
  display: block;
  margin: 54px auto 80px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
header .title a:hover {
  background: #8C5FFE;
}
header .video {
  position: relative;
  width: 980px;
  height: 560px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
}
header .video .video_layer {
  width: 960px;
  height: 540px;
  background: #000000;
  border-radius: 20px;
  margin: -270px 0 0 -480px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  background: url("../img/video_banner.png") no-repeat;
}
header .video .video_layer img {
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
}
header .video video {
  border-radius: 20px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
figure {
  padding-top: 360px;
  width: 100%;
  overflow: hidden;
}
figure .figure_block {
  width: 100%;
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  position: relative;
  margin-bottom: 200px;
}
figure .figure_block .figure_content {
  width: 1250px;
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: distribute;
}
figure .figure_block .figure_content .figure_block__left {
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  padding-left: 20px;
}
figure .figure_block .figure_content .one_icon {
  background: url("../img/num_one.png") no-repeat center center;
}
figure .figure_block .figure_content .two_icon {
  background: url("../img/num_two.png") no-repeat center center;
}
figure .figure_block .figure_content .three_icon {
  background: url("../img/num_three.png") no-repeat center center;
}
figure .figure_block .figure_content .four_icon {
  background: url("../img/num_four.png") no-repeat center center;
}
figure .figure_block .figure_content .two_icon p,
figure .figure_block .figure_content .four_icon p {
  text-align: right;
}
figure .figure_block .figure_content .two_icon h5,
figure .figure_block .figure_content .four_icon h5 {
  text-align: right;
}
figure .figure_block .figure_content .two_icon span,
figure .figure_block .figure_content .four_icon span {
  display: flex;
  justify-content: right;
}
figure .figure_block .figure_content .figure_block__left h5 {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
}
figure .figure_block .figure_content .figure_block__left i {
  display: block;
  width: 42px;
  height: 10px;
  background: #FF7057;
  border-radius: 0px 10px 0px 10px;
  margin:30px 0;
}
figure .figure_block .figure_content .figure_block__left p {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 20px;
}
figure .figure_block .figure_one_icon,
figure .figure_block .figure_three_icon {
  width: 730px;
  height: 750px;
  background: linear-gradient(-45deg, #CEC6FF, #FFFFFF);
  opacity: 0.3;
  border-radius: 50%;
  position: absolute;
  right: -155px;
  top: -100px;
  z-index: -1;
}
figure .figure_block .figure_two_icon {
  width: 900px;
  height: 850px;
  background: linear-gradient(-45deg, #CEC6FF, #FFFFFF);
  opacity: 0.3;
  border-radius: 50%;
  position: absolute;
  left: -410px;
  top: -136px;
  z-index: -1;
}
figure .figure_block .figure_four_icon {
  position: absolute;
  left: 147px;
  top: -90px;
  z-index: -1;
  width: 425px;
  height: 425px;
  background: linear-gradient(-45deg, #CEC6FF, #FFFFFF);
  opacity: 0.3;
  border-radius: 50%;
}
aside {
  width: 50px;
  height: 142px;
  background: #6F37FE;
  border-radius: 10px 0px 0px 10px;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9999;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
}
aside img {
  display: block;
  margin: 0 auto 11px;
}
aside p {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 3px 0;
}
aside i {
  width: 30px;
  height: 1px;
  background: #5B2FCC;
  display: block;
  margin: 9px auto;
}
aside .aside_content__top {
  width: 40px;
  height: 74px;
  border-radius: 4px;
  text-align: center;
  padding-top: 7px;
}
aside .aside_content__top:hover .aside_code {
  display: block;
}
aside .aside_content__top:hover {
  background: #5C29DE;
}
aside .back_top {
  cursor: pointer;
}
aside .aside_code {
  width: 180px;
  height: 210px;
  background: #FFFFFF;
  border-radius: 10px;
  position: absolute;
  right: 60px;
  top: 0;
  display: none;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
}
aside .aside_code img {
  margin: 15px auto 10px;
}
aside .aside_code p {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
footer {
  width: 100%;
  height: 298px;
  padding: 60px 0;
  background: #202531;
}
footer .footer_content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-flex-pack: distribute;
}
footer .footer_content .footer_content__left {
  padding-left: 144px;
}
footer .footer_content .footer_content__left span {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 25px;
  display: block;
}
footer .footer_content .footer_content__left .qq {
  width: 148px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 4px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 60px;
}
footer .footer_content .footer_content__left a img {
  display: block;
  width: 16px;
  height: 20px;
  margin-right: 10px;
}
footer .footer_content .footer_content__left a i {
  font-style: inherit;
  font-size: 16px;
  font-weight: bold;
  color: #202531;
}
footer .footer_content .footer_content__left p {
  font-size: 12px;
  font-weight: 400;
  color: #BBBBBB;
  margin-bottom: 10px;
}
footer .footer_content .footer_content__left p a {
  font-size: 12px;
  font-weight: 400;
  color: #BBBBBB;
}
footer .footer_content .footer_content__right {
  padding-right: 124px;
}
footer .footer_content .footer_content__right ul {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: start;
}
footer .footer_content .footer_content__right ul li {
  margin-left: 66px;
}
footer .footer_content .footer_content__right ul li img {
  margin-bottom: 22px;
}
footer .footer_content .footer_content__right ul li p {
  font-size: 14px;
  font-weight: 400;
  color: #BBBBBB;
  text-align: center;
}
