.banner{
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  height: 100vh;
  background: 50%/cover
}

.banner.action{
  opacity: .8;
  -webkit-filter: blur(3.8px);
  filter: blur(3.8px)
}

.banner img{
  width: 100%;
  display: block
}

.banner .content{
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff
}

.banner .content .tit{
  font-size: 50px
}

.banner .content .txt{
  font-size: 30px;
  margin-top: 20px
}

.banner .content .icon{
  font-size: 40px;
  border: 1px solid;
  color: #dae0e5;
  border-radius: 50%;
  width: 67px;
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
  position: relative;
  overflow: hidden
}

.banner .content .icon i{
  -webkit-animation: downico-data-v-0c4e9577 1.5s ease-out infinite;
  animation: downico-data-v-0c4e9577 1.5s ease-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@-webkit-keyframes downico-data-v-0c4e9577 {
  0% {
    top: 0;
    opacity: 1
  }

  35% {
    top: 50%;
    opacity: 0
  }

  65% {
    top: -50%;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes downico-data-v-0c4e9577 {
  0% {
    top: 0;
    opacity: 1
  }

  35% {
    top: 50%;
    opacity: 0
  }

  65% {
    top: -50%;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@media (max-width:768px) {
  .banner .content .tit{
    font-size: 24px
  }

  .banner .content .txt{
    font-size: 16px;
    margin-top: 10px
  }
}

.menu{
  border-bottom: 1px solid #e3e3e3;
  font-size: 15px
}

.menu .tit{
  padding: 15px 20px;
  width: 200px;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3
}

.menu .el-menu.el-menu--horizontal{
  border-bottom: 0
}

.menu .menulist{
  position: relative;
  width: 200px
}

.menu .menulist .title{
  padding: 15px 20px;
  cursor: pointer;
  border-right: 1px solid #e3e3e3;
  color: #005598
}

.menu .menulist .submenu{
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  z-index: 100;
  padding: 5px 0;
  display: none
}

.menu .menulist:hover .submenu{
  display: block
}

.menu .menulist .submenu .item{
  padding: 0 20px;
  color: #757575;
  line-height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer
}

.menu .menulist .submenu .item:hover {
  color: #005598;
  background-color: #e5e5e5
}

@media (max-width:768px) {
  .menu .menulist, .menu .tit{
    width: 150px
  }

  .menu .menulist .title{
    border-top: 1px solid #e3e3e3
  }
}

.head{
  padding: 40px 0
}

.head .title{
  font-size: 30px;
  padding-right: 20px
}

.head .title .big{
  font-size: 40px;
  color: #005598
}

.head .border{
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  border-bottom: 1px solid #e2e2e2;
  position: relative
}

.head .border:after, .head .border:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px
}

.head .border:before {
  left: 18px;
  bottom: 18px;
  background-color: #005598
}

.head .border:after {
  left: 0;
  bottom: 0;
  background-color: #e8b91c
}

.list .item{
  padding: 50px 0;
  border-bottom: 1px solid #e2e2e2
}

.list .item:first-of-type {
  padding-top: 0
}

.list .item:last-of-type {
  border-bottom: 0
}

.list .item .container{
  background-color: #005598;
  color: #fff;
  padding: 40px;
  width: 24.4%
}

.list .item .container .tit{
  font-size: 30px
}

.list .item .container .txt{
  font-size: 14px;
  line-height: 30px;
  padding: 25px 0
}

.list .item .container .more{
  color: #fff
}

.list .item .container .more:hover {
  color: #005598
}

.list .item .img{
  width: 75.6%;
  margin-left: 20px;
  overflow: hidden
}

.list .item .img img{
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 3s;
  transition: 3s;
  cursor: pointer
}

.list .item .img:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.loadmore{
  padding: 50px 0
}

.loadmore .more{
  margin: 0 auto
}

@media (max-width:768px) {
  .list .item{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 30px 0
  }

  .list .item .container, .list .item .img{
    width: 100%;
    margin: 0
  }

  .list .item .container{
    padding: 20px
  }

  .list .item .container .tit{
    font-size: 20px
  }
}

.list .item .container .more svg rect {
  fill: #005598
}

.list .item .container .more .cache-cadre {
  background-color: #fff
}
