* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
@media screen and (min-width: 1000px) {
  .yidong {
    display: none;
  }
  .page .cente {
    width: 100vw;
    height: 100vh;
  }
  .page .swiper-container {
    width: 100vw;
    height: 100vh;
  }

  .page .swiper-container .swiper-wrapper {
    /* 通过改变animation-timing-function 制作弹性切换效果 */
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
  }
  .page .swiper-container .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .page .swiper-container .swiper-button-next:after {
    border: 1px solid #b58d4a;
    border-radius: 50%;
    padding: 10px 20px;
    color: #b58d4a;
    margin-right: 20px;
  }
  .page .swiper-container .swiper-button-prev:after {
    border: 1px solid #b58d4a;
    border-radius: 50%;
    padding: 10px 20px;
    color: #b58d4a;
    margin-left: 20px;
  }
  .page .cente .fu {
    position: absolute;
    top: 0px;
    z-index: 1000;
    width: 100vw;
    height: 100px;
  }
  .page .cente .fu .header {
    height: 100px;
    width: 100vw;
    display: flex;
    line-height: 100px;
    justify-content: space-between;

    align-items: center;

    background: rgba(39, 40, 81, 0.8);
    /* opacity:0.5; */
  }

  .page .cente .fu .header .logo {
    display: flex;
    width: 598px;
    height: 84px;
    margin-left: 4vh;
  }

  .page .cente .fu .header .logo .logo-img {
    width: 598px;
    height: 84px;
  }
  .page .cente .fu .header .moves {
    width: 36px;
    height: 36px;
    margin-top: -4.2vh;
    margin-right: 4vh;
  }
  .page .cente .fu .header .moves .circle {
    display: none;
  }

  .page .cente .fu .header .moves img {
    width: 36px;
    height: 36px;
  }

  .page .cente .fu .nav {
    position: absolute;
    right: 0;
    display: none;
  }
  .page .cente .fu .nav .tu {
    width: 260px;
    height: 51px;
    line-height: 51px;

    border-bottom: 1px solid gray;
    text-align: left;

    padding-left: 20px;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    background-color: rgba(39, 40, 81, 0.8);
  }

  .page .footer {
    width: 100vw;
    height: 60px;
    background-color: #252733;
    text-align: center;
    padding-top: 10px;
    line-height: 20px;
    box-sizing: border-box;
    background: url(../assets/88c469df4e615486ecad61d1e03d4d2.jpg) no-repeat
      center;
  }

  .page .footer div {
    color: white;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1600px) {
  .yidong {
    display: none;
  }
  .page .cente {
    width: 100vw;
    height: 100vh;
  }
  .page .swiper-container {
    width: 100vw;
    height: 100vh;
  }

  .page .swiper-container .swiper-wrapper {
    /* 通过改变animation-timing-function 制作弹性切换效果 */
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
  }
  .page .swiper-container .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .page .swiper-container .swiper-button-next:after {
    border: 1px solid #b58d4a;
    border-radius: 50%;
    padding: 10px 20px;
    color: #b58d4a;
    margin-right: 20px;
  }
  .page .swiper-container .swiper-button-prev:after {
    border: 1px solid #b58d4a;
    border-radius: 50%;
    padding: 10px 20px;
    color: #b58d4a;
    margin-left: 20px;
  }
  .page .cente .fu {
    position: absolute;
    top: 0px;
    z-index: 1000;
    width: 100vw;
    height: 100px;
  }
  .page .cente .fu .header {
    height: 100px;
    width: 100vw;
    display: flex;
    line-height: 100px;
    justify-content: space-between;

    align-items: center;

    background: rgba(39, 40, 81, 0.8);
    /* opacity:0.5; */
  }

  .page .cente .fu .header .logo {
    display: flex;
    width: 598px;
    height: 84px;
    margin-left: 4vh;
  }

  .page .cente .fu .header .logo .logo-img {
    width: 598px;
    height: 84px;
  }
  .page .cente .fu .header .moves {
    width: 36px;
    height: 36px;
    margin-top: -4.2vh;
    margin-right: 4vh;
  }
  .page .cente .fu .header .moves .circle {
    display: none;
  }

  .page .cente .fu .header .moves img {
    width: 36px;
    height: 36px;
  }

  .page .cente .fu .nav {
    position: absolute;
    right: 0;
    display: none;
  }
  .page .cente .fu .nav .tu {
    width: 260px;
    height: 51px;
    line-height: 51px;

    border-bottom: 1px solid gray;
    text-align: left;

    padding-left: 20px;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    background-color: rgba(39, 40, 81, 0.8);
  }

  .page .footer {
    width: 100vw;
    height: 60px;
    background-color: #252733;
    text-align: center;
    padding-top: 10px;
    line-height: 20px;
    box-sizing: border-box;
    background: url(../assets/88c469df4e615486ecad61d1e03d4d2.jpg) no-repeat
      center;
  }

  .page .footer div {
    color: white;
  }
}

/* @media only screen and (max-width: 1000px) {
  .page {
    display: none;
  }
  .yidong .header {
    height: 80px;
    width: 100%;
    display: flex;
    line-height: 80px;
    justify-content: space-around;
    background-color: white;
    box-sizing: border-box;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .yidong .header .ydLogo {
    width: 291px;
    height: 54px;
    line-height: 126px;
  }
  .yidong .header .ydLogo img {
    width: 291px;
    height: 54px;
  }
} */

@media screen and (max-width: 1000px) {
  .page {
    display: none;
  }
  
  .yidong .header {
    height: 10vh;
    width: 100vw;
    display: flex;
    line-height: 80px;
    justify-content: space-around;
    background-color: #03004c;
    box-sizing: border-box;
    position: sticky;
    top: 0;
    z-index: 100;
    line-height: 10vh;
  }
  .yidong .header .ydLogo {
    width: 808px;
    height:117px;
    line-height: 15vh;
  }
  /* .yidong .header .ydLogo img {
    margin-top: 44px;
    width: 622px;
    height: 90px;
    line-height: 250px;
    box-sizing: border-box;
  } */

  .yidong .header .moves {
    width: 64px;
    height: 64px;
    line-height: 12vh;
  }

  .yidong .header .moves img {
    width: 64px;
    height: 64px;

  }

  .yidong .prHip {
    display: none;
    position: relative;
  }
  .yidong .prHip .prHiDe {
    position: absolute;
    width: 100%;
    height: 205px;
    right: 0;
    z-index: 10;
  }
  .yidong .prHip .prHiDe .menuTo {
    width: 100%;
    height: 123px;
    line-height: 123px;
    padding-left: 28px;
    padding-right: 20px;
    color: #ffffff;
    background-color:  #d8dbe3;
    border-top: 1px solid #484b5c;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;

  }
  .yidong .prHip .prHiDe .menuTo .zi {
    color: black;
    font-size: 42px;
  }
  .yidong .prHip .prHiDe .menuTo .image {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    margin-top: 10px;
    box-sizing: border-box;
  }
  .yidong .prHip .prHiDe .menuTo .image img {
    width: 60px;
    height: 60px;
  }
  .yidong .prHip .prHiDe .move {
    background-color: #878990;
    color: #1f2d5d;
    cursor: pointer;
  }

  .yidong .prHip .prHiDe .quechuan {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
  }
  .yidong .prHip .prHiDe .quechuan .queTo {
    width: 20px;
    height: 10;
  }
  .yidong .prHip .prHiDe .quechuan .queTo img {
    width: 20px;
    height: 10;
  }

  .yidong .header .circle {
    display: none;
  }

  .yidong .center .swiper-container {
    width: 100vw;
    height: 90vh;
    position: relative;
  }
  .yidong .center .swiper-container {
    --swiper-theme-color:#b58d4a;
    /* --swiper-pagination-color: #00ff33;两种都可以 */
  }
  .yidong .center .swiper-container .swiper-wrapper {
    /* 通过改变animation-timing-function 制作弹性切换效果 */
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
  }
  .yidong .center .swiper-container .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .yidong .center .swiper-container .swiper-button-next:after {
    display: none;
  }
  .yidong .center .swiper-container .swiper-button-prev:after {
    display: none;
  }
  .yidong .center .swiper-pagination{
    position: relative;
    top: -10vh;
  }
  .yidong .center .swiper-pagination span{
    width: 26px;
    height: 26px;
  }
  .yidong .center .zhongTu {
    position: absolute;
    top: 58%;
    left: 28%;
    transform: translateX(-100%);
    transform: translateY(-100%);
    

    z-index: 100;
  }
  .yidong .center .zhongTu img{
    width: 432px;
    height: 225;
  }
 

 
}
