body { background-color: #fffcf7; color: #333; font-family: Roboto }
a { color: #333; }
a:hover { color: #1c7e41; }

/*Top003101 */
.Top003101 { padding: 15px 4.166666666666667%; position: absolute; left: 0; width: 100%; top: 0; z-index: 100; font-size: .18rem; }
.Top003101 .auto { position: relative; margin: initial; width: 100% }
.Top003101, 
.Top003101 a { color: #fff; }
.Top003101 .logo { float: left; position: relative; width: 16.25%; }
.Top003101 .logo:before { position: absolute; content: ''; width: 100%; padding-bottom: 100%; left: 50%; top: 0; transform: translate(-50%, -55%); background-color: #fffbef; border-radius: 50%; z-index: -1 }
.Top003101 .logo a { width: 44%; margin: auto; display: block;transform: translateY(-4px); }
.Top003101 .logo a img{ width: 100%;}
.Top003101 .top-right, 
.Top003101 menu { float: right; margin-top: 0.16rem; }
.Top003101 menu li span { display: block; line-height: 38px; font-weight: bold; font-size: .2rem;}
.Top003101 menu li span a{ display: block; }
.Top003101 menu li .sub dt a { display: block; padding: .05rem 0;transition: .3s all }
.Top003101 menu li .sub dt a:hover{ font-size: .22rem }
.Top003101 .top-right dl>* { float: left; }
.Top003101 .top-right dl{display: flex;align-items: center;}
.Top003101 .top-lang, 
.Top003101 .top-nav { position: relative; z-index: 100; }
.Top003101 .top-nav aside { line-height: 38px; padding-right: 19px; position: relative; z-index: 3; }
.Top003101 .top-nav aside:after { position: absolute; content: ''; background: url(../images/Top003101-links.svg) no-repeat right center; background-size: contain; width: 9px; height: 5px; right: 0; top: 50%; margin-top: -2px; transition: 0.3s; }
.Top003101 .top-nav.on aside:after { transform: rotate(-180deg); }
.Top003101 .top-lang .box, 
.Top003101 .top-nav ul { position: absolute; top: 0; left: -10px; right: -10px; padding: 40px 10px 10px; border-radius: 10px; background-color: rgba(0, 0, 0, 0.2); display: none; }
.Top003101 .top-nav ul li { font-size: 16px; line-height: 2; }
.Top003101 .top-lang { margin: 0 1.61vw 0 1.56vw; }
.Top003101 .top-lang .icon { width: 38px; height: 38px; background: url(../images/Top003101-lang.svg) no-repeat center center; background-size: auto 26px; }
.Top003101 .top-lang .box { text-align: center; }
.Top003101 .top-lang .bb{display: flex;align-items: center;}
.Top003101 .top-lang .bb a{transition: .3s all;font-weight: bold;font-size: .2rem}
.Top003101 .top-lang .bb a:first-child{position: relative;padding-right: .2rem;margin-right: .2rem;}
.Top003101 .top-lang .bb a:first-child::before{position: absolute;content: '';width: 1px;height: .12rem;background: #fff;right: 0;top: 50%;transform: translateY(-50%);opacity: .3}
.Top003101 .top-lang .bb a:hover{ font-size: .22rem}
.Top003101 .top-search { display: block; border-radius: 0.5rem; background-color: rgba(255, 255, 255, 0.15); padding: 0 0.44rem 0 0.15rem; }
.Top003101 .top-search .text { background: none; width: 0.6rem; color: rgba(255, 255, 255, 0.5); padding: 0; transition: 0.3s; height: 0.38rem; line-height:0.38rem;font-size: .16rem; }
.search-show .Top003101 .top-search .text { width: 8vw; }
.Top003101 .top-search .btn { background: url(../images/Top003101-search.svg) no-repeat center center; width: 40px; background-size: auto 48%; }
.Top003101 .open-s { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 4; cursor: pointer; }
.search-show .Top003101 .open-s { display: none; }
.Top003101 .open-menu { width: 30px; height: 38px; display: none }
@media(min-width:1025px) {
	.Top003101 menu li { float: left; margin-right: 3.5vw; }
	.Top003101 menu li.aon span a { font-size: .22rem }
	.Top003101 menu li .sub { position: absolute; visibility: hidden; opacity: 0; transition: 0.5s; transform: translateY(-20px) }
	.Top003101 menu li:hover .sub { visibility: inherit; opacity: 1; transform: translateY(0) }
	.Top003101 .top-right { position: relative; padding-left: 0vw; }
	.Top003101 .top-right:before { position: absolute; content: ''; width: 1px; height: 10px; background-color: #fff; opacity: 0.3; left: 0; top: 50%; margin-top: -5px; }
}
@media(min-width:1025px) and (max-width:1440px) {
	.Top003101 { font-size: 1.3vw; }
	.Top003101 .top-lang { margin: 0 1vw; }
}
@media (max-width:1024px) {
	.Top003101 { padding-left: 2%; padding-right: 2% }
	.Top003101 .logo { width: 20% }
	.Top003101 .top-nav { display: none; }
	.Top003101 .top-right { margin-top: 0 }
	.Top003101 menu { position: absolute; right: 2%; top: -100%; width: 60%; max-width: 240px; transform: translateY(-500%); opacity: 0; background-color: rgba(0, 0, 0, 0.5); padding: 2vw; border-radius: 5px; transition: opacity 0.3s; }
	.Top003101 menu li .sub { display: none; padding: .2rem }
	.Top003101 .open-menu { margin-left: 2vw; display: block }
	.menu-show .Top003101 menu { top: 100%; transform: translateY(0); opacity: 1; }
	.search-show .Top003101 .top-search .text { width: 13vw; }
	.Top003101 .top-lang .bb a{font-size: .16rem;}
	.Top003101 .top-lang .bb a:first-child{padding-right: .1rem;margin-right: .1rem;}
	.Top003101 .top-search{padding: 0 0.4rem 0 0.12rem;}
}
@media (max-width:640px) {
	.Top003101 .logo { width: 30% }
	.Top003101 .logo a { width: 50%; transform: translateY(-20%) }
}

/*Banner003223 */
.Banner003223 { position: relative; z-index: 1; --hover-color: #1c7e41; --white: #fff; }
.Banner003223 .swiper-wrapper { height: auto; }
.Banner003223 .txt { position: absolute; left: 0; top: 0; height: 100%; width: 100%; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; align-items: center; z-index: 3; color: var(--white);flex-direction: column; justify-content: center; }
.Banner003223 .txt :where(.logo, .tit) { opacity: 0; transform: translateY(0.5rem); transition: 1s }
.Banner003223 .txt .logo { margin-bottom: 0.5rem;width: 1.65rem; transition-delay: 0.5s }
.Banner003223 .txt .tit { font-size: var(--font-size40); line-height: 1.2; max-width: 8rem; transition-delay: 0.8s;font-weight: 700; width: 90%;text-align: center;}
.Banner003223 .controls-page { bottom: 6.06826802%; position: absolute; z-index: 10; text-align: center; }
.Banner003223 .controls-page span { width: 0.14rem; height: 0.14rem; background-color: rgba(255, 255, 255, 0.6); margin: 0 0.1rem !important; display: block; border-radius: 50%; opacity: 1; }
.Banner003223 .controls-page span.swiper-pagination-bullet-active { border-color: var(--hover-color); background-color: var(--hover-color); }
.Banner003223 .swiper-slide-active .txt :where(.logo, .tit) { opacity: 1; transform: translateX(0) }
@media (max-width:640px) {
	.Banner003223 .txt .logo {width:18vw; max-width: 1.65rem; margin-bottom: 0.2rem;}
	.Banner003223 .txt .tit { font-size: var(--font-size24);}
}
.h-title { font-size: 0.44rem; font-weight: bold; color: #1c7e41; line-height: 1; margin-bottom: 0.4rem; }
.h-title.center { text-align: center }
.h-title.white { color: #fff }
.h-more { font-size: 0.18rem; color: #7ab73a; display: inline-block; }
.h-more:before, .h-more:after { display: inline-block; content: ''; height: 1px; background: #ffac07; vertical-align: baseline; transition: 0.3s width; }
.h-more:before { width: 40px; margin-right: 8px; }
.h-more:after { width: 0; }
.h-more:hover:before { width: 0; margin-right: 0; }
.h-more:hover:after { width: 40px; margin-left: 8px; }
@media(min-width:641px) and (max-width:768px) {
	.h-more { font-size: 3vw; }
}
@media(max-width:640px) {
	.h-more { font-size: 4vw; }
}
.homecontent {    /*background: url(../images/homebg.jpg) no-repeat top/cover;*/ }
.homecontent2 { background: url(../images/homebg3.jpg) no-repeat top/cover; }

/*Floor002694 */
.Floor002694 { position: relative; z-index: 12; padding: 5vw 0 5vw 0; background: #fff8e4; }
.Floor002694:after { content: ''; width: 18.22916666666667%; padding-bottom: 18.22916666666667%; display: block; bottom: -2rem; left: 0; position: absolute; background: url(../images/afterimg1.png) no-repeat left center; background-size: contain }
.Floor002694 .auto { position: relative; z-index: 3; }
.Floor002694 .con { text-align: center; padding: 0 10% }
.Floor002694 .left { width: 20%; float: left; }
.Floor002694 .right { width: 77%; float: right; }
.Floor002694 .left { position: relative; z-index: 3; }
.Floor002694 .intro { color: #333; }
.Floor002694 .con .intro { color: #fff; }
.Floor002694 .intro>* { padding-left: 0%; }
.Floor002694 .intro p { line-height: 32px; position: relative; margin: 0; margin-bottom: 0.2rem; }
.Floor002694 .intro .h-more { margin-top: 0.1rem; }
.Floor002694 .right { position: relative; padding-left: 0%; padding-bottom: 0%; }
.Floor002694 .right img { display: block; width: 100%; }
.Floor002694 .right p { line-height: 32px; position: relative; margin: 0; margin-bottom: 0.2rem; font-size: 0.2rem; }
@media(max-width:1024px) {
	.Floor002694 .left, .Floor002694 .right { width: auto; float: none; }
	.Floor002694 .right { padding-top: 4%; }
	.Floor002694 .left { padding-right: 3%; }
	.Floor002694 .quan { height: 50%; }
	.Floor002694 .quan1 { left: -20%; top: -25%; }
	.Floor002694 .quan2 { bottom: -10%; }
}
@media(max-width:640px) {
	.Floor002694 .intro p { line-height: 24px; }
	.Floor002694 .right::after { height: 50px; }
}

/* .Floor001739 为demo编号 */
.Floor001739 { padding: 5vw 0; background: #fff2c9; position: relative; z-index: 11 }
.Floor001739:after { content: ''; width: 18.22916666666667%; padding-bottom: 18.22916666666667%; display: block; bottom: -1.5rem; right: 0; position: absolute; background: url(../images/afterimg2.png) no-repeat left center; z-index: 15; background-size: 100% }
.Floor001739 ul { display: flex; flex-wrap: wrap; position: relative; z-index: 10 }
.Floor001739 li { float: left; width: 33.33%; text-align: center; position: relative; }
.Floor001739 li:nth-child(odd) { background: #68c5b6; }
.Floor001739 li:nth-child(even) { background: #a0ad64; }
.Floor001739 li:nth-child(1) { }
.Floor001739 li:nth-child(2) { background: #629083; }
.Floor001739 li:nth-child(3) { background: #a0ad64; }
.Floor001739 li:nth-child(4), .Floor001739 li:nth-child(5) { width: 50%; }
.Floor001739 li a { display: block; margin: 0 auto; padding: 0.5rem 0.6rem; }
.Floor001739 li figure img { width: 50%; max-width: 75px; }
.Floor001739 li h3 { font-size: 0.32rem; margin: 0.2rem 0 0.2rem; color: #fff }
.Floor001739 li h3.white { color: #fff }
.Floor001739 li p { font-size: 0.18rem; line-height: 1.8; color: #fff; margin-top: 0; margin-bottom: 0; text-align: left; }
.Floor001739 li p.white { color: #fff; }
.Floor001739 li a:hover * { }
@media(max-width:1200px) {
	.Floor001739 li a { padding: .2rem .3rem }
}
@media(max-width:1024px) and (min-width:768px) {
	.Floor001739 li { width: 50%; }
	.Floor001739 li:nth-child(2n)::before { display: none; }
	.Floor001739 li:nth-child(4) { background: #a3dbd2; }
}
@media(max-width:768px) {
	.Floor001739 li { width: 100% !important; }
	.Floor001739 li:nth-child(3) { background: #a3dbd2; }
}

/*Floor003029 */
.Floor003029 { padding: 5vw 0 8vw; background: #fcfdd8; position: relative; }
.Floor003029:after, .Floor003029:before { content: ''; position: absolute; display: block; width: 18.22916666666667%; padding-bottom: 18.22916666666667%; background-size: contain; background-repeat: no-repeat }
.Floor003029:after { top: 1.9rem; left: 0; background-position: left center; background-image: url(../images/afterimg3.png) }
.Floor003029:before { bottom: -0.2rem; right: 0; background-position: right center; background-image: url(../images/afterimg4.png); }
.Floor003029 .auto { }
.Floor003029 .topcon { position: relative; z-index: 20 }
.Floor003029 .topcon .h-more { position: absolute; right: 0; top: 0.15rem; }
.Floor003029 .more { font-size: 18px; }
.Floor003029 .more:before, .Floor003029 .more:after { display: inline-block; content: ''; height: 1px; background: #0275d7; vertical-align: baseline; transition: 0.3s width; }
.Floor003029 .more:before { width: 40px; margin-right: 8px; }
.Floor003029 .more:after { width: 0; }
.Floor003029 .more:hover:before { width: 0; margin-right: 0; }
.Floor003029 .more:hover:after { width: 40px; margin-left: 8px; }
@media(min-width:641px) and (max-width:768px) {
	.Floor003029 .more { font-size: 3vw; }
}
@media(max-width:640px) {
	.Floor003029 .more { font-size: 4vw; }
}
.Floor003029 li { margin-bottom: 0vw; position: relative; }
.Floor003029 li a { display: block; transition: 0.3s; position: relative }
.Floor003029 li a::after { content: ''; position: absolute; width: 100%; height: 100%; background: #1c7e41; right: -.2rem; bottom: -.1rem; z-index: 0; transform: rotate3d(5, 4, 6, 11deg); }
.Floor003029 li .inner { position: relative; z-index: 10;overflow: hidden}
.Floor003029 li .txt { position: absolute; top: 32%; z-index: 10; left: 10%; right: -13px; transition: 0.3s }
.Floor003029 li .txt aside { font-size: 0.4rem; font-weight: bold; text-transform: uppercase; margin-bottom: 0.18rem;transition: .3s all }
.Floor003029 li .txt p { line-height: 2.25em; opacity: 0.5; }
.Floor003029 li .pic { background: #000; }
.Floor003029 li .pic figure { padding-bottom: 130% }
.Floor003029 li .pic img { opacity: 0.75; }
.Floor003029 li .h-more { color: #fff; }
.Floor003029 li a { color: #fff; }
.Floor003029 li a:hover .txt { left: 10%; right: 10%; }
.Floor003029 li a:hover .txt aside { font-size: 0.44rem; }
@media(min-width:641px) {
	.Floor003029 li { float: left; width: 29.3%; }
	.Floor003029 li:not(:last-child) { margin-right: 6%; }
	.Floor003029 li:nth-child(1) { margin-top: 9.1667vw; }
	.Floor003029 li:nth-child(2) { margin-top: 4.48vw; }
}
@media(max-width:640px) {
	.Floor003029 ul { width: 80%; margin: auto }
	.Floor003029 li { padding: 10% 0 }
	.Floor003029 li .txt aside { font-size: 4vw; }
	.Floor003029 li .txt p { font-size: 3vw; }
}

/*Bottom003222 */
.Bottom003222 { background: url(../images/Bottom003222-bg.jpg) no-repeat center/cover; padding-top: var(--padMar80) }
.Bottom003222_2 { background: url(../images/Bottom003222-bg2.jpg) no-repeat center/cover; }
.Bottom003222, 
.Bottom003222 a{ color: #fff }
.Bottom003222 .f-top { margin-bottom: 0.5rem }
.Bottom003222 .logo {margin-bottom: 0.5rem }
.Bottom003222 .logo img { max-height: 1.2rem;object-fit: contain;}
.Bottom003222 .f-top .share { display: none}
.Bottom003222 .f-top .share li+li { margin-left: 0.1rem }
.Bottom003222 .f-top .share li a { border-radius: 50%; display: block; width: 0.45rem; height: 0.45rem; background-position: center center; background-repeat: no-repeat; background-size: contain; background-color: rgba(255, 255, 255, 0.15); transition: 0.3s }
.Bottom003222 .f-top .share li a:hover { background-color: #1c7e41 }
.Bottom003222 .f-top .share li.in a { background-image: url(../images/Bottom003222-share-in.svg); background-size: auto 0.16rem }
.Bottom003222 .f-top .share li.fb a { background-image: url(../images/Bottom003222-share-fb.svg); background-size: auto 0.19rem }
.Bottom003222 .f-top .share li.ytb a { background-image: url(../images/Bottom003222-share-ytb.svg); background-size: auto 0.13rem }
.Bottom003222 .f-top .share li.ing a { background-image: url(../images/Bottom003222-share-ing.svg); background-size: auto 0.18rem }
.Bottom003222 .f-mid .contact dd { padding-left: 0.28rem; line-height: calc(34 / 18); font-size: 0.16rem; background-position: center center; background-repeat: no-repeat; background-size: contain; background-size: 0.17rem auto; background-position: left 0.4em }
.Bottom003222 .f-mid .contact dd+dd { margin-top: 0.1rem }
.Bottom003222 .f-mid .contact dd.tel {background-image: url(../images/Bottom003222-tel.svg); background-position: left 0.22em; background-size: 0.19rem auto; }
.Bottom003222 .f-mid .contact dd.tel a { color: #fff }
.Bottom003222 .f-mid .contact dd.add { background-image: url(../images/Bottom003222-add.svg) }
.Bottom003222 .f-mid .contact dd.email { background-image: url(../images/Bottom003222-email.svg); background-size: 0.18rem auto; background-position: left 0.7em }
.Bottom003222 .f-mid nav ul { font-size: var(--font-size30); column-count: 2; }
.Bottom003222 .f-mid nav ul li { break-inside: avoid; padding-bottom: 0.30rem }
.Bottom003222 .f-mid nav ul li a{ transition: .3s all;}
.Bottom003222 .f-mid nav ul li:hover a{ font-size: var(--font-size34);}
.Bottom003222 .f-bottom { padding: 0.3rem 0; border-top: 1px solid rgba(255, 255, 255, 0.8); margin-top: 0.4rem }
.Bottom003222 .f-bottom, 
.Bottom003222 .f-bottom a:not(:hover) { }
.Bottom003222 .f-bottom .other a:not(:last-child):after { content: "·"; margin: 0 1em }
@media (min-width:1025px) {
	.Bottom003222 .f-mid .contact { max-width: 5rem }
	.Bottom003222 .f-mid nav {border-left: 1px solid rgba(255, 255, 255, 0.8);padding-left: 5%;padding-top: 5%}
	.Bottom003222 .f-mid nav ul { width: 4.2rem }
}
@media (max-width:1024px) {
	.Bottom003222 { padding-top: var(--padMar50) }
	.Bottom003222 .f-top { flex-direction: column; align-items: center; }
	.Bottom003222 .logo { margin-bottom: 0.2rem;text-align: center}
	.Bottom003222 .f-mid .contact { margin-bottom: var(--padMar50); }
	.Bottom003222 .f-bottom { text-align: center; margin-top: 0 }
	.Bottom003222 .f-mid nav ul { font-size: var(--font-size20); }
	.Bottom003222 .f-mid nav ul li { padding-bottom: .1rem }
	.Bottom003222 .f-top { margin-bottom: var(--padMar50) }
	.Bottom003222 .copyright { margin-bottom: 0.1rem; }
}
.cbanner { position: relative }
.cbanner .box { position: relative }
.cbanner figure img { width: 100% }
.cbanner .txt { position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding-top: .5rem }
.cbanner .txt .tit { font-size: var(--font-size60); color: #fff; font-weight: bold; padding-bottom: .35rem; }
.cbanner .txt .desc { color: #333; opacity: .85; font-family: 'hml' }
.cbanner .location { font-family: 'hml'; font-size: var(--font-size18);background: #fcfdd8; }

.cbanner .location a { color: #333; opacity: .75; }
.cbanner .location a:hover { background: linear-gradient(-45deg, #00817b, #6eb92b); -webkit-background-clip: text; background-clip: text; color: transparent; opacity: 1; }
.cbanner .location span { color: #333; opacity: .75; }
.cbanner .location i { margin: 0 .05rem; color: #333; opacity: .75; }
.cbanner .location .txtbox{padding: .2rem 0; }
.back_list{position: relative; padding: 2% 0; text-align: center}
.cbanner .location .back_list a{ padding: .1rem .3rem; border: 1px solid #ffac07;border-radius: 3px;color: #ffac07;transition: .3s all;line-height: .4rem;}
.cbanner .location .back_list a:hover{ background: #ffac07;color: #fff;}
@media (min-width:1025px) {
    .cbanner .location .autoCon-1400{ display: flex;justify-content: space-between;align-items: center; }
	.cbanner .location .txtbox{ }
	
	/*
	body.bantxt_white .cbanner .tit,
	body.bantxt_white .cbanner .location span,
	body.bantxt_white .cbanner .location i,
	body.bantxt_white .cbanner .location a,
	body.bantxt_white .cbanner .tit { color: #fff; }*/
}
@media (max-width:1024px) {
	.cbanner { background: #fcf5e3 }
	.cbanner .txt .tit { font-size: var(--font-size40); }
}



.About { background: #f7efe2; padding: 5vw 0 10vw }
.About .title { font-size: var(--font-size60); color: #1c7e41; font-weight: bold; padding-bottom: .2rem }
.About .desc { line-height: 2; font-size: var(--font-size18); }
.About .con .item { margin-top: 5.2vw }
.About .con .pic .img { transform: rotate(-8deg); position: relative }
.About .con .pic .img::before { content: ''; position: absolute; width: 100%; height: 100%; background: #f39801; transform: rotate(12deg); }
.About .con .item:nth-child(2n) .pic .img { transform: rotate(8deg); }
.About .con .item:nth-child(2n) .pic .img::before { transform: rotate(-12deg); background: #1c7e41 }
.About .con .pic figure { position: relative; z-index: 10; }
@media(min-width:1024px) {
	.About .con .txt { flex: 1; padding-right: 10% }
	.About .con .pic { flex: 0 0 auto; width: 45% }
	.About .con .item:nth-child(2n) { flex-direction: row-reverse; }
	.About .con .item:nth-child(2n) .txt { padding-right: 0; padding-left: 10% }
}
@media(max-width:1024px) {
	.About .title { font-size: var(--font-size40); }
	.About .con .txt { width: 100%; padding-bottom: 5vw }
	.About .con .pic { margin: auto; width: 80%; }
	.About .con .item:not(:first-child) { margin-top: 8vw }
}
.sitemap li { padding: 2% 0; border-bottom: solid 1px #ddd }
.sitemap li b { font-size: var(--font-size20); }
.sitemap li .sub span { display: inline-block }
.sitemap li .sub span:not(:last-child) { padding-right: 4vw }
.linklist li { width: 25%; padding: 1% }
.linklist li a { height: 100%; display: block; border: solid 1px #ddd; padding: 4% }
.linklist li figure { padding-bottom: 30% }
.linklist li .txt { margin-top: .2rem }
@media(max-width:1024px) {
	.linklist li { width: 33.333%; }
}
@media(max-width:640px) {
	.linklist li { width: 50%; }
}
.Values { background: #fff2c9; padding: 5vw 0 }
.Values .list { gap: 3%; display: flex; flex-wrap: wrap; fajustify-content: space-between; }
.Values .list .item { width: 47%; flex: auto; background: rgba(255, 255, 255, .5); margin-bottom: 3% }
.Values .list .item .tit { display: flex; align-items: center; justify-content: space-between; padding: .2rem .8rem; background: linear-gradient(to right, #1c7e41 0%, #b3cb4e 100%); }
.Values .list .item .tit span { font-size: var(--font-size40); color: #fff; font-weight: bold }
.Values .list .item .tit .icon img { max-height: .6rem }
.Values .list .item .desc { padding: .5rem .8rem; line-height: 2; font-size: var(--font-size18); }
@media(max-width:1024px) {
	.Values .list { gap: 0%; }
	.Values .list .item .tit { padding: .1rem .2rem }
	.Values .list .item { width: 100%; }
	.Values .list .item .desc { padding: 5% 8% }
}
.Product { background: #fcfdd8; padding: 5vw 0 }
.Product .title { font-size: var(--font-size50); color: #121212; font-weight: bold; padding-bottom: .5rem; text-align: center }
.Product .proindex { display: flex; flex-wrap: wrap; gap: 2% }
.Product .proindex .item { width: 32%; position: relative }
.Product .proindex .item .pic figure { padding-bottom: 114% }
.Product .proindex .item .txt { position: absolute; width: 100%; left: 0; bottom: 0; text-align: center; line-height: 1rem; font-size: var(--font-size30); color: #fff; font-weight: bold; z-index: 10 }
.Product .proindex .item .pic::before { content: ''; position: absolute; width: 100%; left: 0; bottom: 0; height: 50%; background: linear-gradient(to top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%); z-index: 9 }
@media(min-width:640px) {
	.Product .proindex .item:nth-child(3)~.item { margin-top: 2% }
}
@media(max-width:640px) {
	.Product .proindex .item { width: 100%; margin-top: 4% }
	.Product .title { font-size: var(--font-size40); }
}
.Product .prolist { display: flex; flex-wrap: wrap; margin: -.15rem }
.Product .prolist .item { position: relative; padding: .15rem; width: 25%; margin-bottom: -1px; overflow: hidden; }
.Product .prolist .item a { display: -webkit-flex; display: flex; width: 100%; min-height: 100%; }
.Product .prolist .item .pic { position: relative; width: 100%; overflow: hidden; }
.Product .prolist .item .pic figure { padding-bottom: 100%; transition: 0.3s ease-in-out; }
.Product .prolist .item .txt { color: #fff; text-align: center; position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: .15rem; line-height: 1.5; opacity: 0; transition: 0.3s ease-in-out; display: flex; justify-content: center; align-items: center }
.Product .prolist .item .txt .tit { font-size: var(--font-size32); font-weight: bold; }
.Product .prolist .item a:hover .pic figure { transform: scale(1.05); filter: blur(10px); -webkit-filter: blur(10px); }
.Product .prolist .item a:hover .txt { opacity: 1; }
.Product .back_list{margin-top: .3rem;transition: .3s all;}
.Product .back_list a{ padding: .1rem .3rem; border: 1px solid #ffac07;border-radius: 3px;background: #ffac07;color: #fff;line-height: .4rem;font-size: .2rem}
.Product .back_list:hover{transform: scale(1.05)}
@media(max-width:1024px) {
	.Product .prolist .item { width: 50%; }
}
.Product .prolist2 ul { display: flex; flex-wrap: wrap; }
.Product .prolist2 li { border: 1px solid #fafafa; width: 23.5%; margin-right: 2%; background: rgb(255 255 255 / 25%); position: relative; cursor: pointer;margin-bottom: 2%;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);transition: transform 0.3s ease, box-shadow 0.3s ease;border-radius: 12px; overflow: hidden}
.Product .prolist2 li:nth-child(4n){ margin-right: 0}
.Product .prolist2 li .pic { height: 3.2rem; display: flex; justify-content: center; align-items: center; }
.Product .prolist2 li .pic figure { display: flex;justify-content: center;align-items: center}
.Product .prolist2 li .pic img { max-width: 75%; transition: 0.3s ease-in-out; }
.Product .prolist2 li .txt { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(28, 126, 65, .8); flex-direction: column; justify-content: center; align-items: center; display: flex; padding: 0 .3rem; opacity: 0; transition: 0.3s ease-in-out; }
.Product .prolist2 li .txt .tit { font-size: var(--font-size24); color: #fff; font-weight: bold; }
.Product .prolist2 li .txt .desc { color: #fff; line-height: 1.75; padding-top: .2rem; max-height: 60%; overflow-y: auto; }
.Product .prolist2 li:hover {transform: translateY(-5px); /* 轻微上浮 */box-shadow: 0 12px 16px rgba(0, 0, 0, 0.15); /* 阴影变大加深 */}
.Product .prolist2 li:hover .txt { opacity: 1; }
.Product .prolist2 li .text { position: absolute; left: 0; text-align: center; bottom: 3%; line-height: 0.3rem; font-size: 0.18rem; color: #333; width: 100%; }
.Product .prolist2 li:hover .text { opacity: 0; }
@media(max-width:1024px) {
	.Product .prolist2 li { width: 50%; }
}
@media(max-width:640px) {
	.Product .prolist2 li { width: 100%; }
}
.teamPop { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; background: rgba(0, 0, 0, 0.5); display: none; }
.teamPop .in { position: absolute; left: 0; top: 0; width: 100%; height: 100%; justify-content: center; align-items: center; display: flex }
.teambox { max-width: 10rem; width: 80%; background: #fff; position: relative; }
.icon-close { display: inline-block; vertical-align: middle; width: .3rem; height: .3rem; position: relative; --color: #333; z-index: 100; cursor: pointer }
.icon-close:after, .icon-close:before { content: ""; position: absolute; left: 0; top: 50%; width: 100%; height: 1px; background: #000; }
.icon-close:after { transform: rotate(45deg); }
.icon-close:before { transform: rotate(-45deg); }
.teambox .close { position: absolute; right: 20px; top: 15px; cursor: pointer; font-size: 40px; line-height: 1; }
.teambox .close .icon-close { --color: #518dd1; }
.teambox .pic { padding-bottom: 40%; position: relative; overflow: hidden }
.teambox .pic img { width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; }
.teambox .txt { padding: .4rem .8rem; text-align: center }
.teambox .txt .tit { font-size: var(--font-size24); font-weight: bold; color: #000; padding-bottom: .15rem }
.teambox .txt .desc { line-height: 1.75 }

.Maplobal { padding: 5vw 0; background: #fdf9eb;position: relative;}
.Maplobal .title { font-size: var(--font-size50); color: #121212; font-weight: bold; padding-bottom: .5rem; text-align: center }
.Maplobal .list { position: relative; }
.Maplobal .map-box { position: absolute; margin: auto; width: 100%; top: 0%; left: 0; right: 0; height: 100%; }
.Maplobal .map-box .map { width: 100%; height: 100%; }
.Maplobal .map li{ position: absolute; cursor: pointer; }
.Maplobal .map li i{ display: block; width: 0.1rem; height: 0.1rem; border-radius: 50%; background: #ffac07; position: relative; z-index: 4; }
.Maplobal .map li i i{position: absolute; content: ''; background: #ffac07; opacity: 0.4; animation: scale 3s infinite; -webkit-animation: scale 3s infinite; z-index: 3;width:auto;height:auto;left: -0.08rem; top: -0.08rem; bottom: -0.08rem; right: -0.08rem; animation-delay: 0.3s; }
.Maplobal .map li .gj i{border-radius: 0}
.Maplobal .map li .gj i i{left: -0.06rem; top: -0.06rem; bottom: -0.06rem; right: -0.06rem;}
/*.Maplobal .map li i:before{ position: absolute; content: ''; border-radius: 50%; background: #ffac07; opacity: 0.4; animation: scale 3s infinite; -webkit-animation: scale 3s infinite; z-index: 3; }
.Maplobal .map li i:before { left: -0.08rem; top: -0.08rem; bottom: -0.08rem; right: -0.08rem; animation-delay: 0.3s; }*/
.Maplobal .map li .city { display: flex; align-items: center; }
.Maplobal .map li .city aside { margin-left: 0.15rem; font-size: var(--font-size16); color: #333; }
.Maplobal .map li .popInfo { font-size: var(--font-size16); background: #fff; width: 2.2rem; padding: 0.12rem; border-radius: var(--radius); position: absolute; left: 108%; top: 0; line-height: 1.8; opacity: 0; z-index: -1; visibility: hidden; transition: all 0.5s; }
.Maplobal .map li:hover { z-index: 100; }
.Maplobal .map li:hover .popInfo { top: -0.2rem; opacity: 1; visibility: visible; z-index: 10; }
.Maplobal .popInfo aside{font-size:0.18rem;font-weight: bold;}
.Maplobal .list p { margin: 0; display: block; padding-left: 0.15rem; position: relative; color: #333; }
.Maplobal .list p::before { content: ""; display: block; width: 0.05rem; height: 0.05rem; border-radius: 50%; background: #1c7e41; position: absolute; left: 0; top: 0.12rem; }
.Maplobal .map_txt_wap { display: none }
.Maplobal .annotation{position: absolute;right:24vw;bottom:6vw;}
.Maplobal .annotation p{font-size:0.22rem;margin:0.15rem 0;position: relative;}
.Maplobal .annotation p i{display: inline-block; width: 0.1rem; height: 0.1rem; border-radius: 50%; background: #ffac07; position: relative; z-index: 4;margin-right:0.15rem;float:left;margin-top:0.1rem;}
.Maplobal .annotation p i:before{position: absolute; content: ''; background: #ffac07; opacity: 0.4; animation: scale 3s infinite; -webkit-animation: scale 3s infinite; z-index: 3;width:auto;height:auto;left: -0.08rem; top: -0.08rem; bottom: -0.08rem; right: -0.08rem; animation-delay: 0.3s; border-radius: 50%; }
.Maplobal .annotation p.Export i{border-radius: 0;background-color:#c9d340;}
.Maplobal .annotation p.Export i:before{border-radius: 0;left: -0.06rem;top: -0.06rem;bottom: -0.06rem;right: -0.06rem;background-color:#c9d340;}
@media(max-width:640px) {
	.Maplobal .map li .popInfo { display: none !important }
	.Maplobal .map_txt_wap { display: block; padding: 0.12rem; border-radius: var(--radius); background: #fff; margin: 4% }
	.Maplobal .map_txt_wap b { display: block; color: #1c7e41; padding-bottom: .1rem; font-size: var(--font-size20); }
	.Maplobal .annotation{position: relative;right:0;bottom:0;}
	
	.Maplobal .list{width: 162%; margin-left: -40%;}
	
	.Maplobal .map li i{width: 0.05rem;  height: 0.05rem;}
	.Maplobal .map li .gj i i,
	.Maplobal .map li i i{left: -0.03rem;top: -0.03rem;bottom: -0.03rem;right: -0.03rem;}
	.Maplobal .annotation p{ font-size: 0.18rem;}
}

.NewsList { padding: 5vw 0; background: #f2fafd }
.NewsList .item { margin-bottom: 2% }
.NewsList .item a { display: flex; flex-wrap: wrap; align-items: center; padding: .15rem; background: rgba(255, 255, 255, 1); transition: .5s all }
.NewsList .item a .pic { width: 25.548%; flex: 0 0 auto; }
.NewsList .item a .pic figure { padding-bottom: 62.86%; }
.NewsList .item a .txt { flex: 1; padding: 0 4% 0 5% }
.NewsList .item a .txt .time { color: #1c7e41 }
.NewsList .item a .txt .tit { font-size: var(--font-size20); color: #000; margin: .1rem 0 .15rem }
.NewsList .item a .txt .desc { color: #999; line-height: 1.75 }
.NewsList .item a .txt .btn { display: inline-block; width: .3rem; height: .3rem; background: url(../images/icon-jt1.svg)no-repeat center; background-size: .24rem auto; margin-top: .15rem; display: none }
.NewsList .item a:hover { box-shadow: 0 3px 12px rgba(0, 0, 0, .1) }
.NewsList .item a:hover .txt .tit { color: #1c7e41 }
@media(max-width:640px) {
	.NewsList .item a .pic { width: 100% }
	.NewsList .item a .txt { padding: 2% }
}
.SearchList { padding: 5vw 0; background: #f2fafd }
.SearchList .list li { padding: 2%; background: rgba(255, 255, 255, 1); transition: .5s all }
.SearchList .list li:not(:last-child) { margin-bottom: 2% }
.SearchList .list li .time { opacity: 0.6 }
.SearchList .list li:hover { box-shadow: 0 3px 12px rgba(0, 0, 0, .1) }
.Page002623 { padding: .5rem 0 0; text-align: center; font-size: .2rem; }
.Page002623 .Pages a.a_first, .Page002623 .Pages a.a_end, .Page002623 .Pages>span:not(.p_page) { display: none; }
.Page002623 .Pages em { float: left; margin: 0 1.5vw; font-style: normal; }
.Page002623 .Pages .p_page { display: table; margin: 0 auto; }
.Page002623 .Pages a { float: left; line-height: .6rem; width: .6rem; margin: 0 5px; border-radius: 50%; color: #010101; background: #fff }
.Page002623 .Pages a.a_cur, .Page002623 .Pages a:hover { color: #fff; background: #1c7e41; border-color: #1c7e41 }
.Page002623 .Pages .p_page>a { font-size: 0; height: .6rem; position: relative; border-radius: 50%; border: 1px solid #ebebeb; background: #fff }
.Page002623 .Pages .p_page>a:before { position: absolute; width: 100%; height: 100%; content: ''; background: url(../images/icon-jt3.svg)no-repeat center; background-size: .2rem auto; left: 50%; top: 50%; transform: translate(-50%, -50%) }
.Page002623 .Pages a.a_prev { transform: rotate(180deg) }
.Page002623 .Pages a.a_next { background: #1c7e41; border-color: #1c7e41 }
.Page002623 .Pages a.a_next:before { filter: grayscale(100) brightness(100); }
.Page002623 .Pages .p_page>a:hover { background: var(--hover-color); border-color: #1c7e41 }
.Page002623 .Pages .p_page>a:hover:before { filter: grayscale(100) brightness(100); }
@media(max-width:640px) {
	.Page002623 { padding: 6vw 0 50px 0; }
	.Page002623 .Pages em { display: none; }
}
.news-details { background: #f2fafd; padding: 5vw 0 }
.news-details .con { max-width: 11.9rem; margin: 0 auto }
.news-details .title { text-align: center; font-size: var(--font-size36); line-height: calc(48 / 36); color: #000; ; }
.news-details .option { padding: .2rem 0 .3rem; text-align: center; border-bottom: 1px solid #ebebeb; margin-bottom: .3rem }
.news-details .option time { color: #000 }
.news-details .edit-info { line-height: calc(26 / 16); color: #555; }
@media (min-width:641px) {
	.news-details .edit-info center img.w600 { max-width: 6rem; }
}
.edit-img-rows { margin: 3em 0; }
.edit-img-rows dd img { border-radius: 1em; display: block; width: 100%; }
@media (min-width:641px) {
	.edit-img-rows dd { width: calc((100% - 0.28rem) / 2); }
	.edit-img-rows dd:nth-child(2)~dd { margin-top: 0.28rem; }
}
@media (max-width:640px) {
	.edit-img-rows dd:not(:last-child) { margin-bottom: var(--padding-margin__30); }
}
.news-page { border-top: 1px solid #e1e1e1; margin-top: .5rem; padding-top: .5rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between }
.news-page .info a span { color: #666; }
.news-page .info a:hover { color: #1c7e41 }
.news-page .back { flex-shrink: 0; margin-left: 0.1rem; }
.news-page .back a { display: flex; align-items: center; background: #1c7e41; color: #fff; line-height: calc(54 / 16); padding: 0 .4rem; border-radius: 3em; }
.news-page .back a:before { display: block; content: ''; margin-right: 0.17rem; width: 0.14rem; height: 0.14rem; background: url(../images/return.svg)no-repeat center center / contain; }
.news-page .info p+p { margin-top: .2rem; }
@media (max-width:768px) {
	.news-page .info { width: 100% }
	.news-page .back { margin-left: 0; order: -1 }
}
.Contact { padding: 5vw 0 }
.Contact .box { padding-bottom: 0.6rem; align-items: stretch; display: flex; justify-content: space-between }
.Contact .box .img { flex: 0 0 auto; width: 60%; overflow: hidden; filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1)); top: 0.6rem; position: relative; }
.Contact .box .img img { display: block; width: 100%; height: 100%; object-fit: cover; }
.Contact .picture { transform: skewX(-10deg); transform-origin: left bottom; overflow: hidden; height: 100%; }
.Contact .picture .i { transform: skewX(10deg); transform-origin: left bottom; height: 100%; }
.Contact .picture .i img { height: 100%; object-fit: cover; }
.Contact .box .txt { flex: 1 1 auto; position: relative; z-index: 10; margin-right: -12%; padding: 1rem; overflow: hidden; padding-right: 10%; filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1)); }
.Contact .box .txt:after { content: ""; position: absolute; right: 0; top: 0; z-index: -1; background: url(../images/Contact-bg.jpg)no-repeat center; background-size: cover; width: 100%; height: 100%; transform-origin: right top; transform: skewX(-10deg); }
.Contact .box .txt .tit { font-size: var(--font-size30); color: #fff; font-weight: bold }
.Contact .box .txt .i { margin-top: 0.3rem; padding-left: .3rem; position: relative }
.Contact .box .txt .i.phone::before { content: ''; position: absolute; width: .2rem; height: .2rem; background: url(../images/icon-tel.svg)no-repeat center; background-size: .16rem auto; left: 0; top: 0 }
.Contact .box .txt .i.add::before { content: ''; position: absolute; width: .2rem; height: .2rem; background: url(../images/icon-add.svg)no-repeat center; background-size: .2rem auto; left: 0; top: 0 }
.Contact .box .txt .i.mail::before { content: ''; position: absolute; width: .2rem; height: .2rem; background: url(../images/icon-mail.svg)no-repeat center; background-size: .22rem auto; left: 0; top: 0 }
.Contact .box .txt .i .it { color: rgba(255, 255, 255, .7); padding-bottom: .05rem }
.Contact .box .txt .i .ip { color: #fff; font-size: var(--font-size18); }
.Contact .box .txt .i .ip.tel { font-size: var(--font-size30); font-weight: bold; line-height: 1 }
@media (max-width:1024px) {
	.Contact .box .txt { padding: 5% 8% 5% 5% }
	.Contact .box .img { width: 30% }
}
@media (max-width:640px) {
	.Contact .box { flex-wrap: wrap; }
	.Contact .box .txt { margin: 0 }
	.Contact .box .txt:after { transform: none }
	.Contact .box .img { width: 100%; top: 0.2rem; }
}