* {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
a:hover,
a:focus,
a:link,
a:active {
  color: inherit;
  text-decoration: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
.line-3 {
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* element默认css */
.el-pagination.is-background .btn-next.is-active,
.el-pagination.is-background .btn-prev.is-active,
.el-pagination.is-background .el-pager li.is-active {
  background-color: #eca94d !important;
  color: #fff;
  border-color: #eca94d !important;
}
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
  background-color: #ffffff !important;
  border: solid 1px #dcd8da !important;
  width: 48px;
  height: 48px;
}
.el-pagination.is-background .btn-next .el-icon svg,
.el-pagination.is-background .btn-prev .el-icon svg {
  margin: 0 auto;
}
/* element 默认css */
html,
body,
#__nuxt,
#__layout {
  height: 100% !important;
  width: 100% !important;
}
.contain-lg {
  width: 92.1875%;
  max-width: 100%;
  margin: 0 auto;
}
.contain-md {
  width: 65.625%;
  max-width: 100%;
  margin: 0 auto;
}
.header {
  padding: 30px 0;
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header .logo-wrap{
    float:left;
}
.header .title{
    line-height:90px;
    color: #a42127;
    font-size: 36px;
    text-align:center;
    position: absolute;
    left:0;
    width:100%;
}
.header .contain-lg{
    position: relative;
}
.footer {
  padding: 75px 0 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../image/footer_bg.png);
  background-size: cover;
}
.footer .logo-wrap {
  margin-bottom: 65px;
  text-align: center;
}
.footer .logo-wrap img {
  display: inline-block;
}
.footer .footer-info {
  display: inline-block;
}
.footer .info-items {
  color: #fff;
  font-size: 14px;
}
.footer .info-items .item-label {
  color: #b8b1b1;
  margin-right: 12px;
}
.footer .info-item,
.footer .copyright-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  text-align: left;
}
.footer .copyright-items {
  margin-bottom: 25px;
  font-size: 14px;
  color: #b8b1b1;
}
.footer .copyright-item img {
  display: inline-block;
}
.home-list-page {
  background: #eff1f3;
  min-height: 100%;
}
.home-list-page .home-contain {
  padding: 30px 0 100px;
}
.home-list-page .home-banner{
    background:#fff;
}
.home-list-page .pagination-wrap {
  text-align: center;
}
.home-list-page .pagination {
  display: inline-block;
}
.home-list-page .home-main {
  padding-top: 180px;
  padding-bottom: 100px;
}
.home-list-page .home-main .list-items {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.home-list-page .home-main .item {
  padding: 0 10px;
  margin-bottom: 40px;
}

.home-list-page .home-main .item:hover .item-details{
    opacity: 1;
}   
.home-list-page .home-main .item-cover {
  position: relative;
  padding-top: 100%;
  background:rgb(218,218,218);
}
.home-list-page .home-main .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-list-page .home-main .item-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
}
.home-list-page .home-main .item:hover .item-details {
  visibility: visible;
  opacity: 1;
}
.home-list-page .home-main .item-desc {
  font-size: 16px;
  color: #ffffff;
  padding: 0 20px;
  margin-bottom: 40px;
}
.home-list-page .home-main .item-name {
  font-size: 22px;
  color: #eba54d;
  text-align: center;
  font-weight: bolder;
  padding: 30px 0 25px;
}
.home-list-page .home-main .item-more {
  border: solid 1px #eca94d;
  font-size: 16px;
  color: #eba54d;
  margin: 0 auto;
  padding: 5px 15px;
}
.home-list-page .home-main .item-meta {
  text-align: center;
  background-color: #ffffff;
  padding: 18px 0;
  font-size: 20px;
  color: #0d0d0d;
}
.home-list-page .home-main .swiper-container img {
  width: 100%;
  height: auto;
}
.home-list-page .home-search {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 20px 25px;
}
.home-list-page .search-content {
  flex: 1 0 0;
  display: flex;
  align-items: center;
}
.home-list-page .search-content .form-control {
  height: 56px;
  width: 100%;
  font-size: 20px;
}
.home-list-page .search-content .form-control:focus {
  box-shadow: none;
  border-color: #a42127;
}
.home-list-page .search-title {
  margin-right: 30px;
}
.home-list-page .search-category,
.home-list-page .search-box {
  margin: 0 15px;
}
.home-list-page .search-category {
  width: 18.75vw;
}
.home-list-page .search-box {
  width: 18.75vw;
}
.home-list-page .search-input .el-input__wrapper,
.home-list-page .search-category .el-select__wrapper {
  height: 56px !important;
  width: 18.75vw;
  font-size: 20px;
}
.home-list-page .search-input .el-input__wrapper.is-focus,
.home-list-page .search-category .el-select__wrapper.is-focused {
  box-shadow: 0 0 0 1px #e5e7eb !important;
}
.home-list-page .search-category .el-select__wrapper {
  line-height: 56px !important;
}
.home-list-page .search-btn {
  flex: 10.42vw 0 0;
  height: 56px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #a42127;
  color: #a42127;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-list-page .search-btn .search-icon {
  margin-right: 12px;
}
.home-list-page .home-banner .swiper-pagination-bullet{
border-radius:0;
width:40px;
}

