.nav {
  width: 100%;
  position: fixed;
  /* border: 1px solid red; */
  z-index: 9999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  padding: 25px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1280px;
  background-color: rgba(0,0,0,0.5);
}

.nav.active {
  background: rgba(0, 0, 0, 0.4);
  height: 70px;
  padding: 15px 30px;

}

.nav.active .nav_logo {
  width: 150px;
}

.nav.active .nav_center {
  padding-top: 0px;
}

.nav.active .nav_center li {
  font-size: 14px;
}

.nav.active .nav_call {
  line-height: 40px;
}

.nav.active .nav_call p:nth-child(2) {
  display: none
}

.nav.active .nav_call p:nth-child(3) {
  font-size: 18px;
}


.nav.active .nav_call img {
  top: 0px;
  left: -50px;
}

.nav .nav_logo {
  width: 200px;

}

.nav .nav_logo img {
  width: 100%;

}

.nav .nav_center {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-left: 2%;
  padding-top: 10px;
}


.nav .nav_center li {
  position: relative;
  color: #fff;
  width: 85px;
  font-size: 16px;
}
.nav .nav_center li a {
  color: inherit;
}
.nav .nav_center li p a {
  color: #fff;
  font-size: 12px;

}

.nav .nav_center li .nav_english {
  font-size: 12px;
}


.nav .nav_center li:hover {
  color: #ff0000;
}

.nav .nav_center li .nav_hidden {
  position: absolute;
  top: 48px;
  left: 0px;
  width: 100%;
  background: rgba(1, 1, 1, 0.6);
  color: #fff;
  padding: 8px 0 10px 0;
  border-top: 2px solid transparent;
  transform: rotateY(90deg);
  transition: all .3s;
  height: 0;
}

.nav .nav_center li:hover .nav_hidden {
  border-top: 2px solid #ff0000;
  transform: rotateY(0deg);
  height: auto;
}

.nav_center .nav_hidden p {
  height: 30px;
  line-height: 30px;
}
.nav_center .nav_hidden p:hover {
  background: #DE0D16;
}
.nav .nav_call {
  color: #fff;
  width: 250px;
  position: relative;
}

.nav .nav_call img {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 3px;
  left: -50px;
}

.nav .nav_call p:nth-child(2) {
  font-size: 12px;
}

.nav .nav_call p:nth-child(3) {
  font-size: 16px;
}

.nav ul li {
  display: inline-block;
  text-align: center;
}

/* 第一屏 */

.section1 {
  /* background: url(../img/bg1.jpg) no-repeat 0 0; */
}

html,
body {
  position: relative;
  height: 100%;
}

::-webkit-scrollbar {
  width: 0px;
  /* height: 110px; */
  /* background-color: #F5F5F5; */
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.section1 .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section1 .swiper-slide1>div {
  width: 100%;
  height: 100%;
  background: url('../img/banner1.jpg') no-repeat;
  background-size: cover;
}

.section1 .swiper-slide2>div {
  width: 100%;
  height: 100%;
  background: url('../img/banner2.jpg') no-repeat;
  background-size: cover;
}

.section1 .swiper-slide3>div {
  width: 100%;
  height: 100%;
  background: url('../img/banner3.jpg') no-repeat;
  background-size: cover;
}

.section1 .swiper-slide4>div {
  width: 100%;
  height: 100%;
  background: url('../img/banner4.jpg') no-repeat;
  background-size: cover;
}

.section1 .swiper-pagination-bullet-active {
  background: red !important;
}

/* 第二屏 */

.section2 {
  background: url(../img/bg2.jpg) no-repeat 0 0;
}

.section3 {
  background: url(../img/bg3.jpg) no-repeat 0 0;
}

.section4 {
  background: url(../img/bg4.jpg) no-repeat 0 0;
}

.section5 {
  background: url(../img/bg5.jpg) no-repeat 0 0;
}

.section6 {
  background: url(../img/bg6.jpg) no-repeat 0 0;
}

.section7 {
  background: url(../img/bg7.jpg) no-repeat 0 0;
}

.section8 {
  background: url(../img/bg8.jpg) no-repeat 0 0;
}

.section9 {
  background: url(../img/bg9.jpg) no-repeat 0 0;
}

.section10 {
  background: url(../img/bg10.jpg) no-repeat 0 0;
}

.section {
  width: 100%;
  height: 100%;
  /* position: relative; */
  background-position: center;
  background-size: cover;
}


/* 第二屏 */
.section2 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px;
}

