html, body {
	position: relative;
	height: 100%;
}

.swiper-container {
	width: 100%;
	height: calc(100% - 54px);
    /* height: 100%; */
}
.swiper-slide {
	position: relative;
}

.bottoms {
	width: 100%;
	height: 30px;
	position: absolute; 
	bottom: 0;
}

.bottoms p {
	line-height: 40px;
}

.fs-wrapper {
	width: 100%;
	/* height: 100vh; */
    height: calc(100vh - 54px);
	z-index: 1;
	background: #FFFFFF;
	overflow: hidden;
  position: relative;
}

.fs-wrapper video {
	width: 100%;
	height: 100%;
	object-fit: fill;
	position: absolute;
	top: 0;
	left: 0;
}

.fs-wrapper-icon {
	width: 257px;
	height: 301px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	margin: auto;
}

.fs-wrapper-icon img {
	width: 100%;
	height: 100%;
}

/*菜单栏开始*/
.index-navigation {
	height: 100px;
	line-height: 100px;
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.index-navigation .router {
	height: 70px;
	color: #FFFFFF;
	font-size: 15px;
	cursor: pointer;
	padding: 0 30px;
  transition: color .2s;
  position: relative;
}

.index-navigation .router:hover {
  color: #eeeeee;
}

.index-navigation .router:hover ul{
	display: block;
}

.index-navigation .router ul {
	width: 160%;
	position: absolute;
	top: 70px;
	left: -30%;
	display: none;
	z-index: 100;
}

.index-navigation .router ul  li {
	line-height: 30px;
	text-align: center;
	border-radius: 30px;
	margin-bottom: 10px;
	background: #F4EF8E;
	color: #fff;
	transition: all .3s;
	border: 1px solid transparent;
}

.index-navigation .router ul  li:hover {
	border: 1px solid #fff;
	background: transparent;
}

.down-arrow {
	width: 17px;
	position: relative;
	top: 3px;
}

.menu-btn-open {
	width: 85px;
	margin-left: 15%;
	position: relative;
}

.menu-btn-open img {
	padding: 20px 33px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}
/*菜单栏结束*/

.fs-content {
	width: 100%;
	/*position: relative;*/
	position: fixed;
	top: 0;
}

.fs-box {
    /* height: 100vh; */
	height: calc(100vh - 54px);
	overflow: hidden;
	position: relative;
}

.fs-box1 {
	background-size: 100% 100%;
	cursor: pointer;
}

.fs-box1 .slide-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
	object-fit: cover;
}

.fs-box1 .wrap {
	border: 1px solid red;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	z-index: 9999;
	background: #ccc;
}

.fs-box1 .title {
	color: #FFFFFF;
	font-size: 50px;
	font-family: FZLTCHJW--GB1-0;
	font-weight: 400;
	margin-top: 0.54rem;
	text-align: center;
}

.fs-box1-btn-box {
	margin-top: 29px;
	display: flex;
	justify-content: center;
}

.fs-box1-btn-box .btn {
	color: #FFFFFF;
	font-size: 12px;
	width: 250px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 2px solid #FFFFFF;
	border-radius: 40px;
	margin-right: 28px;
	cursor: pointer;
	transition: all .3s;
}

.fs-box1-btn-box .btn:last-of-type {
	margin-right: 0;
}

.fs-box1-btn-box .btn:hover {
	color: #000000;
	font-family: W3;
	background: #FFFFFF;
}

.btn-active {
	color: #000000 !important;
	background: #FFFFFF;
}

.fs-box2 {
	/*background-image: url(../img/home_bg_3.png);*/
	/* background-size: 100% 100%; */
  position: relative;
}

.fs-box2 .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.fs-box2 .left {
	width: 47%;
}

.fs-box2 .left .box {
	margin-left: 170px;
	position: relative;
}

.fs-box2 .left .box h1 {
	color: #FFFFFF;
	font-size: 54px;
	font-family: FZLTCHJW--GB1-0;
	font-weight: 400;
	margin-top: 1.97rem;
}

