@import '../css/reset.css';
.line {
  width: 72px;
  height: 18px;
  border-radius: 100px;
  background: #00FF00;
  display: block;
  margin-bottom: 20px;
}
.homePage {
  background: #f6f6f6;
  padding-top: 110px;
  background: #000;
}
.homePage header {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  height: 130px;
  background: #00FF00;
  padding: 0 212px 0 50px;
  display: flex;
  align-items: center;
  color: #000;
}
.homePage header .logo {
  font-size: 0;
}
.homePage header .logo img {
  width: 250px;
}
.homePage header ul {
  margin-left: auto;
  display: flex;
  font-size: 16px;
}
.homePage header ul li {
  position: relative;
}
.homePage header ul li a {
  padding: 0 24px;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: flex-end;
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  /* 导航 */
}
.homePage header ul li a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%);
  height: 4px;
  background: #000;
  border-radius: 100px;
  transition: all ease 0.2s;
  opacity: 0;
  width: 0;
}
.homePage header ul li a.active::after,
.homePage header ul li a:hover::after {
  opacity: 1;
  width: 60%;
}
.homePage header ul li .second {
  left: 20px;
  top: 55px;
  position: absolute;
  background: #000;
  box-shadow: 0 0 5px #00FF00;
  padding: 20px 20px 5px;
  border-radius: 6px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.25s;
}
.homePage header ul li .second a {
  text-align: center;
  display: block;
}
.homePage header ul li .second a img {
  height: 40px;
}
.homePage header ul li .second a + a {
  margin-top: 10px;
}
.homePage header ul li:hover .second {
  opacity: 1;
  visibility: visible;
}
.homePage header .menuBtn {
  display: none;
}
.homePage .section1 {
  margin: 0 auto;
  position: relative;
  padding-bottom: 80px;
}
.homePage .section1 video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-56%, -50%);
  width: 70vw;
}
.homePage .section1 img {
  position: relative;
  z-index: 1;
  margin: 70px 140px 0;
  width: 240px;
}
.homePage .section1 h1 {
  position: relative;
  z-index: 1;
  margin: 70px 20px 0;
  text-align: center;
  color: #fff;
  font-family: 'XiXianTi';
  font-size: 46px;
  height: 150px;
}
.homePage .section1 p {
  position: relative;
  z-index: 1;
  margin-top: 70px;
  font-family: 'EmojiTi';
  font-size: 32px;
  color: #fff;
  text-align: center;
}
.homePage .section1 .btns {
  position: relative;
  z-index: 1;
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homePage .section1 .btns button {
  background: transparent;
  width: 348px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 26px;
  color: #fff;
  margin: 0 54px;
  background-image: url('../static/image/border.png');
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.homePage .section2,
.homePage .section3,
.homePage .section4,
.homePage .section7 {
  margin-top: 100px;
  margin-bottom: 180px;
  padding: 0 136px;
  display: flex;
  color: #fff;
  justify-content: center;
}
.homePage .section2 h2,
.homePage .section3 h2,
.homePage .section4 h2,
.homePage .section7 h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 1.5;
}
.homePage .section2.section2 h2,
.homePage .section3.section2 h2,
.homePage .section4.section2 h2,
.homePage .section7.section2 h2,
.homePage .section2.section3 h2,
.homePage .section3.section3 h2,
.homePage .section4.section3 h2,
.homePage .section7.section3 h2 {
  height: 60px;
}
.homePage .section2.section4 h2,
.homePage .section3.section4 h2,
.homePage .section4.section4 h2,
.homePage .section7.section4 h2 {
  height: 120px;
}
.homePage .section2 p,
.homePage .section3 p,
.homePage .section4 p,
.homePage .section7 p {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 2.5;
}
.homePage .section2 > img,
.homePage .section3 > img,
.homePage .section4 > img,
.homePage .section7 > img {
  position: relative;
  top: 50px;
  width: 640px;
  border-radius: 6px;
  height: fit-content;
}
.homePage .section2.section4,
.homePage .section3.section4,
.homePage .section4.section4,
.homePage .section7.section4 {
  flex-direction: row-reverse;
}
.homePage .section2.section4 > img,
.homePage .section3.section4 > img,
.homePage .section4.section4 > img,
.homePage .section7.section4 > img {
  width: 700px;
  top: 100px;
}
.homePage .section5 {
  margin-top: 100px;
  margin-bottom: 180px;
  padding: 0 136px;
}
.homePage .section5 .top {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
}
.homePage .section5 .top .left {
  width: 655px;
}
.homePage .section5 .top .left h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 1.5;
}
.homePage .section5 .top .left p {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 2.5;
}
.homePage .section5 .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex: 1;
  margin-top: 100px;
}
.homePage .section5 .list li {
  width: 270px;
  height: 225px;
  zoom: 0.87;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../static/image/border2.png');
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 35px;
}
.homePage .section5 .list li img {
  width: 85px;
  height: 86px;
}
.homePage .section5 .list li span {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}
.homePage .section6 {
  margin-top: 100px;
  margin-bottom: 180px;
  padding: 0 136px;
  color: #fff;
}
.homePage .section6 h2 {
  font-size: 40px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.homePage .section6 .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex: 1;
  margin-top: 100px;
}
.homePage .section6 .list li {
  zoom: 0.87;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.homePage .section6 .list li + li {
  margin-left: 102px;
}
.homePage .section6 .list li img {
  width: 114px;
  height: 115px;
  margin-bottom: 62px;
}
.homePage .section6 .list li span {
  font-size: 14px;
  color: #fff;
}
.homePage .section8 {
  margin-top: -120px;
  margin-bottom: 80px;
  padding: 120px 136px 0;
  color: #fff;
}
.homePage .section8 h2 {
  font-size: 40px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.homePage .section8 h3 {
  font-size: 36px;
  padding: 0 90px;
}
.homePage .section8 .list {
  padding: 0 50px;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.homePage .section8 .list li {
  display: flex;
  width: calc(50% - 30px);
  margin-bottom: 140px;
}
.homePage .section8 .list li:nth-child(2n) {
  margin-left: 30px;
}
.homePage .section8 .list li img {
  position: relative;
  top: 20px;
  margin-right: 20px;
  width: 20px;
  height: 20px;
  margin-bottom: 62px;
}
.homePage .section8 .list li .content {
  color: #fff;
}
.homePage .section8 .list li .content h4 {
  font-size: 30px;
}
.homePage .section8 .list li .content p {
  font-size: 22px;
}
.homePage .section9 {
  color: #fff;
}
.homePage .section9 h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  font-family: 'HeiTi';
  margin-bottom: 180px;
}
.homePage .section9 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.homePage .section9 ul li {
  width: calc(50% - 200px);
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
}
.homePage .section9 ul li:nth-child(2n) {
  margin-left: 200px;
}
.homePage .section9 ul li:nth-child(2n) img {
  margin-left: auto;
  margin-right: 100px;
}
.homePage .section9 ul li img {
  width: 240px;
  height: 240px;
  margin-left: 33px;
  margin-bottom: 80px;
}
.homePage .section9 ul li h4 {
  font-size: 36px;
  font-family: 'HeiTi';
  margin-bottom: 40px;
  text-transform: uppercase;
}
.homePage .section9 ul li p {
  font-size: 22px;
}
.homePage .section10 {
  margin-top: 100px;
  padding-bottom: 250px;
  color: #fff;
}
.homePage .section10 h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  font-family: 'HeiTi';
  margin-bottom: 180px;
}
.homePage .section10 .list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.homePage .section10 .list li {
  width: 40%;
  display: flex;
  justify-content: center;
}
.homePage .footer {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding-bottom: 30px;
}
.homePage .footer a {
  color: #fff;
}
.homePage .footer a:hover {
  text-decoration: underline;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: all ease 0.25s;
  opacity: 0;
  visibility: hidden;
}
.popup .content {
  width: 600px;
  padding: 16px 22px 22px;
  background: #000;
  z-index: 10;
  border: 2px double #00FF00;
  color: #fff;
  position: relative;
}
.popup .content .close {
  position: absolute;
  right: 14px;
  top: 8px;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}
.popup .content .close:active {
  opacity: 0.7;
}
.popup .content span {
  font-size: 20px;
}
.popup .content .formItem {
  margin-top: 20px;
}
.popup .content .formItem label {
  font-size: 18px;
}
.popup .content .formItem input {
  border: 0;
  border-bottom: 1px solid #00FF00;
  background: #292929;
  width: 100%;
  height: 54px;
  padding: 0 10px;
  margin-bottom: 5px;
  outline: 0;
  color: #fff;
  font-size: 20px;
}
.popup .content .formItem p {
  font-size: 16px;
  display: none;
  color: #ccc;
}
.popup .content button {
  cursor: pointer;
  border: 1px solid #00FF00;
  color: #fff;
  background: #000;
  width: 100%;
  height: 54px;
  margin-top: 40px;
  font-size: 20px;
}
.popup .content button:active {
  opacity: 0.7;
}
.popup.show {
  opacity: 1;
  visibility: visible;
}