.section2_title {
  height: 100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 35px;
}

.section2_title h1 span {
  color: red;
}

.section2_title h1{ text-shadow: 2px 2px white, 2px 2px #000; }


.section2_top {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.section2_top .section2_left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-size: 14px;
}

.section2_top .section2_left p {
  margin-top: 25px;
  line-height: 26px;
  text-shadow: 1px 1px white, 1px 1px #000;
  font-size:16px;
}

.section2_top .section2_right {
  width: 30%;
  padding-left: 30px;
}

.section2_top .section2_right img {
  width: 100%;
}

.section2_bottom {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.section2_bottom span {
  display: inline-block;
  width: 150px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  background: red;
  text-align: center;
  font-size: 12px;
}

/* 第三屏 */
.section3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;

}

.section3 .section3_top {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;

}

.section3 .section3_top .section3_left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
}

.section3 .section3_top .section3_text {
  line-height: 1;
  color: #fff;
  font-size: 30px;
  font-family: "微软雅黑", "黑体";
  text-align: left;
  margin-left: 25%;
}

.section3 .section3_top .section3_text p {
  margin: 20px 0 40px 0;
}

.section3 .section3_top .section3_text span {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}

.section3 .section3_top .section3_left img {
  width: 70%;
}

.section3 .section3_top .section3_right {
  text-align: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
}

/*.section3 .section3_top .section3_right .smimg {
  position: absolute;
  width: 24%;
  opacity: 0;
  transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}

.section3 .section3_top .section3_right .smimg1 {
  top: 1.2%;
  left: 24.5%;
}

.section3 .section3_top .section3_right .smimg2 {
  top: 1.2%;
  left: 51.5%;
}

.section3 .section3_top .section3_right .smimg3 {
  top: 31.2%;
  left: 65.2%;
}

.section3 .section3_top .section3_right .smimg4 {
  top: 61.2%;
  left: 51.5%;
}

.section3 .section3_top .section3_right .smimg5 {
  top: 61.2%;
  left: 24.5%;
}

.section3 .section3_top .section3_right .smimg6 {
  top: 31%;
  left: 10.8%;
}

.section3 .section3_top .section3_right .smimg:hover {
  opacity: 1;
}

.section3 .section3_top .section3_right img {
  width: 80%;
}*/

/* 第四屏 */
.section4 {}

.section4 .section4_top {
  width: 600px;
  margin-left: 50%;
  transform: translateX(-20%);
  margin-top: 60px;
}

.section4 .section4_top img {
  width: 100%;
}

.section4 .section4_text {
  width: 400px;
  height: 400px;
  background: url('../img/other/bg4_text.png') no-repeat;
  background-size: auto;
  padding: 25px 25px 25px 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  margin-left: 55%;
  margin-top: 55px;

}

.section4 .section4_top p:nth-child(1) {
  font-size: 24px;
}


.section4 .section4_text_title {
  text-align: center;
  padding-top: 10px;
}

.section4 .section4_text_title h1 span {
  color: red;
  ;
}

.section4 .section4_text_title p {
  color: red;
}

.section4 .section4_text_cont p {
  margin-top: 15px;
}


/* 第5屏 */
.section5_main {}

.section5_left {
  display: inline-block;
  float: left;
  width: 50%;
  position: relative;
  top: 100px;
  left: 80px;
  height: 400px;
}



.section5_top {
  color: #fff;
}

.section5_top h1 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 28px;
}

.section5_top h1 span {
  color: red;
}

.section5_top p {
  font-size: 21px;
  line-height: 22px;
}

.section5_text {
  background: url('../img/other/session5_bg.png') no-repeat;
  background-size: auto;
  width: 472px;
  height: 511px;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform-origin: 0px 0px;
  -webkit-transform-origin: 0px 0px;
  margin-top: 30px;
  margin-left: 40px;
}


