.grid-item {
	width: 100%;
	height: 100%;
}

.swiper-container {
	height: 100%;
}

.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.intro-slide {
	background: url("../images/index/bg_02.jpg") no-repeat center center;
	background-size: cover;
}

.slide-wrap,
.swiper-button-wrap {
	width: 1050px;
	padding-top: 50px;
	position: relative;
}

.right-more {
	font-size: 16px;
	color: #898989;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.right-more:hover {
	color: #203fdd;
}

/* 品牌简介 */
.intro-wrap {
	margin-top: 68px;
}

.intro-infos {
	width: 495px;
	/* margin-top: -8px; */
}

.intro-video {
	width: 553px;
	height: 344px;
	background: #000;
	overflow: hidden;
}

.number {
	color: #002aff;
	font-size: 40px;
	margin-right: 30px;
	position: relative;
	margin-bottom: -2px;
}

.number:after {
	display: block;
	content: "+";
	position: absolute;
	right: -20px;
	top: -8px;
	width: 22px;
	height: 22px;
	font-size: 22px;
}

.video-wrap,
.popup-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
}

.video-wrap {
	z-index: 10000;
}

.popup-bg {
	background: rgba(0, 0, 0, 0.7);
}

.video-wrap .video-main {
	position: relative;
	width: 70%;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}

.video-wrap .video-main video {
	width: 100%;
}

.video-fork {
	color: #fff;
	margin: 20px auto;
	display: block;
	width: 30px;
}

.video-fork img {
	width: 100%;
}

.intro-video .play {
	position: relative;
}

.intro-video .play-cover {
	width: 100%;
	height: 100%;
}

.intro-video .play-btn {
	width: 82px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -41px;
	margin-left: -41px;
}



/* 睡眠肽 */
.smt-slide {
	background: url("../images/index/bg_smt.jpg") no-repeat center center;
	background-size: cover;
}

.gjt-slide {
	background: url("../images/index/bg_gjt.jpg") no-repeat center center;
	background-size: cover;
}

.smt-infos {
	width: 510px;
}

.advantage-list {
	margin-top: 35px;
}

.advantage-list li {
	font-size: 16px;
	margin-bottom: 15px;
	background: url("../images/index/dot.png") no-repeat 0 center;
	padding-left: 25px;
}

