@charset "UTF-8";
.section1 {
  background: url("../images/a_01.jpg") no-repeat center center;
}
.section1 .header-bar {
  width: 1090px;
  height: 90px;
  margin: 0 auto;
}
.section1 .header-bar .logo {
  margin: 20px 10px 0 0;
}
.section1 .header-bar a {
  position: relative;
  margin: 20px 10px 0 0;
}
.section1 .header-bar a span {
  position: absolute;
  width: 100%;
  height: 45px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #c44e3b;
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}
.section1 .nav {
  float: right;
  margin-right: 36px;
}
.section1 .nav li {
  float: left;
  margin-right: 40px;
  line-height: 90px;
  font-size: 16px;
  color: #333;
}
.section1 .nav li a {
  color: #3e3e3e;
  transition: color 0.2s ease 0s;
}
.section1 .nav li a.active, .section1 .nav li a:hover {
  color: #ff5832;
  transition: color 0.2s ease 0s;
}
.section1 .title1 {
  margin-top: 108px;
  text-align: center;
}
.section1 .title1 .banner-text {
  font-size: 62px;
  color: #444444;
  font-weight: bold;
}
.section1 .container {
  width: 1090px;
  height: 450px;
  margin: 0 auto;
  position: relative;
}
.section1 .container .circle1 {
  position: absolute;
  top: 46px;
  left: 773px;
  animation: shake1 3s ease-in-out infinite;
}
.section1 .container .circle2 {
  position: absolute;
  top: 66px;
  left: 640px;
  animation: shake2 2.5s ease-in-out infinite;
}
.section1 .container .circle3 {
  position: absolute;
  top: 210px;
  left: 730px;
  animation: shake3 3.5s ease-in-out infinite;
}
.section1 .container .circle4 {
  position: absolute;
  top: 215px;
  left: 207px;
  animation: shake4 4s ease-in-out infinite;
}
.section1 .container .circle5 {
  position: absolute;
  top: 189px;
  left: 923px;
  animation: shake5 2s linear;
}
.section1 .container .circle6 {
  position: absolute;
  top: 66px;
  left: 68px;
  animation: shake6 4.5s ease-out;
}
.section1 .container .circle7 {
  position: absolute;
  top: 119px;
  left: 313px;
  animation: shake7 6s ease-in-out;
}
.section1 .container .circle8 {
  position: absolute;
  top: 282px;
  left: 109px;
}
.section1 .container .circle9 {
  position: absolute;
  top: 196px;
  left: 638px;
}