.p_index_04_mr {
  float: left;
  display: inline-block;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.p_index_04_mrt {
  width: 370px;
  position: relative;
  right: 0;
  top: 0;
  left: 30px;
  height: 580px;
  display: block;
}

.p_index_04_mrt .ioe_yp {
  position: absolute;
  top: 0%;
  right: 0;
  display: inline-block;
  margin-top: 208px;
}

.p_index_04_mrt .ioe_yp .cup {
  position: relative;
  z-index: 999;
}

.p_index_04_mrt .ioe_yp .dalishi {
  position: absolute;
  width: 520px;
  bottom: -100px;
  left: -100px;
}

.p_index_04_mrt .imd_0l01 {
  position: absolute;
  top: 0%;
  right: 1%;
  display: inline-block;
  margin-top: 315px;
}

.p_index_04_mrt .imd_0l01 img {
  opacity: 0;
  position: relative;
  z-index: 3;
}

.ani_0ma02 {
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
}

.ani_0ma02 img {
  position: absolute;
  top: 62px;
  left: 170px;
}

.ani_0ma03 {
  position: absolute;
  top: 100px;
  left: 0;
}

.imd_0l02 .img_01 {
  position: absolute;
  top: 54px;
  left: -5px;
}

.imd_0l02 .img_02 {
  position: absolute;
  top: -7px;
  left: 75px;
}

.imd_0l02 .img_03 {
  position: absolute;
  top: -29px;
  left: 134px;
}

.imd_0l02 .img_04 {
  position: absolute;
  top: 22px;
  left: 220px;
}

.imd_0l02 .img_05 {
  position: absolute;
  top: -82px;
  left: 256px;
}

.imd_0l02 .img_06 {
  position: absolute;
  top: -5px;
  left: 349px;
}

.imd_0l02 .img_07 {
  position: absolute;
  top: 72px;
  left: 408px;
}


.ani_0ma04 {
  position: absolute;
  top: 100px;
  left: 0;
}

.imd_0l03 img {
  z-index: 1;
  opacity: 0;
}

.imd_0l03 .img_01 {
  position: absolute;
  top: 63px;
  left: 5px;
}

.imd_0l03 .img_02 {
  position: absolute;
  top: 0px;
  left: 84px;
}

.imd_0l03 .img_03 {
  position: absolute;
  top: -62px;
  left: 105px;
}

.imd_0l03 .img_04 {
  position: absolute;
  top: -23px;
  left: 143px;
}

.imd_0l03 .img_05 {
  position: absolute;
  top: 29px;
  left: 228px;
}

.imd_0l03 .img_06 {
  position: absolute;
  top: -87px;
  left: 254px;
}

.imd_0l03 .img_07 {
  position: absolute;
  top: 15px;
  left: 297px;
}

.imd_0l03 .img_08 {
  position: absolute;
  top: 10px;
  left: 364px;
}

.imd_0l03 .img_09 {
  position: absolute;
  top: 77px;
  left: 412px;
}

.ani_0ma02 img {
  -webkit-animation: fadeInUp_01 15s 0s both infinite;
  -moz-animation: fadeInUp_01 15s 0s both infinite;
  -ms-animation: fadeInUp_01 15s 0s both infinite;
  animation: fadeInUp_01 15s 0s both infinite;
}

@keyframes fadeInUp_01 {
  0% {
    opacity: 0;
    transform: translateY(0px)
  }

  50% {
    opacity: 1;
    transform: translateY(350px)
  }

  100% {
    opacity: 0;
    transform: translateY(350px)
  }
}

@-webkit-keyframes fadeInUp_01 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px)
  }

  50% {
    opacity: 1;
    -webkit-transform: translateY(350px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(350px)
  }
}

@-moz-keyframes fadeInUp_01 {
  0% {
    opacity: 0;
    -moz-transform: translateY(0px)
  }

  50% {
    opacity: 1;
    -moz-transform: translateY(350px)
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(350px)
  }
}


.p_index_04_mrt .imd_0l01 img {
  -webkit-animation: fadeInUp_02 15s 0s both infinite;
  -moz-animation: fadeInUp_02 15s 0s both infinite;
  -ms-animation: fadeInUp_02 15s 0s both infinite;
  animation: fadeInUp_02 15s 0s both infinite;
}

