@charset "utf-8";

/* CSS Document */
@font-face {
	font-family:swis;
	src:url(../font/tt0173m.ttf);
}
@font-face {
	font-family:twcen;
	src:url(../font/TwCenMT.ttf);
}
@font-face{
	font-family:abril;
	src:url(../font/AbrilFatface-Regular.ttf);
}
@font-face{
	font-family:arialB;
	src:url(../font/ariblk.ttf);
}
@font-face {
	font-family:roboto;
	src:url('../font/Roboto-Regular.woff2') format('woff2'),
		url('../font/Roboto-Regular.woff') format('woff');
}
@font-face {
	font-family:dzjs;
	src:url('../font/IdeaFonts-JianSong-45.woff2') format('woff2'),
		url('../font/IdeaFonts-JianSong-45.woff') format('woff');
}
.sys_heavy{
	font-family:SourceHanSerifsC Heavy;
}
.sys_bold{
	font-family:SourceHanSerifsC Bold;
}
button, input, textarea, select {
    outline: none;
    background: none;
    border: none;
   font-family:roboto,menk,"MiSans","Alibaba PuHuiTi",'PingFang SC',Source Han Sans CN,Arial,"SOURCEHANSANSCN-REGULAR",'Microsoft Yahei','Source Han Sans',SimSun, 'Noto Sans CJK SC', 'Noto Sans CJK',source-han-sans-simplified-c, sans-serif;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 0;
}
a{
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.iconfont:before {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.center_box{
    width:var(--centerWidth);
    margin:0 auto;
}
.clear {
    clear: both;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.pd_150 {
    padding:calc(20px + 130 / var(--invarPx) * var(--centerWidth));
}
.pd_tb150 {
    padding:calc(20px + 130 / var(--invarPx) * var(--centerWidth)) 0;
}
.pd_t150 {
    padding-top:calc(20px + 130 / var(--invarPx) * var(--centerWidth));
}
.pd_b150 {
    padding-bottom:calc(20px + 130 / var(--invarPx) * var(--centerWidth));
}
.pd_120 {
    padding:calc(20px + 100 / var(--invarPx) * var(--centerWidth));
}
.pd_tb120 {
    padding:calc(20px + 100 / var(--invarPx) * var(--centerWidth)) 0;
}
.pd_t120 {
    padding-top:calc(20px + 100 / var(--invarPx) * var(--centerWidth));
}
.pd_b120 {
    padding-bottom:calc(20px + 100 / var(--invarPx) * var(--centerWidth));
}
.pd_100 {
    padding:calc(20px + 80 / var(--invarPx) * var(--centerWidth));
}
.pd_tb100 {
    padding:calc(20px + 80 / var(--invarPx) * var(--centerWidth)) 0;
}
.pd_t100 {
    padding-top:calc(20px + 80 / var(--invarPx) * var(--centerWidth));
}
.pd_b100 {
    padding-bottom:calc(20px + 80 / var(--invarPx) * var(--centerWidth));
}
.pd_80 {
    padding:calc(20px + 60 / var(--invarPx) * var(--centerWidth));
}
.pd_tb80 {
    padding:calc(20px + 60 / var(--invarPx) * var(--centerWidth)) 0;
}
.pd_t80 {
    padding-top:calc(20px + 60 / var(--invarPx) * var(--centerWidth));
}
.pd_b80 {
    padding-bottom:calc(20px + 60 / var(--invarPx) * var(--centerWidth));
}
.pd_tb70 {
    padding:calc(20px + 50 / var(--invarPx) * var(--centerWidth)) 0;
}
.pd_t70 {
    padding-top:calc(20px + 50 / var(--invarPx) * var(--centerWidth));
}
.pd_b70 {
    padding-bottom:calc(20px + 50 / var(--invarPx) * var(--centerWidth));
}
.pd_60 {
    padding:calc(20px + 40 / var(--invarPx) * var(--centerWidth));
}
.pd_tb60 {
    padding:calc(20px + 40 / var(--invarPx) * var(--centerWidth)) 0;
}
.pd_t60 {
    padding-top:calc(20px + 40 / var(--invarPx) * var(--centerWidth));
}
.pd_b60 {
    padding-bottom:calc(20px + 40 / var(--invarPx) * var(--centerWidth));
}
.pd_50 {
    padding:calc(20px + 30 / var(--invarPx) * var(--centerWidth));
}
.pd_tb50 {
    padding:calc(20px + 30 / var(--invarPx) * var(--centerWidth)) 0;
}
.pd_t50 {
    padding-top:calc(20px + 30 / var(--invarPx) * var(--centerWidth));
}
.pd_b50 {
    padding-bottom:calc(20px + 30 / var(--invarPx) * var(--centerWidth));
}
.pd_40 {
    padding:calc(20px + 20 / var(--invarPx) * var(--centerWidth));
}
.pd_tb40 {
    padding:calc(20px + 20 / var(--invarPx) * var(--centerWidth)) 0;
}
.pd_t40 {
    padding-top:calc(20px + 20 / var(--invarPx) * var(--centerWidth));
}
.pd_b40 {
    padding-bottom:calc(20px + 20 / var(--invarPx) * var(--centerWidth));
}
.pd_30 {
    padding:calc(15px + 15 / var(--invarPx) * var(--centerWidth));
}
.pd_tb30 {
    padding:calc(15px + 15 / var(--invarPx) * var(--centerWidth)) 0;
}
.pd_t30 {
    padding-top:calc(15px + 15 / var(--invarPx) * var(--centerWidth));
}
.pd_b30 {
    padding-bottom:calc(15px + 15 / var(--invarPx) * var(--centerWidth));
}
.pd_20 {
    padding:calc(10px + 10 / var(--invarPx) * var(--centerWidth));
}
.pd_tb20 {
    padding:calc(10px + 10 / var(--invarPx) * var(--centerWidth)) 0;
}
.pd_t20 {
    padding-top:calc(10px + 10 / var(--invarPx) * var(--centerWidth));
}
.pd_b20 {
    padding-bottom:calc(10px + 10 / var(--invarPx) * var(--centerWidth));
}
.pd_15 {
    padding:calc(5px + 10 / var(--invarPx) * var(--centerWidth));
}
.pd_tb15 {
    padding:calc(5px + 10 / var(--invarPx) * var(--centerWidth)) 0;
}
.pd_t15 {
    padding-top:calc(5px + 10 / var(--invarPx) * var(--centerWidth));
}
.pd_b15 {
    padding-bottom:calc(5px + 10 / var(--invarPx) * var(--centerWidth));
}
.pd_10 {
    padding:calc(5px + 5 / var(--invarPx) * var(--centerWidth));
}
.pd_tb10 {
    padding:calc(5px + 5 / var(--invarPx) * var(--centerWidth)) 0;
}
.pd_t10 {
    padding-top:calc(5px + 5 / var(--invarPx) * var(--centerWidth));
}
.pd_b10 {
    padding-bottom:calc(5px + 5 / var(--invarPx) * var(--centerWidth));
}
.pd_tb0{
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.pd_t0{
	padding-top:0 !important;
}
.pd_b0{
	padding-bottom:0 !important;
}
.pd_lr0{
	padding-left:0 !important;
	padding-right:0 !important;
}
.pd_l0{
	padding-left:0 !important;
}
.pd_r0{
	padding-right:0 !important;
}
.mg_t150 {
    margin-top:calc(20px + 130 / var(--invarPx) * var(--centerWidth));
}
.mg_b150 {
    margin-bottom:calc(20px + 130 / var(--invarPx) * var(--centerWidth));
}
.mg_t100 {
    margin-top:calc(20px + 80 / var(--invarPx) * var(--centerWidth));
}
.mg_b100 {
    margin-bottom:calc(20px + 80 / var(--invarPx) * var(--centerWidth));
}
.mg_tb80 {
    margin:calc(20px + 60 / var(--invarPx) * var(--centerWidth)) 0;
}
.mg_t80 {
    margin-top:calc(20px + 60 / var(--invarPx) * var(--centerWidth));
}
.mg_b80 {
    margin-bottom:calc(20px + 60 / var(--invarPx) * var(--centerWidth));
}
.mg_tb70 {
    margin:calc(20px + 50 / var(--invarPx) * var(--centerWidth)) 0;
}
.mg_t70 {
    margin-top:calc(20px + 50 / var(--invarPx) * var(--centerWidth));
}
.mg_b70 {
    margin-bottom:calc(20px + 50 / var(--invarPx) * var(--centerWidth));
}
.mg_tb60 {
    margin:calc(20px + 40 / var(--invarPx) * var(--centerWidth)) 0;
}
.mg_t60 {
    margin-top:calc(20px + 40 / var(--invarPx) * var(--centerWidth));
}
.mg_b60 {
    margin-bottom:calc(20px + 40 / var(--invarPx) * var(--centerWidth));
}
.mg_tb50 {
    margin:calc(20px + 30 / var(--invarPx) * var(--centerWidth)) 0;
}
.mg_t50 {
    margin-top:calc(20px + 30 / var(--invarPx) * var(--centerWidth));
}
.mg_b50 {
    margin-bottom:calc(20px + 30 / var(--invarPx) * var(--centerWidth));
}
.mg_tb40 {
    margin:calc(20px + 20 / var(--invarPx) * var(--centerWidth)) 0;
}
.mg_t40 {
    margin-top:calc(20px + 20 / var(--invarPx) * var(--centerWidth));
}
.mg_b40 {
    margin-bottom:calc(20px + 20 / var(--invarPx) * var(--centerWidth));
}
.mg_tb30 {
    margin:calc(15px + 15 / var(--invarPx) * var(--centerWidth)) 0;
}
.mg_t30 {
    margin-top:calc(15px + 15 / var(--invarPx) * var(--centerWidth));
}
.mg_b30 {
    margin-bottom:calc(15px + 15 / var(--invarPx) * var(--centerWidth));
}
.mg_tb20 {
    margin:calc(10px + 10 / var(--invarPx) * var(--centerWidth)) 0;
}
.mg_t20 {
    margin-top:calc(10px + 10 / var(--invarPx) * var(--centerWidth));
}
.mg_b20 {
    margin-bottom:calc(10px + 10 / var(--invarPx) * var(--centerWidth));
}
.mg_tb15 {
    margin:calc(5px + 10 / var(--invarPx) * var(--centerWidth)) 0;
}
.mg_t15 {
    margin-top:calc(5px + 10 / var(--invarPx) * var(--centerWidth));
}
.mg_b15 {
    margin-bottom:calc(5px + 10 / var(--invarPx) * var(--centerWidth));
}
.mg_tb10 {
    margin:calc(5px + 5 / var(--invarPx) * var(--centerWidth)) 0;
}
.mg_t10 {
    margin-top:calc(5px + 5 / var(--invarPx) * var(--centerWidth));
}
.mg_b10 {
    margin-bottom:calc(5px + 5 / var(--invarPx) * var(--centerWidth));
}
body {
    font-size:medium !important;
	font-family:roboto,menk,"MiSans","Alibaba PuHuiTi",'PingFang SC',Source Han Sans CN,Arial,"SOURCEHANSANSCN-REGULAR",'Microsoft Yahei','Source Han Sans',SimSun, 'Noto Sans CJK SC', 'Noto Sans CJK',source-han-sans-simplified-c, sans-serif;
	-webkit-font-smoothing:subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color:transparent;
	color:#121212;
	overflow-x:hidden;
}
.sys_bold{
	font-family:"Noto Serif SC",roboto,"宋体",serif,'PingFang SC',Source Han Sans CN;
	font-weight:bold;
}
.songFont{
	font-family:roboto,"宋体",serif,'PingFang SC',Source Han Sans CN;
}
.flex_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.inflex_box{
	display:-webkit-inline-box;
	display:-webkit-inline-flex;
	display:-ms-inline-flexbox;
	display:inline-flex;
}
.items_center{
	-webkit-align-items:center;
	align-items:center;
}
.items_start{
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.items_end{
	-webkit-align-items:flex-end;
	align-items:flex-end;
}
.items_baseline{
	-webkit-align-items:baseline;
	align-items:baseline;
}
.justify_end{
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}
.justify_center{
	-webkit-justify-content:center;
	justify-content:center;
}
.justify_between{
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.justify_around{
	-webkit-justify-content:space-around;
	justify-content:space-around;
}
.justify_evenly{
	-webkit-justify-content:space-evenly;
	justify-content:space-evenly;
}
.flex_wrap{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.flex_col{
	-webkit-flex-direction:column;
	flex-direction:column;
}
.flex_1{
	-webkit-flex:1;
	flex:1;
}

:root{
	--curColor:#006932;
	--ligGreen:#dff4e8;
	--cpGreen:#d4ecdf;
	--cpBlue:#cfe6f2;
	--cpOrange:#f0eae4;
	--gradGreen:#01582a;
	--rgb1:0,105,50;
	--gradGreenRgb:1,88,42;
	--rgb_a:.8;
	--fullPx:1920;
	--invarPx:1440;
	--centerPx:1440;
	--centerWidth:max(1100px,calc(var(--centerPx) / var(--fullPx) * 100vw));
	--centerWidthDef:max(1100px,calc(var(--centerPx) / var(--fullPx) * 100vw));
	--headerCenter:max(1100px,calc(1760 / 1920 * 100vw));
	--headerHeight:calc(60px + 20 / var(--invarPx) * var(--centerWidth));
	--swbtnSize:50px;
	--swdotHeight:calc(3px + 2 / var(--centerPx) * var(--centerWidth));
	--swdotBeishu:2;
	--clampRows:2;
	--moreHeight:calc(40px + 10 / var(--centerPx) * var(--centerWidth));
	--gdtWidth:17px;
	--radius:calc(5px + 5 / var(--invarPx) * var(--centerWidth));
}
.wow_list li{
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp;
}
.wow_list li:nth-of-type(1){
	-webkit-animation-delay:.2s;
	animation-delay:.2s;
}
.wow_list li:nth-of-type(2){
	-webkit-animation-delay:.4s;
	animation-delay:.4s;
}
.wow_list li:nth-of-type(3){
	-webkit-animation-delay:.6s;
	animation-delay:.6s;
}
.wow_list li:nth-of-type(4){
	-webkit-animation-delay:.8s;
	animation-delay:.8s;
}
.wow_list li:nth-of-type(5){
	-webkit-animation-delay:1s;
	animation-delay:1s;
}
.wow_list li:nth-of-type(6){
	-webkit-animation-delay:1.2s;
	animation-delay:1.2s;
}
.wow_list li:nth-of-type(7){
	-webkit-animation-delay:1.4s;
	animation-delay:1.4s;
}
.wow_list li:nth-of-type(7){
	-webkit-animation-delay:1.6s;
	animation-delay:1.6s;
}
.wow_list li:nth-of-type(8){
	-webkit-animation-delay:1.8s;
	animation-delay:1.8s;
}
.wow_list li:nth-of-type(9){
	-webkit-animation-delay:2s;
	animation-delay:2s;
}
.wow_list li:nth-of-type(10){
	-webkit-animation-delay:2.2s;
	animation-delay:2.2s;
}
.swiper-container{
	overflow:hidden;
	position:relative;
}
.clamp_txt {
    overflow: hidden;
    -webkit-line-clamp:var(--clampRows);
    -moz-line-clamp:var(--clampRows);
    -o-line-clamp:var(--clampRows);
    line-clamp:var(--clampRows);
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: box;
}
.hidden{
	display:none;
}

/* 常规文字 */
.article_w.xFont{
	--font1:14;
	--font2:18;
}
.article_w{
	color:#121212;
	line-height:1.625;
}
.article_w sup{
	vertical-align:super;
}
.article_w sub{
	vertical-align:sub;
}
.article_w img{
	max-width:100% !important;
	height:auto !important;
	vertical-align:top;
}
.article_w strong{
	font-weight:bold;
}
.article_w *:not(strong){
	font-weight:inherit;
}
.article_w li{
	list-style:disc;
}
.article_w table{
	border-collapse: collapse;
	border:solid 1px rgba(0,0,0,.2);
	width:100%;
	table-layout:fixed;
}
.article_w table caption{
	font-size:1.15em;
	font-weight:bold;
	padding:.8em 1em;
	background:#dedede;
	border:solid 1px rgba(0,0,0,.2);
}
.article_w table th,
.article_w table td{
	border:solid 1px rgba(0,0,0,.1);
	padding:.8em 1em;
	word-break:break-all;
	vertical-align:middle;
}
.article_w table th{
	background:#ececec;
	font-weight:bold;
}
.article_w video{
	width:min(100%,800px) !important;
	height:auto !important;
	margin:0 auto;
}
.article_w > * ~ *{
	margin-top:.5em;
}

.txt_center{
	text-align:center;
}
.iw_poi_title{color:var(--curColor);font-size:16px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:14px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

.pswp .pswp__bg{
	background:rgba(0,0,0,.5);
}
.pswp .pswp__caption__center{
	color:#fff;
}

.xFont{
	--font1:12;
	font-size:calc(var(--font1) * 1px + (var(--font2) - var(--font1)) / var(--invarPx) * var(--centerWidthDef));
}

/* 经过图片 */
.pic_hvr{
	overflow:hidden;
	position:relative;
	display:block;
}
.pic_hvr:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5;
}
.pic_hvr img{
	display:block;
	width:100%;
	height:100%;
	transition:all .5s;
}
@keyframes gradient-rectangle {
	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
		background: linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		background: -webkit-linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: top;
		transform-origin: top;
		background: linear-gradient(to top,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.6));
		background: -webkit-linear-gradient(to top,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.6));
		opacity:0;
	}
}
.pic_ss:hover .pic_hvr:before{
	animation:gradient-rectangle 1s 1;
	animation-delay: 0s;
	-webkit-animation-timing-function:cubic-bezier(0, 0, 0.18, 0.96);
}
.pic_ss:hover .pic_hvr img{
	transform:scale(1.1);
}

@keyframes rotate1{
	0%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

/* 滚动条 */
.gdt_view::-webkit-scrollbar {
    width:3px;
    height:3px;
}

.gdt_view::-webkit-scrollbar-track-piece {
    background-color:rgba(var(--rgb1),.3);
    -webkit-border-radius: 6px;
}

.gdt_view::-webkit-scrollbar-thumb:vertical {
    height:3px;
    background-color:var(--curColor);
    -webkit-border-radius: 6px;
}

.gdt_view::-webkit-scrollbar-thumb:horizontal {
    width:3px;
    background-color:var(--curColor);
    -webkit-border-radius: 6px;
}

/* 更多1 */
.bz_more1{
	--font2:18;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	cursor:pointer;
	transition:all .35s;
}
.bz_more1 .bz_icon{
	position:relative;
	margin-left:.8em;
}
.bz_more1 .bz_icon .iconfont{
	display:block;
	font-size:1em;
}
.bz_more1 .bz_icon .icon2{
	position:absolute;
	top:0;
	left:0;
	transform:translateX(-50%);
	opacity:0;
}
.bz_more1.cur_color{
	color:var(--curColor);
}
.bz_more1.sub_color{
	color:var(--subColor);
}
.bz_more1.white_color{
	color:#fff;
}
.bz_more1.gray_color{
	color:#999;
}
.bz_more1.cur_bg,
.bz_more1.cur_bor,
.bz_more1.sub_bg,
.bz_more1.sub_bor,
.bz_more1.white_bg,
.bz_more1.gray_bg,
.bz_more1.gray_bor,
.bz_more1.white_bor{
	width:9.375em;
	height:2.78em;
	border-radius:200px;
}
.bz_more1.only_icon{
	--onlySize:calc(30px + 10 / var(--invarPx) * var(--centerWidth));
	width:var(--onlySize) !important;
	height:var(--onlySize) !important;
}
.bz_more1.only_icon.no_border{
	width:auto !important;
	height:auto !important;
}
.bz_more1.only_icon .bz_icon{
	margin-left:0 !important;
}

.bz_more1.cur_bg{
	background:var(--curColor);
	color:#fff;
}
.bz_more1.cur_bor{
	color:var(--curColor);
	border:solid 1px var(--curColor);
}
.bz_more1.sub_bg{
	background:var(--subColor);
	color:#fff;
}
.bz_more1.sub_bor{
	color:var(--subColor);
	border:solid 1px var(--subColor);
}
.bz_more1.white_bor{
	color:white;
	border:solid 1px white;
}
.bz_more1.gray_bor{
	color:#333;
	border:solid 1px rgba(0,0,0,.2);
}
.bz_more1.white_bg{
	background:#fff;
	color:var(--curColor);
}
.bz_more1.gray_bg{
	background:#eee;
	color:var(--curColor);
}
.bz_more1:hover .bz_icon .iconfont{
	transition:transform 0.4s ease-in-out,opacity 0.4s ease-in-out;
}
.bz_more1:hover .bz_icon .icon1{
	transform:translateX(100%);
    opacity:0;
}
.bz_more1:hover .bz_icon .icon2{
	transform:translateX(0);
    opacity:1;
}
.bz_more1.cur_color:hover{
	color:var(--subColor);
}
.bz_more1.gray_color:hover{
	color:var(--curColor);
}
.bz_more1.cur_bg:hover{
	background:var(--subColor);
}
.bz_more1.sub_bg:hover{
	background:var(--subColor);
}
.bz_more1.cur_bor:hover,
.bz_more1.white_bg:hover,
.bz_more1.gray_bg:hover,
.bz_more1.gray_bor:hover{
	background:var(--curColor);
	border-color:var(--curColor);
	color:#fff;
}
.bz_more1.sub_bor:hover{
	background:var(--subColor);
	border-color:var(--subColor);
	color:#fff;
}
.bz_more1.sub_color:hover{
	color:var(--gradColor2);
}
.bz_more1.white_bor:hover{
	background:var(--curColor);
	border-color:var(--curColor);
}
.bz_more1.bz_more_fan{
	background:#eee;
	color:var(--curColor);
}
.bz_more1.bz_more_fan .bz_icon{
	margin-left:0;
	margin-right:0.625em;
}
.bz_more1.bz_more_fan .bz_icon .icon2{
	transform:translateX(50%);
}
.bz_more1.bz_more_fan:hover{
	color:#fff;
	background:var(--curColor);
}
.bz_more1.bz_more_fan:hover .bz_icon .icon1{
	transform:translateX(-100%);
}
.bz_more1.bz_more_fan:hover .bz_icon .icon2{
	transform:translateX(0);
}

/* 视频弹出窗 */
.pop_mask{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0;
	z-index:990;
	pointer-events:none;
	transition:all .8s;
}
.pop_mask.is-open{
	opacity:.5;
	pointer-events:auto;
}
.pop_box{
	--width:71vw;
	--closePos:15px;
	width:var(--width);
	position:fixed;
	top:50%;
	left:50%;
	z-index:992;
	transform:translate(-50%,100%);
	visibility:hidden;
	pointer-events:none;
	transition:all .8s;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	background:#000;
}
.pop_box.is-open{
	transform:translate(-50%,-50%);
	visibility:visible;
	pointer-events:auto;
}
.pop_box .pop_close{
	position:absolute;
	right:var(--closePos);
	top:var(--closePos);
	cursor:pointer;
	z-index:5;
	color:#fff;
	padding:8px 20px;
	background:var(--curColor);
	border-radius:200px;
	-webkit-align-items:center;
	align-items:center;
	transition:background-color .35s,opacity .35s;
}
.pop_box .pop_close i{
	width:20px;
	height:20px;
	position:relative;
	margin-right:5px;
}
.pop_box .pop_close i:before,
.pop_box .pop_close i:after{
	content:"";
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    transform-origin:center;
    height:3px;
    width:100%;
    background-color:#fff;
    transition:all .3s ease;
	transform:translate(-50%,-50%);
    margin-top:0;
	border-radius:20px;
}
.pop_box .pop_close i:before{
	transform:translate(-50%, -50%) rotate(45deg);
}
.pop_box .pop_close i:after{
	transform:translate(-50%, -50%) rotate(-45deg);
}
.pop_box .pop_close span{
	font-size:18px;
}
.pop_box video{
	display:block;
	width:100%;
	height:auto;
	max-height:calc(var(--width) * 9 / 16);
	object-fit:contain;
}
.pop_box:hover .pop_close{
	opacity:1;
}
.pop_box .pop_close:hover{
	background:var(--subColor);
}
.pop_box .pop_close:hover i:before{
	transform:translate(-50%, -50%) rotate(30deg);
}
.pop_box .pop_close:hover i:after{
	transform:translate(-50%, -50%) rotate(-30deg);
}

/* 当前位置、二级导航 */
.locnav_box{
	position:relative;
}
.locnav_box::before{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:1px;
	background:rgba(var(--rgb1),.3);
	display:none;
}
.locnav_box .center_box{
	-webkit-flex-direction:row-reverse;
	flex-direction:row-reverse;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	overflow:hidden;
}
.locnav_box .inner_loc{
	width:100%;
}
.locnav_box .isub_nav ~ .inner_loc{
	width:auto;
}

/* 当前位置 */
.inner_loc{
	--font2:18;
	color:#b2b2b2;
}
.inner_loc .loc_icon{
	width:1em;
	height:1em;
	margin:0 1em;
}
.inner_loc .loc_icon .iconfont{
	font-size:.9em;
}
.inner_loc .loc_sw{
	color:#121212;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.inner_loc a:hover{
	color:var(--curColor);
}


/* 内页-二级导航 */
.isub_nav{
	--gap:calc(10px + 20 / var(--invarPx) * var(--centerWidth));
	--font2:18;
	--pdLeft:.5em;
	--dot:4px;
	margin-left:calc(-1 * var(--gap));
}
.isub_nav .swiper-slide{
	width:auto;
	margin-left:var(--gap);
}
.isub_nav .swiper-slide a{
	display:block;
	color:#333;
	position:relative;
	padding-left:calc(var(--pdLeft) + var(--dot));
	transition:color .35s;
}
.isub_nav .swiper-slide a::before{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	margin-top:calc(-.5 * var(--dot));
	width:var(--dot);
	height:var(--dot);
	border-radius:50%;
	background:#aaa;
	transition:background-color .35s;
}
.isub_nav .swiper-slide.current a{
	color:var(--curColor);
	font-weight:bold;
}
.isub_nav .swiper-slide.current a::before{
	background:var(--curColor);
}
.isub_nav .swiper-slide a:hover{
	color:var(--curColor);
}
.isub_nav .swiper-slide a:hover::before{
	background:var(--curColor);
}

/* 列表翻页 */
.list_pages .pagination{
	--width:40px;
	--height:calc(30 / 40 * var(--width));
	--borWidth:1px;
	font-size:0;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.list_pages .pagination li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 6px 10px;
}
.list_pages .pagination li a,
.list_pages .pagination li span{
	display:block;
	font-size:14px;
	color:#333;
	width:var(--width);
	height:var(--height);
	text-align:center;
	line-height:calc(var(--height) - 1 * var(--borWidth));
	overflow:hidden;
	border:solid var(--borWidth) #e5e5e5;
	border-radius:3px;
}
.list_pages .pagination li.pg_prev a,
.list_pages .pagination li.pg_next a{
	background:none !important;
	/* color:var(--curColor); */
	width:auto;
	padding:0 calc(.5 * var(--width));
}
.list_pages .pagination li.active a,
.list_pages .pagination li.active span{
	background:var(--curColor);
	border-color:var(--curColor);
	color:#fff;
}
.list_pages .pagination li.active a:hover,
.list_pages .pagination li.active span:hover{
	color:#fff !important;
}
.list_pages .pagination li:not(.disabled) a:hover{
	color:#fff;
	background-color:var(--curColor);
	border-color:var(--curColor);
}
.list_pages .pagination li.pg_prev:not(.disabled) a:hover,
.list_pages .pagination li.pg_next:not(.disabled) a:hover{
	color:#fff;
	background-color:var(--curColor) !important;
	border-color:var(--curColor);
}
.list_pages .pagination li.disabled a{
	opacity:.5;
	cursor:not-allowed;
}

/* 内容翻页 */
.ipn_page{
	--font2:18;
	--btnWidth:8.5em;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	border-top:solid 1px #b2b2b2;
}
.ipn_page .inner_pnpage{
	overflow:hidden;
	width:calc(100% - var(--btnWidth) - 2em);
}
.ipn_page .inner_pnpage>a{ 
	display:block;
	overflow:hidden;
	line-height:21px;
	width:100%;
	pointer-events:none;
}
.ipn_page .inner_pnpage>a span,
.ipn_page .inner_pnpage>a p{
	float:left;
	color:#333;
	pointer-events:auto;
}
.ipn_page .inner_pnpage>a span{
	font-weight:bold;
}
.ipn_page .inner_pnpage>a p{
	color:#666;
	max-width:calc(100% - 4em);
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	transition:all .35s;
}
.ipn_page .inner_pnpage>a:hover p{
	color:var(--curColor);
}

.ipn_page .inner_pnpage>a + a{
	margin-top:1.25em;
}
.ipn_page .ipn_return{
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	color:var(--curColor);
	padding:.65em 0;
	width:var(--btnWidth);
	border:solid 1px var(--curColor);
	border-radius:200px;
}
.ipn_page .ipn_return .iconfont{
	font-size:1.2em;
	margin-right:.3em;
}
.ipn_page .ipn_return:hover{
	background:var(--curColor);
	border-color:var(--curColor);
	color:#fff;
}

/* 地图 */
#dituContent .BMap_bubble_pop{
	box-sizing:border-box !important;
	border-color:#999 !important;
}
#dituContent .BMap_bubble_pop > img{
	top:auto !important;
	bottom:-31px !important;
}
#dituContent .BMap_bubble_pop .BMap_bubble_top{
	height:0 !important;
}
#dituContent .BMap_bubble_pop .BMap_bubble_top .BMap_bubble_buttons{
	font-weight:bold;
}
#dituContent .BMap_bubble_pop .BMap_bubble_top .BMap_bubble_buttons *{
	font-size:26px !important;
	font-weight:inherit !important;
}
#dituContent .BMap_bubble_pop .BMap_bubble_top .BMap_bubble_buttons *:hover{
	color:var(--curColor) !important;
	transition:all .1s;
}
#dituContent .BMap_bubble_pop{
	width:300px !important;
}
#dituContent .BMap_bubble_pop .ditu_txt{
	padding:15px 10px;
}
#dituContent .BMap_bubble_pop .ditu_sh{
	--font2:18;
	font-weight:bold;
	color:var(--curColor);
}
#dituContent .BMap_bubble_pop .ditu_sw{
	--font2:16;
	margin-top:.3em;
}
#dituContent .BMap_bubble_pop .BMap_bubble_content{
	width:290px !important;
}

