* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
  font-size: 16px;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.container {
  width: 1200px;
  margin: auto;
  position: relative;
}
.nav-list {
  display: flex;
}
.nav-list li a {
  display: block;
  color: #222222;
  text-align: center;
}
.nav-wrap {
  height: 90px;
}
.nav-wrap .nav-bar {
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 30;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.nav-wrap .nav-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1520px;
  width: auto;
}
.nav-wrap .nav-bar .container .logo {
  height: 46px;
  display: block;
  margin-right: 50px;
}
.nav-wrap .nav-bar .container .logo img {
  width: 207px;
  height: 46px;
  display: block;
}
.nav-wrap .nav-bar .container .nav-list li a {
  width: 110px;
  height: 90px;
  line-height: 90px;
}
.nav-wrap .nav-bar .container .nav-list li + li {
  margin-left: 10px;
}
.nav-wrap .nav-bar .container .nav-list li.on a {
  background: #019B2E;
  color: #fff;
}
.nav-wrap .nav-bar .container .nav-list li:not(.on):hover a {
  color: #019B2E;
}
.page-header {
  height: 398px;
  background-size: cover;
  background-position: center center;
  position: relative;
  min-width: 100%;
  display: inline-block;
}
.page-header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000000;
  opacity: 0.5;
}
.page-header.company-profile,
.page-header.contact {
  background-image: url("../images/company-profile/banner.png");
}
.page-header.business-scope {
  background-image: url("../images/business-scope/banner.png");
}
.page-header.landscape {
  background-image: url("../images/landscape/banner.png");
}
.page-header.service-group {
  background-image: url("../images/service-group/banner.png");
}
.page-header.advantage {
  background-image: url("../images/advantage/banner.png");
}
.page-header.strategic {
  background-image: url("../images/strategic/banner.png");
}
.page-header.recruitment {
  background-image: url("../images/recruitment/banner.png");
}
.page-header .container {
  z-index: 10;
  color: #fff;
  text-align: center;
  padding-top: 127px;
}
.page-header .container h3 {
  font-weight: 700;
  font-size: 60px;
  line-height: 79px;
  margin-bottom: 14px;
  display: flex;
  justify-content: center;
}
.page-header .container h3::before,
.page-header .container h3::after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background: #fff;
  margin-top: 69px;
}
.page-header .container h3::before {
  margin-right: 53px;
}
.page-header .container h3::after {
  margin-left: 53px;
}
.page-header .container p {
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}
.page-nav {
  min-width: 100%;
  display: inline-block;
  background: #F7F7F7;
}
.page-nav .container {
  display: flex;
  justify-content: space-between;
}
.page-nav .container .nav-list li {
  position: relative;
}
.page-nav .container .nav-list li a {
  width: 140px;
  height: 80px;
  line-height: 80px;
}
.page-nav .container .nav-list li.on a {
  color: #019B2E;
  font-weight: 700;
}
.page-nav .container .nav-list li.on::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #019B2E;
  left: 50%;
  bottom: 13px;
  transform: translateX(-50%);
  border-radius: 50%;
}
.page-nav .container .nav-list li:not(.on):hover a {
  color: #019B2E;
}
.page-nav .container .breadcrumb {
  display: flex;
}
.page-nav .container .breadcrumb .breadcrumb-item {
  line-height: 80px;
  color: #222222;
}
.page-nav .container .breadcrumb .breadcrumb-item.home {
  width: 14px;
  background: url("../images/breadcrumb-icon.png") no-repeat;
  background-size: 38px 24px;
  background-position: -5px 28px;
}
.page-nav .container .breadcrumb .breadcrumb-item + .breadcrumb-item {
  position: relative;
  padding-left: 29px;
}
.page-nav .container .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 9px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/breadcrumb-icon.png") no-repeat;
  background-size: 38px 24px;
  background-position: -29px -5px;
}
.page-nav .container .breadcrumb .breadcrumb-item.on,
.page-nav .container .breadcrumb .breadcrumb-itema:hover {
  color: #019B2E;
}
.page-block {
  min-width: 100%;
  display: inline-block;
}
.page-block .block-header {
  text-transform: uppercase;
  position: relative;
  z-index: 5;
}
.page-block .block-header .block-title {
  color: #222222;
  font-size: 40px;
  line-height: 53px;
}
.page-block .block-header .block-title span {
  color: #019B2E;
  margin-left: 15px;
}
.page-block .block-header .block-title + .block-title {
  margin-top: 8px;
}
.page-block .block-header .block-sub-title {
  font-size: 30px;
  line-height: 40px;
  color: #019B2E;
  margin-bottom: 13px;
}
.page-block .block-header.center {
  text-align: center;
}
.page-block .block-header.small .block-sub-title {
  font-size: 20px;
}
.page-block .block-header.white .block-title,
.page-block .block-header.white .block-sub-title {
  color: #fff;
}
.footer-wrap {
  background: #019B2E;
  color: #fff;
  height: 192px;
  min-width: 100%;
  display: inline-block;
}
.footer-wrap .container {
  display: flex;
  justify-content: center;
}
.footer-wrap .left-img {
  background: url("../images/footer-img.png");
  background-size: cover;
  width: 473px;
  height: 85px;
  margin-top: 54px;
}
.footer-wrap .contact-info {
  padding-left: 134px;
  position: relative;
  padding-top: 45px;
}
.footer-wrap .contact-info::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100px;
  background: #0BB73D;
  left: 62px;
  top: 46px;
}
.footer-wrap .contact-info li {
  padding-left: 36px;
  position: relative;
  line-height: 30px;
  font-size: 15px;
}
.footer-wrap .contact-info li::before {
  content: "";
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  left: 0;
  top: 2px;
  background: url("../images/footer-icon.png");
  background-size: 72px 72px;
}
.footer-wrap .contact-info li + li {
  margin-top: 6px;
}
.footer-wrap .contact-info li.phone::before {
  background-position: -5px -41px;
}
.footer-wrap .contact-info li.fax::before {
  background-position: -5px -5px;
}
.footer-wrap .contact-info li.addr::before {
  background-position: -41px -5px;
}
.footer-wrap .wechat-box {
  padding-top: 44px;
  margin-left: 108px;
}
.footer-wrap .wechat-box .wechat-code {
  width: 94px;
  height: 94px;
  margin: 0 auto 6px;
}
.footer-wrap .wechat-box .wechat-code img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-wrap .wechat-box .wechat-code-tips {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.bottom-bar {
  min-width: 100%;
  display: inline-block;
  padding: 26px 0;
  background: #222222;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
.bottom-bar .container {
  display: flex;
  justify-content: space-between;
}
.page ul {
  text-align: center;
  font-size: 0;
}
.page ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 38px;
  padding: 0 5px;
}
.page ul li a {
  color: #222222;
  display: block;
  background-color: #F7F7F7;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.page ul li a.page_on,
.page ul li a:hover {
  background-color: #019B2E;
  color: #fff;
}
.page ul li a.page_prev,
.page ul li a.page_next {
  position: relative;
}
.page ul li a.page_prev::after,
.page ul li a.page_next::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/company-profile/swiper-arrow.png");
  background-size: 96px 96px;
}
.page ul li a.page_prev::after {
  background-position: -53px -5px;
}
.page ul li a.page_prev:hover::after {
  background-position: -5px -53px;
}
.page ul li a.page_next::after {
  background-position: -53px -53px;
}
.page ul li a.page_next:hover::after {
  background-position: -5px -5px;
}
