html,
body {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.section {
  overflow: hidden;
}

.banner4 {
  float: left;
  height: 400px;
  width: 540px;
  position: relative;
  margin-top: 10px;
  margin-left: 17px;
}

.kiki {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  float: right;
  height: 280px;
  width: 350px;
  float: left;
}



/* 导航按钮样式 */
.navbar {
  position: fixed;
  top: 50px;
  right: 80px;
  padding: 9px 2px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  box-sizing: border-box;
  background-color: rgb(28, 107, 199);
  border-radius: 50%;
  z-index: 9;
}

.navbar div {
  margin: 6px auto;
  width: 32px;
  height: 4px;
  border-radius: 2px;
  background-color: rgb(74, 255, 244);
  transition: all 0.5s ease;
}

.navbar .nav1,
.navbar .nav3 {
  margin: 5px auto;
  width: 24px;
  background-color: #fff;
}

.navbarOn1 {
  transform-origin: center;
  transform: rotate(45deg) translate(7px, 7px);
}

.navbarOn2 {
  transform-origin: center;
  transform: rotate(-45deg) translate(7px, -7px);
}

.navbarOn3 {
  transform: rotateY(90deg);
}

/* 导航按钮样式 */
/* 右侧原点样式 */
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background-color: #fff !important;
}

/* 右侧原点样式 */

/* 第一屏样式 */
.main {
  position: absolute;
  top: 50%;
  left: 50%;
}

.main1,
.main2 {
  margin: -300px 0 0 -300px;
  width: 600px;
  height: 600px;
}

.wai1 {
  margin: -400px 0 0 -400px;
  width: 800px;
  height: 800px;
  border-left: 1px solid rgba(255, 255, 255, 1);
  border-right: 1px solid rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
}

.wai2 {
  margin: -500px 0 0 -500px;
  width: 1000px;
  height: 1000px;
  border-left: 1px solid rgba(255, 255, 255, 1);
  border-right: 1px solid rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
}

.line {
  position: absolute;
  top: 50%;
  width: 200px;
  height: 1px;
  background-color: #fff;
}

.wai1 .left {
  left: -160px;
}

.wai1 .right {
  right: -160px;
}

.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -250px 0 0 -250px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.2);
  background-color: rgba(31, 101, 171, 0.7);
}

.shit {
  opacity: 1;
  transform: scale(1);
  transition: all 1.5s 0.5s ease;
}

.logo .nei {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -240px 0 0 -240px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  border: 1px dashed #fff;
}

.logo div {
  margin: 30px 0;
  text-align: center;
}

.logo .nei1 {
  margin: 0;
  padding: 40px 0 0;
  transform: rotateY(-90deg);
}

.zhuan1 {
  transform: rotateY(0deg) !important;
  transition: all 1s 1.5s ease;
}

.logo .nei2 {
  font-size: 40px;
  font-weight: bolder;
  color: #fff;
  animation: bounce 2s 1s ease;
}

.logo .nei3 {
  font-size: 26px;
  font-weight: bold;
  color: rgb(255, 234, 0);
  animation: rubberBand 2s 1s ease;
}

.nei4 {
  font-size: 30px;
  color: rgb(255, 234, 0);
  animation: bounceInUp 2s 0.5s ease;
}

