ul {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  cursor: pointer;
}
a {
  color: #000;
}

.fixed {
  position: fixed !important;
  top: 0 !important;
  animation: slideDown 0.45s;
  width: 100%;
  z-index: 99;
  background: #fff;
}

.row > div {
  box-sizing: border-box;
}
.clear {
  clear: both;
}
li {
  list-style: none;
}

.crumbs {
  color: #999;
  margin: 25px 0;
}
.crumbs a {
  color: #999;
}
.crumbs a:hover {
  color: #183883;
}
.crumbs > span {
  margin: 0 5px;
}
.crumbs > img {
  margin-right: 15px;
}
.crumbs a:last-child {
  color: #183883;
}

.header1 {
  padding: 25px 0 35px 0;
  display: flex;
}
.header_logo  {
	flex: 3;
}
.header_logo img {
  width: 240px;
}
.header_search {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_search::after {
  content: '';
  display: block;
  clear: both;
}
.header_search form {
  display: block;
}
.header_search input {
  float: left;
  border: 1px solid #ccc;
  height: 34px;
  outline: none;
  box-sizing: border-box;
  padding: 0 15px;
}
.header_search span {
  float: left;
  display: inline-block;
  width: 40px;
  height: 34px;
  background: #999;
  text-align: center;
  line-height: 34px;
  position: relative;
}
.header_search span input {
  width: 40px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}

.header_container {
  width: 100%;
  background-color: #183883;
}

.header_menu {
  position: relative;
  background: #fff;
  display: flex;
}
.header_menu::after {
  content: '';
  display: block;
  clear: both;
}
.header_menu > li {
  float: left;
  width: 14.285%;
  text-align: center;
  background: #183883;
  transition: all 0.45s;
}
.header_menu > li a {
  display: block;
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  padding: 20px 0;
  border: 2px solid #fff;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}
.header_menu > li:first-child a {
  border-left-width: 2px;
}
.header_menu .header_active {
  background: #da261d;
}
.header_menu > li:hover {
  background: #da261d;
}

.erji_list > .erji_list_item {
  display: none;
  position: absolute;
  top: 167px;
  left: 0;
  /* transform: translateX(-50%); */
  z-index: 10;
  padding-top: 20px;
}
.erji_ul {
  background: rgba(255, 255, 255, 1);
  padding: 25px 20px;
  display: flex;
  flex-wrap: wrap;
  line-height: 21px;
  justify-content: space-between;
}
.erji_ul::after {
  content: '';
  display: block;
  clear: both;
}
.erji_ul > li {
  /* float: left; */
  max-width: 222px;
  margin-right: 20px;
}
.erji_ul > li > p {
  color: #183883;
  font-size: 16px;
  margin-bottom: 20px;
}
.erji_ul > li > ul > li {
  margin-bottom: 10px;
  box-sizing: border-box;
  padding-left: 15px;
  position: relative;
}
.erji_ul > li > ul > li::before {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  background: #666;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 9.5px;
}
.erji_ul > li > ul > li a {
  color: #666;
}
.erji_ul > li > ul > li a:hover {
  color: #183883;
}

.footer_container {
  background: #eeeeee;
  color: #666666;
  padding: 60px 0 30px 0;
}
.footer_container a {
  color: #666666;
}

.footer_container a:hover {
  color: #183883;
}
.footer_ul1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_ul1::after {
  content: '';
  display: block;
  clear: both;
}
.footer_ul1 > li {
  width: 14%;
  box-sizing: border-box;
  /* padding-right: 15px; */
}
.footer_ul1 > li > a {
  display: block;
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
}
.footer_ul2 > li {
  margin-bottom: 13px;
  max-width: 160px;
}
.footer_ul2 > li > a {
  font-size: 12px;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.links {
  text-align: right;
}
.links > a {
  margin: 0 10px;
}

.footer2_container {
  color: #666;
  padding: 20px 0 10px;
  font-size: 12px;
}
.footer2_container a {
  color: #666;
  font-size: 12px;
}
.footer2_container a:hover {
  color: #183883;
}
.footer2::after {
  content: '';
  display: block;
  clear: both;
}
.footer2 > p {
  float: left;
}
.footer2 > p:first-child {
  margin-right: 35px;
}

.footer2 > p:last-child {
  float: right;
}

/*鍒嗛〉*/
.pagination {
  overflow: hidden;
  text-align: center;
  margin-top: 30px;
  width: 100%;
}
.pagination a,
.pagination span {
  display: inline-block;
  border: #ddd7d7 1px solid;
  padding: 5px 10px;
  background: #fff;
  margin: 0px 5px;
}
.pagination a:hover,
.pagination span:hover,
.pagination .current {
  background: #0059bd;
  color: #fff;
}
.pagination .rows {
  display: none;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .header_search input {
    width: 150px;
    height: 28px;
  }
  .header_search span {
    width: 36px;
    height: 28px;
    line-height: 28px;
  }
  .header_search span img {
    width: 18px;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .header_search input {
    width: 120px;
    height: 28px;
  }
  .header_search span {
    width: 36px;
    height: 28px;
    line-height: 28px;
  }
  .header_search span img {
    width: 18px;
  }
  .header_menu > li a {
    font-size: 12px;
  }
  .footer_ul1 > li {
    width: 25%;
  }
  .footer_ul1 > li > a {
    font-size: 14px;
  }
  .footer_container a {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
}

/* div内显示一行，超出部分用省略号显示 */
.line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
