html,
body {
  margin: 0;
  padding: 0;
  background-color: #f6f7f9;
  cursor: pointer;
}

.container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s ease 0s;
  touch-action: none;
}

.screen {
  width: 100%;
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.video_bg{
}
.video_mask{
  position: absolute;top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0,0,0,0.5);
}
.page1 {
  /*background-image: url(../imgNew3/page1_bg.png);*/
}
.page2 {
  background-image: url(../imgNew3/page2_bg.png);
}
.page3 {
  background-color: #fff;
}
.page4 {
  background-image: url(../imgNew3/page4_bg.png);
}
.page5 {
  background-color: #f6f6f6;
}
.page6 {
  background-image: url(../imgNew3/page6_bg1.png);
}
.page7 {
  background-color: #f7f7f7;
}
.page8 {
  background-color: #fff;
}
.page9 {
  background-image: url(../imgNew3/page9_bg.png);
}
.page10 {
  background-color: #fff;
}

.container_center {
  width: 1200px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: 9;
}
.page1 .foot_box {
  background-color: rgb(17, 74, 0, 0.82);
  width: 100%;
  height: 120px;
  /*height: 160px;*/
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
}
.page1 .foot_box .item {
  width: 300px;
  color: #fff;;
  display: none;
  text-align: center;
  padding-top: 5px;
}
.page1 .foot_box .item .num {
  font-size: 30px;
  font-weight: bold;
}
.page1 .foot_box .item .num span {
  font-size: 50px;
}
.page1 .foot_box .item .text {
  font-size: 20px;
}

.page1 .logo {
  width: 170px;
  margin-top: 20px;
  display: none;
}
.page1 .page1_img1 {
  width: 700px;
  /*margin: 70px auto 0;*/
  margin: 30px auto 0;
  display: none;
}
.page1 .text1 {
  text-transform: uppercase;
  font-size: 33px;
  text-align: center;
  color: rgb(255, 254, 255);
  margin-top: 0px;
  display: none;
}
.page1 .text2 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-top: 0px;
  display: none;
}
.page1 .text2 span {
  color: #35ae00;
  font-size: 55px;
}
.page1 .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page1 .btns .item {
  background-color: rgb(0, 0, 0, 0.6);
  border-radius: 10px;
  width: 436px;
  line-height: 58px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 10px;
  display: none;
}
.nav_fixed {
  position: fixed;
}
.header_box {
  background-color: #000;
  height: 100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_box .logo2 {
  width: 166px;
}
.header_box .header_center {
  width: 50%;
  height: 44%;
  position: relative;
}
.header_box .header_center .input {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  box-sizing: border-box;
  padding: 0 10% 0 1rem;
}
.header_box .header_center .search {
  width: 15%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  background-color: #00458d;
  color: #fff;
  cursor: pointer;
}
.header_box .header_center .search img {
  width: 30px;
}
.header_box .header_right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
}
.header_box .header_right .active {
  color: #fff;
}
.nav_fixed .nav_flex {
  background-color: rgb(255, 255, 255, 0.58);
  box-shadow: 0px 0px 13px 0px rgba(29, 74, 13, 0.14);
  height: 75px;
}
.nav_fixed .layui-nav {
  background-color: transparent;
}
.nav_fixed .layui-nav-item > a {
  color: #000 !important;
  font-size: 20px;
}
.nav_fixed .layui-nav .layui-nav-item a {
  padding: 0;
}
.nav_fixed .layui-nav .layui-nav-more {
  display: none;
}

