.yxhb_banner_link a {
	border:none;
	background-image: linear-gradient(135deg, #0068dd, #00aeee);
	background-color: #0360c3;
}
/* 导航 */
.navigation{
	width: 100%;
}

.navigation  .sw_navigation{
	display: flex;
	justify-content: space-between;
  }
  
  .navigation .swiper-slide{
	flex:1;
	margin: 0 auto;
	min-height: 150px;
	padding:30px 0;
	background: linear-gradient(to right,#f3faff,#deeefe);
  }
  
  .navigation .swiper-slide .text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #252b3a;
	padding-top: 30px;
  }
  
  .navigation .swiper-slide .text .navigation_des{
	  color: #575d6c;
	  transition: 0.5s;
      margin: 10px auto;
	  opacity: 1;
  }
  
  .navigation_tit{
	  line-height: 1;
  }
  .navigation_more{
     opacity: 0;
	  width: 122px;
	  line-height: 42px;
	  text-align: center;
	  color: #fff;
	  overflow: hidden;
	  display: block;
	  border-radius: 5px;
	  transition: 0.5s;
	  background-image: linear-gradient(135deg, #0068dd, #00aeee);
	  background-color: #0360c3;
  }
  .navigation_more::after{
	  transform: translateY(-1px);
	  content: "";
	  transition: 0.5s;
	  font-family: "iconfont";
	  display: inline-block;
	  vertical-align: middle;
  }
  .navigation_more:hover::after{
	  content: "\e683";
	  transition: 0.5s;
	  margin-left: 5px;
  }
  .navigation .swiper-slide:hover .img{
	  opacity: 0;
	  transition: 0.5s;
  }
  .navigation .swiper-slide:hover .text .navigation_more{
	  max-height: 42px;
	  transition: 0.5s;
  }
  

  /* s生态文化 */
  .s-title {
	text-align: center;
  }
  .s-title h2 {
	font-weight: bold;
	color: #28293b;
	line-height: 1.3;
  }
  .s-title p {
	color: #575d6c;
	line-height: 1.8;
	width: 75%;
	margin: 0 auto;
  }
  .cloud-intro {
    background: #fafbfb;
	padding: 3.5vw 0 6vw;
  }
  .cloud-intro .ctn-list {
	position: relative;
  }
  .cloud-intro .ctn-list .tu {
	margin: 0 auto;
	width: 34.5%;
  }
  .cloud-intro .ctn-list .tu img {
	width: 100%;
  }
  .cloud-intro .ctn-list ul li {
	position: absolute;
	width: 410px;
  }
  .cloud-intro .ctn-list ul li h2 {
	/* font-size: 24px; */
	position: relative;
	line-height: 1.3;
    font-weight: 600;
  }
  .cloud-intro .ctn-list ul li h2:before {
	content: "";
	  width: 100px;
	  height: 1px;
	  background: #4e86e2;
	  position: absolute;
	 right:-120px;
	  top: 35px;
  }
  .cloud-intro .ctn-list ul li h2:after {
	content: "";
	width: 1px;
	height: 30px;
	background: #4e86e2;
	position: absolute;
	right:-132px;
	top: 30px;
	transform: rotateZ(-50deg);
  }
  .cloud-intro .ctn-list ul li p {
	color: #575d6c;
	opacity: 0.7;
	line-height: 1.6;
	margin-top: 10px;
  }
  .cloud-intro .ctn-list ul li:first-child {
    text-align: right;
	top: 2%;
  }
  .cloud-intro .ctn-list ul li:first-child h2 {
	color:#252b3a;
  }
  .cloud-intro .ctn-list ul li:nth-child(2) {
	bottom: 15%;
	text-align: right;
  }
  .cloud-intro .ctn-list ul li:nth-child(2) h2 {
	color:#252b3a;
  }
  .cloud-intro .ctn-list ul li:nth-child(2) h2:before {
	width: 80px;
	right: -100px;
	top: 40px;
	
  }
  .cloud-intro .ctn-list ul li:nth-child(2) h2:after {
	right: -108px;
	top: 24px;
	height: 20px;
	transform: rotateZ(50deg);
  }
  .cloud-intro .ctn-list ul li:nth-child(3) {
	top: 2%;
	right: 0;
  }
  .cloud-intro .ctn-list ul li:nth-child(3) h2 {
	text-align: left;
	color:#252b3a;
  }
  .cloud-intro .ctn-list ul li:nth-child(3) p{
	text-align: left;
  }
  .cloud-intro .ctn-list ul li:nth-child(3) h2:before {
	left: -120px;
  }
  .cloud-intro .ctn-list ul li:nth-child(3) h2:after {
	left: -132px;
	transform: rotateZ(50deg);
  }
  .cloud-intro .ctn-list ul li:nth-child(4) {
	right: 0px;
	bottom: 15%;
	
  }
  .cloud-intro .ctn-list ul li:nth-child(4) h2 {
	color:#252b3a;
	text-align: left;
  }
  .cloud-intro .ctn-list ul li:nth-child(4) p{
	text-align: left;
  }
  .cloud-intro .ctn-list ul li:nth-child(4) h2:before {
	width: 80px;
    left: -100px;
    top: 40px;
  }
  .cloud-intro .ctn-list ul li:nth-child(4) h2:after {
	left: -108px;
    top: 24px;
    height: 20px;
	transform: rotateZ(-50deg);
  }
  
  .cloud-intro .ctn-list ul li:nth-child(5) {
   left: 50%;
   transform: translateX(-50%);
	bottom: -15%;
	
  }
  .cloud-intro .ctn-list ul li:nth-child(5) h2 {
	color:#252b3a;
	text-align: center;
  }
.cloud-intro .ctn-list ul li:nth-child(5) p {
    margin: 0 auto;
    text-align: center;
}
  .cloud-intro .ctn-list ul li:nth-child(5) h2:before {
	width: 1px;
	height: 20px;
	left: 50%;
	transform: translateX(-50%);
	top: -20px;
  }
  .cloud-intro .ctn-list ul li:nth-child(5) h2:after {
   width: 0;
   height: 0;
  }
  .cloud-intro .ctn-swiper {
	margin-top: 4.5vw;
  }
  .cloud-intro .ctn-swiper .swiper-slide {
	overflow: hidden;
	border-radius: 5px;
	background: #f5f7fa;
	height: auto;
  }
  .cloud-intro .ctn-swiper .swiper-slide:hover .tu {
	transform: scale(1.05);
  }
  .cloud-intro .ctn-swiper .swiper-slide .tu {
	height: 0;
	padding-bottom: 40%;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
  }
  .cloud-intro .ctn-swiper .swiper-slide .tu img {
	width: 100%;
  }
  .cloud-intro .ctn-swiper .swiper-slide .text {
	padding: 1.5vw 2.5vw 2.5vw;
  }
  .cloud-intro .ctn-swiper .swiper-slide .text h2 {
	font-weight: bold;
	color: #28293b;
	margin-bottom: 0.6vw;
  }
  .cloud-intro .ctn-swiper .swiper-slide .text p {
	color: #575d6c;
	opacity: 0.7;
	line-height: 1.6;
  }
  /* end */
  @media screen and (max-width: 1500px) {
	.cloud-intro .ctn-list ul li {
	  width: 316px;
	}
	.cloud-intro .ctn-list ul li h2 {
	  font-size: 26px;
	}
	.cloud-intro .ctn-list ul li h2:before {
	  width: 90px;
	  left: 330px;
	  top: 18px;
	}
	.cloud-intro .ctn-list ul li h2:after {
	  width: 6px;
	  height: 6px;
	  left: 420px;
	  top: 15px;
	}
	.cloud-intro .ctn-list ul li p {
	  font-size: 14px;
	  width: 270px;
	}
	.cloud-intro .ctn-list ul li:nth-child(2) {
	  width: 270px;
	}
	.cloud-intro .ctn-list ul li:nth-child(2) h2:before {
	  width: 124px;
	  left: 280px;
	}
	.cloud-intro .ctn-list ul li:nth-child(2) h2:after {
	  left: 404px;
	}
	.cloud-intro .ctn-list ul li:nth-child(3) {
	  width: 260px;
	}
	.cloud-intro .ctn-list ul li:nth-child(3) h2:before {
	  width: 148px;
	  left: -168px;
	}
	.cloud-intro .ctn-list ul li:nth-child(3) h2:after {
	  left: -168px;
	}
	.cloud-intro .ctn-list ul li:nth-child(4) {
	  width: 260px;
	}
	.cloud-intro .ctn-list ul li:nth-child(4) h2:before {
	  width: 130px;
	  left: -150px;
	}
	.cloud-intro .ctn-list ul li:nth-child(4) h2:after {
	  left: -150px;
	}
  }
  @media screen and (max-width: 1200px) {
	.cloud-intro .ctn-list ul li {
	  width: 266px;
	}
	.cloud-intro .ctn-list ul li h2 {
	  font-size: 22px;
	}
	.cloud-intro .ctn-list ul li h2:before {
	  left: 280px;
	  top: 14px;
	}
	.cloud-intro .ctn-list ul li h2:after {
	  left: 370px;
	  top: 11px;
	}
	.cloud-intro .ctn-list ul li p {
	  width: 100%;
	}
	.cloud-intro .ctn-list ul li:nth-child(2) h2:before {
	  width: 114px;
	  left: 240px;
	}
	.cloud-intro .ctn-list ul li:nth-child(2) h2:after {
	  left: 354px;
	}
	.cloud-intro .ctn-list ul li:nth-child(3) h2:before {
	  width: 94px;
	  left: -114px;
	}
	.cloud-intro .ctn-list ul li:nth-child(3) h2:after {
	  left: -114px;
	}
	.cloud-intro .ctn-list ul li:nth-child(4) h2:before {
	  width: 78px;
	  left: -96px;
	}
	.cloud-intro .ctn-list ul li:nth-child(4) h2:after {
	  left: -96px;
	}
  }
  @media screen and (max-width: 1024px) {
	.cloud-intro .ctn-list ul li h2 {
	  font-size: 20px;
	}
	.cloud-intro .ctn-list ul li h2:before {
	  left: 260px;
	  width: 50px;
	}
	.cloud-intro .ctn-list ul li h2:after {
	  left: 310px;
	}
	.cloud-intro .ctn-list ul li:nth-child(2) h2:before {
	  width: 74px;
	  left: 220px;
	}
	.cloud-intro .ctn-list ul li:nth-child(2) h2:after {
	  left: 294px;
	}
	.cloud-intro .ctn-list ul li:nth-child(3) {
	  width: 238px;
	}
	.cloud-intro .ctn-list ul li:nth-child(3) h2:before {
	  width: 64px;
	  left: -76px;
	}
	.cloud-intro .ctn-list ul li:nth-child(3) h2:after {
	  left: -76px;
	}
	.cloud-intro .ctn-list ul li:nth-child(4) {
	  width: 238px;
	}
	.cloud-intro .ctn-list ul li:nth-child(4) h2:before {
	  width: 50px;
	  left: -62px;
	}
	.cloud-intro .ctn-list ul li:nth-child(4) h2:after {
	  left: -62px;
	}
  }
  @media only screen and (max-width: 768px) {
	.s-title h2 {
	  font-size: 20px;
	  margin-bottom: 14px;
	  line-height: 1.5;
	}
	.s-title p {
	  line-height: 1.6;
	}
	.cloud-intro {
	  padding: 30px 0;
	}
	.cloud-intro .ctn-list {
	  margin-top: 30px;
	}
	.cloud-intro .ctn-list .tu {
	  width: 100%;
	}
	.cloud-intro .ctn-list ul {
	  margin-top: 30px;
	}
	.cloud-intro .ctn-list ul li {
	  position: relative;
	  left: 0 !important;
	  top: 0 !important;
	  margin-top: 20px;
	  width: 100% !important;
	}
	.cloud-intro .ctn-list ul li h2 {
	  font-size: 18px;
	}
	.cloud-intro .ctn-list ul li h2:before {
	  width: 100px;
	  left: auto !important;
	  right: 0 !important;
	  top: 12px;
	  display: none;
	}
	.cloud-intro .ctn-list ul li h2:after {
	  left: auto !important;
	  right: 0 !important;
	  top: 9px;
	  display: none;
	}
	.cloud-intro .ctn-list ul li:nth-child(2) h2:before {
	  width: 136px;
	}
	.cloud-intro .ctn-list ul li:nth-child(3) h2:before {
	  width: 140px;
	}
	.cloud-intro .ctn-list ul li:nth-child(4) h2:before {
	  width: 150px;
	}
	.cloud-intro .ctn-swiper {
	  margin-top: 30px;
	}
	.cloud-intro .ctn-swiper .swiper-container {
	  padding-bottom: 36px;
	}
	.cloud-intro .ctn-swiper .swiper-slide .text {
	  padding: 20px;
	}
	.cloud-intro .ctn-swiper .swiper-slide .text h2 {
	  margin-bottom: 10px;
	}
	.cloud-intro .ctn-swiper .swiper-pagination {
	  bottom: 0;
	}
	.s-title p {
	  width: 100%;
	}
	.cloud-intro .ctn-swiper .swiper-pagination .swiper-pagination-bullet {
	  width: 6px;
	  height: 6px;
	}
	.cloud-intro .ctn-swiper .swiper-pagination .swiper-pagination-bullet-active {
	  background: #5b95f7;
	}
  }
  
  /* 伙伴覆盖 */
  .num_box {
	    padding: 4.68vw 0;
	display: flex;
	justify-content: space-evenly;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  
  .num_box > .dashed {
	border-right: 1px dashed rgba(0, 0, 0, 0.03);
  }
  
  .num_box .num {
	font-weight: bold;
	text-align: center;
	color: #3a85f0;
	letter-spacing: -1.8px;
  }
  
  .num_box p {
	font-weight: 400;
	text-align: center;
	color: #28293b;
  }
  
  .num_box div:nth-child(3) .fnt_70 {
	font-size: 35px;
	line-height: 1.3;
	font-weight: bold;
  }
  .num_box div:nth-child(3) .fnt_70 span {
	font-size: 70px;
	line-height: 1.3;
  }
  .fnt_70 {
	font-size: 70px;
	line-height: 1.3;
  }
  .banner2 .text h1 {
	color: #252b3a;
	font-weight: bold;
  }
  .banner2 .text .banner-text {
	color: #575d6c;
  }
  .banner2 .text .yxhb_banner_link a {
	color: #fff;
	background-color: #2183e9;
  }
  
  .starting {
	padding: 65px 0 40px;
	text-align: center;
  }
  .starting_sub {
	width: 1045px;
	color: #575d6c;
	margin: 20px auto 10px;
  }
  
  .starting div img.tu {
	width: 100%;
	margin-top: 1vw;
	box-shadow: 5px 9px 40px 0px rgba(0, 67, 205, 0.1);
  }
  .starting_m {
	color: #0086f1;
  }
  .starting_m::after {
	content: "";
	margin-left: 10px;
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: transparent;
	border-right: 1px solid #0086f1;
	border-top: 1px solid #0086f1;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.5s;
  }
  .starting_m:hover::after {
	margin-left: 15px;
	transition: 0.5s;
  }
  /* 下载白皮书 */
  .huoqu {
	/* background-image: url(../images/caiwu/bg_more.jpg); */
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 4.2% 0;
  }
  
  .huoqu_more {
	box-sizing: content-box;
	display: block;
	margin-right: 10px;
	width: 196px;
	text-align: center;
	border-radius: 5px;
	background-image: linear-gradient(135deg, #0068dd, #00aeee);
	background-color: #0360c3;
	color: #fff;
	border: none;
	height: 40px;
	line-height: 40px;
	margin-top: 35px;
  }
  
  .huoqu_more:after {
	transform: translateY(-1px);
	content: "";
	transition: 0.5s;
	font-family: "iconfont";
	display: inline-block;
	vertical-align: middle;
  }
  
  .huoqu .huoqu_download {
	width: 70%;
	padding:  5% ;
  }
  
  .huoqu .huoqu_download .dis {
  color: #575d6c;
  margin: 20px 0;
  }
  .huoqu_more:hover::after {
	content: "\e683";
	transition: 0.5s;
	margin-left: 5px;
  }
  
  .huoqu_flx {
	display: flex;
   justify-content: space-between; 
   align-items: center;
  }
  
  .huoqu_flx img {
	width: 30%;
  }
  
  /* 活动与动态 */
  .index-newsactivy {
	padding: 70px 0 76px;
	overflow: hidden;
	/* background-color: #F0F0F0; */
  }
  .index-newsactivy>h2{
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
	color: #252b3a;
  }
  
  .index-newsactivy .title {
	margin-bottom: 35px;
	color: #000;
  }
  
  .index-newsactivy .cont {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  
  .index-newsactivy .focus-activity {
	width: 53.22339%;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	box-shadow: #f0f0f0 12px 0px 22px 15px;
  }
  
  .index-newsactivy .focus-activity .img {
	/* height: 400px; */
	border-radius: 5px;
	overflow: hidden;
	position: relative;
  }
  
  .index-newsactivy .focus-activity .img:hover img {
	-ms-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	transform: scale(1.04);
  }
  
  .index-newsactivy .focus-activity .img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
  }
  
  .index-newsactivy .focus-activity .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
  }
  
  .index-newsactivy .focus-activity .img p {
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #fff;
  }
  
  .index-newsactivy .new_activity {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
  }
  
  .index-newsactivy .new_activity a:hover {
	color: #2183e9;
  }
  
  .index-newsactivy .new_activity h3 {
	font-weight: 600;
  }
  
  .index-newsactivy .focus-activity .text {
	padding: 10px 0;
	border-bottom: solid 1px #ebebeb;
  }
  
  .index-newsactivy .focus-activity .text:last-child {
	padding-bottom: 0;
	border-bottom: 0;
  }
  
  .index-newsactivy .focus-activity .text .datetime {
	font-weight: lighter;
  }
  
  /* .index-newsactivy .focus-activity .text .tt {
	  margin: 10px 0;
	} */
  
  .index-newsactivy .focus-activity .text .tt h2 a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #252b3a;
  }
  
  .index-newsactivy .focus-activity .text .tt h2 a:hover {
	color: #2183e9;
  }
  
  .index-newsactivy .focus-activity .text p {
	line-height: 24px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 48px;
	color: #000;
  }
  
  .index-newsactivy .focus-activity .product-link {
	margin-top: 10px;
  }
  
  .index-newsactivy .focus-activity .swiper-slide:hover .text .tt h2 a {
	color: #2183e9;
  }
  
  .index-newsactivy .focus-activity .swiper-slide:hover .img img {
	transform: scale(1.05);
  }
  
  .index-newsactivy .siwper-pagination {
	position: absolute;
	bottom: 190px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 9;
  }
  
  .index-newsactivy .swiper-pagination-bullet {
	background-color: #fff;
  }
  
  .index-newsactivy .news-lists {
	width: 43.92804%;
	/* border-top: 2px solid #ebebeb; */
	padding: 30px;
	background-color: #fff;
	box-shadow: #f0f0f0 0px 0px 22px 15px;
	overflow-y: auto;
  }
  
  .index-newsactivy .news-lists::-webkit-scrollbar-track {
	background-color: transparent;
  }
  
  .index-newsactivy .news-lists::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #fff;
  }
  
  .index-newsactivy .news-lists::-webkit-scrollbar-thumb {
	background-color: #c8c9d1;
  }
  
  .index-newsactivy .news-lists ul li {
	border-bottom: 2px solid #ebebeb;
	padding: 15px;
  }
  
  .index-newsactivy .news-lists ul li:last-child {
	border: 0;
	padding-bottom: 0;
  }
  
  .index-newsactivy .news-lists ul li a {
	display: block;
	/* padding: 15px 0 19px; */
	color: #000;
  }
  
  .index-newsactivy .news-lists ul li a:last-child {
	padding-bottom: 0;
  }
  
  .index-newsactivy .news-lists ul li .datetime {
	font-weight: lighter;
	margin-bottom: 6px;
  }
  
  .index-newsactivy .news-lists ul li h2 {
	line-height: 34px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	/* height: 68px; */
  }
  
  .index-newsactivy .news-lists ul li a:hover h2 {
	color: #2183e9;
  }
  
  .index-newsactivy .news-lists .product-link {
	margin-top: 32px;
  }
  
  @media screen and (max-width: 1440px) {
	.EBC-intro-list ul li .txt {
	  padding: 0 6%;
	}
  }
  @media only screen and (max-width: 1366px) {
	.starting {
	  padding: 65px 0 30px;
	}
  }
  @media only screen and (max-width: 1280px) {
	.yxhb_banner .text h2 {
	  font-size: 36px;
	}
  
	.yxhb_banner .text h3 {
	  font-size: 36px;
	}
  }
  
  @media screen and (max-width: 768px) {
	.yxhb_banner img {
	  height: 6.6rem;
	  width: auto;
	  position: relative;
	  right: 0;
	}
  
	.yxhb_banner .text {
	  text-align: center;
	}
  
	.yxhb_banner .text .fnt_42 {
	  font-size: 24px;
	}
  
	.yxhb_banner .text .banner-text {
	  font-size: 16px;
	}
  
	.yxhb_banner_link a {
	  float: none;
	  display: inline-block;
	}
	.EBC-intro-list ul {
	  margin-top: 30px;
	  display: flex;
	  flex-wrap: wrap;
	}
  
	.EBC-intro-list ul li {
	  width: 50%;
	  margin-bottom: 20px;
	}
  
	.EBC-intro-list ul li .icon {
	  margin-bottom: 10px;
	  max-width: 48px;
	  text-align: center;
	  height: 37px;
	}
  
	.EBC-intro-list ul li .icon img {
	  width: auto;
	  max-height: 100%;
	  object-fit: contain;
	}
  
	.EBC-intro-list ul li .txt h3 {
	  margin-bottom: 6px;
	  font-weight: bold;
	}
  
	.EBC-intro-list ul li .txt p {
	  font-size: 14px;
	  line-height: 20px;
	}
  
	.starting_m {
	  display: block;
	  margin-top: 20px;
	}
	.starting_tit {
	  font-size: 24px;
	  font-weight: bold;
	}
	.starting {
	  padding: 30px 0;
	}
	.starting_sub {
	  margin: 10px auto 20px;
	}
	.starting_img {
	  overflow: scroll;
	  height: 400px;
	}
	.starting .starting_img img {
	  height: 100%;
	  width: auto;
	}
	.huoqu {
	  text-align: center;
	  padding: 30px 0;
	}
  
	.huoqu_more {
	  margin: 35px auto 0;
	}
	.huoqu_flx {
	  display: block;
	}
  
	.huoqu_more {
	  margin: 15px auto 0;
	}

	.navigation h3{
		  font-size: 24px;
		  font-weight: bold;
	  }
	  .navigation_tit{
		  font-size: 16px;
		  margin: 10px 0 10px;
		  font-weight: bold;
	  }
	  .navigation_des{
		  font-size: 14px;
	  }
	.navigation .swiper-slide .text{
		  position: relative;
		  padding: 20px;
		  height: 230px;
	  }
	  .navigation .swiper-slide .text .navigation_more {
		  max-height: 42px;
		  margin-top: 30px;
		  transition: 0.5s;
		  border: 1px solid #7b7d7e;
		  position: absolute;
		  left: 20px;
		  bottom: 20px;
	  }
	  .navigation .swiper-slide{
		  height: inherit;
		  padding: 0px;
	  }
  }
  