@charset "utf-8";


.banner {
  width: 100%;
  height: 850px;
  padding-bottom: 100px;
  position: relative;
}

.banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*.banner > .bx-content {*/
/*  position: absolute;*/
/*  top: 230px;*/
/*  left: 50%;*/
/*  margin-left: -600px;*/
/*  padding-left: 100px;*/
/*}*/

.banner p {
  display: block;
  width: 500px;
  font-size: 16px;
  color: #FFFFFF;
}

.banner b {
  display: block;
  width: 500px;
  font-size: 54px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 10px;
}

.banner-tex {
  animation: dhB 1s both;
  animation-play-state: running;
  /*animation-delay: 3s;*/
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  z-index: 10;
}

/*.header {
  background-color: rgb(23, 31, 37,0);
}*/

@keyframes dhB {
  from {
    top: 600px;
    opacity: 0;
  }
  to {
    top: 230px;
    opacity: 1;
  }
}
.gganmi {
  animation: gganmi 2.5s both;
  animation-play-state: running;
  animation-delay: 0.6s;
}
@keyframes gganmi {
  from {
    /*right: 0;*/
    opacity: 0;
  }
  to {
    /*right: 50%;*/
    opacity: 1;
  }
}
.gonggao {
  position: absolute;
  top: 200px;
  right: 50% ;
  margin-right: -600px;
  z-index: 100;
  width: 554px;
  height: 361px;
  background-color: rgba(0,0,0,0.3);
  border-radius: 10px;
  overflow: hidden;
  padding-top: 10px;
}

.gonggao > a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 22px;
  padding: 0 20px;
}

.gonggao > a img {
  margin-right: 10px;
}

.gonggao > a p {
  flex: 1;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
}

/*#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  z-index: 10;
}

.header {
  background-color: rgb(23, 31, 37,0);
}*/



.banner-nav {
  width: 1200px;
  margin: 0 auto;
  /*position: absolute;*/
  height: 170px;
  top: 680px  ;
  /*left: 50%;*/
  /*margin-left: -600px;*/
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 40px rgb(0 0 0 / 8%);
  cursor: pointer;
  border-right: 0px none #eee;
  border-top: 0px none #eee;
  border-bottom: 0px none #eee;
  border-left: 0px none #eee;
  border-radius: 0px;
  background-color: #FFF;
  z-index: 10;
}

.banner-nav:hover {
  transition: .3s;
  box-shadow: 0px 10px 40px rgb(0 0 0 / 15%);
  bottom: 2px;
}

.banner-nav > div {
  width: 300px;
  height: 114px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  border-right: 1px solid #f3f3f3;
}

.banner-nav > div img {
  width: 70px ;
  margin-right: 20px;
}

.banner-nav > div p {
  flex: 1;
}

.banner-nav > div p b {
  display: block;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-top:0px;
}

.banner-nav > div p span {
  display: block;
  font-size: 14px;
  color: #888888;
  margin-top: 10px;
}

.shenbao {
  width: 100%;
  height: 500px;
  padding: 60px 0;
  position: relative;
}

.sb {
  animation: sb 1.5s both;
  animation-play-state: running;
  /*animation-delay: 3s;*/
}
@keyframes sb {
  from {
    top: 400px;
  }
  to {
    top: 0px;
  }
}

.service-swiper {
  width: 100%;
  height: 760px;
  position: absolute;
  left: 0;
  top: 0;
}

.service-swiper .swiper {
  width: 100%;
}

.service-img {
  width: 100%;
  height: 760px;
  position: relative;
}

.service-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-img > div {
  width: 500px;
  position: absolute;
  top: 150px;
  left: 50%;
  bottom: 150px;
  right: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: -530px;
}

.service-img > div b {
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.service-img > div p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
}

.service-img > div a {
  width: 135px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #FFFFFF;
  font-size: 14px;
  color: #333333;
  margin: 0 auto;
}

.service-img > div a:hover {
  background-color: #2ba5e7;
  color: #FFFFFF;
}

.service-swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #FFFFFF;
}

.title {
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}

.title a {
  display: block;
  position: absolute;
  width: 121px;
  height: 32px;
  line-height: 30px;
  border-radius: 16px;
  background-color: rgb(160, 160, 160);
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  right: 0;
  bottom: 0;
  border: 1px solid rgb(160, 160, 160);
  transition: 0.6s;
}

