header {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 72px;
  z-index: 99;
  padding: 0 112px;
  box-sizing: border-box;
  background: #292E3D;
}
@media (max-width: 1280px) {
  header {
    padding: 0 48px;
  }
}
@media (max-width: 768px) {
  header {
    padding: 0 28px;
  }
}
@media (max-width: 375px) {
  header {
    padding: 0 16px;
  }
}
header .title {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 60px;
}
@media (max-width: 1279px) {
  header .list {
    display: none;
  }
}
header .list ul {
  display: flex;
}
header .list ul li {
  margin-left: 46px;
  font-weight: 500;
  font-size: 17px;
  line-height: 38px;
  white-space: nowrap;
  cursor: pointer;
}
header .list ul li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.65);
}
header .list ul .active {
  font-weight: 500;
  font-size: 17px;
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
header .list ul .active a {
  color: #FFFFFF;
}
header .menu-img {
  display: none;
}
@media (max-width: 1279px) {
  header .menu-img {
    display: inline-block;
  }
}
header .menu-list {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 812px;
  background: #fff;
  padding: 22px;
  box-sizing: border-box;
}
header .menu-list .top {
  display: flex;
  justify-content: space-between;
}
header .menu-list .top img {
  width: 17px;
  height: 17px;
}
header .menu-list ul {
  padding-top: 69px;
  width: 100%;
}
header .menu-list ul li {
  text-align: center;
  margin-top: 36px;
}
header .menu-list ul li a {
  font-family: 'Noto Sans SC';
  font-size: 15px;
  color: rgba(0, 0, 0, 0.65);
  position: relative;
}
@media (max-width: 1280px) {
  header .menu-list ul li .active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 26px;
    background: #262626;
  }
}
.section-one {
  min-height:600px;
}
.section-one .section-title {
  height: 40px;
  padding: 0 20%;
  background: #F2F2F2;
  line-height: 40px;
}
@media (max-width: 1100px) {
  .section-one .section-title {
    text-align: center;
  }
}
.section-one .section-title span {
  font-weight: 500;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.45);
}
.section-one article {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 24px;
  box-sizing: border-box;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.08);*/
}
.section-one article h1 {
  margin-top: 48px;
  margin-bottom: 30px;
  text-align: center;
}
.section-one article img {
  margin: 12px 0 24px;
  width: 100%;
  max-width: max-content;
}
.section-one article p:nth-of-type(1) {
  text-indent: 2em;
}
.section-one article p:nth-of-type(3) span:nth-of-type(1) {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 4px;
}
footer .one {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 87px 0;
  background: #F5F7FA;
}
@media (max-width: 850px) {
  footer .one {
    display: none;
  }
}
footer .one .text > p {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 700;
  font-size: 24.8201px;
  line-height: 29px;
  color: #2947A9;
}
footer .two {
  display: none;
  width: 100%;
  padding: 19px;
  box-sizing: border-box;
  background: #F5F7FA;
}
@media (max-width: 850px) {
  footer .two {
    display: block;
  }
}
footer .two .logo {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 700;
  font-size: 24.8201px;
  line-height: 29px;
  color: #2947A9;
}
footer .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 278px;
  height: 204px;
  font-family: 'Work Sans';
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 850px) {
  footer .text {
    height: auto;
  }
}
footer .text p {
  font-weight: 400;
  color: #292E3D;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 12px;
}
footer .text p i {
  font-weight: 500;
  font-variant: small-caps;
  color: #2947A9;
}
@media (max-width: 850px) {
  footer .map {
    margin: 28px 0;
  }
}
@media (max-width: 850px) {
  footer .map img {
    width: 100%;
    height: 100%;
  }
}
/*# sourceMappingURL=pressInfo.css.map */