/*home*/
body{
	background: #fff;
}
.pfc{
	font-family: 'pfc';
	font-size: 50px;
	position: absolute;
	/*text-shadow: 4px 6px 13px rgba(0,0,0,.3);*/
	/*-webkit-text-shadow: 4px 6px 13px rgba(0,0,0,.3);*/
}
.first .pfc{
	left: 115px;
	bottom: 230px;
}
.second .pfc{
	left: 110px;
	right: auto;
	bottom: 360px;
}
.third .pfc{
	right: auto;
	left: 110px;
	bottom: 360px;
}
.Pistilli{
	font-family: 'Pistilli';
	font-size: 36px;
	position: absolute;
	/*text-shadow: 4px 6px 13px rgba(0,0,0,.3);*/
	/*-webkit-text-shadow: 4px 6px 13px rgba(0,0,0,.3);	*/
}
.first .Pistilli{
    left: 115px;
    bottom: 180px;
}
.second .Pistilli{
	left: 110px;
	right: auto;
	bottom: 300px;
}
.third .Pistilli{
	right: auto;
	left: 110px;
	bottom: 300px;
}
.swiper-container{
	/*max-width: 1420px;*/
	/*min-height: 670px;*/
}
.swiper-container img{
	width: 100%;
}
.swiper-slide{
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
}
.swiper-pagination-bullet{
	width: 60px;
	height: 6px;
	background: #fff;
	opacity: 0.5;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
}
.swiper-pagination-bullet-active{
	background: #fff;
	opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 20px;
}
.swiper-button-prev, .swiper-button-next{
	width: 57px;
	height: 54px;
	background: url('../images/swiper_button.png') no-repeat 0 0;
	margin-top: -40px;
}
.swiper-button-next{
	background-position: -57px 0;
}
/*life-style*/
.life-style-wrap{
	background: #fff;
	overflow: hidden;
	padding-bottom: 90px;
}
.life-style-tit{
	font-family: 'pfjx';
	font-size: 50px;
	text-align: center;
	color: #333;
	margin: 185px auto 20px;
	font-weight: normal;
	transition: all 0.8s linear;
	-webkit-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
	-ms-transition: all 0.8s linear;
}
.life-style-tit.cur{
	margin-top: 85px;
}
.life-style-search{
	font-size: 24px;
	color: #2a73c4;
	text-align: center;
	margin: 0 auto 55px;
	font-weight: normal;
}
.life-style-search a{
	color: #2a73c4;
	text-decoration: none;
}
/*.life-style-con{
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	max-width: 1195px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}
.life-style-con .life-style-item{
	position: relative;
	height: 244px;
	overflow: hidden;
	margin: 0 5px 5px 0;
	perspective: 1000;
	-webkit-perspective: 1000;
	width: calc( (100% - 10px)/3 );
}
.life-style-con .life-style-item .outer{
	display: block;
	width: 100%;
	height: 244px;
}
.life-style-con .life-style-item .outer .back{
	width: 100%;
	height: 244px;
	background: rgba(0, 0, 0, .4);
}
.life-style-con .life-style-item .outer .back span{
	display: block;
	width: 100%;
	font-size: 30px;
	text-align: center;
	margin: 80px auto 10px;
}
.life-style-con .life-style-item .outer .back .Pistilli{
	font-size: 24px;
	margin: auto;
}
.life-style-con .life-style-item:nth-child(3n){
	margin-right: 0px;
}
.life-style-con .life-style-item img{
	display: block;
	width: 100%;
}*/
.life-style-con{
	/*width: 1195px;*/
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	max-width: 1195px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}
.life-style-con .life-style-item{
	position: relative;
	/*float: left; */
	/*width: 395px; */
	height: 244px;
	overflow: hidden;
	margin: 0 5px 5px 0;
	perspective: 1000;
	-webkit-perspective: 1000;
	width: calc( (100% - 10px)/3 );
}
.life-style-con .life-style-item:nth-child(3n){
	margin-right: 0px;
}
.life-style-con .life-style-item img{
	display: block;
	width: 100%;
}
.life-style-con .life-style-item a span{
	display: none;
}
.face{
	width: 100%;
	position: absolute;
	border-radius:5px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.front {
    z-index: 10;
}
.back{
	width: 100%;
	min-height: 250px;
	transform:rotate3d(0,1,0,-180deg);
	-ms-transform:rotate3d(0,1,0,-180deg);
	-moz-transform:rotate3d(0,1,0,-180deg);
	-webkit-transform:rotate3d(0,1,0,-180deg);
	z-index: 8;
}
.card-flipped .front{
    transform:rotate3d(0,1,0,180deg);
    -ms-transform:rotate3d(0,1,0,180deg);
    -moz-transform:rotate3d(0,1,0,180deg);
    -webkit-transform:rotate3d(0,1,0,180deg);
    z-index: 8;
}
.card-flipped .back{
    transform:rotate3d(0,1,0,0deg);
    -ms-transform:rotate3d(0,1,0,0deg);
    -moz-transform:rotate3d(0,1,0,0deg);
    -webkit-transform:rotate3d(0,1,0,0deg);
    z-index: 10;
}
/*healthy-life*/
.healthy-life-wrap{
	display: block;
	width: 100%;
	max-width: 1420px;
	height: 540px;
	margin: 0 auto;
	padding: 190px 0 210px;
	background: url('../images/healthy-life-bg.jpg') no-repeat center;
}
.healthy-life-tit{
	font-size: 50px;
	color: #fff;
	text-align: center;
	/*text-shadow: 2px 4px 4px rgba(0,0,0,.3);*/
	/*-webkit-text-shadow: 2px 4px 4px rgba(0,0,0,.3);*/
	margin-top: 50px;
	transition: all 0.8s linear;
	-webkit-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
	-ms-transition: all 0.8s linear;
}
.healthy-life-tit.cur{
	margin-top: 0;
}
.healthy-life-desc{
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin: 15px auto 0;
	/*text-shadow: 2px 4px 4px rgba(0,0,0,.3);*/
	/*-webkit-text-shadow: 2px 4px 4px rgba(0,0,0,.3);	*/
}
.healthy-life-link, .healthy-life-link:link, .healthy-life-link:hover, .healthy-life-link:visited{
	color: #fff;
}
/*brand*/
.brand-wrap{
	overflow: hidden;
	text-align: center;
}
.brand-tit{
	font-size: 50px;
	color: #333;
	text-align: center;
	margin: 190px auto 20px;
	transition: all 1s linear;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
}
.brand-tit.cur{
	margin-top: 90px;
}
.brand-desc{
	font-size: 24px;
	color: #202020;
	text-align: center;
}
.watch-video-btn, .watch-video-btn:link, .watch-video-btn:hover, .watch-video-btn:visited{
	display: inline-block;
	height: 40px;
    line-height: 40px;
	font-size: 24px;
	color: #2a73c4;
	text-align: center;
	margin: 35px auto;
	padding-left: 60px;
	background: url('../images/watch-video-btn.png') no-repeat left center;
	background-size: 40px 40px;
}
.brand-wall{
	display: block;
	width: 100%;
	max-width: 1195px;
	height: 620px;
	margin: 0 auto 100px;
	background: url('../images/brand-wall.jpg') #bcbcbb no-repeat center;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
}
/*mission-wrap*/
.mission-wrap{
	display: block;
	width: 100%;
	max-width: 1420px;
	height: 580px;
	margin: 0 auto 100px;
	padding-top: 245px;
	background: url('../images/mission-bg.jpg') no-repeat center;
}
.mission-tit{
	font-size: 50px;
	text-align: center;
	/*text-shadow: 2px 12px 10px rgba(0,0,0,.2);*/
	/*-webkit-text-shadow: 2px 12px 10px rgba(0,0,0,.2);*/
	margin-top: 100px;
	transition: all 0.8s linear;
	-webkit-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
	-ms-transition: all 0.8s linear;
}
.mission-tit.cur{
	margin-top: 0;
}
.mission-desc{
	font-size: 24px;
	text-align: center;
	margin: 15px auto 0;
	/*text-shadow: 2px 12px 10px rgba(0,0,0,.2);*/
	/*-webkit-text-shadow: 2px 12px 10px rgba(0,0,0,.2);*/
}
/*视频*/
.video-modal{
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	background: rgba(0,0,0,.9);
	z-index: 9999;
	display: none;
}
.video-js{
	max-width: calc(100vw - 120px);
	max-height: calc(100vw - 20px);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}
.vd_close_btn{
	font-size: 20px;
	color: #fff;
	position: absolute;
	right: 20px;
	top: 20px;
}
/*ipad*/
@media screen and (max-width: 1025px) and (min-width: 641px){
	.pfc{
		font-size: 36px;
	}
	.Pistilli{
		font-size: 26px;
	}
	.life-style-tit{
		font-size: 40px;
		margin: 55px auto 20px;
	}
	.life-style-wrap{
		padding-bottom: 40px;
	}
	.life-style-con .life-style-item{
		width: calc( (100% - 5px)/2 );
	}
	.life-style-con .life-style-item:nth-child(2n) {
	    margin-right: 0px;
	}
	.life-style-con .life-style-item:nth-child(3n) {
	    margin-right: auto;
	}
	.healthy-life-tit{
		font-size: 40px;
	}
	.brand-wall{
		margin: 0 auto 50px;
	}
	.brand-tit{
		font-size: 40px;
	}
	.brand-tit.cur {
    	margin-top: 40px;
	}
	.mission-wrap{
		margin: 0 auto 50px;
	}
	.mission-tit{
		font-size: 40px;
	}
	.mission-desc{
		width: 90%;
		font-size: 20px;
	}
}

@media screen and (min-width: 4000px){
	
}












