body {
  padding: 0;
  margin: 0;
  box-sizing: border-box !important;
}
[v-cloak] {
  display: none;
}
a {
  text-decoration: none;
  color: #000;
}
.bgHeader {
  /*background: transparent !important;*/
}
header {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 84px;
  /*background-color: #2a2a2a;*/
  background-color: #fff;
  min-height: 84px;
  position: fixed;
  z-index: 99;
  top: 0;
}
header .fade-leave,
header .fade-enter-to {
  opacity: 1;
}
header .fade-leave-active,
header .fade-enter-active {
  transition: all 1.5s;
}
header .fade-leave-to,
header .fade-enter {
  opacity: 0;
}
header .collapses {
  align-items: center;
  min-height: 48px;
  line-height: 48px;
  background-color: #FFF;
  color: #303133;
  cursor: pointer;
  border-bottom: 1px solid #EBEEF5;
  font-size: 13px;
  font-weight: 500;
  padding: 0 20px;
}
header .collapses .el-collapse-item__header {
  padding: 0;
  border-bottom: none;
}
header .collapses .el-collapse-item__wrap {
  border-bottom: none;
}
header .collapses .el-collapse {
  border-top: none;
}
header .header-pupop {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 43px 0;
  z-index: 100;
  transform: translateY(100%);
  display: flex;
  justify-content: center;
  overflow-y: auto;
  max-height: 65vh;
}
.seccate {
    width: 100%;
    padding: 0 20px;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    line-height: 48px;
    background-color: #FFF;
    color: #303133;
    cursor: pointer;
    border-bottom: 1px solid #EBEEF5;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: border-bottom-color .3s;
    transition: border-bottom-color .3s;
    outline: 0;
    cursor: pointer;
}
.dow {
    
}
.dow .dow-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dow .dowNo {
    display: none;
}
header .header-pupop .popup {
  width: 1140px;
  display: flex;
  flex-wrap: wrap;
  
}
header .header-pupop .popup .popup-item {
  width: 1.25rem;
  margin-right: 0.2604rem;
  margin-bottom: 0.3646rem;
}
header .header-pupop .popup .popup-item .popup-title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
header .header-pupop .popup .popup-item .line-img {
  width: 100%;
}
header .header-pupop .popup .popup-item .line-img img {
  width: 100%;
}
header .header-pupop .popup .popup-item .popup-item-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .header-pupop .popup .popup-item .popup-item-main .popup-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.1458rem;
  margin-right: 0.0521rem;
}
header .header-pupop .popup .popup-item .popup-item-main .popup-text a {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
}
header .header-pupop .popup .popup-item .popup-item-main .popup-text a:hover {
  color: #00468e;
}

header .header-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 98%;
  padding: 0 30px;
}
header .header-nav .nav-logo {
  display: flex;
  align-items: center;
  margin-right: 78px;
}
header .header-nav .nav-logo a {
  display: flex;
  align-items: center;
}
header .header-nav .nav-logo img {
  width: 200px;
}
header .header-nav2 .nav-logo img {
  width: 200px;
}
header .header-nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
}
header .header-nav ul li {
  margin-right: 0.1823rem;
}
header .header-nav ul li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  padding-bottom: 0.0313rem;
}
header .header-nav ul li .active {
  color: #00468e;
  border-bottom: 2px solid #00468e;
}
header .header-nav .nav-search {
  width: 1rem;
  /*height: 0.1979rem;*/
  position: relative;
}
header .header-nav .nav-search .submit-search {
    background: transparent;
    border: none;
    width: 0.0781rem;
    height: 0.0781rem;
    position: absolute;
    right: 0.0521rem;
    top: 50%;
    transform: translateY(-94%);
    cursor: pointer;
}
header .header-nav .nav-search .search {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  font-size: 0.0625rem;
  padding-bottom: 0.0313rem;
  color: #000;
  border-bottom: 1px solid #000;
}
header .header-nav .nav-search img {
  width: 0.0781rem;
  height: 0.0781rem;
  position: absolute;
  right: 0.0521rem;
  top: 50%;
  transform: translateY(-94%);
  cursor: pointer;
} 
header .header-nav .nav-search2 form {
    position: relative;
}
header .header-nav .nav-search2 .search {
    width: 100%;
    height: 100%;
    background: #000;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    font-size: 14px;
    color: #fff;
    padding: 15px 20px;
}
header .header-nav .nav-search2 .search::input-placeholder{
	color:#fff;
}
header .header-nav .nav-search2 img {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 31px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
header .header-nav .nav-search2 .submit-search {
    background: transparent;
    border: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 31px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
header .header-nav .nav-left {
  display: none;
}
header .nav-h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 84px;
    margin: 0 auto;
    width: 95%;
}
/*分页*/
.pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding: 0;
}
.pagination .active {
    color: #fff;
    background: #0195df;
}
.pagination li {
    /*padding: 8px 14px;*/
    /*background: #f6f6f6;*/
    /*font-size: 14px;*/
    /*margin-right: 5px;*/
    /*color: #4e6ef2;*/
    color: #333;
    /*padding: 0 17px;*/
    width: 36px;
    text-align: center;
    margin: 0 4px;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 1px 10px #e4e3e3;
    border-radius: 3px;
}
.pagination li a {
    display: block;
    cursor: pointer;
}
.pagination li:hover {
    background: #0195df;
}
.pagination li:hover a {
    color: #fff;
}
.pagination li:last-child {
    margin-right: 0;
    /*background: #f6f6f6;*/
}
.pagination li:first-child {
    /*background: #f6f6f6;*/
}
.pagination li:last-child a,
.pagination li:first-child a {
    color: #000;
}
.pagination li:last-child:hover a,
.pagination li:first-child:hover a {
    color: #fff;
}
.pagination .disabled {
    display: none !important;
}
/*@media (min-width: 1200px) {*/
/*    width:1170px*/
/*}*/
@media (max-width: 860px) {
  header .header-nav .nav-main {
    display: none !important;
  }
  header .header-nav .nav-search {
    display: none !important;
  }
  header .header-nav .nav-left {
    display: block !important;
  }
  header .header-nav .nav-left i {
    font-size: 28px !important;
    color: #333;
    cursor: pointer;
  }
  header .header-nav {
      width: 95% !important;
      padding: 0 !important;
      justify-content: space-between !important;
  }
  header .header-nav .nav-logo img {
    width: 120px;
  }
  header .header-nav2 .nav-logo img {
    width: 120px;
  }
}
@media (max-width: 580px) {
  header .collapses .el-collapse-item__header {
      font-size: 12px !important;
      height: 100%;
  }
}
