﻿/*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('../pic/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: 50px;
}

.life-style-tit {
	font-family: 'pfjx';
	font-size: 30px;
	text-align: center;
	color: #333;
	margin: 50px 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;
	max-width: 1200px;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	border: 3px solid #f60;
	padding: 10px 0 10px 10px;
	margin-bottom: 10px;
}
.life-style-con .life-style-item{
	position: relative;
	height: 170px;
	overflow: hidden;
	margin: 0 5px 5px 0;
	width: 293px;
}
.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{
	overflow: hidden;
	margin: 0 auto;
	max-width: 1200px;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	border: 3px solid #f60;
	padding: 10px 0 10px 10px;
	margin-bottom: 10px;
}
.life-style-con .life-style-item{
	position: relative;
	float:left;
	height: 170px;
	overflow: hidden;
	margin: 0 5px 5px 0;
	width: 293px;
}

/*.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('../pic/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('../pic/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('../pic/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%;
	height: 515px;
	padding-top: 100px;
}

.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) {}

.de_p {
	font-size: 24px;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.de_p a {
	color: white;
}

.de_span {
	color: red;
}

.de_whith {
	width: 50px;
	height: 2px;
	background: white;
	margin: 0 auto;
}

.de_ul {
	width: 1200px;
	height: 178px;
	margin: 40px auto;
}

.de_li {
	width: 180px;
	height: 156px;
	margin: 0 10px;
	
}
.de_div{
	width: 156px;
	height: 156px;
	padding: 10px;
	border: 2px solid rgba(255, 255, 255, 0.5);
}

.de_shu {
	width: 100%;
	font-size: 36px;
	color: white;
	text-align: center;
}

.shu_span {
	font-size: 18px;
}

.de_ad {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: white;
}

.de_cen {
	width: 140px;
	padding: 0 5px;
	font-size: 12px;
	color: white;
	margin-top: 3px;
}

.de_more {
	width: 123px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	border: 1px solid white;
	display: block;
	margin: 0 auto;
}

#shi_id {
	height: 600px;
	width: 100%;
	background: #F3F3F3;
}

#teacher {
	width: 100%;
	height: 750px;
	padding-top: 50px;
	background: white;
}

.de_ul li:hover .de_div{
	border: 2px solid #f60;
	background: rgb(255, 255, 255, 0.2);
}
.de_ul li:hover p{
	color: #f60;
}
.chan_span{
	margin-left: 10px;
	color: #f60;
	font-size: 12px;
	text-transform:uppercase;
}
