@charset "utf-8";
.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
body {
  min-width: 1200px;
}
.main {
  width: 100%;
}
.main .layout {
  width: 1200px;
  margin: 0 auto;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
body a:hover {
  cursor: pointer;
  user-select: none;
  color: #005aba !important;
}
footer {
  padding: 60px 0;
  background-color: #005aba;
}
footer .layout {
  display: flex;
  justify-content: space-around;
}
footer .layout .info h1 {
  margin-bottom: 24px;
}
footer .layout .info h1 a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF !important;
}
footer .layout .info p {
  margin-top: 10px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}
footer .layout .nav h2 {
  margin-bottom: 24px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}
footer .layout .nav a {
  display: block;
  margin-top: 10px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF !important;
}
header .top {
  padding: 20px 0;
}
header .top .layout {
  display: flex;
  justify-content: space-between;
}
header .top .layout .left a,
header .top .layout .right a {
  margin: 0 10px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
header .top .layout .left a:nth-child(1),
header .top .layout .right a:nth-child(1) {
  margin-left: 0;
}
header .top .layout .left a:nth-last-child(1),
header .top .layout .right a:nth-last-child(1) {
  margin-right: 0;
}
header .banner {
  min-width: 1200px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
header .banner img {
  margin: 0 auto;
  display: block;
  max-width: 1920px;
}
header .nav {
  background: #005ABA;
}
header .nav .layout ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header .nav .layout ul li {
  position: relative;
}
header .nav .layout ul li a {
  display: block;
  padding: 20px 21px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF !important;
}
header .nav .layout ul li:hover {
  background: #003C7A;
}
header .nav .layout ul li:hover .nav-list {
  height: fit-content;
  opacity: 1;
  visibility: visible;
  transition: height 0.5s ease-in-out, opacity 0.3s ease-in-out;
}
header .nav .layout ul li .nav-list {
  position: absolute;
  top: 70px;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  width: 100%;
  background: #9B0000;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out, visibility 0.3s;
}
header .nav .layout ul li .nav-list a {
  padding: 10px 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
header .nav .layout ul .on {
  background: #003C7A;
}
header .logo_search {
  padding: 15px 0;
  background: linear-gradient(90deg, #003f86 0%, #0079dc 100%);
}
header .logo_search .layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo_search .layout .logo {
  display: flex;
}
header .logo_search .layout .logo h1 {
  margin-right: 106px;
}
header .logo_search .layout .logo h1 a {
  display: flex;
  align-items: center;
}
header .logo_search .layout .logo h1 a img {
  margin-right: 15px;
  display: block;
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}
header .logo_search .layout .logo h1 a p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 29px;
  color: #FFFFFF;
}
header .logo_search .layout .logo .slogan img {
  display: block;
  width: 127px;
  height: 77px;
  flex-shrink: 0;
}
header .logo_search .layout .search {
  height: fit-content;
  border-radius: 26px;
  overflow: hidden;
}
header .logo_search .layout .search form {
  display: flex;
}
header .logo_search .layout .search form input[type="text"] {
  border: none;
  padding: 0 20px;
  width: 225px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}
header .logo_search .layout .search form .button {
  padding: 12px 25px;
  background: #FFAA00;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  line-height: 27px;
  cursor: pointer;
}
