@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;
}
.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: #001183 !important;
}
footer {
  width: 100%;
  background-color: #272C33;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
}
footer .infor-content {
  padding-top: 29px;
  text-align: left;
}
footer .infor-content span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
footer .infor-content a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 30px;
}
footer .infor-content a:hover {
  color: #FFFFFF  !important;
}
footer .info-copyright {
  text-align: center;
  padding-bottom: 20px;
}
footer .info-copyright span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: white;
}
footer .info-copyright a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: white;
  line-height: 27px;
  padding-right: 15px;
}
footer .info-copyright a:hover {
  color: white !important;
}
footer .info-copyright .icp_logo {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url(../images/icp-logo1.png) no-repeat;
  vertical-align: -3px;
  margin-right: 4px;
}
footer .footer .info-wrap {
  width: 100%;
  background-color: #272C33;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
}
footer .footer .info-wrap span.last {
  margin-right: 0;
}
footer .footer_line {
  width: 100%;
  height: 1px;
  background: rgba(210, 210, 210, 0.99);
  opacity: 0.4;
  margin-top: 27px;
  margin-bottom: 25px;
}
header .headbar {
  padding: 10px 0;
}
header .headbar .headbar-left {
  float: left;
}
header .headbar .headbar-left span,
header .headbar .headbar-left a {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  display: inline-block;
  margin-right: 20px;
  font-weight: 400;
}
header .headbar .headbar-right {
  float: right;
}
header .headbar .headbar-right a {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}
header .headbar .headbar-right a:nth-child(2) {
  padding-right: 14px;
}
header .headbar .headbar-right span {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  padding-right: 14px;
}
header .headbar .headbar-right i {
  font-size: 16px;
  color: #001183;
  line-height: 30px;
  display: inline-block;
  font-style: normal;
  padding: 0 10px;
}
header .headlogo {
  width: 100%;
  height: 180px;
  background: url(../images/banner.png) no-repeat center top;
  background-size: 1920px 100%;
  min-width: 1200px;
}
header .nav {
  width: 100%;
  height: 50px;
  background-color: #001183;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0px auto;
}
header .nav .nav-sider {
  position: relative;
}
header .nav .nav-sider > ul {
  height: 50px;
  display: flex;
}
header .nav .nav-sider > ul > li {
  position: relative;
  float: left;
  line-height: 50px;
  text-align: center;
  flex-shrink: 0;
}
header .nav .nav-sider > ul > li > a {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  display: block;
  margin: 0 36px;
  position: relative;
}
header .nav .nav-sider > ul > li > a:hover {
  color: white !important;
}
header .nav .active_sidebar:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: white;
  display: block;
  position: absolute;
  bottom: 7px;
}
header .nav .sidebar {
  display: none;
  background-color: #001183;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 125%;
}
header .nav .sidebar li a {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0 10px;
}
header .nav .sidebar li a:hover {
  color: white !important;
}
