﻿/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

html,body{
	width: 100%;
	overflow-x: hidden;
}
body {
	background-color: #c6ffe8;
	font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
	min-width: 312px;
}
a,
video {
	outline: none;
}
a{
	color: #EB7E0F;
}
a:hover{
	text-decoration: none;
	color: #BF1533;
}
.imgloading{
	width: 50px !important;
	height: 50px;
}
.mt-200{
	margin-top: 200px;
}
.mt-300{
	margin-top: 300px;
}
.mt-400{
	margin-top: 400px;
}
.my-w-90{
	width: 80% !important;
}
.w-65{
	width: 65% !important;
}
.w-85{
	width: 90% !important;
}
@media (min-width: 992px){
    .mypl-lg-5{padding-left: 5rem !important;}
    .mypr-lg-5{padding-right: 5rem !important;}
}
@media (max-width:577px) {
	.mt-200{
		margin-top: 50px;
	}
	.mt-400{
		margin-top: 90px;
	}
}

/* 页面标题 */
.page-title{
	position: relative;
	z-index: 10;
}
.page-title img{
	width: 190px;
}
.page-title span{
	position: absolute;
	left: 50%;
	bottom: 5px;
	transform: translateX(-50%);
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.page-son-title{
	padding:0px 50px;
	line-height: 50px;
	font-size: 24px;
	background-image: url(../images/product_son_itle.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-weight: bold;
}
@media (max-width:993px) {
	
}
@media (max-width:576px) {
	.page-title img{
		width: 200px;
	}
	.page-title span{
		font-size: 22px;
	}
	.page-son-title{
		font-size: 22px;
	}
}
/* 子页面标题 */
.sonpage-title{
	color: #07784a;
	font-size: 40px;
	font-weight: 800;
	position: relative;
	z-index: 100;
}
@media (max-width:576px) {
	.sonpage-title{
		font-size: 40px;
	}
}

/* 视频弹出 */
.video-cover{
	border-radius: 20px;
}
.layui-layer-page .layui-layer-content{
	/* height: 100% !important; */
	height: auto !important;
	overflow: hidden !important;
}
.layui-layer-content video{
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

/* 页面导航 */
.tab-box{
	border: 3px solid #07784a;
	border-radius: 20px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.tab-box .tab-bg{
	position: absolute;
	left: -1px;
	top: -1px;
	background-color: #07784a;
	width: 120px;
	height: 104%;
	z-index: 1;
	border-radius: 15px;
}
.tab-box .tab-item{
	padding: 2px 15px;
	float: left;
	font-size: 16px;
	position: relative;
	z-index: 2;
	color: #07784a;
	cursor: pointer;
	transition:color .3s;
}
.tab-box .tab-item.active{
	color: #F6E9D4;
}
.tab-content-box  .tab-content-item:not(:first-child){
	display: none;
}
.page-mmkb .tab-box{
	border: 2px solid #C62234;
}
.page-mmkb .tab-box .tab-bg{
	background-color:#C62234;
}
.page-mmkb .tab-content-box{
	min-height: 600px;
}
.page-mmkb .tab-box .tab-item{
	color: #C62234;
	padding: 1px 23px;
}
.page-mmkb .tab-box .tab-item.active{
	color: #F6E9D4;
}

/* 返回顶部 */
.back-to-top{
	position: fixed;
	bottom: 98px;
	right: 20px;
	font-size: 18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	z-index: 99;
	background-color: #EA8713;
	color: #fff;
	text-align: center;
	transform: rotate(90deg);
}

/* 顶部站位 */
.nav-slot{
	height: 79px;
}
@media (max-width:1090px) {
	.nav-slot{
		height: 51px;
	}
}

/* 首页 */

.my-header {
	background-color:rgba(255,249,227,0);
	border-color: transparent;
	transition: all 0.3s ease-in-out;
	position: absolute;
	top: 0px;
	z-index: 999;
	width: 100%;
	border-bottom: 2px solid rgba(237,126,14,1);
	background-color: #FFF9E3;
}
.navbar-brand img{
	
}
.navbar-light .navbar-toggler {
	border-color: #EB7E0F;
	outline: none;
}
.my-header .navbar-nav .nav-item {
	margin: 0px 5px;
	font-size: 15px;
}
.my-header .navbar-nav .nav-item .nav-link{
	color: #C01734;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
/* .my-header .navbar-nav .nav-item .nav-link:hover,.my-header .navbar-nav .nav-item.active .nav-link{
	background-color: #EA8713 !important;
	color: #fff !important;
	border-radius: 10px;
} */

.my-header .navbar-nav .nav-item .active{
	background-color: #EA8713 !important;
	color: #fff !important;
}
.my-header .navbar-nav .nav-item .iconfont{
	margin-right: 5px;
}

.my-header .navbar-nav .nav-item .dropdown-menu {
	background-color: #FFF9E3;
	border: none;
	margin-top: 31px;
}
.my-header .navbar-nav .nav-item .dropdown-menu .dropdown-item{
	color: #EB7E0F;
}
.my-header .navbar-r{
	text-align: center;
}
.my-header .navbar-r img{
	width: 135px;
}
.my-header-show{
	width: 100%;
	position: fixed !important;
	top: 0px;
	background-color:rgba(255,249,227,1);
	border-bottom:2px solid rgba(237,126,14,1);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
	animation: sticky .5s;
}
.my-header-page{
	background-color:rgba(255,249,227,1);
	border-bottom:2px solid rgba(237,126,14,1);
}
.flex-jus{ justify-content: space-between;}
@media (max-width:993px) {
	
	.my-header .navbar-nav .nav-item .nav-link:hover{
		border-color: transparent;
		background-color: #EA8713;
		color: #fff !important; 
	}
	.my-header{
		background-color: rgba(255,249,227,1);
		border-bottom: 2px solid rgba(237,126,14,1);
		padding-top: 0;
		padding-bottom: 0;
	}
	.my-header .navbar-nav .nav-item .nav-link{
		font-size: 16px;
	}
	.navbar-brand img{
		width: 240px;
	}
	.my-header .navbar-r img{
		width: 170px;
	}
	.my-header-show{
		animation: none;
	}
}
@media (max-width:700px) {
	.navbar-t-r{
		display: none;
	}
}
/* 轮播图 */
.milk-swiper .swiper-container .swiper-wrapper .swiper-slide{
	transition: none;
	position: relative;
} 
.milk-swiper .swiper-container .swiper-wrapper .swiper-slide .people-item{
	width: 245px;
	height: 144px;
	background-image: url(../images/people_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: left;
	position: absolute;
	padding:5px 10px;
	color: #FDF5E8;
}
.milk-swiper .swiper-container .swiper-wrapper .swiper-slide .people-item p{
	margin-bottom: 0px !important;
}
.milk-swiper .swiper-container .swiper-wrapper .swiper-slide .people-item .people-desc{
	margin-top: 10px;
}
.milk-swiper .swiper-container .swiper-wrapper .swiper-slide .people-item .people-name{
	font-size: 30px;
}
.milk-swiper .swiper-container .swiper-wrapper .swiper-slide .people-item.item1{
	top: 68%;
	right: 30%;
}
.milk-swiper .swiper-container .swiper-wrapper .swiper-slide .people-item.item2{
	top: 67%;
	right: 5%;
}

/* 重置swiper指示点 */
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: transparent;
	opacity: 1;
	border: 2px solid #ED9325;
}

.swiper-pagination-bullet-active {
	background-color: #ED9329 !important;
}

/* 关于品牌 */
.milk-product{
	width: 100%;
	background-image: url(../images/product_bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	margin-top: -1px;
}
.milk-product .container .row{
	overflow: hidden;
}
.milk-product a,.milk-product a:hover{
	color: #fff;
}
.milk-product .milk-product-right{
	position: absolute;
	right: 0px;
	top: 300px;
}
.milk-product .milk-product-video{
	margin-top: -55px;
	padding-top: 100px;
	padding-bottom: 43px;
	position: relative;
	z-index: 9;
}
.milk-product .milk-product-video .milk-product-video-main{
	max-width: 873px;
	height: 465px;
	border-radius: 30px;
	overflow: hidden;
	background-image: url(../images/product_icon_01.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 71px 110px 35px 110px;
	box-sizing: border-box;
	line-height: 50px;
}
/* .milk-product .milk-product-video .milk-product-video-main video{
	height: 100%;
	border-radius: 20px;
} */
.my-video-dimensions{
	width: 100%;
	height: 100%;
}
/* 插件样式修改 */
.video-js{
	border-radius: 30px;
	overflow: hidden;
}
.video-js .vjs-tech{
	height: 101%;
}
.video-js,.vjs-poster{
	background-color: transparent;
}
.video-js .vjs-big-play-button{
	width: 3em;
	height: 3em;
	line-height: 1.8em;
	border-radius: 50%;
	left: 0;
	right: 0;
	top: 50%;
	margin: 0 auto;
	transform: translateY(-50%);
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before{
	font-size: 2em;
	line-height: 1.3em;
}
@media (max-width: 993px) {
	.video-js .vjs-big-play-button{
		width: 2em;
		height: 2em;
	}
	.video-js .vjs-big-play-button .vjs-icon-placeholder:before{
		font-size: 1em;
		line-height: 1.8em;
	}
	.milk-product .milk-product-video{
		margin-top: -100px;
	}
	.milk-product .milk-product-video .milk-product-video-main{
		height: 365px;
		background-size: 100% 100%;
	}
	.milk-product .milk-product-video .milk-product-video-main video{
		width: 100%;
	}
	/* .milk-product .milk-product-video .milk-product-video-main video{
		width: 100%;
	} */
}
.milk-product-img{
	text-align: center;
}
.milk-product-more a{
	padding: 5px 30px;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	background-color: #07784a;
	border-radius: 30px;
	box-shadow: 0px 0px 10px #005633;
	box-sizing: border-box;
	font-weight: bold;
}
.milk-product-more a:hover{
	opacity: 0.7;
}
.milk-product .cloud{
	position: absolute;
	z-index: 9;
}
.milk-product .cloud:nth-child(1){
	left: -20px;
	bottom: 9%;
	width: 24%;
	animation: productCloud1 10s linear infinite;
}
.milk-product .cloud:nth-child(2){
	right: -15px;
	bottom: 2%;
	width: 17.5%;
	animation: productCloud2 10s linear infinite;
}
@media (max-width: 769px) {
	.milk-product .milk-product-video .milk-product-video-main{
		height: 311px;
		padding: 30px 30px 30px 30px;
	}
}
@media (max-width: 577px) {
	.milk-product .milk-product-video .milk-product-video-main{
		height: 247px;
		padding: 40px;
	}
	.milk-product .cloud:nth-child(1){
		top: 10%;
		left: -50px;
		width: 260px;
	}
	.milk-product-more a{
		font-size: 20px;
	}
	.milk-product-img img{
		width: 75% !important;
	}
}

/* 产品家族 */
.cpjz-fl{ margin-top: 100px;}
.cpjz-fl ul{ display: flex; justify-content: center; flex-wrap: nowrap;}
.cpjz-fl ul li{ list-style: none; margin: 0 1%;}
.cpjz-fl ul li a{ display: block; text-align: center; line-height: 60px; color: #07784a; border: 2px solid #07784a; width: 200px; font-size: 18px; font-weight: bold;}
.cpjz-fl ul li a:hover{ background: #07784a; color: #fff;}
.milk-family{
	background-image: url(../images/family_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.milk-family .family_icon{
	position: absolute;
	left: 5%;
}
.milk-family .container{
	max-width: 1140px;
}
.milk-family .tag{
	background-color: #07784a;
	color: #fff;
	border-radius: 20px;
	padding: 5px 25px;
	font-size: 19px;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
	text-align: center;
}
.milk-family .tupian .swiper-slide img{ width: 250px;}
.milk-family .tag::after{
	content: '';
	width: 0;
	height: 0;
	border-width: 15px;
	border-color: #07784a transparent transparent transparent;
	border-style: solid;
	position: absolute;
	top: 95%;
	left: 50%;
	transform: translateX(-50%);
}
.milk-family .swiper-container{
	width: 75%;
	height: 530px;
}
.milk-family .swiper-slide{
	transition: all 600ms;
	transform: scale(0.8);
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;
}
.milk-family .swiper-slide a{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.milk-family .swiper-slide-active,.swiper-slide-duplicate-active{
	transform: scale(1);
	transition: all 300ms;
	
}
.milk-family .swiper-slide-active{padding-bottom: 60px;}
.milk-family .swiper-button-next{
	left: 100%;
	outline: none;
}
.milk-family .swiper-button-prev{
	left: -28px;
	outline: none;
}
.milk-family .swiper-button-prev::after,.milk-family .swiper-button-next::after{
	color: #C79903;
	font-size: 50px;
}
@media (max-width:993px){
	.milk-family .swiper-slide-active{padding-bottom: 40px;}
	.milk-family .swiper-container{
		height: 550px;
	}
	.milk-family .tag{
		font-size: 17px;
	}
	.milk-family .swiper-button-prev::after,.milk-family .swiper-button-next::after{
		font-size: 40px;
	}
}
@media (max-width:577px){
	.milk-family .swiper-container{
		width: 100%;
	}
	.milk-family .swiper-slide-active{padding-bottom: 20px;}
	.milk-family{
		background-image: url(../images/family_bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.milk-family .swiper-container{
		height: 350px;
	}
	.milk-family .family_icon{
		width: 100px;
	}
	.milk-family .tag{
		padding:5px;
	}
}
/* 育婴宝典 */
.milk-baby-bg{
	background-image: url(../images/baby_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1473px 100%;
}
.milk-baby .container{
	max-width: 1300px;
}
.milk-baby .container-fluid .row>div{
	overflow: hidden;
}
.milk-baby .baby-button a{
	display: inline-block;
	padding: 2px 90px;
	background-color: #F8C619;
	border-radius: 20px;
	font-weight: bold;
	color: #841C03;
	font-size: 24px;
	letter-spacing: 2px;
}
.milk-baby .cloud{
	position: absolute;
	z-index: 2;
}
.milk-baby .row div:nth-child(1) .cloud{
	width: 40%;
	top: 0px;
	left: -30px;
	animation: babyClooud1 10s linear infinite;
}
.milk-baby .row div:nth-child(2) .cloud{
	right: -9%;
	bottom: 20px;
	width: 33%;
	animation: babyClooud2 10s linear infinite;
}
.milk-baby .row div:nth-child(3) .cloud{
	right: -30px;
	bottom: 32%;
	width: 35%;
	animation: babyClooud3 10s linear infinite;
}

@media (max-width:769px) {
	.milk-baby-bg{
		background-image: none;
	}
	#milk-baby .pb-5{padding-bottom: 1rem !important;}
	#milk-baby .pt-5{padding-top: 1rem !important;}
	.milk-baby .baby-button a{
		font-size: 26px;
	}
	.milk-baby .container .row>div:nth-child(1){
		background-image: url(../images/baby_bg_s.png);
		background-repeat: no-repeat;
		background-position: center; 
		background-size: 100% 100%;
	}
	.milk-baby .container .row>div:nth-child(2){
		background-image: url(../images/baby_bg_s.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	.milk-baby .container .row>div:nth-child(3){
		background-image: url(../images/baby_bg_s.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
}
@media (max-width:577px) {
	.milk-baby .container-fluid .row>div:nth-child(1){
		background-position: top left -179px;
	}
	.milk-baby .container-fluid .row>div:nth-child(2){
		background-position: top left 90%;
	}
	.milk-baby .container-fluid .row>div:nth-child(3){
		background-position:top right -179px;
	}
	.milk-baby .row div:nth-child(3) .cloud{
		right: -30px;
	}
	.milk-baby .baby-button a{
		font-size: 20px;
	}
}
/* 品牌焦点 */
/* 品牌焦点 */
.milk-focus{
	background-image: url(../images/focus_icon_03_l.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.milk-focus .container{
	min-height: 674px;
}
.milk-focus .list-box .list-box-more{
	max-width: 615px;
}
.milk-focus .list-box .list-box-more a{
	color: #07784a;
}
.milk-focus .list-box .list-box-more a:hover{
	text-decoration: underline;
}
.milk-focus .list-box .list-item .list-item-box .list-item-item .list-item-item-r .list-item-item-title{
	width: 520px;
	padding: 2px 10px;
	border-image: url(../images/index/focus_icon_02.png) round 7;
	border-width: 5px;
	border-style: solid;
	font-size: 19px;
	color: #07784a;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.milk-focus .list-box .list-item .list-item-box .list-item-item .list-item-item-r .list-item-item-title a{
	color: #07784a;
}
.milk-focus .list-box .list-item .list-item-box .list-item-item .list-item-item-content{
	max-width: 520px;
	/*text-indent: 2em;*/
	color: #07784a;
	text-align: left;
}
.milk-focus .list-box .list-item .list-item-box .list-item-item-l img{
	width: 35px;
}
@media (max-width:577px) {
	.milk-focus .list-box .list-item .list-item-box .list-item-item .list-item-item-r .list-item-item-title{
		width: 300px;
		font-size: 18px;
	}
	.milk-focus .list-box .list-item .list-item-box .list-item-item .list-item-item-content{
		max-width: 300px;
	}
	.milk-focus .list-box .list-item .list-item-box .list-item-item-l img{
		width: 30px;
	}
	.milk-focus .list-box .list-item .list-item-box .list-item-item .list-item-item-r .list-item-item-title{
		padding: 0px 10px;
	}
	.milk-focus .list-box .list-box-more{
		max-width: 320px;
	}
}
/* 底部 */
.milk-bottom{
	background-image: url(../images/service_bg.png);
	background-size: 100% 91%;
	background-position: left bottom;
	background-repeat: no-repeat;
}
/* 服务中心 */
.milk-service .service-btn{
	display: inline-block;
	padding: 5px 30px;
	color: #8C2008;
	background-color: #F7D840;
	box-shadow: 0px 0px 10px rgb(0,0,0,0.4);
	border-radius: 15px;
	font-size: 22px;
	font-weight: bold;
}
.milk-service .milk-service-text{
	color: #892205;
	font-size: 24px;
}
.milk-service .server_yq{
	position: absolute;
	right: 5%;
	top: 20%;
	width: 200px;
}
.milk-service .service-img{
	width: 240px;
}
@media (max-width:993px) {
	.milk-service .server_yq{
		width: 145px;
	}
}
@media (max-width:577px) {
	.milk-service .server_yq{
		width: 64px;
		top: 189px;
	}
	.milk-service .service-img{
		width: 240px;
	}
	.milk-service .milk-service-text{
		font-size: 20px;
	}
	.milk-service .service-btn{
		font-size: 20px;
	}
	.milk-bottom{
		background-size: 100% 85%;
		background-position: left bottom;
	}
}
/* 页脚 */
.ewm{ margin-right: 5%;}
.ewm p{ text-align: center;}
.milk-footer,.milk-footer a{
	color: #fff;
}
.milk-footer .footer-logo{
	/* width: 130px; */
}
.milk-footer .logo-box .logo-item{
	position: relative;
	width: 50px;
	height: 50px;
	background-image: url(../images/footer_r_logo.png);
	background-size: auto 50px;
	background-repeat: no-repeat;
}
.milk-footer .logo-box .logo-item:nth-child(1){
	background-position: top right;
}
.milk-footer .logo-box .logo-item:nth-child(2){
	background-position: top right -78px;
}
.milk-footer .logo-box .logo-item:nth-child(3){
	background-position: top left -156px;
}
.milk-footer .logo-box .logo-item:nth-child(5){
	background-position: top left -79px;
}
.milk-footer .logo-box .logo-item .logo-item-code{
	position: absolute;
	bottom: 150%;
	/* left: -60%; */
	left: -180%;
	display: none;
	opacity: 0;
}
.milk-footer .logo-box .logo-item .logo-item-code img{
	width: 230px;
}
.milk-footer .logo-box .logo-item:nth-child(3) .logo-item-code{
	left: -100%;
}
.milk-footer .logo-box .logo-item:nth-child(3) .logo-item-code img{
	width: 150px;
}
.milk-footer .logo-box .logo-item .logo-item-code::after{
	content: '';
	position: absolute;	
	border-style: solid;
	border-color: #F3E185 transparent transparent transparent; 
	border-width: 15px;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.milk-footer .logo-box .logo-item a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
@media (max-width:577px) {
	.milk-footer .footer-logo img{
		width: 140px;
	}
	.milk-footer .logo-box .logo-item .logo-item-code{
		left: -129%;
	}
	.milk-footer .logo-box .logo-item a img{
		margin-bottom: 20px;
	}
	.milk-footer .logo-box .logo-item .logo-item-code img{
		width: 180px;
	}
}

/* 子页面背景 */
.bg_t_l{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 35%;
}
.bg_t_r{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40%;
}

/* 子页面页脚*/
.milk-pages-footer{
	background-image: url(../images/bg_foot_right.png);
	background-position: top right;
	background-size: 60% 100%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	position: relative;
	left: 0px;
	bottom: 0px;
	padding-top: 175px;
}
.brand-footer{
	padding-top: 100px;
	background-image: url(../images/bg_foot.png);
	background-repeat: no-repeat;
	margin-top: 50px;
	background-size: 100% 100%;
}
.shopping-footer{
	padding-top: 200px;
	background-image: url(../images/shop_foot_bg.png);
	background-repeat: no-repeat;
	margin-top: 50px;
	background-size: 100% 100%;
}
.milk-pages-footer .row{
	/* margin-top: 200px; */
}

@media (max-width:576px) {
	.milk-pages-footer{
		background-color: #FFF49E;
		padding-top: 30px;
		margin-top: 50px;
	}
	.brand-footer{
		padding-top: 40px;
		margin-top: 50px;
		background-color: #FFEF80;
	}
}

/* 品牌优势 */
.page-brand .container .row{
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #BA821A;
	padding: 30px 0px;
}
.page-brand .container .row:nth-child(odd){
	background-image: url(../images/pp_bg.png);
}
.page-brand .container .row:nth-child(even){
	background-image: url(../images/pp_bg_2.png);
}
.page-brand .container .row>div{
	height: 400px;
}
.page-brand .container .row .item-img img{
	width: 200px;
}
.page-brand .container .row:nth-child(1) .item-img img{
	width: 253px;
	position: absolute;
	top: 0px;
}
.page-brand .container .row:nth-child(3) .item-img img{
	width: 330px;
}
.page-brand .container .row:nth-child(4) .item-img img{
	width: 330px;
}
.page-brand .container .row .item-content{
	/* text-indent: 2em; */
	line-height: 28px;
	padding-left: 30px;
}
.page-brand .container .row:nth-child(1) .item-content{
	justify-content: flex-start !important; 
}
.page-brand .container .row .img-1{
	position: absolute;
	width: 200px;
	right: 0px;
}
.page-brand .container .row .img-2{
	position: absolute;
	width: 130px;
	right: 300px;
	bottom: 20px;
}
.page-brand .container .row .img-3{
	position: absolute;
	width: 180px;
	right: 30px;
	bottom: 30px;
}
.page-brand .container .row .img-4{
	position: absolute;
	width: 230px;
	left: 190px;
	top: -20px;
}
.page-brand .container .row .img-5{
	position: absolute;
	width: 210px;
	left: 190px;
	bottom: 0px;
}
.page-brand .container .row .line-1{
	width: 45%;
	position: absolute;
	left: 54%;
	transform: translateX(-50%);
	bottom: 74%;
}
.page-brand .container .row .line-2{
	width: 45%;
	position: absolute;
	left: 54%;
	transform: translateX(-50%);
	bottom: 77%;
}
.page-brand .container .row .line-3{
	width: 45%;
	position: absolute;
	left: 54%;
	transform: translateX(-50%);
	bottom: 86%;
}
.page-brand .container .row .item-content p{
	text-align: justify;
}
@media (max-width:993px) {
	.page-brand .container .row:nth-child(1) .item-img img{
		width: 200px;
		position: relative;
	}
	.page-brand .container .row:nth-child(1) .item-content{
		justify-content: center !important; 
	}
	.page-brand .container .row{
		background-image: none;
		background-color: #FFF094;
		border-radius: 30px;
		margin: 0px;
	}
	.page-brand .container .row>div{
		height: auto;
	}
	.page-brand .container .row:nth-child(3) .item-img img{
		width: 280px;
	}
	.page-brand .container .row:nth-child(4) .item-img img{
		width: 280px;
	}
}

/* 品牌历程 */
.page-history .pt-1 .bg_t_l{width: 38%;}
.page-history .pt-1 .bg_t_r{width: 43%;}
.page-history .cloud{
	position: absolute;
	top: 4%;
	left: 10%;
	width: 10%;
}
.page-history .pageContent{
	
	margin: 0 auto;
	width: 90%;
	position: relative;
	height: 1800px;
}
.page-history .pageContent .story{position: absolute;left:8%;top:15%;max-width: 35% !important;}
.page-history .pageContent .story{color: #9E8152;text-align: justify;text-indent: 2em;}
.page-history .pageContent .story .story-title,.page-brand .sonpage-title{
	
	margin-bottom: 20px;
	background: url(../images/title_bg.png) no-repeat left top;
	background-size: auto 100%;
	height: 160px;
	line-height: 170px;
	padding-left: 30px;
	font-size: 45px;	
}
.page-brand .sonpage-title{
	background-position-x: 47%; 
}
.page-history .pageContent .story .story-content{padding: 15px;position: relative; line-height:35px;}
.page-history .pageContent .story .story-content .story-border-t{
	position: absolute;
	top: 0;
	left: 0;
	border: #fc926f 1px solid;
	border-width: 2px 0 0 2px;
	width: 80px;
	height: 80px;
	}
.page-history .pageContent .story .story-content .story-border-f{
	position: absolute;
	right: 0;
	bottom: 20px;
	border: #fc926f 1px solid;
	border-width:  0  2px 2px 0;
	width: 80px;
	height: 80px;
}

.page-history .history-box{
	position: absolute;
	padding-top: 160px;
	background: url(../images/his_bg.png) no-repeat;
	background-position: right 200px;
	background-size: 1000px;
	height: 1800px;
	width: 1140px;
	right: 20%;
	top: 10%;	
}

.page-history .history-item{	
	position: absolute;
	
}
.page-history .history-item:nth-child(1){left:1123px;}
.page-history .history-item:nth-child(2){left:1130px;top:309px}
.page-history .history-item:nth-child(3){left:849px;top:500px}
.page-history .history-item:nth-child(4){left:965px;top:650px}
.page-history .history-item:nth-child(5){left:1025px;top:800px}
.page-history .history-item:nth-child(6){left:925px;top:950px}
.page-history .history-item:nth-child(7){left:849px;top:1025px}
.page-history .history-item:nth-child(8){left:740px;top:1112px}
.page-history .history-item:nth-child(9){left:588px;top:1216px}
.page-history .history-item:nth-child(10){left:429px;top:1307px}
.page-history .history-item:nth-child(11){left:169px;top:1435px}

.page-history .history-box .history-item .history-item-title{
	color: #cb6746;
	font-size: 38px;
	font-weight: bold;
	position: absolute;
	left: -250px;
	width: 200px;
	text-align: right;
}
.page-history .history-box .history-item .history-item-text{
	color: #9E8152;
	width: 368px;
	text-align: justify;
}
.page-history .history-box .history-item .history-item-sign{
	width: 28px;
	height: 36px;
	background:url(../images/his_dot.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: -25px;
	transform: translateX(-50%);
	z-index: 2;
	margin-top: 8px;
}

.page-history .history-box .history-item .history-item-content{padding-top:40px;float: right;}
.page-history .bt .bg_b_r{
	position: absolute;
	bottom: -75px;
	right: 6%;
	width: 13%;
}


@media (max-width:1700px) {
    .page-history .pageContent{height:1600px}
	.page-history .history-box{
		transform: scale(0.8);
		right: 10%;
		top:0;
	}
	.page-history .pageContent .story{
		max-width: 40% !important;
		left:20px;
	}
	.page-history .pageContent .story .story-content{line-height:30px;}
}
@media (max-width:1200px) {
	.page-history .pageContent .story{
		max-width: 40% !important;
		left:0px;
	}
}
@media (max-width:993px) {
	.page-history .pageContent .story{
		max-width: 100% !important;
	}
	.page-history .history-box{
		position: relative;
		width: 100%;
		height: auto;
		right: auto;
		top: auto;
		background-image: none;
		padding-top: 0px;
		margin-top: 60px;
	}
	.page-history .history-box::after{
		left: 0px;
		content: '';
		width: 2px;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		background-color: #C21025;
		transform: translateX(-50%);
	}
	.page-history .history-box .history-item{
		margin-left: 20px;
		position: relative;
		left: 0px;
		top: auto;
	}
	/* .page-history .history-box .history-item:nth-child(odd) .history-item-content{
		float: left;
	}
	.page-history .history-box .history-item:nth-child(even) .history-item-title{
		text-align: left;
	} */
	.page-history .pageContent .story .story-content{
		margin-top: 60px;
	}
	.page-history .history-box .history-item .history-item-sign{
		position: absolute;
		left: -5%;
		top: 0px;
		transform: translateX(-50%);
		z-index: 2;
		/* background-image: none; */
		background-color: #FFF9E3;
	}
	.page-history .history-box .history-item .history-item-content{
		float: none;
	}
	.page-history .history-box .history-item .history-item-title{
		position: relative;
		left: 0px;
		text-align: left;
	}
	.page-history .history-box .history-item .history-item-text{
		width: auto;
	}
	
	.page-history .pageContent{
		height: auto;
		margin-top: 110px;
	}
	.page-history .pageContent .story{
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	
}

/* 新闻动态页 */
.page-news .cloud{
	position: absolute;
	right: 22%;
	top: 8%;
}
.page-news .list-box{
	max-width: 770px;
	padding: 0px 20px;
	position: relative;
	z-index: 2;
}
.page-news .list-box .list-item{
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #8C2C07;
	font-size: 22px;
	border-bottom: 1px solid #8C2C07;
	padding: 15px 0px;
}
.page-news .list-box .list-item .list-item-l{
	display: flex;
	align-items: center;
	flex: 1;
	overflow: hidden;
}
.page-news .list-box .list-item .list-item-l span{
	overflow: hidden;
	text-overflow: ellipsis;
}
.page-news .list-box .list-item .list-item-r{
	font-size: 20px;
	width: 106px;
}
.page-news .list-box .list-item a{
	color: #8C2C07;
}
.paging-box{
	margin: 0 auto;
}
.paging-box a{
	color: #8C2C07;
}
.paging-box .paging-item{
	margin: 0px 10px;
}
@media (max-width:993px) {
	.page-news .list-box .list-item{
		font-size: 20px;
	}
	.page-news .list-box .list-item .list-item-l img{
		width: 25px;
	}
	.page-news .list-box .list-item .list-item-r{
		font-size: 18px;
	}
}
@media (max-width:576px) {
	.page-news .list-box{
		width: 95%;
		margin: auto;
	}
}

/* 新闻详情页 */
.page-news .page-new-body{
	max-width: 1300px;
}
.page-news .news-content{
	width: 100%;
	min-height: 500px;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}

/* 专家课堂 */

.page-expert .container{
	position: relative;
}
.page-expert .container .row:nth-child(2){
	position: absolute;
	top: 0;
	width: 100%;
}
.page-expert .cloud{
	position: absolute;
	left: 15%;
}
.page-expert .box img{
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
.page-expert .box .item-button a{
	display: inline-block;
	padding: 3px 40px;
	border-radius: 20px;
	background-color: #F8C619;
	color: #953504;
	text-align: center;
	line-height: 30px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.page-expert .item-button a:hover{
	background-color: #F8D219;
}
.page-expert .item-button a.disabled{
	background-color: #F8C619;
	cursor: default;
}
.page-expert .container .row .box{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.page-expert .container .row .img-box{
	width: 100%;
	background-color:#EFE3B9;
	background-size: 40%;
}
@media (max-width:1200px) {
	.page-expert .container .row .img-box{
		width: 225px;
		height: 400px;
	}
}
@media (max-width:996px) {
	.page-expert .container .row .img-box{
		width: 320px;
		height: 569px;
	}
	
}
@media (max-width:576px) {
	.page-expert .container .row .img-box{
		width: 327px;
		height: 580px;
	}
}

/* 辅食食堂 */

.page-recires .recires-bg-l{
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: 35%;
}
.page-recires .recires-bg-r{
	position: absolute;
	top: 0px;
	right: 0px;
	max-width: 35%;
}
.page-recires .container .box{
	border-radius: 20px;
	background-color: #FEF5CE;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.page-recires .container .box .item-video{
	width: 474px;
	height: 266px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background-image: url(../images/noimg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #F4E5AC;
	background-size: 25%;
}
.page-recires .container .box .item-video.disabled{
	cursor: default;
}
.page-recires .container .box .item-video .mask{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	z-index: 1;
}
.page-recires .container .box .item-video .icon{
	width: 60px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto auto;
	z-index: 2;
	color: #fff;
	
}
.page-recires .container .box p{
	color: #BDAC68;
	font-size: 26px;
}
.page-recires-content{
	background-image: url(../images/bg_left_fs.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 10% auto;
}
.page-recires-content .container{
	position: relative;
}
.page-recires-content .container .rowtop{
	position: absolute;
	top: 0px;
	width: 100%;
}

@media (max-width:1200px) {
	.page-recires .container .box .item-video{
		width: 383px;
		height: 215px;
	}
}
@media (max-width:993px) {
	.page-recires .container .box .item-video{
		width: 264px;
		height: 149px;
	}
}
@media (max-width:768px) {
	.page-recires .container .box .item-video{
		width: 443px;
		height: 248px;
	}
}
@media (max-width:576px) {
	.page-recires .container .box .item-video{
		width: 318px;
		height: 180px;
	}
}

/* 妈妈口碑 */
.page-mmkb .cloud{
	position: absolute;
	top: 0px;
	right: 15%;
}
.page-mmkb .container-fluid .tab-content-box{
	max-width:1140px;
}
.page-mmkb .container-fluid .tab-content-box .tab-content-item:first-child .row>div:nth-child(2) img{
	width: 84%;
}
.page-mmkb .container-fluid .tab-content-box .tab-content-item:first-child .row>div:nth-child(3) img{
	width: 84%;
}
.page-mmkb .container-fluid .tab-content-box .tab-content-item:first-child .row>div:nth-child(4) img{
	width: 84%;
}
.page-mmkb .container-fluid .tab-content-box .tab-content-item:first-child .row>div:nth-child(5) img{
	width: 95%;
}
.page-mmkb .container-fluid .tab-content-box .tab-content-item:first-child .row>div:nth-child(6) img{
	width: 95%;
}
.page-mmkb .container-fluid .tab-content-box .tab-content-item:first-child .row>div:nth-child(7) img{
	width: 85%;
}
.page-mmkb .container-fluid .tab-content-box .tab-content-item:first-child .row>div:nth-child(8) img{
	width: 95%;
}
.page-mmkb .container-fluid .tab-content-box .tab-content-item:first-child .row>div:nth-child(9) img{
	width: 95%;
}
.page-mmkb .container-fluid .tab-content-box .tab-content-item:first-child .row>div:nth-child(10) img{
	width: 90%;
}
@media (max-width:993px) {
	.page-mmkb .container .row>div .box img{
		width: 90%;
	}
	.mmkb-img-b{
		width: 90% !important;
	}
}


/* 服务中心 */
.page-service .cloud{
	position: absolute;
	left: 15%;
}
.page-service .container .row>div .box{
	width: 350px;
	height: 406px;
	color: #12100D;
	background-color: #FBF1C0;
	border-radius: 20px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}
.page-service .container .row>div .box img{
	width: auto !important;
	height: 182px;
}
.page-service .container .row>div .number{
	width: 50px;
	height: 50px;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 30px;
	background-color: #FD8E63;
	color: #FFEF95;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
}


/* 产品商城 */
/*.page-shopping .product-item{*/
/*	cursor: pointer;*/
/*}*/
.page-shopping .shopping-title-img{
	width: 350px;
}
.page-shopping .container-fluid .row>div{
	position: relative;
}
.page-shopping .product-btn{
	position: absolute;
	left: 0;
	right: 0;
	top: -27%;
	bottom: 0;
	margin: auto;
	width: 200px;
	height: 45px;
	background-image: linear-gradient(#FFDB89,#FFF43C);
	border-radius: 20px;
	line-height: 45px;
	text-align: center;
	display: none;
}
.page-shopping .product-btn a{
	display: inline-block;
	width: 100%;
	height: 100%;
	font-weight: bold;
	font-size: 24px;
	color: #8E6A0B;
}
.page-shopping .shopping-more{text-align: center; margin-top: 40px;}
.page-shopping .shopping-more a{
	    display: inline-block;
	    padding: 5px 30px;
	    background-color: #F8C619;
	    border-radius: 20px;
	    font-weight: bold;
	    color: #841C03;
	    font-size: 24px;
	    letter-spacing: 2px;
}

@media (max-width:576px) {
	.page-shopping .shopping-title-img{
		width: 280px;
	}
}

@-webkit-keyframes babyClooud1{
	0% {
		left: -30px;
	}
	50% {
		left: 1%;
	}
	100% {
		left: -30px;
	}
}

@keyframes babyClooud1{
	0% {
		left: -30px;
	}
	50% {
		left: 1%;
	}
	100% {
		left: -30px;
	}
}

@-webkit-keyframes babyClooud2{
	0% {
		right: -9%;
	}
	50% {
		right: -15%;
	}
	100% {
		right: -9%;
	}
}

@keyframes babyClooud2{
	0% {
		right: -9%;
	}
	50% {
		right: -15%;
	}
	100% {
		right: -9%;
	}
}

@-webkit-keyframes babyClooud3{
	0% {
		right: -30px;
	}
	50% {
		right: 5%;
	}
	100% {
		right: -30px;
	}
}

@keyframes babyClooud3{
	0% {
		right: -30px;
	}
	50% {
		right: 5%;
	}
	100% {
		right: -30px;
	}
}

@-webkit-keyframes productCloud1{
	0% {
		bottom: 9%;
	}
	50% {
		bottom: 14%;
	}
	100% {
		bottom: 9%;
	}
}

@keyframes productCloud1{
	0% {
		bottom: 9%;
	}
	50% {
		bottom: 14%;
	}
	100% {
		bottom: 9%;
	}
}

@-webkit-keyframes productCloud2{
	0% {
		bottom: 2%;
	}
	50% {
		bottom: 10%;
	}
	100% {
		bottom: 2%;
	}
}

@keyframes productCloud2{
	0% {
		bottom: 2%;
	}
	50% {
		bottom: 10%;
	}
	100% {
		bottom: 2%;
	}
}


@keyframes sticky{
	0% {
	    -webkit-transform: translateY(-100%);
	    transform: translateY(-100%);
	}
	100% {
	    -webkit-transform: translateY(0%);
	    transform: translateY(0%);
	}
}

.products{
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
 

.img-box{ overflow: hidden;}
.page-expert .box img{ width: 100%;  transition:1s all;}
.page-expert .box img:hover{transform: scale(1.2);}
.box11{ display:flex; justify-content: space-between; flex-wrap: nowrap;}
@media (max-width:993px) {
	.milk-swiper .swiper-container .swiper-wrapper .swiper-slide .people-item{
		width: 230px;
		height: 129px;
	}
	.milk-swiper .swiper-container .swiper-wrapper .swiper-slide .people-item p{
		font-size: 15px;
	}
	.milk-swiper .swiper-container .swiper-wrapper .swiper-slide .people-item .people-name{
		font-size: 25px;
	}
	
}
@media (max-width:576px) {
	.milk-swiper .swiper-container .swiper-wrapper .swiper-slide .people-item.item1{
		top: 55%;
		left: 12%;
	}
	.milk-swiper .swiper-container .swiper-wrapper .swiper-slide .people-item.item2{
		top: 56%;
		right: 0%;
	}
	.milk-swiper .swiper-container .swiper-wrapper .swiper-slide .people-item{
		width: 190px;
		height: 90px;
	}
	.milk-swiper .swiper-container .swiper-wrapper .swiper-slide .people-item .people-desc{
		margin-top: 0px;
	}
	.milk-swiper .swiper-container .swiper-wrapper .swiper-slide .people-item p{
		font-size: 12px;
	}
	.milk-swiper .swiper-container .swiper-wrapper .swiper-slide .people-item .people-name{
		font-size: 16px;
	}
	
}
@media (max-width:750px) {
	.cpjz-fl ul{ flex-wrap: wrap;}
	.cpjz-fl ul li{ width:90%; margin-bottom: 10px;}
	.cpjz-fl ul li a{ width:100%}
	.my-header .navbar-nav .nav-item.active .nav-link{color: #fff !important;}
	.page-news .list-box .list-item .list-item-r{ font-size: 16px;}
}

.bd100 img{ width: 100%;}