@keyframes fadeInUp_02 {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  41% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInUp_02 {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  41% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeInUp_02 {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  41% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


.imd_0l02 img.img001 {
  -webkit-animation: fadeInUp_03 15s 0s both infinite;
  -moz-animation: fadeInUp_03 15s 0s both infinite;
  -ms-animation: fadeInUp_03 15s 0s both infinite;
  animation: fadeInUp_03 15s 0s both infinite;
}

@keyframes fadeInUp_03 {
  0% {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    transform: translateY(0px)
  }

  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65% {
    opacity: 1;
    width: auto;
    height: auto;
    transform: translateY(10px)
  }

  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70% {
    opacity: 1;
    width: auto;
    height: auto;
    transform: translateY(0px)
  }

  85% {
    opacity: 0;
    transform: translateY(10px)
  }

  100% {
    opacity: 0;

  }
}

@-webkit-keyframes fadeInUp_03 {
  0% {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    -webkit-transform: translateY(0px)
  }

  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65% {
    opacity: 1;
    width: auto;
    height: auto;
    -webkit-transform: translateY(10px)
  }

  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70% {
    opacity: 1;
    width: auto;
    height: auto;
    -webkit-transform: translateY(0px)
  }

  85% {
    opacity: 0;
    -webkit-transform: translateY(10px)
  }

  100% {
    opacity: 0;

  }
}

@-moz-keyframes fadeInUp_03 {
  0% {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    -moz-transform: translateY(0px)
  }

  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65% {
    opacity: 1;
    width: auto;
    height: auto;
    -moz-transform: translateY(10px)
  }

  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70% {
    opacity: 1;
    width: auto;
    height: auto;
    -moz-transform: translateY(0px)
  }

  85% {
    opacity: 0;
    -moz-transform: translateY(10px)
  }

  100% {
    opacity: 0;

  }
}


.imd_0l02 img.img002 {
  -webkit-animation: fadeInUp_04 15s 0s both infinite;
  -moz-animation: fadeInUp_04 15s 0s both infinite;
  -ms-animation: fadeInUp_04 15s 0s both infinite;
  animation: fadeInUp_04 15s 0s both infinite;
}

@keyframes fadeInUp_04 {
  0% {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    transform: translateY(10px)
  }

  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65% {
    opacity: 1;
    width: auto;
    height: auto;
    transform: translateY(0px)
  }

  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70% {
    opacity: 1;
    width: auto;
    height: auto;
    transform: translateY(10px)
  }

  90% {
    opacity: 0;
    transform: translateY(0px)
  }

  100% {
    opacity: 0;

  }
}

@-webkit-keyframes fadeInUp_04 {
  0% {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    -webkit-transform: translateY(10px)
  }

  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65% {
    opacity: 1;
    width: auto;
    height: auto;
    -webkit-transform: translateY(0px)
  }

  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70% {
    opacity: 1;
    width: auto;
    height: auto;
    -webkit-transform: translateY(10px)
  }

  90% {
    opacity: 0;
    -webkit-transform: translateY(0px)
  }

  100% {
    opacity: 0;

  }
}

@-moz-keyframes fadeInUp_04 {
  0% {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    -moz-transform: translateY(10px)
  }

  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65% {
    opacity: 1;
    width: auto;
    height: auto;
    -moz-transform: translateY(0px)
  }

  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70% {
    opacity: 1;
    width: auto;
    height: auto;
    -moz-transform: translateY(10px)
  }

  90% {
    opacity: 0;
    -moz-transform: translateY(0px)
  }

  100% {
    opacity: 0;

  }
}


.imd_0l03 img.img0001 {
  -webkit-animation: fadeInUp_05 15s 2s both infinite;
  -moz-animation: fadeInUp_05 15s 2s both infinite;
  -ms-animation: fadeInUp_05 15s 2s both infinite;
  animation: fadeInUp_05 15s 2s both infinite;
}

@keyframes fadeInUp_05 {
  0% {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    transform: translate(110px, 340px)
  }

  45% {
    opacity: 1;
    width: auto;
    height: auto;
    overflow: hidden;
    transform: translate(110px, 0px)
  }

  48%,
  52%,
  56% {
    opacity: 1;
  }

  47%,
  51%,
  55%,
  59% {
    opacity: 0.4;
  }

  60% {
    opacity: 1;
    transform: translate(0, 0px)
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 0;

  }
}

@-webkit-keyframes fadeInUp_05 {
  0% {
    opacity: 0;
    -webkit-transform: translate(110px, 340px)
  }

  45% {
    opacity: 1;
    -webkit-transform: translate(110px, 0px)
  }

  48%,
  52%,
  56% {
    opacity: 1;
  }

  47%,
  51%,
  55%,
  59% {
    opacity: 0.4;
  }

  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0px)
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 0;

  }
}

@-moz-keyframes fadeInUp_05 {
  0% {
    opacity: 0;
    -moz-transform: translate(110px, 340px)
  }

  45% {
    opacity: 1;
    -moz-transform: translate(110px, 0px)
  }

  48%,
  52%,
  56% {
    opacity: 1;
  }

  47%,
  51%,
  55%,
  59% {
    opacity: 0.4;
  }

  60% {
    opacity: 1;
    -moz-transform: translate(0, 0px)
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 0;

  }
}

.imd_0l03 img.img0002 {
  -webkit-animation: fadeInUp_06 15s 2s both infinite;
  -moz-animation: fadeInUp_06 15s 2s both infinite;
  -ms-animation: fadeInUp_06 15s 2s both infinite;
  animation: fadeInUp_06 15s 2s both infinite;
}

@keyframes fadeInUp_06 {
  0% {
    opacity: 0;
    transform: translate(-120px, 340px)
  }

  45% {
    opacity: 1;
    transform: translate(-120px, 0px)
  }

  48%,
  52%,
  56% {
    opacity: 1;
  }

  47%,
  51%,
  55%,
  59% {
    opacity: 0.4;
  }

  60% {
    opacity: 1;
    transform: translate(0, 0px)
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 0;

  }
}

@-webkit-keyframes fadeInUp_06 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-120px, 340px)
  }

  45% {
    opacity: 1;
    -webkit-transform: translate(-120px, 0px)
  }

  48%,
  52%,
  56% {
    opacity: 1;
  }

  47%,
  51%,
  55%,
  59% {
    opacity: 0.4;
  }

  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0px)
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 0;

  }
}