@keyframes first {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes second {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes wai {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(90deg);
  }
}

@keyframes lined1 {
  from {
    height: 0px;
  }

  to {
    height: 80px;
  }
}

@keyframes lined2 {
  from {
    height: 80px;
  }

  to {
    height: 0px;
  }
}

@keyframes lineduan1 {
  from {
    height: 0px;
  }

  to {
    height: 120px;
  }
}

@keyframes lineduan2 {
  from {
    height: 120px;
  }

  to {
    height: 0px;
  }
}

@keyframes linechang1 {
  from {
    height: 0px;
  }

  to {
    height: 250px;
  }
}

@keyframes linechang2 {
  from {
    height: 250px;
  }

  to {
    height: 0px;
  }
}

.wai1,
.wai2 {
  animation: wai 8s ease-in-out infinite alternate;
}

.main1 {
  animation: first 20s linear infinite normal;
}

.main2 {
  animation: second 40s linear infinite normal;
}

.changduan {
  transform: rotate(45deg);
  margin: -300px 0 0 -300px;
  width: 600px;
  height: 600px;
}

.xian1,
.xian2,
.xian3,
.xian4,
.xian5,
.xian6 {
  position: absolute;
  width: 1px;
  height: 100px;
  background-color: #fff;
}

.xian1 {
  top: 600px;
  left: 250px;
  animation: lined1 2s linear infinite alternate;
}

.xian2 {
  top: 600px;
  left: 300px;
  animation: linechang1 1s linear infinite alternate;
}

.xian3 {
  top: 600px;
  left: 350px;
  animation: lineduan1 1.5s linear infinite alternate;
}

.xian4 {
  bottom: 600px;
  left: 250px;
  animation: lined2 2s linear infinite alternate;
}

.xian5 {
  bottom: 600px;
  left: 300px;
  animation: linechang2 1s linear infinite alternate;
}

.xian6 {
  bottom: 600px;
  left: 350px;
  animation: lineduan2 1.5s linear infinite alternate;
}

/* 第一屏样式 */
/* 第二屏样式 */
.section2 {
  position: relative;

  background-position: bottom left;
}

.top {
  padding: 100px 0 50px;
  width: 100%;
  box-sizing: border-box;
}

.top div {
  opacity: 0;
  transform: translateY(-1000px);
  text-align: center;
}

.erxiaoguo1 {
  opacity: 1 !important;
  transform: translate(0) !important;
  transition: all 1s 1.2s ease;
}

.erxiaoguo2 {
  opacity: 1 !important;
  transform: translate(0) !important;
  transition: all 1s 1.6s ease;
}

.erxiaoguo3 {
  opacity: 1 !important;
  transform: translate(0) !important;
  transition: all 1s 2s ease;
}

.erxiaoguo4 {
  opacity: 1 !important;
  transform: translate(0) !important;
  transition: all 1s 2.4s ease;
}

.erleft {
  opacity: 1 !important;
  transition: 'opacity' 0.5s ease;
  animation: bounceInLeft 2s ease;
}

.erright {
  opacity: 1 !important;
  transition: 'opacity' 0.5s ease !important;
  animation: bounceInRight 2s ease;
}

.top div:first-child {
  height: 60px;
  font-weight: bold;
  color: #fff;
}

.top div:nth-child(2) {
  height: 30px;
}

.top div:last-child {
  font-size: 26px;
  color: #fff;
}

.top .linea {
  display: inline-block;
  width: 50px;
  height: 4px;
  background-color: rgb(255, 234, 0);
}

.content {
  margin: 0 auto;
  width: 1230px;
}

.content .left {
  float: left;
  width: 45%;
  height: 430px;
  opacity: 0;
  background: url('../images/an_a.png') no-repeat center center;
}

.content .right {
  float: right;
  padding: 20px 30px;
  width: 54.75%;
  height: 375px;
  opacity: 0;
  box-sizing: border-box;
  background: url('../images/ac_a.png') no-repeat center center;
  margin-bottom: 20px;
  margin-top: 30px;
}

.content .right p {

  line-height: 30px;
  font-size: 15px;
  color: #373737;

}

.content .right h1 {
  font-size: 30px;
  line-height: 32px;
  color: #373737;
}




.content .right .rr div {
  float: left;
  width: 24.5%;
  height: 90px;
  text-align: center;
  cursor: pointer;

}

.content .right .rr div p {
  line-height: 2px;
  font-size: 17px;
  color: #000000;
  text-align: center;
  width: 100%;
  text-decoration: none;

}

.content .right .rr div p:hover {
  line-height: 2px;
  font-size: 17px;
  color: #eeca00;
  text-align: center;
  width: 100%;
  text-decoration: none;

}



.rr .r1 {
  opacity: 0;
  transform: translateY(500px);
}

.rr .r2 {
  opacity: 0;
  transform: translateY(500px);
}

.rr .r3 {
  opacity: 0;
  transform: translateY(500px);
}

.rr .r4 {
  opacity: 0;
  transform: translateY(500px);
}

/* 第二屏样式 */
/* 第三屏样式 */
@keyframes sanbg {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.5);
  }
}

