* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}
.colorSpan {
  color: #FF7900;
}
html,
body {
  min-width: 1100px;
}
.groupText {
  border-radius: 10px;
}
.article .textDesc {
  font-size: 22px;
  color: #666;
  margin: 20px 0;
  font-weight: bolder;
}
.article .boxOne {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 10px;
  position: relative;
  height: 480px;
}
.article .boxOne .boxOneImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.article .boxOne .content {
  width: 59%;
  margin: 0 auto;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.article .boxOne .content .imageBox {
  text-align: left;
  height: 381px;
  line-height: 381px;
  position: relative;
  left: -50px;
  flex: 0.5;
}
.article .boxOne .content .imageBox img {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.4) rotatez(-65deg);
}
.article .boxOne .content .imageBox img:nth-child(2) {
  position: relative;
  transform: translate(-100%, -50%) scale(0.4);
}
.article .boxOne .content .boxRight {
  text-align: left;
  flex: 0.5;
}
.article .boxOne .content .boxRight  img {
  width: 180px;
  height: 180px;
}
.rightTop img {
  width: 180px;
  height: 180px;
}
.article .boxOne .content .boxRight .ctr {
  margin: 15px 0;
}
.article .boxOne .content .boxRight .rightBtm {
  display: flex;
  align-items: center;
}
.article .boxOne .content .boxRight .rightBtm .btmImageBox {
  width: 139px;
  height: 139px;
  vertical-align: middle;
}
.article .boxOne .content .boxRight .rightBtm .download {
  text-align: center;
  display: inline-block;
  width: 200px;
  height: 50px;
  background-color: #ff7900;
  box-shadow: 2px 4px 7px 0 rgb(255 121 0%);
  border-radius: 25px;
  line-height: 50px;
  margin: 0 30px;
}
.article .boxOne .content .boxRight .rightBtm .download a {
  color: white;
}
.article .boxOne .content .boxRight .rightBtm .openVideo {
  width: 50px;
  height: 50px;
}
.article .boxTwo {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #F0F0F0;
}
.article .boxTwo .content {
  width: 59%;
  margin: 0 auto;
}
.article .boxTwo .content h1 {
  padding-top: 35px;
  box-sizing: border-box;
  font-size: 45px;
}
.article .boxTwo .content .boxTwoImage {
  position: relative;
}
.article .boxTwo .content .boxTwoImage .imageList {
  width: 100%;
  height: 500px;
  max-width: 1000px;
  z-index: 97;
  position: relative;
}
.article .boxTwo .content .boxTwoImage .imageList img {
  height: 100%;
  position: absolute;
  visibility: visible;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.article .boxTwo .content .boxTwoImage .imageList img:nth-child(1) {
  z-index: 97;
  margin-top: 200px;
  left: 3%;
}
.article .boxTwo .content .boxTwoImage .imageList img:nth-child(2) {
  z-index: 99;
  margin-top: 150px;
  left: 18%;
}
.article .boxTwo .content .boxTwoImage .imageList img:nth-child(3) {
  z-index: 100;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 110px;
}
.article .boxTwo .content .boxTwoImage .imageList img:nth-child(4) {
  z-index: 99;
  margin-top: 150px;
  right: 18%;
}
.article .boxTwo .content .boxTwoImage .imageList img:nth-child(5) {
  z-index: 98;
  margin-top: 200px;
  right: 3%;
}
.article .boxThree {
  position: relative;
  z-index: 999;
  padding: 40px 0;
  padding-bottom: 30px;
  background-color: #F0F0F0;
  box-sizing: border-box;
  text-align: center;
}
.article .boxThree .content {
  width: 59%;
  margin: 0 auto;
}
.article .boxThree .content h1 {
  font-size: 45px;
}
.article .boxThree .content .boxThreeImage {
  position: relative;
  text-align: left;
  font-size: 0;
}
.article .boxThree .content .boxThreeImage img {
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  transform: scale(0.8);
}
.article .boxThree .content .boxThreeImage img:nth-child(1) {
  width: 82.1%;
  position: absolute;
  left: 120px;
  bottom: 35px;
  z-index: -1;
}
.article .boxThree .content .boxThreeImage img:nth-child(2) {
  width: 32%;
  display: inline-block;
  transform: scale(0.8);
}
.article .boxFour {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #F0F0F0;
}
.article .boxFour h1 {
  font-size: 45px;
}
.article .boxFour .content {
  width: 900px;
  margin: 0 auto;
  text-align: center;
}
.article .boxFour .content .boxFourImage {
  font-size: 0;
  width: 100%;
  height: 500px;
  position: relative;
  margin-top: 90px;
}
.article .boxFour .content .boxFourImage img {
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  transform: scale(1);
  width: 23.3636%;
  position: absolute;
}
.article .boxFour .content .boxFourImage img:nth-child(1) {
  left: 3%;
  z-index: 10;
  transform: scale(0.8);
}
.article .boxFour .content .boxFourImage img:nth-child(2) {
  left: 18%;
  z-index: 10;
  transform: scale(0.85);
}
.article .boxFour .content .boxFourImage img:nth-child(3) {
  left: 0;
  right: 0;
  z-index: 12;
  margin: auto;
}
.article .boxFour .content .boxFourImage img:nth-child(4) {
  right: 18%;
  z-index: 11;
  transform: scale(0.85);
}
.article .boxFour .content .boxFourImage img:nth-child(5) {
  right: 3%;
  transform: scale(0.8);
}
.article .boxFour .content .rank {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 0;
  margin-top: 20px;
}
.article .boxFour .content .rank .groupText:nth-child(1) {
  background-color: #8188FD;
}
.article .boxFour .content .rank .groupText:nth-child(1) span {
  font-size: 14px;
}
.article .boxFour .content .rank .groupText:nth-child(2) {
  background-color: #FF7900;
  margin: 0 10px;
}
.article .boxFour .content .rank .groupText:nth-child(3) {
  background-color: #575DFD;
}
.article .boxFour .content .rank p {
  font-size: 20px;
  color: black;
  margin-bottom: 10px;
  color: white;
}
.article .boxFour .content .rank span {
  font-size: 18px;
  color: #666;
  color: white;
}
.article .boxFive {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #F0F0F0;
}
.article .boxFive .content {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 59%;
  margin: 0 auto;
}
.article .boxFive .content .boxLeft {
  text-align: left;
  flex: 0.6;
}
.article .boxFive .content .boxLeft h1 {
  font-size: 35px;
}
.article .boxFive .content .boxLeft .textDesc {
  margin-top: 10px;
}
.article .boxFive .content .boxRight {
  flex: 0.4;
  font-size: 0;
  text-align: center;
}
.article .boxFive .content .boxRight .boxFiveImage .imgs {
  width: 340px;
  height: 700px;
  text-align: left;
  position: relative;
}
.article .boxFive .content .boxRight .boxFiveImage .imgs .comt {
  width: 40%;
}
.article .boxFive .content .boxRight .boxFiveImage .imgs img {
  position: absolute;
}
.article .boxFive .content .boxRight .boxFiveImage .imgs img:nth-child(1) {
  width: 70%;
  right: 0;
  top: 20%;
  bottom: 0;
  margin: 0 auto;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  transform: scale(1);
}
.article .boxFive .content .boxRight .boxFiveImage .imgs img:nth-child(2) {
  left: -31%;
  top: 36.4342%;
}
.article .boxFive .content .boxRight .boxFiveImage .imgs img:nth-child(3) {
  top: 27.5922%;
  left: -15%;
}
.article .boxFive .content .boxRight .boxFiveImage .imgs img:nth-child(4) {
  top: 25.8964%;
  right: 9.06%;
}
.article .boxFive .content .boxRight .boxFiveImage .imgs img:nth-child(5) {
  bottom: 43.6918%;
  right: 25.06%;
}
.article .boxFive .content .boxRight .boxFiveImage .imgs img:nth-child(6) {
  bottom: 37.16%;
  left: -23.4705%;
}
.article .boxFive .content .boxRight .boxFiveImage .imgs img:nth-child(7) {
  bottom: 19.864%;
  right: 28%;
}
.article .boxSix {
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
  box-sizing: border-box;
  background-color: #FAFAFA;
}
.article .boxSix .content {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 57%;
  margin: 0 auto;
}
.article .boxSix .content .boxLeft {
  font-size: 0;
  width: 334px;
  height: 672px;
  flex: 0.4;
  text-align: left;
}
.article .boxSix .content .boxLeft img {
  width: 70%;
}
.article .boxSix .content .boxRight {
  text-align: left;
  flex: 0.5;
}
.article .boxSix .content .boxRight h1 {
  font-size: 45px;
}
.article .boxSeven {
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
  box-sizing: border-box;
}
.article .boxSeven .content {
  width: 59%;
  margin: 0 auto;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.article .boxSeven .content .boxLeft {
  flex: 0.5;
}
.article .boxSeven .content .boxLeft h1 {
  font-size: 45px;
}
.article .boxSeven .content .boxRight {
  flex: 0.4;
}
.article .boxEight {
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
  box-sizing: border-box;
}
.article .boxEight .content {
  width: 59%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.article .boxEight .content .boxLeft {
  font-size: 0;
  width: 340px;
}
.article .boxEight .content .boxRight h1 {
  font-size: 45px;
}
.article .boxEight .content .boxRight .textDesc {
  text-align: left;
}
.article .boxEight .content .boxRight .boxEightImage img:nth-child(2) {
  margin: 20px 0;
}
.footer {
  width: 100%;
  height: 150px;
  background-color: #333333;
  text-align: center;
}
.footer ul {
  text-align: center;
  line-height: 80px;
}
.footer ul li {
  display: inline-block;
  color: lightgray;
}
.footer .Copyright {
  text-align: center;
  color: lightgray;
  line-height: 100px;
}
.footer .icp {
  color: lightgray;
}
.footer .icp a {
  color: lightgray;
}
.asideState {
  display: none;
}
.aside {
  width: 62px;
  height: 62px;
  position: fixed;
  bottom: 160px;
  right: 20px;
  z-index: 999;
}
.aside p {
  font-size: 20px;
  text-align: center;
  display: none;
  color: #FF7900;
  border: 3px solid #FF7900;
  height: 62px;
  border-radius: 10px;
  box-sizing: border-box;
}
.aside:hover img {
  display: none;
}
.aside:hover p {
  display: inline-block;
}
.aside:nth-child(2) {
  width: 100px;
  height: 100px;
  z-index: 999;
}