.home-list-page .home-banner .swiper-pagination-bullet-active{
	background-color: #a42127;
}
.show-detail-page {
  background: skyblue;
  height: 100vh;
}
.show-detail-page .slide-list {
  height: 100%;
}
.pagination-bar {
  text-align: center;
  font-size: 0;
}
.pagination-bar li {
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #666;
  font-size: 18px;
  border: 1px solid #999;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  border: solid 1px #dcd8da;
  background: #fff;
}
.pagination-bar li a {
  color: #666666;
  display: block;
}
.pagination-bar li.disabled {
  cursor: not-allowed;
}
.pagination-bar li.active,
.pagination-bar li:hover {
  background-color: #eca94d;
  border-color: #eca94d;
}
.pagination-bar li.active a,
.pagination-bar li:hover a {
  color: #fff;
}
.pagination-bar li.first,
.pagination-bar li.last,
.pagination-bar li.next,
.pagination-bar li.prev {
  font-family: simsun;
}
@media screen and (max-width: 1751px) {
    .home-list-page .search-category{
        width:16.75vw;
    }
    .home-list-page .search-box{
        width: 16.75vw;
    }
    .home-list-page .search-btn{
        width: 8.42vw;
    }
}
@media screen and (max-width: 1681px){ 
     .header{
        padding:25px 0;
    }
     .header .title .site-title{
        height: 60px;
    }
    .footer{
        padding:50px 0 30px 0;
    }
     .header .logo-wrap img,
  .footer .logo-wrap img{
      height:55px;
  }
  .header .title{
      line-height:55px;
  }
  .footer .logo-wrap{
      margin-bottom:45px;
  }
  .footer .info-item, .footer .copyright-item{
      padding-bottom:20px;
  }
  .home-list-page .home-main{
      padding-top:145px;
  }
}
@media screen and (max-width: 1601px) {
    
  .home-list-page .home-main .item-name {
    font-size: 20px;
    padding: 25px 0;
  }
  .home-list-page .home-main .item-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1561px) {
  .home-list-page .home-main {
    padding-top: 70px;
    padding-top:135px;
  }
  .home-list-page .home-main {
    padding-bottom: 70px;
  }
  .home-list-page .search-content .form-control{
      height: 50px;
      font-size:15px;
  }
  .home-list-page .search-box .form-control{
      height: 50px;
      font-size:15px;
  }
  .home-list-page .search-btn{
      height:50px;
  }
  .home-list-page .search-title-img {
    height: 32px;
  }
  .home-list-page .search-btn{
      font-size:16px;
  }
  .home-list-page .home-main .item-meta{
      font-size:16px;
  }
}
@media screen and (max-width: 1441px) {
    .header .title{
        font-size:28px;
    }
    .header .title .site-title{
        height: 42px;
    }
  .contain-md {
    width: 76%;
  }
  .home-list-page .home-main .item-name {
    font-size: 18px;
    padding: 25px 0;
  }
  .home-list-page .home-main .item-desc {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .home-list-page .home-main .item-more {
    font-size: 12px;
  }
  .home-list-page .search-category .el-select__wrapper {
    line-height: 46px !important;
  }
  .home-list-page .search-input .el-input__wrapper,
  .home-list-page .search-category .el-select__wrapper {
    height: 46px !important;
    font-size: 16px;
  }
  .home-list-page .search-input .el-input__wrapper,
  .home-list-page .search-category .el-select__wrapper {
    height: 46px !important;
    font-size: 16px;
  }
  .home-list-page .search-btn {
    height: 46px;
  }
  .home-list-page .search-content .form-control{
      height: 46px;
      font-size:14px;
  }
  .home-list-page .search-box .form-control{
      height: 46px;
      font-size:14px;
  }
  .home-list-page .search-btn{
      font-size:14px;
  }
  .home-list-page .search-title-img {
    height: 30px;
  }
}

@media screen and (max-width:1241px){
    .header{
        padding:20px 0;
    }
    .home-list-page .home-main{
       padding-top: 125px; 
    }
     .header .logo-wrap img,
  .footer .logo-wrap img{
      height:50px;
  }
  .header .title{
      line-height:50px;
  }
  .header .title .site-title{
      height: 38px;
  }
}
@media screen and (max-width:1025px){
    .home-list-page .search-category{
        width:16.75vw;
    }
    .home-list-page .search-box{
        width:16.75vw;
    }
    .home-list-page .search-btn{
        width:8vw;
    }
    
    .home-list-page .search-btn{
         font-size:14px;
    }
    .home-list-page .search-btn .search-icon{
        height: 16px;
    }
}
@media screen and (max-width: 798px) {
    .header .title{
        font-size:14px;
        line-height:40px;
    }
    .header .title .site-title{
        height: 28px;
    }
  .pagination-bar li {
    display: none;
  }
  .pagination-bar li:first-child,
  .pagination-bar li:last-child {
    display: inline-block;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }
  .el-pagination.is-background .btn-next,
  .el-pagination.is-background .btn-prev,
  .el-pagination.is-background .el-pager li {
    background-color: #ffffff !important;
    border: solid 1px #dcd8da !important;
    width: 32px;
    height: 32px;
  }
  .contain-lg,
  .contain-md {
    width: 90%;
  }
  .header {
    padding: 3% 0;
  }
  .footer {
    padding: 35px 0 0;
  }
  .footer .logo-wrap {
    margin-bottom: 30px;
  }
  .footer .info-item,
  .footer .copyright-item {
    display: block;
    padding-left: 10px;
    padding-bottom: 15px;
  }
  .footer .copyright-items,
  .footer .info-items {
    font-size: 12px;
  }
  .header .logo-wrap img,
  .footer .logo-wrap img{
      height:40px;
  }
  .home-list-page .home-main .list-items {
    margin-bottom: 20px;
  }
  .home-list-page .home-main {
    padding: 75px 0 20px;
  }
  .home-list-page .pagination .el-pager {
    display: none;
  }
  .home-list-page .home-main .list-items {
    margin-top: 5%;
  }
  .home-list-page .home-main .item {
    margin-bottom: 5%;
    width: 50%;
  }
  .home-list-page .home-main .item-name {
    font-size: 16px;
    padding: 7% 0 8%;
  }
  .home-list-page .home-main .item-desc {
    font-size: 14px;
    padding: 0 5%;
    line-height: 1.5;
    margin-bottom: 8%;
  }
  .home-list-page .home-main .item-more {
    font-size: 14px;
    font-size: 12px;
    padding: 5px 10px;
  }
  .home-list-page .home-main .item-meta {
    padding: 10px 0;
    font-size: 14px;
  }
  .home-list-page .home-search {
    padding: 12px;
  }
  .home-list-page .search-category .el-select__wrapper {
    line-height: 32px !important;
  }
  .home-list-page .search-input .el-input__wrapper,
  .home-list-page .search-category .el-select__wrapper {
    height: 32px !important;
    font-size: 14px;
  }
  .home-list-page .search-box,
  .home-list-page .search-category {
    width: 30.72vw;
  }
  .home-list-page .search-box .form-control,
  .home-list-page .search-category .form-control {
    height: 32px;
    font-size: 14px;
  }
  .home-list-page .search-btn {
    height: 32px;
  }
  .home-list-page .search-title {
    display: none;
  }
  .home-list-page .search-category,
  .home-list-page .search-box {
    margin: 0 5px;
  }
  .home-list-page .search-btn .search-icon {
    display: none;
  }
  .home-list-page .search-btn {
    font-size: 12px;
    flex: 14.42vw 0 0;
  }
  .home-list-page .home-banner .swiper-pagination-bullet{
      width:20px;
      height: 4px;
  }
}
