@font-face{
  font-family: "youran";
  src: url("../font/593645143901948slideyouran-Regular.ttf");
}
body{margin: 0;
background-color:#f5f5f5 ;}
html{scroll-behavior: smooth;}
header{
    width: 100%;
    height: 50px;
    background-color:#2056AE;
    position: fixed;
    z-index: 1000;
}
.zyou{display: flex;flex-direction: row;justify-content: space-between;width: 80%;margin: auto;}
.logo{width: 130px;height: 50px;}
.lo{width: 130px;height: 50px;}
.box{
    width: 40%;
    height: 50px;
    margin: auto;
}
ul,li{padding: 0;margin: 0;list-style: none;}
a{text-decoration: none;}
.nav{ 
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}  
.nav a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    height: 100%; 
    text-align: center;
    color: #F0F0E6;
    font-size: 18px;
    
}
.nav .item{
    width: 20%;
    height: 100%;
    position: relative;
}
.list{
    position: absolute;
    width: 100%;
    overflow: hidden;
    max-height: 0px;
    transition: .4s;
    border-radius: 0 0 8px 8px;
    background-color:  #3E7ADA;
}
.ej{height: 50px;}
.ej a{color:#F0F0E6 ;}
.ej a:hover{color: #D4AF37;}
.nav>.item:hover{
    background-color: #3E7ADA;
}
.nav>.item:hover>.list{
    max-height: 100px;
}
.ej:hover{
    background-color: #3E7ADA;
}
/*大图*/
.datu {
  width: 100%;
  max-height: 780px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.slides {
  display: flex;
  width: 500%;
  animation: slide 15s infinite;
}

.slides img {
  width: 20%;
  object-fit: cover;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-20%);
  }

  45% {
    transform: translateX(-20%);
  }

  50% {
    transform: translateX(-40%);
  }

  70% {
    transform: translateX(-40%);
  }

  75% {
    transform: translateX(-60%);
  }

  95% {
    transform: translateX(-60%);
  }

  100% {
    transform: translateX(-80%);
  }
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
}

.carousel-indicators div {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 5px;
  transition: background-color 0.5s;
}

.carousel-indicators div:nth-child(1) {
  animation: indicator 15s infinite;
}

.carousel-indicators div:nth-child(2) {
  animation: indicator 15s infinite 3s;
}

.carousel-indicators div:nth-child(3) {
  animation: indicator 15s infinite 7s;
}

.carousel-indicators div:nth-child(4) {
  animation: indicator 15s infinite 11s;
}

@keyframes indicator {
  0%,
  20% {
    background-color: #2056ae;
  }

  25%,
  100% {
    background-color: #fff;
  }
}

/* 特色*/
.ts{text-align: center;font-size: 35px;color: #4360ad;font-weight: bold;padding-top: 20px;}
.xiaozi{display: flex;flex-direction: row;gap: 20px;margin: auto;justify-content: center;align-items: center;}
.lunbo{display: flex;justify-content: center;align-items: center;padding-top: 20px;width: 400px;height: 70px;border-radius:50px;margin: auto;}
.jz{width: 120px;height: 70px;background-color: #528FE3;display: flex;justify-content: center;align-items: center;}
.zj{margin: 0;}
a{color: inherit;text-decoration: none;}
/* 纹样 */
.wy{width: 1000px;display: flex;flex-direction: column; gap: 40px;margin: auto;padding: 20px 0;justify-content: center;align-items: center;}
.wen{width: 1000px;height: 420px;background-color: #528FE3;border-radius: 5px;padding: 20px 0;}
.wen p{margin: 0;}
.kai{padding: 0 20px;color: #fff;font-family: "youran";font-size: 30px;}
.zuo{display: flex;flex-direction: column;justify-content: flex-start;}
.zy{height: 200px;background-color:#528FE3;border-radius: 5px;display: flex;justify-content: space-between;align-items: center;flex-direction: row;gap: 10px;overflow: hidden;padding: 0 20px;}
.dl{width: 700px;height: 200px;}
.z{width: 700px;font-family: "youran";color: #fff;font-size: 22px;}
.left{width: 100%;height: 100%;object-fit: cover;}
.you{width: 200px;height: 200px;object-fit: cover;overflow: hidden;}
.xxzi{ font-family: "youran";color: #fff;font-size: 22px;
}
/* #yr{font-family: "yrouran";} */
/* 版尾 */
.footer{
    width: 100%;
    height: 100px;
    background-color:#2056AE;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
}
.white{color: white;margin: 0;}