* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  min-width: 1200px;
  overflow-x: hidden;
  font-family: '微软雅黑';
}
ul,
li {
  padding: 0;
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
img {
  border: none;
}
p {
  margin: 0;
}
.inner {
  width: 1200px;
  margin: auto;
  box-sizing: border-box;
}
.header-wrapper .inner {
  height: 80px;
  line-height: 80px;
}
.header-wrapper:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.header-wrapper .logo {
  float: left;
}
.header-wrapper .logo img {
  height: 40px;
  vertical-align: middle;
}
.header-wrapper .header-nav-box {
  float: right;
}
.header-wrapper .header-nav-box .nav-ul1:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.header-wrapper .header-nav-box .nav-ul1 .nav-li1 {
  float: left;
  position: relative;
  display: inline-block;
  margin-left: 56px;
}
.header-wrapper .header-nav-box .nav-ul1 .nav-li1:first-child {
  margin-left: 0;
}
.header-wrapper .header-nav-box .nav-ul1 .nav-li1:hover .nav-ul2 {
  display: block;
}
.header-wrapper .header-nav-box .nav-ul1 .nav-li1.active .nav-a1 {
  color: #daa461;
}
.header-wrapper .header-nav-box .nav-ul1 .nav-li1.active:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  content: '';
  width: 28px;
  height: 2px;
  background-color: #daa461;
}
.header-wrapper .header-nav-box .nav-ul1 .nav-li1 .nav-a1 {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.header-wrapper .header-nav-box .nav-ul1 .nav-li1 .nav-ul2 {
  display: none;
  position: absolute;
  left: -28px;
  top: 58px;
  z-index: 100;
  width: 122px;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(227, 227, 227, 0.6);
  border-radius: 4px;
}
.header-wrapper .header-nav-box .nav-ul1 .nav-li1 .nav-ul2 .nav-li2:hover .nav-a2 {
  background-color: #F7F7F7;
}
.header-wrapper .header-nav-box .nav-ul1 .nav-li1 .nav-ul2 .nav-li2 .nav-a2 {
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: #595959;
  padding-left: 12px;
  box-sizing: border-box;
}
.footer-wrapper {
  background-color: #262626;
}
.footer-wrapper .inner {
  position: relative;
  padding-top: 45px;
}
.footer-wrapper .link-main:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.footer-wrapper .link-main .box {
  float: left;
  width: 140px;
  font-size: 14px;
}
.footer-wrapper .link-main .box:last-child {
  width: 500px;
}
.footer-wrapper .link-main .box li {
  margin-bottom: 18px;
}
.footer-wrapper .link-main .box li:first-child {
  margin-bottom: 22px;
}
.footer-wrapper .link-main .box li:first-child .link {
  color: #BDBDBD;
  line-height: 20px;
  font-weight: 500;
}
.footer-wrapper .link-main .box li:last-child {
  margin-bottom: 0;
}
.footer-wrapper .link-main .box .link {
  color: #8B8B8B;
  font-size: 14px;
  line-height: 14px;
}
.footer-wrapper .qrcode-box {
  position: absolute;
  right: 0;
  top: 47px;
}
.footer-wrapper .qrcode-box .qrcode {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  border: 1px solid #979797;
  box-sizing: border-box;
  padding: 5px;
}
.footer-wrapper .qrcode-box .qrcode .qr {
  width: 90px;
  height: 90px;
  vertical-align: middle;
  background-color: #fff;
  padding: 9px;
  border-radius: 8px;
}
.footer-wrapper .qrcode-box .text {
  color: #8B8B8B;
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
}
.footer-wrapper .copyright {
  padding-bottom: 15px;
  margin-top: 60px;
  font-size: 12px;
  color: #939393;
  text-align: center;
}
.index-wrapper .index-title {
  position: relative;
  padding-top: 70px;
  padding-bottom: 25px;
  margin-bottom: 38px;
  text-align: center;
}
.index-wrapper .index-title:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
  display: block;
  width: 29px;
  height: 2px;
  background-color: #daa461;
  content: '';
}
.index-wrapper .index-title:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 267px;
  height: 1px;
  background-color: #F1F1F1;
  content: '';
}
.index-wrapper .index-title .cn {
  color: #333;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}
.index-wrapper .index-title .en {
  color: #999;
  font-size: 16px;
  line-height: 16px;
  margin-top: 8px;
}
.index-wrapper .index-more {
  display: block;
  width: 120px;
  height: 34px;
  line-height: 32px;
  border-radius: 20px;
  border: 1px solid #D3D3D3;
  text-align: center;
  font-size: 14px;
  color: #666;
  background-color: #fff;
}
.index-wrapper .index-more:hover {
  color: #F05134;
}
.index-wrapper .banner-main .swiper-button-prev-aa,
.index-wrapper .banner-main .swiper-button-next-aa {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  outline: none;
  opacity: 1;
}
.index-wrapper .banner-main .swiper-button-prev-aa {
  left: calc((100% - 1200px) / 2 - 56px);
  background-image: url('images/swiper-prev.png');
}

.index-wrapper .banner-main .swiper-button-prev-aa.swiper-button-disabled {
  background-image: url('images/swiper-prev-disabled.png');
}
.index-wrapper .banner-main .swiper-button-next-aa {
  right: calc((100% - 1200px) / 2 - 56px);
  background-image: url('images/swiper-next.png');
}
.index-wrapper .banner-main .swiper-button-next-aa.swiper-button-disabled {
  background-image: url('images/swiper-next-disabled.png');
}
.index-wrapper .banner-main .swiper-pagination {
  bottom: 22px;
  font-size: 0;
}
.index-wrapper .banner-main .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  opacity: 1;
  border-radius: 0;
  border-radius: 50%;
  border: 1px solid #B9B9B9;
  box-sizing: border-box;
  background-color: transparent;
}
.index-wrapper .banner-main .swiper-pagination-bullet-active {
  border-color: #daa461;
  background-color: #daa461;
}
.index-wrapper .banner-main .box {
  position: relative;
  height: 580px;
}
.index-wrapper .banner-main .box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-wrapper .banner-main .box .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 220px;
  text-align: center;
  color: #fff;
}
.index-wrapper .banner-main .box .text:after {
  display: block;
  width: 36px;
  height: 4px;
  margin: 20px auto 0;
  background-color: #daa461;
  content: '';
}
.index-wrapper .banner-main .box .text .title {
  font-size: 72px;
  line-height: 72px;
  font-weight: 500;
}
.index-wrapper .banner-main .box .text .sub {
  font-size: 31px;
  line-height: 31px;
  margin-top: 20px;
}
.index-wrapper .project-main .inner {
  width: 1240px;
}
.index-wrapper .project-main .index-title {
  padding-top: 85px;
}
.index-wrapper .project-main .project-box {
  position: relative;
  padding-bottom: 116px;
}
.index-wrapper .project-main .project-box .swiper-button-prev-aa,
.index-wrapper .project-main .project-box .swiper-button-next-aa {
  position: absolute;
  top: 91px;
  margin: auto;
  z-index: 9;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  outline: none;
  opacity: 1;
}
.index-wrapper .project-main .project-box .swiper-button-prev-aa {
  left: calc((100% - 1200px) / 2 - 56px - 20px);
  background-image: url('images/swiper-prev.png');
}
.index-wrapper .project-main .project-box .swiper-button-prev-aa.swiper-button-disabled {
  background-image: url('images/swiper-prev-disabled.png');
}
.index-wrapper .project-main .project-box .swiper-button-next-aa {
  right: calc((100% - 1200px) / 2 - 56px - 20px);
  background-image: url('images/swiper-next.png');
}
.index-wrapper .project-main .project-box .swiper-button-next.swiper-button-disabled {
  background-image: url('images/swiper-next-disabled.png');
}
.index-wrapper .project-main .project-box .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 87px;
  font-size: 0;
}
.index-wrapper .project-main .project-box .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  opacity: 1;
  border-radius: 0;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #E6E6E6;
}
.index-wrapper .project-main .project-box .swiper-pagination-bullet-active {
  background-color: #daa461;
}
.index-wrapper .project-main .project-box .list {
  width: 1200px;
  margin: auto;
}
.index-wrapper .project-main .project-box .list:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.index-wrapper .project-main .project-box .list li {
  float: left;
}
.index-wrapper .project-main .project-box .list li:not(:last-child) {
  margin-right: 27px;
}
.index-wrapper .project-main .project-box .box {
  width: 382px;
  height: 364px;
  background-color: #fff;
  box-sizing: border-box;
}
.index-wrapper .project-main .project-box .box:hover {
  border-bottom: 3px solid #daa461;
  box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.09);
}
.index-wrapper .project-main .project-box .box .img {
  height: 235px;
  border-radius: 10px;
  overflow: hidden;
}
.index-wrapper .project-main .project-box .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-wrapper .project-main .project-box .box .text {
  padding: 20px 20px 0;
}
.index-wrapper .project-main .project-box .box .text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.index-wrapper .project-main .project-box .box .text .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #999;
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
}
.index-wrapper .voice-main {
  padding-bottom: 73px;
  background-image: url('images/voice-bg.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}
.index-wrapper .voice-main .index-title {
  margin-bottom: 35px;
}
.index-wrapper .voice-main .voice-box {
  height: 471px;
  padding-top: 68px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(224, 224, 224, 0.5);
  border-radius: 8px;
  background-image: url('images/voice-img-bg.png');
  background-repeat: no-repeat;
  background-size: auto 471px;
  background-position: left top;
}
.index-wrapper .voice-main .voice-box:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.index-wrapper .voice-main .voice-box .img-box {
  float: left;
  width: 680px;
  padding-left: 81px;
  box-sizing: border-box;
}
.index-wrapper .voice-main .voice-box .img-box .link {
  display: none;
  width: 554px;
  height: 330px;
  border-radius: 5px;
}
.index-wrapper .voice-main .voice-box .img-box .link.active {
  display: block;
}
.index-wrapper .voice-main .voice-box .img-box .link .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-wrapper .voice-main .voice-box .text-box {
  float: right;
  width: 520px;
  height: 330px;
  padding: 0 44px 0 18px;
  box-sizing: border-box;
  border-left: 1px solid #F3F3F3;
}
.index-wrapper .voice-main .voice-box .text-box .link {
  display: block;
  margin-bottom: 35px;
}
.index-wrapper .voice-main .voice-box .text-box .box {
  position: relative;
  height: 55px;
  box-sizing: border-box;
  border-bottom: 1px solid #F3F3F3;
}
.index-wrapper .voice-main .voice-box .text-box .box:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.index-wrapper .voice-main .voice-box .text-box .box.active:before {
  position: absolute;
  left: -20px;
  bottom: 12px;
  display: block;
  width: 2px;
  height: 40px;
  background-color: #daa461;
  content: '';
}
.index-wrapper .voice-main .voice-box .text-box .box.active .text .title {
  font-weight: 500;
}
.index-wrapper .voice-main .voice-box .text-box .box .time {
  float: left;
  width: 60px;
  font-size: 12px;
  line-height: 12px;
  color: #999;
  margin-top: 6px;
}
.index-wrapper .voice-main .voice-box .text-box .box .time span {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 16px;
}
.index-wrapper .voice-main .voice-box .text-box .box .text {
  float: right;
  width: 397px;
}
.index-wrapper .voice-main .voice-box .text-box .box .text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  font-size: 16px;
  line-height: 22px;
}
.index-wrapper .voice-main .voice-box .text-box .box .text .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  font-size: 13px;
  line-height: 18px;
  margin-top: 4px;
}
.index-wrapper .voice-main .voice-box .text-box .index-more {
  margin-top: -16px;
}
.index-wrapper .moment-main {
  padding-bottom: 53px;
  background-color: #F9F9F9;
}
.index-wrapper .moment-main .index-title {
  padding-top: 66px;
  margin-bottom: 28px;
}
.index-wrapper .moment-main .moment-box:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.index-wrapper .moment-main .moment-box .link {
  float: left;
  display: block;
  margin-right: 20px;
}
.index-wrapper .moment-main .moment-box .link:first-child .box {
  width: 560px;
  height: 409px;
}
.index-wrapper .moment-main .moment-box .link:first-child .box:before {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, #000000 218%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, #000000 218%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000000 218%);
}
.index-wrapper .moment-main .moment-box .link:first-child .box .text {
  padding: 0 20px 25px;
}
.index-wrapper .moment-main .moment-box .link:first-child .box .text .title {
  font-size: 22px;
  line-height: 30px;
}
.index-wrapper .moment-main .moment-box .link:first-child .box .text .time {
  font-size: 16px;
  line-height: 16px;
  margin-top: 6px;
}
.index-wrapper .moment-main .moment-box .link:nth-child(3) {
  margin-right: 0;
}
.index-wrapper .moment-main .moment-box .link:nth-child(4) {
  margin-top: 20px;
}
.index-wrapper .moment-main .moment-box .link:nth-child(5) {
  margin-right: 0;
  margin-top: 20px;
}
.index-wrapper .moment-main .moment-box .box {
  width: 300px;
  height: 194px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.index-wrapper .moment-main .moment-box .box:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
  content: '';
}
.index-wrapper .moment-main .moment-box .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.index-wrapper .moment-main .moment-box .box img:hover {

  transition: all 0.36s ease;
  transform: scale(1.08);  /*以y轴为中心旋转*/
}
.index-wrapper .moment-main .moment-box .box:hover img {
  transform: scale(1.1);
  transition: all 0.36s ease;
}
.index-wrapper .voice-main .voice-box .img-box .link img:hover {
  transform: scale(1.1);
  transition: all 0.36s ease;
}

