.header .layui-nav {
  height: 60px;
  background: #181D33;
  padding: 0 15%;
  justify-content: space-between;
}
.header .layui-nav .layui-this:after {
  width: 120%;
  margin-left: -10%;
}
.header .layui-nav * {
  font-size: 15px;
}
.header .layui-nav .layui-nav-item a {
  padding: 0;
}
.header .layui-nav-bar {
  opacity: 0!important;
}
.header .layui-nav .layui-this:after,
.header .layui-nav-bar {
  height: 5px;
  background: #0C3AFF;
}
.header .module1 {
  width: 100%;
  height: 31px;
  background: #091728;
}
.header .module2 {
  width: 100%;
}
.header .applogo {
  width: 118px;
  height: 89px;
  background: url(../../static/images/common/applogo.png) center / 100% 100% no-repeat;
}
.header .telIcon,
.header .emailIcon {
  width: 33px;
  height: 33px;
  border-radius: 50%;
}
.header .telBox {
  margin-right: 50px;
}
.header .telIcon {
  background: #4181F6 url(../../static/images/common/tel.png) no-repeat center / 23px 24px;
}
.header .emailIcon {
  background: #4181F6 url(../../static/images/common/email.png) no-repeat center / 26px 20px;
}
//导航栏-电话-邮箱//
.header .module2 .font1 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.header .module2 .font2 {
  font-size: 15px;
  font-weight: 400;
  color: #999999;
}
.header .module2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 9px 15%;
}
.header .module2 .right,
.header .module2 .right > div {
  display: flex;
  align-items: center;
}
.header .module2 .right > div .icon {
  margin-right: 15px;
}
.header .module3 ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .module3 li {
  height: 100%;
}
.header .module3 span {
  height: 100%;
  display: inline-block;
  line-height: 67px;
  color: #999999;
  font-size: 17px;
  font-weight: normal;
}
.content {
  position: relative;
}
.content .bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.content .header_index {
  color: #FFFFFF;
}

.content .font1 {
  font-size: 55px;
  line-height: 58px;
  white-space: pre-line; 
}

.content .font2 {
  font-size: 27px;
  font-weight: 400;
}
.content hr {
  width: 186px;
  margin: 20px 0;
}
.content .header_index {
  padding-left: 179px;
  padding-top: 128px;
}
.lang-box {
  color: white;
  width: 100%;
  text-align: right;
  line-height: 31px;
  padding-right: 30px;
}
.lang-box span {
  cursor: pointer;
  display: inline-block;
  width: 80px;
  text-align: center;
}
.lang-box span.active,
.lang-box span:hover {
  font-weight: bolder;
  font-size: 16px;
}