@keyframes shake1 {
  0%, 100% {
    transform: translateY(0) rotate(3deg);
  }
  50% {
    transform: translateY(-30px) translateX(9px) rotate(6deg);
  }
}
@-moz-keyframes shake1 {
  0%, 100% {
    transform: translateY(0) rotate(3deg);
  }
  50% {
    transform: translateY(-30px) translateX(9px) rotate(6deg);
  }
}
@-webkit-keyframes shake1 {
  0%, 100% {
    transform: translateY(0) rotate(3deg);
  }
  50% {
    transform: translateY(-30px) translateX(9px) rotate(6deg);
  }
}
@-o-keyframes shake1 {
  0%, 100% {
    transform: translateY(0) rotate(3deg);
  }
  50% {
    transform: translateY(-30px) translateX(9px) rotate(6deg);
  }
}
@keyframes shake2 {
  0%, 100% {
    transform: translateY(0) rotate(3deg);
  }
  50% {
    transform: translateY(-9px) translateX(-20px) rotate(-3deg);
  }
}
@-moz-keyframes shake2 {
  0%, 100% {
    transform: translateY(0) rotate(3deg);
  }
  50% {
    transform: translateY(-9px) translateX(-20px) rotate(-3deg);
  }
}
@-webkit-keyframes shake2 {
  0%, 100% {
    transform: translateY(0) rotate(3deg);
  }
  50% {
    transform: translateY(-9px) translateX(-20px) rotate(-3deg);
  }
}
@-o-keyframes shake2 {
  0%, 100% {
    transform: translateY(0) rotate(3deg);
  }
  50% {
    transform: translateY(9px) translateX(-20px) rotate(-3deg);
  }
}
@keyframes shake3 {
  0%, 100% {
    transform: translateY(-21px) rotate(0deg);
    width: 90px;
  }
  50% {
    width: 110px;
  }
}
@-moz-keyframes shake3 {
  0%, 100% {
    transform: translateY(-21px) rotate(0deg);
    width: 90px;
  }
  50% {
    width: 110px;
  }
}
@-webkit-keyframes shake3 {
  0%, 100% {
    transform: translateY(-21px) rotate(0deg);
    width: 90px;
  }
  50% {
    width: 110px;
  }
}
@-o-keyframes shake3 {
  0%, 100% {
    transform: translateY(-21px) rotate(0deg);
    width: 90px;
  }
  50% {
    width: 110px;
  }
}
@keyframes shake4 {
  0%, 100% {
    transform: translateY(-6px) rotate(3deg);
  }
  50% {
    transform: translateY(2px) translateX(25px) rotate(0deg);
  }
}
@-moz-keyframes shake4 {
  0%, 100% {
    transform: translateY(-6px) rotate(3deg);
  }
  50% {
    transform: translateY(2px) translateX(25px) rotate(0deg);
  }
}
@-webkit-keyframes shake4 {
  0%, 100% {
    transform: translateY(-6px) rotate(3deg);
  }
  50% {
    transform: translateY(2px) translateX(25px) rotate(0deg);
  }
}
@-o-keyframes shake4 {
  0%, 100% {
    transform: translateY(-6px) rotate(3deg);
  }
  50% {
    transform: translateY(2px) translateX(25px) rotate(0deg);
  }
}
@keyframes shake5 {
  from {
    width: 0px;
    height: 0px;
    top: 235px;
    left: 968px;
  }
  to {
    width: 96px;
    height: 93px;
    top: 189px;
    left: 923px;
  }
}
@-moz-keyframes shake5 {
  0%, 100% {
    transform: translateY(-6px) rotate(3deg);
    width: 81px;
  }
  50% {
    transform: translateY(2px) translateX(25px) rotate(0deg);
    width: 103px;
  }
}
@-webkit-keyframes shake5 {
  0%, 100% {
    transform: translateY(-6px) rotate(3deg);
    width: 81px;
  }
  50% {
    transform: translateY(2px) translateX(25px) rotate(0deg);
    width: 103px;
  }
}
@-o-keyframes shake5 {
  0%, 100% {
    transform: translateY(-6px) rotate(3deg);
    width: 81px;
  }
  50% {
    transform: translateY(2px) translateX(25px) rotate(0deg);
    width: 103px;
  }
}
@keyframes shake6 {
  0%, 25% {
    width: 0px;
    height: 0px;
    top: 118.5px;
    left: 120.5px;
  }
  80% {
    width: 120px;
    height: 120px;
    top: 58.5px;
    left: 60.5px;
  }
  100% {
    width: 105px;
    height: 105px;
    top: 66px;
    left: 68px;
  }
}
@-webkit-keyframes shake6 {
  0%, 25% {
    width: 0px;
    height: 0px;
    top: 118.5px;
    left: 120.5px;
  }
  80% {
    width: 120px;
    height: 120px;
    top: 58.5px;
    left: 60.5px;
  }
  100% {
    width: 105px;
    height: 105px;
    top: 66px;
    left: 68px;
  }
}
@-moz-keyframes shake6 {
  0%, 25% {
    width: 0px;
    height: 0px;
    top: 118.5px;
    left: 120.5px;
  }
  80% {
    width: 120px;
    height: 120px;
    top: 58.5px;
    left: 60.5px;
  }
  100% {
    width: 105px;
    height: 105px;
    top: 66px;
    left: 68px;
  }
}
@-o-keyframes shake6 {
  0%, 25% {
    width: 0px;
    height: 0px;
    top: 118.5px;
    left: 120.5px;
  }
  80% {
    width: 120px;
    height: 120px;
    top: 58.5px;
    left: 60.5px;
  }
  100% {
    width: 105px;
    height: 105px;
    top: 66px;
    left: 68px;
  }
}
@-webkit-keyframes shake7 {
  0%, 25% {
    width: 0px;
    height: 0px;
    top: 153px;
    left: 347.5px;
  }
  85% {
    width: 82px;
    height: 80.8px;
    top: 112px;
    left: 317.1px;
  }
  100% {
    width: 69px;
    height: 68px;
    top: 119px;
    left: 313px;
  }
}
@-moz-keyframes shake7 {
  0%, 25% {
    width: 0px;
    height: 0px;
    top: 153px;
    left: 347.5px;
  }
  85% {
    width: 82px;
    height: 80.8px;
    top: 112px;
    left: 317.1px;
  }
  100% {
    width: 69px;
    height: 68px;
    top: 119px;
    left: 313px;
  }
}
@-o-keyframes shake7 {
  0%, 25% {
    width: 0px;
    height: 0px;
    top: 153px;
    left: 347.5px;
  }
  85% {
    width: 82px;
    height: 80.8px;
    top: 112px;
    left: 317.1px;
  }
  100% {
    width: 69px;
    height: 68px;
    top: 119px;
    left: 313px;
  }
}
@keyframes shake7 {
  0%, 25% {
    width: 0px;
    height: 0px;
    top: 153px;
    left: 347.5px;
  }
  85% {
    width: 82px;
    height: 80.8px;
    top: 112px;
    left: 317.1px;
  }
  100% {
    width: 69px;
    height: 68px;
    top: 119px;
    left: 313px;
  }
}
@keyframes shake9 {
  0%, 100% {
    width: 72px;
    height: 62px;
  }
  50% {
    width: 95px;
    height: 81.8px;
    top: 176.2px;
  }
}
@-moz-keyframes shake9 {
  0%, 100% {
    width: 72px;
    height: 62px;
  }
  50% {
    width: 95px;
    height: 81.8px;
    top: 176.2px;
  }
}
@-webkit-keyframes shake9 {
  0%, 100% {
    width: 72px;
    height: 62px;
  }
  50% {
    width: 95px;
    height: 81.8px;
    top: 176.2px;
  }
}
@-o-keyframes shake9 {
  0%, 100% {
    width: 72px;
    height: 62px;
  }
  50% {
    width: 95px;
    height: 81.8px;
    top: 176.2px;
  }
}
.section2 {
  background: url("../images/a_02.jpg") no-repeat center center;
  background-size: cover;
  height: 762px;
}
.section2 .container1 {
  width: 1090px;
  margin: 0 auto;
  position: relative;
}
.section2 .container1 .leg {
  position: absolute;
  left: 316px;
  top: -352px;
}
.section2 .container1 .bg1 {
  position: absolute;
  left: -240px;
  top: 83px;
}
.section2 .container1 .bg2 {
  position: absolute;
  right: -129px;
  top: 68px;
}
.section2 .container1 .ms-03 {
  position: absolute;
  left: 71px;
  top: -30px;
  display: none;
}
.section2 .container1 .ms-06 {
  position: absolute;
  right: 186px;
  top: -10px;
  display: none;
}
.section2 .container1 .ms-11 {
  position: absolute;
  left: 154px;
  top: 154px;
  display: none;
}
.section2 .container1 .ms-14 {
  position: absolute;
  right: 6px;
  top: 192px;
  display: none;
}
.section2 .container1 .roll1 {
  animation: roll1 1.5s ease-out;
}
.section2 .container1 .roll2 {
  animation: roll2 1.5s ease-out;
}
.section2 .container1 .roll3 {
  animation: roll3 1.5s ease-out;
}
.section2 .container1 .roll4 {
  animation: roll4 1.5s ease-out;
}
.section2 .container1 .title2 {
  font-size: 38px;
  color: #fff;
  position: absolute;
  left: 351px;
  top: 379px;
}
.section2 .container1 .text1 {
  width: 640px;
  font-size: 16px;
  text-align: center;
  position: absolute;
  left: 224px;
  top: 474px;
  color: #fff;
  line-height: 1.5;
  font-family: FZLTHK--GBK1-0, "Microsoft Yahei", "宋体", Arial;
}
.section2 .container1 a {
  width: 123px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
}
.section2 .container1 .btn {
  position: absolute;
  background: transparent;
  color: #fff;
  border: 1px solid;
  transition: all 0.4s ease 0s;
}
.section2 .container1 .btn:hover {
  background: #fff;
  color: #ff5832;
  transition: all 0.4s ease 0s;
}
.section2 .container1 .btn1 {
  left: 482px;
  top: 581px;
}
.section2 .container1 .btn2 {
  left: 482px;
  top: 657px;
}