.click-more {
	width: 160px;
	height: 33px;
	line-height: 33px;
	background: #203fdd;
	border-radius: 0 10px 0 10px;
	color: #fff;
	padding-left: 15px;
	font-size: 15px;
	letter-spacing: 2px;
	box-sizing: border-box;
	background: url("../images/arrow_white.png") #203fdd no-repeat 125px center;
	background-size: 25px auto;
	margin-top: 42px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.click-more:hover {
	/* opacity: 0.8; */
	color: #203fdd;
	background: url("../images/arrow_blue.png") #fff no-repeat 125px center;
	background-size: 25px auto;
}

.swiper-pro-button-prev,
.swiper-pro-button-next,
.swiper-honor-button-prev,
.swiper-honor-button-next {
	/* width:50px;
	height:50px; */
	background-image: none;
}

.swiper-pro-button-prev img,
.swiper-pro-button-next img,
.swiper-honor-button-prev img,
.swiper-honor-button-next img {
	width: 100%;
}

.swiper-pro-button-prev,
.swiper-honor-button-prev {
	left: 50%;
	margin-left: -650px;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.swiper-pro-button-next,
.swiper-honor-button-next {
	right: 50%;
	margin-right: -650px;
}

.smt-img {
	position: relative;
}

.pro_tag {
	position: absolute;
	right: 0;
	top: -20px;
}

/* 全球合作商 */
.partner-slide {
	/* background: url("../images/index/bg_partner.jpg") no-repeat center center;
	background-size: cover; */
}

.swiper-honor-wrap {
	position: relative;
}

.swiper-honor img {
	width: 85%;
	/* width: 42%; */
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-out;
}

/* .swiper-honor img:hover {
	-webkit-transform: scale(1.5, 1.5);
} */

.swiper-honor {
	padding: 50px 0 0;
	/* width: 70%; */
	/* margin: 0 auto 40px; */
}

.swiper-honor-button-prev {
	left: 50%;
	margin-left: -580px;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	margin-top: 25px;
}

.swiper-honor-button-next {
	right: 50%;
	margin-right: -580px;
	margin-top: 25px;
}

.swiper-button-next,
.swiper-button-prev {
	width: 27px;
	height: 27px;
}

/* .partner-slide-wrap {
	margin-top: -120px;
} */

.partner-list {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 48px;
	width: 800px;
	margin: 0 auto;
	padding-top: 50px;
}

.partner-list img {
	display: block;
	width: 80%;
	margin: 0 auto;
}

/* 健康服务 */
.service-slide {
	background: url("../images/index/bg_service.jpg") no-repeat center center;
	background-size: cover;
}

.service-list li {
	width: 330px;
	/* background: #fff; */
	background: #203fdd;
	padding: 28px 20px 50px;
	margin-top: 85px;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}

.service-list li .title {
	font-size: 18px;
	display: flex;
	padding-left: 36px;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	height: 50px;
}

.service-list li .title .service-icon {
	width: 40px;
	height: 40px;
	margin-right: 32px;
}

.service-list li .title .service-icon-1 {
	background: url("../images/index/s_01_02.png") no-repeat;
	background-size: cover;
}

.service-list li .title .service-icon-2 {
	background: url("../images/index/s_02_02.png") no-repeat;
	background-size: cover;
}

.service-list li .title .service-icon-3 {
	background: url("../images/index/s_03_02.png") no-repeat;
	background-size: cover;
}

.service-list li .text {
	font-size: 13px;
	line-height: 2;
	height: 100px;
}

.service-list li a {
	color: #fff;
}

.more-btn {
	width: 108px;
	height: 34px;
	background: url("../images/index/arrow_2_white.png") #203fdd no-repeat center center;
	border-radius: 20px;
	margin: 26px auto 0;
}

/* .service-list li:hover {
	background: #203fdd;
}

.service-list li:hover .more-btn {
	background: url("../images/index/arrow_2_blue.png") #fff no-repeat center center;
}

.service-list li:hover a {
	color: #fff;
}

.service-list li:hover .title .service-icon-1 {
	background: url("../images/index/s_01_02.png") no-repeat;
	background-size: cover;
}

.service-list li:hover .title .service-icon-2 {
	background: url("../images/index/s_02_02.png") no-repeat;
	background-size: cover;
}

.service-list li:hover .title .service-icon-3 {
	background: url("../images/index/s_03_02.png") no-repeat;
	background-size: cover;
} */

/* 品牌资讯 */
.news-slide {
	background: url("../images/index/bg_news.jpg") no-repeat center center;
	background-size: cover;
}


.news-list .news-list-item {
	width: 300px;
	height: 360px;
	margin-top: 34px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}

.news-list .news-list-item .img {
	width: 100%;
	height: 163px;
	overflow: hidden;
}

.news-list .news-list-item .img img {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}

.news-list .news-list-item:hover .img img {
	-webkit-transform: scale(1.1, 1.1);
}

.img>img {
	width: 100%;
	height: auto;
	min-height: 100%;
}

.news-list .news-list-item .infos {
	padding: 10px 15px 23px;
}

.news-list .news-list-item .infos .date {
	font-size: 12px;
	color: #959595;
	background: url("../images/index/clock.png") no-repeat 0 center;
	padding-left: 25px;
	line-height: 32px;
}

.news-list .news-list-item.brand .infos {
	padding: 26px 26px 40px;
}

.news-list .news-list-item.brand .infos .title {
	margin-bottom: 50px;
}

.news-list .news-list-item.brand .infos .text {
	font-size: 14px;
	margin-top: 25px;
	height: 90px;
}

.news-list-2 {
	margin-top: 34px;
}

.news-list-2 li {
	padding: 18px 0;
	border-bottom: 2px dotted #e6e9ea;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}

.news-list-2 li:last-child {
	border: none;
}

.news-list-2 li .img {
	width: 123px;
	height: 80px;
	overflow: hidden;
	float: left;
}

.news-list-2 li .img img {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}

.news-list-2 li:hover .img img {
	-webkit-transform: scale(1.1, 1.1);
}

.news-list-2 li .infos {
	width: 170px;
	float: right;
	margin-left: 14px;
}

.news-list-2 li .infos .t-1 {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 54px;
}

.news-list .news-list-item:hover,
.news-list-2 li:hover {
	background: #203fdd;
}

.news-list .news-list-item:hover a,
.news-list .news-list-item:hover a .blue,
.news-list .news-list-item:hover a .gray,
.news-list .news-list-item:hover a .date,
.news-list-2 li:hover a {
	color: #fff
}

.news-list .news-list-item:hover .more-btn {
	background: url("../images/index/arrow_2_blue.png") #fff no-repeat center center;
}

.news-list .news-list-item:nth-child(2) {
	background: #203fdd;
}

.news-list .news-list-item:nth-child(2) a {
	color: #fff
}

.news-list .news-list-item:nth-child(2) .more-btn {
	background: url("../images/index/arrow_2_blue.png") #fff no-repeat center center;
}

/* 科研团队 */
.team-slide {
	background: url("../images/index/bg_team.jpg") no-repeat center center;
	background-size: cover;
}

.zhao-tag {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	background: #203fdd;
	border-radius: 0 10px 0 10px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
	padding: 0 16px;
	margin-top: 22px;
}

.team-slide .advantage-list {
	height: 140px;
	margin-top: 15px;
}

.team-slide .advantage-list li {
	margin-bottom: 12px;
}

.click-more-2 {
	width: 137px;
	color: #203fdd;
	font-size: 16px;
	background: url("../images/arrow_blue.png") no-repeat 105px center;
	background-size: 25px auto;
	margin-top: 30px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.click-more-2:hover {
	opacity: 0.8;
}

.team-list {
	/* width: 420px;
	overflow: hidden;
	margin-top: 36px;
	position:absolute;
	left:0;
	bottom:0; */
	margin-top: 35px;
}

.team-list li {
	width: 64px;
	height: 64px;
	float: left;
	margin-right: 12px;
	border-radius: 50%;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid transparent;
}

.team-list li.hover,
.team-list li:hover {
	border: 1px solid #203fdd;
}

.team-list li img {
	width: 64px;
	height: 64px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.team-list li.hover img {
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}


.team-bigimg {
	height: 300px;
	margin-top: -50px;
	margin-right: 100px;
	position: relative;
}

/* banner */
.banner-swiper {
	width: 100%;
}

.banner-slide-1 {
	background: url("../images/index/banner/01_bg.jpg") no-repeat center center;
	background-size: cover;
}

.banner-slide-2 {
	background: url("../images/index/banner/02_bg.jpg") no-repeat center center;
	background-size: cover;
}

.banner-swiper .swiper-pagination-bullet {
	width: 66px;
	height: 6px;
	display: inline-block;
	border-radius: 0;
	background: #fff;
	opacity: 1;
}

.banner-swiper .swiper-pagination-bullet-active {
	background: #203fdd;
}

.swiper-pagination {
	top: 50%;
	left: 50%;
	margin-left: -375px;
	margin-top: 120px;
	bottom: inherit;
}

.banner-swiper.swiper-container-horizontal>.swiper-pagination-bullets {
	text-align: left;
	top: 50%;
	left: 50%;
	margin-left: -525px;
	margin-top: 250px;
	bottom: inherit;
}

.banner1-people {
	position: absolute;
	bottom: 0;
	left: 55%
}

.banner-btn {
	width: 180px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background: #203fdd;
	border-radius: 10px;
	font-size: 22px;
	padding-left: 16px;
	box-sizing: border-box;
	margin-top: 65px;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.banner-btn:after {
	display: block;
	content: "";
	position: absolute;
	right: 25px;
	top: 22px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
}

.banner-btn:hover {
	color: #203fdd;
	background: #fff;
}

.banner-btn:hover:after {
	border-left: 8px solid #203fdd;
}

.champion {
	position: relative;
	margin-top: 100px;
}

.banner-2-img2,
.banner-2-img3,
.banner-2-img5 {
	position: absolute;
}

.banner-2-img2 {
	left: 55px;
	top: 70px;
}

.banner-2-img3 {
	right: -50px;
	top: 90px;
}

.banner-2-img5 {
	left: -80px;
	top: 485px;
}


/* .message-wrap {
	margin-bottom: 55px;
}

.message-wrap input {
	height: 44px;
	border-radius: 5px;
	line-height: 44px;
	padding-left: 10px;
	display: inline-block;
	margin-right: 7px;
	font-size: 15px;
}

.submit {
	display: inline-block;
	height: 44px;
	border-radius: 5px;
	line-height: 44px;
	background: #fff;
	color: #274fe4;
	text-align: center;
	font-weight: bold;
	width: 118px;
	font-size: 15px;
} */

.message-wrap {
	position: absolute;
	width: 220px;
	background-color: #274fe4;
	/* top: 50%; */
	bottom: 30%;
	right: 80px;
	z-index: 1;
	padding: 25px 20px;
	border-radius: 10px;
}

.message-wrap .message-title {
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.3;
}

.message-wrap input {
	height: 33px;
	border-radius: 5px;
	line-height: 33px;
	padding-left: 10px;
	font-size: 13px;
	width: 100%;
	margin-bottom: 8px;
}

.submit {
	height: 37px;
	border-radius: 5px;
	line-height: 37px;
	background: #fff;
	color: #274fe4;
	text-align: center;
	font-weight: bold;
	width: 118px;
	font-size: 13px;
	margin: 10px auto 0;
}

.msg-toast {
	position: absolute;
	width: 200px;
	padding: 10px 10px;
	background: rgba(0, 0, 0, 0.78);
	font-size: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 100px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	display: none;
}

/* 向下 */
.mouse {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	/* height:250px; */
	z-index: 999;
}

.mouse .scr {
	position: absolute;
	bottom: 12px;
	width: 64px;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	opacity: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.mouse .scr small {
	width: 100%;
	text-align: center;
	margin-bottom: 12px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	color: #c0bfbf;
}

.mouse .scr>span {
	width: 18px;
	display: inline-block;
	height: 28px;
	position: relative;
	border-radius: 50px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	background-color: transparent;
	border: 2px solid #c0bfbf;
}

.mouse .scr>span:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 7px;
	left: 7px;
	top: 13px;
	background-color: #c0bfbf;
	border-radius: 50px;
	z-index: 5;
	-webkit-animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
	animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

.mouse .scr>i {
	font-size: 14px;
	color: #c0bfbf;
	text-align: center;
	width: 100%;
	height: 20px;
	line-height: 13px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	font-style: normal;
}

.mouse .scr.on {
	opacity: 1;
}

.mouse .scr.active>span {
	border-color: rgba(0, 0, 0, 0.5);
}

.mouse .scr.active>span:before {
	background-color: rgba(0, 0, 0, 0.5);
}

.mouse .scr.active>small,
.mouse .scr.active>i {
	color: rgba(0, 0, 0, 0.5);
}

@keyframes Tmouse {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}