/*Technical Support SudyTech*/
.lay-cont_wrap {
	margin-bottom: 0;
}
.lay-cont {
	margin: 0;
	padding: calc(95rem / 16) 20px;
}
.bg1 {
	background: linear-gradient(to right, #fef0da, #fdf4ed);
}
.bg2 {
	background: linear-gradient(to right, #fee0b9, #fdf2e3);
}
.bg3 {
	background: linear-gradient(to left, #fee0b9, #fdf2e3);
}
.lay-banner_head .back .back-icon img {
	width: 65%;
}
.back {
	color: #fff;
}
.back-icon {
	width: 40px;
	height: 40px;
	padding: 3px;
}
.pic-cont .item {
	margin-bottom: calc(42rem / 16);
	border-radius: calc(24rem / 16);
	display: flex;
	flex-direction: column;
}
.trends .item {
	overflow: hidden;
 width: calc((100% - 42px * 2) / 3);
	margin-bottom: 0;
}
.trends .item:nth-child(3n) {
	margin-right: 0;
}
.trends .item-txt {
	padding: calc(30rem / 16) calc(50rem / 16) calc(30rem / 16) calc(30rem / 16);
	background-color: #ff7c01;
	color: #fff;
	font-size: calc(20rem / 16);
	line-height: calc(32rem / 16);
	flex: 1;
}
.activity .item {
 width: calc((100% - 42px * 3) / 4);
	position: relative;
}
.activity .item:nth-child(4n) {
	margin-right: 0;
}
.activity .item .item-intro {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.activity .item-pic {
	overflow: hidden;
	border-radius: calc(24rem / 16);
}
.activity .item-txt {
	padding: calc(30rem / 16) calc(20rem / 16) calc(30rem / 16) 0px;
	font-size: calc(18rem / 16);
}
.activity .item::after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #ead4b8;
	position: absolute;
	top: 0;
	right: -21px;
}
.activity .item:nth-child(4n)::after {
	content: unset;
}
.item-more span {
	position: relative;
}
.item-more span::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	background-color: #ff7c01;
	width: 0;
	height: 1px;
	transition: .3s;
}
.trends .item:hover {
	transition: .3s;
	transform: scale(1.01);
	box-shadow: 10px 10px 15px rgba(0, 0, 0, .3);
}
.activity .item:hover .item-pic, .video-wrap .right .item:hover .pic {
	transition: .3s;
	/* transform: scale(1.01); */
	box-shadow: 10px 10px 15px rgba(0, 0, 0, .3);
}
.activity .item:hover .item-txt, .video-wrap .right .item .txt:hover {
	color: #ff7c01;
}
.activity .item .item-more {
	color: #ff7c01;
}
.activity .item:hover .item-more {
	color: #ff7c01;
}
.activity .item:hover .item-more span::after {
	width: 100%;
}
.activity .item .item-more span::after {
	width: 100%;
}
.video-wrap {
	display: flex;
	justify-content: space-between;
}
.video-wrap>div {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.video-wrap .left {
	margin-right: calc(50rem / 16);
}
.video-cont {
	position: relative;
	margin-bottom: calc(30rem / 16);
}
.video-cont video {
	width: 100%;
}
.video-title {
	font-size: calc(20rem / 16);
}
.video-wrap .right .item {
	display: flex;
	margin-bottom: 10px;
}
.video-wrap .right .item .pic {
	width: 35%;
	height: calc(130rem / 16);
	flex-shrink: 0;
	border-radius: calc(24rem / 16);
	overflow: hidden;
	margin-right: 15px;
	position: relative;
}
.video-wrap .right .item .txt {
	padding-top: 20px;
}
.video-play {
	background-color: #fff;
	border-radius: 50%;
	margin-left: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}
.video-play img {
	margin-left: 4px;
}
.video-wrap .right .item .pic .video-play {
	background-color: unset;
	border: 2px solid #fff;
	top: unset;
	left: 32px;
	bottom: 10px;
	width: 15px;
	height: 15px;
}
.video-wrap .right .item .pic .video-play img {
	width: 90%;
	margin-left: 2px;
}
.benefit-wrap {
	display: flex;
	justify-content: space-between;
}
.benefit-wrap .pic {
	border-radius: calc(32rem / 16);
	overflow: hidden;
}
.benefit-wrap>div {
	width: 50%;
	display: flex;
	flex-direction: column;
}
.benefit-wrap .left {
	margin-right: calc(50rem / 16);
}
.benefit-wrap .bottom-pic {
	display: flex;
	justify-content: space-between;
}
.benefit-wrap .left .bottom-pic {
	margin-top: calc(50rem / 16);
}
.benefit-wrap .right .top-pic {
	margin-top: calc(50rem / 16);
}
.benefit-wrap .bottom-pic .pic:first-child {
	margin-right: calc(50rem / 16);
}
.benefit-wrap .right {
	flex-direction: column-reverse;
}
.team-wrap {
	display: flex;
	justify-content: space-between;
}
.team-wrap .item {
 width: calc((100% - 20px * 3) / 4);
	border-radius: calc(32rem / 16);
	background-color: #fff;
	padding: calc(30rem / 16);
	padding-bottom: calc(130rem / 16);
	box-sizing: border-box;
	position: relative;
}
.team-wrap .item .title {
	font-size: calc(36rem / 16);
	margin-bottom: calc(10rem / 16);
}
.team-wrap .item .intro {
	font-size: calc(18rem / 16);
	margin-bottom: calc(40rem / 16);
}
.team-logo {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.team-wrap .item:hover {
	color: #fff;
	background: linear-gradient(to right, #ffc641, #ff7c01);
}
.team-wrap .item:hover .item-more span::after {
	width: 100%;
	background-color: #fff;
}
video {
	overflow: hidden;
	border-radius: calc(35rem / 16);
}
 @media screen and (max-width: 960px) {
.team-wrap {
	flex-wrap: wrap;
}
.team-wrap .item {
 width: calc((100% - 20px * 1) / 2);
	margin-bottom: 20px;
}
.lay-cont_head {
	font-size: calc(28rem / 16);
}
.lay-banner.index-banner {
	height: calc(150px + 36.46vw);
}
.index-banner-swiper.lay-banner .txt {
	bottom: 7% !important;
}
}
 @media screen and (max-width: 768px) {
.benefit-wrap .left,  .benefit-wrap .bottom-pic .pic:first-child {
	margin-right: calc(20rem / 16);
}
.benefit-wrap .left .bottom-pic,  .benefit-wrap .right .top-pic {
	margin-top: calc(20rem / 16);
}
}
 @media screen and (max-width: 580px) {
.lay-cont_wrap {
	flex-direction: column;
}
.trends .item,  .team-wrap .item,  .activity .item,  .video-wrap>div,  .benefit-wrap>div {
	width: 100%;
	margin-bottom: 40px;
}
.video-cont {
	margin-bottom: calc(15rem / 16);
}
.benefit-wrap .right {
	flex-direction: column;
}
.benefit-wrap .right .top-pic {
	margin-bottom: calc(20rem /16);
}
.activity .item::after {
	content: unset;
}
.back-icon {
	width: 30px;
	height: 30px;
	padding: 5px;
}
.activity .item-txt {
	padding: calc(15rem / 16) calc(10rem / 16) calc(15rem / 16) 0px;
}
.benefit-wrap .left .bottom-pic,  .benefit-wrap .right .top-pic {
	margin-top: calc(20rem / 16);
}
.benefit-wrap .bottom-pic .pic:first-child {
	margin-right: calc(20rem / 16);
}
.benefit-wrap .bottom-pic .pic {
	width: 50%;
}
}
.index-banner-swiper.lay-banner .txt {
	bottom: 26.75%;
}
.index-banner-swiper {
	overflow: hidden;
}
.index-banner-swiper .text-content {
	position: absolute;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
}
.index-banner-swiper .swiper-wrapper .swiper-slide {
	height: 100%;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
.index-banner-swiper div.swiper-pagination {
	position: relative;
	max-width: calc(73.57% + 200px);
	margin: auto;
	margin-top: calc(30rem / 16);
	text-align: left;
}
.index-banner-swiper .swiper-pagination-bullet {
	position: relative;
	width: 8px;
	height: 8px;
	margin-right: 10px !important;
	background-color: #fff;
	opacity: 1;
}
.index-banner-swiper .swiper-pagination-bullet-active::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 13px;
	height: 13px;
	border: 2px solid #fff;
	border-radius: 50%;
}







.nrkk { min-height:350px; padding-bottom:50px;}
.nrkk h1 { text-align:center;}
.wznr { padding-top:20px; line-height:1.5;}