/* ···························· 首页 ···························· */
/* header */
#hamburger{
	display:none;
}
.header_box{
	position:fixed;
	top:0;
	left:0;
	z-index:800;
	width:100%;
	background:#fff;
	transition:transform .5s,opacity .5s;
}
.header_box::before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:#121212;
}
.header_box.home_header::before{
	opacity:0;
}
.header_box.scr{
	transform:translateY(-101%);
	opacity:0;
}
.header_height{
	height:var(--headerHeight);
}
.header_box .logo img{
	display:block;
	width:auto;
	height:calc(35 / 80 * var(--headerHeight));
}
.header_box .header_lan{
	--font2:16;
	--cirSize:calc(24 / 16 * 1em);
}
.header_box .header_lan .header_ls{
	width:var(--cirSize);
	height:var(--cirSize);
	border:solid 1px #121212;
	border-radius:50%;
	cursor:pointer;
	transition:all .35s;
}
.header_box .header_lan li ~ li{
	margin-left:.625em;
}
.header_box .header_lan li.active .header_ls{
	background:#121212;
	color:#fff;
}


/* 导航 */
.nav_box{
	--font2:18;
	--dot:4px;
	--navGap:calc(22 / var(--invarPx) * var(--centerWidth));
}
.nav_box > ul > li{
	padding:0 var(--navGap);
}
.nav_box .nav_def a{
	height:var(--headerHeight);
}
.nav_box .nav_def a .nav_dot{
	width:var(--dot);
	height:var(--dot);
	background:currentColor;
	border-radius:50%;
	opacity:0;
}
.nav_box .nav_def a .nav_sw ~ .nav_dot{
	transform:translateY(calc(-.3 * var(--headerHeight)));
}
.nav_box > ul > li.active .nav_def a .nav_sw ~ .nav_dot{
	opacity:1;
	transform:translateY(0);
}

/* 下拉导航 */
.xla_nav{
	--pd:calc(30 / var(--invarPx) * var(--centerWidth));
	--elHeight:calc(40 / 18 * 1em);
	--elRow:4;
	position:absolute;
	top:calc(100% - 1px);
	left:0;
	width:100%;
	border-top:solid 1px #121212;
	background:#fff;
	transform: scaleY(0);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05);
	transform-origin: top;
	visibility: hidden;
}
.xla_nav .xla_l{
	--font2:36;
}
.xla_nav .xla_l .xla_sh{
	font-weight:bold;
}
.xla_nav .xla_l .xla_icon{
	width:1em;
	height:1em;
	margin-left:.3em;
}
.xla_nav .xla_l .xla_icon .iconfont{
	font-size:.8em;
}
.xla_nav .xla_r{
	width:calc(var(--navWidth) + var(--navGap));
	padding:var(--pd) calc(var(--pd) + var(--navGap));
	background:#f1f1f1;
	margin-right:calc(var(--lanWidth) + var(--navGap));
}
.xla_nav .xla_r ol{
	height:calc(var(--elHeight) * var(--elRow));
}
.xla_nav .xla_r ol li{
	height:var(--elHeight);
}

/* 顶部视频 */
.topvideo_box{
	overflow:hidden;
	max-height:100vh;
}
.topvideo_box video{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}