@-moz-keyframes fadeInUp_06 {
  0% {
    opacity: 0;
    -moz-transform: translate(-120px, 340px)
  }

  45% {
    opacity: 1;
    -moz-transform: translate(-120px, 0px)
  }

  48%,
  52%,
  56% {
    opacity: 1;
  }

  47%,
  51%,
  55%,
  59% {
    opacity: 0.4;
  }

  60% {
    opacity: 1;
    -moz-transform: translate(0, 0px)
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 0;

  }
}

/* 第六屏 */

.section6_left {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 7%;
  transform: translateY(10%);
}

.section6_left .section6_top {
  color: #fff
}

.section6_top h1 {
  margin-bottom: 20px;
  font-weight: bold;
}

.section6_left .section6_top p {
  font-size: 21px;
  line-height: 22px;
}

.section6 .p_index_05_m {
  width: 100%;
  position: absolute;
  top: 0px;
  right: 5%;
  display: block;
  z-index: 1;
}

.section6_title {
  color: red;
  font-weight: bold;
  font-size: 30px;
  margin: 80px 0 90px 0;
}

.section6_bottom {
  color: #fff;
}

.p_index_05_m {
  height: 100%;
}

.p_index_05_mr {
  height: 100%;
  display: block;
  position: relative;
}

.p_index_05_mrt {
  position: absolute;
  right: 0%;
  top: 0;
  bottom: 0;
  margin: auto;
  /* top: -66px; */
  display: block;
  height: 730px;
}

.p_index_05_mrt #animation01 {
  margin-top: 62%;
}

.p_index_05_mrt #animation01 .imd_l03 {
  width: 741px;
  position: relative;
  margin: 0 auto;
}

.p_index_05_mrt #animation01 .imd_l03 .bem01 {
  display: block;
  width: 100%;
  transform: translateY(-100px);
}

.p_index_05_mrt #animation01 .imd_l03 .bem02 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}

.p_index_05_mrt #animation02 {
  margin-top: 12%;
  position: absolute;
  right: -2%;
  top: 0;
  z-index: 2;
}