@keyframes roll1 {
  from {
    left: -300px;
    transform: rotate(-720deg);
  }
  to {
    left: 71px;
    transform: rotate(0deg);
  }
}
@-moz-keyframes roll1 {
  from {
    left: -300px;
    transform: rotate(-720deg);
  }
  to {
    left: 71px;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes roll1 {
  from {
    left: -300px;
    transform: rotate(-720deg);
  }
  to {
    left: 71px;
    transform: rotate(0deg);
  }
}
@-o-keyframes roll1 {
  from {
    left: -300px;
    transform: rotate(-720deg);
  }
  to {
    left: 71px;
    transform: rotate(0deg);
  }
}
@keyframes roll2 {
  0%, 39% {
    right: -3000px;
  }
  40% {
    right: -300px;
    transform: rotate(720deg);
  }
  100% {
    right: 186px;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes roll2 {
  0% {
    right: -3000px;
  }
  40% {
    display: block;
    right: -300px;
    transform: rotate(720deg);
  }
  100% {
    right: 186px;
    transform: rotate(0deg);
  }
}
@-moz-keyframes roll2 {
  0% {
    right: -3000px;
  }
  40% {
    display: block;
    right: -300px;
    transform: rotate(720deg);
  }
  100% {
    right: 186px;
    transform: rotate(0deg);
  }
}
@-o-keyframes roll2 {
  0% {
    right: -3000px;
  }
  40% {
    display: block;
    right: -300px;
    transform: rotate(720deg);
  }
  100% {
    right: 186px;
    transform: rotate(0deg);
  }
}
@keyframes roll3 {
  from {
    left: -300px;
    transform: rotate(-820deg);
  }
  to {
    left: 154px;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes roll3 {
  from {
    left: -300px;
    transform: rotate(-820deg);
  }
  to {
    left: 154px;
    transform: rotate(0deg);
  }
}
@-moz-keyframes roll3 {
  from {
    left: -300px;
    transform: rotate(-820deg);
  }
  to {
    left: 154px;
    transform: rotate(0deg);
  }
}
@-o-keyframes roll3 {
  from {
    left: -300px;
    transform: rotate(-820deg);
  }
  to {
    left: 154px;
    transform: rotate(0deg);
  }
}
@keyframes roll4 {
  0% {
    right: -3000px;
  }
  40% {
    display: block;
    right: -300px;
    transform: rotate(720deg);
  }
  100% {
    right: 8px;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes roll4 {
  0% {
    right: -3000px;
  }
  40% {
    display: block;
    right: -300px;
    transform: rotate(720deg);
  }
  100% {
    right: 8px;
    transform: rotate(0deg);
  }
}
@-moz-keyframes roll4 {
  0% {
    right: -3000px;
  }
  40% {
    display: block;
    right: -300px;
    transform: rotate(720deg);
  }
  100% {
    right: 8px;
    transform: rotate(0deg);
  }
}
@-o-keyframes roll4 {
  0% {
    right: -3000px;
  }
  40% {
    display: block;
    right: -300px;
    transform: rotate(720deg);
  }
  100% {
    right: 8px;
    transform: rotate(0deg);
  }
}
.section3 {
  background: url("../images/a_03.jpg") no-repeat center center;
  background-size: cover;
  height: 881px;
}
.section3 .container2 {
  width: 1090px;
  margin: 0 auto;
  position: relative;
}
.section3 .container2 .title3 {
  font-size: 30px;
  color: #333;
  text-align: center;
}
.section3 .container2 .line {
  display: block;
  margin: 10px auto 0;
  width: 120px;
  border-bottom: 4px solid #ff5832;
}
.section3 .container2 .slogan {
  width: 585px;
  margin: 20px auto 0;
}
.section3 .container2 .slogan img {
  vertical-align: middle;
}
.section3 .container2 .slogan p {
  display: inline;
  font-size: 24px;
  color: #181919;
  vertical-align: middle;
  margin-left: 10px;
}
.section3 .container2 .tab {
  margin-left: 392px;
  margin-top: 44px;
}
.section3 .container2 .tab > li {
  display: inline-block;
  width: 88px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  margin-right: 18px;
  border-radius: 16px;
  color: #ff5832;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}
.section3 .container2 .tab > li.active, .section3 .container2 .tab > li:hover {
  color: #fff;
  background-color: #ff5832;
  transition: all 0.4s ease 0s;
}
.section3 .container2 .left {
  display: inline-block;
  border-left: transparent;
  border-top: 17px solid transparent;
  border-right: 17px solid #d7d7d7;
  border-bottom: 17px solid transparent;
  position: absolute;
  left: -85px;
  top: 515px;
  cursor: pointer;
  transition: border-color 0.2s ease 0s;
}
.section3 .container2 .left:hover {
  border-right-color: #888;
  transition: border-color 0.2s ease 0s;
}
.section3 .container2 .right {
  display: inline-block;
  border-right: transparent;
  border-top: 17px solid transparent;
  border-left: 17px solid #d7d7d7;
  border-bottom: 17px solid transparent;
  position: absolute;
  right: -45px;
  top: 515px;
  cursor: pointer;
  transition: border-color 0.2s ease 0s;
}
.section3 .container2 .right:hover {
  border-left-color: #888;
  transition: border-color 0.2s ease 0s;
}
.section3 .container2 .class-list {
  position: relative;
  width: 1056px;
  height: 496px;
  margin-top: 32px;
  overflow: hidden;
}
.section3 .container2 .class-list > ul {
  width: 1066px;
  position: absolute;
  left: 0;
}
.section3 .container2 .class-list .list {
  display: inline-block;
  width: 2137px;
  position: relative;
  left: 0;
}
.section3 .container2 .class-list .list ul {
  width: 1066px;
  display: inline-block;
  vertical-align: top;
}
.section3 .container2 .class-list .list li {
  display: inline-block;
  width: 223px;
  height: 235px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
  position: relative;
}
.section3 .container2 .class-list .list li .shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 223px;
  height: 0;
}
.section3 .container2 .btn-box {
  text-align: center;
}
.section3 .container2 .btn-box .more {
  margin-top: 33px;
  display: inline-block;
  width: 200px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #4c4c4c;
  text-align: center;
  border-radius: 18px;
  border: 1px solid;
}

.section4 {
  background: url("../images/a_04.jpg") no-repeat center center;
  background-size: cover;
  height: 829px;
}
.section4 .container {
  width: 1090px;
  margin: 0 auto;
}
.section4 .container .title4 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  padding-top: 40px;
}
.section4 .container .line {
  display: block;
  margin: 10px auto 0;
  width: 221px;
  border-bottom: 4px solid #ff5832;
}
.section4 .container .slogan {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 13px;
}
.section4 .container .img-nav {
  font-size: 0;
  width: 1000px;
  margin: 30px auto 0;
}
.section4 .container .img-nav ul {
  font-size: 0;
}
.section4 .container .img-nav li {
  display: inline-block;
  position: relative;
  font-size: 0;
}
.section4 .container .img-nav li a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
  height: 100%;
  width: 100%;
  display: none;
  border: 1px solid red;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.section4 .container .img-nav li a div, .section4 .container .img-nav li a p {
  text-align: center;
  font-size: 20px;
}
.section4 .container .img-nav li a div h4, .section4 .container .img-nav li a p h4 {
  font-size: 48px;
}
.section4 .container .img-nav li a div {
  position: relative;
  top: 48%;
}

.section5 {
  background: url("../images/a_05_a.jpg") no-repeat center;
  background-size: cover;
  margin-top: -30px;
}
.section5 .container {
  width: 1090px;
  height: 790px;
  position: relative;
  margin: 0 auto;
}
.section5 .container .title5 {
  font-size: 30px;
  color: #333;
  text-align: center;
  padding-top: 40px;
}
.section5 .container .line {
  display: block;
  margin: 10px auto 0;
  width: 120px;
  border-bottom: 4px solid #ff5832;
}
.section5 .container .title-bar {
  position: absolute;
  top: 255px;
  left: 618px;
}
.section5 .container .download {
  position: absolute;
  top: 355px;
  left: 657px;
  display: inline-block;
  width: 267px;
  height: 45px;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  background-color: #ff5832;
  border-radius: 22.5px;
  transition: background-color 0.3s ease 0s;
  text-align: center;
}
.section5 .container .download i {
  display: inline-block;
  width: 22px;
  height: 34px;
  background: url("../images/download.png") no-repeat;
  vertical-align: text-bottom;
  position: relative;
  top: 5px;
}
.section5 .container .download:hover {
  background-color: #ff8b4c;
  transition: background-color 0.3s ease 0s;
}
.section5 .container .room {
  position: absolute;
  top: 455px;
  left: 657px;
  display: inline-block;
  width: 267px;
  height: 45px;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  background-color: #1acd72;
  border-radius: 22.5px;
  transition: background-color 0.3s ease 0s;
  text-align: center;
}
.section5 .container .room i {
  display: inline-block;
  width: 28px;
  height: 34px;
  background: url("../images/enter.png") no-repeat;
  vertical-align: text-bottom;
  position: relative;
  top: 5px;
}
.section5 .container .room:hover {
  background-color: #8BDD84;
  transition: background-color 0.3s ease 0s;
}

.section6 {
  background: url("../images/a_06.jpg") no-repeat center center;
  background-size: cover;
}
.section6 .container {
  height: 796px;
  width: 1090px;
  margin: 0 auto;
  position: relative;
}
.section6 .container .img1 {
  position: absolute;
  top: 40px;
  left: 28px;
}
.section6 .container .img2 {
  position: absolute;
  top: 170px;
  left: 312px;
}
.section6 .container .img3 {
  position: absolute;
  top: 50px;
  left: 536px;
}
.section6 .container .img4 {
  position: absolute;
  top: 106px;
  left: 847px;
}
.section6 .container .img5 {
  position: absolute;
  top: 456px;
  left: 138px;
}
.section6 .container .two-dimension-code1 {
  vertical-align: top;
  position: relative;
  top: 6px;
}
.section6 .container .content {
  display: inline-block;
  width: 916px;
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  margin-left: 34px;
}

.section7 {
  background: url("../images/a_07.jpg") no-repeat center top;
}
.section7 .container {
  width: 1090px;
  margin: 0 auto;
  padding-top: 40px;
}
.section7 .container h2 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.section7 .container .code-list {
  display: flex;
  justify-content: space-around;
  padding-bottom: 10px;
}
.section7 .container .code-list > div {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}
.section7 .container .code-list p {
  color: #3A3A3A;
  font-size: 20px;
  font-weight: 500;
}
.section7 .container .code-list img {
  width: 258px;
  height: 258px;
  /*margin-right: 124px;*/
}
.section7 .container .code-list img:last-child {
  margin-right: 0;
}

.section8 {
  background: url("../images/a_08.jpg") no-repeat center center;
  background-size: cover;
  height: 407px;
}
.section8 .container {
  width: 1080px;
  margin: 0 auto;
  padding-top: 105px;
}
.section8 .container h4 {
  font-size: 28px;
  color: #FFFFFF;
}
.section8 .container > div {
  display: table-cell;
  vertical-align: top;
}
.section8 .container .left-link ul {
  margin-top: 34px;
  width: 345px;
}
.section8 .container .left-link ul li {
  font-size: 16px;
  color: #999;
  margin-bottom: 16px;
}
.section8 .container .left-link ul li a {
  color: #999;
  transition: color 0.3s ease 0s;
}
.section8 .container .left-link ul li a:hover {
  color: #fff;
  transition: color 0.3s ease 0s;
}
.section8 .container .middle {
  width: 502px;
}
.section8 .container .right-link {
  color: #fff;
  font-size: 16px;
  text-align: right;
}
.section8 .container .right-link p {
  font-size: 16px;
}
.section8 .container .right-link img {
  vertical-align: top;
  margin-top: 24px;
}
.section8 .container .right-link ul {
  display: inline-block;
  width: 108px;
  margin-top: 34px;
}
.section8 .container .right-link ul li {
  margin-bottom: 16px;
  font-size: 16px;
}

.footer {
  background-color: #ff5832;
  min-width: 1090px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.cover {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.cover .video {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -200px 0 0 -358px;
  width: 716px;
  height: 400px;
}
.cover .video video {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=homepage.css.map */
