* {
  box-sizing: border-box;
}
.text-ellipsis{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
body {
  font-family: "Microsoft Yahei", "SimSun", arial, sans-serif;
  font-size: 14px;
  line-height: 30px;
}

body,
h1,
h2,
h3,
ul,
dl,
dd,
p {
  margin: 0;
  padding: 0;
}

button,
select,
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

img {
  border: 0;
  outline: none;
  vertical-align: top;
}

li {
  list-style: none;
}

select,
a,
button {
  outline: none;
}

html,
body {
  min-width: 1200px;
}

a {
  text-decoration: none;
}
a{
  color: #333;
}
a:hover{
  color:#ef2f39;
}
header {
  height: 64px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  transition: all 0.1s ease-in-out;
}
header.fixed {
  background: #fff;
  border-bottom: none;
}
header.fixed .header_wrap .nav_list a {
  color: #333;
}
header.fixed .search_wrap {
  border: 1px solid #ebebeb;
  background: url(imgs/icon_search_active.png) no-repeat 6px;
  background-size: 16px;
}
header.fixed .search_wrap input {
  color: #333;
  position: relative;
  top: -1px;
}
header.fixed .search_wrap input::-moz-placeholder {
  color: #bcbcbc;
}
header.fixed .search_wrap input::placeholder {
  color: #bcbcbc;
}
header .header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}
header .header_wrap .header_left {
  display: flex;
}
header .header_wrap .nav_list {
  height: 100%;
  flex: 1;
}
header .header_wrap .nav_list ul{
  height: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
}
header .header_wrap .nav_list ul>li{
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;

}
header .header_wrap .nav_list ul>li>a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 22px;
  /*margin: 0 40px;*/
  display: block;
}
header .header_wrap .nav_list ul>li:hover .nav_item{
  display: block;
}
header .header_wrap .nav_list ul>li .nav_item{
  border-top: 1px solid #e60012;
  position: absolute;
  z-index: 9;
  top: 64px;
  left: 0;
  right: -0px;
  text-align: left;
  background: #fff;
  display: none;
  padding: 10px 0;
  border-left: 1px solid #dae0e6;
  border-right: 1px solid #dae0e6;
  border-bottom: 1px solid #dae0e6;
  border-radius: 3px!important;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}
header .header_wrap .nav_list ul>li .nav_item.relation li{
  text-align: center;
  padding-left: 0;
}
header .header_wrap .nav_list ul>li .nav_item li{
  padding-left: 10px;
  line-height: 40px;
  box-sizing: border-box;
  text-align: left;
}
header .header_wrap .nav_list ul>li .nav_item li a{
  display: block;
}
header .search_wrap {
  width: 165px;
  height: 30px;
  border-radius: 40px 40px 40px 40px;
  opacity: 1;
  border: 1px solid #ffffff;
  padding-left: 20px;
  background: url(imgs/icon_search.png) no-repeat 6px;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
header .search_wrap input {
  padding-left: 10px;
  width: 135px;
  height: 100%;
  border: none;
  background-color: transparent;
  outline: none;
  color: #fff;
}
header .search_wrap input::-moz-placeholder {
  color: #fff;
}
header .search_wrap input::placeholder {
  color: #fff;
}

footer {
  height: 349px;
  background: url(imgs/bg/footer.png) no-repeat;
  background-size: cover;
}
footer .footer_top {
  display: flex;
  justify-content: center;
  height: 82px;
  border-bottom: 1px solid rgba(227, 227, 227, 0.1);
}
footer .footer_top .footer_nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
}
footer .footer_top .footer_nav a {
  color: #ffffff;
}
footer .footer_top .footer_nav a:hover {
  color: #e60012;
}
footer .footer_bottom {
  display: flex;
  justify-content: center;
  padding-top: 63px;
}
footer .footer_bottom .container {
  display: flex;
  justify-content: space-between;
}
footer .footer_bottom p {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #505269;
  line-height: 20px;
  margin-bottom: 10px;
}
footer .footer_bottom p:first-child {
  margin-top: 30px;
}
footer .footer_bottom p a {
  color: #505269;
}
footer .footer_bottom p a:hover {
  color: #e60012;
}
footer .footer_bottom .footer_bottom_l img {
  margin-bottom: 30px;
}
footer .footer_bottom .footer_bottom_r {
  display: flex;
  justify-content: flex-end;
}
footer .footer_bottom .footer_bottom_r > div {
  margin-left: 37px;
}
.container {
  min-width: 1440px;
}

/*pages start*/
.pages {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
}
.pages span {
  display: inline-block;
  border: 1px solid #c8c8c8;
  font-size: 16px;
  color: #666;
  padding: 0 10px;
  margin: 0 5px;
}
.pages a {
  display: inline-block;
  border: 1px solid #c8c8c8;
  font-size: 16px;
  color: #666;
  padding: 0 10px;
  margin: 0 5px;
}
.pages a:hover {
  background: #e60012;
  border: 1px solid #e60012;
  color: #fff;
}
.pages span:hover {
  background: #e60012;
  border: 1px solid #e60012;
}
.pages span.active {
  background: #e60012;
  border: 1px solid #e60012;
  color: #fff;
}
.pages span.active a {
  color: #ffffff;
}
.pages span.disabled,span[disabled]{
  color: #ccc;
}
.pages span.disabled:hover,span[disabled]:hover{
  background: none;
  border: 1px solid #c8c8c8;
}
.pages span:hover a {
  color: #ffffff;
}
.read{
  border: 1px solid #e60012;
  width: 135px;
  height: 40px;
  text-align: -webkit-center;
  line-height: 40px;
  color: #e60012;
  display: block;
  margin: 0 auto;
}
.read:hover{
  color: #df3341;
}

.content .file{
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}
.content .file a{
  font-size: 14px;
  color: #e60012;
  text-decoration: underline;
}

@media (max-width: 1636px) {
  .container {
    min-width: 1200px;
  }
  header {
    height: 54px;
  }
  header .header_wrap {
    height: 54px;
  }
  header .header_wrap .nav_list ul>li>a {
    font-size: 14px;
    margin: 0 34px;
  }
  header .logo img {
    width: auto !important;
    height: 28px !important;
  }
  header .header_wrap .nav_list ul>li .nav_item{
    top: 54px;
  }

  footer {
    height: 297px;
  }
  footer .footer_top {
    height: 70px;
  }
  footer .footer_top .footer_nav {
    font-size: 14px;
  }
  footer .footer_bottom {
    padding-top: 53px;
  }
  footer .footer_bottom p {
    font-size: 12px;
    margin-bottom: 8px;
  }
  footer .footer_bottom p:first-child {
    margin-top: 24px;
  }
  footer .footer_bottom .footer_bottom_l img {
    margin-bottom: 25px;
    width: 183px !important;
  }
  footer .footer_bottom .footer_bottom_r {
    display: flex;
    justify-content: flex-end;
  }
  footer .footer_bottom .footer_bottom_r > div {
    margin-left: 30px;
  }
  footer .footer_bottom .footer_bottom_r > div img {
    width: 107px;
  }
}