.a-tex {
  animation: dha 1s both;
  animation-play-state: running;
  animation-delay: 1.2s;
}
@keyframes dha {
  from {
    right: -200px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}

.sb-list {
  width: 100%;
  padding-top: 40px;
}

.sb-list a {
  display: block;
  width: 100%;
}

.sb-item {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted #cccccc;
}

.sb-item p {
  color: #666;
  font-size: 14px;
  position: relative;
  padding-left: 15px;
  flex: 1;
}

.sb-item p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px  ;
  height: 4px;
  background-color:#888888;
}

.sb-item span {
  margin-left: 100px;
  color: #BBB;
  font-size: 14px;
  width: max-content;
}

.sb-item:hover p {
  text-decoration-line: underline;
}

.jiaoyu {
  width: 100%;
  height: 620px;
  background-color: rgb(0, 105, 232);
}

.jiaoyu-box {
  width: 100%;
  height: 620px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
}

.opacity {
  opacity: 1;
}

.jiaoyu-img {
  width: 700px;
  height: 400px;
  margin-right: 30px;
  position: relative;
  opacity: 0;
  left: 0px;
}

.jy-img {
  animation: jiaoyu-img 1.5s both;
  animation-play-state: running;
  opacity: 1;
}

@keyframes jiaoyu-img {
  from {
    left: -700px;
    opacity: 0;
  }
  to {
    left: 0px;
    opacity: 1;
  }
}

.jiaoyu-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jiaoyu-tex {
  width: 470px;
  right: 0px;
  opacity: 0;
  position: relative;
}

.jy-tex {
  animation: jiaoyu-tex 1.5s both;
  animation-play-state: running;
  opacity: 1;
}


@keyframes jiaoyu-tex {
  from {
    right: -600px;
    opacity: 0;
  }
  to {
    right: 0px;
    opacity: 1;
  }
}

.jiaoyu-tex b {
  display: block;
  width: 100%;
  color: #ffffff;
  font-family: Source Han Sans;
  font-size: 36px;
  font-weight: bold;
}

.jiaoyu-tex p {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  margin: 60px 0;
}

.jiaoyu-tex a {
  display: block;
  width: 148px;
  height: 42px;
  line-height: 40px;
  border: 1px solid #ffffff;
  border-radius: 21px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  transition: 0.6s;
}

.jiaoyu-tex a:hover {
  background-color: #fff;
  color: rgb(0, 105, 232);
  margin-left: 10px;
  transition: 0.6s;
}

.notice-bg {
  width: 100%;
  height: 530px;
  /*position: relative;*/
}

.box-content {
  width: 100%;
  height: 500px;
  padding-top: 100px;
  display: flex;
  justify-content: center;
  position: relative;
  top: 0px;
  opacity: 0;
}

.relative {
  position: relative;
}

.box-tex {
  animation: box-cont 1.5s both;
  animation-play-state: running;
  opacity: 1;
  /*animation-delay: 3s;*/
}
@keyframes box-cont {
  from {
    top: 350px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}

.notice {
  width: 550px;
  margin-right: 50px;
}

.baogao {
  width: 550px;
  margin-left: 50px;
}

.bg-list {
  width: 100%;
  padding-top: 42px;
}

.bg-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px dotted #ddd;
  padding: 12px 0;
}

.bg-img {
  width: 54px;
  height: 54px;
  margin-right: 15px;
}

.bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-tex {
  flex: 1;
  width: 0;
}

.bg-tex a {
  width: 100%;
  color: #444;
  font-size: 14px;
}

.bg-tex a:hover {
  text-decoration-line: underline;
}

.bg-tex p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}

.bg-tex p span {
  color: #999;
  font-size: 12px;
}

.bg-tex p i {
  padding-left: 15px;
  color: #CCC;
  font-size: 12px;
  background: url("../images/xiazai.png") no-repeat left center;
  background-size: 14px auto;
}

.a2-tex {
  animation: a2-tex 1.2s both;
  animation-play-state: running;
  animation-delay: 1.2s;
  opacity: 1;
}
@keyframes a2-tex {
  from {
    right: -200px;
    opacity: 0;
  }
  to {
    right: 0px;
    opacity: 1;
  }
}


.title a:hover {
  background: #FFFFFF;
  color: #3e64ff;
  right: -20px;
  transition: .6s;
  border: 1px solid #999999;

}



.zhushi {
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
  font-size: 14px;
  color: #888888;
}





@media only screen and (max-width: 1199px){}



@media only screen and (max-width: 1199px) and (min-width: 800px) {}















