@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%;
  background-color: #F5F7FA;
}

.main .layout {
  width: 1200px;
  margin: 0 auto;
}

.layout {
  width: 1200px;
  margin: 0 auto;
}

body a:hover {
  cursor: pointer;
  color: #6a9d45 !important;
}

.footer {
  min-width: 1200px;
}

.footer .footer-link {
  background-color: #ffffff;
  padding: 50px 0;
}

.footer .footer-link h3 {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  display: block;
  color: #666666;
  line-height: 22px;
  margin-bottom: 11px;
}

.footer .footer-link a {
  font-size: 14px;
  display: block;
  float: left;
  text-align: left;
  margin-right: 25px;
  color: #999;
  line-height: 20px;
}

.footer .footer-link a:hover {
  color: #999 !important;
}

.footer .info-wrap {
  text-align: center;
  background: url(../images/footer-background.png) no-repeat top center;
  background-size: 100%;
  padding-top: 55px;
  padding-bottom: 17px;
}

.footer .info-wrap span {
  font-size: 14px;
  color: white;
  display: inline-block;
  line-height: 29px;
}

.footer .info-wrap span.last {
  margin-right: 0;
}

.footer .info-wrap a {
  font-size: 14px;
  color: white;
  margin-right: 17px;
  line-height: 29px;
}

.footer .info-wrap a:hover {
  color: #fff !important;
}

.footer .info-wrap a i {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url(../images/icp-logo.png) no-repeat;
  vertical-align: -3px;
}

.footer .info-wrap div:nth-child(3)>span a:nth-child(1) {
  margin-right: 0;
}

header {
  min-width: 1200px;
}

header .layout {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .layout a,
header .layout div {
  position: relative;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
}

header .layout a img{
  width: 44px;
  margin-right: 13px;
}

header .layout a .icon-2{
  display: none;
}

header .layout a .mark{
  display: none;
  position: absolute;
  left: 0;
  bottom: -113px;
  z-index: 999;
}

header .layout a .mark img{
  width: 104px;
}

header .layout a:hover .icon{
  display: none;
}

header .layout a:hover .icon-2{
  display: block;
}

header .layout a:hover .mark{
  display: block;
}

header .layout .box {
  display: flex;
}

header .layout .box a {
  margin-right: 20px;
}

header img {
  display: block;
  max-width: 1920px;
  width: 100%;
  /* height: 794px; */
  margin: 0 auto;
}