* {
  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;
}
a:hover {
  text-decoration: none;
  color: #000;
}
img {
  border: none;
}
p {
  margin: 0;
}
.inner {
  width: 1200px;
  margin: auto;
  box-sizing: border-box;
}
.header-wrapper {
  box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.header-wrapper .inner {
  height: 72px;
  line-height: 72px;
}
.header-wrapper:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.header-wrapper .logo {
  float: left;
}
.header-wrapper .logo img {
  height: 20px;
  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: #BA2122;
}
.header-wrapper .header-nav-box .nav-ul1 .nav-li1.active:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  margin: auto;
  z-index: 99;
  content: '';
  width: 20px;
  height: 4px;
  background-color: #BA2122;
  border-radius: 3px;
}
.header-wrapper .header-nav-box .nav-ul1 .nav-li1 .nav-a1 {
  font-size: 16px;
  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 {
  padding-top: 30px;
  background-color: #333;
}
.footer-wrapper .footer-inner {
  padding-left: 114px;
  padding-bottom: 40px;
}
.footer-wrapper .footer-inner:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.footer-wrapper .footer-inner .box {
  width: 160px;
  float: left;
  font-size: 14px;
}
.footer-wrapper .footer-inner .box.box2 {
  width: 446px;
}
.footer-wrapper .footer-inner .box.box2 .nav-item {
  display: block;
  cursor: default;
}
.footer-wrapper .footer-inner .box .nav {
  color: #D8A05C;
}
.footer-wrapper .footer-inner .box .nav:after {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #F3CEA3;
  border-radius: 2px;
  content: '';
  margin-top: 5px;
}
.footer-wrapper .footer-inner .box .nav-item {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  vertical-align: middle;
}
.footer-wrapper .footer-inner .box .link-main {
  margin-top: 20px;
}
.footer-wrapper .footer-copyright {
  height: 100px;
  line-height: 100px;
  font-size: 14px;
  color: #9898A1;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-wrapper .footer-copyright span {
  margin-left: 20px;
}
.footer-wrapper .footer-copyright img {
  height: 12px;
  margin: 0 5px;
  vertical-align: middle;
}
.nav-wrap .nav-ul1 .nav-li1 {
  border-bottom: 1px solid #EDEDED;
}
.nav-wrap .nav-ul1 .nav-li1:last-child {
  border-bottom: none;
}
.nav-wrap .nav-ul1 .nav-li1.active .nav-a1 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #666666;
}
.nav-wrap .nav-ul1 .nav-li1.active .nav-a1:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 15px;
  content: '';
  background-color: #F05134;
}
.nav-wrap .nav-ul1 .nav-li1.active .nav-ul2 {
  display: block;
}
.nav-wrap .nav-ul1 .nav-li1 .nav-a1 {
  display: block;
  padding: 15px;
  box-sizing: border-box;
  font-size: 16px;
  color: #888888;
}
.nav-wrap .nav-ul1 .nav-li1 .nav-ul2 {
  display: none;
  padding: 10px 0;
  border-top: 1px solid #EDEDED;
}
.nav-wrap .nav-ul1 .nav-li1 .nav-ul2 .nav-li2.active .nav-a2 {
  color: #F05134;
}
.nav-wrap .nav-ul1 .nav-li1 .nav-ul2 .nav-li2 .nav-a2 {
  line-height: 34px;
  display: block;
  font-size: 14px;
  color: #666666;
  padding-left: 15px;
}
.common-banner {
  position: relative;
  height: 300px;
}
.common-banner .title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 270px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.common-nav {
  position: relative;
  z-index: 10;
  width: 1060px;
  height: 88px;
  line-height: 88px;
  margin: auto;
  background-color: #fff;
  border-radius: 0 44px 44px 44px;
  box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.14);
  margin-top: -24px;
}
.common-nav ul:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.common-nav ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.common-nav .active {
  position: relative;
}
.common-nav .active a {
  color: #D8A05C;
}
.common-nav .active:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  margin: auto;
  display: block;
  width: 20px;
  height: 4px;
  border-radius: 3px;
  background-color: #D8A05C;
  content: '';
}
.common-nav a {
  display: block;
  color: #4A4A4A;
  font-size: 20px;
}
.common-title {
  position: relative;
  top: -20px;
  height: 40px;
  line-height: 40px;
  padding-left: 0.4rem;
  border-bottom: 1px solid #D8A05C;
  margin-top: 60px;
}
.common-title .title-box {
  position: absolute;
  left: 0;
  top: 20px;
  background-color: #fff;
  font-size: 0;
  padding-right: 24px;
}
.common-title .title-box .icon {
  height: 20px;
  vertical-align: middle;
}
.common-title .title-box .title {
  display: inline-block;
  color: #333;
  font-size: 26px;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 6px;
}
.common-page {
  font-size: 0;
  text-align: right;
}
.common-page .btn {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  color: #595959;
  font-size: 14px;
  background-color: #fff;
  margin-right: 8px;
  padding: 0 5px;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #E3E3E3;
}
.common-page .btn:last-child {
  margin-right: 0;
}
.common-page .btn.active {
  color: #428DD7;
  border-color: #428DD7;
}
.common-page .btn.ellipsis {
  cursor: default;
  color: #ccc;
  border-color: transparent;
}
.common-page .btn.text {
  cursor: default;
  border-color: transparent;
}
.common-crumbs {
  margin-top: 20px;
  height: 20px;
  line-height: 20px;
}
.common-crumbs .btn {
  font-size: 14px;
  color: #4A4A4A;
  margin-right: 4px;
}
.common-crumbs .btn:after {
  content: ' >';
}
.common-crumbs .btn:last-child:after {
  display: none;
}
.index-wrapper .swiper-wrap {
  height: 540px;
}
.index-wrapper .swiper-wrap .swiper-container {
  width: 100%;
  height: 100%;
}
.index-wrapper .swiper-wrap .swiper-container a {
  display: block;
  height: 100%;
}
.index-wrapper .swiper-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-wrapper .swiper-wrap .swiper-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.index-wrapper .swiper-wrap .swiper-btn-prev {
  left: 30px;
  background-image: url('images/prev.png');
}
.index-wrapper .swiper-wrap .swiper-btn-prev:hover {
  background-image: url('images/prev-active.png');
}
.index-wrapper .swiper-wrap .swiper-btn-next {
  right: 30px;
  background-image: url('images/next.png');
}
.index-wrapper .swiper-wrap .swiper-btn-next:hover {
  background-image: url('images/next-active.png');
}
.index-wrapper .recommend-wrap {
  margin-top: 60px;
}
.index-wrapper .recommend-wrap ul:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.index-wrapper .recommend-wrap ul li {
  float: left;
  margin-right: 30px;
  box-shadow: 1px 1px 10px #ddd;
}
.index-wrapper .recommend-wrap ul li:nth-child(3n) {
  margin-right: 0;
}
.index-wrapper .recommend-wrap ul li:hover .box .text .btn {
  color: #fff;
  background-color: #F05134;
}
.index-wrapper .recommend-wrap .box {
  width: 380px;
  background-color: #fff;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
}
.index-wrapper .recommend-wrap .box .img {
  height: 220px;
}
.index-wrapper .recommend-wrap .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-wrapper .recommend-wrap .box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  height: 45px;
  line-height: 45px;
  font-size: 22px;
  color: #fff;
  padding: 0 30px;
  background-image: url('images/recommend-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.index-wrapper .recommend-wrap .box .title:before {
  display: block;
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 24px;
  background-color: #fff;
  content: '';
}
.index-wrapper .recommend-wrap .box .text {
  position: relative;
  height: 136px;
  padding: 16px 15px 0;
  box-sizing: border-box;
}
.index-wrapper .recommend-wrap .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: #4A4A4A;
  font-size: 14px;
  line-height: 24px;
}
.index-wrapper .recommend-wrap .box .text .btn {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 96px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #F05134;
  font-size: 14px;
  border-radius: 15px;
  border: 1px solid rgba(255, 90, 38, 0.5);
}
.index-wrapper .voice-wrap .voice-box {
  margin-top: 46px;
}
.index-wrapper .voice-wrap .voice-box:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.index-wrapper .voice-wrap .voice-box .img-box {
  float: left;
  width: 600px;
  height: 330px;
}
.index-wrapper .voice-wrap .voice-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-wrapper .voice-wrap .voice-box .text-box {
  float: right;
  width: 600px;
  min-height: 330px;
  padding-left: 56px;
  padding-top: 5px;
  box-sizing: border-box;
}
.index-wrapper .voice-wrap .voice-box .text-box .voice-link {
  display: block;
  margin-bottom: 21px;
}
.index-wrapper .voice-wrap .voice-box .text-box .voice-link:last-child {
  margin-bottom: 0;
}
.index-wrapper .voice-wrap .voice-box .text-box .voice-link.active .box {
  color: #D8A05C;
}
.index-wrapper .voice-wrap .voice-box .text-box .box {
  color: #4A4A4A;
  font-size: 18px;
  line-height: 28px;
}
.index-wrapper .voice-wrap .voice-box .text-box .box:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.index-wrapper .voice-wrap .voice-box .text-box .box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  float: left;
  width: 404px;
  padding-left: 25px;
  box-sizing: border-box;
}
.index-wrapper .voice-wrap .voice-box .text-box .box .title:before {
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  background-color: #F3B45C;
  content: '';
}
.index-wrapper .voice-wrap .voice-box .text-box .box .time {
  float: right;
  width: 140px;
  text-align: right;
}
.index-wrapper .news-wrap {
  margin-top: 50px;
  margin-bottom: -15px;
}
.index-wrapper .news-wrap .news-swiper {
  position: relative;
  padding: 50px 60px 0;
}
.index-wrapper .news-wrap .swiper-container {
  height: 100%;
  padding-bottom: 80px;
}
.index-wrapper .news-wrap .swiper-slide {
  width: 480px;
  height: 300px;
}
.index-wrapper .news-wrap .swiper-slide-active .box .img:after,
.index-wrapper .news-wrap .swiper-slide-duplicate-active .box .img:after {
  display: none;
}
.index-wrapper .news-wrap .swiper-slide-active .box .img .tag,
.index-wrapper .news-wrap .swiper-slide-duplicate-active .box .img .tag {
  display: block;
}
.index-wrapper .news-wrap .swiper-slide-active .box .title,
.index-wrapper .news-wrap .swiper-slide-duplicate-active .box .title {
  display: block;
}
.index-wrapper .news-wrap .swiper-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  outline: none;
}
.index-wrapper .news-wrap .swiper-btn-prev {
  left: 0;
  background-image: url('images/prev.png');
}
.index-wrapper .news-wrap .swiper-btn-prev:hover {
  background-image: url('images/prev-active.png');
}
.index-wrapper .news-wrap .swiper-btn-next {
  right: 0;
  background-image: url('images/next.png');
}
.index-wrapper .news-wrap .swiper-btn-next:hover {
  background-image: url('images/next-active.png');
}
.index-wrapper .news-wrap .box .img {
  position: relative;
  width: 480px;
  height: 300px;
}
.index-wrapper .news-wrap .box .img:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
}
.index-wrapper .news-wrap .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-wrapper .news-wrap .box .img .tag {
  display: none;
  position: absolute;
  left: -12px;
  top: 16px;
  width: 110px;
  height: 52px;
  color: #fff;
  padding-top: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  background-image: url("images/tag.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.index-wrapper .news-wrap .box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #4A4A4A;
  font-size: 24px;
}
.index-wrapper .partner-wrap .list {
  width: 1062px;
  margin: 60px auto 0;
}
.index-wrapper .partner-wrap .list:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.index-wrapper .partner-wrap .list li {
  float: left;
  width: 212px;
  height: 70px;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.index-wrapper .partner-wrap .list li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-wrapper .brief-wrap {
  padding: 50px 0;
  background: linear-gradient(360deg, #ec4122 0%, #f05134 100%);
}
.index-wrapper .brief-wrap .inner {
  width: 1000px;
}
.index-wrapper .brief-wrap .logo {
  display: block;
  height: 40px;
  margin: 0 auto 30px;
}
.index-wrapper .brief-wrap p {
  font-size: 20px;
  line-height: 42px;
  color: #fff;
  text-align: center;
}
.framework-wrapper .content {
  padding: 40px 0;
}
.framework-wrapper .content img {
  max-width: 100%;
}
.character-wrapper .list {
  padding: 40px 0;
}
.character-wrapper .list:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.character-wrapper .list li {
  float: left;
  width: 33.33%;
  margin-bottom: 40px;
}
.character-wrapper .list .box {
  width: 250px;
  margin: auto;
  text-align: center;
  color: #4A4A4A;
}
.character-wrapper .list .box .avatar {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
}
.character-wrapper .list .box .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.character-wrapper .list .box .name {
  font-size: 24px;
  line-height: 24px;
  margin-top: 48px;
}
.character-wrapper .list .box .post {
  font-size: 16px;
  line-height: 16px;
  margin-top: 6px;
}
.character-wrapper .list .box .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 24px;
  font-size: 14px;
  margin-top: 16px;
}
.contact-wrapper .content {
  padding: 40px 0;
}
.contact-wrapper .content:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.contact-wrapper .content .text-box {
  float: left;
  width: 480px;
  padding-right: 10px;
  box-sizing: border-box;
}
.contact-wrapper .content .text-box .box {
  color: #4A4A4A;
  margin-bottom: 20px;
}
.contact-wrapper .content .text-box .box:last-child {
  margin-bottom: 0;
}
.contact-wrapper .content .text-box .box .text {
  font-size: 20px;
  margin-right: 20px;
}
.contact-wrapper .content .text-box .box .info {
  font-size: 16px;
}
.contact-wrapper .content .map-box {
  float: right;
  width: 720px;
  height: 340px;
}
.about-wrapper .content {
  padding: 40px 0;
  font-size: 18px;
  color: #444444;
  line-height: 34px;
}
.about-wrapper .content p {
  font-size: 18px;
  color: #444444;
  line-height: 34px;
}
.about-wrapper .content img {
  max-width: 100%;
  height: auto !important;
}
.list-wrapper .content {
  padding: 40px 0;
}
.list-wrapper .content .list li:hover{
  transition: all 0.36s ease;
  transform: scale(1.01);  /*以y轴为中心旋转*/
}
.list-wrapper .content .list li {
  margin: 40px 0;
  border-bottom: 1px solid #E8E8E8;
}
.list-wrapper .content .list li:last-child {
  border-bottom: none;
}
.list-wrapper .content .list .box {
  box-shadow: 1px 1px 10px #ddd;
}
.list-wrapper .content .list .box:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.list-wrapper .content .list .box:hover .text .btn {
  background-color: #F05134;
  color: #fff;
}
.list-wrapper .content .list .box .img {
  float: left;
  width: 350px;
  height: 240px;
}
.list-wrapper .content .list .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-wrapper .content .list .box .text {
  position: relative;
  float: left;
  width: 850px;
  height: 240px;
  padding: 20px;
  box-sizing: border-box;
}
.list-wrapper .content .list .box .text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4A4A4A;
  font-size: 22px;
  font-weight: bold;
}
.list-wrapper .content .list .box .text .time {
  font-size: 14px;
  color: #B5B5B5;
  margin-top: 10px;
}
.list-wrapper .content .list .box .text .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #696969;
  margin-top: 10px;
}
.list-wrapper .content .list .box .text .btn {
  width: 96px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  color: #F05134;
  box-sizing: border-box;
  border: 1px solid rgba(255, 90, 38, 0.5);
  border-radius: 15px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.detail-wrapper .inner {
  width: 1000px;
}
.detail-wrapper .content {
  border: 1px solid #ddd;
  padding: 20px 50px;
  margin-top: 20px;
  margin-bottom: 60px;
  box-shadow: 1px 1px 10px #ccc;
}
.detail-wrapper .content .detail-title {
  color: #333333;
  font-size: 24px;
  line-height: 50px;
}
.detail-wrapper .content .detail-time {
  color: #4A4A4A;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.detail-wrapper .content .detail {
  color: #444444;
  font-size: 16px;
  line-height: 32px;
  margin-top: 40px;
}
.detail-wrapper .content .detail p {
  color: #444444;
  font-size: 16px;
  line-height: 32px;
}
.detail-wrapper .content .detail img {
  max-width: 100%;
}
.constitution-wrapper .content {
  padding: 40px 0;
}
.constitution-wrapper .content .list {
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
}
.constitution-wrapper .content .list li {
  border-bottom: 1px solid #EBEBEB;
}
.constitution-wrapper .content .list li:hover {
  background-color: #F3F3F3;
}
.constitution-wrapper .content .list li:hover .btn {
  color: #F05134;
}
.constitution-wrapper .content .list .box {
  line-height: 86px;
  font-size: 18px;
  color: #4A4A4A;
}
.constitution-wrapper .content .list .box:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.constitution-wrapper .content .list .box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 1070px;
  padding: 0 24px;
  box-sizing: border-box;
}
.constitution-wrapper .content .list .box .btn {
  display: block;
  float: right;
  width: 128px;
  text-align: center;
  color: #4A4A4A;
}
.report-wrapper .content {
  padding: 40px 0;
}
.report-wrapper .content .list {
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
}
.report-wrapper .content .list li {
  border-bottom: 1px solid #EBEBEB;
}
.report-wrapper .content .list li:hover {
  background-color: #F3F3F3;
}
.report-wrapper .content .list li:hover .btn {
  color: #F05134;
}
.report-wrapper .content .list .box {
  line-height: 86px;
  font-size: 18px;
  color: #4A4A4A;
}
.report-wrapper .content .list .box:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.report-wrapper .content .list .box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 1070px;
  padding: 0 24px;
  box-sizing: border-box;
}
.report-wrapper .content .list .box .title span {
  color: #999999;
  font-size: 16px;
}
.report-wrapper .content .list .box .btn {
  display: block;
  float: right;
  width: 128px;
  text-align: center;
  color: #4A4A4A;
}
.moment-wrapper {
  padding-bottom: 40px;
}
.moment-wrapper .list {
  padding-top: 40px;
}
.moment-wrapper .list:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.moment-wrapper .list li {
  box-shadow: 1px 1px 10px #ddd;
  float: left;
  margin-right: 30px;
  margin-bottom: 40px;
}
.moment-wrapper .list li:nth-child(3n) {
  margin-right: 0;
}
.moment-wrapper .list .box {
  width: 380px;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
}
.moment-wrapper .list .box .img {
  height: 190px;
}
.moment-wrapper .list .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.moment-wrapper .list .box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 58px;
  line-height: 58px;
  padding: 0 20px;
  font-size: 18px;
  color: #4A4A4A;
  font-weight: bold;
}
.project-wrapper .brief-box .content {
  color: #4A4A4A;
  font-size: 16px;
  line-height: 30px;
  margin-top: 38px;
}
.project-wrapper .action-box {
  margin-top: -20px;
}
.project-wrapper .action-box .list {
  padding-top: 40px;
}
.project-wrapper .action-box .list:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.project-wrapper .action-box .list li {
  box-shadow: 1px 1px 10px #ddd;
  float: left;
  margin-right: 30px;
  margin-bottom: 40px;
}
.project-wrapper .action-box .list li:nth-child(3n) {
  margin-right: 0;
}
.project-wrapper .action-box .list li:hover .box .text .desc {
  color: #F05134;
}
.project-wrapper .action-box .list .box {
  width: 380px;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
}
.project-wrapper .action-box .list .box .img {
  height: 190px;
}
.project-wrapper .action-box .list .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-wrapper .action-box .list .box .text {
  height: 110px;
  padding: 20px 20px 0;
  box-sizing: border-box;
}
.project-wrapper .action-box .list .box .text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 18px;
  color: #4A4A4A;
  font-weight: bold;
}
.project-wrapper .action-box .list .box .text .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #595959;
  line-height: 22px;
  margin-top: 10px;
}
.moment-detail-wrapper .inner {
  width: 1000px;
}
.moment-detail-wrapper .content {
  padding: 35px 0 40px;
}
.moment-detail-wrapper .content .detail-title {
  font-size: 32px;
  color: #333;
  font-weight: 500;
  line-height: 50px;
}
.moment-detail-wrapper .content .detail-desc {
  font-size: 20px;
  line-height: 28px;
  color: #444;
  margin-top: 15px;
}
.moment-detail-wrapper .photo-main {
  margin-top: 40px;
}
.moment-detail-wrapper .photo-main .gallery-top-main {
  position: relative;
}
.moment-detail-wrapper .photo-main .gallery-top-main .swiper-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  outline: none;
}
.moment-detail-wrapper .photo-main .gallery-top-main .swiper-btn-prev {
  left: 0;
  background-image: url('images/prev.png');
}
.moment-detail-wrapper .photo-main .gallery-top-main .swiper-btn-prev:hover {
  background-image: url('images/prev-active.png');
}
.moment-detail-wrapper .photo-main .gallery-top-main .swiper-btn-next {
  right: 0;
  background-image: url('images/next.png');
}
.moment-detail-wrapper .photo-main .gallery-top-main .swiper-btn-next:hover {
  background-image: url('images/next-active.png');
}
.moment-detail-wrapper .photo-main .gallery-top {
  width: 800px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}
