html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: transparent;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Adobe Heiti", "STHeiti", sans-serif;
}


body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
  font-size: 12px;
}

img {
  user-select: none;
}

p,
a {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
  transition: color 400ms;
}

a:hover {
  color: #12aac8 !important;
}

table{
  border: 1px solid #ebeef5;
  border-collapse: collapse;
}
th{
  background-color: #f5f7fa;
}
td{
  border: 1px solid #ebeef5;
  padding: 5px 10px;
}



@media screen and (min-width: 1000px) {
  .fyBox{
    height: 100px;
    justify-content: center!important;
  }
  .fyBox p{
    font-size: 18px;
    margin: 0 10px;
  }
  .fyBox a{
    color: #303133;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #fff;
  }

  @keyframes moveup {
    0% {
      opacity: 0.5;
      transform: translateY(50px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }


  @keyframes movedown {
    0% {
      opacity: 0.5;
      transform: translateY(-50px);
    }

    100% {
      transform: translateY(0);
      opacity: 1;

    }
  }


  @keyframes moveleft {
    0% {
      opacity: 0.5;
      transform: translateX(-80px);
    }

    100% {
      transform: translateX(0);
      opacity: 1;

    }
  }



  @keyframes moveright {
    0% {
      opacity: 0.5;
      transform: translateX(80px);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .moveLeft{
    animation: moveleft .8s ease-out,findin .8s ease-out;
    animation-fill-mode:forwards;
  }
  .moveDown{
    animation: movedown .8s ease-out,findin .8s ease-out;
    animation-fill-mode:forwards;
  }
  .moveUp{
    animation: moveup .8s ease-out,findin .8s ease-out;
    animation-fill-mode:forwards;
  }
  .moveRight{
    animation: moveright .8s ease-out,findin .8s ease-out;
    animation-fill-mode:forwards;
  }


  /* 检索结果 */
  .ms-content-main-div-prompt {
    padding-top: 40px;
    font-size: 16px;
  }

  .flexBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .YD {
    display: none !important;
  }

  .PC {
    display: block !important;
  }

  .cantainer {
    width: 1200px;
    margin: 0 auto;
  }

  @keyframes bannerMove {
    0% {
      opacity: 0.5;
      transform: scale(1.1) rotate(-2deg) translateX(-10px);
    }

    100% {
      opacity: 1;
      transform: scale(1) rotate(0deg) translateX(0);
    }
  }

  /* banner */
  .bannerBox {
    height: 430px;
    display: block;
    overflow: hidden;
  }

  .bannerBox img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    animation: bannerMove .8s ease-out;
    /* margin: 0 auto; */
  }

  /* 面包屑 */
  .crumbs {
    height: 50px;
    background-color: #f8f8f8;
    font-size: 14px;
  }

  .crumbs .cantainer {
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
  }

  .crumbs .cantainer::before {
    position: absolute;
    left: 0;
    top: 18px;
    content: "";
    width: 4px;
    height: 14px;
    background-color: #12aac8;
  }

  .crumbs a {
    font-size: 14px;
    line-height: 50px;
    color: #000;
  }
}

@media screen and (max-width: 1000px) {
  .fyBox{
    height: 1.3333rem;
    justify-content: center!important;
  }
  .fyBox p{
    margin: 0 .1333rem;
    font-size: .35rem;
  }
  .fyBox a{
    color: #303133;
    padding: .0667rem .1333rem;
    border-radius: 3px;
    background-color: #f0f2f5;
  }
  .textStyleLine{
    text-align: left!important;
  }

  /* 检索结果 */
  .ms-content-main-div-prompt {
    padding-top: 0.4rem;
    font-size: 0.4rem;
  }

  .flexBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .YD {
    display: block !important;
  }

  .PC {
    display: none !important;
  }

  body {
    background-color: #f8f8f8;
  }

  .cantainer {
    width: 9.2rem;
    margin: 0 auto;
  }

  /* banner */
  .bannerBox {
    height: 3.333333rem;
    display: block;
    overflow: hidden;
  }

  .bannerBox img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    /* margin: 0 auto; */
  }

  /* 面包屑 */
  .crumbs {
    min-height: 0.666667rem;
    font-size: 0.4rem;
    margin: 0.3rem 0;
  }

  .crumbs .cantainer {
    position: relative;
    box-sizing: border-box;
    padding-left: 0.2rem;
  }

  .crumbs .cantainer::before {
    position: absolute;
    left: 0;
    top: 0.1rem;
    content: "";
    width: 0.05rem;
    height: 0.4rem;
    background-color: #12aac8;
  }

  .crumbs a {
    font-size: 0.4rem;
    line-height: 0.666667rem;
    color: #000;
  }
}