.section3 {
  display: flex;
}

.section3 .sanbg {
  position: relative;
  float: left;
  padding: 0 2%;
  height: 100%;
  opacity: 0;
  box-sizing: border-box;
  transition: all 0.5s ease;
  z-index: 3;
}

.section3 .sanbg div:first-child {
  padding-top: 150px;
}

.section3 .sanxia {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: url('../images/img/chanpin.jpg') no-repeat;
  animation: sanbg 10s linear infinite alternate;
}

.section3 .sanzhong {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.section3 .sanshang {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.section3 li {
  float: left;
  width: 25%;
  height: 100%;
  overflow: hidden;
}

.section3 li .sanbg div {
  margin: 180px 0 80px 0;
}

.sanbg div {
  /* margin: 150px auto 0; */
  padding: 150px auto 0;
  text-align: center;
}

.section3 .imgZ {
  position: relative;
  z-index: 3;
}

.sanbg .sanbga {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.sanbg p:nth-child(3) {
  position: relative;
  margin-bottom: 80px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  z-index: 3;
}

.sanbg p:nth-child(4) {
  position: relative;
  color: #fff;
  padding: 0 15px 0px;
  line-height: 28px;
  z-index: 3;
  font-size: 15px;
}

.sanbg p:nth-child(5) {
  position: relative;
  margin-top: 70px;
  text-align: center;
  z-index: 3;
}

.sanbg P:nth-child(5) a {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  font-size: 17px;
  color: #fff;
  border: 1px solid #fff;
  z-index: 3;
}




.sanzhezhao1 {
  position: absolute;
  top: 0;
  height: 0;
  width: 25%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

.sanzhezhao1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}

.sanzhezhao1>div {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1000px;
  width: 100%;
  height: 2000px;
  transform: rotate(30deg);
  background-color: rgba(255, 255, 255, .1);
}

.sanActive {
  opacity: 1 !important;
  transition: all 0.5s ease;
}

.sanzhezhao1 p {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: 100px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

/* 第三屏样式 */
/* 第四屏样式 */
.news {
  background: url('../images/img/news.jpg')
}

.news .content {
  display: flex;
  justify-content: center;
}

.news .content>div:nth-child(1) {
  transform: translateX(1100px);
}

.news .content>div:nth-child(2) {
  transform: translateX(800px);
}

.news .content>div:nth-child(3) {
  transform: translateX(300px);
}

.news .content div:nth-child(2) {
  margin: 0 3%;
}

.news .content div {
  position: relative;
  width: 30%;
  height: 375px;
  transition: all 0.6s ease;
}

.news .content div img {
  height: 280px;
}

.news .content div div {
  position: absolute;
  bottom: 0;
  margin: 0 !important;
  width: 100%;
  height: 92px;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.6s ease !important;
}


.news .content .xinwen {
  height: 50px;
  width: 90px;
  background: #eeca00;
  position: absolute;
  top: 15px !important;
  z-index: 3;
  left: 16px;
}

.news .content .xinwen p {
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-size: 15px;
  margin-bottom: 10px;
}



.sanxiaoguo1 {
  opacity: 1 !important;
  transform: translate(0) !important;
  transition: all 2s ease !important;
}

.sanxiaoguo2 {
  opacity: 1 !important;
  transform: translate(0) !important;
  transition: all 2s 1s ease !important;
}

.sanxiaoguo3 {
  opacity: 1 !important;
  transform: translate(0) !important;
  transition: all 2s 2s ease !important;
}

.news .content p {
  padding: 0 5%;
}

.news .content p a {
  font-size: 16px;
  color: #000000;
  text-decoration: none;
}

.news .content p:nth-child(2) {
  color: #666;
}

.news .content p:nth-child(3) {
  font-size: 12px;
  color: #fff;
}

.sixiaoguo {
  height: 160px !important;
  background-color: rgb(8, 93, 176) !important;
  transition: all 0.6s ease !important;
}

/* 第四屏样式 */
/* 第五屏样式 */
.about {
  background: url('../images/img/about.jpg');
}

.about .content {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 93, 176, 0.8);
}

.about .content .wai {
  height: 100%;
}

.about .content .wai .t,
.about .content .wai .b {
  position: relative;
  height: 50%;
  text-align: center;
}

.about .content .wai .t img {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -454px;
}

.about .content .wai .b img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -454px;
}

.about .content .nei {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -340px 0 0 -350px;
  width: 700px;
  height: 680px;
}

.about .nei p {
  margin: 0;
  color: #fff;
  text-align: center;
}

.about .nei p:nth-child(1) {
  margin: 20px 0 0;
  font-size: 30px;
}

.about .nei p:nth-child(2) {
  height: 30px;
  line-height: 30px;
}

.about .nei span {
  display: inline-block;
  width: 60px;
  height: 4px;
  background-color: rgb(255, 234, 0);
  margin-top: 10px;
}

.about .nei p:nth-child(3) {
  font-size: 26px;
}

.about .nei .zhezhao {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -180px 0 0 -150px;

  width: 320px;
  height: 330px;
  background-color: rgba(0, 0, 0, 0.5);
}

.about .nei .c {
  position: relative;
  margin: 16px auto;
  padding: 10px 0 0;
  width: 300px;
  height: 320px;
}

.about .nei .b {
  display: flex;
  justify-content: space-around;
  text-align: center;
  z-index: 2
}

.about .nei .b p {
  font-size: 16px;
}

.about .nei .t {
  opacity: 0;
  transform: translateY(-200px);
}

.about .wai .t img {
  opacity: 0;
  transform: translateY(-200px);
}

.about .wai .b img {
  opacity: 0;
  transform: translateY(200px);
}

.about .nei .b {
  opacity: 0;
  transform: translateY(100px);
}

.about .nei .a1 {
  transform: translateX(-500px);
  opacity: 0;
}

.about .nei .a2 {
  transform: translateX(-100px);
  opacity: 0;
}

.about .nei .a3 {
  transform: translateX(300px);
  opacity: 0;
}

.about .nei .a4 {
  transform: translateX(-300px);
  opacity: 0;
}

.about .nei .zhezhao {
  transform: rotate(180deg);
  opacity: 0;
}

.active_about {
  opacity: 1 !important;
  transform: rotate(0deg) !important;
  transform: translate(0px) !important;
  transition: all 2s 1s ease;
}

.active_about1 {
  opacity: 1 !important;
  transform: translate(0px) !important;
  transition: all 2s ease;
}

.dibu {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: rgb(9, 93, 176);
}

/* 第五屏样式 */

/* 导航页样式 */
body {
  position: relative;
}

.navbarpage {
  position: absolute;
  left: 0;
  top: -1000px;
  padding: 10%;
  width: 100%;
  box-sizing: border-box;
  transition: all 1s ease;
  background-color: rgba(9, 93, 176, 0.8);
}

.navbarpage ul {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -250px 0 0 -550px;
  width: 1200px;
  height: 500px;
}

.navbarpage ul li {
  display: inline-block;
  margin: 20px;
  width: 300px;
  height: 220px;
  box-sizing: border-box;
  background-color: #fff;
}

.navbarpage li p {
  text-align: center;
}

.navbarpage li a {
  text-decoration: none;
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
}

.active_navbar {
  top: 0 !important;
  transition: all 1.5s ease;
}

.navbarpage .navbarLi {
  position: relative;
  overflow: hidden;
  transition: background-color 0.6s linear;
}

.navbarLi a div {
  position: absolute;
}

.navbarpage .zuo1 {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  transition: all 0.6s linear;
}

.navbarpage .zuo2 {
  /* display: none; */
  /* opacity: 0; */
  margin-top: 20px;
  width: 100%;
  text-align: center;
  transform: translateX(-300px);
  transition: all 0.6s linear;
}

.navbarpage .you1 {
  top: 100px;
  width: 100%;
  transition: all 0.6s linear;
}

.navbarpage .you2 {
  /* display: none; */
  /* opacity: 0; */
  top: 100px;
  width: 100%;
  transform: translateX(300px);
  transition: all 0.6s linear;
}

.navbarpage .you2 p {
  color: #fff;
}

/* 导航页样式 */