.p_index_05_mrt #animation02 img {
  width: 350px;
  transform: rotate(-90deg);
  margin-top: -200px;
  margin-right: 50px;
}

.p_index_05_mrt #animation03 {
  margin-top: 31%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.p_index_05_mrt #animation03 img {
  width: 100%;
  height: 100%;
  margin-left: 30px;
}



.p_index_05_mrt #animation04 {
  margin-top: -300px;
  text-align: center;
  position: relative;
}

.p_index_05_mrt #animation04 .imd_l01 {
  width: 356px;
  position: relative;
  margin: 0 auto;
  display: block;
}

.p_index_05_mrt #animation04 .imd_l01 .img01 {
  position: relative;
}

.p_index_05_mrt #animation04 .imd_l01 .img02 {
  position: absolute;
  top: 0;
  left: 0;
}

.p_index_05_mrt #animation05 {
  margin-top: 35%;
  text-align: center;
  position: absolute;
  top: 0;
  right: 27%;
}

.p_index_05_mrt #animation05 .imd_l02 {
  width: 389px;
  position: relative;
  margin: 0 auto;
  display: block;
}

.p_index_05_mrt #animation05 .imd_l02 .img01 {
  position: relative;
}

.p_index_05_mrt #animation05 .imd_l02 .img02 {
  position: absolute;
  top: 0;
  left: 0;
}


/* #animation01 .imd_l03 .bem02{
	-webkit-animation: fadeInUp02 15s 4.5s both infinite;
	-moz-animation: fadeInUp02 15s 4.5s both infinite;
	-ms-animation: fadeInUp02 15s 4.5s both infinite;
	animation: fadeInUp02 15s 4.5s both infinite;
} */

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0)
  }
}


/*#animation01 .imd_l03 .bem02 动画*/
@keyframes fadeInUp02 {
  0% {
    opacity: 0;
    transform: translateY(15px)
  }

  30% {
    opacity: 0.4;
    transform: translateY(0)
  }

  50% {
    opacity: 0.4;
    transform: translateY(0)
  }

  70% {
    opacity: 0;
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(0)
  }
}


/* 喷枪 */
#animation02 {
  /* animation:bounceIn 15s both infinite; */
  opacity: 0;
}

/* 蓝色喷雾 */
#animation03 {
  opacity: 0;
  transform: translateY(-20px);
}

/* 薄膜 */
.p_index_05_mrt #animation01 .imd_l03 .bem02 {
  opacity: 0;
  transform: translateY(20px);
}

/* 下方箭头 */
#animation04 .imd_l01 .img01 {
  opacity: 0;
  transform: translateY(10px);
}

#animation04 .imd_l01.ani .img01 {
  animation: fadeInUp03 12s both infinite;
}

/* 下方圆 */
#animation04 .imd_l01 .img02 {
  opacity: 0;
  transform: translateY(0px);
}

#animation04 .imd_l01.ani .img02 {
  animation: fadeInUp03-1 12s both infinite;
}

/* 上方箭头 */
#animation05 .imd_l02 .img01 {
  opacity: 0;
  transform: translateY(20px);
}

#animation05 .imd_l02.ani .img01 {
  animation: fadeInUp05 15s ease both infinite;
}

/* 上方圆 */
#animation05 .imd_l02 .img02 {
  opacity: 0;
  transform: translateY(20px);
}

#animation05 .imd_l02.ani .img02 {
  animation: fadeInUp04 15s ease both infinite;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(1)
  }

  10% {
    opacity: 1;
  }

  20% {
    opacity: 0.9;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}


/* #animation03{
	animation:fadeInDown 15s 3s both infinite;
} */

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  10% {
    opacity: 1;
    transform: translateY(0);
  }

  20% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(0);
  }
}





@keyframes fadeInUp03 {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  10%,
  30%,
  50%,
  70% {
    opacity: 1;
    transform: translateY(0);
  }

  20%,
  40%,
  60%,
  80% {
    opacity: 0.75;
    transform: translateY(10px);
  }

  85% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 0;
    transform: translateY(0px);
  }
}

