/* banner */
.banner{ position:relative;background-repeat:no-repeat; background-position:center; background-size:cover; height:750px;}
.banner .banner_tet{ padding-top:305px; width:92%;margin:0 auto; text-align:center;}
.banner h1{  font-size:38px; line-height:1.1;color:#524886; font-weight:normal; margin-top:10px;}
.banner h2{  font-size:52px; line-height:1.1;color:#524886;font-family: "milanb"; text-transform:uppercase;}
/* 品牌创始团 */
.group_detail #main{ padding-top:98px; padding-bottom:170px;}
.group_detail #main h3{ max-width:92%; text-align:center; color:#333; font-size:36px; font-weight:normal; margin:0 auto 146px;}
.group_detail #main .inner{ width:1542px; max-width:92%;display: -webkit-flex; /* Safari */display: flex;flex-direction: row;flex-wrap:wrap;align-items:center; justify-content:space-between;}
.group_detail .group{ width:430px; max-width:32%; padding-bottom:60px; text-align:center; color:#fff; background-color:#7873a8; position:relative;}
.group_img{ position:absolute; left:50%; margin-left:-97.5px; top:-58px; width:195px; height:192px;}
.group_img img{ padding:8px; z-index:3; position:relative; max-width:100%;}
.group_detail .group .group_img_bg{ position:absolute; top:0; left:0; z-index:2; width:100%; height:100%;background-color:#e2e2ef; border-radius:50%; overflow:hidden; opacity:0;transition: 25s linear; -moz-transition:.25s linear; -webkit-transition:.25s linear;}
.group_detail .group .group_top{ width:80%; margin:0 auto 16px; letter-spacing:1px; border-bottom:#9d9abf dashed 1px; padding-bottom:30px; position:relative; z-index:5;}
.group_detail .group h4{ padding-top:160px; font-size:18px; font-weight:normal; padding-bottom:16px;}
.group_detail .group h4 span{ font-size:42px; line-height:1.1; font-style:italic; padding-right:16px;}
.group_detail .group h5{ color:#fff; font-size:22px; line-height:1.1; font-weight:normal;}
.group_detail .group .group_cont{ position:relative; z-index:5;}
.group_detail .group p{ color:#fff; font-size:16px; line-height:2.25;}
.group_detail .group:hover{ cursor:pointer;}
.group_detail .group:hover .group_img_bg{ opacity:0.1;}
.group_shadow{ background-color:#8f89c6; width:100%; height:0; position:absolute; top:0; left:0; z-index:1;transition: 25s linear; -moz-transition:.25s linear; -webkit-transition:.25s linear;}
.group_detail .group:hover .group_shadow{ height:98%;}
.group_bg{  background-image:url(../images/group_bg.png); background-repeat:no-repeat; background-position:center; background-size:cover;width:100%; height:100%; position:absolute; top:0; left:0; z-index:2;}

/*纸尿裤人的故事*/
.story_detail #main{
	background-color: #f6f6f6;
	padding-top: 155px;
}
.story_detail .sec1{
	margin-bottom: 108px;
}
.story_detail .sec1 h3{
	font-size: 32px;
	color: #333;
	font-weight: normal;
}
.story_detail .sec1 .line{
	width: 3px;
	height: 21px;
	margin: 26px 0 6px;
	background-color: #000;
}
.story_detail .sec1 .relative-box{
	position: relative;
}
.story_detail .sec1 .img{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 132.14286%;
	width: auto;
}
.story_detail .sec1 .text-box{
	position: relative;
	background-color: #fff;
	z-index: 1;
	padding: 3.75% 2.5% 4.375%;
	display: inline-block;
	vertical-align: top;
	margin: 1.25% 0;
}
.story_detail .sec1 .text-box p{
	font-size: 18px;
	color: #666;
	line-height: 1.78;
	margin-bottom: 1.66em;
	width: 100%;
}
.story_detail .sec1 .text-box p:last-child{
	margin-bottom: 0;
}
.story_detail .sec1 .text-box p b{
	color: #524886;
}
.story_detail .sec2{
	margin-bottom: 114px;
}
.story_detail .sec2 .inner{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	background-image: url(../images/story_sec2_bg.jpg);
	padding: 120px 0;
}
.story_detail .sec2 ul{
	border-top: 3px solid #fff;
	width: 88.55%;
	margin: 0 auto;
}
.story_detail .sec2 li{
	display: inline-block;
	vertical-align: top;
}
.story_detail .sec2 li:nth-child(1){
	width: 29.547%;
	margin-left: 4%;
}
.story_detail .sec2 li:nth-child(2){
	width: 33.815%;
}
.story_detail .sec2 li:nth-child(3){
	width: 32.633%;
}
.story_detail .sec2 li .time-box{
	margin-top: -31px;
	margin-bottom: 37px;
	position: relative;
	width: 62px;
	height: 62px;
}
.story_detail .sec2 li .time{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 3px solid #fff;
	font-size: 18px;
	color: #fbf8f9;
	font-weight: bold;
	background-color: #8c87c5;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: center;
	-moz-flex-direction: column;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: center;
	-o-flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	z-index: 1;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
	cursor: pointer;
}
.story_detail .sec2 li .time.sp{
	background-color: #524886;
}
.story_detail .sec2 li .time span{
	font-size: 1.111em;
	font-family: "milanb";
	width: 2em;
}
.story_detail .sec2 li .time-box .circle{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: #8c87c5;
	opacity: 0.4;
	transform: scale(1.258,1.258);
}
.story_detail .sec2 li h5{
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	margin-top: 0.9375em;
	margin-bottom: 0.625em;
}
.story_detail .sec2 li p{
	font-size: 18px;
	color: #fff;
	line-height: 2;
}
.story_detail .sec2 li:nth-child(1) p{
	padding-right: 12%;
}
.story_detail .sec2 li:nth-child(2) p{
	padding-right: 10%;
}


.story_detail .sec3{
	height: 623px;
	line-height: 623px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	background-image: url(../images/story_sec3_bg.jpg);
}
.story_detail .sec3 .inner{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	text-align: left;
}
.story_detail .sec3 h5{
	font-size: 42px;
	color: #524886;
	font-weight: normal;
	margin-bottom: 0.7em;
}
.story_detail .sec3 p{
	font-size: 26px;
	color: #524886;
}


@media only screen and (max-width:1680px){
	/* banner */
	.banner{height:675px;}
	.banner .banner_tet{ padding-top:264px; }
}

@media only screen and (max-width:1440px){
	/* banner */
	.banner{height:600px;}
	.banner .banner_tet{ padding-top:240px; }
	.banner h1{  font-size:30px;}
	.banner h2{  font-size:42px;}
	/* 品牌创始团 */
	.group_detail #main{ padding-top:78px; padding-bottom:136px;}
	.group_detail #main h3{ font-size:28px; margin:0 auto 116px;}
	.group_detail .group{padding-bottom:48px;}
	.group_detail .group .group_top{ margin:0 auto 12px; padding-bottom:24px; }
	.group_detail .group h4{ padding-top:140px; font-size:14px; padding-bottom:12px;}
	.group_detail .group h4 span{ font-size:34px;padding-right:12px;}
	.group_detail .group h5{ font-size:18px;}
	.group_detail .group p{ font-size:12px;}
	/*纸尿裤人的故事*/
	.story_detail #main{
		padding-top: 124px;
	}
	.story_detail .sec1{
		margin-bottom: 86px;
	}
	.story_detail .sec1 h3{
		font-size: 26px;
	}
	.story_detail .sec1 .line{
		width: 3px;
		height: 16px;
		margin: 20px 0 6px;
	}
	.story_detail .sec1 .img{
		position: absolute;
		right: 0;
		bottom: 0;
		height: 132.14286%;
		width: auto;
	}
	.story_detail .sec1 .text-box{
		position: relative;
		background-color: #fff;
		z-index: 1;
		padding: 3.75% 2.5% 4.375%;
		display: inline-block;
		vertical-align: top;
		margin: 1.25% 0;
	}
	.story_detail .sec1 .text-box p{
		font-size: 14px;
		margin-bottom: 1.66em;
	}
	.story_detail .sec2{
		margin-bottom: 92px;
	}
	.story_detail .sec2 .inner{
		padding: 96px 0;
	}
	.story_detail .sec2 ul{
		border-top: 3px solid #fff;
		width: 88.55%;
		margin: 0 auto;
	}
	.story_detail .sec2 li .time-box{
		margin-top: -31px;
		margin-bottom: 37px;
		width: 62px;
		height: 62px;
	}
	.story_detail .sec2 li .time{
		font-size: 14px;
	}
	.story_detail .sec2 li .time span{
		font-size: 1.111em;
		font-family: "milanb";
		width: 2em;
	}
	.story_detail .sec2 li h5{
		font-size: 26px;
	}
	.story_detail .sec2 li p{
		font-size: 14px;
	}

	.story_detail .sec3{
		height: 500px;
		line-height: 500px;
	}
	.story_detail .sec3 h5{
		font-size: 34px;
		margin-bottom: 0.7em;
	}
	.story_detail .sec3 p{
		font-size: 20px;
	}
}

@media only screen and (max-width:1280px){
	/* banner */
	.banner{height:525px;}
	.banner .banner_tet{ padding-top:205px; }
	
	
	
	
}

@media only screen and (max-width:1152px){
	/* banner */
	.banner{height:450px;}
	.banner .banner_tet{ padding-top:170px; }
}

@media only screen and (max-width:1024px){
	/* banner */
	.banner{height:375px;}
	.banner .banner_tet{ padding-top:145px; }
	.banner h1{  font-size:2.3rem; margin-top:5px;}
	.banner h2{  font-size:3rem;}
	/* 品牌创始团 */
	.group_detail #main{ padding-top:50px; padding-bottom:80px;}
	.group_detail #main h3{ font-size:2.2rem;  margin:0 auto 70px;}
	.group_detail .group{ padding-bottom:30px;}
	.group_img{margin-left:-50px; top:-20px; width:100px; height:100px;}
	.group_img img{ padding:4px;}
	.group_detail .group .group_img_bg{opacity:0.1;}
	.group_detail .group .group_top{ margin:0 auto 8px;padding-bottom:15px;}
	.group_detail .group h4{ padding-top:90px; font-size:1.3rem;padding-bottom:8px;}
	.group_detail .group h4 span{ font-size:2.5rem; padding-right:4px;}
	.group_detail .group h5{ font-size:1.5rem; }
	.group_detail .group p{ font-size:1.1rem; }
	.group_shadow{ height:98%; }
	/*纸尿裤人的故事*/
	.story_detail #main{
		padding-top:50px;
	}
	.story_detail .sec1{
		margin-bottom: 50px; overflow:hidden;
	}
	.story_detail .sec1 h3{
		font-size: 2rem;
	}
	.story_detail .sec1 .line{
		width: 1px;
		height: 10px;
		margin: 12px 0 3px;
	}
	.story_detail .sec1 .img{
		height:auto; width:60%; left:40%;
	}
	.story_detail .sec1 .text-box{
		padding: 3.75% 2.5% 4.375%;
		margin: 1.25% 0;
	}
	.story_detail .sec1 .text-box p{
		font-size: 1.3rem;
	}
	.story_detail .sec2{
		margin-bottom: 60px;
	}
	.story_detail .sec2 .inner{
		padding: 60px 0;
	}
	.story_detail .sec2 ul{
		border-top: 1px solid #fff;
		width: 92%;
	}
	.story_detail .sec2 li:nth-child(1){
		width: 29.547%;
		margin-left: 4%;
	}
	.story_detail .sec2 li:nth-child(2){
		width: 33.815%;
	}
	.story_detail .sec2 li:nth-child(3){
		width: 32.633%;
	}
	.story_detail .sec2 li .time-box{
		margin-top: -20px;
		margin-bottom: 18px;
		width: 40px;
		height: 40px;
	}
	.story_detail .sec2 li .time{
		border: 1px solid #fff;
		font-size: 1.3rem;
	}
	.story_detail .sec2 li .time span{
		font-size: 1.2rem;
		width: 2em;
	}
	.story_detail .sec2 li .time-box .circle{
		border: 1px solid #fff;
		transform: scale(1.258,1.258);
	}
	.story_detail .sec2 li img{ height:20px;}
	.story_detail .sec2 li h5{
		font-size:1.9rem;
	}
	.story_detail .sec2 li p{
		font-size: 1.3rem; line-height:1.8;
	}
	.story_detail .sec2 li:nth-child(1) p{
		padding-right: 12%;
	}
	.story_detail .sec2 li:nth-child(2) p{
		padding-right: 10%;
	}
	
	
	.story_detail .sec3{
		height: 310px;
		line-height:310px;
	}
	.story_detail .sec3 h5{
		font-size: 2rem;
	}
	.story_detail .sec3 p{
		font-size: 1.3rem; line-height:1.8;
	}

}

@media only screen and (max-width:1023px){
	/* banner */
	.banner{height:250px;}
	.banner .banner_tet{ padding-top:120px; }
	.banner h1{  font-size:2rem;}
	.banner h2{  font-size:2.6rem;}
	
	.story_detail .banner .banner_tet{ padding-top:90px; }

}
@media only screen and (max-width:960px){
	/* 品牌创始团 */
	.group_detail #main{ padding-bottom:20px;}
	.group_detail .group{ width:100%; max-width:none; margin-bottom:50px;}
	.group_detail #main h3{ margin:0 auto 50px;}
	.group_detail .group p{ font-size:1.2rem;}
	/*纸尿裤人的故事*/
	.story_detail .sec1 .text-box{ width:100%;}
	.story_detail .sec1 .img{ position:static; margin-top:10px;
		height:auto; width:100%; left:0;
	}
	.story_detail .sec2 .inner{ padding:40px 0;background-image:url(../images/story_sec2_bg1.jpg); background-size:cover;}
	.story_detail .sec2 ul{ border-left:1.5px solid #fff; border-top:none; width:85%; margin-left:15%;}
	.story_detail .sec2 li{ padding-left:40px; padding-top:10px; margin-bottom:30px; position:relative;}
	.story_detail .sec2 li:nth-child(1){ width:100%; margin-left:0;}
	.story_detail .sec2 li:nth-child(2){
		width:92%;
	}
	.story_detail .sec2 li:nth-child(3){
		width:92%;
	}
	.story_detail .sec2 li .time-box{ position:absolute; top:0; left:0; margin-top:0; margin-left:-20px;}
	
	.story_detail .sec3{ height:250px; line-height:250px;background-image:url(../images/story_sec3_bg1.jpg); background-position:90% center; background-size:cover;}
	.story_detail .sec3 .inner{ width:54%; margin-left:0; margin-right:40%;}
}