@font-face {
  font-family: 'AlibabaPuHuiTi-R.ttf';
  src: url('../css/AlibabaPuHuiTi-R.ttf') format('truetype');
}
@font-face {
  font-family: 'Pmzd.ttf';
  src: url('../css/Pmzd.ttf') format('truetype');
}
html,
body {
  background: #ffffff;
  width: 100%;
  height: 100%;
  font-family: 'simsun';
  font-family: 'AlibabaPuHuiTi-R.ttf';
}
.mainwidth {
  width: 11rem;
  margin: 0 auto;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  height: auto;
  display: block;
}
.nav {
  height: 1.15rem;
  background: #004798;
}
.nav ul {
  width: 11rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.nav ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #055cbf;
  color: #fff;
  text-align: center;
  font-size: 0.19rem;
  height: 100%;
  padding: 0rem 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0.02rem;
  cursor: pointer;
}
.nav .active {
  background: #0a77f3;
  font-weight: bold;
}
.intro {
  margin-top: 0.6rem;
  margin-bottom: 0.45rem;
  line-height: 0.4rem;
  background: url("../images/line1.png") bottom repeat-x;
  padding-bottom: 0.4rem;
}
.intro p {
  text-indent: 2em;
  text-align: justify;
  font-size: 0.19rem;
  letter-spacing: 0.005rem;
}
.publictit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.4rem;
}
.publictit .text1 {
  color: #004798;
  font-family: 'Pmzd.ttf';
}
.publictit .text1 .font1 {
  font-size: 0.6rem;
}
.publictit .text1 .font2 {
  font-size: 0.6rem;
}
.publictit .text2 {
  font-size: 0.25rem;
  font-weight: bold;
  height: 0.75rem;
  line-height: 0.75rem;
  background: url("../images/smalltextbg.png") center center no-repeat;
  width: 5rem;
  text-align: center;
  letter-spacing: 0.02rem;
}
.movie {
  position: relative;
}
.movie img {
  width: 100%;
  height: 100%;
  display: block;
}
.movie .play {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin-left: -0.3rem;
  margin-top: -0.35rem;
}
.movie .play img {
  width: 0.6rem;
  height: 0.7rem;
  cursor: pointer;
  opacity: 0.5;
}
.movie .play img:hover {
  opacity: 1;
}
.top-ten-projects > .swiper-container,
.top-ten-cases > .swiper-container {
  width: 100%;
  height: 100%;
  margin-top: 0.95rem;
}
.top-ten-projects > .swiper-container > .swiper-wrapper,
.top-ten-cases > .swiper-container > .swiper-wrapper {
  zoom: 0.885;
  margin-left: -9.5%;
}
.top-ten-projects > .swiper-container > .swiper-wrapper > .swiper-slide,
.top-ten-cases > .swiper-container > .swiper-wrapper > .swiper-slide {
  text-align: center;
  font-size: 0.22rem;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.top-ten-projects > .swiper-container > .swiper-wrapper > .swiper-slide a,
.top-ten-cases > .swiper-container > .swiper-wrapper > .swiper-slide a {
  width: 100%;
}
.top-ten-projects > .swiper-container > .swiper-wrapper > .swiper-slide a img,
.top-ten-cases > .swiper-container > .swiper-wrapper > .swiper-slide a img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 20px #999;
}
.top-ten-projects > .swiper-container > .swiper-wrapper > .swiper-slide:hover p,
.top-ten-cases > .swiper-container > .swiper-wrapper > .swiper-slide:hover p {
  color: #004798;
  font-weight: bold;
}
.top-ten-projects > .swiper-container > .swiper-wrapper .swiper-slide-active,
.top-ten-cases > .swiper-container > .swiper-wrapper .swiper-slide-active,
.top-ten-projects > .swiper-container > .swiper-wrapper .swiper-slide-next,
.top-ten-cases > .swiper-container > .swiper-wrapper .swiper-slide-next {
  transform: scale(1);
}
.top-ten-projects > .swiper-container > .swiper-wrapper .swiper-slide-active p,
.top-ten-cases > .swiper-container > .swiper-wrapper .swiper-slide-active p{
  color: #004798;
  font-weight: bold;
}
.top-ten-projects > .swiper-container .swiper-pagination,
.top-ten-cases > .swiper-container .swiper-pagination {
  height: 1rem;
  position: relative;
  padding-top: 0.5rem;
}
.top-ten-projects > .swiper-container .swiper-pagination .swiper-pagination-bullet,
.top-ten-cases > .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0.01rem 0.2rem !important;
}
.top-ten-projects > .swiper-container .swiper-pagination .swiper-pagination-bullet-active,
.top-ten-cases > .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #ccbf76;
}
.top-ten-projects > .swiper-container .swiper-button,
.top-ten-cases > .swiper-container .swiper-button {
  position: absolute;
  width: 56%;
  margin-left: 22%;
  top: 35%;
}
.top-ten-projects > .swiper-container .swiper-button .swiper-button-next,
.top-ten-cases > .swiper-container .swiper-button .swiper-button-next,
.top-ten-projects > .swiper-container .swiper-button .swiper-button-prev,
.top-ten-cases > .swiper-container .swiper-button .swiper-button-prev {
  color: #fff;
  font-weight: bold;
}
.ten-year-journey {
  background: url("../images/bg1.png") center center no-repeat #f9f8f8;
  padding: 0.45rem 0rem;
}
.ten-year-journey .dsc {
  margin-top: 0.25rem;
  display: flex;
}
.ten-year-journey .dsc .text {
  flex: 1;
  line-height: 0.32rem;
  text-align: justify;
  padding-right: 0.2rem;
  letter-spacing: 0.00065rem;
}
.ten-year-journey .dsc .more {
  width: 1rem;
  border-left: 0.04rem solid #ccbf76;
  text-align: center;
}
.ten-year-journey .dsc .more a {
  display: block;
  margin-top: 0.7rem;
}
.beautiful-builder {
  background: url("../images/bg2.png") center center no-repeat #f9f8f8;
  padding: 0.45rem 0rem;
}
.beautiful-builder .beautiful-builder-menusilder {
  display: flex;
  margin-top: 0.4rem;
}
.beautiful-builder .beautiful-builder-menusilder li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.21rem;
  line-height: 0.45rem;
  padding-top: 0.19rem;
  cursor: pointer;
}
.beautiful-builder .beautiful-builder-menusilder li p {
  border-top: #c9bd74 solid 0.06rem;
  width: 100%;
  text-align: center;
}
.beautiful-builder .beautiful-builder-menusilder .active {
  background: url("../images/sjx.png") no-repeat top center;
  font-weight: bold;
}
.beautiful-builder .beautiful-movie .movie:nth-child(2) {
  display: none;
}
.beautiful-builder > .mainwidth > .more {
  text-align: right;
  padding: 0.2rem 0rem;
}
.beautiful-builder > .mainwidth > .more:nth-child(2) {
  display: none;
}
.flourishing {
  background: url("../images/fhbg.jpg");
  background-size: cover;
}
.flourishing .fhdsc {
  line-height: 0.35rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.special-subject {
  padding: 0.5rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.special-subject a {
  width: 30%;
  height: auto;
  overflow: hidden;
}
.special-subject a img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transform: scale(1);
  transition: transform 0.5s ease;
}
.special-subject a:hover img {
  transform: scale(1.05);
}
.esg {
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
}
.esg .report {
  padding: 0.65rem 0rem;
  background: url("../images/line2.png") top repeat-x;
  line-height: 0.35rem;
}
.esg .report-book {
  width: 100%;
  height: auto;
}
.footer {
  height: 1rem;
  background: #004799;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer p {
  color: #2880e1;
}
.footer p span {
  margin: 0rem 0.2rem;
}
.top-ten-projects,
.beautiful-builder,
.top-ten-cases,
.flourishing {
  padding: 0.45rem 0rem;
}
.fixednav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
}
.video-wrapper {
  display: flex;
  padding: 1rem;
  min-height: 12rem;
  background: url("../images/bg3.png");
  background-size: cover;
}
.video-wrapper > .gallery-top {
  flex: 2.3;
  margin-right: 10%;
}
.video-wrapper > .gallery-top .video-content {
  position: relative;
}
.video-wrapper > .gallery-top .video-content .video {
  width: 100%;
  height: auto;
}
.video-wrapper > .gallery-top .video-content .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.61rem;
  height: 0.71rem;
  margin-left: -0.3rem;
  margin-top: -0.35rem;
  z-index: 10;
  opacity: 0.5;
  cursor: pointer;
}
.video-wrapper > .gallery-top .video-content .btn:hover {
  opacity: 1;
}
.video-wrapper > .gallery-top .lcont h1 {
  font-weight: bold;
  font-size: 0.32rem;
  line-height: 0.6rem;
  border-bottom: #c9bd74 solid 0.04rem;
}
.video-wrapper > .gallery-top .lcont p {
  line-height: 0.3rem;
  padding: 0.1rem 0rem;
}
.video-wrapper > .swiper-list {
  padding-left: 0.6rem;
  border-left: #c9bd74 solid 0.04rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.video-wrapper > .swiper-list > .list-box {
  display: flex;
  width: 100% !important;
  height: 1.1rem !important;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.video-wrapper > .swiper-list > .list-box img {
  width: 1.6rem;
  height: 1.1rem;
}
.video-wrapper > .swiper-list > .list-box .con {
  padding: 0.1rem;
  display: flex;
  flex-direction: column;
}
.video-wrapper > .swiper-list > .list-box .con h1 {
  font-size: 0.16rem;
  font-weight: bold;
}
.video-wrapper > .swiper-list > .list-box .con p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.zw-content {
  background: url("../images/bg3.png") top center no-repeat;
}
.zw-content .mainwidth {
  width: 11rem;
  margin: 0 auto;
  min-height: 11rem;
}
.zw-content .mainwidth > .title {
  font-size: 0.32rem;
  color: #333;
  margin-top: 1.2rem;
  text-align: center;
  font-weight: bold;
}
.zw-content .mainwidth > .con {
  font-size: 18px;
  line-height: 40px;
  margin: 0.3rem 0;
  font-family: "Microsoft YaHei";
}
.zw-content .mainwidth > .con > .TRS_Editor {
  font-size: 18px;
  line-height: 40px;
  margin: 0.3rem 0;
  font-family: "Microsoft YaHei";
}
