* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
@media screen and (min-width: 1600px) {
  .yidong {
    display: none;
  }
  /* html,
  body {
    position: relative;
    height: 82.5vh;
  } */
  .page .header {
    height: 100px;
    width: 100vw;
    display: flex;
    line-height: 100px;
    justify-content: space-around;

    align-items: center;

    background: #13296a;
  }

  .page .header .logo {
    display: flex;
    width: 771px;
    height: 86px;
    margin-left: -100px;
  }

  .page .header .logo .logo-img {
    width: 771px;
    height: 86px;
  }
  .page .header .nav {
    display: flex;
    justify-content: space-between;
    margin-right: -140px;
    box-sizing: border-box;
  }
  .page .header .nav .tu {
    width: 130px;
    height: 51px;
    line-height: 51px;
    text-align: center;

    padding: 0 2px;
    box-sizing: border-box;
    cursor: pointer;
    color: #ffffff;
  }

  .page .cente {
    width: 100vw;
    height: 89vh;
    position: relative;
    overflow: hidden;
  }

  .page .swiper-container {
    width: 100vw;
    height: 89vh;
  }

  .page .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 100vw;
    height: 89vh;
    overflow: hidden;
  }

  .page .slide-inner {
    position: absolute;
    width: 100vw;
    height: 89vh;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    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;
    color: #fff;
  }

  .page .swiper-button-next:after {
    border: 1px solid #b58d4a;
    border-radius: 50%;
    padding: 10px 20px;
    color: #b58d4a;
    margin-right: 20px;
  }

  .page .swiper-button-prev:after {
    border: 1px solid #b58d4a;
    border-radius: 50%;
    padding: 10px 20px;
    color: #b58d4a;
    margin-left: 20px;
  }

  .page .fu::after {
    content: "";
    position: absolute;
    left: 0;

    top: 58%;
    z-index: 100;

    width: 100%;
    height: 1px;
    background-color: white;
  }

  .page .fu {
    position: absolute;
    z-index: 50;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    display: flex;
    justify-content: space-around;
  }
  .page .fu .quant {
    background: url(../assets/shiliangzhinengduixing.png) no-repeat center;
    width: 297px;
    height: 297px;
    text-align: center;
  }
  .page .fu .quant .chdb {
    margin-top: 27px;
    margin-bottom: 4px;
    width: 100%;
    height: 111px;
  }

  .page .fu .quant .chdb img {
    width: 111px;
    height: 111px;
  }
  .page .fu .quant .chdb .chTu {
    width: 126px;
    height: 111px;
  }
  .page .fu .quant .chdb .chChuan {
    width: 130px;
    height: 111px;
  }

  .page .fu .quant .top {
    width: 100%;
    height: 17px;
    font-size: 16px;
    color: white;
    margin-bottom: 2px;
  }
  .page .fu .quant .duan {
    width: 100%;
    height: 10px;
    margin-bottom: 6px;
  }
  .page .fu .quant .duan img {
    width: 10px;
    height: 10px;
  }

  .page .fu .quant .footers {
    color: white;
    font-size: 11px;
    width: 100%;
    height: 77px;
  }

  .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;
  }
  /* html,
  body {
    position: relative;
    height: 82.5vh;
  } */
  .page .header {
    height: 100px;
    width: 100vw;
    display: flex;
    line-height: 100px;
    justify-content: space-around;

    align-items: center;

    background: #13296a;
  }

  .page .header .logo {
    display: flex;
    width: 732px;
    height: 81px;
    margin-left: -100px;
  }

  .page .header .logo .logo-img {
    width: 732px;
    height: 81px;
  }
  .page .header .nav {
    display: flex;
    justify-content: space-between;
    margin-right: -140px;
    box-sizing: border-box;
  }
  .page .header .nav .tu {
    width: 130px;
    height: 51px;
    line-height: 51px;
    text-align: center;

    padding: 0 2px;
    box-sizing: border-box;
    cursor: pointer;
    color: #ffffff;
  }

  .page .cente {
    width: 100vw;
    height: 88vh;
    position: relative;
    overflow: hidden;
  }

  .page .swiper-container {
    width: 100vw;
    height: 88vh;
  }

  .page .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 100vw;
    height: 88vh;
    overflow: hidden;
  }

  .page .slide-inner {
    position: absolute;
    width: 100vw;
    height: 88vh;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    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;
    color: #fff;
  }

  .page .swiper-button-next:after {
    border: 1px solid #b58d4a;
    border-radius: 50%;
    padding: 10px 20px;
    color: #b58d4a;
    margin-right: 20px;
  }

  .page .swiper-button-prev:after {
    border: 1px solid #b58d4a;
    border-radius: 50%;
    padding: 10px 20px;
    color: #b58d4a;
    margin-left: 20px;
  }

  .page .fu::after {
    content: "";
    position: absolute;
    left: 0;

    top: 58%;
    z-index: 100;

    width: 100%;
    height: 1px;
    background-color: white;
  }

  .page .fu {
    position: absolute;
    z-index: 50;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    display: flex;
    justify-content: space-around;
  }
  .page .fu .quant {
    background: url(../assets/shiliangzhinengduixing.png) no-repeat center;
    width: 297px;
    height: 297px;
    text-align: center;
  }
  .page .fu .quant .chdb {
    margin-top: 27px;
    margin-bottom: 4px;
    width: 100%;
    height: 111px;
  }

  .page .fu .quant .chdb img {
    width: 111px;
    height: 111px;
  }
  .page .fu .quant .chdb .chTu {
    width: 126px;
    height: 111px;
  }
  .page .fu .quant .chdb .chChuan {
    width: 130px;
    height: 111px;
  }

  .page .fu .quant .top {
    width: 100%;
    height: 17px;
    font-size: 16px;
    color: white;
    margin-bottom: 2px;
  }
  .page .fu .quant .duan {
    width: 100%;
    height: 10px;
    margin-bottom: 6px;
  }
  .page .fu .quant .duan img {
    width: 10px;
    height: 10px;
  }

  .page .fu .quant .footers {
    color: white;
    font-size: 11px;
    width: 100%;
    height: 77px;
  }

  .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 (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;
    background-color: #13296a;
  }
  .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: #272851;
    box-sizing: border-box;
    position: sticky;
    top: 0;
    z-index: 100;
    line-height: 10vh;
  }
  .yidong .header .ydLogo {
    width: 78vw;
    height: 6vh;
    line-height: 14vh;
  }
  /* .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: 10px;
    border-top: 1px solid #484b5c;
    background-color: #d8dbe3;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }


  .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 {
    width: 100vw;
    height: 90vh;
    overflow: hidden;
    position: relative;
  }

  .yidong .center .swiper-container {
    width: 100vw;
    height: 90vh;
    --swiper-pagination-color:#b58d4a;
  }
  .yidong .center .swiper-pagination{
    position: absolute;
    top: 62%;
    left: -32%;
  }
  .yidong .center .swiper-pagination span{
    width: 52px;
    height: 52px;
  }

  .yidong .center .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
  
    overflow: hidden;
  }


  .slide-inner {
    position: absolute;
    width: 100vw;
    height: 90vh;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    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;
    color: #fff;
  }

  .yidong .center .fv{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100vw;
    z-index: 100;
  }
  .yidong .center .fv .image{
    width: 90vw;
    height: 6vh;
    margin-left: 5vw;
    box-sizing: border-box;
  }
  .yidong .center .fv .image img{

    width: 90vw;
    height: 6vh;

  }
  .yidong .center .fv .zi1{
    font-size: 36px;
    color: #fff;
    margin-top: 2vh;
    margin-left: 5vw;
    box-sizing: border-box;

  }
  .yidong .center .fv .zi2{
    font-size: 36px;
    color: #fff;
    margin-top: 10px;
    margin-left: 5vw;
    box-sizing: border-box;
  }
  .yidong .center .fv .tu1{
    font-size: 36px;
    margin-top: 20px;
    color: #fff;
    margin-left: 5vw;
    box-sizing: border-box;
    border: 3px solid #fff;
    width: 310px;
    height: 100px;
    line-height: 100px;
  }
  .yidong .center .fv .tu1 span{
    font-size: 54px;
    font-weight: 500;
  }
  .yidong .center .fv .tu1 img{
     width: 120px;
     height: 40px;
  }
}