.moment-detail-wrapper .photo-main .gallery-top .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 60px;
}
.moment-detail-wrapper .photo-main .swiper-slide {
  background-size: cover;
  background-position: center;
}
.moment-detail-wrapper .photo-main .gallery-thumbs {
  height: 110px;
  box-sizing: border-box;
  margin-top: 30px;
}
.moment-detail-wrapper .photo-main .gallery-thumbs .swiper-slide {
  width: 20%;
  height: 100%;
}
.moment-detail-wrapper .photo-main .swiper-main {
  position: relative;
  width: 1000px;
  height: 110px;
  margin: auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.moment-detail-wrapper .photo-main .swiper-main .swiper-slide {
  cursor: pointer;
}
.moment-detail-wrapper .photo-main .swiper-main .swiper-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  width: 18px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  outline: none;
}
.moment-detail-wrapper .photo-main .swiper-main .swiper-btn-prev {
  left: 0;
  background-image: url('images/prev-thumbs.png');
}
.moment-detail-wrapper .photo-main .swiper-main .swiper-btn-next {
  right: 0;
  background-image: url('images/next-thumbs.png');
}
.page-box {
  text-align: left;
  margin: 40px 0px;
  padding-right: 0px;
  text-align: center;
}
.page-box .pagination {
  display: inline-block;
  text-align: center;
  margin: 0px;
}
.page-box .pagination li {
  display: inline-block;
}
.page-box .pagination li a,
.page-box .pagination li span {
  margin: 0px;
}
.page-box .pagination li a {
  border-radius: 0px;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  color: #B1BBC2;
  margin-right: 5px;
  border: 0px;
  font-size: 14px;
  background: #F4F4F4;
  display: block;
  padding: 0px;
}
.page-box .pagination li a img {
  height: 10px;
  margin-top: -2px;
}
.page-box .pagination .disabled a,
.page-box .pagination .disabled a:hover {
  background: #D8A05C;
  color: #ffffff;
}
.page-box .pagination li:hover a {
  background: #D8A05C;
  color: #ffffff;
}
.page-box .pagination .muted {
  display: none;
}
.tag-group {
  display: block;
}
.tag-group .tag {
  font-size: 13px;
  color: #D8A05C;
  display: inline-block;
  margin-right: 10px;
}
