.index-swiper .swiper-slide img {
  display: block;
  width: 100%;
}
.index-swiper .swiper-slide video{
  width: 100%;
  height: auto;
}
.index-swiper.swiper-horizontal>.swiper-pagination-bullets {
  bottom: 60px;
}
.index-swiper.swiper-horizontal>.swiper-pagination-bullets {
}
.index-swiper .swiper-pagination-bullet-active {
  background-color: #ffffff;
  position: relative;
}
.index-swiper .swiper-pagination-bullet-active:before {
  content: "";
  width: 34px;
	height: 34px;
	border: solid 3px #ffffff;
  position: absolute;
  top: -16px;
  left: -16px;
  border-radius: 50%;
}
.index-swiper .swiper-pagination-bullet {
  opacity: 1;
  background-color: #ffffff;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 26px;
}
.index-info {
  width: 1600px;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 70px;
}
.index-info {
  display: flex;
  justify-content: space-between;
}
.index-info-left {
  width: 600px;
}
.index-info-right {
  width: 860px;
}
.index-info-en {
  color: #6a8fca;
  font-size: 42px;
  line-height: 42px;
  font-family: 'cocosregular';
}
.index-info-title {
  color: #1c1e1d;
  font-size: 32px;
  margin-top: 26px;
  margin-bottom: 30px;
}
.index-info-desc {
  color: #1c1e1d;
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
}
.index-info-text {
  color: #1c1e1d;
  font-size: 18px;
  line-height: 45px;
}
.index-info-btn {
  width: 128px;
	height: 40px;
	border-radius: 20px;
	border: solid 1px #868685;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c1e1d;
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}
.index-info-btn img {
  width: 13px;
	height: 13px;
  margin-left: 17px;
}
.index-num {
  width: 1600px;
  height: 600px;
  margin: 0 auto;
  position: relative;
}
.index-num-block {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
}
.index-num-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
}
.index-num-item-num {
  color: #a69282;
  font-size: 58px;
  color: #ffffff;
}
.index-num-item-desc {
  color: #333333;
  font-size: 20px;
  color: #ffffff;
}
.index-pro-box {
  width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 114px;
  padding-top: 88px;
  padding-bottom: 106px;
}
.index-pro-left {
  width: 365px;
}
.index-pro-en {
  color: #6a8fca;
  font-size: 42px;
  line-height: 1;
  font-family: 'cocosregular';
}
.index-pro-title {
  color: #1c1e1d;
  font-size: 32px;
  line-height: 1;
  margin-top: 26px;
  margin-bottom: 22px;
}
.index-pro-desc {
  color: #1c1e1d;
  font-size: 46px;
  font-weight: bold;
  line-height: 67px;
}
.index-pro__img {
  margin-top: 100px;
}
.index-pro-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1128px;
  height: 452px;
}
.index-pro-item {
  width: 356px;
	height: 186px;
	background-color: #ffffff;
	border-radius: 20px;
  position: relative;
  padding: 27px 35px 29px 39px;
  box-sizing: border-box;
}
.index-pro-item:nth-child(2) {
  margin-top: 30px;
}
.index-pro-item:nth-child(5) {
  margin-top: 30px;
}
.index-pro-item:nth-child(8) {
  margin-top: 30px;
}
.index-pro-no {
  color: #c3c0bc;
  font-size: 42px;
  position: absolute;
  top: 27px;
  right: 35px;
}
.index-pro-proimg {
  display: block;
  width: 63px;
  height: 63px;
}
.index-pro-name {
  color: #1c1e1d;
  font-size: 24px;
  font-weight: bold;
  margin-top: 19px;
}
.index-pro-enname {
  color: #c3c0bc;
  font-size: 14px;
  margin-top: 7px;
  font-family: 'cocosregular';
}
.index-pro-bg:hover {
  box-shadow: 0px 12px 38px 0px 
		rgba(148, 179, 217, 0.52);
}
.index-pro-bg:hover .index-pro-no {
  color: #ffffff;
}
.index-pro-bg:hover .index-pro-name {
  color: #ffffff;
}
.index-pro-bg:hover .index-pro-enname {
  color: #ffffff;
}
.index-pro-bg:hover .index-pro-proimg {
  filter: brightness(5) contrast(100%);
}
.index-pro-item-color__img {
  width: 286px;
  height: 58px;
}
.index-pro-item-color {
  position: relative;
}
.index-pro-color {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #ffffff;
  font-size: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.index-pro-color__icon {
  width: 13px;
  height: 13px;
  margin-left: 21px;
}
.index-pro-color-title {
  color: #1c1e1d;
  font-size: 24px;
  font-weight: bold;
  margin-top: 23px;
}
.index-pro-color-entitle {
  color: #c3c0bc;
  font-size: 14px;
  margin-top: 7px;
}
.index-pro-item-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 136px;
}
.index-pro-more-title {
  color: #1c1e1d;
  font-size: 24px;
  font-weight: bold;
}
.index-pro-more-entitle {
  color: #c3c0bc;
  font-size: 14px;
  margin-top: 7px;
}
.index-pro-more-icon {
  width: 50px;
	height: 50px;
	background-color: #ffffff;
	border: solid 1px #e6e6e6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-pro-more-icon__icon {
  width: 13px;
  height: 13px;
}
.index-case {
  width: 1600px;
  margin: 0 auto;
  padding-top: 96px;
  padding-bottom: 80px;
}
.index-case-entitle {
  color: #6a8fca;
  font-size: 42px;
  line-height: 1;
  font-family: 'cocosregular';
}
.index-case-title {
  color: #1c1e1d;
  font-size: 32px;
  margin-top: 20px;
}
.index-case-box {
  position: relative;
}
.index-case-nav {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: -10px;
}
.index-case-nav-item {
  width: 170px;
	height: 50px;
  line-height: 50px;
  text-align: center;
	border-radius: 25px;
	border: solid 1px #868685;
  color: #555654;
  font-size: 24px;
  margin-left: 30px;
  cursor: pointer;
}
.index-case-nav-item.active {
  color: #6a8fca;
  border: 1px solid #6a8fca;
}
.swiper-case1 {
  background-color: #f2f2f2;
	border-radius: 30px;
}
.swiper-case1 .swiper-slide {
  padding: 20px 17px 50px;
  box-sizing: border-box;
}
.swiper-caseimg {
  display: flex;
  justify-content: space-between;
}
.swiper-caseimg-big {
  width: 768px;
	height: 602px;
	border-radius: 20px;
}
.swiper-caseimg-right {
  width: 768px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.swiper-caseimg-top {
  display: block;
  width: 100%;
  height: 290px;
  margin-bottom: 22px;
}
.swiper-caseimg-small {
  width: 373px;
	height: 290px;
	border-radius: 20px;
}
.swiper-caseinfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
}
.swiper-casename {
  padding-left: 30px;
}
.swiper-case-title {
  color: #333333;
  font-size: 32px;
  font-weight: bold;
}
.swiper-case-desc {
  color: #666666;
  font-size: 16px;
  margin-top: 18px;
}
.swiper-caseinfo__icon {
  display: block;
  width: 50px;
	height: 50px;
  margin-right: 20px;
}
.index-case-swiper {
  margin-top: 60px;
  position: relative;
  padding-bottom: 78px;
}
.index-case-swiper .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #e2e2e0;
  opacity: 1;
}
.index-case-swiper .swiper-pagination-bullet-active {
  background: #6a8fca;
  position: relative;
}
.index-case-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 30px;
}
.index-case-swiper .swiper-pagination-bullet-active::before {
  content: "";
  width: 32px;
	height: 32px;
	border: solid 3px #e2e2e0;
  position: absolute;
  top: -16px;
  left: -16px;
  border-radius: 50%;
}
.index-news-box {
  width: 1600px;
  margin: 0 auto;
}
.swiper-news-box {
  margin-left: calc( ( 100% - 1600px ) / 2 );
  margin-top: 60px;
  position: relative;
  padding-bottom: 203px;
}
.swiper-pagination-news1.swiper-pagination-horizontal {
  position: absolute;
  bottom: 94px;
}
.swiper-pagination-news1.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 33px;
  width: 5px;
  height: 5px;
}
.swiper-pagination-news1 .swiper-pagination-bullet-active {
  background: #6a8fca;
  position: relative;
}
.swiper-pagination-news1 .swiper-pagination-bullet-active:before {
  content: '';
  width: 32px;
  height: 32px;
  border: solid 3px #e2e2e0;
  position: absolute;
  top: -16px;
  left: -16px;
  border-radius: 50%;
}
.swiper-news1 {
  display: none;
  padding-top: 30px;
}
.swiper-news1:first-child {
  display: block;
}
.swiper-news1 .swiper-slide {
  position: relative;
  height: 580px;
  border-radius: 20px;
  transition: all .2s linear;
}
.swiper-news1 .swiper-slide:hover {
  /* background: #8bb7d3!important; */
  background-image: linear-gradient(0deg, 
		#95b3d8 0%, 
		#8bb7d3 100%), 
	linear-gradient(
		#a99983, 
		#a99983) !important;
	background-blend-mode: normal, 
		normal;
	box-shadow: 0px 12px 38px 0px 
		rgba(148, 179, 217, 0.52);
  margin-top: -30px;
}
.swiper-news-block {
  position: absolute;
  top: 67px;
  left: 42px;
}
.swiper-news-time {
  color: #ffffff;
  font-size: 16px;
}
.swiper-news-title {
  color: #ffffff;
  font-size: 30px;
  line-height: 42px;
  margin-top: 44px;
}
.swiper-news-desc {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}
.swiper-news-icon {
  position: absolute;
  width: 50px;
	height: 50px;
	background-color: #ffffff;
	border: solid 1px #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 46px;
  left: 39px;
  border-radius: 50%;
}
.swiper-news-icon__icon {
  width: 13px;
  height: 13px;
}
.ba-box {
  width: 1600px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ba-box-copy {
  color: #868685;
  font-size: 14px;
}
.ba-box-link {
  display: flex;
  align-items: center;
}
.ba-box-link a {
  margin-left: 50px;
  color: #868685;
  font-size: 14px;
}
.ba-box-link a:first-child {
  margin-left: 0;
}
.ba-box-sec {
  display: flex;
  align-items: center;
}
.ba-box-sec img {
  width: 18px;
  margin-right: 20px;
}
.innerbanner {
  position: relative;
}
.innerbanner-img {
  display: block;
  width: 100%;
}
.innerbanner-name {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.innerbanner-en {
  color: #6a8fca;
  font-size: 42px;
  text-align: center;
  line-height: 1;
  font-family: 'cocosregular';
}
.innerbanner-title {
  text-align: center;
  color: #ffffff;
  font-size: 46px;
  margin-top: 22px;
  margin-bottom: 34px;
}
.innerbanner-desc {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 14px;
}
.product-nav {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  padding-top: 50px;
  /* padding-bottom: 40px; */
  padding-bottom: 0;
}
.product-nav a {
  display: flex;
  width: 12.5%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* .product-nav a.active::after {
  content: "";
  position: absolute;
  width: 98px;
	height: 2px;
	background-color: #6a8fca;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
} */
.product-nav a.active .product-nav-title {
  color: #6a8fca;
}
.product-nav a.active img {
  filter: sepia(100%) saturate(300%) hue-rotate(180deg);
}
.product-nav a img {
  display: block;
  height: 62px;
}
.product-nav-title {
  color: #1c1e1d;
  font-size: 24px;
  font-weight: bold;
  margin-top: 19px;
}
.product-nav-en {
  color: #c3c0bc;
  font-size: 14px;
  margin-top: 7px;
  height: 32px;
  font-family: 'cocosregular';
}
.product-line {
  width: 1600px;
  height: 1px;
	background-color: #e6e6e6;
  margin: 0 auto;
}
/* .product-nav a:hover::after {
  content: "";
  position: absolute;
  width: 98px;
	height: 2px;
	background-color: #6a8fca;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
} */
.product-nav a:hover .product-nav-title {
  color: #6a8fca;
}
.product-nav a:hover img {
  filter: sepia(100%) saturate(300%) hue-rotate(180deg);
}
.product-ul {
  width: 1600px;
  margin: 0 auto;
  padding-top: 40px;
}
.product-li {
  display: flex;
  /* align-items: center; */
  /* flex-wrap: wrap; */
  margin-bottom: 25px;
}
.product-li-label {
  width: 80px;
  line-height: 52px;
  color: #333333;
  font-size: 20px;
  text-align: right;
  /* margin-bottom: 15px; */
  flex-shrink: 0;
}
.product-li a {
  /* width: 160px;
	height: 50px; */
	background-color: #ffffff;
	border-radius: 25px;
	border: solid 1px #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  font-size: 20px;
  margin-left: 12px;
  margin-right: 12px;
  /* padding: 12px 28px; */
  padding: 0 28px;
  height: 50px;
  margin-bottom: 15px;
}
.product-li a.active {
  background-color: #6a8fca;
  color: #ffffff;
}
.product-li a:hover {
  background-color: #6a8fca;
  color: #ffffff;
}
.product-li-link {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.product-ul .morebtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.product-ul .morebtn a {
  border: 0;
  color: #6a8fca;
}
.product-block {
  display: flex;
  flex-wrap: wrap;
  width: 1600px;
  margin: 0 auto;
}
.product-item {
  width: 373px;
  margin-right: 36px;
  border-radius: 10px;
  margin-bottom: 39px;
  overflow: hidden;
}
.product-item:nth-child(4n) {
  margin-right: 0;
}
.product-item-img {
  position: relative;
}
.product-item-board {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.5);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
}
.product-item .product-item__img-icon {
  display: block;
  width: 50px;
	height: 50px;
  margin-top: 17px;
}
.product-item:hover .product-item-board {
  display: flex;
}
.flow:hover .flow-block {
  background-color: #c8d4ea;
}
.product-item__img {
  display: block;
  width: 100%;
  /* height: 373px; */
  object-fit: cover;
}
.product-item-block {
  background-color: #f2f2f2;
  padding: 30px 30px 40px 30px;
}
.product-item-en {
  font-size: 24px;
  color: #6a8fca;
  font-family: 'cocosregular';
}
.product-item-title {
  color: #1c1e1d;
  font-size: 24px;
  line-height: 33px;
  height: 66px;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 17px;
  margin-bottom: 9px;
}
.product-item-sign {
  color: #666666;
  font-size: 16px;
  height: 42px;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a {
  width: 42px;
	height: 42px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
  border-radius: 50%;
  color: #1c1e1d;
  font-size: 20px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination a:hover {
  background-color: #6a8fca;
  color: #ffffff;
}
.pagination a:hover img {
  filter: brightness(9) contrast(120%);
}
.pagination-pro {
  margin-bottom: 100px;
  margin-top: 39px;
}
.pagination a.active {
  background-color: #6a8fca;
  color: #ffffff;
}
.swiper-big {
  width: 693px;
}
.swiper-big .swiper-slide img {
  display: block;
  width: 100%;
}
.detailbanner {
  width: 1600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  margin-bottom: 60px;
}
.detailbanner-en {
  font-size: 20px;
  color: #6a8fca;
}
.detailbanner-smalltext {
  font-size: 20px;
  color: #6a8fca;
}
.detailbanner-title {
  color: #333333;
  font-size: 36px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 45px;
}
.detailbanner-desc {
  color: #666666;
  font-size: 16px;
  height: 196px;
  line-height: 36px;
  overflow-y: auto;
}
/* 自定义整个滚动条 */
.detailbanner-desc::-webkit-scrollbar {
  width: 3px; /* 设置滚动条的宽度 */
}
/* 自定义滚动条轨道 */
/* .detailbanner-desc::-webkit-scrollbar-track {
  background: #f1f1f1;
} */
/* 自定义滚动条的滑块（thumb） */
.detailbanner-desc::-webkit-scrollbar-thumb {
  background: #6a8fca; /* 设置滑块的背景颜色 */
}
.detailbanner-right {
  width: 826px;
}
.swiper-small {
  width: 778px;
  margin-left: 0;
}
.swiper-small .swiper-slide img {
  display: block;
  width: 100%;
  cursor: pointer;
}
.swiper-small-box {
  display: flex;
  position: relative;
  margin-top: 90px;
}
.swiper-button-next-small {
  width: 31px;
	height: 65px;
	background-color: #d7d4d2;
	border-radius: 6px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
}
.swiper-button-prev-small {
  width: 31px;
	height: 65px;
	background-color: #d7d4d2;
	border-radius: 6px;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  margin-top: 0;
}
.swiper-small-box .swiper-button-prev:after {
  content: "";
  width: 10px;
	height: 16px;
  background: url('../img/53.png') no-repeat;
  background-size: 100% 100%;
}
.swiper-small-box .swiper-button-next:after {
  content: "";
  width: 10px;
	height: 16px;
  background: url('../img/53.png') no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
.swiper-button-prev-small:hover {
  background-color: #6a8fca;
}
.swiper-button-next-small:hover {
  background-color: #6a8fca;
}
.detail-bar {
  width: 1600px;
  height: 58px;
	background-color: #f2f2f2;
	border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #333333;
  font-size: 18px;
  margin: 0 auto;
}
.detail-bar p {
  cursor: pointer;
  height: 58px;
  line-height: 58px;
}
.detail-bar p:hover {
  color: #6a8fca;
  border-bottom: 3px solid #6a8fca;
}
.detail-bar p.active {
  color: #6a8fca;
  border-bottom: 3px solid #6a8fca;
}
.detail-block1 {
  padding-top: 70px;
}
.detail-en {
  text-align: center;
  color: #6a8fca;
  font-size: 42px;
  line-height: 1;
}
.detail-title {
  text-align: center;
  color: #1c1e1d;
  font-size: 32px;
  margin-top: 19px;
}
.detail-con {
  width: 1600px;
  margin: 0 auto;
}
.detail-con img {
  max-width: 100%;
}
.detail-block2 {
  display: flex;
  flex-wrap: wrap;
  width: 1600px;
  margin: 40px auto 0;
}
.detail-regular {
  width: 372px;
  margin-right: 37px;
  margin-bottom: 32px;
  position: relative;
}
.detail-regular:nth-child(4n) {
  margin-right: 0;
}
.detail-regular img {
  display: block;
  width: 100%;
}
.detail-regular-tetx {
  position: absolute;
  left: 29px;
  bottom: 26px;
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
}
.swiper-pro-box1 {
  width: 1600px;
  margin: 60px auto 0;
  padding: 60px 80px;
  margin-top: 95px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.swiper-pro {
  /* width: 1600px;
  margin: 60px auto 0; */
  width: 100%;
}
.swiper-pro-box .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
}
.swiper-pro-box .swiper-pagination-bullet-active {
  position: relative;
}
.swiper-pro-box .swiper-pagination-bullet-active::before {
  content: "";
  width: 33px;
  height: 33px;
  border: solid 3px #e2e2e0;
  position: absolute;
  top: -17px;
  left: -17px;
  border-radius: 50%;
}
.swiper-pro-box {
  position: relative;
  padding-bottom: 170px;
}
.swiper-pro-box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 33px;
}
.swiper-pro-box .swiper-pagination {
  bottom: 100px;
}
.swiper-pro-box .swiper-pagination-bullet-active {
  background: #6a8fca;
}
#macy-container {
  width: 1600px;
  margin: 70px auto 0;
}
.flow {
  border-radius: 10px;
  overflow: hidden;
}
/* .flow:nth-child(2) {
  margin-top: 54px;
} */
.flow__img-box {
  position: relative;
}
.flow-board {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.5);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
}
.flow .flow__img-icon {
  display: block;
  width: 50px;
	height: 50px;
  margin-top: 17px;
}
.flow:hover .flow-board {
  display: flex;
}
.flow:hover .flow-block {
  background-color: #c8d4ea;
}
.flow__img {
  display: block;
  width: 100%;
}
.flow-address {
  display: flex;
  align-items: center;
  color: #6a8fca;
  font-size: 18px;
}
.flow-address img {
  width: 18px;
	height: 21px;
  margin-right: 9px;
}
.flow-en {
  color: #666666;
  font-size: 16px;
}
.flow-title {
  color: #1c1e1d;
  font-size: 24px;
  margin-top: 11px;
  margin-bottom: 20px;
}
.flow-block {
  box-sizing: border-box;
  background-color: #f2f2f2;
  padding: 33px 20px;
}
.casedetailbanner {
  width: 100%;
  position: relative;
}
.casedetailbanner-img {
  display: block;
  width: 100%;
}
.casedetailbanner-text {
  position: absolute;
  left: calc( (100% - 1600px) / 2 );
  bottom: 80px;
}
.casedetailbanner-en {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 26px;
  line-height: 1;
}
.casedetailbanner-title {
  color: #ffffff;
  font-size: 42px;
  margin-bottom: 23px;
  line-height: 1;
}
.casedetailbanner-time {
  color: #cccccc;
  font-size: 14px;
}
.casecontainer {
  width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 63px;
}
.container-left {
  width: 1125px;
}
.container-right {
  width: 375px;
}
.container-title {
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 37px;
}
.container-text {
  color: #696969;
  font-size: 15px;
  line-height: 32px;
  margin-bottom: 40px;
}
.container-con {
  max-width: 100%;
}
.container-con img {
  max-width: 100%;
}
.container-nav {
  display: flex;
  align-items: center;
  height: 56px;
  margin-top: 60px;
  margin-bottom: 80px;
}
.container-nav-left {
  width: 50%;
  height: 100%;
  border: 1px solid #e6e6e6;
  border-left: 0;
  box-sizing: border-box;
}
.container-nav-left:hover {
  border: 1px solid #6a8fca;
  background-color: #6a8fca;
}
.container-nav-left:hover a {
  color: #ffffff;
  filter: brightness(5) contrast(120%);
}
.container-nav-left:hover img {
  margin-left: 21px;
}
.container-nav-left a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #333333;
  font-size: 16px;
  padding-left: 2px;
  box-sizing: border-box;
}
.container-nav-left img {
  width: 8px;
	height: 14px;
  margin-right: 21px;
}
.container-nav-right {
  width: 50%;
  height: 100%;
  border: 1px solid #e6e6e6;
  border-right: 0;
  box-sizing: border-box;
}
.container-nav-right a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  color: #333333;
  font-size: 16px;
  padding-right: 2px;
  box-sizing: border-box;
}
.container-nav-right:hover {
  border: 1px solid #6a8fca;
  background-color: #6a8fca;
}
.container-nav-right:hover a {
  color: #ffffff;
}
.container-nav-right:hover img {
  margin-right: 25px;
  filter: brightness(5) contrast(120%);
}
.container-nav-right img {
  width: 8px;
	height: 14px;
  margin-left: 21px;
  transform: rotate(180deg);
}
.container-hot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 37px;
}
.container-hot p {
  color: #333333;
  font-size: 28px;
  font-weight: bold;
}
.container-hot a {
  width: 120px;
	height: 36px;
  line-height: 36px;
  text-align: center;
	border-radius: 18px;
	border: solid 1px #999999;
  color: #999999;
  font-size: 14px;
}
.container-hot-li {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 38px;
}
.container-hot-li .container-hot-proimg {
  display: block;
  width: 100%;
}
.container-hot-block {
  display: block;
  width: 100%;
  padding: 30px 30px 40px 30px;
  background-color: #f2f2f2;
  box-sizing: border-box;
}
.container-hot-en {
  font-size: 24px;
  color: #6a8fca;
}
.container-hot-title {
  color: #1c1e1d;
  font-size: 24px;
  line-height: 33px;
  height: 66px;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 16px;
  margin-bottom: 9px;
}
.container-hot-desc {
  color: #666666;
  font-size: 16px;
}
.new-ul {
  width: 1600px;
  margin: 70px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new-li {
  display: flex;
  margin-bottom: 59px;
}
.new-li-info {
  width: 372px;
  margin-left: 33px;
  border-top: 2px solid #000000;
  position: relative;
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
}
.new-li__img {
  width: 372px;
	height: 478px;
	background-color: #f0eeeb;
	border-radius: 10px;
  object-fit: cover;
}
.new-li-time {
  color: #333333;
  font-size: 16px;
  margin-top: 45px;
}
.new-li-title {
  color: #333333;
  font-size: 30px;
  line-height: 42px;
  margin-top: 36px;
}
.new-li-desc {
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
  height: 90px;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.new-li-arr {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 34px;
  left: 5px;
}
.pagination-news {
  margin-top: 30px;
  margin-bottom: 95px;
}
.newscon {
  width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 60px;
}
.newscon-left {
  width: 1125px;
}
.newscon-left-title {
  color: #333333;
  font-size: 42px;
  font-weight: bold;
}
.newscon-left-time {
  color: #999999;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.newscon-con-text {
  color: #333333;
  font-size: 16px;
  line-height: 36px;
}
.newscon-con img {
  max-width: 100%;
}
.newscon-right {
  width: 372px;
}
.newscon-right-back {
  display: flex;
  align-items: center;
  color: #6a8fca;
  font-size: 18px;
  margin-top: 13px;
  margin-bottom: 62px;
}
.newscon-right-back img {
  width: 17px;
	height: 14px;
  margin-right: 7px;
}
.newscon-li {
  width: 100%;
  padding-top: 26px;
  padding-bottom: 69px;
  border-top: 2px solid #dddddd;
  position: relative;
}
.newscon-li-title {
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.newscon-li-desc {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  margin-top: 12px;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.newscon-li-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999999;
  font-size: 16px;
  margin-top: 44px;
}
.newscon-li-info a {
  font-size: 18px;
  color: #999999;
}
.newscon-li:hover .newscon-li-title {
  color: #6a8fca;
}
.newscon-li:hover .newscon-li-next {
  color: #6a8fca;
}
.newscon-li:hover:before {
  content: "";
  position: absolute;
  width: 97px;
	height: 4px;
	background-color: #6a8fca;
  left: 0;
  top: -3px;
}
.experience-shop {
  width: 1600px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 133px;
  padding-bottom: 85px;
}
.shop-en {
  color: #6a8fca;
  font-size: 42px;
  line-height: 1;
}
.shop-title {
  color: #1c1e1d;
  font-size: 32px;
  line-height: 1;
}
.shop-left .shop-en {
  margin-top: 37px;
  margin-bottom: 10px;
  font-family: 'cocosregular';
}
.shop-left .shop__img {
  width: 761px;
  margin-top: 39px;
}
.shop-left .shop-img {
  position: relative;
}
.shop-left .shop-img::before {
  content: "";
  width: 760px;
	height: 428px;
	background-color: #e9e9e9;
  position: absolute;
  top: -11px;
  left: -50px;
  z-index: -1;
}
.shop-right .shop__img {
  margin-bottom: 39px;
}
.shop-right .shop-en {
  margin-bottom: 10px;
  font-family: 'cocosregular';
}
.shop-right .shop-img {
  position: relative;
}
.shop-right .shop-img::before {
  content: "";
  width: 760px;
	height: 428px;
	background-color: #e9e9e9;
  position: absolute;
  bottom: -11px;
  right: -50px;
  z-index: -1;
}
.experience-shop-tip {
  width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 38px;
  position: relative;
  margin-bottom: 139px;
}
.experience-shop-tip::before {
  content: "";
  position: absolute;
  background-color: #000000;
	border-radius: 2px;
  width: 3px;
  top: 0;
  bottom: 5px;
  left: 0;
}
.experience-shop-tip p:first-child {
  line-height: 32px;
  color: #1c1e1d;
  font-size: 24px;
  margin-bottom: 10px;
}
.experience-shop-tip p:nth-child(2) {
  color: #999999;
  font-size: 16px;
  line-height: 26px;
}
.swiper-space-en {
  color: #6a8fca;
  font-size: 42px;
  font-family: 'cocosregular';
}
.swiper-space-title {
  color: #1c1e1d;
  font-size: 32px;
  margin-bottom: 50px;
}
.swiper-space__img {
  display: block;
  width: 100%;
}
.swiper-space .swiper-slide-prev {
  opacity: .3;
}
.swiper-space .swiper-slide-prev .swiper-space-title {
  color: #1c1e1d;
}
.swiper-space .swiper-slide-prev .swiper-space-en {
  color: #a9a086;
  opacity: .3;
}
.swiper-space .swiper-slide-next {
  opacity: .3;
}
.swiper-space .swiper-slide-next .swiper-space-title {
  color: #1c1e1d;
}
.swiper-space .swiper-slide-next .swiper-space-en {
  color: #a9a086;
  opacity: .3;
}
.swiper-space {
  padding-top: 129px;
  background: url('../img/72.png') no-repeat;
  background-size: cover;
}
.swiper-space-box {
  position: relative;
  padding-bottom: 193px;
}
.swiper-space .swiper-button-prev:after {
  content: "";
  width: 68px;
	height: 68px;
  background: url('../img/73.png') no-repeat;
  background-size: 100% 100%;
}
.swiper-space .swiper-button-next:after {
  content: "";
  width: 68px;
	height: 68px;
  background: url('../img/73.png') no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
.swiper-space .swiper-button-prev:hover::after {
  background: url('../img/74.png') no-repeat;
  transform: rotate(180deg);
}
.swiper-space .swiper-button-prev {
  left: 16%;
}
.swiper-space .swiper-button-next {
  right: 16%;
}
.swiper-space .swiper-button-next:hover:after {
  background: url('../img/74.png') no-repeat;
  transform: rotate(0deg);
}
.swiper-space .swiper-button-next, .swiper-space .swiper-button-prev {
  width: 68px;
	height: 68px;
}
.swiper-space-block {
  height: 227px;
  background-color: #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 34px;
}
.swiper-space-block__img {
  width: 233px;
	max-height: 158px;
  object-fit: cover;
}
.swiper-space-text {
  margin-left: 50px;
}
.swiper-space-text-tle {
  color: #1c1e1d;
  font-size: 24px;
  line-height: 36px;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.swiper-space-text-en {
  color: #999999;
  font-size: 16px;
  line-height: 26px;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.swiper-space-box .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 97px!important;
}
.swiper-space-box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 16px;
}
.swiper-space-box .swiper-pagination-bullet-active {
  position: relative;
}
.swiper-space-box .swiper-pagination-bullet-active::before {
  content: "";
  width: 32px;
	height: 32px;
  /* background: url('../img/75.png') no-repeat; */
  /* background-size: 100% 100%; */
	border: solid 3px #e2e2e0;
  position: absolute;
  top: -15px;
  left: -15px;
  border-radius: 50%;
}
.swiper-space-box .swiper-pagination-bullet-active {
  background: #6a8fca;
}
/* .swiper-space-box .swiper-pagination-bullet-active::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px 0 0 0;
  border-style: solid;
  border-width: 3px;
  border-top-color: #6a8fca;
  border-left-color: #6a8fca;
  border-right-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: -15px;
  left: -15px;
  overflow: hidden;
  z-index: 2;
}  */
.shopshow {
  position: relative;
  padding-bottom: 180px;
}
.swiper-shopshow {
  width: 1600px;
  height: 700px;
  margin: 0 auto;
  box-sizing: border-box;
}
.swiper-shopshow__img {
  display: block;
  width: 820px;
  object-fit: cover;
  position: relative;
}
.swiper-shopshow .swiper-slide {
  display: flex;
}
.swiper-shopshow-right {
  width: 780px;
  box-sizing: border-box;
  padding-left: 82px;
  padding-top: 88px;
  padding-right: 84px;
  background-color: #e9e9e9;
  flex-shrink: 0;
}
.swiper-shopshow-en {
  color: #6a8fca;
  font-size: 42px;
  margin-bottom: 12px;
  line-height: 1;
  font-family: 'cocosregular';
}
.swiper-shopshow-title {
  color: #333333;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 29px;
  position: relative;
}
.swiper-shopshow-title::before {
  content: "";
  position: absolute;
  width: 127px;
	height: 16px;
	background-color: #6a8fca;
	opacity: 0.2;
  bottom: -5px;
  left: 0;
}
.swiper-shopshow-desc {
  color: #666666;
  font-size: 18px;
  line-height: 34px;
  height: 106px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.imglist {
  display: flex;
}
.imglist img {
  display: block;
  width: 200px;
	height: 172px;
  object-fit: cover;
  margin-right: 7px;
}
.imglist img:last-child {
  margin-right: 0;
}
.swiper-shopshow .shopshow-pagination {
  position: static;
  text-align: left;
  color: #6a8fca;
  font-size: 38px;
  margin-bottom: 36px;
  margin-top: 50px;
}
.swiper-shopshow .shopshow-pagination  .swiper-pagination-current {
  color: #6a8fca;
  font-size: 66px;
}
.swiper-shopshow .swiper-pagination span {
  line-height: 1;
}
.shopshow .swiper-button-next, .shopshow .swiper-button-prev {
  width: 68px;
  height: 68px;
}
.shopshow .swiper-button-next {
  top: 40%;
  right: 3.125%;
}
.shopshow .swiper-button-prev {
  top: 40%;
  left: 3.125%;
}
.shopshow .swiper-button-prev-shopshow::after {
  content: "";
  width: 68px;
	height: 68px;
  background: url('../img/73.png') no-repeat;
  background-size: 100% 100%;
}
.shopshow .swiper-button-next-shopshow::after {
  content: "";
  width: 68px;
	height: 68px;
  background: url('../img/73.png') no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
.shopshow .swiper-button-prev-shopshow:hover::after {
  background: url('../img/74.png') no-repeat;
  transform: rotate(180deg);
}
.shopshow .swiper-button-next-shopshow:hover::after {
  background: url('../img/74.png') no-repeat;
  transform: rotate(0deg);
}
.shopshow .swiper-pagination-bullet-active {
  position: relative;
}
.shopshow .swiper-pagination-bullet-active::before {
  content: "";
  width: 32px;
	height: 32px;
  /* background: url('../img/75.png') no-repeat; */
  /* background-size: 100% 100%; */
	border: solid 3px #e2e2e0;
  position: absolute;
  top: -15px;
  left: -15px;
  border-radius: 50%;
}
.shopshow .swiper-pagination-bullet-active {
  background: #6a8fca;
}
.shopshow .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 97px!important;
}
.shopshow .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 16px;
}
.space-show {
  width: 1600px;
  margin: 0 auto;
  padding-top: 104px;
  padding-bottom: 145px;
  display: flex;
  justify-content: space-between;
}
.space-show img {
  max-width: 100%;
}
.space-show-left {
  width: 672px;
}
.space-show-left__img {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.space-show-left-title {
  color: #666666;
  font-size: 26px;
  line-height: 46px;
  margin-bottom: 15px;
}
.space-show-left-en {
  color: #999999;
  font-size: 16px;
  line-height: 26px;
}
.space-show-right {
  width: 722px;
  padding-top: 79px;
}
.space-show-right-big {
  color: #a9a086;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 12px;
  position: relative;
}
.space-show-right-big::before {
  content: "";
  position: absolute;
  width: 90px;
	height: 1px;
	background-color: #333333;
  top: 50%;
  transform: translateY(-50%);
  left: -132px;
}
.space-show-right-title {
  color: #333333;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 25px;
}
.space-show-right-desc {
  color: #666666;
  font-size: 24px;
  line-height: 46px;
  margin-bottom: 50px;
}
.space-show-right-en {
  color: #999999;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 75px;
}
.space-show-right__img {
  display: block;
  width: 100%;
}
.space-ad {
  display: block;
  width: 100%;
}
.space-diff {
  padding-top: 113px;
  padding-bottom: 142px;
}
.space-diff-en {
  text-align: center;
  color: #a9a086;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 12px;
  font-family: 'cocosregular';
}
.space-diff-title {
  color: #a9a086;
  font-size: 42px;
  margin-bottom: 40px;
  text-align: center;
}
.space-diff-desc {
  text-align: center;
  color: #666666;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 20px;
}
.space-diff-desc-en {
  text-align: center;
  color: #999999;
  font-size: 16px;
  line-height: 26px;
  width: 446px;
  margin: 0 auto;
  font-family: 'cocosregular';
}
.space-diff-img {
  display: flex;
  /* width: 1600px; */
  width: calc( 100% - (100% - 1600px) / 2 );
  margin-left: calc( (100% - 1600px) / 2 );
  margin-top: 85px;
  /* margin: 85px auto 0; */
}
.swiper-diffimg {
  width: 100%;
}
.space-diff-img img {
  display: block;
  /* width: 520px; */
  width: 100%;
  margin-right: 19px;
}
.space-diff-img img:last-child {
  margin-right: 0;
}
.spaace-pro {
  padding-top: 118px;
  padding-bottom: 110px;
  background: url('../img/89.png') no-repeat;
  background-size: cover;
  position: relative;
}
.swiper-pro {
  /* width: 1600px; */
  /* height: 840px; */
  margin: 0 auto;
  background-color: #ffffff;
  box-sizing: border-box;
  /* padding-left: 80px; */
  /* padding-top: 65px; */
}
.swiper-pro {
  /* margin-top: 95px; */
}
.swiper-pro .swiper-slide {
  display: flex;
}
.swiper-pro-img {
  display: flex;
}
.swiper-pro-img img {
  display: block;
  /* width: 398px; */
  width: 828px;
  max-height: 680px;
  object-fit: cover;
}
.swiper-pro-img img:first-child {
  margin-right: 32px;
}
.swiper-pro-img img:nth-child(2) {
  margin-top: 30px;
}
.swiper-pro-info {
  padding-left: 70px;
  padding-top: 109px;
}
.swiper-pro-item {
  font-weight: 700;
  color: #333333;
  font-size: 26px;
  line-height: 56px;
  display: flex;
  /* align-items: center; */
}
.swiper-pro-item span {
  font-weight: lighter;
  flex-shrink: 0;
}
.swiper-pro-title {
  color: #333333;
  font-size: 52px;
}
.spaace-pro-en {
  color: #a9a086;
  font-size: 42px;
  text-align: center;
  line-height: 1;
  margin-bottom: 12px;
}
.spaace-pro-title {
  text-align: center;
  color: #333333;
  font-size: 32px;
}
.spaace-pro .swiper-button-next {
  width: 68px;
	height: 68px;
  right: 3.125%;
}
.spaace-pro .swiper-button-prev {
  width: 68px;
	height: 68px;
  left: 3.125%;
}
.spaace-pro .swiper-button-prev-pro::after {
  content: "";
  width: 68px;
	height: 68px;
  background: url('../img/73.png') no-repeat;
  background-size: 100% 100%;
}
.spaace-pro .swiper-button-next-pro::after {
  content: "";
  width: 68px;
	height: 68px;
  background: url('../img/73.png') no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
.spaace-pro .swiper-button-prev-pro:hover::after {
  background: url('../img/90.png') no-repeat;
  transform: rotate(180deg);
}
.spaace-pro .swiper-button-next-pro:hover::after {
  background: url('../img/90.png') no-repeat;
  transform: rotate(0deg);
}
.spaace-pro .swiper-pagination-pro {
  /* left: 990px; */
  left: 940px;
  bottom: 100px;
  text-align: left;
}
.swiper-pro>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}
.spaace-pro .swiper-pagination-bullet-active {
  position: relative;
}
.spaace-pro .swiper-pagination-bullet-active::before {
  content: "";
  width: 32px;
	height: 32px;
  /* background: url('../img/91.png') no-repeat; */
  /* background-size: 100% 100%; */
	border: solid 3px #e2e2e0;
  position: absolute;
  top: -16px;
  left: -16px;
  border-radius: 50%;
}
.spaace-pro .swiper-pagination-bullet-active {
  background: #a9a086;
}
.spaace-pro .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
}
.about-intro {
  padding-top: 122px;
  /* padding-bottom: 130px; */
  position: relative;
  /* display: flex;
  flex-direction: column;
  align-items: flex-end; */
  /* padding-right: 154px; */
}
.about-intro-top-box {
  /* width: 620px; */
  width: 32.3%;
  display: flex;
  flex-direction: column;
  margin-right: calc( (100% - 1600px) / 2 );
  padding-bottom: 20px;
}
.about-intro-top {
  display: flex;
  justify-content: flex-end;
}
.about-intro-en {
  color: #6a8fca;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 20px;
  font-family: 'cocosregular';
}
.about-intro-title {
  color: #1c1e1d;
  font-size: 32px;
  margin-bottom: 20px;
}
.about-intro-big {
  color: #333333;
  font-size: 46px;
}
.about-intro-con {
  background-color: #f2f2f2;
  padding-bottom: 130px;
  padding-top: 20px;
}
.about-intro-con-box {
  /* width: 620px; */
  width: 32.3%;
  height: 379px;
  display: flex;
  flex-direction: column;
  margin-right: calc( (100% - 1600px) / 2 );
  overflow-y: auto;
  /* margin-right: 154px; */
}
.about-intro-con-box p {
  line-height: 32px!important;
}
.about-intro-con-box::-webkit-scrollbar {
  width: 3px; /* 设置滚动条的宽度 */
}
.about-intro-con-box::-webkit-scrollbar-thumb {
  background: #6a8fca; /* 设置滑块的背景颜色 */
}
.about-intro-con {
  color: #666666;
  font-size: 18px;
  line-height: 45px;
  display: flex;
  justify-content: flex-end;
}
.spacenav {
  width: 1600px;
  display: flex;
  height: 220px;
  margin: 0 auto;
  border-bottom: 1px solid #e6e6e6;
}
.spacenav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.667%;
}
.spacenav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.spacenav-item__img {
  height: 50px;
}
.spacenav-item-title {
  color: #1c1e1d;
  font-size: 24px;
  margin-top: 20px;
}
.spacenav-item-en {
  color: #c3c0bc;
  font-size: 14px;
  margin-top: 6px;
}
.spacenav-item:hover .spacenav-item-title {
  color: #6a8fca;
}
.spacenav-item.active .spacenav-item__img {
  filter: sepia(300%) hue-rotate(180deg) saturate(200%);
}
.spacenav-item.active {
  border-bottom: 2px solid #6a8fca;
}
.spacenav-item.active .spacenav-item-title {
  color: #6a8fca;
}
.spacenav-item:hover .spacenav-item__img {
  filter: sepia(300%) hue-rotate(180deg) saturate(200%);
}
.space-con {
  padding-top: 54px;
}
.space-con-en {
  text-align: center;
  color: #6a8fca;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 19px;
  font-family: 'cocosregular';
}
.space-con-title {
  text-align: center;
  color: #1c1e1d;
  font-size: 32px;
  line-height: 1;
}
.space-ul {
  display: flex;
  flex-wrap: wrap;
  width: 1600px;
  margin: 56px auto 0;
}
.space-li {
  width: 24%;
  margin-right: 1.333%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 39px;
}
.space-li:nth-child(4n) {
  margin-right: 0;
}
.space-li img {
  display: block;
  width: 100%;
}
.space-li-item {
  display: block;
  padding: 30px;
  background-color: #f2f2f2;
}
.space-li-en {
  color: #666666;
  font-size: 16px;
}
.space-li-title {
  color: #1c1e1d;
  font-size: 24px;
  line-height: 33px;
  height: 66px;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.space-li-img {
  position: relative;
}
.imgbold {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.5);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
}
.space-li .imgbold-icon {
  display: block;
  width: 50px;
	height: 50px;
  margin-top: 17px;
}
.space-li:hover .imgbold {
  display: flex;
}
.space-li:hover .space-li-item {
  background-color: #c8d4ea;
}
.space-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.space-link a {
  width: 170px;
	height: 50px;
	border-radius: 25px;
	border: solid 1px #868685;
  color: #555654;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
}
.space-link a.active {
  border: solid 1px #6a8fca;
  color: #6a8fca;
}
.space-link a:hover {
  border: solid 1px #6a8fca;
  color: #6a8fca;
}
.server-info {
  width: 1600px;
  margin: 0 auto;
  padding-top: 92px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
.server-left {
  width: 642px;
}
.server-right {
  width: 906px;
}
.server-en {
  color: #6a8fca;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 27px;
  font-family: 'cocosregular';
}
.server-title {
  color: #1c1e1d;
  font-size: 32px;
  margin-bottom: 50px;
  line-height: 1;
  font-weight: 700;
}
.server-tip {
  color: #333333;
  font-size: 46px;
  margin-bottom: 30px;
  line-height: 1.2;
  font-weight: 700;
}
.server-desc {
  color: #666666;
  font-size: 18px;
  line-height: 40px;
}
.server-right-img {
  display: block;
  width: 100%;
  margin-bottom: 38px;
}
.server-right-con {
  color: #999999;
  font-size: 14px;
  line-height: 34px;
  font-family: 'cocosregular';
}
.about-form {
  max-width: 1600px;
  margin: 0px auto 80px;
  box-sizing: border-box;
  padding: 54px 62px;
  background-color: #e6e6e6;
  border-radius: 10px;
  border: solid 1px #e6e6e6;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-form-item {
  width: 44.3%;
  max-width: 710px;
}
.about-form-label {
  color: #333333;
  font-size: 24px;
}
.about-form-label.require span {
  position: relative;
}
.about-form-label.require span::after {
  content: '*';
  position: absolute;
  right: -12px;
  top: 0;
  color: #e30920;
  font-size: 24px;
}
.about-form-input {
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  border-radius: 6px;
  padding-left: 30px;
  margin-top: 23px;
  margin-bottom: 41px;
  outline: 0;
  border: 0;
  font-size: 20px;
  box-sizing: border-box;
  color: #cccccc;
}
.about-form-input::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
  font-size: 20px;
  color: #cccccc;
}
.about-form-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-size: 20px;
  color: #cccccc;
}
.about-form-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 20px;
  color: #cccccc;
}
.about-form-textarea::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
  font-size: 20px;
  color: #cccccc;
  font-family: Arial, sans-serif;
}
.about-form-textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-size: 20px;
  color: #cccccc;
  font-family: Arial, sans-serif;
}
.about-form-textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 20px;
  color: #cccccc;
  font-family: Arial, sans-serif;
}
.service-download-search-typebox {
  margin-top: 23px;
  margin-bottom: 41px;
  position: relative;
}
.service-download-search-typebox::after {
  content: '';
  width: 12px;
  height: 10px;
  position: absolute;
  background: url(../img/105.png) no-repeat;
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 39px;
}
.service-download-search-typebox .about-form-select {
  margin-top: 0;
  margin-bottom: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.about-form-select {
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  border-radius: 6px;
  padding-left: 30px;
  margin-top: 23px;
  margin-bottom: 41px;
  outline: 0;
  border: 0;
  font-size: 20px;
  box-sizing: border-box;
  color: #cccccc;
}
.about-form-textareaitem {
  width: 100%;
}
.about-form-label {
  color: #333333;
  font-size: 24px;
}
.about-form-textarea {
  width: 100%;
  height: 310px;
  background-color: #ffffff;
  border-radius: 6px;
  outline: 0;
  border: 0;
  margin-top: 24px;
  box-sizing: border-box;
  padding: 25px 28px;
  font-size: 20px;
  margin-bottom: 40px;
}
.about-form-verify {
  display: flex;
  align-items: center;
}
.about-form-verify-btn {
  width: 290px;
  height: 70px;
  text-align: center;
  background-color: #6a8fca;
  border-radius: 6px;
  color: #ffffff;
  font-size: 20px;
  margin-left: 33px;
  border: 0;
  outline: 0;
}
.about-form-verify-input {
  display: flex;
  align-items: center;
  height: 70px;
  background-color: #ffffff;
  border-radius: 6px;
}
.about-form-verify-input input {
  width: 654px;
  height: 70px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  padding-left: 26px;
}
.about-form-verify-img {
  width: 167px;
  height: 70px;
}
.about-form-verify-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.about-intro__img {
  /* width: 54.7%; */
  width: 1050px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-bar {
  height: 253px;
  background-color: #282828;
}
.about-bar-box {
  width: 1600px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.about-bar-item {
  display: flex;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  padding-right: 94px;
  position: relative;
}
.about-bar-item:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
	height: 40px;
	background-color: #5c626c;
	border-radius: 1px;
}
.about-bar-item-left-en {
  color: #6a8fca;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 20px;
  font-family: 'cocosregular';
}
.about-bar-item-left-title {
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
}
.about-bar-item-right p {
  color: #ffffff;
  font-size: 24px;
  line-height: 36px;
}
.about-bar-item:nth-child(2) {
  padding-right: 0;
  padding-left: 60px;
}
.about-concept-box {
  background: url('../img/112.png') no-repeat;
  background-size: cover;
  padding-top: 143px;
  padding-bottom: 150px;
}
.about-concept {
  width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.about-concept__img {
  width: 670px;
  height: auto;
}
.about-concept-left {
  width: 860px;
}
.concept-ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 100px;
}
.about-concept-left-en {
  color: #6a8fca;
  font-size: 42px;
  margin-bottom: 19px;
  font-family: 'cocosregular';
}
.about-concept-left-title {
  color: #1c1e1d;
  font-size: 32px;
}
.concept-li {
  width: 49%;
  min-height: 169px;
}
.concept-li-title {
  padding-left: 16px;
  color: #6a8fca;
  font-size: 24px;
  margin-bottom: 12px;
  position: relative;
}
.concept-li-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #6a8fca;
}
.concept-li-desc {
  color: #333333;
  font-size: 18px;
  line-height: 30px;
  padding-left: 16px;
}
/* about轮播 */
.about-history {
  padding-top: 109px;
  padding-bottom: 156px;
}
.about-history-intro {
  margin-left: 76px;
  height: 100%;
}
.about-history-en {
  font-size: 42px;
  text-align: center;
  color: #6a8fca;
  font-family: 'cocosregular';
}
.about-history-title {
  text-align: center;
  color: #333333;
  font-size: 32px;
  text-align: center;
  margin-top: 18px;
}
.about-history-time {
  color: #6a8fca;
  font-size: 32px;
  margin-bottom: 20px;
}
.about-history-time span {
  font-size: 103px;
}
.about-history-desc {
  font-size: 24px;
  height: 180px;
  overflow-y: auto;
  line-height: 44px;
  color: #666666;
  padding-left: 40px;
  position: relative;
}
.about-history-desc::-webkit-scrollbar {
  width: 3px; /* 设置滚动条的宽度 */
}
.about-history-desc::-webkit-scrollbar-thumb {
  background: #6a8fca; /* 设置滑块的背景颜色 */
}
.about-history-desc::before {
  content: '';
  width: 1px;
  position: absolute;
  height: 80px;
  /* height: calc(100% - 20px); */
  top: 10px;
  left: 0;
  background-color: #6a8fca;
}
.about-history-img {
  width: 440px;
  height: 278px;
}
.swiper-history {
  margin-top: 82px;
  height: 518px;
}
.swiper-history .swiper-slide {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
}
.about-history-nav {
  margin-top: 20px;
  padding-left: 40px;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
}
.about-history-nav-previmg {
  width: 60px;
  height: 60px;
  cursor: pointer;
  margin-right: 5px;
  background: url('../img/114.png') no-repeat;
  background-size: 100% 100%;
}
.about-history-nav-previmg:hover {
  background: url('../img/115.png') no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
/* .about-history-nav-previmg img {
  width: 100%;
  height: 100%;
} */
.about-history-nav-nextimg {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url('../img/114.png') no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
.about-history-nav-nextimg:hover {
  background: url('../img/115.png') no-repeat;
  background-size: 100% 100%;
  transform: rotate(0deg);
}
/* .about-history-nav-nextimg img {
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
} */
.about-history-nav img:first-child {
  margin-right: 16px;
}
.about-history-intro {
  /* display: none; */
}
.swiper-history .swiper-slide-prev .about-history-desc {
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.swiper-history .swiper-slide-next .about-history-desc {
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.swiper-history .swiper-slide-prev .about-history-nav {
  display: none;
}
.swiper-history .swiper-slide-next .about-history-nav {
  display: none;
}
.swiper-slide-active .about-history-intro {
  display: block;
}
.swiper-history-box {
  position: relative;
}
.swiper-nav {
  max-width: 1600px;
  margin: 0 auto;
  /* padding-top: 115px; */
  position: relative;
  padding-top: 64px;
}
.swiper-nav-line {
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  margin-bottom: 21px;
  position: relative;
}
.swiper-nav-line::after {
  /* content: '';
  width: 7px;
  height: 7px;
  background-color: #999999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%; */
}
.swiper-nav .swiper-slide p {
  text-align: center;
  color: #999999;
  font-size: 24px;
}
.swiper-nav .swiper-slide-active .swiper-nav-line::after {
  width: 17px;
  height: 17px;
  background-color: #bf111e;
}
.swiper-nav .swiper-slide-active .swiper-nav-line::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  /* background: linear-gradient(to right, #e6e6e6 0%, #bf111e 50%, #e6e6e6 100%); */
  left: 0;
  right: 0;
}
.swiper-history .swiper-slide {
  display: flex;
  justify-content: center;
}
.swiper-history-litpic {
  width: 740px;
  height: 100%;
  object-fit: cover;
}
.about-history-intro {
  width: 700px;
  position: relative;
}
.kd {
  position: absolute;
  top: 48px;
  height: 16px;
  left: 5%;
  right: 5%;
  object-fit: cover;
}
.swiper-nav .swiper-slide-active {
  background-image: linear-gradient(rgba(106,143,202,.3),transparent);
  position: relative;
}
.swiper-nav .swiper-slide-active p {
  position: absolute;
  width: 92px;
	height: 38px;
  line-height: 38px;
  text-align: center;
	background-color: #6a8fca;
	border-radius: 19px;
  color: #ffffff;
  font-size: 26px;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-honor .swiper-slide img {
  display: block;
  width: 80%;
  height: auto;
}
.swiper-slide .swiper-slide {
}
.imgbox {
  width: 100%;
  background: url('../img/119.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 10%;
}
.about-honor {
  padding-top: 111px;
  padding-bottom: 84px;
}
.about-honor-title {
  width: 1600px;
  margin: 0 auto;
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-honor-title-en {
  color: #6a8fca;
  font-size: 42px;
  font-family: 'cocosregular';
}
.about-honor-title-title {
  color: #1c1e1d;
  font-size: 32px;
}
.about-honor-nav {
  width: 1600px;
  margin: 0 auto;
  display: flex;
  overflow-x: auto;
}
.about-honor-nav::-webkit-scrollbar {
  height: 0; /* 设置滚动条的宽度 */
}
.about-honor-nav a {
  color: #999999;
  font-size: 24px;
  margin-right: 18px;
  position: relative;
  flex-shrink: 0;
}
.about-honor-nav a.active {
  color: #1c1e1d;
}
.about-honor-nav a.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 14px;
  background-color: #cedaed;
  z-index: -1;
}
.about-honor-nav a:hover {
  color: #1c1e1d;
}
.about-honor-nav a:hover::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 14px;
  background-color: #cedaed;
  z-index: -1;
}
.about-honor-btns {
  /* display: flex; */
  display: none;
  align-items: center;
}
.about-honor-btns:first-child {
  display: flex;
}
.about-honor-btns .about-honor-prev {
  width: 68px;
  height: 68px;
  background: url('../img/114.png') no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  margin-right: 5px;
}
.about-honor-btns .about-honor-prev:hover {
  background: url('../img/115.png') no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
.about-honor-btns .about-honor-next {
  width: 68px;
  height: 68px;
  background: url('../img/114.png') no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
  cursor: pointer;
}
.about-honor-btns .about-honor-next:hover {
  background: url('../img/115.png') no-repeat;
  background-size: 100% 100%;
  transform: rotate(0deg);
}
/* .about-honor-btns img {
  display: block;
  width: 68px;
  height: 68px;
  cursor: pointer;
}
.about-honor-btns img:first-child {
  margin-right: 5px;
} */
.swiper-honor {
  display: none
  ;
  padding-top: 110px;
  padding-bottom: 30px;
}
.swiper-honor:first-child {
  display: block;
}
.swiper-honor .swiper-slide {
  transform: scale(.8);
  transform-origin: 50% 100%;
  box-shadow: 0px 0px 46px 0px 
		rgba(0, 0, 0, 0.19);
}
.swiper-honor .swiper-slide-active {
  transform: scale(1.2);
  transform-origin: 50% 100%;
}
.honor-block {
  width: 679px;
	height: 120px;
  background: url('../img/120.png') no-repeat;
  background-size: cover;
  margin: 0 auto;
  overflow: hidden;
  display: none;
}
.honor-block:first-child {
  display: block;
}
.honor-block p {
  display: none;
  color: #6a8fca;
  font-size: 32px;
  text-align: center;
  margin-top: 80px;
}
/* .swiper-case11 {
  display: none;
} */
.swiper-case12 {
  display: none;
}
.swiper-case13 {
  display: none;
}
/* .swiper-pagination-case1 {
  display: none;
} */
.swiper-pagination-case2 {
  display: none;
}
.swiper-pagination-case3 {
  display: none;
}
.swiper-news12 {
  display: none;
}
.swiper-pagination-news2 {
  display: none;
}
.swiper-shopsmall {
  width: 100%;
}
.swiper-shopsmall .swiper-slide img {
  display: block;
  width: 100%;
}
.index-case-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
/* 轮播图分页器动画 */
.circle{
  stroke-dasharray:113.1,113.1;
  stroke-dashoffset:113.1;
}
.index-swiper .swiper-pagination-bullet-active .circle{
  animation: circleline 3.2s ease-in-out;
}
.index-case-swiper .swiper-pagination-case1 .swiper-pagination-bullet-active .circle{
  animation: circleline 3.2s ease-in-out;
}
.index-case-swiper .swiper-pagination-case2 .swiper-pagination-bullet-active .circle{
  animation: circleline 3.2s ease-in-out;
}
.index-case-swiper .swiper-pagination-case3 .swiper-pagination-bullet-active .circle{
  animation: circleline 3.2s ease-in-out;
}
.swiper-news-box .swiper-pagination-news11 .swiper-pagination-bullet-active .circle{
  animation: circleline 3.2s ease-in-out;
}
.swiper-news-box .swiper-pagination-news12 .swiper-pagination-bullet-active .circle{
  animation: circleline 3.2s ease-in-out;
}
.shopshow .swiper-pagination-showshop .swiper-pagination-bullet-active .circle{
  animation: circleline 3.2s ease-in-out;
}
.swiper-space-box .swiper-pagination-space .swiper-pagination-bullet-active .circle{
  animation: circleline 3.2s ease-in-out;
}
.swiper-pro .swiper-pagination-pro .swiper-pagination-bullet-active .circle{
  animation: circleline 3.2s ease-in-out;
}
@keyframes circleline {
100% {
  stroke-dashoffset:0;
}
}
.index-swiper .swiper-pagination-bullet svg {
  transform: translate(-18px, -18px);
}
.index-case-swiper .swiper-pagination-case1 .swiper-pagination-bullet svg {
  transform: translate(-18px, -18px);
}
.index-case-swiper .swiper-pagination-case2 .swiper-pagination-bullet svg {
  transform: translate(-18px, -18px);
}
.index-case-swiper .swiper-pagination-case3 .swiper-pagination-bullet svg {
  transform: translate(-18px, -18px);
}
.swiper-news-box .swiper-pagination-news11 .swiper-pagination-bullet svg {
  transform: translate(-18px, -18px);
}
.swiper-news-box .swiper-pagination-news12 .swiper-pagination-bullet svg {
  transform: translate(-18px, -18px);
}
.shopshow .swiper-pagination-showshop .swiper-pagination-bullet svg {
  transform: translate(-18px, -18px);
}
.swiper-space-box .swiper-pagination-space .swiper-pagination-bullet svg {
  transform: translate(-18px, -18px);
}
.swiper-pro .swiper-pagination-pro .swiper-pagination-bullet svg {
  transform: translate(-18px, -18px);
}