body{
	margin: 0;
}
#main{
	position: relative;
}
#content{
	padding: 0 5px;
}
.main-banner_007{
	background: url(../img/index-new-007/main-banner-007.jpg) no-repeat;
	background-size: 100% auto;
	text-decoration: none;
	margin: 0 -15px 30px;
	padding: 8px 8px 8px 12px;
	box-sizing: border-box;
}
.main-banner_007 .col-r{
	float: right;
	width: 44%;
	margin-left: 15px;
	margin-top: 25px;
}
.main-banner_007 .col-r ul{
	list-style: none;
	text-align: center;
}
.main-banner_007 .col-r li{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	font-size: 0;
	line-height: 24px;
	border-radius: 50%;
	background-color: #fff;
	padding: 5px 5px;
	margin: 1px 0;
	box-sizing: border-box;
}
.main-banner_007 .col-r li img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.main-banner_007 .col-l{
	overflow: hidden;
}
.main-banner_007 .col-l h2{
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	margin: 5px 0 12px;
	transform: rotate(-1deg);
}
.main-banner_007 .col-l p{
	font-size: 10px;
	line-height: 14px;
	color: #000;
	margin: 0;
	padding: 0 2px;
}
.common-title_m{
	font-size: 15px !important;
	line-height: 21px !important;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: url(../img/index-new-m/title-common-bg.png) left top repeat;
	margin: 0 0 20px;
	padding: 10px 10px !important;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.container_m p{
	font-size: 10px !important;
	line-height: 16px !important;
	color: #000;
	/*margin-bottom: 30px !important;*/
}
.product-page-list-n{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px 50px;
}
.product-page-list-n li{
	width: 100%;
	padding:10px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.product-page-list-n .box{
	display: block;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position: relative;
	border: 2px solid #1a1a1a;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	padding: 16px 14px;
}
.product-page-list-n .box:after{
	position: absolute;
	top: -9px;
	left: 17px;
	width: 43px;
	height: 58px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	line-height: 48px;
	font-weight: bold;
	color: #fff;
}
.product-page-list-n .box:before{
	content: '';
	position: absolute;
	top: 30px;
	right: 12px;
	width: 91%;
	height: 4px;
	overflow: hidden;
	font-weight: bold;
	background-color: #000;
}
.product-page-list-n li:nth-child(1) .box:after{
	content: "1位";
	background: url('../img/product-page/product-page-n1.png') no-repeat;
	background-size: 100% auto;
}
.product-page-list-n li:nth-child(2) .box:after{
	content: "2位";
	background: url('../img/product-page/product-page-n2.png') no-repeat;
	background-size: 100% auto;
}
.product-page-list-n li:nth-child(3) .box:after{
	content: "3位";
	background: url('../img/product-page/product-page-n3.png') no-repeat;
	background-size: 100% auto;
}
.product-page-list-n li:nth-child(4) .box:after{
	content: "4位";
	background: url('../img/product-page/product-page-n4.png') no-repeat;
	background-size: 100% auto;
}
.product-page-list-n h3{
	margin: 0 0 24px;
	text-align: center;
	font-size: 18px;
	line-height: 8px;
	font-weight: bold;
	color: #494949;
}
.product-page-list-n .image{
	overflow: hidden;
	margin-bottom: 24px;
	display: block;
}
.product-page-list-n .image img{
	display: block;
	margin: 0 auto;
	max-height: 100px;
	width: 90px;
}
.product-page-list-n table{
	width: 64%;
	float: right;
}
.product-page-list-n table th,
.product-page-list-n table td{
	border-collapse: collapse;
	border: 1px solid #afc8fa;
	background: #fff;
	vertical-align: middle;
	font-size: 9px;
	line-height: 9px;
	color: #323232;
	padding: 6px;
	text-align: left;
}
.product-page-list-n table th{
	border-color: #2682c3;
	background: #219ed2;
	color: #fff;
	font-size: 9px;
	line-height: 9px;
	white-space: nowrap;
	text-align: right;
}
.product-page-list-n mark{
	color: #cf0000;
}
.product-cat-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -7px 40px;
}
.product-cat-list li{
	width: calc(100% / 2);
	padding:0 7px 13px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.product-cat-list .box{
	display: block;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border: 2px solid #d8d8d8;
	background: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	padding: 5px;
	text-decoration: none;
}
.product-cat-list .box:hover{
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
}
.product-cat-list h3{
	position: relative;
	margin: 0 -11px;
	background: #ff6813;
	font-size: 10px;
	line-height: 14px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	min-height: 32px;
	padding: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
.product-cat-list h3:after{
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid #b67919;
	border-left: 4px solid transparent;
	position: absolute;
	bottom: -4px;
	left: 0;
}
.product-cat-list h3:before{
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid #b67919;
	border-right: 4px solid transparent;
	position: absolute;
	bottom: -4px;
	right: 0;
}
.product-cat-list .image{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	height: 80px;
	align-content: center;
	margin: 10px 0;
}
.product-cat-list .image img{
	display: block;
	margin: 0 auto;
	height: 100%;
}
.product-cat-list .two-items{
	min-height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 3px;
}
.product-cat-list .two-items > span{
	width: 48.5%;
	border: 1px solid #000;
	position: relative;
	background: #444;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size: 10px;
	line-height: 12px;
	padding: 5px 18px;
	color: #fff;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.product-cat-list .two-items > span:first-child{background: #007b80;}
.product-cat-list .two-items > span:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 1px solid #fff;
}
.product-cat-list .two-items > span i{
	font-size: 10px;
	font-style: normal;
	display: inline-block;
	vertical-align: top;
}
.product-cat-list .two-items > span em{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 10px;
	font-style: normal;
}
.product-cat-list .two-items > span span{
	font-size: 10px;
	line-height: 22px;
	text-align: left;
}
.product-cat-list .items{
	width: 100%;
	height: 45px;
	border: 1px solid #000;
	position: relative;
	background: #747474;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size: 10px;
	line-height: 16px;
	color: #fff;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 3px;
	text-align: center;
}
.product-cat-list .items:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 1px solid #fff;
}
.product-cat-list .price{
	display: block;
	padding: 1px;
	border: 1px solid #000;
	background: #fff;
}
.product-cat-list .price .t{
	display: block;
	background: #c00020;
	text-align: center;
	font-size: 9px;
	line-height: 13px;
	font-weight: bold;
	color: #fff;
}
.product-cat-list .price .info-p{
	display: block;
	padding: 4px 2px;
	line-height: 13px;
	font-size: 9px;
	color: #db0000;
	font-weight: bold;
}
.salud-ul{
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 30px;
}
.salud-ul li{
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 4px;
}
.salud-ul li .box-salud{
	display: block;
	text-decoration: none;
	border: 2px solid #d8d8d8;
	transition: 0.3s;
	background-color: #fff;
	padding-top: 5px;
}
.salud-ul li .box-salud:hover{
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
}
.salud-ul li .box-salud h3{
	font-size: 9px;
	line-height: 13px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 0 5px;
}
.salud-ul li .box-salud img{
	display: block;
	margin: 10px auto;
	max-height: 60px;
}
.salud-ul li .box-salud p{
	font-size: 9px;
	line-height: 13px;
	font-weight: normal;
	color: #fff;
	text-align: right;
	background-color: #3f3f3f;
	padding: 6px 12px;
	margin: -2px;
}
.salud-ul li .box-salud p span{
	display: block;
	font-weight: bold;
}
.btn-salud{
	display: block;
	background-color: #3b90e8;
	box-shadow: 0 3px #004797;
	border-radius: 4px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 300px;
	margin: 0 auto 15px;
	text-align: center;
}
.btn-salud span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-left: 24px;
}
.btn-salud span:before{
	content: '';
	position: absolute;
	left: 2px;
	top: 48%;
	transform: translate(0, -48%);
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 50%;
}
.btn-salud span:after{
	content: '';
	position: absolute;
	left: 7px;
	top: 48%;
	transform: translate(0, -48%);
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 6px solid #3b90e8;
	border-bottom: 4px solid transparent;
}
section p{
	font-size: 10px;
}
.list-other-product{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list-other-product li{
	width: calc(100% / 3);
	padding:0 3px 13px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.list-other-product .box{
	display: block;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border: 2px solid #d8d8d8;
	background: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	webkit-transform: translateY(0);
	transform: translateY(0);
	padding: 5px;
	text-decoration: none;
}
.list-other-product .box:hover{
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
}
.list-other-product h3{
	font-size: 9px;
	line-height: 13px;
	color: #212121;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10spx;
}
.list-other-product .image{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin: 8px;
}
.list-other-product .image img{
	display: block;
	height: 60px;
}
.list-other-product .name{
	display: block;
	text-decoration: underline;
	font-size: 10px;
	line-height: 16px;
	color: #4295e9;
	background: #edf9ff;
	padding: 7px;
	margin-bottom: 10px;
	text-align: center;
}
.list-other-product .push{
	display: block;
	text-align: center;
	background: #ea0000;
	border-bottom: 3px solid #840000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 10px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	padding-left: 16px;
}
.list-other-product .push span{
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
}
.list-other-product .push span:after{
	content: '';
	position: absolute;
	left: -15px;
	top: 74%;
	width: 14px;
	height: 14px;
	margin-top: -14px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
}
.list-other-product .push span:before{
	content: '';
	position: absolute;
	left: -10px;
	top: 56%;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: 3px solid transparent;
	border-left: 6px solid #ea0000;
	border-bottom: 3px solid transparent;
	z-index: 1;
}
.new-product-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -7px;
}
.new-product-list li{
	width: 50%;
	padding:0 7px 13px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.new-product-list .box{
	display: block;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4);
	background: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	webkit-transform: translateY(0);
	transform: translateY(0);
	text-decoration: none;
	position: relative;
}
.new-product-list .image{
	display: block;
	overflow: hidden;
}
.new-product-list .image img{
	display: block;
	width: 100%;
}
.new-product-list .info{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #bb0404;
}
.new-product-list .data-item{
	display: block;
	background: #000;
	white-space: normal;
	font-size: 9px;
	line-height: 30px;
	color: #fff;
	min-width: 70px;
	text-align: center;
}
.new-product-list .link{
	display: block;
	width: 100%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding: 0 12px;
	font-size: 9px;
	line-height: 30px;
	color: #fff;
}
.new-product-list .box:hover .link{text-decoration: none;}
.new-product-list p{
	margin: 0;
	font-size: 14px;
	text-align: left;
	line-height: 15px;
	color: #0095c6;
	padding: 10px;
}
.green-title{
	background-color: #0f9104;
	border-radius: 8px;
	padding: 12px 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.green-title span{
	display: block;
	font-size: 9px;
	line-height: 13px;
	text-align: center;
	font-weight: bold;
	color: #e4ff00;
}
.green-title h3{
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.diagram{
	margin-top: 50px;
}
.diagram-columns{
	overflow: hidden;
}
.diagram-columns .col-r{
	float: right;
	display: block;
	margin-bottom: 40px;
	max-width: 150px;
}
.diagram-columns .col-r img{
	display: block;
}
.diagram-columns .col-l{
	overflow: hidden;
}
.diagram-columns .col-l p{
	font-size: 10px;
	line-height: 16px;
	text-align: left;
	color: #000;
	margin: 0 0 5px;
}
.btn-diagram{
	margin: 0 auto 30px 0 !important;
	width: 150px;
}
.btn-diagram span{
	line-height: 30px;
}
.btn-big{
	width: 300px !important;
	margin-bottom: 50px;
}
.banner-a{
	display: block;
	margin-bottom: 50px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.banner-a:hover{
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
}
.banner-a img{
	display: block;
}
.product-cat-list .box p{
	font-size: 9px;
	line-height: 13px;
	text-align: left;
}
.product-cat-list .box p{
	min-height: 70px;
	margin: 0;
}
.big-btn{
	font-size: 16px !important;
	line-height: 20px !important;
	padding: 10px 0;
}
.big-btn:after{
	content: '';
	position: absolute;
	left: 9px;
	top: 48%;
	transform: translate(0, -48%);
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 8px solid #3b90e8;
	border-bottom: 5px solid transparent;
}
.big-btn:before{
	content: '';
	position: absolute;
	left: 2px;
	top: 50%;
	transform: translate(0, -48%);
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%;
}
#link-top2 a{
	max-width: 280px !important;
}
#link-top2.fixed-block{
	position: fixed;
}
#link-top2{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	max-width: 1100px;
	width: 100%;
	overflow: hidden;
	text-align: right;
	z-index: 1000;
}
#link-top2 a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 165px;
	width: 100%;
	height: 28px;
	overflow: hidden;
	background: #ff2100;
	font-size: 10px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	color: #fff !important;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
#link-top2 a:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	border: 5px solid transparent;
	border-bottom: 9px solid #fff;
	border-top: 0;
	margin: -2px 5px 0 0;
}
.smpl{
	font-size: 10px;
	line-height: 16px;
	color: #000;
	}