@keyframes fadeInUp03-1 {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  10%,
  30%,
  50%,
  70% {
    opacity: 1;
    transform: translateY(10px);
  }

  20%,
  40%,
  60%,
  80% {
    opacity: 0.75;
    transform: translateY(0);
  }

  85% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

/* 
#animation05 .img01{
	animation:fadeInUp05 15s 8s ease both infinite;
	-webkit-animation:fadeInUp05 15s 8s ease both infinite;
	-moz-animation:fadeInUp05 15s 8s ease both infinite;
}

#animation05 .img02{
	-animation:fadeInUp04 15s 8s ease both infinite;
	-webkit-animation:fadeInUp04 15s 8s ease both infinite;
	-moz-animation:fadeInUp04 15s 8s ease both infinite;
} */

@keyframes fadeInUp05 {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }

  10% {
    opacity: 1;
    transform: translateY(0)
  }

  25% {
    opacity: 1;
    transform: translateY(0px)
  }

  30% {
    opacity: 0;
    transform: translateY(0px)
  }

  100% {
    opacity: 0;
    transform: translateY(0px)
  }
}



@keyframes fadeInUp04 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  5% {
    opacity: 1;
    transform: translateY(0);
  }

  15% {
    opacity: 0.6;
    transform: translateY(-20px);
  }

  25% {
    opacity: 1;
    transform: translateY(0);
    transform: translateX(10px);
  }

  30% {
    opacity: 0;
    transform: translateY(-20px);
    transform: translateX(0px);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
    transform: translateX(0px);
  }
}

/* 第7屏 */
.section7_con {
  width: 1200px;
  margin: 0 auto;
}
.section7_right {
  width: 980px;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.section7_right .section7_right_img {
  padding-right: 20px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 33%;
}
.section7_right .section7_right_img .img {
  width: 100%;
  height: 165px;
  overflow: hidden;
}
.section7_right .section7_right_img img {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all .3s;
  object-fit: cover;
}

.section7_right .section7_right_img p {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #234fa1;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  transition: all .3s;
}
.section7_right .section7_right_img:hover img {
  transform: scale(1.2);
}
.section7_right .section7_right_img:hover p {
  box-shadow: 0 5px 10px 5px rgba(0,0,0,.4);
}
.section7_left {
  padding-top: 20px;
  width: 200px;
  float: left;
  box-sizing: border-box;
}

.section7_left h2 {
  font-size: 26px;
  border-bottom: 3px solid #234fa1;
  padding-bottom: 12px;
  width: 185px;
}

.section7_left_cont {
  margin-top: 30px;
}

.section7_left_cont p {
  color: #eee;
  margin-bottom: 20px;
  cursor: pointer;
}


.section7_bottom {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.section7_bottom span {
  display: inline-block;
  width: 150px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  background: red;
  text-align: center;
  font-size: 12px;
}

/* 第八屏 */
.section8 {
  padding: 0 40px;
}

.section8_top {
  color: #fff;
  font-size: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
}

.section8_main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.section8_main div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  width: 25%;
}

.section8_main div img {
  width: 100%;
}

.section8_bottom {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section8_bottom span {
  display: inline-block;
  width: 150px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  background: red;
  text-align: center;
  font-size: 12px;
}

.section9_top {
  padding-left: 10%;
  margin-bottom: 30px;
}

.section9_top p {
  font-size: 24px;
  font-weight: bold;
  margin-top: 8px;
  font-family: 'Arial Narrow Bold', sans-serif;
}

.section9_main .section9_title {
  text-align: center;
}

.section9_main .section9_title div {
  width: 130px;
  height: 30px;
  line-height: 30px;
  background: #dadada;
  color: #333;
  display: inline-block;
  margin-right: 30px
}

.section9_main .section9_title div:hover {
  background: red;
  color: #fff;
}

.section9_main .section9_title div:nth-last-child() {
  margin-right: 0px
}

.section9_main .section9_active {
  background: red !important;
  color: #fff !important;
}

.section9_img {
  text-align: center;
  margin-top: 30px;
  display: none;
}

.section9_img_active {
  display: block;
}

.section9_img .section9_img_item {
  width: 300px;
  background: #fff;
  color: #000;
  display: inline-block;
  margin-right: 30px;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;

  transition: all .3s;
}

.section9_img .section9_img_item:hover {
  -webkit-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, .4);
  -o-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, .4);
  -ms-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, .4);
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, .4);
}