/* banner */
.banner_box{
	position:relative;
	overflow:hidden;
	--paginationPos:2.5vw;
}
.banner_box .swiper-slide{
	position:relative;
	max-height:100vh;
	overflow:hidden;
}
.banner_box .swiper-slide a{
	display:block;
	position:relative;
	width:100%;
	max-height:100vh;
	overflow:hidden;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.banner_box .swiper-slide a>img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	transform-style:preserve-3d;
	transform:scale(1.12);
	transition:all 8s;
}
.banner_box .swiper-slide-active a>img{
	transform-style:preserve-3d;
	transform:scale(1);
}
.banner_box .swiper-slide .banner_img{
	width:100%;
	overflow:hidden;
	position:relative;
}
.banner_box .swiper-slide .banner_img img{
	display:block;
	width:100%;
}
.banner_box .swiper-slide .banner_txt{
	position:absolute;
	top:0;
	left:50%;
	z-index:5;
	width:var(--centerWidth);
	margin-left:calc(-.5 * var(--centerWidth));
	height:100%;
	color:#fff;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items:center;
	align-items:center;
}
.banner_box .swiper-slide .banner_txt img{
	display:block;
	max-height:60%;
	max-width:90%;
}
.banner_box .swiper-slide .banner_sw{
	font-size:var(--font60);
	font-weight:bold;
	padding-bottom:calc(120 / var(--invarPx) * var(--centerWidth));
	letter-spacing:.05em;
}
.banner_box .swiper-slide video{
	position: absolute;
	width:100%;
	left:0px;
	top:50%;
	transform: translateY(-50%);
	object-fit:fill;
	min-height:100%;
	z-index:3;
}
.banner_box .swiper-pagination.swiper-pagination-bz{
	position:absolute;
	left:0;
	bottom:max(20px,calc(50 / 1080 * 100vh));
	--swdotBeishu:3;
}
.banner_box .swiper-button.swiper-button-bz{
	--swPos:calc(40 / var(--fullPx) * 100vw);
	--move:calc(var(--swPos) + var(--swbtnSize));
	--swbtnSize:60px;
}
.banner_box .mask_array{
	position:absolute;
	color:#fff;
	font-size:calc(30px + 28 / var(--invarPx) * var(--centerWidth));
	width:1em;
	height:1em;
	bottom:calc(5vh + 30px + 1vw);
	z-index:5;
	left:50%;
	transform:translateX(-50%);
	cursor:pointer;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	animation: start 2s infinite ease-in-out;
}
.banner_box .mask_array .iconfont{
	font-size:1em;
}
@keyframes start {
	0%,30% {opacity: 0;transform: translate(-50%,-15px);}
	60% {opacity: 1;transform: translate(-50%,0);}
	100% {opacity: 0;transform: translate(-50%,15px);}
}
.swiper-pagination.swiper-pagination-bz{
	position:static;
	width:100%;
	text-align:center;
	--swdotWidth:calc(var(--swdotBeishu) * var(--swdotHeight));
}
.swiper-pagination.swiper-pagination-bz .swiper-pagination-bullet{
	width:var(--swdotWidth);
	height:var(--swdotHeight);
	border-radius:var(--swdotHeight);
	margin:0 max(calc(var(--swdotHeight) * .5),calc(10 / 30 * var(--swdotWidth)));
	background:currentColor;
	--swiper-pagination-bullet-inactive-opacity:.5;
}
.swiper-pagination.swiper-pagination-bz.swiper-pagination-color{
	color:var(--curColor);
}
.swiper-pagination.swiper-pagination-bz.cur-bg .swiper-pagination-bullet{
	background:var(--curColor);
}
.swiper-pagination.swiper-pagination-bz.sub-bg .swiper-pagination-bullet{
	background:var(--subColor);
}
.swiper-button.swiper-button-bz{
	--swPos:10px;
	--swiper-navigation-size:var(--swbtnSize);
	font-size:var(--swbtnSize);
	width:1em;
	height:1em;
	border-radius:50%;
	transition:all .35s;
}
.swiper-button.swiper-button-bz::after{
	font-size:.5em;
}
.swiper-button.swiper-button-bz.swiper-button-prev{
	left:var(--swPos);
}
.swiper-button.swiper-button-bz.swiper-button-next{
	right:var(--swPos);
}
.swiper-button.swiper-button-bz.cur-bor{
	border:solid 1px var(--curColor);
	color:var(--curColor);
}
.swiper-button.swiper-button-bz.sub-bor{
	border:solid 1px var(--subColor);
	color:var(--subColor);
}
.swiper-button.swiper-button-bz.white-bg{
	background:rgba(255,255,255,.7);
}
.swiper-button.swiper-button-bz.cur-bg{
	background:var(--curColor);
	color:#fff;
}
.swiper-button.swiper-button-bz.sub-bg{
	background:var(--subColor);
	color:#fff;
}
.swiper-button.swiper-button-bz.cur-bg:hover{
	background:var(--subColor);
}
.swiper-button.swiper-button-bz.sub-bor:hover{
	background:var(--subColor);
	color:#fff;
}

.swiper-button.swiper-button-bz.swiper-button-black{
	background-color:rgba(0,0,0,.2);
	color:#fff;
}
.banner_box .swiper-pagination.swiper-pagination-bt{
	bottom:10px;
	position:absolute;
	width:var(--centerWidth);
	left:0;
	right:0;
	text-align:right;
}
.banner_box .swiper-pagination.swiper-pagination-bt .swiper-pagination-bullet{
	background:#fff;
	opacity:.4;
	margin:0 6px;
}
.banner_box .swiper-pagination.swiper-pagination-bt .swiper-pagination-bullet-active{
	opacity:1 !important;
}
.swiper-pagination-bt.swiper-pagination{
	position:static;
	width:100%;
	text-align:center;
}

/* 标题1 */
.bz_tit1{
	--font2:36;
}
.bz_tit1 .bz_h{
	font-weight:bold;
}
.bz_tit1 .bz_h.xFont{
	--font1:12;
	--font2:52;
	font-weight:500;
}
.bz_tit1 .bz_line{
	display:block;
	width:calc(50 / 36 * 1em);
	height:calc(1px + 7 / 36 * 1em);
	background:var(--curColor);
	margin-top:.5em;
}
.bz_tit1 .bz_exp{
	--font2:18;
	line-height:2;
}
.bz_tit1.center_tit{
	text-align:center;
}
.bz_tit1.center_tit .bz_line{
	margin-left:auto;
	margin-right:auto;
}
.bz_tit1.center_tit .bz_h{
	font-style:italic;
}
.bz_tit1 .bz_line.black_line{
	background:currentColor;
}
.bz_tit1 .bz_h.font_normal{
	font-style:normal;
}

/* 更多2 */
.bz_more2{
	--font2:24;
	--pdTop:calc(8 / 24 * 1em);
	--pdLeft:calc(10px + 70 / var(--invarPx) * var(--centerWidth));
	padding:var(--pdTop) var(--pdLeft);
	background:var(--ligGreen);
	border-radius:8px;
}
.bz_more2 .bz_more1{
	margin-left:.8em;
	color:var(--ligGreen);
}
.bz_more2 .bz_more1.only_icon{
	--onlySize:calc(12px + 10 / var(--invarPx) * var(--centerWidth));
}
.bz_more2 .bz_more1.only_icon .iconfont{
	font-size:.6em;
}

/* 更多3 */
.bz_more3{
	--btnWidth:calc(160px + 100 / var(--invarPx) * var(--centerWidth));
	--btnHeight:calc(30px + 10 / var(--invarPx) * var(--centerWidth));
	display:block;
	width:var(--btnWidth);
	height:var(--btnHeight);
	border:solid 1px #121212;
	border-radius:var(--btnHeight);
	color:#121212;
	position:relative;
	transition:color .35s,background-color .35s,border-color .35s;
}
.bz_more3 .bz_sw{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	transition:transform .35s;
}
.bz_more3 .bz_icon{
	width:1em;
	height:1em;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-.5em;
	margin-top:-.5em;
	opacity:0;
	transition:opacity .35s,transform .35s;
}
.bz_more3 .bz_icon .iconfont{
	font-size:1em;
}


/* 公用 */
.main_box{
	overflow:hidden;
}
.green_tree_bg{
	background:url(../img/green_bg.jpg) repeat-y center top;
	background-size:100%;
}
.greenlight_tree_bg{
	background:url(../img/greenlight_bg.jpg) repeat-y center top;
	background-size:100%;
}
.bluelight_tree_bg{
	background:url(../img/bluelight_bg.jpg) repeat-y center top;
	background-size:100%;
}


/* 关于我们 */
.pic_scr{
	display:block;
	overflow:hidden;
	position:relative;
}
.pic_scr .pic_scr_img{
	display:block;
}
.pic_scr .pic_scr_img img{
	display:block;
	width:100%;
}
.pic_scr .center_box{
	position:absolute;
	left:0;
	right:0;
	bottom:calc(5% + 10px + 20 / var(--invarPx) * var(--centerWidth));
	animation-name:fadeInUp;
	animation-delay:.2s;
}