.fs-box2 .left .box p {
	width: 80%;
	color: #FFFFFF;
	font-size: 14px;
	font-family: W3;
	line-height: 24px;
	margin-top: 35px;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.fs-box2 .left .box .more-btn {
	color: #FFFFFF;
	font-size: 19px;
	width: 1.86rem;
	height: 0.7rem;
	line-height: 0.7rem;
	border-radius: 0.7rem;
	text-align: center;
	margin-top: 212px;
	cursor: pointer;
	transition: all .5s;
	border: 2px solid #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
}

.fs-box2 .left .box .more-btn:hover {
	color: #333333;
	background: #FFFFFF;
}

.fs-box3 {
	background: #F1F1F1;
}

.fs-box3 .con {
	display: flex;
	width: 80%;
	height: 80%;
	position: absolute;
	left: 0;
	top: -40px;
	right: 0;
	bottom: 0;
	margin: auto;
}

.fs-box3 .con>div {
	width: 50%;
	height: 100%;
}

.fs-box3 .con .left {
	display: flex;
	padding-right: 10px;
}

.fs-box3 .con .left_left {
	width: calc(50% - 20px);
	height: 100%;
	padding-right: 20px;
}

.fs-box3 .con .left_right {
	width: 50%;
	height: 100%;
}

.fs-box3 .con .product {
	height: 100%;
	display: block;
	transition: all .3s;
}

.fs-box3 .con .product:hover {
	box-shadow: 0px 0px 10px #ddd;
}

.fs-box3 .con .product2 {
	height: calc(50% - 10px);
}

.fs-box3 .con .right_top {
	height: calc(50% - 10px);
}

.fs-box3 .con .right_bottom {
	height: calc(50% - 10px);
	display: flex;
	margin-top: 20px;
}

.fs-box3 .con .right_bottom .product {
	width: calc(50% - 10px);
	margin-right: 20px;
}

.fs-box3 .con .right_bottom .product:last-of-type {
	margin-right: 0;
}

.fs-box3 .con .product2:last-of-type {
	margin-top: 20px;
}

.fs-box3 .con .product .product_img_box {
	height: calc(100% - 90px);
	overflow: hidden;
	position: relative;
}

.fs-box3 .product .product_img_box .bg-img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	object-fit: cover;
}

.fs-box3 .con .product .product_img_box .mask:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  transition: all 0.5s;
}

.fs-box3 .con .product .product_img_box .mask:hover::after {
  opacity: 1;
}

.fs-box3 .con .product .product_img_box .mask:hover .logo {
  opacity: 1;
  /*width: 125.93px;
  height: 147.49px;*/
}

.fs-box3 .con .product .product_img_box .mask:hover .bg-img {
  filter: blur(3px);
  transform: scale(1.1);
}

.fs-box3 .con .product .product_img_box .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.fs-box3 .con .product .product_img_box .mask .logo {
  width: 240px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  opacity: 0;
  transition: all .6s ease-out;
}

.fs-box3 .product .product_bottom {
	height: 90px;
	padding: 0 20px;
	background: #FFFFFF;
	overflow: hidden;
}

.fs-box3 .product .product_bottom p {
	color: #333333;
	font-size: 13px;
	overflow: hidden;					/*溢出隐藏*/
	white-space: nowrap;			/*文本不换行*/
	text-overflow: ellipsis;	/*溢出显示省略号*/
}

.fs-box3 .product .product_bottom p:first-of-type {
	margin-top: 15px;
}

.fs-box3 .product .product_bottom p:last-of-type {
	margin-top: 10px;
}

.fs-box3 .con .right {
	padding-left: 10px;
}

@media only screen and (max-width: 1600px) {
	.fs-box1 > h1 {
		font-size: 44px;
	}
	.fs-box1-btn-box .btn {
		width: 220px;
		height: 35px;
		line-height: 35px;
	}
	.fs-box2 .left .box .more-btn {
		font-size: 16px;
    width: 186px;
    height: 55px;
    line-height: 55px;
    border-radius: 55px;
	}
	.fs-box2 .left .box h1 {
		font-size: 35px;
	}
	.fs-box3 .con {
    display: flex;
    width: 85%;
    height: 85%;
  }
}

@media only screen and (max-width: 1400px) {
	.fs-box2 .left .box {
		margin-left: 100px;
	}
	.fs-box1 > h1 {
		font-size: 40px;
	}
	.fs-box3 .con {
    display: flex;
    width: 90%;
    height: 90%;
  }
}

@media only screen and (max-width: 1150px) {
	.fs-box1 > h1 {
		margin-top: 80px;
	}
	
	.fs-box1-btn-box {
		padding: 0 25px;
		box-sizing: border-box;
	}
	
	.fs-box1-btn-box .btn {
		width: 170px;
		height: 30px;
		line-height: 30px;
	}
	
	.fs-box2 .bg-img {
		width: 200%;
		left: -100%;
	}
	
	.fs-box2 .left {
		width: 100%;
	}
	
	.fs-box2 .left .box h1 {
		color: #ccc;
		margin-top: 20px;
	}
	
	.fs-box2 .left .box p {
		width: 70vh;
		font-size: 15px;
		line-height: 25px;
		color: #ccc;
	}
	
	.fs-box2 .left .box {
		height: 100%;
		margin-left: 30px;
	}
	
	.fs-box2 .left .box .more-btn {
		position: absolute;
		bottom: 30px;
		z-index: 100;
		right: 0;
		display: none !important;
	}
}