@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;
}

.footer {
  min-width: 1300px;
  padding-top: 52px;
  padding-bottom: 30px;
  background: #141C1E;
}

.footer .layout {
  width: 1300px;
}

.footer .one {
  display: flex;
  margin-bottom: 70px;
}

.footer .one li .t {
  margin-bottom: 24px;
  font-size: 20px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 23px;
}

.footer .one li .t a {
  font-size: 20px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 23px;
}

.footer .one li div {
  margin-bottom: 14px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #9D9D9D;
  line-height: 16px;
}

.footer .one li div a {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #9D9D9D;
  line-height: 16px;
}

.footer .one li:nth-child(1) img {
  width: 184px;
}

.footer .one li:nth-child(2) {
  margin-top: 5px;
  margin-left: 48px;
  margin-right: 93px;
}

.footer .one li:nth-child(2) a {
  font-size: 22px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 26px;
}

.footer .one li:nth-child(3),
.footer .one li:nth-child(4),
.footer .one li:nth-child(5),
.footer .one li:nth-child(6) {
  display: flex;
  flex-direction: column;
}

.footer .one li:nth-child(3) {
  margin-right: 58px;
}

.footer .one li:nth-child(4),
.footer .one li:nth-child(5) {
  margin-right: 70px;
}

.footer .one li:nth-child(6) {
  margin-right: 0;
}

.footer .xian {
  width: 100%;
  height: 1px;
  background: #404142;
  margin-bottom: 28px;
}

.footer .two {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .two li {
  margin-right: 20px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #9D9D9D;
  line-height: 16px;
}

.footer .two li:nth-last-child(1) {
  margin-right: 0;
}

.footer .two li a {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #9D9D9D;
  line-height: 16px;
}

header {
  position: relative;
  z-index: 9999;
  height: 100px;
  box-sizing: border-box;
  background: transparent;
  position: fixed;
  width: 100%;
  min-width: 1200px;
}

header .layout {
  width: 1200px;
}

.wrap {
  display: flex;
  display: -webkit-flex;
}

.wrap li {
  margin-right: 18px;
}

.wrap li img {
  width: 191px;
  height: 124px;
  display: block;
}

.wrap li:last-child {
  margin-right: 0;
}

#nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.logo a {
  display: block;
}

.logo img {
  max-width: 100%;
  width: 142px;
  height: 47px;
  display: block;
}

ul.nav {
  display: inline-flex;
  flex: 1;
}

li.nav-item {
  flex: 1;
}

li.nav-item>a {
  display: block;
  text-align: center;
  line-height: 100px;
  font-size: 16px;
  position: relative;
}

.nav-item a {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

.nav-item a:hover {
  font-weight: 500;
  color: #0352FF;
}

.active a {
  font-weight: 500;
  color: #0352FF !important;
}

/* 二级菜单 */
.subMenu {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 228px;
  /* height: 0;
  opacity: 0; */
  gap: 20px;
  border-radius: 0px;
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0);
  box-shadow: rgba(0, 92, 176, 0.1) 0px 4px 12px;
  border-bottom: 2px solid #fff;
}

.sub_wrap {
  width: 1200px;
  height: 228px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.subMenu_text {
  width: 150px;
  height: 84px;
  margin-right: 66px;
}

.subMenu_text span {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}

.subMenu_text p {
  font-size: 18px;
  font-weight: 400;
  color: #C6C6C6;
}

.subMenu_text hr {
  background: #333333;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
}

.subMenu>ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

.header_rht {
  width: 140px;
  height: 43px;
  border-radius: 3px 3px 3px 3px;
  opacity: 1;
  border: 1px solid #999999;
  cursor: pointer;
  margin-left: 20px;
}

.header_rht img {
  width: 100%;
  display: block;
}

nav .last {
  border: 0;
  background: #0352FF;
  border-radius: 4px 4px 4px 4px;
  font-size: 18px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 43px;
  text-align: center;
  color: #fff;
  margin-left: 20px;
}


nav .last a {
  font-size: 18px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 43px;
  text-align: center;
  color: #fff;
}

.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
}