@charset "utf-8";

@font-face {
	font-family: PuHuiTi;
	src: url('Alibaba-PuHuiTi-Regular.ttf')
}

* {
	font-family: 'PuHuiTi';
}

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	margin: 0 auto;
}

html,
body {
	-webkit-text-size-adjust: 100%;
}

ul,
h3,
h2,
h1,
li,
p {
	padding: 0;
	margin: 0;
	list-style: none;
}

a:focus,
a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

a,
img {
	/*display: block;*/
}

img {
	width: 100%;
	height: 100%;
}

.btn:focus,
.btn:active,
.btn:focus:active {
	outline: 0;
}

.auto {
	max-width: 1400px;
	margin: 0 auto;
	width: 90%;
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: " ";
	clear: both;
}

.flex {
	display: flex;
}

.flex-bd {
	flex: 1;
}

.flex-center {
	display: flex;
	align-items: center;
}

.flex-zBetween {
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.flex-hc {
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.flex_zEnd {
	justify-content: flex-end;
}

.flex-zCenter {
	align-items: flex-end;
}

.line-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.line-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

textarea,
input {
	resize: none;
	outline: none;
	border: 0;
}

.whole-img {
	overflow: hidden;
}

.whole-img img {
	transition: .6s all;
}

.whole-img img:hover {
	transform: scale(1.1);
}

/* 背景图不重复 */
.whole-bgt {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.flex-r {
	flex-direction: row
}

.flex-l {
	flex-direction: column;
}


/* 通用 */
.btn {
	padding: 0;
	margin: 0;
	border: 0;
}


.logo {
	width: 166px;
	height: 28px;
}

header .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 110px;
}

header ul {}

header ul>li {
	margin-left: 50px;
	display: inline-block;
	vertical-align: middle;
}

header ul>li>a {
	font-size: 18px;
	color: #333333;
	position: relative;
}

header ul>li:first-child>a:before {
	width: 36px;
	background-position: right;
}

header ul>li>a::before {
	content: '';
	width: 78px;
	height: 4px;
	background-image: url(../images/line.png);
	background-size: cover;
	position: absolute;
	bottom: -18px;
	left: 0;
	display: none;
}

header ul>li>a:hover::before,
header ul>li.active>a::before {
	display: block;
}

footer {
	background-color: rgba(51, 51, 51, 0.3);
	padding: 41px 0;
}

.website {
	text-align: center;
	font-size: 20px;
	color: #333333;
	padding: 30px 0;
	border-bottom: 1px solid #666666;
}

.foot {
	padding: 30px 0;
}

.foot-l-logo {
	width: 196px;
	height: 32px;
	margin-bottom: 20px;
}

.foot-l-col {
	margin-top: 15px;
}

.foot-l-col>img {
	width: 28px;
	height: 22px;
	margin-right: 10px;
}

.foot-l-col>span {
	font-size: 20px;
	color: #333333;
}

.foot-ewm-pic {
	width: 130px;
	height: 130px;
	background-color: #ffffff;
	border: 1px solid #6c7e5e;
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.foot-ewm {
	margin-left: 30px;
}

.foot-ewm-pic>img {
	width: 116px;
	height: 116px;
}

.foot-ewm-name {
	text-align: center;
	font-size: 20px;
	color: #333333;
	margin-top: 5px;
}






/* 美丽起源2 */
.beau-banner {
	width: 100%;
	height: 688px;
	background-image: url(../images/beau.png);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 2;
}

.beau-banner::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.beau-banner-tt {
	font-size: 52px;
	color: #ffffff;
}

.beau-banner-line {
	width: 36px;
	height: 5px;
	margin: 10px 0 5px;
}

.beau-banner-entt {
	font-size: 24px;
	color: #ffffff;
}

.beau-name {
	text-align: center;
	font-size: 36px;
	color: #333333;
	margin-bottom: 50px;
}

.warp_beau {
	padding: 70px 0;
}

.beau_pic {
	width: 250px;
	height: 248px;
	background-image: url(../images/beau1.png);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.beau_pic>img {
	width: 164px;
	height: 144px;
}

.beau_tt {
	text-align: center;
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
	font-weight: bold;
}

.beau-list {
	flex-wrap: wrap;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.beau-col {
	margin: 0 12px 30px;
}


.fwei-sec {
	background: url(../images/sec1.png) no-repeat center;
	background-size: cover;
	padding: 120px 0;
	min-height: 446px;
	box-sizing: border-box;
}

.fwei-sec .tips {
	text-align: center;
	font-size: 14px;
	color: rgba(51, 51, 51, 0.6);
	line-height: 32px;
	margin-top: 80px;
}

.fwei-sec .search {
	width: 800px;
	border-radius: 50px;
	border: 1px solid #4d643e;
	background-color: #ffffff;
	margin: 0 auto;
	display: flex;
}

.fwei-sec .search .input {
	background-color: transparent;
	width: 100%;
	height: 78px;
	border-radius: 50px 0 0 50px;
	font-size: 24px;
	color: #333333;
	padding: 0 50px;
}

.fwei-sec .search .submit {
	background-color: transparent;
	padding: 20px 31px;
	border-radius: 50px;
	border: none;
	cursor: pointer;
}

.fwei-sec .search .submit img {
	width: 38px;
	height: 38px;
}

.fwei-sec .search input::-webkit-input-placeholder {
	font-size: 24px;
	color: #999999;
}



/* 防伪查询2 */
.sec-banner {
	height: 446px;
	background-image: url(../images/sec1.png);
	padding: 80px 0;
}

.search {
	width: 800px;
	border-radius: 50px;
	border: 1px solid #4d643e;
	background-color: #ffffff;
	margin: 0 auto;
}

.sear-input .input {
	background-color: transparent;
	width: 100%;
	height: 78px;
	border-radius: 50px 0 0 50px;
	font-size: 24px;
	color: #333333;
	padding: 0 50px;
}

.sear-input .input::-webkit-input-placeholder {
	font-size: 24px;
	color: #999999;
}

.sear_btn {
	background-color: transparent;
	padding: 20px 31px;
	border-radius: 50px;
}

.sec-p {
	text-align: center;
	font-size: 14px;
	color: rgba(51, 51, 51, 0.6);
	line-height: 32px;
	margin-top: 80px;
}

.sec-footer {
	background-color: #e6e6e6;
}

.sec-footer .container0 {
	width: 1100px;
	margin: 0 auto;
}

.sec-footer .foot-l-col span,
.sec-footer .foot-ewm-name {
	color: #6b6b6a;
}

.sec-copy {
	text-align: center;
	font-size: 22px;
	color: #6b6b6a;
	line-height: 50px;
	border-top: 1px solid #999999;
	padding: 100px 0 60px;
	position: relative;
	margin-top: 60px;
}

.sec-copy::before {
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #e8e8e8;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -15px;
}

.sec-copy::after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: rgba(153, 153, 153, 0.4);
	position: absolute;
	top: -4px;
	left: 50%;
	margin-left: -4px;
}





/* 明星产品 */
.cp-banner {
	width: 100%;
	height: 592px;
}
.cp-banner .img{width: 100%;height: 100%;object-fit: cover;}

.prd-tt {
	font-size: 22px;
	color: #333333;
	letter-spacing: 10px;
	margin-bottom: 60px;
}

.prd-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -6%;
}

.prd-grid .prd-4 {
	width: 27.3%;
	margin-left: 6%;
}

.prd-col {
	background-color: #ffffff;
	/*box-shadow: 0 0 27px 8px rgba(147, 147, 147, 0.24);*/
	padding: 50px;
	margin-bottom: 100px;
	position: relative;
	border-radius: 5px;
}

.prd_col_p {
	width: 100%;
	height: 242px;
	margin: 20px 0;
	display: flex;
	align-items: center;
	/*justify-content: center;*/
}

.prd-col-pic {
	width: auto;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

.prd-col-name {
	font-size: 20px;
	color: #333333;
}

.prd-col-num {
	font-size: 18px;
	color: #333333;
}

.prd-new {
	width: 54px;
	height: 54px;
	background-color: #000000;
	font-size: 18px;
	color: #ffffff;
	border-radius: 100%;
	text-align: center;
	line-height: 54px;
	position: absolute;
	top: 12px;
	right: 12px;
}




/* 品牌故事2 */

.story-banner {
	width: 100%;
	margin-bottom: 90px;
	display: block;
}

.warp_story .container0 {
	width: 1100px;
	margin: 0 auto;
}

.story-head {
	margin-bottom: 30px;
}

.story-hd-t {
	font-size: 28px;
	color: #000000;
	text-align: center;
}

.story-hd-ent {
	width: 138px;
	height: 12px;
	margin: 10px auto 0;
}

.story-ln {
	font-size: 28px;
	color: #333333;
	text-align: center;
	line-height: 60px;
}

.story-sy-col {
	width: 33.3%;
}

.story-sy-pic {
	width: 50px;
	height: 52px;
	margin: 0 auto;
}

.story-sy-in {
	margin: 30px 0 20px;
}

.story-sy-in>p {
	font-size: 28px;
	color: #7d5ba5;
}

.story-sy-line {
	width: 5px;
	height: 5px;
	background-color: rgba(102, 102, 102, 0.5);
	border-radius: 100%;
	margin: 0 6px;
}

.story-sy-text {
	font-size: 20px;
	color: #333333;
	text-align: center;
	line-height: 40px;
}

.story-cell {
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 0 38px 13px rgba(107, 107, 107, 0.15);
	padding: 30px;
}

.story-fw>p {
	font-size: 20px;
	color: #000000;
	line-height: 40px;
	text-indent: 40px;
}

.story-js>img {
	width: 436px;
	height: 350px;
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.story-js>p {
	font-size: 20px;
	color: #000000;
	line-height: 45px;
	text-indent: 40px;
	letter-spacing: 2px;
	text-align: justify;
}

.story-gs>span {
	font-size: 20px;
	color: #b2b2b2;
	margin-bottom: 20px;
	display: block;
}

.story-gs>img {
	width: 492px;
	height: 500px;
	margin: -186px 40px 0 -28px;
}

.story-col {
	margin-bottom: 90px;
}

.story-pp .story-head {
	margin-bottom: 160px;
}





/* 首页 */
.index_seri {
	width: 100%;
	height: 592px;
	background-image: url(../images/index1.png);
	padding-top: 120px;
	position: relative;
	margin-bottom: 430px;
}

.seri-head {
	text-align: center;
	color: #ffffff;
}

.seri-hd-tt {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}

.seri-hd-entt {
	font-size: 18px;
}

.seri-list {
	width: 90%;
	max-width: 1580px;
	background-color: #ffffff;
	border-radius: 142px 0 0 142px;
	position: absolute;
	top: 341px;
	right: 0;
	padding: 110px 30px 20px 50px;
	transition: .4s all;
}

.seri-nav {
	width: 250px;
}

.seri-nav-tt {
	font-size: 30px;
	color: #4d643e;
	margin-bottom: 30px;
}

.seri-nav>ul>li>a {
	font-size: 18px;
	color: #333333;
	padding-left: 22px;
	position: relative;
	margin-bottom: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.seri-nav>ul>li>a::before {
	content: '';
	width: 16px;
	height: 3px;
	background-color: #4d643e;
	position: absolute;
	top: 50%;
	margin-top: -1.5px;
	left: 0;
}

.seri-g-col {
	border: 1px solid #d2d2d2;
	width: 24%;
	padding: 30px;
	margin: 0 0.5%;
}

.seri-g-pic {
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.seri-g-pic>img {
	width: auto;
	height: auto;
}

.seri-g-tt {
	font-size: 18px;
	color: #333333;
	margin: 10px 0;
}

.seri-g-entt {
	font-size: 14px;
	color: #333333;
}

.seri-g-more {
	text-align: right;
	font-size: 20px;
	color: #4d643e;
	margin-top: 20px;
}

.index_us .container0 {
	width: 1100px;
	margin: 0 auto;
}

.us-logo {
	width: 428px;
	height: 428px;
	border-radius: 100%;
	background-color: #ffffff;
	box-shadow: 0 0 27px 24px rgba(146, 146, 146, 0.21);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 90px;
}

.us-logo>img {
	width: 304px;
	height: 50px;
}

.us-bd-tt {
	font-size: 34px;
	color: #333333;
}

.us-bd-text {
	font-size: 18px;
	color: #333333;
	line-height: 36px;
	margin: 10px 0 40px;
}

.us-bd-tips {
	font-size: 18px;
	color: #4d643e;
}

.us-in {
	margin: 90px 0;
}

.us-in-entt {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}

.us-in-tt {
	font-size: 30px;
	color: #7d5ba5;
	margin: 20px 0 10px;
}

.us-in-text {
	font-size: 18px;
	color: #333333;
	line-height: 34px;
}

.index_us .story-sy-in>p {
	color: #4d643e;
}

.index_us {
	margin: 200px 0 100px;
}

.index-one-line {
	width: 40px;
	height: 3px;
	background-color: #7d5ba5;
	margin-bottom: 14px;
}

.index-one-p {
	font-size: 21px;
	color: #333333;
}

.index-one-r {
	width: 100%;
	height: 940px;
}
.index-one-r img{width: 100%;height: 100%;object-fit: cover;border-radius:163px 0 0 0;}

.index-one-l {
	width: 340px;
	height: 100%;
	/*padding: 0 74px;*/
	margin-top: 314px;
}

.index-one-bd {
	width: 480px;
	height: 320px;
	background-color: #7d5ba5;
	border-radius: 0 0 150px 0;
	color: #ffffff;
	padding: 68px;
	/*margin-top: -360px;*/
	/*position: relative;*/
	z-index: 100000;
	position: relative;
	margin-top: 95px;
}

.index-one-more {
	width: 58px;
	height: 58px;
	border-radius: 100%;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	float: right;
	margin: 60px 40px 0 0;
}

.index-one-more>img {
	width: 22px;
	height: 12px;
}

.index-one-entt {
	font-size: 14px;
}

.index-one-tt {
	font-size: 32px;
	font-weight: bold;
	margin: 20px 0;
}

.index-one-text {
	font-size: 22px;
}

.index_head {
/*	position: absolute;
	top: 0;
	left: 0;*/
	width: 100%;
}

.index_head .auto {
	width: 100%;
	max-width: 95%;
}

.index_head ul>li>a {
	/*color: #ffffff;*/
	color: #333333;
}

.index_head ul>li.active>a::before,
.index_head ul>li>a::before,
.index_head ul>li>a:hover::before {
	/*display: none;*/
}







/* @media(max-width:1600px){
	.index_head .container0{
		width: 1400px;
		padding: 0 0;
	}
	.seri-list {
	    padding: 110px 30px 20px 30px;
	}
	
} */
