* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
body {
  font: 14px "Microsoft Yahei";
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 50px;
  background: #fff;
  z-index: 9;
}
.header img {
  max-height: 80%;
}
.header .logo {
  display: flex;
  align-items: center;
  height: 72px;
}
.header .right {
  display: flex;
  align-items: center;
}
.header .kefu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 72px;
}
.header .kefu span {
  height: 72px;
  line-height: 72px;
  font-weight: bold;
  font-size: 15px;
  color: #666;
}
.header .kefu span:hover {
  color: #f00;
}
.header .menu {
  display: flex;
  align-items: center;
  height: 72px;
}
.header .menu a {
  width: 120px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #666;
  transition: all 0.3s;
}
.header .menu a:hover {
  color: #f00;
}
.header .menu a.active {
  color: #fff;
}
.header .menu .m1.active {
  background: #e54634;
}
.header .menu .m2.active {
  background: #82c342;
}
.header .menu .m3.active {
  background: #8e20ff;
}
.header .menu .m4.active {
  background: #2161b3;
}
.header .menu .m5.active {
  background: #3b96df;
}
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
}
.footer a {
  height: 36px;
  width: 80px;
  line-height: 36px;
  margin: 0 5px;
  text-align: center;
  font-size: 16px;
  color: #f9f754;
  border: 1px solid #f9f754;
  border-radius: 5px;
}
#fp-nav ul li a span {
  background: rgba(255, 255, 255, 0.3);
  width: 12px;
  height: 12px;
  margin: 0;
}
#fp-nav ul li a.active span {
  background: #ffffff;
  width: 12px;
  height: 12px;
  margin: 0;
}
#fp-nav ul li a:hover span {
  background: #ffffff;
  width: 12px;
  height: 12px;
  margin: 0;
}
#fp-nav ul li a.active:hover span {
  background: #ffffff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.fp-controlArrow.fp-prev {
  left: 300px;
}
.fp-controlArrow.fp-next {
  right: 300px;
}
.fp-slidesNav.fp-bottom {
  bottom: 100px;
  text-align: center;
}
.fp-slidesNav ul li a span {
  background: rgba(255, 255, 255, 0.3);
  width: 12px;
  height: 12px;
  margin: 0;
}
.fp-slidesNav ul li a.active span {
  background: #ffffff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.fp-slidesNav ul li a:hover span {
  background: #ffffff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.fp-slidesNav ul li a.active:hover span {
  background: #ffffff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.box {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.box img {
  max-width: 100%;
}
.section1 .box {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.phone {
  position: relative;
  width: 260px;
}
.phone .p10 {
  position: relative;
  z-index: 8;
}
.phone .p12 {
  position: absolute;
  left: 100px;
  bottom: -50px;
  z-index: 9;
}
.phone .p13 {
  position: absolute;
  left: -130px;
  bottom: -20px;
  z-index: 9;
}
.phone .p14 {
  position: absolute;
  left: 220px;
  z-index: 9;
}
.info {
  width: 500px;
}
.info .title {
  margin: 10px 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.info .qrcode {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info .qrcode img {
  width: 40%;
}
.info .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 20px 0;
}
.info .btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
}
.info .btns a i {
  padding-right: 15px;
  font-size: 30px;
}
.info .btns a:first-child {
  color: #333;
}
.info .btns a:first-child i {
  color: #666666;
}
.info .btns a:last-child {
  color: #667b24;
}
.info .btns a:last-child i {
  color: #a5c63a;
}
.section2 .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.section2 .box .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 50px 0 20px 0;
}
.section2 .box .items img {
  width: 20%;
}
.section2 .box .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.section2 .box .txt div {
  width: 20%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.section3 .items {
  width: 800px;
  margin: 50px auto;
}
.section3 .items img {
  width: 100px;
}
.section3 .mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section3 .txt {
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
}
.section3 .txt h1 {
  font-size: 20px;
}
.section3 .txt p {
  line-height: 16px;
  font-size: 20px;
  opacity: 0.6;
  text-transform: uppercase;
}
.section3 .top {
  text-align: center;
}
.section3 .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section3 .item:first-child .txt {
  text-align: right;
}
.section4 .slide,
.section5 .slide {
  text-align: center;
}
.section4 .slide img,
.section5 .slide img {
  width: 260px;
}
.section4 .slide p,
.section5 .slide p {
  padding-top: 10px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.section5 .slide img {
  width: 500px;
}
.animate {
  display: none;
}