.page2_title {
  color: #00007a;
  font-size: 40px;
  margin-top: 20px;
  text-align: center;
  display: none;
}
.page2 .data_box {
  padding-left: 690px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page2 .data_box .text {
  font-size: 25px;
  margin-top: 20px;
  display: none;
}
.page2 .data_box .text span {
  font-size: 60px;
  color: #0a4286;
  font-weight: bold;
}
.page2 .data_box .text em {
  font-size: 30px;
  color: #0a4286;
  font-weight: bold;
}
.page2 .data_box .details {
  font-size: 25px;
  color: #fff;
  background-color: #0a4286;
  width: 205px;
  text-align: center;
  line-height: 51px;
  margin-top: 20px;
  border-radius: 7px;
  display: none;
}

.paddtop {
  padding-top: 175px;
}

.page3_title {
  color: #00007a;
  font-size: 40px;
  margin-top: 10px;
  text-align: center;
  display: none;
}
.page3_box .flex {
  display: flex;
  justify-content: space-between;
}
.page3_box .flex .item {
  width: 390px;
  height: 260px;
  margin-top: 15px;
  padding: 36px;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
.page3_box .flex .item .title {
  font-size: 30px;
  color: #fff;
}
.page3_box .flex .item .text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin-top: 10px;
}
.page3_box .flex .item1 {
  width: 796px;
  background-image: url(../imgNew3/page3_img1.png);
}
.page3_box .flex .item2 {
  background-image: url(../imgNew3/page3_img2.png);
}
.page3_box .flex .item3 {
  background-image: url(../imgNew3/page3_img3.png);
}
.page3_box .flex .item4 {
  background-image: url(../imgNew3/page3_img4.png);
}
.page3_box .flex .item5 {
  background-image: url(../imgNew3/page3_img5.png);
}
.page4_title {
  color: #fff;
  font-size: 40px;
  margin-top: 20px;
  text-align: center;
  display: none;
}
.page4Swiper_number{
  font-size: 250px;
  position: absolute;
  right: 50px;
  top: 20px;
  color: #f5f5f5;
  font-weight: bold;
}
.page4 .swiper {
  margin-top: 40px;
  display: none;
}
.page4 .swiper-slide {
  border-radius: 22px;
  height: 478px;
  background-color: #fff;
  padding: 75px;
}
.page4 .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  padding-right: 75px;
  top: 400px;
  height: 0px !important;
}
.page4 .swiper-pagination span {
  width: 16px;
  height: 16px;
  border-radius: 0;
}
.page4 .swiper-pagination-bullet-active {
  background-color: #0a4286 !important;
}
.page4 .title {
  font-size: 50px;
  color: rgb(13, 79, 131);
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
.page4 .text {
  margin-top: 30px;
  font-size: 25px;
  color: rgb(13, 79, 131);
  text-transform: uppercase;
  line-height: 2;
  position: relative;
  z-index: 2;
}
.page5_title {
  color: #00007a;
  font-size: 40px;
  margin-top: 20px;
  text-align: center;
  display: none;
}
.page5_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.page5_nav {
  color: #858687;
  font-size: 30px;
  margin-right: 50px;
  display: none;
}
.page5_nav .item {
  margin-bottom: 50px;
}
.page5_nav .active {
  color: #1c3281;
  font-size: 40px;
}

.page5Swiper {
  flex: 1;
  height: 560px;
  display: none;
}
.page5Swiper .wrap {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 0px 0px;
}
.page5Swiper .wrap .img {
  /*width: 180px;*/
  height: 100px;
  max-width: 100%;
  /*max-height: 100%;*/
  object-fit: contain;
  border-radius: 18px;
  background-color: #fff;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-right: 20px;
}
.page5Swiper .wrap .img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.page6_title {
  color: #fff;
  font-size: 40px;
  margin-top: 20px;
  text-align: center;
  display: none;
}
.page6 .video_icon {
  width: 130px;
  margin: 40px auto;
  padding-left: 30px;
  display: none;
}
.video_img {
  width: 80rem;
}
.w100 {
  width: 30rem;
  height: 18rem;
  margin-right: 1.6rem;
  object-fit: cover;
  border: 1px solid #fff;
  border-radius: 4px;
}

.mask1 {
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
}
.page6 .mask {
  background-color: rgba(0, 0, 0, .5);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 9999;
}
.icon36 {
  position: absolute;
  right: 32rem;
  top: 15rem;
  width: 3rem;
  height: auto;
}
.page6 .video_scroll {
  width: 100%;
  height: 270px;
  position: absolute;
  top: 74%;
  transform: translateY(-50%);
  left: 0;
  white-space: nowrap;
  padding-left: calc((100vw - 1200px) / 2);
  position: relative;
  z-index: 9;
  display: none;
}
.page6 .video_scroll .video {
  width: 400px;
  height: 270px;
  overflow: hidden;
  display: inline-block;
  margin-left: 20px;
}
.page7_title {
  color: #00007a;
  font-size: 40px;
  margin-top: 20px;
  text-align: center;
  display: none;
}
.page7_list1{
  display: none;
}
.page7_list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.page7_list .item {
  width: 49.3%;
  height: 150px;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
}
.page7_list .item .time {
  font-size: 36px;
  font-weight: bold;
  color: #091159;
}
.page7_list .item .text {
  font-size: 20px;
  color: #000;
  margin-left: 20px;
  line-height: 2;
}

.page7 .details {
  font-size: 25px;
  color: #fff;
  background-color: #0a4286;
  width: 205px;
  text-align: center;
  line-height: 51px;
  margin-top: 20px;
  border-radius: 7px;
  margin: 10px auto 0;
}
.page8_title {
  color: #00007a;
  font-size: 40px;
  margin-top: 20px;
  text-align: center;
  display: none;
}
.page8 .swiper {
  /*margin-top: 40px;*/
  /*display: none;*/
}
.page8 .swiper-slide {
  border-radius: 22px;
  height: 478px;
  background-color: #fff;
}
.page8_flex1{
  display: none;
}
.page8_flex {
  display: flex;
  margin-top: 30px;
}
.page8_flex .img {
  width: 594px;
  height: 350px;
  overflow: hidden;
  border-top-left-radius: 80px;
  margin-right: 20px;
}
.page8 .list {
  flex: 1;
}
.page8 .list .item {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  background-color: #f7f7f7;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.page8 .list .item .name {
  font-size: 20px;
  color: #050c4a;
}
.page8 .list .item .time {
  font-size: 20px;
  font-weight: bold;
  color: #050c4a;
}
.page8 .details {
  font-size: 25px;
  color: #fff;
  background-color: #0a4286;
  width: 205px;
  text-align: center;
  line-height: 51px;
  margin-top: 20px;
  border-radius: 7px;
  float: right;
}
.page8_img2 {
  margin-top: 30px;
  width: 100%;
  display: none;
}
.page9_title {
  color: #fff;
  font-size: 40px;
  margin-top: 20px;
  text-align: center;
  display: none;
}
.page9_flex1{
  display: none;
}
.page9_flex {
  display: flex;
  margin-top: 50px;
}
.page9_flex .img_box {
  width: 580px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.page9_flex .img_box .img {
  height: 60px;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  align-items: center;
}
.page9_flex .img_box .img img{
  max-width: 80%;
  max-height: 80%;
  object-fit: cover;
}

.page9_flex .list {
  margin-left: 50px;
  flex: 1;
}
.page9_flex .list .item {
  display: flex;
  font-size: 20px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin-bottom: 40px;
}
.page9_flex .list .item .time {
  font-size: 25px;
  font-weight: bold;
}

.page9_flex .list .item .text {
  flex: 1;
  margin-left: 20px;
}
.page9 .details {
  font-size: 25px;
  color: #fff;
  background-color: #0a4286;
  width: 205px;
  text-align: center;
  line-height: 51px;
  margin-top: 10px;
  border-radius: 7px;
  float: right;
}
.page10_title1 {
  color: #040f3c;
  font-size: 36px;
  margin-top: 20px;
  display: none;
}
.page10_title2 {
  color: #040f3c;
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}
.page10_flex1,.page10_flex2{
  display: none;
}
.page10 .flex {
  display: flex;
}
.page10 .flex img {
  width: 100px;
  margin-right: 30px;
}
.footer_fixed {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 100px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  display: flex;
  align-items: center;
  display: none;
}
.footer_fixed .flex_between {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_fixed .flex {
  display: flex;
}
.footer_fixed .item {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 20px;
  margin: 0 30px;
}
.footer_fixed .item img {
  width: 36px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.fixed_icon{
  display: block;
}
.fixed_icon_1{
  display: none;
  scale:1.2;
}