.index-wrapper .moment-main .moment-box .box .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 14px 12px;
  box-sizing: border-box;
}
.index-wrapper .moment-main .moment-box .box .text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.index-wrapper .moment-main .moment-box .box .text .time {
  color: #999;
  font-size: 12px;
  line-height: 12px;
  margin-top: 4px;
}
.index-wrapper .moment-main .index-more {
  margin-top: 20px;
}
.index-wrapper .partner-main {
  padding-bottom: 138px;
}
.index-wrapper .partner-main .index-title {
  padding-top: 70px;
  margin-bottom: 30px;
}
.index-wrapper .partner-main .partner-box .list:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.index-wrapper .partner-main .partner-box .list li {
  float: left;
  width: 200px;
}
.index-wrapper .partner-main .partner-box .list li:first-child .link,
.index-wrapper .partner-main .partner-box .list li:nth-child(6n+1) .link {
  border-left: 1px solid #F0F0F0;
}
.index-wrapper .partner-main .partner-box .list li:nth-child(-n+6) .link {
  border-top: 1px solid #F0F0F0;
}
.index-wrapper .partner-main .partner-box .list .link {
  display: block;
  height: 140px;
  padding: 20px;
  box-sizing: border-box;
  border-right: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}
.index-wrapper .partner-main .partner-box .list .link:hover {
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}
.index-wrapper .partner-main .partner-box .list .link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-wrapper .brief-main {
  background-image: url('images/brief-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.index-wrapper .brief-main .inner {
  position: relative;
  height: 166px;
}
.index-wrapper .brief-main .logo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 229px;
  height: 192px;
  box-shadow: 0px -5px 20px 0px rgba(210, 210, 210, 0.5);
}
.index-wrapper .brief-main .text {
  position: relative;
  padding: 54px 158px 0 270px;
  box-sizing: border-box;
  color: #FFD1C9;
  font-size: 18px;
  line-height: 30px;
}
.index-wrapper .brief-main .text:before {
  position: absolute;
  left: 250px;
  top: 25px;
  display: inline-block;
  width: 33px;
  height: 26px;
  content: '';
  background-image: url('images/brief-icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.index-wrapper .brief-main .text:after {
  position: relative;
  top: 8px;
  display: inline-block;
  width: 33px;
  height: 26px;
  content: '';
  background-image: url('images/brief-icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}