/* 金尘大事记 */
.xw_box{
	--rWidth:calc(1080 / var(--invarPx) * var(--centerWidth));
}
.xw_box .xw_r{
	width:var(--rWidth);
}
.xw_list{
	--font2:16;
	--pd:calc(25 / 16 * 1em);
	--dateWidth:calc(140 / 16 * 1em);
}
.xw_list ul li.wow,
.cp_list ul li.wow{
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.xw_list ul li a{
	border-top:solid 1px var(--curColor);
	padding:var(--pd) 0;
}
.xw_list ul li:nth-last-child(1) a{
	border-bottom:solid 1px var(--curColor);
}
.xw_list ul li a .xw_date{
	width:var(--dateWidth);
	text-align:center;
}
.xw_list ul li a .xw_sh{
	--clampRows:1;
	width:calc(100% - var(--dateWidth));
}

/* 产品介绍 */
.cp_list{
	--font2:18;
	--col:4;
	--gapLeft:calc(10px + 16 / var(--invarPx) * var(--centerWidth));
	--gapTop:calc(36 / 26 * var(--gapLeft));
	--imgWidth:calc((var(--centerWidth) - (var(--col) - 1) * var(--gapLeft)) / var(--col));
	--imgHeight:calc(360 / 340 * var(--imgWidth));
	--radius:calc(10px + 34 / var(--invarPx) * var(--centerWidth));
}
.cp_list ul{
	margin-left:calc(-1 * var(--gapLeft));
	margin-top:calc(-1 * var(--gapTop));
}
.cp_list ul li{
	width:calc(100% / var(--col));
	margin-top:var(--gapTop);
}
.cp_list ul li .cp_ss{
	display:block;
	margin-left:var(--gapLeft);
}
.cp_list ul li .cp_ss .cp_st{
	width:var(--imgWidth);
	height:var(--imgHeight);
	position:relative;
	border-radius:var(--radius);
	transition:all .35s;
}
.cp_list ul li .cp_ss .cp_st .cp_img{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-align-items:center;
	align-items:center;
	overflow:hidden;
	border-radius:var(--radius);
}
.cp_list ul li .cp_ss .cp_st .cp_img img{
	display:block;
	max-width:59%;
	max-height:84%;
	transition:all .35s;
}
.cp_list ul li .cp_ss .cp_st .cp_img.cover_img img{
	max-width:none;
	max-height:none;
	width:100%;
	height:100%;
	
}

.cp_list ul li .cp_ss .cp_sd{
	text-align:center;
	margin-top:1em;
}
.cp_list ul li .bz_more1{
	font-size:1em;
}
.cp_list ul li .bz_more1 .bz_sw{
	max-width:calc(var(--imgWidth) - 2em);
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.cp_box .cp_list{
	--gapTop:calc(10px + 66 / var(--invarPx) * var(--centerWidth));
}
.cp_box .cp_list ul{
	margin-top:0;
}
.cp_box .cp_list .cp_ss .cp_st{
	background:rgba(255,255,255,.5);
}
.cp_box .cp_list .cp_ss .cp_st .cp_img.overflow_img{
	height:calc(var(--imgHeight) + var(--gapTop));
	-webkit-align-items:flex-end;
	align-items:flex-end;
	padding-bottom:10%;
}
.cp_box .cp_list .cp_ss .cp_st .cp_img.overflow_img img{
	max-height:96%;
	transform:rotate(20deg);
}
.cp_green .cp_list ul li .cp_ss .cp_st{
	background-color:var(--cpGreen);
}
.cp_blue .cp_bot{
	background:#e1f3fc;
}
.cp_blue .cp_list ul li .cp_ss .cp_st{
	background-color:var(--cpBlue);
}
.cp_orange .cp_list ul li .cp_ss .cp_st{
	background-color:var(--cpOrange);
}
.cp_orange .cp_bot{
	background:#f9f6f3;
}

/* 页脚 */
.footer_box{
	overflow:hidden;
}
.footer_box .footer_top{
	--font2:16;
	background:#fff;
	border-top:solid 1px #121212;
}
.footer_box .footer_top .footer_logo img{
	display:block;
	height:calc(25px + 10 / var(--invarPx) * var(--centerWidth));
}
.footer_box .footer_top .footer_tr{
	--gap:calc(70 / var(--invarPx) * var(--centerWidth));
	--elTop:calc(10px + 6 / var(--invarPx) * var(--centerWidth));
	--stPd:var(--elTop);
}
.footer_box .footer_top .footer_tr .footer_st{
	overflow:hidden;
	font-size:1.125em;
	padding-bottom:var(--stPd);
}
.footer_box .footer_top .footer_tr .footer_st .footer_sw{
	font-weight:inherit;
}
.footer_box .footer_top .footer_tr .footer_st > *{
	float:left;
}
.footer_box .footer_top .footer_nav > ul > li ~ li,
.footer_box .footer_top .footer_info{
	margin-left:var(--gap);
}
.footer_box .footer_top .footer_info{
	max-width:15em;
}
.footer_box .footer_top .footer_tr .footer_nav .footer_sd li,
.footer_box .footer_top .footer_tr .footer_info .footer_sd{
	margin-top:var(--elTop);
}
.footer_box .footer_top .footer_tr .footer_nav .footer_sd li{
	overflow:hidden;
}
.footer_box .footer_top .footer_tr .footer_nav .footer_sd li a{
	float:left;
}
.footer_box .footer_top .footer_tr .footer_info .footer_sd{
	line-height:1.7;
}
.footer_box .footer_bot{
	--font2:14;
	line-height:1.8;
}
.footer_box .footer_bot .footer_bl > *{
	margin-right:1em;
}

/* ···························· 内页 ···························· */
/* 内页-banner */
.inner_banner{
	overflow:hidden;
	position:relative;
}
.inner_banner img{
	display:block;
	width:100%;
}
.inner_banner .inner_b_txt{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#fff;
	text-align:center;
}
.inner_banner .inner_b_txt .inner_sh{
	--font2:100;
	--x1:.4;
	--x2:1;
	--y1:var(--x1);
	--y2:var(--x2);
	--op1:0;
	--op2:1;
	font-weight:bold;
	animation-name:scale1;
	animation-duration:1.1s;
	animation-delay:.2s;
}
.inner_banner .inner_b_qr{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.inner_banner .inner_qr{
	--qrSize:calc(40px + 100 / var(--invarPx) * var(--centerWidth));
	--gap:calc(10px + 30 / var(--invarPx) * var(--centerWidth));
	width:calc(.5 * var(--centerWidth));
}
.inner_banner .inner_qr ul{
	margin-top:calc(-1 * var(--gap));
	margin-left:calc(-1 * var(--gap));
}
.inner_banner .inner_qr ul li{
	margin-left:var(--gap);
	margin-top:var(--gap);
}
.inner_banner .inner_qr .inner_img{
	display:block;
	width:var(--qrSize);
	height:var(--qrSize);
	overflow:hidden;
	border-radius:calc(5px + 3 / var(--invarPx) * var(--centerWidth));
	margin-left:auto;
	margin-right:auto;
}
.inner_banner .inner_qr .inner_img img{
	display:block;
	width:100%;
	height:100%;
}
.inner_banner .inner_qr .inner_sw{
	--font2:18;
	text-align:center;
	color:#121212;
	margin-top:.35em;
	max-width:calc(1.5 * var(--qrSize));
}

/* 公司简介页 */
.gywm_box1 .gywm_content{
	--font2:18;
}

/* 企业文化 */
.qywh_box1{
	--overflow:calc(160 / var(--invarPx) * var(--centerWidth));
}
.qywh_s1{
	overflow:hidden;
}
.qywh_s1 .qywh_img{
	width:100%;
	display:block;
	overflow:hidden;
}
.qywh_s1 .qywh_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.qywh_s1 .qywh_txt{
	width:100%;
	margin-left:-100%;
	position:relative;
	z-index:3;
	padding-bottom:var(--overflow);
}
.qywh_s1 .qywh_txt .grad_green_bg{
	--x1:0;
	--x2:1;
	--y1:1;
	--y2:1;
	--op1:1;
	--op2:1;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:linear-gradient(to right,rgba(var(--gradGreenRgb),1) 10%,rgba(var(--gradGreenRgb),0) 80%);
	transform-origin:left;
	animation-name:scale1;
	animation-duration:2s;
}
@keyframes scale1{
	0%{
		transform:scale(var(--x1),var(--y1));
		opacity:var(--op1);
	}
	100%{
		transform:scale(var(--x2),var(--y2));
		opacity:var(--op2);
	}
}
.qywh_s1 .qywh_txt .center_box{
	position:relative;
	z-index:3;
}
.qywh_s1 .qywh_txt .qywh_content{
	color:#fff;
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.qywh_box1 .article_w > * ~ *{
	margin-top:0;
}
.qywh_s2{
	position:relative;
	z-index:3;
	margin-top:calc(-1 * var(--overflow));
	overflow:hidden;
}
.qywh_list{
	--col:2;
	--gap:calc(80 / var(--invarPx) * var(--centerWidth));
	--imgWidth:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
	--imgHeight:calc(600 / 680 * var(--imgWidth));
	--radius:calc(5px + 15 / var(--invarPx) * var(--centerWidth));
	--pd:calc(10px + 40 / var(--invarPx) * var(--centerWidth));
}
.qywh_list > ul{
	margin-top:calc(-1 * var(--gap));
	margin-left:calc(-1 * var(--gap));
}
.qywh_list > ul > li{
	width:calc(100% / var(--col));
	margin-top:var(--gap);
	animation-name:fadeInUp;
	animation-delay:.3s;
}
.qywh_list .qywh_ss{
	display:block;
	margin-left:var(--gap);
	overflow:hidden;
	border-radius:var(--radius);
	position:relative;
	color:#fff;
}
.qywh_list .qywh_ss .qywh_img{
	display:block;
	width:100%;
	height:var(--imgHeight);
	overflow:hidden;
	position:relative;
}
.qywh_list .qywh_ss .qywh_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.qywh_list .qywh_ss .qywh_img::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(var(--gradGreenRgb),.3);
	mix-blend-mode:multiply;
	transition:all .35s;
}
.qywh_list .qywh_ss .qywh_abs{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:var(--pd);
}
.qywh_list .qywh_ss .qywh_abs::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:linear-gradient(to top,rgba(var(--gradGreenRgb),1) 10%,rgba(var(--gradGreenRgb),0) 80%);
}
.qywh_list .qywh_ss .qywh_abs .qywh_txt{
	position:relative;
	z-index:3;
}
.qywh_list .qywh_ss .qywh_abs .qywh_txt .article_w{
	color:currentColor;
}
.qywh_list .qywh_ss .qywh_abs .qywh_sh{
	--font1:14;
	--font2:24;
	font-weight:bold;
}
.qywh_list .qywh_ss .qywh_abs .qywh_sw{
	font-weight:300;
	line-height:1.78;
}

/* 组织架构页 */
.zzjg_box1{
	--pdBot:calc(20px + 210 / 1920 * 100vw);
	background:url(../img/zzjg_bg.jpg) no-repeat center bottom;
	background-size:cover;
}
.zzjg_box1 .center_box{
	padding-bottom:var(--pdBot);
}
.zzjg_box1 .zzjg_content{
	animation-name:fadeInUp;
	animation-delay:.2s;
}

/* 金尘大事记页 */
.xw_list2{
	--font2:16;
	--gap:calc(10px + 50 / var(--invarPx) * var(--centerWidth));
	--imgWidth:calc(200px + 520 / var(--invarPx) * var(--centerWidth));
	--imgHeight:calc(400 / 720 * var(--imgWidth));
	--pd:calc(10px + 30 / var(--invarPx) * var(--centerWidth));
	--bgColor:#eff9f3;
	--radius:8px;
}
.xw_list2 > ul{
	margin-top:calc(-1 * var(--gap));
}
.xw_list2 > ul > li{
	margin-top:var(--gap);
}
.xw_list2 > ul > li.wow{
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.xw_list2 .xw_ss{
	--font2:16;
	overflow:hidden;
	border-radius:var(--radius);
}
.xw_list2 .xw_ss .xw_img{
	width:var(--imgWidth);
	height:var(--imgHeight);
	overflow:hidden;
}
.xw_list2 .xw_ss .xw_img img{
	display:block;
	width:100%;
	height:100%;
	transition:all .35s;
}
.xw_list2 .xw_ss .xw_r{
	width:calc(100% - var(--imgWidth));
	padding:var(--pd);
	background:var(--bgColor);
	transition:background-color .35s;
}
.xw_list2 .xw_ss .xw_r .xw_st,
.xw_list2 .xw_ss .xw_r .xw_sd{
	width:100%;
}
.xw_list2 .xw_ss .xw_r .xw_st .xw_line{
	display:block;
	width:calc(10px + 40 / var(--invarPx) * var(--centerWidth));
	height:calc(1px + 7 / var(--invarPx) * var(--centerWidth));
	background:var(--curColor);
	margin-bottom:1.15em;
}
.xw_list2 .xw_ss .xw_r .xw_st .xw_sh{
	--font2:24;
	font-weight:500;
}
.xw_list2 .xw_ss .xw_r .xw_st .xw_date1{
	opacity:.8;
	margin-top:calc(5px + 10 / var(--invarPx) * var(--centerWidth));
	display:none;
}
.xw_list2 .xw_ss .xw_r .xw_st .xw_sw{
	line-height:1.625;
	color:#222;
	margin-top:calc(5px + 25 / var(--invarPx) * var(--centerWidth));
}
.xw_list2 .xw_ss .xw_r .xw_sd{
	--font2:18;
}
.xw_list2 .xw_ss .xw_r .xw_sd .xw_date{
	--cirSize:calc(90 / 18 * 1em);
	width:var(--cirSize);
	height:var(--cirSize);
	background:var(--curColor);
	border-radius:50%;
	color:#fff;
}
.xw_list2 .xw_ss .xw_r .xw_sd .xw_date span{
	font-size:1.32em;
	padding-right:.1em;
}
.xw_more{
	--font2:24;
	padding:.5em calc(10px + 60 / var(--invarPx) * var(--centerWidth));
	border-radius:8px;
	color:#a3a3a3;
	border:solid 1px #7f7f7f;
	cursor:pointer;
	transition:all .35s;
}


/* 新闻详情页 */
.xqy_box1,.cpx_box1{
	border-top:solid 1px #b2b2b2;
	overflow:hidden;
}
.xqy_container .xqy_tit{
	text-align:center;
}
.xqy_container .xqy_tit .xqy_h{
	--font2:32;
	font-weight:bold;
}
.xqy_container .xqy_tit .xqy_info{
	--font2:14;
	--gap:calc(10px + 70 / var(--invarPx) * var(--centerWidth));
	margin-left:calc(-1 * var(--gap));
	color:#999;
	-webkit-justify-content:center;
	justify-content:center;
}
.xqy_container .xqy_tit .xqy_info span{
	margin-left:var(--gap);
}

/* 可持续发展页 */
.kcx_box1{
	--radiusB:calc(10px + 34 / var(--invarPx) * var(--centerWidth));
}
.kcx_list{
	--font2:16;
	--imgWidthB:calc(400px + 300 / var(--invarPx) * var(--centerWidth));
	--imgHeightB:calc(460 / 700 * var(--imgWidthB));
	--imgWidthS:calc(260 / 700 * var(--imgWidthB));
	--imgSPos:calc(10px + 30 / var(--invarPx) * var(--centerWidth));
	--imgSOverflow:calc(100 / 260 * var(--imgWidthS));
	--txtGap:calc(100 / var(--invarPx) * var(--centerWidth));
	--txtPdTop:calc(10px + 50 / var(--invarPx) * var(--centerWidth));
	--radiusS:calc(10px + 10 / var(--invarPx) * var(--centerWidth));
	--gap:calc(10px + 70 / var(--invarPx) * var(--centerWidth));
	--evenPd:calc(10px + 50 / var(--invarPx) * var(--centerWidth));
	--oddPd:calc(10px + 120 / var(--invarPx) * var(--centerWidth));
}
.kcx_list > ul > li{
	margin-top:var(--gap);
}
.kcx_list > ul > li.wow{
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.kcx_list .kcx_ss .kcx_pics{
	width:var(--imgWidthB);
}
.kcx_list .kcx_ss .kcx_pics .kcx_pl{
	width:100%;
}
.kcx_list .kcx_ss .kcx_pics:has(.kcx_pr) .kcx_pl{
	padding-bottom:var(--imgSOverflow);
}
.kcx_list .kcx_ss .kcx_pics .kcx_imgb{
	display:block;
	height:var(--imgHeightB);
	overflow:hidden;
	border-radius:var(--radiusB);
}
.kcx_list .kcx_ss .kcx_pics .kcx_imgb img{
	display:block;
	width:100%;
	height:100%;
}
.kcx_list .kcx_ss .kcx_pics .kcx_pr{
	position:relative;
	z-index:3;
	width:100%;
	margin-left:-100%;
	padding:0 var(--imgSPos);
}
.kcx_list .kcx_ss .kcx_pics .kcx_imgs{
	max-width:var(--imgWidthS);
	max-height:var(--imgWidthS);
}
.kcx_list .kcx_ss .kcx_pics .kcx_imgs img{
	display:block;
	max-width:100%;
	max-height:100%;
	overflow:hidden;
	border-radius:var(--radiusS);
}
.kcx_list .kcx_ss .kcx_txt{
	width:calc(100% - var(--txtGap) - var(--imgWidthB));
	min-height:var(--imgHeightB);
}
.kcx_list .kcx_ss .kcx_txt .kcx_wrap{
	min-height:calc(var(--imgHeightB) - 2 * var(--txtPdTop));
}
.kcx_list .kcx_ss .kcx_txt .kcx_sh{
	--font2:36;
	font-weight:bold;
}
.kcx_list .kcx_ss .kcx_txt .kcx_sw{
	margin-top:calc(10px + 20 / var(--invarPx) * var(--centerWidth));
}
.kcx_s2 .kcx_top{
	--pd:calc(10px + 75 / var(--invarPx) * var(--centerWidth));
	--txtPdLeft:calc(10px + 180 / var(--invarPx) * var(--centerWidth));
	overflow:hidden;
}
.kcx_s2 .kcx_top .kcx_img{
	display:block;
	overflow:hidden;
	width:100%;
}
.kcx_s2 .kcx_top .kcx_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.kcx_s2 .kcx_top .kcx_r{
	width:100%;
	margin-left:-100%;
	position:relative;
	z-index:3;
}
.kcx_s2 .kcx_top .kcx_r .center_box{
	padding:var(--pd);
}
.kcx_s2 .kcx_top .kcx_r .kcx_wrap{
	--x1:.6;
	--x2:1;
	--y1:.6;
	--y2:1;
	--op1:0;
	--op2:1;
	padding:var(--pd) var(--txtPdLeft);
	border-radius:var(--radiusB);
	background:rgba(var(--rgb1),.5);
	color:#fff;
	text-align:center;
	animation-name:scale1;
	animation-delay:.2s;
}
.kcx_s2 .kcx_top .kcx_r .kcx_wrap .kcx_sh,
.kcx_s2 .kcx_bot .kcx_txt .kcx_sh{
	--font2:36;
	font-weight:bold;
}
.kcx_s2 .kcx_top .kcx_r .kcx_wrap .kcx_sw{
	--font2:16;
	color:currentColor;
}
.kcx_s2 .kcx_top .kcx_r .kcx_wrap .article_w > * ~ *,
.kcx_s2 .kcx_bot .kcx_txt .kcx_wrap .article_w > * ~ *{
	margin-top:0;
}
.kcx_s2 .kcx_bot{
	--imgWidth:calc(200px + 600 / var(--invarPx) * var(--centerWidth));
	--imgHeight:calc(400 / 800 * var(--imgWidth));
	--gap:calc(10px + 110 / var(--invarPx) * var(--centerWidth));
	background:#fff;
}
.kcx_s2 .kcx_bot .center_box{
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.kcx_s2 .kcx_bot .kcx_img{
	display:block;
	overflow:hidden;
	border-radius:var(--radiusB);
	width:var(--imgWidth);
	height:var(--imgHeight);
}
.kcx_s2 .kcx_bot .kcx_img img{
	display:block;
	width:100%;
	height:100%;
}
.kcx_s2 .kcx_bot .kcx_txt{
	width:calc(100% - var(--imgWidth) - var(--gap));
}
.kcx_s2 .kcx_bot .kcx_txt .kcx_sw{
	--font2:16;
}
.kcx_s3{
	background:#e9f6ef;
}
.kcx_list2{
	--font2:16;
	--col:2;
	--gap:calc(10px + 60 / var(--invarPx) * var(--centerWidth));
	--imgWidth:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
	--imgHeight:calc(340 / 570 * var(--imgWidth));
	--txtPdTop:calc(10px + 30 / var(--invarPx) * var(--centerWidth));
	--txtPdLeft:calc(10px + 50 / var(--invarPx) * var(--centerWidth));
}
.kcx_list2 > ul{
	margin-left:calc(-1 * var(--gap));
	margin-top:calc(-1 * var(--gap));
}
.kcx_list2 > ul > li{
	width:calc(100% / var(--col));
	margin-top:var(--gap);
}
.kcx_list2 .kcx_ss{
	display:block;
	margin-left:var(--gap);
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.kcx_list2 .kcx_ss .kcx_st{
	background:#5fa17e;
	border-radius:var(--radiusB);
	overflow:hidden;
	color:#fff;
	transition:background-color .35s;
}
.kcx_list2 .kcx_ss .kcx_st .kcx_img{
	display:block;
	overflow:hidden;
	border-radius:var(--radiusB);
	height:var(--imgHeight);
}
.kcx_list2 .kcx_ss .kcx_st .kcx_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.kcx_list2 .kcx_ss .kcx_st .kcx_w{
	padding:var(--txtPdTop) var(--txtPdLeft);
}
.kcx_list2 .kcx_ss .kcx_st .kcx_w .kcx_sh{
	--font2:36;
	font-weight:500;
}
.kcx_list2 .kcx_ss .kcx_st .kcx_w .kcx_sw,
.kcx_list2 .kcx_ss .kcx_sd{
	line-height:1.625;
}
.kcx_list2 .kcx_ss .kcx_sd{
	padding:var(--txtPdTop) var(--txtPdLeft) 0;
}

/* 核心优势页 */
.md_rel{
	position:relative;
}
.md_rel .md_abs{
	position:absolute;
	top:calc(-1 * var(--headerHeight) - 10px - 20 / var(--invarPx) * var(--centerWidth));
}
.ys_box1{
	--radius:calc(10px + 34 / var(--invarPx) * var(--centerWidth));
}
.ys_list{
	--font2:52;
	--lineHeight:1.2;
	--dot:20px;
	--dots:12px;
	--lineW:2px;
	--subColor:#bfd8ca;
	--hGap:calc(10px + 25 / var(--invarPx) * var(--centerWidth));
	--imgPdLeft:calc(240 / var(--invarPx) * var(--centerWidth));
	--imgWidth:calc(260px + 200 / var(--invarPx) * var(--centerWidth));
	--imgHeight:calc(350 / 460 * var(--imgWidth));
	--txtGap:calc(10px + 80 / var(--invarPx) * var(--centerWidth));
	--liGap:calc(10px + 140 / var(--invarPx) * var(--centerWidth));
	position:relative;
	padding-left:var(--dot);
}
.ys_list .ys_line{
	position:absolute;
	width:var(--lineW);
	top:calc(var(--lineHeight) * 1em);
	left:calc((var(--dot) - var(--lineW)) / 2);
	bottom:calc(.5 * var(--imgHeight));
	background:var(--subColor);
}
.ys_list .ys_line_green{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0%;
	background:var(--curColor);
}
.ys_list .ys_item .ys_h{
	position:relative;
}
.ys_list .ys_item .ys_h .ys_dot{
	position:absolute;
	width:var(--dot);
	height:var(--dot);
	background:var(--subColor);
	border-radius:50%;
	left:calc(-1 * var(--dot));
	top:50%;
	margin-top:calc(-.5 * var(--dot));
}
.ys_list .ys_item .ys_con .ys_dot{
	position:absolute;
	width:var(--dots);
	height:var(--dots);
	background:var(--subColor);
	border-radius:50%;
	left:calc(-1 * var(--dot) / 2);
	top:calc(var(--imgHeight) * .5);
	margin-top:calc(-.5 * var(--dots));
	margin-left:calc(-.5 * var(--dots));
}

.ys_list .ys_item .ys_dot.dot_green{
	background:var(--curColor);
	transition:background-color .35s;
}




.ys_list .ys_item ~ .ys_item{
	margin-top:calc(15px + 15 / var(--invarPx) * var(--centerWidth));
}
.ys_list .ys_item .ys_h{
	font-style:italic;
	line-height:var(--lineHeight);
	padding-left:var(--hGap);
	position:relative;
}
.ys_list .ys_item .ys_h > *{
	display:block;
	font-weight:inherit;
}
.ys_list .ys_item .ys_h span ~ span{
	margin-left:1em;
}
.ys_list .ys_item .ys_con > ul{
	margin-top:calc(-1 * var(--liGap));
}
.ys_list .ys_item .ys_con > ul > li{
	margin-top:var(--liGap);
	position:relative;
}
.ys_list .ys_item .ys_con .ys_ss{
	position:relative;
	padding-left:var(--imgPdLeft);
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.ys_list .ys_item .ys_con .ys_ss .ys_img{
	display:block;
	width:var(--imgWidth);
	height:var(--imgHeight);
	overflow:hidden;
	border-radius:var(--radius);
}
.ys_list .ys_item .ys_con .ys_ss .ys_img img{
	display:block;
	width:100%;
	height:100%;
}
.ys_list .ys_item .ys_con .ys_ss .ys_txt{
	width:calc(100% - var(--txtGap) - var(--imgWidth));
}
.ys_list .ys_item .ys_con .ys_ss .ys_txt .ys_sh{
	--font2:36;
	font-weight:bold;
}
.ys_list .ys_item .ys_con .ys_ss .ys_txt .ys_sw{
	--font2:18;
	line-height:1.625;
}
.ys_s2{
	overflow:hidden;
}
.ys_s2 .ys_top .ys_img{
	display:block;
	overflow:hidden;
	position:relative;
	width:100%;
}
.ys_s2 .ys_top .ys_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.ys_s2 .ys_top .ys_img::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:3;
	background:rgba(var(--rgb1),.51);
	mix-blend-mode:multiply;
}
.ys_s2 .ys_top .ys_txt{
	position:relative;
	z-index:3;
	width:100%;
	margin-left:-100%;
	color:#fff;
	text-align:center;
}
.ys_s2 .ys_top .ys_txt .ys_sh{
	--font2:36;
	--x1:.4;
	--x2:1;
	--y1:var(--x1);
	--y2:var(--x2);
	--op1:0;
	--op2:1;
	font-weight:bold;
	line-height:1.8;
	animation-name:scale1;
	animation-delay:.2s;
}
.ys_s2 .ys_top .ys_txt .ys_sh *{
	font-weight:inherit;
}
.ys_s2 .ys_bot{
	--blWidth:calc(170px + 170 / var(--invarPx) * var(--centerWidth));
	--gap:calc(10px + 90 / var(--invarPx) * var(--centerWidth));
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.ys_s2 .ys_bot .ys_bl{
	--font2:36;
	font-weight:bold;
	width:var(--blWidth);
	color:var(--curColor);
}
.ys_s2 .ys_bot .ys_bl *{
	font-weight:inherit;
}
.ys_s2 .ys_bot .ys_bl .ys_num{
	--font2:72;
	font-weight:bold;
}
.ys_s2 .ys_bot .ys_bl .ys_num ~ .ys_dy{
	padding-left:.1em;
}
.ys_s2 .ys_bot .ys_br{
	width:calc(100% - var(--blWidth) - var(--gap));
}
.ys_s2 .bz_tit1.center_tit .bz_h{
	font-style:normal;
}

.ys_list2{
	--font2:18;
	--col:3;
	--gapLeft:calc(150 / var(--invarPx) * var(--centerWidth));
	--gapTop:calc(80 / var(--invarPx) * var(--centerWidth));
	--imgWidth:calc((var(--centerWidth) - (var(--col) - 1) * var(--gapLeft)) / var(--col));
	--imgHeight:calc(500 / 350 * var(--imgWidth));
	--imgPdLeft:calc(10px + 30 / var(--invarPx) * var(--centerWidth));
	--imgPdTop:calc(10px + 50 / var(--invarPx) * var(--centerWidth));
}
.ys_list2 > ul{
	margin-left:calc(-1 * var(--gapLeft));
	margin-top:calc(-1 * var(--gapTop));
}
.ys_list2 > ul > li{
	width:calc(100% / var(--col));
	margin-top:var(--gapTop);
	
}
.ys_list2 .ys_ss{
	margin-left:var(--gapLeft);
	width:calc(100% - var(--gapLeft));
}
.ys_list2 .ys_ss .ys_img{
	width:100%;
	height:var(--imgHeight);
	padding:var(--imgPdTop) var(--imgPdLeft);
	background:rgba(var(--rgb1),.2);
	overflow:hidden;
	border-radius:var(--radius);
	transition:background-color .35s;
}
.ys_list2 .ys_ss .ys_img img{
	display:block;
	max-width:100%;
	max-height:100%;
}
.ys_list2 .ys_ss .ys_txt{
	text-align:center;
}
.ys_list2 .ys_ss .ys_txt .ys_sh{
	--font2:23;
	line-height:1.6;
}
.ys_list2 .ys_ss .ys_txt .ys_sw{
	line-height:2;
}
.ys_s2 .bz_tit1.wow,
.ys_list2 > ul > li.wow{
	animation-name:fadeInUp;
	animation-delay:.2s;
}

/* 产品列表页 */
.cp_box1 .cp_banner{
	display:block;
	overflow:hidden;
}
.cp_box1 .cp_banner img{
	display:block;
	width:100%;
}
.cp_box1 .cp_banner img.wow{
	--x1:1.04;
	--x2:1;
	--y1:var(--x1);
	--y2:var(--x2);
	--op1:1;
	--op2:1;
	animation-name:none;
	animation-delay:.2s;
	animation-duration:1.5s;
}
.cp_box1 .cp_bot .cp_el ~ .cp_el{
	margin-top:calc(20px + 60 / var(--invarPx) * var(--centerWidth));
}
.cp_box1 .cp_item + .cp_item ~ .cp_item.cp_green{
	background:#e9f6ef;
}

/* 有机茶专题页 */
.yjc_s1{
	overflow:hidden;
}
.yjc_s1 .yjc_con{
	--overflow:calc(110 / var(--invarPx) * var(--centerWidth));
	--imgWidth:calc(100px + 902 / var(--invarPx) * var(--centerWidth));
	--gap:calc(10px + 90 / var(--invarPx) * var(--centerWidth));
	--fontOverflow:calc(200 / 36 * 1em);
	-webkit-flex-direction:row-reverse;
	flex-direction:row-reverse;
	margin-right:calc(-1 * var(--overflow));
}
.yjc_s1 .yjc_con .yjc_img{
	overflow:hidden;
	width:var(--imgWidth);
}
.yjc_s1 .yjc_con .yjc_img img{
	display:block;
	width:100%;
}
.yjc_s1 .yjc_con .yjc_txt{
	width:calc(100% - var(--gap) - var(--imgWidth));
	color:var(--curColor);
	padding-bottom:calc(50 / var(--invarPx) * var(--centerWidth));
}
.yjc_s1 .yjc_con .yjc_txt .yjc_st .yjc_sh{
	--font2:36;
	font-weight:bold;
	margin-right:calc(-1 * var(--fontOverflow));
	line-height:1.8;
}
.yjc_s1 .yjc_con .yjc_txt .yjc_st .yjc_sh *{
	font-weight:inherit;
}
.yjc_s1 .yjc_con .yjc_txt .yjc_st .yjc_sw{
	--font2:16;
	line-height:1.625;
	color:currentColor;
}
.yjc_s1 .yjc_con .yjc_txt .yjc_sd{
	--font2:14;
	line-height:1.625;
}
.yjc_s2 .yjc_top{
	position:relative;
	z-index:3;
}
.yjc_s2 .yjc_top .yjc_con{
	--col:4;
	--gap:10px;
	--radius:8px;
	--imgWidth:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
	--imgHeight:calc(320 / 350 * var(--imgWidth));
}
.yjc_s2 .yjc_top .yjc_con > ul{
	margin-left:calc(-1 * var(--gap));
	margin-top:calc(-1 * var(--gap));
}
.yjc_s2 .yjc_top .yjc_con > ul > li{
	width:calc((var(--centerWidth) + var(--gap)) / var(--col));
	margin-top:var(--gap);
}
.yjc_s2 .yjc_top .yjc_con .yjc_ss{
	margin-left:var(--gap);
	width:calc(100% - var(--gap));
	background:#fff;
	overflow:hidden;
	border-radius:var(--radius);
	color:var(--curColor);
}
.yjc_s2 .yjc_top .yjc_con .yjc_ss .yjc_img{
	display:block;
	height:var(--imgHeight);
	overflow:hidden;
}
.yjc_s2 .yjc_top .yjc_con .yjc_ss .yjc_img img{
	display:block;
	width:100%;
	height:100%;
}
.yjc_s2 .yjc_top .yjc_con .yjc_ss .yjc_sh{
	--font2:24;
	font-weight:bold;
	text-align:center;
}
.yjc_s2 .yjc_top .yjc_con .yjc_ss .yjc_sw{
	--font2:16;
	line-height:1.68;
}
.yjc_s2 .yjc_bot{
	--overflow:calc(140 / var(--invarPx) * var(--centerWidth));
	background:var(--curColor);
	margin-top:calc(-1 * var(--overflow));
	overflow:hidden;
}
.yjc_s2 .yjc_bot .yjc_img{
	display:block;
	overflow:hidden;
	width:100%;
}
.yjc_s2 .yjc_bot .yjc_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	opacity:.53;
}
.yjc_s2 .yjc_bot .yjc_txt{
	width:100%;
	margin-left:-100%;
	position:relative;
	z-index:3;
	color:#fff;
	padding-top:var(--overflow);
}
.yjc_s2 .yjc_bot .yjc_txt .yjc_sh{
	--font2:36;
	font-weight:bold;
	line-height:1.5;
}
.yjc_s2 .yjc_bot .yjc_txt .yjc_sh *{
	font-weight:inherit;
}
.yjc_s2 .yjc_bot .yjc_txt .yjc_sw{
	--font2:16;
	color:currentColor;
}
.yjc_s3 .yjc_item1{
	--slWidth:50%;
	background:#dff4e8;
	color:#d9cb3b;
}
.yjc_s3 .yjc_item1 .yjc_sl{
	width:var(--slWidth);
}
.yjc_s3 .yjc_item1 .yjc_sll{
	width:100%;
	overflow:hidden;
}
.yjc_s3 .yjc_item1 .yjc_sll img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.yjc_s3 .yjc_item1 .yjc_slr{
	--width:calc(.5 * var(--centerWidth));
	--imgWidth:calc(396 / var(--invarPx) * var(--centerWidth));
	--overflow:calc(182 / 396 * var(--imgWidth));
	width:var(--width);
	margin-left:calc(-1 * var(--width));
	position:relative;
	z-index:3;
}
.yjc_s3 .yjc_item1 .yjc_slr img{
	width:var(--imgWidth);
	transform:translateX(var(--overflow));
}
.yjc_s3 .yjc_item1 .yjc_sr{
	width:calc(100% - var(--slWidth));
}
.yjc_s3 .yjc_item1 .yjc_sr .yjc_wrap{
	width:calc(.5 * var(--centerWidth));
	padding-left:14%;
}
.yjc_s3 .yjc_item .yjc_sw.article_w{
	color:currentColor;
}
.yjc_s3 .yjc_item .yjc_sw.article_w > * ~ *{
	margin-top:0;
}
.yjc_s3 .yjc_item .yjc_l,
.yjc_s3 .yjc_item .yjc_r{
	width:50%;
}
.yjc_s3 .yjc_item .yjc_l{
	min-height:calc(980 / 1920 * 100vw);
}
.yjc_s3 .yjc_item .yjc_l img{
	display:block;
	max-width:68%;
}
.yjc_s3 .yjc_item1 .yjc_slr img,
.yjc_s3 .yjc_item .yjc_l img{
	max-height:calc(200px + 560 / var(--invarPx) * var(--centerWidth));
}
.yjc_s3 .yjc_item2,
.yjc_s3 .yjc_item3{
	background:url(../img/yjc_s3_item2_bg.jpg) no-repeat center center;
	background-size:cover;
}
.yjc_s3 .yjc_item2{
	color:#973320;
}
.yjc_s3 .yjc_item3{
	background-image:url(../img/yjc_s3_item3_bg.jpg);
	color:var(--curColor);
}
.yjc_s3 .yjc_item:nth-child(even) .center_box{
	-webkit-flex-direction:row-reverse;
	flex-direction:row-reverse;
}

/* 禅意茶专题页 */
.cyc_s1{
	overflow:hidden;
}
.cyc_s1 img{
	display:block;
	width:100%;
}
.cyc_s2 .cyc_con{
	--gap:calc(10px + 60 / var(--invarPx) * var(--centerWidth));
	--imgWidth:calc(140px + 700 / var(--invarPx) * var(--centerWidth));
	--imgHeight:calc(500 / 840 * var(--imgWidth));
	--txtPd:calc(10px + 130 / var(--invarPx) * var(--centerWidth));
	--radius:calc(10px + 34 / var(--invarPx) * var(--centerWidth));
	font-family:dzjs;
}
.cyc_s2 .cyc_con > ul{
	margin-top:calc(-1 * var(--gap));
}
.cyc_s2 .cyc_con > ul > li{
	margin-top:var(--gap);
}
.cyc_s2 .cyc_con .cyc_ss{
	color:#455044;
}
.cyc_s2 .cyc_con .cyc_ss .cyc_img{
	width:var(--imgWidth);
	height:var(--imgHeight);
	overflow:hidden;
	border-radius:var(--radius);
}
.cyc_s2 .cyc_con .cyc_ss .cyc_img img{
	display:block;
	width:100%;
	height:100%;
}
.cyc_s2 .cyc_con .cyc_ss .cyc_txt{
	width:calc(100% - var(--imgWidth) - var(--txtPd));
	height:var(--imgHeight);
}
.cyc_s2 .cyc_con > ul > li:nth-child(even) .cyc_ss{
	-webkit-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
.cyc_s2 .cyc_con > ul > li:nth-child(even) .cyc_ss .cyc_txt{
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}
.cyc_s2 .cyc_con .cyc_ss .cyc_txt .cyc_wrap{
	min-height:84%;
}
.cyc_s2 .cyc_con .cyc_ss .cyc_txt .cyc_sw{
	--font2:16;
	line-height:2;
}
.cyc_s2 .cyc_con .cyc_ss .cyc_txt .cyc_sw.article_w > * ~ *{
	margin-top:0;
}
.cyc_s2 .bz_tit1 .bz_h{
	font-weight:normal;
}

/* 果茶专题页 */
.gc_box1 .gc_top img{
	display:block;
	max-width:100%;
	height:auto !important;
}
.gc_box1 .cp_blue .cp_bot{
	background:none;
}

/* 冷泡茶专题页 */
.lpc_s1,
.lpc_s2{
	--pdLeft:0px;
}
.lpc_s1 .center_box,
.lpc_s2 .center_box{
	padding:0 var(--pdLeft);
}
.lpc_s1 .lpc_con{
	--font2:18;
	--col:3;
	--imgWidth:calc((var(--centerWidth) - 2 * var(--pdLeft) - (var(--col) - 1) * var(--gapLeft)) / var(--col));
	--tagSize:calc(20px + 80 / var(--invarPx) * var(--centerWidth));
	--gapTop:calc(60 / var(--invarPx) * var(--centerWidth));
	--gapLeft:calc(70 / var(--invarPx) * var(--centerWidth));
}
.lpc_s1 .lpc_con > ul{
	margin-top:calc(-1 * var(--gapTop));
	margin-left:calc(-1 * var(--gapLeft));
}
.lpc_s1 .lpc_con > ul > li{
	width:calc((var(--centerWidth) - 2 * var(--pdLeft) + var(--gapLeft)) / var(--col));
	margin-top:var(--gapTop);
}
.lpc_s1 .lpc_con .lpc_ss{
	margin-left:var(--gapLeft);
}
.lpc_s1 .lpc_con .lpc_ss .lpc_st{
	position:relative;
}
.lpc_s1 .lpc_con .lpc_ss .lpc_img{
	display:block;
	overflow:hidden;
	height:var(--imgWidth);
	border-radius:50%;
}
.lpc_s1 .lpc_con .lpc_ss .lpc_img img{
	display:block;
	width:100%;
	height:100%;
}
.lpc_s1 .lpc_con .lpc_ss .lpc_tag{
	--font2:36;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	width:var(--tagSize);
	height:var(--tagSize);
	line-height:var(--tagSize);
	text-align:center;
	border-radius:50%;
}
.lpc_s1 .lpc_con .lpc_ss .lpc_sd{
	text-align:center;
}
.lpc_s1 .lpc_con .lpc_ss .lpc_sd .lpc_sh{
	--font2:24;
}
.lpc_s1 .lpc_con .lpc_ss .lpc_sd .lpc_sw{
	line-height:1.6;
}
.lpc_s2 .lpc_con{
	--font2:18;
	--pdTop:calc(10px + 40 / var(--invarPx) * var(--centerWidth));
	--iconSize:calc(46px + 100 / var(--invarPx) * var(--centerWidth));
	border-radius:calc(10px + 34 / var(--invarPx) * var(--centerWidth));
	padding:var(--pdTop) 0;
}
.lpc_s2 .lpc_con ul li{
	max-width:20%;
}
.lpc_s2 .lpc_con .lpc_ss .lpc_icon{
	width:var(--iconSize);
	height:var(--iconSize);
	margin-left:auto;
	margin-right:auto;
}
.lpc_s2 .lpc_con .lpc_ss .lpc_icon img{
	display:block;
	max-width:100%;
	max-height:100%;
}
.lpc_s2 .lpc_con .lpc_ss .lpc_sw{
	line-height:1.61;
	text-align:center;
}
.cp_green .lpc_s1 .lpc_con .lpc_ss .lpc_tag,
.cp_green .lpc_s2 .lpc_con{
	background:var(--curColor);
	color:#e1f3fc;
}
.cp_orange.mrgc_box1{
	background:#f9f6f3;
}
.cp_orange .lpc_s1 .lpc_con .lpc_ss .lpc_tag,
.cp_orange .lpc_s2 .lpc_con{
	background:#dab69c;
	color:#f9f6f3;
}
.cp_blue .lpc_s1 .lpc_con .lpc_ss .lpc_tag,
.cp_blue .lpc_s2 .lpc_con{
	background:#59b4e1;
	color:#e1f3fc;
}

/* 产品详情页 */
.cpx_container{
	--font2:36;
	--lineHeight:1.5;
	--hPd:.6em;
	--scHeight:.8;
	--imgWidth:calc(40px + 600 / var(--invarPx) * var(--centerWidth));
	--imgHeight:calc(var(--scHeight) * var(--imgWidth));
	overflow:hidden;
}
.cpx_container .cpx_l{
	width:var(--imgWidth);
	height:var(--imgHeight);
	margin-top:calc(var(--hPd) + 1em * var(--lineHeight));
}
.cpx_container .cpx_l img{
	display:block;
	max-width:46%;
	max-height:100%;
}
.cpx_container .cpx_l.cover_img img{
	max-width:80%;
}
.cpx_container .cpx_r{
	width:calc(100% - var(--imgWidth));
}
.cpx_container .cpx_r .cpx_h{
	font-weight:500;
	padding-bottom:var(--hPd);
	line-height:var(--lineHeight);
}


/* 品牌广告一览 */
.ppgg_box1 .ppgg_tabs{
	--font2:36;
	--lineW:calc(1px + 3 / var(--invarPx) * var(--centerWidth));
}
.ppgg_box1 .ppgg_tabs > ul > li{
	padding:0 1em;
	position:relative;
}
.ppgg_box1 .ppgg_tabs > ul > li::before{
	content:"";
	position:absolute;
	width:var(--lineW);
	height:.88em;
	background:currentColor;
	left:0;
	top:50%;
	transform:translate(-50%,-50%);
}
.ppgg_box1 .ppgg_tabs > ul > li:nth-child(1)::before{
	display:none;
}
.ppgg_box1 .ppgg_tabs > ul > li.active{
	font-weight:bold;
}
.ppgg_box1 .ppgg_tabs > ul > li * {
	font-weight:inherit;
	cursor:pointer;
}
.ppgg_box1 .ppgg_content .ppgg_list{
	display:none;
}
.ppgg_box1 .ppgg_content .ppgg_list.active{
	display:block;
}
.ppgg_list{
	--font2:18;
	--col:3;
	--gapLeft:calc(10px + 5 / var(--invarPx) * var(--centerWidth));
	--gapTop:calc(10px + 30 / var(--invarPx) * var(--centerWidth));
	--imgWidth:calc((var(--centerWidth) - (var(--col) - 1) * var(--gapLeft) - 2 * var(--pdLeft)) / var(--col));
	--txtPd:1em;
	padding:0 var(--pdLeft);
}
.ppgg_pics_list{
	--pdLeft:0px;
	--imgHeight:calc(800 / 1420 * var(--imgWidth));
}
.ppgg_pics_list > *{
	margin-top:calc(-1 * var(--gapTop));
	margin-left:calc(-1 * var(--gapLeft));
}
.ppgg_pics_list .gallery-item{
	width:calc(100% / var(--col));
	margin-top:var(--gapTop);
	pointer-events:none;
}
.ppgg_pics_list .gallery_img,
.ppgg_pics_list .gallery-caption{
	display:block;
	margin-left:var(--gapLeft);
	pointer-events:auto;
}
.ppgg_pics_list .gallery_img{
	height:var(--imgHeight);
	overflow:hidden;
	border-radius:6px;
}
.ppgg_pics_list .gallery_img img{
	display:block;
	width:100%;
	height:100%;
}
.ppgg_pics_list .gallery-caption{
	text-align:center;
	margin-top:var(--txtPd);
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	transition:all .35s;
}
.ppgg_video_list{
	--pdLeft:0px;
	--imgHeight:calc(234 / 410 * var(--imgWidth));
}
.ppgg_video_list > ul{
	margin-top:calc(-1 * var(--gapTop));
	margin-left:calc(-1 * var(--gapLeft));
}
.ppgg_video_list > ul > li{
	width:calc(100% / var(--col));
	margin-top:var(--gapTop);
	pointer-events:none;
}
.ppgg_video_list .ppgg_ss{
	display:block;
	pointer-events:auto;
	margin-left:var(--gapLeft);
	cursor:pointer;
}
.ppgg_video_list .ppgg_ss .ppgg_img{
	display:block;
	height:var(--imgHeight);
	overflow:hidden;
	position:relative;
}
.ppgg_video_list .ppgg_ss .ppgg_wrap{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.3);
	color:#fff;
	opacity:0;
	transition:all .35s;
}
.ppgg_video_list .ppgg_ss .ppgg_icon{
	--font1:40;
	--font2:60;
	width:1em;
	height:1em;
	box-shadow:0 0 .5em #303030;
	border-radius:50%;
	position:relative;
}
.ppgg_video_list .ppgg_ss .ppgg_icon::before{
	--pos:2px;
	content:"";
	position:absolute;
	top:var(--pos);
	bottom:var(--pos);
	left:var(--pos);
	right:var(--pos);
	background:var(--curColor);
	border-radius:50%;
}
.ppgg_video_list .ppgg_ss .ppgg_icon .iconfont{
	font-size:1em;
	position:relative;
	z-index:3;
}
.ppgg_video_list .ppgg_ss .ppgg_img img{
	display:block;
	width:100%;
	height:100%;
}
.ppgg_video_list .ppgg_ss .ppgg_txt{
	text-align:center;
	margin-top:var(--txtPd);
	transition:color .35s;
}

/* 联系我们页 */
.lxwm_box1{
	overflow:hidden;
}
.lxwm_box1 .lxwm_top #dituContent{
	height:calc(200px + 280 / var(--invarPx) * var(--centerWidth));
}
.lxwm_box1 .lxwm_bot{
	--font2:24;
	--col:2;
	--pdLeftB:0px;
	--pd:calc(10px + 40 / var(--invarPx) * var(--centerWidth));
	--lineHeight:1.5;
	--iconSize:calc(20px + 30 / var(--invarPx) * var(--centerWidth));
	--liGap:calc(10px + 10 / var(--invarPx) * var(--centerWidth));
	--radius:calc(10px + 34 / var(--invarPx) * var(--centerWidth));
	--gap:calc(10px + 60 / var(--invarPx) * var(--centerWidth));
	--ulWidth:calc(var(--centerWidth) - 2 * var(--pdLeftB));
	--sdMgTop:calc(150 / var(--invarPx) * var(--centerWidth));
	--shadowSize:calc(20 / 70 * var(--gap));
}
.lxwm_box1 .lxwm_bot > ul{
	margin-top:calc(-1 * var(--gap));
	margin-left:calc(-1 * var(--gap));
}
.lxwm_box1 .lxwm_bot > ul > li{
	width:calc((var(--ulWidth) + var(--gap)) / var(--col));
	margin-top:var(--gap);
}
.lxwm_box1 .lxwm_bot .lxwm_ss{
	width:calc(100% - var(--gap));
	margin-left:var(--gap);
	border-radius:var(--radius);
	background:#e9f6ef;
	padding:var(--pd);
	box-shadow:0 0 var(--shadowSize) rgba(0,0,0,.15);
}
.lxwm_box1 .lxwm_bot .lxwm_ss .lxwm_st{
	--font2:36;
	text-align:center;
}
.lxwm_box1 .lxwm_bot .lxwm_ss .lxwm_st .lxwm_sh{
	font-weight:500;
}
.lxwm_box1 .lxwm_bot .lxwm_ss .lxwm_st .lxwm_line{
	width:calc(130 / 36 * 1em);
	height:2px;
	background:currentColor;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:calc(20 / 36 * 1em);
}
.lxwm_box1 .lxwm_bot .lxwm_ss .lxwm_sd{
	margin-top:var(--sdMgTop);
}
.lxwm_box1 .lxwm_bot .lxwm_ss .lxwm_sd > ol > li ~ li{
	margin-top:var(--liGap);
}
.lxwm_box1 .lxwm_bot .lxwm_ss .lxwm_sd .lxwm_icon{
	width:var(--iconSize);
	height:var(--iconSize);
}
.lxwm_box1 .lxwm_bot .lxwm_ss .lxwm_sd .lxwm_icon svg{
	display:block;
	max-width:100%;
	max-height:100%;
}
.lxwm_box1 .lxwm_bot .lxwm_ss .lxwm_sd .lxwm_icon svg path{
	fill:currentColor !important;
}
.lxwm_box1 .lxwm_bot .lxwm_ss .lxwm_sd .lxwm_sr{
	width:calc(100% - var(--iconSize) - .9em);
	line-height:var(--lineHeight);
	margin-top:calc((var(--iconSize) - 1em * var(--lineHeight)) / 2);
	word-break:break-all;
}


@media screen and (max-width:1580px){
	.footer_box .footer_top .footer_tr{
		--gap:calc(40 / var(--invarPx) * var(--centerWidth));
	}
}
@media screen and (min-width:1200px){
	/* header */
	.menu,
	.menu_bg{
		display:none;
	}
	.header_box .header_lan{
		--font1:16;
	}
	.header_box .header_lan li:not(.active) .header_ls:hover{
		color:var(--curColor);
		border-color:var(--curColor);
	}
	
	/* 导航 */
	.inner_loc,
	.nav_box{
		--font1:18;
	}
	.nav_box{
		padding-right:var(--navGap);
	}
	.nav_box > ul > li:not(.active) > .nav_def a:hover{
		color:var(--curColor);
	}
	.nav_box > ul > li:not(.active) > .nav_def a:hover .nav_sw ~ .nav_dot{
		opacity:1;
		transform:translateY(0);
		transition:opacity .35s,transform .35s;
	}
	.nav_def .nav_icon{
		display:none;
	}
	
	/* 下拉导航 */
	.nav_box ul li:hover .xla_nav {
		transform: scaleY(1);
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
	}
	.xla_nav .xla_r ol li a:hover{
		color:var(--curColor);
	}
	.xla_nav a.xla_l:hover{
		color:var(--curColor);
	}
	
	/* banner */
	.pc_banner{
		overflow:hidden;
		height:0;
		pointer-events:none;
	}
	
	/* 标题1 */
	.bz_tit1{
		--font1:36;
	}
	.index_main .bz_tit1{
		--font1:24;
		--font2:24;
	}
	.inner_main .bz_tit1 .bz_line{
		width: calc(16 / 24 * 1em);
		height: calc(1px + 3 / 24 * 1em);
	}
	.cp_box1 .bz_tit1 .bz_line{
		width: calc(16 / 36 * 1em);
		height: calc(1px + 3 / 36 * 1em);
		margin-top:.3em;
	}
	.yjc_s3 .bz_tit1 .bz_line{
		margin-top:.3em;
	}
	.lpc_s3 .bz_tit1{
		--font2:24;
	}
	.lpc_s3 .bz_tit1 .bz_line{
		width: calc(16 / 24 * 1em);
		height: calc(1px + 3 / 24 * 1em);
	}
	
	
	/* 更多2 */
	.bz_more2:hover{
		background:var(--curColor);
		color:var(--ligGreen);
	}
	.bz_more2:hover .bz_more1{
		background:var(--ligGreen);
		color:var(--curColor);
	}
	
	/* 更多3 */
	.bz_more3:hover{
		border-color:var(--curColor) !important;
		background:var(--curColor) !important;
		color:#fff !important;
	}
	.bz_more3:hover .bz_sw{
		transform:translate(calc(-50% - 3em),-50%);
	}
	.bz_more3:hover .bz_icon{
		transform:translateX(5em);
		opacity:1;
		transition-delay:.2s;
	}

	/* 金尘大事记 */
	.xw_list{
		--font1:16;
	}
	.xw_list ul li a:hover{
		color:var(--curColor);
	}
	
	/* 产品介绍 */
	.cp_list{
		--font1:18
	}
	.cp_list ul li .cp_ss:hover .bz_more1{
		color:var(--curColor);
	}
	.cp_box .cp_list .cp_ss:hover .cp_st{
		background:rgba(255,255,255,.8);
	}
	.cp_list ul li .cp_ss:hover .cp_st .cp_img img{
		transform:scale(1.06);
		transition:all .5s;
	}
	.cp_box .cp_list ul li .cp_ss:hover .cp_st .cp_img.overflow_img img{
		transform:rotate(20deg) scale(1.06);
	}
	.cp_green .cp_list ul li .cp_ss:hover .cp_st{
		background:#c8e5d6;
	}
	.cp_blue .cp_list ul li .cp_ss:hover .cp_st{
		background:#c3ddeb;
	}
	.cp_blue .cp_list ul li .cp_ss:hover .bz_more1{
		color:#0074b3;
	}
	.cp_orange .cp_list ul li .cp_ss:hover .cp_st{
		background:#e8dfd5;
	}
	.cp_orange .cp_list ul li .cp_ss:hover .bz_more1{
		color:#973320;
	}
	
	/* 页脚 */
	.footer_box .footer_top{
		--font1:16;
	}
	.footer_box a:hover{
		color:var(--curColor);
	}
	.footer_box .footer_bot{
		--font1:14;
	}
	
	/* 企业文化页 */
	.qywh_list .qywh_ss:hover .qywh_img::before{
		opacity:0;
	}
	
	/* 金尘大事记页 */
	.xw_list2 .xw_ss:hover{
		color:var(--curColor);
	}
	.xw_list2 .xw_ss:hover .xw_r{
		background:var(--ligGreen);
	}
	.xw_list2 .xw_ss:hover .xw_img img{
		transform:scale(1.06);
		transition:all .5s;
	}
	.xw_list2 .xw_ss:hover .bz_more3{
		border-color:var(--curColor);
		color:var(--curColor);
	}
	.xw_list2 .xw_ss:hover .bz_more3 .bz_sw{
		transform:translate(calc(-50% - 3em),-50%);
	}
	.xw_list2 .xw_ss:hover .bz_icon{
		transform:translateX(5em);
		opacity:1;
		transition-delay:.2s;
	}
	.xw_more:hover{
		border-color:var(--curColor);
		color:var(--curColor);
	}
	
	/* 可持续发展页 */
	.kcx_list > ul > li{
		padding:0 var(--evenPd);
	}
	.kcx_list ul li:nth-child(odd){
		padding:0 var(--oddPd);
	}
	.kcx_list ul li:nth-child(odd) .kcx_ss{
		-webkit-flex-direction:row-reverse;
		flex-direction:row-reverse;
	}
	.kcx_list > ul > li:nth-child(4n+3) .kcx_pr,
	.kcx_list > ul > li:nth-child(4n+3) .kcx_pr{
		-webkit-justify-content:flex-end;
		justify-content:flex-end;
	}
	.kcx_s2 .kcx_top .kcx_r .kcx_wrap{
		min-height:calc(100px + 320 / var(--invarPx) * var(--centerWidth));
	}
	.kcx_s2 .kcx_bot .center_box{
		-webkit-flex-direction:row-reverse;
		flex-direction:row-reverse;
	}
	.kcx_s2 .kcx_bot .kcx_txt{
		min-height:var(--imgHeight);
	}
	.kcx_s2 .kcx_bot .kcx_txt .kcx_wrap{
		min-height:75%;
	}
	.kcx_list2 .kcx_ss:hover .kcx_st{
		background:var(--curColor);
	}
	
	/* 核心优势 */
	.ys_list2 .ys_ss:hover .ys_img{
		background:rgba(var(--rgb1),.5);
	}
	
	/* 冷泡茶专题页 */
	.lpc_s1,
	.lpc_s2{
		--pdLeft:calc(10px + 100 / var(--invarPx) * var(--centerWidth));
	}
	
	/* 品牌广告一览 */
	.ppgg_pics_list .gallery-item:hover .gallery-caption,
	.ppgg_video_list .ppgg_ss:hover .ppgg_txt{
		color:var(--curColor);
	}
	.ppgg_video_list{
		--pdLeft:calc(10px + 70 / var(--invarPx) * var(--centerWidth));
		--gapLeft:calc(10px + 10 / var(--invarPx) * var(--centerWidth));
	}
	.ppgg_video_list .ppgg_ss:hover .ppgg_wrap{
		opacity:1;
	}
	
	/* 视频弹出窗 */
	.pop_box .pop_close{
		opacity:0;
	}
	
	/* 联系我们页 */
	.lxwm_box1 .lxwm_bot{
		--pdLeftB:calc(140 / var(--invarPx) * var(--centerWidth));
	}
	
	
	/* 1201 */
}
@media screen and (min-width:768px){
	/* banner */
	.m_banner{
		overflow:hidden;
		height:0;
		pointer-events:none;
	}
	
	/* 页脚 */
	.footer_box .footer_top .footer_tr .footer_st .footer_icon{
		display:none;
	}
	
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~手机版~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (min-width: 320px) and (max-width:359px){html{font-size:32px !important;} }
@media (min-width: 360px) and (max-width:374px){html{font-size:36px !important;} }
@media (min-width: 375px) and (max-width:383px){html{font-size:37.5px !important;} }
@media (min-width: 384px) and (max-width:413px){html{font-size:38.4px !important;} }
@media (min-width: 414px) and (max-width:447px){html{font-size:41.4px !important;} }
@media (min-width: 448px) and (max-width:479px){html{font-size:44.8px !important;} }
@media (min-width: 480px) and (max-width:511px){html{font-size:48px !important;} }
@media (min-width: 512px) and (max-width:543px){html{font-size:51.2px !important;} }
@media (min-width: 544px) and (max-width:575px){html{font-size:54.4px !important;} }
@media (min-width: 576px) and (max-width:607px){html{font-size:57.6px !important;} }
@media (min-width: 608px) and (max-width:639px){html{font-size:60.8px !important;} }
@media (min-width: 640px) and (max-width:1200px){html{font-size:60.8px !important;} }

@media screen and (max-width:1199px){
	:root{
		--centerWidth:90vw;
		--centerWidthDef:var(--centerWidth);
		--headerHeight:60px;
		--swbtnSize:40px;
	}
	
	.menu{
		position:fixed;
		top:0;
		right:1%;
		width:44px;
		height:var(--headerHeight);
		z-index:995;
	}
	.menu:hover {
		cursor: pointer;
	}
	.menu > i {
		position: absolute;
		width: 24px;
		height: 2px;
		top: calc(50% - 1px);
		left:10px;
		background-color:#121212;
		pointer-events:auto;
		transition-property:transform;
		transition-duration: .35s;
		transition-delay: .35s;
	}
	.menu > i:before, .menu > i:after {
		position: absolute;
		display: block;
		width: 100%;
		height: 2px;
		top:0;
		left: 50%;
		background-color:#121212 !important;
		content: "";
		transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		transition: transform 0.35s, -webkit-transform 0.35s;
		-webkit-transform-origin: 50% 50%;
				transform-origin: 50% 50%;
	}
	.menu > i:before {
		-webkit-transform: translate(-50%, -7px);
				transform: translate(-50%, -7px);
	}
	.menu > i:after {
		-webkit-transform: translate(-50%, 7px);
				transform: translate(-50%, 7px);
	}
	.menu_bg{
		position:fixed;
		width:100vw;
		height:0;
		top:0;
		left:0;
		z-index:990;
		background:#fff;
		-webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		-moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		-ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		 -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
			transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	}
	.header-m-open .menu_bg{
		height:100vh;
	}
	input.hamburger{
		height:0;
		display:none;
	}
	.header-m-open label.menu > i {
		background-color: transparent !important;
		-webkit-transform: rotate(90deg);
				transform: rotate(90deg);
	}
	.header-m-open label.menu > i:before {
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
				transform: translate(-50%, -50%) rotate(45deg);
	}
	.header-m-open label.menu > i:after {
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
				transform: translate(-50%, -50%) rotate(-45deg);
	}
 
 
	.header-m-open.header_box{
		z-index:1402;
		/* box-shadow:none; */
	}
	
	.header-m-open .nav_box{
		top:0;
		opacity:1;
	}
	
	/* ~~~~~~~~~~~~~~~~~~ */
	.wow_list li:nth-of-type(1),
	.wow_list li:nth-of-type(2),
	.wow_list li:nth-of-type(3),
	.wow_list li:nth-of-type(4),
	.wow_list li:nth-of-type(5),
	.wow_list li:nth-of-type(6),
	.wow_list li:nth-of-type(7),
	.wow_list li:nth-of-type(8),
	.wow_list li:nth-of-type(9),
	.wow_list li:nth-of-type(10){
		-webkit-animation-delay:.2s;
		animation-delay:.2s;
	}
	
	header,body,html{
		width:100vw !important;
	}
	
	body{
		overflow-x:hidden;
	}
	body.active{
		overflow:hidden;
	}
	
	/* header */
	.header_box.home_header{
		box-shadow:0 0 20px rgba(0,0,0,.1);
	}
	.header_box > .center_box{
		height:var(--headerHeight);
	}
	.header_box.scr{
		transform:none;
		opacity:1;
	}
	.header_box .header_r{
		padding-right:30px;
	}
	

	
	.nav_box{
		position:fixed;
		width:100%;
		height:100vh;
		top:-100vh;
		left:0;
		z-index:992;
		opacity:0;
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-webkit-justify-content:center;
		justify-content:center;
		-webkit-align-items:flex-start;
		align-items:flex-start;
		transition:top .3s,opacity .3s;
		overflow-x:hidden;
		overflow-y:auto;
	}
	.nav_box>ul{
		width:90%;
		padding:5vh 0;
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	.nav_box>ul>li{
		padding:0;
		margin-right:0;
		height:auto;
		display:block;
		position:relative;
		font-size:18px;
	}
	.nav_box>ul>li:before{
		--width:100vw;
		content:"";
		position:absolute;
		bottom:0;
		left:50%;
		margin-left:calc(-.5 * var(--width));
		width:var(--width);
		height:1px;
		background:#ddd;
	}
	.nav_box>ul>li + li{
		margin-left:0;
	}
	.nav_box>ul>li>a{
		color:#191919;
		display:block;
		padding:3vh 10px 3vh 0;
		position:static;
		height:auto;
		text-align:left;
		font-weight:bold;
	}
	.nav_box>ul>li.has_subnav>a{
		display:inline-block;
	}
	.nav_box>ul>li.active>a{
		color:var(--curColor);
		background:none;
	}
	.nav_box>ul>li>a:before{
		display:none;
	}
	.nav_box>ul>li>a:after{
		content:"";
		position:absolute;
		right:10px;
		top:calc(3vh + 13px);
		width:10px;
		height:10px;
		margin-top:-4px;
		border-right:2px solid #ccc;
		border-top:2px solid #ccc;
		transform:rotate(45deg);
		pointer-events:none;
	}
	.nav_box>ul>li.has_subnav>a:after{
		
	}
	.nav_box>ul>li.active>a:after{
		border-color:var(--curColor);
	}
	.nav_box>ul>li.current.has_subnav>a:after{
		transform:rotate(135deg);
	}
	.nav_box > ul > li > a .nav_dec{
		display:none;
	}
	
	nav>ul>li.has_subnav>a:before{
		content:"";  
		position:absolute;
		border-left:solid 6px transparent;
		border-right:solid 6px transparent;
		border-top:solid 6px #ccc;
		top:50%;
		margin-top:-3px;
		right:0;
	}
	nav>ul>li.has_subnav.current>a:before{
		border-top-color:#c19b76;
	}
	nav ul>li .subnav{
		position:static;
		width:100%;
		border-top:none;
		box-shadow:none;
		transform: perspective(300px) scaleY(1) translateZ(0);
		visibility: visible;
		opacity: 1;
		transform-origin: top;
		transition:transform 500ms ease,opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease,height 500ms ease,max-height 500ms ease;
		margin-left:0;
		padding:0 1.25em;
		display:none;
	}
	
	nav ul>li.current .subnav{
		display:block;
	}
	nav ul>li .subnav li a{
		text-align:left;
	}
	.nav_box>ul>li>a:after{
		transition:all .35s;
	}
	
	.xla_nav{
		border-color:#ddd;
	}
	.nav_box .nav_def{
		position:relative;
	}
	.nav_box .nav_def a{
		padding:3vh 2vw 3vh 0;
		height:auto;
	}
	.nav_box .nav_def a .nav_dot{
		display:none;
	}
	.nav_box li:not(.has_subnav) .nav_def a{
		-webkit-align-items:flex-start;
		align-items:flex-start;
	}
	.nav_box .has_subnav .nav_def a{
		display:inline-flex;
	}
	.nav_box  .nav_def .nav_sw{
		font-weight:bold;
	}
	.nav_box  .nav_def .nav_icon{
		width:1em;
		height:1em;
		position:absolute;
		right:0;
		top:50%;
		margin-top:-.5em;
	}
	.nav_box .nav_def .nav_icon .iconfont{
		font-size:.9em;
	}
	.nav_box .has_subnav .nav_def .nav_icon .iconfont:before{
		content:"\e879";
	}
	.nav_box .has_subnav.current .nav_def .nav_icon .iconfont:before{
		content:"\e870";
	}
	
	
	.xla_nav{
		--col:1;
		font-size:calc(1em - 2px);
		position:static;
		transform:none !important;
		visibility: visible;
		opacity: 1;
		pointer-events:auto;
		box-shadow:none;
		top:auto;
		margin-left:-5vw;
		margin-right:-5vw;
		width:auto;
		overflow:hidden;
		max-height:0;
		
	}
	.xla_nav .xla_l{
		display:none;
	}
	.xla_nav .xla_r ol li{
		height:auto;
	}
	.xla_nav .xla_r ol li ~ li{
		margin-top:2vh;
	}
	.nav_box>ul>li.current .xla_nav{
		max-height:max(100vw,100vh);
		transition:all 1s;
	}
	.xla_nav .center_box{
		width:100%;
	}
	.xla_nav .xla_r{
		margin-right:0;
		width:100%;
		padding:2vh 5vw;
	}
	.xla_nav .xla_r ol{
		height:auto;
		-webkit-flex-direction:row;
		flex-direction:row;
	}
	.xla_nav .xla_r ol li{
		width:calc(100% / var(--col));
	}
	
	
	
	/* 关于金尘 */
	.pic_scr .pic_scr_img{
		clip-path:none !important;
		width:var(--centerWidth);
		margin-left:auto;
		margin-right:auto;
	}
	.pic_scr .pic_scr_img img{
		transform:none !important;
	}
	.pic_scr .center_box{
		bottom:calc(10px + 20 / var(--invarPx) * var(--centerWidth));
	}
	
	/* 视频弹出窗 */
	.pop_box{
		--width:min(100vw,800px);
	}
	
	/* 内容翻页 */
	.ipn_page .ipn_return{
		display:none;
	}
	.ipn_page .inner_pnpage{
		width:100%;
	}
	
	/* 首页顶部视频 */
	.topvideo_box{
		display:none;
		opacity:0;
		visibility:hidden;
		height:0;
		overflow:hidden;
	}
	
	/* 品牌广告一览页 */
	.ppgg_video_list .ppgg_ss .ppgg_wrap{
		opacity:1;
		transform:scale(1);
		background:none;
	}
	
	
	
	
}

@media screen and (max-width:895px){
	/* 金尘大事记 */
	.xw_box .xw_r{
		width:100%;
		margin-top:calc(10px + 40 / var(--invarPx) * var(--centerWidth));
	}
	.xw_list{
		--dateWidth:calc(110 / 16 * 1em)
	}
	.xw_list ul li a .xw_date{
		text-align:left;
	}
	
	/* 核心优势页 */
	.ys_list::before{
		bottom:0;
	}
	.ys_list::after{
		content:"";
		position:absolute;
		width:var(--dot);
		height:var(--dot);
		background:var(--curColor);
		border-radius:50%;
		left:0;
		bottom:0;
		display:none;
	}
	.ys_list .ys_item #m1 ~ .ys_con li:nth-child(1) .ys_dot1{
		top:calc(-.5 * var(--liGap) - .7em);
	}
	.ys_list .ys_item:nth-last-child(1) .ys_con li:nth-last-child(1):before{
		--line1:calc(var(--lineW) + 2px);
		content:"";
		position:absolute;
		width:var(--line1);
		height:calc(var(--lastLiHeight) - var(--imgHeight) * .5);
		background:#e9f6ef;
		right:calc(100% + (var(--dot) - var(--line1)) / 2);
		bottom:0;
	}

	
	/* 有机茶专题页 */
	.yjc_s1 .yjc_con{
		--imgWidth:var(--centerWidth);
		margin-right:0;
	}
	.yjc_s1 .yjc_con .yjc_txt{
		width:100%;
		margin-top:calc(20px + 20 / var(--invarPx) * var(--centerWidth));
	}
	.yjc_s1 .yjc_con .yjc_txt .yjc_st .yjc_sh{
		margin-right:0;
	}
	
	
	
}

@media screen and (max-width:767px){
	/* header */
	.header_box .header_lan{
		--font2:24;
	}
	
	/* banner */
	.pc_banner{
		overflow:hidden;
		height:0;
		pointer-events:none;
	}
	.banner_box .swiper-slide a{
		max-height:none;
	}
	
	/* 标题1 */
	.bz_tit1{
		--font2:50;
	}
	.bz_tit1 .bz_exp{
		--font2:22;
	}
	.bz_tit1 .bz_h.xFont{
		--font2:60;
	}
	
	/* 更多2 */
	.bz_more2{
		--font2:36;
	}
	
	/* 关于金尘 */
	.pic_scr .pic_scr_img{
		overflow:hidden;
		border-radius:calc(10px + 34 / var(--invarPx) * var(--centerWidth));
	}
	.pic_scr .pic_scr_img img{
		height:100%;
		object-fit:cover;
	}
	.pic_scr .center_box{
		bottom:0;
		top:0;
		-webkit-align-items:center;
		align-items:center;
	}
	
	/* 金尘大事记 */
	.xw_list{
		--font2:26;
	}
	.xw_list ul li a .xw_sh{
		--clampRows:2;
		width:100%;
		line-height:1.55;
		margin-top:.5em;
	}
	.xw_list ul li a .xw_date{
		width:100%;
	}
	
	/* 产品介绍 */
	.cp_list{
		--font2:26;
		--col:2;
	}
	
	/* 页脚 */
	.footer_box .footer_top{
		--font2:26;
	}
	.footer_box .footer_top .footer_tr{
		width:100%;
		margin-top:calc(20px + 40 / var(--invarPx) * var(--centerWidth));
	}
	.footer_box .footer_top .footer_tr,
	.footer_box .footer_top .footer_tr .footer_nav > ul{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.footer_box .footer_top .footer_tr .footer_sd{
		display:none;
	}
	.footer_box .footer_bot{
		--font2:26;
	}
	.footer_box .footer_bot .footer_bl > *{
		display:block;
	}
	.footer_box .footer_top .footer_info{
		max-width:none;
		position:relative;
	}
	.footer_box .footer_top .footer_nav > ul > li ~ li,
	.footer_box .footer_top .footer_info{
		margin-left:0;
	}
	.footer_box .footer_top .footer_nav,
	.footer_box .footer_top .footer_nav > ul > li,
	.footer_box .footer_top .footer_info{
		width:100%;
	}
	.footer_box .footer_top .footer_nav > ul > li .footer_st,
	.footer_box .footer_top .footer_info .footer_st{
		display:flex;
		justify-content:space-between;
		align-items:center;
	}
	.footer_box .footer_top .footer_tr .footer_st{
		padding:calc(10px + 20 / var(--invarPx) * var(--centerWidth)) 0;
		position:relative;
		overflow:visible;
	}
	.footer_box .footer_top .footer_tr .footer_st::before,
	.footer_box .footer_top .footer_info::before{
		--width:100vw;
		content:"";
		position:absolute;
		top:0;
		left:50%;
		margin-left:calc(-.5 * var(--width));
		width:var(--width);
		height:1px;
		background:#ddd;
	}
	.footer_box .footer_top .footer_info::before{
		top:auto;
		bottom:0;
	}
	.footer_box .footer_top .footer_tr .footer_st > *{
		width:100%;
	}
	.footer_box .footer_top .footer_tr .footer_st .iconfont{
		font-size:.9em;
	}
	
	.article_w.xFont{
		--font1:12;
		--font2:26;
	}
	
	/* 内页-banner */
	.inner_banner .inner_b_txt .inner_sh{
		--font2:80;
	}
	.inner_banner .inner_qr{
		width:var(--centerWidth);
		display:flex;
		justify-content:flex-end;
	}
	
	/* 当前位置 */
	.inner_loc{
		--font2:26;
	}
	.inner_loc .loc_icon{
		margin:0 .5em;
	}
	
	/* 企业文化页 */
	.qywh_list{
		--col:1;
	}
	.qywh_list .qywh_ss .qywh_abs .qywh_sh{
		--font2:34;
	}
	.qywh_list .qywh_ss .qywh_abs .qywh_txt{
		height:auto !important;
	}
	
	
	
	/* 金尘大事记页 */
	.xw_list2{
		--imgWidth:var(--centerWidth);
	}
	.xw_list2 .xw_ss{
		--font2:22;
	}
	.xw_list2 .xw_ss .xw_r{
		width:100%;
	}
	.xw_list2 .xw_ss .xw_r .xw_st .xw_line{
		display:none;
	}
	.xw_list2 .xw_ss .xw_r .xw_st .xw_sh{
		--font2:34;
	}
	
	/* 新闻详情页 */
	.xqy_container .xqy_tit .xqy_h{
		--font2:44;
	}
	.xqy_container .xqy_tit .xqy_info{
		--font2:20;
	}
	
	/* 内容翻页 */
	.ipn_page{
		--font2:24
	}
	
	/* 可持续发展页 */
	.kcx_list{
		--imgWidthB:var(--centerWidth);
	}
	.kcx_list .kcx_ss .kcx_txt{
		width:100%;
		min-height:auto;
		margin-top:calc(20px + 20 / var(--invarPx) * var(--centerWidth));
	}
	.kcx_list .kcx_ss .kcx_txt .kcx_wrap{
		min-height:auto;
	}
	.kcx_list .kcx_ss .kcx_txt .kcx_sh{
		--font2:44;
	}
	.kcx_list .kcx_ss .kcx_txt .kcx_sw{
		line-height:1.85;
	}
	.kcx_s2 .kcx_top .kcx_r .center_box{
		padding-left:0;
		padding-right:0;
	}
	.kcx_s2 .kcx_top .kcx_r .kcx_wrap{
		padding:var(--pd);
	}
	.kcx_s2 .kcx_top .kcx_r .kcx_wrap .kcx_sw,
	.kcx_s2 .kcx_bot .kcx_txt .kcx_sw{
		--font2:26;
	}
	.kcx_s2 .kcx_bot{
		--imgWidth:var(--centerWidth);
	}
	.kcx_s2 .kcx_bot .kcx_txt{
		width:100%;
		margin-top:calc(20px + 20 / var(--invarPx) * var(--centerWidth));
	}
	.kcx_list2{
		--font2:26;
		--col:1;
	}
	.kcx_s2 .kcx_top .kcx_r .kcx_wrap .kcx_sh,
	.kcx_s2 .kcx_bot .kcx_txt .kcx_sh{
		--font2:44;
	}
	.kcx_list2 .kcx_ss .kcx_st .kcx_w .kcx_sh{
		--font2:44;
		line-height:1.5;
	}
	
	/* 核心优势页 */
	.ys_list{
		--font2:82;
		--dot:12px;
		--dots:8px;
		--imgPdLeft:calc(140 / var(--invarPx) * var(--centerWidth));
		--imgWidth:calc(var(--centerWidth) - var(--dot) - var(--imgPdLeft));
	}
	.ys_list .ys_item .ys_con .ys_ss .ys_txt{
		width:100%;
		margin-top:calc(20px + 20 / var(--invarPx) * var(--centerWidth));
	}
	.ys_list .ys_item .ys_con .ys_ss .ys_txt .ys_sw{
		--font2:24;
	}
	.ys_list .ys_item .ys_con .ys_ss .ys_txt .ys_sh{
		--font2:45;
	}
	.ys_list .ys_item #m1 ~ .ys_con li:nth-child(1) .ys_dot1{
		top:calc(-.5 * var(--liGap) - .9em);
	}
	.ys_s2 .ys_top .ys_img{
		min-height:calc(280 / 430 * 100vw);
	}
	.ys_s2 .ys_top .ys_txt .ys_sh{
		--font2:40;
	}
	.ys_s2 .ys_bot .ys_bl{
		--font2:70;
		width:auto;
	}
	.ys_s2 .ys_bot .center_box{
		-webkit-justify-content:center;
		justify-content:center;
	}
	.ys_s2 .ys_bot .ys_bl .ys_sd{
		-webkit-justify-content:center;
		justify-content:center;
	}
	.ys_s2 .ys_bot .ys_bl .ys_num{
		--font2:140;
	}
	.ys_s2 .ys_bot .ys_br{
		width:100%;
		margin-top:calc(20px + 20 / var(--invarPx) * var(--centerWidth));
	}
	
	
	.ys_list2{
		--font2:24;
		--col:1;
		--imgHeight:calc(300 / 400 * var(--imgWidth))
	}
	.ys_list2 .ys_ss .ys_txt .ys_sh{
		--font2:36;
	}
	
	/* 公共 */
	.greenlight_tree_bg,
	.bluelight_tree_bg{
		background-repeat:no-repeat;
	}
	.greenlight_tree_bg{
		background-color:#e9f6ef;
	}
	.bluelight_tree_bg{
		background-color:#e1f3fd;
	}
	
	/* 有机茶专题页 */
	.yjc_box1 .bz_tit1 .bz_h.font_normal{
		font-size:calc(12px + 70 / var(--invarPx) * var(--centerWidth));
	}
	.yjc_s1 .yjc_con .yjc_txt .yjc_st .yjc_sh{
		--font2:62;
	}
	.yjc_s1 .yjc_con .yjc_txt .yjc_st .yjc_sw,
	.yjc_s2 .yjc_bot .yjc_txt .yjc_sw{
		--font2:24;
	}
	.yjc_s1 .yjc_con .yjc_txt .yjc_sd{
		font-size:10px;
	}
	.yjc_s2 .yjc_top .yjc_con{
		--col:2;
	}
	.yjc_s2 .yjc_top .yjc_con .yjc_ss .yjc_sw{
		--font2:24;
	}
	.yjc_s2 .yjc_top .yjc_con .yjc_ss .yjc_sh{
		--font2:36;
	}
	.yjc_s2 .yjc_bot .yjc_txt .yjc_sh{
		--font2:58;
	}
	.yjc_s3 .yjc_item1{
		--slWidth:100%;
		-webkit-align-items:flex-start;
		align-items:flex-start;
	}
	.yjc_s3 .yjc_item1 .yjc_sll{
		position:relative;
	}
	.yjc_s3 .yjc_item1 .yjc_sll::before{
		content:"";
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:linear-gradient(to top,#dff4e8,rgba(223,244,232,0) 80%);
	}
	.yjc_s3 .yjc_item1 .yjc_slr{
		width:100%;
		margin-left:-100%;
		-webkit-justify-content:center;
		justify-content:center;
	}
	.yjc_s3 .yjc_item1 .yjc_sr{
		width:100%;
		padding-left:5vw;
		padding-right:5vw;
	}
	.yjc_s3 .yjc_item1 .yjc_slr img{
		transform:none;
		width:auto;
		max-width:50%;
		max-height:calc(260px + 500 / var(--invarPx) * var(--centerWidth))
	}
	.yjc_s3 .yjc_item1 .yjc_sr .yjc_wrap{
		padding-left:0;
		width:100%;
		-webkit-justify-content:flex-start;
		justify-content:flex-start;
	}
	.yjc_s3 .yjc_item .yjc_l,
	.yjc_s3 .yjc_item .yjc_r{
		width:100%;
	}
	.yjc_s3 .yjc_item .yjc_l{
		padding-top:calc(20px + 60 / var(--invarPx) * var(--centerWidth));
	}
	.yjc_s3 .yjc_item .yjc_r .yjc_txt{
		width:100%;
	}
	.yjc_s3 .yjc_item .yjc_l img{
		max-width:62%;
	}
	
	/* 禅意茶专题页 */
	.cyc_s2 .cyc_con{
		--imgWidth:var(--centerWidth);
	}
	.cyc_s2 .cyc_con .cyc_ss{
		-webkit-align-items:flex-start;
		align-items:flex-start;
	}
	.cyc_s2 .cyc_con .cyc_ss .cyc_txt{
		width:100%;
		height:auto;
		margin-top:calc(10px + 30 / var(--invarPx) * var(--centerWidth));
		padding-bottom:calc(10px + 30 / var(--invarPx) * var(--centerWidth));
	}
	.cyc_s2 .cyc_con > ul > li:nth-child(even) .cyc_ss .cyc_txt{
		-webkit-justify-content:flex-start;
		justify-content:flex-start;
	}
	.cyc_s2 .cyc_con .cyc_ss .cyc_txt .cyc_wrap{
		min-height:auto;
	}
	.cyc_s2 .cyc_con .cyc_ss .cyc_txt .cyc_sw{
		--font2:24;
	}
	
	/* 冷泡茶专题页 */
	.lpc_s1 .lpc_con{
		--font2:20;
		--gapLeft:calc(50 / var(--invarPx) * var(--centerWidth));
	}
	.lpc_s1 .lpc_con .lpc_ss .lpc_sd .lpc_sh{
		--font2:34;
	}
	
	.lpc_s2 .lpc_con{
		--font2:20;
	}
	.lpc_s2 .lpc_con ul li{
		max-width:30%;
	}
	
	/* 产品详情页 */
	.cpx_container{
		--font2:44;
		--imgWidth:var(--centerWidth);
	}
	.cpx_container .cpx_l{
		margin-top:0;
		height:auto;
	}
	.cpx_container .cpx_r{
		width:100%;
		margin-top:calc(20px + 30 / var(--invarPx) * var(--centerWidth));
	}
	.cpx_container .cpx_l.cover_img img{
		max-width:100%;
	}
	
	/* 品牌广告一览页 */
	.ppgg_box1 .ppgg_tabs{
		--font2:40;
	}
	.ppgg_box1 .ppgg_tabs > ul > li{
		width:50%;
		padding:0;
	}
	.ppgg_box1 .ppgg_tabs > ul > li::before{
		display:none;
	}
	.ppgg_box1 .ppgg_tabs > ul > li .ppgg_ss{
		display:block;
		border:solid 1px #121212;
		text-align:center;
		padding:.3em 0;
	}
	.ppgg_box1 .ppgg_tabs > ul > li.active .ppgg_ss{
		background:#121212;
		color:#fff;
	}
	.ppgg_list{
		--font2:30;
		--col:1;
	}
	
	
	/* 视频弹出窗 */
	.pop_box{
		--closePos:10px;
	}
	.pop_box .pop_close span{
		font-size:16px;
	}
	
	/* 地图 */
	#dituContent .BMap_bubble_pop .ditu_sh{
		--font2:36;
	}
	#dituContent .BMap_bubble_pop .ditu_sw{
		--font2:22;
	}
	
	/* 联系我们页 */
	.lxwm_box1 .lxwm_bot{
		--font2:28;
		--col:1;
	}
	.lxwm_box1 .lxwm_bot .lxwm_ss .lxwm_st{
		--font2:42;
	}
		
	
	
	/* 767 */
}

@media screen and (min-width:768px) and (max-width:1199px){
	:root{
		--headerHeight:70px;
	}
	
	/* header */
	.header_box .header_lan{
		--font1:14;
		--font2:20;
	}
	
	/* 导航 */
	.xla_nav .xla_r ol li ~ li{
		margin-top:0;
	}
	
	/* 产品详情页 */
	.cpx_container{
		--font2:40;
		--scHeight:1;
	}
	.cpx_container .cpx_l img{
		max-width:62%;
	}
	.cpx_container .cpx_l.cover_img{
		-webkit-justify-content:flex-start;
		justify-content:flex-start;
	}
	
	/* 联系我们页 */
	.lxwm_box1 .lxwm_bot > ul > li{
		width:calc(100% / var(--col));
	}
	
	
	
}

@media screen and (min-width:768px) and (max-width:895px){
	/* header */
	.xla_nav{
		--col:4;
	}
	
	/* 标题1 */
	.bz_tit1{
		--font2:40;
	}
	.bz_tit1 .bz_exp{
		--font2:22;
	}
	
	/* 更多2 */
	.bz_more2{
		--font2:28;
	}
	
	/* 金尘大事记 */
	.xw_list{
		--font2:22;
	}
	
	/* 产品介绍 */
	.cp_list{
		--font2:22;
		--col:3;
	}
	
	/* 页脚 */
	.footer_box .footer_top{
		--font2:20;
	}
	.footer_box .footer_top .footer_tr{
		width:100%;
		margin-top:calc(20px + 20 / var(--invarPx) * var(--centerWidth));
	}
	.footer_box .footer_bot{
		--font2:18;
	}
	
	/* 企业文化页 */
	.qywh_list .qywh_ss .qywh_abs .qywh_sh{
		--font2:28;
	}
	.qywh_list .qywh_ss .qywh_abs .qywh_sw{
		line-height:1.65;
	}
	
	/* 金尘大事记页 */
	.xw_list2{
		--imgWidth:calc(720 / var(--invarPx) * var(--centerWidth));
	}
	.xw_list2 .xw_ss{
		--font2:18;
	}
	.xw_list2 .xw_ss .xw_r .xw_sd{
		display:none;
	}
	.xw_list2 .xw_ss .xw_r .xw_st .xw_sh{
		--font2:28;
		--clampRows:1;
	}
	.xw_list2 .xw_ss .xw_r .xw_st .xw_date1{
		display:block;
	}
	
	/* 新闻详情页 */
	.xqy_container .xqy_tit .xqy_h{
		--font2:40;
	}
	.xqy_container .xqy_tit .xqy_info{
		--font2:20;
	}
	.xqy_container .xqy_content{
		--font2:20;
	}
	
	/* 内容翻页 */
	.ipn_page{
		--font2:20;
	}
	
	/* 可持续发展页 */
	.kcx_list{
		--imgWidthB:var(--centerWidth);
	}
	.kcx_list .kcx_ss .kcx_txt{
		width:100%;
		min-height:auto;
		margin-top:calc(20px + 20 / var(--invarPx) * var(--centerWidth));
	}
	.kcx_list .kcx_ss .kcx_txt .kcx_wrap{
		min-height:auto;
	}
	.kcx_list .kcx_ss .kcx_txt .kcx_sw{
		--font2:20;
	}
	.kcx_s2 .kcx_bot{
		--imgWidth:var(--centerWidth);
	}
	.kcx_s2 .kcx_bot .kcx_txt{
		width:100%;
		margin-top:calc(20px + 20 / var(--invarPx) * var(--centerWidth));
	}
	.kcx_s2 .kcx_bot .kcx_txt .kcx_sw{
		--font2:20;
	}
	.kcx_list2{
		--font2:20;
	}
	
	/* 核心优势 */
	.ys_list{
		--imgWidth:calc(var(--centerWidth) - var(--dot) - var(--imgPdLeft));
	}
	.ys_list .ys_item .ys_con .ys_ss .ys_txt{
		width:100%;
		margin-top:calc(20px + 20 / var(--invarPx) * var(--centerWidth));
	}
	.ys_list .ys_item .ys_con .ys_ss .ys_txt .ys_sw{
		--font2:22;
	}
	.ys_s2 .ys_bot .ys_br{
		--font2:20;
	}
	.ys_list2{
		--font2:20;
		--gapLeft:calc(80 / var(--invarPx) * var(--centerWidth));
	}
	.ys_list2 .ys_ss .ys_txt .ys_sh{
		--font2:24;
	}
	
	/* 有机茶专题页 */
	.yjc_s1 .yjc_con .yjc_txt .yjc_st .yjc_sw{
		--font2:20;
	}
	.yjc_s1 .yjc_con .yjc_txt .yjc_sd{
		--font2:18;
	}
	.yjc_s2 .yjc_top .yjc_con .yjc_ss .yjc_sw{
		--font2:20;
	}
	.yjc_s2 .yjc_top .yjc_con .yjc_ss .yjc_sh{
		--font2:28;
	}
	.yjc_s2 .yjc_bot .yjc_txt .yjc_sw{
		--font2:20;
	}
	.yjc_s2 .yjc_bot .yjc_txt .yjc_sh{
		--font2:44;
	}
	.yjc_s3 .yjc_item1 .yjc_sr .yjc_wrap{
		padding-left:22%;
	}
	
	/* 禅意茶专题页 */
	.cyc_s2 .cyc_con{
		--imgWidth:calc(840 / var(--invarPx) * var(--centerWidth));
		--txtPd:calc(10px + 60 / var(--invarPx) * var(--centerWidth));
	}
	.cyc_s2 .cyc_con .cyc_ss{
		-webkit-align-items:center;
		align-items:center;
	}
	.cyc_s2 .cyc_con .cyc_ss .cyc_txt{
		height:auto;
	}
	.cyc_s2 .cyc_con .cyc_ss .cyc_txt .cyc_sw{
		--font2:20;
		margin-top:calc(10px + 30 / var(--invarPx) * var(--centerWidth));
		line-height:1.7;
	}
	
	/* 冷泡茶专题页 */
	.lpc_s1 .lpc_con{
		--font2:22;
	}
	.lpc_s1 .lpc_con .lpc_ss .lpc_sd .lpc_sh{
		--font2:30;
	}
	.lpc_s2 .lpc_con{
		--font2:22;
	}
	
	/* 产品详情页 */
	.cpx_container .cpx_r .cpx_sw{
		--font2:20;
	}
	
	/* 品牌广告一览 */
	.ppgg_list{
		--font2:24;
		--col:2;
	}
	
	/* 地图 */
	#dituContent .BMap_bubble_pop .ditu_sh{
		--font2:26;
	}
	#dituContent .BMap_bubble_pop .ditu_sw{
		--font2:20;
	}
	
	
}

@media screen and (min-width:896px) and (max-width:1199px){
	/* header */
	.xla_nav{
		--col:5;
	}
	
	/* 更多2 */
	.bz_more2{
		--font2:26;
	}
	
	/* 更多3 */
	.bz_more3{
		--btnWidth:calc(40px + 220 / var(--invarPx) * var(--centerWidth))
	}
	
	/* 标题1 */
	.bz_tit1 .bz_exp{
		--font2:20;
	}
	
	/* 公共 */
	.article_w.xFont{
		--font2:20;
	}
	
	/* 金尘大事记 */
	.xw_list{
		--font2:22;
	}
	
	/* 产品介绍 */
	.cp_list{
		--col:3;
		--font2:22;
	}
	
	/* 页脚 */
	.footer_box .footer_top{
		--font2:19;
	}
	.footer_box .footer_top .footer_tr{
		--gap:calc(80 / var(--invarPx) * var(--centerWidth));
	}
	.footer_box .footer_bot{
		--font2:18;
	}
	
	/* 企业文化页 */
	.qywh_list .qywh_ss .qywh_abs .qywh_sh{
		--font2:28;
	}
	
	/* 金尘大事记页 */
	.xw_list2{
		--imgWidth:calc(100px + 620 / var(--invarPx) * var(--centerWidth));
	}
	.xw_list2 .xw_ss{
		--font2:20;
	}
	.xw_list2 .xw_ss .xw_r .xw_st .xw_sh{
		--font2:28;
		--clampRows:1;
	}
	
	/* 新闻详情页 */
	.xqy_container .xqy_tit .xqy_h{
		--font2:36;
	}
	.xqy_container .xqy_tit .xqy_info{
		--font2:18;
	}
	
	/* 内容翻页 */
	.ipn_page{
		--font2:20;
	}
	
	/* 可持续发展页 */
	.kcx_list{
		--imgWidthB:calc(200px + 500 / var(--invarPx) * var(--centerWidth))
	}
	.kcx_s2 .kcx_top .kcx_r .kcx_wrap .kcx_sw{
		--font2:20;
	}
	.kcx_s2 .kcx_bot{
		--imgWidth:calc(800 / var(--invarPx) * var(--centerWidth));
		--gap:calc(10px + 60 / var(--invarPx) * var(--centerWidth));
	}
	.kcx_s2 .kcx_bot .center_box{
		-webkit-align-items:center;
		align-items:center;
	}
	.kcx_s2 .kcx_bot .kcx_txt .kcx_sw{
		--font2:19;
	}
	.kcx_list2{
		--font2:19;
	}
	
	/* 核心优势页 */
	.ys_list{
		--imgPdLeft:calc(100 / var(--invarPx) * var(--centerWidth));
		--txtGap:calc(10px + 50 / var(--invarPx) * var(--centerWidth));
	}
	.ys_list .ys_item .ys_con .ys_ss .ys_txt .ys_sw{
		--font2:20;
	}
	.ys_list2{
		--font2:20;
		--gapLeft:calc(10px + 50 / var(--invarPx) * var(--centerWidth));
	}
	.ys_list2 .ys_ss .ys_txt .ys_sh{
		--font2:24;
	}
	
	/* 有机茶专题页 */
	.yjc_s1 .yjc_con{
		--fontOverflow:calc(300 / 36 * 1em);
		--gap:calc(10px + 50 / var(--invarPx) * var(--centerWidth));
	}
	.yjc_s1 .yjc_con .yjc_txt .yjc_st .yjc_sw{
		--font2:20;
	}
	.yjc_s1 .yjc_con .yjc_txt .yjc_sd{
		margin-top:calc(20px + 30 / var(--invarPx) * var(--centerWidth));
	}
	.yjc_s2 .yjc_top .yjc_con .yjc_ss .yjc_sh{
		--font2:26;
	}
	.yjc_s2 .yjc_top .yjc_con .yjc_ss .yjc_sw{
		--font2:19;
	}
	.yjc_s2 .yjc_bot .yjc_txt .yjc_sh{
		--font2:40;
	}
	.yjc_s2 .yjc_bot .yjc_txt .yjc_sw{
		--font2:20;
	}
	.yjc_s3 .yjc_item1 .yjc_sr .yjc_wrap{
		padding-left:23%;
	}
	
	/* 禅意茶专题页 */
	.cyc_s2 .cyc_con{
		--imgWidth:calc(840 / var(--invarPx) * var(--centerWidth));
		--txtPd:calc(10px + 60 / var(--invarPx) * var(--centerWidth));
	}
	.cyc_s2 .cyc_con .cyc_ss .cyc_txt .cyc_sw{
		--font2:19;
		line-height:1.8;
	}
	
	/* 冷泡茶专题页 */
	.lpc_s1 .lpc_con{
		--font2:20;
	}
	.lpc_s1 .lpc_con .lpc_ss .lpc_sd .lpc_sh{
		--font2:28;
	}
	.lpc_s2 .lpc_con{
		--font2:20;
	}
	
	/* 品牌广告一览 */
	.ppgg_list{
		--font2:22;
	}
	
	
	
	
}