.section9_img .section9_img_item:nth-last-child() {
  margin-right: 30px;
}

.section9_img .section9_img_item img {
  width: 100%
}

.section9_img_item p {
  text-align: left
}

.section9_img_item p:nth-child(3) {
  font-size: 12px;
}

.section10 iframe {
  width: 80%;
  height: 200px;
  margin: 0 auto;
  display: block;
}

.section10_title {
  text-align: center;
  margin-bottom: 30px;
}

.section10_title p:nth-child(1) {
  font-size: 40px;
  font-weight: 800;
  color: #234fa1;
  margin-bottom: 20px;
}

.section10_title p:nth-child(2) {
  font-size: 28px;
  font-weight: 600;
  color: red;
}

.section10_title p span {
  display: inline-block;
  width: 200px;
  height: 8px;
  border-top: 2px solid #234fa1;
  margin: 0 20px;
}

.section10_bottom {
  width: 80%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  padding: 20px 0 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


.section10_left .p:nth-child(1) {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 15px;
}

.section10_left .p:nth-child(1) span {
  font-weight: 900;
  color: red;
}

.section10_left .p:nth-child(2) {
  font-size: 12px;
  margin: 15px 0;
  color: #a0a0a1;
}

.section10_left .p:nth-child(3) {
  font-size: 12px;

}

.section10_left .p:nth-child(3) div:nth-child(2) {
  font-size: 20px;
  color: red;
}

.section10_left .p:nth-child(3) div {
  display: inline-block;
  vertical-align: top;
  color: #a0a0a1;

}

.section10_left .p:nth-child(4) {
  font-size: 16px;
  margin: 10px 0;
}

.section10_left .p:nth-child(5) {
  font-size: 10px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: left;
  transform-origin: left;
  color: #a0a0a1;
}

.section10_left .p:nth-child(6) {
  font-size: 14px;
  color: #666;
}

.section10_center {
  -webkit-box-flex: 1.2;
  -moz-box-flex: 1.2;
  -ms-flex: 1.2;
  -webkit-flex: 1.2;
  flex: 1.2;
  padding-top: 20px;
  text-align: center;
  color: #4a4a4a;

}

.section10_center ul {
  display: inline-block;
  margin-right: 5%;
  font-size: 12px;
  text-align: center;
}

.section10_center ul li:nth-child(1) {
  font-size: 14px;
  font-weight: 550;
}

.section10_right>div {
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
}

.section10_right img {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.section10_right p {
  font-size: 12px;
  text-align: center;
  color: #a0a0a1;
}


.banner-write {
  position: relative;
  z-index: 992;
  word-break: break-all;
  padding: 0 10px;
}

.banner-write .w2 .w21 {
  color: #fff;
  font-size: 36px;
  display: block;
}

.banner-write .w2 .w22 {
  line-height: .8;
  letter-spacing: -5px;
  font-family: Helvetica;
  font-size: 82px;
  color: red;
  display: inline-block;
  border-bottom: 1px solid #00dfb9;
  padding: 15px 0 10px 0;
}

.banner-write .w2 .w23 {
  color: #fff;
  font-size: 16px;
  display: block;
}

.banner-write .w1 {
  font-family: Microsoft JhengHei;
  color: #fff;
  font-size: 263px;
  display: inline-block;
  line-height: 0;
  transition: .3s .4s;
  -webkit-transition: .3s .4s;
  -moz-transition: .3s .4s;
  -ms-transition: .3s .4s;
  -o-transition: .3s .4s;
}

.banner-write .w2 {
  text-align: left;
  display: inline-block;
  padding-left: 10px;
  transition: .3s .4s;
  -webkit-transition: .3s .4s;
  -moz-transition: .3s .4s;
  -ms-transition: .3s .4s;
  -o-transition: .3s .4s;
}

.swiper_slide_div {
  display: table;
  width: 100%;
  height: 100%
}

.swiper_slide_div .swiper_slide_item {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 50px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 50px;
}

.animated {
    animation-delay:0s;
   -webkit-animation-delay:0s; /* Safari 和 Chrome */
}